diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 2f1dc7dfea..f73b2d2ce0 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@commitlint/types": "^18.1.0", - "conventional-changelog-angular": "^6.0.0", + "conventional-changelog-angular": "^7.0.0", "conventional-commits-parser": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 4cb3f683eb..e96869e32b 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -38,7 +38,7 @@ "@commitlint/parse": "^18.1.0", "@commitlint/test": "^18.0.0", "@commitlint/utils": "^18.1.0", - "conventional-changelog-angular": "6.0.0", + "conventional-changelog-angular": "7.0.0", "glob": "^8.0.3" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index abfc3b2782..d801b8f950 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3238,10 +3238,10 @@ console-control-strings@^1.1.0: resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== -conventional-changelog-angular@6.0.0, conventional-changelog-angular@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz#a9a9494c28b7165889144fd5b91573c4aa9ca541" - integrity sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg== +conventional-changelog-angular@7.0.0, conventional-changelog-angular@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a" + integrity sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ== dependencies: compare-func "^2.0.0"