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] committed Jul 21, 2024
1 parent aa38d18 commit 4a22962
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 @@ -50,7 +50,7 @@
"graphql-subscriptions": "2.0.0",
"husky": "9.1.1",
"jest": "29.7.0",
"lerna": "8.1.6",
"lerna": "8.1.7",
"lerna-changelog": "2.2.0",
"lint-staged": "15.2.7",
"prettier": "2.8.8",
Expand Down
20 changes: 11 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1328,10 +1328,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 @@ -1391,6 +1391,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 @@ -7277,12 +7278,12 @@ lerna-changelog@2.2.0:
progress "^2.0.0"
yargs "^17.1.0"

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 @@ -7349,6 +7350,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 4a22962

Please sign in to comment.