Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @types/node from 18.19.50 to 22.5.5 #1742

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@luckycatfactory/esbuild-graphql-loader": "^3.8.1",
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.50",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"default-import": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@slack/web-api": "^7.4.0",
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.50",
"@types/node": "^22.5.5",
"@types/ramda": "^0.30.2",
"@types/semver": "^7.5.8",
"@types/uuid": "^10.0.0",
Expand Down
22 changes: 19 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4667,7 +4667,7 @@ __metadata:
"@luckycatfactory/esbuild-graphql-loader": ^3.8.1
"@tsconfig/node20": ^20.1.4
"@types/jest": ^29.5.12
"@types/node": ^18.19.50
"@types/node": ^22.5.5
"@typescript-eslint/eslint-plugin": ^7.18.0
"@typescript-eslint/parser": ^7.18.0
default-import: ^2.0.1
Expand Down Expand Up @@ -4761,7 +4761,7 @@ __metadata:
"@slack/web-api": ^7.4.0
"@tsconfig/node20": ^20.1.4
"@types/jest": ^29.5.12
"@types/node": ^18.19.50
"@types/node": ^22.5.5
"@types/ramda": ^0.30.2
"@types/semver": ^7.5.8
"@types/uuid": ^10.0.0
Expand Down Expand Up @@ -5315,7 +5315,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.11.18, @types/node@npm:^18.19.50":
"@types/node@npm:^18.11.18":
version: 18.19.50
resolution: "@types/node@npm:18.19.50"
dependencies:
Expand All @@ -5324,6 +5324,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.5.5":
version: 22.5.5
resolution: "@types/node@npm:22.5.5"
dependencies:
undici-types: ~6.19.2
checksum: 1f788966ff7df07add0af3481fb68c7fe5091cc72a265c671432abb443788ddacca4ca6378af64fe100c20f857c4d80170d358e66c070171fcea0d4adb1b45b1
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -19662,6 +19671,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down