Skip to content

Commit 4c9b8cb

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3.1.1
1 parent 2a990ac commit 4c9b8cb

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
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.23.0",
4646
"@typescript-eslint/parser": "2.23.0",
4747
"codecov": "3.6.5",
48-
"cz-conventional-changelog": "3.0.2",
48+
"cz-conventional-changelog": "3.1.1",
4949
"eslint": "6.8.0",
5050
"eslint-config-airbnb-typescript": "6.3.1",
5151
"eslint-config-prettier": "6.7.0",

yarn.lock

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

1739+
conventional-commit-types@^3.0.0:
1740+
version "3.0.0"
1741+
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
1742+
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
1743+
17391744
conventional-commits-filter@^2.0.0, conventional-commits-filter@^2.0.2:
17401745
version "2.0.2"
17411746
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1"
@@ -1891,17 +1896,16 @@ [email protected]:
18911896
optionalDependencies:
18921897
"@commitlint/load" ">6.1.1"
18931898

1894-
cz-conventional-changelog@3.0.2:
1895-
version "3.0.2"
1896-
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
1897-
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
1899+
cz-conventional-changelog@3.1.1:
1900+
version "3.1.1"
1901+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.1.1.tgz#052c3d056ae1588c254d1aa01ee17ab56a931e1a"
1902+
integrity sha512-dapLZoyDXp5JeI8V5qaYhvYK2pkDGP9pWpSZRgcNQXqhz7WDbrfFpPH6SALSSlqqTcX/Tk0bwJWd8JUFY17xrg==
18981903
dependencies:
18991904
chalk "^2.4.1"
19001905
commitizen "^4.0.3"
1901-
conventional-commit-types "^2.0.0"
1906+
conventional-commit-types "^3.0.0"
19021907
lodash.map "^4.5.1"
19031908
longest "^2.0.1"
1904-
right-pad "^1.0.1"
19051909
word-wrap "^1.0.3"
19061910
optionalDependencies:
19071911
"@commitlint/load" ">6.1.1"

0 commit comments

Comments
 (0)