From ac24ba2724a121258e4e8107aae2c671518842a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:05:38 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-lerna-scopes from 17.0.2 to 17.4.0 Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-lerna-scopes) from 17.0.2 to 17.4.0. - [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.4.0/@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] --- package-lock.json | 113 +++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 102 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90362d0..bc92414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1", "@commitlint/config-angular": "^17.1.0", "@commitlint/config-conventional": "^17.1.0", - "@commitlint/config-lerna-scopes": "^17.0.2", + "@commitlint/config-lerna-scopes": "^17.4.0", "@commitlint/config-patternplate": "^17.1.0", "@commitlint/ensure": "^17.0.0", "@commitlint/format": "^17.0.0", @@ -1923,20 +1923,20 @@ } }, "node_modules/@commitlint/config-lerna-scopes": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.0.2.tgz", - "integrity": "sha512-skesAuJwTSnjoeNlPHgPpG8T4L7JZFMpZ2dA2EWWdO9oSRipKFezxoSLJ06mIkoMyWViwHekC9lkPb4FibYyiw==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.4.0.tgz", + "integrity": "sha512-On2/C02BUVDUjlypu15B9y1rdIb2pYdcc3CSDuVIMae5fhvTqZqRozfIDIodFXda4o+iG8Ae19kqFwG+Wz4VAA==", "dependencies": { - "globby": "^11.0.1", + "glob": "^8.0.3", "import-from": "4.0.0", "resolve-pkg": "2.0.0", - "semver": "7.3.7" + "semver": "7.3.8" }, "engines": { "node": ">=v14" }, "peerDependencies": { - "lerna": "^5.0.0" + "lerna": "^5.0.0 || ^6" }, "peerDependenciesMeta": { "lerna": { @@ -1944,6 +1944,57 @@ } } }, + "node_modules/@commitlint/config-lerna-scopes/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@commitlint/config-lerna-scopes/node_modules/glob": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", + "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@commitlint/config-lerna-scopes/node_modules/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@commitlint/config-lerna-scopes/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@commitlint/config-patternplate": { "version": "17.1.0", "resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-17.1.0.tgz", @@ -18094,14 +18145,52 @@ } }, "@commitlint/config-lerna-scopes": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.0.2.tgz", - "integrity": "sha512-skesAuJwTSnjoeNlPHgPpG8T4L7JZFMpZ2dA2EWWdO9oSRipKFezxoSLJ06mIkoMyWViwHekC9lkPb4FibYyiw==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.4.0.tgz", + "integrity": "sha512-On2/C02BUVDUjlypu15B9y1rdIb2pYdcc3CSDuVIMae5fhvTqZqRozfIDIodFXda4o+iG8Ae19kqFwG+Wz4VAA==", "requires": { - "globby": "^11.0.1", + "glob": "^8.0.3", "import-from": "4.0.0", "resolve-pkg": "2.0.0", - "semver": "7.3.7" + "semver": "7.3.8" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "glob": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", + "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + } + }, + "minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", + "requires": { + "brace-expansion": "^2.0.1" + } + }, + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "requires": { + "lru-cache": "^6.0.0" + } + } } }, "@commitlint/config-patternplate": { diff --git a/package.json b/package.json index 1ed28e4..976e05c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/github": "^5.1.1", "@commitlint/config-angular": "^17.1.0", "@commitlint/config-conventional": "^17.1.0", - "@commitlint/config-lerna-scopes": "^17.0.2", + "@commitlint/config-lerna-scopes": "^17.4.0", "@commitlint/config-patternplate": "^17.1.0", "@commitlint/ensure": "^17.0.0", "@commitlint/format": "^17.0.0",