From 4f9ecc8aa460b28627a4b6ac4b976932923ba171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:43:27 +0000 Subject: [PATCH] Bump lerna from 6.6.2 to 7.1.4 Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.6.2 to 7.1.4. - [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/v7.1.4/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..2af35fb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "build": "lerna run build" }, "devDependencies": { - "lerna": "^6.6.1", + "lerna": "^7.1.4", "typescript": "^4.3.2" } }