From 817cf30b5e62257c3fa0c623803b3ce2bdcac667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 03:00:46 -0400 Subject: [PATCH] build(deps-dev): bump @commitlint/cli from 17.0.1 to 17.0.2 (#470) Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.0.1 to 17.0.2. - [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/v17.0.2/@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 69007ce3..bf0a10ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "1.17.4", "devDependencies": { - "@commitlint/cli": "^17.0.1", + "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.0", "eslint-config-wikimedia": "0.22.1", "grunt-banana-checker": "0.9.0", @@ -139,9 +139,9 @@ } }, "node_modules/@commitlint/cli": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz", - "integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.2.tgz", + "integrity": "sha512-Axe89Js0YzGGd4gxo3JLlF7yIdjOVpG1LbOorGc6PfYF+drBh14PvarSDLzyd2TNqdylUCq9wb9/A88ZjIdyhA==", "dev": true, "dependencies": { "@commitlint/format": "^17.0.0", @@ -6103,9 +6103,9 @@ "dev": true }, "@commitlint/cli": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz", - "integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.2.tgz", + "integrity": "sha512-Axe89Js0YzGGd4gxo3JLlF7yIdjOVpG1LbOorGc6PfYF+drBh14PvarSDLzyd2TNqdylUCq9wb9/A88ZjIdyhA==", "dev": true, "requires": { "@commitlint/format": "^17.0.0", diff --git a/package.json b/package.json index 4306fb50..5e01823e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "release:major": "standard-version --release-as major" }, "devDependencies": { - "@commitlint/cli": "^17.0.1", + "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.0", "eslint-config-wikimedia": "0.22.1", "grunt-banana-checker": "0.9.0",