Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 696e78d

Browse files
dependabot[bot]jrolfs
authored andcommittedSep 29, 2020
feat(deps): bump @commitlint/cli from 9.1.1 to 11.0.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 9.1.1 to 11.0.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@v9.1.1...v11.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b394e6 commit 696e78d

File tree

2 files changed

+172
-86
lines changed

2 files changed

+172
-86
lines changed
 

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-flow": "^7.8.3",
6060
"@babel/preset-react": "^7.8.3",
6161
"@babel/runtime": "^7.11.2",
62-
"@commitlint/cli": "^9.1.1",
62+
"@commitlint/cli": "^11.0.0",
6363
"@commitlint/config-conventional": "^9.1.2",
6464
"@commitlint/prompt": "^9.1.2",
6565
"@rollup/plugin-commonjs": "^15.0.0",

‎yarn.lock‎

Lines changed: 171 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,24 +1009,23 @@
10091009
exec-sh "^0.3.2"
10101010
minimist "^1.2.0"
10111011

1012-
"@commitlint/cli@^9.1.1":
1013-
version "9.1.1"
1014-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-9.1.1.tgz#24277e6c1e616191a34a7182a1d3e73369a34f98"
1015-
integrity sha512-ye9vUZz8Niv77e5ecBWnA2PnuPF+vYy/3BfSZx8sEaNjozJWUolTk/fuqTsoij3bseZBVObd+cVqZgGk8lfEdw==
1016-
dependencies:
1017-
"@babel/runtime" "^7.9.6"
1018-
"@commitlint/format" "^9.1.1"
1019-
"@commitlint/lint" "^9.1.1"
1020-
"@commitlint/load" "^9.1.1"
1021-
"@commitlint/read" "^9.1.1"
1012+
"@commitlint/cli@^11.0.0":
1013+
version "11.0.0"
1014+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-11.0.0.tgz#698199bc52afed50aa28169237758fa14a67b5d3"
1015+
integrity sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g==
1016+
dependencies:
1017+
"@babel/runtime" "^7.11.2"
1018+
"@commitlint/format" "^11.0.0"
1019+
"@commitlint/lint" "^11.0.0"
1020+
"@commitlint/load" "^11.0.0"
1021+
"@commitlint/read" "^11.0.0"
10221022
chalk "4.1.0"
10231023
core-js "^3.6.1"
1024-
get-stdin "7.0.0"
1025-
lodash "^4.17.15"
1026-
meow "5.0.0"
1027-
regenerator-runtime "0.13.5"
1024+
get-stdin "8.0.0"
1025+
lodash "^4.17.19"
10281026
resolve-from "5.0.0"
10291027
resolve-global "1.0.0"
1028+
yargs "^15.1.0"
10301029

10311030
"@commitlint/config-conventional@^9.1.2":
10321031
version "9.1.2"
@@ -1035,45 +1034,64 @@
10351034
dependencies:
10361035
conventional-changelog-conventionalcommits "4.3.0"
10371036

1038-
"@commitlint/ensure@^9.1.1":
1039-
version "9.1.1"
1040-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-9.1.1.tgz#0143f2c34a27fcd7fb91b7a5029de84a0f416b93"
1041-
integrity sha512-dCvev16s7pTqM3Qka8WkWkjZ0lKu3cZ8q+EK34gXR90v7rkssVbPvbyttTfTWTvmQTqZY1zNkvMqbOc8V7pXwA==
1037+
"@commitlint/ensure@^11.0.0":
1038+
version "11.0.0"
1039+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-11.0.0.tgz#3e796b968ab5b72bc6f8a6040076406306c987fb"
1040+
integrity sha512-/T4tjseSwlirKZdnx4AuICMNNlFvRyPQimbZIOYujp9DSO6XRtOy9NrmvWujwHsq9F5Wb80QWi4WMW6HMaENug==
10421041
dependencies:
1043-
"@commitlint/types" "^9.1.1"
1044-
lodash "^4.17.15"
1042+
"@commitlint/types" "^11.0.0"
1043+
lodash "^4.17.19"
1044+
1045+
"@commitlint/execute-rule@^11.0.0":
1046+
version "11.0.0"
1047+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d"
1048+
integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==
10451049

