Skip to content

Commit c0ca9e3

Browse files
build(deps-dev): bump @types/node from 24.10.1 to 25.0.1 (#1747)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.1 to 25.0.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.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f5bab9 commit c0ca9e3

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/jest": "30.0.0",
47-
"@types/node": "24.10.1",
47+
"@types/node": "25.0.1",
4848
"@types/react": "19.2.7",
4949
"@types/react-dom": "19.2.3",
5050
"@typescript-eslint/eslint-plugin": "^8.48.1",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2668,10 +2668,10 @@
26682668
dependencies:
26692669
"@types/node" "*"
26702670

2671-
"@types/node@*", "@types/node@24.10.1":
2672-
version "24.10.1"
2673-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
2674-
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
2671+
"@types/node@*", "@types/node@25.0.1":
2672+
version "25.0.1"
2673+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.1.tgz#9c41c277a1b16491174497cd075f8de7c27a1ac4"
2674+
integrity sha512-czWPzKIAXucn9PtsttxmumiQ9N0ok9FrBwgRWrwmVLlp86BrMExzvXRLFYRJ+Ex3g6yqj+KuaxfX1JTgV2lpfg==
26752675
dependencies:
26762676
undici-types "~7.16.0"
26772677

@@ -10153,7 +10153,16 @@ string-natural-compare@^3.0.1:
1015310153
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1015410154
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1015510155

10156-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
10156+
"string-width-cjs@npm:string-width@^4.2.0":
10157+
version "4.2.3"
10158+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10159+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10160+
dependencies:
10161+
emoji-regex "^8.0.0"
10162+
is-fullwidth-code-point "^3.0.0"
10163+
strip-ansi "^6.0.1"
10164+
10165+
string-width@^4.1.0, string-width@^4.2.0:
1015710166
version "4.2.3"
1015810167
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1015910168
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10262,7 +10271,14 @@ stringify-object@^3.3.0:
1026210271
is-obj "^1.0.1"
1026310272
is-regexp "^1.0.0"
1026410273

10265-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10274+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10275+
version "6.0.1"
10276+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10277+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10278+
dependencies:
10279+
ansi-regex "^5.0.1"
10280+
10281+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1026610282
version "6.0.1"
1026710283
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1026810284
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11359,7 +11375,16 @@ workbox-window@6.6.1:
1135911375
"@types/trusted-types" "^2.0.2"
1136011376
workbox-core "6.6.1"
1136111377

11362-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11378+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11379+
version "7.0.0"
11380+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11381+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11382+
dependencies:
11383+
ansi-styles "^4.0.0"
11384+
string-width "^4.1.0"
11385+
strip-ansi "^6.0.0"
11386+
11387+
wrap-ansi@^7.0.0:
1136311388
version "7.0.0"
1136411389
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1136511390
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)