diff --git a/package-lock.json b/package-lock.json index a76e8bd..ae92c3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "CC0", "devDependencies": { "@commitlint/cli": "19.2.1", - "@form8ion/commitlint-config": "1.0.70", + "@form8ion/commitlint-config": "1.0.76", "@form8ion/remark-lint-preset": "6.0.2", "ban-sensitive-files": "1.10.1", "cz-conventional-changelog": "3.3.0", @@ -115,9 +115,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.6.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz", - "integrity": "sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==", + "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", @@ -417,13 +417,13 @@ } }, "node_modules/@form8ion/commitlint-config": { - "version": "1.0.70", - "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-1.0.70.tgz", - "integrity": "sha512-wX4WinPNYH/ykFrxXznBNkkvvvWh/ksnZp7e20CZUlpqRMVy2F+BiNcIjqvpQSic9rM0TIKTv7AtaVXvh9XwvQ==", + "version": "1.0.76", + "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-1.0.76.tgz", + "integrity": "sha512-xrPijQxp3tYS1kDze7yhZI1dPmrzYNb6BcriZdXCljmyWtKih+JZlcow378WnXhEW8Ily4/piayeTWX2JFJ+nQ==", "dev": true, "dependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2" + "@commitlint/config-conventional": "18.6.3" } }, "node_modules/@form8ion/commitlint-config/node_modules/@commitlint/cli": { diff --git a/package.json b/package.json index a1c47ad..7520454 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@commitlint/cli": "19.2.1", - "@form8ion/commitlint-config": "1.0.70", + "@form8ion/commitlint-config": "1.0.76", "@form8ion/remark-lint-preset": "6.0.2", "ban-sensitive-files": "1.10.1", "cz-conventional-changelog": "3.3.0",