Skip to content

Commit 06e934e

Browse files
chore(deps-dev): bump commitizen from 4.2.2 to 4.2.3 (#598)
Bumps [commitizen](https://github.com/commitizen/cz-cli) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/commitizen/cz-cli/releases) - [Commits](commitizen/cz-cli@v4.2.2...v4.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 074e9a2 commit 06e934e

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "3.10.1",
2525
"@typescript-eslint/parser": "3.10.1",
2626
"bundlesize": "0.18.0",
27-
"commitizen": "4.2.2",
27+
"commitizen": "4.2.3",
2828
"cross-env": "7.0.2",
2929
"cz-conventional-changelog": "3.3.0",
3030
"eslint": "7.17.0",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3846,13 +3846,13 @@ commander@^2.20.0:
38463846
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
38473847
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
38483848

3849-
commitizen@4.2.2, commitizen@^4.0.3:
3850-
version "4.2.2"
3851-
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.2.tgz#1a93dd07208521ea1ebbf832593542dac714cc79"
3852-
integrity sha512-uz+E6lGsDBDI2mYA4QfOxFeqdWUYwR1ky11YmLgg2BnEEP3YbeejpT4lxzGjkYqumnXr062qTOGavR9NtX/iwQ==
3849+
commitizen@4.2.3, commitizen@^4.0.3:
3850+
version "4.2.3"
3851+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.3.tgz#088d0ef72500240d331b11e02e288223667c1475"
3852+
integrity sha512-pYlYEng7XMV2TW4xtjDKBGqeJ0Teq2zyRSx2S3Ml1XAplHSlJZK8vm1KdGclpMEZuGafbS5TeHXIVnHk8RWIzQ==
38533853
dependencies:
38543854
cachedir "2.2.0"
3855-
cz-conventional-changelog "3.3.0"
3855+
cz-conventional-changelog "3.2.0"
38563856
dedent "0.7.0"
38573857
detect-indent "6.0.0"
38583858
find-node-modules "2.0.0"
@@ -4207,6 +4207,20 @@ cyclist@^1.0.1:
42074207
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
42084208
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
42094209

4210+
cz-conventional-changelog@3.2.0:
4211+
version "3.2.0"
4212+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz#6aef1f892d64113343d7e455529089ac9f20e477"
4213+
integrity sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==
4214+
dependencies:
4215+
chalk "^2.4.1"
4216+
commitizen "^4.0.3"
4217+
conventional-commit-types "^3.0.0"
4218+
lodash.map "^4.5.1"
4219+
longest "^2.0.1"
4220+
word-wrap "^1.0.3"
4221+
optionalDependencies:
4222+
"@commitlint/load" ">6.1.1"
4223+
42104224
cz-conventional-changelog@3.3.0:
42114225
version "3.3.0"
42124226
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"

0 commit comments

Comments
 (0)