Skip to content

Commit 0d55b0c

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

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

app/package.json

+1-1
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.3",
2929
"@types/react": "17.0.50",
3030
"eslint": "8.24.0",
3131
"eslint-config-next": "12.3.1",

yarn.lock

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

1224-
"@types/node@*", "@types/node@17.0.45":
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/node@22.15.3":
1225+
version "22.15.3"
1226+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b"
1227+
integrity sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==
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)