Skip to content

Bump @types/node from 20.16.11 to 22.8.4 in /server/node-service #1266

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

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 server/node-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.190",
"@types/morgan": "^1.9.3",
"@types/node": "^20.1.1",
"@types/node": "^22.8.4",
"@types/node-fetch": "^2.6.2",
"ali-oss": "^6.20.0",
"axios": "^1.7.7",
Expand Down
15 changes: 12 additions & 3 deletions server/node-service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^20.1.1":
"@types/node@npm:*, @types/node@npm:>=13.7.0":
version: 20.16.11
resolution: "@types/node@npm:20.16.11"
dependencies:
Expand All @@ -3819,6 +3819,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.8.4":
version: 22.8.4
resolution: "@types/node@npm:22.8.4"
dependencies:
undici-types: ~6.19.8
checksum: 1e55594ce7942e259919283e6bb9ee814f184afcd545956d95163dd3b1d4b1923dba97e0c258c5a9dd2c96b2e754fa9ae42994437a564255c8907ae7cdc25b4b
languageName: node
linkType: hard

"@types/phoenix@npm:^1.5.4":
version: 1.6.5
resolution: "@types/phoenix@npm:1.6.5"
Expand Down Expand Up @@ -7732,7 +7741,7 @@ __metadata:
"@types/jsonpath": ^0.2.0
"@types/lodash": ^4.14.190
"@types/morgan": ^1.9.3
"@types/node": ^20.1.1
"@types/node": ^22.8.4
"@types/node-fetch": ^2.6.2
ali-oss: ^6.20.0
axios: ^1.7.7
Expand Down Expand Up @@ -10454,7 +10463,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
Expand Down
Loading