From 3596a0432a03785511e81c77b03433db915c92c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:58:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0777ae..ad2763e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "chalk": "^1.0.0", "commander": "^2.8.1", "lodash": "^4.17.2", - "meow": "^3.1.0", + "meow": "^10.0.0", "q": "^1.3.0", "debug-log": "^1.0.0" },