Skip to content

Commit 3708af1

Browse files
chore(deps): update dependency @types/node to v22
1 parent 647ebf4 commit 3708af1

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@types/chai": "^4.2.21",
6464
"@types/chai-string": "^1.4.2",
65-
"@types/node": "^16.4.13",
65+
"@types/node": "^22.0.0",
6666
"@types/shelljs": "^0.8.9",
6767
"@types/sinon": "^17.0.0",
6868
"@types/sinon-chai": "^3.2.5",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,12 @@
440440
dependencies:
441441
undici-types "~6.19.2"
442442

443-
"@types/node@^16.4.13":
444-
version "16.4.13"
445-
resolved "https://registry.npmjs.org/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d"
446-
integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==
443+
"@types/node@^22.0.0":
444+
version "22.17.0"
445+
resolved "https://registry.npmjs.org/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
446+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
447+
dependencies:
448+
undici-types "~6.21.0"
447449

448450
"@types/normalize-package-data@^2.4.0":
449451
version "2.4.4"
@@ -5091,6 +5093,11 @@ undici-types@~6.19.2:
50915093
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
50925094
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
50935095

5096+
undici-types@~6.21.0:
5097+
version "6.21.0"
5098+
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5099+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5100+
50945101
uniq@^1.0.1:
50955102
version "1.0.1"
50965103
resolved "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"

0 commit comments

Comments
 (0)