Skip to content

Commit

Permalink
Bump @types/node from 20.8.7 to 20.8.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.8.7 to 20.8.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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 613adb6 commit 163e5ff
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"@types/react": "^18.2.31",
"@types/uuid": "^9.0.6",
"eslint": "^8.52.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@mikro-orm/cli": "^5.8.10",
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"@types/uuid": "^9.0.6",
"eslint": "^8.52.0",
"pnpm": "^8.9.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"eslint": "^8.52.0",
"pnpm": "^8.9.2",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
Expand Down
Loading

0 comments on commit 163e5ff

Please sign in to comment.