From 236a3acf8a627eced5a134bbc0743f735bc2c6e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 07:19:10 +0000 Subject: [PATCH] Bump meow from 6.1.1 to 7.0.0 Bumps [meow](https://github.com/sindresorhus/meow) from 6.1.1 to 7.0.0. - [Release notes](https://github.com/sindresorhus/meow/releases) - [Commits](https://github.com/sindresorhus/meow/compare/v6.1.1...v7.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 19d5cdb..deea194 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "dlv": "~1.1.3", - "meow": "~6.1.0", + "meow": "~7.0.0", "unique-random-array": "~2.0.0", "update-notifier": "~4.1.0" },