Skip to content

Commit 286828a

Browse files
chore(deps-dev): bump @commitlint/cli from 11.0.0 to 13.1.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 11.0.0 to 13.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v11.0.0...v13.1.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9aa3834 commit 286828a

File tree

2 files changed

+150
-116
lines changed

2 files changed

+150
-116
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@commitlint/cli": "^11.0.0",
49+
"@commitlint/cli": "^13.1.0",
5050
"@commitlint/config-conventional": "^13.1.0",
5151
"@nuxt/types": "^2.14.7",
5252
"@nuxt/typescript-build": "latest",

yarn.lock

Lines changed: 149 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
"@babel/types" "^7.4.4"
832832
esutils "^2.0.2"
833833

834-
"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.8.4":
834+
"@babel/runtime@^7.12.0", "@babel/runtime@^7.8.4":
835835
version "7.12.1"
836836
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz"
837837
integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
@@ -884,23 +884,20 @@
884884
exec-sh "^0.3.2"
885885
minimist "^1.2.0"
886886

887-
"@commitlint/cli@^11.0.0":
888-
version "11.0.0"
889-
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-11.0.0.tgz"
890-
integrity sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g==
891-
dependencies:
892-
"@babel/runtime" "^7.11.2"
893-
"@commitlint/format" "^11.0.0"
894-
"@commitlint/lint" "^11.0.0"
895-
"@commitlint/load" "^11.0.0"
896-
"@commitlint/read" "^11.0.0"
897-
chalk "4.1.0"
898-
core-js "^3.6.1"
899-
get-stdin "8.0.0"
887+
"@commitlint/cli@^13.1.0":
888+
version "13.1.0"
889+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.1.0.tgz#3608bb24dbef41aaa0729ffe65c7f9b57409626a"
890+
integrity sha512-xN/uNYWtGTva5OMSd+xA6e6/c2jk8av7MUbdd6w2cw89u6z3fAWoyiH87X0ewdSMNYmW/6B3L/2dIVGHRDID5w==
891+
dependencies:
892+
"@commitlint/format" "^13.1.0"
893+
"@commitlint/lint" "^13.1.0"
894+
"@commitlint/load" "^13.1.0"
895+
"@commitlint/read" "^13.1.0"
896+
"@commitlint/types" "^13.1.0"
900897
lodash "^4.17.19"
901898
resolve-from "5.0.0"
902899
resolve-global "1.0.0"
903-
yargs "^15.1.0"
900+
yargs "^17.0.0"
904901

905902
"@commitlint/config-conventional@^13.1.0":
906903
version "13.1.0"
@@ -909,116 +906,121 @@
909906
dependencies:
910907
conventional-changelog-conventionalcommits "^4.3.1"
911908

912-
"@commitlint/ensure@^11.0.0":
913-
version "11.0.0"
914-
resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-11.0.0.tgz"
915-
integrity sha512-/T4tjseSwlirKZdnx4AuICMNNlFvRyPQimbZIOYujp9DSO6XRtOy9NrmvWujwHsq9F5Wb80QWi4WMW6HMaENug==
909+
"@commitlint/ensure@^13.1.0":
910+
version "13.1.0"
911+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-13.1.0.tgz#057a325b54f104cbeed2a26bacb5eec29298e7d5"
912+
integrity sha512-NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA==
916913
dependencies:
917-
"@commitlint/types" "^11.0.0"
914+
"@commitlint/types" "^13.1.0"
918915
lodash "^4.17.19"
919916

920-
"@commitlint/execute-rule@^11.0.0":
921-
version "11.0.0"
922-
resolved "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz"
923-
integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==
917+
"@commitlint/execute-rule@^13.0.0":
918+
version "13.0.0"
919+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-13.0.0.tgz#7823303b82b5d86dac46e67cfa005f4433476981"
920+
integrity sha512-lBz2bJhNAgkkU/rFMAw3XBNujbxhxlaFHY3lfKB/MxpAa+pIfmWB3ig9i1VKe0wCvujk02O0WiMleNaRn2KJqw==
924921

