Skip to content

Commit 1fb05aa

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump commitizen from 4.2.3 to 4.2.4
Bumps [commitizen](https://github.com/commitizen/cz-cli) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/commitizen/cz-cli/releases) - [Commits](commitizen/cz-cli@v4.2.3...v4.2.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a827806 commit 1fb05aa

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@typescript-eslint/eslint-plugin": "^4.24.0",
5959
"@typescript-eslint/parser": "^4.22.0",
6060
"arrify": "^2.0.1",
61-
"commitizen": "^4.2.3",
61+
"commitizen": "^4.2.4",
6262
"concurrently": "^6.2.0",
6363
"cosmiconfig": "^7.0.0",
6464
"cross-env": "^7.0.3",

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -2952,16 +2952,16 @@ commander@^7.2.0:
29522952
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
29532953
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
29542954

2955-
commitizen@^4.0.3, commitizen@^4.2.3:
2956-
version "4.2.3"
2957-
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.3.tgz#088d0ef72500240d331b11e02e288223667c1475"
2958-
integrity sha512-pYlYEng7XMV2TW4xtjDKBGqeJ0Teq2zyRSx2S3Ml1XAplHSlJZK8vm1KdGclpMEZuGafbS5TeHXIVnHk8RWIzQ==
2955+
commitizen@^4.0.3, commitizen@^4.2.4:
2956+
version "4.2.4"
2957+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.4.tgz#a3e5b36bd7575f6bf6e7aa19dbbf06b0d8f37165"
2958+
integrity sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==
29592959
dependencies:
29602960
cachedir "2.2.0"
29612961
cz-conventional-changelog "3.2.0"
29622962
dedent "0.7.0"
29632963
detect-indent "6.0.0"
2964-
find-node-modules "2.0.0"
2964+
find-node-modules "^2.1.2"
29652965
find-root "1.1.0"
29662966
fs-extra "8.1.0"
29672967
glob "7.1.4"
@@ -4222,13 +4222,13 @@ fill-range@^7.0.1:
42224222
dependencies:
42234223
to-regex-range "^5.0.1"
42244224

4225-
find-node-modules@2.0.0:
4226-
version "2.0.0"
4227-
resolved "https://registry.yarnpkg.com/find-node-modules/-/find-node-modules-2.0.0.tgz#5db1fb9e668a3d451db3d618cd167cdd59e41b69"
4228-
integrity sha512-8MWIBRgJi/WpjjfVXumjPKCtmQ10B+fjx6zmSA+770GMJirLhWIzg8l763rhjl9xaeaHbnxPNRQKq2mgMhr+aw==
4225+
find-node-modules@^2.1.2:
4226+
version "2.1.2"
4227+
resolved "https://registry.yarnpkg.com/find-node-modules/-/find-node-modules-2.1.2.tgz#57565a3455baf671b835bc6b2134a9b938b9c53c"
4228+
integrity sha512-x+3P4mbtRPlSiVE1Qco0Z4YLU8WFiFcuWTf3m75OV9Uzcfs2Bg+O9N+r/K0AnmINBW06KpfqKwYJbFlFq4qNug==
42294229
dependencies:
4230-
findup-sync "^3.0.0"
4231-
merge "^1.2.1"
4230+
findup-sync "^4.0.0"
4231+
merge "^2.1.0"
42324232

42334233
[email protected], find-root@^1.1.0:
42344234
version "1.1.0"
@@ -4265,14 +4265,14 @@ find-versions@^4.0.0:
42654265
dependencies:
42664266
semver-regex "^3.1.2"
42674267

4268-
findup-sync@^3.0.0:
4269-
version "3.0.0"
4270-
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
4271-
integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==
4268+
findup-sync@^4.0.0:
4269+
version "4.0.0"
4270+
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
4271+
integrity sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==
42724272
dependencies:
42734273
detect-file "^1.0.0"
42744274
is-glob "^4.0.0"
4275-
micromatch "^3.0.4"
4275+
micromatch "^4.0.2"
42764276
resolve-dir "^1.0.1"
42774277

42784278
flat-cache@^3.0.4:
@@ -6229,12 +6229,12 @@ merge2@^1.3.0:
62296229
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
62306230
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
62316231

6232-
merge@^1.2.1:
6233-
version "1.2.1"
6234-
resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
6235-
integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==
6232+
merge@^2.1.0:
6233+
version "2.1.1"
6234+
resolved "https://registry.yarnpkg.com/merge/-/merge-2.1.1.tgz#59ef4bf7e0b3e879186436e8481c06a6c162ca98"
6235+
integrity sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==
62366236

6237-
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
6237+
micromatch@^3.1.10, micromatch@^3.1.4:
62386238
version "3.1.10"
62396239
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
62406240
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==

0 commit comments

Comments
 (0)