diff --git a/package-lock.json b/package-lock.json index 5506cc8e..ec4d634f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "c8": "9.1.0", "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "7.0.2", - "conventional-changelog-ember": "4.0.0", + "conventional-changelog-ember": "5.0.0", "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "4.0.0", @@ -2922,13 +2922,13 @@ } }, "node_modules/conventional-changelog-ember": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-4.0.0.tgz", - "integrity": "sha512-D0IMhwcJUg1Y8FSry6XAplEJcljkHVlvAZddhhsdbL1rbsqRsMfGx/PIkPYq0ru5aDgn+OxhQ5N5yR7P9mfsvA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-5.0.0.tgz", + "integrity": "sha512-RPflVfm5s4cSO33GH/Ey26oxhiC67akcxSKL8CLRT3kQX2W3dbE19sSOM56iFqUJYEwv9mD9r6k79weWe1urfg==", "dev": true, "license": "ISC", "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-eslint": { diff --git a/package.json b/package.json index 84479604..c568a19b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "c8": "9.1.0", "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "7.0.2", - "conventional-changelog-ember": "4.0.0", + "conventional-changelog-ember": "5.0.0", "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "4.0.0",