Skip to content

Commit 21ae16a

Browse files
committed
Update Node types
1 parent efd5145 commit 21ae16a

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
@@ -26,7 +26,7 @@
2626
"@istanbuljs/nyc-config-typescript": "^1.0.2",
2727
"@types/async": "^3.2.24",
2828
"@types/jest": "^29.5.12",
29-
"@types/node": "14",
29+
"@types/node": "22",
3030
"@types/useragent": "^2.3.4",
3131
"@types/uuid": "^9.0.8",
3232
"@types/xml2js": "^0.4.14",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,10 +2511,12 @@
25112511
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.3.tgz#432c89796eab539b7a30b7b8801a727b585238a4"
25122512
integrity sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w==
25132513

2514-
"@types/node@14":
2515-
version "14.18.23"
2516-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.23.tgz#70f5f20b0b1b38f696848c1d3647bb95694e615e"
2517-
integrity sha512-MhbCWN18R4GhO8ewQWAFK4TGQdBpXWByukz7cWyJmXhvRuCIaM/oWytGPqVmDzgEnnaIc9ss6HbU5mUi+vyZPA==
2514+
"@types/node@22":
2515+
version "22.19.15"
2516+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.15.tgz#6091d99fdf7c08cb57dc8b1345d407ba9a1df576"
2517+
integrity sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==
2518+
dependencies:
2519+
undici-types "~6.21.0"
25182520

25192521
"@types/normalize-package-data@^2.4.0":
25202522
version "2.4.1"
@@ -7841,6 +7843,11 @@ unbox-primitive@^1.0.2:
78417843
has-symbols "^1.0.3"
78427844
which-boxed-primitive "^1.0.2"
78437845

7846+
undici-types@~6.21.0:
7847+
version "6.21.0"
7848+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7849+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7850+
78447851
unique-filename@^1.1.1:
78457852
version "1.1.1"
78467853
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)