From afec32a7e19fcfaea2bd30f588e54b1c2566d30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:21:13 +0000 Subject: [PATCH] Bump lerna from 6.6.2 to 7.0.1 Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.6.2 to 7.0.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/7.0.1/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..ce1e078 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "build": "lerna run build" }, "devDependencies": { - "lerna": "^6.6.1", + "lerna": "^7.0.1", "typescript": "^4.3.2" } }