From 32c4efd8cec66758f46cb3182d6e55186388fcd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:58:26 +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 1f93f48fc..c46092786 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lru-cache": "^5.1.1", "marked": "^0.7.0", "md5": "^2.2.1", - "meow": "^5.0.0", + "meow": "^10.0.0", "moment": "^2.27.0", "moment-duration-format": "^2.3.2", "morgan": "^1.10.0",