diff --git a/package-lock.json b/package-lock.json index 81485d4..9e5a620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,9 +27,9 @@ } }, "@commitlint/cli": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.0.tgz", - "integrity": "sha512-MaYQbwsBZ3+OHJQm9cbSMj4P1Eptqqk/p8WY5MTzVZDRei8JcweNaMtwU7P+h9VeBTlFYSn4vkZYiZXzVK2Cww==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.1.tgz", + "integrity": "sha512-61gGRy65WiVDRsqP0dAR2fAgE3qrTBW3fgz9MySv32y5Ib3ZXXDDq6bGyQqi2dSaPuDYzNCRwwlC7mmQM73T/g==", "requires": { "@commitlint/format": "^16.0.0", "@commitlint/lint": "^16.0.0", @@ -914,11 +914,11 @@ } }, "@form8ion/commitlint-config": { - "version": "1.0.24", - "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-1.0.24.tgz", - "integrity": "sha512-9Bk8ZW1vDXBnuv2QVQeWg1IyaBxWdQs2b7q6bA+lETWQWfAi+BBWPCn1NUtrQuiah5TBN83Ux/mn6LZBqPaDwA==", + "version": "1.0.25", + "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-1.0.25.tgz", + "integrity": "sha512-YYKUx1LrUQfhjGXHkA6gR0kV3Vt06VEgjkFYxorvjOeB6s3hmaFde2nFcGJlEtkynaoCG9jYoV3aP0436xXchA==", "requires": { - "@commitlint/cli": "16.0.0", + "@commitlint/cli": "16.0.1", "@commitlint/config-conventional": "16.0.0" } }, diff --git a/package.json b/package.json index fa04cb9..19c6b34 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "npm-run-all": "4.1.5" }, "dependencies": { - "@form8ion/commitlint-config": "1.0.24" + "@form8ion/commitlint-config": "1.0.25" } }