diff --git a/package-lock.json b/package-lock.json index 9fc6652c..0af010ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2099,12 +2099,12 @@ "dev": true }, "conventional-changelog-angular": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-1.5.2.tgz", - "integrity": "sha1-Kzj2Zf6cWSCvGi+C9Uf0ur5t5Xw=", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz", + "integrity": "sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA==", "requires": { "compare-func": "^1.3.1", - "q": "^1.4.1" + "q": "^1.5.1" } }, "conventional-changelog-writer": { diff --git a/package.json b/package.json index 9082ed7b..f4dc9a01 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@ls-age/expose": "^0.3.0-beta.1", "bitbucket-url-to-object": "^0.3.0", - "conventional-changelog-angular": "^1.5.2", + "conventional-changelog-angular": "^5.0.0", "conventional-changelog-writer": "^2.0.2", "conventional-commits-parser": "^2.0.1", "conventional-recommended-bump": "^1.0.3",