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