Skip to content

Commit

Permalink
Update dependency lerna to v8.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent e074d3b commit 256431e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"website"
],
"devDependencies": {
"lerna": "8.1.5"
"lerna": "8.1.6"
}
}
20 changes: 11 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2935,10 +2935,10 @@
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==

"@lerna/[email protected].5":
version "8.1.5"
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-8.1.5.tgz#596cb9e4d36586c785d21abbf08a6a7eb9191865"
integrity sha512-Ku8yTGgeumayvMr8sml72EPb6WaoJhRjMTkMZrKSJtcLNDBlDpKwyUxDxNTBNBRUYWUuJCnj7eUH7pDNuc9odQ==
"@lerna/[email protected].6":
version "8.1.6"
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-8.1.6.tgz#7bb0418a7135fa03621aacedef2f772310d60d70"
integrity sha512-z7CjDSWFKS6cqydxP2XDrnmp1MYavSk2sU70ku1uo/38SZvFeUlEAkV6evxc2QJOqWQFsGKOO26zX2DBnQ45YQ==
dependencies:
"@npmcli/arborist" "7.5.3"
"@npmcli/package-json" "5.2.0"
Expand Down Expand Up @@ -2997,6 +2997,7 @@
signal-exit "3.0.7"
slash "^3.0.0"
ssri "^10.0.6"
string-width "^4.2.3"
strong-log-transformer "2.1.0"
tar "6.2.1"
temp-dir "1.0.0"
Expand Down Expand Up @@ -9321,12 +9322,12 @@ launch-editor@^2.6.0:
picocolors "^1.0.0"
shell-quote "^1.8.1"

[email protected].5:
version "8.1.5"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.1.5.tgz#fa3ea882a1e248b7a18eb5ee8a9329c20ec955e5"
integrity sha512-/eigpa/JTfKl9RP9QHK9Tifeog+dymYICqBoZlR4fjp94ol2Q6adYQHy8dWRkv0VPrHh/Xuy5VlmPaGvIoGeDw==
[email protected].6:
version "8.1.6"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.1.6.tgz#b42706b9fa32fceeda99d3b034ba85f8cb0db29e"
integrity sha512-O3zSX/dmchMVy9m37DD1BCx7X68nS5lZFECjqG7Siiv3+KgqKXHnF4JQPJUDD/vG2qBQv5StpXCyqGxR0XJVAQ==
dependencies:
"@lerna/create" "8.1.5"
"@lerna/create" "8.1.6"
"@npmcli/arborist" "7.5.3"
"@npmcli/package-json" "5.2.0"
"@npmcli/run-script" "8.1.0"
Expand Down Expand Up @@ -9392,6 +9393,7 @@ [email protected]:
signal-exit "3.0.7"
slash "3.0.0"
ssri "^10.0.6"
string-width "^4.2.3"
strong-log-transformer "2.1.0"
tar "6.2.1"
temp-dir "1.0.0"
Expand Down

0 comments on commit 256431e

Please sign in to comment.