diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 459dd54b27..d30582b59a 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@commitlint/types": "^19.8.1", - "conventional-changelog-angular": "^7.0.0", + "conventional-changelog-angular": "^8.0.0", "conventional-commits-parser": "^5.0.0" }, "gitHead": "e82f05a737626bb69979d14564f5ff601997f679" diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index f02396c34e..0b1bb9fc6a 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -39,7 +39,7 @@ "@commitlint/parse": "^19.8.1", "@commitlint/test": "^19.8.1", "@commitlint/utils": "^19.8.1", - "conventional-changelog-angular": "^7.0.0", + "conventional-changelog-angular": "^8.0.0", "glob": "^10.3.10" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 1a0a92efba..80f33369f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3179,13 +3179,20 @@ 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@7.0.0, 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" +conventional-changelog-angular@^8.0.0: + version "8.0.0" + resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.0.0.tgz#5701386850f0e0c2e630b43ee7821d322d87e7a6" + integrity sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA== + dependencies: + compare-func "^2.0.0" + conventional-changelog-atom@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-4.0.0.tgz#291fd1583517d4e7131dba779ad9fa238359daa1"