Skip to content

Commit bf39cea

Browse files
Bump @types/node from 20.12.5 to 20.12.8 (#1078)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.5 to 20.12.8. - [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-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e0f76c commit bf39cea

File tree

2 files changed

+33
-11
lines changed

2 files changed

+33
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@
11691169
"devDependencies": {
11701170
"@types/glob": "^8.1.0",
11711171
"@types/mocha": "^10.0.6",
1172-
"@types/node": "^20.12.5",
1172+
"@types/node": "^20.12.8",
11731173
"@types/vscode": "^1.88.0",
11741174
"@types/which": "^3.0.3",
11751175
"@typescript-eslint/eslint-plugin": "^7.0.0",

yarn.lock

+32-10
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@
256256
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
257257
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
258258

259-
"@types/node@*", "@types/node@^20.12.5":
260-
version "20.12.5"
261-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.5.tgz#74c4f31ab17955d0b5808cdc8fd2839526ad00b3"
262-
integrity sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==
259+
"@types/node@*", "@types/node@^20.12.8":
260+
version "20.12.8"
261+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.8.tgz#35897bf2bfe3469847ab04634636de09552e8256"
262+
integrity sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==
263263
dependencies:
264264
undici-types "~5.26.4"
265265

@@ -1997,8 +1997,16 @@ source-map@^0.7.4:
19971997
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
19981998
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
19991999

2000-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
2001-
name string-width-cjs
2000+
"string-width-cjs@npm:string-width@^4.2.0":
2001+
version "4.2.3"
2002+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2003+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2004+
dependencies:
2005+
emoji-regex "^8.0.0"
2006+
is-fullwidth-code-point "^3.0.0"
2007+
strip-ansi "^6.0.1"
2008+
2009+
string-width@^4.1.0, string-width@^4.2.0:
20022010
version "4.2.3"
20032011
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
20042012
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2023,8 +2031,14 @@ string_decoder@~1.1.1:
20232031
dependencies:
20242032
safe-buffer "~5.1.0"
20252033

2026-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2027-
name strip-ansi-cjs
2034+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2035+
version "6.0.1"
2036+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2037+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2038+
dependencies:
2039+
ansi-regex "^5.0.1"
2040+
2041+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
20282042
version "6.0.1"
20292043
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
20302044
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -2284,8 +2298,16 @@ [email protected]:
22842298
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
22852299
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
22862300

2287-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2288-
name wrap-ansi-cjs
2301+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2302+
version "7.0.0"
2303+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2304+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
2305+
dependencies:
2306+
ansi-styles "^4.0.0"
2307+
string-width "^4.1.0"
2308+
strip-ansi "^6.0.0"
2309+
2310+
wrap-ansi@^7.0.0:
22892311
version "7.0.0"
22902312
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
22912313
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)