diff --git a/package-lock.json b/package-lock.json index 9abbf724..75fe7976 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "ava": "5.3.1", "c8": "8.0.1", "conventional-changelog-atom": "3.0.0", - "conventional-changelog-conventionalcommits": "6.1.0", + "conventional-changelog-conventionalcommits": "7.0.0", "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", @@ -1692,15 +1692,15 @@ } }, "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": "7.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.0.tgz", + "integrity": "sha512-iu2Zt5f7ESwpGJStnbHAG2fL/kBA5h/s1AuDYGKqb7gQcXpWlyfGiF8wM+mfFD5M/cYt9Hl3iWNDm3n72qBA1w==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-changelog-ember": { diff --git a/package.json b/package.json index 0a9a4f95..f503ae07 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ava": "5.3.1", "c8": "8.0.1", "conventional-changelog-atom": "3.0.0", - "conventional-changelog-conventionalcommits": "6.1.0", + "conventional-changelog-conventionalcommits": "7.0.0", "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0",