925-
"@commitlint/format@^11.0.0":
926-
version "11.0.0"
927-
resolved "https://registry.npmjs.org/@commitlint/format/-/format-11.0.0.tgz"
928-
integrity sha512-bpBLWmG0wfZH/svzqD1hsGTpm79TKJWcf6EXZllh2J/LSSYKxGlv967lpw0hNojme0sZd4a/97R3qA2QHWWSLg==
922+
"@commitlint/format@^13.1.0":
923+
version "13.1.0"
924+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-13.1.0.tgz#915570d958d83bae5fa645de6b1e6c9dd1362ec0"
925+
integrity sha512-n46rYvzf+6Sm99TJjTLjJBkjm6JVcklt31lDO5Q+pCIV0NnJ4qIUcwa6wIL9a9Vqb1XzlMgtp27E0zyYArkvSg==
929926
dependencies:
930-
"@commitlint/types" "^11.0.0"
927+
"@commitlint/types" "^13.1.0"
931928
chalk "^4.0.0"
932929

933-
"@commitlint/is-ignored@^11.0.0":
934-
version "11.0.0"
935-
resolved "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-11.0.0.tgz"
936-
integrity sha512-VLHOUBN+sOlkYC4tGuzE41yNPO2w09sQnOpfS+pSPnBFkNUUHawEuA44PLHtDvQgVuYrMAmSWFQpWabMoP5/Xg==
937-
dependencies:
938-
"@commitlint/types" "^11.0.0"
939-
semver "7.3.2"
940-
941-
"@commitlint/lint@^11.0.0":
942-
version "11.0.0"
943-
resolved "https://registry.npmjs.org/@commitlint/lint/-/lint-11.0.0.tgz"
944-
integrity sha512-Q8IIqGIHfwKr8ecVZyYh6NtXFmKw4YSEWEr2GJTB/fTZXgaOGtGFZDWOesCZllQ63f1s/oWJYtVv5RAEuwN8BQ==
945-
dependencies:
946-
"@commitlint/is-ignored" "^11.0.0"
947-
"@commitlint/parse" "^11.0.0"
948-
"@commitlint/rules" "^11.0.0"
949-
"@commitlint/types" "^11.0.0"
950-
951-
"@commitlint/load@^11.0.0":
952-
version "11.0.0"
953-
resolved "https://registry.npmjs.org/@commitlint/load/-/load-11.0.0.tgz"
954-
integrity sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg==
955-
dependencies:
956-
"@commitlint/execute-rule" "^11.0.0"
957-
"@commitlint/resolve-extends" "^11.0.0"
958-
"@commitlint/types" "^11.0.0"
959-
chalk "4.1.0"
930+
"@commitlint/is-ignored@^13.1.0":
931+
version "13.1.0"
932+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-13.1.0.tgz#88a5dfbc8f9ea91e860323af6681aa131322b0c4"
933+
integrity sha512-P6zenLE5Tn3FTNjRzmL9+/KooTXEI0khA2TmUbuei9KiycemeO4q7Xk7w7aXwFPNAbN0O9oI7z3z7cFpzKJWmQ==
934+
dependencies:
935+
"@commitlint/types" "^13.1.0"
936+
semver "7.3.5"
937+
938+
"@commitlint/lint@^13.1.0":
939+
version "13.1.0"
940+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-13.1.0.tgz#ea56ce0970f9b75ffe7bd2c9968f4f1d4461ba3a"
941+
integrity sha512-qH9AYSQDDTaSWSdtOvB3G1RdPpcYSgddAdFYqpFewlKQ1GJj/L+sM7vwqCG7/ip6AiM04Sry1sgmFzaEoFREUA==
942+
dependencies:
943+
"@commitlint/is-ignored" "^13.1.0"
944+
"@commitlint/parse" "^13.1.0"
945+
"@commitlint/rules" "^13.1.0"
946+
"@commitlint/types" "^13.1.0"
947+
948+
"@commitlint/load@^13.1.0":
949+
version "13.1.0"
950+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.1.0.tgz#d6c9b547551f2216586d6c1964d93f92e7b04277"
951+
integrity sha512-zlZbjJCWnWmBOSwTXis8H7I6pYk6JbDwOCuARA6B9Y/qt2PD+NCo0E/7EuaaFoxjHl+o56QR5QttuMBrf+BJzg==
952+
dependencies:
953+
"@commitlint/execute-rule" "^13.0.0"
954+
"@commitlint/resolve-extends" "^13.0.0"
955+
"@commitlint/types" "^13.1.0"
956+
chalk "^4.0.0"
960957
cosmiconfig "^7.0.0"
961958
lodash "^4.17.19"
962959
resolve-from "^5.0.0"
963960

