From dd0316ecc3e55fc652cc13b4c70f2f45bb902614 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 21:22:09 +0000 Subject: [PATCH] fix: abcrn/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- abcrn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcrn/package.json b/abcrn/package.json index 3e9d3d9..2c09085 100644 --- a/abcrn/package.json +++ b/abcrn/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "lodash": "^4.6.1", - "react-native": "^0.21.0", + "react-native": "^0.60.0", "react-native-vector-icons": "^1.3.2" } }