diff --git a/.gitignore b/.gitignore index bd14b96fc..e846469a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ mongodb-data *.env .env.local +.env.production +.env.old node_modules # yarn.lock # dist diff --git a/apps/expo/app.json b/apps/expo/app.json index 9e36c4a64..eebb733a3 100644 --- a/apps/expo/app.json +++ b/apps/expo/app.json @@ -55,7 +55,9 @@ "deploymentTarget": "13.4" } } - ] + ], + "expo-font", + "expo-secure-store" ], "extra": { "eas": { diff --git a/apps/expo/package.json b/apps/expo/package.json index 1f911c073..c64390b3b 100644 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -35,16 +35,16 @@ "dependencies": { "@babel/runtime": "^7.21.0", "@expo/match-media": "^0.4.0", - "@expo/metro-runtime": "~3.1.3", + "@expo/metro-runtime": "~3.2.1", "@expo/vector-icons": "^14.0.0", "@expo/webpack-config": "^19.0.0", "@fortawesome/fontawesome-svg-core": "^6.3.0", "@fortawesome/free-solid-svg-icons": "^6.3.0", "@fortawesome/react-fontawesome": "^0.2.0", "@hookform/resolvers": "^3.3.4", - "@react-native-async-storage/async-storage": "1.21.0", + "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/geolocation": "^3.0.6", - "@react-native-community/netinfo": "11.1.0", + "@react-native-community/netinfo": "11.3.1", "@react-native-google-signin/google-signin": "^9.0.2", "@react-native-menu/menu": "^0.9.1", "@react-navigation/bottom-tabs": "^6.5.11", @@ -83,32 +83,32 @@ "dotenv": "^16.0.3", "env": "^0.0.2", "eslint-plugin-react-native": "^4.0.0", - "expo": "^50.0.14", - "expo-application": "~5.8.3", - "expo-auth-session": "~5.4.0", - "expo-blur": "~12.9.2", - "expo-build-properties": "~0.11.1", - "expo-checkbox": "~2.7.0", - "expo-clipboard": "~5.0.1", - "expo-constants": "~15.4.5", - "expo-crypto": "~12.8.1", - "expo-dev-client": "~3.3.11", - "expo-document-picker": "~11.10.1", - "expo-file-system": "~16.0.8", - "expo-font": "~11.10.3", - "expo-haptics": "~12.8.1", - "expo-image-picker": "^14.7.1", - "expo-linear-gradient": "~12.7.2", - "expo-linking": "~6.2.2", - "expo-location": "~16.5.5", - "expo-random": "~13.6.0", - "expo-router": "~3.4.10", - "expo-secure-store": "~12.8.1", - "expo-splash-screen": "~0.26.4", + "expo": "^51.0.5", + "expo-application": "~5.9.1", + "expo-auth-session": "~5.5.2", + "expo-blur": "~13.0.2", + "expo-build-properties": "~0.12.1", + "expo-checkbox": "~3.0.0", + "expo-clipboard": "~6.0.3", + "expo-constants": "~16.0.1", + "expo-crypto": "~13.0.2", + "expo-dev-client": "~4.0.13", + "expo-document-picker": "~12.0.1", + "expo-file-system": "~17.0.1", + "expo-font": "~12.0.5", + "expo-haptics": "~13.0.1", + "expo-image-picker": "~15.0.4", + "expo-linear-gradient": "~13.0.2", + "expo-linking": "~6.3.1", + "expo-location": "~17.0.1", + "expo-random": "~14.0.1", + "expo-router": "~3.5.12", + "expo-secure-store": "~13.0.1", + "expo-splash-screen": "~0.27.4", "expo-standard-web-crypto": "^1.7.0", - "expo-status-bar": "~1.11.1", - "expo-system-ui": "~2.9.3", - "expo-web-browser": "~12.8.2", + "expo-status-bar": "~1.12.1", + "expo-system-ui": "~3.0.4", + "expo-web-browser": "~13.0.3", "file-saver": "^2.0.5", "firebase": "^9.19.1", "fuse.js": "^6.6.2", @@ -120,26 +120,26 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.50.1", - "react-native": "0.73.6", + "react-native": "0.74.1", "react-native-dotenv": "^3.4.8", "react-native-elements": "^3.4.3", "react-native-flash-message": "^0.4.2", - "react-native-gesture-handler": "~2.14.0", + "react-native-gesture-handler": "~2.16.1", "react-native-google-places-autocomplete": "^2.5.1", "react-native-ios-context-menu": "^2.4.1", "react-native-ios-utilities": "^4.3.0", "react-native-paper": "^5.10.6", "react-native-paper-dates": "^0.18.12", - "react-native-reanimated": "~3.6.2", - "react-native-safe-area-context": "4.8.2", - "react-native-screens": "~3.29.0", + "react-native-reanimated": "~3.10.1", + "react-native-safe-area-context": "4.10.1", + "react-native-screens": "3.31.1", "react-native-select-dropdown": "^3.3.4", - "react-native-svg": "14.1.0", + "react-native-svg": "15.2.0", "react-native-table-component": "https://github.com/slice312/react-native-table-component.git", "react-native-url-polyfill": "^2.0.0", "react-native-vector-icons": "^10.0.3", "react-native-web": "^0.19.10", - "react-native-webview": "13.6.4", + "react-native-webview": "13.8.6", "react-redux": "^9.0.4", "react-responsive": "^9.0.2", "redux-persist": "^6.0.0", @@ -164,7 +164,7 @@ "@types/react-test-renderer": "^18.0.0", "@types/server": "^1.0.5", "@typescript-eslint/eslint-plugin": "^6.21.0", - "babel-preset-expo": "^10.0.1", + "babel-preset-expo": "~11.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard-with-typescript": "^38.0.0", diff --git a/apps/next/package.json b/apps/next/package.json index e6d63c31a..8428eed7a 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -26,7 +26,7 @@ "@tamagui/next-plugin": "1.96.0", "@tamagui/next-theme": "1.96.0", "app": "*", - "babel-preset-expo": "^10.0.1", + "babel-preset-expo": "~11.0.0", "babel-preset-react-native": "^4.0.1", "metro-react-native-babel-preset": "^0.77.0", "metro-react-native-babel-transformer": "^0.77.0", diff --git a/apps/tauri/package.json b/apps/tauri/package.json index f157ae340..03e28a3fc 100644 --- a/apps/tauri/package.json +++ b/apps/tauri/package.json @@ -29,7 +29,7 @@ "esbuild-plugin-flow": "^0.3.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.73.6", + "react-native": "0.74.1", "react-native-web": "^0.19.10" }, "devDependencies": { diff --git a/apps/vite/package.json b/apps/vite/package.json index 8901afb62..61808d766 100644 --- a/apps/vite/package.json +++ b/apps/vite/package.json @@ -25,7 +25,7 @@ "esbuild-plugin-flow": "^0.3.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.73.6", + "react-native": "0.74.1", "react-native-web": "^0.19.10" }, "devDependencies": { diff --git a/apps/vite/src/routeTree.gen.ts b/apps/vite/src/routeTree.gen.ts index ef5c834bf..f22c6e0c2 100644 --- a/apps/vite/src/routeTree.gen.ts +++ b/apps/vite/src/routeTree.gen.ts @@ -162,86 +162,149 @@ const ProfileSettingsIndexLazyRoute = ProfileSettingsIndexLazyImport.update({ declare module '@tanstack/react-router' { interface FileRoutesByPath { '/': { + id: '/' + path: '/' + fullPath: '/' preLoaderRoute: typeof IndexImport parentRoute: typeof rootRoute } '/destination/query': { + id: '/destination/query' + path: '/destination/query' + fullPath: '/destination/query' preLoaderRoute: typeof DestinationQueryLazyImport parentRoute: typeof rootRoute } '/pack/$id': { + id: '/pack/$id' + path: '/pack/$id' + fullPath: '/pack/$id' preLoaderRoute: typeof PackIdLazyImport parentRoute: typeof rootRoute } '/pack/create': { + id: '/pack/create' + path: '/pack/create' + fullPath: '/pack/create' preLoaderRoute: typeof PackCreateLazyImport parentRoute: typeof rootRoute } '/profile/$id': { + id: '/profile/$id' + path: '/profile/$id' + fullPath: '/profile/$id' preLoaderRoute: typeof ProfileIdLazyImport parentRoute: typeof rootRoute } '/trip/$tripId': { + id: '/trip/$tripId' + path: '/trip/$tripId' + fullPath: '/trip/$tripId' preLoaderRoute: typeof TripTripIdLazyImport parentRoute: typeof rootRoute } '/trip/create': { + id: '/trip/create' + path: '/trip/create' + fullPath: '/trip/create' preLoaderRoute: typeof TripCreateLazyImport parentRoute: typeof rootRoute } '/about/': { + id: '/about/' + path: '/about/' + fullPath: '/about/' preLoaderRoute: typeof AboutIndexLazyImport parentRoute: typeof rootRoute } '/appearance/': { + id: '/appearance/' + path: '/appearance/' + fullPath: '/appearance/' preLoaderRoute: typeof AppearanceIndexLazyImport parentRoute: typeof rootRoute } '/dashboard/': { + id: '/dashboard/' + path: '/dashboard/' + fullPath: '/dashboard/' preLoaderRoute: typeof DashboardIndexLazyImport parentRoute: typeof rootRoute } '/feed/': { + id: '/feed/' + path: '/feed/' + fullPath: '/feed/' preLoaderRoute: typeof FeedIndexLazyImport parentRoute: typeof rootRoute } '/items/': { + id: '/items/' + path: '/items/' + fullPath: '/items/' preLoaderRoute: typeof ItemsIndexLazyImport parentRoute: typeof rootRoute } '/map/': { + id: '/map/' + path: '/map/' + fullPath: '/map/' preLoaderRoute: typeof MapIndexLazyImport parentRoute: typeof rootRoute } '/maps/': { + id: '/maps/' + path: '/maps/' + fullPath: '/maps/' preLoaderRoute: typeof MapsIndexLazyImport parentRoute: typeof rootRoute } '/packs/': { + id: '/packs/' + path: '/packs/' + fullPath: '/packs/' preLoaderRoute: typeof PacksIndexLazyImport parentRoute: typeof rootRoute } '/password-reset/': { + id: '/password-reset/' + path: '/password-reset/' + fullPath: '/password-reset/' preLoaderRoute: typeof PasswordResetIndexLazyImport parentRoute: typeof rootRoute } '/profile/': { + id: '/profile/' + path: '/profile/' + fullPath: '/profile/' preLoaderRoute: typeof ProfileIndexLazyImport parentRoute: typeof rootRoute } '/register/': { + id: '/register/' + path: '/register/' + fullPath: '/register/' preLoaderRoute: typeof RegisterIndexLazyImport parentRoute: typeof rootRoute } '/sign-in/': { + id: '/sign-in/' + path: '/sign-in/' + fullPath: '/sign-in/' preLoaderRoute: typeof SignInIndexLazyImport parentRoute: typeof rootRoute } '/trips/': { + id: '/trips/' + path: '/trips/' + fullPath: '/trips/' preLoaderRoute: typeof TripsIndexLazyImport parentRoute: typeof rootRoute } '/profile/settings/': { + id: '/profile/settings/' + path: '/profile/settings/' + fullPath: '/profile/settings/' preLoaderRoute: typeof ProfileSettingsIndexLazyImport parentRoute: typeof rootRoute } @@ -250,7 +313,7 @@ declare module '@tanstack/react-router' { // Create and export the route tree -export const routeTree = rootRoute.addChildren([ +export const routeTree = rootRoute.addChildren({ IndexRoute, DestinationQueryLazyRoute, PackIdLazyRoute, @@ -272,6 +335,6 @@ export const routeTree = rootRoute.addChildren([ SignInIndexLazyRoute, TripsIndexLazyRoute, ProfileSettingsIndexLazyRoute, -]) +}) /* prettier-ignore-end */ diff --git a/packages/app/context/FontLoader.tsx b/packages/app/context/FontLoader.tsx index 49e99d36e..cb10c5f18 100644 --- a/packages/app/context/FontLoader.tsx +++ b/packages/app/context/FontLoader.tsx @@ -1,7 +1,7 @@ import { useEffect } from 'react'; import { useFonts } from 'expo-font'; // import { SplashScreen } from 'expo-router'; -import { APP } from '@env'; +import { APP } from '@packrat/config'; // Expo vector icons import { diff --git a/packages/app/package.json b/packages/app/package.json index c6d993560..2ad1f2889 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -34,9 +34,9 @@ "@packrat/crosspath": "*", "@packrat/ui": "*", "@packrat/validations": "*", - "@react-native-async-storage/async-storage": "1.21.0", + "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/geolocation": "^3.0.6", - "@react-native-community/netinfo": "11.1.0", + "@react-native-community/netinfo": "11.3.1", "@react-native-google-signin/google-signin": "^9.0.2", "@react-navigation/drawer": "^6.6.6", "@react-navigation/native": "^6.1.6", @@ -73,26 +73,26 @@ "date-fns": "^2.29.3", "dotenv": "^16.0.3", "eslint-plugin-react-native": "^4.0.0", - "expo": "^50.0.14", - "expo-application": "~5.8.3", - "expo-auth-session": "~5.4.0", - "expo-checkbox": "~2.7.0", - "expo-constants": "~15.4.5", - "expo-crypto": "~12.8.1", - "expo-document-picker": "~11.10.1", - "expo-file-system": "~16.0.8", - "expo-font": "~11.10.3", - "expo-image-picker": "^14.7.1", - "expo-linking": "~6.2.2", - "expo-location": "~16.5.5", - "expo-random": "~13.6.0", - "expo-router": "~3.4.10", - "expo-secure-store": "~12.8.1", - "expo-splash-screen": "~0.26.4", + "expo": "^51.0.5", + "expo-application": "~5.9.1", + "expo-auth-session": "~5.5.2", + "expo-checkbox": "~3.0.0", + "expo-constants": "~16.0.1", + "expo-crypto": "~13.0.2", + "expo-document-picker": "~12.0.1", + "expo-file-system": "~17.0.1", + "expo-font": "~12.0.5", + "expo-image-picker": "~15.0.4", + "expo-linking": "~6.3.1", + "expo-location": "~17.0.1", + "expo-random": "~14.0.1", + "expo-router": "~3.5.12", + "expo-secure-store": "~13.0.1", + "expo-splash-screen": "~0.27.4", "expo-standard-web-crypto": "^1.7.0", - "expo-status-bar": "~1.11.1", - "expo-system-ui": "~2.9.3", - "expo-web-browser": "~12.8.2", + "expo-status-bar": "~1.12.1", + "expo-system-ui": "~3.0.4", + "expo-web-browser": "~13.0.3", "file-saver": "^2.0.5", "firebase": "^9.19.1", "fuse.js": "^6.6.2", @@ -107,23 +107,23 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.50.1", - "react-native": "0.73.6", + "react-native": "0.74.1", "react-native-dotenv": "^3.4.8", "react-native-elements": "^3.4.3", "react-native-flash-message": "^0.4.2", - "react-native-gesture-handler": "~2.14.0", + "react-native-gesture-handler": "~2.16.1", "react-native-google-places-autocomplete": "^2.5.1", "react-native-paper": "^5.10.6", "react-native-paper-dates": "^0.18.12", - "react-native-reanimated": "~3.6.2", - "react-native-safe-area-context": "4.8.2", - "react-native-screens": "~3.29.0", + "react-native-reanimated": "~3.10.1", + "react-native-safe-area-context": "4.10.1", + "react-native-screens": "3.31.1", "react-native-select-dropdown": "^3.3.4", - "react-native-svg": "14.1.0", + "react-native-svg": "15.2.0", "react-native-table-component": "https://github.com/slice312/react-native-table-component.git", "react-native-vector-icons": "^10.0.3", "react-native-web": "^0.19.10", - "react-native-webview": "13.6.4", + "react-native-webview": "13.8.6", "react-redux": "^9.0.4", "react-responsive": "^9.0.2", "redux-persist": "^6.0.0", diff --git a/packages/config/package.json b/packages/config/package.json index c9b0c50c0..d802a3a02 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -4,6 +4,6 @@ "private": true, "main": "src/index.js", "dependencies": { - "react-native": "0.73.6" + "react-native": "0.74.1" } } diff --git a/packages/config/src/index.js b/packages/config/src/index.js index 4c3e1ad1d..2f6119d51 100644 --- a/packages/config/src/index.js +++ b/packages/config/src/index.js @@ -2,71 +2,42 @@ import { Platform } from 'react-native'; import { viteSource } from './sources/vite'; /** - * @typedef {Object} EnvSource - * @property {string} prefix - The prefix used for environment variables in this source. - * @property {Object} source - The environment object (e.g., process.env or import.meta.env). + * Retrieves environment variables based on the platform and variable names. + * Ensures compatibility with Expo's static analysis for environment variables. */ -/** - * Array of environment sources with their prefixes and corresponding environment objects. - * @type {EnvSource[]} - */ -const envSources = [ - { - prefix: 'NEXT_PUBLIC_', - source: process.env, - }, - { - prefix: 'EXPO_PUBLIC_', - source: process.env, - }, - // Hacky way to prevent expo from crashing when running build due to import.meta.env not being supported - Platform.OS === 'web' ? viteSource : null, -]; - -/** - * Array of base names for the environment variables to retrieve. - * @type {string[]} - */ -const envMappings = [ - 'API_URL', - 'GOOGLE_ID', - 'IOS_CLIENT_ID', - 'ANDROID_CLIENT_ID', - 'MAPBOX_ACCESS_TOKEN', - 'APP', - 'CLIENT_URL', -]; - -/** - * Retrieves the value of an environment variable based on the provided key and environment sources. - * @param {string} key - The base name of the environment variable. - * @returns {string|undefined} - The value of the environment variable, or undefined if not found. - */ -function getEnvValue(key) { - for (const { prefix, source } of envSources) { - if (source) { - const envKey = prefix + key; - if (source[envKey]) { - return source[envKey]; - } - } - } - return undefined; -} - -/** - * Object containing the retrieved environment variable values. - * @type {Object} - */ -const envConfig = envMappings.reduce((config, key) => { - config[key] = getEnvValue(key); - return config; -}, {}); - -envConfig.NODE_ENV = process.env.NODE_ENV; - -export const { +// Simplifying environment variable access using logical OR +const API_URL = + viteSource?.VITE_PUBLIC_API_URL || + process.env.NEXT_PUBLIC_API_URL || + process.env.EXPO_PUBLIC_API_URL; +const GOOGLE_ID = + viteSource?.VITE_PUBLIC_GOOGLE_ID || + process.env.NEXT_PUBLIC_GOOGLE_ID || + process.env.EXPO_PUBLIC_GOOGLE_ID; +const IOS_CLIENT_ID = + viteSource?.VITE_PUBLIC_IOS_CLIENT_ID || + process.env.NEXT_PUBLIC_IOS_CLIENT_ID || + process.env.EXPO_PUBLIC_IOS_CLIENT_ID; +const ANDROID_CLIENT_ID = + viteSource?.VITE_PUBLIC_ANDROID_CLIENT_ID || + process.env.NEXT_PUBLIC_ANDROID_CLIENT_ID || + process.env.EXPO_PUBLIC_ANDROID_CLIENT_ID; +const MAPBOX_ACCESS_TOKEN = + viteSource?.VITE_PUBLIC_MAPBOX_ACCESS_TOKEN || + process.env.NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN || + process.env.EXPO_PUBLIC_MAPBOX_ACCESS_TOKEN; +const APP = + viteSource?.VITE_PUBLIC_APP || + process.env.NEXT_PUBLIC_APP || + process.env.EXPO_PUBLIC_APP; +const CLIENT_URL = + viteSource?.VITE_PUBLIC_CLIENT_URL || + process.env.NEXT_PUBLIC_CLIENT_URL || + process.env.EXPO_PUBLIC_CLIENT_URL; +const NODE_ENV = process.env.NODE_ENV; + +export { API_URL, GOOGLE_ID, IOS_CLIENT_ID, @@ -75,18 +46,4 @@ export const { APP, CLIENT_URL, NODE_ENV, -} = envConfig; - -/** - * Example output: - * { - * API_URL: 'https://api.example.com', - * GOOGLE_ID: 'abc123', - * IOS_CLIENT_ID: 'def456', - * ANDROID_CLIENT_ID: 'ghi789', - * MAPBOX_ACCESS_TOKEN: 'xyz123', - * APP: 'my-app', - * CLIENT_URL: 'https://example.com', - * NODE_ENV: 'production' - * } - */ +}; diff --git a/packages/ui/package.json b/packages/ui/package.json index 50ffe492f..8280c3a67 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -33,7 +33,7 @@ "@tanstack/react-table": "^8.10.7", "@tanstack/react-virtual": "3.0.0-beta.54", "esbuild": "^0.19.5", - "expo-image-picker": "^14.7.1", + "expo-image-picker": "~15.0.4", "jotai": "^2.6.4", "react": "18.2.0", "react-hook-form": "^7.50.1", diff --git a/yarn.lock b/yarn.lock index a57c75983..a5b76a911 100644 --- a/yarn.lock +++ b/yarn.lock @@ -117,7 +117,7 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.5, @babel/compat-data@npm:^7.24.4": +"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.5": version: 7.24.4 resolution: "@babel/compat-data@npm:7.24.4" checksum: 10/e51faec0ac8259f03cc5029d2b4a944b4fee44cb5188c11530769d5beb81f384d031dba951febc3e33dbb48ceb8045b1184f5c1ac4c5f86ab1f5e951e9aaf7af @@ -168,15 +168,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.22.15" - dependencies: - "@babel/types": "npm:^7.22.15" - checksum: 10/639c697a1c729f9fafa2dd4c9af2e18568190299b5907bd4c2d0bc818fcbd1e83ffeecc2af24327a7faa7ac4c34edd9d7940510a5e66296c19bad17001cf5c7a - languageName: node - linkType: hard - "@babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.23.6": version: 7.23.6 resolution: "@babel/helper-compilation-targets@npm:7.23.6" @@ -190,7 +181,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.24.1, @babel/helper-create-class-features-plugin@npm:^7.24.4, @babel/helper-create-class-features-plugin@npm:^7.24.5": +"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.24.1, @babel/helper-create-class-features-plugin@npm:^7.24.5": version: 7.24.5 resolution: "@babel/helper-create-class-features-plugin@npm:7.24.5" dependencies: @@ -209,7 +200,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.22.15, @babel/helper-create-regexp-features-plugin@npm:^7.22.5": +"@babel/helper-create-regexp-features-plugin@npm:^7.22.15, @babel/helper-create-regexp-features-plugin@npm:^7.22.5": version: 7.22.15 resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.15" dependencies: @@ -372,7 +363,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.22.20, @babel/helper-validator-identifier@npm:^7.24.5": +"@babel/helper-validator-identifier@npm:^7.24.5": version: 7.24.5 resolution: "@babel/helper-validator-identifier@npm:7.24.5" checksum: 10/38aaf6a64a0ea2e84766165b461deda3c24fd2173dff18419a2cc9e1ea1d3e709039aee94db29433a07011492717c80900a5eb564cdca7d137757c3c69e26898 @@ -429,54 +420,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.5" - dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-plugin-utils": "npm:^7.24.5" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/6f8cc058c0a3cb7175626b6f08fa719632c41c414128040ac0a119f5701ae478913875c327cb4b6f50b8e0bd7220f0b9c070c49d1eedc7a31474915017b40ad6 - languageName: node - linkType: hard - -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/ec5fddc8db6de0e0082a883f21141d6f4f9f9f0bc190d662a732b5e9a506aae5d7d2337049a1bf055d7cb7add6f128036db6d4f47de5e9ac1be29e043c8b7ca8 - languageName: node - linkType: hard - -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" - "@babel/plugin-transform-optional-chaining": "npm:^7.24.1" - peerDependencies: - "@babel/core": ^7.13.0 - checksum: 10/e18235463e716ac2443938aaec3c18b40c417a1746fba0fa4c26cf4d71326b76ef26c002081ab1b445abfae98e063d561519aa55672dddc1ef80b3940211ffbb - languageName: node - linkType: hard - -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.24.1" - dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/3483f329bb099b438d05e5e206229ddbc1703972a69ba0240a796b5477369930b0ab2e7f6c9539ecad2cea8b0c08fa65498778b92cf87ad3d156f613de1fd2fa - languageName: node - linkType: hard - "@babel/plugin-proposal-async-generator-functions@npm:^7.0.0": version: 7.20.7 resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.20.7" @@ -528,6 +471,18 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-proposal-logical-assignment-operators@npm:^7.18.0": + version: 7.20.7 + resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.20.7" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.20.2" + "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/cdd7b8136cc4db3f47714d5266f9e7b592a2ac5a94a5878787ce08890e97c8ab1ca8e94b27bfeba7b0f2b1549a026d9fc414ca2196de603df36fb32633bbdc19 + languageName: node + linkType: hard + "@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.13.8, @babel/plugin-proposal-nullish-coalescing-operator@npm:^7.18.0": version: 7.18.6 resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.18.6" @@ -604,15 +559,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2": - version: 7.21.0-placeholder-for-preset-env.2 - resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/fab70f399aa869275690ec6c7cedb4ef361d4e8b6f55c3d7b04bfee61d52fb93c87cec2c65d73cddbaca89fb8ef5ec0921fce675c9169d9d51f18305ab34e78a - languageName: node - linkType: hard - "@babel/plugin-proposal-private-property-in-object@npm:^7.21.11": version: 7.21.11 resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.11" @@ -649,7 +595,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-class-properties@npm:^7.0.0, @babel/plugin-syntax-class-properties@npm:^7.12.13, @babel/plugin-syntax-class-properties@npm:^7.8.3": +"@babel/plugin-syntax-class-properties@npm:^7.0.0, @babel/plugin-syntax-class-properties@npm:^7.8.3": version: 7.12.13 resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13" dependencies: @@ -660,17 +606,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-class-static-block@npm:^7.14.5": - version: 7.14.5 - resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.14.5" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/3e80814b5b6d4fe17826093918680a351c2d34398a914ce6e55d8083d72a9bdde4fbaf6a2dcea0e23a03de26dc2917ae3efd603d27099e2b98380345703bf948 - languageName: node - linkType: hard - "@babel/plugin-syntax-decorators@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-syntax-decorators@npm:7.24.1" @@ -682,7 +617,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-dynamic-import@npm:^7.8.0, @babel/plugin-syntax-dynamic-import@npm:^7.8.3": +"@babel/plugin-syntax-dynamic-import@npm:^7.8.0": version: 7.8.3 resolution: "@babel/plugin-syntax-dynamic-import@npm:7.8.3" dependencies: @@ -726,29 +661,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-import-assertions@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-syntax-import-assertions@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/2a463928a63b62052e9fb8f8b0018aa11a926e94f32c168260ae012afe864875c6176c6eb361e13f300542c31316dad791b08a5b8ed92436a3095c7a0e4fce65 - languageName: node - linkType: hard - -"@babel/plugin-syntax-import-attributes@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-syntax-import-attributes@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/87c8aa4a5ef931313f956871b27f2c051556f627b97ed21e9a5890ca4906b222d89062a956cde459816f5e0dec185ff128d7243d3fdc389504522acb88f0464e - languageName: node - linkType: hard - -"@babel/plugin-syntax-import-meta@npm:^7.10.4, @babel/plugin-syntax-import-meta@npm:^7.8.3": +"@babel/plugin-syntax-import-meta@npm:^7.8.3": version: 7.10.4 resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4" dependencies: @@ -858,7 +771,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-top-level-await@npm:^7.14.5, @babel/plugin-syntax-top-level-await@npm:^7.8.3": +"@babel/plugin-syntax-top-level-await@npm:^7.8.3": version: 7.14.5 resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5" dependencies: @@ -880,19 +793,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-unicode-sets-regex@npm:^7.18.6": - version: 7.18.6 - resolution: "@babel/plugin-syntax-unicode-sets-regex@npm:7.18.6" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.18.6" - "@babel/helper-plugin-utils": "npm:^7.18.6" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/a651d700fe63ff0ddfd7186f4ebc24447ca734f114433139e3c027bc94a900d013cf1ef2e2db8430425ba542e39ae160c3b05f06b59fd4656273a3df97679e9c - languageName: node - linkType: hard - -"@babel/plugin-transform-arrow-functions@npm:^7.0.0, @babel/plugin-transform-arrow-functions@npm:^7.24.1": +"@babel/plugin-transform-arrow-functions@npm:^7.0.0, @babel/plugin-transform-arrow-functions@npm:^7.0.0-0": version: 7.24.1 resolution: "@babel/plugin-transform-arrow-functions@npm:7.24.1" dependencies: @@ -903,21 +804,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.24.3": - version: 7.24.3 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.24.3" - dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/helper-remap-async-to-generator": "npm:^7.22.20" - "@babel/plugin-syntax-async-generators": "npm:^7.8.4" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/4ccc3755a3d51544cd43575db2c5c2ef42cdcd35bd5940d13cdf23f04c75496290e79ea585a62427ec6bd508a1bffb329e01556cd1114be9b38ae4254935cd19 - languageName: node - linkType: hard - -"@babel/plugin-transform-async-to-generator@npm:^7.20.0, @babel/plugin-transform-async-to-generator@npm:^7.24.1": +"@babel/plugin-transform-async-to-generator@npm:^7.20.0": version: 7.24.1 resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.1" dependencies: @@ -930,7 +817,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoped-functions@npm:^7.0.0, @babel/plugin-transform-block-scoped-functions@npm:^7.24.1": +"@babel/plugin-transform-block-scoped-functions@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.24.1" dependencies: @@ -941,7 +828,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.0.0, @babel/plugin-transform-block-scoping@npm:^7.24.5": +"@babel/plugin-transform-block-scoping@npm:^7.0.0": version: 7.24.5 resolution: "@babel/plugin-transform-block-scoping@npm:7.24.5" dependencies: @@ -952,32 +839,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-class-properties@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-class-properties@npm:7.24.1" - dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.1" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/95779e9eef0c0638b9631c297d48aee53ffdbb2b1b5221bf40d7eccd566a8e34f859ff3571f8f20b9159b67f1bff7d7dc81da191c15d69fbae5a645197eae7e0 - languageName: node - linkType: hard - -"@babel/plugin-transform-class-static-block@npm:^7.24.4": - version: 7.24.4 - resolution: "@babel/plugin-transform-class-static-block@npm:7.24.4" - dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.4" - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" - peerDependencies: - "@babel/core": ^7.12.0 - checksum: 10/3b1db3308b57ba21d47772a9f183804234c23fd64c9ca40915d2d65c5dc7a48b49a6de16b8b90b7a354eacbb51232a862f0fca3dbd23e27d34641f511decddab - languageName: node - linkType: hard - -"@babel/plugin-transform-classes@npm:^7.0.0, @babel/plugin-transform-classes@npm:^7.24.5": +"@babel/plugin-transform-classes@npm:^7.0.0": version: 7.24.5 resolution: "@babel/plugin-transform-classes@npm:7.24.5" dependencies: @@ -995,7 +857,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-computed-properties@npm:^7.0.0, @babel/plugin-transform-computed-properties@npm:^7.24.1": +"@babel/plugin-transform-computed-properties@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-computed-properties@npm:7.24.1" dependencies: @@ -1007,7 +869,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.0.0, @babel/plugin-transform-destructuring@npm:^7.20.0, @babel/plugin-transform-destructuring@npm:^7.24.5": +"@babel/plugin-transform-destructuring@npm:^7.0.0, @babel/plugin-transform-destructuring@npm:^7.20.0": version: 7.24.5 resolution: "@babel/plugin-transform-destructuring@npm:7.24.5" dependencies: @@ -1018,54 +880,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-dotall-regex@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-dotall-regex@npm:7.24.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/7f623d25b6f213b94ebc1754e9e31c1077c8e288626d8b7bfa76a97b067ce80ddcd0ede402a546706c65002c0ccf45cd5ec621511c2668eed31ebcabe8391d35 - languageName: node - linkType: hard - -"@babel/plugin-transform-duplicate-keys@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-duplicate-keys@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/de600a958ad146fc8aca71fd2dfa5ebcfdb97df4eaa530fc9a4b0d28d85442ddb9b7039f260b396785211e88c6817125a94c183459763c363847e8c84f318ff0 - languageName: node - linkType: hard - -"@babel/plugin-transform-dynamic-import@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/59fc561ee40b1a69f969c12c6c5fac206226d6642213985a569dd0f99f8e41c0f4eaedebd36936c255444a8335079842274c42a975a433beadb436d4c5abb79b - languageName: node - linkType: hard - -"@babel/plugin-transform-exponentiation-operator@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.24.1" - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/f90841fe1a1e9f680b4209121d3e2992f923e85efcd322b26e5901c180ef44ff727fb89790803a23fac49af34c1ce2e480018027c22b4573b615512ac5b6fc50 - languageName: node - linkType: hard - -"@babel/plugin-transform-export-namespace-from@npm:^7.22.11, @babel/plugin-transform-export-namespace-from@npm:^7.24.1": +"@babel/plugin-transform-export-namespace-from@npm:^7.22.11": version: 7.24.1 resolution: "@babel/plugin-transform-export-namespace-from@npm:7.24.1" dependencies: @@ -1089,7 +904,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.0.0, @babel/plugin-transform-for-of@npm:^7.24.1": +"@babel/plugin-transform-for-of@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-for-of@npm:7.24.1" dependencies: @@ -1101,7 +916,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.0.0, @babel/plugin-transform-function-name@npm:^7.24.1": +"@babel/plugin-transform-function-name@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-function-name@npm:7.24.1" dependencies: @@ -1114,19 +929,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-json-strings@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-json-strings@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/plugin-syntax-json-strings": "npm:^7.8.3" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/f42302d42fc81ac00d14e9e5d80405eb80477d7f9039d7208e712d6bcd486a4e3b32fdfa07b5f027d6c773723d8168193ee880f93b0e430c828e45f104fb82a4 - languageName: node - linkType: hard - -"@babel/plugin-transform-literals@npm:^7.0.0, @babel/plugin-transform-literals@npm:^7.24.1": +"@babel/plugin-transform-literals@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-literals@npm:7.24.1" dependencies: @@ -1137,19 +940,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-logical-assignment-operators@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/895f2290adf457cbf327428bdb4fb90882a38a22f729bcf0629e8ad66b9b616d2721fbef488ac00411b647489d1dda1d20171bb3772d0796bb7ef5ecf057808a - languageName: node - linkType: hard - -"@babel/plugin-transform-member-expression-literals@npm:^7.0.0, @babel/plugin-transform-member-expression-literals@npm:^7.24.1": +"@babel/plugin-transform-member-expression-literals@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-member-expression-literals@npm:7.24.1" dependencies: @@ -1160,18 +951,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-modules-amd@npm:7.24.1" - dependencies: - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/5a324f7c630cf0be1f09098a3a36248c2521622f2c7ea1a44a5980f54b718f5e0dd4af92a337f4b445a8824c8d533853ebea7c16de829b8a7bc8bcca127d4d73 - languageName: node - linkType: hard - "@babel/plugin-transform-modules-commonjs@npm:^7.0.0, @babel/plugin-transform-modules-commonjs@npm:^7.13.8, @babel/plugin-transform-modules-commonjs@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.1" @@ -1185,33 +964,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-modules-systemjs@npm:7.24.1" - dependencies: - "@babel/helper-hoist-variables": "npm:^7.22.5" - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/helper-validator-identifier": "npm:^7.22.20" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/565ec4518037b3d957431e29bda97b3d2fbb2e245fb5ba19889310ccb8fb71353e8ce2c325cc8d3fbc5a376d3af7d7e21782d5f502c46f8da077bee7807a590f - languageName: node - linkType: hard - -"@babel/plugin-transform-modules-umd@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-modules-umd@npm:7.24.1" - dependencies: - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/323bb9367e1967117a829f67788ec2ff55504b4faf8f6d83ec85d398e50b41cf7d1c375c67d63883dd7ad5e75b35c8ae776d89e422330ec0c0a1fda24e362083 - languageName: node - linkType: hard - -"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.0.0, @babel/plugin-transform-named-capturing-groups-regex@npm:^7.22.5": +"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.0.0": version: 7.22.5 resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.22.5" dependencies: @@ -1223,18 +976,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-new-target@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-new-target@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/e0d3af66cd0fad29c9d0e3fc65e711255e18b77e2e35bbd8f10059e3db7de6c16799ef74e704daf784950feb71e7a93c5bf2c771d98f1ca3fba1ff2e0240b24a - languageName: node - linkType: hard - -"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.1": +"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.0.0-0": version: 7.24.1 resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.24.1" dependencies: @@ -1246,30 +988,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-numeric-separator@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-numeric-separator@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/3247bd7d409574fc06c59e0eb573ae7470d6d61ecf780df40b550102bb4406747d8f39dcbec57eb59406df6c565a86edd3b429e396ad02e4ce201ad92050832e - languageName: node - linkType: hard - -"@babel/plugin-transform-object-assign@npm:^7.16.7": - version: 7.24.1 - resolution: "@babel/plugin-transform-object-assign@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/50d4eba8146521eea8ac6dedbab665ca35d7b00e8db875a04162ef0767be219b382f24266ba293fd44856bb3e9efa3e2b1c6ce1a8827856616736d0d7603847a - languageName: node - linkType: hard - -"@babel/plugin-transform-object-rest-spread@npm:^7.12.13, @babel/plugin-transform-object-rest-spread@npm:^7.24.5": +"@babel/plugin-transform-object-rest-spread@npm:^7.12.13": version: 7.24.5 resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.5" dependencies: @@ -1283,7 +1002,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-object-super@npm:^7.0.0, @babel/plugin-transform-object-super@npm:^7.24.1": +"@babel/plugin-transform-object-super@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-object-super@npm:7.24.1" dependencies: @@ -1295,19 +1014,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-optional-catch-binding@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/ff7c02449d32a6de41e003abb38537b4a1ad90b1eaa4c0b578cb1b55548201a677588a8c47f3e161c72738400ae811a6673ea7b8a734344755016ca0ac445dac - languageName: node - linkType: hard - -"@babel/plugin-transform-optional-chaining@npm:^7.24.1, @babel/plugin-transform-optional-chaining@npm:^7.24.5": +"@babel/plugin-transform-optional-chaining@npm:^7.0.0-0": version: 7.24.5 resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.5" dependencies: @@ -1331,7 +1038,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-private-methods@npm:^7.22.5, @babel/plugin-transform-private-methods@npm:^7.24.1": +"@babel/plugin-transform-private-methods@npm:^7.22.5": version: 7.24.1 resolution: "@babel/plugin-transform-private-methods@npm:7.24.1" dependencies: @@ -1343,7 +1050,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-private-property-in-object@npm:^7.22.11, @babel/plugin-transform-private-property-in-object@npm:^7.24.5": +"@babel/plugin-transform-private-property-in-object@npm:^7.22.11": version: 7.24.5 resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.5" dependencies: @@ -1357,7 +1064,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-property-literals@npm:^7.0.0, @babel/plugin-transform-property-literals@npm:^7.24.1": +"@babel/plugin-transform-property-literals@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-property-literals@npm:7.24.1" dependencies: @@ -1439,29 +1146,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-regenerator@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-regenerator@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - regenerator-transform: "npm:^0.15.2" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/a04319388a0a7931c3f8e15715d01444c32519692178b70deccc86d53304e74c0f589a4268f6c68578d86f75e934dd1fe6e6ed9071f54ee8379f356f88ef6e42 - languageName: node - linkType: hard - -"@babel/plugin-transform-reserved-words@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-reserved-words@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/132c6040c65aabae2d98a39289efb5c51a8632546dc50d2ad032c8660aec307fbed74ef499856ea4f881fc8505905f49b48e0270585da2ea3d50b75e962afd89 - languageName: node - linkType: hard - "@babel/plugin-transform-runtime@npm:^7.0.0": version: 7.24.3 resolution: "@babel/plugin-transform-runtime@npm:7.24.3" @@ -1478,7 +1162,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-shorthand-properties@npm:^7.0.0, @babel/plugin-transform-shorthand-properties@npm:^7.24.1": +"@babel/plugin-transform-shorthand-properties@npm:^7.0.0, @babel/plugin-transform-shorthand-properties@npm:^7.0.0-0": version: 7.24.1 resolution: "@babel/plugin-transform-shorthand-properties@npm:7.24.1" dependencies: @@ -1489,7 +1173,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.0.0, @babel/plugin-transform-spread@npm:^7.24.1": +"@babel/plugin-transform-spread@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-spread@npm:7.24.1" dependencies: @@ -1501,7 +1185,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-sticky-regex@npm:^7.0.0, @babel/plugin-transform-sticky-regex@npm:^7.24.1": +"@babel/plugin-transform-sticky-regex@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-sticky-regex@npm:7.24.1" dependencies: @@ -1512,7 +1196,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.24.1": +"@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.0.0-0": version: 7.24.1 resolution: "@babel/plugin-transform-template-literals@npm:7.24.1" dependencies: @@ -1523,17 +1207,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.5" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/f642338c8065ae97e3b2add6ec2e40ca142e02883aa060f9c0ae489f5a9523340cfa1bbe67b54258c128a63865ff9045de68fdcd0d258a8869316853c32767da - languageName: node - linkType: hard - "@babel/plugin-transform-typescript@npm:^7.24.1, @babel/plugin-transform-typescript@npm:^7.5.0": version: 7.24.5 resolution: "@babel/plugin-transform-typescript@npm:7.24.5" @@ -1548,30 +1221,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-unicode-escapes@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-unicode-escapes@npm:7.24.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/d39041ff6b0cef78271ebe88be6dfd2882a3c6250a54ddae783f1b9adc815e8486a7d0ca054fabfa3fde1301c531d5be89224999fc7be83ff1eda9b77d173051 - languageName: node - linkType: hard - -"@babel/plugin-transform-unicode-property-regex@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.24.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/276099b4483e707f80b054e2d29bc519158bfe52461ef5ff76f70727d592df17e30b1597ef4d8a0f04d810f6cb5a8dd887bdc1d0540af3744751710ef280090f - languageName: node - linkType: hard - -"@babel/plugin-transform-unicode-regex@npm:^7.0.0, @babel/plugin-transform-unicode-regex@npm:^7.24.1": +"@babel/plugin-transform-unicode-regex@npm:^7.0.0": version: 7.24.1 resolution: "@babel/plugin-transform-unicode-regex@npm:7.24.1" dependencies: @@ -1583,109 +1233,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-unicode-sets-regex@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.24.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.24.0" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/364342fb8e382dfaa23628b88e6484dc1097e53fb7199f4d338f1e2cd71d839bb0a35a9b1380074f6a10adb2e98b79d53ca3ec78c0b8c557ca895ffff42180df - languageName: node - linkType: hard - -"@babel/preset-env@npm:^7.20.0": - version: 7.24.5 - resolution: "@babel/preset-env@npm:7.24.5" - dependencies: - "@babel/compat-data": "npm:^7.24.4" - "@babel/helper-compilation-targets": "npm:^7.23.6" - "@babel/helper-plugin-utils": "npm:^7.24.5" - "@babel/helper-validator-option": "npm:^7.23.5" - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.24.5" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.24.1" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.1" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.24.1" - "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" - "@babel/plugin-syntax-async-generators": "npm:^7.8.4" - "@babel/plugin-syntax-class-properties": "npm:^7.12.13" - "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" - "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" - "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3" - "@babel/plugin-syntax-import-assertions": "npm:^7.24.1" - "@babel/plugin-syntax-import-attributes": "npm:^7.24.1" - "@babel/plugin-syntax-import-meta": "npm:^7.10.4" - "@babel/plugin-syntax-json-strings": "npm:^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3" - "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4" - "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3" - "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3" - "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3" - "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5" - "@babel/plugin-syntax-top-level-await": "npm:^7.14.5" - "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" - "@babel/plugin-transform-arrow-functions": "npm:^7.24.1" - "@babel/plugin-transform-async-generator-functions": "npm:^7.24.3" - "@babel/plugin-transform-async-to-generator": "npm:^7.24.1" - "@babel/plugin-transform-block-scoped-functions": "npm:^7.24.1" - "@babel/plugin-transform-block-scoping": "npm:^7.24.5" - "@babel/plugin-transform-class-properties": "npm:^7.24.1" - "@babel/plugin-transform-class-static-block": "npm:^7.24.4" - "@babel/plugin-transform-classes": "npm:^7.24.5" - "@babel/plugin-transform-computed-properties": "npm:^7.24.1" - "@babel/plugin-transform-destructuring": "npm:^7.24.5" - "@babel/plugin-transform-dotall-regex": "npm:^7.24.1" - "@babel/plugin-transform-duplicate-keys": "npm:^7.24.1" - "@babel/plugin-transform-dynamic-import": "npm:^7.24.1" - "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.1" - "@babel/plugin-transform-export-namespace-from": "npm:^7.24.1" - "@babel/plugin-transform-for-of": "npm:^7.24.1" - "@babel/plugin-transform-function-name": "npm:^7.24.1" - "@babel/plugin-transform-json-strings": "npm:^7.24.1" - "@babel/plugin-transform-literals": "npm:^7.24.1" - "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.1" - "@babel/plugin-transform-member-expression-literals": "npm:^7.24.1" - "@babel/plugin-transform-modules-amd": "npm:^7.24.1" - "@babel/plugin-transform-modules-commonjs": "npm:^7.24.1" - "@babel/plugin-transform-modules-systemjs": "npm:^7.24.1" - "@babel/plugin-transform-modules-umd": "npm:^7.24.1" - "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.22.5" - "@babel/plugin-transform-new-target": "npm:^7.24.1" - "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.1" - "@babel/plugin-transform-numeric-separator": "npm:^7.24.1" - "@babel/plugin-transform-object-rest-spread": "npm:^7.24.5" - "@babel/plugin-transform-object-super": "npm:^7.24.1" - "@babel/plugin-transform-optional-catch-binding": "npm:^7.24.1" - "@babel/plugin-transform-optional-chaining": "npm:^7.24.5" - "@babel/plugin-transform-parameters": "npm:^7.24.5" - "@babel/plugin-transform-private-methods": "npm:^7.24.1" - "@babel/plugin-transform-private-property-in-object": "npm:^7.24.5" - "@babel/plugin-transform-property-literals": "npm:^7.24.1" - "@babel/plugin-transform-regenerator": "npm:^7.24.1" - "@babel/plugin-transform-reserved-words": "npm:^7.24.1" - "@babel/plugin-transform-shorthand-properties": "npm:^7.24.1" - "@babel/plugin-transform-spread": "npm:^7.24.1" - "@babel/plugin-transform-sticky-regex": "npm:^7.24.1" - "@babel/plugin-transform-template-literals": "npm:^7.24.1" - "@babel/plugin-transform-typeof-symbol": "npm:^7.24.5" - "@babel/plugin-transform-unicode-escapes": "npm:^7.24.1" - "@babel/plugin-transform-unicode-property-regex": "npm:^7.24.1" - "@babel/plugin-transform-unicode-regex": "npm:^7.24.1" - "@babel/plugin-transform-unicode-sets-regex": "npm:^7.24.1" - "@babel/preset-modules": "npm:0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2: "npm:^0.4.10" - babel-plugin-polyfill-corejs3: "npm:^0.10.4" - babel-plugin-polyfill-regenerator: "npm:^0.6.1" - core-js-compat: "npm:^3.31.0" - semver: "npm:^6.3.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/37b1c9234889d73d08046ba06202be7affcb982ea0729b89333428211e53011d05b7a1d331f4661a02d177ad709360a1b5f995ea0b2410342db31192e409f13e - languageName: node - linkType: hard - "@babel/preset-flow@npm:^7.13.13": version: 7.24.1 resolution: "@babel/preset-flow@npm:7.24.1" @@ -1699,19 +1246,6 @@ __metadata: languageName: node linkType: hard -"@babel/preset-modules@npm:0.1.6-no-external-plugins": - version: 0.1.6-no-external-plugins - resolution: "@babel/preset-modules@npm:0.1.6-no-external-plugins" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.0.0" - "@babel/types": "npm:^7.4.4" - esutils: "npm:^2.0.2" - peerDependencies: - "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 - checksum: 10/039aba98a697b920d6440c622aaa6104bb6076d65356b29dad4b3e6627ec0354da44f9621bafbeefd052cd4ac4d7f88c9a2ab094efcb50963cb352781d0c6428 - languageName: node - linkType: hard - "@babel/preset-react@npm:^7.22.15, @babel/preset-react@npm:^7.23.3": version: 7.24.1 resolution: "@babel/preset-react@npm:7.24.1" @@ -1728,7 +1262,7 @@ __metadata: languageName: node linkType: hard -"@babel/preset-typescript@npm:^7.13.0, @babel/preset-typescript@npm:^7.16.7, @babel/preset-typescript@npm:^7.22.5": +"@babel/preset-typescript@npm:^7.13.0, @babel/preset-typescript@npm:^7.16.7, @babel/preset-typescript@npm:^7.22.5, @babel/preset-typescript@npm:^7.23.0": version: 7.24.1 resolution: "@babel/preset-typescript@npm:7.24.1" dependencies: @@ -1765,7 +1299,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": version: 7.24.5 resolution: "@babel/runtime@npm:7.24.5" dependencies: @@ -1803,7 +1337,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.1.6, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.3, @babel/types@npm:^7.23.4, @babel/types@npm:^7.24.0, @babel/types@npm:^7.24.5, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.1.6, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.3, @babel/types@npm:^7.23.4, @babel/types@npm:^7.24.0, @babel/types@npm:^7.24.5, @babel/types@npm:^7.3.3, @babel/types@npm:^7.8.3": version: 7.24.5 resolution: "@babel/types@npm:7.24.5" dependencies: @@ -2845,27 +2379,27 @@ __metadata: languageName: node linkType: hard -"@expo/cli@npm:0.17.11": - version: 0.17.11 - resolution: "@expo/cli@npm:0.17.11" +"@expo/cli@npm:0.18.11": + version: 0.18.11 + resolution: "@expo/cli@npm:0.18.11" dependencies: "@babel/runtime": "npm:^7.20.0" "@expo/code-signing-certificates": "npm:0.0.5" - "@expo/config": "npm:~8.5.0" - "@expo/config-plugins": "npm:~7.9.0" + "@expo/config": "npm:~9.0.0-beta.0" + "@expo/config-plugins": "npm:~8.0.0-beta.0" "@expo/devcert": "npm:^1.0.0" - "@expo/env": "npm:~0.2.2" - "@expo/image-utils": "npm:^0.4.0" - "@expo/json-file": "npm:^8.2.37" - "@expo/metro-config": "npm:~0.17.0" + "@expo/env": "npm:~0.3.0" + "@expo/image-utils": "npm:^0.5.0" + "@expo/json-file": "npm:^8.3.0" + "@expo/metro-config": "npm:~0.18.0" "@expo/osascript": "npm:^2.0.31" - "@expo/package-manager": "npm:^1.1.1" + "@expo/package-manager": "npm:^1.5.0" "@expo/plist": "npm:^0.1.0" - "@expo/prebuild-config": "npm:6.8.1" + "@expo/prebuild-config": "npm:7.0.3" "@expo/rudder-sdk-node": "npm:1.1.1" - "@expo/spawn-async": "npm:1.5.0" + "@expo/spawn-async": "npm:^1.7.2" "@expo/xcpretty": "npm:^4.3.0" - "@react-native/dev-middleware": "npm:^0.73.6" + "@react-native/dev-middleware": "npm:~0.74.75" "@urql/core": "npm:2.3.6" "@urql/exchange-retry": "npm:0.3.0" accepts: "npm:^1.3.8" @@ -2878,6 +2412,7 @@ __metadata: connect: "npm:^3.7.0" debug: "npm:^4.3.4" env-editor: "npm:^0.4.1" + fast-glob: "npm:^3.3.2" find-yarn-workspace-root: "npm:~2.0.0" form-data: "npm:^3.0.1" freeport-async: "npm:2.0.0" @@ -2895,7 +2430,6 @@ __metadata: lodash.debounce: "npm:^4.0.8" md5hex: "npm:^1.0.0" minimatch: "npm:^3.0.4" - minipass: "npm:3.3.6" node-fetch: "npm:^2.6.7" node-forge: "npm:^1.3.1" npm-package-arg: "npm:^7.0.0" @@ -2911,7 +2445,7 @@ __metadata: resolve: "npm:^1.22.2" resolve-from: "npm:^5.0.0" resolve.exports: "npm:^2.0.2" - semver: "npm:^7.5.3" + semver: "npm:^7.6.0" send: "npm:^0.18.0" slugify: "npm:^1.3.4" source-map-support: "npm:~0.5.21" @@ -2927,7 +2461,7 @@ __metadata: ws: "npm:^8.12.1" bin: expo-internal: build/bin/cli - checksum: 10/29b727719de7c8d5cc6af19002af917ab30eb66145993309def4d42a31e7d95a442f73e9069bf23dc9dcfb221ec77800bf0829df7c257cca7b11afca1b6983e9 + checksum: 10/4d41d1856a522478abc589ecc34693b83e81f43a9232e13fb6b039601a4c79ca11fb56d98b27eb283324100400de7ef9cfde3a7ba1c7925f9f05e29e0a9e73c3 languageName: node linkType: hard @@ -2941,54 +2475,52 @@ __metadata: languageName: node linkType: hard -"@expo/config-plugins@npm:7.9.2, @expo/config-plugins@npm:~7.9.0": - version: 7.9.2 - resolution: "@expo/config-plugins@npm:7.9.2" +"@expo/config-plugins@npm:8.0.4, @expo/config-plugins@npm:~8.0.0-beta.0": + version: 8.0.4 + resolution: "@expo/config-plugins@npm:8.0.4" dependencies: - "@expo/config-types": "npm:^50.0.0-alpha.1" - "@expo/fingerprint": "npm:^0.6.0" + "@expo/config-types": "npm:^51.0.0-unreleased" "@expo/json-file": "npm:~8.3.0" "@expo/plist": "npm:^0.1.0" "@expo/sdk-runtime-versions": "npm:^1.0.0" - "@react-native/normalize-color": "npm:^2.0.0" chalk: "npm:^4.1.2" debug: "npm:^4.3.1" find-up: "npm:~5.0.0" getenv: "npm:^1.0.0" glob: "npm:7.1.6" resolve-from: "npm:^5.0.0" - semver: "npm:^7.5.3" + semver: "npm:^7.5.4" slash: "npm:^3.0.0" slugify: "npm:^1.6.6" xcode: "npm:^3.0.1" xml2js: "npm:0.6.0" - checksum: 10/11e80f74e307742e195b2476efabe362da3593b5351070a68b8a5dd020a1e8f224c7ab0806d2f969e071403c26071a3490ed574797534e7cf043eca4046310af + checksum: 10/3b97d67480f2f6bc76cd20dc2fa39681f4e0439dcc3e6c920cf1a6dd03996b114a5432907caa58f300549bb2c65bacfaa082da9e0a51ee6ea5c7a95879f380b8 languageName: node linkType: hard -"@expo/config-types@npm:^50.0.0, @expo/config-types@npm:^50.0.0-alpha.1": - version: 50.0.1 - resolution: "@expo/config-types@npm:50.0.1" - checksum: 10/cfee0c3c66b77a557193461c6a0c81305576ae7ff6eb6bfddda838364b4157c107ee4a306570652ff692e4fe78628377471b1717267bb36e53d34a7d137d4b20 +"@expo/config-types@npm:^51.0.0-unreleased": + version: 51.0.0 + resolution: "@expo/config-types@npm:51.0.0" + checksum: 10/ae6a3096240b2e9818f9f9a762fc236684722e5217a3204cc345023d6f6ba76ae0faa194b8c4c7473336cbb5f9f9d608f5b1bb5bfc9a7749d1912c3f1a4d11b1 languageName: node linkType: hard -"@expo/config@npm:8.5.6, @expo/config@npm:~8.5.0": - version: 8.5.6 - resolution: "@expo/config@npm:8.5.6" +"@expo/config@npm:9.0.1, @expo/config@npm:~9.0.0-beta.0": + version: 9.0.1 + resolution: "@expo/config@npm:9.0.1" dependencies: "@babel/code-frame": "npm:~7.10.4" - "@expo/config-plugins": "npm:~7.9.0" - "@expo/config-types": "npm:^50.0.0" - "@expo/json-file": "npm:^8.2.37" + "@expo/config-plugins": "npm:~8.0.0-beta.0" + "@expo/config-types": "npm:^51.0.0-unreleased" + "@expo/json-file": "npm:^8.3.0" getenv: "npm:^1.0.0" glob: "npm:7.1.6" require-from-string: "npm:^2.0.2" resolve-from: "npm:^5.0.0" - semver: "npm:7.5.3" + semver: "npm:^7.6.0" slugify: "npm:^1.3.4" sucrase: "npm:3.34.0" - checksum: 10/5deaea04cdbb53ee77067bb2a9ca0a9095926236b415e30d5d81d78bd02ef2c02c577e6695f660695f089d2306ff1b7e6ded828dda6e3bbaed504a6d448615ba + checksum: 10/3ddbf930557eea8ee9e9a4db7081a9a81561a8dec9a59c0acfc10e171d265929bb4f6572572ed63c808051ecd3415b65e6e05fdb4a71d989b07c514b8af632aa languageName: node linkType: hard @@ -3013,33 +2545,16 @@ __metadata: languageName: node linkType: hard -"@expo/env@npm:~0.2.2": - version: 0.2.3 - resolution: "@expo/env@npm:0.2.3" +"@expo/env@npm:~0.3.0": + version: 0.3.0 + resolution: "@expo/env@npm:0.3.0" dependencies: chalk: "npm:^4.0.0" debug: "npm:^4.3.4" dotenv: "npm:~16.4.5" dotenv-expand: "npm:~11.0.6" getenv: "npm:^1.0.0" - checksum: 10/fcee8010b12db9272c890ae7f159cdba41cf83b9ae81bc53196c386fc9347f9babd605604b7455c8ea8f1c6ee9916106d765b587560d1c729e26634617586138 - languageName: node - linkType: hard - -"@expo/fingerprint@npm:^0.6.0": - version: 0.6.1 - resolution: "@expo/fingerprint@npm:0.6.1" - dependencies: - "@expo/spawn-async": "npm:^1.5.0" - chalk: "npm:^4.1.2" - debug: "npm:^4.3.4" - find-up: "npm:^5.0.0" - minimatch: "npm:^3.0.4" - p-limit: "npm:^3.1.0" - resolve-from: "npm:^5.0.0" - bin: - fingerprint: bin/cli.js - checksum: 10/081d9e306550bc195c1d2fb5a16af7b7a571c615fcb3ad6f147fea0c810d264dc1fa910929fce30b989b21fa9724e25e25696408d213c8e4e5a1cc491a8b1826 + checksum: 10/b6e87be9eec4bfeb2e5518c5425107bb522882b649d5c879995b58468e035d21a91f9fd2e0974e646f31e84818f3ef1243fc7e4a2bd62d6ee5077d81a1680783 languageName: node linkType: hard @@ -3062,11 +2577,11 @@ __metadata: languageName: node linkType: hard -"@expo/image-utils@npm:^0.4.0": - version: 0.4.2 - resolution: "@expo/image-utils@npm:0.4.2" +"@expo/image-utils@npm:^0.5.0": + version: 0.5.1 + resolution: "@expo/image-utils@npm:0.5.1" dependencies: - "@expo/spawn-async": "npm:1.5.0" + "@expo/spawn-async": "npm:^1.7.2" chalk: "npm:^4.0.0" fs-extra: "npm:9.0.0" getenv: "npm:^1.0.0" @@ -3074,13 +2589,13 @@ __metadata: node-fetch: "npm:^2.6.0" parse-png: "npm:^2.1.0" resolve-from: "npm:^5.0.0" - semver: "npm:7.3.2" + semver: "npm:^7.6.0" tempy: "npm:0.3.0" - checksum: 10/1c49e63aab0643d07620061f34ce47a1e923bd948b55fecc0e5b0ad9d31451d50ef4bbaf9471680b218c8f4d25913edfe6c8f3c9e23b99a9a4854b4734a6503b + checksum: 10/b56d4b65c0ec0a58689e9930f93edae5c6a90f398f019fb1c7d925634ee1da408a626374c208f71635273354f3159caaf3205cfb22b3d780d6a99614dee8ba73 languageName: node linkType: hard -"@expo/json-file@npm:^8.2.37, @expo/json-file@npm:^8.3.0, @expo/json-file@npm:~8.3.0": +"@expo/json-file@npm:^8.3.0, @expo/json-file@npm:~8.3.0": version: 8.3.3 resolution: "@expo/json-file@npm:8.3.3" dependencies: @@ -3103,19 +2618,18 @@ __metadata: languageName: node linkType: hard -"@expo/metro-config@npm:0.17.7, @expo/metro-config@npm:~0.17.0": - version: 0.17.7 - resolution: "@expo/metro-config@npm:0.17.7" +"@expo/metro-config@npm:0.18.3, @expo/metro-config@npm:~0.18.0": + version: 0.18.3 + resolution: "@expo/metro-config@npm:0.18.3" dependencies: "@babel/core": "npm:^7.20.0" "@babel/generator": "npm:^7.20.5" "@babel/parser": "npm:^7.20.0" "@babel/types": "npm:^7.20.0" - "@expo/config": "npm:~8.5.0" - "@expo/env": "npm:~0.2.2" + "@expo/config": "npm:~9.0.0-beta.0" + "@expo/env": "npm:~0.3.0" "@expo/json-file": "npm:~8.3.0" "@expo/spawn-async": "npm:^1.7.2" - babel-preset-fbjs: "npm:^3.4.0" chalk: "npm:^4.1.0" debug: "npm:^4.3.2" find-yarn-workspace-root: "npm:~2.0.0" @@ -3126,19 +2640,16 @@ __metadata: lightningcss: "npm:~1.19.0" postcss: "npm:~8.4.32" resolve-from: "npm:^5.0.0" - sucrase: "npm:3.34.0" - peerDependencies: - "@react-native/babel-preset": "*" - checksum: 10/33723a6a83e71c9253f19fbdbf88d554468df625a9986453d72b0dcded3da75ee184eeae5212abd7ca05441a2bd37943ece9554267557281379bb0ff7bae8657 + checksum: 10/6aed560556efc97b98e3094efb4b4ceb51ecb07c120577a557080038518e5036fb428bc09d137e413ca56949c5f5f3f446117b54acc205c32a73fd3a77b6b72f languageName: node linkType: hard -"@expo/metro-runtime@npm:3.1.3, @expo/metro-runtime@npm:~3.1.3": - version: 3.1.3 - resolution: "@expo/metro-runtime@npm:3.1.3" +"@expo/metro-runtime@npm:3.2.1, @expo/metro-runtime@npm:~3.2.1": + version: 3.2.1 + resolution: "@expo/metro-runtime@npm:3.2.1" peerDependencies: react-native: "*" - checksum: 10/406ff72275de6553b24c9e8d08a5f928826219a6d6edd151b33cfc805c591758c892a2219070835c85851a35b6b5d1f4f61946e44038d06e02bf1aa5398824fe + checksum: 10/faaaa79831f75528ead4e3a2747b1157c56d48c5d968467941aa5770eb0d4380d760faefb9725c2c1dda011e98ad724e9643c67038c73329056ff3b88bc29288 languageName: node linkType: hard @@ -3165,7 +2676,7 @@ __metadata: languageName: node linkType: hard -"@expo/package-manager@npm:^1.1.1": +"@expo/package-manager@npm:^1.5.0": version: 1.5.2 resolution: "@expo/package-manager@npm:1.5.2" dependencies: @@ -3196,23 +2707,24 @@ __metadata: languageName: node linkType: hard -"@expo/prebuild-config@npm:6.8.1": - version: 6.8.1 - resolution: "@expo/prebuild-config@npm:6.8.1" +"@expo/prebuild-config@npm:7.0.3": + version: 7.0.3 + resolution: "@expo/prebuild-config@npm:7.0.3" dependencies: - "@expo/config": "npm:~8.5.0" - "@expo/config-plugins": "npm:~7.9.0" - "@expo/config-types": "npm:^50.0.0-alpha.1" - "@expo/image-utils": "npm:^0.4.0" - "@expo/json-file": "npm:^8.2.37" + "@expo/config": "npm:~9.0.0-beta.0" + "@expo/config-plugins": "npm:~8.0.0-beta.0" + "@expo/config-types": "npm:^51.0.0-unreleased" + "@expo/image-utils": "npm:^0.5.0" + "@expo/json-file": "npm:^8.3.0" + "@react-native/normalize-colors": "npm:~0.74.83" debug: "npm:^4.3.1" fs-extra: "npm:^9.0.0" resolve-from: "npm:^5.0.0" - semver: "npm:7.5.3" + semver: "npm:^7.6.0" xml2js: "npm:0.6.0" peerDependencies: expo-modules-autolinking: ">=0.8.1" - checksum: 10/cdb1ac858861694eb8f8af1c402d712acc068842073e946e7c077a6ddbf1ad60f7b34c0b2a0fb42c68e2241eb39b645854990d6b800cd1788831a752ef91afe9 + checksum: 10/65904fbd66c31a6f2cae7cdae7b7138f5f3bbd729c341f530dfa61e9a2774a8c428360fc65db82de9bc7eb06f0b2b9d4f97b0508cb35680348506780e0d9929d languageName: node linkType: hard @@ -3238,15 +2750,15 @@ __metadata: languageName: node linkType: hard -"@expo/server@npm:^0.3.0": - version: 0.3.1 - resolution: "@expo/server@npm:0.3.1" +"@expo/server@npm:^0.4.0": + version: 0.4.2 + resolution: "@expo/server@npm:0.4.2" dependencies: - "@remix-run/node": "npm:^1.19.3" + "@remix-run/node": "npm:^2.7.2" abort-controller: "npm:^3.0.0" debug: "npm:^4.3.4" source-map-support: "npm:~0.5.21" - checksum: 10/1ef29646918dd9e7995fce9ae1abf9a26f7ec5e7a4ffe31301e452b3034811a2a2b35def9f4cc5f7f596cf49d5699d78d8baf4d95289b37bfa7c83384d466a9b + checksum: 10/e42ebcb824eed4fa50192834d3f619e27a2839fcec1597e97a16752e2156db25a7d66bb40d28241e4bfb2f0032c3207b340d020607fbf35aa7a5aaa7d20d2f6f languageName: node linkType: hard @@ -3259,7 +2771,7 @@ __metadata: languageName: node linkType: hard -"@expo/spawn-async@npm:^1.5.0, @expo/spawn-async@npm:^1.7.2": +"@expo/spawn-async@npm:^1.7.2": version: 1.7.2 resolution: "@expo/spawn-async@npm:1.7.2" dependencies: @@ -3269,11 +2781,11 @@ __metadata: linkType: hard "@expo/vector-icons@npm:^14.0.0": - version: 14.0.1 - resolution: "@expo/vector-icons@npm:14.0.1" + version: 14.0.2 + resolution: "@expo/vector-icons@npm:14.0.2" dependencies: prop-types: "npm:^15.8.1" - checksum: 10/3fc520ea4bcd35424a80faa383129a2b40dfc723d7f36720e2dab15d216b1a0e382ecce2408d6e0d41795224dfb8e097b4bbd0855ce8d5af21b19f4961a1d42c + checksum: 10/b50dab5d32907cf6b176db6b9d3c7284559ab95a1dfe0a5af530f8b27fdb5ab3c655d798ac46f78b7650ce6cf0fea682e8f6be1cc868a534f6d0debc79062c67 languageName: node linkType: hard @@ -3898,8 +3410,8 @@ __metadata: linkType: hard "@floating-ui/react@npm:^0.26.6": - version: 0.26.13 - resolution: "@floating-ui/react@npm:0.26.13" + version: 0.26.14 + resolution: "@floating-ui/react@npm:0.26.14" dependencies: "@floating-ui/react-dom": "npm:^2.0.0" "@floating-ui/utils": "npm:^0.2.0" @@ -3907,7 +3419,7 @@ __metadata: peerDependencies: react: ">=16.8.0" react-dom: ">=16.8.0" - checksum: 10/f3314c3efd73d42e6a749f31f3d8deffc9b3738c5ea516cc215c0d77ead32b52bfddcc47f17703acad9794bfec090e5d65154111735fcb45c27ec6aca0b5e119 + checksum: 10/f95c19a8ab0723b28a16cb45497a1e34c7bdeb9c3ec63a0894f228c1392551727a090b3dccd7decd2c403e6b699d9862dac73e3c1a2e77634b1a400404af4f31 languageName: node linkType: hard @@ -5327,7 +4839,7 @@ __metadata: version: 0.0.0-use.local resolution: "@packrat/config@workspace:packages/config" dependencies: - react-native: "npm:0.73.6" + react-native: "npm:0.74.1" languageName: unknown linkType: soft @@ -5364,7 +4876,7 @@ __metadata: "@tanstack/react-table": "npm:^8.10.7" "@tanstack/react-virtual": "npm:3.0.0-beta.54" esbuild: "npm:^0.19.5" - expo-image-picker: "npm:^14.7.1" + expo-image-picker: "npm:~15.0.4" jotai: "npm:^2.6.4" react: "npm:18.2.0" react-hook-form: "npm:^7.50.1" @@ -6642,59 +6154,61 @@ __metadata: languageName: node linkType: hard -"@react-native-async-storage/async-storage@npm:1.21.0": - version: 1.21.0 - resolution: "@react-native-async-storage/async-storage@npm:1.21.0" +"@react-native-async-storage/async-storage@npm:1.23.1": + version: 1.23.1 + resolution: "@react-native-async-storage/async-storage@npm:1.23.1" dependencies: merge-options: "npm:^3.0.4" peerDependencies: react-native: ^0.0.0-0 || >=0.60 <1.0 - checksum: 10/7860faaa0ddb849ba4019f48fba90cffea686fb8a29813379ff38af8d635d4d8e7841735c2ba53b7788fb54312f157338e5630a768e9b2339dc33c4f5b316ca7 + checksum: 10/9d0acc7edb0ba9ee414d6e62c656e5d571c9d9615e7e9f4748865b965178998f2e73786b8050387ada00ddb6faaca97b5cf2e010ceaeebe91571991364a0f515 languageName: node linkType: hard -"@react-native-community/cli-clean@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-clean@npm:12.3.6" +"@react-native-community/cli-clean@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-clean@npm:13.6.6" dependencies: - "@react-native-community/cli-tools": "npm:12.3.6" + "@react-native-community/cli-tools": "npm:13.6.6" chalk: "npm:^4.1.2" execa: "npm:^5.0.0" - checksum: 10/51cc4b3c6e3d47444c1ae54592501337dcb0ebf9f49a902389e6e25f139afabdb43b12cb5d79cac3c231fc222bca876ca007c9d9f03677dada6500443910eea7 + fast-glob: "npm:^3.3.2" + checksum: 10/430d624148d3cb55c340958792ead681bd5d005901b7bc59afc8908d780ebece549475645321a177c427f6e99fe695931af01017e808f03f2b402b55761b2592 languageName: node linkType: hard -"@react-native-community/cli-config@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-config@npm:12.3.6" +"@react-native-community/cli-config@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-config@npm:13.6.6" dependencies: - "@react-native-community/cli-tools": "npm:12.3.6" + "@react-native-community/cli-tools": "npm:13.6.6" chalk: "npm:^4.1.2" cosmiconfig: "npm:^5.1.0" deepmerge: "npm:^4.3.0" - glob: "npm:^7.1.3" + fast-glob: "npm:^3.3.2" joi: "npm:^17.2.1" - checksum: 10/08c29a8b50ae59ccd1803c4467675c2d8cb918a3df213090340e7ceee154110d1b9f142c4cbce93502c6ed9ad42f98b0c2a575497ed2ab52414ed03c6482aad2 + checksum: 10/66d2b1df2049ab72fc5925926bbffa6ea8e8b5088d67b6a53699c4c2afcc686d2663e7a74e72b0d47d1997a3f72d6076d1d84292204f220d01fa386eeab911f5 languageName: node linkType: hard -"@react-native-community/cli-debugger-ui@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-debugger-ui@npm:12.3.6" +"@react-native-community/cli-debugger-ui@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-debugger-ui@npm:13.6.6" dependencies: serve-static: "npm:^1.13.1" - checksum: 10/066c802a626cf678f2926a4a7968f98418edf2790e094cb0b8a6478e12af148587b5269abcc260a328b393957eb78c9a69e0061f0253fa045144a799ba61dbb8 + checksum: 10/90b2cf006b1635abaa4cb7ead1a9784e05bd33bd97eac26c662dfe5934c4fabc4802f94a9c2a1f6ce71f400efad237ec476762e368b9f4505f1d822947821367 languageName: node linkType: hard -"@react-native-community/cli-doctor@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-doctor@npm:12.3.6" +"@react-native-community/cli-doctor@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-doctor@npm:13.6.6" dependencies: - "@react-native-community/cli-config": "npm:12.3.6" - "@react-native-community/cli-platform-android": "npm:12.3.6" - "@react-native-community/cli-platform-ios": "npm:12.3.6" - "@react-native-community/cli-tools": "npm:12.3.6" + "@react-native-community/cli-config": "npm:13.6.6" + "@react-native-community/cli-platform-android": "npm:13.6.6" + "@react-native-community/cli-platform-apple": "npm:13.6.6" + "@react-native-community/cli-platform-ios": "npm:13.6.6" + "@react-native-community/cli-tools": "npm:13.6.6" chalk: "npm:^4.1.2" command-exists: "npm:^1.2.8" deepmerge: "npm:^4.3.0" @@ -6707,80 +6221,83 @@ __metadata: strip-ansi: "npm:^5.2.0" wcwidth: "npm:^1.0.1" yaml: "npm:^2.2.1" - checksum: 10/1d8275af710f8d759b7dcabb288d74e10fd2cda7cdb4e0e85f32e3d2497d293461d3c2c7e9820d0b1f2b733e9a1ebc82600d288982a74b356561fdacbc4262d4 + checksum: 10/d55c51e1ee39bf7fd201a5a0ba22246dee4c0ba00fcf39bacbe682beda1f982ba1dd55b91fb0567eefb37d8ff86a67e622742a538bb89adbd4bdebf40a14a635 languageName: node linkType: hard -"@react-native-community/cli-hermes@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-hermes@npm:12.3.6" +"@react-native-community/cli-hermes@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-hermes@npm:13.6.6" dependencies: - "@react-native-community/cli-platform-android": "npm:12.3.6" - "@react-native-community/cli-tools": "npm:12.3.6" + "@react-native-community/cli-platform-android": "npm:13.6.6" + "@react-native-community/cli-tools": "npm:13.6.6" chalk: "npm:^4.1.2" hermes-profile-transformer: "npm:^0.0.6" - checksum: 10/61506bde3451a909da4ddfa09497de0f2cda88069262fa7c36423df4c4ee3ee4de2c3a34c39639c351a0ba7622a64a2d9379c0c6a517f32a7a844e1d1ad5d4ed + checksum: 10/8c7645e39914491d4490480655255826b5b0083223dd8bc07200eb553d0285b1faf8388820710a83874a0ae830aef581c33a70ec6ec9bc8b11bf3b3da5251f12 languageName: node linkType: hard -"@react-native-community/cli-platform-android@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-platform-android@npm:12.3.6" +"@react-native-community/cli-platform-android@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-platform-android@npm:13.6.6" dependencies: - "@react-native-community/cli-tools": "npm:12.3.6" + "@react-native-community/cli-tools": "npm:13.6.6" chalk: "npm:^4.1.2" execa: "npm:^5.0.0" + fast-glob: "npm:^3.3.2" fast-xml-parser: "npm:^4.2.4" - glob: "npm:^7.1.3" logkitty: "npm:^0.7.1" - checksum: 10/00987cf6a711abcb6a089219dfa2892448e7a35821e70b788e64f5fb50859564c5584ce9a9ac36c26cb8b9c51f997e17d8def9648a14c0f73378914582cc1d4a + checksum: 10/4326695026cbc99ab1f55a527f2cf905fc522ed31e5c68cfd03f81ed92746b958df9cad01d050af0bb0d5d557585c0e3b0793f7d7fffe46b99a4c1f64d53556f languageName: node linkType: hard -"@react-native-community/cli-platform-ios@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-platform-ios@npm:12.3.6" +"@react-native-community/cli-platform-apple@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-platform-apple@npm:13.6.6" dependencies: - "@react-native-community/cli-tools": "npm:12.3.6" + "@react-native-community/cli-tools": "npm:13.6.6" chalk: "npm:^4.1.2" execa: "npm:^5.0.0" + fast-glob: "npm:^3.3.2" fast-xml-parser: "npm:^4.0.12" - glob: "npm:^7.1.3" ora: "npm:^5.4.1" - checksum: 10/dd422d1909f92b955ad7960d15c31c649712ad9af3e2b061582f75ed234bf0204403fa8e50ee521f1a07daae65e231145991a0fc4b5f86fd5ff80d48efd75fde + checksum: 10/c776ec3583cd75a70c42c16c534e8977ab807d266b8dc1975d345c0f4c24f63cf001f75864c2297ed3234b1b72b55834caa158792b9b1cb0daede88cc9cd1d56 languageName: node linkType: hard -"@react-native-community/cli-plugin-metro@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-plugin-metro@npm:12.3.6" - checksum: 10/da090c26c28971c3c362ff9fe40b19bc09826bf62ce6a992744bda0f5d6ddaf26bf4258632509fb07c3a22ebea8c6f3dfd15fcd04ef4e43a4b509349928de42b +"@react-native-community/cli-platform-ios@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-platform-ios@npm:13.6.6" + dependencies: + "@react-native-community/cli-platform-apple": "npm:13.6.6" + checksum: 10/bcaf4dc06cb330d1538962afbcf1e9046cc0dc09f7fec16c0e68ea5575b9f215ab2dfc98190cf4333f52f647cb960c9593465bd0ab500122dfda03968a40b16c languageName: node linkType: hard -"@react-native-community/cli-server-api@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-server-api@npm:12.3.6" +"@react-native-community/cli-server-api@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-server-api@npm:13.6.6" dependencies: - "@react-native-community/cli-debugger-ui": "npm:12.3.6" - "@react-native-community/cli-tools": "npm:12.3.6" + "@react-native-community/cli-debugger-ui": "npm:13.6.6" + "@react-native-community/cli-tools": "npm:13.6.6" compression: "npm:^1.7.1" connect: "npm:^3.6.5" errorhandler: "npm:^1.5.1" nocache: "npm:^3.0.1" pretty-format: "npm:^26.6.2" serve-static: "npm:^1.13.1" - ws: "npm:^7.5.1" - checksum: 10/def2f2f479b7c905a64d9cfe92e618fd8cd6abdaf5a6036987b5a70c4d2d47f2f5b79de8950b9bdd36a26339373a2c43a1b143b5fac9fee036ae8b44234ea242 + ws: "npm:^6.2.2" + checksum: 10/48256f9b09d7e80e856ed986eeb92ea2ebd0a5b5a87383752283e8444e192ea8b55eb0890ac708a5922982551a05a2cbbf905c1665b155505eb4430a5384ccf1 languageName: node linkType: hard -"@react-native-community/cli-tools@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-tools@npm:12.3.6" +"@react-native-community/cli-tools@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-tools@npm:13.6.6" dependencies: appdirsjs: "npm:^1.2.4" chalk: "npm:^4.1.2" + execa: "npm:^5.0.0" find-up: "npm:^5.0.0" mime: "npm:^2.4.1" node-fetch: "npm:^2.6.0" @@ -6789,32 +6306,31 @@ __metadata: semver: "npm:^7.5.2" shell-quote: "npm:^1.7.3" sudo-prompt: "npm:^9.0.0" - checksum: 10/ddbfbc22c7ded117e7a7028343045b2566fb26c2813870824f6d5464203e3babdb20a28d39a4a5b1f9301e2f4e571338ccd1b497fb8c3955ac0ac5e52426c459 + checksum: 10/fe82639e00b46406f410c85fb9a67e6120e22996e66b819f62f9e0f2e10e9407d6736536374d82be7b3f17a9468cbeab995e7c57961540441a96394d437fa0ea languageName: node linkType: hard -"@react-native-community/cli-types@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli-types@npm:12.3.6" +"@react-native-community/cli-types@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli-types@npm:13.6.6" dependencies: joi: "npm:^17.2.1" - checksum: 10/f087c41d7b63ab8cb5d608bb176847bc442706710748c324faa8c7f3087c3fb7a1f84e8f6dd5c6d32c691c2f12c08cb47429ce83fd1dd577679f7171043cd439 + checksum: 10/f2c8ffcd2e68df552687d687cab663b5c6bf9c2b807ba156eecde109ffd08cad5aa179aeb482d6922a8adce59e14deba67e7916ed077da8986a0ab7a0a9a49c9 languageName: node linkType: hard -"@react-native-community/cli@npm:12.3.6": - version: 12.3.6 - resolution: "@react-native-community/cli@npm:12.3.6" +"@react-native-community/cli@npm:13.6.6": + version: 13.6.6 + resolution: "@react-native-community/cli@npm:13.6.6" dependencies: - "@react-native-community/cli-clean": "npm:12.3.6" - "@react-native-community/cli-config": "npm:12.3.6" - "@react-native-community/cli-debugger-ui": "npm:12.3.6" - "@react-native-community/cli-doctor": "npm:12.3.6" - "@react-native-community/cli-hermes": "npm:12.3.6" - "@react-native-community/cli-plugin-metro": "npm:12.3.6" - "@react-native-community/cli-server-api": "npm:12.3.6" - "@react-native-community/cli-tools": "npm:12.3.6" - "@react-native-community/cli-types": "npm:12.3.6" + "@react-native-community/cli-clean": "npm:13.6.6" + "@react-native-community/cli-config": "npm:13.6.6" + "@react-native-community/cli-debugger-ui": "npm:13.6.6" + "@react-native-community/cli-doctor": "npm:13.6.6" + "@react-native-community/cli-hermes": "npm:13.6.6" + "@react-native-community/cli-server-api": "npm:13.6.6" + "@react-native-community/cli-tools": "npm:13.6.6" + "@react-native-community/cli-types": "npm:13.6.6" chalk: "npm:^4.1.2" commander: "npm:^9.4.1" deepmerge: "npm:^4.3.0" @@ -6826,7 +6342,7 @@ __metadata: semver: "npm:^7.5.2" bin: react-native: build/bin.js - checksum: 10/771a966bc93bce9d86948f4b3051fc0464e4dbed28b8d343aff689c9b6885449a6445067d92be1af14c828e70deb9af3e8f69519e67d5b10520cc4e86db482ff + checksum: 10/a0a27bb471107a818f56a41969bf4298b9bcba5054ac5a6258c2d6b698797f3acfbef7d9c18960706bcce39f751adcae5a8d7a3ac908d22eefa4b88de82db46d languageName: node linkType: hard @@ -6840,12 +6356,12 @@ __metadata: languageName: node linkType: hard -"@react-native-community/netinfo@npm:11.1.0": - version: 11.1.0 - resolution: "@react-native-community/netinfo@npm:11.1.0" +"@react-native-community/netinfo@npm:11.3.1": + version: 11.3.1 + resolution: "@react-native-community/netinfo@npm:11.3.1" peerDependencies: react-native: ">=0.59" - checksum: 10/be3041882d354c364e3ea60731b626a02a3356ee9f10510b1520af2bdf08895d09ad0ff820b7fc8e8234f6468602e968f21deb7c9a9733d0b8c6a08cd9afbb12 + checksum: 10/101f2a471ea6b71c7026d31cb2fe5c18c2f555f84f4d0de4fb0eccc5e76ab17b7c3277c31360901af7f75ad56b11c9dbcd1efa7d5ef859dbeb08e65f422298e1 languageName: node linkType: hard @@ -6880,23 +6396,24 @@ __metadata: languageName: node linkType: hard -"@react-native/babel-plugin-codegen@npm:0.73.4": - version: 0.73.4 - resolution: "@react-native/babel-plugin-codegen@npm:0.73.4" +"@react-native/babel-plugin-codegen@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/babel-plugin-codegen@npm:0.74.83" dependencies: - "@react-native/codegen": "npm:0.73.3" - checksum: 10/b32651c29d694a530390347c06fa09cfbc0189bddb3ccdbe47caa050e2e909ea0e4e32182b1a2c12fb73e9b8f352da9f3c239fb77e6e892c59c297371758f53a + "@react-native/codegen": "npm:0.74.83" + checksum: 10/c82bf76611e479723c7722a1aa7aa244f8e496c500bbd3894ce182a898173671b3443e528eb843b5a77320fdcf8798cc66e4ad025dc5ac98be3b4ab680a31c6c languageName: node linkType: hard -"@react-native/babel-preset@npm:0.73.21, @react-native/babel-preset@npm:^0.73.18": - version: 0.73.21 - resolution: "@react-native/babel-preset@npm:0.73.21" +"@react-native/babel-preset@npm:0.74.83, @react-native/babel-preset@npm:~0.74.83": + version: 0.74.83 + resolution: "@react-native/babel-preset@npm:0.74.83" dependencies: "@babel/core": "npm:^7.20.0" "@babel/plugin-proposal-async-generator-functions": "npm:^7.0.0" "@babel/plugin-proposal-class-properties": "npm:^7.18.0" "@babel/plugin-proposal-export-default-from": "npm:^7.0.0" + "@babel/plugin-proposal-logical-assignment-operators": "npm:^7.18.0" "@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.0" "@babel/plugin-proposal-numeric-separator": "npm:^7.0.0" "@babel/plugin-proposal-object-rest-spread": "npm:^7.20.0" @@ -6932,135 +6449,136 @@ __metadata: "@babel/plugin-transform-typescript": "npm:^7.5.0" "@babel/plugin-transform-unicode-regex": "npm:^7.0.0" "@babel/template": "npm:^7.0.0" - "@react-native/babel-plugin-codegen": "npm:0.73.4" + "@react-native/babel-plugin-codegen": "npm:0.74.83" babel-plugin-transform-flow-enums: "npm:^0.0.2" react-refresh: "npm:^0.14.0" peerDependencies: "@babel/core": "*" - checksum: 10/93e62bc1cd9cbc0fc86dc8498a03a6eb26aad75540c03752da9cce4ab56a55c4fc03a6542b624b2dc69269ce8209fa0f483d20afa60b64e35f1e1b3536c9c88d + checksum: 10/3f8fb2ebddb52201c5be64550f811f161cdab4e3416c9d411715414a38ea706e8d1587aee1909bf2ee7293c59e171f22ad90472d1a26b76ac7042695e23fa813 languageName: node linkType: hard -"@react-native/codegen@npm:0.73.3": - version: 0.73.3 - resolution: "@react-native/codegen@npm:0.73.3" +"@react-native/codegen@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/codegen@npm:0.74.83" dependencies: "@babel/parser": "npm:^7.20.0" - flow-parser: "npm:^0.206.0" glob: "npm:^7.1.1" + hermes-parser: "npm:0.19.1" invariant: "npm:^2.2.4" jscodeshift: "npm:^0.14.0" mkdirp: "npm:^0.5.1" nullthrows: "npm:^1.1.1" peerDependencies: "@babel/preset-env": ^7.1.6 - checksum: 10/3449b50e9cb388f910ceec9321aea1d741dece477d18dffed2b730219071a90d5f5067cf528bcea45e124213d4881198dcd7f712f8c0824294fda8d3c4f24334 + checksum: 10/8f8e546a67786b92c86b17f411f3304ef6e13616abf1b0362f1bcce0bb79dc4f0cd5f65901f6eddb9dff517c2aac5a96cafb70385940a585540242e40be1af40 languageName: node linkType: hard -"@react-native/community-cli-plugin@npm:0.73.17": - version: 0.73.17 - resolution: "@react-native/community-cli-plugin@npm:0.73.17" +"@react-native/community-cli-plugin@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/community-cli-plugin@npm:0.74.83" dependencies: - "@react-native-community/cli-server-api": "npm:12.3.6" - "@react-native-community/cli-tools": "npm:12.3.6" - "@react-native/dev-middleware": "npm:0.73.8" - "@react-native/metro-babel-transformer": "npm:0.73.15" + "@react-native-community/cli-server-api": "npm:13.6.6" + "@react-native-community/cli-tools": "npm:13.6.6" + "@react-native/dev-middleware": "npm:0.74.83" + "@react-native/metro-babel-transformer": "npm:0.74.83" chalk: "npm:^4.0.0" execa: "npm:^5.1.1" metro: "npm:^0.80.3" metro-config: "npm:^0.80.3" metro-core: "npm:^0.80.3" node-fetch: "npm:^2.2.0" + querystring: "npm:^0.2.1" readline: "npm:^1.3.0" - checksum: 10/a6cca3d4d21539b263f5d4b783bff07056d8d3c742e70824e52510bff937813047cce53d09debea0fe999cd75334fcaec17b3916abc82104a9eaa0a3d4565883 + checksum: 10/8fb00b974b400246d15047df456d0c651d5ee2a94e3b81809de538b81b6ca9e9f290a69db8daa602161b0264f269d74296615943dc41078a1cbbc2c9627efd15 languageName: node linkType: hard -"@react-native/debugger-frontend@npm:0.73.3": - version: 0.73.3 - resolution: "@react-native/debugger-frontend@npm:0.73.3" - checksum: 10/eae79ba9d5ed08d4f2c925a649aaa36166d35848edc500475b1d1e36418f496d9a5a9e83d45b10041263da3de7f51eef893327e996d2e6d98c13deada1401cb8 +"@react-native/debugger-frontend@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/debugger-frontend@npm:0.74.83" + checksum: 10/16a82c9e2170379ee94a143c5f64347abe3b03678bc4077512296f8ea2fa2d86197beb829b7c9bdece5784709d504972be15b20e6ab856e1b0e91193e06d7121 languageName: node linkType: hard -"@react-native/dev-middleware@npm:0.73.8, @react-native/dev-middleware@npm:^0.73.6": - version: 0.73.8 - resolution: "@react-native/dev-middleware@npm:0.73.8" +"@react-native/dev-middleware@npm:0.74.83, @react-native/dev-middleware@npm:~0.74.75": + version: 0.74.83 + resolution: "@react-native/dev-middleware@npm:0.74.83" dependencies: "@isaacs/ttlcache": "npm:^1.4.1" - "@react-native/debugger-frontend": "npm:0.73.3" + "@react-native/debugger-frontend": "npm:0.74.83" + "@rnx-kit/chromium-edge-launcher": "npm:^1.0.0" chrome-launcher: "npm:^0.15.2" - chromium-edge-launcher: "npm:^1.0.0" connect: "npm:^3.6.5" debug: "npm:^2.2.0" node-fetch: "npm:^2.2.0" + nullthrows: "npm:^1.1.1" open: "npm:^7.0.3" + selfsigned: "npm:^2.4.1" serve-static: "npm:^1.13.1" temp-dir: "npm:^2.0.0" ws: "npm:^6.2.2" - checksum: 10/9ba1b721189918cf1db0d311d5e36d73a7a314bd1449c79b52b83c51649a616adece2da9c6e9058a869e81b3fd20c9f4055d3d5ca1e27529ea0e2b2a93b22d32 + checksum: 10/1c69f40dab2729d38adca0a80af5dee942322f667025541cb11222e1d3e8071933b3f48d5a9765be4502a056d9b51502fabfeac1092543781e1c6106c3e202a6 languageName: node linkType: hard -"@react-native/gradle-plugin@npm:0.73.4": - version: 0.73.4 - resolution: "@react-native/gradle-plugin@npm:0.73.4" - checksum: 10/eed3a2fe4d7a8a71552003618976f4de9b4412861a96e65ec80641b94bd6e4a0d1dd4b0b9c44a8e45ac9de79495e2f85a3f9993d2403b227bca6d0efb60b6d11 +"@react-native/gradle-plugin@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/gradle-plugin@npm:0.74.83" + checksum: 10/377c2b14dd33845515f8c44d80c12ca20fc8d84ad30671ad141ce4b014f84c175f4ea958d0adf634a6579912e99d406a6e0fdd6f2cd7b1a4c640ed75c9aeed45 languageName: node linkType: hard -"@react-native/js-polyfills@npm:0.73.1": - version: 0.73.1 - resolution: "@react-native/js-polyfills@npm:0.73.1" - checksum: 10/2afbff4bb226dcdaf455555a233fd06199ff788e07cd1da4a672eeb28e31649f3d95536515b40f1d6fd95d6d349128038aec6468eecf76388eee1bc12b5e9566 +"@react-native/js-polyfills@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/js-polyfills@npm:0.74.83" + checksum: 10/1918ae0f17d4bc7feea532e56b055a0f3bc7d97e0090f70850f1ecc5f92093a5433e9d9bb6ada308acf9d6695764c84fccd657d2fd6feb538b972af25e241aa6 languageName: node linkType: hard -"@react-native/metro-babel-transformer@npm:0.73.15": - version: 0.73.15 - resolution: "@react-native/metro-babel-transformer@npm:0.73.15" +"@react-native/metro-babel-transformer@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/metro-babel-transformer@npm:0.74.83" dependencies: "@babel/core": "npm:^7.20.0" - "@react-native/babel-preset": "npm:0.73.21" - hermes-parser: "npm:0.15.0" + "@react-native/babel-preset": "npm:0.74.83" + hermes-parser: "npm:0.19.1" nullthrows: "npm:^1.1.1" peerDependencies: "@babel/core": "*" - checksum: 10/8d7b448ecf60f4662de2b7b3be31e6b61d03ebcdd1cbe7f84fedf58faa3065622d185ce5f737257f4c512828a101f5a2008101ec43cc60623c049f493e628340 + checksum: 10/40b392eb90de8267ecf983a53752e37a57f93fdf9e384a09c8b0ff5ec8cbf4393bd8093608222e4850d746376c3ea48f2983bfa82d0696ceb9815fd25c5fe394 languageName: node linkType: hard -"@react-native/normalize-color@npm:^2.0.0, @react-native/normalize-color@npm:^2.1.0": +"@react-native/normalize-color@npm:^2.1.0": version: 2.1.0 resolution: "@react-native/normalize-color@npm:2.1.0" checksum: 10/a72b98538e6b7e265fb0669b8767d5f788777fb1a0ac1df7b0c82d8b3a804c8122aa7b819688c5e36fcf90b5ba93050b0070e29d3f0d70ab9530c2abd2bb9f9e languageName: node linkType: hard -"@react-native/normalize-colors@npm:0.73.2, @react-native/normalize-colors@npm:^0.73.0": - version: 0.73.2 - resolution: "@react-native/normalize-colors@npm:0.73.2" - checksum: 10/9d0327575e07287be32c0182ac28819ddba4727a3161ec266a901d994fa7998823ae37410d77616e0a15d82849b50664568c7617aa616d9ea095f2cba040be02 - languageName: node - linkType: hard - -"@react-native/normalize-colors@npm:^0.74.1": +"@react-native/normalize-colors@npm:0.74.83, @react-native/normalize-colors@npm:^0.74.1, @react-native/normalize-colors@npm:~0.74.83": version: 0.74.83 resolution: "@react-native/normalize-colors@npm:0.74.83" checksum: 10/2784c3b119cc022a342530027f891a158e965291d79cc990a22b67c9e5f2a4f28043e19086a6ec9351e8df09173072104cad84c84a3de32ec94be99cc59c2cb1 languageName: node linkType: hard -"@react-native/virtualized-lists@npm:0.73.4": - version: 0.73.4 - resolution: "@react-native/virtualized-lists@npm:0.73.4" +"@react-native/virtualized-lists@npm:0.74.83": + version: 0.74.83 + resolution: "@react-native/virtualized-lists@npm:0.74.83" dependencies: invariant: "npm:^2.2.4" nullthrows: "npm:^1.1.1" peerDependencies: + "@types/react": ^18.2.6 + react: "*" react-native: "*" - checksum: 10/bfce9d5ddf2f80f0ebebd515229751cf7686b4ce69a40a2443224749f1843fdc6219e631785067839809ac1f88bf383bb33263853b47e56b019fdf7c70a30bac + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/aedc098372a303845e5f13f1c8745499ca17f26676a84deee9cdc07fb61027ba37036bb99431ab4af796986645d1acaf3570e43b0bacc52ff763eefcf76edb66 languageName: node linkType: hard @@ -7653,41 +7171,50 @@ __metadata: languageName: node linkType: hard -"@remix-run/node@npm:^1.19.3": - version: 1.19.3 - resolution: "@remix-run/node@npm:1.19.3" +"@remix-run/node@npm:^2.7.2": + version: 2.9.2 + resolution: "@remix-run/node@npm:2.9.2" dependencies: - "@remix-run/server-runtime": "npm:1.19.3" - "@remix-run/web-fetch": "npm:^4.3.6" - "@remix-run/web-file": "npm:^3.0.3" - "@remix-run/web-stream": "npm:^1.0.4" + "@remix-run/server-runtime": "npm:2.9.2" + "@remix-run/web-fetch": "npm:^4.4.2" "@web3-storage/multipart-parser": "npm:^1.0.0" - abort-controller: "npm:^3.0.0" cookie-signature: "npm:^1.1.0" source-map-support: "npm:^0.5.21" stream-slice: "npm:^0.1.2" - checksum: 10/4d64bb648c512a971ec1665070d1e0fe92f03e6521ab757ca10ed8a1f68c87484c4da987b4b922c6bc297ba12c8e54cf2f236d2d3054cf3eb7b20b7f519fa9a3 + undici: "npm:^6.10.1" + peerDependencies: + typescript: ^5.1.0 + peerDependenciesMeta: + typescript: + optional: true + checksum: 10/3751996afcb8f7b23dc8059456104b21dc715da9303a59d379c53f3440696a52ef4f4cd0d252e93454f72c695a7264ec1e514f11b720fd9b992c6c1a90e88b01 languageName: node linkType: hard -"@remix-run/router@npm:1.7.2": - version: 1.7.2 - resolution: "@remix-run/router@npm:1.7.2" - checksum: 10/bb307582118de4767e8a2a6e4b8329dd7eb1268ac710b0c612eb8948e107ffda6921c782678fdac4bcda614cc88e42707ea3c7518f647ed16e8c058ca7d6342f +"@remix-run/router@npm:1.16.1": + version: 1.16.1 + resolution: "@remix-run/router@npm:1.16.1" + checksum: 10/0bfbf2a04707e7f7fde5c76614e7990945a6d854d50c1f9f63cea50208ff864a8920420534ff7ddff6a0bcb584c84456d2f7613d6d6e896db46cafcc70d8fb65 languageName: node linkType: hard -"@remix-run/server-runtime@npm:1.19.3": - version: 1.19.3 - resolution: "@remix-run/server-runtime@npm:1.19.3" +"@remix-run/server-runtime@npm:2.9.2": + version: 2.9.2 + resolution: "@remix-run/server-runtime@npm:2.9.2" dependencies: - "@remix-run/router": "npm:1.7.2" - "@types/cookie": "npm:^0.4.1" + "@remix-run/router": "npm:1.16.1" + "@types/cookie": "npm:^0.6.0" "@web3-storage/multipart-parser": "npm:^1.0.0" - cookie: "npm:^0.4.1" + cookie: "npm:^0.6.0" set-cookie-parser: "npm:^2.4.8" source-map: "npm:^0.7.3" - checksum: 10/ecf2ddcdc852599c8d83af22bb72b3a2ed2cf5871c8dd4c93b36ae3388eb09db5b8995e42f7618ab65896870af7a4168cce0c5adf4ab67adf30098056f58aaa6 + turbo-stream: "npm:^2.0.0" + peerDependencies: + typescript: ^5.1.0 + peerDependenciesMeta: + typescript: + optional: true + checksum: 10/52daceb6d4e2093404ab6859b59599cc548dc8627914e6b8275ee12739c8a4cd20af65275a896a40d413eac92885763e7476b16fd1b8a6d34430ebd484fc3341 languageName: node linkType: hard @@ -7701,7 +7228,7 @@ __metadata: languageName: node linkType: hard -"@remix-run/web-fetch@npm:^4.3.6": +"@remix-run/web-fetch@npm:^4.4.2": version: 4.4.2 resolution: "@remix-run/web-fetch@npm:4.4.2" dependencies: @@ -7717,7 +7244,7 @@ __metadata: languageName: node linkType: hard -"@remix-run/web-file@npm:^3.0.3, @remix-run/web-file@npm:^3.1.0": +"@remix-run/web-file@npm:^3.1.0": version: 3.1.0 resolution: "@remix-run/web-file@npm:3.1.0" dependencies: @@ -7735,7 +7262,7 @@ __metadata: languageName: node linkType: hard -"@remix-run/web-stream@npm:^1.0.4, @remix-run/web-stream@npm:^1.1.0": +"@remix-run/web-stream@npm:^1.1.0": version: 1.1.0 resolution: "@remix-run/web-stream@npm:1.1.0" dependencies: @@ -7795,6 +7322,20 @@ __metadata: languageName: node linkType: hard +"@rnx-kit/chromium-edge-launcher@npm:^1.0.0": + version: 1.0.0 + resolution: "@rnx-kit/chromium-edge-launcher@npm:1.0.0" + dependencies: + "@types/node": "npm:^18.0.0" + escape-string-regexp: "npm:^4.0.0" + is-wsl: "npm:^2.2.0" + lighthouse-logger: "npm:^1.0.0" + mkdirp: "npm:^1.0.4" + rimraf: "npm:^3.0.2" + checksum: 10/b4f3775da4140f071075f4cfd96e47a57f3212385f9865196a4fae38f30a33a31f78b1937c83d56aea95ad0672bf200cd4d25487e32e8b4735d0b899b65e527f + languageName: node + linkType: hard + "@rollup/plugin-inject@npm:^5.0.4, @rollup/plugin-inject@npm:^5.0.5": version: 5.0.5 resolution: "@rollup/plugin-inject@npm:5.0.5" @@ -8071,90 +7612,90 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-darwin-arm64@npm:1.5.5" +"@swc/core-darwin-arm64@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-darwin-arm64@npm:1.5.6" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-darwin-x64@npm:1.5.5" +"@swc/core-darwin-x64@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-darwin-x64@npm:1.5.6" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.5.5" +"@swc/core-linux-arm-gnueabihf@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.5.6" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-linux-arm64-gnu@npm:1.5.5" +"@swc/core-linux-arm64-gnu@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-linux-arm64-gnu@npm:1.5.6" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-linux-arm64-musl@npm:1.5.5" +"@swc/core-linux-arm64-musl@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-linux-arm64-musl@npm:1.5.6" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-linux-x64-gnu@npm:1.5.5" +"@swc/core-linux-x64-gnu@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-linux-x64-gnu@npm:1.5.6" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-linux-x64-musl@npm:1.5.5" +"@swc/core-linux-x64-musl@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-linux-x64-musl@npm:1.5.6" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-win32-arm64-msvc@npm:1.5.5" +"@swc/core-win32-arm64-msvc@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-win32-arm64-msvc@npm:1.5.6" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-win32-ia32-msvc@npm:1.5.5" +"@swc/core-win32-ia32-msvc@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-win32-ia32-msvc@npm:1.5.6" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.5.5": - version: 1.5.5 - resolution: "@swc/core-win32-x64-msvc@npm:1.5.5" +"@swc/core-win32-x64-msvc@npm:1.5.6": + version: 1.5.6 + resolution: "@swc/core-win32-x64-msvc@npm:1.5.6" conditions: os=win32 & cpu=x64 languageName: node linkType: hard "@swc/core@npm:^1.3.100, @swc/core@npm:^1.3.107": - version: 1.5.5 - resolution: "@swc/core@npm:1.5.5" - dependencies: - "@swc/core-darwin-arm64": "npm:1.5.5" - "@swc/core-darwin-x64": "npm:1.5.5" - "@swc/core-linux-arm-gnueabihf": "npm:1.5.5" - "@swc/core-linux-arm64-gnu": "npm:1.5.5" - "@swc/core-linux-arm64-musl": "npm:1.5.5" - "@swc/core-linux-x64-gnu": "npm:1.5.5" - "@swc/core-linux-x64-musl": "npm:1.5.5" - "@swc/core-win32-arm64-msvc": "npm:1.5.5" - "@swc/core-win32-ia32-msvc": "npm:1.5.5" - "@swc/core-win32-x64-msvc": "npm:1.5.5" + version: 1.5.6 + resolution: "@swc/core@npm:1.5.6" + dependencies: + "@swc/core-darwin-arm64": "npm:1.5.6" + "@swc/core-darwin-x64": "npm:1.5.6" + "@swc/core-linux-arm-gnueabihf": "npm:1.5.6" + "@swc/core-linux-arm64-gnu": "npm:1.5.6" + "@swc/core-linux-arm64-musl": "npm:1.5.6" + "@swc/core-linux-x64-gnu": "npm:1.5.6" + "@swc/core-linux-x64-musl": "npm:1.5.6" + "@swc/core-win32-arm64-msvc": "npm:1.5.6" + "@swc/core-win32-ia32-msvc": "npm:1.5.6" + "@swc/core-win32-x64-msvc": "npm:1.5.6" "@swc/counter": "npm:^0.1.2" "@swc/types": "npm:^0.1.5" peerDependencies: @@ -8183,7 +7724,7 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10/31e6dc50eeb549d1e52f21e1c5ae63b714bf4488c70cc4106264de378048ca35c0264c640590fbbb760c0cbe7f2c91291ef20e6af5c46dc31b5da88e8b946f0c + checksum: 10/250eddfa4295bb4308a95b106d94f87b294e54bc4073807020b14aec54fe3d9ba1562ac2d9167870778a8bc7a58590ddc7fe6637415efdc3b7cd92f1f7ce0160 languageName: node linkType: hard @@ -9759,13 +9300,13 @@ __metadata: linkType: hard "@tanstack/eslint-plugin-query@npm:^5.14.6": - version: 5.32.1 - resolution: "@tanstack/eslint-plugin-query@npm:5.32.1" + version: 5.35.6 + resolution: "@tanstack/eslint-plugin-query@npm:5.35.6" dependencies: "@typescript-eslint/utils": "npm:^6.20.0" peerDependencies: eslint: ^8.0.0 - checksum: 10/5563c6a1a3d8e12348bbedc711c36c467c7d19d48a986dbe632237b54a7755950852d4ff66313b5ca99e29a78adc32744c00690986017b3fd7263c4bec270b92 + checksum: 10/19a96cbbf2fa274dbe8295f935a973c0d3d9620c18c932670ce2159d74cc684d0ca585ed9c3c1c47f611f81e2ef86ea11550378d749a2937dec600d960cc36ee languageName: node linkType: hard @@ -9855,9 +9396,9 @@ __metadata: languageName: node linkType: hard -"@tanstack/react-router@npm:1.31.28, @tanstack/react-router@npm:^1.16.5": - version: 1.31.28 - resolution: "@tanstack/react-router@npm:1.31.28" +"@tanstack/react-router@npm:1.32.5, @tanstack/react-router@npm:^1.16.5": + version: 1.32.5 + resolution: "@tanstack/react-router@npm:1.32.5" dependencies: "@tanstack/history": "npm:1.31.16" "@tanstack/react-store": "npm:^0.2.1" @@ -9866,7 +9407,7 @@ __metadata: peerDependencies: react: ">=16.8" react-dom: ">=16.8" - checksum: 10/4fbc33c49985c3c3743654adffa5a00d74c2d1af9bcf2a23b83b3b42dee02fa3f266ad961c1b3debd2bb853a579c1bc100ffd9c0ef3630b70c86062b66ba5be8 + checksum: 10/b888b8e2c600e3595c000f425bdb5ef3278121613680e08076e337f659607d63fa90d98023515e9dae8ede869db61ea8ee8d466880532807e175b6f76790d1e6 languageName: node linkType: hard @@ -9884,14 +9425,14 @@ __metadata: linkType: hard "@tanstack/react-table@npm:^8.10.7": - version: 8.16.0 - resolution: "@tanstack/react-table@npm:8.16.0" + version: 8.17.0 + resolution: "@tanstack/react-table@npm:8.17.0" dependencies: "@tanstack/table-core": "npm:8.16.0" peerDependencies: react: ">=16.8" react-dom: ">=16.8" - checksum: 10/c67b928f0a5ac21a3ac939594ac27e4548a4227997483a6598094cd7250154c5029fc2fadafb4bfb8297ad484c5fa48e2be6068ce65951679b96cf9995941e8c + checksum: 10/eb0ec253778a4edd9854cba5328492f60f59dac998b88b24684768cbddc088b887f6c1dca80747d698ef826b3d1e39bcb31cff724cd801e3f83bee6ddbf3db82 languageName: node linkType: hard @@ -9907,33 +9448,33 @@ __metadata: linkType: hard "@tanstack/router-devtools@npm:^1.16.5": - version: 1.31.28 - resolution: "@tanstack/router-devtools@npm:1.31.28" + version: 1.32.5 + resolution: "@tanstack/router-devtools@npm:1.32.5" dependencies: - "@tanstack/react-router": "npm:1.31.28" + "@tanstack/react-router": "npm:1.32.5" clsx: "npm:^2.1.0" date-fns: "npm:^2.29.1" goober: "npm:^2.1.14" peerDependencies: react: ">=16.8" react-dom: ">=16.8" - checksum: 10/2ffb29c18e4fb7c0bb00ea3a7d4d135e3e340aff9f8379f6fc5a8f1b0d62e1a4133dd3cd3387bdae954c60af0150e366674e9bd0354b1d5e9f817592104f50b1 + checksum: 10/5bb54d0b732ef1212cd5b65a69dd4499678187a60d760bfe335f0640de34216cfa034d3c9e3a823e8e00a7099841d22584b073cf89b485207c4b2c813fba14a3 languageName: node linkType: hard -"@tanstack/router-generator@npm:1.30.0": - version: 1.30.0 - resolution: "@tanstack/router-generator@npm:1.30.0" +"@tanstack/router-generator@npm:1.32.2": + version: 1.32.2 + resolution: "@tanstack/router-generator@npm:1.32.2" dependencies: prettier: "npm:^3.1.1" zod: "npm:^3.22.4" - checksum: 10/3c0790ea386148363d5101dbd3ca35c3523bd4e996fdbb1cec81bce3a246062a71b58b020959e0f5efd9acdf4cf6dcc9d54cd9e797481398dc5fb83533ce93e8 + checksum: 10/3eddc4960271775fe577d321d96ce04d31a0e69ea64ff0188bed312d818c614212039bb76b39b253f40d9eb29872fb580184e39a984acad14d7e39d1e650eb52 languageName: node linkType: hard "@tanstack/router-vite-plugin@npm:^1.16.5": - version: 1.31.18 - resolution: "@tanstack/router-vite-plugin@npm:1.31.18" + version: 1.32.2 + resolution: "@tanstack/router-vite-plugin@npm:1.32.2" dependencies: "@babel/core": "npm:^7.23.7" "@babel/generator": "npm:^7.23.6" @@ -9944,14 +9485,14 @@ __metadata: "@babel/template": "npm:^7.24.0" "@babel/traverse": "npm:^7.24.1" "@babel/types": "npm:^7.24.0" - "@tanstack/router-generator": "npm:1.30.0" + "@tanstack/router-generator": "npm:1.32.2" "@types/babel__core": "npm:^7.20.5" "@types/babel__generator": "npm:^7.6.8" "@types/babel__template": "npm:^7.4.4" "@types/babel__traverse": "npm:^7.20.5" "@vitejs/plugin-react": "npm:^4.2.1" zod: "npm:^3.22.4" - checksum: 10/93211a9ab46a9791be7fc7440f2cbd42241620f33ce006ede2cab4188488e502ce0c11cf02e3802ac5dbaed15b1b36d98d302ff4b32557a8e8200a86000b870c + checksum: 10/7af913908933df0424a5f9026795c858534cf24b6c1036c51520e4e5ee14b3244827645daf9c86428df9443cc02cb4147d0896256cee21ae25b575d1f55f22c4 languageName: node linkType: hard @@ -10430,10 +9971,10 @@ __metadata: languageName: node linkType: hard -"@types/cookie@npm:^0.4.1": - version: 0.4.1 - resolution: "@types/cookie@npm:0.4.1" - checksum: 10/427c9220217d3d74f3e5d53d68cd39502f3bbebdb1af4ecf0d05076bcbe9ddab299ad6369fe0f517389296ba4ca49ddf9a8c22f68e5e9eb8ae6d0076cfab90b2 +"@types/cookie@npm:^0.6.0": + version: 0.6.0 + resolution: "@types/cookie@npm:0.6.0" + checksum: 10/b883348d5bf88695fbc2c2276b1c49859267a55cae3cf11ea1dccc1b3be15b466e637ce3242109ba27d616c77c6aa4efe521e3d557110b4fdd9bc332a12445c2 languageName: node linkType: hard @@ -10792,7 +10333,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^18.11.18": +"@types/node@npm:^18.0.0, @types/node@npm:^18.11.18": version: 18.19.33 resolution: "@types/node@npm:18.19.33" dependencies: @@ -10877,12 +10418,12 @@ __metadata: linkType: hard "@types/react@npm:*": - version: 18.3.1 - resolution: "@types/react@npm:18.3.1" + version: 18.3.2 + resolution: "@types/react@npm:18.3.2" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10/baa6b8a75c471c89ebf3477b4feab57102ced25f0c1e553dd04ef6a1f0def28d5e0172fa626a631f22e223f840b5aaa2403b2d4bb671c83c5a9d6c7ae39c7a05 + checksum: 10/a85eed82c1009dc9d979281d9ea1f5322255003de3378390f35d897b4bdaf1d34ea748636c03e9e9b4b7cc97c2f4582993d2d60e40846226ad497d97c7d8565a languageName: node linkType: hard @@ -11038,9 +10579,9 @@ __metadata: linkType: hard "@types/validator@npm:^13.11.1": - version: 13.11.9 - resolution: "@types/validator@npm:13.11.9" - checksum: 10/2d397c69293cc726e0cf1b4c74c563ca4e459b00f216f3ff0ac184c9648103be27169e8c67f85be9c6e7a3fcbb149c6add66a2547b185a1b25aa79e4b61261bd + version: 13.11.10 + resolution: "@types/validator@npm:13.11.10" + checksum: 10/5f074f7d0bb92ba035ebac28692599755d7285c6961aff2092e6c13e11b6a3f50101e602197bc15a3b1eb7f40d5d5efc485790e79c58e30042c7f915e74c85c5 languageName: node linkType: hard @@ -11268,10 +10809,10 @@ __metadata: languageName: node linkType: hard -"@vercel/build-utils@npm:8.0.0": - version: 8.0.0 - resolution: "@vercel/build-utils@npm:8.0.0" - checksum: 10/b81b76e6822150c2f327b4c70f2ad3434f75e9a53ae2924c532be6f71d6344a0bca6aff85443f59eb2c7f09599e22bb336a870f9525c26c1ee1c0356ff453221 +"@vercel/build-utils@npm:8.1.3": + version: 8.1.3 + resolution: "@vercel/build-utils@npm:8.1.3" + checksum: 10/a2133d387f838041b00db15a9a202607e252c95db38415c96e16bec11a20d7b17feb26c48e36fda2161f811bc5cfcb265dd0656a46bf6fce4a0053312379c467 languageName: node linkType: hard @@ -11319,17 +10860,17 @@ __metadata: languageName: node linkType: hard -"@vercel/gatsby-plugin-vercel-builder@npm:2.0.26": - version: 2.0.26 - resolution: "@vercel/gatsby-plugin-vercel-builder@npm:2.0.26" +"@vercel/gatsby-plugin-vercel-builder@npm:2.0.30": + version: 2.0.30 + resolution: "@vercel/gatsby-plugin-vercel-builder@npm:2.0.30" dependencies: "@sinclair/typebox": "npm:0.25.24" - "@vercel/build-utils": "npm:8.0.0" + "@vercel/build-utils": "npm:8.1.3" "@vercel/routing-utils": "npm:3.1.0" esbuild: "npm:0.14.47" etag: "npm:1.8.1" fs-extra: "npm:11.1.0" - checksum: 10/93fc1f9fc3b077bfa40cb0d53f51c705b83cafa895dc64abd0c1e550fbce5f92c3674c58a0eff3167960aef22b77b6a1ad456e0bc1ca932245899c1003a23ea8 + checksum: 10/488f7f2b9b64ab648be9ec8e44fac0bc24553968ef234b3100d3d50a44a47ccc04aca27f3cbbd54ddaf4edc9857eeaceaf400b2dce35a14076129c5b209b8c39 languageName: node linkType: hard @@ -11350,23 +10891,23 @@ __metadata: languageName: node linkType: hard -"@vercel/next@npm:4.2.9": - version: 4.2.9 - resolution: "@vercel/next@npm:4.2.9" +"@vercel/next@npm:4.2.11": + version: 4.2.11 + resolution: "@vercel/next@npm:4.2.11" dependencies: - "@vercel/nft": "npm:0.26.4" - checksum: 10/9679c789cf48ab1df511549b781d9fe96918b08b966ea45686ddcc8e30a1bf934ce18666c12de199abba7a882efe9ccba7483d1820ffc318525e21f9ffbfdcaf + "@vercel/nft": "npm:0.27.0" + checksum: 10/c7a9424e91d41e1bcedeb10ef8221daf858d1916ab1d877ccb5bdfe27f5a089309b68fd9b5ceea5e31a12f513de1aab4c881218a672a4b9744740624ef32ec9c languageName: node linkType: hard -"@vercel/nft@npm:0.26.4": - version: 0.26.4 - resolution: "@vercel/nft@npm:0.26.4" +"@vercel/nft@npm:0.27.0": + version: 0.27.0 + resolution: "@vercel/nft@npm:0.27.0" dependencies: "@mapbox/node-pre-gyp": "npm:^1.0.5" "@rollup/pluginutils": "npm:^4.0.0" acorn: "npm:^8.6.0" - acorn-import-attributes: "npm:^1.9.2" + acorn-import-attributes: "npm:^1.9.5" async-sema: "npm:^3.1.1" bindings: "npm:^1.4.0" estree-walker: "npm:2.0.2" @@ -11377,21 +10918,21 @@ __metadata: resolve-from: "npm:^5.0.0" bin: nft: out/cli.js - checksum: 10/2d1c55ab84801206a94532edd1a24627bd3309d26837b8c6a301b0b8228ff8a166e63dbd479b1e349313776ae87abd267f27b5e7b4be2691cae843ce045f7e31 + checksum: 10/2f69218f4745b2d6f1347d58cf2ea5c326955614bdb59d69e8e62e8f7c39f019315226d547ac03bb32c7f6c163e95066474efd9110fdb92e958cd90c01a1756f languageName: node linkType: hard -"@vercel/node@npm:3.1.0": - version: 3.1.0 - resolution: "@vercel/node@npm:3.1.0" +"@vercel/node@npm:3.1.4": + version: 3.1.4 + resolution: "@vercel/node@npm:3.1.4" dependencies: "@edge-runtime/node-utils": "npm:2.3.0" "@edge-runtime/primitives": "npm:4.1.0" "@edge-runtime/vm": "npm:3.2.0" "@types/node": "npm:16.18.11" - "@vercel/build-utils": "npm:8.0.0" + "@vercel/build-utils": "npm:8.1.3" "@vercel/error-utils": "npm:2.0.2" - "@vercel/nft": "npm:0.26.4" + "@vercel/nft": "npm:0.27.0" "@vercel/static-config": "npm:3.0.0" async-listen: "npm:3.0.0" cjs-module-lexer: "npm:1.2.3" @@ -11405,7 +10946,7 @@ __metadata: ts-node: "npm:10.9.1" typescript: "npm:4.9.5" undici: "npm:5.26.5" - checksum: 10/e6a304cc073dda7ad941eb1b63a1a886aa9010cfb35dff7f3d0beb1eccc3b0ca398763f318971566a423337f9dcc3deca58db662199d2b5949f9bc225f7201ff + checksum: 10/83a4fad798b0e1899c814351decd17a1deefe0cbebcb56def3a62275d260fcc9994feaead8bd53951f4f63abe61e310a13ea2a210459df92b1dea79e37a893f4 languageName: node linkType: hard @@ -11416,26 +10957,26 @@ __metadata: languageName: node linkType: hard -"@vercel/redwood@npm:2.0.8": - version: 2.0.8 - resolution: "@vercel/redwood@npm:2.0.8" +"@vercel/redwood@npm:2.0.9": + version: 2.0.9 + resolution: "@vercel/redwood@npm:2.0.9" dependencies: - "@vercel/nft": "npm:0.26.4" + "@vercel/nft": "npm:0.27.0" "@vercel/routing-utils": "npm:3.1.0" semver: "npm:6.3.1" - checksum: 10/fceebe6bf5de6ecfd664d63d310288a133ebe421c12f959d72f3ab2e4f36d5488ea8cf31716a36184e3c6cfb98915e7f99d6765cb3a4c56460b270e576e1247a + checksum: 10/e58d30eeed7c06e683c01ae33965479b11c5e0e6e70fb1986708569070314ed8c78e27d8af57969d3728f227e13883f95cbbbfaffb0bd5cffa9ca79981011e37 languageName: node linkType: hard -"@vercel/remix-builder@npm:2.1.5": - version: 2.1.5 - resolution: "@vercel/remix-builder@npm:2.1.5" +"@vercel/remix-builder@npm:2.1.6": + version: 2.1.6 + resolution: "@vercel/remix-builder@npm:2.1.6" dependencies: "@vercel/error-utils": "npm:2.0.2" - "@vercel/nft": "npm:0.26.4" + "@vercel/nft": "npm:0.27.0" "@vercel/static-config": "npm:3.0.0" ts-morph: "npm:12.0.0" - checksum: 10/7a07118d015aa9d80c36fff85a2e9e09cbb72826ad6e3914592c630feb2a2b87ae81bd260e102d533bc5fb9d14746a84b02dc068c662d5b27e75305b40007e55 + checksum: 10/5e2b4c8a597396ed6e4ad09b5139debd7c9125b878271242168bb28deba6510a890ddd7bca639c11074ac7350890fa626989f70d52868ed2ff3f073e7b84dba5 languageName: node linkType: hard @@ -11459,15 +11000,15 @@ __metadata: languageName: node linkType: hard -"@vercel/static-build@npm:2.5.4": - version: 2.5.4 - resolution: "@vercel/static-build@npm:2.5.4" +"@vercel/static-build@npm:2.5.8": + version: 2.5.8 + resolution: "@vercel/static-build@npm:2.5.8" dependencies: "@vercel/gatsby-plugin-vercel-analytics": "npm:1.0.11" - "@vercel/gatsby-plugin-vercel-builder": "npm:2.0.26" + "@vercel/gatsby-plugin-vercel-builder": "npm:2.0.30" "@vercel/static-config": "npm:3.0.0" ts-morph: "npm:12.0.0" - checksum: 10/9eeed5f775b8673d2f1a0c857b050f52e3ee47b6745129632a50377603a49e6064888805011dc23567ad5774233a81c63d2787079729a4eb121415d6be1e681f + checksum: 10/fcde3f4b917225671f030804a6f40c0f7146db95d3f4a278a117d9b2b1adba220ea587e4fa6b781fd7e3ae1e906238e2c0198ecb78b7ff5e461adcc39ab28c51 languageName: node linkType: hard @@ -11871,7 +11412,7 @@ __metadata: languageName: node linkType: hard -"acorn-import-attributes@npm:^1.9.2": +"acorn-import-attributes@npm:^1.9.5": version: 1.9.5 resolution: "acorn-import-attributes@npm:1.9.5" peerDependencies: @@ -12224,9 +11765,9 @@ __metadata: "@packrat/crosspath": "npm:*" "@packrat/ui": "npm:*" "@packrat/validations": "npm:*" - "@react-native-async-storage/async-storage": "npm:1.21.0" + "@react-native-async-storage/async-storage": "npm:1.23.1" "@react-native-community/geolocation": "npm:^3.0.6" - "@react-native-community/netinfo": "npm:11.1.0" + "@react-native-community/netinfo": "npm:11.3.1" "@react-native-google-signin/google-signin": "npm:^9.0.2" "@react-navigation/drawer": "npm:^6.6.6" "@react-navigation/native": "npm:^6.1.6" @@ -12281,26 +11822,26 @@ __metadata: eslint-plugin-promise: "npm:^6.1.1" eslint-plugin-react: "npm:^7.33.2" eslint-plugin-react-native: "npm:^4.0.0" - expo: "npm:^50.0.14" - expo-application: "npm:~5.8.3" - expo-auth-session: "npm:~5.4.0" - expo-checkbox: "npm:~2.7.0" - expo-constants: "npm:~15.4.5" - expo-crypto: "npm:~12.8.1" - expo-document-picker: "npm:~11.10.1" - expo-file-system: "npm:~16.0.8" - expo-font: "npm:~11.10.3" - expo-image-picker: "npm:^14.7.1" - expo-linking: "npm:~6.2.2" - expo-location: "npm:~16.5.5" - expo-random: "npm:~13.6.0" - expo-router: "npm:~3.4.10" - expo-secure-store: "npm:~12.8.1" - expo-splash-screen: "npm:~0.26.4" + expo: "npm:^51.0.5" + expo-application: "npm:~5.9.1" + expo-auth-session: "npm:~5.5.2" + expo-checkbox: "npm:~3.0.0" + expo-constants: "npm:~16.0.1" + expo-crypto: "npm:~13.0.2" + expo-document-picker: "npm:~12.0.1" + expo-file-system: "npm:~17.0.1" + expo-font: "npm:~12.0.5" + expo-image-picker: "npm:~15.0.4" + expo-linking: "npm:~6.3.1" + expo-location: "npm:~17.0.1" + expo-random: "npm:~14.0.1" + expo-router: "npm:~3.5.12" + expo-secure-store: "npm:~13.0.1" + expo-splash-screen: "npm:~0.27.4" expo-standard-web-crypto: "npm:^1.7.0" - expo-status-bar: "npm:~1.11.1" - expo-system-ui: "npm:~2.9.3" - expo-web-browser: "npm:~12.8.2" + expo-status-bar: "npm:~1.12.1" + expo-system-ui: "npm:~3.0.4" + expo-web-browser: "npm:~13.0.3" file-saver: "npm:^2.0.5" firebase: "npm:^9.19.1" fuse.js: "npm:^6.6.2" @@ -12316,23 +11857,23 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-hook-form: "npm:^7.50.1" - react-native: "npm:0.73.6" + react-native: "npm:0.74.1" react-native-dotenv: "npm:^3.4.8" react-native-elements: "npm:^3.4.3" react-native-flash-message: "npm:^0.4.2" - react-native-gesture-handler: "npm:~2.14.0" + react-native-gesture-handler: "npm:~2.16.1" react-native-google-places-autocomplete: "npm:^2.5.1" react-native-paper: "npm:^5.10.6" react-native-paper-dates: "npm:^0.18.12" - react-native-reanimated: "npm:~3.6.2" - react-native-safe-area-context: "npm:4.8.2" - react-native-screens: "npm:~3.29.0" + react-native-reanimated: "npm:~3.10.1" + react-native-safe-area-context: "npm:4.10.1" + react-native-screens: "npm:3.31.1" react-native-select-dropdown: "npm:^3.3.4" - react-native-svg: "npm:14.1.0" + react-native-svg: "npm:15.2.0" react-native-table-component: "https://github.com/slice312/react-native-table-component.git" react-native-vector-icons: "npm:^10.0.3" react-native-web: "npm:^0.19.10" - react-native-webview: "npm:13.6.4" + react-native-webview: "npm:13.8.6" react-redux: "npm:^9.0.4" react-responsive: "npm:^9.0.2" redux-persist: "npm:^6.0.0" @@ -12756,8 +12297,8 @@ __metadata: linkType: hard "aws-sdk@npm:^2.1494.0": - version: 2.1618.0 - resolution: "aws-sdk@npm:2.1618.0" + version: 2.1619.0 + resolution: "aws-sdk@npm:2.1619.0" dependencies: buffer: "npm:4.9.2" events: "npm:1.1.1" @@ -12769,7 +12310,7 @@ __metadata: util: "npm:^0.12.4" uuid: "npm:8.0.0" xml2js: "npm:0.6.2" - checksum: 10/3bd2eef3c2df5885e523cd210a8dbc4f84afd166c2922985d24b4276dfd6fe1172aa0b82990c0345dfd5b8cb6ec93ccd46e95a1359379d7625835adafcca3636 + checksum: 10/04563fcfce44cd44fda05de656d198044bd79a5a204a5bd0c04db8f595504872ce748d651eb89301b810ca3a48b8a08afe4acf502539f0f0129ff080abbb7db1 languageName: node linkType: hard @@ -13077,7 +12618,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.10.1, babel-plugin-polyfill-corejs3@npm:^0.10.4": +"babel-plugin-polyfill-corejs3@npm:^0.10.1": version: 0.10.4 resolution: "babel-plugin-polyfill-corejs3@npm:0.10.4" dependencies: @@ -13100,10 +12641,10 @@ __metadata: languageName: node linkType: hard -"babel-plugin-react-native-web@npm:~0.18.10": - version: 0.18.12 - resolution: "babel-plugin-react-native-web@npm:0.18.12" - checksum: 10/64ac1c35583e085eb9536a2c499d9599b8ab0fe59c36558085d117b1f7d5712cb092bbfe7cb7bd09e94cebbe8fa03ea379611a51a8f8e66e3c903cd69a555ce0 +"babel-plugin-react-native-web@npm:~0.19.10": + version: 0.19.11 + resolution: "babel-plugin-react-native-web@npm:0.19.11" + checksum: 10/6e01128f007d59260eddb92a147b5bf270231c8484829b6623f5200a5df3a559afa990635884e5e8fb5d0e23e9052387aea9643648ead7a7318c4f4d5546fe56 languageName: node linkType: hard @@ -13459,20 +13000,20 @@ __metadata: languageName: node linkType: hard -"babel-preset-expo@npm:^10.0.1, babel-preset-expo@npm:~10.0.2": - version: 10.0.2 - resolution: "babel-preset-expo@npm:10.0.2" +"babel-preset-expo@npm:~11.0.0, babel-preset-expo@npm:~11.0.6": + version: 11.0.6 + resolution: "babel-preset-expo@npm:11.0.6" dependencies: "@babel/plugin-proposal-decorators": "npm:^7.12.9" "@babel/plugin-transform-export-namespace-from": "npm:^7.22.11" "@babel/plugin-transform-object-rest-spread": "npm:^7.12.13" "@babel/plugin-transform-parameters": "npm:^7.22.15" - "@babel/preset-env": "npm:^7.20.0" "@babel/preset-react": "npm:^7.22.15" - "@react-native/babel-preset": "npm:^0.73.18" - babel-plugin-react-native-web: "npm:~0.18.10" - react-refresh: "npm:0.14.0" - checksum: 10/5f9ba1e764edfaefb1eeda37e4f91e94a3a2924d334771c46742698a738f09d87fba685329686e2738b13e7ca6857b73ef449608b9de8c4e85cd6f1ddd64ae8c + "@babel/preset-typescript": "npm:^7.23.0" + "@react-native/babel-preset": "npm:~0.74.83" + babel-plugin-react-native-web: "npm:~0.19.10" + react-refresh: "npm:^0.14.2" + checksum: 10/7583829d255bb695cd8adfb8826a0caee5aff8bec1517c0a7724dc35a857eaae3d8c5a49b241d9a0c900ef02d1a24810fd484def77407f5744866eb31efbdfc4 languageName: node linkType: hard @@ -13795,13 +13336,6 @@ __metadata: languageName: node linkType: hard -"blueimp-md5@npm:^2.10.0": - version: 2.19.0 - resolution: "blueimp-md5@npm:2.19.0" - checksum: 10/84dc5f86e0d890e50c067a52b85654ec02e56d019c6af88f5a2810b1353adfd37b09ae34f540ef5cd1f19fe0023cb69d0dd68877123044cc49fbf6e7ff4c9a18 - languageName: node - linkType: hard - "bn.js@npm:^4.0.0, bn.js@npm:^4.1.0, bn.js@npm:^4.11.9": version: 4.12.0 resolution: "bn.js@npm:4.12.0" @@ -14671,20 +14205,6 @@ __metadata: languageName: node linkType: hard -"chromium-edge-launcher@npm:^1.0.0": - version: 1.0.0 - resolution: "chromium-edge-launcher@npm:1.0.0" - dependencies: - "@types/node": "npm:*" - escape-string-regexp: "npm:^4.0.0" - is-wsl: "npm:^2.2.0" - lighthouse-logger: "npm:^1.0.0" - mkdirp: "npm:^1.0.4" - rimraf: "npm:^3.0.2" - checksum: 10/6c187e820ffd2ca7b03b014be23638709d3f60ebbbd413a8a64b98169c921b5c2b280dfef33e3744f688e0b857c090189c20b03817c56b0ae9afdd3b040266e1 - languageName: node - linkType: hard - "ci-info@npm:^2.0.0": version: 2.0.0 resolution: "ci-info@npm:2.0.0" @@ -14805,15 +14325,15 @@ __metadata: linkType: hard "cli-table3@npm:^0.6.1": - version: 0.6.4 - resolution: "cli-table3@npm:0.6.4" + version: 0.6.5 + resolution: "cli-table3@npm:0.6.5" dependencies: "@colors/colors": "npm:1.5.0" string-width: "npm:^4.2.0" dependenciesMeta: "@colors/colors": optional: true - checksum: 10/f610294fce327b1b36c40f7475f18d166f907627cab7991b35d233b8bf6e182a0d0753b5bab2d4c8571aea64ff880ff11334cef4e5eb0cee8a4b4b5fcd661486 + checksum: 10/8dca71256f6f1367bab84c33add3f957367c7c43750a9828a4212ebd31b8df76bd7419d386e3391ac7419698a8540c25f1a474584028f35b170841cde2e055c5 languageName: node linkType: hard @@ -15197,15 +14717,6 @@ __metadata: languageName: node linkType: hard -"compare-urls@npm:^2.0.0": - version: 2.0.0 - resolution: "compare-urls@npm:2.0.0" - dependencies: - normalize-url: "npm:^2.0.1" - checksum: 10/706a305fcbafac63e3e3dafe71283b2fbef05ed18f64636e13bf201cdca164ff16463a7004023535497828f69b822ce44c3b43fcaa0e99d8976b26b1f326595c - languageName: node - linkType: hard - "compare-versions@npm:4.1.4": version: 4.1.4 resolution: "compare-versions@npm:4.1.4" @@ -15435,13 +14946,6 @@ __metadata: languageName: node linkType: hard -"cookie@npm:^0.4.1": - version: 0.4.2 - resolution: "cookie@npm:0.4.2" - checksum: 10/2e1de9fdedca54881eab3c0477aeb067f281f3155d9cfee9d28dfb252210d09e85e9d175c0a60689661feb9e35e588515352f2456bc1f8e8db4267e05fd70137 - languageName: node - linkType: hard - "cookie@npm:^0.5.0": version: 0.5.0 resolution: "cookie@npm:0.5.0" @@ -15474,7 +14978,7 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.36.1": +"core-js-compat@npm:^3.36.1": version: 3.37.0 resolution: "core-js-compat@npm:3.37.0" dependencies: @@ -16095,7 +15599,7 @@ __metadata: languageName: node linkType: hard -"decode-uri-component@npm:^0.2.0, decode-uri-component@npm:^0.2.2": +"decode-uri-component@npm:^0.2.2": version: 0.2.2 resolution: "decode-uri-component@npm:0.2.2" checksum: 10/17a0e5fa400bf9ea84432226e252aa7b5e72793e16bf80b907c99b46a799aeacc139ec20ea57121e50c7bd875a1a4365928f884e92abf02e21a5a13790a0f33e @@ -16297,17 +15801,6 @@ __metadata: languageName: node linkType: hard -"deprecated-react-native-prop-types@npm:^5.0.0": - version: 5.0.0 - resolution: "deprecated-react-native-prop-types@npm:5.0.0" - dependencies: - "@react-native/normalize-colors": "npm:^0.73.0" - invariant: "npm:^2.2.4" - prop-types: "npm:^15.8.1" - checksum: 10/5d91e8d95f071fc6c95b4ac9da974358fb971267d923130e140673db6eba4351efe522f49f246b8c6007e3be240efa40f93261e7c2b4220b7994dc2877376dbe - languageName: node - linkType: hard - "des.js@npm:^1.0.0": version: 1.1.0 resolution: "des.js@npm:1.1.0" @@ -16878,9 +16371,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.4.668": - version: 1.4.763 - resolution: "electron-to-chromium@npm:1.4.763" - checksum: 10/088c53acfe4723d40077a9fd98cc67e74af2c8d0c5c12e75ffddacfd6e98c009c75fff07e3443a3dc499f599a71b7cf0bcbfb1b0c574355436d297c88979056b + version: 1.4.766 + resolution: "electron-to-chromium@npm:1.4.766" + checksum: 10/733cc649d422972b2c4ebc7afea48a856da69ca219bc29572ed3b21b9e6657e1118b7b8dab4c0467e0e2c10e3cb2c70663a1d3bdcf61be91aeb6c238e38f9342 languageName: node linkType: hard @@ -18990,16 +18483,16 @@ __metadata: "@babel/preset-typescript": "npm:^7.22.5" "@babel/runtime": "npm:^7.21.0" "@expo/match-media": "npm:^0.4.0" - "@expo/metro-runtime": "npm:~3.1.3" + "@expo/metro-runtime": "npm:~3.2.1" "@expo/vector-icons": "npm:^14.0.0" "@expo/webpack-config": "npm:^19.0.0" "@fortawesome/fontawesome-svg-core": "npm:^6.3.0" "@fortawesome/free-solid-svg-icons": "npm:^6.3.0" "@fortawesome/react-fontawesome": "npm:^0.2.0" "@hookform/resolvers": "npm:^3.3.4" - "@react-native-async-storage/async-storage": "npm:1.21.0" + "@react-native-async-storage/async-storage": "npm:1.23.1" "@react-native-community/geolocation": "npm:^3.0.6" - "@react-native-community/netinfo": "npm:11.1.0" + "@react-native-community/netinfo": "npm:11.3.1" "@react-native-google-signin/google-signin": "npm:^9.0.2" "@react-native-menu/menu": "npm:^0.9.1" "@react-navigation/bottom-tabs": "npm:^6.5.11" @@ -19042,7 +18535,7 @@ __metadata: app: "npm:*" axios: "npm:^1.4.0" babel-plugin-transform-inline-environment-variables: "npm:^0.4.4" - babel-preset-expo: "npm:^10.0.1" + babel-preset-expo: "npm:~11.0.0" burnt: "npm:^0.12.1" date-fns: "npm:^2.29.3" dotenv: "npm:^16.0.3" @@ -19056,32 +18549,32 @@ __metadata: eslint-plugin-promise: "npm:^6.1.1" eslint-plugin-react: "npm:^7.33.2" eslint-plugin-react-native: "npm:^4.0.0" - expo: "npm:^50.0.14" - expo-application: "npm:~5.8.3" - expo-auth-session: "npm:~5.4.0" - expo-blur: "npm:~12.9.2" - expo-build-properties: "npm:~0.11.1" - expo-checkbox: "npm:~2.7.0" - expo-clipboard: "npm:~5.0.1" - expo-constants: "npm:~15.4.5" - expo-crypto: "npm:~12.8.1" - expo-dev-client: "npm:~3.3.11" - expo-document-picker: "npm:~11.10.1" - expo-file-system: "npm:~16.0.8" - expo-font: "npm:~11.10.3" - expo-haptics: "npm:~12.8.1" - expo-image-picker: "npm:^14.7.1" - expo-linear-gradient: "npm:~12.7.2" - expo-linking: "npm:~6.2.2" - expo-location: "npm:~16.5.5" - expo-random: "npm:~13.6.0" - expo-router: "npm:~3.4.10" - expo-secure-store: "npm:~12.8.1" - expo-splash-screen: "npm:~0.26.4" + expo: "npm:^51.0.5" + expo-application: "npm:~5.9.1" + expo-auth-session: "npm:~5.5.2" + expo-blur: "npm:~13.0.2" + expo-build-properties: "npm:~0.12.1" + expo-checkbox: "npm:~3.0.0" + expo-clipboard: "npm:~6.0.3" + expo-constants: "npm:~16.0.1" + expo-crypto: "npm:~13.0.2" + expo-dev-client: "npm:~4.0.13" + expo-document-picker: "npm:~12.0.1" + expo-file-system: "npm:~17.0.1" + expo-font: "npm:~12.0.5" + expo-haptics: "npm:~13.0.1" + expo-image-picker: "npm:~15.0.4" + expo-linear-gradient: "npm:~13.0.2" + expo-linking: "npm:~6.3.1" + expo-location: "npm:~17.0.1" + expo-random: "npm:~14.0.1" + expo-router: "npm:~3.5.12" + expo-secure-store: "npm:~13.0.1" + expo-splash-screen: "npm:~0.27.4" expo-standard-web-crypto: "npm:^1.7.0" - expo-status-bar: "npm:~1.11.1" - expo-system-ui: "npm:~2.9.3" - expo-web-browser: "npm:~12.8.2" + expo-status-bar: "npm:~1.12.1" + expo-system-ui: "npm:~3.0.4" + expo-web-browser: "npm:~13.0.3" file-saver: "npm:^2.0.5" firebase: "npm:^9.19.1" fuse.js: "npm:^6.6.2" @@ -19094,26 +18587,26 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-hook-form: "npm:^7.50.1" - react-native: "npm:0.73.6" + react-native: "npm:0.74.1" react-native-dotenv: "npm:^3.4.8" react-native-elements: "npm:^3.4.3" react-native-flash-message: "npm:^0.4.2" - react-native-gesture-handler: "npm:~2.14.0" + react-native-gesture-handler: "npm:~2.16.1" react-native-google-places-autocomplete: "npm:^2.5.1" react-native-ios-context-menu: "npm:^2.4.1" react-native-ios-utilities: "npm:^4.3.0" react-native-paper: "npm:^5.10.6" react-native-paper-dates: "npm:^0.18.12" - react-native-reanimated: "npm:~3.6.2" - react-native-safe-area-context: "npm:4.8.2" - react-native-screens: "npm:~3.29.0" + react-native-reanimated: "npm:~3.10.1" + react-native-safe-area-context: "npm:4.10.1" + react-native-screens: "npm:3.31.1" react-native-select-dropdown: "npm:^3.3.4" - react-native-svg: "npm:14.1.0" + react-native-svg: "npm:15.2.0" react-native-table-component: "https://github.com/slice312/react-native-table-component.git" react-native-url-polyfill: "npm:^2.0.0" react-native-vector-icons: "npm:^10.0.3" react-native-web: "npm:^0.19.10" - react-native-webview: "npm:13.6.4" + react-native-webview: "npm:13.8.6" react-redux: "npm:^9.0.4" react-responsive: "npm:^9.0.2" redux-persist: "npm:^6.0.0" @@ -19129,272 +18622,271 @@ __metadata: languageName: unknown linkType: soft -"expo-application@npm:~5.8.0, expo-application@npm:~5.8.3": - version: 5.8.4 - resolution: "expo-application@npm:5.8.4" +"expo-application@npm:~5.9.0, expo-application@npm:~5.9.1": + version: 5.9.1 + resolution: "expo-application@npm:5.9.1" peerDependencies: expo: "*" - checksum: 10/21ec1d8d08978079590d3a85814e9af063a0faafba6c5c1c88667448aeb887b28e5f275df2b757fe59f30d8484d556327b559f9ee85bc7f34a3acd5d35c83874 + checksum: 10/802463b96110021fb1a0f7a126fb773c152dd37b15c620e2b7be55d70aee544439f156582b75d145b955c43a8bc9690f10d7b7d8fbfcb7af7718e79fac1149d7 languageName: node linkType: hard -"expo-asset@npm:~9.0.2": - version: 9.0.2 - resolution: "expo-asset@npm:9.0.2" +"expo-asset@npm:~10.0.6": + version: 10.0.6 + resolution: "expo-asset@npm:10.0.6" dependencies: - "@react-native/assets-registry": "npm:~0.73.1" - blueimp-md5: "npm:^2.10.0" - expo-constants: "npm:~15.4.0" - expo-file-system: "npm:~16.0.0" + "@react-native/assets-registry": "npm:~0.74.83" + expo-constants: "npm:~16.0.0" invariant: "npm:^2.2.4" md5-file: "npm:^3.2.3" - checksum: 10/56476e567f5577a8d9dd1a277fa8d6ec5666f9c547308b558ab67d5065c5c26a5fc3ee8b6c30dcc01c6a8f5d00b9aca2a9deacf55db72925e2a65b78bd55c784 + peerDependencies: + expo: "*" + checksum: 10/c04fb9449980f78e9da53112dd2355fae0002d05bc36a1261f858dfdff50e942b5e5fed4c980f2ea4cc6cef73cff0d5105c6cf46509d2fc7cdc6cd76f7adf92c languageName: node linkType: hard -"expo-auth-session@npm:~5.4.0": - version: 5.4.0 - resolution: "expo-auth-session@npm:5.4.0" +"expo-auth-session@npm:~5.5.2": + version: 5.5.2 + resolution: "expo-auth-session@npm:5.5.2" dependencies: - expo-application: "npm:~5.8.0" - expo-constants: "npm:~15.4.0" - expo-crypto: "npm:~12.8.0" - expo-linking: "npm:~6.2.0" - expo-web-browser: "npm:~12.8.0" + expo-application: "npm:~5.9.0" + expo-constants: "npm:~16.0.0" + expo-crypto: "npm:~13.0.0" + expo-linking: "npm:~6.3.0" + expo-web-browser: "npm:~13.0.0" invariant: "npm:^2.2.4" - checksum: 10/9a41acb06991970ed77576dd02e0d443560012c8d55ad6c4fa9df376b706c11510f0e4600b3dfa7724080235126ceac3af457873b65207e77a0b42a9a9456697 + checksum: 10/bdfb0ef20ac9c894f59b5c3b6eb4c45a46493d2ce9bcbf45b812c38c8a604ca042a51fc14c33e8fef90c673bada529f4753f4ea8f80c78e484f3afc3ed586839 languageName: node linkType: hard -"expo-blur@npm:~12.9.2": - version: 12.9.2 - resolution: "expo-blur@npm:12.9.2" +"expo-blur@npm:~13.0.2": + version: 13.0.2 + resolution: "expo-blur@npm:13.0.2" peerDependencies: expo: "*" - checksum: 10/df5a893da1f0c647506fa08459b3fe3cdd9c0078cf8b06ef8313e3e36659abd449905f5edb25d2cb1987a7ab5570e4fec992c09d042a61f01ddd08ab6a587be8 + checksum: 10/b98260d29abf6003ada13db2c7dac10ff896935baf0bc8a4d7fe1d5a3cfcf442b3c82f191b93e8c7f84476e9e4e57706fb940b87dfce1f94025503a0fb4fd65f languageName: node linkType: hard -"expo-build-properties@npm:~0.11.1": - version: 0.11.1 - resolution: "expo-build-properties@npm:0.11.1" +"expo-build-properties@npm:~0.12.1": + version: 0.12.1 + resolution: "expo-build-properties@npm:0.12.1" dependencies: ajv: "npm:^8.11.0" - semver: "npm:^7.5.3" + semver: "npm:^7.6.0" peerDependencies: expo: "*" - checksum: 10/c88b0ef3b6a02c7fba11d0a46c7857efb9ce6a507cea6c994137fafb75433e8d13f838982b577c3bab0c90c3fc42911c55f1966312b6724bb8171d440210cf2b + checksum: 10/351d487e7f18fba147c52b765f1613c61a62adbd8aaaa40cd6adb8c55b9eec2c610ed09175f2ef3dc3727890e610810ad2d035e0c0445d2321895220104a659c languageName: node linkType: hard -"expo-checkbox@npm:~2.7.0": - version: 2.7.0 - resolution: "expo-checkbox@npm:2.7.0" - checksum: 10/7591030d37142cb256d899ceb3ceb157a922ac6c0463059cf8e0881d21133bbcf5df7439c36cf6fea74bada1cda471fb874cae26bf5f7796a1c20b6fd71a5ea4 +"expo-checkbox@npm:~3.0.0": + version: 3.0.0 + resolution: "expo-checkbox@npm:3.0.0" + checksum: 10/0de3042f0ca8bbe612994ce27afa9bef2bb02a34070acda5786853f025a56534f4a84e30cd52be51a5bf5626e9f4f1f43847df3c7db569772582723516283683 languageName: node linkType: hard -"expo-clipboard@npm:~5.0.1": - version: 5.0.1 - resolution: "expo-clipboard@npm:5.0.1" +"expo-clipboard@npm:~6.0.3": + version: 6.0.3 + resolution: "expo-clipboard@npm:6.0.3" peerDependencies: expo: "*" - checksum: 10/d3ac75dddcc4c453ae6268ccc63814b333fb81ea4b565c0a02baae1b422dc9c1da581412aa166cf6e1fe82e1660cd0d698f7a11209b5daf013df61a4d60652cc + checksum: 10/28f383d73e4719ea21715fb951550c2fe0f79f84ba4af53364eaf59bcbb081284f3dae58a0011c07e2084117fd95a643f3a1007e44edd9968f4c6d88fcae46da languageName: node linkType: hard -"expo-constants@npm:~15.4.0, expo-constants@npm:~15.4.3, expo-constants@npm:~15.4.5": - version: 15.4.6 - resolution: "expo-constants@npm:15.4.6" +"expo-constants@npm:~16.0.0, expo-constants@npm:~16.0.1": + version: 16.0.1 + resolution: "expo-constants@npm:16.0.1" dependencies: - "@expo/config": "npm:~8.5.0" + "@expo/config": "npm:~9.0.0-beta.0" peerDependencies: expo: "*" - checksum: 10/223b945cc3585e8445b20f3dfb9d95bac123c36a5dadf5774236d935f3fc3ca12d948e6761d415f07fd490c285c3bf1f780f40d78b85ad3cf6526e7e28c850b5 + checksum: 10/1c651db36fc37ba8d1b5e342a01ce7a638f912a9bbab9c2c886370207e3b5bd5a67d8eff6ddde71a456143b69e51f4eae43624d05b02e82aa857f03f49a8df03 languageName: node linkType: hard -"expo-crypto@npm:~12.8.0, expo-crypto@npm:~12.8.1": - version: 12.8.1 - resolution: "expo-crypto@npm:12.8.1" +"expo-crypto@npm:~13.0.0, expo-crypto@npm:~13.0.2": + version: 13.0.2 + resolution: "expo-crypto@npm:13.0.2" dependencies: base64-js: "npm:^1.3.0" peerDependencies: expo: "*" - checksum: 10/a98b854aef4dce2a3432fcf6cd1a2be2a79715690019a25ac114f7333eacda1cfbe3295e9dabe200bfe7adc119ef43665b5d6b38ed4c4c1692c34d2c498b3425 + checksum: 10/6e70c20a37930b5ca6eef3ad59a96ba150076d002ce2958708aa346b4e3924a3be40faffbfc1e39ff25e79429996f4193336c34c56aa76ed6cb467f19a23e304 languageName: node linkType: hard -"expo-dev-client@npm:~3.3.11": - version: 3.3.11 - resolution: "expo-dev-client@npm:3.3.11" +"expo-dev-client@npm:~4.0.13": + version: 4.0.13 + resolution: "expo-dev-client@npm:4.0.13" dependencies: - expo-dev-launcher: "npm:3.6.9" - expo-dev-menu: "npm:4.5.8" - expo-dev-menu-interface: "npm:1.7.2" - expo-manifests: "npm:~0.13.0" - expo-updates-interface: "npm:~0.15.1" + expo-dev-launcher: "npm:4.0.14" + expo-dev-menu: "npm:5.0.14" + expo-dev-menu-interface: "npm:1.8.3" + expo-manifests: "npm:~0.14.0" + expo-updates-interface: "npm:~0.16.2" peerDependencies: expo: "*" - checksum: 10/47bc686fd5fa6af14e36bcb59cdc3989e1e90bbdaac0b64b9e72f08fbd8b050e2fbec41249ea05d77f490e9199654ed35aab16f799c9c329e22a34506e48b06f + checksum: 10/1705ae068d4f416750f14386ce3d1096006546fe05925d6858bc4ca1f00b0f7c7e45fb8f0824551bd84a08191fb69fbf745e75410f6a258bd06cd1420eb9edb4 languageName: node linkType: hard -"expo-dev-launcher@npm:3.6.9": - version: 3.6.9 - resolution: "expo-dev-launcher@npm:3.6.9" +"expo-dev-launcher@npm:4.0.14": + version: 4.0.14 + resolution: "expo-dev-launcher@npm:4.0.14" dependencies: ajv: "npm:8.11.0" - expo-dev-menu: "npm:4.5.8" - expo-manifests: "npm:~0.13.0" + expo-dev-menu: "npm:5.0.14" + expo-manifests: "npm:~0.14.0" resolve-from: "npm:^5.0.0" - semver: "npm:^7.5.3" + semver: "npm:^7.6.0" peerDependencies: expo: "*" - checksum: 10/f397506ab8008b7e2f878b773a7d865a183242c58eff889a6b75330f914bcde4af2a8272fa4f57cca74d1964bb0275723adb3fac3d1982923af058f43471dfa8 + checksum: 10/823dd6638e3ffee99ff1fb6b6875a1bf6ea3c24797edb7ed47c933330d910d85b7423ca04a3969c3c3c118e859f053033285a784a0a09cde5e80ddb451836a17 languageName: node linkType: hard -"expo-dev-menu-interface@npm:1.7.2": - version: 1.7.2 - resolution: "expo-dev-menu-interface@npm:1.7.2" +"expo-dev-menu-interface@npm:1.8.3": + version: 1.8.3 + resolution: "expo-dev-menu-interface@npm:1.8.3" peerDependencies: expo: "*" - checksum: 10/28df663590af53ec35014e934f61b61113f9acfdefa11dfded9be98a6f3875e32cd25750a6e1e1cccccef3ec6cc3faf08a2bf61ef02c6950e50327d1e01b84b3 + checksum: 10/c63b7a1c2e7591085527a7944f3a9eaf6fc77d845400c5d064518ef06904ab193b77020e5fe029ff2897e359a07217ff81b7074cbfd1435780cf0a0b5bc8cf17 languageName: node linkType: hard -"expo-dev-menu@npm:4.5.8": - version: 4.5.8 - resolution: "expo-dev-menu@npm:4.5.8" +"expo-dev-menu@npm:5.0.14": + version: 5.0.14 + resolution: "expo-dev-menu@npm:5.0.14" dependencies: - expo-dev-menu-interface: "npm:1.7.2" - semver: "npm:^7.5.3" + expo-dev-menu-interface: "npm:1.8.3" + semver: "npm:^7.5.4" peerDependencies: expo: "*" - checksum: 10/c40ac3a468f9fc2b10fcf50be00059fd42b8017486f6767a1df7a78178d81a0e4b0cc2dc0b8f9df7f2ecf12a6673e97bd65ab5e44316f2a4c54240c874f31957 + checksum: 10/297f6fe4248a6c28224c3135929753f570975fd0bb219fe2e714f496943a780ebc602bb5ef8a0cbdf3507703dc41bf84048a40e5fe38413db66e3525e0064aec languageName: node linkType: hard -"expo-document-picker@npm:~11.10.1": - version: 11.10.1 - resolution: "expo-document-picker@npm:11.10.1" +"expo-document-picker@npm:~12.0.1": + version: 12.0.1 + resolution: "expo-document-picker@npm:12.0.1" peerDependencies: expo: "*" - checksum: 10/0ecb48424df27838ecdb42e9ffea5ded8c65983ff6ff7a4b6d4a962278bffc8ea617f0257be0e5041a597242d14c00ef38557997d83adada4c55b5dc03362c69 + checksum: 10/a933e99297a37cae0cc4b0c0ee2b0895a461fc3639ed87f1185ff7f9aff338d304077fbedf00954c3d3bf360bb89ee96886ee96e938a64614f79601b398aec3f languageName: node linkType: hard -"expo-file-system@npm:~16.0.0, expo-file-system@npm:~16.0.8, expo-file-system@npm:~16.0.9": - version: 16.0.9 - resolution: "expo-file-system@npm:16.0.9" +"expo-file-system@npm:~17.0.1": + version: 17.0.1 + resolution: "expo-file-system@npm:17.0.1" peerDependencies: expo: "*" - checksum: 10/104b438528f5b25f1a84b8ff98d19e7f0230a3af7176e180b1866f1c8f6d7a3f230f711327a81d7f5f934fc26249266e32a16ed622e2649d04ae0ad24d0216a5 + checksum: 10/1ca8f8d0acae014668566025b697bb0956c85ab3586e5c1d2acd7fabfc6fec27a175e000b06f86136baf53dedc48bb6452bd584236f8a20a68277b256041d476 languageName: node linkType: hard -"expo-font@npm:~11.10.3": - version: 11.10.3 - resolution: "expo-font@npm:11.10.3" +"expo-font@npm:~12.0.5": + version: 12.0.5 + resolution: "expo-font@npm:12.0.5" dependencies: fontfaceobserver: "npm:^2.1.0" peerDependencies: expo: "*" - checksum: 10/662df49a89f1ef033a6b9ccddb84f9e866bb1045279508418a9815ab52d1b856b910a8b94ae32404f9d41ce4624c3a6e6d7e584c98e0917c53d041cc7ac873c3 + checksum: 10/29dffe27bf6e324e0e8113d0e751846a6ca6a8ab77f8c1eee58208f45915647d7c11507084f76f1d2d5c9e40b70b0e9d3a1d2a1405ff2d06881ea4366b1a61ab languageName: node linkType: hard -"expo-haptics@npm:~12.8.1": - version: 12.8.1 - resolution: "expo-haptics@npm:12.8.1" +"expo-haptics@npm:~13.0.1": + version: 13.0.1 + resolution: "expo-haptics@npm:13.0.1" peerDependencies: expo: "*" - checksum: 10/62caee68d368c95ec91d0477c14ff538d66bb0c4707521153fc0ff396b72289fda158cd3858edb710f8a65ed9633709f9909af202506007da299813241bdff0b + checksum: 10/2ed8d292f89208b21fece50c2d21c4272833fd37cb769e382365a9502b844c33f582ceee374ad8d3c184cc75418ca9a6daf54005de281c0a952c7f2a39b026c9 languageName: node linkType: hard -"expo-image-loader@npm:~4.6.0": - version: 4.6.0 - resolution: "expo-image-loader@npm:4.6.0" +"expo-image-loader@npm:~4.7.0": + version: 4.7.0 + resolution: "expo-image-loader@npm:4.7.0" peerDependencies: expo: "*" - checksum: 10/02981667f03dc429cd9db37e0acc302e4a0c4bb5875dc087b1c26388ef64563481e52dddc1d42dd32794eb7051d1acf5bc0c078413469c29025a02d4d4af1154 + checksum: 10/dbd87fdbf3e50b8c459e5ea985bfd20d77462229e46edefbd62b68e1676416f8608c16cf09103c2fef1bd84ecf55a1fd48f38e1954a2dd535e6f9beef04785bb languageName: node linkType: hard -"expo-image-picker@npm:^14.7.1": - version: 14.7.1 - resolution: "expo-image-picker@npm:14.7.1" +"expo-image-picker@npm:~15.0.4": + version: 15.0.4 + resolution: "expo-image-picker@npm:15.0.4" dependencies: - expo-image-loader: "npm:~4.6.0" + expo-image-loader: "npm:~4.7.0" peerDependencies: expo: "*" - checksum: 10/43a139c2f52bc71ca9e5c520fe70ef3a2af229118d1cf4485947841f6e464440f974c9c07fc250fe7dd085fc63a812829c2f29e4ee98569af9be8dcecbd46162 + checksum: 10/68f5eca85e6190dab4fafa2398f9166e6a55430fd79a568d233a9986ecb1b3d70f651966e99273398c129831e7b1aa502eadf2a00f8a110a06f9000ba697526c languageName: node linkType: hard -"expo-json-utils@npm:~0.12.0": - version: 0.12.3 - resolution: "expo-json-utils@npm:0.12.3" - checksum: 10/aefaa9fa58514665d4dd761b0f2d09bf9e3b9a36f4dc7b943b1155b1e1f6a45985c9a5370f13ba01d2c38b0a4158e574c6cf7895b3b61e56a6d665696ae0d87b +"expo-json-utils@npm:~0.13.0": + version: 0.13.1 + resolution: "expo-json-utils@npm:0.13.1" + checksum: 10/b6c5d5ec1c7b5c3de9910013aec1c2106c1279dfdbfe0c8b5b0e33dc19d15519c0f485cdc22e805c585442a98b5319d1c375100dd818bbf4c2364c16219fce7e languageName: node linkType: hard -"expo-keep-awake@npm:~12.8.2": - version: 12.8.2 - resolution: "expo-keep-awake@npm:12.8.2" +"expo-keep-awake@npm:~13.0.1": + version: 13.0.1 + resolution: "expo-keep-awake@npm:13.0.1" peerDependencies: expo: "*" - checksum: 10/455cc312dcdd831aff4133b183eb9c1af2e4ebc253d71573039fc9f9c1c84c257dd5f8968afe230569bd856cacf7052bc08fd57d361b18ff7b4925048b0a3e28 + checksum: 10/0f419a39909fc0a20ca895e8440f89b1fb473cd938094a3f279f57485168e9d8427926349a0b16ec3be33e500993d3344445b0b37f39cf9392ef60870ea99de6 languageName: node linkType: hard -"expo-linear-gradient@npm:~12.7.2": - version: 12.7.2 - resolution: "expo-linear-gradient@npm:12.7.2" +"expo-linear-gradient@npm:~13.0.2": + version: 13.0.2 + resolution: "expo-linear-gradient@npm:13.0.2" peerDependencies: expo: "*" - checksum: 10/74fc7449bc3400add8cb40173cf5f8010aa239d086a2d43031197c76a380905d126671db7d8efc332cb1e73f806e937156383092798bfb08c09e1191e606fa06 + checksum: 10/2e05592bd9b3f156f0c5912a5cc152e80e930495d049382e4deec3103601ccc90b2e7cb5c208b51aa9d60386c5b762d40cc74cb2d1256a4605012e03d27be72a languageName: node linkType: hard -"expo-linking@npm:~6.2.0, expo-linking@npm:~6.2.2": - version: 6.2.2 - resolution: "expo-linking@npm:6.2.2" +"expo-linking@npm:~6.3.0, expo-linking@npm:~6.3.1": + version: 6.3.1 + resolution: "expo-linking@npm:6.3.1" dependencies: - expo-constants: "npm:~15.4.3" + expo-constants: "npm:~16.0.0" invariant: "npm:^2.2.4" - checksum: 10/30d750881b1003fabff17929e1b6062ed6cd243ca35cedd41082df5fd775d0c457f50e4a9e696dedc53459caac4f26d493a2819cef692633822d893c788e0f06 + checksum: 10/07ee4417ae6e58351797b805bd88215ceb6f89ec16c99e305db6d826925da1d1620e3baaa733a5c8848663dc2b3c39b6d375b381cf590a603a98eb671fef105d languageName: node linkType: hard -"expo-location@npm:~16.5.5": - version: 16.5.5 - resolution: "expo-location@npm:16.5.5" +"expo-location@npm:~17.0.1": + version: 17.0.1 + resolution: "expo-location@npm:17.0.1" peerDependencies: expo: "*" - checksum: 10/460c5c16e8c6c1c8035b246e37a9bd7b49dcf180a7ae442984e6e81cf14971a7ec6414c02b2a467f629d4ab3f2a5fcc6681799601b530a081ab6333fe92c4790 + checksum: 10/be9bf57cba0bf28b747d24be9342085068943e1081cc489ed5efc69d07ae3a87cc20329a3e6b3dd1738dd12a2603125fb70cf9d8b2d9e95e59baa2d1011b140d languageName: node linkType: hard -"expo-manifests@npm:~0.13.0": - version: 0.13.2 - resolution: "expo-manifests@npm:0.13.2" +"expo-manifests@npm:~0.14.0": + version: 0.14.2 + resolution: "expo-manifests@npm:0.14.2" dependencies: - "@expo/config": "npm:~8.5.0" - expo-json-utils: "npm:~0.12.0" + "@expo/config": "npm:~9.0.0-beta.0" + expo-json-utils: "npm:~0.13.0" peerDependencies: expo: "*" - checksum: 10/446712a856bf91c7034d08ad5dc98a8a0c139271baca1b5dfb8474108228cae79bb9f4d6a93b36dc51b2a03ce1ce6762516349251fdfbf348c30788b9baf1e58 + checksum: 10/1bcf2155364d482a7909a68423633e2eb65f63a03cdd5cd1be9b20e5343b327cf96b44c5814e953987f0df6863a2fddadf9bde7a31cf8a2bc635482b333209f2 languageName: node linkType: hard -"expo-modules-autolinking@npm:1.10.3": - version: 1.10.3 - resolution: "expo-modules-autolinking@npm:1.10.3" +"expo-modules-autolinking@npm:1.11.1": + version: 1.11.1 + resolution: "expo-modules-autolinking@npm:1.11.1" dependencies: - "@expo/config": "npm:~8.5.0" chalk: "npm:^4.1.0" commander: "npm:^7.2.0" fast-glob: "npm:^3.2.5" @@ -19402,16 +18894,16 @@ __metadata: fs-extra: "npm:^9.1.0" bin: expo-modules-autolinking: bin/expo-modules-autolinking.js - checksum: 10/69c10680fa415dc589dad06f837dfab163d936fbfd2f9bdf9264d80b16405fd54ad85495c2d976477c24e8a578cb6f09433d801365beb29d748b2f4eebdb584e + checksum: 10/4261b57f79964bc9ed5521dac67cf94e0248d40c3cd9501d0e0b84bd04f949e5bf30e08f1849a873bfa052aed10dd08dac9c6c48130a7e0eceac646c6de84fbc languageName: node linkType: hard -"expo-modules-core@npm:1.11.13": - version: 1.11.13 - resolution: "expo-modules-core@npm:1.11.13" +"expo-modules-core@npm:1.12.10": + version: 1.12.10 + resolution: "expo-modules-core@npm:1.12.10" dependencies: invariant: "npm:^2.2.4" - checksum: 10/47bb33281d0a5025ab25ecdfdfda1ae8c8daa159fd90b2a6ef8505a8fd361ec6b0d68d576320e20bd2abb715eb3541b36e1f31fcfe2182091b30f1ee800895c7 + checksum: 10/2b615382d3a3cc6c8c97d41be6c862827f80d0ac12ad6e5507afa0b3a35f86b1df63b2f0e4fc920ccddcb64e6b03e81e9848c035b7c37669f9476038687b2bb9 languageName: node linkType: hard @@ -19431,28 +18923,28 @@ __metadata: languageName: node linkType: hard -"expo-random@npm:~13.6.0": - version: 13.6.0 - resolution: "expo-random@npm:13.6.0" +"expo-random@npm:~14.0.1": + version: 14.0.1 + resolution: "expo-random@npm:14.0.1" dependencies: base64-js: "npm:^1.3.0" peerDependencies: expo: "*" - checksum: 10/d6251a8cf4c53dd3579af510aec625a8fc92aa9d8844680ecbc01a80a3c034ea93837585561b2b46b013ba9fc0d83adc6c16d51bb6cc52fe977f2c2642086ae7 + checksum: 10/1b55e1d13e13c8eb23558248675f70756deb2f1f1bb6a542d1039135daaa7a9c4d5f7e8d478a450371d3d75cc32574aa21006aa4581783eba02055f9bed483e1 languageName: node linkType: hard -"expo-router@npm:~3.4.10": - version: 3.4.10 - resolution: "expo-router@npm:3.4.10" +"expo-router@npm:~3.5.12": + version: 3.5.12 + resolution: "expo-router@npm:3.5.12" dependencies: - "@expo/metro-runtime": "npm:3.1.3" - "@expo/server": "npm:^0.3.0" + "@expo/metro-runtime": "npm:3.2.1" + "@expo/server": "npm:^0.4.0" "@radix-ui/react-slot": "npm:1.0.1" "@react-navigation/bottom-tabs": "npm:~6.5.7" "@react-navigation/native": "npm:~6.1.6" "@react-navigation/native-stack": "npm:~6.9.12" - expo-splash-screen: "npm:~0.26.5" + expo-splash-screen: "npm:0.27.4" react-native-helmet-async: "npm:2.0.4" schema-utils: "npm:^4.0.1" peerDependencies: @@ -19471,27 +18963,27 @@ __metadata: optional: true react-native-reanimated: optional: true - checksum: 10/36af650ce3634ab04b1e0e488ecf2560d052985057fe0f839cc2729824ac5cedac03f689ca3af703e92d40a5102465802731df0ae3c4cddd400e39783427dd05 + checksum: 10/96e151b0f7389f74f6b9afb781412285d67c19d82ed5848a3aa76bd5c366ba4cb315c12e7531c3968311b8ad3f7d337ecc2a1e63d64de1f009f6bfe570bac146 languageName: node linkType: hard -"expo-secure-store@npm:~12.8.1": - version: 12.8.1 - resolution: "expo-secure-store@npm:12.8.1" +"expo-secure-store@npm:~13.0.1": + version: 13.0.1 + resolution: "expo-secure-store@npm:13.0.1" peerDependencies: expo: "*" - checksum: 10/fcdb4ed0d04838003ce9efff3398ba0db6270596de0d778daa6198fbf6962aa36267d75e544e4fa82cb93ac0694490fc7404defcbcdd54c220c78f03ec6fea86 + checksum: 10/922227132e6b8fab70eebfe8f78569d8a7c84db4ded8d6bf80c9ffe176f24cce610b4427fa2215ddbd2afab9407dfabee5dd8f04f1b261c8452ba62f3d965e62 languageName: node linkType: hard -"expo-splash-screen@npm:~0.26.4, expo-splash-screen@npm:~0.26.5": - version: 0.26.5 - resolution: "expo-splash-screen@npm:0.26.5" +"expo-splash-screen@npm:0.27.4, expo-splash-screen@npm:~0.27.4": + version: 0.27.4 + resolution: "expo-splash-screen@npm:0.27.4" dependencies: - "@expo/prebuild-config": "npm:6.8.1" + "@expo/prebuild-config": "npm:7.0.3" peerDependencies: expo: "*" - checksum: 10/29c5c0a6e4de29fd7f8a882fa6dbeadb8ff1c516276fb02cb97f42a905fcec849c420599f3e39f4da4c911779c8bfb4436ea9716709e96df182f3047acaf5a43 + checksum: 10/b1f8340ab9eec2b43a4381df8bdbbcc6cdd33e75e4ab0e30eda951dcea99e957f1f7b3cb3fe4dc91c965aeb0b4199d2eb24c21d0d0604d24cb7b6b4f1d61b90b languageName: node linkType: hard @@ -19507,68 +18999,65 @@ __metadata: languageName: node linkType: hard -"expo-status-bar@npm:~1.11.1": - version: 1.11.1 - resolution: "expo-status-bar@npm:1.11.1" - checksum: 10/f2c9d51fd5211520d0a53df69310f1b0a1b40c935ded24a267ff23becaf0dfb19517440ab3b1ff8c4adda651e99dafef681c055a1efe397df68056667dde2512 +"expo-status-bar@npm:~1.12.1": + version: 1.12.1 + resolution: "expo-status-bar@npm:1.12.1" + checksum: 10/49dd71578c877068e0efd8d511f54f512e8d9929549345c618af9b017067113f8a6e21fec4b4b736e364cf21aa14456b0336db16661c0f5d982b1660917610c5 languageName: node linkType: hard -"expo-system-ui@npm:~2.9.3": - version: 2.9.4 - resolution: "expo-system-ui@npm:2.9.4" +"expo-system-ui@npm:~3.0.4": + version: 3.0.4 + resolution: "expo-system-ui@npm:3.0.4" dependencies: - "@react-native/normalize-color": "npm:^2.0.0" + "@react-native/normalize-colors": "npm:~0.74.83" debug: "npm:^4.3.2" peerDependencies: expo: "*" - checksum: 10/848c524a4e22ac441c1bc6d191a7f6e76fcca8e58855af3911aacc55a9e37540e7aac7f88d2d7f7632b607fe2f0a9f620285e27c0b889e03a27e278b8b2ea8c9 + checksum: 10/d95f17e906c9d7d0eb8fe5e49818f69242402b186544a77c76c5247b4b05dbec9441b3db918daefd2cc5186a83a1b1b0f42794bacd0ba1788dee78f19c361dd5 languageName: node linkType: hard -"expo-updates-interface@npm:~0.15.1": - version: 0.15.3 - resolution: "expo-updates-interface@npm:0.15.3" +"expo-updates-interface@npm:~0.16.2": + version: 0.16.2 + resolution: "expo-updates-interface@npm:0.16.2" peerDependencies: expo: "*" - checksum: 10/9c6caf30bbf6d0e850decdfde271c61fd2508bad7c6a9649f234c2f8ca949c67647c3d07734bacce6de377cdfa7662d442d2d2e57efa587a35f85a3480436992 + checksum: 10/2a86ec6d001b75a5788970e01bbcc9d8fb5afe228bb7b38035282b6c381dbb87d5dc21fb36d4260f63d5cb13f060e0af86dc79b5f880310398d0870ca96e7c2c languageName: node linkType: hard -"expo-web-browser@npm:~12.8.0, expo-web-browser@npm:~12.8.2": - version: 12.8.2 - resolution: "expo-web-browser@npm:12.8.2" - dependencies: - compare-urls: "npm:^2.0.0" - url: "npm:^0.11.0" +"expo-web-browser@npm:~13.0.0, expo-web-browser@npm:~13.0.3": + version: 13.0.3 + resolution: "expo-web-browser@npm:13.0.3" peerDependencies: expo: "*" - checksum: 10/0ece97439bd77c35726af71abf4040b146565097536d09d21704d1eef65e710f6ae7120917270f544df7e6b40d4d52d26883203dcc155581f505a24b36797712 + checksum: 10/4a7127a7cc243b47c3d02805cfeade55b9c84706ae596fee9fe8f5e9385d65b3fc26eff1a3618dd4c9f01aa4210d26ad3a95ce95ba7fa4e136d5d435b9044498 languageName: node linkType: hard -"expo@npm:^50.0.14": - version: 50.0.18 - resolution: "expo@npm:50.0.18" +"expo@npm:^51.0.5": + version: 51.0.5 + resolution: "expo@npm:51.0.5" dependencies: "@babel/runtime": "npm:^7.20.0" - "@expo/cli": "npm:0.17.11" - "@expo/config": "npm:8.5.6" - "@expo/config-plugins": "npm:7.9.2" - "@expo/metro-config": "npm:0.17.7" + "@expo/cli": "npm:0.18.11" + "@expo/config": "npm:9.0.1" + "@expo/config-plugins": "npm:8.0.4" + "@expo/metro-config": "npm:0.18.3" "@expo/vector-icons": "npm:^14.0.0" - babel-preset-expo: "npm:~10.0.2" - expo-asset: "npm:~9.0.2" - expo-file-system: "npm:~16.0.9" - expo-font: "npm:~11.10.3" - expo-keep-awake: "npm:~12.8.2" - expo-modules-autolinking: "npm:1.10.3" - expo-modules-core: "npm:1.11.13" + babel-preset-expo: "npm:~11.0.6" + expo-asset: "npm:~10.0.6" + expo-file-system: "npm:~17.0.1" + expo-font: "npm:~12.0.5" + expo-keep-awake: "npm:~13.0.1" + expo-modules-autolinking: "npm:1.11.1" + expo-modules-core: "npm:1.12.10" fbemitter: "npm:^3.0.0" whatwg-url-without-unicode: "npm:8.0.0-3" bin: expo: bin/cli - checksum: 10/e9c4badde6a2109a26d1b712a4e077ba4938559793c9a259f13eadf746385f99540f4b5cf2412ac98b53f0e87ff58df0f6c609727ba2b0764fceeaf70b12daf8 + checksum: 10/e662da8419a939a174c4f8cb3e257a9a9d52d698d704e548b50dc96255b66217dd08302c0f63e1552321805c2db28804d20d5646f2f84eea13eb2342ba762f6b languageName: node linkType: hard @@ -20163,13 +19652,6 @@ __metadata: languageName: node linkType: hard -"flow-parser@npm:^0.206.0": - version: 0.206.0 - resolution: "flow-parser@npm:0.206.0" - checksum: 10/26ab7c3f0c23953fac977bcd093b4f18b13a705ea57ef5be8591d100f4c55c83225ae27693bdec3ba38b1d591b9b47b2cd8845eac0bce69cced9d3417154f143 - languageName: node - linkType: hard - "flow-remove-types@npm:^2.137.0": version: 2.236.0 resolution: "flow-remove-types@npm:2.236.0" @@ -20866,8 +20348,8 @@ __metadata: linkType: hard "glob@npm:^10.2.2, glob@npm:^10.3.10": - version: 10.3.14 - resolution: "glob@npm:10.3.14" + version: 10.3.15 + resolution: "glob@npm:10.3.15" dependencies: foreground-child: "npm:^3.1.0" jackspeak: "npm:^2.3.6" @@ -20876,7 +20358,7 @@ __metadata: path-scurry: "npm:^1.11.0" bin: glob: dist/esm/bin.mjs - checksum: 10/750dae74f2d73350f3b90b775f8b08d7ad3a174ec6f890ce712fe801be408794cc77da9808d45b60f4f15482d604861fe05980aceb3a7af95b539e1f0897187a + checksum: 10/b2b1c74309979b34fd6010afb50418a12525def32f1d3758d5827fc75d6143fc3ee5d1f3180a43111f6386c9e297c314f208d9d09955a6c6b69f22e92ee97635 languageName: node linkType: hard @@ -21354,10 +20836,10 @@ __metadata: languageName: node linkType: hard -"hermes-estree@npm:0.15.0": - version: 0.15.0 - resolution: "hermes-estree@npm:0.15.0" - checksum: 10/39ab1d84133046e670df59651dc12ee86f5ba6d2511adf43383a7b094bcf0969bf4f9c09e0f3112658b41bda101631bb95f79ee8a10663d13b4182785d0b0604 +"hermes-estree@npm:0.19.1": + version: 0.19.1 + resolution: "hermes-estree@npm:0.19.1" + checksum: 10/dadafea5cf8fcf7d2c2d3d43740898c73b03db4747d4cc83e3cdb06bfcfbf3ee97f4ee26f077aea455771703f5bd18a4cb40c1ce7af9e38ce541d6c03fc8847a languageName: node linkType: hard @@ -21384,12 +20866,12 @@ __metadata: languageName: node linkType: hard -"hermes-parser@npm:0.15.0": - version: 0.15.0 - resolution: "hermes-parser@npm:0.15.0" +"hermes-parser@npm:0.19.1": + version: 0.19.1 + resolution: "hermes-parser@npm:0.19.1" dependencies: - hermes-estree: "npm:0.15.0" - checksum: 10/e35bb60f2dbd0a5b63886a8eebd66a6cd47197f417a03791bfdf844a5450f3d8ee44f9a165e308476cdddbb6d09e61be8e9019eec0e561514c0086814b0cbec2 + hermes-estree: "npm:0.19.1" + checksum: 10/4fd886ce3ab80c79b258fa60085f2915f587aef57bf59e17f6cfe3b0ad2e7b1a1cfff8371b736392f66cff0658a90ece279b608edcb5589f8c56957e799c56f2 languageName: node linkType: hard @@ -21448,9 +20930,9 @@ __metadata: linkType: hard "hono@npm:^4.1.4, hono@npm:^4.2.7": - version: 4.3.4 - resolution: "hono@npm:4.3.4" - checksum: 10/2fb4b21821a6ea65ca8a7bfa8f36f234b6e26bde81bc1f00f245df8edac36b4a4ee004f7602ce00111d83bd6e8875b50cc031ce37e6ad917fe4a5a307db319f8 + version: 4.3.6 + resolution: "hono@npm:4.3.6" + checksum: 10/acf5f1f0497572109d0deeba158cc9bad2cfc3961079a9e576d6d12980e7581c20a726ca643a132ea4e23d72495a1038f6106e822d1cbab9a70824cfcd5d73aa languageName: node linkType: hard @@ -22457,13 +21939,6 @@ __metadata: languageName: node linkType: hard -"is-plain-obj@npm:^1.0.0": - version: 1.1.0 - resolution: "is-plain-obj@npm:1.1.0" - checksum: 10/0ee04807797aad50859652a7467481816cbb57e5cc97d813a7dcd8915da8195dc68c436010bf39d195226cde6a2d352f4b815f16f26b7bf486a5754290629931 - languageName: node - linkType: hard - "is-plain-obj@npm:^2.1.0": version: 2.1.0 resolution: "is-plain-obj@npm:2.1.0" @@ -23343,11 +22818,11 @@ __metadata: linkType: hard "js-tiktoken@npm:^1.0.7, js-tiktoken@npm:^1.0.8": - version: 1.0.11 - resolution: "js-tiktoken@npm:1.0.11" + version: 1.0.12 + resolution: "js-tiktoken@npm:1.0.12" dependencies: base64-js: "npm:^1.5.1" - checksum: 10/77017be2526de9c292d0fd8bcf9ed8a503971d656ec12520442732f04d8bb145718ad33f0d94ec8224d42c1c3032c139ee06d6a9239a178de87dcd9071ed6997 + checksum: 10/21aaa9302409fefc5ac18695579b04e0223cdda2566e5cc4a95de228333bbadfc2e16110fceca1824d7faa43081ef378e6bc72238a2230374a85f88638556305 languageName: node linkType: hard @@ -25950,15 +25425,6 @@ __metadata: languageName: node linkType: hard -"minipass@npm:3.3.6, minipass@npm:^3.0.0, minipass@npm:^3.1.1": - version: 3.3.6 - resolution: "minipass@npm:3.3.6" - dependencies: - yallist: "npm:^4.0.0" - checksum: 10/a5c6ef069f70d9a524d3428af39f2b117ff8cd84172e19b754e7264a33df460873e6eb3d6e55758531580970de50ae950c496256bb4ad3691a2974cddff189f0 - languageName: node - linkType: hard - "minipass@npm:^2.6.0, minipass@npm:^2.9.0": version: 2.9.0 resolution: "minipass@npm:2.9.0" @@ -25969,6 +25435,15 @@ __metadata: languageName: node linkType: hard +"minipass@npm:^3.0.0, minipass@npm:^3.1.1": + version: 3.3.6 + resolution: "minipass@npm:3.3.6" + dependencies: + yallist: "npm:^4.0.0" + checksum: 10/a5c6ef069f70d9a524d3428af39f2b117ff8cd84172e19b754e7264a33df460873e6eb3d6e55758531580970de50ae950c496256bb4ad3691a2974cddff189f0 + languageName: node + linkType: hard + "minipass@npm:^4.2.4": version: 4.2.8 resolution: "minipass@npm:4.2.8" @@ -26382,14 +25857,14 @@ __metadata: linkType: hard "msgpackr@npm:^1.10.1": - version: 1.10.1 - resolution: "msgpackr@npm:1.10.1" + version: 1.10.2 + resolution: "msgpackr@npm:1.10.2" dependencies: msgpackr-extract: "npm:^3.0.2" dependenciesMeta: msgpackr-extract: optional: true - checksum: 10/9fc78c78435a773ed919720ab4f276f6781c6feac0e88233783d00deb64ef1c1caf75781f4a5c675bb535292bb9a67f2262ffc15b64cdc16b176b5220997d564 + checksum: 10/c422bed19f70d23b5f8945cb8e334cb9e773350b422d606794397c22260ef64a42a17284c5e14c2693203f871ecb18157dc47e2b8bd2e66d7764fcde3442a5c1 languageName: node linkType: hard @@ -26565,7 +26040,7 @@ __metadata: "@types/node": "npm:^20.8.3" app: "npm:*" babel-plugin-module-resolver: "npm:^5.0.0" - babel-preset-expo: "npm:^10.0.1" + babel-preset-expo: "npm:~11.0.0" babel-preset-react-native: "npm:^4.0.1" eslint-plugin-next-on-pages: "npm:^1.11.0" metro-react-native-babel-preset: "npm:^0.77.0" @@ -27052,17 +26527,6 @@ __metadata: languageName: node linkType: hard -"normalize-url@npm:^2.0.1": - version: 2.0.1 - resolution: "normalize-url@npm:2.0.1" - dependencies: - prepend-http: "npm:^2.0.0" - query-string: "npm:^5.0.1" - sort-keys: "npm:^2.0.0" - checksum: 10/30e337ee03fc7f360c7d2b966438657fabd2628925cc58bffc893982fe4d2c59b397ae664fa2c319cd83565af73eee88906e80bc5eec91bc32b601920e770d75 - languageName: node - linkType: hard - "normalize-url@npm:^6.0.1": version: 6.1.0 resolution: "normalize-url@npm:6.1.0" @@ -27511,8 +26975,8 @@ __metadata: linkType: hard "openai@npm:^4.19.0": - version: 4.44.0 - resolution: "openai@npm:4.44.0" + version: 4.46.1 + resolution: "openai@npm:4.46.1" dependencies: "@types/node": "npm:^18.11.18" "@types/node-fetch": "npm:^2.6.4" @@ -27524,7 +26988,7 @@ __metadata: web-streams-polyfill: "npm:^3.2.1" bin: openai: bin/cli - checksum: 10/dd9e2311077d628421ba2e19c5856c627ba831bc199e8e096a6df3ced8291fa7907db1b55ee02b6f83a190839f6b6c41e62b1bd682ae654cbd2252794125029c + checksum: 10/8e80972b717bd2c44f9b7fcee261c3a98db2006f51e6cf895f1646dd97c34bdfc8013d9a2a8b428ea5cc8d930e8921d29960b797601fd6a97cb8febffad05f55 languageName: node linkType: hard @@ -28203,12 +27667,12 @@ __metadata: linkType: hard "path-scurry@npm:^1.11.0, path-scurry@npm:^1.6.1": - version: 1.11.0 - resolution: "path-scurry@npm:1.11.0" + version: 1.11.1 + resolution: "path-scurry@npm:1.11.1" dependencies: lru-cache: "npm:^10.2.0" minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" - checksum: 10/b97e52746427f37ff8e7dcd00a9ed4562b7ee8b24b87c5c85e47105d48ab408624c943417f22792215b986d71d5d7d855235ee2aec68cbec370eaa78f720bb42 + checksum: 10/5e8845c159261adda6f09814d7725683257fcc85a18f329880ab4d7cc1d12830967eae5d5894e453f341710d5484b8fdbbd4d75181b4d6e1eb2f4dc7aeadc434 languageName: node linkType: hard @@ -28976,13 +28440,6 @@ __metadata: languageName: node linkType: hard -"prepend-http@npm:^2.0.0": - version: 2.0.0 - resolution: "prepend-http@npm:2.0.0" - checksum: 10/7694a9525405447662c1ffd352fcb41b6410c705b739b6f4e3a3e21cf5fdede8377890088e8934436b8b17ba55365a615f153960f30877bf0d0392f9e93503ea - languageName: node - linkType: hard - "prettier-linter-helpers@npm:^1.0.0": version: 1.0.0 resolution: "prettier-linter-helpers@npm:1.0.0" @@ -29428,17 +28885,6 @@ __metadata: languageName: node linkType: hard -"query-string@npm:^5.0.1": - version: 5.1.1 - resolution: "query-string@npm:5.1.1" - dependencies: - decode-uri-component: "npm:^0.2.0" - object-assign: "npm:^4.1.0" - strict-uri-encode: "npm:^1.0.0" - checksum: 10/8834591ed02c324ac10397094c2ae84a3d3460477ef30acd5efe03b1afbf15102ccc0829ab78cc58ecb12f70afeb7a1f81e604487a9ad4859742bb14748e98cc - languageName: node - linkType: hard - "query-string@npm:^7.1.3": version: 7.1.3 resolution: "query-string@npm:7.1.3" @@ -29465,6 +28911,13 @@ __metadata: languageName: node linkType: hard +"querystring@npm:^0.2.1": + version: 0.2.1 + resolution: "querystring@npm:0.2.1" + checksum: 10/5ae2eeb8c6d70263a3d13ffaf234ce9593ae0e95ad8ea04aa540e14ff66679347420817aeb4fe6fdfa2aaa7fac86e311b6f1d3da2187f433082ad9125c808c14 + languageName: node + linkType: hard + "queue-microtask@npm:^1.2.2": version: 1.2.3 resolution: "queue-microtask@npm:1.2.3" @@ -29617,13 +29070,13 @@ __metadata: languageName: node linkType: hard -"react-devtools-core@npm:^4.27.7": - version: 4.28.5 - resolution: "react-devtools-core@npm:4.28.5" +"react-devtools-core@npm:^5.0.0": + version: 5.2.0 + resolution: "react-devtools-core@npm:5.2.0" dependencies: shell-quote: "npm:^1.6.1" ws: "npm:^7" - checksum: 10/7c951a6a9b773e4fd56b2f1894c83aaec417373cf01aa261bd2dd286e6c6f1d8c67a3749ecb1d106dbf9e8cda0e6ed1bfd6ce1b61c81e035f2527be3dd9eebc2 + checksum: 10/90114565c9a55e3aa5af0f68895bec2cdefa3280e31ce6304c602c063db38ff7f597babf0ca89794b0fff153f6795e2f773c891405a7065cc8a1eec87ed3d4db languageName: node linkType: hard @@ -29741,9 +29194,9 @@ __metadata: languageName: node linkType: hard -"react-native-gesture-handler@npm:~2.14.0": - version: 2.14.1 - resolution: "react-native-gesture-handler@npm:2.14.1" +"react-native-gesture-handler@npm:~2.16.1": + version: 2.16.2 + resolution: "react-native-gesture-handler@npm:2.16.2" dependencies: "@egjs/hammerjs": "npm:^2.0.17" hoist-non-react-statics: "npm:^3.3.0" @@ -29753,7 +29206,7 @@ __metadata: peerDependencies: react: "*" react-native: "*" - checksum: 10/0a86209d515febf6da489c210f8983ded4a8d6e87dc94bca55f8afab657ec096797b21954b7599f6e05e1238634d770b5462266f3f4018363e4eb73496f2147a + checksum: 10/227799f5e16f9725d81db524fc06c1fbef226835a5ee989642d132748832f7543ebc750d4309e49bcaa0fb6d1e7dd6b74028785e4b755978ab7f66f05b414c18 languageName: node linkType: hard @@ -29871,47 +29324,46 @@ __metadata: languageName: node linkType: hard -"react-native-reanimated@npm:~3.6.2": - version: 3.6.3 - resolution: "react-native-reanimated@npm:3.6.3" +"react-native-reanimated@npm:~3.10.1": + version: 3.10.1 + resolution: "react-native-reanimated@npm:3.10.1" dependencies: - "@babel/plugin-transform-object-assign": "npm:^7.16.7" + "@babel/plugin-transform-arrow-functions": "npm:^7.0.0-0" + "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.0.0-0" + "@babel/plugin-transform-optional-chaining": "npm:^7.0.0-0" + "@babel/plugin-transform-shorthand-properties": "npm:^7.0.0-0" + "@babel/plugin-transform-template-literals": "npm:^7.0.0-0" "@babel/preset-typescript": "npm:^7.16.7" convert-source-map: "npm:^2.0.0" invariant: "npm:^2.2.4" peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-proposal-nullish-coalescing-operator": ^7.0.0-0 - "@babel/plugin-proposal-optional-chaining": ^7.0.0-0 - "@babel/plugin-transform-arrow-functions": ^7.0.0-0 - "@babel/plugin-transform-shorthand-properties": ^7.0.0-0 - "@babel/plugin-transform-template-literals": ^7.0.0-0 react: "*" react-native: "*" - checksum: 10/34c0276131b1e604d8610299fa573caebfb9330cb1fa1c1c420a2d7620cfb464ed87597fa563623d4e24ae43d375b311c36cefac4920d4b85fbd4d17d02afe8c + checksum: 10/bb2a0802fd619999dd5d1dd9734875fc14699de29d3537003997e85040dd3a0b430716192388c71544d600fc7abf243af1cfc24ce2513c282b046e8bb3430125 languageName: node linkType: hard -"react-native-safe-area-context@npm:4.8.2": - version: 4.8.2 - resolution: "react-native-safe-area-context@npm:4.8.2" +"react-native-safe-area-context@npm:4.10.1": + version: 4.10.1 + resolution: "react-native-safe-area-context@npm:4.10.1" peerDependencies: react: "*" react-native: "*" - checksum: 10/ea01a7e3bceec23273a7b2807816b917fae48030431c1d966ee912c5ef12b131620c10b909f2604a2f296fc84ab1a3bdd9e536701401bdca6452441e2a825b60 + checksum: 10/89254daa2a4f35a7acffd20d9e42ea859f835d15b37f432c6aae2a1187a4675e3f91c6539cac21720f3746d851744f413a1c33c5a693f860f615bc880d3077f7 languageName: node linkType: hard -"react-native-screens@npm:~3.29.0": - version: 3.29.0 - resolution: "react-native-screens@npm:3.29.0" +"react-native-screens@npm:3.31.1": + version: 3.31.1 + resolution: "react-native-screens@npm:3.31.1" dependencies: react-freeze: "npm:^1.0.0" warn-once: "npm:^0.1.0" peerDependencies: react: "*" react-native: "*" - checksum: 10/e8b21e8c03bcf65c0a35739a18eaed8888946cd59287631e5dfc3343b8033a2eed59f3f8a1f8014af9e3cbb1e94b85eb0efeb837bc0ceaa50af1436dcda741c5 + checksum: 10/54a44fc5a34848195a8e004b9ee2269e8a3560c5fa7922d80eaa1fc6283990d6ef77b3d3ec6004d7df2ad95279d486faf25bb68a82a0e958493891adb7dbac9c languageName: node linkType: hard @@ -29940,16 +29392,16 @@ __metadata: languageName: node linkType: hard -"react-native-svg@npm:14.1.0": - version: 14.1.0 - resolution: "react-native-svg@npm:14.1.0" +"react-native-svg@npm:15.2.0": + version: 15.2.0 + resolution: "react-native-svg@npm:15.2.0" dependencies: css-select: "npm:^5.1.0" css-tree: "npm:^1.1.3" peerDependencies: react: "*" react-native: "*" - checksum: 10/2322cba59542ae552c25d222b6311024ea17daf2431c5ed9029d3682e61d2f8bc5428f496b237e81a6d1c6bdf29abeab0ed005cfbb48420f34e1cdffdc40823b + checksum: 10/5042e1377b9d66679898ce812760691d01602efac27a32eed0914b518652c66d575dc7eb1493d3315a7db043d4974796d9107fe17f4b331b6bbbff16906016e9 languageName: node linkType: hard @@ -30034,40 +29486,39 @@ __metadata: languageName: node linkType: hard -"react-native-webview@npm:13.6.4": - version: 13.6.4 - resolution: "react-native-webview@npm:13.6.4" +"react-native-webview@npm:13.8.6": + version: 13.8.6 + resolution: "react-native-webview@npm:13.8.6" dependencies: escape-string-regexp: "npm:2.0.0" invariant: "npm:2.2.4" peerDependencies: react: "*" react-native: "*" - checksum: 10/54cdecbc12de82b5442c376864830b13f5faff25c1041e4eeded9f1afc6921a69abb56cd448a709e89dc3840bde2183a082cd6f1000fe16df0dc387dc3a298b0 + checksum: 10/9a510ce0c36e733e565f16b3fd44be29f40aac9518db3550a0213206ad578c41ee7fc71431849f2f72e178098241a8f9f0cd31ebfdf2223fd39d349d2f8b9cd0 languageName: node linkType: hard -"react-native@npm:0.73.6": - version: 0.73.6 - resolution: "react-native@npm:0.73.6" +"react-native@npm:0.74.1": + version: 0.74.1 + resolution: "react-native@npm:0.74.1" dependencies: "@jest/create-cache-key-function": "npm:^29.6.3" - "@react-native-community/cli": "npm:12.3.6" - "@react-native-community/cli-platform-android": "npm:12.3.6" - "@react-native-community/cli-platform-ios": "npm:12.3.6" - "@react-native/assets-registry": "npm:0.73.1" - "@react-native/codegen": "npm:0.73.3" - "@react-native/community-cli-plugin": "npm:0.73.17" - "@react-native/gradle-plugin": "npm:0.73.4" - "@react-native/js-polyfills": "npm:0.73.1" - "@react-native/normalize-colors": "npm:0.73.2" - "@react-native/virtualized-lists": "npm:0.73.4" + "@react-native-community/cli": "npm:13.6.6" + "@react-native-community/cli-platform-android": "npm:13.6.6" + "@react-native-community/cli-platform-ios": "npm:13.6.6" + "@react-native/assets-registry": "npm:0.74.83" + "@react-native/codegen": "npm:0.74.83" + "@react-native/community-cli-plugin": "npm:0.74.83" + "@react-native/gradle-plugin": "npm:0.74.83" + "@react-native/js-polyfills": "npm:0.74.83" + "@react-native/normalize-colors": "npm:0.74.83" + "@react-native/virtualized-lists": "npm:0.74.83" abort-controller: "npm:^3.0.0" anser: "npm:^1.4.9" ansi-regex: "npm:^5.0.0" base64-js: "npm:^1.5.1" chalk: "npm:^4.0.0" - deprecated-react-native-prop-types: "npm:^5.0.0" event-target-shim: "npm:^5.0.1" flow-enums-runtime: "npm:^0.0.6" invariant: "npm:^2.2.4" @@ -30080,7 +29531,7 @@ __metadata: nullthrows: "npm:^1.1.1" pretty-format: "npm:^26.5.2" promise: "npm:^8.3.0" - react-devtools-core: "npm:^4.27.7" + react-devtools-core: "npm:^5.0.0" react-refresh: "npm:^0.14.0" react-shallow-renderer: "npm:^16.15.0" regenerator-runtime: "npm:^0.13.2" @@ -30090,10 +29541,14 @@ __metadata: ws: "npm:^6.2.2" yargs: "npm:^17.6.2" peerDependencies: + "@types/react": ^18.2.6 react: 18.2.0 + peerDependenciesMeta: + "@types/react": + optional: true bin: react-native: cli.js - checksum: 10/990f3b0cd064f40ca645b2b2cc32a12c18b6d6976a070aa71181bc1eb8f46d608618e9f481b7b6b43177c566663d033c899f138da17e8471fe1c810723d4f345 + checksum: 10/4c70df351f021c7fe2978626dd223feabd483d95a9312b6cd76b8ea9467426c630ee6aea5ad692da37ecb4388c065c68072355e743fb87621b62d520a18943d5 languageName: node linkType: hard @@ -30126,14 +29581,7 @@ __metadata: languageName: node linkType: hard -"react-refresh@npm:0.14.0": - version: 0.14.0 - resolution: "react-refresh@npm:0.14.0" - checksum: 10/75941262ce3ed4fc79b52492943fd59692f29b84f30f3822713b7e920f28e85c62a4386f85cbfbaea95ed62d3e74209f0a0bb065904b7ab2f166a74ac3812e2a - languageName: node - linkType: hard - -"react-refresh@npm:^0.14.0": +"react-refresh@npm:^0.14.0, react-refresh@npm:^0.14.2": version: 0.14.2 resolution: "react-refresh@npm:0.14.2" checksum: 10/512abf97271ab8623486061be04b608c39d932e3709f9af1720b41573415fa4993d0009fa5138b6705b60a98f4102f744d4e26c952b14f41a0e455521c6be4cc @@ -30497,15 +29945,6 @@ __metadata: languageName: node linkType: hard -"regenerator-transform@npm:^0.15.2": - version: 0.15.2 - resolution: "regenerator-transform@npm:0.15.2" - dependencies: - "@babel/runtime": "npm:^7.8.4" - checksum: 10/c4fdcb46d11bbe32605b4b9ed76b21b8d3f241a45153e9dc6f5542fed4c7744fed459f42701f650d5d5956786bf7de57547329d1c05a9df2ed9e367b9d903302 - languageName: node - linkType: hard - "regexp.prototype.flags@npm:^1.5.2": version: 1.5.2 resolution: "regexp.prototype.flags@npm:1.5.2" @@ -31291,7 +30730,7 @@ __metadata: languageName: node linkType: hard -"selfsigned@npm:^2.0.1, selfsigned@npm:^2.1.1": +"selfsigned@npm:^2.0.1, selfsigned@npm:^2.1.1, selfsigned@npm:^2.4.1": version: 2.4.1 resolution: "selfsigned@npm:2.4.1" dependencies: @@ -31349,18 +30788,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.5.3": - version: 7.5.3 - resolution: "semver@npm:7.5.3" - dependencies: - lru-cache: "npm:^6.0.0" - bin: - semver: bin/semver.js - checksum: 10/80b4b3784abff33bacf200727e012dc66768ed5835441e0a802ba9f3f5dd6b10ee366294711f5e7e13d73b82a6127ea55f11f9884d35e76a6a618dc11bc16ccf - languageName: node - linkType: hard - -"semver@npm:^7.0.0, semver@npm:^7.1.2, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.1, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4": +"semver@npm:^7.0.0, semver@npm:^7.1.2, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.1, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0": version: 7.6.2 resolution: "semver@npm:7.6.2" bin: @@ -32058,15 +31486,6 @@ __metadata: languageName: node linkType: hard -"sort-keys@npm:^2.0.0": - version: 2.0.0 - resolution: "sort-keys@npm:2.0.0" - dependencies: - is-plain-obj: "npm:^1.0.0" - checksum: 10/255f9fb393ef60a3db508e0cc5b18ef401127dbb2376b205ae27d168e245fc0d6b35267dde98fab6410dde684c9321f7fc8bf71f2b051761973231617753380d - languageName: node - linkType: hard - "source-list-map@npm:^2.0.0, source-list-map@npm:^2.0.1": version: 2.0.1 resolution: "source-list-map@npm:2.0.1" @@ -32475,13 +31894,6 @@ __metadata: languageName: node linkType: hard -"strict-uri-encode@npm:^1.0.0": - version: 1.1.0 - resolution: "strict-uri-encode@npm:1.1.0" - checksum: 10/9466d371f7b36768d43f7803f26137657559e4c8b0161fb9e320efb8edba3ae22f8e99d4b0d91da023b05a13f62ec5412c3f4f764b5788fac11d1fea93720bb3 - languageName: node - linkType: hard - "strict-uri-encode@npm:^2.0.0": version: 2.0.0 resolution: "strict-uri-encode@npm:2.0.0" @@ -32978,9 +32390,9 @@ __metadata: linkType: hard "swagger-ui-dist@npm:>=4.11.0": - version: 5.17.7 - resolution: "swagger-ui-dist@npm:5.17.7" - checksum: 10/17fd7c632e040c8d6aa7ac77e9688e2d1f70037631864a60a8147d4cf528fe93f6b94b44c15466d1be78c587242b4b469e95db1b7bf9d0cdaaecf889c395b222 + version: 5.17.9 + resolution: "swagger-ui-dist@npm:5.17.9" + checksum: 10/1f82448d8cfdb3f2bda020549ce79f1543a3506028bf74726225d8dee6fa8c28147e1bf45b82a76b8ebc7fbf3b34b518013c4cadf1b379d5426fa418421f429b languageName: node linkType: hard @@ -33191,7 +32603,7 @@ __metadata: eslint-plugin-react-refresh: "npm:^0.4.5" react: "npm:18.2.0" react-dom: "npm:18.2.0" - react-native: "npm:0.73.6" + react-native: "npm:0.74.1" react-native-web: "npm:^0.19.10" rollup-plugin-node-polyfills: "npm:^0.2.1" rollup-plugin-polyfill-node: "npm:^0.13.0" @@ -33914,8 +33326,8 @@ __metadata: linkType: hard "tsx@npm:^4.7.0": - version: 4.9.4 - resolution: "tsx@npm:4.9.4" + version: 4.10.2 + resolution: "tsx@npm:4.10.2" dependencies: esbuild: "npm:~0.20.2" fsevents: "npm:~2.3.3" @@ -33925,7 +33337,7 @@ __metadata: optional: true bin: tsx: dist/cli.mjs - checksum: 10/7dce8d861fa0a22693757da5aea3f1dffdf7736c7119e3f1a691e71221722ab881b223a5e5a3476bcefd537887941528efd829a8895f272782eda317a3d32956 + checksum: 10/3e399a3fcfa97cabb003af2465ad274175e2f6931559981c1a627a10ed608c1068146f4863ddd0b648ef7a092f17cfe426b53c781bc2ca1cb85bed5288147489 languageName: node linkType: hard @@ -33945,6 +33357,13 @@ __metadata: languageName: node linkType: hard +"turbo-stream@npm:^2.0.0": + version: 2.0.1 + resolution: "turbo-stream@npm:2.0.1" + checksum: 10/f1553f40a47bd0c613953ea095c211d71045c7d7d8a7e9f70969cf0dbd952c8047beda65f6168ebe605d684cbfd0dda9ce0e22d958bd45fbce459f2ff6a3e092 + languageName: node + linkType: hard + "tweetnacl@npm:^0.14.3, tweetnacl@npm:~0.14.0": version: 0.14.5 resolution: "tweetnacl@npm:0.14.5" @@ -34290,6 +33709,13 @@ __metadata: languageName: node linkType: hard +"undici@npm:^6.10.1": + version: 6.16.1 + resolution: "undici@npm:6.16.1" + checksum: 10/07dc67ec7a81323952effcbdb4aa674dd4f23aa872a03bdd4773d4e3b0b2aed268d116c8cfb012ecf272d2d1a0399055bf6ed134dd79b6a0920bab83ca483fcb + languageName: node + linkType: hard + "unicode-canonical-property-names-ecmascript@npm:^2.0.0": version: 2.0.0 resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0" @@ -34744,25 +34170,25 @@ __metadata: linkType: hard "vercel@npm:latest": - version: 34.1.10 - resolution: "vercel@npm:34.1.10" + version: 34.1.14 + resolution: "vercel@npm:34.1.14" dependencies: - "@vercel/build-utils": "npm:8.0.0" + "@vercel/build-utils": "npm:8.1.3" "@vercel/fun": "npm:1.1.0" "@vercel/go": "npm:3.1.1" "@vercel/hydrogen": "npm:1.0.2" - "@vercel/next": "npm:4.2.9" - "@vercel/node": "npm:3.1.0" + "@vercel/next": "npm:4.2.11" + "@vercel/node": "npm:3.1.4" "@vercel/python": "npm:4.2.0" - "@vercel/redwood": "npm:2.0.8" - "@vercel/remix-builder": "npm:2.1.5" + "@vercel/redwood": "npm:2.0.9" + "@vercel/remix-builder": "npm:2.1.6" "@vercel/ruby": "npm:2.1.0" - "@vercel/static-build": "npm:2.5.4" + "@vercel/static-build": "npm:2.5.8" chokidar: "npm:3.3.1" bin: vc: dist/index.js vercel: dist/index.js - checksum: 10/d359350a578c70a813d8aff13c40fd9ceb055085a867daa4996793bec247fac9d13d03357bd3a2a9e055065d85ba4355d084db4893aa742f28f895c31704064c + checksum: 10/9faf03677f89f80483b442bae613239150512fb4ca78c72f3b910db99f9d57f737fe388ff7108afc15315da194f0e1e1d0a53fcce08523871d1321fa0ab88360 languageName: node linkType: hard @@ -34802,7 +34228,7 @@ __metadata: eslint-plugin-react-refresh: "npm:^0.4.5" react: "npm:18.2.0" react-dom: "npm:18.2.0" - react-native: "npm:0.73.6" + react-native: "npm:0.74.1" react-native-web: "npm:^0.19.10" rollup-plugin-node-polyfills: "npm:^0.2.1" rollup-plugin-polyfill-node: "npm:^0.13.0"