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

Bump @types/node from 20.16.11 to 22.10.3 in /server/node-service #1419

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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 @@ -44,7 +44,7 @@
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.190",
"@types/morgan": "^1.9.3",
"@types/node": "^20.1.1",
"@types/node": "^22.10.3",
"@types/node-fetch": "^2.6.2",
"ali-oss": "^6.20.0",
"axios": "^1.7.7",
Expand Down
20 changes: 18 additions & 2 deletions server/node-service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3824,7 +3824,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 @@ -3842,6 +3842,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.3":
version: 22.10.3
resolution: "@types/node@npm:22.10.3"
dependencies:
undici-types: ~6.20.0
checksum: f42264d5afadb7eece4f068a9028cf752174796fe424f5f7385b6f700037240dc7bc6acd8ab11641424c39452dcf4d85be229f51dcc73ccd931eaa29924ffda7
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 @@ -7683,7 +7692,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.10.3
"@types/node-fetch": ^2.6.2
ali-oss: ^6.20.0
axios: ^1.7.7
Expand Down Expand Up @@ -10349,6 +10358,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b
languageName: node
linkType: hard

"unescape@npm:^1.0.1":
version: 1.0.1
resolution: "unescape@npm:1.0.1"
Expand Down
Loading