From b68470684f27830e09a10a3fb7ca76db66baf73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 22:28:08 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli from 16.0.2 to 16.0.3 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.0.2 to 16.0.3. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.0.3/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1268aa7..3a7027e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@babel/core": "^7.16.7", - "@commitlint/cli": "^16.0.2", + "@commitlint/cli": "^16.0.3", "@commitlint/config-conventional": "^16.0.0", "@reach/router": "^1.3.4", "@storybook/addon-actions": "^6.4.13", diff --git a/yarn.lock b/yarn.lock index f82a731..c963966 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1170,10 +1170,10 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@commitlint/cli@^16.0.2": - version "16.0.2" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.2.tgz#393b03793fc59b93e5f4dd7dd535a6cc5a7413ca" - integrity sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg== +"@commitlint/cli@^16.0.3": + version "16.0.3" + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.3.tgz#003c891f68ae1a2994191ae3e1dee067d44be2cc" + integrity sha512-SB1od4/1ek5SShNKjKgUdpqiVNulNVgCkjkV4Zz9zLKrxn3sPcgvXMQNh/wy0/T4WPUVgHrHGcxWYOYXxrGwpg== dependencies: "@commitlint/format" "^16.0.0" "@commitlint/lint" "^16.0.0"