diff --git a/package-lock.json b/package-lock.json index 1f60a23..9a744f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.0.3", "@commitlint/config-angular": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", - "@commitlint/config-lerna-scopes": "^13.2.0", + "@commitlint/config-lerna-scopes": "^17.0.2", "@commitlint/config-patternplate": "^13.2.0", "@commitlint/format": "^13.2.0", "@commitlint/lint": "^13.2.0", @@ -2043,20 +2043,20 @@ } }, "node_modules/@commitlint/config-lerna-scopes": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-13.2.0.tgz", - "integrity": "sha512-d2VqA1EX+G+XvEWIr3B37bydtMm+UHvmAWU6z0v5oOgUvBwZcNMzvTrwdZB6524YCmspi2q+kwgimMR+sBilXQ==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.0.2.tgz", + "integrity": "sha512-skesAuJwTSnjoeNlPHgPpG8T4L7JZFMpZ2dA2EWWdO9oSRipKFezxoSLJ06mIkoMyWViwHekC9lkPb4FibYyiw==", "dependencies": { "globby": "^11.0.1", "import-from": "4.0.0", "resolve-pkg": "2.0.0", - "semver": "7.3.5" + "semver": "7.3.7" }, "engines": { - "node": ">=v12" + "node": ">=v14" }, "peerDependencies": { - "lerna": "^3.0.0 || ^4.0.0" + "lerna": "^5.0.0" }, "peerDependenciesMeta": { "lerna": { @@ -2064,6 +2064,20 @@ } } }, + "node_modules/@commitlint/config-lerna-scopes/node_modules/semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@commitlint/config-patternplate": { "version": "13.2.0", "resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-13.2.0.tgz", @@ -16532,14 +16546,24 @@ } }, "@commitlint/config-lerna-scopes": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-13.2.0.tgz", - "integrity": "sha512-d2VqA1EX+G+XvEWIr3B37bydtMm+UHvmAWU6z0v5oOgUvBwZcNMzvTrwdZB6524YCmspi2q+kwgimMR+sBilXQ==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.0.2.tgz", + "integrity": "sha512-skesAuJwTSnjoeNlPHgPpG8T4L7JZFMpZ2dA2EWWdO9oSRipKFezxoSLJ06mIkoMyWViwHekC9lkPb4FibYyiw==", "requires": { "globby": "^11.0.1", "import-from": "4.0.0", "resolve-pkg": "2.0.0", - "semver": "7.3.5" + "semver": "7.3.7" + }, + "dependencies": { + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "requires": { + "lru-cache": "^6.0.0" + } + } } }, "@commitlint/config-patternplate": { diff --git a/package.json b/package.json index 6ee404c..a60c12c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/github": "^5.0.3", "@commitlint/config-angular": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", - "@commitlint/config-lerna-scopes": "^13.2.0", + "@commitlint/config-lerna-scopes": "^17.0.2", "@commitlint/config-patternplate": "^13.2.0", "@commitlint/format": "^13.2.0", "@commitlint/lint": "^13.2.0",