diff --git a/package-lock.json b/package-lock.json index da68fe2b..6623c2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "devDependencies": { "@arkweid/lefthook": "0.7.7", "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.1", + "@commitlint/config-conventional": "18.6.3", "@types/eslint": "8.44.8", "ava": "6.1.2", "commitlint-config-standard": "github:standard/commitlint-config-standard", @@ -306,9 +306,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.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.3.tgz", + "integrity": "sha512-8ZrRHqF6je+TRaFoJVwszwnOXb/VeYrPmTwPhf0WxpzpGTcYy1p0SPyZ2eRn/sRi/obnWAcobtDAq6+gJQQNhQ==", "dev": true, "dependencies": { "@commitlint/types": "^18.6.1", diff --git a/package.json b/package.json index 16de0664..7af25514 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@arkweid/lefthook": "0.7.7", "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.1", + "@commitlint/config-conventional": "18.6.3", "@types/eslint": "8.44.8", "ava": "6.1.2", "commitlint-config-standard": "github:standard/commitlint-config-standard",