From c65448007b283a493d3235b02a879d05eb1d89d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 07:02:42 +0000 Subject: [PATCH] Bump find-up from 5.0.0 to 6.3.0 in /packages/lerna-workspace-root Bumps [find-up](https://github.com/sindresorhus/find-up) from 5.0.0 to 6.3.0. - [Release notes](https://github.com/sindresorhus/find-up/releases) - [Commits](https://github.com/sindresorhus/find-up/compare/v5.0.0...v6.3.0) --- updated-dependencies: - dependency-name: find-up dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/lerna-workspace-root/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lerna-workspace-root/package.json b/packages/lerna-workspace-root/package.json index 2fac21d..6bf16c8 100644 --- a/packages/lerna-workspace-root/package.json +++ b/packages/lerna-workspace-root/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@node-kit/extra.fs": "workspace:*", - "find-up": "^5.0.0" + "find-up": "^6.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4",