From 02230dff29176671768139f6b48759b7c6aabb5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 02:37:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c3efdf..68ec762 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": "2.4.0", "jsdoc": "3.5.5" } }