Skip to content

Commit ce05e69

Browse files
chore(deps-dev): bump lerna from 6.6.0 to 6.6.1 (#3701)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.6.0 to 6.6.1. - [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/6.6.1/packages/lerna) --- updated-dependencies: - dependency-name: lerna dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02eb096 commit ce05e69

File tree

1 file changed

+33
-28
lines changed

1 file changed

+33
-28
lines changed

yarn.lock

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,21 +1263,21 @@
12631263
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
12641264
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
12651265

1266-
"@lerna/[email protected].0":
1267-
version "6.6.0"
1268-
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-6.6.0.tgz#6bd2effce7a2dd3a06b67db1c2cb6cc999859519"
1269-
integrity sha512-Y1elVHYKBLvdseKu74ud+pWqQi0I81AeWBKLRs0ehnD2EZsmy/f5ILkRcNU9aUp4GPF1TMUPAq2/+0By97gb1g==
1266+
"@lerna/[email protected].1":
1267+
version "6.6.1"
1268+
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-6.6.1.tgz#e31bc411ad6d474cf7b676904da6f77f58fd64eb"
1269+
integrity sha512-yUCDCcRNNbI9UUsUB6FYEmDHpo5Tn/f0q5D7vhDP4i6Or8kBj82y7+e31hwfLvK2ykOYlDVs2MxAluH/+QUBOQ==
12701270
dependencies:
12711271
chalk "^4.1.0"
12721272
execa "^5.0.0"
12731273
strong-log-transformer "^2.1.0"
12741274

1275-
"@lerna/[email protected].0":
1276-
version "6.6.0"
1277-
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-6.6.0.tgz#7cec9d9c16c00e7d6359e76e75a12d2dc3ac987b"
1278-
integrity sha512-F1Q4bB9QzePSnIPd2ZY6a+3l/aZiYYmN1J0ednr8O+xMOyZsumX29c4XvnS7rgovz4aFqi+XdXiL35vmvrSfjA==
1275+
"@lerna/[email protected].1":
1276+
version "6.6.1"
1277+
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-6.6.1.tgz#fc20f09e10b612d424a576775ad6eefe6aa96517"
1278+
integrity sha512-GDmHFhQ0mr0RcXWXrsLyfMV6ch/dZV/Ped1e6sFVQhsLL9P+FFXX1ZWxa/dQQ90VWF2qWcmK0+S/L3kUz2xvTA==
12791279
dependencies:
1280-
"@lerna/child-process" "6.6.0"
1280+
"@lerna/child-process" "6.6.1"
12811281
dedent "^0.7.0"
12821282
fs-extra "^9.1.0"
12831283
init-package-json "^3.0.2"
@@ -1291,10 +1291,10 @@
12911291
validate-npm-package-name "^4.0.0"
12921292
yargs-parser "20.2.4"
12931293

1294-
"@lerna/[email protected].0":
1295-
version "6.6.0"
1296-
resolved "https://registry.yarnpkg.com/@lerna/legacy-package-management/-/legacy-package-management-6.6.0.tgz#099a918cf1df82aa47ae21172db25643c5b0e4f5"
1297-
integrity sha512-vGkQv7nuZNhjs1+Arm1m+CKyBblig4oSv/PakyNnqTnRNryIgdXqYFn8DGGkUsA3qXLlouY41Sz5xEY/7hjNEA==
1294+
"@lerna/[email protected].1":
1295+
version "6.6.1"
1296+
resolved "https://registry.yarnpkg.com/@lerna/legacy-package-management/-/legacy-package-management-6.6.1.tgz#1f44af40098b9396a4f698514ff2b87016b1ee3d"
1297+
integrity sha512-0EYxSFr34VgeudA5rvjGJSY7s4seITMVB7AJ9LRFv9QDUk6jpvapV13ZAaKnhDTxX5vNCfnJuWHXXWq0KyPF/Q==
12981298
dependencies:
12991299
"@npmcli/arborist" "6.2.3"
13001300
"@npmcli/run-script" "4.1.7"
@@ -1340,7 +1340,6 @@
13401340
p-queue "6.6.2"
13411341
p-waterfall "2.1.1"
13421342
pacote "13.6.2"
1343-
path-exists "4.0.0"
13441343
pify "5.0.0"
13451344
pretty-format "29.4.3"
13461345
read-cmd-shim "3.0.0"
@@ -5273,7 +5272,7 @@ glob@^8.0.1:
52735272
minimatch "^5.0.1"
52745273
once "^1.3.0"
52755274

5276-
glob@^9.3.0, glob@^9.3.1:
5275+
glob@^9.2.0, glob@^9.3.0, glob@^9.3.1:
52775276
version "9.3.2"
52785277
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.2.tgz#8528522e003819e63d11c979b30896e0eaf52eda"
52795278
integrity sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==
@@ -6624,13 +6623,13 @@ launch-editor@^2.6.0:
66246623
shell-quote "^1.7.3"
66256624

66266625
lerna@^6.0.1:
6627-
version "6.6.0"
6628-
resolved "https://registry.yarnpkg.com/lerna/-/lerna-6.6.0.tgz#385dcf9a88ddd9e62112f03bcfc2ce9e75e64980"
6629-
integrity sha512-E1uxpcKVkXPL7IZd8jXmoGlES878M7ConEpkX1o+KTs99ir9c3StIOnrhULYHP3VacUyjtxAPyPCCSg6rIipaw==
6626+
version "6.6.1"
6627+
resolved "https://registry.yarnpkg.com/lerna/-/lerna-6.6.1.tgz#4897171aed64e244a2d0f9000eef5c5b228f9332"
6628+
integrity sha512-WJtrvmbmR+6hMB9b5pvsxJzew0lRL6hARgW/My9BM4vYaxwPIA2I0riv3qQu5Zd7lYse7FEqJkTnl9Kn1bXhLA==
66306629
dependencies:
6631-
"@lerna/child-process" "6.6.0"
6632-
"@lerna/create" "6.6.0"
6633-
"@lerna/legacy-package-management" "6.6.0"
6630+
"@lerna/child-process" "6.6.1"
6631+
"@lerna/create" "6.6.1"
6632+
"@lerna/legacy-package-management" "6.6.1"
66346633
"@npmcli/arborist" "6.2.3"
66356634
"@npmcli/run-script" "4.1.7"
66366635
"@nrwl/devkit" ">=15.5.2 < 16"
@@ -6683,12 +6682,11 @@ lerna@^6.0.1:
66836682
p-reduce "2.1.0"
66846683
p-waterfall "2.1.1"
66856684
pacote "13.6.2"
6686-
path-exists "4.0.0"
66876685
pify "5.0.0"
66886686
read-cmd-shim "3.0.0"
66896687
read-package-json "5.0.1"
66906688
resolve-from "5.0.0"
6691-
rimraf "^3.0.2"
6689+
rimraf "^4.4.1"
66926690
semver "^7.3.8"
66936691
signal-exit "3.0.7"
66946692
slash "3.0.0"
@@ -8282,16 +8280,16 @@ parseurl@~1.3.2, parseurl@~1.3.3:
82828280
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
82838281
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
82848282

8285-
[email protected], path-exists@^4.0.0:
8286-
version "4.0.0"
8287-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
8288-
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
8289-
82908283
path-exists@^3.0.0:
82918284
version "3.0.0"
82928285
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
82938286
integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==
82948287

8288+
path-exists@^4.0.0:
8289+
version "4.0.0"
8290+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
8291+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
8292+
82958293
path-is-absolute@^1.0.0:
82968294
version "1.0.1"
82978295
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -8964,6 +8962,13 @@ rimraf@^3.0.0, rimraf@^3.0.2:
89648962
dependencies:
89658963
glob "^7.1.3"
89668964

8965+
rimraf@^4.4.1:
8966+
version "4.4.1"
8967+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
8968+
integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
8969+
dependencies:
8970+
glob "^9.2.0"
8971+
89678972
run-async@^2.0.0, run-async@^2.4.0:
89688973
version "2.4.1"
89698974
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"

0 commit comments

Comments
 (0)