From 54fa28ac9c074b0d3b7567697dd83d928ecbbd09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:12:59 +0000 Subject: [PATCH] Bump find-up from 5.0.0 to 7.0.0 in /packages/what-pm Bumps [find-up](https://github.com/sindresorhus/find-up) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/sindresorhus/find-up/releases) - [Commits](https://github.com/sindresorhus/find-up/compare/v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: find-up dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/what-pm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/what-pm/package.json b/packages/what-pm/package.json index 4537d7e..1b48bce 100644 --- a/packages/what-pm/package.json +++ b/packages/what-pm/package.json @@ -30,7 +30,7 @@ ], "dependencies": { "@pkgjs/parseargs": "^0.11.0", - "find-up": "^5.0.0", + "find-up": "^7.0.0", "pm-info": "workspace:*", "workspace-root": "workspace:*" },