From 194f6962e9a322bfb7c28fc814ef8462e53b96a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 15:01:57 +0000 Subject: [PATCH] build(deps): bump @commitlint/config-lerna-scopes in /action Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-lerna-scopes) from 17.4.2 to 17.6.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-lerna-scopes/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.2/@commitlint/config-lerna-scopes) --- updated-dependencies: - dependency-name: "@commitlint/config-lerna-scopes" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action/package-lock.json | 35 +++++++---------------------------- action/package.json | 2 +- 2 files changed, 8 insertions(+), 29 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index 70a4534f7..a8ea09eea 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -14,7 +14,7 @@ "@commitlint/config-angular": "^17.6.0", "@commitlint/config-angular-type-enum": "^17.0.0", "@commitlint/config-conventional": "^17.6.1", - "@commitlint/config-lerna-scopes": "^17.4.2", + "@commitlint/config-lerna-scopes": "^17.6.2", "@commitlint/config-patternplate": "^17.6.1", "@commitlint/lint": "^17.6.1", "@commitlint/load": "^17.5.0" @@ -484,13 +484,12 @@ } }, "node_modules/@commitlint/config-lerna-scopes": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.4.2.tgz", - "integrity": "sha512-uqunHW7LWBkjEflRAxmzlNu4l3n6Yh/W4EN7eUs404dNj8jhX/K05/ZcFq9i7KzadVp70MUIpZEXfWBTqR9Jyg==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.6.2.tgz", + "integrity": "sha512-GeFy+QfrDfKcB925J+BYCShHUWz313IqZtyO/Y54eUtiKgKJjZVjXRHoWk00JHAU91xGJfR+NYV6xuxf9YaL+A==", "dependencies": { "glob": "^8.0.3", "import-from": "4.0.0", - "resolve-pkg": "2.0.0", "semver": "7.3.8" }, "engines": { @@ -3216,17 +3215,6 @@ "node": ">=8" } }, - "node_modules/resolve-pkg": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz", - "integrity": "sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==", - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", @@ -6288,13 +6276,12 @@ } }, "@commitlint/config-lerna-scopes": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.4.2.tgz", - "integrity": "sha512-uqunHW7LWBkjEflRAxmzlNu4l3n6Yh/W4EN7eUs404dNj8jhX/K05/ZcFq9i7KzadVp70MUIpZEXfWBTqR9Jyg==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.6.2.tgz", + "integrity": "sha512-GeFy+QfrDfKcB925J+BYCShHUWz313IqZtyO/Y54eUtiKgKJjZVjXRHoWk00JHAU91xGJfR+NYV6xuxf9YaL+A==", "requires": { "glob": "^8.0.3", "import-from": "4.0.0", - "resolve-pkg": "2.0.0", "semver": "7.3.8" }, "dependencies": { @@ -8355,14 +8342,6 @@ "global-dirs": "^0.1.1" } }, - "resolve-pkg": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz", - "integrity": "sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==", - "requires": { - "resolve-from": "^5.0.0" - } - }, "rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", diff --git a/action/package.json b/action/package.json index d46ef21ff..ac28bf089 100644 --- a/action/package.json +++ b/action/package.json @@ -39,7 +39,7 @@ "@commitlint/config-angular": "^17.6.0", "@commitlint/config-angular-type-enum": "^17.0.0", "@commitlint/config-conventional": "^17.6.1", - "@commitlint/config-lerna-scopes": "^17.4.2", + "@commitlint/config-lerna-scopes": "^17.6.2", "@commitlint/config-patternplate": "^17.6.1", "@commitlint/lint": "^17.6.1", "@commitlint/load": "^17.5.0"