Skip to content

Commit 714c6d2

Browse files
chore(deps): update dependency @types/node to v24 (#625)
1 parent 1cb85e2 commit 714c6d2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@types/jest": "30.0.0",
64-
"@types/node": "22.17.1",
64+
"@types/node": "24.9.2",
6565
"@types/prompts": "2.4.9",
6666
"@types/swagger-schema-official": "2.0.25",
6767
"@types/yargs": "17.0.33",

template/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {},
1616
"devDependencies": {
17-
"@types/node": "22.17.1",
17+
"@types/node": "24.9.2",
1818
"axios": "1.11.0",
1919
"dtsgenerator": "3.19.2",
2020
"openapi-client-axios": "7.6.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,12 +1183,12 @@
11831183
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.23.tgz#3b41a6e643589ac6442bdbd7a4a3ded62f33f7da"
11841184
integrity sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==
11851185

1186-
"@types/node@22.17.1":
1187-
version "22.17.1"
1188-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.1.tgz#484a755050497ebc3b37ff5adb7470f2e3ea5f5b"
1189-
integrity sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==
1186+
"@types/node@24.9.2":
1187+
version "24.9.2"
1188+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1189+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
11901190
dependencies:
1191-
undici-types "~6.21.0"
1191+
undici-types "~7.16.0"
11921192

11931193
"@types/prompts@2.4.9":
11941194
version "2.4.9"
@@ -5885,10 +5885,10 @@ unbox-primitive@^1.1.0:
58855885
has-symbols "^1.1.0"
58865886
which-boxed-primitive "^1.1.1"
58875887

5888-
undici-types@~6.21.0:
5889-
version "6.21.0"
5890-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5891-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5888+
undici-types@~7.16.0:
5889+
version "7.16.0"
5890+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
5891+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
58925892

58935893
unrs-resolver@^1.7.11:
58945894
version "1.9.0"

0 commit comments

Comments
 (0)