From a05a73e27177a714e111949a75b7185ac598a63d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Jun 2021 03:03:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1bf27f2..d1f7a985 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": "^6.0.0", "multimatch": "^2.1.0", "parse-gitignore": "^0.3.1", "path-exists": "^3.0.0",