diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 3249ac35eb..52b932cdfa 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -37,7 +37,7 @@ "@commitlint/parse": "^9.1.2", "@commitlint/test": "^9.1.2", "@commitlint/utils": "^9.1.2", - "conventional-changelog-angular": "5.0.10", + "conventional-changelog-angular": "5.0.11", "globby": "^11.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index e3600f9f8a..df770cbab7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3851,12 +3851,12 @@ contains-path@^0.1.0: resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= -conventional-changelog-angular@5.0.10: - version "5.0.10" - resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz#5cf7b00dd315b6a6a558223c80d5ef24ddb34205" - integrity sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA== +conventional-changelog-angular@5.0.11: + version "5.0.11" + resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz#99a3ca16e4a5305e0c2c2fae3ef74fd7631fc3fb" + integrity sha512-nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw== dependencies: - compare-func "^1.3.1" + compare-func "^2.0.0" q "^1.5.1" conventional-changelog-angular@^1.6.6: