2523
2523
" @types/node" " *"
2524
2524
form-data "^4.0.0"
2525
2525
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 ==
2530
2530
dependencies :
2531
2531
undici-types "~5.26.4"
2532
2532
@@ -8756,7 +8756,16 @@ string-length@^4.0.1:
8756
8756
char-regex "^1.0.2"
8757
8757
strip-ansi "^6.0.0"
8758
8758
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 :
8760
8769
version "4.2.3"
8761
8770
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8762
8771
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8839,7 +8848,14 @@ string_decoder@~1.0.3:
8839
8848
dependencies :
8840
8849
safe-buffer "~5.1.0"
8841
8850
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 :
8843
8859
version "6.0.1"
8844
8860
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8845
8861
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10073,7 +10089,7 @@ which@^2.0.1:
10073
10089
dependencies :
10074
10090
isexe "^2.0.0"
10075
10091
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 " :
10077
10093
version "7.0.0"
10078
10094
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
10079
10095
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10091,6 +10107,15 @@ wrap-ansi@^6.2.0:
10091
10107
string-width "^4.1.0"
10092
10108
strip-ansi "^6.0.0"
10093
10109
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
+
10094
10119
wrap-ansi@^8.1.0 :
10095
10120
version "8.1.0"
10096
10121
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
0 commit comments