Skip to content

Commit 5d2ae59

Browse files
build(deps-dev): bump @types/node from 24.10.0 to 24.10.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.0 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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acd3c01 commit 5d2ae59

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
@@ -70,7 +70,7 @@
7070
"@types/cors": "^2.8.19",
7171
"@types/jest": "^30.0.0",
7272
"@types/jsonwebtoken": "^9.0.10",
73-
"@types/node": "^24.10.0",
73+
"@types/node": "^24.10.1",
7474
"@types/serve-favicon": "^2.5.7",
7575
"@types/uuid": "^11.0.0",
7676
"@types/validator": "^13.15.4",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,10 +2010,10 @@
20102010
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
20112011
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
20122012

2013-
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^24.10.0":
2014-
version "24.10.0"
2015-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
2016-
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
2013+
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^24.10.1":
2014+
version "24.10.1"
2015+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
2016+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
20172017
dependencies:
20182018
undici-types "~7.16.0"
20192019

@@ -6078,7 +6078,16 @@ string-length@^4.0.2:
60786078
char-regex "^1.0.2"
60796079
strip-ansi "^6.0.0"
60806080

6081-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6081+
"string-width-cjs@npm:string-width@^4.2.0":
6082+
version "4.2.3"
6083+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6084+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6085+
dependencies:
6086+
emoji-regex "^8.0.0"
6087+
is-fullwidth-code-point "^3.0.0"
6088+
strip-ansi "^6.0.1"
6089+
6090+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
60826091
version "4.2.3"
60836092
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
60846093
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6103,7 +6112,14 @@ string_decoder@^1.1.1:
61036112
dependencies:
61046113
safe-buffer "~5.2.0"
61056114

6106-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6115+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6116+
version "6.0.1"
6117+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6118+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6119+
dependencies:
6120+
ansi-regex "^5.0.1"
6121+
6122+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
61076123
version "6.0.1"
61086124
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
61096125
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6617,7 +6633,16 @@ wordwrap@~0.0.2:
66176633
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
66186634
integrity sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==
66196635

6620-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6636+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6637+
version "7.0.0"
6638+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6639+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6640+
dependencies:
6641+
ansi-styles "^4.0.0"
6642+
string-width "^4.1.0"
6643+
strip-ansi "^6.0.0"
6644+
6645+
wrap-ansi@^7.0.0:
66216646
version "7.0.0"
66226647
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
66236648
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)