From 9b5420749a710bb2d7e7d1b54049d402ba475ccb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 18:45:25 +0000 Subject: [PATCH] fix: Demo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- Demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/package.json b/Demo/package.json index 2624f16..c8b37af 100644 --- a/Demo/package.json +++ b/Demo/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "15.2.1", - "react-native": "^0.29.2", + "react-native": "^0.69.12", "react-native-gallery": "0.0.17" } }