diff --git a/package-lock.json b/package-lock.json index 19527bb9..38eda80d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", - "conventional-changelog-express": "3.0.0", + "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "3.0.0", "prettier": "3.0.3", "semantic-release": "22.0.0", @@ -1410,12 +1410,12 @@ } }, "node_modules/conventional-changelog-express": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-3.0.0.tgz", - "integrity": "sha512-HqxihpUMfIuxvlPvC6HltA4ZktQEUan/v3XQ77+/zbu8No/fqK3rxSZaYeHYant7zRxQNIIli7S+qLS9tX9zQA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-4.0.0.tgz", + "integrity": "sha512-yWyy5c7raP9v7aTvPAWzqrztACNO9+FEI1FSYh7UP7YT1AkWgv5UspUeB5v3Ibv4/o60zj2o9GF2tqKQ99lIsw==", "dev": true, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-changelog-jshint": { diff --git a/package.json b/package.json index 24985217..9ca84c29 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", - "conventional-changelog-express": "3.0.0", + "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "3.0.0", "prettier": "3.0.3", "semantic-release": "22.0.0",