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

build(deps-dev): bump @types/node from 20.14.10 to 22.0.0 #1450

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@swc/core": "^1.6.13",
"@types/node": "^20.14.10",
"@types/node": "^22.0.0",
"@types/pino": "6.3.12",
"@yarnpkg/sdks": "^3.1.3",
"browserslist": "^4.23.2",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.14.10":
"@types/node@npm:*":
version: 20.14.10
resolution: "@types/node@npm:20.14.10"
dependencies:
Expand All @@ -1145,6 +1145,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.0.0":
version: 22.0.0
resolution: "@types/node@npm:22.0.0"
dependencies:
undici-types: ~6.11.1
checksum: ef58d59bbffd9a79449ef632ea9a4f3b006496926cac2717368f80fdd152b1937e44093c17c9fac74650309c9d5387bb5c5bf4fd304adafebcbda1e6e4435fe4
languageName: node
linkType: hard

"@types/pino-pretty@npm:*":
version: 4.7.3
resolution: "@types/pino-pretty@npm:4.7.3"
Expand Down Expand Up @@ -1227,7 +1236,7 @@ __metadata:
resolution: "@unblockneteasemusic/server@workspace:."
dependencies:
"@swc/core": ^1.6.13
"@types/node": ^20.14.10
"@types/node": ^22.0.0
"@types/pino": 6.3.12
"@yarnpkg/sdks": ^3.1.3
browserslist: ^4.23.2
Expand Down Expand Up @@ -5436,6 +5445,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.11.1":
version: 6.11.1
resolution: "undici-types@npm:6.11.1"
checksum: d7fc11bded93bc55ef3b88464e856ab061a747cf50ef2eff5df5ba3be18b9fcafe60e1b36a8c99e28aac2eade12891d32a504f2a32422452c44662e598e3b188
languageName: node
linkType: hard

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down