From 67c784b344b439e2156fd8e2867c3a8d12f22887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 13:29:14 +0000 Subject: [PATCH] build(deps): bump find-up from 5.0.0 to 6.3.0 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-workspaces/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yarn-workspaces/package.json b/packages/yarn-workspaces/package.json index 62740a7..0e16caf 100644 --- a/packages/yarn-workspaces/package.json +++ b/packages/yarn-workspaces/package.json @@ -30,7 +30,7 @@ "microbundle": "0.13.0" }, "dependencies": { - "find-up": "5.0.0", + "find-up": "6.3.0", "fs-extra": "10.0.0", "glob": "7.1.6" },