chore: Update deps
parent
2cb662b4fe
commit
f6446ab4b9
|
@ -18,9 +18,9 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/TriPSs/conventional-changelog-action#readme",
|
"homepage": "https://github.com/TriPSs/conventional-changelog-action#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.1.3",
|
"@actions/core": "1.2.3",
|
||||||
"@actions/exec": "^1.0.1",
|
"@actions/exec": "1.0.3",
|
||||||
"conventional-changelog": "^3.1.12",
|
"conventional-changelog": "3.1.18",
|
||||||
"conventional-recommended-bump": "^6.0.2"
|
"conventional-recommended-bump": "6.0.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
181
yarn.lock
181
yarn.lock
|
@ -2,15 +2,22 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
"@actions/core@^1.1.3":
|
"@actions/core@1.2.3":
|
||||||
version "1.1.3"
|
version "1.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.1.3.tgz#543b0e7ca0e53dccc5dca4811a4fac59c1b35f5c"
|
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.3.tgz#e844b4fa0820e206075445079130868f95bfca95"
|
||||||
integrity sha512-2BIib53Jh4Cfm+1XNuZYYGTeRo8yiWEAUMoliMh1qQGMaqTF4VUlhhcsBylTu4qWmUx45DrY0y0XskimAHSqhw==
|
integrity sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==
|
||||||
|
|
||||||
"@actions/exec@^1.0.1":
|
"@actions/exec@1.0.3":
|
||||||
version "1.0.1"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.0.1.tgz#1624b541165697e7008d7c87bc1f69f191263c6c"
|
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.0.3.tgz#b967f8700d6ff011dcc91243b58bafc1bb9ab95f"
|
||||||
integrity sha512-nvFkxwiicvpzNiCBF4wFBDfnBvi7xp/as7LE1hBxBxKG2L29+gkIPBiLKMVORL+Hg3JNf07AKRfl0V5djoypjQ==
|
integrity sha512-TogJGnueOmM7ntCi0ASTUj4LapRRtDfj57Ja4IhPmg2fls28uVOPbAn8N+JifaOumN2UG3oEO/Ixek2A4NcYSA==
|
||||||
|
dependencies:
|
||||||
|
"@actions/io" "^1.0.1"
|
||||||
|
|
||||||
|
"@actions/io@^1.0.1":
|
||||||
|
version "1.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.0.2.tgz#2f614b6e69ce14d191180451eb38e6576a6e6b27"
|
||||||
|
integrity sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==
|
||||||
|
|
||||||
JSONStream@^1.0.4:
|
JSONStream@^1.0.4:
|
||||||
version "1.3.5"
|
version "1.3.5"
|
||||||
|
@ -20,6 +27,11 @@ JSONStream@^1.0.4:
|
||||||
jsonparse "^1.2.0"
|
jsonparse "^1.2.0"
|
||||||
through ">=2.2.7 <3"
|
through ">=2.2.7 <3"
|
||||||
|
|
||||||
|
add-stream@^1.0.0:
|
||||||
|
version "1.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
|
||||||
|
integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=
|
||||||
|
|
||||||
array-find-index@^1.0.1:
|
array-find-index@^1.0.1:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
||||||
|
@ -90,10 +102,10 @@ concat-stream@^2.0.0:
|
||||||
readable-stream "^3.0.2"
|
readable-stream "^3.0.2"
|
||||||
typedarray "^0.0.6"
|
typedarray "^0.0.6"
|
||||||
|
|
||||||
conventional-changelog-angular@^5.0.5:
|
conventional-changelog-angular@^5.0.6:
|
||||||
version "5.0.5"
|
version "5.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.5.tgz#69b541bcf3e538a8578b1e5fbaabe9bd8f572b57"
|
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.6.tgz#269540c624553aded809c29a3508fdc2b544c059"
|
||||||
integrity sha512-RrkdWnL/TVyWV1ayWmSsrWorsTDqjL/VwG5ZSEneBQrd65ONcfeA1cW7FLtNweQyMiKOyriCMTKRSlk18DjTrw==
|
integrity sha512-QDEmLa+7qdhVIv8sFZfVxU1VSyVvnXPsxq8Vam49mKUcO1Z8VTLEJk9uI21uiJUsnmm0I4Hrsdc9TgkOQo9WSA==
|
||||||
dependencies:
|
dependencies:
|
||||||
compare-func "^1.3.1"
|
compare-func "^1.3.1"
|
||||||
q "^1.5.1"
|
q "^1.5.1"
|
||||||
|
@ -112,28 +124,29 @@ conventional-changelog-codemirror@^2.0.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
q "^1.5.1"
|
q "^1.5.1"
|
||||||
|
|
||||||
conventional-changelog-conventionalcommits@^4.2.1:
|
conventional-changelog-conventionalcommits@^4.2.3:
|
||||||
version "4.2.1"
|
version "4.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz#d6cb2e2c5d7bfca044a08b9dba84b4082e1a1bd9"
|
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz#22855b32d57d0328951c1c2dc01b172a5f24ea37"
|
||||||
integrity sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==
|
integrity sha512-atGa+R4vvEhb8N/8v3IoW59gCBJeeFiX6uIbPu876ENAmkMwsenyn0R21kdDHJFLQdy6zW4J6b4xN8KI3b9oww==
|
||||||
dependencies:
|
dependencies:
|
||||||
compare-func "^1.3.1"
|
compare-func "^1.3.1"
|
||||||
lodash "^4.2.1"
|
lodash "^4.17.15"
|
||||||
q "^1.5.1"
|
q "^1.5.1"
|
||||||
|
|
||||||
conventional-changelog-core@^4.0.2:
|
conventional-changelog-core@^4.1.4:
|
||||||
version "4.0.2"
|
version "4.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.0.2.tgz#b9b74b4d5e63eb7647ea821bce8969de31a06e80"
|
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.1.4.tgz#39be27fca6ef20a0f998d7a3a1e97cfa8a055cb6"
|
||||||
integrity sha512-vQh7J+emZlcIA5alvI2xGikID2/iYKyk39dHmHEyU7/xvB9L9kq+3BzqbCXVstu7SD7isDfem27m/Qzu7R0BRA==
|
integrity sha512-LO58ZbEpp1Ul+y/vOI8rJRsWkovsYkCFbOCVgi6UnVfU8WC0F8K8VQQwaBZWWUpb6JvEiN4GBR5baRP2txZ+Vg==
|
||||||
dependencies:
|
dependencies:
|
||||||
conventional-changelog-writer "^4.0.9"
|
add-stream "^1.0.0"
|
||||||
conventional-commits-parser "^3.0.5"
|
conventional-changelog-writer "^4.0.11"
|
||||||
|
conventional-commits-parser "^3.0.8"
|
||||||
dateformat "^3.0.0"
|
dateformat "^3.0.0"
|
||||||
get-pkg-repo "^1.0.0"
|
get-pkg-repo "^1.0.0"
|
||||||
git-raw-commits "2.0.0"
|
git-raw-commits "2.0.0"
|
||||||
git-remote-origin-url "^2.0.0"
|
git-remote-origin-url "^2.0.0"
|
||||||
git-semver-tags "^3.0.0"
|
git-semver-tags "^3.0.1"
|
||||||
lodash "^4.2.1"
|
lodash "^4.17.15"
|
||||||
normalize-package-data "^2.3.5"
|
normalize-package-data "^2.3.5"
|
||||||
q "^1.5.1"
|
q "^1.5.1"
|
||||||
read-pkg "^3.0.0"
|
read-pkg "^3.0.0"
|
||||||
|
@ -176,43 +189,43 @@ conventional-changelog-jshint@^2.0.3:
|
||||||
compare-func "^1.3.1"
|
compare-func "^1.3.1"
|
||||||
q "^1.5.1"
|
q "^1.5.1"
|
||||||
|
|
||||||
conventional-changelog-preset-loader@^2.2.0:
|
conventional-changelog-preset-loader@^2.3.0:
|
||||||
version "2.2.0"
|
version "2.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.2.0.tgz#571e2b3d7b53d65587bea9eedf6e37faa5db4fcc"
|
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.0.tgz#580fa8ab02cef22c24294d25e52d7ccd247a9a6a"
|
||||||
integrity sha512-zXB+5vF7D5Y3Cb/rJfSyCCvFphCVmF8mFqOdncX3BmjZwAtGAPfYrBcT225udilCKvBbHgyzgxqz2GWDB5xShQ==
|
integrity sha512-/rHb32J2EJnEXeK4NpDgMaAVTFZS3o1ExmjKMtYVgIC4MQn0vkNSbYpdGRotkfGGRWiqk3Ri3FBkiZGbAfIfOQ==
|
||||||
|
|
||||||
conventional-changelog-writer@^4.0.9:
|
conventional-changelog-writer@^4.0.11:
|
||||||
version "4.0.9"
|
version "4.0.11"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.9.tgz#44ac4c48121bc90e71cb2947e1ea1a6c222ccd7f"
|
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.11.tgz#9f56d2122d20c96eb48baae0bf1deffaed1edba4"
|
||||||
integrity sha512-2Y3QfiAM37WvDMjkVNaRtZgxVzWKj73HE61YQ/95T53yle+CRwTVSl6Gbv/lWVKXeZcM5af9n9TDVf0k7Xh+cw==
|
integrity sha512-g81GQOR392I+57Cw3IyP1f+f42ME6aEkbR+L7v1FBBWolB0xkjKTeCWVguzRrp6UiT1O6gBpJbEy2eq7AnV1rw==
|
||||||
dependencies:
|
dependencies:
|
||||||
compare-func "^1.3.1"
|
compare-func "^1.3.1"
|
||||||
conventional-commits-filter "^2.0.2"
|
conventional-commits-filter "^2.0.2"
|
||||||
dateformat "^3.0.0"
|
dateformat "^3.0.0"
|
||||||
handlebars "^4.4.0"
|
handlebars "^4.4.0"
|
||||||
json-stringify-safe "^5.0.1"
|
json-stringify-safe "^5.0.1"
|
||||||
lodash "^4.2.1"
|
lodash "^4.17.15"
|
||||||
meow "^4.0.0"
|
meow "^5.0.0"
|
||||||
semver "^6.0.0"
|
semver "^6.0.0"
|
||||||
split "^1.0.0"
|
split "^1.0.0"
|
||||||
through2 "^3.0.0"
|
through2 "^3.0.0"
|
||||||
|
|
||||||
conventional-changelog@^3.1.12:
|
conventional-changelog@3.1.18:
|
||||||
version "3.1.12"
|
version "3.1.18"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.12.tgz#ede5b6803cfa8af6c7ea97e54ce5519508903afb"
|
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.18.tgz#7da0a5ab34a604b920b8bf71c6cf5d952f0e805e"
|
||||||
integrity sha512-zyGKwii8Z5zOq1nGFm5jn9Ou1jQ6UBoRT0+nqBIU8fEzh64+AcVxrY97tVuK77Ati0xwpBiFHpDXAW7pkq1jEw==
|
integrity sha512-aN6a3rjgV8qwAJj3sC/Lme2kvswWO7fFSGQc32gREcwIOsaiqBaO6f2p0NomFaPDnTqZ+mMZFLL3hlzvEnZ0mQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
conventional-changelog-angular "^5.0.5"
|
conventional-changelog-angular "^5.0.6"
|
||||||
conventional-changelog-atom "^2.0.3"
|
conventional-changelog-atom "^2.0.3"
|
||||||
conventional-changelog-codemirror "^2.0.3"
|
conventional-changelog-codemirror "^2.0.3"
|
||||||
conventional-changelog-conventionalcommits "^4.2.1"
|
conventional-changelog-conventionalcommits "^4.2.3"
|
||||||
conventional-changelog-core "^4.0.2"
|
conventional-changelog-core "^4.1.4"
|
||||||
conventional-changelog-ember "^2.0.4"
|
conventional-changelog-ember "^2.0.4"
|
||||||
conventional-changelog-eslint "^3.0.4"
|
conventional-changelog-eslint "^3.0.4"
|
||||||
conventional-changelog-express "^2.0.1"
|
conventional-changelog-express "^2.0.1"
|
||||||
conventional-changelog-jquery "^3.0.6"
|
conventional-changelog-jquery "^3.0.6"
|
||||||
conventional-changelog-jshint "^2.0.3"
|
conventional-changelog-jshint "^2.0.3"
|
||||||
conventional-changelog-preset-loader "^2.2.0"
|
conventional-changelog-preset-loader "^2.3.0"
|
||||||
|
|
||||||
conventional-commits-filter@^2.0.2:
|
conventional-commits-filter@^2.0.2:
|
||||||
version "2.0.2"
|
version "2.0.2"
|
||||||
|
@ -222,31 +235,31 @@ conventional-commits-filter@^2.0.2:
|
||||||
lodash.ismatch "^4.4.0"
|
lodash.ismatch "^4.4.0"
|
||||||
modify-values "^1.0.0"
|
modify-values "^1.0.0"
|
||||||
|
|
||||||
conventional-commits-parser@^3.0.5:
|
conventional-commits-parser@^3.0.8:
|
||||||
version "3.0.5"
|
version "3.0.8"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.5.tgz#df471d6cb3f6fecfd1356ac72e0b577dbdae0a9c"
|
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.8.tgz#23310a9bda6c93c874224375e72b09fb275fe710"
|
||||||
integrity sha512-qVz9+5JwdJzsbt7JbJ6P7NOXBGt8CyLFJYSjKAuPSgO+5UGfcsbk9EMR+lI8Unlvx6qwIc2YDJlrGIfay2ehNA==
|
integrity sha512-YcBSGkZbYp7d+Cr3NWUeXbPDFUN6g3SaSIzOybi8bjHL5IJ5225OSCxJJ4LgziyEJ7AaJtE9L2/EU6H7Nt/DDQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
JSONStream "^1.0.4"
|
JSONStream "^1.0.4"
|
||||||
is-text-path "^2.0.0"
|
is-text-path "^1.0.1"
|
||||||
lodash "^4.2.1"
|
lodash "^4.17.15"
|
||||||
meow "^4.0.0"
|
meow "^5.0.0"
|
||||||
split2 "^2.0.0"
|
split2 "^2.0.0"
|
||||||
through2 "^3.0.0"
|
through2 "^3.0.0"
|
||||||
trim-off-newlines "^1.0.0"
|
trim-off-newlines "^1.0.0"
|
||||||
|
|
||||||
conventional-recommended-bump@^6.0.2:
|
conventional-recommended-bump@6.0.5:
|
||||||
version "6.0.2"
|
version "6.0.5"
|
||||||
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.2.tgz#086e3380e8d66ca2b962d84af863a28d532f355a"
|
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.5.tgz#be7ec24b43bef57108042ea1d49758b58beabc03"
|
||||||
integrity sha512-9qWhAweJbT6CAHcCprBYzUb3tySsaRrUx0ckpMprHbtWOBfl3gxakUCBNd/4T3m2Iv9Cb8Y4P2Px3cR5ysXPDw==
|
integrity sha512-srkferrB4kACPEbKYltZwX1CQZAEqbQkabKN444mavLRVMetzwJFJf23/+pwvtMsWbd+cc4HaleV1nHke0f8Rw==
|
||||||
dependencies:
|
dependencies:
|
||||||
concat-stream "^2.0.0"
|
concat-stream "^2.0.0"
|
||||||
conventional-changelog-preset-loader "^2.2.0"
|
conventional-changelog-preset-loader "^2.3.0"
|
||||||
conventional-commits-filter "^2.0.2"
|
conventional-commits-filter "^2.0.2"
|
||||||
conventional-commits-parser "^3.0.5"
|
conventional-commits-parser "^3.0.8"
|
||||||
git-raw-commits "2.0.0"
|
git-raw-commits "2.0.0"
|
||||||
git-semver-tags "^3.0.0"
|
git-semver-tags "^3.0.1"
|
||||||
meow "^4.0.0"
|
meow "^5.0.0"
|
||||||
q "^1.5.1"
|
q "^1.5.1"
|
||||||
|
|
||||||
core-util-is@~1.0.0:
|
core-util-is@~1.0.0:
|
||||||
|
@ -350,12 +363,12 @@ git-remote-origin-url@^2.0.0:
|
||||||
gitconfiglocal "^1.0.0"
|
gitconfiglocal "^1.0.0"
|
||||||
pify "^2.3.0"
|
pify "^2.3.0"
|
||||||
|
|
||||||
git-semver-tags@^3.0.0:
|
git-semver-tags@^3.0.1:
|
||||||
version "3.0.0"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-3.0.0.tgz#fe10147824657662c82efd9341f0fa59f74ddcba"
|
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-3.0.1.tgz#9cb9e4974437de1f71f32da3bfe74f4d35afb1b9"
|
||||||
integrity sha512-T4C/gJ9k2Bnxz+PubtcyiMtUUKrC+Nh9Q4zaECcnmVMwJgPhrNyP/Rf+YpdRqsJbCV/+kYrCH24Xg+IeAmbOPg==
|
integrity sha512-Hzd1MOHXouITfCasrpVJbRDg9uvW7LfABk3GQmXYZByerBDrfrEMP9HXpNT7RxAbieiocP6u+xq20DkvjwxnCA==
|
||||||
dependencies:
|
dependencies:
|
||||||
meow "^4.0.0"
|
meow "^5.0.0"
|
||||||
semver "^6.0.0"
|
semver "^6.0.0"
|
||||||
|
|
||||||
gitconfiglocal@^1.0.0:
|
gitconfiglocal@^1.0.0:
|
||||||
|
@ -430,12 +443,12 @@ is-plain-obj@^1.1.0:
|
||||||
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
|
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
|
||||||
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
|
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
|
||||||
|
|
||||||
is-text-path@^2.0.0:
|
is-text-path@^1.0.1:
|
||||||
version "2.0.0"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-2.0.0.tgz#b2484e2b720a633feb2e85b67dc193ff72c75636"
|
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
|
||||||
integrity sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==
|
integrity sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=
|
||||||
dependencies:
|
dependencies:
|
||||||
text-extensions "^2.0.0"
|
text-extensions "^1.0.0"
|
||||||
|
|
||||||
is-utf8@^0.2.0:
|
is-utf8@^0.2.0:
|
||||||
version "0.2.1"
|
version "0.2.1"
|
||||||
|
@ -516,7 +529,7 @@ lodash.templatesettings@^4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash._reinterpolate "^3.0.0"
|
lodash._reinterpolate "^3.0.0"
|
||||||
|
|
||||||
lodash@^4.2.1:
|
lodash@^4.17.15:
|
||||||
version "4.17.15"
|
version "4.17.15"
|
||||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
||||||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
||||||
|
@ -570,6 +583,21 @@ meow@^4.0.0:
|
||||||
redent "^2.0.0"
|
redent "^2.0.0"
|
||||||
trim-newlines "^2.0.0"
|
trim-newlines "^2.0.0"
|
||||||
|
|
||||||
|
meow@^5.0.0:
|
||||||
|
version "5.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
|
||||||
|
integrity sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==
|
||||||
|
dependencies:
|
||||||
|
camelcase-keys "^4.0.0"
|
||||||
|
decamelize-keys "^1.0.0"
|
||||||
|
loud-rejection "^1.0.0"
|
||||||
|
minimist-options "^3.0.1"
|
||||||
|
normalize-package-data "^2.3.4"
|
||||||
|
read-pkg-up "^3.0.0"
|
||||||
|
redent "^2.0.0"
|
||||||
|
trim-newlines "^2.0.0"
|
||||||
|
yargs-parser "^10.0.0"
|
||||||
|
|
||||||
minimist-options@^3.0.1:
|
minimist-options@^3.0.1:
|
||||||
version "3.0.2"
|
version "3.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
|
||||||
|
@ -929,10 +957,10 @@ strip-indent@^2.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
|
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
|
||||||
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
|
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
|
||||||
|
|
||||||
text-extensions@^2.0.0:
|
text-extensions@^1.0.0:
|
||||||
version "2.0.0"
|
version "1.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-2.0.0.tgz#43eabd1b495482fae4a2bf65e5f56c29f69220f6"
|
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
|
||||||
integrity sha512-F91ZqLgvi1E0PdvmxMgp+gcf6q8fMH7mhdwWfzXnl1k+GbpQDmi8l7DzLC5JTASKbwpY3TfxajAUzAXcv2NmsQ==
|
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
|
||||||
|
|
||||||
through2@^2.0.0, through2@^2.0.2:
|
through2@^2.0.0, through2@^2.0.2:
|
||||||
version "2.0.5"
|
version "2.0.5"
|
||||||
|
@ -1004,3 +1032,10 @@ xtend@~4.0.1:
|
||||||
version "4.0.2"
|
version "4.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
|
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
|
||||||
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
||||||
|
|
||||||
|
yargs-parser@^10.0.0:
|
||||||
|
version "10.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
|
||||||
|
integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==
|
||||||
|
dependencies:
|
||||||
|
camelcase "^4.1.0"
|
||||||
|
|
Loading…
Reference in New Issue