From ecbaa308b5bb8f19c0e3e4e7b430bb7fc7a00d7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 22:00:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1bf27f2..4a8fee55 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "globby": "^6.0.0", "has-flag": "^2.0.0", "lodash.isequal": "^4.4.0", - "meow": "^3.4.2", + "meow": "^8.0.0", "multimatch": "^2.1.0", "parse-gitignore": "^0.3.1", "path-exists": "^3.0.0",