10461050
"@commitlint/execute-rule@^9.1.2":
10471051
version "9.1.2"
10481052
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-9.1.2.tgz#74a77eae50c8d2e5766822061ddf0df1b4f08027"
10491053
integrity sha512-NGbeo0KCVYo1yj9vVPFHv6RGFpIF6wcQxpFYUKGIzZVV9Vz1WyiKS689JXa99Dt1aN0cZlEJJLnTNDIgYls0Vg==
10501054

1051-
"@commitlint/format@^9.1.1":
1052-
version "9.1.1"
1053-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-9.1.1.tgz#a1a48bcdcaca304ff33d40bbf2b787600e47082e"
1054-
integrity sha512-CLVXltSA8U7Sr+8ad1hBCFFL5GSdVWZsFgttt1hNT6CiOtPHV9e3AeWK0TACFcXWIl+iFKdRNfNrYM77RBJN0A==
1055+
"@commitlint/format@^11.0.0":
1056+
version "11.0.0"
1057+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b"
1058+
integrity sha512-bpBLWmG0wfZH/svzqD1hsGTpm79TKJWcf6EXZllh2J/LSSYKxGlv967lpw0hNojme0sZd4a/97R3qA2QHWWSLg==
10551059
dependencies:
1060+
"@commitlint/types" "^11.0.0"
10561061
chalk "^4.0.0"
10571062

1058-
"@commitlint/is-ignored@^9.1.1":
1059-
version "9.1.1"
1060-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-9.1.1.tgz#1f2683897dab03ec00d363486b4b439791a86927"
1061-
integrity sha512-A2ernvkAIfkGh53cNSuuMlTVZyJ58BYbkUw8h34pG0uS/GDteUyh7K3hgRqMmrwoL/DNBEp5earRM6nBYgLX1Q==
1063+
"@commitlint/is-ignored@^11.0.0":
1064+
version "11.0.0"
1065+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-11.0.0.tgz#7b803eda56276dbe7fec51eb1510676198468f39"
1066+
integrity sha512-VLHOUBN+sOlkYC4tGuzE41yNPO2w09sQnOpfS+pSPnBFkNUUHawEuA44PLHtDvQgVuYrMAmSWFQpWabMoP5/Xg==
10621067
dependencies:
1063-
"@commitlint/types" "^9.1.1"
1068+
"@commitlint/types" "^11.0.0"
10641069
semver "7.3.2"
10651070

1066-
"@commitlint/lint@^9.1.1":
1067-
version "9.1.1"
1068-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-9.1.1.tgz#c947a1b1a68213488450a4c4ce047e46a45c4699"
1069-
integrity sha512-2g2OL8J5dfzH3VY004i506DmRbCJR1W49JbYsTGuTAv1y9f0s8ocV2Wbfh7WJ8YZQabSHXTMZFQJjsvMQ+b0Hw==
1071+
"@commitlint/lint@^11.0.0":
1072+
version "11.0.0"
1073+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-11.0.0.tgz#01e062cd1b0e7c3d756aa2c246462e0b6a3348a4"
1074+
integrity sha512-Q8IIqGIHfwKr8ecVZyYh6NtXFmKw4YSEWEr2GJTB/fTZXgaOGtGFZDWOesCZllQ63f1s/oWJYtVv5RAEuwN8BQ==
10701075
dependencies:
1071-
"@commitlint/is-ignored" "^9.1.1"
1072-
"@commitlint/parse" "^9.1.1"
1073-
"@commitlint/rules" "^9.1.1"
1074-
"@commitlint/types" "^9.1.1"
1076+
"@commitlint/is-ignored" "^11.0.0"
1077+
"@commitlint/parse" "^11.0.0"
1078+
"@commitlint/rules" "^11.0.0"
1079+
"@commitlint/types" "^11.0.0"
10751080

