From 8c56f39ab915765d3c273f12c6ab5c7ed13a8601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 07:02:37 +0000 Subject: [PATCH] Bump find-up from 5.0.0 to 6.3.0 in /packages/yarn-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/yarn-workspace-root/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yarn-workspace-root/package.json b/packages/yarn-workspace-root/package.json index 0a3f5c9..cf3a104 100644 --- a/packages/yarn-workspace-root/package.json +++ b/packages/yarn-workspace-root/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@node-kit/extra.fs": "workspace:*", - "find-up": "^5.0.0", + "find-up": "^6.3.0", "micromatch": "^4.0.5" }, "devDependencies": {