From 17714d9e51f0a9fc4e99920bb54b8bf0518cd3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 17:03:50 +0000 Subject: [PATCH] fix(deps): bump @react-native-firebase/app and @react-native-firebase/crashlytics Bumps [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) and [@react-native-firebase/crashlytics](https://github.com/invertase/react-native-firebase). These dependencies needed to be updated together. Updates `@react-native-firebase/app` from 10.5.0 to 12.0.0 - [Release notes](https://github.com/invertase/react-native-firebase/releases) - [Changelog](https://github.com/invertase/react-native-firebase/blob/master/CHANGELOG.md) - [Commits](https://github.com/invertase/react-native-firebase/compare/v10.5.0...v12.0.0) Updates `@react-native-firebase/crashlytics` from 10.5.1 to 12.0.0 - [Release notes](https://github.com/invertase/react-native-firebase/releases) - [Changelog](https://github.com/invertase/react-native-firebase/blob/master/CHANGELOG.md) - [Commits](https://github.com/invertase/react-native-firebase/compare/v10.5.1...v12.0.0) Signed-off-by: dependabot[bot] --- js/package.json | 4 ++-- js/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/js/package.json b/js/package.json index c1266f40cd..2b283f3c7e 100644 --- a/js/package.json +++ b/js/package.json @@ -19,8 +19,8 @@ "@react-native-community/cameraroll": "^4.0.2", "@react-native-community/hooks": "^2.6.0", "@react-native-community/masked-view": "^0.1.10", - "@react-native-firebase/app": "^10.5.0", - "@react-native-firebase/crashlytics": "^10.5.1", + "@react-native-firebase/app": "^12.0.0", + "@react-native-firebase/crashlytics": "^12.0.0", "@react-navigation/material-top-tabs": "^5.3.13", "@react-navigation/native": "^5.9.2", "@react-navigation/stack": "^5.14.2", diff --git a/js/yarn.lock b/js/yarn.lock index 67ab120b39..b6e766f528 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -1668,18 +1668,18 @@ resolved "https://registry.yarnpkg.com/@react-native-community/viewpager/-/viewpager-2.0.2.tgz#622b190294b1310c4825c98daeaee1c8443f7124" integrity sha512-CKVhIZdX/Cmb80muog8sKpi5vM8npwFp4tx4Dj1IvTBidZweuO22+VH2rDOj7E0LzdV9IYRJ4FGBwcPBD2qUrQ== -"@react-native-firebase/app@^10.5.0": - version "10.5.0" - resolved "https://registry.yarnpkg.com/@react-native-firebase/app/-/app-10.5.0.tgz#aa46cd3a62d2117914a6f81ffea0d1b3b9ef15c6" - integrity sha512-pEINud4A90RlwfTcE51m/5cOEGI4jiSi5Q4jsQ5UGGlsYqtbOw4Ja7b17x19o2OViJEQVjScpq4pH2bq9vie7Q== +"@react-native-firebase/app@^12.0.0": + version "12.0.0" + resolved "https://registry.yarnpkg.com/@react-native-firebase/app/-/app-12.0.0.tgz#52b647a8fc65695eeec89f45bcd7538d727d5864" + integrity sha512-ONIQUOiApnCwN/Xxnl6o9305hsuUsQaCWOp8JdlIniNM7QkkIlGqYgnvPowjEXEJVhMVME/B6NSNSidnOd/hHw== dependencies: opencollective-postinstall "^2.0.1" superstruct "^0.6.2" -"@react-native-firebase/crashlytics@^10.5.1": - version "10.5.1" - resolved "https://registry.yarnpkg.com/@react-native-firebase/crashlytics/-/crashlytics-10.5.1.tgz#8911ce15a0ee9c658cec44233e731c423a2900bf" - integrity sha512-czH0p6KWf7gIJScqyPRUWSrRUbgYK4NpqESW0vc57V1KlkGSv+MivuFTEeDQNvH8Hwgi3W5m8L5dZ4r6pTRzSw== +"@react-native-firebase/crashlytics@^12.0.0": + version "12.0.0" + resolved "https://registry.yarnpkg.com/@react-native-firebase/crashlytics/-/crashlytics-12.0.0.tgz#a846798137d0215a34c40d3080616524cb209a8f" + integrity sha512-JQK/7ED09blkEJ1nl2ryv5ZVufmF4orkqbD4w9q+OQBqgeuXROsQFLr72vkxQr9+uGOh/eNMCdB0x4wy8g42jQ== dependencies: stacktrace-js "^2.0.0"