diff --git a/package.json b/package.json index 20411e95..12d8e59d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "axios-mock-adapter": "^1.22.0", "babel-jest": "^30.0.0", "browserslist": "^4.25.0", - "conventional-changelog-angular": "^6.0.0", + "conventional-changelog-angular": "^9.0.0", "cross-env": "^7.0.0", "documentation": "^14.0.0", "eslint": "^8.57.0", diff --git a/yarn.lock b/yarn.lock index cd7ab00c..9f727fd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -946,6 +946,11 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== +"@conventional-changelog/template@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@conventional-changelog/template/-/template-1.4.0.tgz#30a8680f2ab8d3a60a08e86bebb33fe8f0f8f100" + integrity sha512-aalGyl7dbB5PArRebDIX43ZvBlXrYm9uWzGJ26t+4SzJVPsOuvfILGGbw5X4yX7i50YEmJ8zvbiWnqH/AAnZqg== + "@csstools/color-helpers@^5.1.0": version "5.1.0" resolved "https://registry.yarnpkg.com/@csstools/color-helpers/-/color-helpers-5.1.0.tgz#106c54c808cabfd1ab4c602d8505ee584c2996ef" @@ -4019,12 +4024,12 @@ conventional-changelog-angular@^5.0.3: compare-func "^2.0.0" q "^1.5.1" -conventional-changelog-angular@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz#a9a9494c28b7165889144fd5b91573c4aa9ca541" - integrity sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg== +conventional-changelog-angular@^9.0.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-9.4.0.tgz#ec51393e10b5c4c99c9e79f21d6d293b26cd1314" + integrity sha512-HdxRxuS8bBXVIuo4V82gvSwAXT0vYQUizrjs/izmPg5JdDstr8v8I5hduGL3iQbG+o310dUDxC4+LetuS5hu9w== dependencies: - compare-func "^2.0.0" + "@conventional-changelog/template" "^1.4.0" conventional-changelog-core@^3.1.6: version "3.2.3"