From 19edfb2bad188ab05cacd94de7c3f8e2b9a22f58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 09:02:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index deb1da86..a671b10c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@rneui/base": "^4.0.0-rc.7", "@rneui/themed": "^4.0.0-rc.7", "@sayem314/react-native-keep-awake": "^1.0.3", - "@sentry/react-native": "^3.2.3", + "@sentry/react-native": "^5.0.0", "@types/react": "^17", "base64url": "^3.0.1", "deepmerge": "^4.2.2", @@ -69,7 +69,7 @@ "react-native-sound": "^0.11.1", "react-native-sqlite-storage": "^5.0.0", "react-native-svg": "^12.3.0", - "react-native-svg-transformer": "^1.0.0", + "react-native-svg-transformer": "^1.1.0", "react-native-vector-icons": "^9.0.0", "react-native-webview": "^11.22.6", "react-native-zip-archive": "^6.0.5",