Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit fd39ebb

Browse files
build(deps-dev): bump @commitlint/prompt-cli from 17.2.0 to 17.4.0 (#53)
Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.2.0 to 17.4.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/prompt-cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.0/@commitlint/prompt-cli) --- updated-dependencies: - dependency-name: "@commitlint/prompt-cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8954f5a commit fd39ebb

File tree

1 file changed

+136
-12
lines changed

1 file changed

+136
-12
lines changed

yarn.lock

Lines changed: 136 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@
6464
"@commitlint/types" "^17.0.0"
6565
ajv "^8.11.0"
6666

67+
"@commitlint/config-validator@^17.4.0":
68+
version "17.4.0"
69+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.4.0.tgz#2cb229672a22476cf1f21bedbfcd788e5da5b54f"
70+
integrity sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA==
71+
dependencies:
72+
"@commitlint/types" "^17.4.0"
73+
ajv "^8.11.0"
74+
6775
"@commitlint/ensure@^17.0.0":
6876
version "17.0.0"
6977
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.0.0.tgz#781ff5f8870cb98ce4496d5c71649a4cd122a0e0"
@@ -72,11 +80,28 @@
7280
"@commitlint/types" "^17.0.0"
7381
lodash "^4.17.19"
7482

83+
"@commitlint/ensure@^17.4.0":
84+
version "17.4.0"
85+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.0.tgz#3de65768bfccb9956ec3a0ecd8a415421bf315e5"
86+
integrity sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==
87+
dependencies:
88+
"@commitlint/types" "^17.4.0"
89+
lodash.camelcase "^4.3.0"
90+
lodash.kebabcase "^4.1.1"
91+
lodash.snakecase "^4.1.1"
92+
lodash.startcase "^4.4.0"
93+
lodash.upperfirst "^4.3.1"
94+
7595
"@commitlint/execute-rule@^17.0.0":
7696
version "17.0.0"
7797
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92"
7898
integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==
7999

100+
"@commitlint/execute-rule@^17.4.0":
101+
version "17.4.0"
102+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz#4518e77958893d0a5835babe65bf87e2638f6939"
103+
integrity sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==
104+
80105
"@commitlint/format@^17.0.0":
81106
version "17.0.0"
82107
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.0.0.tgz#2c991ac0df3955fe5d7d4d733967bd17e6cfd9e0"
@@ -121,6 +146,25 @@
121146
ts-node "^10.8.1"
122147
typescript "^4.6.4"
123148

149+
"@commitlint/load@^17.4.0":
150+
version "17.4.0"
151+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.0.tgz#d0136d38f3d533e706340efbccc2fb38ebb97538"
152+
integrity sha512-wDKNvAJqukqZqKmhRlf3KNo/12QGo1AQcd80EbV01SxtGvyHOsJ/g+/IbrZpopZv8rvzmEVktcpfDYH6ITepFA==
153+
dependencies:
154+
"@commitlint/config-validator" "^17.4.0"
155+
"@commitlint/execute-rule" "^17.4.0"
156+
"@commitlint/resolve-extends" "^17.4.0"
157+
"@commitlint/types" "^17.4.0"
158+
chalk "^4.1.0"
159+
cosmiconfig "^8.0.0"
160+
cosmiconfig-typescript-loader "^4.0.0"
161+
lodash.isplainobject "^4.0.6"
162+
lodash.merge "^4.6.2"
163+
lodash.uniq "^4.5.0"
164+
resolve-from "^5.0.0"
165+
ts-node "^10.8.1"
166+
typescript "^4.6.4"
167+
124168
"@commitlint/message@^17.2.0":
125169
version "17.2.0"
126170
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.2.0.tgz#c546b7a441b9f69493257f9fe0c3c8fc37933b27"
@@ -136,25 +180,24 @@
136180
conventional-commits-parser "^3.2.2"
137181

138182
"@commitlint/prompt-cli@^17.0.0":
139-
version "17.2.0"
140-
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.2.0.tgz#897ecedd1a1f6a91ad4adb5196326149cac7b044"
141-
integrity sha512-CQjABqmB6V76zpp3q7AzzYu3P8UDrv4j8e60OFiY7tzPny5a0CLvB8yp0+8Y4Z99OtOPDY9mKJku7jm1MP0OJQ==
183+
version "17.4.0"
184+
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.4.0.tgz#545c2b940ca346f8188d3aea62a311e55f718473"
185+
integrity sha512-IEksDOB4uTIy+vZTRMZz6+xkRZ6hPGvQ6f0DQPHFqrhgpnUd+/FqgT0qrrWlb7ttxwYVr7cMpYCVfJN0fZkeBw==
142186
dependencies:
143-
"@commitlint/prompt" "^17.2.0"
187+
"@commitlint/prompt" "^17.4.0"
144188
execa "^5.0.0"
145189
inquirer "^6.5.2"
146190

