From aafc541d9aa675db76653c6608adb9bd0397966e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 02:30:48 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-conventionalcommits to v8 --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d32696ac2e..004223b70de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "chai": "4.4.1", "chai-as-promised": "7.1.2", "chai-webdriverio-async": "3.0.0", - "conventional-changelog-conventionalcommits": "7.0.2", + "conventional-changelog-conventionalcommits": "8.0.0", "cpy-cli": "5.0.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", @@ -6456,15 +6456,16 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", - "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-8.0.0.tgz", + "integrity": "sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-core": { @@ -28043,9 +28044,9 @@ } }, "conventional-changelog-conventionalcommits": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", - "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-8.0.0.tgz", + "integrity": "sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==", "dev": true, "requires": { "compare-func": "^2.0.0" diff --git a/package.json b/package.json index 265a889ec73..2f0fa05ea9d 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "chai": "4.4.1", "chai-as-promised": "7.1.2", "chai-webdriverio-async": "3.0.0", - "conventional-changelog-conventionalcommits": "7.0.2", + "conventional-changelog-conventionalcommits": "8.0.0", "cpy-cli": "5.0.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0",