Skip to content

Commit 59f89e8

Browse files
⬆️(dependencies) update @types/node to v22.16.1
1 parent 377d4e8 commit 59f89e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"server:test": "yarn COLLABORATION_SERVER run test"
2929
},
3030
"resolutions": {
31-
"@types/node": "22.16.0",
31+
"@types/node": "22.16.1",
3232
"@types/react": "19.1.8",
3333
"@types/react-dom": "19.1.6",
3434
"@typescript-eslint/eslint-plugin": "8.36.0",

src/frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6690,10 +6690,10 @@
66906690
dependencies:
66916691
"@types/node" "*"
66926692

6693-
"@types/node@*", "@types/[email protected]", "@types/[email protected].0", "@types/node@^22.7.5":
6694-
version "22.16.0"
6695-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.0.tgz#352bc4951fd089df32f2b6412a61d339b67ded8b"
6696-
integrity sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==
6693+
"@types/node@*", "@types/[email protected]", "@types/[email protected].1", "@types/node@^22.7.5":
6694+
version "22.16.1"
6695+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.1.tgz#cdb8128d3ea7800a6c3f68cf3135b1d1bbdaf8ae"
6696+
integrity sha512-oaNE4MzsA6uO7HcsjUvqzz19lYIRsV6I1Dc6iOvgwYYDiOeF7/9b2E/PE0UW2ccwpgWPVUedjltYXQXVKFd4EA==
66976697
dependencies:
66986698
undici-types "~6.21.0"
66996699

0 commit comments

Comments
 (0)