From cbd1a1a62a037b1c2855e155d9658b035a864cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:03:57 +0100 Subject: [PATCH] chore(deps): update dependency conventional-changelog-conventionalcommits to v7 (#422) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9628bfe7..3d9c5a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@vitejs/plugin-react": "4.0.4", "boring-avatars": "1.10.1", "classnames": "2.3.2", - "conventional-changelog-conventionalcommits": "6.1.0", + "conventional-changelog-conventionalcommits": "7.0.1", "emoji-regex": "10.2.1", "eslint": "8.48.0", "eslint-formatter-codeframe": "7.32.1", @@ -11502,15 +11502,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.1.tgz", + "integrity": "sha512-VfFJxBmi+LYXeb4pIfZGbuaFCpWZh0qXbUAKP/s6B8tigV6R4D8j5PDlTtMMWawa7+DcNySVoF7kPWz0EMYuCQ==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-changelog-writer": { @@ -37055,9 +37055,9 @@ } }, "conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.1.tgz", + "integrity": "sha512-VfFJxBmi+LYXeb4pIfZGbuaFCpWZh0qXbUAKP/s6B8tigV6R4D8j5PDlTtMMWawa7+DcNySVoF7kPWz0EMYuCQ==", "dev": true, "requires": { "compare-func": "^2.0.0" diff --git a/package.json b/package.json index 94dd6dcd..43386c50 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@vitejs/plugin-react": "4.0.4", "boring-avatars": "1.10.1", "classnames": "2.3.2", - "conventional-changelog-conventionalcommits": "6.1.0", + "conventional-changelog-conventionalcommits": "7.0.1", "emoji-regex": "10.2.1", "eslint": "8.48.0", "eslint-formatter-codeframe": "7.32.1",