From 88ba714ebf5495240b33581545277105e2285f41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 02:21:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26dd6db..be8d7b5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-native-vector-icons": "^0.8.5" }, "devDependencies": { - "flow-bin": "0.17.0" + "flow-bin": "0.23.1" }, "engines": { "node": "4.2.1",