diff --git a/package-lock.json b/package-lock.json index 9402543..62044ca 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 baefc00..5b79333 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",