From 455399667f2b759706d187c37092965e8bf66613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 14:05:03 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-lerna-scopes from 9.1.2 to 11.0.0 Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint) from 9.1.2 to 11.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v11.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e86c2cf..4da7312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -858,9 +858,9 @@ } }, "@commitlint/config-lerna-scopes": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-9.1.2.tgz", - "integrity": "sha512-pETpJUoXQZ65uZ9TLz1hOACoicV0dradr5vDgBAoZ48ZkYszQ38jSE4flTQeOFmYCqL91nUxFT0jKpxLMobpEQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-11.0.0.tgz", + "integrity": "sha512-/PjLKefMlnG+Sk27MY3MZo+T/9/PrgDcLk1YCSPVHNkXibXiS2Hb5NEMuNHzPxwts4IvJo0WIOb0YOBx5GBsdA==", "requires": { "import-from": "3.0.0", "resolve-pkg": "2.0.0", diff --git a/package.json b/package.json index 77bed47..0966415 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@actions/github": "^4.0.0", "@commitlint/config-angular": "^9.1.2", "@commitlint/config-conventional": "^9.1.2", - "@commitlint/config-lerna-scopes": "^9.1.2", + "@commitlint/config-lerna-scopes": "^11.0.0", "@commitlint/config-patternplate": "^9.1.2", "@commitlint/format": "^9.1.2", "@commitlint/lint": "^9.1.2",