From 07c542dbc22b6f8940d7bd7f92a38fc8e142dd5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Mar 2020 08:29:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96d63b4f224..3cf95a772fb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lerna": "2.9.1", "lerna-changelog": "^0.8.0", "lint-staged": "^7.0.5", - "meow": "^5.0.0", + "meow": "^6.1.0", "multimatch": "^2.1.0", "prettier": "1.14.3", "strip-ansi": "^4.0.0",