diff --git a/package-lock.json b/package-lock.json index 54ea27c1..f855a2e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "c8": "8.0.1", "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "6.1.0", - "conventional-changelog-ember": "4.0.0", + "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0", @@ -1704,12 +1704,12 @@ } }, "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": "3.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-3.0.0.tgz", + "integrity": "sha512-7PYthCoSxIS98vWhVcSphMYM322OxptpKAuHYdVspryI0ooLDehRXWeRWgN+zWSBXKl/pwdgAg8IpLNSM1/61A==", "dev": true, "engines": { - "node": ">=16" + "node": ">=14" } }, "node_modules/conventional-changelog-eslint": { diff --git a/package.json b/package.json index feffd69f..d138d69f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "c8": "8.0.1", "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "6.1.0", - "conventional-changelog-ember": "4.0.0", + "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0",