964-
"@commitlint/message@^11.0.0":
965-
version "11.0.0"
966-
resolved "https://registry.npmjs.org/@commitlint/message/-/message-11.0.0.tgz"
967-
integrity sha512-01ObK/18JL7PEIE3dBRtoMmU6S3ecPYDTQWWhcO+ErA3Ai0KDYqV5VWWEijdcVafNpdeUNrEMigRkxXHQLbyJA==
961+
"@commitlint/message@^13.0.0":
962+
version "13.0.0"
963+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-13.0.0.tgz#4f8d56b59e9cee8b37b8db6b48c26d7faf33762f"
964+
integrity sha512-W/pxhesVEk8747BEWJ+VGQ9ILHmCV27/pEwJ0hGny1wqVquUR8SxvScRCbUjHCB1YtWX4dEnOPXOS9CLH/CX7A==
968965

969-
"@commitlint/parse@^11.0.0":
970-
version "11.0.0"
971-
resolved "https://registry.npmjs.org/@commitlint/parse/-/parse-11.0.0.tgz"
972-
integrity sha512-DekKQAIYWAXIcyAZ6/PDBJylWJ1BROTfDIzr9PMVxZRxBPc1gW2TG8fLgjZfBP5mc0cuthPkVi91KQQKGri/7A==
966+
"@commitlint/parse@^13.1.0":
967+
version "13.1.0"
968+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-13.1.0.tgz#b88764be36527a468531e1b8dd2d95693ff9ba34"
969+
integrity sha512-xFybZcqBiKVjt6vTStvQkySWEUYPI0AcO4QQELyy29o8EzYZqWkhUfrb7K61fWiHsplWL1iL6F3qCLoxSgTcrg==
973970
dependencies:
974-
conventional-changelog-angular "^5.0.0"
971+
"@commitlint/types" "^13.1.0"
972+
conventional-changelog-angular "^5.0.11"
975973
conventional-commits-parser "^3.0.0"
976974

977-
"@commitlint/read@^11.0.0":
978-
version "11.0.0"
979-
resolved "https://registry.npmjs.org/@commitlint/read/-/read-11.0.0.tgz"
980-
integrity sha512-37V0V91GSv0aDzMzJioKpCoZw6l0shk7+tRG8RkW1GfZzUIytdg3XqJmM+IaIYpaop0m6BbZtfq+idzUwJnw7g==
975+
"@commitlint/read@^13.1.0":
976+
version "13.1.0"
977+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-13.1.0.tgz#ccb65426b1228b8a598ed36966722d19756eea41"
978+
integrity sha512-NrVe23GMKyL6i1yDJD8IpqCBzhzoS3wtLfDj8QBzc01Ov1cYBmDojzvBklypGb+MLJM1NbzmRM4PR5pNX0U/NQ==
981979
dependencies:
982-
"@commitlint/top-level" "^11.0.0"
983-
fs-extra "^9.0.0"
980+
"@commitlint/top-level" "^13.0.0"
981+
"@commitlint/types" "^13.1.0"
982+
fs-extra "^10.0.0"
984983
git-raw-commits "^2.0.0"
985984

986-
"@commitlint/resolve-extends@^11.0.0":
987-
version "11.0.0"
988-
resolved "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-11.0.0.tgz"
989-
integrity sha512-WinU6Uv6L7HDGLqn/To13KM1CWvZ09VHZqryqxXa1OY+EvJkfU734CwnOEeNlSCK7FVLrB4kmodLJtL1dkEpXw==
985+
"@commitlint/resolve-extends@^13.0.0":
986+
version "13.0.0"
987+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-13.0.0.tgz#a38fcd2474483bf9ec6e1e901b27b8a23abe7d73"
988+
integrity sha512-1SyaE+UOsYTkQlTPUOoj4NwxQhGFtYildVS/d0TJuK8a9uAJLw7bhCLH2PEeH5cC2D1do4Eqhx/3bLDrSLH3hg==
990989
dependencies:
991990
import-fresh "^3.0.0"
992991
lodash "^4.17.19"
993992
resolve-from "^5.0.0"
994993
resolve-global "^1.0.0"
995994

