From 7c8653c3eba14dd0b2d9840a8968cbae5a7f767d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 04:07:52 +0000 Subject: [PATCH] fix: examples/reactnative/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- examples/reactnative/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reactnative/package.json b/examples/reactnative/package.json index 5022fcd..93ee9bd 100644 --- a/examples/reactnative/package.json +++ b/examples/reactnative/package.json @@ -9,7 +9,7 @@ "dependencies": { "asset-provider": "latest", "react": "16.2.0", - "react-native": "0.52.1", + "react-native": "0.63.0", "react-native-svg": "^6.0.1-rc.3" }, "devDependencies": {