1076-
"@commitlint/load@>6.1.1", "@commitlint/load@^9.1.1", "@commitlint/load@^9.1.2":
1081+
"@commitlint/load@>6.1.1", "@commitlint/load@^11.0.0":
1082+
version "11.0.0"
1083+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-11.0.0.tgz#f736562f0ffa7e773f8808fea93319042ee18211"
1084+
integrity sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg==
1085+
dependencies:
1086+
"@commitlint/execute-rule" "^11.0.0"
1087+
"@commitlint/resolve-extends" "^11.0.0"
1088+
"@commitlint/types" "^11.0.0"
1089+
chalk "4.1.0"
1090+
cosmiconfig "^7.0.0"
1091+
lodash "^4.17.19"
1092+
resolve-from "^5.0.0"
1093+
1094+
"@commitlint/load@^9.1.2":
10771095
version "9.1.2"
10781096
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-9.1.2.tgz#c79634e8805ab35f318c535fdbda748288bf5395"
10791097
integrity sha512-FPL82xBuF7J3EJ57kLVoligQP4BFRwrknooP+vNT787AXmQ/Fddc/iYYwHwy67pNkk5N++/51UyDl/CqiHb6nA==
@@ -1086,15 +1104,15 @@
10861104
lodash "^4.17.19"
10871105
resolve-from "^5.0.0"
10881106

1089-
"@commitlint/message@^9.1.1":
1090-
version "9.1.1"
1091-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-9.1.1.tgz#7621e8f194d676d7d747bfdda49c00ca4d1572df"
1092-
integrity sha512-52Li4BNSY55I0fAq1s8cnxIK9Jneozdh4oonLlDzqWvgFq8znsHb9LWmi46K0bsCQT3CRUnMU+GPnikghIMRKQ==
1107+
"@commitlint/message@^11.0.0":
1108+
version "11.0.0"
1109+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-11.0.0.tgz#83554c3cbbc884fd07b473593bc3e94bcaa3ee05"
1110+
integrity sha512-01ObK/18JL7PEIE3dBRtoMmU6S3ecPYDTQWWhcO+ErA3Ai0KDYqV5VWWEijdcVafNpdeUNrEMigRkxXHQLbyJA==
10931111

1094-
"@commitlint/parse@^9.1.1":
1095-
version "9.1.1"
1096-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-9.1.1.tgz#ec2b9527eb42725591976bedbed5bccfcde529bd"
1097-
integrity sha512-WxvsEi7sMBh8vynamTiHvUOsPOUZ5308pi0gJ5q+DnLY+JPx0Bbxdho9pjyVc3S0bymPCbOrk2gTIbmaTokIRQ==
1112+
"@commitlint/parse@^11.0.0":
1113+
version "11.0.0"
1114+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-11.0.0.tgz#d18b08cf67c35d02115207d7009306a2e8e7c901"
1115+
integrity sha512-DekKQAIYWAXIcyAZ6/PDBJylWJ1BROTfDIzr9PMVxZRxBPc1gW2TG8fLgjZfBP5mc0cuthPkVi91KQQKGri/7A==
10981116
dependencies:
10991117
conventional-changelog-angular "^5.0.0"
11001118
conventional-commits-parser "^3.0.0"
@@ -1111,15 +1129,25 @@
11111129
throat "^5.0.0"
11121130
vorpal "^1.12.0"
11131131

