Skip to content

Commit b99b0e5

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

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.9.4",
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.9.4"
71+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.4.tgz#31eefcdbe163a51f53cbfbb3e121b8ae9b16fdb2"
72+
integrity sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg==
73+
dependencies:
74+
undici-types "~6.19.8"
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.19.8:
2159+
version "6.19.8"
2160+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2161+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
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)