From 33f88ecc069f37b9e7189511f3d6dfea648f0a28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 07:52:09 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - 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 505d9d7..390af05 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "react": "16.6.0-alpha.8af6728", - "react-native": "0.57.3", + "react-native": "0.69.12", "react-native-loading-spinner-overlay": "file:../" }, "devDependencies": {