Skip to content

Commit 399a9d6

Browse files
chore(deps): update dependency @types/node to v22
1 parent 58df2b6 commit 399a9d6

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@types/bcryptjs": "2.4.6",
15-
"@types/node": "10.17.60",
15+
"@types/node": "22.14.0",
1616
"dotenv-cli": "1.4.0",
1717
"nodemon": "1.19.4",
1818
"prisma": "1.34.12",

advanced/yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@
6666
version "10.12.12"
6767
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47"
6868

69-
70-
version "10.17.60"
71-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
72-
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
69+
70+
version "22.14.0"
71+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
72+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
73+
dependencies:
74+
undici-types "~6.21.0"
7375

7476
"@types/range-parser@*":
7577
version "1.2.3"
@@ -2153,6 +2155,11 @@ undefsafe@^2.0.2:
21532155
dependencies:
21542156
debug "^2.2.0"
21552157

2158+
undici-types@~6.21.0:
2159+
version "6.21.0"
2160+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2161+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
2162+
21562163
union-value@^1.0.0:
21572164
version "1.0.0"
21582165
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"

0 commit comments

Comments
 (0)