From d6ab3adda0b4b280c7f6e81f7bb914814c1ab470 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:38:29 +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 fc18d62d4..5ee4ffaf4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "chalk": "^1.0.0", "gaze": "^0.5.1", "get-stdin": "^4.0.1", - "meow": "^3.1.0", + "meow": "^10.0.0", "mkdirp": "^0.5.0", "nan": "^1.6.2", "npmconf": "^2.1.1",