Skip to content

Commit fb2d2ac

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

2 files changed

Lines changed: 10 additions & 22 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": "^10.0.1",
4848
"@types/adm-zip": "^0.5.8",
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.28.0",

yarn.lock

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

476-
"@types/node@*":
477-
version "25.5.2"
478-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.5.2.tgz#94861e32f9ffd8de10b52bbec403465c84fff762"
479-
integrity sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==
476+
"@types/node@*", "@types/node@25":
477+
version "25.6.0"
478+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.6.0.tgz#4e09bad9b469871f2d0f68140198cbd714f4edca"
479+
integrity sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==
480480
dependencies:
481-
undici-types "~7.18.0"
482-
483-
"@types/node@24":
484-
version "24.12.2"
485-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.2.tgz#353cb161dbf1785ea25e8829ba7ec574c5c629ac"
486-
integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==
487-
dependencies:
488-
undici-types "~7.16.0"
481+
undici-types "~7.19.0"
489482

490483
"@types/update-notifier@^6.0.8":
491484
version "6.0.8"
@@ -2797,15 +2790,10 @@ unbox-primitive@^1.1.0:
27972790
has-symbols "^1.1.0"
27982791
which-boxed-primitive "^1.1.1"
27992792

2800-
undici-types@~7.16.0:
2801-
version "7.16.0"
2802-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
2803-
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
2804-
2805-
undici-types@~7.18.0:
2806-
version "7.18.2"
2807-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
2808-
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
2793+
undici-types@~7.19.0:
2794+
version "7.19.2"
2795+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.19.2.tgz#1b67fc26d0f157a0cba3a58a5b5c1e2276b8ba2a"
2796+
integrity sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==
28092797

28102798
unplugin-replace@^0.8.0:
28112799
version "0.8.0"

0 commit comments

Comments
 (0)