From 39d6f9c90b4de69f46593bc04a9940c365914781 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 14:06:58 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index ee2e318..75ea2c4 100644 --- a/Example/package.json +++ b/Example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.0.0-alpha.12", - "react-native": "0.45.1", + "react-native": "0.69.12", "react-native-spinkit": "1.1.0" }, "devDependencies": {