Skip to content

Commit 37e0016

Browse files
authored
Merge pull request #217 from increments/dependabot/npm_and_yarn/types/node-22.13.0
Bump @types/node from 20.14.10 to 22.13.0
2 parents 66237ba + dd32e51 commit 37e0016

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^5.0.0",
2828
"@types/jest": "^29.5.14",
29-
"@types/node": "^20.14.10",
29+
"@types/node": "^22.13.0",
3030
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@
11451145
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
11461146
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
11471147

1148-
"@types/node@*", "@types/node@^20.14.10":
1149-
version "20.14.10"
1150-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
1151-
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
1148+
"@types/node@*", "@types/node@^22.13.0":
1149+
version "22.13.0"
1150+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
1151+
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
11521152
dependencies:
1153-
undici-types "~5.26.4"
1153+
undici-types "~6.20.0"
11541154

11551155
"@types/parse-json@^4.0.0":
11561156
version "4.0.0"
@@ -6259,10 +6259,10 @@ unbox-primitive@^1.0.2:
62596259
has-symbols "^1.0.3"
62606260
which-boxed-primitive "^1.0.2"
62616261

6262-
undici-types@~5.26.4:
6263-
version "5.26.5"
6264-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6265-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6262+
undici-types@~6.20.0:
6263+
version "6.20.0"
6264+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
6265+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
62666266

62676267
unpipe@1.0.0, unpipe@~1.0.0:
62686268
version "1.0.0"

0 commit comments

Comments
 (0)