1114-
"@commitlint/read@^9.1.1":
1115-
version "9.1.1"
1116-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-9.1.1.tgz#de20c32e9f7020ecaf1601c5e06a83c74464b161"
1117-
integrity sha512-cg75klW1WNBAJZABxacf2FhxAlP0di7xs/wuTqPNq0OTpblhY5s2BoS7eO0UlQi1K14Unx7b9+Sb7sjuE9Viyw==
1132+
"@commitlint/read@^11.0.0":
1133+
version "11.0.0"
1134+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-11.0.0.tgz#f24240548c63587bba139fa5a364cab926077016"
1135+
integrity sha512-37V0V91GSv0aDzMzJioKpCoZw6l0shk7+tRG8RkW1GfZzUIytdg3XqJmM+IaIYpaop0m6BbZtfq+idzUwJnw7g==
11181136
dependencies:
1119-
"@commitlint/top-level" "^9.1.1"
1120-
fs-extra "^8.1.0"
1137+
"@commitlint/top-level" "^11.0.0"
1138+
fs-extra "^9.0.0"
11211139
git-raw-commits "^2.0.0"
11221140

1141+
"@commitlint/resolve-extends@^11.0.0":
1142+
version "11.0.0"
1143+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-11.0.0.tgz#158ecbe27d4a2a51d426111a01478e216fbb1036"
1144+
integrity sha512-WinU6Uv6L7HDGLqn/To13KM1CWvZ09VHZqryqxXa1OY+EvJkfU734CwnOEeNlSCK7FVLrB4kmodLJtL1dkEpXw==
1145+
dependencies:
1146+
import-fresh "^3.0.0"
1147+
lodash "^4.17.19"
1148+
resolve-from "^5.0.0"
1149+
resolve-global "^1.0.0"
1150+
11231151
"@commitlint/resolve-extends@^9.1.2":
11241152
version "9.1.2"
11251153
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-9.1.2.tgz#222dcb73b139b6645cf3ce3bd55db429a98600b3"
@@ -1130,32 +1158,32 @@
11301158
resolve-from "^5.0.0"
11311159
resolve-global "^1.0.0"
11321160

1133-
"@commitlint/rules@^9.1.1":
1134-
version "9.1.1"
1135-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-9.1.1.tgz#21165c9dc8621a52fa57eec9a66e01c83ec58f90"
1136-
integrity sha512-QicTJ9v4g8WbJ71gu2ypvbdEP6Q+cJYlLPrb6ilNhtOMCyn6ndXSlCMpcQNw84d9ORyd28okzhDZZBSqX5hslg==
1161+
"@commitlint/rules@^11.0.0":
1162+
version "11.0.0"
1163+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375"
1164+
integrity sha512-2hD9y9Ep5ZfoNxDDPkQadd2jJeocrwC4vJ98I0g8pNYn/W8hS9+/FuNpolREHN8PhmexXbkjrwyQrWbuC0DVaA==
11371165
dependencies:
1138-
"@commitlint/ensure" "^9.1.1"
1139-
"@commitlint/message" "^9.1.1"
1140-
"@commitlint/to-lines" "^9.1.1"
1141-
"@commitlint/types" "^9.1.1"
1166+
"@commitlint/ensure" "^11.0.0"
1167+
"@commitlint/message" "^11.0.0"
1168+
"@commitlint/to-lines" "^11.0.0"
1169+
"@commitlint/types" "^11.0.0"
11421170

1143-
"@commitlint/to-lines@^9.1.1":
1144-
version "9.1.1"
1145-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-9.1.1.tgz#882631657ea4e14aea8600e7d48c4fbfb3e63c2d"
1146-
integrity sha512-JFKfpehPL3Qrlo6DpIsuJvdtR1wSjdbXD3liphvFTAFWo64yYC/jmnTdy0UqWIhrV1jcxP1LzNejIuRt6hsCXQ==
1171+
"@commitlint/to-lines@^11.0.0":
1172+
version "11.0.0"
1173+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-11.0.0.tgz#86dea151c10eea41e39ea96fa4de07839258a7fe"
1174+
integrity sha512-TIDTB0Y23jlCNubDROUVokbJk6860idYB5cZkLWcRS9tlb6YSoeLn1NLafPlrhhkkkZzTYnlKYzCVrBNVes1iw==
11471175

