Skip to content

Commit dc80513

Browse files
Bump execa from 5.1.1 to 9.5.1
Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.1 to 9.5.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v5.1.1...v9.5.1) --- updated-dependencies: - dependency-name: execa dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd6c6b2 commit dc80513

File tree

2 files changed

+143
-20
lines changed

2 files changed

+143
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"ember-tether": "^3.0.0",
7373
"ember-truth-helpers": "^4.0.3",
7474
"esm": "^3.2.25",
75-
"execa": "5.1.1",
75+
"execa": "9.5.1",
7676
"fs-extra": "^11.1.0",
7777
"git-repo-info": "^2.1.1",
7878
"highlight.js": "^11.9.0",

yarn.lock

Lines changed: 142 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,6 +2155,11 @@
21552155
resolved "https://registry.yarnpkg.com/@ro0gr/ceibo/-/ceibo-2.2.0.tgz#01c4f3c8e6bfab98136d5863f55ac24e64c74539"
21562156
integrity sha512-4gSXPwwr99zUWxnTllN5L4QlfgFDloYKOsenoPvx46LE75x3wvLgGUhxUxhIMxJbqOZ0w9pzrugjQR7St0/PQg==
21572157

2158+
"@sec-ant/readable-stream@^0.4.1":
2159+
version "0.4.1"
2160+
resolved "https://registry.yarnpkg.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz#60de891bb126abfdc5410fdc6166aca065f10a0c"
2161+
integrity sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==
2162+
21582163
"@simple-dom/document@^1.4.0":
21592164
version "1.4.0"
21602165
resolved "https://registry.yarnpkg.com/@simple-dom/document/-/document-1.4.0.tgz#af60855f957f284d436983798ef1006cca1a1678"
@@ -2177,6 +2182,11 @@
21772182
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
21782183
integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==
21792184

2185+
"@sindresorhus/merge-streams@^4.0.0":
2186+
version "4.0.0"
2187+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339"
2188+
integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==
2189+
21802190
"@socket.io/component-emitter@~3.1.0":
21812191
version "3.1.0"
21822192
resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
@@ -7900,21 +7910,6 @@ exec-sh@^0.3.2, exec-sh@^0.3.4:
79007910
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc"
79017911
integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==
79027912

7903-
execa@5.1.1, execa@^5.0.0, execa@^5.1.1:
7904-
version "5.1.1"
7905-
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
7906-
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
7907-
dependencies:
7908-
cross-spawn "^7.0.3"
7909-
get-stream "^6.0.0"
7910-
human-signals "^2.1.0"
7911-
is-stream "^2.0.0"
7912-
merge-stream "^2.0.0"
7913-
npm-run-path "^4.0.1"
7914-
onetime "^5.1.2"
7915-
signal-exit "^3.0.3"
7916-
strip-final-newline "^2.0.0"
7917-
79187913
execa@7.2.0, execa@^7.1.1:
79197914
version "7.2.0"
79207915
resolved "https://registry.yarnpkg.com/execa/-/execa-7.2.0.tgz#657e75ba984f42a70f38928cedc87d6f2d4fe4e9"
@@ -7930,6 +7925,24 @@ execa@7.2.0, execa@^7.1.1:
79307925
signal-exit "^3.0.7"
79317926
strip-final-newline "^3.0.0"
79327927

7928+
execa@9.5.1:
7929+
version "9.5.1"
7930+
resolved "https://registry.yarnpkg.com/execa/-/execa-9.5.1.tgz#ab9b68073245e1111bba359962a34fcdb28deef2"
7931+
integrity sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg==
7932+
dependencies:
7933+
"@sindresorhus/merge-streams" "^4.0.0"
7934+
cross-spawn "^7.0.3"
7935+
figures "^6.1.0"
7936+
get-stream "^9.0.0"
7937+
human-signals "^8.0.0"
7938+
is-plain-obj "^4.1.0"
7939+
is-stream "^4.0.1"
7940+
npm-run-path "^6.0.0"
7941+
pretty-ms "^9.0.0"
7942+
signal-exit "^4.1.0"
7943+
strip-final-newline "^4.0.0"
7944+
yoctocolors "^2.0.0"
7945+
79337946
execa@^1.0.0:
79347947
version "1.0.0"
79357948
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
@@ -7973,6 +7986,21 @@ execa@^4.0.0, execa@^4.1.0:
79737986
signal-exit "^3.0.2"
79747987
strip-final-newline "^2.0.0"
79757988

