|
@@ -580,7 +580,7 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
|
|
dependencies:
|
|
|
color-convert "^1.9.0"
|
|
|
|
|
|
-ansi-styles@^4.1.0:
|
|
|
+ansi-styles@^4.0.0, ansi-styles@^4.1.0:
|
|
|
version "4.2.0"
|
|
|
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.0.tgz#5681f0dcf7ae5880a7841d8831c4724ed9cc0172"
|
|
|
integrity sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg==
|
|
@@ -1222,6 +1222,15 @@ cliui@^5.0.0:
|
|
|
strip-ansi "^5.2.0"
|
|
|
wrap-ansi "^5.1.0"
|
|
|
|
|
|
+cliui@^6.0.0:
|
|
|
+ version "6.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
|
+ integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
|
|
|
+ dependencies:
|
|
|
+ string-width "^4.2.0"
|
|
|
+ strip-ansi "^6.0.0"
|
|
|
+ wrap-ansi "^6.2.0"
|
|
|
+
|
|
|
clone-response@1.0.2:
|
|
|
version "1.0.2"
|
|
|
resolved "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
|
|
@@ -2491,7 +2500,7 @@ find-up@^3.0.0:
|
|
|
dependencies:
|
|
|
locate-path "^3.0.0"
|
|
|
|
|
|
-find-up@^4.0.0:
|
|
|
+find-up@^4.0.0, find-up@^4.1.0:
|
|
|
version "4.1.0"
|
|
|
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
|
|
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
|
|
@@ -4216,22 +4225,22 @@ locate-path@^5.0.0:
|
|
|
dependencies:
|
|
|
p-locate "^4.1.0"
|
|
|
|
|
|
-lockfile-lint-api@^5.0.2:
|
|
|
- version "5.0.2"
|
|
|
- resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-5.0.2.tgz#82a6565c22f8e6eb2a8342759adb0989c7ba7c83"
|
|
|
- integrity sha512-b7CaULcs83kk30fQ//BFsKMgfCqPMjtENsdxurJJhdS1Etcmni5W3eAlBKr3+IS93sfnLfvGU3h9neay0R1umw==
|
|
|
+lockfile-lint-api@^5.0.3:
|
|
|
+ version "5.0.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-5.0.3.tgz#55e176dea9892e347334a4903f9a845cae728031"
|
|
|
+ integrity sha512-lot1hb/sCU588v//9r1EZEcO1YGDdGRxjEif/Ua33h9ytt5z33F5yQXuue8fJD+X/b3SbZOx15Vf8R1d0nSF0w==
|
|
|
dependencies:
|
|
|
"@yarnpkg/lockfile" "^1.1.0"
|
|
|
- debug "^4.1.0"
|
|
|
+ debug "^4.1.1"
|
|
|
|
|
|
-lockfile-lint@3.0.3:
|
|
|
- version "3.0.3"
|
|
|
- resolved "https://registry.yarnpkg.com/lockfile-lint/-/lockfile-lint-3.0.3.tgz#e4d93bf2eab08dcba037fc312c86afcffc0a87fb"
|
|
|
- integrity sha512-9P/BlLKs4y5LkKzRay7wPHbtTYeXvzf8kh36z4pv24kcYtuTDY10gOWZwkoO/3mCSVh4Yk9QwIEUdYkjPLGPdw==
|
|
|
+lockfile-lint@3.0.4:
|
|
|
+ version "3.0.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/lockfile-lint/-/lockfile-lint-3.0.4.tgz#e455c3af4e5d73774708c92225ab3c045df8119f"
|
|
|
+ integrity sha512-rzsZbpOfto7E3+faXJQ5DKjjWBWPxUtPCEdO0GgtyBcgUK62vVFaRRJzXApqUShCyRu88JklKSfVaj8RlPq20A==
|
|
|
dependencies:
|
|
|
- debug "^4.1.0"
|
|
|
- lockfile-lint-api "^5.0.2"
|
|
|
- yargs "^13.2.4"
|
|
|
+ debug "^4.1.1"
|
|
|
+ lockfile-lint-api "^5.0.3"
|
|
|
+ yargs "^15.0.2"
|
|
|
|
|
|
lodash._reinterpolate@^3.0.0:
|
|
|
version "3.0.0"
|
|
@@ -6288,7 +6297,7 @@ string-width@^3.0.0, string-width@^3.1.0:
|
|
|
is-fullwidth-code-point "^2.0.0"
|
|
|
strip-ansi "^5.1.0"
|
|
|
|
|
|
-string-width@^4.1.0:
|
|
|
+string-width@^4.1.0, string-width@^4.2.0:
|
|
|
version "4.2.0"
|
|
|
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
|
|
|
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
|
|
@@ -7033,6 +7042,15 @@ wrap-ansi@^5.1.0:
|
|
|
string-width "^3.0.0"
|
|
|
strip-ansi "^5.0.0"
|
|
|
|
|
|
+wrap-ansi@^6.2.0:
|
|
|
+ version "6.2.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
|
|
+ integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
|
|
|
+ dependencies:
|
|
|
+ ansi-styles "^4.0.0"
|
|
|
+ string-width "^4.1.0"
|
|
|
+ strip-ansi "^6.0.0"
|
|
|
+
|
|
|
wrappy@1:
|
|
|
version "1.0.2"
|
|
|
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
|
@@ -7125,7 +7143,15 @@ yargs-parser@^13.1.1:
|
|
|
camelcase "^5.0.0"
|
|
|
decamelize "^1.2.0"
|
|
|
|
|
|
-yargs@^13.2.4, yargs@^13.3.0:
|
|
|
+yargs-parser@^16.1.0:
|
|
|
+ version "16.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1"
|
|
|
+ integrity sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==
|
|
|
+ dependencies:
|
|
|
+ camelcase "^5.0.0"
|
|
|
+ decamelize "^1.2.0"
|
|
|
+
|
|
|
+yargs@^13.3.0:
|
|
|
version "13.3.0"
|
|
|
resolved "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
|
|
|
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
|
|
@@ -7141,6 +7167,23 @@ yargs@^13.2.4, yargs@^13.3.0:
|
|
|
y18n "^4.0.0"
|
|
|
yargs-parser "^13.1.1"
|
|
|
|
|
|
+yargs@^15.0.2:
|
|
|
+ version "15.0.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.0.2.tgz#4248bf218ef050385c4f7e14ebdf425653d13bd3"
|
|
|
+ integrity sha512-GH/X/hYt+x5hOat4LMnCqMd8r5Cv78heOMIJn1hr7QPPBqfeC6p89Y78+WB9yGDvfpCvgasfmWLzNzEioOUD9Q==
|
|
|
+ dependencies:
|
|
|
+ cliui "^6.0.0"
|
|
|
+ decamelize "^1.2.0"
|
|
|
+ find-up "^4.1.0"
|
|
|
+ get-caller-file "^2.0.1"
|
|
|
+ require-directory "^2.1.1"
|
|
|
+ require-main-filename "^2.0.0"
|
|
|
+ set-blocking "^2.0.0"
|
|
|
+ string-width "^4.2.0"
|
|
|
+ which-module "^2.0.0"
|
|
|
+ y18n "^4.0.0"
|
|
|
+ yargs-parser "^16.1.0"
|
|
|
+
|
|
|
yargs@~3.10.0:
|
|
|
version "3.10.0"
|
|
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
|