diff --git a/package-lock.json b/package-lock.json index 4afdd218..6f0e16eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "c8": "8.0.1", "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "7.0.1", - "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", @@ -1384,12 +1384,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 4bfead53..9f3d2a89 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "c8": "8.0.1", "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "7.0.1", - "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",