From a04c0b218f1742746984ea3b8aa3634daa007c0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 16:59:37 +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 a4c12d3..5136cbe 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": "^6.0.0" }, "devDependencies": { "babel": "^5.1.10",