Skip to content

Commit 55cbd43

Browse files
build(deps-dev): bump @types/node from 22.19.13 to 25.5.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.13 to 25.5.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e02c728 commit 55cbd43

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@eslint/js": "^10.0.1",
15-
"@types/node": "22",
15+
"@types/node": "25",
1616
"@types/source-map-support": "^0.5.10",
1717
"@types/ws": "^8.18.1",
1818
"dotenv": "^17.4.0",

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -348,20 +348,13 @@
348348
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
349349
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
350350

351-
"@types/node@*":
351+
"@types/node@*", "@types/node@25":
352352
version "25.5.0"
353353
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.5.0.tgz#5c99f37c443d9ccc4985866913f1ed364217da31"
354354
integrity sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==
355355
dependencies:
356356
undici-types "~7.18.0"
357357

358-
"@types/node@22":
359-
version "22.19.15"
360-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.15.tgz#6091d99fdf7c08cb57dc8b1345d407ba9a1df576"
361-
integrity sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==
362-
dependencies:
363-
undici-types "~6.21.0"
364-
365358
"@types/source-map-support@^0.5.10":
366359
version "0.5.10"
367360
resolved "https://registry.yarnpkg.com/@types/source-map-support/-/source-map-support-0.5.10.tgz#824dcef989496bae98e9d04c8dc1ac1d70e1bd39"
@@ -2407,11 +2400,6 @@ unbox-primitive@^1.1.0:
24072400
has-symbols "^1.1.0"
24082401
which-boxed-primitive "^1.1.1"
24092402

2410-
undici-types@~6.21.0:
2411-
version "6.21.0"
2412-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2413-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
2414-
24152403
undici-types@~7.18.0:
24162404
version "7.18.2"
24172405
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"

0 commit comments

Comments
 (0)