diff --git a/package-lock.json b/package-lock.json index 5506cc8e..d622890f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "conventional-changelog-conventionalcommits": "7.0.2", "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "5.0.0", - "conventional-changelog-express": "4.0.0", + "conventional-changelog-express": "5.0.0", "conventional-changelog-jshint": "4.0.0", "lockfile-lint": "4.13.2", "ls-engines": "0.9.1", @@ -2942,13 +2942,13 @@ } }, "node_modules/conventional-changelog-express": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-4.0.0.tgz", - "integrity": "sha512-yWyy5c7raP9v7aTvPAWzqrztACNO9+FEI1FSYh7UP7YT1AkWgv5UspUeB5v3Ibv4/o60zj2o9GF2tqKQ99lIsw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-5.0.0.tgz", + "integrity": "sha512-D8Q6WctPkQpvr2HNCCmwU5GkX22BVHM0r4EW8vN0230TSyS/d6VQJDAxGb84lbg0dFjpO22MwmsikKL++Oo/oQ==", "dev": true, "license": "ISC", "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-jshint": { diff --git a/package.json b/package.json index 84479604..78f58d62 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "conventional-changelog-conventionalcommits": "7.0.2", "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "5.0.0", - "conventional-changelog-express": "4.0.0", + "conventional-changelog-express": "5.0.0", "conventional-changelog-jshint": "4.0.0", "lockfile-lint": "4.13.2", "ls-engines": "0.9.1",