From d4b13d431797e5227399d14923868aee679eb147 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 04:12:57 +0000 Subject: [PATCH] Bump read-pkg from 5.2.0 to 6.0.0 Bumps [read-pkg](https://github.com/sindresorhus/read-pkg) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/sindresorhus/read-pkg/releases) - [Commits](https://github.com/sindresorhus/read-pkg/compare/v5.2.0...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7089d40..2b1ba8a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "update": "npx npm-check -u" }, "dependencies": { - "read-pkg": "^5.2.0" + "read-pkg": "^6.0.0" }, "devDependencies": { "ava": "^3.9.0",