From c47a835ad6b9c62dd87e1af4f9b336eaa9a60203 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:15: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-ASYNC-2441827 --- abcrn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcrn/package.json b/abcrn/package.json index 3e9d3d9..876cd01 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.39.1", "react-native-vector-icons": "^1.3.2" } }