Skip to content

Commit

Permalink
Bump lerna from 8.1.5 to 8.1.6 (#2089)
Browse files Browse the repository at this point in the history
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.5 to 8.1.6.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.1.6/packages/lerna)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent 2840139 commit fcfcd97
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@lerna/create@8.1.5":
version "8.1.5"
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-8.1.5.tgz#596cb9e4d36586c785d21abbf08a6a7eb9191865"
integrity sha512-Ku8yTGgeumayvMr8sml72EPb6WaoJhRjMTkMZrKSJtcLNDBlDpKwyUxDxNTBNBRUYWUuJCnj7eUH7pDNuc9odQ==
"@lerna/create@8.1.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 @@ -545,6 +545,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 @@ -3973,11 +3974,11 @@ klaw-sync@^6.0.0:
graceful-fs "^4.1.11"

lerna@^8.1.2:
version "8.1.5"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.1.5.tgz#fa3ea882a1e248b7a18eb5ee8a9329c20ec955e5"
integrity sha512-/eigpa/JTfKl9RP9QHK9Tifeog+dymYICqBoZlR4fjp94ol2Q6adYQHy8dWRkv0VPrHh/Xuy5VlmPaGvIoGeDw==
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 @@ -4043,6 +4044,7 @@ lerna@^8.1.2:
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 fcfcd97

Please sign in to comment.