diff --git a/package-lock.json b/package-lock.json index c044269a2c..b8266b237b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@semantic-release/github": "^10.0.5", "@semantic-release/release-notes-generator": "^13.0.0", "backblaze": "github:belphemur/backblaze#master", - "conventional-changelog-conventionalcommits": "7.0.2", + "conventional-changelog-conventionalcommits": "8.0.0", "discord-webhook-node": "^1.1.8", "normalize-url": ">=8.0.1", "semantic-release": "^23.1.1", @@ -1211,15 +1211,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", - "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", + "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==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-writer": { diff --git a/package.json b/package.json index ea690cb16d..bc91e2ed19 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^10.0.5", "@semantic-release/release-notes-generator": "^13.0.0", - "conventional-changelog-conventionalcommits": "7.0.2", + "conventional-changelog-conventionalcommits": "8.0.0", "discord-webhook-node": "^1.1.8", "normalize-url": ">=8.0.1", "semantic-release": "^23.1.1",