1148-
"@commitlint/top-level@^9.1.1":
1149-
version "9.1.1"
1150-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-9.1.1.tgz#5b825515381d70972189e549b0a9d57542afe996"
1151-
integrity sha512-pIgAbGqHbOunTGiUzBPhIKfXrTWdCrVwsimECXy/If5XaZ3GHhxiiA7BxsWFlAN1UZ6PgVMPgymKU0kx2D5A/w==
1176+
"@commitlint/top-level@^11.0.0":
1177+
version "11.0.0"
1178+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-11.0.0.tgz#bb2d1b6e5ed3be56874633b59e1f7de118c32783"
1179+
integrity sha512-O0nFU8o+Ws+py5pfMQIuyxOtfR/kwtr5ybqTvR+C2lUPer2x6lnQU+OnfD7hPM+A+COIUZWx10mYQvkR3MmtAA==
11521180
dependencies:
1153-
find-up "^4.0.0"
1181+
find-up "^5.0.0"
11541182

1155-
"@commitlint/types@^9.1.1":
1156-
version "9.1.1"
1157-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.1.tgz#d97ebc35d20eed6d8458361cbca5c7cb85d45184"
1158-
integrity sha512-SXY8bCQ1qacJ8AUTUxjabY8G6OjSmMPLN9MBCzGaKOjpPNX6z8zbXTbk9oU3GHZLtcxweWLCi2n49IRS4iQlwg==
1183+
"@commitlint/types@^11.0.0":
1184+
version "11.0.0"
1185+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
1186+
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
11591187

11601188
"@commitlint/types@^9.1.2":
11611189
version "9.1.2"
@@ -2211,6 +2239,11 @@ asynckit@^0.4.0:
22112239
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
22122240
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
22132241

2242+
at-least-node@^1.0.0:
2243+
version "1.0.0"
2244+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
2245+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
2246+
22142247
atob@^2.1.2:
22152248
version "2.1.2"
22162249
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -4392,6 +4425,14 @@ find-up@^4.0.0, find-up@^4.1.0:
43924425
locate-path "^5.0.0"
43934426
path-exists "^4.0.0"
43944427

4428+
find-up@^5.0.0:
4429+
version "5.0.0"
4430+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
4431+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
4432+
dependencies:
4433+
locate-path "^6.0.0"
4434+
path-exists "^4.0.0"
4435+
43954436
find-versions@^3.2.0:
43964437
version "3.2.0"
43974438
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
@@ -4475,7 +4516,7 @@ from2@^2.1.0:
44754516
inherits "^2.0.1"
44764517
readable-stream "^2.0.0"
44774518

4478-
fs-extra@8.1.0, fs-extra@^8.1.0:
4519+
fs-extra@8.1.0:
44794520
version "8.1.0"
44804521
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
44814522
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
@@ -4484,6 +4525,16 @@ fs-extra@8.1.0, fs-extra@^8.1.0:
44844525
jsonfile "^4.0.0"
44854526
universalify "^0.1.0"
44864527

4528+
fs-extra@^9.0.0:
4529+
version "9.0.1"
4530+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
4531+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
4532+
dependencies:
4533+
at-least-node "^1.0.0"
4534+
graceful-fs "^4.2.0"
4535+
jsonfile "^6.0.1"
4536+
universalify "^1.0.0"
4537+
44874538
fs-readdir-recursive@^1.1.0:
44884539
version "1.1.0"
44894540
resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27"
@@ -4554,10 +4605,10 @@ get-package-type@^0.1.0:
45544605
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
45554606
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
45564607

