diff --git a/package-lock.json b/package-lock.json index 300e38d9..751dfbe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -496,9 +496,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "conventional-commit-types": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/conventional-commit-types/-/conventional-commit-types-2.2.0.tgz", - "integrity": "sha1-XblXOdbCEqy+e29lahG5QLqmiUY=" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz", + "integrity": "sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==" }, "copy-descriptor": { "version": "0.1.1", @@ -551,7 +551,6 @@ "requires": { "@commitlint/load": ">6.1.1", "chalk": "^2.4.1", - "conventional-commit-types": "^2.0.0", "lodash.map": "^4.5.1", "longest": "^2.0.1", "right-pad": "^1.0.1", diff --git a/package.json b/package.json index 7fb5d7f3..c477e4fa 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "chalk": "^2.4.1", "commitizen": "^4.0.3", - "conventional-commit-types": "^2.0.0", + "conventional-commit-types": "^3.0.0", "lodash.map": "^4.5.1", "longest": "^2.0.1", "right-pad": "^1.0.1",