4719
4719
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
4720
4720
4721
4721
ejs@^3.1.7:
4722
- version "3.1.9 "
4723
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9 .tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361 "
4724
- integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ ==
4722
+ version "3.1.10 "
4723
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10 .tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b "
4724
+ integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA ==
4725
4725
dependencies:
4726
4726
jake "^10.8.5"
4727
4727
@@ -11498,7 +11498,7 @@ string-template@~0.2.1:
11498
11498
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
11499
11499
integrity sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==
11500
11500
11501
- "string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3 :
11501
+ "string-width-cjs@npm:string-width@^4.2.0":
11502
11502
version "4.2.3"
11503
11503
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11504
11504
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11516,6 +11516,15 @@ string-width@^1.0.1, string-width@^1.0.2:
11516
11516
is-fullwidth-code-point "^1.0.0"
11517
11517
strip-ansi "^3.0.0"
11518
11518
11519
+ "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
11520
+ version "4.2.3"
11521
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11522
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11523
+ dependencies:
11524
+ emoji-regex "^8.0.0"
11525
+ is-fullwidth-code-point "^3.0.0"
11526
+ strip-ansi "^6.0.1"
11527
+
11519
11528
string-width@^5.0.1, string-width@^5.1.2:
11520
11529
version "5.1.2"
11521
11530
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -11580,7 +11589,7 @@ string_decoder@~1.1.1:
11580
11589
dependencies:
11581
11590
safe-buffer "~5.1.0"
11582
11591
11583
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
11592
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11584
11593
version "6.0.1"
11585
11594
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11586
11595
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11594,6 +11603,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
11594
11603
dependencies:
11595
11604
ansi-regex "^2.0.0"
11596
11605
11606
+ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11607
+ version "6.0.1"
11608
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11609
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11610
+ dependencies:
11611
+ ansi-regex "^5.0.1"
11612
+
11597
11613
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
11598
11614
version "7.1.0"
11599
11615
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -12956,7 +12972,7 @@ wordwrapjs@^4.0.0:
12956
12972
reduce-flatten "^2.0.0"
12957
12973
typical "^5.2.0"
12958
12974
12959
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0 :
12975
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12960
12976
version "7.0.0"
12961
12977
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12962
12978
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12982,6 +12998,15 @@ wrap-ansi@^6.0.1:
12982
12998
string-width "^4.1.0"
12983
12999
strip-ansi "^6.0.0"
12984
13000
13001
+ wrap-ansi@^7.0.0:
13002
+ version "7.0.0"
13003
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
13004
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
13005
+ dependencies:
13006
+ ansi-styles "^4.0.0"
13007
+ string-width "^4.1.0"
13008
+ strip-ansi "^6.0.0"
13009
+
12985
13010
wrap-ansi@^8.1.0:
12986
13011
version "8.1.0"
12987
13012
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
0 commit comments