Skip to content

Commit 0bb3df7

Browse files
Update dependency @types/node to v22
1 parent 8ec6fe0 commit 0bb3df7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "25.0.8",
4646
"@rollup/plugin-typescript": "11.1.6",
47-
"@types/node": "20.17.27",
47+
"@types/node": "22.13.13",
4848
"@types/tape": "5.8.1",
4949
"@typescript-eslint/eslint-plugin": "6.21.0",
5050
"@typescript-eslint/parser": "6.21.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,12 @@
302302
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
303303
integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==
304304

305-
"@types/node@20.17.27":
306-
version "20.17.27"
307-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.27.tgz#dbf0f9e6f905e9004045742f94e8413e20bad776"
308-
integrity sha512-U58sbKhDrthHlxHRJw7ZLiLDZGmAUOZUbpw0S6nL27sYUdhvgBLCRu/keSd6qcTsfArd1sRFCCBxzWATGr/0UA==
305+
"@types/node@22.13.13":
306+
version "22.13.13"
307+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.13.tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7"
308+
integrity sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==
309309
dependencies:
310-
undici-types "~6.19.2"
310+
undici-types "~6.20.0"
311311

312312
"@types/semver@^7.5.0":
313313
version "7.5.0"
@@ -2378,10 +2378,10 @@ unbox-primitive@^1.0.2:
23782378
has-symbols "^1.0.3"
23792379
which-boxed-primitive "^1.0.2"
23802380

2381-
undici-types@~6.19.2:
2382-
version "6.19.6"
2383-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
2384-
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
2381+
undici-types@~6.20.0:
2382+
version "6.20.0"
2383+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2384+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
23852385

23862386
uri-js@^4.2.2:
23872387
version "4.4.1"

0 commit comments

Comments
 (0)