996-
"@commitlint/rules@^11.0.0":
997-
version "11.0.0"
998-
resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-11.0.0.tgz"
999-
integrity sha512-2hD9y9Ep5ZfoNxDDPkQadd2jJeocrwC4vJ98I0g8pNYn/W8hS9+/FuNpolREHN8PhmexXbkjrwyQrWbuC0DVaA==
995+
"@commitlint/rules@^13.1.0":
996+
version "13.1.0"
997+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-13.1.0.tgz#04f5aaf952884364ebf4e899ec440e3985f0e580"
998+
integrity sha512-b6F+vBqEXsHVghrhomG0Y6YJimHZqkzZ0n5QEpk03dpBXH2OnsezpTw5e+GvbyYCc7PutGbYVQkytuv+7xCxYA==
1000999
dependencies:
1001-
"@commitlint/ensure" "^11.0.0"
1002-
"@commitlint/message" "^11.0.0"
1003-
"@commitlint/to-lines" "^11.0.0"
1004-
"@commitlint/types" "^11.0.0"
1000+
"@commitlint/ensure" "^13.1.0"
1001+
"@commitlint/message" "^13.0.0"
1002+
"@commitlint/to-lines" "^13.0.0"
1003+
"@commitlint/types" "^13.1.0"
1004+
execa "^5.0.0"
10051005

1006-
"@commitlint/to-lines@^11.0.0":
1007-
version "11.0.0"
1008-
resolved "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-11.0.0.tgz"
1009-
integrity sha512-TIDTB0Y23jlCNubDROUVokbJk6860idYB5cZkLWcRS9tlb6YSoeLn1NLafPlrhhkkkZzTYnlKYzCVrBNVes1iw==
1006+
"@commitlint/to-lines@^13.0.0":
1007+
version "13.0.0"
1008+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-13.0.0.tgz#5937dd287e3a4f984580ea94bdb994132169a780"
1009+
integrity sha512-mzxWwCio1M4/kG9/69TTYqrraQ66LmtJCYTzAZdZ2eJX3I5w52pSjyP/DJzAUVmmJCYf2Kw3s+RtNVShtnZ+Rw==
10101010

1011-
"@commitlint/top-level@^11.0.0":
1012-
version "11.0.0"
1013-
resolved "https://registry.npmjs.org/@commitlint/top-level/-/top-level-11.0.0.tgz"
1014-
integrity sha512-O0nFU8o+Ws+py5pfMQIuyxOtfR/kwtr5ybqTvR+C2lUPer2x6lnQU+OnfD7hPM+A+COIUZWx10mYQvkR3MmtAA==
1011+
"@commitlint/top-level@^13.0.0":
1012+
version "13.0.0"
1013+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-13.0.0.tgz#f8e1d1425240cd72c600e4da5716418c4ea0bda2"
1014+
integrity sha512-baBy3MZBF28sR93yFezd4a5TdHsbXaakeladfHK9dOcGdXo9oQe3GS5hP3BmlN680D6AiQSN7QPgEJgrNUWUCg==
10151015
dependencies:
10161016
find-up "^5.0.0"
10171017

1018-
"@commitlint/types@^11.0.0":
1019-
version "11.0.0"
1020-
resolved "https://registry.npmjs.org/@commitlint/types/-/types-11.0.0.tgz"
1021-
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
1018+
"@commitlint/types@^13.1.0":
1019+
version "13.1.0"
1020+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-13.1.0.tgz#12cfb6e932372b1816af8900e2d10694add28191"
1021+
integrity sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==
1022+
dependencies:
1023+
chalk "^4.0.0"
10221024

10231025
"@csstools/convert-colors@^1.4.0":
10241026
version "1.4.0"
@@ -3833,14 +3835,6 @@ caseless@~0.12.0:
38333835
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
38343836
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
38353837

3836-
[email protected], chalk@^4.0.0, chalk@^4.1.0:
3837-
version "4.1.0"
3838-
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz"
3839-
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
3840-
dependencies:
3841-
ansi-styles "^4.1.0"
3842-
supports-color "^7.1.0"
3843-
38443838
chalk@^1.1.3:
38453839
version "1.1.3"
38463840
resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
@@ -3878,6 +3872,14 @@ chalk@^3.0.0:
38783872
ansi-styles "^4.1.0"
38793873
supports-color "^7.1.0"
38803874

