From d06d7b7bd2f38e475a61c140785226cc50664eb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:07:58 +0000 Subject: [PATCH] Replace dependency read-pkg-up with read-package-up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c83940d..9ac570d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "cosmiconfig": "^5.0.5", - "read-pkg-up": "^7.0.0", + "read-package-up": "^11.0.0", "tmp": "0.1.0" } }