diff --git a/ios/App/Podfile.lock b/ios/App/Podfile.lock index 4a2ae7467..4418ce428 100644 --- a/ios/App/Podfile.lock +++ b/ios/App/Podfile.lock @@ -39,7 +39,7 @@ PODS: - Capacitor - CapacitorNetwork (5.0.4): - Capacitor - - CapacitorPushNotifications (5.0.4): + - CapacitorPushNotifications (5.0.6): - Capacitor - CapacitorShare (5.0.4): - Capacitor @@ -239,7 +239,7 @@ SPEC CHECKSUMS: CapacitorLocalNotifications: 2c95d27ccf9cc28ecc59d69b54d29074c1740172 CapacitorNativeSettings: b6f40955945bc659f966a43fa54fc6be192d8f9b CapacitorNetwork: e2bd0bf1614aca34bb976f125a756a8a3df1c81a - CapacitorPushNotifications: 3704ac3dac68a9bfc669fb384cbc7beec9b1f100 + CapacitorPushNotifications: 7eb70469f1fcc3dec07126336d4896520e4991db CapacitorShare: 427bba238a1e3f116b2b349019aec6ea7f42cebd CapacitorSplashScreen: 93a389d4f7673c08214ae25bb6f21d867d5305c5 CapacitorStorage: 8ec2cf8fec179d829288b16c6fba6c3c43d2bdc9 diff --git a/package-lock.json b/package-lock.json index 66ac20e2e..08a2e547b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@capacitor/ios": "^5.0.5", "@capacitor/local-notifications": "^5.0.4", "@capacitor/network": "^5.0.4", - "@capacitor/push-notifications": "^5.0.4", + "@capacitor/push-notifications": "^5.0.6", "@capacitor/share": "^5.0.4", "@capacitor/splash-screen": "^5.0.4", "@capacitor/storage": "^1.2.4", @@ -3443,9 +3443,9 @@ } }, "node_modules/@capacitor/push-notifications": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-5.0.4.tgz", - "integrity": "sha512-q/3iCmsvvOjgH7fhfSVGQC7e85bVAgwAuSFzWAg5Sg6hq/XZnxK/TyQJ3M2DVfIfyHUc1OBXsMgi8vCQ4UhPAg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-5.0.6.tgz", + "integrity": "sha512-o4/EcP13XduazhJkoVWEVrRD07YcqT9Uz0pQ48SItRNjtgDhcQW1vAEo6tSL6FVA5NkxNhJikk8TUeXobgOhEg==", "peerDependencies": { "@capacitor/core": "^5.0.0" } @@ -26417,9 +26417,9 @@ "requires": {} }, "@capacitor/push-notifications": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-5.0.4.tgz", - "integrity": "sha512-q/3iCmsvvOjgH7fhfSVGQC7e85bVAgwAuSFzWAg5Sg6hq/XZnxK/TyQJ3M2DVfIfyHUc1OBXsMgi8vCQ4UhPAg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-5.0.6.tgz", + "integrity": "sha512-o4/EcP13XduazhJkoVWEVrRD07YcqT9Uz0pQ48SItRNjtgDhcQW1vAEo6tSL6FVA5NkxNhJikk8TUeXobgOhEg==", "requires": {} }, "@capacitor/share": { diff --git a/package.json b/package.json index 728adf4f6..590e01a70 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@capacitor/ios": "^5.0.5", "@capacitor/local-notifications": "^5.0.4", "@capacitor/network": "^5.0.4", - "@capacitor/push-notifications": "^5.0.4", + "@capacitor/push-notifications": "^5.0.6", "@capacitor/share": "^5.0.4", "@capacitor/splash-screen": "^5.0.4", "@capacitor/storage": "^1.2.4",