Skip to content

Commit 5d560c6

Browse files
build(deps-dev): bump @commitlint/prompt-cli from 17.4.2 to 17.4.4 (#70)
Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.4.2 to 17.4.4. - [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.4/@commitlint/prompt-cli) --- updated-dependencies: - dependency-name: "@commitlint/prompt-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3548c7 commit 5d560c6

File tree

1 file changed

+13
-25
lines changed

1 file changed

+13
-25
lines changed

yarn.lock

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@
6464
"@commitlint/types" "^17.4.4"
6565
ajv "^8.11.0"
6666

67-
"@commitlint/ensure@^17.4.0":
68-
version "17.4.0"
69-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.0.tgz#3de65768bfccb9956ec3a0ecd8a415421bf315e5"
70-
integrity sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==
71-
dependencies:
72-
"@commitlint/types" "^17.4.0"
73-
lodash.camelcase "^4.3.0"
74-
lodash.kebabcase "^4.1.1"
75-
lodash.snakecase "^4.1.1"
76-
lodash.startcase "^4.4.0"
77-
lodash.upperfirst "^4.3.1"
78-
7967
"@commitlint/ensure@^17.4.4":
8068
version "17.4.4"
8169
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.4.tgz#a36e7719bdb9c2b86c8b8c2e852b463a7bfda5fa"
@@ -119,7 +107,7 @@
119107
"@commitlint/rules" "^17.4.4"
120108
"@commitlint/types" "^17.4.4"
121109

122-
"@commitlint/load@^17.4.2", "@commitlint/load@^17.4.4":
110+
"@commitlint/load@^17.4.4":
123111
version "17.4.4"
124112
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
125113
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
@@ -154,22 +142,22 @@
154142
conventional-commits-parser "^3.2.2"
155143

156144
"@commitlint/prompt-cli@^17.0.0":
157-
version "17.4.2"
158-
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.4.2.tgz#9430e96db65189f03a894c4c31d0307e46697e5c"
159-
integrity sha512-z9fq366RIdPrcv9UJtZN8E6z4gCDSKm8lQByUGnbHyfKsU85ilhhlVfrCiiHvT6leBmWBdFlOvpuKIGtYno2mw==
145+
version "17.4.4"
146+
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.4.4.tgz#fabeffa7cfeae1d8b2ccd6fde1fba43a9e4d2d0f"
147+
integrity sha512-/tH9KPD9wo/prlDv4SvIGY/3bRE4Be7G3FGyo5nJTIIAQ9XXU1f6xkOEP6q78NnwfLDt3cuuIewWWmzRNzOujg==
160148
dependencies:
161-
"@commitlint/prompt" "^17.4.2"
149+
"@commitlint/prompt" "^17.4.4"
162150
execa "^5.0.0"
163151
inquirer "^6.5.2"
164152

165-
"@commitlint/prompt@^17.4.2":
166-
version "17.4.2"
167-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.4.2.tgz#a2aad805ba5b0062b9f911c9c82367159a0a1853"
168-
integrity sha512-I+Sjzep5sSFDz23ocsIj2cD8SwuRQhCgbzSARl+thAqCK1P/+S9A6UceuTmqLzkVYFHP61bz2BaRPd+e/dfpRQ==
153+
"@commitlint/prompt@^17.4.4":
154+
version "17.4.4"
155+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.4.4.tgz#22eb84bb1d51e6580259e63edbc433cdf8ae0090"
156+
integrity sha512-qWC2fydBnAQp+jJqoPYLzzQ6NFMBNm/GlP+oeYOHhMwCXl9nptDGXUJnW3cdL6G4QMYKqJv1czRfATzMXHDHcg==
169157
dependencies:
170-
"@commitlint/ensure" "^17.4.0"
171-
"@commitlint/load" "^17.4.2"
172-
"@commitlint/types" "^17.4.0"
158+
"@commitlint/ensure" "^17.4.4"
159+
"@commitlint/load" "^17.4.4"
160+
"@commitlint/types" "^17.4.4"
173161
chalk "^4.1.0"
174162
inquirer "^6.5.2"
175163

@@ -219,7 +207,7 @@
219207
dependencies:
220208
find-up "^5.0.0"
221209

222-
"@commitlint/types@^17.4.0", "@commitlint/types@^17.4.4":
210+
"@commitlint/types@^17.4.4":
223211
version "17.4.4"
224212
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.4.tgz#1416df936e9aad0d6a7bbc979ecc31e55dade662"
225213
integrity sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==

0 commit comments

Comments
 (0)