3875+
chalk@^4.0.0, chalk@^4.1.0:
3876+
version "4.1.0"
3877+
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz"
3878+
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
3879+
dependencies:
3880+
ansi-styles "^4.1.0"
3881+
supports-color "^7.1.0"
3882+
38813883
char-regex@^1.0.2:
38823884
version "1.0.2"
38833885
resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"
@@ -4351,6 +4353,14 @@ conventional-changelog-angular@^5.0.0:
43514353
compare-func "^2.0.0"
43524354
q "^1.5.1"
43534355

4356+
conventional-changelog-angular@^5.0.11:
4357+
version "5.0.12"
4358+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9"
4359+
integrity sha512-5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw==
4360+
dependencies:
4361+
compare-func "^2.0.0"
4362+
q "^1.5.1"
4363+
43544364
conventional-changelog-conventionalcommits@^4.3.1:
43554365
version "4.4.0"
43564366
resolved "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.4.0.tgz"
@@ -4454,11 +4464,6 @@ core-js@^2.6.5:
44544464
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz"
44554465
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
44564466

4457-
core-js@^3.6.1:
4458-
version "3.6.5"
4459-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz"
4460-
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==
4461-
44624467
[email protected], core-util-is@~1.0.0:
44634468
version "1.0.2"
44644469
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
@@ -6309,6 +6314,15 @@ from2@^2.1.0, from2@^2.3.0:
63096314
inherits "^2.0.1"
63106315
readable-stream "^2.0.0"
63116316

6317+
fs-extra@^10.0.0:
6318+
version "10.0.0"
6319+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
6320+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
6321+
dependencies:
6322+
graceful-fs "^4.2.0"
6323+
jsonfile "^6.0.1"
6324+
universalify "^2.0.0"
6325+
63126326
fs-extra@^8.1.0:
63136327
version "8.1.0"
63146328
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz"
@@ -6466,11 +6480,6 @@ get-port-please@^1.0.0:
64666480
dependencies:
64676481
fs-memo "^1.0.0"
64686482

6469-
6470-
version "8.0.0"
6471-
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz"
6472-
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
6473-
64746483
get-stdin@^6.0.0:
64756484
version "6.0.0"
64766485
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz"
@@ -12209,7 +12218,14 @@ [email protected]:
1220912218
resolved "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz"
1221012219
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1221112220

12212-
[email protected], [email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
12221+
12222+
version "7.3.5"
12223+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
12224+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
12225+
dependencies:
12226+
lru-cache "^6.0.0"
12227+
12228+
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
1221312229
version "7.3.2"
1221412230
resolved "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz"
1221512231
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
@@ -13562,6 +13578,11 @@ universalify@^1.0.0:
1356213578
resolved "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz"
1356313579
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
1356413580

13581+
universalify@^2.0.0:
13582+
version "2.0.0"
13583+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
13584+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
13585+
1356513586
[email protected], unpipe@~1.0.0:
1356613587
version "1.0.0"
1356713588
resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
@@ -14381,7 +14402,7 @@ yargs@^14.2.3:
1438114402
y18n "^4.0.0"
1438214403
yargs-parser "^15.0.1"
1438314404

14384-
yargs@^15.1.0, yargs@^15.4.1:
14405+
yargs@^15.4.1:
1438514406
version "15.4.1"
1438614407
resolved "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz"
1438714408
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
@@ -14411,6 +14432,19 @@ yargs@^16.2.0:
1441114432
y18n "^5.0.5"
1441214433
yargs-parser "^20.2.2"
1441314434

14435+
yargs@^17.0.0:
14436+
version "17.1.0"
14437+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.0.tgz#0cd9827a0572c9a1795361c4d1530e53ada168cf"
14438+
integrity sha512-SQr7qqmQ2sNijjJGHL4u7t8vyDZdZ3Ahkmo4sc1w5xI9TBX0QDdG/g4SFnxtWOsGLjwHQue57eFALfwFCnixgg==
14439+
dependencies:
14440+
cliui "^7.0.2"
14441+
escalade "^3.1.1"
14442+
get-caller-file "^2.0.5"
14443+
require-directory "^2.1.1"
14444+
string-width "^4.2.0"
14445+
y18n "^5.0.5"
14446+
yargs-parser "^20.2.2"
14447+
1441414448
1441514449
version "3.1.1"
1441614450
resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz"

0 commit comments

Comments
 (0)