Skip to content

Commit 00a57a3

Browse files
chore(deps): update dependency @types/node to v22
1 parent b274502 commit 00a57a3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@types/jest": "29.5.14",
120120
"@types/jsonpath": "0.2.4",
121121
"@types/lodash": "4.17.20",
122-
"@types/node": "20.14.8",
122+
"@types/node": "22.16.4",
123123
"@typescript-eslint/eslint-plugin": "7.18.0",
124124
"@typescript-eslint/parser": "7.18.0",
125125
"dotenv": "16.5.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,12 +2822,12 @@
28222822
dependencies:
28232823
undici-types "~6.20.0"
28242824

2825-
"@types/node@20.14.8":
2826-
version "20.14.8"
2827-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.8.tgz#45c26a2a5de26c3534a9504530ddb3b27ce031ac"
2828-
integrity sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==
2825+
"@types/node@22.16.4":
2826+
version "22.16.4"
2827+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.4.tgz#00c763ad4d4e45f62d5a270c040ae1a799c7e38a"
2828+
integrity sha512-PYRhNtZdm2wH/NT2k/oAJ6/f2VD2N2Dag0lGlx2vWgMSJXGNmlce5MiTQzoWAiIJtso30mjnfQCOKVH+kAQC/g==
28292829
dependencies:
2830-
undici-types "~5.26.4"
2830+
undici-types "~6.21.0"
28312831

28322832
"@types/normalize-package-data@^2.4.3":
28332833
version "2.4.4"
@@ -10984,16 +10984,16 @@ underscore@1.12.1:
1098410984
resolved "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
1098510985
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
1098610986

10987-
undici-types@~5.26.4:
10988-
version "5.26.5"
10989-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
10990-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
10991-
1099210987
undici-types@~6.20.0:
1099310988
version "6.20.0"
1099410989
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1099510990
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1099610991

10992+
undici-types@~6.21.0:
10993+
version "6.21.0"
10994+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
10995+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10996+
1099710997
unicode-canonical-property-names-ecmascript@^2.0.0:
1099810998
version "2.0.1"
1099910999
resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2"

0 commit comments

Comments
 (0)