From a23a4a706f6bab76aa1096ca1787c814df2aac6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 18:00:07 +0000 Subject: [PATCH] build(deps): bump meow from 7.1.1 to 8.0.0 Bumps [meow](https://github.com/sindresorhus/meow) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/sindresorhus/meow/releases) - [Commits](https://github.com/sindresorhus/meow/compare/v7.1.1...v8.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 4013b96..24cb977 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "async": "~3.2.0", "configstore": "~5.0.0", - "meow": "~7.1.0", + "meow": "~8.0.0", "semver": "~7.3.0", "simple-get": "~4.0.0", "which": "~2.0.2"