From 7bc4aebf958934ba9e6c66b01ee453f2a0d89ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 07:28:59 +0000 Subject: [PATCH] chore(deps-dev): bump lerna from 8.0.1 to 8.0.2 (#1485) --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 37d6ba45f..5a1e47888 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-plugin-sort-keys-fix": "1.1.2", "eslint-plugin-typescript-sort-keys": "2.3.0", "eslint-plugin-unused-imports": "3.0.0", - "lerna": "8.0.1", + "lerna": "8.0.2", "oxlint": "0.1.2", "prettier": "3.1.1" }, diff --git a/yarn.lock b/yarn.lock index 446366f46..29d5f9687 100644 --- a/yarn.lock +++ b/yarn.lock @@ -584,10 +584,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@lerna/create@8.0.1": - version "8.0.1" - resolved "https://registry.npmjs.org/@lerna/create/-/create-8.0.1.tgz#cc0ab19163c67269552292d95f23568468fa9921" - integrity sha512-PDYNUF8Nv5j7DbGvVbizEuYuQbNFZ0+wVOtRPvBQOkC2dMNryi3dJjktEd1QeDX6Wa/JkJWvZ5SMHyr+7H3Rtg== +"@lerna/create@8.0.2": + version "8.0.2" + resolved "https://registry.npmjs.org/@lerna/create/-/create-8.0.2.tgz#30d1ed29bb2f97d579546759e48f472a4ce9dba2" + integrity sha512-AueSlfiYXqEmy9/EIc17mjlaHFuv734dfgVBegyoefIA7hdeoExtsXnACWf8Tw5af6gwyTL3KAp6QQyc1sTuZQ== dependencies: "@npmcli/run-script" "7.0.2" "@nx/devkit" ">=17.1.2 < 18" @@ -3837,12 +3837,12 @@ kind-of@^6.0.2, kind-of@^6.0.3: resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== -lerna@8.0.1: - version "8.0.1" - resolved "https://registry.npmjs.org/lerna/-/lerna-8.0.1.tgz#cc705467c5507c38c76ae293fe976e5d438aa876" - integrity sha512-ZxFMmOqwkP4e+q6BrMzxkAhixi6n0GVD2jAAnAfDkIFnwumB4/7X5/If6fqTlXXshtB2dQtN5OAtzafqVq8cwA== +lerna@8.0.2: + version "8.0.2" + resolved "https://registry.npmjs.org/lerna/-/lerna-8.0.2.tgz#ef014c4daacb886a602af94e6e7ca8994e140e97" + integrity sha512-nnOIGI5V5Af9gfraNcMVoV1Fry/y7/h3nCQYk0/CMzBYDD+xbNL3DH8+c82AJkNR5ABslmpXjW4DLJ11/1b3CQ== dependencies: - "@lerna/create" "8.0.1" + "@lerna/create" "8.0.2" "@npmcli/run-script" "7.0.2" "@nx/devkit" ">=17.1.2 < 18" "@octokit/plugin-enterprise-rest" "6.0.1"