Skip to content

Commit

Permalink
chore(deps): update dependency lerna to v8.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent e3167f7 commit 97eb75c
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 @@ -18,7 +18,7 @@
"docs": "cd docs && yarn dev"
},
"devDependencies": {
"lerna": "8.1.6"
"lerna": "8.1.7"
},
"packageManager": "yarn@1.22.22"
}
20 changes: 11 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2560,10 +2560,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@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==
"@lerna/create@8.1.7":
version "8.1.7"
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-8.1.7.tgz#72817a6a7db5cb549f0920c2bbaba8d873a1bce1"
integrity sha512-ch81CgU5pBNOiUCQx44F/ZtN4DxxJjUQtuytYRBFWJSHAJ+XPJtiC/yQ9zjr1I1yaUlmNYYblkopoOyziOdJ1w==
dependencies:
"@npmcli/arborist" "7.5.3"
"@npmcli/package-json" "5.2.0"
Expand Down Expand Up @@ -2623,6 +2623,7 @@
slash "^3.0.0"
ssri "^10.0.6"
string-width "^4.2.3"
strip-ansi "^6.0.1"
strong-log-transformer "2.1.0"
tar "6.2.1"
temp-dir "1.0.0"
Expand Down Expand Up @@ -8577,12 +8578,12 @@ language-tags@^1.0.9:
dependencies:
language-subtag-registry "^0.3.20"

lerna@8.1.6:
version "8.1.6"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.1.6.tgz#b42706b9fa32fceeda99d3b034ba85f8cb0db29e"
integrity sha512-O3zSX/dmchMVy9m37DD1BCx7X68nS5lZFECjqG7Siiv3+KgqKXHnF4JQPJUDD/vG2qBQv5StpXCyqGxR0XJVAQ==
lerna@8.1.7:
version "8.1.7"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.1.7.tgz#096767c11cb510c4e368a648e2779192b6b06313"
integrity sha512-v2kkBn8Vqtroo30Pr5/JQ9MygRhnCsoI1jSOf3DxWmcTbkpC5U7c6rGr+7NPK6QrxKbC0/Cj4kuIBMb/7f79sQ==
dependencies:
"@lerna/create" "8.1.6"
"@lerna/create" "8.1.7"
"@npmcli/arborist" "7.5.3"
"@npmcli/package-json" "5.2.0"
"@npmcli/run-script" "8.1.0"
Expand Down Expand Up @@ -8649,6 +8650,7 @@ lerna@8.1.6:
slash "3.0.0"
ssri "^10.0.6"
string-width "^4.2.3"
strip-ansi "^6.0.1"
strong-log-transformer "2.1.0"
tar "6.2.1"
temp-dir "1.0.0"
Expand Down

0 comments on commit 97eb75c

Please sign in to comment.