From 46862a3bf32acbbaf7c0d612538296ad41ac42e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 16:44:58 +0000 Subject: [PATCH] fix: packages/pluggableWidgets/notifications-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/pluggableWidgets/notifications-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pluggableWidgets/notifications-native/package.json b/packages/pluggableWidgets/notifications-native/package.json index db74054ef..098d7d097 100644 --- a/packages/pluggableWidgets/notifications-native/package.json +++ b/packages/pluggableWidgets/notifications-native/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@mendix/piw-utils-internal": "*", - "@react-native-firebase/app": "17.3.0", + "@react-native-firebase/app": "17.4.3", "@react-native-firebase/messaging": "17.3.0", "react-native-push-notification": "8.1.1" },