7989+
execa@^5.0.0, execa@^5.1.1:
7990+
version "5.1.1"
7991+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
7992+
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
7993+
dependencies:
7994+
cross-spawn "^7.0.3"
7995+
get-stream "^6.0.0"
7996+
human-signals "^2.1.0"
7997+
is-stream "^2.0.0"
7998+
merge-stream "^2.0.0"
7999+
npm-run-path "^4.0.1"
8000+
onetime "^5.1.2"
8001+
signal-exit "^3.0.3"
8002+
strip-final-newline "^2.0.0"
8003+
79768004
exists-sync@0.0.3:
79778005
version "0.0.3"
79788006
resolved "https://registry.yarnpkg.com/exists-sync/-/exists-sync-0.0.3.tgz#b910000bedbb113b378b82f5f5a7638107622dcf"
@@ -8195,6 +8223,13 @@ figures@^5.0.0:
81958223
escape-string-regexp "^5.0.0"
81968224
is-unicode-supported "^1.2.0"
81978225

8226+
figures@^6.1.0:
8227+
version "6.1.0"
8228+
resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a"
8229+
integrity sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==
8230+
dependencies:
8231+
is-unicode-supported "^2.0.0"
8232+
81988233
file-entry-cache@^6.0.1:
81998234
version "6.0.1"
82008235
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -8755,6 +8790,14 @@ get-stream@^6.0.0, get-stream@^6.0.1:
87558790
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
87568791
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
87578792

8793+
get-stream@^9.0.0:
8794+
version "9.0.1"
8795+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-9.0.1.tgz#95157d21df8eb90d1647102b63039b1df60ebd27"
8796+
integrity sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==
8797+
dependencies:
8798+
"@sec-ant/readable-stream" "^0.4.1"
8799+
is-stream "^4.0.1"
8800+
87588801
get-symbol-description@^1.0.0:
87598802
version "1.0.0"
87608803
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
@@ -9459,6 +9502,11 @@ human-signals@^4.3.0:
94599502
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
94609503
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
94619504

9505+
human-signals@^8.0.0:
9506+
version "8.0.0"
9507+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-8.0.0.tgz#2d3d63481c7c2319f0373428b01ffe30da6df852"
9508+
integrity sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==
9509+
94629510
humanize-ms@^1.2.1:
94639511
version "1.2.1"
94649512
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -9959,6 +10007,11 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
995910007
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
996010008
integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
996110009

10010+
is-plain-obj@^4.1.0:
10011+
version "4.1.0"
10012+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
10013+
integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
10014+
996210015
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
996310016
version "2.0.4"
996410017
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -10030,6 +10083,11 @@ is-stream@^3.0.0:
1003010083
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
1003110084
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
1003210085

10086+
is-stream@^4.0.1:
10087+
version "4.0.1"
10088+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
10089+
integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
10090+
1003310091
is-string@^1.0.5, is-string@^1.0.7:
1003410092
version "1.0.7"
1003510093
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
@@ -10073,6 +10131,11 @@ is-unicode-supported@^1.1.0, is-unicode-supported@^1.2.0, is-unicode-supported@^
1007310131
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714"
1007410132
integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
1007510133

10134+
is-unicode-supported@^2.0.0:
10135+
version "2.1.0"
10136+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a"
10137+
integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==
10138+
1007610139
is-weakref@^1.0.2:
1007710140
version "1.0.2"
1007810141
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
@@ -11855,6 +11918,14 @@ npm-run-path@^5.1.0:
1185511918
dependencies:
1185611919
path-key "^4.0.0"
1185711920

11921+
npm-run-path@^6.0.0:
11922+
version "6.0.0"
11923+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-6.0.0.tgz#25cfdc4eae04976f3349c0b1afc089052c362537"
11924+
integrity sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==
11925+
dependencies:
11926+
path-key "^4.0.0"
11927+
unicorn-magic "^0.3.0"
11928+
1185811929
npmlog@^6.0.0:
1185911930
version "6.0.2"
1186011931
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830"
@@ -12313,6 +12384,11 @@ parse-ms@^1.0.0:
1231312384
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-1.0.1.tgz#56346d4749d78f23430ca0c713850aef91aa361d"
1231412385
integrity sha512-LpH1Cf5EYuVjkBvCDBYvkUPh+iv2bk3FHflxHkpCYT0/FZ1d3N3uJaLiHr4yGuMcFUhv6eAivitTvWZI4B/chg==
1231512386

12387+
parse-ms@^4.0.0:
12388+
version "4.0.0"
12389+
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4"
12390+
integrity sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==
12391+
1231612392
parse-passwd@^1.0.0:
1231712393
version "1.0.0"
1231812394
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
@@ -12699,6 +12775,13 @@ pretty-ms@^3.1.0:
1269912775
dependencies:
1270012776
parse-ms "^1.0.0"
1270112777

