diff --git a/package-lock.json b/package-lock.json index 2cac7411110..4ea5c610655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@commitlint/config-conventional": "17.8.1", "@semantic-release/exec": "7.1.0", "@semantic-release/git": "10.0.1", - "conventional-changelog-angular": "8.3.1", + "conventional-changelog-angular": "9.0.0", "cross-env": "7.0.3", "globals": "16.5.0", "husky": "8.0.3", @@ -2612,6 +2612,16 @@ "node": ">=v14" } }, + "node_modules/@conventional-changelog/template": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@conventional-changelog/template/-/template-1.0.0.tgz", + "integrity": "sha512-gJCWgneQIGfxZ22B4nGh7LF3cHbIdhwTHZi9octL7kagH4UHfnsLvp/yPl6tzWvdnIIRUutJtVNEih6Ln2YzFw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22" + } + }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "dev": true, @@ -5924,6 +5934,19 @@ "semantic-release": ">=20.1.0" } }, + "node_modules/@semantic-release/commit-analyzer/node_modules/conventional-changelog-angular": { + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.3.1.tgz", + "integrity": "sha512-6gfI3otXK5Ph5DfCOI1dblr+kN3FAm5a97hYoQkqNZxOaYa5WKfXH+AnpsmS+iUH2mgVC2Cg2Qw9m5OKcmNrIg==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@semantic-release/commit-analyzer/node_modules/conventional-commits-parser": { "version": "6.4.0", "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.4.0.tgz", @@ -8619,6 +8642,19 @@ "semantic-release": ">=20.1.0" } }, + "node_modules/@semantic-release/release-notes-generator/node_modules/conventional-changelog-angular": { + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.3.1.tgz", + "integrity": "sha512-6gfI3otXK5Ph5DfCOI1dblr+kN3FAm5a97hYoQkqNZxOaYa5WKfXH+AnpsmS+iUH2mgVC2Cg2Qw9m5OKcmNrIg==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@semantic-release/release-notes-generator/node_modules/conventional-commits-parser": { "version": "6.4.0", "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.4.0.tgz", @@ -14448,16 +14484,16 @@ } }, "node_modules/conventional-changelog-angular": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.3.1.tgz", - "integrity": "sha512-6gfI3otXK5Ph5DfCOI1dblr+kN3FAm5a97hYoQkqNZxOaYa5WKfXH+AnpsmS+iUH2mgVC2Cg2Qw9m5OKcmNrIg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-9.0.0.tgz", + "integrity": "sha512-qHLjYUJOSrMWh4m/wAKBV23wKCu9eOmgKToKEluIrG7OnL5+dwv3U0JOJbV59BRjtR+GaX7Ii98iQmmy1Fm7aw==", "dev": true, "license": "ISC", "dependencies": { - "compare-func": "^2.0.0" + "@conventional-changelog/template": "^1.0.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/conventional-changelog-conventionalcommits": { diff --git a/package.json b/package.json index 8f54899ab87..c7f2b622048 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@commitlint/config-conventional": "17.8.1", "@semantic-release/exec": "7.1.0", "@semantic-release/git": "10.0.1", - "conventional-changelog-angular": "8.3.1", + "conventional-changelog-angular": "9.0.0", "cross-env": "7.0.3", "globals": "16.5.0", "husky": "8.0.3",