From ffaa13c8cbeb82b3cd3dfc057edecbef739e96ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Oct 2024 04:10:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6778715..52a6527 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "graphql-ws": "^5.14.0", "i18next": "^23.2.11", "lodash": "^4.17.21", - "nativewind": "^2.0.11", + "nativewind": "^4.0.1", "react": "18.2.0", "react-i18next": "^13.0.2", - "react-native": "0.72.3", + "react-native": "0.76.0", "react-native-mmkv": "^2.10.1", "react-native-safe-area-context": "4.7.1", "react-native-screens": "^3.22.1",