Skip to content

Commit 6d7921a

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3.0.3
1 parent 14015c5 commit 6d7921a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@typescript-eslint/eslint-plugin": "2.12.0",
4646
"@typescript-eslint/parser": "2.12.0",
4747
"codecov": "3.6.1",
48-
"cz-conventional-changelog": "3.0.2",
48+
"cz-conventional-changelog": "3.0.3",
4949
"eslint": "6.7.2",
5050
"eslint-config-airbnb-typescript": "6.3.1",
5151
"eslint-config-prettier": "6.7.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,11 @@ conventional-commit-types@^2.0.0:
17191719
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22"
17201720
integrity sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ==
17211721

1722+
conventional-commit-types@^3.0.0:
1723+
version "3.0.0"
1724+
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
1725+
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
1726+
17221727
conventional-commits-filter@^2.0.0, conventional-commits-filter@^2.0.2:
17231728
version "2.0.2"
17241729
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1"
@@ -1874,14 +1879,14 @@ [email protected]:
18741879
optionalDependencies:
18751880
"@commitlint/load" ">6.1.1"
18761881

1877-
1878-
version "3.0.2"
1879-
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
1880-
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
1882+
1883+
version "3.0.3"
1884+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.3.tgz#03c021faf76aba4c5138f85f707dc868bf80e90c"
1885+
integrity sha512-E4RGuFJcVFdJy+eAPPIv88x0sfNKuRQ1Bzt3967a0nq+8DH6szh7m0EL9KCeVJMll5AXDz3ZQ42oSbCHemGUgA==
18811886
dependencies:
18821887
chalk "^2.4.1"
18831888
commitizen "^4.0.3"
1884-
conventional-commit-types "^2.0.0"
1889+
conventional-commit-types "^3.0.0"
18851890
lodash.map "^4.5.1"
18861891
longest "^2.0.1"
18871892
right-pad "^1.0.1"

0 commit comments

Comments
 (0)