From e7b3d285a29b190ac656cf692c920126eb438710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:14:50 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-lerna-scopes from 12.0.0 to 12.1.1 Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint) from 12.0.0 to 12.1.1. - [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/v12.0.0...v12.1.1) Signed-off-by: dependabot[bot] --- 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 4a44425..7b0e025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -629,20 +629,20 @@ } }, "@commitlint/config-lerna-scopes": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-12.0.0.tgz", - "integrity": "sha512-hHNkPz3bI0KD9YnyXazvbmFmPj+PFHmD3O6j3AYFrOSL0UgAtriXfiXWlw4Ty5PLnVGLrxnrZFA8z4EID1cgCA==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-12.1.1.tgz", + "integrity": "sha512-j5u3UHbd4nccBTz0DVraO5cJDVdMgEh7sfuW9BH9SPxlI2F0LmLUIssrUuyCNL1bk+VIH2pdAWonlIlAAfJ4Nw==", "requires": { "globby": "^11.0.1", "import-from": "3.0.0", "resolve-pkg": "2.0.0", - "semver": "7.3.4" + "semver": "7.3.5" }, "dependencies": { "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "requires": { "lru-cache": "^6.0.0" } diff --git a/package.json b/package.json index 2ca25da..6d13988 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/github": "^4.0.0", "@commitlint/config-angular": "^12.0.0", "@commitlint/config-conventional": "^12.0.0", - "@commitlint/config-lerna-scopes": "^12.0.0", + "@commitlint/config-lerna-scopes": "^12.1.1", "@commitlint/config-patternplate": "^12.0.0", "@commitlint/format": "^12.0.0", "@commitlint/lint": "^12.0.0",