From e416b471a1bda9322e0d7e195377696e8b36acf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 06:27:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2553cfd..6eaaeff 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { - "react-native": "0.25.1", + "react-native": "0.28.0", "react": "0.14.5" } }