diff --git a/package-lock.json b/package-lock.json index 44ee8ec9..a4360264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@commitlint/cli": "^19.8.0", - "@commitlint/config-conventional": "^19.7.1", + "@commitlint/config-conventional": "^19.8.0", "@commitlint/prompt-cli": "^19.7.1", "@lokalise/biome-config": "^1.6.1", "@lokalise/package-vite-config": "^3.1.2", @@ -367,13 +367,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.7.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.7.1.tgz", - "integrity": "sha512-fsEIF8zgiI/FIWSnykdQNj/0JE4av08MudLTyYHm4FlLWemKoQvPNUYU2M/3tktWcCEyq7aOkDDgtjrmgWFbvg==", + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz", + "integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.8.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { diff --git a/package.json b/package.json index 45114453..11f2404a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@commitlint/cli": "^19.8.0", - "@commitlint/config-conventional": "^19.7.1", + "@commitlint/config-conventional": "^19.8.0", "@commitlint/prompt-cli": "^19.7.1", "@lokalise/biome-config": "^1.6.1", "@lokalise/package-vite-config": "^3.1.2",