Skip to content

Commit d281394

Browse files
authored
chore(package): update @types/node to version 25.2.3
1 parent 659f49c commit d281394

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@docusaurus/types": "^3.9.2",
4646
"@semantic-release/git": "^10.0.1",
47-
"@types/node": "^24.12.0",
47+
"@types/node": "^25.2.3",
4848
"husky": "^9.1.7",
4949
"semantic-release": "^25.0.3",
5050
"tsdx": "^0.14.1",

yarn.lock

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,13 +2111,20 @@
21112111
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
21122112
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
21132113

2114-
"@types/node@*", "@types/node@^24.12.0":
2114+
"@types/node@*":
21152115
version "24.12.0"
21162116
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2"
21172117
integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==
21182118
dependencies:
21192119
undici-types "~7.16.0"
21202120

2121+
"@types/node@^25.2.3":
2122+
version "25.2.3"
2123+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.2.3.tgz#9c18245be768bdb4ce631566c7da303a5c99a7f8"
2124+
integrity sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==
2125+
dependencies:
2126+
undici-types "~7.16.0"
2127+
21212128
"@types/normalize-package-data@^2.4.0":
21222129
version "2.4.0"
21232130
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -9462,7 +9469,7 @@ string-length@^3.1.0:
94629469
astral-regex "^1.0.0"
94639470
strip-ansi "^5.2.0"
94649471

9465-
"string-width-cjs@npm:string-width@^4.2.0":
9472+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.3:
94669473
version "4.2.3"
94679474
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
94689475
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9497,15 +9504,6 @@ string-width@^4.1.0, string-width@^4.2.0:
94979504
is-fullwidth-code-point "^3.0.0"
94989505
strip-ansi "^6.0.0"
94999506

9500-
string-width@^4.2.3:
9501-
version "4.2.3"
9502-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9503-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9504-
dependencies:
9505-
emoji-regex "^8.0.0"
9506-
is-fullwidth-code-point "^3.0.0"
9507-
strip-ansi "^6.0.1"
9508-
95099507
string-width@^5.0.1, string-width@^5.1.2:
95109508
version "5.1.2"
95119509
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -9567,7 +9565,7 @@ stringify-entities@^4.0.0:
95679565
character-entities-html4 "^2.0.0"
95689566
character-entities-legacy "^3.0.0"
95699567

9570-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9568+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
95719569
version "6.0.1"
95729570
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
95739571
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9595,13 +9593,6 @@ strip-ansi@^6.0.0:
95959593
dependencies:
95969594
ansi-regex "^5.0.0"
95979595

9598-
strip-ansi@^6.0.1:
9599-
version "6.0.1"
9600-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9601-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9602-
dependencies:
9603-
ansi-regex "^5.0.1"
9604-
96059596
strip-ansi@^7.0.1:
96069597
version "7.1.0"
96079598
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -10632,7 +10623,7 @@ wordwrap@^1.0.0:
1063210623
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1063310624
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
1063410625

10635-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
10626+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1063610627
version "7.0.0"
1063710628
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1063810629
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10658,15 +10649,6 @@ wrap-ansi@^6.2.0:
1065810649
string-width "^4.1.0"
1065910650
strip-ansi "^6.0.0"
1066010651

10661-
wrap-ansi@^7.0.0:
10662-
version "7.0.0"
10663-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10664-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10665-
dependencies:
10666-
ansi-styles "^4.0.0"
10667-
string-width "^4.1.0"
10668-
strip-ansi "^6.0.0"
10669-
1067010652
wrap-ansi@^8.1.0:
1067110653
version "8.1.0"
1067210654
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)