Skip to content

Commit a626fc1

Browse files
build(deps-dev): bump @types/node from 24.10.10 to 25.3.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.10 to 25.3.1. - [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.3.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88a95c8 commit a626fc1

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@eslint/js": "^9.39.2",
4848
"@types/adm-zip": "^0.5.7",
4949
"@types/ejs": "^3.1.5",
50-
"@types/node": "24",
50+
"@types/node": "25",
5151
"@types/update-notifier": "^6.0.8",
5252
"@types/yargs": "^17.0.35",
5353
"esbuild": "^0.27.2",

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -488,19 +488,12 @@
488488
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
489489
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
490490

491-
"@types/node@*":
492-
version "25.2.0"
493-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.2.0.tgz#015b7d228470c1dcbfc17fe9c63039d216b4d782"
494-
integrity sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==
491+
"@types/node@*", "@types/node@25":
492+
version "25.3.1"
493+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.1.tgz#82f3f6e30ac3b48560a092d9224a975b5c24e38d"
494+
integrity sha512-hj9YIJimBCipHVfHKRMnvmHg+wfhKc0o4mTtXh9pKBjC8TLJzz0nzGmLi5UJsYAUgSvXFHgb0V2oY10DUFtImw==
495495
dependencies:
496-
undici-types "~7.16.0"
497-
498-
"@types/node@24":
499-
version "24.10.10"
500-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.10.tgz#ea4813a65368ca7a98dfd75c84d748831b63e1cf"
501-
integrity sha512-+0/4J266CBGPUq/ELg7QUHhN25WYjE0wYTPSQJn1xeu8DOlIOPxXxrNGiLmfAWl7HMMgWFWXpt9IDjMWrF5Iow==
502-
dependencies:
503-
undici-types "~7.16.0"
496+
undici-types "~7.18.0"
504497

505498
"@types/update-notifier@^6.0.8":
506499
version "6.0.8"
@@ -2956,10 +2949,10 @@ unbox-primitive@^1.1.0:
29562949
has-symbols "^1.1.0"
29572950
which-boxed-primitive "^1.1.1"
29582951

2959-
undici-types@~7.16.0:
2960-
version "7.16.0"
2961-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
2962-
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
2952+
undici-types@~7.18.0:
2953+
version "7.18.2"
2954+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
2955+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
29632956

29642957
unplugin-replace@^0.6.3:
29652958
version "0.6.3"

0 commit comments

Comments
 (0)