4557-
get-stdin@7.0.0:
4558-
version "7.0.0"
4559-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
4560-
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
4608+
get-stdin@8.0.0:
4609+
version "8.0.0"
4610+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
4611+
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
45614612

45624613
get-stdin@^6.0.0:
45634614
version "6.0.0"
@@ -6020,6 +6071,15 @@ jsonfile@^4.0.0:
60206071
optionalDependencies:
60216072
graceful-fs "^4.1.6"
60226073

6074+
jsonfile@^6.0.1:
6075+
version "6.0.1"
6076+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
6077+
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
6078+
dependencies:
6079+
universalify "^1.0.0"
6080+
optionalDependencies:
6081+
graceful-fs "^4.1.6"
6082+
60236083
jsonparse@^1.2.0:
60246084
version "1.3.1"
60256085
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -6286,6 +6346,13 @@ locate-path@^5.0.0:
62866346
dependencies:
62876347
p-locate "^4.1.0"
62886348

6349+
locate-path@^6.0.0:
6350+
version "6.0.0"
6351+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
6352+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
6353+
dependencies:
6354+
p-locate "^5.0.0"
6355+
62896356
lodash._reinterpolate@^3.0.0:
62906357
version "3.0.0"
62916358
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -6496,7 +6563,7 @@ memorystream@^0.3.1:
64966563
resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
64976564
integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI=
64986565

6499-
meow@5.0.0, meow@^5.0.0:
6566+
meow@^5.0.0:
65006567
version "5.0.0"
65016568
resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
65026569
integrity sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==
@@ -7023,6 +7090,13 @@ p-limit@^2.0.0, p-limit@^2.2.0:
70237090
dependencies:
70247091
p-try "^2.0.0"
70257092

7093+
p-limit@^3.0.2:
7094+
version "3.0.2"
7095+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe"
7096+
integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==
7097+
dependencies:
7098+
p-try "^2.0.0"
7099+
70267100
p-locate@^2.0.0:
70277101
version "2.0.0"
70287102
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -7044,6 +7118,13 @@ p-locate@^4.1.0:
70447118
dependencies:
70457119
p-limit "^2.2.0"
70467120

7121+
p-locate@^5.0.0:
7122+
version "5.0.0"
7123+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
7124+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
7125+
dependencies:
7126+
p-limit "^3.0.2"
7127+
70477128
p-map@^4.0.0:
70487129
version "4.0.0"
70497130
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -7643,11 +7724,6 @@ regenerate@^1.4.0:
76437724
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.1.tgz#cad92ad8e6b591773485fbe05a485caf4f457e6f"
76447725
integrity sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==
76457726

7646-
regenerator-runtime@0.13.5, regenerator-runtime@^0.13.4:
7647-
version "0.13.5"
7648-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
7649-
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
7650-
76517727
regenerator-runtime@^0.10.5:
76527728
version "0.10.5"
76537729
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658"
@@ -7658,6 +7734,11 @@ regenerator-runtime@^0.11.0:
76587734
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
76597735
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
76607736

7737+
regenerator-runtime@^0.13.4:
7738+
version "0.13.5"
7739+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
7740+
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
7741+
76617742
regenerator-transform@^0.14.2:
76627743
version "0.14.5"
76637744
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
@@ -9133,6 +9214,11 @@ universalify@^0.1.0:
91339214
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
91349215
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
91359216

9217+
universalify@^1.0.0:
9218+
version "1.0.0"
9219+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
9220+
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
9221+
91369222
unset-value@^1.0.0:
91379223
version "1.0.0"
91389224
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
@@ -9579,7 +9665,7 @@ yargs@^13.3.0:
95799665
y18n "^4.0.0"
95809666
yargs-parser "^13.1.2"
95819667

9582-
yargs@^15.3.1:
9668+
yargs@^15.1.0, yargs@^15.3.1:
95839669
version "15.4.1"
95849670
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
95859671
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==

0 commit comments

Comments
 (0)
Please sign in to comment.