From db7b15f7b76bbc0dc3a95c89201e2046dab6b8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:18:01 +0000 Subject: [PATCH] Bump @notifee/react-native from 5.7.0 to 7.5.0 Bumps [@notifee/react-native](https://github.com/invertase/notifee) from 5.7.0 to 7.5.0. - [Release notes](https://github.com/invertase/notifee/releases) - [Commits](https://github.com/invertase/notifee/compare/@notifee/react-native@5.7.0...@notifee/react-native@7.5.0) --- updated-dependencies: - dependency-name: "@notifee/react-native" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e0e3b5..b9fc18a 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.5.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.5.0", + "resolved": "https://registry.npmjs.org/@notifee/react-native/-/react-native-7.5.0.tgz", + "integrity": "sha512-FR1xzQI2KpMyLuM7YZyHHjCcOXbjAcBWMeRlarro8peujr6gJZSg4j2Aw4o8O4ifMHDopFrovwyK1uYBaB9MUg==", "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.5.0", + "resolved": "https://registry.npmjs.org/@notifee/react-native/-/react-native-7.5.0.tgz", + "integrity": "sha512-FR1xzQI2KpMyLuM7YZyHHjCcOXbjAcBWMeRlarro8peujr6gJZSg4j2Aw4o8O4ifMHDopFrovwyK1uYBaB9MUg==", "requires": {} }, "@react-native-community/cli": { diff --git a/package.json b/package.json index b0c06a0..2105715 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.5.0", "@react-native-community/netinfo": "^9.3.3", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13",