Skip to content

Commit 07844c5

Browse files
build: bump @commitlint/prompt-cli from 17.3.0 to 17.4.2 (#60)
Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.3.0 to 17.4.2. - [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.2/@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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1165b7f commit 07844c5

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.0"
6565
ajv "^8.11.0"
6666

67-
"@commitlint/ensure@^17.3.0":
68-
version "17.3.0"
69-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.3.0.tgz#d7bb60291a254152b468ccb2be8c0dc79667247e"
70-
integrity sha512-kWbrQHDoW5veIUQx30gXoLOCjWvwC6OOEofhPCLl5ytRPBDAQObMbxTha1Bt2aSyNE/IrJ0s0xkdZ1Gi3wJwQg==
71-
dependencies:
72-
"@commitlint/types" "^17.0.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.0":
8068
version "17.4.0"
8169
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.0.tgz#3de65768bfccb9956ec3a0ecd8a415421bf315e5"
@@ -119,7 +107,7 @@
119107
"@commitlint/rules" "^17.4.2"
120108
"@commitlint/types" "^17.4.0"
121109

122-
"@commitlint/load@^17.3.0", "@commitlint/load@^17.4.2":
110+
"@commitlint/load@^17.4.2":
123111
version "17.4.2"
124112
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.2.tgz#551875c3e1dce6dc0375dc9c8ad551de8ba35de4"
125113
integrity sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==
@@ -154,22 +142,22 @@
154142
conventional-commits-parser "^3.2.2"
155143

156144
"@commitlint/prompt-cli@^17.0.0":
157-
version "17.3.0"
158-
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.3.0.tgz#349cf95a6b8203a4281e2537ca00305a8d95066f"
159-
integrity sha512-vpHjldKBUyhn6ZZmN6B0x+53SazdR0se3sX6QrXE+s8DJ6UVVkP8odmHkzBia7kSZp8rL/FL0OiFaPGidUKZIA==
145+
version "17.4.2"
146+
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.4.2.tgz#9430e96db65189f03a894c4c31d0307e46697e5c"
147+
integrity sha512-z9fq366RIdPrcv9UJtZN8E6z4gCDSKm8lQByUGnbHyfKsU85ilhhlVfrCiiHvT6leBmWBdFlOvpuKIGtYno2mw==
160148
dependencies:
161-
"@commitlint/prompt" "^17.3.0"
149+
"@commitlint/prompt" "^17.4.2"
162150
execa "^5.0.0"
163151
inquirer "^6.5.2"
164152

165-
"@commitlint/prompt@^17.3.0":
166-
version "17.3.0"
167-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.3.0.tgz#a3f7ebce0bd80aaa4c844f0eeb2ffdf5ab873e7b"
168-
integrity sha512-ddXvPDIh3v3NnnBPrIQFNvVjFXLVSCdbk2Go9nqdpfaH56G/gl6TYg9oXO7N3meiMzOOGfKiSvKtnautisRr2A==
153+
"@commitlint/prompt@^17.4.2":
154+
version "17.4.2"
155+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.4.2.tgz#a2aad805ba5b0062b9f911c9c82367159a0a1853"
156+
integrity sha512-I+Sjzep5sSFDz23ocsIj2cD8SwuRQhCgbzSARl+thAqCK1P/+S9A6UceuTmqLzkVYFHP61bz2BaRPd+e/dfpRQ==
169157
dependencies:
170-
"@commitlint/ensure" "^17.3.0"
171-
"@commitlint/load" "^17.3.0"
172-
"@commitlint/types" "^17.0.0"
158+
"@commitlint/ensure" "^17.4.0"
159+
"@commitlint/load" "^17.4.2"
160+
"@commitlint/types" "^17.4.0"
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.0.0", "@commitlint/types@^17.4.0":
210+
"@commitlint/types@^17.4.0":
223211
version "17.4.0"
224212
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.0.tgz#c7c2b97b959f6175c164632bf26208ce417b3f31"
225213
integrity sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==

0 commit comments

Comments
 (0)