12778+
pretty-ms@^9.0.0:
12779+
version "9.1.0"
12780+
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-9.1.0.tgz#0ad44de6086454f48a168e5abb3c26f8db1b3253"
12781+
integrity sha512-o1piW0n3tgKIKCwk2vpM/vOV13zjJzvP37Ioze54YlTHE06m4tjEbzg9WsKkvTuyYln2DHjo5pY4qrZGI0otpw==
12782+
dependencies:
12783+
parse-ms "^4.0.0"
12784+
1270212785
printf@^0.6.1:
1270312786
version "0.6.1"
1270412787
resolved "https://registry.yarnpkg.com/printf/-/printf-0.6.1.tgz#b9afa3d3b55b7f2e8b1715272479fc756ed88650"
@@ -13895,7 +13978,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
1389513978
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
1389613979
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
1389713980

13898-
signal-exit@^4.0.1:
13981+
signal-exit@^4.0.1, signal-exit@^4.1.0:
1389913982
version "4.1.0"
1390013983
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
1390113984
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
@@ -14246,7 +14329,16 @@ string-template@~0.2.1:
1424614329
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
1424714330
integrity sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==
1424814331

14249-
"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:
14332+
"string-width-cjs@npm:string-width@^4.2.0":
14333+
version "4.2.3"
14334+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
14335+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
14336+
dependencies:
14337+
emoji-regex "^8.0.0"
14338+
is-fullwidth-code-point "^3.0.0"
14339+
strip-ansi "^6.0.1"
14340+
14341+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1425014342
version "4.2.3"
1425114343
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1425214344
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -14348,7 +14440,7 @@ stringstream@~0.0.4:
1434814440
resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.6.tgz#7880225b0d4ad10e30927d167a1d6f2fd3b33a72"
1434914441
integrity sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA==
1435014442

14351-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14443+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1435214444
version "6.0.1"
1435314445
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1435414446
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14376,6 +14468,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1437614468
dependencies:
1437714469
ansi-regex "^4.1.0"
1437814470

14471+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14472+
version "6.0.1"
14473+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
14474+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
14475+
dependencies:
14476+
ansi-regex "^5.0.1"
14477+
1437914478
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1438014479
version "7.1.0"
1438114480
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -14408,6 +14507,11 @@ strip-final-newline@^3.0.0:
1440814507
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
1440914508
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
1441014509

14510+
strip-final-newline@^4.0.0:
14511+
version "4.0.0"
14512+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz#35a369ec2ac43df356e3edd5dcebb6429aa1fa5c"
14513+
integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==
14514+
1441114515
strip-indent@^4.0.0:
1441214516
version "4.0.0"
1441314517
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
@@ -15186,6 +15290,11 @@ unicode-property-aliases-ecmascript@^2.0.0:
1518615290
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
1518715291
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
1518815292

15293+
unicorn-magic@^0.3.0:
15294+
version "0.3.0"
15295+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
15296+
integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
15297+
1518915298
union-value@^1.0.0:
1519015299
version "1.0.1"
1519115300
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
@@ -15698,7 +15807,7 @@ workerpool@^6.0.2, workerpool@^6.1.5, workerpool@^6.4.0:
1569815807
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
1569915808
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
1570015809

15701-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15810+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1570215811
version "7.0.0"
1570315812
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1570415813
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15716,6 +15825,15 @@ wrap-ansi@^6.2.0:
1571615825
string-width "^4.1.0"
1571715826
strip-ansi "^6.0.0"
1571815827

15828+
wrap-ansi@^7.0.0:
15829+
version "7.0.0"
15830+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15831+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15832+
dependencies:
15833+
ansi-styles "^4.0.0"
15834+
string-width "^4.1.0"
15835+
strip-ansi "^6.0.0"
15836+
1571915837
wrap-ansi@^8.1.0:
1572015838
version "8.1.0"
1572115839
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -15867,6 +15985,11 @@ yocto-queue@^1.0.0:
1586715985
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
1586815986
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
1586915987

15988+
yoctocolors@^2.0.0:
15989+
version "2.1.1"
15990+
resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.1.tgz#e0167474e9fbb9e8b3ecca738deaa61dd12e56fc"
15991+
integrity sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==
15992+
1587015993
yui@^3.18.1:
1587115994
version "3.18.1"
1587215995
resolved "https://registry.yarnpkg.com/yui/-/yui-3.18.1.tgz#e000269ec0a7b6fbc741cbb8fcbd0e65117b014c"

0 commit comments

Comments
 (0)