From 7c20bd0f21e0b48bdbe8e7280382df4340f1c943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 23:16:43 +0000 Subject: [PATCH] Bump lerna from 6.6.2 to 7.0.0 Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.6.2 to 7.0.0. - [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/7.0.0/packages/lerna) --- updated-dependencies: - dependency-name: lerna dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b7c3f..1ac94ee 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "build": "lerna run build" }, "devDependencies": { - "lerna": "^6.6.1", + "lerna": "^7.0.0", "typescript": "^4.3.2" } }