Skip to content

Commit a36e507

Browse files
Bump @types/node from 22.15.30 to 24.10.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.30 to 24.10.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: 24.10.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a88d088 commit a36e507

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/debug": "^4.1.12",
3333
"@types/express": "^5.0.3",
3434
"@types/jest": "^30.0.0",
35-
"@types/node": "^22.15.30",
35+
"@types/node": "^24.10.1",
3636
"@types/react": "^19.2.7",
3737
"@types/react-dom": "^19.2.3",
3838
"@types/webpack": "^5.28.5",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,12 +1293,12 @@
12931293
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
12941294
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
12951295

1296-
"@types/node@*", "@types/node@^22.15.30":
1297-
version "22.15.30"
1298-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
1299-
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
1296+
"@types/node@*", "@types/node@^24.10.1":
1297+
version "24.10.1"
1298+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
1299+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
13001300
dependencies:
1301-
undici-types "~6.21.0"
1301+
undici-types "~7.16.0"
13021302

13031303
"@types/parse-json@^4.0.0":
13041304
version "4.0.0"
@@ -6554,7 +6554,16 @@ string-length@^4.0.2:
65546554
char-regex "^1.0.2"
65556555
strip-ansi "^6.0.0"
65566556

6557-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6557+
"string-width-cjs@npm:string-width@^4.2.0":
6558+
version "4.2.3"
6559+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6560+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6561+
dependencies:
6562+
emoji-regex "^8.0.0"
6563+
is-fullwidth-code-point "^3.0.0"
6564+
strip-ansi "^6.0.1"
6565+
6566+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
65586567
version "4.2.3"
65596568
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
65606569
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6713,7 +6722,14 @@ string.prototype.trimstart@^1.0.8:
67136722
define-properties "^1.2.1"
67146723
es-object-atoms "^1.0.0"
67156724

6716-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6725+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6726+
version "6.0.1"
6727+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6728+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6729+
dependencies:
6730+
ansi-regex "^5.0.1"
6731+
6732+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
67176733
version "6.0.1"
67186734
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
67196735
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7114,10 +7130,10 @@ unbox-primitive@^1.1.0:
71147130
has-symbols "^1.1.0"
71157131
which-boxed-primitive "^1.1.1"
71167132

7117-
undici-types@~6.21.0:
7118-
version "6.21.0"
7119-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7120-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7133+
undici-types@~7.16.0:
7134+
version "7.16.0"
7135+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7136+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
71217137

71227138
unpipe@1.0.0:
71237139
version "1.0.0"
@@ -7400,7 +7416,16 @@ wordwrap@^1.0.0:
74007416
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
74017417
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
74027418

7403-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7419+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7420+
version "7.0.0"
7421+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7422+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7423+
dependencies:
7424+
ansi-styles "^4.0.0"
7425+
string-width "^4.1.0"
7426+
strip-ansi "^6.0.0"
7427+
7428+
wrap-ansi@^7.0.0:
74047429
version "7.0.0"
74057430
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
74067431
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)