diff --git a/package-lock.json b/package-lock.json index 5506cc8e..80d54288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "conventional-changelog-ember": "4.0.0", - "conventional-changelog-eslint": "5.0.0", + "conventional-changelog-eslint": "6.0.0", "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "4.0.0", "lockfile-lint": "4.13.2", @@ -2932,13 +2932,13 @@ } }, "node_modules/conventional-changelog-eslint": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-5.0.0.tgz", - "integrity": "sha512-6JtLWqAQIeJLn/OzUlYmzd9fKeNSWmQVim9kql+v4GrZwLx807kAJl3IJVc3jTYfVKWLxhC3BGUxYiuVEcVjgA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-6.0.0.tgz", + "integrity": "sha512-eiUyULWjzq+ybPjXwU6NNRflApDWlPEQEHvI8UAItYW/h22RKkMnOAtfCZxMmrcMO1OKUWtcf2MxKYMWe9zJuw==", "dev": true, "license": "ISC", "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-express": { diff --git a/package.json b/package.json index 84479604..1f66a87e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "conventional-changelog-ember": "4.0.0", - "conventional-changelog-eslint": "5.0.0", + "conventional-changelog-eslint": "6.0.0", "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "4.0.0", "lockfile-lint": "4.13.2",