From 4c5d618752e4d62c9a778e236b66ebea46a835bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 08:10:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c3efdf..c29d428 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "flow-bin": "0.64.0", "flow-remove-types": "1.2.3", - "flow-typed": "2.2.3", + "flow-typed": "3.0.0", "jsdoc": "3.5.5" } }