diff --git a/package-lock.json b/package-lock.json index 397dc9a..d737d41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@sindresorhus/tsconfig": "5.0.0" }, "devDependencies": { - "@form8ion/commitlint-config": "1.0.69", + "@form8ion/commitlint-config": "1.0.70", "@form8ion/remark-lint-preset": "6.0.2", "ban-sensitive-files": "1.10.1", "cz-conventional-changelog": "3.3.0", @@ -208,9 +208,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", @@ -427,13 +427,13 @@ } }, "node_modules/@form8ion/commitlint-config": { - "version": "1.0.69", - "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-1.0.69.tgz", - "integrity": "sha512-MO2kk7fZr4aPRMUgsyzFdSQAQGlteb0goksnoS0PmVMUroMy6MBJsyRUkYRsDQZFfd3A+1obI7M4RGAgtCpjvA==", + "version": "1.0.70", + "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-1.0.70.tgz", + "integrity": "sha512-wX4WinPNYH/ykFrxXznBNkkvvvWh/ksnZp7e20CZUlpqRMVy2F+BiNcIjqvpQSic9rM0TIKTv7AtaVXvh9XwvQ==", "dev": true, "dependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.1" + "@commitlint/config-conventional": "18.6.2" } }, "node_modules/@form8ion/remark-lint-preset": { diff --git a/package.json b/package.json index fd7dfee..97dcba7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint:peer": "npm ls >/dev/null" }, "devDependencies": { - "@form8ion/commitlint-config": "1.0.69", + "@form8ion/commitlint-config": "1.0.70", "@form8ion/remark-lint-preset": "6.0.2", "ban-sensitive-files": "1.10.1", "cz-conventional-changelog": "3.3.0",