diff --git a/package-lock.json b/package-lock.json index 6093a147..be0d6543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^19.0.0", + "@commitlint/config-conventional": "^19.0.3", "@jest/types": "^29.6.3", "@ridedott/eslint-config": "^2.27.66", "@swc/core": "^1.4.2", @@ -790,12 +790,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.0.tgz", - "integrity": "sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.3.tgz", + "integrity": "sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.0", + "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { diff --git a/package.json b/package.json index ef372336..795fd863 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "description": "GitHub Action for Semantic Release.", "devDependencies": { "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^19.0.0", + "@commitlint/config-conventional": "^19.0.3", "@jest/types": "^29.6.3", "@ridedott/eslint-config": "^2.27.66", "@swc/core": "^1.4.2",