From b17ff277b64445e16e972caf9727538ad21b32ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:57:50 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-ember to v3 --- package-lock.json | 24 +++++++++--------------- package.json | 2 +- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 217a01c0..00365e40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "c8": "7.14.0", "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "6.0.0", - "conventional-changelog-ember": "2.0.9", + "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "3.0.9", "conventional-changelog-express": "2.0.6", "conventional-changelog-jshint": "2.0.9", @@ -1614,15 +1614,12 @@ } }, "node_modules/conventional-changelog-ember": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.9.tgz", - "integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==", + "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, - "dependencies": { - "q": "^1.5.1" - }, "engines": { - "node": ">=10" + "node": ">=14" } }, "node_modules/conventional-changelog-eslint": { @@ -9940,13 +9937,10 @@ } }, "conventional-changelog-ember": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.9.tgz", - "integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==", - "dev": true, - "requires": { - "q": "^1.5.1" - } + "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 }, "conventional-changelog-eslint": { "version": "3.0.9", diff --git a/package.json b/package.json index 21d8be28..04feb415 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "c8": "7.14.0", "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "6.0.0", - "conventional-changelog-ember": "2.0.9", + "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "3.0.9", "conventional-changelog-express": "2.0.6", "conventional-changelog-jshint": "2.0.9",