Skip to content

Commit

Permalink
chore(deps): update dependency lerna to v8.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 41172e7 commit bf01533
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.7"
"lerna": "8.1.8"
},
"packageManager": "yarn@1.22.22"
}
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2560,12 +2560,12 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@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==
"@lerna/create@8.1.8":
version "8.1.8"
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-8.1.8.tgz#be70d620f1d6b71e9d6b9d20049b784168b6ca19"
integrity sha512-wi72R01tgjBjzG2kjRyTHl4yCTKDfDMIXRyKz9E/FBa9SkFvUOAE4bdyY9MhEsRZmSWL7+CYE8Flv/HScRpBbA==
dependencies:
"@npmcli/arborist" "7.5.3"
"@npmcli/arborist" "7.5.4"
"@npmcli/package-json" "5.2.0"
"@npmcli/run-script" "8.1.0"
"@nx/devkit" ">=17.1.2 < 20"
Expand Down Expand Up @@ -2681,10 +2681,10 @@
lru-cache "^10.0.1"
socks-proxy-agent "^8.0.1"

"@npmcli/arborist@7.5.3":
version "7.5.3"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.5.3.tgz#88c51b124a1ec48d358897778af6ab5b0e05694d"
integrity sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ==
"@npmcli/arborist@7.5.4":
version "7.5.4"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.5.4.tgz#3dd9e531d6464ef6715e964c188e0880c471ac9b"
integrity sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g==
dependencies:
"@isaacs/string-locale-compare" "^1.1.0"
"@npmcli/fs" "^3.1.1"
Expand Down Expand Up @@ -8578,13 +8578,13 @@ language-tags@^1.0.9:
dependencies:
language-subtag-registry "^0.3.20"

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==
lerna@8.1.8:
version "8.1.8"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.1.8.tgz#9edc9ce4fb4b6c7e22c994e9ef91d4e0370595b2"
integrity sha512-Rmo5ShMx73xM2CUcRixjmpZIXB7ZFlWEul1YvJyx/rH4onAwDHtUGD7Rx4NZYL8QSRiQHroglM2Oyq+WqA4BYg==
dependencies:
"@lerna/create" "8.1.7"
"@npmcli/arborist" "7.5.3"
"@lerna/create" "8.1.8"
"@npmcli/arborist" "7.5.4"
"@npmcli/package-json" "5.2.0"
"@npmcli/run-script" "8.1.0"
"@nx/devkit" ">=17.1.2 < 20"
Expand Down

0 comments on commit bf01533

Please sign in to comment.