Skip to content

Commit 5b22a2e

Browse files
build: bump @commitlint/prompt-cli from 17.6.7 to 17.7.1 (#103)
Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.6.7 to 17.7.1. - [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.7.1/@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bacece commit 5b22a2e

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

yarn.lock

+34-9
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,26 @@
127127
ts-node "^10.8.1"
128128
typescript "^4.6.4 || ^5.0.0"
129129

130+
"@commitlint/load@^17.7.1":
131+
version "17.7.1"
132+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.7.1.tgz#0723b11723a20043a304a74960602dead89b5cdd"
133+
integrity sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==
134+
dependencies:
135+
"@commitlint/config-validator" "^17.6.7"
136+
"@commitlint/execute-rule" "^17.4.0"
137+
"@commitlint/resolve-extends" "^17.6.7"
138+
"@commitlint/types" "^17.4.4"
139+
"@types/node" "20.4.7"
140+
chalk "^4.1.0"
141+
cosmiconfig "^8.0.0"
142+
cosmiconfig-typescript-loader "^4.0.0"
143+
lodash.isplainobject "^4.0.6"
144+
lodash.merge "^4.6.2"
145+
lodash.uniq "^4.5.0"
146+
resolve-from "^5.0.0"
147+
ts-node "^10.8.1"
148+
typescript "^4.6.4 || ^5.0.0"
149+
130150
"@commitlint/message@^17.4.2":
131151
version "17.4.2"
132152
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.2.tgz#f4753a79701ad6db6db21f69076e34de6580e22c"
@@ -142,21 +162,21 @@
142162
conventional-commits-parser "^3.2.2"
143163

144164
"@commitlint/prompt-cli@^17.0.0":
145-
version "17.6.7"
146-
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.6.7.tgz#6e47992c26b4f3356cfff7eba7767f90d5e80979"
147-
integrity sha512-TkKIGhN8DJ/x47QEqiDlan/FalM8rFAeSZp5GKEq/EsIQrRTGJMG4LwJtaMtip8IfZY28OnODpKBittMJtpRmA==
165+
version "17.7.1"
166+
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.7.1.tgz#32b3ee9b2de60f69b4f52bf4c6c27da26ecd324f"
167+
integrity sha512-FM4nmJgOpE+aMRI4z41Pa4gu4qm6pAiBQN6+oIxM460hUtRF1wx2N+STfJCEHevM+/zS9h2LSXqdSB0aP3LGdQ==
148168
dependencies:
149-
"@commitlint/prompt" "^17.6.7"
169+
"@commitlint/prompt" "^17.7.1"
150170
execa "^5.0.0"
151171
inquirer "^6.5.2"
152172

153-
"@commitlint/prompt@^17.6.7":
154-
version "17.6.7"
155-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.6.7.tgz#2c151e1cd555345dcbe816a8f70556548d29a4cb"
156-
integrity sha512-fkGVdYsPI3ZyzcyRO/OKE+fF3zRd0jPT0tws6ipDSEVjblVpk/f7ydeZ3fFAUocVes/QStUj4If/lSxJxiZJjw==
173+
"@commitlint/prompt@^17.7.1":
174+
version "17.7.1"
175+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.7.1.tgz#f9fbe24d873fecb3bcfc33fa860c5b61f39780aa"
176+
integrity sha512-TWPATfSarPHdUOGkE/irBtzE+ZhEuUQI8U8PMcrLYi26NtJTHmRWpwZGug5gehcmlvQuLCjoFg3naYrs1BMHEQ==
157177
dependencies:
158178
"@commitlint/ensure" "^17.6.7"
159-
"@commitlint/load" "^17.6.7"
179+
"@commitlint/load" "^17.7.1"
160180
"@commitlint/types" "^17.4.4"
161181
chalk "^4.1.0"
162182
inquirer "^6.5.2"
@@ -975,6 +995,11 @@
975995
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
976996
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
977997

998+
"@types/node@20.4.7":
999+
version "20.4.7"
1000+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.7.tgz#74d323a93f1391a63477b27b9aec56669c98b2ab"
1001+
integrity sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==
1002+
9781003
"@types/normalize-package-data@^2.4.0":
9791004
version "2.4.1"
9801005
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"

0 commit comments

Comments
 (0)