Skip to content

Commit f85d350

Browse files
build: bump @commitlint/prompt-cli from 17.1.2 to 17.2.0 (#44)
Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.1.2 to 17.2.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.2.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 b95d785 commit f85d350

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

yarn.lock

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,24 @@
121121
ts-node "^10.8.1"
122122
typescript "^4.6.4"
123123

124+
"@commitlint/load@^17.2.0":
125+
version "17.2.0"
126+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.2.0.tgz#11c9fb23a967ff1507a28931c91aae7f978ea4ae"
127+
integrity sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==
128+
dependencies:
129+
"@commitlint/config-validator" "^17.1.0"
130+
"@commitlint/execute-rule" "^17.0.0"
131+
"@commitlint/resolve-extends" "^17.1.0"
132+
"@commitlint/types" "^17.0.0"
133+
"@types/node" "^14.0.0"
134+
chalk "^4.1.0"
135+
cosmiconfig "^7.0.0"
136+
cosmiconfig-typescript-loader "^4.0.0"
137+
lodash "^4.17.19"
138+
resolve-from "^5.0.0"
139+
ts-node "^10.8.1"
140+
typescript "^4.6.4"
141+
124142
"@commitlint/message@^17.0.0":
125143
version "17.0.0"
126144
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73"
@@ -136,21 +154,21 @@
136154
conventional-commits-parser "^3.2.2"
137155

138156
"@commitlint/prompt-cli@^17.0.0":
139-
version "17.1.2"
140-
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.1.2.tgz#3258e70daf5d30920828231d3dbf9ac67b5ded33"
141-
integrity sha512-VqfPBfOXrV5hXmYt1gRi/fwd+wPHN9QesCjOC0CC0uGWy5etggK2sb7HzjbfrOOIuFa2gk7v5mX/F/38RlRvVg==
157+
version "17.2.0"
158+
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.2.0.tgz#897ecedd1a1f6a91ad4adb5196326149cac7b044"
159+
integrity sha512-CQjABqmB6V76zpp3q7AzzYu3P8UDrv4j8e60OFiY7tzPny5a0CLvB8yp0+8Y4Z99OtOPDY9mKJku7jm1MP0OJQ==
142160
dependencies:
143-
"@commitlint/prompt" "^17.1.2"
161+
"@commitlint/prompt" "^17.2.0"
144162
execa "^5.0.0"
145163
inquirer "^6.5.2"
146164

147-
"@commitlint/prompt@^17.1.2":
148-
version "17.1.2"
149-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.1.2.tgz#ad3338eb54f869216692cc42e80b2eb7746b0b1d"
150-
integrity sha512-KubucHY9EnHnao7zgdXsOpckLZA5PgXvaR/eI6IQY2xzuG6RPlVqIffSPpiDjX09SopoYRWbztvkg+Z2m0ib9g==
165+
"@commitlint/prompt@^17.2.0":
166+
version "17.2.0"
167+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.2.0.tgz#e687521bce9bf4fc1ee1eb7a0b89e80f5e1be8fd"
168+
integrity sha512-xMWMJteq0VZ25i8IaXGBmUMEg8l5SQewvk21jp//BPkKSOxEwXFUSiwMA6iUkILCWHHffQBAgs/1O+4HqZrtaQ==
151169
dependencies:
152170
"@commitlint/ensure" "^17.0.0"
153-
"@commitlint/load" "^17.1.2"
171+
"@commitlint/load" "^17.2.0"
154172
"@commitlint/types" "^17.0.0"
155173
chalk "^4.1.0"
156174
inquirer "^6.5.2"

0 commit comments

Comments
 (0)