diff --git a/package-lock.json b/package-lock.json index f28b360..ec159e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^19.8.1", - "@commitlint/config-conventional": "^19.8.0", + "@commitlint/config-conventional": "^19.8.1", "depcheck": "^1.4.7", "husky": "^9.1.7", "licensee": "^11.1.1", @@ -163,13 +163,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.8.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz", - "integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==", + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz", + "integrity": "sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^19.8.0", + "@commitlint/types": "^19.8.1", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { diff --git a/package.json b/package.json index d48e529..6c79a5a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.8.1", - "@commitlint/config-conventional": "^19.8.0", + "@commitlint/config-conventional": "^19.8.1", "depcheck": "^1.4.7", "husky": "^9.1.7", "licensee": "^11.1.1",