Skip to content

Commit 1b53f91

Browse files
Bump ejs from 3.1.9 to 3.1.10 (#9685)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](mde/ejs@v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Mischkulnig <[email protected]>
1 parent 6faf7b2 commit 1b53f91

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

+31-6
Original file line numberDiff line numberDiff line change
@@ -5538,9 +5538,9 @@ [email protected]:
55385538
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
55395539

55405540
ejs@^3.1.6, ejs@^3.1.7:
5541-
version "3.1.9"
5542-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
5543-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
5541+
version "3.1.10"
5542+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
5543+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
55445544
dependencies:
55455545
jake "^10.8.5"
55465546

@@ -13428,7 +13428,7 @@ string-natural-compare@^3.0.1:
1342813428
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1342913429
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1343013430

13431-
"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.3:
13431+
"string-width-cjs@npm:string-width@^4.2.0":
1343213432
version "4.2.3"
1343313433
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1343413434
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13454,6 +13454,15 @@ string-width@^1.0.1, string-width@^1.0.2:
1345413454
is-fullwidth-code-point "^2.0.0"
1345513455
strip-ansi "^4.0.0"
1345613456

13457+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13458+
version "4.2.3"
13459+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13460+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13461+
dependencies:
13462+
emoji-regex "^8.0.0"
13463+
is-fullwidth-code-point "^3.0.0"
13464+
strip-ansi "^6.0.1"
13465+
1345713466
string-width@^5.0.1, string-width@^5.1.2:
1345813467
version "5.1.2"
1345913468
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -13532,7 +13541,7 @@ stringify-object@^3.3.0:
1353213541
is-obj "^1.0.1"
1353313542
is-regexp "^1.0.0"
1353413543

13535-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13544+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1353613545
version "6.0.1"
1353713546
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1353813547
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13553,6 +13562,13 @@ strip-ansi@^4.0.0:
1355313562
dependencies:
1355413563
ansi-regex "^3.0.0"
1355513564

13565+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13566+
version "6.0.1"
13567+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13568+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13569+
dependencies:
13570+
ansi-regex "^5.0.1"
13571+
1355613572
strip-ansi@^7.0.1:
1355713573
version "7.1.0"
1355813574
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -15056,7 +15072,7 @@ [email protected]:
1505615072
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz#a8e038b4c94569596852de7a8ea4228eefdeb37b"
1505715073
integrity sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==
1505815074

15059-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15075+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1506015076
version "7.0.0"
1506115077
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1506215078
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15082,6 +15098,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1508215098
string-width "^4.1.0"
1508315099
strip-ansi "^6.0.0"
1508415100

15101+
wrap-ansi@^7.0.0:
15102+
version "7.0.0"
15103+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15104+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15105+
dependencies:
15106+
ansi-styles "^4.0.0"
15107+
string-width "^4.1.0"
15108+
strip-ansi "^6.0.0"
15109+
1508515110
wrap-ansi@^8.1.0:
1508615111
version "8.1.0"
1508715112
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)