From 746731fe2d5c8eaf701ba39f4f4edabe356a67c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:30:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93e86c60a..9bf64d956 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-native-tab-view": "^3.3.4", "react-native-vector-icons": "^10.0.0", "react-native-zip-archive": "^5.0.6", - "realm": "^11.9.0" + "realm": "^12.0.0" }, "devDependencies": { "@babel/core": "^7.20.0",