147-
"@commitlint/prompt@^17.2.0":
148-
version "17.2.0"
149-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.2.0.tgz#e687521bce9bf4fc1ee1eb7a0b89e80f5e1be8fd"
150-
integrity sha512-xMWMJteq0VZ25i8IaXGBmUMEg8l5SQewvk21jp//BPkKSOxEwXFUSiwMA6iUkILCWHHffQBAgs/1O+4HqZrtaQ==
191+
"@commitlint/prompt@^17.4.0":
192+
version "17.4.0"
193+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.4.0.tgz#33811555a1d129c0f31ecacc58297e8fc9f9082e"
194+
integrity sha512-RHlEUJ5W1bQHvG1Ak02v0s79aMvnS/+LVHdKSvuSOinZWZ0wQLKKIhKB7Rluaef9IlNYXS1VGd48pzwe3y2iCw==
151195
dependencies:
152-
"@commitlint/ensure" "^17.0.0"
153-
"@commitlint/load" "^17.2.0"
154-
"@commitlint/types" "^17.0.0"
196+
"@commitlint/ensure" "^17.4.0"
197+
"@commitlint/load" "^17.4.0"
198+
"@commitlint/types" "^17.4.0"
155199
chalk "^4.1.0"
156200
inquirer "^6.5.2"
157-
lodash "^4.17.19"
158201

159202
"@commitlint/read@^17.2.0":
160203
version "17.2.0"
@@ -179,6 +222,18 @@
179222
resolve-from "^5.0.0"
180223
resolve-global "^1.0.0"
181224

225+
"@commitlint/resolve-extends@^17.4.0":
226+
version "17.4.0"
227+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.4.0.tgz#9023da6c70c4ebd173b4b0995fe29f27051da2d3"
228+
integrity sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ==
229+
dependencies:
230+
"@commitlint/config-validator" "^17.4.0"
231+
"@commitlint/types" "^17.4.0"
232+
import-fresh "^3.0.0"
233+
lodash.mergewith "^4.6.2"
234+
resolve-from "^5.0.0"
235+
resolve-global "^1.0.0"
236+
182237
"@commitlint/rules@^17.2.0":
183238
version "17.2.0"
184239
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.2.0.tgz#b49d5ee3b5f599d7c21aab453bb055ecdc6c2e7c"
@@ -209,6 +264,13 @@
209264
dependencies:
210265
chalk "^4.1.0"
211266

267+
"@commitlint/types@^17.4.0":
268+
version "17.4.0"
269+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.0.tgz#c7c2b97b959f6175c164632bf26208ce417b3f31"
270+
integrity sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==
271+
dependencies:
272+
chalk "^4.1.0"
273+
212274
213275
version "6.13.3"
214276
resolved "https://registry.yarnpkg.com/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.13.3.tgz#cdf7942afb39b6dd730787a005207c23a8051509"
@@ -1402,6 +1464,11 @@ arg@^4.1.0:
14021464
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
14031465
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
14041466

1467+
argparse@^2.0.1:
1468+
version "2.0.1"
1469+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
1470+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1471+
14051472
argv-formatter@~1.0.0:
14061473
version "1.0.0"
14071474
resolved "https://registry.yarnpkg.com/argv-formatter/-/argv-formatter-1.0.0.tgz#a0ca0cbc29a5b73e836eebe1cbf6c5e0e4eb82f9"
@@ -1946,6 +2013,16 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
19462013
path-type "^4.0.0"
19472014
yaml "^1.10.0"
19482015

2016+
cosmiconfig@^8.0.0:
2017+
version "8.0.0"
2018+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97"
2019+
integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
2020+
dependencies:
2021+
import-fresh "^3.2.1"
2022+
js-yaml "^4.1.0"
2023+
parse-json "^5.0.0"
2024+
path-type "^4.0.0"
2025+
19492026
create-require@^1.1.0:
19502027
version "1.1.1"
19512028
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -3121,6 +3198,13 @@ js-tokens@^4.0.0:
31213198
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
31223199
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
31233200

3201+
js-yaml@^4.1.0:
3202+
version "4.1.0"
3203+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
3204+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
3205+
dependencies:
3206+
argparse "^2.0.1"
3207+
31243208
31253209
version "3.0.1"
31263210
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
@@ -3393,6 +3477,11 @@ locate-path@^6.0.0:
33933477
dependencies:
33943478
p-locate "^5.0.0"
33953479

3480+
lodash.camelcase@^4.3.0:
3481+
version "4.3.0"
3482+
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
3483+
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
3484+
33963485
lodash.capitalize@^4.2.1:
33973486
version "4.2.1"
33983487
resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9"
@@ -3418,11 +3507,46 @@ lodash.isstring@^4.0.1:
34183507
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
34193508
integrity sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==
34203509

3510+
lodash.kebabcase@^4.1.1:
3511+
version "4.1.1"
3512+
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
3513+
integrity sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==
3514+
3515+
lodash.merge@^4.6.2:
3516+
version "4.6.2"
3517+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
3518+
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
3519+
3520+
lodash.mergewith@^4.6.2:
3521+
version "4.6.2"
3522+
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
3523+
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
3524+
3525+
lodash.snakecase@^4.1.1:
3526+
version "4.1.1"
3527+
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
3528+
integrity sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==
3529+
3530+
lodash.startcase@^4.4.0:
3531+
version "4.4.0"
3532+
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
3533+
integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==
3534+
3535+
lodash.uniq@^4.5.0:
3536+
version "4.5.0"
3537+
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
3538+
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
3539+
34213540
lodash.uniqby@^4.7.0:
34223541
version "4.7.0"
34233542
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
34243543
integrity sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==
34253544

3545+
lodash.upperfirst@^4.3.1:
3546+
version "4.3.1"
3547+
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
3548+
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
3549+
34263550
lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4:
34273551
version "4.17.21"
34283552
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"

0 commit comments

Comments
 (0)