diff --git a/package-lock.json b/package-lock.json index e55de8074..661bc1c45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chalk": "^2.4.2", "conventional-changelog": "3.1.25", "conventional-changelog-config-spec": "2.1.0", - "conventional-changelog-conventionalcommits": "6.1.0", + "conventional-changelog-conventionalcommits": "8.0.0", "conventional-recommended-bump": "7.0.1", "detect-indent": "^6.0.0", "detect-newline": "^3.1.0", @@ -2408,13 +2408,14 @@ "license": "MIT" }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "license": "ISC", + "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-core": { diff --git a/package.json b/package.json index 70843c036..17d2c0ea7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "chalk": "^2.4.2", "conventional-changelog": "3.1.25", "conventional-changelog-config-spec": "2.1.0", - "conventional-changelog-conventionalcommits": "6.1.0", + "conventional-changelog-conventionalcommits": "8.0.0", "conventional-recommended-bump": "7.0.1", "detect-indent": "^6.0.0", "detect-newline": "^3.1.0",