diff --git a/package-lock.json b/package-lock.json index 9e0e3b5..5556839 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "interconnected_mobile_client", "version": "1.0.1", "dependencies": { - "@notifee/react-native": "^5.7.0", + "@notifee/react-native": "^7.2.0", "@react-native-community/netinfo": "^9.3.3", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13", @@ -2963,9 +2963,9 @@ } }, "node_modules/@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.2.0", + "resolved": "https://registry.npmjs.org/@notifee/react-native/-/react-native-7.2.0.tgz", + "integrity": "sha512-4CKmoEsTPtgA6PzkNCpRUMeVQbiCiEEu7s+D0lK2J6o7orumwiHEVMEBTyUk101Bkj4+qZ8Ng3/z746pVfAZVA==", "peerDependencies": { "react-native": "*" } @@ -18250,9 +18250,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.2.0", + "resolved": "https://registry.npmjs.org/@notifee/react-native/-/react-native-7.2.0.tgz", + "integrity": "sha512-4CKmoEsTPtgA6PzkNCpRUMeVQbiCiEEu7s+D0lK2J6o7orumwiHEVMEBTyUk101Bkj4+qZ8Ng3/z746pVfAZVA==", "requires": {} }, "@react-native-community/cli": { diff --git a/package.json b/package.json index b0c06a0..db1735b 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.2.0", "@react-native-community/netinfo": "^9.3.3", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13",