Skip to content

Commit 2156f27

Browse files
Update dependency @types/node to v22
1 parent 4b5eaf4 commit 2156f27

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.25",
47+
"@types/node": "22.13.11",
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
@@ -297,12 +297,12 @@
297297
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
298298
integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==
299299

300-
"@types/node@20.17.25":
301-
version "20.17.25"
302-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.25.tgz#3135ad0af2b46a7689aa5ffb3ecafe1f50171a29"
303-
integrity sha512-bT+r2haIlplJUYtlZrEanFHdPIZTeiMeh/fSOEbOOfWf9uTn+lg8g0KU6Q3iMgjd9FLuuMAgfCNSkjUbxL6E3Q==
300+
"@types/node@22.13.11":
301+
version "22.13.11"
302+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.11.tgz#f0ed6b302dcf0f4229d44ea707e77484ad46d234"
303+
integrity sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==
304304
dependencies:
305-
undici-types "~6.19.2"
305+
undici-types "~6.20.0"
306306

307307
"@types/semver@^7.5.0":
308308
version "7.5.0"
@@ -2372,10 +2372,10 @@ unbox-primitive@^1.0.2:
23722372
has-symbols "^1.0.3"
23732373
which-boxed-primitive "^1.0.2"
23742374

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

23802380
uri-js@^4.2.2:
23812381
version "4.4.1"

0 commit comments

Comments
 (0)