From 58848ce771d78272b5bee6224f5a1cf96f2e23a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 21:02:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-MERGE-1040469 - https://snyk.io/vuln/SNYK-JS-MERGE-1042987 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-PLIST-2405644 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-XMLDOM-1084960 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:mem:20180117 - https://snyk.io/vuln/npm:plist:20180219 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc82ba9..d77d2be 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "react": "16.4.1", - "react-native": "0.56.0", + "react": "16.5.0", + "react-native": "0.64.0", "react-native-image-picker": "^0.26.10", "rn-fetch-blob": "^0.10.13" },