diff --git a/package-lock.json b/package-lock.json index 4516e8cf8..5273cde59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@xmldom/xmldom": "^0.8.4", "chalk": "^4.0.0", "code-suggester": "^4.2.0", - "conventional-changelog-conventionalcommits": "^6.0.0", + "conventional-changelog-conventionalcommits": "^8.0.0", "conventional-changelog-writer": "^6.0.0", "conventional-commits-filter": "^3.0.0", "detect-indent": "^6.1.0", @@ -1797,14 +1797,14 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-8.0.0.tgz", + "integrity": "sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==", "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/conventional-changelog-writer": { @@ -7424,9 +7424,9 @@ } }, "conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-8.0.0.tgz", + "integrity": "sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==", "requires": { "compare-func": "^2.0.0" } diff --git a/package.json b/package.json index 763b017a3..4dad98cb2 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@xmldom/xmldom": "^0.8.4", "chalk": "^4.0.0", "code-suggester": "^4.2.0", - "conventional-changelog-conventionalcommits": "^6.0.0", + "conventional-changelog-conventionalcommits": "^8.0.0", "conventional-changelog-writer": "^6.0.0", "conventional-commits-filter": "^3.0.0", "detect-indent": "^6.1.0",