From a680bcb1a358b1f0289e1258c54702a1c3253fdd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 07:07:52 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index a709ebd7..fadea3f8 100644 --- a/Example/package.json +++ b/Example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.8.3", - "react-native": "0.59.9" + "react-native": "0.69.12" }, "devDependencies": { "@babel/core": "^7.3.3",