Skip to content

Commit 4cbe4ee

Browse files
Bump @types/node from 20.12.4 to 20.14.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.4 to 20.14.5. - [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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c11a5a commit 4cbe4ee

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@frames.js/debugger": "^0.1.9",
4848
"@types/jest": "^29.5.12",
49-
"@types/node": "^20.12.4",
49+
"@types/node": "^20.14.5",
5050
"@types/react": "^18.2.0",
5151
"@types/react-dom": "^18.2.24",
5252
"autoprefixer": "^10.0.1",

yarn.lock

+32-7
Original file line numberDiff line numberDiff line change
@@ -2523,10 +2523,10 @@
25232523
"@types/node" "*"
25242524
form-data "^4.0.0"
25252525

2526-
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^20.12.4":
2527-
version "20.12.4"
2528-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.4.tgz#af5921bd75ccdf3a3d8b3fa75bf3d3359268cd11"
2529-
integrity sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==
2526+
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^20.14.5":
2527+
version "20.14.5"
2528+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.5.tgz#fe35e3022ebe58b8f201580eb24e1fcfc0f2487d"
2529+
integrity sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==
25302530
dependencies:
25312531
undici-types "~5.26.4"
25322532

@@ -8756,7 +8756,16 @@ string-length@^4.0.1:
87568756
char-regex "^1.0.2"
87578757
strip-ansi "^6.0.0"
87588758

8759-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8759+
"string-width-cjs@npm:string-width@^4.2.0":
8760+
version "4.2.3"
8761+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8762+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8763+
dependencies:
8764+
emoji-regex "^8.0.0"
8765+
is-fullwidth-code-point "^3.0.0"
8766+
strip-ansi "^6.0.1"
8767+
8768+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
87608769
version "4.2.3"
87618770
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
87628771
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8839,7 +8848,14 @@ string_decoder@~1.0.3:
88398848
dependencies:
88408849
safe-buffer "~5.1.0"
88418850

8842-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8851+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8852+
version "6.0.1"
8853+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8854+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8855+
dependencies:
8856+
ansi-regex "^5.0.1"
8857+
8858+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
88438859
version "6.0.1"
88448860
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
88458861
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10073,7 +10089,7 @@ which@^2.0.1:
1007310089
dependencies:
1007410090
isexe "^2.0.0"
1007510091

10076-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
10092+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1007710093
version "7.0.0"
1007810094
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1007910095
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10091,6 +10107,15 @@ wrap-ansi@^6.2.0:
1009110107
string-width "^4.1.0"
1009210108
strip-ansi "^6.0.0"
1009310109

10110+
wrap-ansi@^7.0.0:
10111+
version "7.0.0"
10112+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
10113+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10114+
dependencies:
10115+
ansi-styles "^4.0.0"
10116+
string-width "^4.1.0"
10117+
strip-ansi "^6.0.0"
10118+
1009410119
wrap-ansi@^8.1.0:
1009510120
version "8.1.0"
1009610121
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)