From 244c202743bd90ad3ecd9eb20e612eb06897202e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 01:50:57 +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 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index e83cf96..c769c86 100644 --- a/Example/package.json +++ b/Example/package.json @@ -10,7 +10,7 @@ "dependencies": { "prop-types": "^15.6.2", "react": "16.5.0", - "react-native": "0.64.0", + "react-native": "0.69.12", "react-native-pixfactory-accordion": "file:../", "snyk": "^1.1064.0" },