From 596aba2a3612d72b12cba61db92e126f1920473b Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Thu, 18 Apr 2024 13:29:55 -0400 Subject: [PATCH] OPS: Pod --- ios/Podfile.lock | 12 +-- package-lock.json | 230 +++++++++++++++++++++++----------------------- 2 files changed, 121 insertions(+), 121 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 80de9f1fc..b1c98ec0d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - boost (1.76.0) - - BugsnagReactNative (7.22.6): + - BugsnagReactNative (7.22.7): - React-Core - BVLinearGradient (2.8.3): - React-Core @@ -352,7 +352,7 @@ PODS: - react-native-tcp-socket (6.0.6): - CocoaAsyncSocket - React-Core - - react-native-webview (13.8.5): + - react-native-webview (13.8.6): - RCT-Folly (= 2021.07.22.00) - React-Core - react-native-widget-center (0.0.9): @@ -469,7 +469,7 @@ PODS: - React-perflogger (= 0.72.12) - ReactNativeCameraKit (13.0.0): - React-Core - - RealmJS (12.6.2): + - RealmJS (12.7.0): - React - rn-ldk (0.8.4): - React-Core @@ -782,7 +782,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: 7dcd2de282d72e344012f7d6564d024930a6a440 - BugsnagReactNative: 366a7e11c0bcf34842e54f40b15dd937cb267aa7 + BugsnagReactNative: 7cc5c927f6a0b00a8e3cc7157dab4cc94a4bc575 BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 @@ -822,7 +822,7 @@ SPEC CHECKSUMS: react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b react-native-secure-key-store: 910e6df6bc33cb790aba6ee24bc7818df1fe5898 react-native-tcp-socket: e724380c910c2e704816ec817ed28f1342246ff7 - react-native-webview: 32ab32c74d087bc11b91d213d4d706b2bbd2ba60 + react-native-webview: 2ce07db2190ee7b3af77e8fac75ff47abe47089f react-native-widget-center: 12dfba20a4fa995850b52cf0afecf734397f4b9c React-NativeModulesApple: 694679e4193a49c09f0a76ee27ec09b2c466d59c React-perflogger: 63606aeab27683112e1bd4ef25bd099ec1cb03f8 @@ -842,7 +842,7 @@ SPEC CHECKSUMS: React-utils: 9a24cb88f950d1020ee55bddacbc8c16a611e2dc ReactCommon: 76843a9bb140596351ac2786257ac9fe60cafabb ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb - RealmJS: 385df5ee940d96f1de26b1dab153e325633d3052 + RealmJS: 55c8cbedc3ef719a942e370f8c94e04cb7e6781c rn-ldk: 0d8749d98cc5ce67302a32831818c116b67f7643 RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c RNCClipboard: 090462274cc05b02628bd158baf6d73c3abe8441 diff --git a/package-lock.json b/package-lock.json index 3310a497a..2e6f0f15b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@babel/preset-env": "^7.20.0", - "@bugsnag/react-native": "7.22.6", + "@bugsnag/react-native": "7.22.7", "@bugsnag/source-maps": "2.3.2", "@keystonehq/bc-ur-registry": "0.6.4", "@ngraveio/bc-ur": "1.1.12", @@ -97,10 +97,10 @@ "react-native-tcp-socket": "6.0.6", "react-native-vector-icons": "10.0.3", "react-native-watch-connectivity": "1.1.0", - "react-native-webview": "13.8.5", + "react-native-webview": "13.8.6", "react-native-widget-center": "https://github.com/BlueWallet/react-native-widget-center#a128c38", "readable-stream": "3.6.2", - "realm": "12.6.2", + "realm": "12.7.0", "rn-ldk": "github:BlueWallet/rn-ldk#v0.8.4", "rn-nodeify": "10.3.0", "scryptsy": "2.1.0", @@ -2140,9 +2140,9 @@ "dev": true }, "node_modules/@bugsnag/core": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/core/-/core-7.19.0.tgz", - "integrity": "sha512-2KGwdaLD9PhR7Wk7xPi3jGuGsKTatc/28U4TOZIDU3CgC2QhGjubwiXSECel5gwxhZ3jACKcMKSV2ovHhv1NrA==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/core/-/core-7.22.7.tgz", + "integrity": "sha512-9DPWBkkBjhFJc5dCFy/wVC3HE0Aw3ZiLJKjyAxgywSKbILgtpD+qT1Xe8sacWyxU92znamlZ8H8ziQOe7jhhbA==", "dependencies": { "@bugsnag/cuid": "^3.0.0", "@bugsnag/safe-json-stringify": "^6.0.0", @@ -2152,38 +2152,38 @@ } }, "node_modules/@bugsnag/cuid": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@bugsnag/cuid/-/cuid-3.0.2.tgz", - "integrity": "sha512-cIwzC93r3PQ/INeuwtZwkZIG2K8WWN0rRLZQhu+mr48Ay+i6sEki4GYfTsflse7hZ1BeDWrNb/Q9vgY3B31xHQ==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@bugsnag/cuid/-/cuid-3.1.0.tgz", + "integrity": "sha512-U6vPVhFPLWLXQIGnmk/uPbyidB5xLVFfEdZDmmLbv41Be67re4mNsjMukHdUv669RXOWTDQNJ+bMODhuWpshkw==" }, "node_modules/@bugsnag/delivery-react-native": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/delivery-react-native/-/delivery-react-native-7.22.3.tgz", - "integrity": "sha512-6lHcberdmzVDlMumM3Ff6A/Ycmo4nIWN28d+Q1i13HS1AYnbmry9wVRzgC/dYfad7Nk5zKwOR9yhwQz7xUaBzw==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/delivery-react-native/-/delivery-react-native-7.22.7.tgz", + "integrity": "sha512-PfJ8kcGzoW2KTC8CGSVjdmnIMUDGym3YyYNWr2K397NHs2oW0f/wprbQUx+WAotogK6BSSGzD0dnEX45cepYdA==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-console-breadcrumbs": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-console-breadcrumbs/-/plugin-console-breadcrumbs-7.22.3.tgz", - "integrity": "sha512-SFfyFlvjkeQ9cJK64QLDdhNjSttpS/fbTxi4UnB1CTjj9G1spD4InUUnXDFHtSis4Dnx2GL4lWUbXXhE0cXIfw==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-console-breadcrumbs/-/plugin-console-breadcrumbs-7.22.7.tgz", + "integrity": "sha512-f+nEy0+pLepPhPtEe94Yqm1qJH8ayZmLIjuTYvtcyC2+2kF6g1DMctPFn0EBKv7wvT2P7Vls6PgTLaohjECHOg==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-network-breadcrumbs": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-network-breadcrumbs/-/plugin-network-breadcrumbs-7.22.3.tgz", - "integrity": "sha512-C1hpB05pvXBSI9rv9N3AxJBRJ3hY7BLIgkNRKYq+E3l8HNFipDrDGKt0i7R6nUSmolSFJkheQqr12BNmdOPosw==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-network-breadcrumbs/-/plugin-network-breadcrumbs-7.22.7.tgz", + "integrity": "sha512-+zAq9D0G58+b/IJ/LGE2eNOIYrgIgQltJPMWdAyQFZcJWTqulN61ggt9yD2dO5PfSpAE/7KhNsR9TVbRPMb/qA==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-react": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-7.19.0.tgz", - "integrity": "sha512-owC4QXYJWGllMoOPcH5P7sbDIDuFLMCbjGAU6FwH5mBMObSQo+1ViSKImlTJQUFXATM8ySISTBVt7w3C6FFHng==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-7.22.7.tgz", + "integrity": "sha512-CDyCHK5+KMkpf/2vmVC7xqqP4ys25Yuj9M8xVrmP7LC02nFUPt/UzEIt43MSO4Jfw254ZimbsQrhIweabQNyxQ==", "peerDependencies": { "@bugsnag/core": "^7.0.0" }, @@ -2194,69 +2194,69 @@ } }, "node_modules/@bugsnag/plugin-react-native-client-sync": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-client-sync/-/plugin-react-native-client-sync-7.22.3.tgz", - "integrity": "sha512-Ji5k8JRjFVyZYwGdlPRHTGbJNQI9n/rd/bqZn8697wQtl49M8WStVuLYlYoqMvjRpYaAmL7XQlNXRb/1Y8AkRQ==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-client-sync/-/plugin-react-native-client-sync-7.22.7.tgz", + "integrity": "sha512-tFPQyRLa5dwJh7wkiYliQviLcD4zxaxucZcCn3moTGAcL5Oc/BpmACpOnYXuBeF9w7gFZMcHTsxvrhld9X1QQQ==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-react-native-event-sync": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-event-sync/-/plugin-react-native-event-sync-7.22.3.tgz", - "integrity": "sha512-xqvVcRjpAtOcS9e3jdW8h+SiZQwjd2yVmbKVLo2NESAbjeMVQcdTLogdUrdG92JnI5UnVWFW1bqoQqtug6shxA==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-event-sync/-/plugin-react-native-event-sync-7.22.7.tgz", + "integrity": "sha512-wmjOyhMcxh0GeC1xk/XgWYutRCeaSiK89mkL3A+e3sJHv3Cmc6UNY9b0v38jMBr8L7ef5KnDy/9Yh0D0pR7DxQ==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-react-native-global-error-handler": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-global-error-handler/-/plugin-react-native-global-error-handler-7.22.3.tgz", - "integrity": "sha512-nJwwpg3EPbTbCoi+FuxFwU4svJnqbIyHqBw1IddXiGUmI6irYnI700HYDmeFIEZXEmaX19lrOPhdhecGLhOolg==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-global-error-handler/-/plugin-react-native-global-error-handler-7.22.7.tgz", + "integrity": "sha512-+zreCSjUkGviU76LacuNnTUK+oj5Fs4ZT4xdh7PZhWb0z4CZol/d6GR20OPNHpyLEuuLMjXMZsqu9sXnr+VKdw==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-react-native-hermes": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-hermes/-/plugin-react-native-hermes-7.19.0.tgz", - "integrity": "sha512-6SGTSR6NMS2t8j02ZQ6FlA+K/nKkZqvGA+8A7WS/0M8HAShzyoMpZH10kGrU2dcCaiEtmD2T6OGBSbpF+385Dg==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-hermes/-/plugin-react-native-hermes-7.22.7.tgz", + "integrity": "sha512-6Oqwi4KghjlPKkr+LDKBxJeorCnCeUahQuVFHXq/45gThH50CDQ4GduraZX9iqtThKX1T8PPIODubWyH6PF2Vg==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-react-native-session": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-session/-/plugin-react-native-session-7.22.3.tgz", - "integrity": "sha512-lreErWPZgjnoiGHD282+a9tCsFN4D34XEjbYLRnLRLjlugJeuTnkvDAYTFtmYpMDyEg/WBhWMaNqAdpJPj/nkQ==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-session/-/plugin-react-native-session-7.22.7.tgz", + "integrity": "sha512-p3C7m6GXh9ICnGt+m1FwWpBCiGNGdQvoTzzN0LAxT6YQdB3t2nmhqE3QIpHmXpJK1PveTCIOO2DbeSerWtUEsg==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/plugin-react-native-unhandled-rejection": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-unhandled-rejection/-/plugin-react-native-unhandled-rejection-7.19.0.tgz", - "integrity": "sha512-+XDk0OoeM6MZhBh7kEalbRwFuhCZST6Y1jOostfz0fhrmT4FdgQYi1FWcPNsUTcjqv7M48pOFZNx8yWI0lGaYg==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-unhandled-rejection/-/plugin-react-native-unhandled-rejection-7.22.7.tgz", + "integrity": "sha512-xmFpUPYrQxwsr9RJ1HTu9lfNUbAHM+hIyUEshg+/Wfj/1Zvnkr0AnkqRWbQFqkOBklzYI4s7maJvm4S2go/KOQ==", "peerDependencies": { "@bugsnag/core": "^7.0.0" } }, "node_modules/@bugsnag/react-native": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@bugsnag/react-native/-/react-native-7.22.6.tgz", - "integrity": "sha512-0TVul4cN0VVNzKkiiZTmmSNtFoOC5SGCW2ncikdF1sijc5IsavXDRemVMfLGg1xm0w3BWNsUjujmrmGCvkLxLA==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/react-native/-/react-native-7.22.7.tgz", + "integrity": "sha512-vHmynQj7rzPW+1v8aK41G9T5HSaXipgFkkCmczOiFG9YYNzVKeaPcbwcS6Z6+tLZ55ZQeJdupfezcmj4rnAZVw==", "dependencies": { - "@bugsnag/core": "^7.19.0", - "@bugsnag/delivery-react-native": "^7.22.3", - "@bugsnag/plugin-console-breadcrumbs": "^7.22.3", - "@bugsnag/plugin-network-breadcrumbs": "^7.22.3", - "@bugsnag/plugin-react": "^7.19.0", - "@bugsnag/plugin-react-native-client-sync": "^7.22.3", - "@bugsnag/plugin-react-native-event-sync": "^7.22.3", - "@bugsnag/plugin-react-native-global-error-handler": "^7.22.3", - "@bugsnag/plugin-react-native-hermes": "^7.19.0", - "@bugsnag/plugin-react-native-session": "^7.22.3", - "@bugsnag/plugin-react-native-unhandled-rejection": "^7.19.0", + "@bugsnag/core": "^7.22.7", + "@bugsnag/delivery-react-native": "^7.22.7", + "@bugsnag/plugin-console-breadcrumbs": "^7.22.7", + "@bugsnag/plugin-network-breadcrumbs": "^7.22.7", + "@bugsnag/plugin-react": "^7.22.7", + "@bugsnag/plugin-react-native-client-sync": "^7.22.7", + "@bugsnag/plugin-react-native-event-sync": "^7.22.7", + "@bugsnag/plugin-react-native-global-error-handler": "^7.22.7", + "@bugsnag/plugin-react-native-hermes": "^7.22.7", + "@bugsnag/plugin-react-native-session": "^7.22.7", + "@bugsnag/plugin-react-native-unhandled-rejection": "^7.22.7", "iserror": "^0.0.2" } }, @@ -19828,9 +19828,9 @@ } }, "node_modules/react-native-webview": { - "version": "13.8.5", - "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.8.5.tgz", - "integrity": "sha512-EkMuuss3g+xwkjCEJQeqaRYgRidks+EiQe4pmyxrYBvPQvx/pt3tb23x9t4v359gYSMktSGOVBTlvg8JWGFXiA==", + "version": "13.8.6", + "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.8.6.tgz", + "integrity": "sha512-jtZ9OgB2AN6rhDwto6dNL3PtOtl/SI4VN93pZEPbMLvRjqHfxiUrilGllL5fKAXq5Ry5FJyfUi82A4Ii8olZ7A==", "dependencies": { "escape-string-regexp": "2.0.0", "invariant": "2.2.4" @@ -20090,9 +20090,9 @@ "integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==" }, "node_modules/realm": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/realm/-/realm-12.6.2.tgz", - "integrity": "sha512-6ICUaKHNeiEAwVIKC3AkCDTCVEtpkFAVeWvmUVdmVIUjcY/+2cMLe/tgFpLcY7pEB/n1EUg3pVyUBcVuMvwdqg==", + "version": "12.7.0", + "resolved": "https://registry.npmjs.org/realm/-/realm-12.7.0.tgz", + "integrity": "sha512-8epWL4lLd1ZoA7gWfZdqlKDt9JqfoeEAcS66P8afXlFKATMhdUnUqYVFUfYhgV4KtC/JQCwipd0ysxVAY8nKuQ==", "hasInstallScript": true, "dependencies": { "@realm/fetch": "^0.1.1", @@ -23911,9 +23911,9 @@ "dev": true }, "@bugsnag/core": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/core/-/core-7.19.0.tgz", - "integrity": "sha512-2KGwdaLD9PhR7Wk7xPi3jGuGsKTatc/28U4TOZIDU3CgC2QhGjubwiXSECel5gwxhZ3jACKcMKSV2ovHhv1NrA==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/core/-/core-7.22.7.tgz", + "integrity": "sha512-9DPWBkkBjhFJc5dCFy/wVC3HE0Aw3ZiLJKjyAxgywSKbILgtpD+qT1Xe8sacWyxU92znamlZ8H8ziQOe7jhhbA==", "requires": { "@bugsnag/cuid": "^3.0.0", "@bugsnag/safe-json-stringify": "^6.0.0", @@ -23923,76 +23923,76 @@ } }, "@bugsnag/cuid": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@bugsnag/cuid/-/cuid-3.0.2.tgz", - "integrity": "sha512-cIwzC93r3PQ/INeuwtZwkZIG2K8WWN0rRLZQhu+mr48Ay+i6sEki4GYfTsflse7hZ1BeDWrNb/Q9vgY3B31xHQ==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@bugsnag/cuid/-/cuid-3.1.0.tgz", + "integrity": "sha512-U6vPVhFPLWLXQIGnmk/uPbyidB5xLVFfEdZDmmLbv41Be67re4mNsjMukHdUv669RXOWTDQNJ+bMODhuWpshkw==" }, "@bugsnag/delivery-react-native": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/delivery-react-native/-/delivery-react-native-7.22.3.tgz", - "integrity": "sha512-6lHcberdmzVDlMumM3Ff6A/Ycmo4nIWN28d+Q1i13HS1AYnbmry9wVRzgC/dYfad7Nk5zKwOR9yhwQz7xUaBzw==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/delivery-react-native/-/delivery-react-native-7.22.7.tgz", + "integrity": "sha512-PfJ8kcGzoW2KTC8CGSVjdmnIMUDGym3YyYNWr2K397NHs2oW0f/wprbQUx+WAotogK6BSSGzD0dnEX45cepYdA==" }, "@bugsnag/plugin-console-breadcrumbs": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-console-breadcrumbs/-/plugin-console-breadcrumbs-7.22.3.tgz", - "integrity": "sha512-SFfyFlvjkeQ9cJK64QLDdhNjSttpS/fbTxi4UnB1CTjj9G1spD4InUUnXDFHtSis4Dnx2GL4lWUbXXhE0cXIfw==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-console-breadcrumbs/-/plugin-console-breadcrumbs-7.22.7.tgz", + "integrity": "sha512-f+nEy0+pLepPhPtEe94Yqm1qJH8ayZmLIjuTYvtcyC2+2kF6g1DMctPFn0EBKv7wvT2P7Vls6PgTLaohjECHOg==" }, "@bugsnag/plugin-network-breadcrumbs": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-network-breadcrumbs/-/plugin-network-breadcrumbs-7.22.3.tgz", - "integrity": "sha512-C1hpB05pvXBSI9rv9N3AxJBRJ3hY7BLIgkNRKYq+E3l8HNFipDrDGKt0i7R6nUSmolSFJkheQqr12BNmdOPosw==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-network-breadcrumbs/-/plugin-network-breadcrumbs-7.22.7.tgz", + "integrity": "sha512-+zAq9D0G58+b/IJ/LGE2eNOIYrgIgQltJPMWdAyQFZcJWTqulN61ggt9yD2dO5PfSpAE/7KhNsR9TVbRPMb/qA==" }, "@bugsnag/plugin-react": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-7.19.0.tgz", - "integrity": "sha512-owC4QXYJWGllMoOPcH5P7sbDIDuFLMCbjGAU6FwH5mBMObSQo+1ViSKImlTJQUFXATM8ySISTBVt7w3C6FFHng==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-7.22.7.tgz", + "integrity": "sha512-CDyCHK5+KMkpf/2vmVC7xqqP4ys25Yuj9M8xVrmP7LC02nFUPt/UzEIt43MSO4Jfw254ZimbsQrhIweabQNyxQ==" }, "@bugsnag/plugin-react-native-client-sync": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-client-sync/-/plugin-react-native-client-sync-7.22.3.tgz", - "integrity": "sha512-Ji5k8JRjFVyZYwGdlPRHTGbJNQI9n/rd/bqZn8697wQtl49M8WStVuLYlYoqMvjRpYaAmL7XQlNXRb/1Y8AkRQ==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-client-sync/-/plugin-react-native-client-sync-7.22.7.tgz", + "integrity": "sha512-tFPQyRLa5dwJh7wkiYliQviLcD4zxaxucZcCn3moTGAcL5Oc/BpmACpOnYXuBeF9w7gFZMcHTsxvrhld9X1QQQ==" }, "@bugsnag/plugin-react-native-event-sync": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-event-sync/-/plugin-react-native-event-sync-7.22.3.tgz", - "integrity": "sha512-xqvVcRjpAtOcS9e3jdW8h+SiZQwjd2yVmbKVLo2NESAbjeMVQcdTLogdUrdG92JnI5UnVWFW1bqoQqtug6shxA==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-event-sync/-/plugin-react-native-event-sync-7.22.7.tgz", + "integrity": "sha512-wmjOyhMcxh0GeC1xk/XgWYutRCeaSiK89mkL3A+e3sJHv3Cmc6UNY9b0v38jMBr8L7ef5KnDy/9Yh0D0pR7DxQ==" }, "@bugsnag/plugin-react-native-global-error-handler": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-global-error-handler/-/plugin-react-native-global-error-handler-7.22.3.tgz", - "integrity": "sha512-nJwwpg3EPbTbCoi+FuxFwU4svJnqbIyHqBw1IddXiGUmI6irYnI700HYDmeFIEZXEmaX19lrOPhdhecGLhOolg==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-global-error-handler/-/plugin-react-native-global-error-handler-7.22.7.tgz", + "integrity": "sha512-+zreCSjUkGviU76LacuNnTUK+oj5Fs4ZT4xdh7PZhWb0z4CZol/d6GR20OPNHpyLEuuLMjXMZsqu9sXnr+VKdw==" }, "@bugsnag/plugin-react-native-hermes": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-hermes/-/plugin-react-native-hermes-7.19.0.tgz", - "integrity": "sha512-6SGTSR6NMS2t8j02ZQ6FlA+K/nKkZqvGA+8A7WS/0M8HAShzyoMpZH10kGrU2dcCaiEtmD2T6OGBSbpF+385Dg==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-hermes/-/plugin-react-native-hermes-7.22.7.tgz", + "integrity": "sha512-6Oqwi4KghjlPKkr+LDKBxJeorCnCeUahQuVFHXq/45gThH50CDQ4GduraZX9iqtThKX1T8PPIODubWyH6PF2Vg==" }, "@bugsnag/plugin-react-native-session": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-session/-/plugin-react-native-session-7.22.3.tgz", - "integrity": "sha512-lreErWPZgjnoiGHD282+a9tCsFN4D34XEjbYLRnLRLjlugJeuTnkvDAYTFtmYpMDyEg/WBhWMaNqAdpJPj/nkQ==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-session/-/plugin-react-native-session-7.22.7.tgz", + "integrity": "sha512-p3C7m6GXh9ICnGt+m1FwWpBCiGNGdQvoTzzN0LAxT6YQdB3t2nmhqE3QIpHmXpJK1PveTCIOO2DbeSerWtUEsg==" }, "@bugsnag/plugin-react-native-unhandled-rejection": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-unhandled-rejection/-/plugin-react-native-unhandled-rejection-7.19.0.tgz", - "integrity": "sha512-+XDk0OoeM6MZhBh7kEalbRwFuhCZST6Y1jOostfz0fhrmT4FdgQYi1FWcPNsUTcjqv7M48pOFZNx8yWI0lGaYg==" + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react-native-unhandled-rejection/-/plugin-react-native-unhandled-rejection-7.22.7.tgz", + "integrity": "sha512-xmFpUPYrQxwsr9RJ1HTu9lfNUbAHM+hIyUEshg+/Wfj/1Zvnkr0AnkqRWbQFqkOBklzYI4s7maJvm4S2go/KOQ==" }, "@bugsnag/react-native": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@bugsnag/react-native/-/react-native-7.22.6.tgz", - "integrity": "sha512-0TVul4cN0VVNzKkiiZTmmSNtFoOC5SGCW2ncikdF1sijc5IsavXDRemVMfLGg1xm0w3BWNsUjujmrmGCvkLxLA==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@bugsnag/react-native/-/react-native-7.22.7.tgz", + "integrity": "sha512-vHmynQj7rzPW+1v8aK41G9T5HSaXipgFkkCmczOiFG9YYNzVKeaPcbwcS6Z6+tLZ55ZQeJdupfezcmj4rnAZVw==", "requires": { - "@bugsnag/core": "^7.19.0", - "@bugsnag/delivery-react-native": "^7.22.3", - "@bugsnag/plugin-console-breadcrumbs": "^7.22.3", - "@bugsnag/plugin-network-breadcrumbs": "^7.22.3", - "@bugsnag/plugin-react": "^7.19.0", - "@bugsnag/plugin-react-native-client-sync": "^7.22.3", - "@bugsnag/plugin-react-native-event-sync": "^7.22.3", - "@bugsnag/plugin-react-native-global-error-handler": "^7.22.3", - "@bugsnag/plugin-react-native-hermes": "^7.19.0", - "@bugsnag/plugin-react-native-session": "^7.22.3", - "@bugsnag/plugin-react-native-unhandled-rejection": "^7.19.0", + "@bugsnag/core": "^7.22.7", + "@bugsnag/delivery-react-native": "^7.22.7", + "@bugsnag/plugin-console-breadcrumbs": "^7.22.7", + "@bugsnag/plugin-network-breadcrumbs": "^7.22.7", + "@bugsnag/plugin-react": "^7.22.7", + "@bugsnag/plugin-react-native-client-sync": "^7.22.7", + "@bugsnag/plugin-react-native-event-sync": "^7.22.7", + "@bugsnag/plugin-react-native-global-error-handler": "^7.22.7", + "@bugsnag/plugin-react-native-hermes": "^7.22.7", + "@bugsnag/plugin-react-native-session": "^7.22.7", + "@bugsnag/plugin-react-native-unhandled-rejection": "^7.22.7", "iserror": "^0.0.2" } }, @@ -37369,9 +37369,9 @@ } }, "react-native-webview": { - "version": "13.8.5", - "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.8.5.tgz", - "integrity": "sha512-EkMuuss3g+xwkjCEJQeqaRYgRidks+EiQe4pmyxrYBvPQvx/pt3tb23x9t4v359gYSMktSGOVBTlvg8JWGFXiA==", + "version": "13.8.6", + "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.8.6.tgz", + "integrity": "sha512-jtZ9OgB2AN6rhDwto6dNL3PtOtl/SI4VN93pZEPbMLvRjqHfxiUrilGllL5fKAXq5Ry5FJyfUi82A4Ii8olZ7A==", "requires": { "escape-string-regexp": "2.0.0", "invariant": "2.2.4" @@ -37481,9 +37481,9 @@ "integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==" }, "realm": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/realm/-/realm-12.6.2.tgz", - "integrity": "sha512-6ICUaKHNeiEAwVIKC3AkCDTCVEtpkFAVeWvmUVdmVIUjcY/+2cMLe/tgFpLcY7pEB/n1EUg3pVyUBcVuMvwdqg==", + "version": "12.7.0", + "resolved": "https://registry.npmjs.org/realm/-/realm-12.7.0.tgz", + "integrity": "sha512-8epWL4lLd1ZoA7gWfZdqlKDt9JqfoeEAcS66P8afXlFKATMhdUnUqYVFUfYhgV4KtC/JQCwipd0ysxVAY8nKuQ==", "requires": { "@realm/fetch": "^0.1.1", "bson": "^4.7.2",