diff --git a/package-lock.json b/package-lock.json index fddfc66..ab99a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.0.0", - "@commitlint/config-conventional": "^19.0.0", + "@commitlint/config-conventional": "^19.4.1", "eslint": "^8.25.0", "eslint-config-standard": "^17.0.0", "husky": "^9.0.0", @@ -360,11 +360,10 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", - "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", + "version": "19.4.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.4.1.tgz", + "integrity": "sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/package.json b/package.json index 40c4d4e..b5bd9ff 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.0.0", - "@commitlint/config-conventional": "^19.0.0", + "@commitlint/config-conventional": "^19.4.1", "eslint": "^8.25.0", "eslint-config-standard": "^17.0.0", "husky": "^9.0.0",