From 9c0bad13ea1f8db614e4a77cc852c7a077d89384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 11:02:12 +0000 Subject: [PATCH] fix(deps): bump @form8ion/commitlint-config from 1.0.24 to 1.0.25 (#188) Bumps [@form8ion/commitlint-config](https://github.com/form8ion/commitlint-config) from 1.0.24 to 1.0.25. - [Release notes](https://github.com/form8ion/commitlint-config/releases) - [Commits](https://github.com/form8ion/commitlint-config/compare/v1.0.24...v1.0.25) --- updated-dependencies: - dependency-name: "@form8ion/commitlint-config" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" } }