Skip to content

Commit cd34d46

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

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Diff for: 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.13.9",
1616
"dotenv-cli": "1.4.0",
1717
"nodemon": "1.19.4",
1818
"prisma": "1.34.12",

Diff for: 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.13.9"
71+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
72+
integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
73+
dependencies:
74+
undici-types "~6.20.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.20.0:
2159+
version "6.20.0"
2160+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2161+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
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)