diff --git a/package-lock.json b/package-lock.json index d4b4f2b9..f51d2d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "c8": "8.0.1", "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "6.1.0", - "conventional-changelog-ember": "3.0.0", + "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0", @@ -1332,12 +1332,12 @@ } }, "node_modules/conventional-changelog-ember": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-3.0.0.tgz", - "integrity": "sha512-7PYthCoSxIS98vWhVcSphMYM322OxptpKAuHYdVspryI0ooLDehRXWeRWgN+zWSBXKl/pwdgAg8IpLNSM1/61A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-4.0.0.tgz", + "integrity": "sha512-D0IMhwcJUg1Y8FSry6XAplEJcljkHVlvAZddhhsdbL1rbsqRsMfGx/PIkPYq0ru5aDgn+OxhQ5N5yR7P9mfsvA==", "dev": true, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-changelog-eslint": { diff --git a/package.json b/package.json index 9c7c49ef..915d21ec 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "c8": "8.0.1", "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "6.1.0", - "conventional-changelog-ember": "3.0.0", + "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0",