From fae1f4b07ddf05ac38608f2f8a0c428cc98c5e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:32:09 -0300 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-conventional from 19.0.3 to 19.1.0 (#18) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ff377a..6c19711 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.0.3", + "@commitlint/config-conventional": "^19.1.0", "cross-env": "^7.0.3", "debug": "^4.3.4", "eslint-config-xo-react": "^0.27.0", @@ -468,9 +468,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.3.tgz", - "integrity": "sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz", + "integrity": "sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==", "dev": true, "dependencies": { "@commitlint/types": "^19.0.3", diff --git a/package.json b/package.json index 764b5a2..ece31bb 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.0.3", + "@commitlint/config-conventional": "^19.1.0", "cross-env": "^7.0.3", "debug": "^4.3.4", "eslint-config-xo-react": "^0.27.0",