-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c87954e
commit 8122654
Showing
2 changed files
with
100 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1084,6 +1084,11 @@ | |
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-2.1.1.tgz#ceff6a28a5b4867c2dd4a1ba513de278ccbe8bb1" | ||
integrity sha512-/aPsuoj/1Dw/kzhkgz+ES6TxG0zfTMGLwuK2ZG00k/iJzYHTLCE8mVU8EPqEOp/lmxPoq1C1C9RYToRKb2KEfg== | ||
|
||
"@sindresorhus/is@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.0.0.tgz#2ff674e9611b45b528896d820d3d7a812de2f0e4" | ||
integrity sha512-FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ== | ||
|
||
"@szmarczak/http-timer@^1.1.2": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" | ||
|
@@ -2595,7 +2600,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: | |
safe-buffer "^5.0.1" | ||
sha.js "^2.4.8" | ||
|
||
cross-spawn@^7.0.0, cross-spawn@^7.0.2: | ||
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: | ||
version "7.0.3" | ||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" | ||
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== | ||
|
@@ -2961,6 +2966,13 @@ dot-prop@^5.2.0: | |
dependencies: | ||
is-obj "^2.0.0" | ||
|
||
dot-prop@^6.0.1: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66ce620c681083" | ||
integrity sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA== | ||
dependencies: | ||
is-obj "^2.0.0" | ||
|
||
duplexer3@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" | ||
|
@@ -3656,19 +3668,19 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: | |
md5.js "^1.3.4" | ||
safe-buffer "^5.1.1" | ||
|
||
execa@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" | ||
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== | ||
execa@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376" | ||
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ== | ||
dependencies: | ||
cross-spawn "^7.0.0" | ||
get-stream "^5.0.0" | ||
human-signals "^1.1.1" | ||
cross-spawn "^7.0.3" | ||
get-stream "^6.0.0" | ||
human-signals "^2.1.0" | ||
is-stream "^2.0.0" | ||
merge-stream "^2.0.0" | ||
npm-run-path "^4.0.0" | ||
onetime "^5.1.0" | ||
signal-exit "^3.0.2" | ||
npm-run-path "^4.0.1" | ||
onetime "^5.1.2" | ||
signal-exit "^3.0.3" | ||
strip-final-newline "^2.0.0" | ||
|
||
expand-brackets@^2.1.4: | ||
|
@@ -4045,6 +4057,11 @@ get-stream@^5.0.0, get-stream@^5.1.0: | |
dependencies: | ||
pump "^3.0.0" | ||
|
||
get-stream@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.0.tgz#3e0012cb6827319da2706e601a1583e8629a6718" | ||
integrity sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg== | ||
|
||
get-value@^2.0.3, get-value@^2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" | ||
|
@@ -4363,10 +4380,10 @@ https-browserify@^1.0.0: | |
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" | ||
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= | ||
|
||
human-signals@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" | ||
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== | ||
human-signals@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" | ||
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== | ||
|
||
[email protected]: | ||
version "0.0.4" | ||
|
@@ -5409,6 +5426,11 @@ lodash.get@^4.4.2: | |
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" | ||
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= | ||
|
||
lodash.isequal@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" | ||
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= | ||
|
||
lodash.map@^4.4.0: | ||
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3" | ||
|
@@ -5611,6 +5633,23 @@ meow@^8.0.0: | |
type-fest "^0.18.0" | ||
yargs-parser "^20.2.3" | ||
|
||
meow@^8.1.0: | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.0.tgz#0fcaa267e35e4d58584b8205923df6021ddcc7ba" | ||
integrity sha512-fNWkgM1UVMey2kf24yLiccxLihc5W+6zVus3/N0b+VfnJgxV99E9u04X6NAiKdg6ED7DAQBX5sy36NM0QJZkWA== | ||
dependencies: | ||
"@types/minimist" "^1.2.0" | ||
camelcase-keys "^6.2.2" | ||
decamelize-keys "^1.1.0" | ||
hard-rejection "^2.1.0" | ||
minimist-options "4.1.0" | ||
normalize-package-data "^3.0.0" | ||
read-pkg-up "^7.0.1" | ||
redent "^3.0.0" | ||
trim-newlines "^3.0.0" | ||
type-fest "^0.18.0" | ||
yargs-parser "^20.2.3" | ||
|
||
merge-stream@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" | ||
|
@@ -5884,10 +5923,10 @@ normalize-url@^4.1.0: | |
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129" | ||
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ== | ||
|
||
np@7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/np/-/np-7.0.0.tgz#ecdd4b4439e326a535f23fcfb1c53b7ae95bc3be" | ||
integrity sha512-McoiH/tyg9oWn1LZ74z3rz0QzGremx1ONWUntl28Brr3l9xsrBDPTi+3IyVtVUXsHm7sw6GAfXAHdnOR22PiGw== | ||
np@7.1.0: | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/np/-/np-7.1.0.tgz#02c5c29ba462c9a6f4c4269f127264aa688653e6" | ||
integrity sha512-l4ewwYnOU7zh2w2Uu5M657AtTRtOMiIfDDKAbllCRV4fHQDmTYgHAfJrzFzAkdezsShFZ/xDPK/yJuM3BfDcfQ== | ||
dependencies: | ||
"@samverschueren/stream-to-observable" "^0.3.1" | ||
any-observable "^0.5.1" | ||
|
@@ -5897,36 +5936,37 @@ [email protected]: | |
del "^6.0.0" | ||
escape-goat "^3.0.0" | ||
escape-string-regexp "^4.0.0" | ||
execa "^4.1.0" | ||
execa "^5.0.0" | ||
github-url-from-git "^1.5.0" | ||
has-yarn "^2.1.0" | ||
hosted-git-info "^3.0.7" | ||
ignore-walk "^3.0.3" | ||
import-local "^3.0.2" | ||
inquirer "^7.3.3" | ||
is-installed-globally "^0.3.2" | ||
is-interactive "^1.0.0" | ||
is-scoped "^2.1.0" | ||
issue-regex "^3.1.0" | ||
listr "^0.14.3" | ||
listr-input "^0.2.1" | ||
log-symbols "^4.0.0" | ||
meow "^8.0.0" | ||
meow "^8.1.0" | ||
minimatch "^3.0.4" | ||
new-github-release-url "^1.0.0" | ||
npm-name "^6.0.1" | ||
onetime "^5.1.2" | ||
open "^7.3.0" | ||
ow "^0.18.0" | ||
ow "^0.21.0" | ||
p-memoize "^4.0.1" | ||
p-timeout "^3.2.0" | ||
p-timeout "^4.1.0" | ||
pkg-dir "^5.0.0" | ||
read-pkg-up "^7.0.1" | ||
rxjs "^6.6.3" | ||
semver "^7.3.2" | ||
semver "^7.3.4" | ||
split "^1.0.1" | ||
symbol-observable "^2.0.3" | ||
symbol-observable "^3.0.0" | ||
terminal-link "^2.1.1" | ||
update-notifier "^5.0.0" | ||
update-notifier "^5.0.1" | ||
|
||
npm-name@^6.0.1: | ||
version "6.0.1" | ||
|
@@ -5943,7 +5983,7 @@ npm-name@^6.0.1: | |
registry-url "^5.1.0" | ||
validate-npm-package-name "^3.0.0" | ||
|
||
npm-run-path@^4.0.0: | ||
npm-run-path@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" | ||
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== | ||
|
@@ -6174,12 +6214,17 @@ os-tmpdir@~1.0.2: | |
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" | ||
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= | ||
|
||
ow@^0.18.0: | ||
version "0.18.0" | ||
resolved "https://registry.yarnpkg.com/ow/-/ow-0.18.0.tgz#68fbd5747c932db398e8be1334408ef4b1f00708" | ||
integrity sha512-2Rc7sTon3MDhWsrMB4mbppPA6ldQmGtDQadpE03RQw3ebcgsuNw43IYa1eDWwrSdWglCikduZC8cuBLnA34Teg== | ||
ow@^0.21.0: | ||
version "0.21.0" | ||
resolved "https://registry.yarnpkg.com/ow/-/ow-0.21.0.tgz#c2df2ad78d1bfc2ea9cdca311b7a6275258df621" | ||
integrity sha512-dlsoDe39g7mhdsdrC1R/YwjT7yjVqE3svWwOlMGvN690waBkgEZBmKBdkmKvSt5/wZ6E0Jn/nIesPqMZOpPKqw== | ||
dependencies: | ||
type-fest "^0.17.0" | ||
"@sindresorhus/is" "^4.0.0" | ||
callsites "^3.1.0" | ||
dot-prop "^6.0.1" | ||
lodash.isequal "^4.5.0" | ||
type-fest "^0.20.2" | ||
vali-date "^1.0.0" | ||
|
||
p-cancelable@^1.0.0: | ||
version "1.1.0" | ||
|
@@ -6289,13 +6334,18 @@ p-reduce@^2.1.0: | |
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-2.1.0.tgz#09408da49507c6c274faa31f28df334bc712b64a" | ||
integrity sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw== | ||
|
||
p-timeout@^3.1.0, p-timeout@^3.2.0: | ||
p-timeout@^3.1.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe" | ||
integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== | ||
dependencies: | ||
p-finally "^1.0.0" | ||
|
||
p-timeout@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-4.1.0.tgz#788253c0452ab0ffecf18a62dff94ff1bd09ca0a" | ||
integrity sha512-+/wmHtzJuWii1sXn3HCuH/FTwGhrp4tmJTxSKJbfS+vkipci6osxXM5mY0jUiRzWKMTgUT8l7HFbeSwZAynqHw== | ||
|
||
p-try@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" | ||
|
@@ -7280,7 +7330,7 @@ shebang-regex@^3.0.0: | |
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" | ||
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== | ||
|
||
signal-exit@^3.0.2: | ||
signal-exit@^3.0.2, signal-exit@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" | ||
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== | ||
|
@@ -7670,10 +7720,10 @@ symbol-observable@^1.1.0: | |
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" | ||
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== | ||
|
||
symbol-observable@^2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-2.0.3.tgz#5b521d3d07a43c351055fa43b8355b62d33fd16a" | ||
integrity sha512-sQV7phh2WCYAn81oAkakC5qjq2Ml0g8ozqz03wOGnx9dDlG1de6yrF+0RAzSJD8fPUow3PTSMf2SAbOGxb93BA== | ||
symbol-observable@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-3.0.0.tgz#eea8f6478c651018e059044268375c408c15c533" | ||
integrity sha512-6tDOXSHiVjuCaasQSWTmHUWn4PuG7qa3+1WT031yTc/swT7+rLiw3GOrFxaH1E3lLP09dH3bVuVDf2gK5rxG3Q== | ||
|
||
"symbol-tree@>= 3.1.0 < 4.0.0": | ||
version "3.2.4" | ||
|
@@ -7922,16 +7972,16 @@ type-fest@^0.11.0: | |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1" | ||
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== | ||
|
||
type-fest@^0.17.0: | ||
version "0.17.0" | ||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.17.0.tgz#268bb55d38701ce3915f60a4367a1e9f28672deb" | ||
integrity sha512-EFi9HE4hHj85XnVV80uAUMgICQmhxYgiEvtmfpcD6jqn6zYr36HxAU6k+i/DSY28TK7/lYL0s4v/kWmiKdqaoA== | ||
|
||
type-fest@^0.18.0: | ||
version "0.18.1" | ||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" | ||
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== | ||
|
||
type-fest@^0.20.2: | ||
version "0.20.2" | ||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" | ||
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== | ||
|
||
type-fest@^0.3.0: | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" | ||
|
@@ -8051,7 +8101,7 @@ upath@^1.1.1: | |
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" | ||
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== | ||
|
||
update-notifier@^5.0.0, update-notifier@^5.0.1: | ||
update-notifier@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.1.tgz#1f92d45fb1f70b9e33880a72dd262bc12d22c20d" | ||
integrity sha512-BuVpRdlwxeIOvmc32AGYvO1KVdPlsmqSh8KDDBxS6kDE5VR7R8OMP1d8MdhaVBvxl4H3551k9akXr0Y1iIB2Wg== | ||
|
@@ -8132,6 +8182,11 @@ v8-compile-cache@^2.0.3: | |
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132" | ||
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== | ||
|
||
vali-date@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6" | ||
integrity sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY= | ||
|
||
validate-npm-package-license@^3.0.1: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" | ||
|