Skip to content

Commit 99314ed

Browse files
authoredApr 1, 2025
chore(deps): update dependency @types/node to v22
1 parent 53d2669 commit 99314ed

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@types/jest": "^29.2.4",
27-
"@types/node": "^20.0.0",
27+
"@types/node": "^22.0.0",
2828
"@typescript-eslint/eslint-plugin": "^7.0.0",
2929
"@typescript-eslint/parser": "^7.0.0",
3030
"eslint": "^8.30.0",

‎yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -786,12 +786,12 @@
786786
dependencies:
787787
undici-types "~6.20.0"
788788

789-
"@types/node@^20.0.0":
790-
version "20.17.30"
791-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.30.tgz#1d93f656d3b869dbef7b796568ac457606ba58d0"
792-
integrity sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==
789+
"@types/node@^22.0.0":
790+
version "22.13.17"
791+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
792+
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
793793
dependencies:
794-
undici-types "~6.19.2"
794+
undici-types "~6.20.0"
795795

796796
"@types/semver@^7.5.0":
797797
version "7.5.8"
@@ -3718,11 +3718,6 @@ unbox-primitive@^1.0.2:
37183718
has-symbols "^1.0.3"
37193719
which-boxed-primitive "^1.0.2"
37203720

3721-
undici-types@~6.19.2:
3722-
version "6.19.8"
3723-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3724-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
3725-
37263721
undici-types@~6.20.0:
37273722
version "6.20.0"
37283723
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"

0 commit comments

Comments
 (0)