Skip to content

Commit 1f912c2

Browse files
armano2escapedcat
authored andcommitted
fix: update lock file after merge
1 parent c456add commit 1f912c2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@commitlint/utils": "^14.0.0",
4343
"@types/inquirer": "^6.5.0",
4444
"inquirer": "^6.5.2",
45-
"commitizen": "4.2.4"
45+
"commitizen": "^4.2.4"
4646
},
4747
"dependencies": {
4848
"@commitlint/ensure": "^14.1.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3881,42 +3881,42 @@ commander@~2.20.3:
38813881
resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
38823882
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
38833883

3884-
commitizen@4.2.4, commitizen@^4.2.4:
3885-
version "4.2.4"
3886-
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.4.tgz#a3e5b36bd7575f6bf6e7aa19dbbf06b0d8f37165"
3887-
integrity sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==
3884+
commitizen@^4.0.3:
3885+
version "4.1.2"
3886+
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.1.2.tgz#6095eb825fd3f0d3611df88e6803c69b23307e9a"
3887+
integrity sha512-LBxTQKHbVgroMz9ohpm86N+GfJobonGyvDc3zBGdZazbwCLz2tqLa48Rf2TnAdKx7/06W1i1R3SXUt5QW97qVQ==
38883888
dependencies:
38893889
cachedir "2.2.0"
38903890
cz-conventional-changelog "3.2.0"
38913891
dedent "0.7.0"
38923892
detect-indent "6.0.0"
3893-
find-node-modules "^2.1.2"
3893+
find-node-modules "2.0.0"
38943894
find-root "1.1.0"
38953895
fs-extra "8.1.0"
38963896
glob "7.1.4"
3897-
inquirer "6.5.2"
3897+
inquirer "6.5.0"
38983898
is-utf8 "^0.2.1"
3899-
lodash "^4.17.20"
3899+
lodash "4.17.15"
39003900
minimist "1.2.5"
39013901
strip-bom "4.0.0"
39023902
strip-json-comments "3.0.1"
39033903

3904-
commitizen@^4.0.3:
3905-
version "4.1.2"
3906-
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.1.2.tgz#6095eb825fd3f0d3611df88e6803c69b23307e9a"
3907-
integrity sha512-LBxTQKHbVgroMz9ohpm86N+GfJobonGyvDc3zBGdZazbwCLz2tqLa48Rf2TnAdKx7/06W1i1R3SXUt5QW97qVQ==
3904+
commitizen@^4.2.4:
3905+
version "4.2.4"
3906+
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.4.tgz#a3e5b36bd7575f6bf6e7aa19dbbf06b0d8f37165"
3907+
integrity sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==
39083908
dependencies:
39093909
cachedir "2.2.0"
39103910
cz-conventional-changelog "3.2.0"
39113911
dedent "0.7.0"
39123912
detect-indent "6.0.0"
3913-
find-node-modules "2.0.0"
3913+
find-node-modules "^2.1.2"
39143914
find-root "1.1.0"
39153915
fs-extra "8.1.0"
39163916
glob "7.1.4"
3917-
inquirer "6.5.0"
3917+
inquirer "6.5.2"
39183918
is-utf8 "^0.2.1"
3919-
lodash "4.17.15"
3919+
lodash "^4.17.20"
39203920
minimist "1.2.5"
39213921
strip-bom "4.0.0"
39223922
strip-json-comments "3.0.1"

0 commit comments

Comments
 (0)