chore(deps): update dependency lerna to ^7.4.2

This commit is contained in:
renovate[bot] 2023-10-31 10:35:39 +00:00 committed by GitHub
parent 6e591e3949
commit eafe8f3abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 33 deletions

50
package-lock.json generated
View File

@ -36,7 +36,7 @@
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0",
"lerna": "^7.4.1",
"lerna": "^7.4.2",
"license-check-and-add": "^4.0.5",
"lodash": "^4.17.21",
"mock-fs": "^5.2.0",
@ -773,9 +773,9 @@
"link": true
},
"node_modules/@lerna/child-process": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.4.1.tgz",
"integrity": "sha512-Bx1cRCZcVcWoz+atDQc4CSVzGuEgGJPOpIAXjQbBEA2cX5nqIBWdbye8eHu31En/F03aH9BhpNEJghs6wy4iTg==",
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.4.2.tgz",
"integrity": "sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@ -934,12 +934,12 @@
}
},
"node_modules/@lerna/create": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.4.1.tgz",
"integrity": "sha512-zPO9GyWceRimtMD+j+aQ8xJgNPYn/Q/SzHf4wYN+4Rj5nrFKMyX+Et7FbWgUNpj0dRgyCCKBDYmTB7xQVVq4gQ==",
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.4.2.tgz",
"integrity": "sha512-1wplFbQ52K8E/unnqB0Tq39Z4e+NEoNrpovEnl6GpsTUrC6WDp8+w0Le2uCBV0hXyemxChduCkLz4/y1H1wTeg==",
"dev": true,
"dependencies": {
"@lerna/child-process": "7.4.1",
"@lerna/child-process": "7.4.2",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
@ -1306,20 +1306,6 @@
"node": ">=16.0.0"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/@lerna/child-process": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.4.2.tgz",
"integrity": "sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
"execa": "^5.0.0",
"strong-log-transformer": "^2.1.0"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@ -3871,15 +3857,15 @@
"dev": true
},
"node_modules/conventional-changelog-angular": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz",
"integrity": "sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz",
"integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==",
"dev": true,
"dependencies": {
"compare-func": "^2.0.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
},
"node_modules/conventional-changelog-core": {
@ -7595,13 +7581,13 @@
}
},
"node_modules/lerna": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/lerna/-/lerna-7.4.1.tgz",
"integrity": "sha512-c6sOO0dlJU689vStIsko+zjRdn2fJOWH8aNjePLNv2AubAdABKqfrDCpE2H/Q7+O80Duo68ZQtWYkUUk7hRWDw==",
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/lerna/-/lerna-7.4.2.tgz",
"integrity": "sha512-gxavfzHfJ4JL30OvMunmlm4Anw7d7Tq6tdVHzUukLdS9nWnxCN/QB21qR+VJYp5tcyXogHKbdUEGh6qmeyzxSA==",
"dev": true,
"dependencies": {
"@lerna/child-process": "7.4.1",
"@lerna/create": "7.4.1",
"@lerna/child-process": "7.4.2",
"@lerna/create": "7.4.2",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
@ -7611,7 +7597,7 @@
"clone-deep": "4.0.1",
"cmd-shim": "6.0.1",
"columnify": "1.6.0",
"conventional-changelog-angular": "6.0.0",
"conventional-changelog-angular": "7.0.0",
"conventional-changelog-core": "5.0.1",
"conventional-recommended-bump": "7.0.1",
"cosmiconfig": "^8.2.0",

View File

@ -29,7 +29,7 @@
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0",
"lerna": "^7.4.1",
"lerna": "^7.4.2",
"license-check-and-add": "^4.0.5",
"lodash": "^4.17.21",
"mock-fs": "^5.2.0",