Skip to content

chore(deps): update dependency lerna to v8.1.7 #3430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/semver": "7.5.8",
"bundlesize2": "0.0.31",
"execa": "9.3.0",
"lerna": "8.1.6",
"lerna": "8.1.7",
"nx": "19.5.1",
"rollup": "4.18.1",
"rollup-plugin-node-globals": "1.4.0",
Expand Down
22 changes: 12 additions & 10 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1977,9 +1977,9 @@ __metadata:
languageName: node
linkType: hard

"@lerna/create@npm:8.1.6":
version: 8.1.6
resolution: "@lerna/create@npm:8.1.6"
"@lerna/create@npm:8.1.7":
version: 8.1.7
resolution: "@lerna/create@npm:8.1.7"
dependencies:
"@npmcli/arborist": "npm:7.5.3"
"@npmcli/package-json": "npm:5.2.0"
Expand Down Expand Up @@ -2039,6 +2039,7 @@ __metadata:
slash: "npm:^3.0.0"
ssri: "npm:^10.0.6"
string-width: "npm:^4.2.3"
strip-ansi: "npm:^6.0.1"
strong-log-transformer: "npm:2.1.0"
tar: "npm:6.2.1"
temp-dir: "npm:1.0.0"
Expand All @@ -2051,7 +2052,7 @@ __metadata:
write-pkg: "npm:4.0.0"
yargs: "npm:17.7.2"
yargs-parser: "npm:21.1.1"
checksum: 10/f8d57fdeb32e17fc8c84ef4187ea14a0aa8153371dc5c956f7a21936b9bd12cdb42ecc54b0644e4876e1ec9b273f545ff1c51504c0d7ba04b33ea5d2af6d0dd1
checksum: 10/81e6054f395a1f14de8d6f4539403a61c59ce477360167a6b1a1946ad1676a1157b94960d139a6b7eca5715a101fd7ee8609e2959729dd75531793d8920c2f4b
languageName: node
linkType: hard

Expand Down Expand Up @@ -3211,7 +3212,7 @@ __metadata:
"@types/semver": "npm:7.5.8"
bundlesize2: "npm:0.0.31"
execa: "npm:9.3.0"
lerna: "npm:8.1.6"
lerna: "npm:8.1.7"
nx: "npm:19.5.1"
rollup: "npm:4.18.1"
rollup-plugin-node-globals: "npm:1.4.0"
Expand Down Expand Up @@ -6638,11 +6639,11 @@ __metadata:
languageName: node
linkType: hard

"lerna@npm:8.1.6":
version: 8.1.6
resolution: "lerna@npm:8.1.6"
"lerna@npm:8.1.7":
version: 8.1.7
resolution: "lerna@npm:8.1.7"
dependencies:
"@lerna/create": "npm:8.1.6"
"@lerna/create": "npm:8.1.7"
"@npmcli/arborist": "npm:7.5.3"
"@npmcli/package-json": "npm:5.2.0"
"@npmcli/run-script": "npm:8.1.0"
Expand Down Expand Up @@ -6709,6 +6710,7 @@ __metadata:
slash: "npm:3.0.0"
ssri: "npm:^10.0.6"
string-width: "npm:^4.2.3"
strip-ansi: "npm:^6.0.1"
strong-log-transformer: "npm:2.1.0"
tar: "npm:6.2.1"
temp-dir: "npm:1.0.0"
Expand All @@ -6724,7 +6726,7 @@ __metadata:
yargs-parser: "npm:21.1.1"
bin:
lerna: dist/cli.js
checksum: 10/5dbc0128b9cde7f66cd97867fa0e462ff7544134b2388c6ba28e7259b2e175017f988a77e3eed8c16e4f54fc61593f73795f740df83f3b6c6137856d8a20221b
checksum: 10/8286b0634c9c4c58aed2606bb2b22af5ba91f4676cb3d5fad60777553d7f05f7abce688ced4348feca1c1eef5c808d6e6119bb944bf883fdc51d32fa81fee9fb
languageName: node
linkType: hard

Expand Down
Loading