diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index b879333692..d0caee6f4d 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -41,7 +41,7 @@ "@types/lodash.merge": "^4.6.8", "@types/lodash.uniq": "^4.5.8", "@types/node": "^18.19.17", - "conventional-changelog-atom": "^4.0.0", + "conventional-changelog-atom": "^5.0.0", "typescript": "^5.2.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 9d50d5d253..f660fb7d36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3332,10 +3332,10 @@ conventional-changelog-angular@^7.0.0: 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" - integrity sha512-q2YtiN7rnT1TGwPTwjjBSIPIzDJCRE+XAUahWxnh+buKK99Kks4WLMHoexw38GXx9OUxAsrp44f9qXe5VEMYhw== +conventional-changelog-atom@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-5.0.0.tgz#f3e06e06244bd0aef2e5f09ed590933d948e809c" + integrity sha512-WfzCaAvSCFPkznnLgLnfacRAzjgqjLUjvf3MftfsJzQdDICqkOOpcMtdJF3wTerxSpv2IAAjX8doM3Vozqle3g== conventional-changelog-conventionalcommits@^7.0.2: version "7.0.2"