From f466db9e7933d835442b5ffad1a34592469080d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 05:19:07 +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 a4c12d3..4c9b03e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "1-liners": "^0.2.7", "chickencurry": "^1.4.0", "get-modules": "^1.0.2", - "meow": "^3.1.0" + "meow": "^10.0.0" }, "devDependencies": { "babel": "^5.1.10",