Skip to content

Commit

Permalink
Bump serve-static and @types/serve-static
Browse files Browse the repository at this point in the history
Bumps [serve-static](https://github.com/expressjs/serve-static) and [@types/serve-static](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/serve-static). These dependencies needed to be updated together.

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

Updates `@types/serve-static` from 1.15.5 to 1.15.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/serve-static)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/serve-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 61dc447 commit 5965943
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 20 deletions.
54 changes: 36 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"finalhandler": "^1.2.0",
"serve-static": "^1.15.0",
"serve-static": "^1.16.2",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.0"
Expand All @@ -21,7 +21,7 @@
"@types/finalhandler": "^1.1.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.14",
"@types/serve-static": "^1.13.8",
"@types/serve-static": "^1.15.7",
"@types/ws": "^8.5.11",
"jest": "^29.7.0",
"typescript": "^4.1.5"
Expand Down

0 comments on commit 5965943

Please sign in to comment.