diff --git a/package-lock.json b/package-lock.json index dbab79f3..bddc105c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@vue/theme": "^2.3.0", "autoprefixer": "^10.4.21", "concurrently": "^8.2.2", - "conventional-changelog-angular": "^7.0.0", + "conventional-changelog-angular": "^8.0.0", "conventional-changelog-cli": "^4.1.0", "core-js": "^3.42.0", "cssnano": "^7.0.7", @@ -2062,6 +2062,19 @@ "node": ">=v18" } }, + "node_modules/@commitlint/parse/node_modules/conventional-changelog-angular": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", + "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/@commitlint/read": { "version": "19.8.1", "resolved": "https://registry.npmmirror.com/@commitlint/read/-/read-19.8.1.tgz", @@ -6655,16 +6668,16 @@ } }, "node_modules/conventional-changelog-angular": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", - "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.1.0.tgz", + "integrity": "sha512-GGf2Nipn1RUCAktxuVauVr1e3r8QrLP/B0lEUsFktmGqc3ddbQkhoJZHJctVU829U1c6mTSWftrVOCHaL85Q3w==", "dev": true, "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-atom": { @@ -6838,6 +6851,19 @@ "node": ">=10" } }, + "node_modules/conventional-changelog/node_modules/conventional-changelog-angular": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", + "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/conventional-commits-filter": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-4.0.0.tgz", diff --git a/package.json b/package.json index 0b7aa1d9..fb41f814 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@vue/theme": "^2.3.0", "autoprefixer": "^10.4.21", "concurrently": "^8.2.2", - "conventional-changelog-angular": "^7.0.0", + "conventional-changelog-angular": "^8.0.0", "conventional-changelog-cli": "^4.1.0", "core-js": "^3.42.0", "cssnano": "^7.0.7",