Skip to content

Commit

Permalink
Bump @types/node from 20.11.5 to 20.14.9
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.5 to 20.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent ea2bf07 commit 8093937
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 82 deletions.
105 changes: 29 additions & 76 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/file-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcs-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tus/server": "^1.6.0",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/multistream": "^4.1.3",
"@types/node": "^20.11.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/debug": "^4.1.12",
"@types/lodash.throttle": "^4.1.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@types/node": "^20.14.9",
"@types/sinon": "^17.0.3",
"@types/supertest": "^2.0.16",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@types/node": "^20.14.9",
"@types/rimraf": "^3.0.2",
"@types/sinon": "^17.0.3",
"@types/supertest": "^2.0.16",
Expand Down

0 comments on commit 8093937

Please sign in to comment.