diff --git a/package-lock.json b/package-lock.json index 1367aa1..20c5ca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1144,9 +1144,9 @@ } }, "@notifee/react-native": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@notifee/react-native/-/react-native-5.7.0.tgz", - "integrity": "sha512-2AEI4IJvk+/qij0zkTnhF9aD04u9cs2RwXBk82bR/KaoYhbUc4M97q4IYBEkE+cATGzJE+qZT1rgUWqCiUhuSw==" + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@notifee/react-native/-/react-native-7.0.4.tgz", + "integrity": "sha512-l41BLu3kYeVmySm9wyp/QF6yTfJoIvChn8FnGmc2WO7AR+GU54ZV3Ij6eIBS8SeHV0PLcmBiHqF9cecYXMJpUg==" }, "@react-native-community/cli": { "version": "8.0.6", diff --git a/package.json b/package.json index d08975f..5bf9441 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx ./" }, "dependencies": { - "@notifee/react-native": "^5.7.0", + "@notifee/react-native": "^7.0.4", "@react-native-community/netinfo": "^9.3.3", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13",