From e87ca53f5c767ba167a50df743aea95741024aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 00:46:47 -0600 Subject: [PATCH] fix(deps-dev): bump @commitlint/cli from 16.0.2 to 16.0.3 (#125) 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] 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 326276c..c7b3d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/core": "~7.16.10", "@babel/eslint-parser": "~7.16.5", "@babel/preset-react": "~7.16.7", - "@commitlint/cli": "~16.0.2", + "@commitlint/cli": "~16.0.3", "@commitlint/config-conventional": "~16.0.0", "@semantic-release/changelog": "~6.0.1", "@semantic-release/commit-analyzer": "~9.0.2", @@ -1926,9 +1926,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@commitlint/cli": { - "version": "16.0.2", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.2.tgz", - "integrity": "sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.3.tgz", + "integrity": "sha512-SB1od4/1ek5SShNKjKgUdpqiVNulNVgCkjkV4Zz9zLKrxn3sPcgvXMQNh/wy0/T4WPUVgHrHGcxWYOYXxrGwpg==", "dev": true, "dependencies": { "@commitlint/format": "^16.0.0", @@ -24845,9 +24845,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@commitlint/cli": { - "version": "16.0.2", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.2.tgz", - "integrity": "sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.3.tgz", + "integrity": "sha512-SB1od4/1ek5SShNKjKgUdpqiVNulNVgCkjkV4Zz9zLKrxn3sPcgvXMQNh/wy0/T4WPUVgHrHGcxWYOYXxrGwpg==", "dev": true, "requires": { "@commitlint/format": "^16.0.0", diff --git a/package.json b/package.json index ba95989..3669766 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/core": "~7.16.10", "@babel/eslint-parser": "~7.16.5", "@babel/preset-react": "~7.16.7", - "@commitlint/cli": "~16.0.2", + "@commitlint/cli": "~16.0.3", "@commitlint/config-conventional": "~16.0.0", "@semantic-release/changelog": "~6.0.1", "@semantic-release/commit-analyzer": "~9.0.2",