diff --git a/package-lock.json b/package-lock.json index b6e8433..08582a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.1", + "@commitlint/config-conventional": "18.6.2", "@evilmartians/lefthook": "1.6.1", "@rollup/plugin-typescript": "11.1.6", "@types/jest": "29.5.12", @@ -688,9 +688,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.1.tgz", - "integrity": "sha512-ftpfAOQyI+IHvut0cRF4EFM39PWCqde+uOXCjH9NpK6FpqfhncAbEvP0E7OIpFsrDX0aS7k81tzH5Yz7prcNxA==", + "version": "18.6.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz", + "integrity": "sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==", "dev": true, "dependencies": { "@commitlint/types": "^18.6.1", @@ -6707,9 +6707,9 @@ } }, "@commitlint/config-conventional": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.1.tgz", - "integrity": "sha512-ftpfAOQyI+IHvut0cRF4EFM39PWCqde+uOXCjH9NpK6FpqfhncAbEvP0E7OIpFsrDX0aS7k81tzH5Yz7prcNxA==", + "version": "18.6.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz", + "integrity": "sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==", "dev": true, "requires": { "@commitlint/types": "^18.6.1", diff --git a/package.json b/package.json index 2c74483..357bd49 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@evilmartians/lefthook": "1.6.1", "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.1", + "@commitlint/config-conventional": "18.6.2", "@rollup/plugin-typescript": "11.1.6", "@types/jest": "29.5.12", "jest": "29.7.0",