From 892c32b90913816ab329869e6f833a30990b3ef2 Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Thu, 12 Dec 2024 14:42:24 +0100 Subject: [PATCH 1/4] Upgrade packages with expo install expo@^52.0.0 --fix --- apps/desktop-wallet/package.json | 8 +- apps/explorer/package.json | 8 +- apps/mobile-wallet/app.config.js | 17 +- apps/mobile-wallet/package.json | 81 +- packages/shared-react/package.json | 4 +- pnpm-lock.yaml | 4666 +++++++++++++--------------- 6 files changed, 2269 insertions(+), 2515 deletions(-) diff --git a/apps/desktop-wallet/package.json b/apps/desktop-wallet/package.json index 8ad24d666..6b38d8b07 100644 --- a/apps/desktop-wallet/package.json +++ b/apps/desktop-wallet/package.json @@ -78,7 +78,7 @@ "@types/events": "^3.0.0", "@types/lodash": "^4.14.182", "@types/node": "^20.14.0", - "@types/react": "~18.2.79", + "@types/react": "~18.3.16", "@types/react-color": "^3.0.6", "@types/react-dom": "^18.2.4", "@types/semver-compare": "^1.0.1", @@ -126,16 +126,16 @@ "nanoid": "^3.3.8", "posthog-js": "^1.52.0", "qrloop": "^1.4.1", - "react": "^18.2.0", + "react": "^18.3.1", "react-apexcharts": "^1.4.0", "react-color": "^2.19.3", "react-confetti": "^6.0.1", "react-detect-click-outside": "^1.1.2", - "react-dom": "^18.2.0", + "react-dom": "^18.3.1", "react-hook-form": "^7.42.1", "react-i18next": "^13.2.1", "react-idle-timer": "^5.7.2", - "react-is": "^18.2.0", + "react-is": "^18.3.1", "react-player": "^2.16.0", "react-qr-code": "^2.0.7", "react-redux": "^8.0.5", diff --git a/apps/explorer/package.json b/apps/explorer/package.json index ef9ee48b1..8573fcf6f 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -53,13 +53,13 @@ "i18next-browser-languagedetector": "^8.0.0", "lodash": "^4.17.21", "qrcode.react": "^3.1.0", - "react": "^18.2.0", + "react": "^18.3.1", "react-apexcharts": "^1.4.0", - "react-dom": "^18.2.0", + "react-dom": "^18.3.1", "react-i18next": "^13.2.1", "react-icons": "^4.10.1", "react-intersection-observer": "^9.10.3", - "react-is": "^18.2.0", + "react-is": "^18.3.1", "react-middle-ellipsis": "^1.2.1", "react-page-visibility": "^7.0.0", "react-router-dom": "^6.3.0", @@ -74,7 +74,7 @@ "@testing-library/jest-dom": "^5.14.1", "@types/lodash": "^4.14.182", "@types/node": "^20.14.0", - "@types/react": "~18.2.79", + "@types/react": "~18.3.16", "@types/react-dom": "^18.2.4", "@types/react-page-visibility": "^6.4.1", "@types/react-router-dom": "^5.3.0", diff --git a/apps/mobile-wallet/app.config.js b/apps/mobile-wallet/app.config.js index f498f3871..9014347f8 100644 --- a/apps/mobile-wallet/app.config.js +++ b/apps/mobile-wallet/app.config.js @@ -95,7 +95,7 @@ export default { 'expo-build-properties', { ios: { - deploymentTarget: '13.4', + deploymentTarget: '15.1', newArchEnabled: false, flipper: false // https://docs.expo.dev/guides/using-flipper/ }, @@ -115,16 +115,13 @@ export default { } ], [ - 'expo-barcode-scanner', + 'expo-font', { - cameraPermission: - 'The app requires access to your camera to scan QR codes for sending transactions, connecting to WalletConnect and importing a wallet.' - } - ], - [ - "expo-font", - { - "fonts": ["./assets/fonts/Inter-Medium.ttf", "./assets/fonts/Inter-SemiBold.ttf", "./assets/fonts/Inter-Bold.ttf"] + fonts: [ + './assets/fonts/Inter-Medium.ttf', + './assets/fonts/Inter-SemiBold.ttf', + './assets/fonts/Inter-Bold.ttf' + ] } ], 'expo-localization', diff --git a/apps/mobile-wallet/package.json b/apps/mobile-wallet/package.json index 28175e72e..ef3d2fdf4 100644 --- a/apps/mobile-wallet/package.json +++ b/apps/mobile-wallet/package.json @@ -29,7 +29,7 @@ "@expo/vector-icons": "^14.0.4", "@json-rpc-tools/utils": "^1.7.6", "@react-native-async-storage/async-storage": "1.23.1", - "@react-native-community/netinfo": "^11.3.1", + "@react-native-community/netinfo": "^11.4.1", "@react-navigation/bottom-tabs": "^6.5.4", "@react-navigation/elements": "^1.3.14", "@react-navigation/material-top-tabs": "^6.6.2", @@ -39,9 +39,9 @@ "@react-navigation/stack": "^6.3.12", "@reduxjs/toolkit": "^1.9.1", "@reown/walletkit": "^1.1.1", - "@sentry/react-native": "^6.0.0", - "@shopify/flash-list": "1.6.4", - "@shopify/react-native-skia": "1.3.10", + "@sentry/react-native": "^6.3.0", + "@shopify/flash-list": "1.7.1", + "@shopify/react-native-skia": "1.5.0", "@walletconnect/core": "2.17.2", "@walletconnect/jsonrpc-types": "^1.0.4", "@walletconnect/keyvaluestorage": "1.1.1", @@ -51,44 +51,43 @@ "big-integer": "^1.6.51", "colord": "^2.9.3", "dayjs": "^1.10.7", - "expo": "51.0.39", - "expo-application": "~5.9.1", - "expo-barcode-scanner": "~13.0.1", - "expo-blur": "~13.0.2", - "expo-build-properties": "~0.12.5", - "expo-camera": "~15.0.16", - "expo-checkbox": "~3.0.0", - "expo-clipboard": "~6.0.3", - "expo-dev-client": "^4.0.29", - "expo-device": "~6.0.2", - "expo-file-system": "~17.0.1", - "expo-font": "~12.0.10", - "expo-haptics": "~13.0.1", - "expo-image": "~1.13.0", - "expo-linear-gradient": "~13.0.2", - "expo-linking": "^6.3.1", - "expo-local-authentication": "~14.0.1", - "expo-localization": "~15.0.3", - "expo-navigation-bar": "~3.0.7", - "expo-screen-capture": "~6.0.1", - "expo-secure-store": "~13.0.2", - "expo-sensors": "~13.0.9", - "expo-splash-screen": "~0.27.7", - "expo-status-bar": "~1.12.1", - "expo-web-browser": "~13.0.3", + "expo": "52.0.18", + "expo-application": "~6.0.1", + "expo-blur": "~14.0.1", + "expo-build-properties": "~0.13.1", + "expo-camera": "~16.0.9", + "expo-checkbox": "~4.0.0", + "expo-clipboard": "~7.0.0", + "expo-dev-client": "^5.0.6", + "expo-device": "~7.0.1", + "expo-file-system": "~18.0.5", + "expo-font": "~13.0.1", + "expo-haptics": "~14.0.0", + "expo-image": "~2.0.3", + "expo-linear-gradient": "~14.0.1", + "expo-linking": "^7.0.3", + "expo-local-authentication": "~15.0.1", + "expo-localization": "~16.0.0", + "expo-navigation-bar": "~4.0.6", + "expo-screen-capture": "~7.0.0", + "expo-secure-store": "~14.0.0", + "expo-sensors": "~14.0.1", + "expo-splash-screen": "~0.29.18", + "expo-status-bar": "~2.0.0", + "expo-web-browser": "~14.0.1", "fast-text-encoding": "^1.0.6", "lodash": "^4.17.21", - "lottie-react-native": "^6.7.0", + "lottie-react-native": "^7.1.0", "lucide-react-native": "^0.456.0", "moti": "^0.29.0", "nanoid": "^3.3.8", "posthog-react-native": "^2.7.1", "qrloop": "^1.4.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-hook-form": "^7.42.1", "react-i18next": "^13.2.1", - "react-native": "0.74.5", + "react-native": "0.76.5", "react-native-aes-crypto": "^2.1.0", "react-native-background-actions": "^3.0.1", "react-native-background-timer": "^2.4.1", @@ -96,17 +95,17 @@ "react-native-get-random-values": "~1.11.0", "react-native-localize": "^3.2.0", "react-native-modalize": "^2.1.1", - "react-native-pager-view": "6.3.0", + "react-native-pager-view": "6.5.1", "react-native-portalize": "^1.0.7", "react-native-progress": "^5.0.0", - "react-native-reanimated": "^3.10.1", + "react-native-reanimated": "^3.16.5", "react-native-reanimated-carousel": "^3.0.4", - "react-native-safe-area-context": "4.10.5", - "react-native-screens": "~3.31.1", - "react-native-svg": "^15.9.0", + "react-native-safe-area-context": "4.12.0", + "react-native-screens": "~4.1.0", + "react-native-svg": "^15.8.0", "react-native-tab-view": "^3.5.1", "react-native-toast-message": "^2.1.8", - "react-native-web": "~0.19.6", + "react-native-web": "~0.19.13", "react-native-webview": "^13.12.0", "react-qr-code": "^2.0.7", "react-redux": "^8.0.5", @@ -121,7 +120,7 @@ "@alephium/typescript-config": "workspace:*", "@babel/core": "^7.25.7", "@types/lodash": "^4.14.182", - "@types/react": "~18.2.79", + "@types/react": "~18.3.16", "@types/react-native-background-timer": "^2.0.2", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", @@ -136,7 +135,7 @@ "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-unused-imports": "^3.0.0", "jest": "^29.7.0", - "jest-expo": "~51.0.4", + "jest-expo": "~52.0.2", "ts-node": "^10.9.1", "typescript": "^5.3.3" }, diff --git a/packages/shared-react/package.json b/packages/shared-react/package.json index 795a4ec87..bb67a548b 100644 --- a/packages/shared-react/package.json +++ b/packages/shared-react/package.json @@ -17,13 +17,13 @@ }, "dependencies": { "@alephium/shared": "workspace:*", - "react": "^18.2.0", + "react": "^18.3.1", "react-redux": "^8.0.5" }, "devDependencies": { "@alephium/eslint-config": "workspace:*", "@alephium/typescript-config": "workspace:*", - "@types/react": "~18.2.79", + "@types/react": "~18.3.16", "tsup": "^8.0.1", "typescript": "^5.3.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fab4b7275..0e5a25e15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,10 +65,10 @@ importers: dependencies: '@tanstack/react-query': specifier: 5.45.0 - version: 5.45.0(react@18.2.0) + version: 5.45.0(react@18.3.1) '@tanstack/react-query-devtools': specifier: ^5.50.1 - version: 5.50.1(@tanstack/react-query@5.45.0(react@18.2.0))(react@18.2.0) + version: 5.50.1(@tanstack/react-query@5.45.0(react@18.3.1))(react@18.3.1) axios: specifier: ^1.7.4 version: 1.7.4 @@ -138,7 +138,7 @@ importers: version: 6.29.4 '@reduxjs/toolkit': specifier: ^1.9.1 - version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react@18.2.0) + version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@tanstack/eslint-plugin-query': specifier: ^5.50.1 version: 5.50.1(eslint@8.56.0)(typescript@5.5.3) @@ -147,7 +147,7 @@ importers: version: 5.17.0 '@testing-library/react': specifier: ^14.0.0 - version: 14.1.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 14.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/events': specifier: ^3.0.0 version: 3.0.3 @@ -158,8 +158,8 @@ importers: specifier: ^20.14.0 version: 20.17.8 '@types/react': - specifier: ~18.2.79 - version: 18.2.79 + specifier: ~18.3.16 + version: 18.3.16 '@types/react-color': specifier: ^3.0.6 version: 3.0.11 @@ -183,13 +183,13 @@ importers: version: 6.15.0(eslint@8.56.0)(typescript@5.5.3) '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.2.1(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)) + version: 4.2.1(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)) '@vitest/coverage-v8': specifier: ^2.1.2 - version: 2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0)) + version: 2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0)) '@vitest/web-worker': specifier: ^2.1.2 - version: 2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0)) + version: 2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0)) '@walletconnect/core': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -198,7 +198,7 @@ importers: version: 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/react-native-compat': specifier: 2.17.2 - version: 2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(@react-native-community/netinfo@11.3.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(expo-application@5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(react-native-get-random-values@1.11.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + version: 2.17.2(uzbdzh2d6gwttjp5oym6tlavvi) '@walletconnect/sign-client': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -279,7 +279,7 @@ importers: version: 3.3.0 framer-motion: specifier: ^11.2.12 - version: 11.2.12(@emotion/is-prop-valid@1.2.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 11.2.12(@emotion/is-prop-valid@1.2.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) i18next: specifier: ^23.4.6 version: 23.7.16 @@ -291,7 +291,7 @@ importers: version: 4.17.21 lucide-react: specifier: ^0.287.0 - version: 0.287.0(react@18.2.0) + version: 0.287.0(react@18.3.1) nanoid: specifier: ^3.3.8 version: 3.3.8 @@ -302,53 +302,53 @@ importers: specifier: ^1.4.1 version: 1.4.1 react: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-apexcharts: specifier: ^1.4.0 - version: 1.4.1(apexcharts@3.45.2)(react@18.2.0) + version: 1.4.1(apexcharts@3.45.2)(react@18.3.1) react-color: specifier: ^2.19.3 - version: 2.19.3(react@18.2.0) + version: 2.19.3(react@18.3.1) react-confetti: specifier: ^6.0.1 - version: 6.1.0(react@18.2.0) + version: 6.1.0(react@18.3.1) react-detect-click-outside: specifier: ^1.1.2 - version: 1.1.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 1.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-dom: - specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + specifier: ^18.3.1 + version: 18.3.1(react@18.3.1) react-hook-form: specifier: ^7.42.1 - version: 7.49.2(react@18.2.0) + version: 7.49.2(react@18.3.1) react-i18next: specifier: ^13.2.1 - version: 13.5.0(i18next@23.7.16)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-idle-timer: specifier: ^5.7.2 - version: 5.7.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 5.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-is: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-player: specifier: ^2.16.0 - version: 2.16.0(react@18.2.0) + version: 2.16.0(react@18.3.1) react-qr-code: specifier: ^2.0.7 - version: 2.0.12(react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react@18.2.0) + version: 2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) react-redux: specifier: ^8.0.5 - version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) react-router-dom: specifier: ^6.3.0 - version: 6.21.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 6.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-scrollbars-custom: specifier: ^4.1.1 - version: 4.1.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 4.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-tooltip: specifier: ^5.25.1 - version: 5.25.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 5.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) redux: specifier: ^4.2.0 version: 4.2.1 @@ -357,7 +357,7 @@ importers: version: 1.0.0 styled-components: specifier: ^6.1.8 - version: 6.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) stylis: specifier: ^4.0.0 version: 4.3.1 @@ -372,19 +372,19 @@ importers: version: 5.5.3 vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@20.17.8)(terser@5.26.0) + version: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) vite-plugin-electron: specifier: ^0.29.0 version: 0.29.0 vite-plugin-svgr: specifier: ^3.2.0 - version: 3.3.0(rollup@4.22.4)(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)) + version: 3.3.0(rollup@4.22.4)(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)) vite-tsconfig-paths: specifier: ^4.2.0 - version: 4.2.3(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)) + version: 4.2.3(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)) vitest: specifier: ^2.1.2 - version: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0) + version: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0) wait-on: specifier: ^7.0.1 version: 7.2.0 @@ -414,10 +414,10 @@ importers: version: 5.45.0 '@tanstack/react-query': specifier: 5.45.0 - version: 5.45.0(react@18.2.0) + version: 5.45.0(react@18.3.1) '@tanstack/react-query-persist-client': specifier: ^5.45.0 - version: 5.45.1(@tanstack/react-query@5.45.0(react@18.2.0))(react@18.2.0) + version: 5.45.1(@tanstack/react-query@5.45.0(react@18.3.1))(react@18.3.1) '@yornaath/batshit': specifier: ^0.10.1 version: 0.10.1 @@ -435,7 +435,7 @@ importers: version: 1.11.10 framer-motion: specifier: ^11.2.12 - version: 11.2.12(@emotion/is-prop-valid@1.2.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 11.2.12(@emotion/is-prop-valid@1.2.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) i18next: specifier: ^23.4.6 version: 23.7.16 @@ -447,46 +447,46 @@ importers: version: 4.17.21 qrcode.react: specifier: ^3.1.0 - version: 3.1.0(react@18.2.0) + version: 3.1.0(react@18.3.1) react: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-apexcharts: specifier: ^1.4.0 - version: 1.4.1(apexcharts@3.45.1)(react@18.2.0) + version: 1.4.1(apexcharts@3.45.1)(react@18.3.1) react-dom: - specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + specifier: ^18.3.1 + version: 18.3.1(react@18.3.1) react-i18next: specifier: ^13.2.1 - version: 13.5.0(i18next@23.7.16)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-icons: specifier: ^4.10.1 - version: 4.12.0(react@18.2.0) + version: 4.12.0(react@18.3.1) react-intersection-observer: specifier: ^9.10.3 - version: 9.10.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 9.10.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-is: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-middle-ellipsis: specifier: ^1.2.1 - version: 1.2.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 1.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-page-visibility: specifier: ^7.0.0 - version: 7.0.0(react@18.2.0) + version: 7.0.0(react@18.3.1) react-router-dom: specifier: ^6.3.0 - version: 6.21.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 6.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-tooltip: specifier: ^5.25.1 - version: 5.25.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 5.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) styled-components: specifier: ^6.1.8 - version: 6.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) styled-normalize: specifier: ^8.0.7 - version: 8.1.0(styled-components@6.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) + version: 8.1.0(styled-components@6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) stylis: specifier: ^4.0.0 version: 4.3.1 @@ -507,8 +507,8 @@ importers: specifier: ^20.14.0 version: 20.17.8 '@types/react': - specifier: ~18.2.79 - version: 18.2.79 + specifier: ~18.3.16 + version: 18.3.16 '@types/react-dom': specifier: ^18.2.4 version: 18.2.18 @@ -526,7 +526,7 @@ importers: version: 6.15.0(eslint@8.56.0)(typescript@5.5.3) '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.2.1(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)) + version: 4.2.1(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)) esbuild: specifier: ^0.17.11 version: 0.17.19 @@ -568,16 +568,16 @@ importers: version: 5.5.3 vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@20.17.8)(terser@5.26.0) + version: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) vite-plugin-svgr: specifier: ^3.2.0 - version: 3.3.0(rollup@4.22.4)(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)) + version: 3.3.0(rollup@4.22.4)(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)) vite-tsconfig-paths: specifier: ^4.2.0 - version: 4.2.3(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)) + version: 4.2.3(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)) vitest: specifier: ^2.1.2 - version: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0) + version: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0) apps/mobile-wallet: dependencies: @@ -610,46 +610,46 @@ importers: version: 1.7.6 '@react-native-async-storage/async-storage': specifier: 1.23.1 - version: 1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + version: 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) '@react-native-community/netinfo': - specifier: ^11.3.1 - version: 11.3.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + specifier: ^11.4.1 + version: 11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) '@react-navigation/bottom-tabs': specifier: ^6.5.4 - version: 6.5.11(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-screens@3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 6.5.11(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/elements': specifier: ^1.3.14 - version: 1.3.21(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/material-top-tabs': specifier: ^6.6.2 - version: 6.6.5(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-tab-view@3.5.2(react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 6.6.5(mxu3cbf72fv27hz2stz3k7bjdi) '@react-navigation/native': specifier: ^6.1.3 - version: 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/native-stack': specifier: ^6.11.0 - version: 6.11.0(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-screens@3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 6.11.0(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/routers': specifier: ^6.1.9 version: 6.1.9 '@react-navigation/stack': specifier: ^6.3.12 - version: 6.3.20(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-gesture-handler@2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-screens@3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 6.3.20(wwov26hpun5moywqwqx6tx5iuy) '@reduxjs/toolkit': specifier: ^1.9.1 - version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react@18.2.0) + version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@reown/walletkit': specifier: ^1.1.1 - version: 1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) + version: 1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) '@sentry/react-native': - specifier: ^6.0.0 - version: 6.0.0(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: ^6.3.0 + version: 6.3.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@shopify/flash-list': - specifier: 1.6.4 - version: 1.6.4(@babel/runtime@7.23.8)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: 1.7.1 + version: 1.7.1(@babel/runtime@7.26.0)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@shopify/react-native-skia': - specifier: 1.3.10 - version: 1.3.10(react-native-reanimated@3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: 1.5.0 + version: 1.5.0(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@walletconnect/core': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -661,7 +661,7 @@ importers: version: 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/react-native-compat': specifier: 2.17.2 - version: 2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(@react-native-community/netinfo@11.3.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(expo-application@5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(react-native-get-random-values@1.11.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + version: 2.17.2(uzbdzh2d6gwttjp5oym6tlavvi) '@walletconnect/sign-client': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -678,80 +678,77 @@ importers: specifier: ^1.10.7 version: 1.11.10 expo: - specifier: 51.0.39 - version: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + specifier: 52.0.18 + version: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-application: - specifier: ~5.9.1 - version: 5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-barcode-scanner: - specifier: ~13.0.1 - version: 13.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~6.0.1 + version: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-blur: - specifier: ~13.0.2 - version: 13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~14.0.1 + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-build-properties: - specifier: ~0.12.5 - version: 0.12.5(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~0.13.1 + version: 0.13.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-camera: - specifier: ~15.0.16 - version: 15.0.16(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~16.0.9 + version: 16.0.9(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-checkbox: - specifier: ~3.0.0 - version: 3.0.0 + specifier: ~4.0.0 + version: 4.0.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-clipboard: - specifier: ~6.0.3 - version: 6.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~7.0.0 + version: 7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-dev-client: - specifier: ^4.0.29 - version: 4.0.29(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ^5.0.6 + version: 5.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-device: - specifier: ~6.0.2 - version: 6.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~7.0.1 + version: 7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-file-system: - specifier: ~17.0.1 - version: 17.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~18.0.5 + version: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) expo-font: - specifier: ~12.0.10 - version: 12.0.10(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-haptics: specifier: ~13.0.1 - version: 13.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + version: 13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + expo-haptics: + specifier: ~14.0.0 + version: 14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-image: - specifier: ~1.13.0 - version: 1.13.0(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~2.0.3 + version: 2.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-linear-gradient: - specifier: ~13.0.2 - version: 13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~14.0.1 + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-linking: - specifier: ^6.3.1 - version: 6.3.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ^7.0.3 + version: 7.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-local-authentication: - specifier: ~14.0.1 - version: 14.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~15.0.1 + version: 15.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-localization: - specifier: ~15.0.3 - version: 15.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~16.0.0 + version: 16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) expo-navigation-bar: - specifier: ~3.0.7 - version: 3.0.7(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~4.0.6 + version: 4.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-screen-capture: - specifier: ~6.0.1 - version: 6.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~7.0.0 + version: 7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) expo-secure-store: - specifier: ~13.0.2 - version: 13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~14.0.0 + version: 14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-sensors: - specifier: ~13.0.9 - version: 13.0.9(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~14.0.1 + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) expo-splash-screen: - specifier: ~0.27.7 - version: 0.27.7(expo-modules-autolinking@1.11.3)(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~0.29.18 + version: 0.29.18(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-status-bar: - specifier: ~1.12.1 - version: 1.12.1 + specifier: ~2.0.0 + version: 2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-web-browser: - specifier: ~13.0.3 - version: 13.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + specifier: ~14.0.1 + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) fast-text-encoding: specifier: ^1.0.6 version: 1.0.6 @@ -759,104 +756,104 @@ importers: specifier: ^4.17.21 version: 4.17.21 lottie-react-native: - specifier: ^6.7.0 - version: 6.7.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: ^7.1.0 + version: 7.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) lucide-react-native: specifier: ^0.456.0 - version: 0.456.0(react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 0.456.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) moti: specifier: ^0.29.0 - version: 0.29.0(react-dom@18.2.0(react@18.2.0))(react-native-reanimated@3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react@18.2.0) + version: 0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) nanoid: specifier: ^3.3.8 version: 3.3.8 posthog-react-native: specifier: ^2.7.1 - version: 2.9.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(expo-application@5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(expo-device@6.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(expo-file-system@17.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(expo-localization@15.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)))) + version: 2.9.2(dueis35q7csgzz3ek2qfavql2q) qrloop: specifier: ^1.4.1 version: 1.4.1 react: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-dom: - specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + specifier: ^18.3.1 + version: 18.3.1(react@18.3.1) react-hook-form: specifier: ^7.42.1 - version: 7.49.2(react@18.2.0) + version: 7.49.2(react@18.3.1) react-i18next: specifier: ^13.2.1 - version: 13.5.0(i18next@23.7.16)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native: - specifier: 0.74.5 - version: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + specifier: 0.76.5 + version: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) react-native-aes-crypto: specifier: ^2.1.0 version: 2.1.1(patch_hash=sm7rpv6bikakdvmsl6ekayqewu) react-native-background-actions: specifier: ^3.0.1 - version: 3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + version: 3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) react-native-background-timer: specifier: ^2.4.1 - version: 2.4.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + version: 2.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) react-native-gesture-handler: specifier: ^2.20.2 - version: 2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-get-random-values: specifier: ~1.11.0 - version: 1.11.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + version: 1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) react-native-localize: specifier: ^3.2.0 - version: 3.2.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 3.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-modalize: specifier: ^2.1.1 - version: 2.1.1(react-native-gesture-handler@2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 2.1.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-pager-view: - specifier: 6.3.0 - version: 6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: 6.5.1 + version: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-portalize: specifier: ^1.0.7 - version: 1.0.7(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 1.0.7(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-progress: specifier: ^5.0.0 - version: 5.0.1(react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)) + version: 5.0.1(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) react-native-reanimated: - specifier: ^3.10.1 - version: 3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: ^3.16.5 + version: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-reanimated-carousel: specifier: ^3.0.4 - version: 3.5.1(react-native-gesture-handler@2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-reanimated@3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 3.5.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-safe-area-context: - specifier: 4.10.5 - version: 4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: 4.12.0 + version: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-screens: - specifier: ~3.31.1 - version: 3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: ~4.1.0 + version: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-svg: - specifier: ^15.9.0 - version: 15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + specifier: ^15.8.0 + version: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-tab-view: specifier: ^3.5.1 - version: 3.5.2(react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-toast-message: specifier: ^2.1.8 - version: 2.2.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 2.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-web: - specifier: ~0.19.6 - version: 0.19.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: ~0.19.13 + version: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-native-webview: specifier: ^13.12.0 - version: 13.12.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + version: 13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-qr-code: specifier: ^2.0.7 - version: 2.0.12(react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react@18.2.0) + version: 2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) react-redux: specifier: ^8.0.5 - version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) styled-components: specifier: ^6.1.8 - version: 6.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) stylis: specifier: ^4.0.0 version: 4.3.1 @@ -865,7 +862,7 @@ importers: version: 0.7.0 victory-native: specifier: ^36.6.10 - version: 36.7.0(react@18.2.0) + version: 36.7.0(react@18.3.1) web3-validator: specifier: ^2.0.6 version: 2.0.6 @@ -883,8 +880,8 @@ importers: specifier: ^4.14.182 version: 4.14.202 '@types/react': - specifier: ~18.2.79 - version: 18.2.79 + specifier: ~18.3.16 + version: 18.3.16 '@types/react-native-background-timer': specifier: ^2.0.2 version: 2.0.2 @@ -928,8 +925,8 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)) jest-expo: - specifier: ~51.0.4 - version: 51.0.4(@babel/core@7.25.7)(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react@18.2.0) + specifier: ~52.0.2 + version: 52.0.2(@babel/core@7.25.7)(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(webpack@5.95.0) ts-node: specifier: ^10.9.1 version: 10.9.2(@types/node@20.17.8)(typescript@5.3.3) @@ -1111,7 +1108,7 @@ importers: version: 2.1.1(patch_hash=4mkpybhyrxbheknii5rno7c5b4) '@reduxjs/toolkit': specifier: ^1.9.1 - version: 1.9.7(react-redux@8.1.3(react@18.2.0))(react@18.2.0) + version: 1.9.7(react-redux@8.1.3(react@18.3.1))(react@18.3.1) '@walletconnect/sign-client': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -1310,11 +1307,11 @@ importers: specifier: workspace:* version: link:../shared react: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-redux: specifier: ^8.0.5 - version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) devDependencies: '@alephium/eslint-config': specifier: workspace:* @@ -1323,8 +1320,8 @@ importers: specifier: workspace:* version: link:../typescript-config '@types/react': - specifier: ~18.2.79 - version: 18.2.79 + specifier: ~18.3.16 + version: 18.3.16 tsup: specifier: ^8.0.1 version: 8.0.1(postcss@8.4.47)(ts-node@10.9.2(typescript@5.5.3))(typescript@5.5.3) @@ -1339,6 +1336,14 @@ packages: 7zip-bin@5.2.0: resolution: {integrity: sha512-ukTPVhqG4jNzMro2qA9HSCSSVJN3aN7tlb+hfqYCt3ER0yWroeA2VR38MNrOHLQ/cVj+DaIMad0kFCtWWowh/A==} + '@0no-co/graphql.web@1.0.12': + resolution: {integrity: sha512-BTDjjsV/zSPy5fqItwm+KWUfh9CSe9tTtR6rCB72ddtkAxdcHbi4Ir4r/L1Et4lyxmL+i7Rb3m9sjLLi9tYrzA==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + peerDependenciesMeta: + graphql: + optional: true + '@aashutoshrathi/word-wrap@1.2.6': resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} @@ -1400,6 +1405,10 @@ packages: resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.26.2': + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.23.5': resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} @@ -1423,9 +1432,6 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 - '@babel/generator@7.2.0': - resolution: {integrity: sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==} - '@babel/generator@7.23.6': resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} engines: {node: '>=6.9.0'} @@ -1434,8 +1440,12 @@ packages: resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.7': - resolution: {integrity: sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==} + '@babel/generator@7.26.3': + resolution: {integrity: sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-annotate-as-pure@7.25.9': + resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} '@babel/helper-builder-binary-assignment-operator-visitor@7.25.7': @@ -1450,8 +1460,8 @@ packages: resolution: {integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.25.7': - resolution: {integrity: sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw==} + '@babel/helper-create-class-features-plugin@7.25.9': + resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1477,14 +1487,15 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/helper-define-polyfill-provider@0.6.3': + resolution: {integrity: sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/helper-environment-visitor@7.22.20': resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} - '@babel/helper-environment-visitor@7.24.7': - resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-function-name@7.23.0': resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} @@ -1493,8 +1504,8 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.25.7': - resolution: {integrity: sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA==} + '@babel/helper-member-expression-to-functions@7.25.9': + resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} engines: {node: '>=6.9.0'} '@babel/helper-module-imports@7.22.15': @@ -1505,6 +1516,10 @@ packages: resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==} engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.25.9': + resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-transforms@7.23.3': resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} @@ -1517,16 +1532,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.25.7': - resolution: {integrity: sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng==} + '@babel/helper-optimise-call-expression@7.25.9': + resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} '@babel/helper-plugin-utils@7.22.5': resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.25.7': - resolution: {integrity: sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==} + '@babel/helper-plugin-utils@7.25.9': + resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} engines: {node: '>=6.9.0'} '@babel/helper-remap-async-to-generator@7.25.7': @@ -1535,8 +1550,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.25.7': - resolution: {integrity: sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==} + '@babel/helper-replace-supers@7.25.9': + resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1549,12 +1564,8 @@ packages: resolution: {integrity: sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==} engines: {node: '>=6.9.0'} - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': - resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} - engines: {node: '>=6.9.0'} - - '@babel/helper-skip-transparent-expression-wrappers@7.25.7': - resolution: {integrity: sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA==} + '@babel/helper-skip-transparent-expression-wrappers@7.25.9': + resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} engines: {node: '>=6.9.0'} '@babel/helper-split-export-declaration@7.22.6': @@ -1569,6 +1580,10 @@ packages: resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.25.9': + resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.22.20': resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} @@ -1577,8 +1592,8 @@ packages: resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.23.5': - resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + '@babel/helper-validator-identifier@7.25.9': + resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} '@babel/helper-validator-option@7.25.7': @@ -1615,6 +1630,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.26.3': + resolution: {integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.7': resolution: {integrity: sha512-wxyWg2RYaSUYgmd9MR0FyRGyeOMQE/Uzr1wzd/g5cf5bwi9A4v6HFdDm7y1MgDtod/fLOSTZY6jDgV0xU9d5bA==} engines: {node: '>=6.9.0'} @@ -1633,13 +1653,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-proposal-async-generator-functions@7.20.7': - resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-class-properties@7.18.6': resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} @@ -1653,16 +1666,9 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-export-default-from@7.23.3': - resolution: {integrity: sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-proposal-logical-assignment-operators@7.20.7': - resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} + '@babel/plugin-proposal-export-default-from@7.25.9': + resolution: {integrity: sha512-ykqgwNfSnNOB+C8fV5X4mG3AVmvu+WVxcaU9xHHtBb7PCrPeweMmPjGsn8eMaeJg6SJuoUuZENeeSWaarWqonQ==} engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -1673,27 +1679,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-numeric-separator@7.18.6': - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-proposal-object-rest-spread@7.20.7': - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-proposal-optional-catch-binding@7.18.6': - resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-optional-chaining@7.21.0': resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} @@ -1739,8 +1724,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-export-default-from@7.23.3': - resolution: {integrity: sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==} + '@babel/plugin-syntax-export-default-from@7.25.9': + resolution: {integrity: sha512-9MhJ/SMTsVqsd69GyQg89lYR4o9T+oDGv5F6IsigxxqFVOyR/IflDLYP8WDI1l8fkhNGGktqkvL5qwNCtGEpgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1756,6 +1741,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-flow@7.26.0': + resolution: {integrity: sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-import-assertions@7.25.7': resolution: {integrity: sha512-ZvZQRmME0zfJnDQnVBKYzHxXT7lYBB3Revz1GuS7oLXWMgqUPX4G+DDbT30ICClht9WKV34QVrZhSw6WdklwZQ==} engines: {node: '>=6.9.0'} @@ -1778,8 +1769,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.23.3': - resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} + '@babel/plugin-syntax-jsx@7.25.9': + resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1826,8 +1817,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.23.3': - resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} + '@babel/plugin-syntax-typescript@7.25.9': + resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1838,12 +1829,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-arrow-functions@7.23.3': - resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-arrow-functions@7.25.7': resolution: {integrity: sha512-EJN2mKxDwfOUCPxMO6MUI58RN3ganiRAG/MS/S3HfB6QFNjroAMelQo/gybyYq97WerCBAZoyrAoW8Tzdq2jWg==} engines: {node: '>=6.9.0'} @@ -1934,8 +1919,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-flow-strip-types@7.23.3': - resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} + '@babel/plugin-transform-flow-strip-types@7.25.9': + resolution: {integrity: sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2012,12 +1997,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.23.4': - resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.25.7': resolution: {integrity: sha512-FbuJ63/4LEL32mIxrxwYaqjJxpbzxPVQj5a+Ebrc8JICV6YX8nE53jY+K0RZT3um56GoNWgkS2BQ/uLGTjtwfw==} engines: {node: '>=6.9.0'} @@ -2048,12 +2027,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.23.4': - resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.25.7': resolution: {integrity: sha512-h39agClImgPWg4H8mYVAbD1qP9vClFbEjqoJmt87Zen8pjqK8FTPUwrOXAvqu5soytwxrLMd2fx2KSCp2CHcNg==} engines: {node: '>=6.9.0'} @@ -2090,6 +2063,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-display-name@7.25.9': + resolution: {integrity: sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-jsx-development@7.22.5': resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} @@ -2102,18 +2081,36 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-jsx-self@7.25.9': + resolution: {integrity: sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-jsx-source@7.23.3': resolution: {integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-jsx-source@7.25.9': + resolution: {integrity: sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-jsx@7.23.4': resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-jsx@7.25.9': + resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-react-pure-annotations@7.23.3': resolution: {integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==} engines: {node: '>=6.9.0'} @@ -2132,14 +2129,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.23.6': - resolution: {integrity: sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-shorthand-properties@7.23.3': - resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} + '@babel/plugin-transform-runtime@7.25.9': + resolution: {integrity: sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2162,12 +2153,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-template-literals@7.23.3': - resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-template-literals@7.25.7': resolution: {integrity: sha512-SI274k0nUsFFmyQupiO7+wKATAmMFf8iFgq2O+vVFXZ0SV9lNfT1NGzBEhjquFmD8I9sqHLguH+gZVN3vww2AA==} engines: {node: '>=6.9.0'} @@ -2180,8 +2165,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.23.6': - resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==} + '@babel/plugin-transform-typescript@7.26.3': + resolution: {integrity: sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2253,6 +2238,10 @@ packages: resolution: {integrity: sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.26.0': + resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==} + engines: {node: '>=6.9.0'} + '@babel/template@7.22.15': resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} @@ -2261,6 +2250,10 @@ packages: resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==} engines: {node: '>=6.9.0'} + '@babel/template@7.25.9': + resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.23.7': resolution: {integrity: sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==} engines: {node: '>=6.9.0'} @@ -2269,6 +2262,10 @@ packages: resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.26.4': + resolution: {integrity: sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==} + engines: {node: '>=6.9.0'} + '@babel/types@7.23.6': resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} @@ -2277,6 +2274,10 @@ packages: resolution: {integrity: sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==} engines: {node: '>=6.9.0'} + '@babel/types@7.26.3': + resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -2886,45 +2887,43 @@ packages: resolution: {integrity: sha512-Ydf4LidRB/EBI+YrB+cVLqIseiRfjUI/AeHBgjGMtq3GroraDu81OV7zqophRgupngoL3iS3JUMDMnxO7g39qA==} engines: {'0': node >=0.10.0} - '@expo/cli@0.18.31': - resolution: {integrity: sha512-v9llw9fT3Uv+TCM6Xllo54t672CuYtinEQZ2LPJ2EJsCwuTc4Cd2gXQaouuIVD21VoeGQnr5JtJuWbF97sBKzQ==} + '@expo/cli@0.22.5': + resolution: {integrity: sha512-A2wYKtcBbEEyRUAyUeMDd356UROo1xaMl7ZaZC5tQOdIhvWKelRd4f3QCaI56D9B4EMWLg9pVuPVbAMz8zJ4+A==} hasBin: true '@expo/code-signing-certificates@0.0.5': resolution: {integrity: sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw==} - '@expo/config-plugins@8.0.10': - resolution: {integrity: sha512-KG1fnSKRmsudPU9BWkl59PyE0byrE2HTnqbOrgwr2FAhqh7tfr9nRs6A9oLS/ntpGzmFxccTEcsV0L4apsuxxg==} - - '@expo/config-plugins@8.0.11': - resolution: {integrity: sha512-oALE1HwnLFthrobAcC9ocnR9KXLzfWEjgIe4CPe+rDsfC6GDs8dGYCXfRFoCEzoLN4TGYs9RdZ8r0KoCcNrm2A==} + '@expo/config-plugins@9.0.12': + resolution: {integrity: sha512-/Ko/NM+GzvJyRkq8PITm8ms0KY5v0wmN1OQFYRMkcJqOi3PjlhndW+G6bHpJI9mkQXBaUnHwAiGLqIC3+MQ5Wg==} - '@expo/config-types@51.0.1': - resolution: {integrity: sha512-5JuzUFobFImrUgnq93LeucP44ZMxq8WMXmCtIUf3ZC3mJSwjvvHJBMO2fS/sIlmgvvQk9eq4VnX06/7tgDFMSg==} + '@expo/config-types@52.0.1': + resolution: {integrity: sha512-vD8ZetyKV7U29lR6+NJohYeoLYTH+eNYXJeNiSOrWCz0witJYY11meMmEnpEaVbN89EfC6uauSUOa6wihtbyPQ==} - '@expo/config-types@51.0.3': - resolution: {integrity: sha512-hMfuq++b8VySb+m9uNNrlpbvGxYc8OcFCUX9yTmi9tlx6A4k8SDabWFBgmnr4ao3wEArvWrtUQIfQCVtPRdpKA==} + '@expo/config@10.0.6': + resolution: {integrity: sha512-xXkfPElrtxznkOZxFASJ7OPa6E9IHSjcZwj5BQ6XUF2dz5M7AFa2h5sXM8AalSaDU5tEBSgoUOjTh5957TlR8g==} - '@expo/config@9.0.1': - resolution: {integrity: sha512-0tjaXBstTbXmD4z+UMFBkh2SZFwilizSQhW6DlaTMnPG5ezuw93zSFEWAuEC3YzkpVtNQTmYzxAYjxwh6seOGg==} + '@expo/devcert@1.1.4': + resolution: {integrity: sha512-fqBODr8c72+gBSX5Ty3SIzaY4bXainlpab78+vEYEKL3fXmsOswMLf0+KE36mUEAa36BYabX7K3EiXOXX5OPMw==} - '@expo/config@9.0.4': - resolution: {integrity: sha512-g5ns5u1JSKudHYhjo1zaSfkJ/iZIcWmUmIQptMJZ6ag1C0ShL2sj8qdfU8MmAMuKLOgcIfSaiWlQnm4X3VJVkg==} + '@expo/env@0.4.0': + resolution: {integrity: sha512-g2JYFqck3xKIwJyK+8LxZ2ENZPWtRgjFWpeht9abnKgzXVXBeSNECFBkg+WQjQocSIdxXhEWM6hz4ZAe7Tc4ng==} - '@expo/devcert@1.1.0': - resolution: {integrity: sha512-ghUVhNJQOCTdQckSGTHctNp/0jzvVoMMkVh+6SHn+TZj8sU15U/npXIDt8NtQp0HedlPaCgkVdMu8Sacne0aEA==} - - '@expo/env@0.3.0': - resolution: {integrity: sha512-OtB9XVHWaXidLbHvrVDeeXa09yvTl3+IQN884sO6PhIi2/StXfgSH/9zC7IvzrDB8kW3EBJ1PPLuCUJ2hxAT7Q==} + '@expo/fingerprint@0.11.3': + resolution: {integrity: sha512-9lgXmcIePvZ7Wef63XtvuN3HfCUevF4E4tQPdEbH9/dUWwpOvvwQ3KT4OJ9jdh8JJ3nTdO9eDQ/8k8xr1aQ5Kg==} + hasBin: true - '@expo/image-utils@0.5.1': - resolution: {integrity: sha512-U/GsFfFox88lXULmFJ9Shfl2aQGcwoKPF7fawSCLixIKtMCpsI+1r0h+5i0nQnmt9tHuzXZDL8+Dg1z6OhkI9A==} + '@expo/image-utils@0.6.3': + resolution: {integrity: sha512-v/JbCKBrHeudxn1gN1TgfPE/pWJSlLPrl29uXJBgrJFQVkViQvUHQNDhaS+UEa9wYI5HHh7XYmtzAehyG4L+GA==} '@expo/json-file@8.3.0': resolution: {integrity: sha512-yROUeXJXR5goagB8c3muFLCzLmdGOvoPpR5yDNaXrnTp4euNykr9yW0wWhJx4YVRTNOPtGBnEbbJBW+a9q+S6g==} - '@expo/metro-config@0.18.11': - resolution: {integrity: sha512-/uOq55VbSf9yMbUO1BudkUM2SsGW1c5hr9BnhIqYqcsFv0Jp5D3DtJ4rljDKaUeNLbwr6m7pqIrkSMq5NrYf4Q==} + '@expo/json-file@9.0.0': + resolution: {integrity: sha512-M+55xFVrFzDcgMDf+52lPDLjKB5xwRfStWlv/b/Vu2OLgxGZLWpxoPYjlRoHqxjPbCQIi2ZCbobK+0KuNhsELg==} + + '@expo/metro-config@0.19.7': + resolution: {integrity: sha512-6Ti05d6AyvXstMpaRGh2EsdGSJzmOh9ju3gMmcjxckn/cimNL39qRQSrnqYc0R/DEZiRFL7N9mVE/0uG668ojw==} '@expo/osascript@2.0.33': resolution: {integrity: sha512-FQinlwHrTlJbntp8a7NAlCKedVXe06Va/0DSLXRO8lZVtgbEMrYYSUZWQNcOlNtc58c2elNph6z9dMOYwSo3JQ==} @@ -2933,13 +2932,11 @@ packages: '@expo/package-manager@1.5.2': resolution: {integrity: sha512-IuA9XtGBilce0q8cyxtWINqbzMB1Fia0Yrug/O53HNuRSwQguV/iqjV68bsa4z8mYerePhcFgtvISWLAlNEbUA==} - '@expo/plist@0.1.0': - resolution: {integrity: sha512-xWD+8vIFif0wKyuqe3fmnmnSouXYucciZXFzS0ZD5OV9eSAS1RGQI5FaGGJ6zxJ4mpdy/4QzbLdBjnYE5vxA0g==} + '@expo/plist@0.2.0': + resolution: {integrity: sha512-F/IZJQaf8OIVnVA6XWUeMPC3OH6MV00Wxf0WC0JhTQht2QgjyHUa3U5Gs3vRtDq8tXNsZneOQRDVwpaOnd4zTQ==} - '@expo/prebuild-config@7.0.9': - resolution: {integrity: sha512-9i6Cg7jInpnGEHN0jxnW0P+0BexnePiBzmbUvzSbRXpdXihYUX2AKMu73jgzxn5P1hXOSkzNS7umaY+BZ+aBag==} - peerDependencies: - expo-modules-autolinking: '>=0.8.1' + '@expo/prebuild-config@8.0.23': + resolution: {integrity: sha512-Zf01kFiN2PISmLb0DhIAJh76v3J2oYUKSjiAtGZLOH0HUz59by/qdyU4mGHWdeyRdCCrLUA21Rct2MBykvRMsg==} '@expo/rudder-sdk-node@1.1.1': resolution: {integrity: sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==} @@ -2972,11 +2969,6 @@ packages: '@floating-ui/utils@0.2.1': resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} - '@graphql-typed-document-node/core@3.2.0': - resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@hapi/hoek@9.3.0': resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} @@ -3090,10 +3082,6 @@ packages: resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/types@24.9.0': - resolution: {integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==} - engines: {node: '>= 6'} - '@jest/types@26.6.2': resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} engines: {node: '>= 10.14.2'} @@ -3372,114 +3360,79 @@ packages: peerDependencies: react-native: ^0.0.0-0 || >=0.60 <1.0 - '@react-native-community/cli-clean@13.6.9': - resolution: {integrity: sha512-7Dj5+4p9JggxuVNOjPbduZBAP1SUgNhLKVw5noBUzT/3ZpUZkDM+RCSwyoyg8xKWoE4OrdUAXwAFlMcFDPKykA==} - - '@react-native-community/cli-config@13.6.9': - resolution: {integrity: sha512-rFfVBcNojcMm+KKHE/xqpqXg8HoKl4EC7bFHUrahMJ+y/tZll55+oX/PGG37rzB8QzP2UbMQ19DYQKC1G7kXeg==} - '@react-native-community/cli-debugger-ui@13.6.9': resolution: {integrity: sha512-TkN7IdFmGPPvTpAo3nCAH9uwGCPxWBEAwpqEZDrq0NWllI7Tdie8vDpGdrcuCcKalmhq6OYnkXzeBah7O1Ztpw==} - '@react-native-community/cli-doctor@13.6.9': - resolution: {integrity: sha512-5quFaLdWFQB+677GXh5dGU9I5eg2z6Vg4jOX9vKnc9IffwyIFAyJfCZHrxLSRPDGNXD7biDQUdoezXYGwb6P/A==} - - '@react-native-community/cli-hermes@13.6.9': - resolution: {integrity: sha512-GvwiwgvFw4Ws+krg2+gYj8sR3g05evmNjAHkKIKMkDTJjZ8EdyxbkifRUs1ZCq3TMZy2oeblZBXCJVOH4W7ZbA==} - - '@react-native-community/cli-platform-android@13.6.9': - resolution: {integrity: sha512-9KsYGdr08QhdvT3Ht7e8phQB3gDX9Fs427NJe0xnoBh+PDPTI2BD5ks5ttsH8CzEw8/P6H8tJCHq6hf2nxd9cw==} - - '@react-native-community/cli-platform-apple@13.6.9': - resolution: {integrity: sha512-KoeIHfhxMhKXZPXmhQdl6EE+jGKWwoO9jUVWgBvibpVmsNjo7woaG/tfJMEWfWF3najX1EkQAoJWpCDBMYWtlA==} - - '@react-native-community/cli-platform-ios@13.6.9': - resolution: {integrity: sha512-CiUcHlGs8vE0CAB4oi1f+dzniqfGuhWPNrDvae2nm8dewlahTBwIcK5CawyGezjcJoeQhjBflh9vloska+nlnw==} - '@react-native-community/cli-server-api@13.6.9': resolution: {integrity: sha512-W8FSlCPWymO+tlQfM3E0JmM8Oei5HZsIk5S0COOl0MRi8h0NmHI4WSTF2GCfbFZkcr2VI/fRsocoN8Au4EZAug==} '@react-native-community/cli-tools@13.6.9': resolution: {integrity: sha512-OXaSjoN0mZVw3nrAwcY1PC0uMfyTd9fz7Cy06dh+EJc+h0wikABsVRzV8cIOPrVV+PPEEXE0DBrH20T2puZzgQ==} - '@react-native-community/cli-types@13.6.9': - resolution: {integrity: sha512-RLxDppvRxXfs3hxceW/mShi+6o5yS+kFPnPqZTaMKKR5aSg7LwDpLQW4K2D22irEG8e6RKDkZUeH9aL3vO2O0w==} - - '@react-native-community/cli@13.6.9': - resolution: {integrity: sha512-hFJL4cgLPxncJJd/epQ4dHnMg5Jy/7Q56jFvA3MHViuKpzzfTCJCB+pGY54maZbtym53UJON9WTGpM3S81UfjQ==} - engines: {node: '>=18'} - hasBin: true - - '@react-native-community/netinfo@11.3.1': - resolution: {integrity: sha512-UBnJxyV0b7i9Moa97Av+HKho1ByzX0DtbJXzUQS5E3xhQs6P2D/Os0iw3ouy7joY1TVd6uIhplPbr7l1SJNaNQ==} + '@react-native-community/netinfo@11.4.1': + resolution: {integrity: sha512-B0BYAkghz3Q2V09BF88RA601XursIEA111tnc2JOaN7axJWmNefmfjZqw/KdSxKZp7CZUuPpjBmz/WCR9uaHYg==} peerDependencies: react-native: '>=0.59' - '@react-native/assets-registry@0.74.87': - resolution: {integrity: sha512-1XmRhqQchN+pXPKEKYdpJlwESxVomJOxtEnIkbo7GAlaN2sym84fHEGDXAjLilih5GVPpcpSmFzTy8jx3LtaFg==} + '@react-native/assets-registry@0.76.5': + resolution: {integrity: sha512-MN5dasWo37MirVcKWuysRkRr4BjNc81SXwUtJYstwbn8oEkfnwR9DaqdDTo/hHOnTdhafffLIa2xOOHcjDIGEw==} engines: {node: '>=18'} - '@react-native/babel-plugin-codegen@0.74.87': - resolution: {integrity: sha512-+vJYpMnENFrwtgvDfUj+CtVJRJuUnzAUYT0/Pb68Sq9RfcZ5xdcCuUgyf7JO+akW2VTBoJY427wkcxU30qrWWw==} + '@react-native/babel-plugin-codegen@0.76.5': + resolution: {integrity: sha512-xe7HSQGop4bnOLMaXt0aU+rIatMNEQbz242SDl8V9vx5oOTI0VbZV9yLy6yBc6poUlYbcboF20YVjoRsxX4yww==} engines: {node: '>=18'} - '@react-native/babel-preset@0.74.87': - resolution: {integrity: sha512-hyKpfqzN2nxZmYYJ0tQIHG99FQO0OWXp/gVggAfEUgiT+yNKas1C60LuofUsK7cd+2o9jrpqgqW4WzEDZoBlTg==} + '@react-native/babel-preset@0.76.5': + resolution: {integrity: sha512-1Nu5Um4EogOdppBLI4pfupkteTjWfmI0hqW8ezWTg7Bezw0FtBj8yS8UYVd3wTnDFT9A5mA2VNoNUqomJnvj2A==} engines: {node: '>=18'} peerDependencies: '@babel/core': '*' - '@react-native/codegen@0.74.87': - resolution: {integrity: sha512-GMSYDiD+86zLKgMMgz9z0k6FxmRn+z6cimYZKkucW4soGbxWsbjUAZoZ56sJwt2FJ3XVRgXCrnOCgXoH/Bkhcg==} + '@react-native/codegen@0.76.5': + resolution: {integrity: sha512-FoZ9VRQ5MpgtDAnVo1rT9nNRfjnWpE40o1GeJSDlpUMttd36bVXvsDm8W/NhX8BKTWXSX+CPQJsRcvN1UPYGKg==} engines: {node: '>=18'} peerDependencies: '@babel/preset-env': ^7.1.6 - '@react-native/community-cli-plugin@0.74.87': - resolution: {integrity: sha512-EgJG9lSr8x3X67dHQKQvU6EkO+3ksVlJHYIVv6U/AmW9dN80BEFxgYbSJ7icXS4wri7m4kHdgeq2PQ7/3vvrTQ==} - engines: {node: '>=18'} - - '@react-native/debugger-frontend@0.74.85': - resolution: {integrity: sha512-gUIhhpsYLUTYWlWw4vGztyHaX/kNlgVspSvKe2XaPA7o3jYKUoNLc3Ov7u70u/MBWfKdcEffWq44eSe3j3s5JQ==} - engines: {node: '>=18'} - - '@react-native/debugger-frontend@0.74.87': - resolution: {integrity: sha512-MN95DJLYTv4EqJc+9JajA3AJZSBYJz2QEJ3uWlHrOky2vKrbbRVaW1ityTmaZa2OXIvNc6CZwSRSE7xCoHbXhQ==} + '@react-native/community-cli-plugin@0.76.5': + resolution: {integrity: sha512-3MKMnlU0cZOWlMhz5UG6WqACJiWUrE3XwBEumzbMmZw3Iw3h+fIsn+7kLLE5EhzqLt0hg5Y4cgYFi4kOaNgq+g==} engines: {node: '>=18'} + peerDependencies: + '@react-native-community/cli-server-api': '*' + peerDependenciesMeta: + '@react-native-community/cli-server-api': + optional: true - '@react-native/dev-middleware@0.74.85': - resolution: {integrity: sha512-BRmgCK5vnMmHaKRO+h8PKJmHHH3E6JFuerrcfE3wG2eZ1bcSr+QTu8DAlpxsDWvJvHpCi8tRJGauxd+Ssj/c7w==} + '@react-native/debugger-frontend@0.76.5': + resolution: {integrity: sha512-5gtsLfBaSoa9WP8ToDb/8NnDBLZjv4sybQQj7rDKytKOdsXm3Pr2y4D7x7GQQtP1ZQRqzU0X0OZrhRz9xNnOqA==} engines: {node: '>=18'} - '@react-native/dev-middleware@0.74.87': - resolution: {integrity: sha512-7TmZ3hTHwooYgIHqc/z87BMe1ryrIqAUi+AF7vsD+EHCGxHFdMjSpf1BZ2SUPXuLnF2cTiTfV2RwhbPzx0tYIA==} + '@react-native/dev-middleware@0.76.5': + resolution: {integrity: sha512-f8eimsxpkvMgJia7POKoUu9uqjGF6KgkxX4zqr/a6eoR1qdEAWUd6PonSAqtag3PAqvEaJpB99gLH2ZJI1nDGg==} engines: {node: '>=18'} - '@react-native/gradle-plugin@0.74.87': - resolution: {integrity: sha512-T+VX0N1qP+U9V4oAtn7FTX7pfsoVkd1ocyw9swYXgJqU2fK7hC9famW7b3s3ZiufPGPr1VPJe2TVGtSopBjL6A==} + '@react-native/gradle-plugin@0.76.5': + resolution: {integrity: sha512-7KSyD0g0KhbngITduC8OABn0MAlJfwjIdze7nA4Oe1q3R7qmAv+wQzW+UEXvPah8m1WqFjYTkQwz/4mK3XrQGw==} engines: {node: '>=18'} - '@react-native/js-polyfills@0.74.87': - resolution: {integrity: sha512-M5Evdn76CuVEF0GsaXiGi95CBZ4IWubHqwXxV9vG9CC9kq0PSkoM2Pn7Lx7dgyp4vT7ccJ8a3IwHbe+5KJRnpw==} + '@react-native/js-polyfills@0.76.5': + resolution: {integrity: sha512-ggM8tcKTcaqyKQcXMIvcB0vVfqr9ZRhWVxWIdiFO1mPvJyS6n+a+lLGkgQAyO8pfH0R1qw6K9D0nqbbDo865WQ==} engines: {node: '>=18'} - '@react-native/metro-babel-transformer@0.74.87': - resolution: {integrity: sha512-UsJCO24sNax2NSPBmV1zLEVVNkS88kcgAiYrZHtYSwSjpl4WZ656tIeedBfiySdJ94Hr3kQmBYLipV5zk0NI1A==} + '@react-native/metro-babel-transformer@0.76.5': + resolution: {integrity: sha512-Cm9G5Sg5BDty3/MKa3vbCAJtT3YHhlEaPlQALLykju7qBS+pHZV9bE9hocfyyvc5N/osTIGWxG5YOfqTeMu1oQ==} engines: {node: '>=18'} peerDependencies: '@babel/core': '*' - '@react-native/normalize-color@2.1.0': - resolution: {integrity: sha512-Z1jQI2NpdFJCVgpY+8Dq/Bt3d+YUi1928Q+/CZm/oh66fzM0RUl54vvuXlPJKybH4pdCZey1eDTPaLHkMPNgWA==} - - '@react-native/normalize-colors@0.74.85': - resolution: {integrity: sha512-pcE4i0X7y3hsAE0SpIl7t6dUc0B0NZLd1yv7ssm4FrLhWG+CGyIq4eFDXpmPU1XHmL5PPySxTAjEMiwv6tAmOw==} - '@react-native/normalize-colors@0.74.87': resolution: {integrity: sha512-Xh7Nyk/MPefkb0Itl5Z+3oOobeG9lfLb7ZOY2DKpFnoCE1TzBmib9vMNdFaLdSxLIP+Ec6icgKtdzYg8QUPYzA==} - '@react-native/virtualized-lists@0.74.87': - resolution: {integrity: sha512-lsGxoFMb0lyK/MiplNKJpD+A1EoEUumkLrCjH4Ht+ZlG8S0BfCxmskLZ6qXn3BiDSkLjfjI/qyZ3pnxNBvkXpQ==} + '@react-native/normalize-colors@0.76.5': + resolution: {integrity: sha512-6QRLEok1r55gLqj+94mEWUENuU5A6wsr2OoXpyq/CgQ7THWowbHtru/kRGRr6o3AQXrVnZheR60JNgFcpNYIug==} + + '@react-native/virtualized-lists@0.76.5': + resolution: {integrity: sha512-M/fW1fTwxrHbcx0OiVOIxzG6rKC0j9cR9Csf80o77y1Xry0yrNPpAlf8D1ev3LvHsiAUiRNFlauoPtodrs2J1A==} engines: {node: '>=18'} peerDependencies: '@types/react': ^18.2.6 @@ -3574,10 +3527,6 @@ packages: '@reown/walletkit@1.1.1': resolution: {integrity: sha512-GTPksxBO6VAsqiQ0oH2jt8C845Y7redpI4OxRy31vf7KKDPPGfldbsTYZ+FP9xSda00dCJJKuXhzewZT/xHuDg==} - '@rnx-kit/chromium-edge-launcher@1.0.0': - resolution: {integrity: sha512-lzD84av1ZQhYUS+jsGqJiCMaJO2dn9u+RTT9n9q6D3SaKVwWqv+7AoRKqBu19bkwyE+iFRl1ymr40QS90jVFYg==} - engines: {node: '>=14.15'} - '@rollup/pluginutils@5.1.0': resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} @@ -3682,82 +3631,82 @@ packages: '@segment/loosely-validate-event@2.0.0': resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==} - '@sentry-internal/browser-utils@8.33.1': - resolution: {integrity: sha512-TW6/r+Gl5jiXv54iK1xZ3mlVgTS/jaBp4vcQ0xGMdgiQ3WchEPcFSeYovL+YHT3tSud0GZqVtDQCz+5i76puqA==} + '@sentry-internal/browser-utils@8.40.0': + resolution: {integrity: sha512-tx7gb/PWMbTEyil/XPETVeRUeS3nKHIvQY2omyebw30TbhyLnibPZsUmXJiaIysL5PcY3k9maub3W/o0Y37T7Q==} engines: {node: '>=14.18'} - '@sentry-internal/feedback@8.33.1': - resolution: {integrity: sha512-qauMRTm3qDaLqZ3ibI03cj4gLF40y0ij65nj+cns6iWxGCtPrO8tjvXFWuQsE7Aye9dGMnBgmv7uN+NTUtC3RA==} + '@sentry-internal/feedback@8.40.0': + resolution: {integrity: sha512-1O9F3z80HNE0VfepKS+v+dixdatNqWlrlwgvvWl4BGzzoA+XhqvZo+HWxiOt7yx7+k1TuZNrB6Gy3u/QvpozXA==} engines: {node: '>=14.18'} - '@sentry-internal/replay-canvas@8.33.1': - resolution: {integrity: sha512-nsxTFTPCT10Ty/v6+AiST3+yotGP1sUb8xqfKB9fPnS1hZHFryp0NnEls7xFjBsBbZPU1GpFkzrk/E6JFzixDQ==} + '@sentry-internal/replay-canvas@8.40.0': + resolution: {integrity: sha512-Zr+m/le0SH4RowZB7rBCM0aRnvH3wZTaOFhwUk03/oGf2BRcgKuDCUMjnXKC9MyOpmey7UYXkzb8ro+81R6Q8w==} engines: {node: '>=14.18'} - '@sentry-internal/replay@8.33.1': - resolution: {integrity: sha512-fm4coIOjmanU29NOVN9MyaP4fUCOYytbtFqVSKRFNZQ/xAgNeySiBIbUd6IjujMmnOk9bY0WEUMcdm3Uotjdog==} + '@sentry-internal/replay@8.40.0': + resolution: {integrity: sha512-0SaDsBCSWxNVgNmPKu23frrHEXzN/MKl0hIkfuO55vL5TgjLTwpgkf0Ne4rNvaZQ5omIKk9Qd63HuQP3PHAMaw==} engines: {node: '>=14.18'} '@sentry/babel-plugin-component-annotate@2.20.1': resolution: {integrity: sha512-4mhEwYTK00bIb5Y9UWIELVUfru587Vaeg0DQGswv4aIRHIiMKLyNqCEejaaybQ/fNChIZOKmvyqXk430YVd7Qg==} engines: {node: '>= 14'} - '@sentry/browser@8.33.1': - resolution: {integrity: sha512-c6zI/igexkLwZuGk+u8Rj26ChjxGgkhe6ZbKFsXCYaKAp5ep5X7HQRkkqgbxApiqlC0LduHdd/ymzh139JLg8w==} + '@sentry/browser@8.40.0': + resolution: {integrity: sha512-m/Yor6IDBeDHtQochu8n6z4HXrXkrPhu6+o5Ouve0Zi3ptthSoK1FOGvJxVBat3nRq0ydQyuuPuTB6WfdWbwHQ==} engines: {node: '>=14.18'} - '@sentry/cli-darwin@2.37.0': - resolution: {integrity: sha512-CsusyMvO0eCPSN7H+sKHXS1pf637PWbS4rZak/7giz/z31/6qiXmeMlcL3f9lLZKtFPJmXVFO9uprn1wbBVF8A==} + '@sentry/cli-darwin@2.38.2': + resolution: {integrity: sha512-21ywIcJCCFrCTyiF1o1PaT7rbelFC2fWmayKYgFElnQ55IzNYkcn8BYhbh/QknE0l1NBRaeWMXwTTdeoqETCCg==} engines: {node: '>=10'} os: [darwin] - '@sentry/cli-linux-arm64@2.37.0': - resolution: {integrity: sha512-2vzUWHLZ3Ct5gpcIlfd/2Qsha+y9M8LXvbZE26VxzYrIkRoLAWcnClBv8m4XsHLMURYvz3J9QSZHMZHSO7kAzw==} + '@sentry/cli-linux-arm64@2.38.2': + resolution: {integrity: sha512-4Fp/jjQpNZj4Th+ZckMQvldAuuP0ZcyJ9tJCP1CCOn5poIKPYtY6zcbTP036R7Te14PS4ALOcDNX3VNKfpsifA==} engines: {node: '>=10'} cpu: [arm64] os: [linux, freebsd] - '@sentry/cli-linux-arm@2.37.0': - resolution: {integrity: sha512-Dz0qH4Yt+gGUgoVsqVt72oDj4VQynRF1QB1/Sr8g76Vbi+WxWZmUh0iFwivYVwWxdQGu/OQrE0tx946HToCRyA==} + '@sentry/cli-linux-arm@2.38.2': + resolution: {integrity: sha512-+AiKDBQKIdQe4NhBiHSHGl0KR+b//HHTrnfK1SaTrOm9HtM4ELXAkjkRF3bmbpSzSQCS5WzcbIxxCJOeaUaO0A==} engines: {node: '>=10'} cpu: [arm] os: [linux, freebsd] - '@sentry/cli-linux-i686@2.37.0': - resolution: {integrity: sha512-MHRLGs4t/CQE1pG+mZBQixyWL6xDZfNalCjO8GMcTTbZFm44S3XRHfYJZNVCgdtnUP7b6OHGcu1v3SWE10LcwQ==} + '@sentry/cli-linux-i686@2.38.2': + resolution: {integrity: sha512-6zVJN10dHIn4R1v+fxuzlblzVBhIVwsaN/S7aBED6Vn1HhAyAcNG2tIzeCLGeDfieYjXlE2sCI82sZkQBCbAGw==} engines: {node: '>=10'} cpu: [x86, ia32] os: [linux, freebsd] - '@sentry/cli-linux-x64@2.37.0': - resolution: {integrity: sha512-k76ClefKZaDNJZU/H3mGeR8uAzAGPzDRG/A7grzKfBeyhP3JW09L7Nz9IQcSjCK+xr399qLhM2HFCaPWQ6dlMw==} + '@sentry/cli-linux-x64@2.38.2': + resolution: {integrity: sha512-4UiLu9zdVtqPeltELR5MDGKcuqAdQY9xz3emISuA6bm+MXGbt2W1WgX+XY3GElwjZbmH8qpyLUEd34sw6sdcbQ==} engines: {node: '>=10'} cpu: [x64] os: [linux, freebsd] - '@sentry/cli-win32-i686@2.37.0': - resolution: {integrity: sha512-FFyi5RNYQQkEg4GkP2f3BJcgQn0F4fjFDMiWkjCkftNPXQG+HFUEtrGsWr6mnHPdFouwbYg3tEPUWNxAoypvTw==} + '@sentry/cli-win32-i686@2.38.2': + resolution: {integrity: sha512-DYfSvd5qLPerLpIxj3Xu2rRe3CIlpGOOfGSNI6xvJ5D8j6hqbOHlCzvfC4oBWYVYGtxnwQLMeDGJ7o7RMYulig==} engines: {node: '>=10'} cpu: [x86, ia32] os: [win32] - '@sentry/cli-win32-x64@2.37.0': - resolution: {integrity: sha512-nSMj4OcfQmyL+Tu/jWCJwhKCXFsCZW1MUk6wjjQlRt9SDLfgeapaMlK1ZvT1eZv5ZH6bj3qJfefwj4U8160uOA==} + '@sentry/cli-win32-x64@2.38.2': + resolution: {integrity: sha512-W5UX58PKY1hNUHo9YJxWNhGvgvv2uOYHI27KchRiUvFYBIqlUUcIdPZDfyzetDfd8qBCxlAsFnkL2VJSNdpA9A==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@sentry/cli@2.37.0': - resolution: {integrity: sha512-fM3V4gZRJR/s8lafc3O07hhOYRnvkySdPkvL/0e0XW0r+xRwqIAgQ5ECbsZO16A5weUiXVSf03ztDL1FcmbJCQ==} + '@sentry/cli@2.38.2': + resolution: {integrity: sha512-CR0oujpAnhegK2pBAv6ZReMqbFTuNJLDZLvoD1B+syrKZX+R+oxkgT2e1htsBbht+wGxAsluVWsIAydSws1GAA==} engines: {node: '>= 10'} hasBin: true - '@sentry/core@8.33.1': - resolution: {integrity: sha512-3SS41suXLFzxL3OQvTMZ6q92ZapELVq2l2SoWlZopcamWhog2Ru0dp2vkunq97kFHb2TzKRTlFH4+4gbT8SJug==} + '@sentry/core@8.40.0': + resolution: {integrity: sha512-u/U2CJpG/+SmTR2bPM4ZZoPYTJAOUuxzj/0IURnvI0v9+rNu939J/fzrO9huA5IJVxS5TiYykhQm7o6I3Zuo3Q==} engines: {node: '>=14.18'} - '@sentry/react-native@6.0.0': - resolution: {integrity: sha512-GgAMu+0mSQgAD/eEmvOZne2klJmn+ZbBfXzrz0sQp12Q54IlutdqMdbK9Ksz86LLOTv5rVVdqIqpu9e80dHEwg==} + '@sentry/react-native@6.3.0': + resolution: {integrity: sha512-gbLEiqxBjejxhrD4tUEACQoAPZTpCxsnuY16mGu5M889yvAEkJvDHwS/SApMlSYf8ytprnn/LPHPePhcVz/vYQ==} hasBin: true peerDependencies: expo: '>=49.0.0' @@ -3767,29 +3716,29 @@ packages: expo: optional: true - '@sentry/react@8.33.1': - resolution: {integrity: sha512-SsEX05xfcfOvo7/pK1UyeyTAYWH8iSIsXXlsjvnSRsbuJkjb0c+q6yiZpj3A2PRdbcx43nTVE1n0lSpgaqj2HA==} + '@sentry/react@8.40.0': + resolution: {integrity: sha512-Ohq/po83r9sh/DCO6VAxx4xU+1ztvFzmXTl3fUnAEc+2bFJK1MsRt6BWfG37XxjQN//mfmyS9KEBgsOpOyd4LQ==} engines: {node: '>=14.18'} peerDependencies: react: ^16.14.0 || 17.x || 18.x || 19.x - '@sentry/types@8.33.1': - resolution: {integrity: sha512-GjoAMvwtpIemoF/IiwZ7A60g4nQv3qwzR21GvJqDVUoKD0e8pv9OLX+HyXoUat4wEDGSuDUcUyUKD2G+od73QA==} + '@sentry/types@8.40.0': + resolution: {integrity: sha512-nuCf3U3deolPM9BjNnwCc33UtFl9ec15/r74ngAkNccn+A2JXdIAsDkGJMO/9mgSFykLe1QyeJ0pQFRisCGOiA==} engines: {node: '>=14.18'} - '@sentry/utils@8.33.1': - resolution: {integrity: sha512-uzuYpiiJuFY3N4WNHMBWUQX5oNv2t/TbG0OHRp3Rr7yeu+HSfD542TIp9/gMZ+G0Cxd8AmVO3wkKIFbk0TL4Qg==} + '@sentry/utils@8.40.0': + resolution: {integrity: sha512-JrfnrQ4irbXWTb+8QC5TCefr3KJJ1x4tJr5p+HyVy4df0n7SIvSqQNeG2P8uuT82F4puFsD6hkQYxuGr3y/NSw==} engines: {node: '>=14.18'} - '@shopify/flash-list@1.6.4': - resolution: {integrity: sha512-M2momcnY7swsvmpHIFDVbdOaFw4aQocJXA/lFP0Gpz+alQjFylqVKvszxl4atYO2SNbjxlb2L6hEP9WEcAknGQ==} + '@shopify/flash-list@1.7.1': + resolution: {integrity: sha512-sUYl7h8ydJutufA26E42Hj7cLvaBTpkMIyNJiFrxUspkcANb6jnFiLt9rEwAuDjvGk/C0lHau+WyT6ZOxqVPwg==} peerDependencies: '@babel/runtime': '*' react: '*' react-native: '*' - '@shopify/react-native-skia@1.3.10': - resolution: {integrity: sha512-6eHR0eh9s5ZStDXThkOiIec6D9gtL2QWczbjPt5a3+mNli7YazF5zhBv4IGM2UqOS3iQqLpvtvuERltWKhMNYQ==} + '@shopify/react-native-skia@1.5.0': + resolution: {integrity: sha512-YNcw7cbksiMJ3d8uxh14LFRztUhjQFphFV/GCm8cSO4SxFc4niqnvsGklXNv68DLESMdn5hQnfYpa0oJqaW20w==} hasBin: true peerDependencies: react: '>=18.0' @@ -4107,9 +4056,6 @@ packages: '@types/istanbul-lib-report@3.0.3': resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==} - '@types/istanbul-reports@1.1.2': - resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} - '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} @@ -4149,9 +4095,6 @@ packages: '@types/node@16.18.74': resolution: {integrity: sha512-eEn8RkzZFcT0gb8qyi0CcfSOQnLE+NbGLIIaxGGmjn/N35v/C3M8ohxcpSlNlCv+H8vPpMGmrGDdCkzr8xu2tQ==} - '@types/node@18.19.39': - resolution: {integrity: sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==} - '@types/node@20.17.8': resolution: {integrity: sha512-ahz2g6/oqbKalW9sPv6L2iRbhLnojxjYWspAqhjvqSWBgGebEJT5GvRmk0QXPj3sbC6rU0GTQjPLQkmR8CObvA==} @@ -4182,8 +4125,8 @@ packages: '@types/react-router@5.1.20': resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} - '@types/react@18.2.79': - resolution: {integrity: sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==} + '@types/react@18.3.16': + resolution: {integrity: sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==} '@types/reactcss@1.2.11': resolution: {integrity: sha512-0fFy0ubuPlhksId8r9V8nsLcxBAPQnn15g/ERAElgE9L6rOquMj2CapsxqfyBuHlkp0/ndEUVnkYI7MkTtkGpw==} @@ -4227,9 +4170,6 @@ packages: '@types/yargs-parser@21.0.3': resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - '@types/yargs@13.0.12': - resolution: {integrity: sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==} - '@types/yargs@15.0.19': resolution: {integrity: sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==} @@ -4357,15 +4297,13 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@urql/core@2.3.6': - resolution: {integrity: sha512-PUxhtBh7/8167HJK6WqBv6Z0piuiaZHQGYbhwpNL9aIQmLROPEdaUYkY4wh45wPQXcTpnd11l0q3Pw+TI11pdw==} - peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + '@urql/core@5.1.0': + resolution: {integrity: sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw==} - '@urql/exchange-retry@0.3.0': - resolution: {integrity: sha512-hHqer2mcdVC0eYnVNbWyi28AlGOPb2vjH3lP3/Bc8Lc8BjhMsDwFMm7WhoP5C1+cfbr/QJ6Er3H/L08wznXxfg==} + '@urql/exchange-retry@1.3.0': + resolution: {integrity: sha512-FLt+d81gP4oiHah4hWFDApimc+/xABWMU1AMYsZ1PVB0L0YPtrMCjbOp9WMM7hBzy4gbTDrG24sio0dCfSh/HQ==} peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + '@urql/core': ^5.0.0 '@vercel/style-guide@5.1.0': resolution: {integrity: sha512-L9lWYePIycm7vIOjDLj+mmMdmmPkW3/brHjgq+nJdvMOrL7Hdk/19w8X583HYSk0vWsq494o5Qkh6x5+uW7ljg==} @@ -4667,6 +4605,10 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + acorn-loose@8.4.0: + resolution: {integrity: sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==} + engines: {node: '>=0.4.0'} + acorn-walk@8.3.1: resolution: {integrity: sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==} engines: {node: '>=0.4.0'} @@ -4716,9 +4658,6 @@ packages: resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} engines: {node: '>=14.16'} - ansi-fragments@0.2.1: - resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==} - ansi-regex@4.1.1: resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} engines: {node: '>=6'} @@ -4864,10 +4803,6 @@ packages: resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} engines: {node: '>=4'} - astral-regex@1.0.0: - resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} - engines: {node: '>=4'} - astral-regex@2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} @@ -4944,6 +4879,11 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + babel-plugin-polyfill-corejs3@0.10.6: + resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + babel-plugin-polyfill-corejs3@0.8.7: resolution: {integrity: sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==} peerDependencies: @@ -4954,11 +4894,19 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-react-compiler@0.0.0-experimental-592953e-20240517: - resolution: {integrity: sha512-OjG1SVaeQZaJrqkMFJatg8W/MTow8Ak5rx2SI0ETQBO1XvOk/XZGMbltNCPdFJLKghBYoBjC+Y3Ap/Xr7B01mA==} + babel-plugin-polyfill-regenerator@0.6.3: + resolution: {integrity: sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + babel-plugin-react-native-web@0.19.13: + resolution: {integrity: sha512-4hHoto6xaN23LCyZgL9LJZc3olmAxd7b6jDzlZnKXAh4rRAbZRKNBJoOOdp46OBqgy+K0t0guTj5/mhA8inymQ==} + + babel-plugin-syntax-hermes-parser@0.23.1: + resolution: {integrity: sha512-uNLD0tk2tLUjGFdmCk+u/3FEw2o+BAwW4g+z2QVlxJrzZYOOPADroEcNtTPt5lNiScctaUmnsTkVEnOwZUOLhA==} - babel-plugin-react-native-web@0.19.12: - resolution: {integrity: sha512-eYZ4+P6jNcB37lObWIg0pUbi7+3PKoU1Oie2j0C8UF3cXyXoR74tO2NBjI/FORb2LJyItJZEAmjU5pSaJYEL1w==} + babel-plugin-syntax-hermes-parser@0.25.1: + resolution: {integrity: sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ==} babel-plugin-transform-flow-enums@0.0.2: resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} @@ -4968,8 +4916,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - babel-preset-expo@11.0.15: - resolution: {integrity: sha512-rgiMTYwqIPULaO7iZdqyL7aAff9QLOX6OWUtLZBlOrOTreGY1yHah/5+l8MvI6NVc/8Zj5LY4Y5uMSnJIuzTLw==} + babel-preset-expo@12.0.4: + resolution: {integrity: sha512-SAzAwqpyjA+/OFrU95OOioj6oTeCv4+rRfrNmBTy5S/gJswrZKBSPJioFudIaJBy43W+BL7HA5AspBIF6tO/aA==} + peerDependencies: + babel-plugin-react-compiler: ^19.0.0-beta-9ee70a1-20241017 + react-compiler-runtime: ^19.0.0-beta-8a03594-20241020 + peerDependenciesMeta: + babel-plugin-react-compiler: + optional: true + react-compiler-runtime: + optional: true babel-preset-jest@29.6.3: resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} @@ -5298,6 +5254,10 @@ packages: chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} + chownr@2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + chownr@3.0.0: resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} engines: {node: '>=18'} @@ -5311,6 +5271,9 @@ packages: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} + chromium-edge-launcher@0.2.0: + resolution: {integrity: sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==} + chromium-pickle-js@0.2.0: resolution: {integrity: sha512-1R5Fho+jBq0DDydt+/vHWj5KJNJCKdARKOCwZUen84I5BreWoLqRLANH1U87eJy1tiASPtMnGqJJq0ZsLoRPOw==} @@ -5383,10 +5346,6 @@ packages: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} - clone@2.1.2: - resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} - engines: {node: '>=0.8'} - clsx@1.2.1: resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==} engines: {node: '>=6'} @@ -5428,9 +5387,6 @@ packages: colord@2.9.3: resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} - colorette@1.4.0: - resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} - colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} @@ -5449,6 +5405,10 @@ packages: resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} engines: {node: '>=16'} + commander@12.1.0: + resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} + engines: {node: '>=18'} + commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -5464,10 +5424,6 @@ packages: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} - commander@9.5.0: - resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} - engines: {node: ^12.20.0 || >=14} - commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} @@ -5597,10 +5553,6 @@ packages: crypto-js@4.2.0: resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==} - crypto-random-string@1.0.0: - resolution: {integrity: sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==} - engines: {node: '>=4'} - crypto-random-string@2.0.0: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} @@ -5709,9 +5661,6 @@ packages: d3-voronoi@1.1.4: resolution: {integrity: sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==} - dag-map@1.0.2: - resolution: {integrity: sha512-+LSAiGFwQ9dRnRdOeaj7g47ZFJcOUPukAP8J3A3fuZ1g9Y44BG+P1sgApjLXTQPOzC4+7S9Wr8kXsfpINM4jpw==} - damerau-levenshtein@1.0.8: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} @@ -5755,15 +5704,6 @@ packages: supports-color: optional: true - debug@4.3.5: - resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - debug@4.3.7: resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} engines: {node: '>=6.0'} @@ -6470,178 +6410,227 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - expo-application@5.9.1: - resolution: {integrity: sha512-uAfLBNZNahnDZLRU41ZFmNSKtetHUT9Ua557/q189ua0AWV7pQjoVAx49E4953feuvqc9swtU3ScZ/hN1XO/FQ==} - peerDependencies: - expo: '*' - - expo-asset@10.0.10: - resolution: {integrity: sha512-0qoTIihB79k+wGus9wy0JMKq7DdenziVx3iUkGvMAy2azscSgWH6bd2gJ9CGnhC6JRd3qTMFBL0ou/fx7WZl7A==} + expo-application@6.0.1: + resolution: {integrity: sha512-w+1quSmKp8SYKT+GAFHSN5c6u+PqoVRIfpsLyRQrQdOnBA9dA8Hw6JT9sHNFmA30A2v1b/sdYZE3qKuRJFNSWQ==} peerDependencies: expo: '*' - expo-barcode-scanner@13.0.1: - resolution: {integrity: sha512-xBGLT1An2gpAMIQRTLU3oHydKohX8r8F9/ait1Fk9Vgd0GraFZbP4IiT7nHMlaw4H6E7Muucf7vXpGV6u7d4HQ==} + expo-asset@11.0.1: + resolution: {integrity: sha512-WatvD7JVC89EsllXFYcS/rji3ajVzE2B/USo0TqedsETixwyVCQfrrvCdCPQyuKghrxVNEj8bQ/Qbea/RZLYjg==} peerDependencies: expo: '*' + react: '*' + react-native: '*' - expo-blur@13.0.2: - resolution: {integrity: sha512-t2p7BChO3Reykued++QJRMZ/og6J3aXtSQ+bU31YcBeXhZLkHwjWEhiPKPnJka7J2/yTs4+jOCNDY0kCZmcE3w==} + expo-blur@14.0.1: + resolution: {integrity: sha512-3Q6jFBLbY8n2vwk28ycUC+eIlVhnlqwkXUKk/Lfaj+SGV3AZMQyrixe7OYwJdUfwqETBrnYYMB6uNrJzOSbG+g==} peerDependencies: expo: '*' + react: '*' + react-native: '*' - expo-build-properties@0.12.5: - resolution: {integrity: sha512-donC1le0PYfLKCPKRMGQoixuWuwDWCngzXSoQXUPsgHTDHQUKr8aw+lcWkTwZcItgNovcnk784I0dyfYDcxybA==} + expo-build-properties@0.13.1: + resolution: {integrity: sha512-7tDlAM0PPkXC0B00C6/FG19sMzwxZNyiDfn22AWVbBxWxZE1/3RqxPgT3MlPVNfvy+wJw7jt/qbAb0S06wFYVg==} peerDependencies: expo: '*' - expo-camera@15.0.16: - resolution: {integrity: sha512-FLE02DMqkjwsb7IugKAqQvBe6s+TCQeb5LupO1+r//wAhBwmHncOrc6zV95ZEC2f9PTPK34nFH/s8CDGiVzIAA==} + expo-camera@16.0.9: + resolution: {integrity: sha512-zyjnv1UfSBU/FFqozAI4yWHjEun4Ex2tkN45TcdNWYb26xU+Ab+is7CLEk3bau/awP7W/xBgSpkI+Lz86hmBqQ==} peerDependencies: expo: '*' + react: '*' + react-native: '*' + react-native-web: '*' + peerDependenciesMeta: + react-native-web: + optional: true - expo-checkbox@3.0.0: - resolution: {integrity: sha512-ZfNUawE0Bp/Xa5Gwtn04yfg6rCnKdqdmBXvEGbYg5U+IfRfLh+ocLiiBAcx760DfdYpzMGQOGpUtWQeEVmJwNw==} - - expo-clipboard@6.0.3: - resolution: {integrity: sha512-RIKDsuHkYfaspifbFpVC8sBVFKR05L7Pj7mU2/XkbrW9m01OBNvdpGraXEMsTFCx97xMGsZpEw9pPquL4j4xVg==} + expo-checkbox@4.0.0: + resolution: {integrity: sha512-kgmdau1cmlztRVEdjAQkdBCBSvI3W1Z6B+gTTr5ickbItxz07qt3j6dQEB3VDL69/bnIN/h9/iwNLVxuSn/C2Q==} peerDependencies: - expo: '*' + react: '*' + react-native: '*' + react-native-web: '*' + peerDependenciesMeta: + react-native-web: + optional: true - expo-constants@16.0.2: - resolution: {integrity: sha512-9tNY3OVO0jfiMzl7ngb6IOyR5VFzNoN5OOazUWoeGfmMqVB5kltTemRvKraK9JRbBKIw+SOYLEmF0sEqgFZ6OQ==} + expo-clipboard@7.0.0: + resolution: {integrity: sha512-4Vuv1zZPTOiKzIeC0BIGUN8nyzkXlE6jKchtLxcoksBjHPdG5W2eH05B+hppTrK9N3+Xh02z4j3h1cFRqPJ1fw==} peerDependencies: expo: '*' + react: '*' + react-native: '*' - expo-dev-client@4.0.29: - resolution: {integrity: sha512-aANlw9dC4PJEPaRNpe+X5xwyYI+aCIcbZklAAsFlkv2/05gLrsvAFgmQpRtowAzF+VggHWde1eKUOeUccAYIEg==} + expo-constants@17.0.3: + resolution: {integrity: sha512-lnbcX2sAu8SucHXEXxSkhiEpqH+jGrf+TF+MO6sHWIESjwOUVVYlT8qYdjR9xbxWmqFtrI4KV44FkeJf2DaFjQ==} peerDependencies: expo: '*' + react-native: '*' - expo-dev-launcher@4.0.29: - resolution: {integrity: sha512-0a0SL8mc4FrqPeGxJHe9kf0kG+Di+38Gd+HP5DEL9dcOa8m2qffKnk22UcyujCT6+Qk0OUK1s53nnfqFB26uVw==} + expo-dev-client@5.0.6: + resolution: {integrity: sha512-UMrS21EQ5TMooQgLp+0YrH+UKpxvO+SzkrAdWyVTrjUJ1Qi1yQCbtcErXkYbAdLbItSF3H04fVvd0lzg0KL3Wg==} peerDependencies: expo: '*' - expo-dev-menu-interface@1.8.4: - resolution: {integrity: sha512-FpYI57EUu9qTSOOi+FZJ58xkCGJK7QD0mTiXK/y1I8lRdZGjCmdBqVvC4dAx2GcbIT78EPxaVf4/90tK/KRK6A==} + expo-dev-launcher@5.0.19: + resolution: {integrity: sha512-3zlOxpWVuV1RDe8OKoejL7XhzidHvtg3iEw564dhXePH5J+Ha9Owkqqiz7A27iqQrENjU/XWBtOxHszj+OBk4Q==} peerDependencies: expo: '*' - expo-dev-menu@5.0.23: - resolution: {integrity: sha512-ztDvrSdFGkRbMoQlGLyKMS6CslMGylonVW4kQHUrBQApCL0c2NtRwLlr2bA1SXF0S7qYdPPg/ayLnj7DDR5X2w==} + expo-dev-menu-interface@1.9.2: + resolution: {integrity: sha512-9piGiHZYnNjoO9oQFWlVsndQ1jhTdGCKf81WfCMHbQBamna/zucC1A+jbGpyzE4icXZZ29CpsSd4uVR+tB2Rfw==} peerDependencies: expo: '*' - expo-device@6.0.2: - resolution: {integrity: sha512-sCt91CuTmAuMXX4SlFOn4lIos2UIr8vb0jDstDDZXys6kErcj0uynC7bQAMreU5uRUTKMAl4MAMpKt9ufCXPBw==} + expo-dev-menu@6.0.14: + resolution: {integrity: sha512-bG4NXm4epHSmZdWW9hZCS7dTcKO82CyVfYMbNSOw5o/FKO9cY/AgfSj6ERPE9zBqYEJJEJaoJ0mzv0d47/h23g==} peerDependencies: expo: '*' - expo-file-system@17.0.1: - resolution: {integrity: sha512-dYpnZJqTGj6HCYJyXAgpFkQWsiCH3HY1ek2cFZVHFoEc5tLz9gmdEgTF6nFHurvmvfmXqxi7a5CXyVm0aFYJBw==} + expo-device@7.0.1: + resolution: {integrity: sha512-/3lk0f9wvle+6svHqWSCBC1B5NYFmXp1D7hmIyecJJVYRLwzrwwTDyNs76oG/UDU5Appdu8QyDKycsx2hqv71w==} peerDependencies: expo: '*' - expo-font@12.0.10: - resolution: {integrity: sha512-Q1i2NuYri3jy32zdnBaHHCya1wH1yMAsI+3CCmj9zlQzlhsS9Bdwcj2W3c5eU5FvH2hsNQy4O+O1NnM6o/pDaQ==} + expo-file-system@18.0.5: + resolution: {integrity: sha512-vm7gA+PB7j99hfvBBFMRiti8OeazFK3AZWtDmCi6WQCXDxngXkAJViXhkHyF3xwDKljzlP8+4BIGrKCzbfoObg==} peerDependencies: expo: '*' + react-native: '*' - expo-haptics@13.0.1: - resolution: {integrity: sha512-qG0EOLDE4bROVT3DtUSyV9g3iB3YFu9j3711X7SNNEnBDXc+2/p3wGDPTnJvPW0ao6HG3/McAOrBQA5hVSdWng==} + expo-font@13.0.1: + resolution: {integrity: sha512-8JE47B+6cLeKWr5ql8gU6YsPHjhrz1vMrTqYMm72No/8iW8Sb/uL4Oc0dpmbjq3hLLXBY0xPBQOgU7FQ6Y04Vg==} peerDependencies: expo: '*' + react: '*' - expo-image-loader@4.7.0: - resolution: {integrity: sha512-cx+MxxsAMGl9AiWnQUzrkJMJH4eNOGlu7XkLGnAXSJrRoIiciGaKqzeaD326IyCTV+Z1fXvIliSgNW+DscvD8g==} + expo-haptics@14.0.0: + resolution: {integrity: sha512-5tYJN+2axYF22BtG1elBQAV1aZPUOCtr9sItClfm4jDoekGiPCxZG/nylcA3DVh2bUHMSll4Y98qjFFFhwZ1Cw==} peerDependencies: expo: '*' - expo-image@1.13.0: - resolution: {integrity: sha512-0NLDcFmEn4Nh1sXeRvNzDHT+Fl6FXtTol6ki6kYYH0/iDeSFWyIy/Fek6kzDDYAmhipSMR7buPf7VVoHseTbAA==} + expo-image@2.0.3: + resolution: {integrity: sha512-+YnHTQv8jbXaut3FY7TDhNiSiGZ927C329mHvTZWV4Fyj32/Hjhhmk7dqq9I6LrA0nqBBiJjFj3u6VdHvCBnZg==} peerDependencies: expo: '*' + react: '*' + react-native: '*' + react-native-web: '*' + peerDependenciesMeta: + react-native-web: + optional: true - expo-json-utils@0.13.1: - resolution: {integrity: sha512-mlfaSArGVb+oJmUcR22jEONlgPp0wj4iNIHfQ2je9Q8WTOqMc0Ws9tUciz3JdJnhffdHqo/k8fpvf0IRmN5HPA==} + expo-json-utils@0.14.0: + resolution: {integrity: sha512-xjGfK9dL0B1wLnOqNkX0jM9p48Y0I5xEPzHude28LY67UmamUyAACkqhZGaPClyPNfdzczk7Ej6WaRMT3HfXvw==} - expo-keep-awake@13.0.2: - resolution: {integrity: sha512-kKiwkVg/bY0AJ5q1Pxnm/GvpeB6hbNJhcFsoOWDh2NlpibhCLaHL826KHUM+WsnJRbVRxJ+K9vbPRHEMvFpVyw==} + expo-keep-awake@14.0.1: + resolution: {integrity: sha512-c5mGCAIk2YM+Vsdy90BlEJ4ZX+KG5Au9EkJUIxXWlpnuKmDAJ3N+5nEZ7EUO1ZTheqoSBeAo4jJ8rTWPU+JXdw==} peerDependencies: expo: '*' + react: '*' - expo-linear-gradient@13.0.2: - resolution: {integrity: sha512-EDcILUjRKu4P1rtWcwciN6CSyGtH7Bq4ll3oTRV7h3h8oSzSilH1g6z7kTAMlacPBKvMnkkWOGzW6KtgMKEiTg==} + expo-linear-gradient@14.0.1: + resolution: {integrity: sha512-apGtUO9AZ52ZWvX9f6K9TamWw8XcUby7jZ0Pcvd5LxUO7pl7tDPx2VlKqpzbhhS4yfCiUwX58wqocwVnE/0ZVg==} peerDependencies: expo: '*' + react: '*' + react-native: '*' - expo-linking@6.3.1: - resolution: {integrity: sha512-xuZCntSBGWCD/95iZ+mTUGTwHdy8Sx+immCqbUBxdvZ2TN61P02kKg7SaLS8A4a/hLrSCwrg5tMMwu5wfKr35g==} + expo-linking@7.0.3: + resolution: {integrity: sha512-YiDacNzeQZd/bdOwGyi+YlawM4GGbcSRkuFCpDGIK7D1KUGqLinBHwJvxUMb9Zert2Ois5IHtmZaZ1et6g229g==} + peerDependencies: + react: '*' + react-native: '*' - expo-local-authentication@14.0.1: - resolution: {integrity: sha512-kAwUD1wEqj1fhwQgIHlP4H/JV9AcX+NO3BJwhPM2HuCFS0kgx2wvcHisnKBSTRyl8u5Jt4odzMyQkDJystwUTg==} + expo-local-authentication@15.0.1: + resolution: {integrity: sha512-CGqcfgUNy1sQB0Uem8XWphPbMIC/R6TWknATNKROybQCt22R6GLkBEv2fEhggBtuGRK9ogi5p6ta2NRK8FpFUg==} peerDependencies: expo: '*' - expo-localization@15.0.3: - resolution: {integrity: sha512-IfcmlKuKRlowR9qIzL0e+nGHBeNoF7l2GQaOJstc7HZiPjNJ4J1R4D53ZNf483dt7JSkTRJBihdTadOtOEjRdg==} + expo-localization@16.0.0: + resolution: {integrity: sha512-PaWDUs6sNaEbFwQc6QKsTfYCg9GDo3bBl+cWnoG0G7pn1A623CcMwWyV7jD5jpqz0s1gHmwSRjR3vKOqhouRWg==} peerDependencies: expo: '*' + react: '*' - expo-manifests@0.14.3: - resolution: {integrity: sha512-L3b5/qocBPiQjbW0cpOHfnqdKZbTJS7sA3mgeDJT+mWga/xYsdpma1EfNmsuvrOzjLGjStr1k1fceM9Bl49aqQ==} + expo-manifests@0.15.4: + resolution: {integrity: sha512-Ki6+twRbm+HTX3L8larhOdDbSYPG3ojGnZepR/+TGg3JF/5yyscosDVY6c6z8xEGjKIjs1F813yq9yAfiPh8/g==} peerDependencies: expo: '*' - expo-modules-autolinking@1.11.3: - resolution: {integrity: sha512-oYh8EZEvYF5TYppxEKUTTJmbr8j7eRRnrIxzZtMvxLTXoujThVPMFS/cbnSnf2bFm1lq50TdDNABhmEi7z0ngQ==} + expo-modules-autolinking@2.0.4: + resolution: {integrity: sha512-e0p+19NhmD50U7s7BV7kWIypWmTNC9n/VlJKlXS05hM/zX7pe6JKmXyb+BFnXJq3SLBalLCUY0tu2gEUF3XeVg==} hasBin: true - expo-modules-core@1.12.26: - resolution: {integrity: sha512-y8yDWjOi+rQRdO+HY+LnUlz8qzHerUaw/LUjKPU/mX8PRXP4UUPEEp5fjAwBU44xjNmYSHWZDwet4IBBE+yQUA==} + expo-modules-core@2.1.1: + resolution: {integrity: sha512-yQzYCLR2mre4BNMXuqkeJ0oSNgmGEMI6BcmIzeNZbC2NFEjiaDpKvlV9bclYCtyVhUEVNbJcEPYMr6c1Y4eR4w==} - expo-navigation-bar@3.0.7: - resolution: {integrity: sha512-KCNHyZ58zoN4xdy7D1lUdJvveCYNVQHGSX4M6xO/SZypvI6GZbLzKSN6Lx4GDGEFxG6Kb+EAckZl48tSiNeGYQ==} + expo-navigation-bar@4.0.6: + resolution: {integrity: sha512-T0DTTCvMC3PbTRELGbUMcx2OE11er8yxARw0SjrWHJLKMWy0eTCS8bPAgYRQcJuCfffvPAIQAfjr40cMsyRNqw==} peerDependencies: expo: '*' + react: '*' + react-native: '*' - expo-screen-capture@6.0.1: - resolution: {integrity: sha512-rJnwcKxZ6anfEx2xFeRo9MAVp2JgI4S+TuhUurHRf9rildPVorS2JvLey3i5xZPs7CxEe2xcijTmr5WT5Lw4dA==} + expo-screen-capture@7.0.0: + resolution: {integrity: sha512-DDi77VfqLHSQiVTsW6lR6yGHbGtSS2oGK8vYRkjJPMePquP6/+5Nfx6JS+SNpRDAVBp2QP4TfTxEnWEF+V3wIQ==} peerDependencies: expo: '*' + react: '*' - expo-secure-store@13.0.2: - resolution: {integrity: sha512-3QYgoneo8p8yeeBPBiAfokNNc2xq6+n8+Ob4fAlErEcf4H7Y72LH+K/dx0nQyWau2ZKZUXBxyyfuHFyVKrEVLg==} + expo-secure-store@14.0.0: + resolution: {integrity: sha512-VyhtRFXP+7hQmHhKlHIOWid1Q/IRpM7Uif32tZHLZHvQ6FNz2cUkr26XWGvCa7btYbrR6OL++FBFZYjbIcRZTw==} peerDependencies: expo: '*' - expo-sensors@13.0.9: - resolution: {integrity: sha512-yi/TERUP8dpsJWWRgjT+UuQ7PI604PMndwXh9iBnfNO7q+dtoKZKsVSNJw61IKLNflbtCAyJxgmzPoe/JDT04Q==} + expo-sensors@14.0.1: + resolution: {integrity: sha512-dgSUCrNEvOpqI9hj2QI1r0hZJux1b7W4Jz+f2Ahg8UvyMn4UpOU39YbHDDJ6dvvXEdeeYYFknM0XJYAyhzkPAw==} peerDependencies: expo: '*' + react-native: '*' - expo-splash-screen@0.27.7: - resolution: {integrity: sha512-s+eGcG185878nixlrjhhLD6UDYrvoqBUaBkIEozBVWFg3pkdsKpONPiUAco4XR3h7I/9ODq4quN28RJLFO+s0Q==} + expo-splash-screen@0.29.18: + resolution: {integrity: sha512-bTBY+LF6YtYen2j60yGNh2SX/tG4UXZAyBCMMriOSiZZ7LSCs3ARyEufaSiWk+ckWShTeMqItOnaAN/CAF8MJA==} peerDependencies: expo: '*' - expo-status-bar@1.12.1: - resolution: {integrity: sha512-/t3xdbS8KB0prj5KG5w7z+wZPFlPtkgs95BsmrP/E7Q0xHXTcDcQ6Cu2FkFuRM+PKTb17cJDnLkawyS5vDLxMA==} + expo-status-bar@2.0.0: + resolution: {integrity: sha512-vxxdpvpNDMTEc5uTiIrbTvySKKUsOACmfl8OZuUdjNle05oGqwtq3v5YObwym/njSByjoyuZX8UpXBZnxvarwQ==} + peerDependencies: + react: '*' + react-native: '*' - expo-updates-interface@0.16.2: - resolution: {integrity: sha512-929XBU70q5ELxkKADj1xL0UIm3HvhYhNAOZv5DSk7rrKvLo7QDdPyl+JVnwZm9LrkNbH4wuE2rLoKu1KMgZ+9A==} + expo-updates-interface@1.0.0: + resolution: {integrity: sha512-93oWtvULJOj+Pp+N/lpTcFfuREX1wNeHtp7Lwn8EbzYYmdn37MvZU3TPW2tYYCZuhzmKEXnUblYcruYoDu7IrQ==} peerDependencies: expo: '*' - expo-web-browser@13.0.3: - resolution: {integrity: sha512-HXb7y82ApVJtqk8tManyudtTrCtx8xcUnVzmJECeHCB0SsWSQ+penVLZxJkcyATWoJOsFMnfVSVdrTcpKKGszQ==} + expo-web-browser@14.0.1: + resolution: {integrity: sha512-QM9F3ie+UyIOoBvqFmT6CZojb1vMc2H+7ZlMT5dEu1PL2jtYyOeK2hLfbt/EMt7CBm/w+P29H9W9Y9gdebOkuQ==} peerDependencies: expo: '*' + react-native: '*' - expo@51.0.39: - resolution: {integrity: sha512-Cs/9xopyzJrpXWbyVUZnr37rprdFJorRgfSp6cdBfvbjxZeKnw2MEu7wJwV/s626i5lZTPGjZPHUF9uQvt51cg==} + expo@52.0.18: + resolution: {integrity: sha512-z+qdUbH0d5JRknE3VrY0s5k+3j5JpsLx4vXRwV4To8Xm5uf3d642FQ2HbuPWFAAhtSKFQsxQAh3iuAUGAWDBhg==} hasBin: true + peerDependencies: + '@expo/dom-webview': '*' + '@expo/metro-runtime': '*' + react: '*' + react-native: '*' + react-native-webview: '*' + peerDependenciesMeta: + '@expo/dom-webview': + optional: true + '@expo/metro-runtime': + optional: true + react-native-webview: + optional: true + + exponential-backoff@3.1.1: + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} ext-list@2.2.2: resolution: {integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==} @@ -6699,10 +6688,6 @@ packages: fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} - fast-xml-parser@4.4.1: - resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==} - hasBin: true - fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} @@ -6884,6 +6869,10 @@ packages: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} engines: {node: '>=10'} + fs-minipass@2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + fs-minipass@3.0.3: resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -6984,10 +6973,6 @@ packages: resolution: {integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==} deprecated: Glob versions prior to v9 are no longer supported - glob@7.1.6: - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} - deprecated: Glob versions prior to v9 are no longer supported - glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Glob versions prior to v9 are no longer supported @@ -7047,12 +7032,6 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - graphql-tag@2.12.6: - resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} - engines: {node: '>=10'} - peerDependencies: - graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - graphql@15.8.0: resolution: {integrity: sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==} engines: {node: '>= 10.x'} @@ -7105,15 +7084,23 @@ packages: resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} engines: {node: '>= 0.4'} - hermes-estree@0.19.1: - resolution: {integrity: sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g==} + hermes-estree@0.23.1: + resolution: {integrity: sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==} - hermes-parser@0.19.1: - resolution: {integrity: sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A==} + hermes-estree@0.24.0: + resolution: {integrity: sha512-LyoXLB7IFzeZW0EvAbGZacbxBN7t6KKSDqFJPo3Ydow7wDlrDjXwsdiAHV6XOdvEN9MEuWXsSIFN4tzpyrXIHw==} - hermes-profile-transformer@0.0.6: - resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} - engines: {node: '>=8'} + hermes-estree@0.25.1: + resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==} + + hermes-parser@0.23.1: + resolution: {integrity: sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA==} + + hermes-parser@0.24.0: + resolution: {integrity: sha512-IJooSvvu2qNRe7oo9Rb04sUT4omtZqZqf9uq9WM25Tb6v3usmvA93UqfnnoWs5V0uYjEl9Al6MNU10MCGKLwpg==} + + hermes-parser@0.25.1: + resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==} hey-listen@1.0.8: resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==} @@ -7135,6 +7122,10 @@ packages: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} + hosted-git-info@7.0.2: + resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} + engines: {node: ^16.14.0 || >=18.0.0} + html-encoding-sniffer@3.0.0: resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} engines: {node: '>=12'} @@ -7357,10 +7348,6 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true - is-extglob@1.0.0: - resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} - engines: {node: '>=0.10.0'} - is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -7368,10 +7355,6 @@ packages: is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} - is-fullwidth-code-point@2.0.0: - resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} - engines: {node: '>=4'} - is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -7384,10 +7367,6 @@ packages: resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} engines: {node: '>= 0.4'} - is-glob@2.0.1: - resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} - engines: {node: '>=0.10.0'} - is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -7401,10 +7380,6 @@ packages: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} - is-invalid-path@0.1.0: - resolution: {integrity: sha512-aZMG0T3F34mTg4eTdszcGXx54oiZ4NtHSft3hWNJMGJXUUqdIj3cOZuHcU0nCWWcY3jd7yRe/3AEm3vSNTpBGQ==} - engines: {node: '>=0.10.0'} - is-map@2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} @@ -7493,10 +7468,6 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} - is-valid-path@0.1.1: - resolution: {integrity: sha512-+kwPrVDu9Ms03L90Qaml+79+6DZHqHyRoANI6IsZJ/g8frhnfchDOBCa0RbQ6/kdHt5CS5OeIEyrYznNuVN+8A==} - engines: {node: '>=0.10.0'} - is-weakmap@2.0.1: resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} @@ -7634,9 +7605,12 @@ packages: resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-expo@51.0.4: - resolution: {integrity: sha512-WmlR4rUur1TNF/F14brKCmPdX3TWf7Bno/6A1PuxnflN79LEIXpXuPKMlMWwCCChTohGB5FRniknRibblWu1ug==} + jest-expo@52.0.2: + resolution: {integrity: sha512-6xV/+IRw93Org1UlgIqu89Ex3vuPRozD5VqTS95AonHMgjb0XTHHhMmn+TdR1d3i3ziy7JFbWAMoBLwminIalw==} hasBin: true + peerDependencies: + expo: '*' + react-native: '*' jest-get-type@29.6.3: resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} @@ -7821,10 +7795,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-schema-deref-sync@0.13.0: - resolution: {integrity: sha512-YBOEogm5w9Op337yb6pAT6ZXDqlxAsQCanM3grid8lMWNxRJO/zWEJi3ZzqDL8boWfwhTFym5EFrNgWwpqcBRg==} - engines: {node: '>=6.0.0'} - json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} @@ -7912,56 +7882,68 @@ packages: lighthouse-logger@1.4.2: resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} - lightningcss-darwin-arm64@1.19.0: - resolution: {integrity: sha512-wIJmFtYX0rXHsXHSr4+sC5clwblEMji7HHQ4Ub1/CznVRxtCFha6JIt5JZaNf8vQrfdZnBxLLC6R8pC818jXqg==} + lightningcss-darwin-arm64@1.27.0: + resolution: {integrity: sha512-Gl/lqIXY+d+ySmMbgDf0pgaWSqrWYxVHoc88q+Vhf2YNzZ8DwoRzGt5NZDVqqIW5ScpSnmmjcgXP87Dn2ylSSQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.19.0: - resolution: {integrity: sha512-Lif1wD6P4poaw9c/4Uh2z+gmrWhw/HtXFoeZ3bEsv6Ia4tt8rOJBdkfVaUJ6VXmpKHALve+iTyP2+50xY1wKPw==} + lightningcss-darwin-x64@1.27.0: + resolution: {integrity: sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] - lightningcss-linux-arm-gnueabihf@1.19.0: - resolution: {integrity: sha512-P15VXY5682mTXaiDtbnLYQflc8BYb774j2R84FgDLJTN6Qp0ZjWEFyN1SPqyfTj2B2TFjRHRUvQSSZ7qN4Weig==} + lightningcss-freebsd-x64@1.27.0: + resolution: {integrity: sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + + lightningcss-linux-arm-gnueabihf@1.27.0: + resolution: {integrity: sha512-MUMRmtdRkOkd5z3h986HOuNBD1c2lq2BSQA1Jg88d9I7bmPGx08bwGcnB75dvr17CwxjxD6XPi3Qh8ArmKFqCA==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.19.0: - resolution: {integrity: sha512-zwXRjWqpev8wqO0sv0M1aM1PpjHz6RVIsBcxKszIG83Befuh4yNysjgHVplF9RTU7eozGe3Ts7r6we1+Qkqsww==} + lightningcss-linux-arm64-gnu@1.27.0: + resolution: {integrity: sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.19.0: - resolution: {integrity: sha512-vSCKO7SDnZaFN9zEloKSZM5/kC5gbzUjoJQ43BvUpyTFUX7ACs/mDfl2Eq6fdz2+uWhUh7vf92c4EaaP4udEtA==} + lightningcss-linux-arm64-musl@1.27.0: + resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.19.0: - resolution: {integrity: sha512-0AFQKvVzXf9byrXUq9z0anMGLdZJS+XSDqidyijI5njIwj6MdbvX2UZK/c4FfNmeRa2N/8ngTffoIuOUit5eIQ==} + lightningcss-linux-x64-gnu@1.27.0: + resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.19.0: - resolution: {integrity: sha512-SJoM8CLPt6ECCgSuWe+g0qo8dqQYVcPiW2s19dxkmSI5+Uu1GIRzyKA0b7QqmEXolA+oSJhQqCmJpzjY4CuZAg==} + lightningcss-linux-x64-musl@1.27.0: + resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-win32-x64-msvc@1.19.0: - resolution: {integrity: sha512-C+VuUTeSUOAaBZZOPT7Etn/agx/MatzJzGRkeV+zEABmPuntv1zihncsi+AyGmjkkzq3wVedEy7h0/4S84mUtg==} + lightningcss-win32-arm64-msvc@1.27.0: + resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [win32] + + lightningcss-win32-x64-msvc@1.27.0: + resolution: {integrity: sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] - lightningcss@1.19.0: - resolution: {integrity: sha512-yV5UR7og+Og7lQC+70DA7a8ta1uiOPnWPJfxa0wnxylev5qfo4P+4iMpzWAdYWOca4jdNQZii+bDL/l+4hUXIA==} + lightningcss@1.27.0: + resolution: {integrity: sha512-8f7aNmS1+etYSLHht0fQApPc2kNO8qGRutifN5rVIc6Xo6ABsEbqOr758UwI7ALVbTt4x1fllKt0PYgzD9S3yQ==} engines: {node: '>= 12.0.0'} lilconfig@3.0.0: @@ -8058,26 +8040,19 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} - logkitty@0.7.1: - resolution: {integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==} - hasBin: true - loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true - lottie-react-native@6.7.0: - resolution: {integrity: sha512-doiF/36LaKkzo0XkgUIK8egxALNY6jGjCI4szpRuwop15LTW3DFtIA2L3pusNdaH7oM797aSH5UylIJw2k+Hgw==} + lottie-react-native@7.1.0: + resolution: {integrity: sha512-73jtQySxRZ8KTTSKf6CtcpCt8tpOCw4NRiCST4HTYgXlycxIihIp89jRcK8rS/QiBKl5bzyixMzpVmd4mYVH5Q==} peerDependencies: - '@dotlottie/react-player': ^1.6.1 - '@lottiefiles/react-lottie-player': ^3.5.3 + '@lottiefiles/dotlottie-react': ^0.6.5 react: '*' react-native: '>=0.46' react-native-windows: '>=0.63.x' peerDependenciesMeta: - '@dotlottie/react-player': - optional: true - '@lottiefiles/react-lottie-player': + '@lottiefiles/dotlottie-react': optional: true react-native-windows: optional: true @@ -8172,15 +8147,9 @@ packages: md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} - md5@2.2.1: - resolution: {integrity: sha512-PlGG4z5mBANDGCKsYQe0CaUYHdZYZt8ZPZLmEt+Urf0W4GlpTX4HescwHU+dc9+Z/G/vZKYZYFrwgm9VxK6QOQ==} - md5@2.3.0: resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==} - md5hex@1.0.0: - resolution: {integrity: sha512-c2YOUbp33+6thdCUi34xIyOU/a7bvGKj/3DB1iaPMTuPHf/Q2d5s4sn1FaCOO43XkXggnb08y5W2PU8UNYNLKQ==} - mdn-data@2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} @@ -8190,9 +8159,6 @@ packages: memoize-one@6.0.0: resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==} - memory-cache@0.2.0: - resolution: {integrity: sha512-OcjA+jzjOYzKmKS6IQVALHLVz+rNTMPoJvCztFaZxwG14wtAW7VRZjwTQu06vKCYOxh4jVnik7ya0SXTB0W+xA==} - meow@6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} @@ -8208,62 +8174,62 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - metro-babel-transformer@0.80.6: - resolution: {integrity: sha512-ssuoVC4OzqaOt3LpwfUbDfBlFGRu9v1Yf2JJnKPz0ROYHNjSBws4aUesqQQ/Ea8DbiH7TK4j4cJmm+XjdHmgqA==} - engines: {node: '>=18'} + metro-babel-transformer@0.81.0: + resolution: {integrity: sha512-Dc0QWK4wZIeHnyZ3sevWGTnnSkIDDn/SWyfrn99zbKbDOCoCYy71PAn9uCRrP/hduKLJQOy+tebd63Rr9D8tXg==} + engines: {node: '>=18.18'} - metro-cache-key@0.80.6: - resolution: {integrity: sha512-DFmjQacC8m/S3HpELklLMWkPGP/fZPX3BSgjd0xQvwIvWyFwk8Nn/lfp/uWdEVDtDSIr64/anXU5uWohGwlWXw==} - engines: {node: '>=18'} + metro-cache-key@0.81.0: + resolution: {integrity: sha512-qX/IwtknP9bQZL78OK9xeSvLM/xlGfrs6SlUGgHvrxtmGTRSsxcyqxR+c+7ch1xr05n62Gin/O44QKg5V70rNQ==} + engines: {node: '>=18.18'} - metro-cache@0.80.6: - resolution: {integrity: sha512-NP81pHSPkzs+iNlpVkJqijrpcd6lfuDAunYH9/Rn8oLNz0yLfkl8lt+xOdUU4IkFt3oVcTBEFCnzAzv4B8YhyA==} - engines: {node: '>=18'} + metro-cache@0.81.0: + resolution: {integrity: sha512-DyuqySicHXkHUDZFVJmh0ygxBSx6pCKUrTcSgb884oiscV/ROt1Vhye+x+OIHcsodyA10gzZtrVtxIFV4l9I4g==} + engines: {node: '>=18.18'} - metro-config@0.80.6: - resolution: {integrity: sha512-vHYYvJpRTWYbmvqlR7i04xQpZCHJ6yfZ/xIcPdz2ssbdJGGJbiT1Aar9wr8RAhsccSxdJgfE5B1DB8Mo+DnhIg==} - engines: {node: '>=18'} + metro-config@0.81.0: + resolution: {integrity: sha512-6CinEaBe3WLpRlKlYXXu8r1UblJhbwD6Gtnoib5U8j6Pjp7XxMG9h/DGMeNp9aGLDu1OieUqiXpFo7O0/rR5Kg==} + engines: {node: '>=18.18'} - metro-core@0.80.6: - resolution: {integrity: sha512-fn4rryTUAwzFJWj7VIPDH4CcW/q7MV4oGobqR6NsuxZoIGYrVpK7pBasumu5YbCqifuErMs5s23BhmrDNeZURw==} - engines: {node: '>=18'} + metro-core@0.81.0: + resolution: {integrity: sha512-CVkM5YCOAFkNMvJai6KzA0RpztzfEKRX62/PFMOJ9J7K0uq/UkOFLxcgpcncMIrfy0PbfEj811b69tjULUQe1Q==} + engines: {node: '>=18.18'} - metro-file-map@0.80.6: - resolution: {integrity: sha512-S3CUqvpXpc+q3q+hCEWvFKhVqgq0VmXdZQDF6u7ue86E2elq1XLnfLOt9JSpwyhpMQRyysjSCnd/Yh6GZMNHoQ==} - engines: {node: '>=18'} + metro-file-map@0.81.0: + resolution: {integrity: sha512-zMDI5uYhQCyxbye/AuFx/pAbsz9K+vKL7h1ShUXdN2fz4VUPiyQYRsRqOoVG1DsiCgzd5B6LW0YW77NFpjDQeg==} + engines: {node: '>=18.18'} - metro-minify-terser@0.80.6: - resolution: {integrity: sha512-83eZaH2+B+jP92KuodPqXknzwmiboKAuZY4doRfTEEXAG57pNVNN6cqSRJlwDnmaTBKRffxoncBXbYqHQgulgg==} - engines: {node: '>=18'} + metro-minify-terser@0.81.0: + resolution: {integrity: sha512-U2ramh3W822ZR1nfXgIk+emxsf5eZSg10GbQrT0ZizImK8IZ5BmJY+BHRIkQgHzWFpExOVxC7kWbGL1bZALswA==} + engines: {node: '>=18.18'} - metro-resolver@0.80.6: - resolution: {integrity: sha512-R7trfglG4zY4X9XyM9cvuffAhQ9W1reWoahr1jdEWa6rOI8PyM0qXjcsb8l+fsOQhdSiVlkKcYAmkyrs1S/zrA==} - engines: {node: '>=18'} + metro-resolver@0.81.0: + resolution: {integrity: sha512-Uu2Q+buHhm571cEwpPek8egMbdSTqmwT/5U7ZVNpK6Z2ElQBBCxd7HmFAslKXa7wgpTO2FAn6MqGeERbAtVDUA==} + engines: {node: '>=18.18'} - metro-runtime@0.80.6: - resolution: {integrity: sha512-21GQVd0pp2nACoK0C2PL8mBsEhIFUFFntYrWRlYNHtPQoqDzddrPEIgkyaABGXGued+dZoBlFQl+LASlmmfkvw==} - engines: {node: '>=18'} + metro-runtime@0.81.0: + resolution: {integrity: sha512-6oYB5HOt37RuGz2eV4A6yhcl+PUTwJYLDlY9vhT+aVjbUWI6MdBCf69vc4f5K5Vpt+yOkjy+2LDwLS0ykWFwYw==} + engines: {node: '>=18.18'} - metro-source-map@0.80.6: - resolution: {integrity: sha512-lqDuSLctWy9Qccu4Zl0YB1PzItpsqcKGb1nK0aDY+lzJ26X65OCib2VzHlj+xj7e4PiIKOfsvDCczCBz4cnxdg==} - engines: {node: '>=18'} + metro-source-map@0.81.0: + resolution: {integrity: sha512-TzsVxhH83dyxg4A4+L1nzNO12I7ps5IHLjKGZH3Hrf549eiZivkdjYiq/S5lOB+p2HiQ+Ykcwtmcja95LIC62g==} + engines: {node: '>=18.18'} - metro-symbolicate@0.80.6: - resolution: {integrity: sha512-SGwKeBi+lK7NmM5+EcW6DyRRa9HmGSvH0LJtlT4XoRMbpxzsLYs0qUEA+olD96pOIP+ta7I8S30nQr2ttqgO8A==} - engines: {node: '>=18'} + metro-symbolicate@0.81.0: + resolution: {integrity: sha512-C/1rWbNTPYp6yzID8IPuQPpVGzJ2rbWYBATxlvQ9dfK5lVNoxcwz77hjcY8ISLsRRR15hyd/zbjCNKPKeNgE1Q==} + engines: {node: '>=18.18'} hasBin: true - metro-transform-plugins@0.80.6: - resolution: {integrity: sha512-e04tdTC5Fy1vOQrTTXb5biao0t7nR/h+b1IaBTlM5UaHaAJZr658uVOoZhkRxKjbhF2mIwJ/8DdorD2CA15BCg==} - engines: {node: '>=18'} + metro-transform-plugins@0.81.0: + resolution: {integrity: sha512-uErLAPBvttGCrmGSCa0dNHlOTk3uJFVEVWa5WDg6tQ79PRmuYRwzUgLhVzn/9/kyr75eUX3QWXN79Jvu4txt6Q==} + engines: {node: '>=18.18'} - metro-transform-worker@0.80.6: - resolution: {integrity: sha512-jV+VgCLiCj5jQadW/h09qJaqDreL6XcBRY52STCoz2xWn6WWLLMB5nXzQtvFNPmnIOps+Xu8+d5hiPcBNOhYmA==} - engines: {node: '>=18'} + metro-transform-worker@0.81.0: + resolution: {integrity: sha512-HrQ0twiruhKy0yA+9nK5bIe3WQXZcC66PXTvRIos61/EASLAP2DzEmW7IxN/MGsfZegN2UzqL2CG38+mOB45vg==} + engines: {node: '>=18.18'} - metro@0.80.6: - resolution: {integrity: sha512-f6Nhnht9TxVRP6zdBq9J2jNdeDBxRmJFnjxhQS1GeCpokBvI6fTXq+wHTLz5jZA+75fwbkPSzBxBJzQa6xi0AQ==} - engines: {node: '>=18'} + metro@0.81.0: + resolution: {integrity: sha512-kzdzmpL0gKhEthZ9aOV7sTqvg6NuTxDV8SIm9pf9sO8VVEbKrQk5DNcwupOUjgPPFAuKUc2NkT0suyT62hm2xg==} + engines: {node: '>=18.18'} hasBin: true micro-ftch@0.3.1: @@ -8388,6 +8354,10 @@ packages: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} + minizlib@2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + minizlib@3.0.1: resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==} engines: {node: '>= 18'} @@ -8519,10 +8489,6 @@ packages: node-releases@2.0.18: resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} - node-stream-zip@1.15.0: - resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} - engines: {node: '>=0.12.0'} - normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} @@ -8534,6 +8500,10 @@ packages: resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} engines: {node: '>=10'} + npm-package-arg@11.0.3: + resolution: {integrity: sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==} + engines: {node: ^16.14.0 || >=18.0.0} + npm-package-arg@7.0.0: resolution: {integrity: sha512-xXxr8y5U0kl8dVkz2oK7yZjPBvqM2fwaO5l3Yg13p03v8+E3qQcD0JNhHzjL1vyGgxcKkD0cco+NLR72iuPk3g==} @@ -8558,9 +8528,9 @@ packages: nwsapi@2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} - ob1@0.80.6: - resolution: {integrity: sha512-nlLGZPMQ/kbmkdIb5yvVzep1jKUII2x6ehNsHpgy71jpnJMW7V+KsB3AjYI2Ajb7UqMAMNjlssg6FUodrEMYzg==} - engines: {node: '>=18'} + ob1@0.81.0: + resolution: {integrity: sha512-6Cvrkxt1tqaRdWqTAMcVYEiO5i1xcF9y7t06nFdjFqkfPsEloCf8WwhXdwBpNUkVYSQlSGS7cDgVQR86miBfBQ==} + engines: {node: '>=18.18'} object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} @@ -8995,10 +8965,6 @@ packages: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} - pretty-format@24.9.0: - resolution: {integrity: sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==} - engines: {node: '>= 6'} - pretty-format@26.6.2: resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} engines: {node: '>= 10'} @@ -9011,6 +8977,10 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + proc-log@4.2.0: + resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -9086,11 +9056,6 @@ packages: resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} engines: {node: '>=6'} - querystring@0.2.1: - resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==} - engines: {node: '>=0.4.x'} - deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. - querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} @@ -9155,13 +9120,13 @@ packages: react: ^16.8.0 || ^17 || ^18 react-dom: ^16.8.0 || ^17 || ^18 - react-devtools-core@5.3.0: - resolution: {integrity: sha512-IG3T+azv48Oc5VLdHR4XdBNKNZIUOKRtx0sJMRvb++Zom/uqtx73j6u37JCsIBNIaq6vA7RPH5Bbcf/Wj53KXA==} + react-devtools-core@5.3.2: + resolution: {integrity: sha512-crr9HkVrDiJ0A4zot89oS0Cgv0Oa4OG1Em4jit3P3ZxZSKPMYyMjfwMqgcJna9o625g8oN87rBm8SWWrSTBZxg==} - react-dom@18.2.0: - resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + react-dom@18.3.1: + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} peerDependencies: - react: ^18.2.0 + react: ^18.3.1 react-draggable@4.4.6: resolution: {integrity: sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==} @@ -9223,8 +9188,8 @@ packages: react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + react-is@18.3.1: + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} react-middle-ellipsis@1.2.2: resolution: {integrity: sha512-tTsyS/hOjT3C5WjpueAx1/WsYUVnNlUnDRCKSffGT1ns7b0NbSi6FGVVPDLTxn207B0sVjNTbMnk1HFGWd5hzA==} @@ -9246,8 +9211,8 @@ packages: peerDependencies: react-native: '>=0.47.0' - react-native-gesture-handler@2.21.2: - resolution: {integrity: sha512-HcwB225K9aeZ8e/B8nFzEh+2T4EPWTeamO1l/y3PcQ9cyCDYO2zja/G31ITpYRIqkip7XzGs6wI/gnHOQn1LDQ==} + react-native-gesture-handler@2.20.2: + resolution: {integrity: sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==} peerDependencies: react: '*' react-native: '*' @@ -9274,8 +9239,8 @@ packages: react-native: '> 0.50.0' react-native-gesture-handler: '> 1.0.0' - react-native-pager-view@6.3.0: - resolution: {integrity: sha512-ufJOoVa9pFL1J/yb4hpsCqp8n1qTlcF5VvwqvCacHX//D7hSeRscsiIXg1u1pXNWwllvACb+mqxec/3Uj2mxrA==} + react-native-pager-view@6.5.1: + resolution: {integrity: sha512-YdX7bP+rPYvATMU7HzlMq9JaG3ui/+cVRbFZFGW+QshDULANFg9ECR1BA7H7JTIcO/ZgWCwF+1aVmYG5yBA9Og==} peerDependencies: react: '*' react-native: '*' @@ -9299,21 +9264,27 @@ packages: react-native-gesture-handler: '>=2.0.0' react-native-reanimated: '>=3.0.0' - react-native-reanimated@3.10.1: - resolution: {integrity: sha512-sfxg6vYphrDc/g4jf/7iJ7NRi+26z2+BszPmvmk0Vnrz6FL7HYljJqTf531F1x6tFmsf+FEAmuCtTUIXFLVo9w==} + react-native-reanimated@3.16.5: + resolution: {integrity: sha512-mq/5k14pimkhCeP9XwFJkEr8XufaHqIekum8fqpsn0fcBzbLvyiqfM2LEuBvi0+DTv5Bd2dHmUHkYqGYfkj3Jw==} peerDependencies: '@babel/core': ^7.0.0-0 react: '*' react-native: '*' - react-native-safe-area-context@4.10.5: - resolution: {integrity: sha512-Wyb0Nqw2XJ6oZxW/cK8k5q7/UAhg/wbEG6UVf89rQqecDZTDA5ic//P9J6VvJRVZerzGmxWQpVuM7f+PRYUM4g==} + react-native-safe-area-context@4.12.0: + resolution: {integrity: sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ==} + peerDependencies: + react: '*' + react-native: '*' + + react-native-screens@4.1.0: + resolution: {integrity: sha512-tCBwe7fRMpoi/nIgZxE86N8b2SH8d5PlfGaQO8lgqlXqIyvwqm3u1HJCaA0tsacPyzhW7vVtRfQyq9e1j0S2gA==} peerDependencies: react: '*' react-native: '*' - react-native-screens@3.31.1: - resolution: {integrity: sha512-8fRW362pfZ9y4rS8KY5P3DFScrmwo/vu1RrRMMx0PNHbeC9TLq0Kw1ubD83591yz64gLNHFLTVkTJmWeWCXKtQ==} + react-native-svg@15.8.0: + resolution: {integrity: sha512-KHJzKpgOjwj1qeZzsBjxNdoIgv2zNCO9fVcoq2TEhTRsVV5DGTZ9JzUZwybd7q4giT/H3RdtqC3u44dWdO0Ffw==} peerDependencies: react: '*' react-native: '*' @@ -9342,8 +9313,8 @@ packages: peerDependencies: react-native: '*' - react-native-web@0.19.10: - resolution: {integrity: sha512-IQoHiTQq8egBCVVwmTrYcFLgEFyb4LMZYEktHn4k22JMk9+QTCEz5WTfvr+jdNoeqj/7rtE81xgowKbfGO74qg==} + react-native-web@0.19.13: + resolution: {integrity: sha512-etv3bN8rJglrRCp/uL4p7l8QvUNUC++QwDbdZ8CB7BvZiMvsxfFIRM1j04vxNldG3uo2puRd6OSWR3ibtmc29A==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -9354,13 +9325,13 @@ packages: react: '*' react-native: '*' - react-native@0.74.5: - resolution: {integrity: sha512-Bgg2WvxaGODukJMTZFTZBNMKVaROHLwSb8VAGEdrlvKwfb1hHg/3aXTUICYk7dwgAnb+INbGMwnF8yeAgIUmqw==} + react-native@0.76.5: + resolution: {integrity: sha512-op2p2kB+lqMF1D7AdX4+wvaR0OPFbvWYs+VBE7bwsb99Cn9xISrLRLAgFflZedQsa5HvnOGrULhtnmItbIKVVw==} engines: {node: '>=18'} hasBin: true peerDependencies: '@types/react': ^18.2.6 - react: 18.2.0 + react: ^18.2.0 peerDependenciesMeta: '@types/react': optional: true @@ -9438,15 +9409,23 @@ packages: peerDependencies: react: '>=16.0.0' + react-server-dom-webpack@19.0.0-rc-6230622a1a-20240610: + resolution: {integrity: sha512-nr+IsOVD07QdeCr4BLvR5TALfLaZLi9AIaoa6vXymBc051iDPWedJujYYrjRJy5+9jp9oCx3G8Tt/Bs//TckJw==} + engines: {node: '>=0.10.0'} + peerDependencies: + react: 19.0.0-rc-6230622a1a-20240610 + react-dom: 19.0.0-rc-6230622a1a-20240610 + webpack: ^5.59.0 + react-shallow-renderer@16.15.0: resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 - react-test-renderer@18.2.0: - resolution: {integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==} + react-test-renderer@18.3.1: + resolution: {integrity: sha512-KkAgygexHUkQqtvvx/otwxtuFu5cVjfzTCtjXLH9boS19/Nbtg84zS7wIQn39G8IlrhThBpQsMKkq5ZHZIYFXA==} peerDependencies: - react: ^18.2.0 + react: ^18.3.1 react-tooltip@5.25.1: resolution: {integrity: sha512-GDD0hrfbwGr2C6zEzVzzDzXSKeHM55cRFZQv2/EFmiFKVxWZk8hzOO5FNcwCpPyqVxQKUtYckReU5bXMd63alQ==} @@ -9454,8 +9433,8 @@ packages: react: '>=16.14.0' react-dom: '>=16.14.0' - react@18.2.0: - resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + react@18.3.1: + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} reactcss@1.2.3: @@ -9508,8 +9487,8 @@ packages: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} engines: {node: '>= 10.13.0'} - recyclerlistview@4.2.0: - resolution: {integrity: sha512-uuBCi0c+ggqHKwrzPX4Z/mJOzsBbjZEAwGGmlwpD/sD7raXixdAbdJ6BTcAmuWG50Cg4ru9p12M94Njwhr/27A==} + recyclerlistview@4.2.1: + resolution: {integrity: sha512-NtVYjofwgUCt1rEsTp6jHQg/47TWjnO92TU2kTVgJ9wsc/ely4HnizHHa+f/dI7qaw4+zcSogElrLjhMltN2/g==} peerDependencies: react: '>= 15.2.1' react-native: '>= 0.30.0' @@ -9638,6 +9617,9 @@ packages: resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + resolve-workspace-root@2.0.0: + resolution: {integrity: sha512-IsaBUZETJD5WsI11Wt8PKHwaIe45or6pwNc8yflvLJ4DWtImK9kuLoH5kUva/2Mmx/RdIyr4aONNSa2v9LTJsw==} + resolve.exports@2.0.2: resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} engines: {node: '>=10'} @@ -9685,11 +9667,6 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rimraf@2.7.1: - resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} deprecated: Rimraf versions prior to v4 are no longer supported @@ -9774,8 +9751,8 @@ packages: scheduler@0.21.0: resolution: {integrity: sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==} - scheduler@0.23.0: - resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} + scheduler@0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} scheduler@0.24.0-canary-efb381bbf-20230505: resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} @@ -9831,6 +9808,9 @@ packages: engines: {node: '>= 14'} hasBin: true + server-only@0.0.1: + resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==} + set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} @@ -9914,10 +9894,6 @@ packages: resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} engines: {node: '>=14.16'} - slice-ansi@2.1.0: - resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} - engines: {node: '>=6'} - slice-ansi@3.0.0: resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==} engines: {node: '>=8'} @@ -9982,10 +9958,6 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} @@ -10174,9 +10146,6 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strnum@1.0.5: - resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} - structured-headers@0.4.1: resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==} @@ -10201,11 +10170,6 @@ packages: stylis@4.3.1: resolution: {integrity: sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==} - sucrase@3.34.0: - resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==} - engines: {node: '>=8'} - hasBin: true - sucrase@3.35.0: resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} engines: {node: '>=16 || 14 >=14.17'} @@ -10300,14 +10264,14 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} + tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} + engines: {node: '>=10'} + tar@7.0.1: resolution: {integrity: sha512-IjMhdQMZFpKsHEQT3woZVxBtCQY+0wk3CVxdRkGXEgyGa0dNS/ehPvOMr2nmfC7x5Zj2N+l6yZUpmICjLGS35w==} engines: {node: '>=18'} - temp-dir@1.0.0: - resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} - engines: {node: '>=4'} - temp-dir@2.0.0: resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} engines: {node: '>=8'} @@ -10319,10 +10283,6 @@ packages: resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} engines: {node: '>=6.0.0'} - tempy@0.3.0: - resolution: {integrity: sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ==} - engines: {node: '>=8'} - tempy@0.7.1: resolution: {integrity: sha512-vXPxwOyaNVi9nyczO16mxmHGpl6ASC5/TVhRRHpqeYHvKQm58EaWNvZXxAhR0lYYnBOQFjXjhzeLsaXdjxLjRg==} engines: {node: '>=10'} @@ -10465,10 +10425,6 @@ packages: resolution: {integrity: sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==} engines: {node: '>=14'} - traverse@0.6.8: - resolution: {integrity: sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==} - engines: {node: '>= 0.4'} - tree-kill@1.2.2: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} hasBin: true @@ -10477,10 +10433,6 @@ packages: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} - trim-right@1.0.1: - resolution: {integrity: sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==} - engines: {node: '>=0.10.0'} - truncate-utf8-bytes@1.0.2: resolution: {integrity: sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==} @@ -10561,15 +10513,15 @@ packages: tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - tslib@2.4.0: - resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + tslib@2.6.3: + resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + tsup@8.0.1: resolution: {integrity: sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==} engines: {node: '>=18'} @@ -10668,10 +10620,6 @@ packages: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} - type-fest@0.3.1: - resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} - engines: {node: '>=6'} - type-fest@0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} @@ -10741,12 +10689,13 @@ packages: uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici@6.21.0: + resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==} + engines: {node: '>=18.17'} + undici@6.6.2: resolution: {integrity: sha512-vSqvUE5skSxQJ5sztTZ/CdeJb1Wq0Hf44hlYMciqHghvz+K88U0l7D6u1VsndoFgskDcnU+nG3gYmMzJVzd9Qg==} engines: {node: '>=18.0'} @@ -10778,10 +10727,6 @@ packages: resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - unique-string@1.0.0: - resolution: {integrity: sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==} - engines: {node: '>=4'} - unique-string@2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} @@ -10877,9 +10822,6 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - url-join@4.0.0: - resolution: {integrity: sha512-EGXjXJZhIHiQMK2pQukuFcL303nskqIRzWvPvV5O8miOfwoUb9G+a/Cld60kUyeaybEI94wvVClT10DtfeAExA==} - url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} @@ -10930,9 +10872,6 @@ packages: resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} engines: {node: '>=10.12.0'} - valid-url@1.0.9: - resolution: {integrity: sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==} - validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} @@ -11210,6 +11149,10 @@ packages: wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} + engines: {node: '>= 8'} + web3-errors@1.3.0: resolution: {integrity: sha512-j5JkAKCtuVMbY3F5PYXBqg1vWrtF4jcyyMY1rlw8a4PV67AkqlepjGgpzWJZd56Mt+TvHy6DA1F/3Id8LatDSQ==} engines: {node: '>=14', npm: '>=6.12.0'} @@ -11341,8 +11284,8 @@ packages: wildcard@2.0.1: resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} - wonka@4.0.15: - resolution: {integrity: sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg==} + wonka@6.3.4: + resolution: {integrity: sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==} wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} @@ -11464,12 +11407,6 @@ packages: resolution: {integrity: sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==} engines: {node: '>= 10'} - zod-validation-error@2.1.0: - resolution: {integrity: sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==} - engines: {node: '>=18.0.0'} - peerDependencies: - zod: ^3.18.0 - zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} @@ -11483,6 +11420,10 @@ snapshots: 7zip-bin@5.2.0: {} + '@0no-co/graphql.web@1.0.12(graphql@15.8.0)': + optionalDependencies: + graphql: 15.8.0 + '@aashutoshrathi/word-wrap@1.2.6': {} '@actions/core@1.10.1': @@ -11607,6 +11548,12 @@ snapshots: '@babel/highlight': 7.25.7 picocolors: 1.1.0 + '@babel/code-frame@7.26.2': + dependencies: + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 + picocolors: 1.1.0 + '@babel/compat-data@7.23.5': {} '@babel/compat-data@7.25.7': {} @@ -11624,7 +11571,7 @@ snapshots: '@babel/traverse': 7.23.7 '@babel/types': 7.23.6 convert-source-map: 2.0.0 - debug: 4.3.4 + debug: 4.3.7 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 7.6.3 @@ -11659,14 +11606,6 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 7.6.3 - '@babel/generator@7.2.0': - dependencies: - '@babel/types': 7.25.7 - jsesc: 2.5.2 - lodash: 4.17.21 - source-map: 0.5.7 - trim-right: 1.0.1 - '@babel/generator@7.23.6': dependencies: '@babel/types': 7.25.7 @@ -11681,21 +11620,29 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 - '@babel/helper-annotate-as-pure@7.25.7': + '@babel/generator@7.26.3': dependencies: - '@babel/types': 7.25.7 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 3.0.2 + + '@babel/helper-annotate-as-pure@7.25.9': + dependencies: + '@babel/types': 7.26.3 '@babel/helper-builder-binary-assignment-operator-visitor@7.25.7': dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.7 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color '@babel/helper-compilation-targets@7.23.6': dependencies: '@babel/compat-data': 7.23.5 - '@babel/helper-validator-option': 7.23.5 + '@babel/helper-validator-option': 7.25.7 browserslist: 4.24.0 lru-cache: 5.1.1 semver: 7.6.3 @@ -11708,15 +11655,15 @@ snapshots: lru-cache: 5.1.1 semver: 7.6.3 - '@babel/helper-create-class-features-plugin@7.25.7(@babel/core@7.25.7)': + '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 - '@babel/helper-member-expression-to-functions': 7.25.7 - '@babel/helper-optimise-call-expression': 7.25.7 - '@babel/helper-replace-supers': 7.25.7(@babel/core@7.25.7) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.7) + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/traverse': 7.26.4 semver: 7.6.3 transitivePeerDependencies: - supports-color @@ -11724,7 +11671,7 @@ snapshots: '@babel/helper-create-regexp-features-plugin@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 regexpu-core: 6.1.1 semver: 7.6.3 @@ -11732,7 +11679,7 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 debug: 4.3.7 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -11743,7 +11690,7 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 debug: 4.3.7 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -11754,18 +11701,25 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 debug: 4.3.7 lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: - supports-color - '@babel/helper-environment-visitor@7.22.20': {} - - '@babel/helper-environment-visitor@7.24.7': + '@babel/helper-define-polyfill-provider@0.6.3(@babel/core@7.25.7)': dependencies: - '@babel/types': 7.25.7 + '@babel/core': 7.25.7 + '@babel/helper-compilation-targets': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + debug: 4.3.7 + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + + '@babel/helper-environment-visitor@7.22.20': {} '@babel/helper-function-name@7.23.0': dependencies: @@ -11776,16 +11730,16 @@ snapshots: dependencies: '@babel/types': 7.25.7 - '@babel/helper-member-expression-to-functions@7.25.7': + '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.7 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.22.15': dependencies: - '@babel/types': 7.25.7 + '@babel/types': 7.26.3 '@babel/helper-module-imports@7.25.7': dependencies: @@ -11794,6 +11748,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-imports@7.25.9': + dependencies: + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 + transitivePeerDependencies: + - supports-color + '@babel/helper-module-transforms@7.23.3(@babel/core@7.23.7)': dependencies: '@babel/core': 7.23.7 @@ -11813,35 +11774,35 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.25.7': + '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.25.7 + '@babel/types': 7.26.3 '@babel/helper-plugin-utils@7.22.5': {} - '@babel/helper-plugin-utils@7.25.7': {} + '@babel/helper-plugin-utils@7.25.9': {} '@babel/helper-remap-async-to-generator@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-wrap-function': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.25.7(@babel/core@7.25.7)': + '@babel/helper-replace-supers@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-member-expression-to-functions': 7.25.7 - '@babel/helper-optimise-call-expression': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/helper-simple-access@7.22.5': dependencies: - '@babel/types': 7.25.7 + '@babel/types': 7.26.3 '@babel/helper-simple-access@7.25.7': dependencies: @@ -11850,14 +11811,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': - dependencies: - '@babel/types': 7.25.7 - - '@babel/helper-skip-transparent-expression-wrappers@7.25.7': + '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.7 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -11869,26 +11826,28 @@ snapshots: '@babel/helper-string-parser@7.25.7': {} + '@babel/helper-string-parser@7.25.9': {} + '@babel/helper-validator-identifier@7.22.20': {} '@babel/helper-validator-identifier@7.25.7': {} - '@babel/helper-validator-option@7.23.5': {} + '@babel/helper-validator-identifier@7.25.9': {} '@babel/helper-validator-option@7.25.7': {} '@babel/helper-wrap-function@7.25.7': dependencies: - '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.7 + '@babel/template': 7.25.9 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color '@babel/helpers@7.23.8': dependencies: '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/traverse': 7.26.4 '@babel/types': 7.25.7 transitivePeerDependencies: - supports-color @@ -11919,16 +11878,20 @@ snapshots: dependencies: '@babel/types': 7.25.7 + '@babel/parser@7.26.3': + dependencies: + '@babel/types': 7.26.3 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 '@babel/plugin-transform-optional-chaining': 7.25.7(@babel/core@7.25.7) transitivePeerDependencies: - supports-color @@ -11936,85 +11899,47 @@ snapshots: '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/traverse': 7.25.7 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-remap-async-to-generator': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color '@babel/plugin-proposal-decorators@7.23.6(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-replace-supers': 7.25.7(@babel/core@7.25.7) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.7 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.7) + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 '@babel/helper-split-export-declaration': 7.22.6 '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.25.7) transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.25.7) - - '@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.25.7)': + '@babel/plugin-proposal-export-default-from@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.7) - - '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.25.7)': - dependencies: - '@babel/compat-data': 7.25.7 - '@babel/core': 7.25.7 - '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-transform-parameters': 7.25.7(@babel/core@7.25.7) - - '@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.7) transitivePeerDependencies: - supports-color @@ -12026,141 +11951,141 @@ snapshots: '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-export-default-from@7.23.3(@babel/core@7.25.7)': + '@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-flow@7.23.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.25.7)': + dependencies: + '@babel/core': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-import-assertions@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-import-attributes@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.25.7)': + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.25.7)': + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-create-regexp-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 - - '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-arrow-functions@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-async-generator-functions@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-remap-async-to-generator': 7.25.7(@babel/core@7.25.7) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.7) - '@babel/traverse': 7.25.7 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12168,7 +12093,7 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-module-imports': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-remap-async-to-generator': 7.25.7(@babel/core@7.25.7) transitivePeerDependencies: - supports-color @@ -12176,26 +12101,26 @@ snapshots: '@babel/plugin-transform-block-scoped-functions@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-block-scoping@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-class-properties@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color '@babel/plugin-transform-class-static-block@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.7) transitivePeerDependencies: - supports-color @@ -12203,11 +12128,11 @@ snapshots: '@babel/plugin-transform-classes@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-replace-supers': 7.25.7(@babel/core@7.25.7) - '@babel/traverse': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.7) + '@babel/traverse': 7.26.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -12215,56 +12140,56 @@ snapshots: '@babel/plugin-transform-computed-properties@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/template': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/template': 7.25.9 '@babel/plugin-transform-destructuring@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-dotall-regex@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-create-regexp-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-duplicate-keys@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-dynamic-import@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.7) '@babel/plugin-transform-exponentiation-operator@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-builder-binary-assignment-operator-visitor': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color '@babel/plugin-transform-export-namespace-from@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.25.7)': + '@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.25.7) '@babel/plugin-transform-for-of@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color @@ -12272,38 +12197,38 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/plugin-transform-json-strings@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.7) '@babel/plugin-transform-literals@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-logical-assignment-operators@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.7) '@babel/plugin-transform-member-expression-literals@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-modules-amd@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color @@ -12311,7 +12236,7 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-simple-access': 7.25.7 transitivePeerDependencies: - supports-color @@ -12320,9 +12245,9 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-validator-identifier': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12330,7 +12255,7 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color @@ -12338,65 +12263,52 @@ snapshots: dependencies: '@babel/core': 7.25.7 '@babel/helper-create-regexp-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-new-target@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - - '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-nullish-coalescing-operator@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.7) '@babel/plugin-transform-numeric-separator@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.7) '@babel/plugin-transform-object-rest-spread@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.7) '@babel/plugin-transform-parameters': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-object-super@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-replace-supers': 7.25.7(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.7) transitivePeerDependencies: - supports-color '@babel/plugin-transform-optional-catch-binding@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-transform-optional-chaining@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.7) transitivePeerDependencies: - supports-color @@ -12404,22 +12316,22 @@ snapshots: '@babel/plugin-transform-parameters@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-private-methods@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color '@babel/plugin-transform-private-property-in-object@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 - '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.7) transitivePeerDependencies: - supports-color @@ -12427,12 +12339,17 @@ snapshots: '@babel/plugin-transform-property-literals@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.25.7)': + dependencies: + '@babel/core': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.25.7)': dependencies: @@ -12446,138 +12363,140 @@ snapshots: '@babel/core': 7.23.7 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.25.7)': + '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.23.7)': dependencies: '@babel/core': 7.23.7 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.25.7)': + '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-module-imports': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.25.7) - '@babel/types': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.7) + '@babel/types': 7.26.3 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.25.7)': + dependencies: + '@babel/core': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.7) + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color '@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-regenerator@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 regenerator-transform: 0.15.2 '@babel/plugin-transform-reserved-words@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-runtime@7.23.6(@babel/core@7.25.7)': + '@babel/plugin-transform-runtime@7.25.9(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-module-imports': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.7) - babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.25.7) - babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.25.7) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.7) + babel-plugin-polyfill-regenerator: 0.6.3(@babel/core@7.25.7) semver: 7.6.3 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-transform-shorthand-properties@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-spread@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color '@babel/plugin-transform-sticky-regex@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - - '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.25.7)': - dependencies: - '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-template-literals@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-typeof-symbol@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-typescript@7.23.6(@babel/core@7.25.7)': + '@babel/plugin-transform-typescript@7.26.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-annotate-as-pure': 7.25.7 - '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.25.7) + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.7) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.25.7) transitivePeerDependencies: - supports-color '@babel/plugin-transform-unicode-escapes@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-unicode-property-regex@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-create-regexp-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-unicode-regex@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-create-regexp-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-unicode-sets-regex@7.25.7(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 '@babel/helper-create-regexp-features-plugin': 7.25.7(@babel/core@7.25.7) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/preset-env@7.23.8(@babel/core@7.25.7)': dependencies: '@babel/compat-data': 7.25.7 '@babel/core': 7.25.7 '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-option': 7.25.7 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.7(@babel/core@7.25.7) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.7(@babel/core@7.25.7) @@ -12661,21 +12580,21 @@ snapshots: '@babel/preset-flow@7.23.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-option': 7.25.7 - '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.25.7) + '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.25.7) '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/types': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/types': 7.26.3 esutils: 2.0.3 '@babel/preset-react@7.23.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-option': 7.25.7 '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.25.7) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.25.7) @@ -12687,11 +12606,11 @@ snapshots: '@babel/preset-typescript@7.23.3(@babel/core@7.25.7)': dependencies: '@babel/core': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-option': 7.25.7 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.25.7) + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.7) '@babel/plugin-transform-modules-commonjs': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.25.7) + '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.25.7) transitivePeerDependencies: - supports-color @@ -12712,6 +12631,10 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.26.0': + dependencies: + regenerator-runtime: 0.14.1 + '@babel/template@7.22.15': dependencies: '@babel/code-frame': 7.25.7 @@ -12724,6 +12647,12 @@ snapshots: '@babel/parser': 7.25.7 '@babel/types': 7.25.7 + '@babel/template@7.25.9': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 + '@babel/traverse@7.23.7': dependencies: '@babel/code-frame': 7.23.5 @@ -12751,6 +12680,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.26.4': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 + '@babel/template': 7.25.9 + '@babel/types': 7.26.3 + debug: 4.3.7 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.23.6': dependencies: '@babel/helper-string-parser': 7.23.4 @@ -12763,6 +12704,11 @@ snapshots: '@babel/helper-validator-identifier': 7.25.7 to-fast-properties: 2.0.0 + '@babel/types@7.26.3': + dependencies: + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@bcoe/v8-coverage@0.2.3': {} '@changesets/apply-release-plan@7.0.0': @@ -13367,27 +13313,28 @@ snapshots: mv: 2.1.1 safe-json-stringify: 1.2.0 - '@expo/cli@0.18.31(expo-modules-autolinking@1.11.3)': + '@expo/cli@0.22.5(graphql@15.8.0)': dependencies: + '@0no-co/graphql.web': 1.0.12(graphql@15.8.0) '@babel/runtime': 7.23.8 '@expo/code-signing-certificates': 0.0.5 - '@expo/config': 9.0.4 - '@expo/config-plugins': 8.0.11 - '@expo/devcert': 1.1.0 - '@expo/env': 0.3.0 - '@expo/image-utils': 0.5.1 - '@expo/json-file': 8.3.0 - '@expo/metro-config': 0.18.11 + '@expo/config': 10.0.6 + '@expo/config-plugins': 9.0.12 + '@expo/devcert': 1.1.4 + '@expo/env': 0.4.0 + '@expo/image-utils': 0.6.3 + '@expo/json-file': 9.0.0 + '@expo/metro-config': 0.19.7 '@expo/osascript': 2.0.33 '@expo/package-manager': 1.5.2 - '@expo/plist': 0.1.0 - '@expo/prebuild-config': 7.0.9(expo-modules-autolinking@1.11.3) + '@expo/plist': 0.2.0 + '@expo/prebuild-config': 8.0.23 '@expo/rudder-sdk-node': 1.1.1 '@expo/spawn-async': 1.7.2 '@expo/xcpretty': 4.3.0 - '@react-native/dev-middleware': 0.74.85 - '@urql/core': 2.3.6(graphql@15.8.0) - '@urql/exchange-retry': 0.3.0(graphql@15.8.0) + '@react-native/dev-middleware': 0.76.5 + '@urql/core': 5.1.0(graphql@15.8.0) + '@urql/exchange-retry': 1.3.0(@urql/core@5.1.0(graphql@15.8.0)) accepts: 1.3.8 arg: 5.0.2 better-opn: 3.0.2 @@ -13396,34 +13343,27 @@ snapshots: cacache: 18.0.3 chalk: 4.1.2 ci-info: 3.9.0 + compression: 1.7.4 connect: 3.7.0 debug: 4.3.7 env-editor: 0.4.2 fast-glob: 3.3.2 - find-yarn-workspace-root: 2.0.0 form-data: 3.0.1 freeport-async: 2.0.0 fs-extra: 8.1.0 getenv: 1.0.0 - glob: 7.2.3 - graphql: 15.8.0 - graphql-tag: 2.12.6(graphql@15.8.0) - https-proxy-agent: 5.0.1 + glob: 10.4.2 internal-ip: 4.3.0 is-docker: 2.2.1 is-wsl: 2.2.0 - js-yaml: 3.14.1 - json-schema-deref-sync: 0.13.0 lodash.debounce: 4.0.8 - md5hex: 1.0.0 minimatch: 3.1.2 - node-fetch: 2.7.0 node-forge: 1.3.1 - npm-package-arg: 7.0.0 - open: 8.4.2 + npm-package-arg: 11.0.3 ora: 3.4.0 picomatch: 3.0.1 pretty-bytes: 5.6.0 + pretty-format: 29.7.0 progress: 2.0.3 prompts: 2.4.2 qrcode-terminal: 0.11.0 @@ -13438,18 +13378,18 @@ snapshots: source-map-support: 0.5.21 stacktrace-parser: 0.1.10 structured-headers: 0.4.1 - tar: 7.0.1 + tar: 6.2.1 temp-dir: 2.0.0 tempy: 0.7.1 terminal-link: 2.1.1 - text-table: 0.2.0 - url-join: 4.0.0 + undici: 6.21.0 + unique-string: 2.0.0 wrap-ansi: 7.0.0 ws: 8.17.1 transitivePeerDependencies: - bufferutil - encoding - - expo-modules-autolinking + - graphql - supports-color - utf-8-validate @@ -13458,17 +13398,16 @@ snapshots: node-forge: 1.3.1 nullthrows: 1.1.1 - '@expo/config-plugins@8.0.10': + '@expo/config-plugins@9.0.12': dependencies: - '@expo/config-types': 51.0.3 - '@expo/json-file': 8.3.0 - '@expo/plist': 0.1.0 + '@expo/config-types': 52.0.1 + '@expo/json-file': 9.0.0 + '@expo/plist': 0.2.0 '@expo/sdk-runtime-versions': 1.0.0 chalk: 4.1.2 debug: 4.3.7 - find-up: 5.0.0 getenv: 1.0.0 - glob: 7.1.6 + glob: 10.4.2 resolve-from: 5.0.0 semver: 7.6.3 slash: 3.0.0 @@ -13478,81 +13417,44 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/config-plugins@8.0.11': - dependencies: - '@expo/config-types': 51.0.3 - '@expo/json-file': 8.3.0 - '@expo/plist': 0.1.0 - '@expo/sdk-runtime-versions': 1.0.0 - chalk: 4.1.2 - debug: 4.3.7 - find-up: 5.0.0 - getenv: 1.0.0 - glob: 7.1.6 - resolve-from: 5.0.0 - semver: 7.6.3 - slash: 3.0.0 - slugify: 1.6.6 - xcode: 3.0.1 - xml2js: 0.6.0 - transitivePeerDependencies: - - supports-color - - '@expo/config-types@51.0.1': {} - - '@expo/config-types@51.0.3': {} - - '@expo/config@9.0.1': + '@expo/config-types@52.0.1': {} + + '@expo/config@10.0.6': dependencies: '@babel/code-frame': 7.10.4 - '@expo/config-plugins': 8.0.11 - '@expo/config-types': 51.0.1 - '@expo/json-file': 8.3.0 - getenv: 1.0.0 - glob: 7.1.6 - require-from-string: 2.0.2 - resolve-from: 5.0.0 - semver: 7.6.3 - slugify: 1.6.6 - sucrase: 3.34.0 - transitivePeerDependencies: - - supports-color - - '@expo/config@9.0.4': - dependencies: - '@babel/code-frame': 7.10.4 - '@expo/config-plugins': 8.0.10 - '@expo/config-types': 51.0.3 - '@expo/json-file': 8.3.0 + '@expo/config-plugins': 9.0.12 + '@expo/config-types': 52.0.1 + '@expo/json-file': 9.0.0 + deepmerge: 4.3.1 getenv: 1.0.0 - glob: 7.1.6 + glob: 10.4.2 require-from-string: 2.0.2 resolve-from: 5.0.0 + resolve-workspace-root: 2.0.0 semver: 7.6.3 slugify: 1.6.6 - sucrase: 3.34.0 + sucrase: 3.35.0 transitivePeerDependencies: - supports-color - '@expo/devcert@1.1.0': + '@expo/devcert@1.1.4': dependencies: application-config-path: 0.1.1 command-exists: 1.2.9 debug: 3.2.7 eol: 0.9.1 get-port: 3.2.0 - glob: 7.2.3 + glob: 10.4.2 lodash: 4.17.21 mkdirp: 0.5.6 password-prompt: 1.1.3 - rimraf: 2.7.1 sudo-prompt: 8.2.5 tmp: 0.0.33 tslib: 2.6.2 transitivePeerDependencies: - supports-color - '@expo/env@0.3.0': + '@expo/env@0.4.0': dependencies: chalk: 4.1.2 debug: 4.3.7 @@ -13562,20 +13464,33 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/image-utils@0.5.1': + '@expo/fingerprint@0.11.3': + dependencies: + '@expo/spawn-async': 1.7.2 + arg: 5.0.2 + chalk: 4.1.2 + debug: 4.3.7 + find-up: 5.0.0 + getenv: 1.0.0 + minimatch: 3.1.2 + p-limit: 3.1.0 + resolve-from: 5.0.0 + semver: 7.6.3 + transitivePeerDependencies: + - supports-color + + '@expo/image-utils@0.6.3': dependencies: '@expo/spawn-async': 1.7.2 chalk: 4.1.2 fs-extra: 9.0.0 getenv: 1.0.0 jimp-compact: 0.16.1 - node-fetch: 2.7.0 parse-png: 2.1.0 resolve-from: 5.0.0 semver: 7.6.3 - tempy: 0.3.0 - transitivePeerDependencies: - - encoding + temp-dir: 2.0.0 + unique-string: 2.0.0 '@expo/json-file@8.3.0': dependencies: @@ -13583,24 +13498,30 @@ snapshots: json5: 2.2.3 write-file-atomic: 2.4.3 - '@expo/metro-config@0.18.11': + '@expo/json-file@9.0.0': + dependencies: + '@babel/code-frame': 7.10.4 + json5: 2.2.3 + write-file-atomic: 2.4.3 + + '@expo/metro-config@0.19.7': dependencies: '@babel/core': 7.25.7 '@babel/generator': 7.25.7 '@babel/parser': 7.25.7 '@babel/types': 7.25.7 - '@expo/config': 9.0.4 - '@expo/env': 0.3.0 - '@expo/json-file': 8.3.0 + '@expo/config': 10.0.6 + '@expo/env': 0.4.0 + '@expo/json-file': 9.0.0 '@expo/spawn-async': 1.7.2 chalk: 4.1.2 debug: 4.3.7 - find-yarn-workspace-root: 2.0.0 fs-extra: 9.1.0 getenv: 1.0.0 - glob: 7.2.3 + glob: 10.4.2 jsc-safe-url: 0.2.4 - lightningcss: 1.19.0 + lightningcss: 1.27.0 + minimatch: 3.1.2 postcss: 8.4.47 resolve-from: 5.0.0 transitivePeerDependencies: @@ -13626,28 +13547,26 @@ snapshots: split: 1.0.1 sudo-prompt: 9.1.1 - '@expo/plist@0.1.0': + '@expo/plist@0.2.0': dependencies: '@xmldom/xmldom': 0.7.13 base64-js: 1.5.1 xmlbuilder: 14.0.0 - '@expo/prebuild-config@7.0.9(expo-modules-autolinking@1.11.3)': + '@expo/prebuild-config@8.0.23': dependencies: - '@expo/config': 9.0.4 - '@expo/config-plugins': 8.0.10 - '@expo/config-types': 51.0.3 - '@expo/image-utils': 0.5.1 - '@expo/json-file': 8.3.0 - '@react-native/normalize-colors': 0.74.85 + '@expo/config': 10.0.6 + '@expo/config-plugins': 9.0.12 + '@expo/config-types': 52.0.1 + '@expo/image-utils': 0.6.3 + '@expo/json-file': 9.0.0 + '@react-native/normalize-colors': 0.76.5 debug: 4.3.7 - expo-modules-autolinking: 1.11.3 fs-extra: 9.1.0 resolve-from: 5.0.0 semver: 7.6.3 xml2js: 0.6.0 transitivePeerDependencies: - - encoding - supports-color '@expo/rudder-sdk-node@1.1.1': @@ -13692,10 +13611,6 @@ snapshots: '@floating-ui/utils@0.2.1': {} - '@graphql-typed-document-node/core@3.2.0(graphql@15.8.0)': - dependencies: - graphql: 15.8.0 - '@hapi/hoek@9.3.0': {} '@hapi/topo@5.1.0': @@ -13714,9 +13629,9 @@ snapshots: '@humanwhocodes/object-schema@2.0.1': {} - '@icons/material@0.2.4(react@18.2.0)': + '@icons/material@0.2.4(react@18.3.1)': dependencies: - react: 18.2.0 + react: 18.3.1 '@ioredis/commands@1.2.0': {} @@ -13902,12 +13817,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/types@24.9.0': - dependencies: - '@types/istanbul-lib-coverage': 2.0.6 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 13.0.12 - '@jest/types@26.6.2': dependencies: '@types/istanbul-lib-coverage': 2.0.6 @@ -13915,6 +13824,7 @@ snapshots: '@types/node': 20.17.8 '@types/yargs': 15.0.19 chalk: 4.1.2 + optional: true '@jest/types@29.6.3': dependencies: @@ -14258,95 +14168,17 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))': + '@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))': dependencies: merge-options: 3.0.4 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - - '@react-native-community/cli-clean@13.6.9': - dependencies: - '@react-native-community/cli-tools': 13.6.9 - chalk: 4.1.2 - execa: 5.1.1 - fast-glob: 3.3.2 - transitivePeerDependencies: - - encoding - - '@react-native-community/cli-config@13.6.9': - dependencies: - '@react-native-community/cli-tools': 13.6.9 - chalk: 4.1.2 - cosmiconfig: 5.2.1 - deepmerge: 4.3.1 - fast-glob: 3.3.2 - joi: 17.11.0 - transitivePeerDependencies: - - encoding + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) '@react-native-community/cli-debugger-ui@13.6.9': dependencies: serve-static: 1.16.2 transitivePeerDependencies: - supports-color - - '@react-native-community/cli-doctor@13.6.9': - dependencies: - '@react-native-community/cli-config': 13.6.9 - '@react-native-community/cli-platform-android': 13.6.9 - '@react-native-community/cli-platform-apple': 13.6.9 - '@react-native-community/cli-platform-ios': 13.6.9 - '@react-native-community/cli-tools': 13.6.9 - chalk: 4.1.2 - command-exists: 1.2.9 - deepmerge: 4.3.1 - envinfo: 7.11.0 - execa: 5.1.1 - hermes-profile-transformer: 0.0.6 - node-stream-zip: 1.15.0 - ora: 5.4.1 - semver: 7.6.3 - strip-ansi: 5.2.0 - wcwidth: 1.0.1 - yaml: 2.3.4 - transitivePeerDependencies: - - encoding - - '@react-native-community/cli-hermes@13.6.9': - dependencies: - '@react-native-community/cli-platform-android': 13.6.9 - '@react-native-community/cli-tools': 13.6.9 - chalk: 4.1.2 - hermes-profile-transformer: 0.0.6 - transitivePeerDependencies: - - encoding - - '@react-native-community/cli-platform-android@13.6.9': - dependencies: - '@react-native-community/cli-tools': 13.6.9 - chalk: 4.1.2 - execa: 5.1.1 - fast-glob: 3.3.2 - fast-xml-parser: 4.4.1 - logkitty: 0.7.1 - transitivePeerDependencies: - - encoding - - '@react-native-community/cli-platform-apple@13.6.9': - dependencies: - '@react-native-community/cli-tools': 13.6.9 - chalk: 4.1.2 - execa: 5.1.1 - fast-glob: 3.3.2 - fast-xml-parser: 4.4.1 - ora: 5.4.1 - transitivePeerDependencies: - - encoding - - '@react-native-community/cli-platform-ios@13.6.9': - dependencies: - '@react-native-community/cli-platform-apple': 13.6.9 - transitivePeerDependencies: - - encoding + optional: true '@react-native-community/cli-server-api@13.6.9': dependencies: @@ -14364,6 +14196,7 @@ snapshots: - encoding - supports-color - utf-8-validate + optional: true '@react-native-community/cli-tools@13.6.9': dependencies: @@ -14380,197 +14213,101 @@ snapshots: sudo-prompt: 9.2.1 transitivePeerDependencies: - encoding + optional: true - '@react-native-community/cli-types@13.6.9': - dependencies: - joi: 17.11.0 - - '@react-native-community/cli@13.6.9': - dependencies: - '@react-native-community/cli-clean': 13.6.9 - '@react-native-community/cli-config': 13.6.9 - '@react-native-community/cli-debugger-ui': 13.6.9 - '@react-native-community/cli-doctor': 13.6.9 - '@react-native-community/cli-hermes': 13.6.9 - '@react-native-community/cli-server-api': 13.6.9 - '@react-native-community/cli-tools': 13.6.9 - '@react-native-community/cli-types': 13.6.9 - chalk: 4.1.2 - commander: 9.5.0 - deepmerge: 4.3.1 - execa: 5.1.1 - find-up: 4.1.0 - fs-extra: 8.1.0 - graceful-fs: 4.2.11 - prompts: 2.4.2 - semver: 7.6.3 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate - - '@react-native-community/netinfo@11.3.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))': + '@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))': dependencies: - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - - '@react-native/assets-registry@0.74.87': {} + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - '@react-native/babel-plugin-codegen@0.74.87(@babel/preset-env@7.23.8(@babel/core@7.25.7))': - dependencies: - '@react-native/codegen': 0.74.87(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - transitivePeerDependencies: - - '@babel/preset-env' - - supports-color + '@react-native/assets-registry@0.76.5': {} - '@react-native/babel-preset@0.74.87': + '@react-native/babel-plugin-codegen@0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7))': dependencies: - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.25.7) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.25.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.25.7) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.25.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-transform-arrow-functions': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-async-to-generator': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-block-scoping': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-classes': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-computed-properties': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-destructuring': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-transform-function-name': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-literals': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-modules-commonjs': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-named-capturing-groups-regex': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-parameters': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-private-methods': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-private-property-in-object': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.25.7) - '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-runtime': 7.23.6(@babel/core@7.25.7) - '@babel/plugin-transform-shorthand-properties': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-spread': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-sticky-regex': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.25.7) - '@babel/plugin-transform-unicode-regex': 7.25.7(@babel/core@7.25.7) - '@babel/template': 7.25.7 - '@react-native/babel-plugin-codegen': 0.74.87(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.25.7) - react-refresh: 0.14.2 + '@react-native/codegen': 0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7)) transitivePeerDependencies: - '@babel/preset-env' - supports-color - optional: true - '@react-native/babel-preset@0.74.87(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))': + '@react-native/babel-preset@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))': dependencies: '@babel/core': 7.25.7 - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.25.7) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.25.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.25.7) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.25.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.25.7) + '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.25.7) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.7) - '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.25.7) + '@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.25.7) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.7) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.7) '@babel/plugin-transform-arrow-functions': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-async-generator-functions': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-async-to-generator': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-block-scoping': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-class-properties': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-classes': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-computed-properties': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-destructuring': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.25.7) + '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.25.7) + '@babel/plugin-transform-for-of': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-function-name': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-literals': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-logical-assignment-operators': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-modules-commonjs': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-named-capturing-groups-regex': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-numeric-separator': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-object-rest-spread': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-optional-catch-binding': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-optional-chaining': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-parameters': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-private-methods': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-private-property-in-object': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.25.7) - '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-transform-runtime': 7.23.6(@babel/core@7.25.7) + '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.25.7) + '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.25.7) + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.25.7) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.25.7) + '@babel/plugin-transform-regenerator': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.25.7) '@babel/plugin-transform-shorthand-properties': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-spread': 7.25.7(@babel/core@7.25.7) '@babel/plugin-transform-sticky-regex': 7.25.7(@babel/core@7.25.7) - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.25.7) + '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.25.7) '@babel/plugin-transform-unicode-regex': 7.25.7(@babel/core@7.25.7) '@babel/template': 7.25.7 - '@react-native/babel-plugin-codegen': 0.74.87(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + '@react-native/babel-plugin-codegen': 0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + babel-plugin-syntax-hermes-parser: 0.25.1 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.25.7) react-refresh: 0.14.2 transitivePeerDependencies: - '@babel/preset-env' - supports-color - '@react-native/codegen@0.74.87(@babel/preset-env@7.23.8(@babel/core@7.25.7))': + '@react-native/codegen@0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7))': dependencies: - '@babel/parser': 7.25.7 + '@babel/parser': 7.26.3 '@babel/preset-env': 7.23.8(@babel/core@7.25.7) glob: 7.2.3 - hermes-parser: 0.19.1 + hermes-parser: 0.23.1 invariant: 2.2.4 jscodeshift: 0.14.0(@babel/preset-env@7.23.8(@babel/core@7.25.7)) mkdirp: 0.5.6 nullthrows: 1.1.1 + yargs: 17.7.2 transitivePeerDependencies: - supports-color - '@react-native/community-cli-plugin@0.74.87': + '@react-native/community-cli-plugin@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)': dependencies: - '@react-native-community/cli-server-api': 13.6.9 - '@react-native-community/cli-tools': 13.6.9 - '@react-native/dev-middleware': 0.74.87 - '@react-native/metro-babel-transformer': 0.74.87 + '@react-native/dev-middleware': 0.76.5 + '@react-native/metro-babel-transformer': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) chalk: 4.1.2 execa: 5.1.1 - metro: 0.80.6 - metro-config: 0.80.6 - metro-core: 0.80.6 + invariant: 2.2.4 + metro: 0.81.0 + metro-config: 0.81.0 + metro-core: 0.81.0 node-fetch: 2.7.0 - querystring: 0.2.1 readline: 1.3.0 - transitivePeerDependencies: - - '@babel/core' - - '@babel/preset-env' - - bufferutil - - encoding - - supports-color - - utf-8-validate - optional: true - - '@react-native/community-cli-plugin@0.74.87(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))': - dependencies: + semver: 7.6.3 + optionalDependencies: '@react-native-community/cli-server-api': 13.6.9 - '@react-native-community/cli-tools': 13.6.9 - '@react-native/dev-middleware': 0.74.87 - '@react-native/metro-babel-transformer': 0.74.87(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - chalk: 4.1.2 - execa: 5.1.1 - metro: 0.80.6 - metro-config: 0.80.6 - metro-core: 0.80.6 - node-fetch: 2.7.0 - querystring: 0.2.1 - readline: 1.3.0 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -14579,212 +14316,174 @@ snapshots: - supports-color - utf-8-validate - '@react-native/debugger-frontend@0.74.85': {} - - '@react-native/debugger-frontend@0.74.87': {} - - '@react-native/dev-middleware@0.74.85': - dependencies: - '@isaacs/ttlcache': 1.4.1 - '@react-native/debugger-frontend': 0.74.85 - '@rnx-kit/chromium-edge-launcher': 1.0.0 - chrome-launcher: 0.15.2 - connect: 3.7.0 - debug: 2.6.9 - node-fetch: 2.7.0 - nullthrows: 1.1.1 - open: 7.4.2 - selfsigned: 2.4.1 - serve-static: 1.16.2 - temp-dir: 2.0.0 - ws: 8.17.1 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate + '@react-native/debugger-frontend@0.76.5': {} - '@react-native/dev-middleware@0.74.87': + '@react-native/dev-middleware@0.76.5': dependencies: '@isaacs/ttlcache': 1.4.1 - '@react-native/debugger-frontend': 0.74.87 - '@rnx-kit/chromium-edge-launcher': 1.0.0 + '@react-native/debugger-frontend': 0.76.5 chrome-launcher: 0.15.2 + chromium-edge-launcher: 0.2.0 connect: 3.7.0 debug: 2.6.9 - node-fetch: 2.7.0 nullthrows: 1.1.1 open: 7.4.2 selfsigned: 2.4.1 serve-static: 1.16.2 - temp-dir: 2.0.0 ws: 8.17.1 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate - '@react-native/gradle-plugin@0.74.87': {} + '@react-native/gradle-plugin@0.76.5': {} - '@react-native/js-polyfills@0.74.87': {} - - '@react-native/metro-babel-transformer@0.74.87': - dependencies: - '@react-native/babel-preset': 0.74.87 - hermes-parser: 0.19.1 - nullthrows: 1.1.1 - transitivePeerDependencies: - - '@babel/preset-env' - - supports-color - optional: true + '@react-native/js-polyfills@0.76.5': {} - '@react-native/metro-babel-transformer@0.74.87(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))': + '@react-native/metro-babel-transformer@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))': dependencies: '@babel/core': 7.25.7 - '@react-native/babel-preset': 0.74.87(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - hermes-parser: 0.19.1 + '@react-native/babel-preset': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + hermes-parser: 0.23.1 nullthrows: 1.1.1 transitivePeerDependencies: - '@babel/preset-env' - supports-color - '@react-native/normalize-color@2.1.0': {} - - '@react-native/normalize-colors@0.74.85': {} - '@react-native/normalize-colors@0.74.87': {} - '@react-native/virtualized-lists@0.74.87(@types/react@18.2.79)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-native/normalize-colors@0.76.5': {} + + '@react-native/virtualized-lists@0.76.5(@types/react@18.3.16)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) optionalDependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 - '@react-native/virtualized-lists@0.74.87(@types/react@18.2.79)(react-native@0.74.5(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-native/virtualized-lists@0.76.5(@types/react@18.3.16)(react-native@0.76.5(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react: 18.2.0 - react-native: 0.74.5(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@types/react@18.3.16)(react@18.3.1) optionalDependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 optional: true - '@react-navigation/bottom-tabs@6.5.11(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-screens@3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-navigation/bottom-tabs@6.5.11(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - '@react-navigation/native': 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) color: 4.2.3 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-safe-area-context: 4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react-native-screens: 3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 - '@react-navigation/core@6.4.10(react@18.2.0)': + '@react-navigation/core@6.4.10(react@18.3.1)': dependencies: '@react-navigation/routers': 6.1.9 escape-string-regexp: 4.0.0 nanoid: 3.3.8 query-string: 7.1.3 - react: 18.2.0 + react: 18.3.1 react-is: 16.13.1 - use-latest-callback: 0.1.9(react@18.2.0) + use-latest-callback: 0.1.9(react@18.3.1) - '@react-navigation/elements@1.3.21(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-navigation/elements@1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/native': 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-safe-area-context: 4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/native': 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-safe-area-context: 4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - '@react-navigation/material-top-tabs@6.6.5(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-tab-view@3.5.2(react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-navigation/material-top-tabs@6.6.5(mxu3cbf72fv27hz2stz3k7bjdi)': dependencies: - '@react-navigation/native': 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) color: 4.2.3 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-pager-view: 6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react-native-tab-view: 3.5.2(react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-pager-view: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-tab-view: 3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 - '@react-navigation/native-stack@6.11.0(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-screens@3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-navigation/native-stack@6.11.0(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - '@react-navigation/native': 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-safe-area-context: 4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react-native-screens: 3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 - '@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/core': 6.4.10(react@18.2.0) + '@react-navigation/core': 6.4.10(react@18.3.1) escape-string-regexp: 4.0.0 fast-deep-equal: 3.1.3 nanoid: 3.3.8 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) '@react-navigation/routers@6.1.9': dependencies: nanoid: 3.3.8 - '@react-navigation/stack@6.3.20(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-gesture-handler@2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-screens@3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@react-navigation/stack@6.3.20(wwov26hpun5moywqwqx6tx5iuy)': dependencies: - '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - '@react-navigation/native': 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) color: 4.2.3 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-gesture-handler: 2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react-native-safe-area-context: 4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react-native-screens: 3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 - '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react@18.2.0)': + '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1)': dependencies: immer: 9.0.21 redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 optionalDependencies: - react: 18.2.0 - react-redux: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1) + react: 18.3.1 + react-redux: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) - '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(react@18.2.0))(react@18.2.0)': + '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(react@18.3.1))(react@18.3.1)': dependencies: immer: 9.0.21 redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 optionalDependencies: - react: 18.2.0 - react-redux: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1) + react: 18.3.1 + react-redux: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) '@remix-run/router@1.14.1': {} - '@reown/walletkit@1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))': + '@reown/walletkit@1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': dependencies: - '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) + '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) - '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) + '@walletconnect/sign-client': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -14802,17 +14501,6 @@ snapshots: - supports-color - utf-8-validate - '@rnx-kit/chromium-edge-launcher@1.0.0': - dependencies: - '@types/node': 18.19.39 - escape-string-regexp: 4.0.0 - is-wsl: 2.2.0 - lighthouse-logger: 1.4.2 - mkdirp: 1.0.4 - rimraf: 3.0.2 - transitivePeerDependencies: - - supports-color - '@rollup/pluginutils@5.1.0(rollup@4.22.4)': dependencies: '@types/estree': 1.0.5 @@ -14889,66 +14577,61 @@ snapshots: component-type: 1.2.2 join-component: 1.1.0 - '@sentry-internal/browser-utils@8.33.1': + '@sentry-internal/browser-utils@8.40.0': dependencies: - '@sentry/core': 8.33.1 - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 + '@sentry/core': 8.40.0 + '@sentry/types': 8.40.0 - '@sentry-internal/feedback@8.33.1': + '@sentry-internal/feedback@8.40.0': dependencies: - '@sentry/core': 8.33.1 - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 + '@sentry/core': 8.40.0 + '@sentry/types': 8.40.0 - '@sentry-internal/replay-canvas@8.33.1': + '@sentry-internal/replay-canvas@8.40.0': dependencies: - '@sentry-internal/replay': 8.33.1 - '@sentry/core': 8.33.1 - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 + '@sentry-internal/replay': 8.40.0 + '@sentry/core': 8.40.0 + '@sentry/types': 8.40.0 - '@sentry-internal/replay@8.33.1': + '@sentry-internal/replay@8.40.0': dependencies: - '@sentry-internal/browser-utils': 8.33.1 - '@sentry/core': 8.33.1 - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 + '@sentry-internal/browser-utils': 8.40.0 + '@sentry/core': 8.40.0 + '@sentry/types': 8.40.0 '@sentry/babel-plugin-component-annotate@2.20.1': {} - '@sentry/browser@8.33.1': + '@sentry/browser@8.40.0': dependencies: - '@sentry-internal/browser-utils': 8.33.1 - '@sentry-internal/feedback': 8.33.1 - '@sentry-internal/replay': 8.33.1 - '@sentry-internal/replay-canvas': 8.33.1 - '@sentry/core': 8.33.1 - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 + '@sentry-internal/browser-utils': 8.40.0 + '@sentry-internal/feedback': 8.40.0 + '@sentry-internal/replay': 8.40.0 + '@sentry-internal/replay-canvas': 8.40.0 + '@sentry/core': 8.40.0 + '@sentry/types': 8.40.0 - '@sentry/cli-darwin@2.37.0': + '@sentry/cli-darwin@2.38.2': optional: true - '@sentry/cli-linux-arm64@2.37.0': + '@sentry/cli-linux-arm64@2.38.2': optional: true - '@sentry/cli-linux-arm@2.37.0': + '@sentry/cli-linux-arm@2.38.2': optional: true - '@sentry/cli-linux-i686@2.37.0': + '@sentry/cli-linux-i686@2.38.2': optional: true - '@sentry/cli-linux-x64@2.37.0': + '@sentry/cli-linux-x64@2.38.2': optional: true - '@sentry/cli-win32-i686@2.37.0': + '@sentry/cli-win32-i686@2.38.2': optional: true - '@sentry/cli-win32-x64@2.37.0': + '@sentry/cli-win32-x64@2.38.2': optional: true - '@sentry/cli@2.37.0': + '@sentry/cli@2.38.2': dependencies: https-proxy-agent: 5.0.1 node-fetch: 2.7.0 @@ -14956,70 +14639,69 @@ snapshots: proxy-from-env: 1.1.0 which: 2.0.2 optionalDependencies: - '@sentry/cli-darwin': 2.37.0 - '@sentry/cli-linux-arm': 2.37.0 - '@sentry/cli-linux-arm64': 2.37.0 - '@sentry/cli-linux-i686': 2.37.0 - '@sentry/cli-linux-x64': 2.37.0 - '@sentry/cli-win32-i686': 2.37.0 - '@sentry/cli-win32-x64': 2.37.0 + '@sentry/cli-darwin': 2.38.2 + '@sentry/cli-linux-arm': 2.38.2 + '@sentry/cli-linux-arm64': 2.38.2 + '@sentry/cli-linux-i686': 2.38.2 + '@sentry/cli-linux-x64': 2.38.2 + '@sentry/cli-win32-i686': 2.38.2 + '@sentry/cli-win32-x64': 2.38.2 transitivePeerDependencies: - encoding - supports-color - '@sentry/core@8.33.1': + '@sentry/core@8.40.0': dependencies: - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 + '@sentry/types': 8.40.0 - '@sentry/react-native@6.0.0(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@sentry/react-native@6.3.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: '@sentry/babel-plugin-component-annotate': 2.20.1 - '@sentry/browser': 8.33.1 - '@sentry/cli': 2.37.0 - '@sentry/core': 8.33.1 - '@sentry/react': 8.33.1(react@18.2.0) - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + '@sentry/browser': 8.40.0 + '@sentry/cli': 2.38.2 + '@sentry/core': 8.40.0 + '@sentry/react': 8.40.0(react@18.3.1) + '@sentry/types': 8.40.0 + '@sentry/utils': 8.40.0 + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) optionalDependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - encoding - supports-color - '@sentry/react@8.33.1(react@18.2.0)': + '@sentry/react@8.40.0(react@18.3.1)': dependencies: - '@sentry/browser': 8.33.1 - '@sentry/core': 8.33.1 - '@sentry/types': 8.33.1 - '@sentry/utils': 8.33.1 + '@sentry/browser': 8.40.0 + '@sentry/core': 8.40.0 + '@sentry/types': 8.40.0 hoist-non-react-statics: 3.3.2 - react: 18.2.0 + react: 18.3.1 - '@sentry/types@8.33.1': {} + '@sentry/types@8.40.0': {} - '@sentry/utils@8.33.1': + '@sentry/utils@8.40.0': dependencies: - '@sentry/types': 8.33.1 + '@sentry/core': 8.40.0 + '@sentry/types': 8.40.0 - '@shopify/flash-list@1.6.4(@babel/runtime@7.23.8)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@shopify/flash-list@1.7.1(@babel/runtime@7.26.0)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.23.8 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - recyclerlistview: 4.2.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - tslib: 2.4.0 + '@babel/runtime': 7.26.0 + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + recyclerlistview: 4.2.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + tslib: 2.6.3 - '@shopify/react-native-skia@1.3.10(react-native-reanimated@3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)': + '@shopify/react-native-skia@1.5.0(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: canvaskit-wasm: 0.39.1 - react: 18.2.0 - react-reconciler: 0.27.0(react@18.2.0) + react: 18.3.1 + react-reconciler: 0.27.0(react@18.3.1) optionalDependencies: - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-reanimated: 3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@sideway/address@4.1.4': dependencies: @@ -15216,22 +14898,22 @@ snapshots: '@tanstack/query-core': 5.45.0 '@tanstack/query-persist-client-core': 5.45.0 - '@tanstack/react-query-devtools@5.50.1(@tanstack/react-query@5.45.0(react@18.2.0))(react@18.2.0)': + '@tanstack/react-query-devtools@5.50.1(@tanstack/react-query@5.45.0(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/query-devtools': 5.50.1 - '@tanstack/react-query': 5.45.0(react@18.2.0) - react: 18.2.0 + '@tanstack/react-query': 5.45.0(react@18.3.1) + react: 18.3.1 - '@tanstack/react-query-persist-client@5.45.1(@tanstack/react-query@5.45.0(react@18.2.0))(react@18.2.0)': + '@tanstack/react-query-persist-client@5.45.1(@tanstack/react-query@5.45.0(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/query-persist-client-core': 5.45.0 - '@tanstack/react-query': 5.45.0(react@18.2.0) - react: 18.2.0 + '@tanstack/react-query': 5.45.0(react@18.3.1) + react: 18.3.1 - '@tanstack/react-query@5.45.0(react@18.2.0)': + '@tanstack/react-query@5.45.0(react@18.3.1)': dependencies: '@tanstack/query-core': 5.45.0 - react: 18.2.0 + react: 18.3.1 '@testing-library/dom@9.3.4': dependencies: @@ -15256,13 +14938,13 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@14.1.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@testing-library/react@14.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.23.6 '@testing-library/dom': 9.3.4 '@types/react-dom': 18.2.18 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) '@tootallnate/once@2.0.0': {} @@ -15368,7 +15050,7 @@ snapshots: '@types/hoist-non-react-statics@3.3.5': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 hoist-non-react-statics: 3.3.2 '@types/http-cache-semantics@4.0.4': {} @@ -15379,11 +15061,6 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 - '@types/istanbul-reports@1.1.2': - dependencies: - '@types/istanbul-lib-coverage': 2.0.6 - '@types/istanbul-lib-report': 3.0.3 - '@types/istanbul-reports@3.0.4': dependencies: '@types/istanbul-lib-report': 3.0.3 @@ -15423,10 +15100,6 @@ snapshots: '@types/node@16.18.74': {} - '@types/node@18.19.39': - dependencies: - undici-types: 5.26.5 - '@types/node@20.17.8': dependencies: undici-types: 6.19.8 @@ -15443,38 +15116,38 @@ snapshots: '@types/react-color@3.0.11': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/reactcss': 1.2.11 '@types/react-dom@18.2.18': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/react-native-background-timer@2.0.2': {} '@types/react-page-visibility@6.4.4': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/react-router-dom@5.3.3': dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/react-router': 5.1.20 '@types/react-router@5.1.20': dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.79 + '@types/react': 18.3.16 - '@types/react@18.2.79': + '@types/react@18.3.16': dependencies: '@types/prop-types': 15.7.11 csstype: 3.1.3 '@types/reactcss@1.2.11': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/responselike@1.0.3': dependencies: @@ -15508,17 +15181,14 @@ snapshots: '@types/yaireo__tagify@4.18.0': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/yargs-parser@21.0.3': {} - '@types/yargs@13.0.12': - dependencies: - '@types/yargs-parser': 21.0.3 - '@types/yargs@15.0.19': dependencies: '@types/yargs-parser': 21.0.3 + optional: true '@types/yargs@17.0.32': dependencies: @@ -15616,7 +15286,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) '@typescript-eslint/utils': 6.15.0(eslint@8.56.0)(typescript@5.3.3) - debug: 4.3.4 + debug: 4.3.7 eslint: 8.56.0 ts-api-utils: 1.0.3(typescript@5.3.3) optionalDependencies: @@ -15628,7 +15298,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.5.3) '@typescript-eslint/utils': 6.15.0(eslint@8.56.0)(typescript@5.5.3) - debug: 4.3.4 + debug: 4.3.7 eslint: 8.56.0 ts-api-utils: 1.0.3(typescript@5.5.3) optionalDependencies: @@ -15660,7 +15330,7 @@ snapshots: dependencies: '@typescript-eslint/types': 6.15.0 '@typescript-eslint/visitor-keys': 6.15.0 - debug: 4.3.4 + debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -15674,7 +15344,7 @@ snapshots: dependencies: '@typescript-eslint/types': 6.15.0 '@typescript-eslint/visitor-keys': 6.15.0 - debug: 4.3.4 + debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -15770,17 +15440,17 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@urql/core@2.3.6(graphql@15.8.0)': + '@urql/core@5.1.0(graphql@15.8.0)': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@15.8.0) - graphql: 15.8.0 - wonka: 4.0.15 + '@0no-co/graphql.web': 1.0.12(graphql@15.8.0) + wonka: 6.3.4 + transitivePeerDependencies: + - graphql - '@urql/exchange-retry@0.3.0(graphql@15.8.0)': + '@urql/exchange-retry@1.3.0(@urql/core@5.1.0(graphql@15.8.0))': dependencies: - '@urql/core': 2.3.6(graphql@15.8.0) - graphql: 15.8.0 - wonka: 4.0.15 + '@urql/core': 5.1.0(graphql@15.8.0) + wonka: 6.3.4 '@vercel/style-guide@5.1.0(eslint@8.56.0)(jest@29.7.0)(prettier@3.2.4)(typescript@5.5.3)': dependencies: @@ -15813,18 +15483,18 @@ snapshots: - jest - supports-color - '@vitejs/plugin-react@4.2.1(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0))': + '@vitejs/plugin-react@4.2.1(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0))': dependencies: '@babel/core': 7.23.7 '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.7) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.4.8(@types/node@20.17.8)(terser@5.26.0) + vite: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) transitivePeerDependencies: - supports-color - '@vitest/coverage-v8@2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0))': + '@vitest/coverage-v8@2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -15838,7 +15508,7 @@ snapshots: std-env: 3.7.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0) + vitest: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0) transitivePeerDependencies: - supports-color @@ -15849,13 +15519,13 @@ snapshots: chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0))': + '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0))': dependencies: '@vitest/spy': 2.1.2 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: - vite: 5.4.8(@types/node@20.17.8)(terser@5.26.0) + vite: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) '@vitest/pretty-format@2.1.2': dependencies: @@ -15882,10 +15552,10 @@ snapshots: loupe: 3.1.1 tinyrainbow: 1.2.0 - '@vitest/web-worker@2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0))': + '@vitest/web-worker@2.1.2(vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0))': dependencies: debug: 4.3.7 - vitest: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0) + vitest: 2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0) transitivePeerDependencies: - supports-color @@ -15924,7 +15594,7 @@ snapshots: - supports-color - utf-8-validate - '@walletconnect/core@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))': + '@walletconnect/core@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -15937,8 +15607,8 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) - '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/window-getters': 1.0.1 events: 3.3.0 lodash.isequal: 4.5.0 @@ -16044,7 +15714,7 @@ snapshots: idb-keyval: 6.2.1 unstorage: 1.10.1(idb-keyval@6.2.1) optionalDependencies: - '@react-native-async-storage/async-storage': 1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -16064,17 +15734,17 @@ snapshots: '@walletconnect/safe-json': 1.0.2 pino: 7.11.0 - '@walletconnect/react-native-compat@2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(@react-native-community/netinfo@11.3.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(expo-application@5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(react-native-get-random-values@1.11.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))': + '@walletconnect/react-native-compat@2.17.2(uzbdzh2d6gwttjp5oym6tlavvi)': dependencies: - '@react-native-async-storage/async-storage': 1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) - '@react-native-community/netinfo': 11.3.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + '@react-native-community/netinfo': 11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) events: 3.3.0 fast-text-encoding: 1.0.6 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-get-random-values: 1.11.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) - react-native-url-polyfill: 2.0.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-get-random-values: 1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + react-native-url-polyfill: 2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) optionalDependencies: - expo-application: 5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + expo-application: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) '@walletconnect/relay-api@1.0.11': dependencies: @@ -16121,16 +15791,16 @@ snapshots: - supports-color - utf-8-validate - '@walletconnect/sign-client@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))': + '@walletconnect/sign-client@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': dependencies: - '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) + '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) - '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -16204,7 +15874,7 @@ snapshots: - '@vercel/kv' - supports-color - '@walletconnect/types@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))': + '@walletconnect/types@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 @@ -16281,7 +15951,7 @@ snapshots: - '@vercel/kv' - supports-color - '@walletconnect/utils@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))': + '@walletconnect/utils@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': dependencies: '@ethersproject/hash': 5.7.0 '@ethersproject/transactions': 5.7.0 @@ -16296,7 +15966,7 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -16503,6 +16173,10 @@ snapshots: dependencies: acorn: 8.11.2 + acorn-loose@8.4.0: + dependencies: + acorn: 8.11.2 + acorn-walk@8.3.1: {} acorn@8.11.2: {} @@ -16557,12 +16231,6 @@ snapshots: ansi-escapes@6.2.1: {} - ansi-fragments@0.2.1: - dependencies: - colorette: 1.4.0 - slice-ansi: 2.1.0 - strip-ansi: 5.2.0 - ansi-regex@4.1.1: {} ansi-regex@5.0.1: {} @@ -16623,7 +16291,7 @@ snapshots: builder-util: 24.13.1 builder-util-runtime: 9.2.4 chromium-pickle-js: 0.2.0 - debug: 4.3.5 + debug: 4.3.7 dmg-builder: 24.13.3(electron-builder-squirrel-windows@24.13.3) ejs: 3.1.10 electron-builder-squirrel-windows: 24.13.3(dmg-builder@24.13.3) @@ -16644,7 +16312,8 @@ snapshots: transitivePeerDependencies: - supports-color - appdirsjs@1.2.7: {} + appdirsjs@1.2.7: + optional: true application-config-path@0.1.1: {} @@ -16781,8 +16450,6 @@ snapshots: dependencies: tslib: 2.6.2 - astral-regex@1.0.0: {} - astral-regex@2.0.0: {} async-exit-hook@2.0.1: {} @@ -16848,7 +16515,7 @@ snapshots: babel-plugin-istanbul@6.1.1: dependencies: - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.25.9 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -16858,8 +16525,8 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: - '@babel/template': 7.25.7 - '@babel/types': 7.25.7 + '@babel/template': 7.25.9 + '@babel/types': 7.26.3 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.4 @@ -16880,6 +16547,14 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.7): + dependencies: + '@babel/core': 7.25.7 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.7) + core-js-compat: 3.38.1 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.25.7): dependencies: '@babel/core': 7.25.7 @@ -16895,17 +16570,22 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-react-compiler@0.0.0-experimental-592953e-20240517: + babel-plugin-polyfill-regenerator@0.6.3(@babel/core@7.25.7): dependencies: - '@babel/generator': 7.2.0 - '@babel/types': 7.25.7 - chalk: 4.1.2 - invariant: 2.2.4 - pretty-format: 24.9.0 - zod: 3.23.8 - zod-validation-error: 2.1.0(zod@3.23.8) + '@babel/core': 7.25.7 + '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.25.7) + transitivePeerDependencies: + - supports-color + + babel-plugin-react-native-web@0.19.13: {} - babel-plugin-react-native-web@0.19.12: {} + babel-plugin-syntax-hermes-parser@0.23.1: + dependencies: + hermes-parser: 0.23.1 + + babel-plugin-syntax-hermes-parser@0.25.1: + dependencies: + hermes-parser: 0.25.1 babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.25.7): dependencies: @@ -16929,7 +16609,7 @@ snapshots: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.7) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.7) - babel-preset-expo@11.0.15(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)): + babel-preset-expo@12.0.4(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)): dependencies: '@babel/plugin-proposal-decorators': 7.23.6(@babel/core@7.25.7) '@babel/plugin-transform-export-namespace-from': 7.25.7(@babel/core@7.25.7) @@ -16937,9 +16617,8 @@ snapshots: '@babel/plugin-transform-parameters': 7.25.7(@babel/core@7.25.7) '@babel/preset-react': 7.23.3(@babel/core@7.25.7) '@babel/preset-typescript': 7.23.3(@babel/core@7.25.7) - '@react-native/babel-preset': 0.74.87(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - babel-plugin-react-compiler: 0.0.0-experimental-592953e-20240517 - babel-plugin-react-native-web: 0.19.12 + '@react-native/babel-preset': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + babel-plugin-react-native-web: 0.19.13 react-refresh: 0.14.2 transitivePeerDependencies: - '@babel/core' @@ -17184,7 +16863,7 @@ snapshots: builder-util-runtime@9.2.4: dependencies: - debug: 4.3.5 + debug: 4.3.7 sax: 1.3.0 transitivePeerDependencies: - supports-color @@ -17198,7 +16877,7 @@ snapshots: builder-util-runtime: 9.2.4 chalk: 4.1.2 cross-spawn: 7.0.5 - debug: 4.3.5 + debug: 4.3.7 fs-extra: 10.1.0 http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 @@ -17346,6 +17025,8 @@ snapshots: chownr@1.1.4: {} + chownr@2.0.0: {} + chownr@3.0.0: {} chrome-launcher@0.15.2: @@ -17359,6 +17040,17 @@ snapshots: chrome-trace-event@1.0.3: {} + chromium-edge-launcher@0.2.0: + dependencies: + '@types/node': 20.17.8 + escape-string-regexp: 4.0.0 + is-wsl: 2.2.0 + lighthouse-logger: 1.4.2 + mkdirp: 1.0.4 + rimraf: 3.0.2 + transitivePeerDependencies: + - supports-color + chromium-pickle-js@0.2.0: {} ci-info@2.0.0: {} @@ -17393,6 +17085,7 @@ snapshots: cli-cursor@3.1.0: dependencies: restore-cursor: 3.1.0 + optional: true cli-spinners@2.9.2: {} @@ -17431,8 +17124,6 @@ snapshots: clone@1.0.4: {} - clone@2.1.2: {} - clsx@1.2.1: {} cluster-key-slot@1.1.2: {} @@ -17467,8 +17158,6 @@ snapshots: colord@2.9.3: {} - colorette@1.4.0: {} - colorette@2.0.20: {} combined-stream@1.0.8: @@ -17481,6 +17170,8 @@ snapshots: commander@11.1.0: {} + commander@12.1.0: {} + commander@2.20.3: {} commander@4.1.1: {} @@ -17489,8 +17180,6 @@ snapshots: commander@7.2.0: {} - commander@9.5.0: {} - commondir@1.0.1: {} compare-version@0.1.2: {} @@ -17673,8 +17362,6 @@ snapshots: crypto-js@4.2.0: {} - crypto-random-string@1.0.0: {} - crypto-random-string@2.0.0: {} css-color-keywords@1.0.0: {} @@ -17775,8 +17462,6 @@ snapshots: d3-voronoi@1.1.4: {} - dag-map@1.0.2: {} - damerau-levenshtein@1.0.8: {} data-urls@3.0.2: @@ -17809,10 +17494,6 @@ snapshots: dependencies: ms: 2.1.2 - debug@4.3.5: - dependencies: - ms: 2.1.2 - debug@4.3.7: dependencies: ms: 2.1.3 @@ -18216,6 +17897,7 @@ snapshots: dependencies: accepts: 1.3.8 escape-html: 1.0.3 + optional: true es-abstract@1.22.3: dependencies: @@ -18777,149 +18459,169 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - expo-application@5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-application@6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-asset@10.0.10(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-asset@11.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-constants: 16.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + '@expo/image-utils': 0.6.3 + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) invariant: 2.2.4 md5-file: 3.2.3 + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - expo-barcode-scanner@13.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-blur@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-image-loader: 4.7.0(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - expo-blur@13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): - dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - - expo-build-properties@0.12.5(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-build-properties@0.13.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: ajv: 8.12.0 - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) semver: 7.6.3 - expo-camera@15.0.16(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-camera@16.0.9(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) invariant: 2.2.4 + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + optionalDependencies: + react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - expo-checkbox@3.0.0: {} + expo-checkbox@4.0.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + dependencies: + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + optionalDependencies: + react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - expo-clipboard@6.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-clipboard@7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - expo-constants@16.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-constants@17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: - '@expo/config': 9.0.1 - '@expo/env': 0.3.0 - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + '@expo/config': 10.0.6 + '@expo/env': 0.4.0 + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - expo-dev-client@4.0.29(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-dev-client@5.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-dev-launcher: 4.0.29(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-dev-menu: 5.0.23(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-dev-menu-interface: 1.8.4(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-manifests: 0.14.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-updates-interface: 0.16.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-dev-launcher: 5.0.19(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-dev-menu: 6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-dev-menu-interface: 1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-manifests: 0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-updates-interface: 1.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) transitivePeerDependencies: - supports-color - expo-dev-launcher@4.0.29(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-dev-launcher@5.0.19(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: ajv: 8.11.0 - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-dev-menu: 5.0.23(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-manifests: 0.14.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-dev-menu: 6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-manifests: 0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) resolve-from: 5.0.0 - semver: 7.6.3 transitivePeerDependencies: - supports-color - expo-dev-menu-interface@1.8.4(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-dev-menu-interface@1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-dev-menu@5.0.23(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-dev-menu@6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-dev-menu-interface: 1.8.4(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - semver: 7.6.3 + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-dev-menu-interface: 1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-device@6.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-device@7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) ua-parser-js: 0.7.37 - expo-file-system@17.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-file-system@18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + web-streams-polyfill: 3.3.3 - expo-font@12.0.10(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-font@13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) fontfaceobserver: 2.3.0 + react: 18.3.1 - expo-haptics@13.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): - dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - - expo-image-loader@4.7.0(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-haptics@14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-image@1.13.0(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-image@2.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + optionalDependencies: + react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - expo-json-utils@0.13.1: {} + expo-json-utils@0.14.0: {} - expo-keep-awake@13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-keep-awake@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 - expo-linear-gradient@13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-linear-gradient@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - expo-linking@6.3.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-linking@7.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo-constants: 16.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) invariant: 2.2.4 + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - expo - supports-color - expo-local-authentication@14.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-local-authentication@15.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) invariant: 2.2.4 - expo-localization@15.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-localization@16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 rtl-detect: 1.1.2 - expo-manifests@0.14.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-manifests@0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - '@expo/config': 9.0.4 - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-json-utils: 0.13.1 + '@expo/config': 10.0.6 + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-json-utils: 0.14.0 transitivePeerDependencies: - supports-color - expo-modules-autolinking@1.11.3: + expo-modules-autolinking@2.0.4: dependencies: + '@expo/spawn-async': 1.7.2 chalk: 4.1.2 commander: 7.2.0 fast-glob: 3.3.2 @@ -18928,75 +18630,93 @@ snapshots: require-from-string: 2.0.2 resolve-from: 5.0.0 - expo-modules-core@1.12.26: + expo-modules-core@2.1.1: dependencies: invariant: 2.2.4 - expo-navigation-bar@3.0.7(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-navigation-bar@4.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - '@react-native/normalize-colors': 0.74.85 + '@react-native/normalize-colors': 0.76.5 debug: 4.3.7 - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - expo-screen-capture@6.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-screen-capture@7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react: 18.3.1 - expo-secure-store@13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-secure-store@14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-sensors@13.0.9(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-sensors@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) invariant: 2.2.4 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - expo-splash-screen@0.27.7(expo-modules-autolinking@1.11.3)(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-splash-screen@0.29.18(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - '@expo/prebuild-config': 7.0.9(expo-modules-autolinking@1.11.3) - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + '@expo/prebuild-config': 8.0.23 + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - - encoding - - expo-modules-autolinking - supports-color - expo-status-bar@1.12.1: {} + expo-status-bar@2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + dependencies: + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - expo-updates-interface@0.16.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-updates-interface@1.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-web-browser@13.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))): + expo-web-browser@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: - expo: 51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)): + expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.23.8 - '@expo/cli': 0.18.31(expo-modules-autolinking@1.11.3) - '@expo/config': 9.0.4 - '@expo/config-plugins': 8.0.11 - '@expo/metro-config': 0.18.11 + '@expo/cli': 0.22.5(graphql@15.8.0) + '@expo/config': 10.0.6 + '@expo/config-plugins': 9.0.12 + '@expo/fingerprint': 0.11.3 + '@expo/metro-config': 0.19.7 '@expo/vector-icons': 14.0.4 - babel-preset-expo: 11.0.15(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-asset: 10.0.10(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-file-system: 17.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-font: 12.0.10(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-keep-awake: 13.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-modules-autolinking: 1.11.3 - expo-modules-core: 1.12.26 + babel-preset-expo: 12.0.4(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + expo-asset: 11.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + expo-file-system: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + expo-font: 13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + expo-keep-awake: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + expo-modules-autolinking: 2.0.4 + expo-modules-core: 2.1.1 fbemitter: 3.0.0 + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + web-streams-polyfill: 3.3.3 whatwg-url-without-unicode: 8.0.0-3 + optionalDependencies: + react-native-webview: 13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' + - babel-plugin-react-compiler - bufferutil - encoding + - graphql + - react-compiler-runtime - supports-color - utf-8-validate + exponential-backoff@3.1.1: {} + ext-list@2.2.2: dependencies: mime-db: 1.52.0 @@ -19055,10 +18775,6 @@ snapshots: dependencies: punycode: 1.4.1 - fast-xml-parser@4.4.1: - dependencies: - strnum: 1.0.5 - fastest-levenshtein@1.0.16: {} fastq@1.16.0: @@ -19200,22 +18916,22 @@ snapshots: combined-stream: 1.0.8 mime-types: 2.1.35 - framer-motion@11.2.12(@emotion/is-prop-valid@1.2.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + framer-motion@11.2.12(@emotion/is-prop-valid@1.2.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: tslib: 2.6.2 optionalDependencies: '@emotion/is-prop-valid': 1.2.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) - framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + framer-motion@6.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@motionone/dom': 10.12.0 framesync: 6.0.1 hey-listen: 1.0.8 popmotion: 11.0.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) style-value-types: 5.0.0 tslib: 2.6.2 optionalDependencies: @@ -19269,6 +18985,10 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.1 + fs-minipass@2.1.0: + dependencies: + minipass: 3.3.6 + fs-minipass@3.0.3: dependencies: minipass: 7.1.2 @@ -19363,15 +19083,6 @@ snapshots: path-is-absolute: 1.0.1 optional: true - glob@7.1.6: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -19461,12 +19172,8 @@ snapshots: graphemer@1.4.0: {} - graphql-tag@2.12.6(graphql@15.8.0): - dependencies: - graphql: 15.8.0 - tslib: 2.6.2 - - graphql@15.8.0: {} + graphql@15.8.0: + optional: true h3@1.9.0: dependencies: @@ -19520,15 +19227,23 @@ snapshots: dependencies: function-bind: 1.1.2 - hermes-estree@0.19.1: {} + hermes-estree@0.23.1: {} + + hermes-estree@0.24.0: {} + + hermes-estree@0.25.1: {} + + hermes-parser@0.23.1: + dependencies: + hermes-estree: 0.23.1 - hermes-parser@0.19.1: + hermes-parser@0.24.0: dependencies: - hermes-estree: 0.19.1 + hermes-estree: 0.24.0 - hermes-profile-transformer@0.0.6: + hermes-parser@0.25.1: dependencies: - source-map: 0.7.4 + hermes-estree: 0.25.1 hey-listen@1.0.8: {} @@ -19552,6 +19267,10 @@ snapshots: dependencies: lru-cache: 6.0.0 + hosted-git-info@7.0.2: + dependencies: + lru-cache: 10.3.0 + html-encoding-sniffer@3.0.0: dependencies: whatwg-encoding: 2.0.0 @@ -19775,16 +19494,12 @@ snapshots: is-docker@3.0.0: {} - is-extglob@1.0.0: {} - is-extglob@2.1.1: {} is-finalizationregistry@1.0.2: dependencies: call-bind: 1.0.5 - is-fullwidth-code-point@2.0.0: {} - is-fullwidth-code-point@3.0.0: {} is-generator-fn@2.1.0: {} @@ -19793,10 +19508,6 @@ snapshots: dependencies: has-tostringtag: 1.0.0 - is-glob@2.0.1: - dependencies: - is-extglob: 1.0.0 - is-glob@4.0.3: dependencies: is-extglob: 2.1.1 @@ -19805,11 +19516,8 @@ snapshots: dependencies: is-docker: 3.0.0 - is-interactive@1.0.0: {} - - is-invalid-path@0.1.0: - dependencies: - is-glob: 2.0.1 + is-interactive@1.0.0: + optional: true is-map@2.0.2: {} @@ -19872,11 +19580,8 @@ snapshots: dependencies: which-typed-array: 1.1.13 - is-unicode-supported@0.1.0: {} - - is-valid-path@0.1.1: - dependencies: - is-invalid-path: 0.1.0 + is-unicode-supported@0.1.0: + optional: true is-weakmap@2.0.1: {} @@ -19891,7 +19596,8 @@ snapshots: is-windows@1.0.2: {} - is-wsl@1.1.0: {} + is-wsl@1.1.0: + optional: true is-wsl@2.2.0: dependencies: @@ -19914,7 +19620,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.25.7 - '@babel/parser': 7.25.7 + '@babel/parser': 7.26.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.6.3 @@ -19924,7 +19630,7 @@ snapshots: istanbul-lib-instrument@6.0.1: dependencies: '@babel/core': 7.25.7 - '@babel/parser': 7.25.7 + '@babel/parser': 7.26.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.6.3 @@ -20104,28 +19810,38 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 - jest-expo@51.0.4(@babel/core@7.25.7)(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react@18.2.0): + jest-expo@52.0.2(@babel/core@7.25.7)(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(webpack@5.95.0): dependencies: - '@expo/config': 9.0.4 - '@expo/json-file': 8.3.0 + '@expo/config': 10.0.6 + '@expo/json-file': 9.0.0 '@jest/create-cache-key-function': 29.7.0 + '@jest/globals': 29.7.0 babel-jest: 29.7.0(@babel/core@7.25.7) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + fbemitter: 3.0.0 find-up: 5.0.0 jest-environment-jsdom: 29.7.0 + jest-snapshot: 29.7.0 jest-watch-select-projects: 2.0.0 jest-watch-typeahead: 2.2.1(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3))) json5: 2.2.3 lodash: 4.17.21 - react-test-renderer: 18.2.0(react@18.2.0) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-server-dom-webpack: 19.0.0-rc-6230622a1a-20240610(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.95.0) + react-test-renderer: 18.3.1(react@18.3.1) + server-only: 0.0.1 stacktrace-js: 2.0.2 transitivePeerDependencies: - '@babel/core' - bufferutil - canvas + - encoding - jest - react + - react-dom - supports-color - utf-8-validate + - webpack jest-get-type@29.6.3: {} @@ -20256,10 +19972,10 @@ snapshots: jest-snapshot@29.7.0: dependencies: '@babel/core': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.25.7) - '@babel/types': 7.25.7 + '@babel/generator': 7.26.3 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.7) + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.25.7) + '@babel/types': 7.26.3 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -20387,7 +20103,7 @@ snapshots: jscodeshift@0.14.0(@babel/preset-env@7.23.8(@babel/core@7.25.7)): dependencies: '@babel/core': 7.25.7 - '@babel/parser': 7.25.7 + '@babel/parser': 7.26.3 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.7) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.25.7) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.25.7) @@ -20487,17 +20203,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-schema-deref-sync@0.13.0: - dependencies: - clone: 2.1.2 - dag-map: 1.0.2 - is-valid-path: 0.1.1 - lodash: 4.17.21 - md5: 2.2.1 - memory-cache: 0.2.0 - traverse: 0.6.8 - valid-url: 1.0.9 - json-schema-traverse@0.4.1: {} json-schema-traverse@1.0.0: {} @@ -20582,42 +20287,50 @@ snapshots: transitivePeerDependencies: - supports-color - lightningcss-darwin-arm64@1.19.0: + lightningcss-darwin-arm64@1.27.0: + optional: true + + lightningcss-darwin-x64@1.27.0: + optional: true + + lightningcss-freebsd-x64@1.27.0: optional: true - lightningcss-darwin-x64@1.19.0: + lightningcss-linux-arm-gnueabihf@1.27.0: optional: true - lightningcss-linux-arm-gnueabihf@1.19.0: + lightningcss-linux-arm64-gnu@1.27.0: optional: true - lightningcss-linux-arm64-gnu@1.19.0: + lightningcss-linux-arm64-musl@1.27.0: optional: true - lightningcss-linux-arm64-musl@1.19.0: + lightningcss-linux-x64-gnu@1.27.0: optional: true - lightningcss-linux-x64-gnu@1.19.0: + lightningcss-linux-x64-musl@1.27.0: optional: true - lightningcss-linux-x64-musl@1.19.0: + lightningcss-win32-arm64-msvc@1.27.0: optional: true - lightningcss-win32-x64-msvc@1.19.0: + lightningcss-win32-x64-msvc@1.27.0: optional: true - lightningcss@1.19.0: + lightningcss@1.27.0: dependencies: detect-libc: 1.0.3 optionalDependencies: - lightningcss-darwin-arm64: 1.19.0 - lightningcss-darwin-x64: 1.19.0 - lightningcss-linux-arm-gnueabihf: 1.19.0 - lightningcss-linux-arm64-gnu: 1.19.0 - lightningcss-linux-arm64-musl: 1.19.0 - lightningcss-linux-x64-gnu: 1.19.0 - lightningcss-linux-x64-musl: 1.19.0 - lightningcss-win32-x64-msvc: 1.19.0 + lightningcss-darwin-arm64: 1.27.0 + lightningcss-darwin-x64: 1.27.0 + lightningcss-freebsd-x64: 1.27.0 + lightningcss-linux-arm-gnueabihf: 1.27.0 + lightningcss-linux-arm64-gnu: 1.27.0 + lightningcss-linux-arm64-musl: 1.27.0 + lightningcss-linux-x64-gnu: 1.27.0 + lightningcss-linux-x64-musl: 1.27.0 + lightningcss-win32-arm64-msvc: 1.27.0 + lightningcss-win32-x64-msvc: 1.27.0 lilconfig@3.0.0: {} @@ -20709,21 +20422,16 @@ snapshots: dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 - - logkitty@0.7.1: - dependencies: - ansi-fragments: 0.2.1 - dayjs: 1.11.10 - yargs: 15.4.1 + optional: true loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 - lottie-react-native@6.7.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + lottie-react-native@7.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) loupe@3.1.1: dependencies: @@ -20747,15 +20455,15 @@ snapshots: dependencies: yallist: 4.0.0 - lucide-react-native@0.456.0(react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + lucide-react-native@0.456.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-svg: 15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - lucide-react@0.287.0(react@18.2.0): + lucide-react@0.287.0(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 lz-string@1.5.0: {} @@ -20811,28 +20519,18 @@ snapshots: inherits: 2.0.4 safe-buffer: 5.2.1 - md5@2.2.1: - dependencies: - charenc: 0.0.2 - crypt: 0.0.2 - is-buffer: 1.1.6 - md5@2.3.0: dependencies: charenc: 0.0.2 crypt: 0.0.2 is-buffer: 1.1.6 - md5hex@1.0.0: {} - mdn-data@2.0.14: {} memoize-one@5.2.1: {} memoize-one@6.0.0: {} - memory-cache@0.2.0: {} - meow@6.1.1: dependencies: '@types/minimist': 1.2.5 @@ -20855,46 +20553,52 @@ snapshots: merge2@1.4.1: {} - metro-babel-transformer@0.80.6: + metro-babel-transformer@0.81.0: dependencies: '@babel/core': 7.25.7 - hermes-parser: 0.19.1 + flow-enums-runtime: 0.0.6 + hermes-parser: 0.24.0 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-cache-key@0.80.6: {} + metro-cache-key@0.81.0: + dependencies: + flow-enums-runtime: 0.0.6 - metro-cache@0.80.6: + metro-cache@0.81.0: dependencies: - metro-core: 0.80.6 - rimraf: 3.0.2 + exponential-backoff: 3.1.1 + flow-enums-runtime: 0.0.6 + metro-core: 0.81.0 - metro-config@0.80.6: + metro-config@0.81.0: dependencies: connect: 3.7.0 cosmiconfig: 5.2.1 + flow-enums-runtime: 0.0.6 jest-validate: 29.7.0 - metro: 0.80.6 - metro-cache: 0.80.6 - metro-core: 0.80.6 - metro-runtime: 0.80.6 + metro: 0.81.0 + metro-cache: 0.81.0 + metro-core: 0.81.0 + metro-runtime: 0.81.0 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate - metro-core@0.80.6: + metro-core@0.81.0: dependencies: + flow-enums-runtime: 0.0.6 lodash.throttle: 4.1.1 - metro-resolver: 0.80.6 + metro-resolver: 0.81.0 - metro-file-map@0.80.6: + metro-file-map@0.81.0: dependencies: anymatch: 3.1.3 debug: 2.6.9 fb-watchman: 2.0.2 + flow-enums-runtime: 0.0.6 graceful-fs: 4.2.11 invariant: 2.2.4 jest-worker: 29.7.0 @@ -20907,33 +20611,40 @@ snapshots: transitivePeerDependencies: - supports-color - metro-minify-terser@0.80.6: + metro-minify-terser@0.81.0: dependencies: + flow-enums-runtime: 0.0.6 terser: 5.26.0 - metro-resolver@0.80.6: {} + metro-resolver@0.81.0: + dependencies: + flow-enums-runtime: 0.0.6 - metro-runtime@0.80.6: + metro-runtime@0.81.0: dependencies: - '@babel/runtime': 7.23.8 + '@babel/runtime': 7.26.0 + flow-enums-runtime: 0.0.6 - metro-source-map@0.80.6: + metro-source-map@0.81.0: dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.7 + '@babel/traverse': 7.26.4 + '@babel/traverse--for-generate-function-map': '@babel/traverse@7.26.4' + '@babel/types': 7.26.3 + flow-enums-runtime: 0.0.6 invariant: 2.2.4 - metro-symbolicate: 0.80.6 + metro-symbolicate: 0.81.0 nullthrows: 1.1.1 - ob1: 0.80.6 + ob1: 0.81.0 source-map: 0.5.7 vlq: 1.0.1 transitivePeerDependencies: - supports-color - metro-symbolicate@0.80.6: + metro-symbolicate@0.81.0: dependencies: + flow-enums-runtime: 0.0.6 invariant: 2.2.4 - metro-source-map: 0.80.6 + metro-source-map: 0.81.0 nullthrows: 1.1.1 source-map: 0.5.7 through2: 2.0.5 @@ -20941,45 +20652,46 @@ snapshots: transitivePeerDependencies: - supports-color - metro-transform-plugins@0.80.6: + metro-transform-plugins@0.81.0: dependencies: '@babel/core': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/generator': 7.26.3 + '@babel/template': 7.25.9 + '@babel/traverse': 7.26.4 + flow-enums-runtime: 0.0.6 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-transform-worker@0.80.6: + metro-transform-worker@0.81.0: dependencies: '@babel/core': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/parser': 7.25.7 - '@babel/types': 7.25.7 - metro: 0.80.6 - metro-babel-transformer: 0.80.6 - metro-cache: 0.80.6 - metro-cache-key: 0.80.6 - metro-minify-terser: 0.80.6 - metro-source-map: 0.80.6 - metro-transform-plugins: 0.80.6 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 + flow-enums-runtime: 0.0.6 + metro: 0.81.0 + metro-babel-transformer: 0.81.0 + metro-cache: 0.81.0 + metro-cache-key: 0.81.0 + metro-minify-terser: 0.81.0 + metro-source-map: 0.81.0 + metro-transform-plugins: 0.81.0 nullthrows: 1.1.1 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate - metro@0.80.6: + metro@0.81.0: dependencies: - '@babel/code-frame': 7.25.7 + '@babel/code-frame': 7.26.2 '@babel/core': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/parser': 7.25.7 - '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.7 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 + '@babel/template': 7.25.9 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 accepts: 1.3.8 chalk: 4.1.2 ci-info: 2.0.0 @@ -20987,29 +20699,28 @@ snapshots: debug: 2.6.9 denodeify: 1.2.1 error-stack-parser: 2.1.4 + flow-enums-runtime: 0.0.6 graceful-fs: 4.2.11 - hermes-parser: 0.19.1 + hermes-parser: 0.24.0 image-size: 1.0.2 invariant: 2.2.4 jest-worker: 29.7.0 jsc-safe-url: 0.2.4 lodash.throttle: 4.1.1 - metro-babel-transformer: 0.80.6 - metro-cache: 0.80.6 - metro-cache-key: 0.80.6 - metro-config: 0.80.6 - metro-core: 0.80.6 - metro-file-map: 0.80.6 - metro-resolver: 0.80.6 - metro-runtime: 0.80.6 - metro-source-map: 0.80.6 - metro-symbolicate: 0.80.6 - metro-transform-plugins: 0.80.6 - metro-transform-worker: 0.80.6 + metro-babel-transformer: 0.81.0 + metro-cache: 0.81.0 + metro-cache-key: 0.81.0 + metro-config: 0.81.0 + metro-core: 0.81.0 + metro-file-map: 0.81.0 + metro-resolver: 0.81.0 + metro-runtime: 0.81.0 + metro-source-map: 0.81.0 + metro-symbolicate: 0.81.0 + metro-transform-plugins: 0.81.0 + metro-transform-worker: 0.81.0 mime-types: 2.1.35 - node-fetch: 2.7.0 nullthrows: 1.1.1 - rimraf: 3.0.2 serialize-error: 2.1.0 source-map: 0.5.7 strip-ansi: 6.0.1 @@ -21018,7 +20729,6 @@ snapshots: yargs: 17.7.2 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate @@ -21114,6 +20824,11 @@ snapshots: minipass@7.1.2: {} + minizlib@2.1.2: + dependencies: + minipass: 3.3.6 + yallist: 4.0.0 + minizlib@3.0.1: dependencies: minipass: 7.1.2 @@ -21140,10 +20855,10 @@ snapshots: modify-filename@1.1.0: {} - moti@0.29.0(react-dom@18.2.0(react@18.2.0))(react-native-reanimated@3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react@18.2.0): + moti@0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - react-native-reanimated: 3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + framer-motion: 6.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - react - react-dom @@ -21191,7 +20906,8 @@ snapshots: lower-case: 2.0.2 tslib: 2.6.2 - nocache@3.0.4: {} + nocache@3.0.4: + optional: true node-abi@3.54.0: dependencies: @@ -21220,8 +20936,6 @@ snapshots: node-releases@2.0.18: {} - node-stream-zip@1.15.0: {} - normalize-package-data@2.5.0: dependencies: hosted-git-info: 2.8.9 @@ -21233,6 +20947,13 @@ snapshots: normalize-url@6.1.0: {} + npm-package-arg@11.0.3: + dependencies: + hosted-git-info: 7.0.2 + proc-log: 4.2.0 + semver: 7.6.3 + validate-npm-package-name: 5.0.1 + npm-package-arg@7.0.0: dependencies: hosted-git-info: 3.0.8 @@ -21260,7 +20981,9 @@ snapshots: nwsapi@2.2.7: {} - ob1@0.80.6: {} + ob1@0.81.0: + dependencies: + flow-enums-runtime: 0.0.6 object-assign@4.1.1: {} @@ -21347,6 +21070,7 @@ snapshots: open@6.4.0: dependencies: is-wsl: 1.1.0 + optional: true open@7.4.2: dependencies: @@ -21395,6 +21119,7 @@ snapshots: log-symbols: 4.1.0 strip-ansi: 6.0.1 wcwidth: 1.0.1 + optional: true os-homedir@1.0.2: {} @@ -21477,7 +21202,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.25.7 + '@babel/code-frame': 7.26.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -21636,14 +21361,14 @@ snapshots: dependencies: fflate: 0.4.8 - posthog-react-native@2.9.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)))(@react-navigation/native@6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(expo-application@5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(expo-device@6.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(expo-file-system@17.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))))(expo-localization@15.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)))): + posthog-react-native@2.9.2(dueis35q7csgzz3ek2qfavql2q): optionalDependencies: - '@react-native-async-storage/async-storage': 1.23.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)) - '@react-navigation/native': 6.1.9(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - expo-application: 5.9.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-device: 6.0.2(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-file-system: 17.0.1(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) - expo-localization: 15.0.3(expo@51.0.39(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))) + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-application: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-device: 7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-file-system: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + expo-localization: 16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) prebuild-install@7.1.1: dependencies: @@ -21688,19 +21413,13 @@ snapshots: pretty-bytes@5.6.0: {} - pretty-format@24.9.0: - dependencies: - '@jest/types': 24.9.0 - ansi-regex: 4.1.1 - ansi-styles: 3.2.1 - react-is: 16.13.1 - pretty-format@26.6.2: dependencies: '@jest/types': 26.6.2 ansi-regex: 5.0.1 ansi-styles: 4.3.0 react-is: 17.0.2 + optional: true pretty-format@27.5.1: dependencies: @@ -21712,7 +21431,9 @@ snapshots: dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 - react-is: 18.2.0 + react-is: 18.3.1 + + proc-log@4.2.0: {} process-nextick-args@2.0.1: {} @@ -21778,9 +21499,9 @@ snapshots: qrcode-terminal@0.11.0: {} - qrcode.react@3.1.0(react@18.2.0): + qrcode.react@3.1.0(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 qrloop@1.4.1: dependencies: @@ -21794,8 +21515,6 @@ snapshots: split-on-first: 1.1.0 strict-uri-encode: 2.0.0 - querystring@0.2.1: {} - querystringify@2.2.0: {} queue-microtask@1.2.3: {} @@ -21832,40 +21551,40 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-apexcharts@1.4.1(apexcharts@3.45.1)(react@18.2.0): + react-apexcharts@1.4.1(apexcharts@3.45.1)(react@18.3.1): dependencies: apexcharts: 3.45.1 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 - react-apexcharts@1.4.1(apexcharts@3.45.2)(react@18.2.0): + react-apexcharts@1.4.1(apexcharts@3.45.2)(react@18.3.1): dependencies: apexcharts: 3.45.2 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 - react-color@2.19.3(react@18.2.0): + react-color@2.19.3(react@18.3.1): dependencies: - '@icons/material': 0.2.4(react@18.2.0) + '@icons/material': 0.2.4(react@18.3.1) lodash: 4.17.21 lodash-es: 4.17.21 material-colors: 1.2.6 prop-types: 15.8.1 - react: 18.2.0 - reactcss: 1.2.3(react@18.2.0) + react: 18.3.1 + reactcss: 1.2.3(react@18.3.1) tinycolor2: 1.6.0 - react-confetti@6.1.0(react@18.2.0): + react-confetti@6.1.0(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 tween-functions: 1.2.0 - react-detect-click-outside@1.1.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-detect-click-outside@1.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) - react-devtools-core@5.3.0: + react-devtools-core@5.3.2: dependencies: shell-quote: 1.8.1 ws: 8.17.1 @@ -21873,412 +21592,444 @@ snapshots: - bufferutil - utf-8-validate - react-dom@18.2.0(react@18.2.0): + react-dom@18.3.1(react@18.3.1): dependencies: loose-envify: 1.4.0 - react: 18.2.0 - scheduler: 0.23.0 + react: 18.3.1 + scheduler: 0.23.2 - react-draggable@4.4.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-draggable@4.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: clsx: 1.2.1 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) react-fast-compare@3.2.2: {} - react-freeze@1.0.3(react@18.2.0): + react-freeze@1.0.3(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 - react-hook-form@7.49.2(react@18.2.0): + react-hook-form@7.49.2(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 - react-i18next@13.5.0(i18next@23.7.16)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-i18next@13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.23.6 html-parse-stringify: 3.0.1 i18next: 23.7.16 - react: 18.2.0 + react: 18.3.1 optionalDependencies: - react-dom: 18.2.0(react@18.2.0) - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react-dom: 18.3.1(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-icons@4.12.0(react@18.2.0): + react-icons@4.12.0(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 - react-idle-timer@5.7.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-idle-timer@5.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) - react-intersection-observer@9.10.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-intersection-observer@9.10.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 optionalDependencies: - react-dom: 18.2.0(react@18.2.0) + react-dom: 18.3.1(react@18.3.1) react-is@16.13.1: {} react-is@17.0.2: {} - react-is@18.2.0: {} + react-is@18.3.1: {} - react-middle-ellipsis@1.2.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-middle-ellipsis@1.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) react-native-aes-crypto@2.1.1(patch_hash=sm7rpv6bikakdvmsl6ekayqewu): {} - react-native-background-actions@3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)): + react-native-background-actions@3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: eventemitter3: 4.0.7 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-background-timer@2.4.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)): + react-native-background-timer@2.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-gesture-handler@2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@egjs/hammerjs': 2.0.17 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 prop-types: 15.8.1 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-get-random-values@1.11.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)): + react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: fast-base64-decode: 1.0.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-localize@3.2.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-localize@3.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-modalize@2.1.1(react-native-gesture-handler@2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-modalize@2.1.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-gesture-handler: 2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-portalize@1.0.7(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-portalize@1.0.7(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-progress@5.0.1(react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)): + react-native-progress@5.0.1(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: prop-types: 15.8.1 - react-native-svg: 15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-reanimated-carousel@3.5.1(react-native-gesture-handler@2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native-reanimated@3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-reanimated-carousel@3.5.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-gesture-handler: 2.21.2(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - react-native-reanimated: 3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-reanimated@3.10.1(@babel/core@7.25.7)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@babel/core': 7.25.7 - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.25.7) - '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.25.7) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.25.7) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.25.7) + '@babel/plugin-transform-arrow-functions': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-class-properties': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-classes': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-optional-chaining': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-shorthand-properties': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-template-literals': 7.25.7(@babel/core@7.25.7) + '@babel/plugin-transform-unicode-regex': 7.25.7(@babel/core@7.25.7) '@babel/preset-typescript': 7.23.3(@babel/core@7.25.7) convert-source-map: 2.0.0 invariant: 2.2.4 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - react-native-safe-area-context@4.10.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + dependencies: + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + + react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-freeze: 1.0.3(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + warn-once: 0.1.1 - react-native-screens@3.31.1(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-freeze: 1.0.3(react@18.2.0) - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + css-select: 5.1.0 + css-tree: 1.1.3 + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) warn-once: 0.1.1 - react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: css-select: 5.1.0 css-tree: 1.1.3 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) warn-once: 0.1.1 + optional: true - react-native-tab-view@3.5.2(react-native-pager-view@6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-tab-view@3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) - react-native-pager-view: 6.3.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) - use-latest-callback: 0.1.9(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native-pager-view: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + use-latest-callback: 0.1.9(react@18.3.1) - react-native-toast-message@2.2.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-toast-message@2.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-url-polyfill@2.0.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0)): + react-native-url-polyfill@2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): dependencies: - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) whatwg-url-without-unicode: 8.0.0-3 - react-native-web@0.19.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.23.6 - '@react-native/normalize-color': 2.1.0 + '@babel/runtime': 7.23.8 + '@react-native/normalize-colors': 0.74.87 fbjs: 3.0.5 inline-style-prefixer: 6.0.4 memoize-one: 6.0.0 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) styleq: 0.1.3 transitivePeerDependencies: - encoding - react-native-webview@13.12.5(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: escape-string-regexp: 4.0.0 invariant: 2.2.4 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0): + react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1): dependencies: '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 13.6.9 - '@react-native-community/cli-platform-android': 13.6.9 - '@react-native-community/cli-platform-ios': 13.6.9 - '@react-native/assets-registry': 0.74.87 - '@react-native/codegen': 0.74.87(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - '@react-native/community-cli-plugin': 0.74.87(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - '@react-native/gradle-plugin': 0.74.87 - '@react-native/js-polyfills': 0.74.87 - '@react-native/normalize-colors': 0.74.87 - '@react-native/virtualized-lists': 0.74.87(@types/react@18.2.79)(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-native/assets-registry': 0.76.5 + '@react-native/codegen': 0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + '@react-native/community-cli-plugin': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9) + '@react-native/gradle-plugin': 0.76.5 + '@react-native/js-polyfills': 0.76.5 + '@react-native/normalize-colors': 0.76.5 + '@react-native/virtualized-lists': 0.76.5(@types/react@18.3.16)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 + babel-jest: 29.7.0(@babel/core@7.25.7) + babel-plugin-syntax-hermes-parser: 0.23.1 base64-js: 1.5.1 chalk: 4.1.2 + commander: 12.1.0 event-target-shim: 5.0.1 flow-enums-runtime: 0.0.6 + glob: 7.2.3 invariant: 2.2.4 jest-environment-node: 29.7.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-runtime: 0.80.6 - metro-source-map: 0.80.6 + metro-runtime: 0.81.0 + metro-source-map: 0.81.0 mkdirp: 0.5.6 nullthrows: 1.1.1 - pretty-format: 26.6.2 + pretty-format: 29.7.0 promise: 8.3.0 - react: 18.2.0 - react-devtools-core: 5.3.0 + react: 18.3.1 + react-devtools-core: 5.3.2 react-refresh: 0.14.2 - react-shallow-renderer: 16.15.0(react@18.2.0) regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 + semver: 7.6.3 stacktrace-parser: 0.1.10 whatwg-fetch: 3.6.20 ws: 8.17.1 yargs: 17.7.2 optionalDependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' + - '@react-native-community/cli-server-api' - bufferutil - encoding - supports-color - utf-8-validate - react-native@0.74.5(@types/react@18.2.79)(react@18.2.0): + react-native@0.76.5(@types/react@18.3.16)(react@18.3.1): dependencies: '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 13.6.9 - '@react-native-community/cli-platform-android': 13.6.9 - '@react-native-community/cli-platform-ios': 13.6.9 - '@react-native/assets-registry': 0.74.87 - '@react-native/codegen': 0.74.87(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - '@react-native/community-cli-plugin': 0.74.87 - '@react-native/gradle-plugin': 0.74.87 - '@react-native/js-polyfills': 0.74.87 - '@react-native/normalize-colors': 0.74.87 - '@react-native/virtualized-lists': 0.74.87(@types/react@18.2.79)(react-native@0.74.5(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + '@react-native/assets-registry': 0.76.5 + '@react-native/codegen': 0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7)) + '@react-native/community-cli-plugin': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9) + '@react-native/gradle-plugin': 0.76.5 + '@react-native/js-polyfills': 0.76.5 + '@react-native/normalize-colors': 0.76.5 + '@react-native/virtualized-lists': 0.76.5(@types/react@18.3.16)(react-native@0.76.5(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 + babel-jest: 29.7.0(@babel/core@7.25.7) + babel-plugin-syntax-hermes-parser: 0.23.1 base64-js: 1.5.1 chalk: 4.1.2 + commander: 12.1.0 event-target-shim: 5.0.1 flow-enums-runtime: 0.0.6 + glob: 7.2.3 invariant: 2.2.4 jest-environment-node: 29.7.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-runtime: 0.80.6 - metro-source-map: 0.80.6 + metro-runtime: 0.81.0 + metro-source-map: 0.81.0 mkdirp: 0.5.6 nullthrows: 1.1.1 - pretty-format: 26.6.2 + pretty-format: 29.7.0 promise: 8.3.0 - react: 18.2.0 - react-devtools-core: 5.3.0 + react: 18.3.1 + react-devtools-core: 5.3.2 react-refresh: 0.14.2 - react-shallow-renderer: 16.15.0(react@18.2.0) regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 + semver: 7.6.3 stacktrace-parser: 0.1.10 whatwg-fetch: 3.6.20 ws: 8.17.1 yargs: 17.7.2 optionalDependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' + - '@react-native-community/cli-server-api' - bufferutil - encoding - supports-color - utf-8-validate optional: true - react-page-visibility@7.0.0(react@18.2.0): + react-page-visibility@7.0.0(react@18.3.1): dependencies: prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 - react-player@2.16.0(react@18.2.0): + react-player@2.16.0(react@18.3.1): dependencies: deepmerge: 4.3.1 load-script: 1.0.0 memoize-one: 5.2.1 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - react-qr-code@2.0.12(react-native-svg@15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react@18.2.0): + react-qr-code@2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: prop-types: 15.8.1 qr.js: 0.0.0 - react: 18.2.0 + react: 18.3.1 optionalDependencies: - react-native-svg: 15.9.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0) + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-reconciler@0.27.0(react@18.2.0): + react-qr-code@2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + dependencies: + prop-types: 15.8.1 + qr.js: 0.0.0 + react: 18.3.1 + optionalDependencies: + react-native-svg: 15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + + react-reconciler@0.27.0(react@18.3.1): dependencies: loose-envify: 1.4.0 - react: 18.2.0 + react: 18.3.1 scheduler: 0.21.0 - react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1): + react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1): dependencies: '@babel/runtime': 7.23.8 '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-is: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) + react: 18.3.1 + react-is: 18.3.1 + use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/react-dom': 18.2.18 - react-dom: 18.2.0(react@18.2.0) - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react-dom: 18.3.1(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) redux: 4.2.1 - react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react-native@0.74.5(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)(redux@4.2.1): + react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1): dependencies: '@babel/runtime': 7.23.8 '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-is: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) + react: 18.3.1 + react-is: 18.3.1 + use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.16 '@types/react-dom': 18.2.18 - react-dom: 18.2.0(react@18.2.0) - react-native: 0.74.5(@types/react@18.2.79)(react@18.2.0) + react-dom: 18.3.1(react@18.3.1) + react-native: 0.76.5(@types/react@18.3.16)(react@18.3.1) redux: 4.2.1 react-refresh@0.14.0: {} react-refresh@0.14.2: {} - react-router-dom@6.21.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-router-dom@6.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@remix-run/router': 1.14.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-router: 6.21.1(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-router: 6.21.1(react@18.3.1) - react-router@6.21.1(react@18.2.0): + react-router@6.21.1(react@18.3.1): dependencies: '@remix-run/router': 1.14.1 - react: 18.2.0 + react: 18.3.1 - react-scrollbars-custom@4.1.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-scrollbars-custom@4.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: cnbuilder: 3.1.0 - react: 18.2.0 - react-draggable: 4.4.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.3.1 + react-draggable: 4.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) zoom-level: 2.5.0 transitivePeerDependencies: - react-dom - react-shallow-renderer@16.15.0(react@18.2.0): + react-server-dom-webpack@19.0.0-rc-6230622a1a-20240610(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.95.0): + dependencies: + acorn-loose: 8.4.0 + neo-async: 2.6.2 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + webpack: 5.95.0 + + react-shallow-renderer@16.15.0(react@18.3.1): dependencies: object-assign: 4.1.1 - react: 18.2.0 - react-is: 18.2.0 + react: 18.3.1 + react-is: 18.3.1 - react-test-renderer@18.2.0(react@18.2.0): + react-test-renderer@18.3.1(react@18.3.1): dependencies: - react: 18.2.0 - react-is: 18.2.0 - react-shallow-renderer: 16.15.0(react@18.2.0) - scheduler: 0.23.0 + react: 18.3.1 + react-is: 18.3.1 + react-shallow-renderer: 16.15.0(react@18.3.1) + scheduler: 0.23.2 - react-tooltip@5.25.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-tooltip@5.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@floating-ui/dom': 1.5.4 classnames: 2.5.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) - react@18.2.0: + react@18.3.1: dependencies: loose-envify: 1.4.0 - reactcss@1.2.3(react@18.2.0): + reactcss@1.2.3(react@18.3.1): dependencies: lodash: 4.17.21 - react: 18.2.0 + react: 18.3.1 read-config-file@6.3.2: dependencies: @@ -22348,12 +22099,12 @@ snapshots: dependencies: resolve: 1.22.8 - recyclerlistview@4.2.0(react-native@0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0): + recyclerlistview@4.2.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: lodash.debounce: 4.0.8 prop-types: 15.8.1 - react: 18.2.0 - react-native: 0.74.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@types/react@18.2.79)(react@18.2.0) + react: 18.3.1 + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) ts-object-utils: 0.0.5 redent@3.0.0: @@ -22474,6 +22225,8 @@ snapshots: resolve-pkg-maps@1.0.0: {} + resolve-workspace-root@2.0.0: {} + resolve.exports@2.0.2: {} resolve@1.19.0: @@ -22510,6 +22263,7 @@ snapshots: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 + optional: true retry@0.12.0: {} @@ -22524,10 +22278,6 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@2.7.1: - dependencies: - glob: 7.2.3 - rimraf@3.0.2: dependencies: glob: 7.2.3 @@ -22641,7 +22391,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.23.0: + scheduler@0.23.2: dependencies: loose-envify: 1.4.0 @@ -22737,6 +22487,8 @@ snapshots: transitivePeerDependencies: - supports-color + server-only@0.0.1: {} + set-blocking@2.0.0: {} set-function-length@1.1.1: @@ -22817,12 +22569,6 @@ snapshots: slash@5.1.0: {} - slice-ansi@2.1.0: - dependencies: - ansi-styles: 3.2.1 - astral-regex: 1.0.0 - is-fullwidth-code-point: 2.0.0 - slice-ansi@3.0.0: dependencies: ansi-styles: 4.3.0 @@ -22892,8 +22638,6 @@ snapshots: source-map@0.6.1: {} - source-map@0.7.4: {} - source-map@0.8.0-beta.0: dependencies: whatwg-url: 7.1.0 @@ -23084,8 +22828,6 @@ snapshots: strip-json-comments@3.1.1: {} - strnum@1.0.5: {} - structured-headers@0.4.1: {} style-value-types@5.0.0: @@ -23093,7 +22835,7 @@ snapshots: hey-listen: 1.0.8 tslib: 2.6.2 - styled-components@6.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + styled-components@6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@emotion/is-prop-valid': 1.2.1 '@emotion/unitless': 0.8.0 @@ -23101,30 +22843,20 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.2 postcss: 8.4.31 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) shallowequal: 1.1.0 stylis: 4.3.1 tslib: 2.5.0 - styled-normalize@8.1.0(styled-components@6.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)): + styled-normalize@8.1.0(styled-components@6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: - styled-components: 6.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + styled-components: 6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) styleq@0.1.3: {} stylis@4.3.1: {} - sucrase@3.34.0: - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - commander: 4.1.1 - glob: 7.1.6 - lines-and-columns: 1.2.4 - mz: 2.7.0 - pirates: 4.0.6 - ts-interface-checker: 0.1.13 - sucrase@3.35.0: dependencies: '@jridgewell/gen-mapping': 0.3.3 @@ -23139,7 +22871,8 @@ snapshots: sudo-prompt@9.1.1: {} - sudo-prompt@9.2.1: {} + sudo-prompt@9.2.1: + optional: true sumchecker@3.0.1: dependencies: @@ -23225,6 +22958,15 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 + tar@6.2.1: + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 5.0.0 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + tar@7.0.1: dependencies: '@isaacs/fs-minipass': 4.0.1 @@ -23234,8 +22976,6 @@ snapshots: mkdirp: 3.0.1 yallist: 5.0.0 - temp-dir@1.0.0: {} - temp-dir@2.0.0: {} temp-file@3.4.0: @@ -23247,12 +22987,6 @@ snapshots: dependencies: rimraf: 2.6.3 - tempy@0.3.0: - dependencies: - temp-dir: 1.0.0 - type-fest: 0.3.1 - unique-string: 1.0.0 - tempy@0.7.1: dependencies: del: 6.1.1 @@ -23277,6 +23011,15 @@ snapshots: terser: 5.26.0 webpack: 5.95.0(webpack-cli@5.1.4) + terser-webpack-plugin@5.3.10(webpack@5.95.0): + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.1 + terser: 5.26.0 + webpack: 5.95.0 + terser@5.26.0: dependencies: '@jridgewell/source-map': 0.3.5 @@ -23382,14 +23125,10 @@ snapshots: dependencies: punycode: 2.3.1 - traverse@0.6.8: {} - tree-kill@1.2.2: {} trim-newlines@3.0.1: {} - trim-right@1.0.1: {} - truncate-utf8-bytes@1.0.2: dependencies: utf8-byte-length: 1.0.4 @@ -23488,12 +23227,12 @@ snapshots: tslib@1.14.1: {} - tslib@2.4.0: {} - tslib@2.5.0: {} tslib@2.6.2: {} + tslib@2.6.3: {} + tsup@8.0.1(postcss@8.4.47)(ts-node@10.9.2(typescript@5.5.3))(typescript@5.5.3): dependencies: bundle-require: 4.0.2(esbuild@0.19.12) @@ -23581,8 +23320,6 @@ snapshots: type-fest@0.21.3: {} - type-fest@0.3.1: {} - type-fest@0.6.0: {} type-fest@0.7.1: {} @@ -23649,10 +23386,10 @@ snapshots: uncrypto@0.1.3: {} - undici-types@5.26.5: {} - undici-types@6.19.8: {} + undici@6.21.0: {} + undici@6.6.2: dependencies: '@fastify/busboy': 2.1.0 @@ -23684,10 +23421,6 @@ snapshots: dependencies: imurmurhash: 0.1.4 - unique-string@1.0.0: - dependencies: - crypto-random-string: 1.0.0 - unique-string@2.0.0: dependencies: crypto-random-string: 2.0.0 @@ -23756,20 +23489,18 @@ snapshots: dependencies: punycode: 2.3.1 - url-join@4.0.0: {} - url-parse@1.5.10: dependencies: querystringify: 2.2.0 requires-port: 1.0.0 - use-latest-callback@0.1.9(react@18.2.0): + use-latest-callback@0.1.9(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 - use-sync-external-store@1.2.0(react@18.2.0): + use-sync-external-store@1.2.0(react@18.3.1): dependencies: - react: 18.2.0 + react: 18.3.1 utf8-byte-length@1.0.4: {} @@ -23801,8 +23532,6 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - valid-url@1.0.9: {} - validate-npm-package-license@3.0.4: dependencies: spdx-correct: 3.2.0 @@ -23823,233 +23552,233 @@ snapshots: extsprintf: 1.4.1 optional: true - victory-area@36.7.0(react@18.2.0): + victory-area@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) victory-vendor: 36.7.0 - victory-axis@36.7.0(react@18.2.0): + victory-axis@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-bar@36.7.0(react@18.2.0): + victory-bar@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) victory-vendor: 36.7.0 - victory-box-plot@36.7.0(react@18.2.0): + victory-box-plot@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) victory-vendor: 36.7.0 - victory-brush-container@36.7.0(react@18.2.0): + victory-brush-container@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-core: 36.7.0(react@18.2.0) + victory-core: 36.7.0(react@18.3.1) - victory-brush-line@36.7.0(react@18.2.0): + victory-brush-line@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-core: 36.7.0(react@18.2.0) + victory-core: 36.7.0(react@18.3.1) - victory-candlestick@36.7.0(react@18.2.0): + victory-candlestick@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-canvas@36.7.0(react@18.2.0): + victory-canvas@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-bar: 36.7.0(react@18.2.0) - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-bar: 36.7.0(react@18.3.1) + victory-core: 36.7.0(react@18.3.1) - victory-chart@36.7.0(react@18.2.0): + victory-chart@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-axis: 36.7.0(react@18.2.0) - victory-core: 36.7.0(react@18.2.0) - victory-polar-axis: 36.7.0(react@18.2.0) - victory-shared-events: 36.7.0(react@18.2.0) + victory-axis: 36.7.0(react@18.3.1) + victory-core: 36.7.0(react@18.3.1) + victory-polar-axis: 36.7.0(react@18.3.1) + victory-shared-events: 36.7.0(react@18.3.1) - victory-core@36.7.0(react@18.2.0): + victory-core@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 victory-vendor: 36.7.0 - victory-create-container@36.7.0(react@18.2.0): + victory-create-container@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 - react: 18.2.0 - victory-brush-container: 36.7.0(react@18.2.0) - victory-core: 36.7.0(react@18.2.0) - victory-cursor-container: 36.7.0(react@18.2.0) - victory-selection-container: 36.7.0(react@18.2.0) - victory-voronoi-container: 36.7.0(react@18.2.0) - victory-zoom-container: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-brush-container: 36.7.0(react@18.3.1) + victory-core: 36.7.0(react@18.3.1) + victory-cursor-container: 36.7.0(react@18.3.1) + victory-selection-container: 36.7.0(react@18.3.1) + victory-voronoi-container: 36.7.0(react@18.3.1) + victory-zoom-container: 36.7.0(react@18.3.1) - victory-cursor-container@36.7.0(react@18.2.0): + victory-cursor-container@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-errorbar@36.7.0(react@18.2.0): + victory-errorbar@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-group@36.7.0(react@18.2.0): + victory-group@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-core: 36.7.0(react@18.2.0) - victory-shared-events: 36.7.0(react@18.2.0) + victory-core: 36.7.0(react@18.3.1) + victory-shared-events: 36.7.0(react@18.3.1) - victory-histogram@36.7.0(react@18.2.0): + victory-histogram@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-bar: 36.7.0(react@18.2.0) - victory-core: 36.7.0(react@18.2.0) + victory-bar: 36.7.0(react@18.3.1) + victory-core: 36.7.0(react@18.3.1) victory-vendor: 36.7.0 - victory-legend@36.7.0(react@18.2.0): + victory-legend@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-line@36.7.0(react@18.2.0): + victory-line@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) victory-vendor: 36.7.0 - victory-native@36.7.0(react@18.2.0): + victory-native@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory: 36.7.0(react@18.2.0) - victory-area: 36.7.0(react@18.2.0) - victory-axis: 36.7.0(react@18.2.0) - victory-bar: 36.7.0(react@18.2.0) - victory-box-plot: 36.7.0(react@18.2.0) - victory-brush-container: 36.7.0(react@18.2.0) - victory-brush-line: 36.7.0(react@18.2.0) - victory-candlestick: 36.7.0(react@18.2.0) - victory-chart: 36.7.0(react@18.2.0) - victory-core: 36.7.0(react@18.2.0) - victory-create-container: 36.7.0(react@18.2.0) - victory-cursor-container: 36.7.0(react@18.2.0) - victory-errorbar: 36.7.0(react@18.2.0) - victory-group: 36.7.0(react@18.2.0) - victory-histogram: 36.7.0(react@18.2.0) - victory-legend: 36.7.0(react@18.2.0) - victory-line: 36.7.0(react@18.2.0) - victory-pie: 36.7.0(react@18.2.0) - victory-polar-axis: 36.7.0(react@18.2.0) - victory-scatter: 36.7.0(react@18.2.0) - victory-selection-container: 36.7.0(react@18.2.0) - victory-shared-events: 36.7.0(react@18.2.0) - victory-stack: 36.7.0(react@18.2.0) - victory-tooltip: 36.7.0(react@18.2.0) - victory-voronoi: 36.7.0(react@18.2.0) - victory-voronoi-container: 36.7.0(react@18.2.0) - victory-zoom-container: 36.7.0(react@18.2.0) - - victory-pie@36.7.0(react@18.2.0): + victory: 36.7.0(react@18.3.1) + victory-area: 36.7.0(react@18.3.1) + victory-axis: 36.7.0(react@18.3.1) + victory-bar: 36.7.0(react@18.3.1) + victory-box-plot: 36.7.0(react@18.3.1) + victory-brush-container: 36.7.0(react@18.3.1) + victory-brush-line: 36.7.0(react@18.3.1) + victory-candlestick: 36.7.0(react@18.3.1) + victory-chart: 36.7.0(react@18.3.1) + victory-core: 36.7.0(react@18.3.1) + victory-create-container: 36.7.0(react@18.3.1) + victory-cursor-container: 36.7.0(react@18.3.1) + victory-errorbar: 36.7.0(react@18.3.1) + victory-group: 36.7.0(react@18.3.1) + victory-histogram: 36.7.0(react@18.3.1) + victory-legend: 36.7.0(react@18.3.1) + victory-line: 36.7.0(react@18.3.1) + victory-pie: 36.7.0(react@18.3.1) + victory-polar-axis: 36.7.0(react@18.3.1) + victory-scatter: 36.7.0(react@18.3.1) + victory-selection-container: 36.7.0(react@18.3.1) + victory-shared-events: 36.7.0(react@18.3.1) + victory-stack: 36.7.0(react@18.3.1) + victory-tooltip: 36.7.0(react@18.3.1) + victory-voronoi: 36.7.0(react@18.3.1) + victory-voronoi-container: 36.7.0(react@18.3.1) + victory-zoom-container: 36.7.0(react@18.3.1) + + victory-pie@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) victory-vendor: 36.7.0 - victory-polar-axis@36.7.0(react@18.2.0): + victory-polar-axis@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-scatter@36.7.0(react@18.2.0): + victory-scatter@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-selection-container@36.7.0(react@18.2.0): + victory-selection-container@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-shared-events@36.7.0(react@18.2.0): + victory-shared-events@36.7.0(react@18.3.1): dependencies: json-stringify-safe: 5.0.1 lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-core: 36.7.0(react@18.2.0) + victory-core: 36.7.0(react@18.3.1) - victory-stack@36.7.0(react@18.2.0): + victory-stack@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-core: 36.7.0(react@18.2.0) - victory-shared-events: 36.7.0(react@18.2.0) + victory-core: 36.7.0(react@18.3.1) + victory-shared-events: 36.7.0(react@18.3.1) - victory-tooltip@36.7.0(react@18.2.0): + victory-tooltip@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) victory-vendor@36.7.0: dependencies: @@ -24068,68 +23797,68 @@ snapshots: d3-time: 3.1.0 d3-timer: 3.0.1 - victory-voronoi-container@36.7.0(react@18.2.0): + victory-voronoi-container@36.7.0(react@18.3.1): dependencies: delaunay-find: 0.0.6 lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 react-fast-compare: 3.2.2 - victory-core: 36.7.0(react@18.2.0) - victory-tooltip: 36.7.0(react@18.2.0) + victory-core: 36.7.0(react@18.3.1) + victory-tooltip: 36.7.0(react@18.3.1) - victory-voronoi@36.7.0(react@18.2.0): + victory-voronoi@36.7.0(react@18.3.1): dependencies: d3-voronoi: 1.1.4 lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) - victory-zoom-container@36.7.0(react@18.2.0): + victory-zoom-container@36.7.0(react@18.3.1): dependencies: lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - victory-core: 36.7.0(react@18.2.0) - - victory@36.7.0(react@18.2.0): - dependencies: - react: 18.2.0 - victory-area: 36.7.0(react@18.2.0) - victory-axis: 36.7.0(react@18.2.0) - victory-bar: 36.7.0(react@18.2.0) - victory-box-plot: 36.7.0(react@18.2.0) - victory-brush-container: 36.7.0(react@18.2.0) - victory-brush-line: 36.7.0(react@18.2.0) - victory-candlestick: 36.7.0(react@18.2.0) - victory-canvas: 36.7.0(react@18.2.0) - victory-chart: 36.7.0(react@18.2.0) - victory-core: 36.7.0(react@18.2.0) - victory-create-container: 36.7.0(react@18.2.0) - victory-cursor-container: 36.7.0(react@18.2.0) - victory-errorbar: 36.7.0(react@18.2.0) - victory-group: 36.7.0(react@18.2.0) - victory-histogram: 36.7.0(react@18.2.0) - victory-legend: 36.7.0(react@18.2.0) - victory-line: 36.7.0(react@18.2.0) - victory-pie: 36.7.0(react@18.2.0) - victory-polar-axis: 36.7.0(react@18.2.0) - victory-scatter: 36.7.0(react@18.2.0) - victory-selection-container: 36.7.0(react@18.2.0) - victory-shared-events: 36.7.0(react@18.2.0) - victory-stack: 36.7.0(react@18.2.0) - victory-tooltip: 36.7.0(react@18.2.0) - victory-voronoi: 36.7.0(react@18.2.0) - victory-voronoi-container: 36.7.0(react@18.2.0) - victory-zoom-container: 36.7.0(react@18.2.0) - - vite-node@2.1.2(@types/node@20.17.8)(terser@5.26.0): + react: 18.3.1 + victory-core: 36.7.0(react@18.3.1) + + victory@36.7.0(react@18.3.1): + dependencies: + react: 18.3.1 + victory-area: 36.7.0(react@18.3.1) + victory-axis: 36.7.0(react@18.3.1) + victory-bar: 36.7.0(react@18.3.1) + victory-box-plot: 36.7.0(react@18.3.1) + victory-brush-container: 36.7.0(react@18.3.1) + victory-brush-line: 36.7.0(react@18.3.1) + victory-candlestick: 36.7.0(react@18.3.1) + victory-canvas: 36.7.0(react@18.3.1) + victory-chart: 36.7.0(react@18.3.1) + victory-core: 36.7.0(react@18.3.1) + victory-create-container: 36.7.0(react@18.3.1) + victory-cursor-container: 36.7.0(react@18.3.1) + victory-errorbar: 36.7.0(react@18.3.1) + victory-group: 36.7.0(react@18.3.1) + victory-histogram: 36.7.0(react@18.3.1) + victory-legend: 36.7.0(react@18.3.1) + victory-line: 36.7.0(react@18.3.1) + victory-pie: 36.7.0(react@18.3.1) + victory-polar-axis: 36.7.0(react@18.3.1) + victory-scatter: 36.7.0(react@18.3.1) + victory-selection-container: 36.7.0(react@18.3.1) + victory-shared-events: 36.7.0(react@18.3.1) + victory-stack: 36.7.0(react@18.3.1) + victory-tooltip: 36.7.0(react@18.3.1) + victory-voronoi: 36.7.0(react@18.3.1) + victory-voronoi-container: 36.7.0(react@18.3.1) + victory-zoom-container: 36.7.0(react@18.3.1) + + vite-node@2.1.2(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.7 pathe: 1.1.2 - vite: 5.4.8(@types/node@20.17.8)(terser@5.26.0) + vite: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -24143,29 +23872,29 @@ snapshots: vite-plugin-electron@0.29.0: {} - vite-plugin-svgr@3.3.0(rollup@4.22.4)(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)): + vite-plugin-svgr@3.3.0(rollup@4.22.4)(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)): dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.22.4) '@svgr/core': 8.1.0(typescript@5.5.3) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.3)) - vite: 5.4.8(@types/node@20.17.8)(terser@5.26.0) + vite: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color - typescript - vite-tsconfig-paths@4.2.3(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)): + vite-tsconfig-paths@4.2.3(typescript@5.5.3)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)): dependencies: debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.1.2(typescript@5.5.3) optionalDependencies: - vite: 5.4.8(@types/node@20.17.8)(terser@5.26.0) + vite: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) transitivePeerDependencies: - supports-color - typescript - vite@5.4.8(@types/node@20.17.8)(terser@5.26.0): + vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 @@ -24173,12 +23902,13 @@ snapshots: optionalDependencies: '@types/node': 20.17.8 fsevents: 2.3.3 + lightningcss: 1.27.0 terser: 5.26.0 - vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(terser@5.26.0): + vitest@2.1.2(@types/node@20.17.8)(happy-dom@15.11.7)(jsdom@21.1.2)(lightningcss@1.27.0)(terser@5.26.0): dependencies: '@vitest/expect': 2.1.2 - '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@20.17.8)(terser@5.26.0)) + '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0)) '@vitest/pretty-format': 2.1.2 '@vitest/runner': 2.1.2 '@vitest/snapshot': 2.1.2 @@ -24193,8 +23923,8 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.8(@types/node@20.17.8)(terser@5.26.0) - vite-node: 2.1.2(@types/node@20.17.8)(terser@5.26.0) + vite: 5.4.8(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) + vite-node: 2.1.2(@types/node@20.17.8)(lightningcss@1.27.0)(terser@5.26.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 20.17.8 @@ -24244,6 +23974,8 @@ snapshots: dependencies: defaults: 1.0.4 + web-streams-polyfill@3.3.3: {} + web3-errors@1.3.0: dependencies: web3-types: 1.8.0 @@ -24291,6 +24023,36 @@ snapshots: webpack-sources@3.2.3: {} + webpack@5.95.0: + dependencies: + '@types/estree': 1.0.6 + '@webassemblyjs/ast': 1.12.1 + '@webassemblyjs/wasm-edit': 1.12.1 + '@webassemblyjs/wasm-parser': 1.12.1 + acorn: 8.11.2 + acorn-import-attributes: 1.9.5(acorn@8.11.2) + browserslist: 4.24.0 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.17.1 + es-module-lexer: 1.4.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.10(webpack@5.95.0) + watchpack: 2.4.2 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + webpack@5.95.0(webpack-cli@5.1.4): dependencies: '@types/estree': 1.0.6 @@ -24422,7 +24184,7 @@ snapshots: wildcard@2.0.1: {} - wonka@4.0.15: {} + wonka@6.3.4: {} wrap-ansi@6.2.0: dependencies: @@ -24539,10 +24301,6 @@ snapshots: compress-commons: 4.1.2 readable-stream: 3.6.2 - zod-validation-error@2.1.0(zod@3.23.8): - dependencies: - zod: 3.23.8 - zod@3.23.8: {} zoom-level@2.5.0: {} From f7b8dacdb55bd48cd43988bcc05a207569296e9b Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Thu, 12 Dec 2024 14:49:26 +0100 Subject: [PATCH 2/4] Prebuild & pod install --- .../android/app/src/main/AndroidManifest.xml | 2 +- .../java/org/alephium/wallet/MainActivity.kt | 6 +- .../res/drawable-hdpi/splashscreen_logo.png | Bin 0 -> 2495 bytes .../res/drawable-mdpi/splashscreen_logo.png | Bin 0 -> 1485 bytes .../res/drawable-xhdpi/splashscreen_logo.png | Bin 0 -> 3477 bytes .../res/drawable-xxhdpi/splashscreen_logo.png | Bin 0 -> 6280 bytes .../drawable-xxxhdpi/splashscreen_logo.png | Bin 0 -> 9624 bytes .../res/drawable/ic_launcher_background.xml | 6 + .../app/src/main/res/values/styles.xml | 6 +- .../ios/Alephium.xcodeproj/project.pbxproj | 19 +- .../Contents.json | 20 + .../SplashScreenLogo.imageset/Contents.json | 41 + .../SplashScreenLogo.imageset/image.png | Bin 0 -> 18022 bytes .../SplashScreenLogo.imageset/image@2x.png | Bin 0 -> 18022 bytes .../SplashScreenLogo.imageset/image@3x.png | Bin 0 -> 18022 bytes .../ios/Alephium/SplashScreen.storyboard | 19 +- apps/mobile-wallet/ios/Podfile.lock | 1360 +++++++++++------ .../mobile-wallet/ios/Podfile.properties.json | 2 +- apps/mobile-wallet/package.json | 1 + pnpm-lock.yaml | 907 ++++++----- 20 files changed, 1549 insertions(+), 840 deletions(-) create mode 100644 apps/mobile-wallet/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png create mode 100644 apps/mobile-wallet/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png create mode 100644 apps/mobile-wallet/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png create mode 100644 apps/mobile-wallet/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png create mode 100644 apps/mobile-wallet/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png create mode 100644 apps/mobile-wallet/android/app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenBackground.colorset/Contents.json create mode 100644 apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/Contents.json create mode 100644 apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image.png create mode 100644 apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image@2x.png create mode 100644 apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image@3x.png diff --git a/apps/mobile-wallet/android/app/src/main/AndroidManifest.xml b/apps/mobile-wallet/android/app/src/main/AndroidManifest.xml index 1f778c8e9..35eac6f5d 100644 --- a/apps/mobile-wallet/android/app/src/main/AndroidManifest.xml +++ b/apps/mobile-wallet/android/app/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ - + diff --git a/apps/mobile-wallet/android/app/src/main/java/org/alephium/wallet/MainActivity.kt b/apps/mobile-wallet/android/app/src/main/java/org/alephium/wallet/MainActivity.kt index 63be338aa..2b7a7ff8d 100644 --- a/apps/mobile-wallet/android/app/src/main/java/org/alephium/wallet/MainActivity.kt +++ b/apps/mobile-wallet/android/app/src/main/java/org/alephium/wallet/MainActivity.kt @@ -1,4 +1,5 @@ package org.alephium.wallet +import expo.modules.splashscreen.SplashScreenManager import android.os.Build import android.os.Bundle @@ -15,7 +16,10 @@ class MainActivity : ReactActivity() { // Set the theme to AppTheme BEFORE onCreate to support // coloring the background, status bar, and navigation bar. // This is required for expo-splash-screen. - setTheme(R.style.AppTheme); + // setTheme(R.style.AppTheme); + // @generated begin expo-splashscreen - expo prebuild (DO NOT MODIFY) sync-f3ff59a738c56c9a6119210cb55f0b613eb8b6af + SplashScreenManager.registerOnActivity(this) + // @generated end expo-splashscreen super.onCreate(null) } diff --git a/apps/mobile-wallet/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png b/apps/mobile-wallet/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba49072c616d6f15507cda1f872a356e5107a42 GIT binary patch literal 2495 zcmeH}{ZCV86vuB@Qbktk;tx1csuO2)N^#+(9h8QFLEue~ju zX6q(_qLq}FuFOoP&RJ%dfdYL&)Pg9TuZY50p)HfHT-pnzulMd^%>IS#2Yz^dInO!g zIp>?tlXJc=WfzfGty={E0J(Ti;pYHA_-*N|B;l4pcKUVzi2t^@F#ih)!Q0QgmO|<$ zIU)wp#xtwWWjHQfxw7)~?iER1M;9yqPXE567ZV@#Q~vtk^u~<$cO)jFgz9{4;o0x# zd(M>=?tbrf|B= z9kBKZVEK^*kTRFAmeu%g*}!&M)oOL0JF|m9>gH`FpcVRZuH|^&bgj=ZLKa}-^w9kmzu>uP7_}~Tz zX|?CZb*GaBM_8eu5+UM#pmp!$gL`Mq7z!l)L>T#7lIs?=ML4t0@PY??y31nVDWv|} zYf7B$n(}*9DH6xmeXq!TdK_J>IiI`EalagNHIDb3@B|;K!1n3IMvovCUg(>X-9ocbc#x;2@P}oleIKbxAbl76cwZ6&t<|gSSo5UV=)+#S|q%mC>*3eeaS!6+)PC9FVu!!AO#b&epLnZQ$Eukuf2>FHv zZ4&#RSE$;n705$i+MR6XNgCTidYcG*Nqq$Z6`3d3gpk4Hw@4g@lUEDn)__ zhb9-VnX&IBgm;}N$RZ0a;#Hj+AIdiQ>Nq{ew^=6ebPF%-Xdqb2jZVIWF*I0IPnazu za(*8;L&=liG`c?GGUAs0RNA;r9_Y-C%|Etw8NJoY%eqtBS>cDOdKMP4QOuDEcnMWN z45wNQJ+jD2biyaOFZ~nI6`-S=EKEkcV6@&^fm++p`O8sUGddcyvhv>KYt81nzf=NA zGY!tQ4!tpOv*W?_gI!CM02sKHFyic}iSZPeZh6=&kKX_5wt>cPF8HvNQwTEf#SAFk L%`Vh`dieA|auKRg literal 0 HcmV?d00001 diff --git a/apps/mobile-wallet/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png b/apps/mobile-wallet/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a66fd928fc5475f8c335769314433533d33643 GIT binary patch literal 1485 zcmeAS@N?(olHy`uVBq!ia0y~yU{nBM4mJh`29f4<4GavdQ#@T9Ln;{G9^C(0z3DOg zhv%|UqROn+@GJozm$#iIFPQgVn+TXfHNGS1>zHpUP$P* zPL_YazOm~2%iG`Y9p66h^y7~fDwbRa9GDF*G4z-)DDxih7-iBl98Rn}@V_~Dx!==! z)$eV0z2EnnFa6w{lj`$pCdt?TG5k<(DQdCs@WTn!?{=!EpPzU3>gw>%xAXTu&3}Gw z?&)TJyNVO>e)H{QcT5d#jLw*?9llP+_RojI?SG#B`T4o>?bho||J|6ke>g5*|K#&| zd;2Fd!s9Acm;24-`XkLd=fG+G{c|3_+w=LH&Ce&38|xQ03jcVudVSxzn4Oaz>&5Mv zarmLYkL6MpGY=P^x1Ii2uHr$X&94`W8|zm!3hyd<>b39Zv)MA=k4fjts9NqSe0=Pp zczn&o)6?~z1Ko9^SK6Fudy)I3|15qlfcBgT_P3q7f39Wmvk&L2-^;9v+gtVH+wJ_% zhxzTFOpmYQoa4g0{o$ph-a9Klr}gbFc(%O? z`Tq8QzXU!oGb!M1KdcA}HRJO(#b1D-{q*nm`{%#DzFz$D(o&i7hlg4Z%a-2}v{(rY z$%+>X+lzjFdiv+(1pC@QACJ3x^6BsUktA3D=i{HZ?{>dGm)vhV&3n2YtKXu=XbTy> zpZ8;Sm%V+l`MjO=DZ~7IKhqv8k^1qR@4VgbH;TvS*jAhM+kEnPpd$4{+zuFkH9&t@ zzI$}E`{(7r2Vy|MzP`Rse?Fgoo^PIi?@amq+Ub{<`?Kdg4S8Vp7wD^Yna@BgpM83I zdS~6=s=9wapD$KvS7|?>JBRDeAz(1~-K+ckw&usf_I99GO|GwtJzePT?*0>~^Ye7) p2Q7S_eM|-yMsqX0in34kc2ABno(|ob3M{4>JYD@<);T3K0RU-PYq|gc literal 0 HcmV?d00001 diff --git a/apps/mobile-wallet/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png b/apps/mobile-wallet/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..cace56085e36f9c1274df69dcb5c5d12339ed7ca GIT binary patch literal 3477 zcmeH~{ZCV86vv-Z0!*Yeo0ADjqhX?9(m5EVKtTn?ing0NiHg*0afl3C+l0a>ZPjS! zP&#FZV5MPyLTUGO{<6Pe<0emX?|Dv6?)jYW zxzD*bKOv;B_95G8Fv@mS^(;d)tq>jo}^ z2HjW-*D!yIZQ}*zn`D+|;T4$^%dxj(%r)4;T~x94q$@Cth(g3<271vBCRoZP;7**<>j_eSG(X;a z$b~KD^N|a}i$K}t;p|lVCdSBjNvyS0ou;EGKQ1LDCEq%bW+|dLw^K!?gTQqh;vvajParfE4e@6T51ZzcN`}Z-sL{1frX>Emj}`K4o``j-L4fREiwuiW*i2g z>UJ=WUJ+KAw;kY;kTfMsn&B|(1p2<3)RvXGRwQjai2FbdDJovP_>^RsuI5*Is|6ne zTpN52DVTX8(6{+w;z!vlvxpdSfb6JQTSC^`?J?9xIi3On!6P5_j{K?HIP+pZS*YFU z;oeach@@q}z|+Hx**t;f*>(SX^%Y;QH@1N^3c(>Kv+wq^Y^@VVM@oR;8uR^@P29-E zI;J>$p5tC&xL0ik3#^O0G&~LENtY~vFb$qOC(ESH^OB{;dflwZK$w^NV?{Lk*gQLs z+mO2rWNKdzJa(ANq=JIEmarTP)Gh}F8|2KT(dIjW6xJTB)M=J?B`iHj8t=48Y+}}8 zH6}oIDjO(eXPINA*@Jbuc8rTQtdH`@gk-tHXN5w&QGoI^lIAn4cWaidMqV)Pk~V6> zp=5f|{tDurQ9~eQSc)<$;_UC=qYI~#5HYC%vfbut%<4`kB)p7(%7T63>5Q(fF1(^0ow$YD&<95MdxTfXUVc>~(7?1>@=Tut<$ffs zh_F0e{coee!?Mk@#r$h*7fDs?68qC*`{2P=y#CMIG6guJMo z&3a%EsvsbYgG#N1?2e^?gapq7k*h4EPC^b62#1i1T;zEByx9FCb|ybOPiDUJJn!>- zKi88he@s3Uur6dB03aag@PV%ZAY|iX%_;!EA1eLt1F(sjbl~%2Y`^(u8PlXypT`&t zhAwO@uWBUXc1!4mlLvlKMxH*lacy_{sclb#f)AXYtPCkUSv6hoQOo*w9!P2tm5cxrc(!HLQA7V>s7JhTiu7XXjm;G29H z_;ld2fiDVtN$5+$UtkjM@GHX(2J#Zm3QeySjJ}38H5GvDdwylXcTz>>TM}4Z2?lCcfq|MAnu@fuos*8Mslu(*yE5Li zJ)L=27wA{EcX~UZhmEtf<&tXA;sYMZafu{N71YjR>lx8Z zohVX_xx_>eYe-%J5=p4D&oY}T-mh|$t7>S@+q7PI=VB>(uR!S>U`;(iTu+$R*-_9_ zbYVT%)T#MyiW=q1wB&NvLYHCFhiZw}sb{K6?P1JyEcm0Dcy-OM z%<^}?vN?5_fi2NE^^JpVXX<2Pul48po!o}rL62f^GK%Y#pz$%|=Tm@MmtlLS+9g*`%yTTVR(}#oZLxElEaSw19}Pp*awZW(` z=yyxi1fsNwPpKVo%rtsu5-W3(H4uxcMz_v1h`9#|z#j^6?mes(3Q97#u68s|HXAJ{ zI!e(qDSG2DpBshAa00fkuWm}apR}%$`aM1Rt0l#GKc8; zuLibrsx`f{QfsQAl2?M(Cs5wsvxM5PPL7k&I@;TtB(j%?V*q_D8qmLt_biU^vX&lX zLD-%Bw1M&%CHo^#e=-2nN7z*;nyj6wqYY%R#tYZ{zsgUr{h6z0ad$ME#@a>E1rYkZ z|A1pkSz_qVQ*d4L&RT)9HW8?=pMk?!CwA7wLn%t?p9|b?1fc|wdkl^t2oqBp$r%nV z9oG1ZjsEy|ps4mv^DzgXj~RooijfY?>k9h0&W;b~PV>0GX*Si$guiYdzmNvh|Ad;l zUTp7Dm2#%;-qq|j>>3?9ieSAw1sP*j_3`C?l>Pv3}A zWV1Tmc9kVT#e`i)z^+eH6RgL$P&DLbQwm~D;Z;>Z9#0IzU3T1fa6h z{W(5m=^Le`!LEx^ns2w?pWg%MtDxEf6(xpl*mGZ&*Q_Yg--T3e9s)gNqYU-Pcw%>- zIDYC^Tum@H0?;=qDs=t0@^Gy6rAqzeoM>T=VIODdy)Fa7eOFz2f@^1?F^vpqGiN%H zxL;^%6ZE$gzw67qjhpzbmXCykjs`q*3YhYO_Q_8K?1P!kH>p#{1;xiju-|=ns-X7eZ0SDaklIngL(M&f@yyD2)OQAZ7zX9sdCFvmw zgJXQQni)bXk;@sep({W>B#z311lem+Iy^QxQ-7DW3XH*{n<*~3FXyBRGW&y|g7r}%ZJcNu zjQqJhU^f&V*`6l0rY#%sxZEw}yQL8y>MR&03Yf0s@)(h+ypyi^;=?<2G0QWW)j#?; zl^Ft!nFF#l_`7DjLgj1~o3@D0xfcxHg+#AE5pzf^>dQglD!a%Y=A9sUw=O@O#j}q< z&+{apJ~$CTV<(DcAB$!kpJtgqBS4Mbr0qX5)(>{g0CHxXez*WQFcy z&=CmbL|RWpJd2tm;>9DDyhd9de)k)a9B&o$_x}BBLH(a_zu;8DOpInPbm~`t++ld& zb*DpuG$5W4q#ruHN^4@T0m8%eE5Vly?1?Kmm5JW*Cxeu_Ak^_fvYN;-8ohQgfvu31Qzo+tZJzhM&oW>36m<#VMyI(h5XWcZq&SCVV@GQaQA)Jajy;j4T)cqO$ zqtZ(a*4!$bAu932>*b+M+^CMHrP{RCb|qOI5RgmZ<8L0D@{% z01#A@5`dr@6fp>@IT=9sKfYPGAQa=A;`b3*QFx3HEG+G~pl*=$X1XstZtBs2)V#br zgm@R>rCG+It(iQ5Kzg<;_Jo%0NQNG@b<^;|!h$LD;G}j+Rj^QUGj`%#)M%Ww3MDPI z)lfQq^z-xEG}>LVk-Rh~)K=F&b3`JMOb%%(4fP@#)%>q+Lde4ReS{Vb59pu$M|r}V zId;f9sBtX}WKUVVj*e4r<`in^`QKNdMj|siTLbOhmWfdDk<7L&>IN~sgH!p|VtrXm zOU#3Jw`tPax=X%_lHH$4b4fuc12U%cn`+X=gUQ*}Y!PADtVPd)Ep?Q&r4Tkg+??(} z&0?_x+!Xd$W!GVD?9lw6XrfN0g;3iT$V&2xqbDX=Iwrm3tLin#w+b$;yo~tyY4KIJoo$tIvm8VI9(DZ>AaXIp@vomBkWnHd&AOl* z)QMUtY_Y^!vLGij^6Ud0^Bq!FVuC~}g(FD#h)(PJ*H^{{>a4p=i9}X<+{kA5juN;K zS)3M@o={F#H#kyU>*pSqQNqG@B2@InYUKNu_(eI((A-EvL&H|_504h8#@_WPNw>AhpbFFoeD>_G zcSCxw2Gu^jsBs6F3g@qZ^VdHMCeM@T42H$qJ#&xJB|~Cn;7wh~dNbbHR3UK6mc>c! zA@w`lo!tI@pZrk3z3*P?9-8{wD?WQ{SMZNr`AdR>n(oS7S zoa-A}q&F-o%9LF4;?)9Hf?eG?8ULnZta+M0RHYf{x4kt@-<}FdORsqxZrkNU6JJ+8 zN>8{JsV6_@=H{l`V#YBYF?3v7kPq{3*r)z0hFm}-?%c71Fl+f!EaX}ohMMX!Y&fE9ccwp?&h z{NjF!blC32PkNC}?}3mDaa9JQ`$9SJedaqDC!%{lLP_~JbZ341JoQB$gF@mv$a$jN zOImBu?gO|YFY~j*+M!(ew+g9zTj?s4dwVUMpm_G32}LgHVAAD$dz0Yq;&;(*YyAG$ zD0%5TolZAjHZ$G8ocB;t7(SxMLg0|OF`OOAyB0EV&oU}13Q__MmOnUg{zV>Va*~=a zdU{ElukQ5ff*C?rjski$<9*fA(z=QEKX{${9VE6=dNVdGUmO}9+ZO>YsgB-01rBiU zhW0%?h^=TP>U3U>axX;cMTwGiDF2Q_?h4e|6k0uCuw}Ce`_*3TIYGUZK_1=3 z-k`DT;0T?(v%(XM`>`{W4WRj`hq{5lOe1iFT@@gr{y2FD5V)|Y)YTJYomU9Y&$Jma zG?`adYT0~TaP$02sLc98h|@Ve-q&I;V_S4lo7W!;_z29kcs~GrGv&%gYYM5mj7((9 zZ^%H7u2A*UFQI+3z6HTj=#$C#9+=<<@E^J|oTXvHHto9O$4SwP?(xGPkX5^dr47Zb zSX!J^aCcN| zLijz{d;Q816h#;@J=(|*w$nZS6>tuARqwj!@r*<(Huxi7AtbX{Z^iTK^N2XK7PD4)oJQhPTXW0O;|T*32qs#cT)bNaD;40 zBoepkPHNXLy^%?=fjy}Tmb*fKj9VBs6zDX}HUmf>K(FF`ot&H;GF0yfhDqzq__U`Y z&>i~@*QCLrE28%lL%f}=bp23A2Tb{WARMJhojCiOv9a;Ukm%lMDYx>dC*NlHdmIfQ z*NtpcQ~zFR-CGrW3>-E53iB#(Cve%Gx9@>EUY{KcB-#hKYB^4I;=I97yprIHKEqH- z@AidpD}CY>k9AX^^HxAZD*x8!%p+$e{dSt&-(u$bh73@W_c1`!c>eJmaLU^gwj_tuD<#XV=ZL4WX`2&B^zHMLF`{Ij$maD-IxfeusvC`goW)-X zeWDKiq3Ra}ESxHKnY`%nCzgXT!&iXL?c2+E;Ku;tApk?M!D*&eK!EnZOabGvDafI= zLjt-Uu&dbs+WG7M5VkKJ3%>eo!%~b2wMT_zz)fRlW5v{&fpcVo^UrUYc~BpF9)sY^ zFV}*$A35usA`Q;e&zv%6g2KEYNNY*;pdFSrEpK|PH`C4J{w{EBZ0=29?g2yf@mQ+$ z%8qaeSXyHvFwY!1Xcwgh;%iX#^Vjtgbv^b=v zeACitKwGIOOT58aoGMT@nk|J(@7QU-~NA~GS}ak^)AtU{m#5YXEG1jF9) zfb|RuyqwL>DQt%v78j&Msda<$P{L#;YXrKAu3^HgNaUV4=P^Aokj)?{iGakbh7DK2 zPO=EYz&@+7hNZ>cU;PhYh(XQp-|YvN2P&{^b(Hi1SfjeUsD9)4AKcv*4#Y<6hToHt z&?j@mdxp2*dQ!CpUlM}}m~+AncrCTWt4}aqYr63oQG$P#dP-Uet7?M^B^5PPdH^d> txrWLrRsBKL6u}Bqql0Q*`mct>jX5>%T==y4^R<{XF3yMdm+tkw_)plxP0RoQ literal 0 HcmV?d00001 diff --git a/apps/mobile-wallet/android/app/src/main/res/drawable/ic_launcher_background.xml b/apps/mobile-wallet/android/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 000000000..883b2a080 --- /dev/null +++ b/apps/mobile-wallet/android/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/apps/mobile-wallet/android/app/src/main/res/values/styles.xml b/apps/mobile-wallet/android/app/src/main/res/values/styles.xml index 72d662c17..a0f6db42d 100644 --- a/apps/mobile-wallet/android/app/src/main/res/values/styles.xml +++ b/apps/mobile-wallet/android/app/src/main/res/values/styles.xml @@ -12,7 +12,9 @@ #c8c8c8 @android:color/black - \ No newline at end of file diff --git a/apps/mobile-wallet/ios/Alephium.xcodeproj/project.pbxproj b/apps/mobile-wallet/ios/Alephium.xcodeproj/project.pbxproj index d8df865de..ae0331c7b 100644 --- a/apps/mobile-wallet/ios/Alephium.xcodeproj/project.pbxproj +++ b/apps/mobile-wallet/ios/Alephium.xcodeproj/project.pbxproj @@ -298,13 +298,16 @@ "${PODS_CONFIGURATION_BUILD_DIR}/ExpoDevice/ExpoDevice_privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/ExpoLocalization/ExpoLocalization_privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly/RCT-Folly_privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG/RNSVGFilters.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/Sentry/Sentry.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/boost/boost_privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/glog/glog_privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/lottie-ios/LottiePrivacyInfo.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/lottie-react-native/Lottie_React_Native_Privacy.bundle", ); @@ -316,13 +319,16 @@ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoDevice_privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoLocalization_privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCT-Folly_privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCAsyncStorage_resources.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNSVGFilters.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SDWebImage.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Sentry.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/boost_privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/glog_privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LottiePrivacyInfo.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Lottie_React_Native_Privacy.bundle", ); @@ -402,7 +408,7 @@ "FB_SONARKIT_ENABLED=1", ); INFOPLIST_FILE = Alephium/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 1.0; OTHER_LDFLAGS = ( @@ -433,7 +439,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = Z3J8P4JW24; INFOPLIST_FILE = Alephium/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 1.0; OTHER_LDFLAGS = ( @@ -513,6 +519,7 @@ OTHER_LDFLAGS = "$(inherited)"; REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native"; SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; USE_HERMES = true; }; name = Debug; diff --git a/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenBackground.colorset/Contents.json b/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenBackground.colorset/Contents.json new file mode 100644 index 000000000..fe54c3cdf --- /dev/null +++ b/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenBackground.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors": [ + { + "color": { + "components": { + "alpha": "1.000", + "blue": "0.00000000000000", + "green": "0.00000000000000", + "red": "0.00000000000000" + }, + "color-space": "srgb" + }, + "idiom": "universal" + } + ], + "info": { + "version": 1, + "author": "expo" + } +} \ No newline at end of file diff --git a/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/Contents.json b/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/Contents.json new file mode 100644 index 000000000..94164eb1b --- /dev/null +++ b/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/Contents.json @@ -0,0 +1,41 @@ +{ + "images": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "filename": "image.png", + "scale": "1x" + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "filename": "image@2x.png", + "scale": "2x" + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "filename": "image@3x.png", + "scale": "3x" + } + ], + "info": { + "version": 1, + "author": "expo" + } +} \ No newline at end of file diff --git a/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image.png b/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image.png new file mode 100644 index 0000000000000000000000000000000000000000..72feb52270f7b7f8a6749e6c2f7612c52d994215 GIT binary patch literal 18022 zcmeHNYgCh0y8hHE77FO{L~IeMrx#~Hgx1Cjcqz7M83&bHxFm#RC?W&_MegO&QffO& ztBcW*RKq^ z!(`ThiHiHPr{gd7!!p1!z%sxxz%sxxz%sxxz%sxxz%sxxz%sxx@NdmP*7fYnMXTps zT&HYKOPX;YAUD?W!zH5U-plzi&eyZQ*up2|r~hPraz4?&vis)N6W>=aYtX*t@sXR2 zyQ}qF8}Ci4-yV8<)*7?Va?FJ-f8O%ycR%dCa3|-|x%E9ys+M0J{kLY0HI8L~Wq@UX zWq@UXW#E6ofVI{PKRYbzznki_UjD_P=jo=>(5@%N3=>^!jb9-?D9ldvG1KoFud{Nv zeK$#Oqc57yD8%b#Gt5w(waznLV5YxoC|)NQT#Fr))6%aq7{={~r|RtdV!F33`;9ia z(+dB`6URH<(*^6xv(+Ze!Q|rpJ4ZG6)?0NUE=b1CgPp(@t%$hm&+B}0e z-EZsQiOR1Q1u)EtD;W$Uy11}2&$ajq-KB(W)0o~HqiM~2RVBfWu!!R-5LaO)p z!p`Q30zZbSoA-Dcla&^?t+_ZGKgT3(hXp-fXB#~1Xwml_$bLS4-W7(&-TQ=Lly4 zTA0Bl@eXNMb!GVRt~16%xUi}B!y_7RoRFusI?}n%P>s0JR@*aKX1#Um%7%&yUCY8@ zW4U-XTzO zD0@=1BXKcC9>$T(Tw+`^jidn!00KK5X=mR$nPR|$^or=*#|?)$8?Q$BV0rUPw0t;$ zCw{BM29Z*C3M#FYkxn>jQULo$n58M=z4;_WgZoSniX#`A6YzNtP3Sv{-29t*V zL92I8sib#Fc{r4Re#GQ>V;vYeU?Ov9KS{nX+-LIp(8n|$kgKHkNUw_Y#*^C%r35P# zuoACKa)r21YRJm$E#P{OAKAet4y=MTPrWXZk)hsaIGQyGNJSS28!Dy%wW3TCNoZBP zgrixA>e(Gk%DaEtu%K<(b4*ql!c}zX*ktgE97%E)s?}sBiFDxO+nJBHRY%YVdj=(zkQB9@l$KuyH%Z9zi&jG&}s1%j*s}um9Ih!9_ zbC@hkoSthoUpX~(a)7h3%AzkVJtWgRGX$V0d;;Tr#BIBBV)aE6lJwwa z#74AY97?xmh{%XfD(0{nN22`DLn(_NzhHD z3F-c!;4+a4>7$MJ5(IhXj++vKTh*NLa~Z+)uZ3y@^ye}HVh0l%k;Vrak-53IG;eE~>eWC7H#|vM0hPrzc7$iY993>mM85naN}wLhn_cm3FSzoKmSP zGyI^~uG4w&#LtVG%C$Bb{0g1S08W*shaeoQug%!DUZ(iDcp|B>RB+9HFjKQv?>#R2 zOL|CiMYAll>vm^o$Rq#piqw!NXD33jW%J{gVcMC<@vxk04H?4v#b$?6ebGjF!&rP! zEk|*Z|5X?6 zG=tdbZM-7!7XRW&1z^pBG@2OqY;)Lus|zJSnT?W>HI^9sH13n<{EFGMH2xP7p19w; zQHExfmAeu`nM^jx8v_2~wcgcK7${&%x3FHztV+EvxiM8_Ko#Q7m$h!0(%AV-`P}D=M z#fbb*gnVvAlyI^luV_KK#a!{s;a)Kpq|=~U`!p@u3$<4p^OSvgoRc-2Av zFXIGxD%W7_b`o^E-dp5S+p)UsoQ;S)ObE%imSd*uWSIM1q;^-VZdaRwd`)Q*w*tkR zE;VtElNE>dkP`mG+KFl_N60wq{4q{LtI6WW3&m|!;Am_+IO>slpaqM=gPkSdvA3O$ z;+cv|uaG$6*A!0$7vxKj8gaUbk_nVT>KZ*I#K*a-)K(g(t=#Vz>T4rqG%Cc@cWN_zrv61{x z?d<>n@h0?1K)=u*f9x`9af;$~m^*f)2JHg}E2%Ks_L;iV$|$%e`r|*iXCpC}`_Mfd zsX-T^m~UY3ik1{ygw~Z1dfTsoeua9fZUN~Hs^Z?yT9KC0X@&Y`s-Vi;@ryxYb_iNY zPdmywkzc-(PCj~8U+5}_g&854q0plyJqOzz<*Q3Uz7yb!Uikz30Lq@+1XI>JQk>gL zexJ2<)rcL%wROc?O`(4p(IzT9rbXMyqc%Dz@bLF>@lT`Dq-X5^gLFLnU1o=`dz63&QKkIg3^k0G*Omw69NMHeMtzep6u+@00KG@Q^bh_P z(YR>a z+c>vY78f2d83UJbzq8yE*r%o_pa+aw44oE%TUzm z9@{NO2z3V+Oa+Kr6iG`aZ~Y`d#h^QC3cSdSQb9I}o1R*3J7~iL++z#zuC~G@S*hV` z?r}DDP)H|INljD*8QV;j-Eu_CF_-2!xPU?RVp9F0DVP&s36t1Dmq&VOblFDJ5U|%x=!Ir*iRecCtqUsaQAbfUVm&4 zItm_yqE^dky-%vl&VIXV;q3olLW|}rH*|*`2veB#&FOX**-!U);ni7hX1iQoa3OcW z{uf{PxWS(9d&}=mcjeOIO-VBZr|VnHWg)|`-X2k2^52fu{%GpV?Cy=1M5%7j}i z@D9n6CGz_&d(C8eH&E)A=5qZ5ha~~in7X%NUtOxb!@?BQEYrxk#xJn3WGAFmR2l}I z5<@F{kVl5Wq~d_}DwhYxT82 zQbb5>di+=YTs}3r!sP`HN743oXuEw6Z`E$x7fqx6X5yOl2s0_b8L7x`(-#;TYY#=# zcKUt6)$UP%#78G-#q7x7ZGGCX!`8R#)@TI2ZK&MG-=Bw7_W?sdW7(HC{3lujzUieU zEmF8)jZvFf+Ny5t)ta(SpRl$X($q)TZQfjj>|gkPFUy7=iUDtQRRBz~I}|1FiXT43ALcBEIev_^vgXvT80oFw$lugR7x$Z04PPo>4v@ z9K}xw$Hu^p3j$KrPTVcoQJUVLvy`hPiUMhR*=3skF>Kgzz0#;OjQFXW4y8v=oKN*V zub$_`?F#cUi+7@VpY;?n!-Hct{F_82^+l=j`j%jrtUOpiZoj1gn^C23xEu~=KP&?* z11tk911tk911tk911tk911tk91OLAaWLBG*y-E;1nrObi314KfAC>`@0hR%l0hR%l k0hR%l0hWRP69yD>e|!@1>4TKoBs$L1W6Qhc8$=)d54+3Rp8x;= literal 0 HcmV?d00001 diff --git a/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image@2x.png b/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..72feb52270f7b7f8a6749e6c2f7612c52d994215 GIT binary patch literal 18022 zcmeHNYgCh0y8hHE77FO{L~IeMrx#~Hgx1Cjcqz7M83&bHxFm#RC?W&_MegO&QffO& ztBcW*RKq^ z!(`ThiHiHPr{gd7!!p1!z%sxxz%sxxz%sxxz%sxxz%sxxz%sxx@NdmP*7fYnMXTps zT&HYKOPX;YAUD?W!zH5U-plzi&eyZQ*up2|r~hPraz4?&vis)N6W>=aYtX*t@sXR2 zyQ}qF8}Ci4-yV8<)*7?Va?FJ-f8O%ycR%dCa3|-|x%E9ys+M0J{kLY0HI8L~Wq@UX zWq@UXW#E6ofVI{PKRYbzznki_UjD_P=jo=>(5@%N3=>^!jb9-?D9ldvG1KoFud{Nv zeK$#Oqc57yD8%b#Gt5w(waznLV5YxoC|)NQT#Fr))6%aq7{={~r|RtdV!F33`;9ia z(+dB`6URH<(*^6xv(+Ze!Q|rpJ4ZG6)?0NUE=b1CgPp(@t%$hm&+B}0e z-EZsQiOR1Q1u)EtD;W$Uy11}2&$ajq-KB(W)0o~HqiM~2RVBfWu!!R-5LaO)p z!p`Q30zZbSoA-Dcla&^?t+_ZGKgT3(hXp-fXB#~1Xwml_$bLS4-W7(&-TQ=Lly4 zTA0Bl@eXNMb!GVRt~16%xUi}B!y_7RoRFusI?}n%P>s0JR@*aKX1#Um%7%&yUCY8@ zW4U-XTzO zD0@=1BXKcC9>$T(Tw+`^jidn!00KK5X=mR$nPR|$^or=*#|?)$8?Q$BV0rUPw0t;$ zCw{BM29Z*C3M#FYkxn>jQULo$n58M=z4;_WgZoSniX#`A6YzNtP3Sv{-29t*V zL92I8sib#Fc{r4Re#GQ>V;vYeU?Ov9KS{nX+-LIp(8n|$kgKHkNUw_Y#*^C%r35P# zuoACKa)r21YRJm$E#P{OAKAet4y=MTPrWXZk)hsaIGQyGNJSS28!Dy%wW3TCNoZBP zgrixA>e(Gk%DaEtu%K<(b4*ql!c}zX*ktgE97%E)s?}sBiFDxO+nJBHRY%YVdj=(zkQB9@l$KuyH%Z9zi&jG&}s1%j*s}um9Ih!9_ zbC@hkoSthoUpX~(a)7h3%AzkVJtWgRGX$V0d;;Tr#BIBBV)aE6lJwwa z#74AY97?xmh{%XfD(0{nN22`DLn(_NzhHD z3F-c!;4+a4>7$MJ5(IhXj++vKTh*NLa~Z+)uZ3y@^ye}HVh0l%k;Vrak-53IG;eE~>eWC7H#|vM0hPrzc7$iY993>mM85naN}wLhn_cm3FSzoKmSP zGyI^~uG4w&#LtVG%C$Bb{0g1S08W*shaeoQug%!DUZ(iDcp|B>RB+9HFjKQv?>#R2 zOL|CiMYAll>vm^o$Rq#piqw!NXD33jW%J{gVcMC<@vxk04H?4v#b$?6ebGjF!&rP! zEk|*Z|5X?6 zG=tdbZM-7!7XRW&1z^pBG@2OqY;)Lus|zJSnT?W>HI^9sH13n<{EFGMH2xP7p19w; zQHExfmAeu`nM^jx8v_2~wcgcK7${&%x3FHztV+EvxiM8_Ko#Q7m$h!0(%AV-`P}D=M z#fbb*gnVvAlyI^luV_KK#a!{s;a)Kpq|=~U`!p@u3$<4p^OSvgoRc-2Av zFXIGxD%W7_b`o^E-dp5S+p)UsoQ;S)ObE%imSd*uWSIM1q;^-VZdaRwd`)Q*w*tkR zE;VtElNE>dkP`mG+KFl_N60wq{4q{LtI6WW3&m|!;Am_+IO>slpaqM=gPkSdvA3O$ z;+cv|uaG$6*A!0$7vxKj8gaUbk_nVT>KZ*I#K*a-)K(g(t=#Vz>T4rqG%Cc@cWN_zrv61{x z?d<>n@h0?1K)=u*f9x`9af;$~m^*f)2JHg}E2%Ks_L;iV$|$%e`r|*iXCpC}`_Mfd zsX-T^m~UY3ik1{ygw~Z1dfTsoeua9fZUN~Hs^Z?yT9KC0X@&Y`s-Vi;@ryxYb_iNY zPdmywkzc-(PCj~8U+5}_g&854q0plyJqOzz<*Q3Uz7yb!Uikz30Lq@+1XI>JQk>gL zexJ2<)rcL%wROc?O`(4p(IzT9rbXMyqc%Dz@bLF>@lT`Dq-X5^gLFLnU1o=`dz63&QKkIg3^k0G*Omw69NMHeMtzep6u+@00KG@Q^bh_P z(YR>a z+c>vY78f2d83UJbzq8yE*r%o_pa+aw44oE%TUzm z9@{NO2z3V+Oa+Kr6iG`aZ~Y`d#h^QC3cSdSQb9I}o1R*3J7~iL++z#zuC~G@S*hV` z?r}DDP)H|INljD*8QV;j-Eu_CF_-2!xPU?RVp9F0DVP&s36t1Dmq&VOblFDJ5U|%x=!Ir*iRecCtqUsaQAbfUVm&4 zItm_yqE^dky-%vl&VIXV;q3olLW|}rH*|*`2veB#&FOX**-!U);ni7hX1iQoa3OcW z{uf{PxWS(9d&}=mcjeOIO-VBZr|VnHWg)|`-X2k2^52fu{%GpV?Cy=1M5%7j}i z@D9n6CGz_&d(C8eH&E)A=5qZ5ha~~in7X%NUtOxb!@?BQEYrxk#xJn3WGAFmR2l}I z5<@F{kVl5Wq~d_}DwhYxT82 zQbb5>di+=YTs}3r!sP`HN743oXuEw6Z`E$x7fqx6X5yOl2s0_b8L7x`(-#;TYY#=# zcKUt6)$UP%#78G-#q7x7ZGGCX!`8R#)@TI2ZK&MG-=Bw7_W?sdW7(HC{3lujzUieU zEmF8)jZvFf+Ny5t)ta(SpRl$X($q)TZQfjj>|gkPFUy7=iUDtQRRBz~I}|1FiXT43ALcBEIev_^vgXvT80oFw$lugR7x$Z04PPo>4v@ z9K}xw$Hu^p3j$KrPTVcoQJUVLvy`hPiUMhR*=3skF>Kgzz0#;OjQFXW4y8v=oKN*V zub$_`?F#cUi+7@VpY;?n!-Hct{F_82^+l=j`j%jrtUOpiZoj1gn^C23xEu~=KP&?* z11tk911tk911tk911tk911tk91OLAaWLBG*y-E;1nrObi314KfAC>`@0hR%l0hR%l k0hR%l0hWRP69yD>e|!@1>4TKoBs$L1W6Qhc8$=)d54+3Rp8x;= literal 0 HcmV?d00001 diff --git a/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image@3x.png b/apps/mobile-wallet/ios/Alephium/Images.xcassets/SplashScreenLogo.imageset/image@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..72feb52270f7b7f8a6749e6c2f7612c52d994215 GIT binary patch literal 18022 zcmeHNYgCh0y8hHE77FO{L~IeMrx#~Hgx1Cjcqz7M83&bHxFm#RC?W&_MegO&QffO& ztBcW*RKq^ z!(`ThiHiHPr{gd7!!p1!z%sxxz%sxxz%sxxz%sxxz%sxxz%sxx@NdmP*7fYnMXTps zT&HYKOPX;YAUD?W!zH5U-plzi&eyZQ*up2|r~hPraz4?&vis)N6W>=aYtX*t@sXR2 zyQ}qF8}Ci4-yV8<)*7?Va?FJ-f8O%ycR%dCa3|-|x%E9ys+M0J{kLY0HI8L~Wq@UX zWq@UXW#E6ofVI{PKRYbzznki_UjD_P=jo=>(5@%N3=>^!jb9-?D9ldvG1KoFud{Nv zeK$#Oqc57yD8%b#Gt5w(waznLV5YxoC|)NQT#Fr))6%aq7{={~r|RtdV!F33`;9ia z(+dB`6URH<(*^6xv(+Ze!Q|rpJ4ZG6)?0NUE=b1CgPp(@t%$hm&+B}0e z-EZsQiOR1Q1u)EtD;W$Uy11}2&$ajq-KB(W)0o~HqiM~2RVBfWu!!R-5LaO)p z!p`Q30zZbSoA-Dcla&^?t+_ZGKgT3(hXp-fXB#~1Xwml_$bLS4-W7(&-TQ=Lly4 zTA0Bl@eXNMb!GVRt~16%xUi}B!y_7RoRFusI?}n%P>s0JR@*aKX1#Um%7%&yUCY8@ zW4U-XTzO zD0@=1BXKcC9>$T(Tw+`^jidn!00KK5X=mR$nPR|$^or=*#|?)$8?Q$BV0rUPw0t;$ zCw{BM29Z*C3M#FYkxn>jQULo$n58M=z4;_WgZoSniX#`A6YzNtP3Sv{-29t*V zL92I8sib#Fc{r4Re#GQ>V;vYeU?Ov9KS{nX+-LIp(8n|$kgKHkNUw_Y#*^C%r35P# zuoACKa)r21YRJm$E#P{OAKAet4y=MTPrWXZk)hsaIGQyGNJSS28!Dy%wW3TCNoZBP zgrixA>e(Gk%DaEtu%K<(b4*ql!c}zX*ktgE97%E)s?}sBiFDxO+nJBHRY%YVdj=(zkQB9@l$KuyH%Z9zi&jG&}s1%j*s}um9Ih!9_ zbC@hkoSthoUpX~(a)7h3%AzkVJtWgRGX$V0d;;Tr#BIBBV)aE6lJwwa z#74AY97?xmh{%XfD(0{nN22`DLn(_NzhHD z3F-c!;4+a4>7$MJ5(IhXj++vKTh*NLa~Z+)uZ3y@^ye}HVh0l%k;Vrak-53IG;eE~>eWC7H#|vM0hPrzc7$iY993>mM85naN}wLhn_cm3FSzoKmSP zGyI^~uG4w&#LtVG%C$Bb{0g1S08W*shaeoQug%!DUZ(iDcp|B>RB+9HFjKQv?>#R2 zOL|CiMYAll>vm^o$Rq#piqw!NXD33jW%J{gVcMC<@vxk04H?4v#b$?6ebGjF!&rP! zEk|*Z|5X?6 zG=tdbZM-7!7XRW&1z^pBG@2OqY;)Lus|zJSnT?W>HI^9sH13n<{EFGMH2xP7p19w; zQHExfmAeu`nM^jx8v_2~wcgcK7${&%x3FHztV+EvxiM8_Ko#Q7m$h!0(%AV-`P}D=M z#fbb*gnVvAlyI^luV_KK#a!{s;a)Kpq|=~U`!p@u3$<4p^OSvgoRc-2Av zFXIGxD%W7_b`o^E-dp5S+p)UsoQ;S)ObE%imSd*uWSIM1q;^-VZdaRwd`)Q*w*tkR zE;VtElNE>dkP`mG+KFl_N60wq{4q{LtI6WW3&m|!;Am_+IO>slpaqM=gPkSdvA3O$ z;+cv|uaG$6*A!0$7vxKj8gaUbk_nVT>KZ*I#K*a-)K(g(t=#Vz>T4rqG%Cc@cWN_zrv61{x z?d<>n@h0?1K)=u*f9x`9af;$~m^*f)2JHg}E2%Ks_L;iV$|$%e`r|*iXCpC}`_Mfd zsX-T^m~UY3ik1{ygw~Z1dfTsoeua9fZUN~Hs^Z?yT9KC0X@&Y`s-Vi;@ryxYb_iNY zPdmywkzc-(PCj~8U+5}_g&854q0plyJqOzz<*Q3Uz7yb!Uikz30Lq@+1XI>JQk>gL zexJ2<)rcL%wROc?O`(4p(IzT9rbXMyqc%Dz@bLF>@lT`Dq-X5^gLFLnU1o=`dz63&QKkIg3^k0G*Omw69NMHeMtzep6u+@00KG@Q^bh_P z(YR>a z+c>vY78f2d83UJbzq8yE*r%o_pa+aw44oE%TUzm z9@{NO2z3V+Oa+Kr6iG`aZ~Y`d#h^QC3cSdSQb9I}o1R*3J7~iL++z#zuC~G@S*hV` z?r}DDP)H|INljD*8QV;j-Eu_CF_-2!xPU?RVp9F0DVP&s36t1Dmq&VOblFDJ5U|%x=!Ir*iRecCtqUsaQAbfUVm&4 zItm_yqE^dky-%vl&VIXV;q3olLW|}rH*|*`2veB#&FOX**-!U);ni7hX1iQoa3OcW z{uf{PxWS(9d&}=mcjeOIO-VBZr|VnHWg)|`-X2k2^52fu{%GpV?Cy=1M5%7j}i z@D9n6CGz_&d(C8eH&E)A=5qZ5ha~~in7X%NUtOxb!@?BQEYrxk#xJn3WGAFmR2l}I z5<@F{kVl5Wq~d_}DwhYxT82 zQbb5>di+=YTs}3r!sP`HN743oXuEw6Z`E$x7fqx6X5yOl2s0_b8L7x`(-#;TYY#=# zcKUt6)$UP%#78G-#q7x7ZGGCX!`8R#)@TI2ZK&MG-=Bw7_W?sdW7(HC{3lujzUieU zEmF8)jZvFf+Ny5t)ta(SpRl$X($q)TZQfjj>|gkPFUy7=iUDtQRRBz~I}|1FiXT43ALcBEIev_^vgXvT80oFw$lugR7x$Z04PPo>4v@ z9K}xw$Hu^p3j$KrPTVcoQJUVLvy`hPiUMhR*=3skF>Kgzz0#;OjQFXW4y8v=oKN*V zub$_`?F#cUi+7@VpY;?n!-Hct{F_82^+l=j`j%jrtUOpiZoj1gn^C23xEu~=KP&?* z11tk911tk911tk911tk911tk91OLAaWLBG*y-E;1nrObi314KfAC>`@0hR%l0hR%l k0hR%l0hWRP69yD>e|!@1>4TKoBs$L1W6Qhc8$=)d54+3Rp8x;= literal 0 HcmV?d00001 diff --git a/apps/mobile-wallet/ios/Alephium/SplashScreen.storyboard b/apps/mobile-wallet/ios/Alephium/SplashScreen.storyboard index ed03a5299..880c77dd1 100644 --- a/apps/mobile-wallet/ios/Alephium/SplashScreen.storyboard +++ b/apps/mobile-wallet/ios/Alephium/SplashScreen.storyboard @@ -18,25 +18,19 @@ - + - - - - - - - - + + @@ -47,5 +41,12 @@ + + + + + + + \ No newline at end of file diff --git a/apps/mobile-wallet/ios/Podfile.lock b/apps/mobile-wallet/ios/Podfile.lock index 7d20b9782..1ab429939 100644 --- a/apps/mobile-wallet/ios/Podfile.lock +++ b/apps/mobile-wallet/ios/Podfile.lock @@ -1,33 +1,25 @@ PODS: - - boost (1.83.0) + - boost (1.84.0) - DoubleConversion (1.1.6) - - EXApplication (5.9.1): + - EXApplication (6.0.1): - ExpoModulesCore - - EXBarCodeScanner (13.0.1): - - EXImageLoader + - EXConstants (17.0.3): - ExpoModulesCore - - ZXingObjC/OneD - - ZXingObjC/PDF417 - - EXConstants (16.0.2): + - EXJSONUtils (0.14.0) + - EXManifests (0.15.4): - ExpoModulesCore - - EXImageLoader (4.7.0): - - ExpoModulesCore - - React-Core - - EXJSONUtils (0.13.1) - - EXManifests (0.14.3): + - Expo (52.0.18): - ExpoModulesCore - - Expo (51.0.39): - - ExpoModulesCore - - expo-dev-client (4.0.29): + - expo-dev-client (5.0.6): - EXManifests - expo-dev-launcher - expo-dev-menu - expo-dev-menu-interface - EXUpdatesInterface - - expo-dev-launcher (4.0.29): + - expo-dev-launcher (5.0.19): - DoubleConversion - EXManifests - - expo-dev-launcher/Main (= 4.0.29) + - expo-dev-launcher/Main (= 5.0.19) - expo-dev-menu - expo-dev-menu-interface - ExpoModulesCore @@ -37,7 +29,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -50,10 +41,11 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-launcher/Main (4.0.29): + - expo-dev-launcher/Main (5.0.19): - DoubleConversion - EXManifests - expo-dev-launcher/Unsafe @@ -66,7 +58,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -79,10 +70,11 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-launcher/Unsafe (4.0.29): + - expo-dev-launcher/Unsafe (5.0.19): - DoubleConversion - EXManifests - expo-dev-menu @@ -94,7 +86,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -107,19 +98,19 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu (5.0.23): + - expo-dev-menu (6.0.14): - DoubleConversion - - expo-dev-menu/Main (= 5.0.23) - - expo-dev-menu/ReactNativeCompatibles (= 5.0.23) + - expo-dev-menu/Main (= 6.0.14) + - expo-dev-menu/ReactNativeCompatibles (= 6.0.14) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -130,11 +121,12 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu-interface (1.8.4) - - expo-dev-menu/Main (5.0.23): + - expo-dev-menu-interface (1.9.2) + - expo-dev-menu/Main (6.0.14): - DoubleConversion - EXManifests - expo-dev-menu-interface @@ -145,7 +137,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -157,17 +148,17 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu/ReactNativeCompatibles (5.0.23): + - expo-dev-menu/ReactNativeCompatibles (6.0.14): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -178,10 +169,11 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu/SafeAreaView (5.0.23): + - expo-dev-menu/SafeAreaView (6.0.14): - DoubleConversion - ExpoModulesCore - glog @@ -189,7 +181,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -200,10 +191,11 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu/Vendored (5.0.23): + - expo-dev-menu/Vendored (6.0.14): - DoubleConversion - expo-dev-menu/SafeAreaView - glog @@ -211,7 +203,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -222,50 +213,51 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - ExpoAsset (10.0.10): + - ExpoAsset (11.0.1): - ExpoModulesCore - - ExpoBlur (13.0.2): + - ExpoBlur (14.0.1): - ExpoModulesCore - - ExpoCamera (15.0.16): + - ExpoCamera (16.0.9): - ExpoModulesCore - ZXingObjC/OneD - ZXingObjC/PDF417 - - ExpoClipboard (6.0.3): + - ExpoClipboard (7.0.0): - ExpoModulesCore - - ExpoDevice (6.0.2): + - ExpoDevice (7.0.1): - ExpoModulesCore - - ExpoFileSystem (17.0.1): + - ExpoFileSystem (18.0.5): - ExpoModulesCore - - ExpoFont (12.0.10): + - ExpoFont (13.0.1): - ExpoModulesCore - - ExpoHaptics (13.0.1): + - ExpoHaptics (14.0.0): - ExpoModulesCore - - ExpoImage (1.13.0): + - ExpoImage (2.0.3): - ExpoModulesCore - libavif/libdav1d - SDWebImage (~> 5.19.1) - SDWebImageAVIFCoder (~> 0.11.0) - SDWebImageSVGCoder (~> 1.7.0) - - SDWebImageWebPCoder (~> 0.14.6) - - ExpoKeepAwake (13.0.2): + - ExpoKeepAwake (14.0.1): + - ExpoModulesCore + - ExpoLinearGradient (14.0.1): - ExpoModulesCore - - ExpoLinearGradient (13.0.2): + - ExpoLinking (7.0.3): - ExpoModulesCore - - ExpoLocalAuthentication (14.0.1): + - ExpoLocalAuthentication (15.0.1): - ExpoModulesCore - - ExpoLocalization (15.0.3): + - ExpoLocalization (16.0.0): - ExpoModulesCore - - ExpoModulesCore (1.12.26): + - ExpoModulesCore (2.1.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -278,74 +270,42 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - ExpoScreenCapture (6.0.1): + - ExpoScreenCapture (7.0.0): - ExpoModulesCore - - ExpoSecureStore (13.0.2): + - ExpoSecureStore (14.0.0): - ExpoModulesCore - - ExpoSensors (13.0.9): + - ExpoSensors (14.0.1): - ExpoModulesCore - - ExpoWebBrowser (13.0.3): + - ExpoSplashScreen (0.29.18): - ExpoModulesCore - - EXSplashScreen (0.27.7): - - DoubleConversion + - ExpoWebBrowser (14.0.1): - ExpoModulesCore - - glog - - hermes-engine - - RCT-Folly (= 2024.01.01.00) - - RCTRequired - - RCTTypeSafety - - React-Codegen - - React-Core - - React-debug - - React-Fabric - - React-featureflags - - React-graphics - - React-ImageManager - - React-NativeModulesApple - - React-RCTFabric - - React-rendererdebug - - React-utils - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - Yoga - - EXUpdatesInterface (0.16.2): + - EXUpdatesInterface (1.0.0): - ExpoModulesCore - - FBLazyVector (0.74.5) + - FBLazyVector (0.76.5) - fmt (9.1.0) - glog (0.3.5) - - hermes-engine (0.74.5): - - hermes-engine/Pre-built (= 0.74.5) - - hermes-engine/Pre-built (0.74.5) + - hermes-engine (0.76.5): + - hermes-engine/Pre-built (= 0.76.5) + - hermes-engine/Pre-built (0.76.5) - libavif/core (0.11.1) - libavif/libdav1d (0.11.1): - libavif/core - libdav1d (>= 0.6.0) - libdav1d (1.2.0) - - libwebp (1.3.2): - - libwebp/demux (= 1.3.2) - - libwebp/mux (= 1.3.2) - - libwebp/sharpyuv (= 1.3.2) - - libwebp/webp (= 1.3.2) - - libwebp/demux (1.3.2): - - libwebp/webp - - libwebp/mux (1.3.2): - - libwebp/demux - - libwebp/sharpyuv (1.3.2) - - libwebp/webp (1.3.2): - - libwebp/sharpyuv - - lottie-ios (4.4.3) - - lottie-react-native (6.7.0): - - DoubleConversion - - glog - - hermes-engine - - lottie-ios (~> 4.4.1) + - lottie-ios (4.5.0) + - lottie-react-native (7.1.0): + - DoubleConversion + - glog + - hermes-engine + - lottie-ios (= 4.5.0) - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -356,6 +316,7 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga @@ -375,52 +336,32 @@ PODS: - DoubleConversion - fmt (= 9.1.0) - glog - - RCTDeprecation (0.74.5) - - RCTRequired (0.74.5) - - RCTTypeSafety (0.74.5): - - FBLazyVector (= 0.74.5) - - RCTRequired (= 0.74.5) - - React-Core (= 0.74.5) - - React (0.74.5): - - React-Core (= 0.74.5) - - React-Core/DevSupport (= 0.74.5) - - React-Core/RCTWebSocket (= 0.74.5) - - React-RCTActionSheet (= 0.74.5) - - React-RCTAnimation (= 0.74.5) - - React-RCTBlob (= 0.74.5) - - React-RCTImage (= 0.74.5) - - React-RCTLinking (= 0.74.5) - - React-RCTNetwork (= 0.74.5) - - React-RCTSettings (= 0.74.5) - - React-RCTText (= 0.74.5) - - React-RCTVibration (= 0.74.5) - - React-callinvoker (0.74.5) - - React-Codegen (0.74.5): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly - - RCTRequired - - RCTTypeSafety - - React-Core - - React-debug - - React-Fabric - - React-FabricImage - - React-featureflags - - React-graphics - - React-jsi - - React-jsiexecutor - - React-NativeModulesApple - - React-rendererdebug - - React-utils - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - React-Core (0.74.5): + - RCTDeprecation (0.76.5) + - RCTRequired (0.76.5) + - RCTTypeSafety (0.76.5): + - FBLazyVector (= 0.76.5) + - RCTRequired (= 0.76.5) + - React-Core (= 0.76.5) + - React (0.76.5): + - React-Core (= 0.76.5) + - React-Core/DevSupport (= 0.76.5) + - React-Core/RCTWebSocket (= 0.76.5) + - React-RCTActionSheet (= 0.76.5) + - React-RCTAnimation (= 0.76.5) + - React-RCTBlob (= 0.76.5) + - React-RCTImage (= 0.76.5) + - React-RCTLinking (= 0.76.5) + - React-RCTNetwork (= 0.76.5) + - React-RCTSettings (= 0.76.5) + - React-RCTText (= 0.76.5) + - React-RCTVibration (= 0.76.5) + - React-callinvoker (0.76.5) + - React-Core (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTDeprecation - - React-Core/Default (= 0.74.5) + - React-Core/Default (= 0.76.5) - React-cxxreact - React-featureflags - React-hermes @@ -430,9 +371,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/CoreModulesHeaders (0.74.5): + - React-Core/CoreModulesHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -447,9 +388,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/Default (0.74.5): + - React-Core/Default (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -463,15 +404,15 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/DevSupport (0.74.5): + - React-Core/DevSupport (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTDeprecation - - React-Core/Default (= 0.74.5) - - React-Core/RCTWebSocket (= 0.74.5) + - React-Core/Default (= 0.76.5) + - React-Core/RCTWebSocket (= 0.76.5) - React-cxxreact - React-featureflags - React-hermes @@ -481,9 +422,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.74.5): + - React-Core/RCTActionSheetHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -498,9 +439,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTAnimationHeaders (0.74.5): + - React-Core/RCTAnimationHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -515,9 +456,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTBlobHeaders (0.74.5): + - React-Core/RCTBlobHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -532,9 +473,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTImageHeaders (0.74.5): + - React-Core/RCTImageHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -549,9 +490,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTLinkingHeaders (0.74.5): + - React-Core/RCTLinkingHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -566,9 +507,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTNetworkHeaders (0.74.5): + - React-Core/RCTNetworkHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -583,9 +524,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTSettingsHeaders (0.74.5): + - React-Core/RCTSettingsHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -600,9 +541,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTTextHeaders (0.74.5): + - React-Core/RCTTextHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -617,9 +558,9 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTVibrationHeaders (0.74.5): + - React-Core/RCTVibrationHeaders (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -634,14 +575,14 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTWebSocket (0.74.5): + - React-Core/RCTWebSocket (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTDeprecation - - React-Core/Default (= 0.74.5) + - React-Core/Default (= 0.76.5) - React-cxxreact - React-featureflags - React-hermes @@ -651,38 +592,244 @@ PODS: - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.7.0) + - SocketRocket (= 0.7.1) - Yoga - - React-CoreModules (0.74.5): + - React-CoreModules (0.76.5): - DoubleConversion - fmt (= 9.1.0) - RCT-Folly (= 2024.01.01.00) - - RCTTypeSafety (= 0.74.5) - - React-Codegen - - React-Core/CoreModulesHeaders (= 0.74.5) - - React-jsi (= 0.74.5) + - RCTTypeSafety (= 0.76.5) + - React-Core/CoreModulesHeaders (= 0.76.5) + - React-jsi (= 0.76.5) - React-jsinspector - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.74.5) + - React-RCTImage (= 0.76.5) + - ReactCodegen - ReactCommon - - SocketRocket (= 0.7.0) - - React-cxxreact (0.74.5): - - boost (= 1.83.0) + - SocketRocket (= 0.7.1) + - React-cxxreact (0.76.5): + - boost - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.74.5) - - React-debug (= 0.74.5) - - React-jsi (= 0.74.5) + - React-callinvoker (= 0.76.5) + - React-debug (= 0.76.5) + - React-jsi (= 0.76.5) - React-jsinspector - - React-logger (= 0.74.5) - - React-perflogger (= 0.74.5) - - React-runtimeexecutor (= 0.74.5) - - React-debug (0.74.5) - - React-Fabric (0.74.5): + - React-logger (= 0.76.5) + - React-perflogger (= 0.76.5) + - React-runtimeexecutor (= 0.76.5) + - React-timing (= 0.76.5) + - React-debug (0.76.5) + - React-defaultsnativemodule (0.76.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-domnativemodule + - React-Fabric + - React-featureflags + - React-featureflagsnativemodule + - React-graphics + - React-idlecallbacksnativemodule + - React-ImageManager + - React-microtasksnativemodule + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-domnativemodule (0.76.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-FabricComponents + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-Fabric (0.76.5): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/animations (= 0.76.5) + - React-Fabric/attributedstring (= 0.76.5) + - React-Fabric/componentregistry (= 0.76.5) + - React-Fabric/componentregistrynative (= 0.76.5) + - React-Fabric/components (= 0.76.5) + - React-Fabric/core (= 0.76.5) + - React-Fabric/dom (= 0.76.5) + - React-Fabric/imagemanager (= 0.76.5) + - React-Fabric/leakchecker (= 0.76.5) + - React-Fabric/mounting (= 0.76.5) + - React-Fabric/observers (= 0.76.5) + - React-Fabric/scheduler (= 0.76.5) + - React-Fabric/telemetry (= 0.76.5) + - React-Fabric/templateprocessor (= 0.76.5) + - React-Fabric/uimanager (= 0.76.5) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/animations (0.76.5): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/attributedstring (0.76.5): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistry (0.76.5): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistrynative (0.76.5): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components (0.76.5): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/components/legacyviewmanagerinterop (= 0.76.5) + - React-Fabric/components/root (= 0.76.5) + - React-Fabric/components/view (= 0.76.5) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/legacyviewmanagerinterop (0.76.5): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/root (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -693,20 +840,7 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/animations (= 0.74.5) - - React-Fabric/attributedstring (= 0.74.5) - - React-Fabric/componentregistry (= 0.74.5) - - React-Fabric/componentregistrynative (= 0.74.5) - - React-Fabric/components (= 0.74.5) - - React-Fabric/core (= 0.74.5) - - React-Fabric/imagemanager (= 0.74.5) - - React-Fabric/leakchecker (= 0.74.5) - - React-Fabric/mounting (= 0.74.5) - - React-Fabric/scheduler (= 0.74.5) - - React-Fabric/telemetry (= 0.74.5) - - React-Fabric/templateprocessor (= 0.74.5) - - React-Fabric/textlayoutmanager (= 0.74.5) - - React-Fabric/uimanager (= 0.74.5) + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -715,7 +849,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/animations (0.74.5): + - React-Fabric/components/view (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -726,6 +860,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -734,7 +869,8 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/attributedstring (0.74.5): + - Yoga + - React-Fabric/core (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -745,6 +881,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -753,7 +890,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistry (0.74.5): + - React-Fabric/dom (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -764,6 +901,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -772,7 +910,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistrynative (0.74.5): + - React-Fabric/imagemanager (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -783,6 +921,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -791,7 +930,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components (0.74.5): + - React-Fabric/leakchecker (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -802,17 +941,7 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/components/inputaccessory (= 0.74.5) - - React-Fabric/components/legacyviewmanagerinterop (= 0.74.5) - - React-Fabric/components/modal (= 0.74.5) - - React-Fabric/components/rncore (= 0.74.5) - - React-Fabric/components/root (= 0.74.5) - - React-Fabric/components/safeareaview (= 0.74.5) - - React-Fabric/components/scrollview (= 0.74.5) - - React-Fabric/components/text (= 0.74.5) - - React-Fabric/components/textinput (= 0.74.5) - - React-Fabric/components/unimplementedview (= 0.74.5) - - React-Fabric/components/view (= 0.74.5) + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -821,7 +950,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/inputaccessory (0.74.5): + - React-Fabric/mounting (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -832,6 +961,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -840,7 +970,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/legacyviewmanagerinterop (0.74.5): + - React-Fabric/observers (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -851,6 +981,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric/observers/events (= 0.76.5) + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -859,7 +991,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/modal (0.74.5): + - React-Fabric/observers/events (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -870,6 +1002,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -878,7 +1011,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/rncore (0.74.5): + - React-Fabric/scheduler (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -889,15 +1022,18 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric/observers/events + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor - React-logger + - React-performancetimeline - React-rendererdebug - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/root (0.74.5): + - React-Fabric/telemetry (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -908,6 +1044,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -916,7 +1053,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/safeareaview (0.74.5): + - React-Fabric/templateprocessor (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -927,6 +1064,7 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -935,7 +1073,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/scrollview (0.74.5): + - React-Fabric/uimanager (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -946,15 +1084,18 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric/uimanager/consistency (= 0.76.5) + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor - React-logger + - React-rendererconsistency - React-rendererdebug - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/text (0.74.5): + - React-Fabric/uimanager/consistency (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -965,15 +1106,17 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor - React-logger + - React-rendererconsistency - React-rendererdebug - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/textinput (0.74.5): + - React-FabricComponents (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -984,6 +1127,10 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-FabricComponents/components (= 0.76.5) + - React-FabricComponents/textlayoutmanager (= 0.76.5) + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -991,8 +1138,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/components/unimplementedview (0.74.5): + - Yoga + - React-FabricComponents/components (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1003,6 +1152,17 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-FabricComponents/components/inputaccessory (= 0.76.5) + - React-FabricComponents/components/iostextinput (= 0.76.5) + - React-FabricComponents/components/modal (= 0.76.5) + - React-FabricComponents/components/rncore (= 0.76.5) + - React-FabricComponents/components/safeareaview (= 0.76.5) + - React-FabricComponents/components/scrollview (= 0.76.5) + - React-FabricComponents/components/text (= 0.76.5) + - React-FabricComponents/components/textinput (= 0.76.5) + - React-FabricComponents/components/unimplementedview (= 0.76.5) + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1010,8 +1170,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/components/view (0.74.5): + - Yoga + - React-FabricComponents/components/inputaccessory (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1022,6 +1184,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1029,9 +1193,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-Fabric/core (0.74.5): + - React-FabricComponents/components/iostextinput (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1042,6 +1207,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1049,8 +1216,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/imagemanager (0.74.5): + - Yoga + - React-FabricComponents/components/modal (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1061,6 +1230,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1068,8 +1239,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/leakchecker (0.74.5): + - Yoga + - React-FabricComponents/components/rncore (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1080,6 +1253,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1087,8 +1262,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/mounting (0.74.5): + - Yoga + - React-FabricComponents/components/safeareaview (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1099,6 +1276,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1106,8 +1285,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/scheduler (0.74.5): + - Yoga + - React-FabricComponents/components/scrollview (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1118,6 +1299,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1125,8 +1308,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/telemetry (0.74.5): + - Yoga + - React-FabricComponents/components/text (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1137,6 +1322,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1144,8 +1331,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/templateprocessor (0.74.5): + - Yoga + - React-FabricComponents/components/textinput (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1156,6 +1345,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1163,8 +1354,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/textlayoutmanager (0.74.5): + - Yoga + - React-FabricComponents/components/unimplementedview (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1175,7 +1368,8 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/uimanager + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1183,8 +1377,10 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-Fabric/uimanager (0.74.5): + - Yoga + - React-FabricComponents/textlayoutmanager (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1195,6 +1391,8 @@ PODS: - React-Core - React-cxxreact - React-debug + - React-Fabric + - React-featureflags - React-graphics - React-jsi - React-jsiexecutor @@ -1202,46 +1400,92 @@ PODS: - React-rendererdebug - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon/turbomodule/core - - React-FabricImage (0.74.5): + - Yoga + - React-FabricImage (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - - RCTRequired (= 0.74.5) - - RCTTypeSafety (= 0.74.5) + - RCTRequired (= 0.76.5) + - RCTTypeSafety (= 0.76.5) - React-Fabric - React-graphics - React-ImageManager - React-jsi - - React-jsiexecutor (= 0.74.5) + - React-jsiexecutor (= 0.76.5) - React-logger - React-rendererdebug - React-utils - ReactCommon - Yoga - - React-featureflags (0.74.5) - - React-graphics (0.74.5): + - React-featureflags (0.76.5) + - React-featureflagsnativemodule (0.76.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-graphics (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog - RCT-Folly/Fabric (= 2024.01.01.00) - - React-Core/Default (= 0.74.5) + - React-jsi + - React-jsiexecutor - React-utils - - React-hermes (0.74.5): + - React-hermes (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-cxxreact (= 0.74.5) + - React-cxxreact (= 0.76.5) - React-jsi - - React-jsiexecutor (= 0.74.5) + - React-jsiexecutor (= 0.76.5) - React-jsinspector - - React-perflogger (= 0.74.5) + - React-perflogger (= 0.76.5) - React-runtimeexecutor - - React-ImageManager (0.74.5): + - React-idlecallbacksnativemodule (0.76.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-ImageManager (0.76.5): - glog - RCT-Folly/Fabric - React-Core/Default @@ -1250,43 +1494,67 @@ PODS: - React-graphics - React-rendererdebug - React-utils - - React-jserrorhandler (0.74.5): + - React-jserrorhandler (0.76.5): + - glog + - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) + - React-cxxreact - React-debug - React-jsi - - React-Mapbuffer - - React-jsi (0.74.5): - - boost (= 1.83.0) + - React-jsi (0.76.5): + - boost - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-jsiexecutor (0.74.5): + - React-jsiexecutor (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-cxxreact (= 0.74.5) - - React-jsi (= 0.74.5) + - React-cxxreact (= 0.76.5) + - React-jsi (= 0.76.5) - React-jsinspector - - React-perflogger (= 0.74.5) - - React-jsinspector (0.74.5): + - React-perflogger (= 0.76.5) + - React-jsinspector (0.76.5): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - React-featureflags - React-jsi - - React-runtimeexecutor (= 0.74.5) - - React-jsitracing (0.74.5): + - React-perflogger (= 0.76.5) + - React-runtimeexecutor (= 0.76.5) + - React-jsitracing (0.76.5): - React-jsi - - React-logger (0.74.5): + - React-logger (0.76.5): - glog - - React-Mapbuffer (0.74.5): + - React-Mapbuffer (0.76.5): - glog - React-debug + - React-microtasksnativemodule (0.76.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga - react-native-aes (2.0.0): - React-Core - react-native-background-actions (3.0.1): @@ -1300,7 +1568,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1311,21 +1578,21 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - react-native-get-random-values (1.11.0): - React-Core - - react-native-netinfo (11.3.1): + - react-native-netinfo (11.4.1): - React-Core - - react-native-pager-view (6.3.0): + - react-native-pager-view (6.5.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1336,12 +1603,13 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-safe-area-context (4.10.5): + - react-native-safe-area-context (4.12.0): - React-Core - - react-native-skia (1.3.10): + - react-native-skia (1.5.0): - DoubleConversion - glog - hermes-engine @@ -1350,7 +1618,6 @@ PODS: - RCTTypeSafety - React - React-callinvoker - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1361,6 +1628,7 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga @@ -1371,7 +1639,6 @@ PODS: - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1382,11 +1649,12 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - React-nativeconfig (0.74.5) - - React-NativeModulesApple (0.74.5): + - React-nativeconfig (0.76.5) + - React-NativeModulesApple (0.76.5): - glog - hermes-engine - React-callinvoker @@ -1397,25 +1665,31 @@ PODS: - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.74.5) - - React-RCTActionSheet (0.74.5): - - React-Core/RCTActionSheetHeaders (= 0.74.5) - - React-RCTAnimation (0.74.5): + - React-perflogger (0.76.5): + - DoubleConversion + - RCT-Folly (= 2024.01.01.00) + - React-performancetimeline (0.76.5): + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact + - React-timing + - React-RCTActionSheet (0.76.5): + - React-Core/RCTActionSheetHeaders (= 0.76.5) + - React-RCTAnimation (0.76.5): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - - React-Codegen - React-Core/RCTAnimationHeaders - React-jsi - React-NativeModulesApple + - ReactCodegen - ReactCommon - - React-RCTAppDelegate (0.74.5): + - React-RCTAppDelegate (0.76.5): - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-CoreModules - React-debug + - React-defaultsnativemodule - React-Fabric - React-featureflags - React-graphics @@ -1431,27 +1705,29 @@ PODS: - React-RuntimeHermes - React-runtimescheduler - React-utils + - ReactCodegen - ReactCommon - - React-RCTBlob (0.74.5): + - React-RCTBlob (0.76.5): - DoubleConversion - fmt (= 9.1.0) - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-Codegen - React-Core/RCTBlobHeaders - React-Core/RCTWebSocket - React-jsi - React-jsinspector - React-NativeModulesApple - React-RCTNetwork + - ReactCodegen - ReactCommon - - React-RCTFabric (0.74.5): + - React-RCTFabric (0.76.5): - glog - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - React-Core - React-debug - React-Fabric + - React-FabricComponents - React-FabricImage - React-featureflags - React-graphics @@ -1459,61 +1735,64 @@ PODS: - React-jsi - React-jsinspector - React-nativeconfig + - React-performancetimeline - React-RCTImage - React-RCTText + - React-rendererconsistency - React-rendererdebug - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.74.5): + - React-RCTImage (0.76.5): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - - React-Codegen - React-Core/RCTImageHeaders - React-jsi - React-NativeModulesApple - React-RCTNetwork + - ReactCodegen - ReactCommon - - React-RCTLinking (0.74.5): - - React-Codegen - - React-Core/RCTLinkingHeaders (= 0.74.5) - - React-jsi (= 0.74.5) + - React-RCTLinking (0.76.5): + - React-Core/RCTLinkingHeaders (= 0.76.5) + - React-jsi (= 0.76.5) - React-NativeModulesApple + - ReactCodegen - ReactCommon - - ReactCommon/turbomodule/core (= 0.74.5) - - React-RCTNetwork (0.74.5): + - ReactCommon/turbomodule/core (= 0.76.5) + - React-RCTNetwork (0.76.5): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - - React-Codegen - React-Core/RCTNetworkHeaders - React-jsi - React-NativeModulesApple + - ReactCodegen - ReactCommon - - React-RCTSettings (0.74.5): + - React-RCTSettings (0.76.5): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - - React-Codegen - React-Core/RCTSettingsHeaders - React-jsi - React-NativeModulesApple + - ReactCodegen - ReactCommon - - React-RCTText (0.74.5): - - React-Core/RCTTextHeaders (= 0.74.5) + - React-RCTText (0.76.5): + - React-Core/RCTTextHeaders (= 0.76.5) - Yoga - - React-RCTVibration (0.74.5): + - React-RCTVibration (0.76.5): - RCT-Folly (= 2024.01.01.00) - - React-Codegen - React-Core/RCTVibrationHeaders - React-jsi - React-NativeModulesApple + - ReactCodegen - ReactCommon - - React-rendererdebug (0.74.5): + - React-rendererconsistency (0.76.5) + - React-rendererdebug (0.76.5): - DoubleConversion - fmt (= 9.1.0) - RCT-Folly (= 2024.01.01.00) - React-debug - - React-rncore (0.74.5) - - React-RuntimeApple (0.74.5): + - React-rncore (0.76.5) + - React-RuntimeApple (0.76.5): - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - React-callinvoker @@ -1530,8 +1809,9 @@ PODS: - React-RuntimeCore - React-runtimeexecutor - React-RuntimeHermes + - React-runtimescheduler - React-utils - - React-RuntimeCore (0.74.5): + - React-RuntimeCore (0.76.5): - glog - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) @@ -1541,12 +1821,13 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-performancetimeline - React-runtimeexecutor - React-runtimescheduler - React-utils - - React-runtimeexecutor (0.74.5): - - React-jsi (= 0.74.5) - - React-RuntimeHermes (0.74.5): + - React-runtimeexecutor (0.76.5): + - React-jsi (= 0.76.5) + - React-RuntimeHermes (0.76.5): - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - React-featureflags @@ -1557,7 +1838,7 @@ PODS: - React-nativeconfig - React-RuntimeCore - React-utils - - React-runtimescheduler (0.74.5): + - React-runtimescheduler (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -1566,66 +1847,109 @@ PODS: - React-debug - React-featureflags - React-jsi + - React-performancetimeline + - React-rendererconsistency - React-rendererdebug - React-runtimeexecutor + - React-timing - React-utils - - React-utils (0.74.5): + - React-timing (0.76.5) + - React-utils (0.76.5): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - React-debug - - React-jsi (= 0.74.5) - - ReactCommon (0.74.5): - - ReactCommon/turbomodule (= 0.74.5) - - ReactCommon/turbomodule (0.74.5): + - React-jsi (= 0.76.5) + - ReactCodegen (0.76.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-FabricImage + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-NativeModulesApple + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - ReactCommon (0.76.5): + - ReactCommon/turbomodule (= 0.76.5) + - ReactCommon/turbomodule (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.74.5) - - React-cxxreact (= 0.74.5) - - React-jsi (= 0.74.5) - - React-logger (= 0.74.5) - - React-perflogger (= 0.74.5) - - ReactCommon/turbomodule/bridging (= 0.74.5) - - ReactCommon/turbomodule/core (= 0.74.5) - - ReactCommon/turbomodule/bridging (0.74.5): + - React-callinvoker (= 0.76.5) + - React-cxxreact (= 0.76.5) + - React-jsi (= 0.76.5) + - React-logger (= 0.76.5) + - React-perflogger (= 0.76.5) + - ReactCommon/turbomodule/bridging (= 0.76.5) + - ReactCommon/turbomodule/core (= 0.76.5) + - ReactCommon/turbomodule/bridging (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.74.5) - - React-cxxreact (= 0.74.5) - - React-jsi (= 0.74.5) - - React-logger (= 0.74.5) - - React-perflogger (= 0.74.5) - - ReactCommon/turbomodule/core (0.74.5): + - React-callinvoker (= 0.76.5) + - React-cxxreact (= 0.76.5) + - React-jsi (= 0.76.5) + - React-logger (= 0.76.5) + - React-perflogger (= 0.76.5) + - ReactCommon/turbomodule/core (0.76.5): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.74.5) - - React-cxxreact (= 0.74.5) - - React-debug (= 0.74.5) - - React-jsi (= 0.74.5) - - React-logger (= 0.74.5) - - React-perflogger (= 0.74.5) - - React-utils (= 0.74.5) + - React-callinvoker (= 0.76.5) + - React-cxxreact (= 0.76.5) + - React-debug (= 0.76.5) + - React-featureflags (= 0.76.5) + - React-jsi (= 0.76.5) + - React-logger (= 0.76.5) + - React-perflogger (= 0.76.5) + - React-utils (= 0.76.5) - RNCAsyncStorage (1.23.1): - React-Core - - RNFlashList (1.6.4): + - RNFlashList (1.7.1): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety - React-Core - - RNGestureHandler (2.21.2): + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNGestureHandler (2.20.2): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1636,19 +1960,19 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - RNLocalize (3.2.0): - React-Core - - RNReanimated (3.10.1): + - RNReanimated (3.16.5): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1659,17 +1983,83 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core + - RNReanimated/reanimated (= 3.16.5) + - RNReanimated/worklets (= 3.16.5) - Yoga - - RNScreens (3.31.1): + - RNReanimated/reanimated (3.16.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - RNReanimated/reanimated/apple (= 3.16.5) + - Yoga + - RNReanimated/reanimated/apple (3.16.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNReanimated/worklets (3.16.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNScreens (4.1.0): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1681,17 +2071,17 @@ PODS: - React-RCTImage - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNSentry (6.0.0): + - RNSentry (6.3.0): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - - React-Codegen - React-Core - React-debug - React-Fabric @@ -1703,25 +2093,23 @@ PODS: - React-RCTFabric - React-rendererdebug - React-utils + - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - Sentry/HybridSDK (= 8.37.0) + - Sentry/HybridSDK (= 8.41.0) - Yoga - - RNSVG (15.9.0): + - RNSVG (15.8.0): - React-Core - - SDWebImage (5.19.2): - - SDWebImage/Core (= 5.19.2) - - SDWebImage/Core (5.19.2) + - SDWebImage (5.19.7): + - SDWebImage/Core (= 5.19.7) + - SDWebImage/Core (5.19.7) - SDWebImageAVIFCoder (0.11.0): - libavif/core (>= 0.11.0) - SDWebImage (~> 5.10) - SDWebImageSVGCoder (1.7.0): - SDWebImage/Core (~> 5.6) - - SDWebImageWebPCoder (0.14.6): - - libwebp (~> 1.0) - - SDWebImage/Core (~> 5.17) - - Sentry/HybridSDK (8.37.0) - - SocketRocket (0.7.0) + - Sentry/HybridSDK (8.41.0) + - SocketRocket (0.7.1) - Yoga (0.0.0) - ZXingObjC/Core (3.6.9) - ZXingObjC/OneD (3.6.9): @@ -1733,9 +2121,7 @@ DEPENDENCIES: - boost (from `../../../node_modules/react-native/third-party-podspecs/boost.podspec`) - DoubleConversion (from `../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - EXApplication (from `../../../node_modules/expo-application/ios`) - - EXBarCodeScanner (from `../../../node_modules/expo-barcode-scanner/ios`) - EXConstants (from `../../../node_modules/expo-constants/ios`) - - EXImageLoader (from `../../../node_modules/expo-image-loader/ios`) - EXJSONUtils (from `../../../node_modules/expo-json-utils/ios`) - EXManifests (from `../../../node_modules/expo-manifests/ios`) - Expo (from `../../../node_modules/expo`) @@ -1754,14 +2140,15 @@ DEPENDENCIES: - ExpoImage (from `../../../node_modules/expo-image/ios`) - ExpoKeepAwake (from `../../../node_modules/expo-keep-awake/ios`) - ExpoLinearGradient (from `../../../node_modules/expo-linear-gradient/ios`) + - ExpoLinking (from `../../../node_modules/expo-linking/ios`) - ExpoLocalAuthentication (from `../../../node_modules/expo-local-authentication/ios`) - ExpoLocalization (from `../../../node_modules/expo-localization/ios`) - ExpoModulesCore (from `../../../node_modules/expo-modules-core`) - ExpoScreenCapture (from `../../../node_modules/expo-screen-capture/ios`) - ExpoSecureStore (from `../../../node_modules/expo-secure-store/ios`) - ExpoSensors (from `../../../node_modules/expo-sensors/ios`) + - ExpoSplashScreen (from `../../../node_modules/expo-splash-screen/ios`) - ExpoWebBrowser (from `../../../node_modules/expo-web-browser/ios`) - - EXSplashScreen (from `../../../node_modules/expo-splash-screen/ios`) - EXUpdatesInterface (from `../../../node_modules/expo-updates-interface/ios`) - FBLazyVector (from `../../../node_modules/react-native/Libraries/FBLazyVector`) - fmt (from `../../../node_modules/react-native/third-party-podspecs/fmt.podspec`) @@ -1775,17 +2162,21 @@ DEPENDENCIES: - RCTTypeSafety (from `../../../node_modules/react-native/Libraries/TypeSafety`) - React (from `../../../node_modules/react-native/`) - React-callinvoker (from `../../../node_modules/react-native/ReactCommon/callinvoker`) - - React-Codegen (from `build/generated/ios`) - React-Core (from `../../../node_modules/react-native/`) - React-Core/RCTWebSocket (from `../../../node_modules/react-native/`) - React-CoreModules (from `../../../node_modules/react-native/React/CoreModules`) - React-cxxreact (from `../../../node_modules/react-native/ReactCommon/cxxreact`) - React-debug (from `../../../node_modules/react-native/ReactCommon/react/debug`) + - React-defaultsnativemodule (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/defaults`) + - React-domnativemodule (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/dom`) - React-Fabric (from `../../../node_modules/react-native/ReactCommon`) + - React-FabricComponents (from `../../../node_modules/react-native/ReactCommon`) - React-FabricImage (from `../../../node_modules/react-native/ReactCommon`) - React-featureflags (from `../../../node_modules/react-native/ReactCommon/react/featureflags`) + - React-featureflagsnativemodule (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/featureflags`) - React-graphics (from `../../../node_modules/react-native/ReactCommon/react/renderer/graphics`) - React-hermes (from `../../../node_modules/react-native/ReactCommon/hermes`) + - React-idlecallbacksnativemodule (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`) - React-ImageManager (from `../../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) - React-jserrorhandler (from `../../../node_modules/react-native/ReactCommon/jserrorhandler`) - React-jsi (from `../../../node_modules/react-native/ReactCommon/jsi`) @@ -1794,6 +2185,7 @@ DEPENDENCIES: - React-jsitracing (from `../../../node_modules/react-native/ReactCommon/hermes/executor/`) - React-logger (from `../../../node_modules/react-native/ReactCommon/logger`) - React-Mapbuffer (from `../../../node_modules/react-native/ReactCommon`) + - React-microtasksnativemodule (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`) - react-native-aes (from `../../../node_modules/react-native-aes-crypto`) - react-native-background-actions (from `../../../node_modules/react-native-background-actions`) - react-native-background-timer (from `../../../node_modules/react-native-background-timer`) @@ -1807,6 +2199,7 @@ DEPENDENCIES: - React-nativeconfig (from `../../../node_modules/react-native/ReactCommon`) - React-NativeModulesApple (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) - React-perflogger (from `../../../node_modules/react-native/ReactCommon/reactperflogger`) + - React-performancetimeline (from `../../../node_modules/react-native/ReactCommon/react/performance/timeline`) - React-RCTActionSheet (from `../../../node_modules/react-native/Libraries/ActionSheetIOS`) - React-RCTAnimation (from `../../../node_modules/react-native/Libraries/NativeAnimation`) - React-RCTAppDelegate (from `../../../node_modules/react-native/Libraries/AppDelegate`) @@ -1818,6 +2211,7 @@ DEPENDENCIES: - React-RCTSettings (from `../../../node_modules/react-native/Libraries/Settings`) - React-RCTText (from `../../../node_modules/react-native/Libraries/Text`) - React-RCTVibration (from `../../../node_modules/react-native/Libraries/Vibration`) + - React-rendererconsistency (from `../../../node_modules/react-native/ReactCommon/react/renderer/consistency`) - React-rendererdebug (from `../../../node_modules/react-native/ReactCommon/react/renderer/debug`) - React-rncore (from `../../../node_modules/react-native/ReactCommon`) - React-RuntimeApple (from `../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios`) @@ -1825,7 +2219,9 @@ DEPENDENCIES: - React-runtimeexecutor (from `../../../node_modules/react-native/ReactCommon/runtimeexecutor`) - React-RuntimeHermes (from `../../../node_modules/react-native/ReactCommon/react/runtime`) - React-runtimescheduler (from `../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) + - React-timing (from `../../../node_modules/react-native/ReactCommon/react/timing`) - React-utils (from `../../../node_modules/react-native/ReactCommon/react/utils`) + - ReactCodegen (from `build/generated/ios`) - ReactCommon/turbomodule/core (from `../../../node_modules/react-native/ReactCommon`) - "RNCAsyncStorage (from `../../../node_modules/@react-native-async-storage/async-storage`)" - "RNFlashList (from `../../../node_modules/@shopify/flash-list`)" @@ -1841,12 +2237,10 @@ SPEC REPOS: trunk: - libavif - libdav1d - - libwebp - lottie-ios - SDWebImage - SDWebImageAVIFCoder - SDWebImageSVGCoder - - SDWebImageWebPCoder - Sentry - SocketRocket - ZXingObjC @@ -1858,12 +2252,8 @@ EXTERNAL SOURCES: :podspec: "../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" EXApplication: :path: "../../../node_modules/expo-application/ios" - EXBarCodeScanner: - :path: "../../../node_modules/expo-barcode-scanner/ios" EXConstants: :path: "../../../node_modules/expo-constants/ios" - EXImageLoader: - :path: "../../../node_modules/expo-image-loader/ios" EXJSONUtils: :path: "../../../node_modules/expo-json-utils/ios" EXManifests: @@ -1900,6 +2290,8 @@ EXTERNAL SOURCES: :path: "../../../node_modules/expo-keep-awake/ios" ExpoLinearGradient: :path: "../../../node_modules/expo-linear-gradient/ios" + ExpoLinking: + :path: "../../../node_modules/expo-linking/ios" ExpoLocalAuthentication: :path: "../../../node_modules/expo-local-authentication/ios" ExpoLocalization: @@ -1912,10 +2304,10 @@ EXTERNAL SOURCES: :path: "../../../node_modules/expo-secure-store/ios" ExpoSensors: :path: "../../../node_modules/expo-sensors/ios" + ExpoSplashScreen: + :path: "../../../node_modules/expo-splash-screen/ios" ExpoWebBrowser: :path: "../../../node_modules/expo-web-browser/ios" - EXSplashScreen: - :path: "../../../node_modules/expo-splash-screen/ios" EXUpdatesInterface: :path: "../../../node_modules/expo-updates-interface/ios" FBLazyVector: @@ -1926,7 +2318,7 @@ EXTERNAL SOURCES: :podspec: "../../../node_modules/react-native/third-party-podspecs/glog.podspec" hermes-engine: :podspec: "../../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" - :tag: hermes-2024-06-28-RNv0.74.3-7bda0c267e76d11b68a585f84cfdd65000babf85 + :tag: hermes-2024-11-12-RNv0.76.2-5b4aa20c719830dcf5684832b89a6edb95ac3d64 lottie-react-native: :path: "../../../node_modules/lottie-react-native" RCT-Folly: @@ -1941,8 +2333,6 @@ EXTERNAL SOURCES: :path: "../../../node_modules/react-native/" React-callinvoker: :path: "../../../node_modules/react-native/ReactCommon/callinvoker" - React-Codegen: - :path: build/generated/ios React-Core: :path: "../../../node_modules/react-native/" React-CoreModules: @@ -1951,16 +2341,26 @@ EXTERNAL SOURCES: :path: "../../../node_modules/react-native/ReactCommon/cxxreact" React-debug: :path: "../../../node_modules/react-native/ReactCommon/react/debug" + React-defaultsnativemodule: + :path: "../../../node_modules/react-native/ReactCommon/react/nativemodule/defaults" + React-domnativemodule: + :path: "../../../node_modules/react-native/ReactCommon/react/nativemodule/dom" React-Fabric: :path: "../../../node_modules/react-native/ReactCommon" + React-FabricComponents: + :path: "../../../node_modules/react-native/ReactCommon" React-FabricImage: :path: "../../../node_modules/react-native/ReactCommon" React-featureflags: :path: "../../../node_modules/react-native/ReactCommon/react/featureflags" + React-featureflagsnativemodule: + :path: "../../../node_modules/react-native/ReactCommon/react/nativemodule/featureflags" React-graphics: :path: "../../../node_modules/react-native/ReactCommon/react/renderer/graphics" React-hermes: :path: "../../../node_modules/react-native/ReactCommon/hermes" + React-idlecallbacksnativemodule: + :path: "../../../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks" React-ImageManager: :path: "../../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios" React-jserrorhandler: @@ -1977,6 +2377,8 @@ EXTERNAL SOURCES: :path: "../../../node_modules/react-native/ReactCommon/logger" React-Mapbuffer: :path: "../../../node_modules/react-native/ReactCommon" + React-microtasksnativemodule: + :path: "../../../node_modules/react-native/ReactCommon/react/nativemodule/microtasks" react-native-aes: :path: "../../../node_modules/react-native-aes-crypto" react-native-background-actions: @@ -2003,6 +2405,8 @@ EXTERNAL SOURCES: :path: "../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" React-perflogger: :path: "../../../node_modules/react-native/ReactCommon/reactperflogger" + React-performancetimeline: + :path: "../../../node_modules/react-native/ReactCommon/react/performance/timeline" React-RCTActionSheet: :path: "../../../node_modules/react-native/Libraries/ActionSheetIOS" React-RCTAnimation: @@ -2025,6 +2429,8 @@ EXTERNAL SOURCES: :path: "../../../node_modules/react-native/Libraries/Text" React-RCTVibration: :path: "../../../node_modules/react-native/Libraries/Vibration" + React-rendererconsistency: + :path: "../../../node_modules/react-native/ReactCommon/react/renderer/consistency" React-rendererdebug: :path: "../../../node_modules/react-native/ReactCommon/react/renderer/debug" React-rncore: @@ -2039,8 +2445,12 @@ EXTERNAL SOURCES: :path: "../../../node_modules/react-native/ReactCommon/react/runtime" React-runtimescheduler: :path: "../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" + React-timing: + :path: "../../../node_modules/react-native/ReactCommon/react/timing" React-utils: :path: "../../../node_modules/react-native/ReactCommon/react/utils" + ReactCodegen: + :path: build/generated/ios ReactCommon: :path: "../../../node_modules/react-native/ReactCommon" RNCAsyncStorage: @@ -2063,120 +2473,126 @@ EXTERNAL SOURCES: :path: "../../../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - boost: d3f49c53809116a5d38da093a8aa78bf551aed09 - DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 - EXApplication: c08200c34daca7af7fd76ac4b9d606077410e8ad - EXBarCodeScanner: e2dd9b42c1b522a2adc9202b1dfbc64cb34456d1 - EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59 - EXImageLoader: ab589d67d6c5f2c33572afea9917304418566334 - EXJSONUtils: 30c17fd9cc364d722c0946a550dfbf1be92ef6a4 - EXManifests: c1fab4c3237675e7b0299ea8df0bcb14baca4f42 - Expo: 8c995afb875c15bf8439af0b20bcb9ed8f90d0bd - expo-dev-client: 0cec8ec81fd01c10d9afcd9f6de3768b10644aee - expo-dev-launcher: c510982f3437742353389750748520580af0ee43 - expo-dev-menu: 12b319a9bc73d76a1ed47ce52055b5356edb971d - expo-dev-menu-interface: 5764ad537419c1a5e8f66f668e29c81e8aca290c - ExpoAsset: 323700f291684f110fb55f0d4022a3362ea9f875 - ExpoBlur: fa53f874e7b208bc3756d1bf07903c12e790beb1 - ExpoCamera: 929be541d1c1319fcf32f9f5d9df8b97804346b5 - ExpoClipboard: 23d203f5d4843699fbc45be1cc4fe1fbd811a6fa - ExpoDevice: fc94f0e42ecdfd897e7590f2874fc64dfa7e9b1c - ExpoFileSystem: 80bfe850b1f9922c16905822ecbf97acd711dc51 - ExpoFont: 00756e6c796d8f7ee8d211e29c8b619e75cbf238 - ExpoHaptics: 5a3a88971af384255baf2504f38b41189cec6984 - ExpoImage: 42162e3d264ce07a62766d6bd26bd299fe4c6faa - ExpoKeepAwake: 3b8815d9dd1d419ee474df004021c69fdd316d08 - ExpoLinearGradient: 8cec4a09426d8934c433e83cb36262d72c667fce - ExpoLocalAuthentication: 9e02a56a4cf9868f0052656a93d4c94101a42ed7 - ExpoLocalization: f04eeec2e35bed01ab61c72ee1768ec04d093d01 - ExpoModulesCore: 831ece8311a489418746925820bbffdda587d6f4 - ExpoScreenCapture: ece7593264d1384aff2481eea29f9a238b484090 - ExpoSecureStore: 060cebcb956b80ddae09821610ac1aa9e1ac74cd - ExpoSensors: 3bc12e5186b94703464d1554ce5ebfff05f91093 - ExpoWebBrowser: 7595ccac6938eb65b076385fd23d035db9ecdc8e - EXSplashScreen: 3cad09949c2ca6730cbb2801b8c51cb87692425a - EXUpdatesInterface: 996527fd7d1a5d271eb523258d603f8f92038f24 - FBLazyVector: ac12dc084d1c8ec4cc4d7b3cf1b0ebda6dab85af - fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 - glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f - hermes-engine: 8c1577f3fdb849cbe7729c2e7b5abc4b845e88f8 + boost: 1dca942403ed9342f98334bf4c3621f011aa7946 + DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385 + EXApplication: e1ad9c950c98b2b134578092c948b10b403f3ea7 + EXConstants: dd2fe64c6cdb1383b694c309a63028a8e9f2be6d + EXJSONUtils: 01fc7492b66c234e395dcffdd5f53439c5c29c93 + EXManifests: f30a0c5d3d6cad8db9c01bab579e0aa0df5d3cb2 + Expo: dc7907584c3517c592315a59719180037703ff33 + expo-dev-client: 8bb4cc68d1c23b585dddd3169787e37337c5ab4a + expo-dev-launcher: 6a2630fa59092a82b6609ed2e9294d63c24f6fd6 + expo-dev-menu: c70a077cd8c4019a2f6987cd8624e3f018ddd197 + expo-dev-menu-interface: 4baf2f8b3b79ce37cf4b900e4b3ba6df3384f0a1 + ExpoAsset: 8138f2a9ec55ae1ad7c3871448379f7d97692d15 + ExpoBlur: 562b3da84d3cd79016c411671eaf71a404266415 + ExpoCamera: 5f1133dd302a9db5048ad63dd29a08e436dedd9b + ExpoClipboard: 166ca8c13ca1041f5ba619a211f59427ab5da8a7 + ExpoDevice: e24dd19a43065182eb246bc0e7f84186862f1e83 + ExpoFileSystem: 2161e16165279fb46e138d8ea8795c71cc6718be + ExpoFont: 7522d869d84ee2ee8093ee997fef5b86f85d856b + ExpoHaptics: e636188d1d5f7ccb79f3c1bfab47aaf5a1768c73 + ExpoImage: 9cdae70d80c8a59cbfb51a475fc820172fa71666 + ExpoKeepAwake: 783e68647b969b210a786047c3daa7b753dcac1f + ExpoLinearGradient: 7ca3b1d1625a1ab85c129abce4a3cdc78a9500a3 + ExpoLinking: a8332a219379ba80f8e612d5a5de4a3da446886e + ExpoLocalAuthentication: fb519b5d39df0cc216e43fef3cc8e2db1930a01e + ExpoLocalization: 8e37268a715b82b36fbb5e361efd5fe65a39c208 + ExpoModulesCore: 6b1ed7e4e5ab279a1825f40ef0140db84f6aad0f + ExpoScreenCapture: 14768e6fe66412d678862858f5c2e0241b7f84b7 + ExpoSecureStore: 06c3192d58ed167f619af3d53797c055f5ada785 + ExpoSensors: 55eef9972309aa8ec26bf5922040453e4c5cf7df + ExpoSplashScreen: aa5c5eba706a5686b91861b53ced2996f1dd080d + ExpoWebBrowser: f08aaf1c8a02af8a768d83793186cb6d2c69f529 + EXUpdatesInterface: 1dcebac98ac5dad4289e6ff2bd5616822e894397 + FBLazyVector: 1bf99bb46c6af9a2712592e707347315f23947aa + fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be + glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a + hermes-engine: 06a9c6900587420b90accc394199527c64259db4 libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7 libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f - libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009 - lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418 - lottie-react-native: f851c0e235f171d99083c803f728f644be1dcf65 - RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 - RCTDeprecation: 3afceddffa65aee666dafd6f0116f1d975db1584 - RCTRequired: ec1239bc9d8bf63e10fb92bd8b26171a9258e0c1 - RCTTypeSafety: f5ecbc86c5c5fa163c05acb7a1c5012e15b5f994 - React: fc9fa7258eff606f44d58c5b233a82dc9cf09018 - React-callinvoker: e3fab14d69607fb7e8e3a57e5a415aed863d3599 - React-Codegen: 9ff3ae515538277d13c50769008686a4c20f52c5 - React-Core: 3a5fd9e781cecf87803e5b091496a606a3df774a - React-CoreModules: cbf4707dafab8f9f826ac0c63a07d0bf5d01e256 - React-cxxreact: 7b188556271e3c7fdf22a04819f6a6225045b9dd - React-debug: d30893c49ae1bce4037ea5cd8bb2511d2a38d057 - React-Fabric: 826729dd2304fda9b89ff0a579f60ba2a470bc26 - React-FabricImage: 2ad1fb8ffa5778eda9ed204a7b3cdd70bc333ce7 - React-featureflags: 4ae83e72d9a92452793601ac9ac7d2280e486089 - React-graphics: 61a026e1c1e7e20d20ac9fec6f6de631732b233d - React-hermes: a7054fbcbda3957e3c5eaad06ef9bf79998d535a - React-ImageManager: 2bbd6eb2e696bc680f76f84563e4b87d241614e1 - React-jserrorhandler: 56fa04d49bfbe54ddfece7916673a73ebfea286b - React-jsi: f3ce1dd2e950b6ad12b65ea3ef89168f1b94c584 - React-jsiexecutor: b4df3a27973d82f9abf3c4bd0f88e042cda25f16 - React-jsinspector: 97ea746c023687de7313ee289817d6991d596c7d - React-jsitracing: 3b6060bbf5317663667e1dd93560c7943ab86ccc - React-logger: 257858bd55f3a4e1bc0cf07ddc8fb9faba6f8c7c - React-Mapbuffer: 6c1cacdbf40b531f549eba249e531a7d0bfd8e7f + lottie-ios: a881093fab623c467d3bce374367755c272bdd59 + lottie-react-native: e23d9bcc85c8730e79e96bdf589a1996d7d388a9 + RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648 + RCTDeprecation: fb7d408617e25d7f537940000d766d60149c5fea + RCTRequired: 9aaf0ffcc1f41f0c671af863970ef25c422a9920 + RCTTypeSafety: e9a6e7d48184646eb0610295b74c0dd02768cbb2 + React: fffb3cf1b0d7aee03c4eb4952b2d58783615e9fa + React-callinvoker: 3c6ecc0315d42924e01b3ddc25cf2e49d33da169 + React-Core: d2143ba58d0c8563cf397f96f699c6069eba951c + React-CoreModules: b3cbc5e3090a8c23116c0c7dd8998e0637e29619 + React-cxxreact: 68fb9193582c4a411ce99d0b23f7b3d8da1c2e4a + React-debug: 297ed67868a76e8384669ea9b5c65c5d9d9d15d9 + React-defaultsnativemodule: 73c2ebce82c2be4d98a0257391dbb1cce201784b + React-domnativemodule: 73835de7f06190165c86bff80d80178abb8f9333 + React-Fabric: 2e33816098a5a29d2f4ae7eb2de3cfbc361b6922 + React-FabricComponents: bb2d6b89321bf79653ae3d4ec890ba7cb9fe51c8 + React-FabricImage: 019a5e834378e460ef39bf19cb506fd36491ae74 + React-featureflags: cb3dca1c74ba813f2e578c8c635989d01d14739f + React-featureflagsnativemodule: 328e1bfee2de7b680955bb4be276b045e0f260f0 + React-graphics: e626f3b24227a3a8323ed89476c8f0927c0264c7 + React-hermes: 63678d262d94835f986fa2fac1c835188f14160b + React-idlecallbacksnativemodule: 94f46b349e9878e899409cfd1ee948b59eb52181 + React-ImageManager: 223709133aa644bc1e74d354308cf2ed4c9d0f00 + React-jserrorhandler: 212d88de95b23965fdff91c1a20da30e29cdfbbb + React-jsi: d189a2a826fe6700ea1194e1c2b15535d06c8d75 + React-jsiexecutor: b75a12d37f2bf84f74b5c05131afdef243cfc69d + React-jsinspector: c3402468ae1fbca79e3d8cc11e7a0fc2c8ffafb1 + React-jsitracing: 1f46c2ec0c5ace3fe959b1aa0f8535ef1c021161 + React-logger: 697873f06b8ba436e3cddf28018ab4741e8071b6 + React-Mapbuffer: c174e11bdea12dce07df8669d6c0dc97eb0c7706 + React-microtasksnativemodule: 4c4eb6c6b6a33765ca9242e4efffb249700ea0df react-native-aes: c75c46aa744bef7c2415fdf7f5b2dcb75ca4364d react-native-background-actions: ecffd3f0864140ef6cf21c29be6819a02b531a52 react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe - react-native-compat: 425ce849bdeb6dceeb1c003b254c3c2623a37ba1 + react-native-compat: b3e5dd8115277c321ac7c96b76ac7a46f19dec5c react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06 - react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321 - react-native-pager-view: c1e29e1a6105a02807392ba822ad322447a72f55 - react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97 - react-native-skia: 4857f8a85d0e4fc152c7b8aff4fbcc7573be1cf9 - react-native-webview: 66f10ef00efe847017fc1c809a84c412712bbef6 - React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851 - React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697 - React-perflogger: ed4e0c65781521e0424f2e5e40b40cc7879d737e - React-RCTActionSheet: 49d53ff03bb5688ca4606c55859053a0cd129ea5 - React-RCTAnimation: 07b4923885c52c397c4ec103924bf6e53b42c73e - React-RCTAppDelegate: 316e295076734baf9bdf1bfac7d92ab647aed930 - React-RCTBlob: 85c57b0d5e667ff8a472163ba3af0628171a64bb - React-RCTFabric: 97c1465ded4dc92841f5376a39e43e1b2c455f40 - React-RCTImage: b965c85bec820e2a9c154b1fb00a2ecdd59a9c92 - React-RCTLinking: 75f04a5f27c26c4e73a39c50df470820d219df79 - React-RCTNetwork: c1a9143f4d5778efc92da40d83969d03912ccc24 - React-RCTSettings: c6800f91c0ecd48868cd5db754b0b0a7f5ffe039 - React-RCTText: b923e24f9b7250bc4f7ab154c4168ad9f8d8fc9d - React-RCTVibration: 08c4f0c917c435b3619386c25a94ee5d64c250f0 - React-rendererdebug: 3cda04217d9df67b94397ee0ead8ef3d8b7e427b - React-rncore: 4013508a2f3fcf46c961919bbbd4bfdda198977e - React-RuntimeApple: 447844a2bdb0a03ffd24e5b4a4b96cfc50325b88 - React-RuntimeCore: 9b5bffdaccee9b707b1c2694c9044e13ff0bb087 - React-runtimeexecutor: 0e688aefc14c6bc8601f4968d8d01c3fb6446844 - React-RuntimeHermes: 4d6ef6bb0f2b0b40d59143317f6b99c82764c959 - React-runtimescheduler: cfbe85c3510c541ec6dc815c7729b41304b67961 - React-utils: f242eb7e7889419d979ca0e1c02ccc0ea6e43b29 - ReactCommon: f7da14a8827b72704169a48c929bcde802698361 + react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac + react-native-pager-view: 12284823fff3b85b4dd16456b04def6ba9422677 + react-native-safe-area-context: 142fade490cbebbe428640b8cbdb09daf17e8191 + react-native-skia: 8f41b3bbde6d3b4eff1983cb82038f3af7de7eca + react-native-webview: b034adbe6dc6cc783c3270b6e47298bc1dfdb632 + React-nativeconfig: f7ab6c152e780b99a8c17448f2d99cf5f69a2311 + React-NativeModulesApple: 70600f7edfc2c2a01e39ab13a20fd59f4c60df0b + React-perflogger: ceb97dd4e5ca6ff20eebb5a6f9e00312dcdea872 + React-performancetimeline: e39f038509c2a6b2ddb85087ba7cb8bd9caf977d + React-RCTActionSheet: a4388035260b01ac38d3647da0433b0455da9bae + React-RCTAnimation: 84117cb3521c40e95a4edfeab1c1cb159bc9a7c3 + React-RCTAppDelegate: 259fe8544ef95272f6ff3acc305a28a5780e8e51 + React-RCTBlob: 947cbb49842c9141e2b21f719e83e9197a06e453 + React-RCTFabric: f29f80a30d6d829629532786d84741b9779e7536 + React-RCTImage: 367a7dcca1d37b04e28918c025a0101494fb2a19 + React-RCTLinking: b9dc797e49683a98ee4f703f1f01ec2bd69ceb7f + React-RCTNetwork: 16e92fb59b9cd1e1175ecb2e90aa9e06e82db7a3 + React-RCTSettings: 20a1c3316956fae137d8178b4c23b7a1d56674cc + React-RCTText: 59d8792076b6010f7305f2558d868025004e108b + React-RCTVibration: 597d5aba0212d709ec79d12e76285c3d94dc0658 + React-rendererconsistency: 42f182fe910ad6c9b449cc62adae8d0eaba76f0a + React-rendererdebug: f36daf9f79831c8785215048fad4ef6453834430 + React-rncore: 85ed76036ff56e2e9c369155027cbbd84db86006 + React-RuntimeApple: 6ca44fc23bb00474f9387c0709f23d4dade79800 + React-RuntimeCore: b4d723e516e2e24616eb72de5b41a68b0736cc02 + React-runtimeexecutor: 10fae9492194097c99f6e34cedbb42a308922d32 + React-RuntimeHermes: 93437bfc028ba48122276e2748c7cd0f9bbcdb40 + React-runtimescheduler: 72bbb4bd4774a0f4f9a7e84dbf133213197a0828 + React-timing: 1050c6fa44c327f2d7538e10c548fdf521fabdb8 + React-utils: 541c6cca08f32597d4183f00e83eef2ed20d4c54 + ReactCodegen: fca7518fb8bac9ce8573b698a13d9647dbbb78ea + ReactCommon: a6b87a7591591f7a52d9c0fec3aa05e0620d5dd3 RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c - RNFlashList: b521ebdd7f9352673817f1d98e8bdc0c8cf8545b - RNGestureHandler: 6fee3422fd8c81c5ee756fa72e3d1780e9943d9d + RNFlashList: 115dd44377580761bff386a0caebf165424cf16f + RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8 RNLocalize: b77875884750cb6a58cd6865863fe2ba2729b72b - RNReanimated: 33c6135cdf421b795c2f1173075a11cca2a39bf2 - RNScreens: b32a9ff15bea7fcdbe5dff6477bc503f792b1208 - RNSentry: 8dbb424d199fa5c885406ac54b7765e4e4815a8e - RNSVG: 3d2bdcaef51c8071880a9c0072fe324f4423a3ba - SDWebImage: dfe95b2466a9823cf9f0c6d01217c06550d7b29a + RNReanimated: 586bce547b76218acbc8a2fedaa7a6a63bd545df + RNScreens: e6f9bc3a41be76af2ba0a815ea299a0000b1c838 + RNSentry: ae208aee75647cb57796c4e792364fb53dc44001 + RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d + SDWebImage: 8a6b7b160b4d710e2a22b6900e25301075c34cb3 SDWebImageAVIFCoder: 00310d246aab3232ce77f1d8f0076f8c4b021d90 SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c - SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 - Sentry: ee060c09b2f7ec1240e95c766ab44c04c7bdb052 - SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d - Yoga: 950bbfd7e6f04790fdb51149ed51df41f329fcc8 + Sentry: 54d0fe6c0df448497c8ed4cce66ccf7027e1823e + SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 + Yoga: fcc198acd4a55599b3468cfb6ebc526baff5f06e ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5 PODFILE CHECKSUM: 643da665b6a5e764a14ebf182d4d19c2d5d31db2 diff --git a/apps/mobile-wallet/ios/Podfile.properties.json b/apps/mobile-wallet/ios/Podfile.properties.json index 4308c1759..7b1ccf9c4 100644 --- a/apps/mobile-wallet/ios/Podfile.properties.json +++ b/apps/mobile-wallet/ios/Podfile.properties.json @@ -1,7 +1,7 @@ { "expo.jsEngine": "hermes", "EX_DEV_CLIENT_NETWORK_INSPECTOR": "true", - "ios.deploymentTarget": "13.4", + "ios.deploymentTarget": "15.1", "newArchEnabled": "false", "ios.flipper": "false", "apple.extraPods": "[]", diff --git a/apps/mobile-wallet/package.json b/apps/mobile-wallet/package.json index ef3d2fdf4..e1a76e085 100644 --- a/apps/mobile-wallet/package.json +++ b/apps/mobile-wallet/package.json @@ -29,6 +29,7 @@ "@expo/vector-icons": "^14.0.4", "@json-rpc-tools/utils": "^1.7.6", "@react-native-async-storage/async-storage": "1.23.1", + "@react-native-community/cli": "^15.1.3", "@react-native-community/netinfo": "^11.4.1", "@react-navigation/bottom-tabs": "^6.5.4", "@react-navigation/elements": "^1.3.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e5a25e15..b614fc479 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -138,7 +138,7 @@ importers: version: 6.29.4 '@reduxjs/toolkit': specifier: ^1.9.1 - version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@tanstack/eslint-plugin-query': specifier: ^5.50.1 version: 5.50.1(eslint@8.56.0)(typescript@5.5.3) @@ -198,7 +198,7 @@ importers: version: 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/react-native-compat': specifier: 2.17.2 - version: 2.17.2(uzbdzh2d6gwttjp5oym6tlavvi) + version: 2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(expo-application@6.0.1)(react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) '@walletconnect/sign-client': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -324,7 +324,7 @@ importers: version: 7.49.2(react@18.3.1) react-i18next: specifier: ^13.2.1 - version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-idle-timer: specifier: ^5.7.2 version: 5.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -336,10 +336,10 @@ importers: version: 2.16.0(react@18.3.1) react-qr-code: specifier: ^2.0.7 - version: 2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) react-redux: specifier: ^8.0.5 - version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) react-router-dom: specifier: ^6.3.0 version: 6.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -459,7 +459,7 @@ importers: version: 18.3.1(react@18.3.1) react-i18next: specifier: ^13.2.1 - version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-icons: specifier: ^4.10.1 version: 4.12.0(react@18.3.1) @@ -610,46 +610,49 @@ importers: version: 1.7.6 '@react-native-async-storage/async-storage': specifier: 1.23.1 - version: 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + '@react-native-community/cli': + specifier: ^15.1.3 + version: 15.1.3(typescript@5.3.3) '@react-native-community/netinfo': specifier: ^11.4.1 - version: 11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) '@react-navigation/bottom-tabs': specifier: ^6.5.4 - version: 6.5.11(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 6.5.11(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/elements': specifier: ^1.3.14 - version: 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/material-top-tabs': specifier: ^6.6.2 - version: 6.6.5(mxu3cbf72fv27hz2stz3k7bjdi) + version: 6.6.5(2amz6zuvkquqbj32kvjh7aruti) '@react-navigation/native': specifier: ^6.1.3 - version: 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/native-stack': specifier: ^6.11.0 - version: 6.11.0(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 6.11.0(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@react-navigation/routers': specifier: ^6.1.9 version: 6.1.9 '@react-navigation/stack': specifier: ^6.3.12 - version: 6.3.20(wwov26hpun5moywqwqx6tx5iuy) + version: 6.3.20(x7so7ub743jbcd7twyxfljo2fq) '@reduxjs/toolkit': specifier: ^1.9.1 - version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@reown/walletkit': specifier: ^1.1.1 - version: 1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + version: 1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) '@sentry/react-native': specifier: ^6.3.0 - version: 6.3.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 6.3.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@shopify/flash-list': specifier: 1.7.1 - version: 1.7.1(@babel/runtime@7.26.0)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 1.7.1(@babel/runtime@7.26.0)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@shopify/react-native-skia': specifier: 1.5.0 - version: 1.5.0(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 1.5.0(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@walletconnect/core': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -661,7 +664,7 @@ importers: version: 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/react-native-compat': specifier: 2.17.2 - version: 2.17.2(uzbdzh2d6gwttjp5oym6tlavvi) + version: 2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(expo-application@6.0.1)(react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) '@walletconnect/sign-client': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -679,76 +682,76 @@ importers: version: 1.11.10 expo: specifier: 52.0.18 - version: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-application: specifier: ~6.0.1 - version: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-blur: specifier: ~14.0.1 - version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-build-properties: specifier: ~0.13.1 - version: 0.13.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 0.13.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-camera: specifier: ~16.0.9 - version: 16.0.9(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 16.0.9(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-checkbox: specifier: ~4.0.0 - version: 4.0.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 4.0.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-clipboard: specifier: ~7.0.0 - version: 7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-dev-client: specifier: ^5.0.6 - version: 5.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 5.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-device: specifier: ~7.0.1 - version: 7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-file-system: specifier: ~18.0.5 - version: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) expo-font: specifier: ~13.0.1 - version: 13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) expo-haptics: specifier: ~14.0.0 - version: 14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-image: specifier: ~2.0.3 - version: 2.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 2.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-linear-gradient: specifier: ~14.0.1 - version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-linking: specifier: ^7.0.3 - version: 7.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 7.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-local-authentication: specifier: ~15.0.1 - version: 15.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 15.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-localization: specifier: ~16.0.0 - version: 16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) expo-navigation-bar: specifier: ~4.0.6 - version: 4.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 4.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-screen-capture: specifier: ~7.0.0 - version: 7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) expo-secure-store: specifier: ~14.0.0 - version: 14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-sensors: specifier: ~14.0.1 - version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) expo-splash-screen: specifier: ~0.29.18 - version: 0.29.18(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 0.29.18(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) expo-status-bar: specifier: ~2.0.0 - version: 2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-web-browser: specifier: ~14.0.1 - version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) fast-text-encoding: specifier: ^1.0.6 version: 1.0.6 @@ -757,19 +760,19 @@ importers: version: 4.17.21 lottie-react-native: specifier: ^7.1.0 - version: 7.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 7.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) lucide-react-native: specifier: ^0.456.0 - version: 0.456.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 0.456.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) moti: specifier: ^0.29.0 - version: 0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) nanoid: specifier: ^3.3.8 version: 3.3.8 posthog-react-native: specifier: ^2.7.1 - version: 2.9.2(dueis35q7csgzz3ek2qfavql2q) + version: 2.9.2(o7ms6gy7xmxui26djzyjeusww4) qrloop: specifier: ^1.4.1 version: 1.4.1 @@ -784,73 +787,73 @@ importers: version: 7.49.2(react@18.3.1) react-i18next: specifier: ^13.2.1 - version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native: specifier: 0.76.5 - version: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + version: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) react-native-aes-crypto: specifier: ^2.1.0 version: 2.1.1(patch_hash=sm7rpv6bikakdvmsl6ekayqewu) react-native-background-actions: specifier: ^3.0.1 - version: 3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) react-native-background-timer: specifier: ^2.4.1 - version: 2.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 2.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) react-native-gesture-handler: specifier: ^2.20.2 - version: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-get-random-values: specifier: ~1.11.0 - version: 1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + version: 1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) react-native-localize: specifier: ^3.2.0 - version: 3.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 3.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-modalize: specifier: ^2.1.1 - version: 2.1.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 2.1.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-pager-view: specifier: 6.5.1 - version: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-portalize: specifier: ^1.0.7 - version: 1.0.7(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 1.0.7(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-progress: specifier: ^5.0.0 - version: 5.0.1(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + version: 5.0.1(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) react-native-reanimated: specifier: ^3.16.5 - version: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-reanimated-carousel: specifier: ^3.0.4 - version: 3.5.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 3.5.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-safe-area-context: specifier: 4.12.0 - version: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-screens: specifier: ~4.1.0 - version: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-svg: specifier: ^15.8.0 - version: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-tab-view: specifier: ^3.5.1 - version: 3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-toast-message: specifier: ^2.1.8 - version: 2.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 2.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-native-web: specifier: ~0.19.13 version: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-native-webview: specifier: ^13.12.0 - version: 13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + version: 13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-qr-code: specifier: ^2.0.7 - version: 2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) react-redux: specifier: ^8.0.5 - version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) styled-components: specifier: ^6.1.8 version: 6.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -926,7 +929,7 @@ importers: version: 29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)) jest-expo: specifier: ~52.0.2 - version: 52.0.2(@babel/core@7.25.7)(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(webpack@5.95.0) + version: 52.0.2(@babel/core@7.25.7)(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(webpack@5.95.0) ts-node: specifier: ^10.9.1 version: 10.9.2(@types/node@20.17.8)(typescript@5.3.3) @@ -3360,14 +3363,46 @@ packages: peerDependencies: react-native: ^0.0.0-0 || >=0.60 <1.0 - '@react-native-community/cli-debugger-ui@13.6.9': - resolution: {integrity: sha512-TkN7IdFmGPPvTpAo3nCAH9uwGCPxWBEAwpqEZDrq0NWllI7Tdie8vDpGdrcuCcKalmhq6OYnkXzeBah7O1Ztpw==} + '@react-native-community/cli-clean@15.1.3': + resolution: {integrity: sha512-3s9NGapIkONFoCUN2s77NYI987GPSCdr74rTf0TWyGIDf4vTYgKoWKKR+Ml3VTa1BCj51r4cYuHEKE1pjUSc0w==} - '@react-native-community/cli-server-api@13.6.9': - resolution: {integrity: sha512-W8FSlCPWymO+tlQfM3E0JmM8Oei5HZsIk5S0COOl0MRi8h0NmHI4WSTF2GCfbFZkcr2VI/fRsocoN8Au4EZAug==} + '@react-native-community/cli-config-android@15.1.3': + resolution: {integrity: sha512-v9okV/WQfMJEWRddI0S6no2v9Lvk54KgFkw1mvMYhJKVqloCNsIWzoqme0u7zIuYSzwsjXUQXVlGiDzbbwdkBw==} - '@react-native-community/cli-tools@13.6.9': - resolution: {integrity: sha512-OXaSjoN0mZVw3nrAwcY1PC0uMfyTd9fz7Cy06dh+EJc+h0wikABsVRzV8cIOPrVV+PPEEXE0DBrH20T2puZzgQ==} + '@react-native-community/cli-config-apple@15.1.3': + resolution: {integrity: sha512-Qv6jaEaycv+7s8wR9l9bdpIeSNFCeVANfGCX1x76SgOmGfZNIa7J3l1HaeF/5ktERMYsw/hm4u3rUn4Ks0YV1g==} + + '@react-native-community/cli-config@15.1.3': + resolution: {integrity: sha512-fJ9MrWp+/SszEVg5Wja8A57Whl5EfjRCHWFNkvFBtfjVUfi2hWvSTW3VBxzJuCHnPIIwpQafwjEgOrIRUI8y6w==} + + '@react-native-community/cli-debugger-ui@15.1.3': + resolution: {integrity: sha512-m+fb9iAUNb9WiDdokCBLh0InJvollcgAM3gLjCT8DGTP6bH/jxtZ3DszzyIRqN9cMamItVrvDM0vkIg48xK7rQ==} + + '@react-native-community/cli-doctor@15.1.3': + resolution: {integrity: sha512-WC9rawobuITAtJjyZ68E1M0geRt+b9A2CGB354L/tQp+XMKobGGVI4Y0DsattK83Wdg59GPyldE8C0Wevfgm/A==} + + '@react-native-community/cli-platform-android@15.1.3': + resolution: {integrity: sha512-ZwrBK0UK4DRHoQm2v5m8+PlNHBK5gmibBU6rqNFLo4aZJ2Rufalbv3SF+DukgSyoI9/kI8UVrzSNj17e+HhN5A==} + + '@react-native-community/cli-platform-apple@15.1.3': + resolution: {integrity: sha512-awotqCGVcTdeRmTlE3wlsZgNxZUDGojUhPYOVMKejgdCzNM2bvzF8fqhETH2sc64Hbw/tQJg8pYeD4MZR0bHxw==} + + '@react-native-community/cli-platform-ios@15.1.3': + resolution: {integrity: sha512-DxM8GYkqjrlGuuGiGjrcvUmKC2xv9zDzHbsc4+S160Nn0zbF2OH1DhMlnIuUeCmQnAO6QFMqU99O120iEzCAug==} + + '@react-native-community/cli-server-api@15.1.3': + resolution: {integrity: sha512-kXZ0evedluLt6flWQiI3JqwnW8rSBspOoQ7JVTQYiG5lDHAeL3Om9PjAyiQBg1EZRMjiWZDV7nDxhR+m+6NX5Q==} + + '@react-native-community/cli-tools@15.1.3': + resolution: {integrity: sha512-2RzoUKR+Y03ijBeeSoCSQihyN6dxy3fbHjraO4MheZZUzt/Yd1VMEDd0R5aa6rtiRDoknbHt45RL2GMa8MSaEA==} + + '@react-native-community/cli-types@15.1.3': + resolution: {integrity: sha512-0ZaM8LMsa7z7swBN+ObL2ysc6aA3AdS698Q6uEukym6RyX1uLbiofUdlvFSMpWSEL3D8f9OTymmL4RkCH8k6dw==} + + '@react-native-community/cli@15.1.3': + resolution: {integrity: sha512-+ih/WYUkJsEV2CMAnOHvVoSIz/Ahg5UJk+sqSIOmY79mWAglQzfLP71o7b0neJCnJWLmWiO6G6/S+kmULefD5g==} + engines: {node: '>=18'} + hasBin: true '@react-native-community/netinfo@11.4.1': resolution: {integrity: sha512-B0BYAkghz3Q2V09BF88RA601XursIEA111tnc2JOaN7axJWmNefmfjZqw/KdSxKZp7CZUuPpjBmz/WCR9uaHYg==} @@ -4658,6 +4693,9 @@ packages: resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} engines: {node: '>=14.16'} + ansi-fragments@0.2.1: + resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==} + ansi-regex@4.1.1: resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} engines: {node: '>=6'} @@ -4803,6 +4841,10 @@ packages: resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} engines: {node: '>=4'} + astral-regex@1.0.0: + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} + astral-regex@2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} @@ -5387,6 +5429,9 @@ packages: colord@2.9.3: resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} + colorette@1.4.0: + resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} + colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} @@ -5424,6 +5469,10 @@ packages: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} + commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} @@ -5503,6 +5552,15 @@ packages: typescript: optional: true + cosmiconfig@9.0.0: + resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + crc-32@1.2.2: resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} engines: {node: '>=0.8'} @@ -6050,6 +6108,11 @@ packages: engines: {node: '>=4'} hasBin: true + envinfo@7.14.0: + resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==} + engines: {node: '>=4'} + hasBin: true + eol@0.9.1: resolution: {integrity: sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==} @@ -6688,6 +6751,10 @@ packages: fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} + fast-xml-parser@4.5.0: + resolution: {integrity: sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==} + hasBin: true + fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} @@ -7355,6 +7422,10 @@ packages: is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} + is-fullwidth-code-point@2.0.0: + resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} + engines: {node: '>=4'} + is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -8040,6 +8111,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + logkitty@0.7.1: + resolution: {integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==} + hasBin: true + loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true @@ -8489,6 +8564,10 @@ packages: node-releases@2.0.18: resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} + node-stream-zip@1.15.0: + resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} + engines: {node: '>=0.12.0'} + normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} @@ -9894,6 +9973,10 @@ packages: resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} engines: {node: '>=14.16'} + slice-ansi@2.1.0: + resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} + engines: {node: '>=6'} + slice-ansi@3.0.0: resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==} engines: {node: '>=8'} @@ -10146,6 +10229,9 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} + strnum@1.0.5: + resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} + structured-headers@0.4.1: resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==} @@ -13824,7 +13910,6 @@ snapshots: '@types/node': 20.17.8 '@types/yargs': 15.0.19 chalk: 4.1.2 - optional: true '@jest/types@29.6.3': dependencies: @@ -14168,22 +14253,94 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))': + '@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))': dependencies: merge-options: 3.0.4 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - '@react-native-community/cli-debugger-ui@13.6.9': + '@react-native-community/cli-clean@15.1.3': + dependencies: + '@react-native-community/cli-tools': 15.1.3 + chalk: 4.1.2 + execa: 5.1.1 + fast-glob: 3.3.2 + + '@react-native-community/cli-config-android@15.1.3': + dependencies: + '@react-native-community/cli-tools': 15.1.3 + chalk: 4.1.2 + fast-glob: 3.3.2 + fast-xml-parser: 4.5.0 + + '@react-native-community/cli-config-apple@15.1.3': + dependencies: + '@react-native-community/cli-tools': 15.1.3 + chalk: 4.1.2 + execa: 5.1.1 + fast-glob: 3.3.2 + + '@react-native-community/cli-config@15.1.3(typescript@5.3.3)': + dependencies: + '@react-native-community/cli-tools': 15.1.3 + chalk: 4.1.2 + cosmiconfig: 9.0.0(typescript@5.3.3) + deepmerge: 4.3.1 + fast-glob: 3.3.2 + joi: 17.11.0 + transitivePeerDependencies: + - typescript + + '@react-native-community/cli-debugger-ui@15.1.3': dependencies: serve-static: 1.16.2 transitivePeerDependencies: - supports-color - optional: true - '@react-native-community/cli-server-api@13.6.9': + '@react-native-community/cli-doctor@15.1.3(typescript@5.3.3)': + dependencies: + '@react-native-community/cli-config': 15.1.3(typescript@5.3.3) + '@react-native-community/cli-platform-android': 15.1.3 + '@react-native-community/cli-platform-apple': 15.1.3 + '@react-native-community/cli-platform-ios': 15.1.3 + '@react-native-community/cli-tools': 15.1.3 + chalk: 4.1.2 + command-exists: 1.2.9 + deepmerge: 4.3.1 + envinfo: 7.14.0 + execa: 5.1.1 + node-stream-zip: 1.15.0 + ora: 5.4.1 + semver: 7.6.3 + strip-ansi: 5.2.0 + wcwidth: 1.0.1 + yaml: 2.3.4 + transitivePeerDependencies: + - typescript + + '@react-native-community/cli-platform-android@15.1.3': + dependencies: + '@react-native-community/cli-config-android': 15.1.3 + '@react-native-community/cli-tools': 15.1.3 + chalk: 4.1.2 + execa: 5.1.1 + logkitty: 0.7.1 + + '@react-native-community/cli-platform-apple@15.1.3': + dependencies: + '@react-native-community/cli-config-apple': 15.1.3 + '@react-native-community/cli-tools': 15.1.3 + chalk: 4.1.2 + execa: 5.1.1 + fast-xml-parser: 4.5.0 + + '@react-native-community/cli-platform-ios@15.1.3': + dependencies: + '@react-native-community/cli-platform-apple': 15.1.3 + + '@react-native-community/cli-server-api@15.1.3': dependencies: - '@react-native-community/cli-debugger-ui': 13.6.9 - '@react-native-community/cli-tools': 13.6.9 + '@react-native-community/cli-debugger-ui': 15.1.3 + '@react-native-community/cli-tools': 15.1.3 compression: 1.7.4 connect: 3.7.0 errorhandler: 1.5.1 @@ -14193,31 +14350,54 @@ snapshots: ws: 8.17.1 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate - optional: true - '@react-native-community/cli-tools@13.6.9': + '@react-native-community/cli-tools@15.1.3': dependencies: appdirsjs: 1.2.7 chalk: 4.1.2 execa: 5.1.1 find-up: 5.0.0 mime: 2.6.0 - node-fetch: 2.7.0 open: 6.4.0 ora: 5.4.1 + prompts: 2.4.2 semver: 7.6.3 shell-quote: 1.8.1 sudo-prompt: 9.2.1 + + '@react-native-community/cli-types@15.1.3': + dependencies: + joi: 17.11.0 + + '@react-native-community/cli@15.1.3(typescript@5.3.3)': + dependencies: + '@react-native-community/cli-clean': 15.1.3 + '@react-native-community/cli-config': 15.1.3(typescript@5.3.3) + '@react-native-community/cli-debugger-ui': 15.1.3 + '@react-native-community/cli-doctor': 15.1.3(typescript@5.3.3) + '@react-native-community/cli-server-api': 15.1.3 + '@react-native-community/cli-tools': 15.1.3 + '@react-native-community/cli-types': 15.1.3 + chalk: 4.1.2 + commander: 9.5.0 + deepmerge: 4.3.1 + execa: 5.1.1 + find-up: 5.0.0 + fs-extra: 8.1.0 + graceful-fs: 4.2.11 + prompts: 2.4.2 + semver: 7.6.3 transitivePeerDependencies: - - encoding - optional: true + - bufferutil + - supports-color + - typescript + - utf-8-validate - '@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))': + '@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))': dependencies: - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) '@react-native/assets-registry@0.76.5': {} @@ -14293,7 +14473,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@react-native/community-cli-plugin@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)': + '@react-native/community-cli-plugin@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)': dependencies: '@react-native/dev-middleware': 0.76.5 '@react-native/metro-babel-transformer': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) @@ -14307,7 +14487,7 @@ snapshots: readline: 1.3.0 semver: 7.6.3 optionalDependencies: - '@react-native-community/cli-server-api': 13.6.9 + '@react-native-community/cli-server-api': 15.1.3 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -14354,12 +14534,12 @@ snapshots: '@react-native/normalize-colors@0.76.5': {} - '@react-native/virtualized-lists@0.76.5(@types/react@18.3.16)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@react-native/virtualized-lists@0.76.5(@types/react@18.3.16)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) optionalDependencies: '@types/react': 18.3.16 @@ -14373,15 +14553,15 @@ snapshots: '@types/react': 18.3.16 optional: true - '@react-navigation/bottom-tabs@6.5.11(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@react-navigation/bottom-tabs@6.5.11(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) color: 4.2.3 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 '@react-navigation/core@6.4.10(react@18.3.1)': @@ -14394,66 +14574,66 @@ snapshots: react-is: 16.13.1 use-latest-callback: 0.1.9(react@18.3.1) - '@react-navigation/elements@1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@react-navigation/elements@1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - '@react-navigation/material-top-tabs@6.6.5(mxu3cbf72fv27hz2stz3k7bjdi)': + '@react-navigation/material-top-tabs@6.6.5(2amz6zuvkquqbj32kvjh7aruti)': dependencies: - '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) color: 4.2.3 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-pager-view: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-tab-view: 3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-pager-view: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-tab-view: 3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 - '@react-navigation/native-stack@6.11.0(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@react-navigation/native-stack@6.11.0(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: - '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 - '@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: '@react-navigation/core': 6.4.10(react@18.3.1) escape-string-regexp: 4.0.0 fast-deep-equal: 3.1.3 nanoid: 3.3.8 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) '@react-navigation/routers@6.1.9': dependencies: nanoid: 3.3.8 - '@react-navigation/stack@6.3.20(wwov26hpun5moywqwqx6tx5iuy)': + '@react-navigation/stack@6.3.20(x7so7ub743jbcd7twyxfljo2fq)': dependencies: - '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/elements': 1.3.21(@react-navigation/native@6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) color: 4.2.3 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-safe-area-context: 4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-screens: 4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) warn-once: 0.1.1 - '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1)': + '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1)': dependencies: immer: 9.0.21 redux: 4.2.1 @@ -14461,7 +14641,7 @@ snapshots: reselect: 4.1.8 optionalDependencies: react: 18.3.1 - react-redux: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-redux: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(react@18.3.1))(react@18.3.1)': dependencies: @@ -14475,15 +14655,15 @@ snapshots: '@remix-run/router@1.14.1': {} - '@reown/walletkit@1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': + '@reown/walletkit@1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))': dependencies: - '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) - '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/sign-client': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -14654,7 +14834,7 @@ snapshots: dependencies: '@sentry/types': 8.40.0 - '@sentry/react-native@6.3.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@sentry/react-native@6.3.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: '@sentry/babel-plugin-component-annotate': 2.20.1 '@sentry/browser': 8.40.0 @@ -14664,9 +14844,9 @@ snapshots: '@sentry/types': 8.40.0 '@sentry/utils': 8.40.0 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) optionalDependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - encoding - supports-color @@ -14686,22 +14866,22 @@ snapshots: '@sentry/core': 8.40.0 '@sentry/types': 8.40.0 - '@shopify/flash-list@1.7.1(@babel/runtime@7.26.0)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@shopify/flash-list@1.7.1(@babel/runtime@7.26.0)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - recyclerlistview: 4.2.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + recyclerlistview: 4.2.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) tslib: 2.6.3 - '@shopify/react-native-skia@1.5.0(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': + '@shopify/react-native-skia@1.5.0(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)': dependencies: canvaskit-wasm: 0.39.1 react: 18.3.1 react-reconciler: 0.27.0(react@18.3.1) optionalDependencies: - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) '@sideway/address@4.1.4': dependencies: @@ -15188,7 +15368,6 @@ snapshots: '@types/yargs@15.0.19': dependencies: '@types/yargs-parser': 21.0.3 - optional: true '@types/yargs@17.0.32': dependencies: @@ -15594,7 +15773,7 @@ snapshots: - supports-color - utf-8-validate - '@walletconnect/core@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': + '@walletconnect/core@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -15607,8 +15786,8 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) - '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/window-getters': 1.0.1 events: 3.3.0 lodash.isequal: 4.5.0 @@ -15714,7 +15893,7 @@ snapshots: idb-keyval: 6.2.1 unstorage: 1.10.1(idb-keyval@6.2.1) optionalDependencies: - '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -15734,17 +15913,17 @@ snapshots: '@walletconnect/safe-json': 1.0.2 pino: 7.11.0 - '@walletconnect/react-native-compat@2.17.2(uzbdzh2d6gwttjp5oym6tlavvi)': + '@walletconnect/react-native-compat@2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(expo-application@6.0.1)(react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))': dependencies: - '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) - '@react-native-community/netinfo': 11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + '@react-native-community/netinfo': 11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) events: 3.3.0 fast-text-encoding: 1.0.6 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-get-random-values: 1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) - react-native-url-polyfill: 2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-get-random-values: 1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + react-native-url-polyfill: 2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) optionalDependencies: - expo-application: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-application: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) '@walletconnect/relay-api@1.0.11': dependencies: @@ -15791,16 +15970,16 @@ snapshots: - supports-color - utf-8-validate - '@walletconnect/sign-client@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': + '@walletconnect/sign-client@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))': dependencies: - '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/core': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) - '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/utils': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -15874,7 +16053,7 @@ snapshots: - '@vercel/kv' - supports-color - '@walletconnect/types@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': + '@walletconnect/types@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 @@ -15951,7 +16130,7 @@ snapshots: - '@vercel/kv' - supports-color - '@walletconnect/utils@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)))': + '@walletconnect/utils@2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))': dependencies: '@ethersproject/hash': 5.7.0 '@ethersproject/transactions': 5.7.0 @@ -15966,7 +16145,7 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))) + '@walletconnect/types': 2.17.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -16231,6 +16410,12 @@ snapshots: ansi-escapes@6.2.1: {} + ansi-fragments@0.2.1: + dependencies: + colorette: 1.4.0 + slice-ansi: 2.1.0 + strip-ansi: 5.2.0 + ansi-regex@4.1.1: {} ansi-regex@5.0.1: {} @@ -16312,8 +16497,7 @@ snapshots: transitivePeerDependencies: - supports-color - appdirsjs@1.2.7: - optional: true + appdirsjs@1.2.7: {} application-config-path@0.1.1: {} @@ -16450,6 +16634,8 @@ snapshots: dependencies: tslib: 2.6.2 + astral-regex@1.0.0: {} + astral-regex@2.0.0: {} async-exit-hook@2.0.1: {} @@ -17085,7 +17271,6 @@ snapshots: cli-cursor@3.1.0: dependencies: restore-cursor: 3.1.0 - optional: true cli-spinners@2.9.2: {} @@ -17158,6 +17343,8 @@ snapshots: colord@2.9.3: {} + colorette@1.4.0: {} + colorette@2.0.20: {} combined-stream@1.0.8: @@ -17180,6 +17367,8 @@ snapshots: commander@7.2.0: {} + commander@9.5.0: {} + commondir@1.0.1: {} compare-version@0.1.2: {} @@ -17277,6 +17466,15 @@ snapshots: optionalDependencies: typescript: 5.5.3 + cosmiconfig@9.0.0(typescript@5.3.3): + dependencies: + env-paths: 2.2.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + optionalDependencies: + typescript: 5.3.3 + crc-32@1.2.2: {} crc32-stream@4.0.3: @@ -17881,6 +18079,8 @@ snapshots: envinfo@7.11.0: {} + envinfo@7.14.0: {} + eol@0.9.1: {} err-code@2.0.3: {} @@ -17897,7 +18097,6 @@ snapshots: dependencies: accepts: 1.3.8 escape-html: 1.0.3 - optional: true es-abstract@1.22.3: dependencies: @@ -18459,162 +18658,162 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - expo-application@6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-application@6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-asset@11.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-asset@11.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@expo/image-utils': 0.6.3 - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) invariant: 2.2.4 md5-file: 3.2.3 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - expo-blur@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-blur@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - expo-build-properties@0.13.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-build-properties@0.13.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: ajv: 8.12.0 - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) semver: 7.6.3 - expo-camera@16.0.9(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-camera@16.0.9(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) invariant: 2.2.4 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) optionalDependencies: react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - expo-checkbox@4.0.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-checkbox@4.0.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) optionalDependencies: react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - expo-clipboard@7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-clipboard@7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - expo-constants@17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + expo-constants@17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: '@expo/config': 10.0.6 '@expo/env': 0.4.0 - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - expo-dev-client@5.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-dev-client@5.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-dev-launcher: 5.0.19(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-dev-menu: 6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-dev-menu-interface: 1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-manifests: 0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-updates-interface: 1.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-dev-launcher: 5.0.19(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-dev-menu: 6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-dev-menu-interface: 1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-manifests: 0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-updates-interface: 1.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) transitivePeerDependencies: - supports-color - expo-dev-launcher@5.0.19(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-dev-launcher@5.0.19(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: ajv: 8.11.0 - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-dev-menu: 6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-manifests: 0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-dev-menu: 6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-manifests: 0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) resolve-from: 5.0.0 transitivePeerDependencies: - supports-color - expo-dev-menu-interface@1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-dev-menu-interface@1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-dev-menu@6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-dev-menu@6.0.14(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-dev-menu-interface: 1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-dev-menu-interface: 1.9.2(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-device@7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-device@7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) ua-parser-js: 0.7.37 - expo-file-system@18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + expo-file-system@18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) web-streams-polyfill: 3.3.3 - expo-font@13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + expo-font@13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) fontfaceobserver: 2.3.0 react: 18.3.1 - expo-haptics@14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-haptics@14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-image@2.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-image@2.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) optionalDependencies: react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) expo-json-utils@0.14.0: {} - expo-keep-awake@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + expo-keep-awake@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - expo-linear-gradient@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-linear-gradient@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - expo-linking@7.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-linking@7.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: - expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) invariant: 2.2.4 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - expo - supports-color - expo-local-authentication@15.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-local-authentication@15.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) invariant: 2.2.4 - expo-localization@16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + expo-localization@16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 rtl-detect: 1.1.2 - expo-manifests@0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-manifests@0.15.4(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: '@expo/config': 10.0.6 - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) expo-json-utils: 0.14.0 transitivePeerDependencies: - supports-color @@ -18634,53 +18833,53 @@ snapshots: dependencies: invariant: 2.2.4 - expo-navigation-bar@4.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-navigation-bar@4.0.6(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@react-native/normalize-colors': 0.76.5 debug: 4.3.7 - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - expo-screen-capture@7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + expo-screen-capture@7.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react: 18.3.1 - expo-secure-store@14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-secure-store@14.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-sensors@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + expo-sensors@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) invariant: 2.2.4 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - expo-splash-screen@0.29.18(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-splash-screen@0.29.18(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: '@expo/prebuild-config': 8.0.23 - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - supports-color - expo-status-bar@2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo-status-bar@2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - expo-updates-interface@1.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + expo-updates-interface@1.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-web-browser@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + expo-web-browser@14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.23.8 '@expo/cli': 0.22.5(graphql@15.8.0) @@ -18690,20 +18889,20 @@ snapshots: '@expo/metro-config': 0.19.7 '@expo/vector-icons': 14.0.4 babel-preset-expo: 12.0.4(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - expo-asset: 11.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) - expo-file-system: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) - expo-font: 13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) - expo-keep-awake: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + expo-asset: 11.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-constants: 17.0.3(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + expo-file-system: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + expo-font: 13.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + expo-keep-awake: 14.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) expo-modules-autolinking: 2.0.4 expo-modules-core: 2.1.1 fbemitter: 3.0.0 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) web-streams-polyfill: 3.3.3 whatwg-url-without-unicode: 8.0.0-3 optionalDependencies: - react-native-webview: 13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-webview: 13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -18775,6 +18974,10 @@ snapshots: dependencies: punycode: 1.4.1 + fast-xml-parser@4.5.0: + dependencies: + strnum: 1.0.5 + fastest-levenshtein@1.0.16: {} fastq@1.16.0: @@ -19500,6 +19703,8 @@ snapshots: dependencies: call-bind: 1.0.5 + is-fullwidth-code-point@2.0.0: {} + is-fullwidth-code-point@3.0.0: {} is-generator-fn@2.1.0: {} @@ -19516,8 +19721,7 @@ snapshots: dependencies: is-docker: 3.0.0 - is-interactive@1.0.0: - optional: true + is-interactive@1.0.0: {} is-map@2.0.2: {} @@ -19580,8 +19784,7 @@ snapshots: dependencies: which-typed-array: 1.1.13 - is-unicode-supported@0.1.0: - optional: true + is-unicode-supported@0.1.0: {} is-weakmap@2.0.1: {} @@ -19596,8 +19799,7 @@ snapshots: is-windows@1.0.2: {} - is-wsl@1.1.0: - optional: true + is-wsl@1.1.0: {} is-wsl@2.2.0: dependencies: @@ -19810,14 +20012,14 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 - jest-expo@52.0.2(@babel/core@7.25.7)(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(webpack@5.95.0): + jest-expo@52.0.2(@babel/core@7.25.7)(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(webpack@5.95.0): dependencies: '@expo/config': 10.0.6 '@expo/json-file': 9.0.0 '@jest/create-cache-key-function': 29.7.0 '@jest/globals': 29.7.0 babel-jest: 29.7.0(@babel/core@7.25.7) - expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo: 52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) fbemitter: 3.0.0 find-up: 5.0.0 jest-environment-jsdom: 29.7.0 @@ -19826,7 +20028,7 @@ snapshots: jest-watch-typeahead: 2.2.1(jest@29.7.0(@types/node@20.17.8)(ts-node@10.9.2(@types/node@20.17.8)(typescript@5.3.3))) json5: 2.2.3 lodash: 4.17.21 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) react-server-dom-webpack: 19.0.0-rc-6230622a1a-20240610(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.95.0) react-test-renderer: 18.3.1(react@18.3.1) server-only: 0.0.1 @@ -20422,16 +20624,21 @@ snapshots: dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 - optional: true + + logkitty@0.7.1: + dependencies: + ansi-fragments: 0.2.1 + dayjs: 1.11.10 + yargs: 15.4.1 loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 - lottie-react-native@7.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + lottie-react-native@7.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) loupe@3.1.1: dependencies: @@ -20455,11 +20662,11 @@ snapshots: dependencies: yallist: 4.0.0 - lucide-react-native@0.456.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + lucide-react-native@0.456.0(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) lucide-react@0.287.0(react@18.3.1): dependencies: @@ -20855,10 +21062,10 @@ snapshots: modify-filename@1.1.0: {} - moti@0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + moti@0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: framer-motion: 6.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - react - react-dom @@ -20906,8 +21113,7 @@ snapshots: lower-case: 2.0.2 tslib: 2.6.2 - nocache@3.0.4: - optional: true + nocache@3.0.4: {} node-abi@3.54.0: dependencies: @@ -20936,6 +21142,8 @@ snapshots: node-releases@2.0.18: {} + node-stream-zip@1.15.0: {} + normalize-package-data@2.5.0: dependencies: hosted-git-info: 2.8.9 @@ -21070,7 +21278,6 @@ snapshots: open@6.4.0: dependencies: is-wsl: 1.1.0 - optional: true open@7.4.2: dependencies: @@ -21119,7 +21326,6 @@ snapshots: log-symbols: 4.1.0 strip-ansi: 6.0.1 wcwidth: 1.0.1 - optional: true os-homedir@1.0.2: {} @@ -21361,14 +21567,14 @@ snapshots: dependencies: fflate: 0.4.8 - posthog-react-native@2.9.2(dueis35q7csgzz3ek2qfavql2q): + posthog-react-native@2.9.2(o7ms6gy7xmxui26djzyjeusww4): optionalDependencies: - '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) - '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - expo-application: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-device: 7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) - expo-file-system: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)) - expo-localization: 16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + '@react-navigation/native': 6.1.9(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + expo-application: 6.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-device: 7.0.1(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)) + expo-file-system: 18.0.5(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + expo-localization: 16.0.0(expo@52.0.18(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(graphql@15.8.0)(react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) prebuild-install@7.1.1: dependencies: @@ -21419,7 +21625,6 @@ snapshots: ansi-regex: 5.0.1 ansi-styles: 4.3.0 react-is: 17.0.2 - optional: true pretty-format@27.5.1: dependencies: @@ -21615,7 +21820,7 @@ snapshots: dependencies: react: 18.3.1 - react-i18next@13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-i18next@13.5.0(i18next@23.7.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.23.6 html-parse-stringify: 3.0.1 @@ -21623,7 +21828,7 @@ snapshots: react: 18.3.1 optionalDependencies: react-dom: 18.3.1(react@18.3.1) - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) react-icons@4.12.0(react@18.3.1): dependencies: @@ -21653,63 +21858,63 @@ snapshots: react-native-aes-crypto@2.1.1(patch_hash=sm7rpv6bikakdvmsl6ekayqewu): {} - react-native-background-actions@3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + react-native-background-actions@3.0.1(patch_hash=bczt4hbkdy2a6n4hvzyilx3qg4)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: eventemitter3: 4.0.7 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-background-timer@2.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + react-native-background-timer@2.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@egjs/hammerjs': 2.0.17 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 prop-types: 15.8.1 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: fast-base64-decode: 1.0.0 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-localize@3.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-localize@3.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-modalize@2.1.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-modalize@2.1.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-portalize@1.0.7(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-portalize@1.0.7(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-progress@5.0.1(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): + react-native-progress@5.0.1(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)): dependencies: prop-types: 15.8.1 - react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-reanimated-carousel@3.5.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-reanimated-carousel@3.5.1(react-native-gesture-handler@2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-gesture-handler: 2.20.2(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-reanimated: 3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-reanimated@3.16.5(@babel/core@7.25.7)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: '@babel/core': 7.25.7 '@babel/plugin-transform-arrow-functions': 7.25.7(@babel/core@7.25.7) @@ -21724,54 +21929,54 @@ snapshots: convert-source-map: 2.0.0 invariant: 2.2.4 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) transitivePeerDependencies: - supports-color - react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-safe-area-context@4.12.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-screens@4.1.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 react-freeze: 1.0.3(react@18.3.1) - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) warn-once: 0.1.1 - react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: css-select: 5.1.0 css-tree: 1.1.3 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) warn-once: 0.1.1 - react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: css-select: 5.1.0 css-tree: 1.1.3 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) warn-once: 0.1.1 optional: true - react-native-tab-view@3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-tab-view@3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) - react-native-pager-view: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) + react-native-pager-view: 6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) use-latest-callback: 0.1.9(react@18.3.1) - react-native-toast-message@2.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-toast-message@2.2.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native-url-polyfill@2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1)): + react-native-url-polyfill@2.0.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)): dependencies: - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) whatwg-url-without-unicode: 8.0.0-3 react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1): @@ -21789,23 +21994,23 @@ snapshots: transitivePeerDependencies: - encoding - react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + react-native-webview@13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: escape-string-regexp: 4.0.0 invariant: 2.2.4 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1): + react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1): dependencies: '@jest/create-cache-key-function': 29.7.0 '@react-native/assets-registry': 0.76.5 '@react-native/codegen': 0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - '@react-native/community-cli-plugin': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9) + '@react-native/community-cli-plugin': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3) '@react-native/gradle-plugin': 0.76.5 '@react-native/js-polyfills': 0.76.5 '@react-native/normalize-colors': 0.76.5 - '@react-native/virtualized-lists': 0.76.5(@types/react@18.3.16)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + '@react-native/virtualized-lists': 0.76.5(@types/react@18.3.16)(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -21853,7 +22058,7 @@ snapshots: '@jest/create-cache-key-function': 29.7.0 '@react-native/assets-registry': 0.76.5 '@react-native/codegen': 0.76.5(@babel/preset-env@7.23.8(@babel/core@7.25.7)) - '@react-native/community-cli-plugin': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9) + '@react-native/community-cli-plugin': 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3) '@react-native/gradle-plugin': 0.76.5 '@react-native/js-polyfills': 0.76.5 '@react-native/normalize-colors': 0.76.5 @@ -21915,21 +22120,21 @@ snapshots: react: 18.3.1 react-fast-compare: 3.2.2 - react-qr-code@2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + react-qr-code@2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: prop-types: 15.8.1 qr.js: 0.0.0 react: 18.3.1 optionalDependencies: - react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - react-qr-code@2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + react-qr-code@2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: prop-types: 15.8.1 qr.js: 0.0.0 react: 18.3.1 optionalDependencies: - react-native-svg: 15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) + react-native-svg: 15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-reconciler@0.27.0(react@18.3.1): dependencies: @@ -21937,7 +22142,7 @@ snapshots: react: 18.3.1 scheduler: 0.21.0 - react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1): + react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1): dependencies: '@babel/runtime': 7.23.8 '@types/hoist-non-react-statics': 3.3.5 @@ -21950,7 +22155,7 @@ snapshots: '@types/react': 18.3.16 '@types/react-dom': 18.2.18 react-dom: 18.3.1(react@18.3.1) - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) redux: 4.2.1 react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1): @@ -22099,12 +22304,12 @@ snapshots: dependencies: resolve: 1.22.8 - recyclerlistview@4.2.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): + recyclerlistview@4.2.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: lodash.debounce: 4.0.8 prop-types: 15.8.1 react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@13.6.9)(@types/react@18.3.16)(react@18.3.1) + react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) ts-object-utils: 0.0.5 redent@3.0.0: @@ -22263,7 +22468,6 @@ snapshots: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - optional: true retry@0.12.0: {} @@ -22569,6 +22773,12 @@ snapshots: slash@5.1.0: {} + slice-ansi@2.1.0: + dependencies: + ansi-styles: 3.2.1 + astral-regex: 1.0.0 + is-fullwidth-code-point: 2.0.0 + slice-ansi@3.0.0: dependencies: ansi-styles: 4.3.0 @@ -22828,6 +23038,8 @@ snapshots: strip-json-comments@3.1.1: {} + strnum@1.0.5: {} + structured-headers@0.4.1: {} style-value-types@5.0.0: @@ -22871,8 +23083,7 @@ snapshots: sudo-prompt@9.1.1: {} - sudo-prompt@9.2.1: - optional: true + sudo-prompt@9.2.1: {} sumchecker@3.0.1: dependencies: From 0919a73e0e91889dd3240ff646ab2c879e55995a Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Thu, 12 Dec 2024 15:04:53 +0100 Subject: [PATCH 3/4] Upgrade QR code package --- apps/desktop-wallet/package.json | 2 +- apps/mobile-wallet/package.json | 2 +- pnpm-lock.yaml | 45 ++++++-------------------------- 3 files changed, 10 insertions(+), 39 deletions(-) diff --git a/apps/desktop-wallet/package.json b/apps/desktop-wallet/package.json index 6b38d8b07..576c10e51 100644 --- a/apps/desktop-wallet/package.json +++ b/apps/desktop-wallet/package.json @@ -137,7 +137,7 @@ "react-idle-timer": "^5.7.2", "react-is": "^18.3.1", "react-player": "^2.16.0", - "react-qr-code": "^2.0.7", + "react-qr-code": "^2.0.15", "react-redux": "^8.0.5", "react-router-dom": "^6.3.0", "react-scrollbars-custom": "^4.1.1", diff --git a/apps/mobile-wallet/package.json b/apps/mobile-wallet/package.json index e1a76e085..f7783796d 100644 --- a/apps/mobile-wallet/package.json +++ b/apps/mobile-wallet/package.json @@ -108,7 +108,7 @@ "react-native-toast-message": "^2.1.8", "react-native-web": "~0.19.13", "react-native-webview": "^13.12.0", - "react-qr-code": "^2.0.7", + "react-qr-code": "^2.0.15", "react-redux": "^8.0.5", "styled-components": "^6.1.8", "stylis": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b614fc479..95e1a26ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -335,8 +335,8 @@ importers: specifier: ^2.16.0 version: 2.16.0(react@18.3.1) react-qr-code: - specifier: ^2.0.7 - version: 2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + specifier: ^2.0.15 + version: 2.0.15(react@18.3.1) react-redux: specifier: ^8.0.5 version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) @@ -849,8 +849,8 @@ importers: specifier: ^13.12.0 version: 13.12.5(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-qr-code: - specifier: ^2.0.7 - version: 2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1) + specifier: ^2.0.15 + version: 2.0.15(react@18.3.1) react-redux: specifier: ^8.0.5 version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)(redux@4.2.1) @@ -9368,12 +9368,6 @@ packages: react: '*' react-native: '*' - react-native-svg@15.9.0: - resolution: {integrity: sha512-pwo7hteAM0P8jNpPGQtiSd0SnbBhE8tNd94LT8AcZcbnH5AJdXBIcXU4+tWYYeGUjiNAH2E5d0T5XIfnvaz1gA==} - peerDependencies: - react: '*' - react-native: '*' - react-native-tab-view@3.5.2: resolution: {integrity: sha512-nE5WqjbeEPsWQx4mtz81QGVvgHRhujTNIIZiMCx3Bj6CBFDafbk7XZp9ocmtzXUQaZ4bhtVS43R4FIiR4LboJw==} peerDependencies: @@ -9426,14 +9420,10 @@ packages: peerDependencies: react: '>=16.6.0' - react-qr-code@2.0.12: - resolution: {integrity: sha512-k+pzP5CKLEGBRwZsDPp98/CAJeXlsYRHM2iZn1Sd5Th/HnKhIZCSg27PXO58zk8z02RaEryg+60xa4vyywMJwg==} + react-qr-code@2.0.15: + resolution: {integrity: sha512-MkZcjEXqVKqXEIMVE0mbcGgDpkfSdd8zhuzXEl9QzYeNcw8Hq2oVIzDLWuZN2PQBwM5PWjc2S31K8Q1UbcFMfw==} peerDependencies: - react: ^16.x || ^17.x || ^18.x - react-native-svg: '*' - peerDependenciesMeta: - react-native-svg: - optional: true + react: '*' react-reconciler@0.27.0: resolution: {integrity: sha512-HmMDKciQjYmBRGuuhIaKA1ba/7a+UsM5FzOZsMO2JYHt9Jh8reCb7j1eDC95NOyUlKM9KRyvdx0flBuDvYSBoA==} @@ -21953,15 +21943,6 @@ snapshots: react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) warn-once: 0.1.1 - react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): - dependencies: - css-select: 5.1.0 - css-tree: 1.1.3 - react: 18.3.1 - react-native: 0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1) - warn-once: 0.1.1 - optional: true - react-native-tab-view@3.5.2(react-native-pager-view@6.5.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 @@ -22120,21 +22101,11 @@ snapshots: react: 18.3.1 react-fast-compare: 3.2.2 - react-qr-code@2.0.12(react-native-svg@15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): - dependencies: - prop-types: 15.8.1 - qr.js: 0.0.0 - react: 18.3.1 - optionalDependencies: - react-native-svg: 15.8.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) - - react-qr-code@2.0.12(react-native-svg@15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1))(react@18.3.1): + react-qr-code@2.0.15(react@18.3.1): dependencies: prop-types: 15.8.1 qr.js: 0.0.0 react: 18.3.1 - optionalDependencies: - react-native-svg: 15.9.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))(react@18.3.1) react-reconciler@0.27.0(react@18.3.1): dependencies: From 7edc8c0dbc95c64db2ebfeefab34f3902dabcd5e Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Thu, 12 Dec 2024 15:06:39 +0100 Subject: [PATCH 4/4] Remove deprecated packages - text-encoding - @json-rpc-tools/utils --- apps/desktop-wallet/package.json | 1 - apps/mobile-wallet/package.json | 2 -- apps/mobile-wallet/shim.ts | 2 -- pnpm-lock.yaml | 43 +++----------------------------- 4 files changed, 3 insertions(+), 45 deletions(-) diff --git a/apps/desktop-wallet/package.json b/apps/desktop-wallet/package.json index 576c10e51..9db6730d9 100644 --- a/apps/desktop-wallet/package.json +++ b/apps/desktop-wallet/package.json @@ -67,7 +67,6 @@ "@alephium/web3": "1.5.1", "@alephium/web3-wallet": "1.5.1", "@electron/notarize": "^1.2.3", - "@json-rpc-tools/utils": "^1.7.6", "@ledgerhq/devices": "^8.4.4", "@ledgerhq/hw-transport-webhid": "^6.29.4", "@ledgerhq/hw-transport-webusb": "^6.29.4", diff --git a/apps/mobile-wallet/package.json b/apps/mobile-wallet/package.json index f7783796d..4664ef955 100644 --- a/apps/mobile-wallet/package.json +++ b/apps/mobile-wallet/package.json @@ -27,7 +27,6 @@ "@alephium/walletconnect-provider": "1.5.1", "@alephium/web3": "1.5.1", "@expo/vector-icons": "^14.0.4", - "@json-rpc-tools/utils": "^1.7.6", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/cli": "^15.1.3", "@react-native-community/netinfo": "^11.4.1", @@ -112,7 +111,6 @@ "react-redux": "^8.0.5", "styled-components": "^6.1.8", "stylis": "^4.0.0", - "text-encoding": "^0.7.0", "victory-native": "^36.6.10", "web3-validator": "^2.0.6" }, diff --git a/apps/mobile-wallet/shim.ts b/apps/mobile-wallet/shim.ts index e3ee4f0ec..352feb46c 100644 --- a/apps/mobile-wallet/shim.ts +++ b/apps/mobile-wallet/shim.ts @@ -17,5 +17,3 @@ along with the library. If not, see . */ require('react-native-get-random-values') if (typeof BigInt === 'undefined') global.BigInt = require('big-integer') -if (typeof TextEncoder === 'undefined') global.TextEncoder = require('text-encoding').TextEncoder -if (typeof TextDecoder === 'undefined') global.TextDecoder = require('text-encoding').TextDecoder diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 95e1a26ef..ee5bdde8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,9 +124,6 @@ importers: '@electron/notarize': specifier: ^1.2.3 version: 1.2.4 - '@json-rpc-tools/utils': - specifier: ^1.7.6 - version: 1.7.6 '@ledgerhq/devices': specifier: ^8.4.4 version: 8.4.4 @@ -198,7 +195,7 @@ importers: version: 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/react-native-compat': specifier: 2.17.2 - version: 2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(expo-application@6.0.1)(react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + version: 2.17.2(xqq4c4y4ri7up6ijsm7iaiejbu) '@walletconnect/sign-client': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -605,9 +602,6 @@ importers: '@expo/vector-icons': specifier: ^14.0.4 version: 14.0.4 - '@json-rpc-tools/utils': - specifier: ^1.7.6 - version: 1.7.6 '@react-native-async-storage/async-storage': specifier: 1.23.1 version: 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) @@ -664,7 +658,7 @@ importers: version: 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/react-native-compat': specifier: 2.17.2 - version: 2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(expo-application@6.0.1)(react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) + version: 2.17.2(xqq4c4y4ri7up6ijsm7iaiejbu) '@walletconnect/sign-client': specifier: 2.17.2 version: 2.17.2(@react-native-async-storage/async-storage@1.23.1) @@ -860,9 +854,6 @@ importers: stylis: specifier: ^4.0.0 version: 4.3.1 - text-encoding: - specifier: ^0.7.0 - version: 0.7.0 victory-native: specifier: ^36.6.10 version: 36.7.0(react@18.3.1) @@ -3128,14 +3119,6 @@ packages: '@jridgewell/trace-mapping@0.3.9': resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} - '@json-rpc-tools/types@1.7.6': - resolution: {integrity: sha512-nDSqmyRNEqEK9TZHtM15uNnDljczhCUdBmRhpNZ95bIPKEDQ+nTDmGMFd2lLin3upc5h2VVVd9tkTDdbXUhDIQ==} - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - - '@json-rpc-tools/utils@1.7.6': - resolution: {integrity: sha512-HjA8x/U/Q78HRRe19yh8HVKoZ+Iaoo3YZjakJYxR+rw52NHo6jM+VE9b8+7ygkCFXl/EHID5wh/MkXaE/jGyYw==} - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - '@ledgerhq/devices@8.4.4': resolution: {integrity: sha512-sz/ryhe/R687RHtevIE9RlKaV8kkKykUV4k29e7GAVwzHX1gqG+O75cu1NCJUHLbp3eABV5FdvZejqRUlLis9A==} @@ -3335,9 +3318,6 @@ packages: resolution: {integrity: sha512-pW7QaFiL11O0BphO+bq3MgqeX/INAk9jgBldVDYjlQPO4VddoZnF22TcF9onMhnLVHuNqBJeRf+Fj7eezi/+rQ==} engines: {node: '>= 10.0.0'} - '@pedrouid/environment@1.0.1': - resolution: {integrity: sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==} - '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} @@ -10400,10 +10380,6 @@ packages: resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==} engines: {node: '>=18'} - text-encoding@0.7.0: - resolution: {integrity: sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==} - deprecated: no longer maintained - text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} @@ -13950,15 +13926,6 @@ snapshots: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.5.0 - '@json-rpc-tools/types@1.7.6': - dependencies: - keyvaluestorage-interface: 1.0.0 - - '@json-rpc-tools/utils@1.7.6': - dependencies: - '@json-rpc-tools/types': 1.7.6 - '@pedrouid/environment': 1.0.1 - '@ledgerhq/devices@8.4.4': dependencies: '@ledgerhq/errors': 6.19.1 @@ -14217,8 +14184,6 @@ snapshots: '@parcel/watcher-win32-ia32': 2.3.0 '@parcel/watcher-win32-x64': 2.3.0 - '@pedrouid/environment@1.0.1': {} - '@pkgjs/parseargs@0.11.0': optional: true @@ -15903,7 +15868,7 @@ snapshots: '@walletconnect/safe-json': 1.0.2 pino: 7.11.0 - '@walletconnect/react-native-compat@2.17.2(@react-native-async-storage/async-storage@1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(@react-native-community/netinfo@11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(expo-application@6.0.1)(react-native-get-random-values@1.11.0(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)))(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1))': + '@walletconnect/react-native-compat@2.17.2(xqq4c4y4ri7up6ijsm7iaiejbu)': dependencies: '@react-native-async-storage/async-storage': 1.23.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) '@react-native-community/netinfo': 11.4.1(react-native@0.76.5(@babel/core@7.25.7)(@babel/preset-env@7.23.8(@babel/core@7.25.7))(@react-native-community/cli-server-api@15.1.3)(@types/react@18.3.16)(react@18.3.1)) @@ -23221,8 +23186,6 @@ snapshots: glob: 10.4.2 minimatch: 9.0.5 - text-encoding@0.7.0: {} - text-table@0.2.0: {} thenify-all@1.6.0: