Skip to content

Commit a0a815b

Browse files
chore(deps): update dependency @types/node to v22
1 parent 504560d commit a0a815b

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/javascript-time-ago": "2.0.3",
28-
"@types/node": "17.0.45",
28+
"@types/node": "22.15.10",
2929
"@types/react": "17.0.50",
3030
"eslint": "8.24.0",
3131
"eslint-config-next": "12.3.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,10 +1221,12 @@
12211221
dependencies:
12221222
"@types/node" "*"
12231223

1224-
"@types/node@*", "@types/[email protected]":
1225-
version "17.0.45"
1226-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
1227-
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
1224+
"@types/node@*", "@types/[email protected]":
1225+
version "22.15.10"
1226+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.10.tgz#04dccc31c73ce3a8ea8cb9acce21878ddb9ded34"
1227+
integrity sha512-j2U4KRlgZ9Q8tVO/KDAvXu68vutX4kxoRysL6Q22oEU4ZFT2A16aIyqiIWAwFBZkvKep2UOcSGNoLe/6BI0nrg==
1228+
dependencies:
1229+
undici-types "~6.21.0"
12281230

12291231
"@types/parse-json@^4.0.0":
12301232
version "4.0.0"
@@ -4742,6 +4744,11 @@ unc-path-regex@^0.1.2:
47424744
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
47434745
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
47444746

4747+
undici-types@~6.21.0:
4748+
version "6.21.0"
4749+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4750+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4751+
47454752
undici@^5.8.0:
47464753
version "5.10.0"
47474754
resolved "https://registry.yarnpkg.com/undici/-/undici-5.10.0.tgz#dd9391087a90ccfbd007568db458674232ebf014"

0 commit comments

Comments
 (0)