From 8dffa20259ca0490c26f0a3b429e463061fc8f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 12:06:33 +0000 Subject: [PATCH] Bump @commitlint/config-conventional from 17.4.2 to 17.6.0 Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.4.2 to 17.6.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5761f1..7b84609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.4.2", - "@commitlint/config-conventional": "^17.4.2", + "@commitlint/config-conventional": "^17.6.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26", @@ -270,9 +270,10 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.4.2", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.0.tgz", + "integrity": "sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==", "dev": true, - "license": "MIT", "dependencies": { "conventional-changelog-conventionalcommits": "^5.0.0" }, @@ -5779,7 +5780,9 @@ } }, "@commitlint/config-conventional": { - "version": "17.4.2", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.0.tgz", + "integrity": "sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^5.0.0" diff --git a/package.json b/package.json index 59764fc..97d40ce 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.4.2", - "@commitlint/config-conventional": "^17.4.2", + "@commitlint/config-conventional": "^17.6.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26",