Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 8cf891c

Browse files
Update dependency @types/node to v22
1 parent 38be369 commit 8cf891c

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rollup/plugin-node-resolve": "^11.2.0",
1717
"@rollup/plugin-typescript": "^8.2.0",
1818
"@types/mocha": "^8.0.1",
19-
"@types/node": "^13.13.2",
19+
"@types/node": "^22.0.0",
2020
"@types/type-detect": "^4.0.1",
2121
"@typescript-eslint/eslint-plugin": "^4.16.1",
2222
"@typescript-eslint/parser": "^4.16.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,10 +1068,12 @@
10681068
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
10691069
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==
10701070

1071-
"@types/node@^13.13.2":
1072-
version "13.13.2"
1073-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.2.tgz#160d82623610db590a64e8ca81784e11117e5a54"
1074-
integrity sha512-LB2R1Oyhpg8gu4SON/mfforE525+Hi/M1ineICEDftqNVTyFg1aRIeGuTvXAoWHc4nbrFncWtJgMmoyRvuGh7A==
1071+
"@types/node@^22.0.0":
1072+
version "22.18.5"
1073+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.5.tgz#6b90a0087660cce4e956c3932c7f4357ef06bccf"
1074+
integrity sha512-g9BpPfJvxYBXUWI9bV37j6d6LTMNQ88hPwdWWUeYZnMhlo66FIg9gCc1/DZb15QylJSKwOZjwrckvOTWpOiChg==
1075+
dependencies:
1076+
undici-types "~6.21.0"
10751077

10761078
"@types/object-path@^0.11.0":
10771079
version "0.11.0"
@@ -4593,6 +4595,11 @@ ua-parser-js@^0.7.22, ua-parser-js@^0.7.23:
45934595
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.24.tgz#8d3ecea46ed4f1f1d63ec25f17d8568105dc027c"
45944596
integrity sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw==
45954597

4598+
undici-types@~6.21.0:
4599+
version "6.21.0"
4600+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4601+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4602+
45964603
unicode-canonical-property-names-ecmascript@^1.0.4:
45974604
version "1.0.4"
45984605
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)