diff --git a/package-lock.json b/package-lock.json index 9c84389..dca17c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0", "devDependencies": { "@commitlint/cli": "^20.4.2", - "@commitlint/config-conventional": "^20.4.1", + "@commitlint/config-conventional": "^20.4.2", "@types/mocha": "^10.0.9", "@types/node": "^25.x", "@types/vscode": "^1.109.0", @@ -273,9 +273,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.1.tgz", - "integrity": "sha512-0YUvIeBtpi86XriqrR+TCULVFiyYTIOEPjK7tTRMxjcBm1qlzb+kz7IF2WxL6Fq5DaundG8VO37BNgMkMTBwqA==", + "version": "20.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.2.tgz", + "integrity": "sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8f8e616..59898c9 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.4.2", - "@commitlint/config-conventional": "^20.4.1", + "@commitlint/config-conventional": "^20.4.2", "@types/mocha": "^10.0.9", "@types/node": "^25.x", "@types/vscode": "^1.109.0",