From 5e6176826044e7ebdc1f18724f95102c312adc80 Mon Sep 17 00:00:00 2001 From: Timothy Miller Date: Fri, 20 Oct 2023 04:28:48 -0400 Subject: [PATCH] Update tamagui version --- apps/docs/package.json | 8 +- apps/expo/package.json | 20 +- apps/next/package.json | 22 +- apps/vscode/package.json | 14 +- package.json | 8 +- packages/api/package.json | 12 +- packages/app/package.json | 24 +- packages/ui/package.json | 18 +- pnpm-lock.yaml | 5017 ++++++++++++++++++------------------- 9 files changed, 2487 insertions(+), 2656 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index 3ba9a7f23..c64aaed4f 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -19,17 +19,17 @@ }, "homepage": "https://github.com/timothymiller/t4-app#readme", "dependencies": { - "@ducanh2912/next-pwa": "^9.7.1", + "@ducanh2912/next-pwa": "^9.7.2", "@t4/ui": "^2.0.0", "million": "2.6.2", "next": "13.5.3", - "nextra": "^2.13.1", - "nextra-theme-docs": "^2.13.1", + "nextra": "^2.13.2", + "nextra-theme-docs": "^2.13.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^20.7.1", + "@types/node": "^20.8.7", "typescript": "^5.2.2" } } diff --git a/apps/expo/package.json b/apps/expo/package.json index bf8fc6a2e..b1bc54fb6 100755 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -17,14 +17,14 @@ "eas-build-pre-install": "npm install -g pnpm@8.6.12" }, "dependencies": { - "@babel/runtime": "^7.23.1", + "@babel/runtime": "^7.23.2", "@shopify/flash-list": "^1.6.1", "@t4/ui": "^2.0.0", "app": "^2.0.0", "babel-plugin-module-resolver": "5.0.0", "burnt": "^0.11.7", - "expo": "^49.0.13", - "expo-apple-authentication": "~6.1.0", + "expo": "^49.0.16", + "expo-apple-authentication": "~6.1.2", "expo-constants": "~14.4.2", "expo-crypto": "~12.4.1", "expo-dev-client": "~2.4.11", @@ -32,25 +32,25 @@ "expo-image": "~1.5.1", "expo-linear-gradient": "~12.5.0", "expo-linking": "6.0.0", - "expo-router": "^2.0.8", + "expo-router": "^2.0.9", "expo-splash-screen": "^0.22.0", "expo-status-bar": "1.7.1", "expo-system-ui": "^2.6.0", - "expo-updates": "^0.18.14", + "expo-updates": "^0.18.16", "expo-web-browser": "~12.3.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-native": "^0.72.5", - "react-native-gesture-handler": "~2.13.1", + "react-native": "^0.72.6", + "react-native-gesture-handler": "~2.13.3", "react-native-mmkv": "^2.10.2", "react-native-safe-area-context": "4.7.2", - "react-native-screens": "^3.25.0", + "react-native-screens": "^3.26.0", "react-native-svg": "^13.14.0" }, "devDependencies": { - "@babel/core": "^7.23.0", + "@babel/core": "^7.23.2", "@expo/metro-config": "^0.10.7", - "@tamagui/babel-plugin": "1.72.3", + "@tamagui/babel-plugin": "1.74.21", "babel-plugin-transform-inline-environment-variables": "^0.4.4", "metro-minify-terser": "^0.79.1", "react-native-dotenv": "^3.4.9", diff --git a/apps/next/package.json b/apps/next/package.json index 0df840942..73ccea4df 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -11,27 +11,27 @@ "clean": "git clean -xdf .next node_modules .tamagui" }, "dependencies": { - "@ducanh2912/next-pwa": "^9.7.1", + "@ducanh2912/next-pwa": "^9.7.2", "@supabase/auth-helpers-nextjs": "^0.8.1", "@supabase/auth-helpers-react": "^0.4.2", "@t4/ui": "^2.0.0", - "@tamagui/next-theme": "1.72.3", - "@tsndr/cloudflare-worker-jwt": "^2.2.2", + "@tamagui/next-theme": "1.74.21", + "@tsndr/cloudflare-worker-jwt": "^2.2.5", "app": "^2.0.0", "million": "2.6.2", "next": "13.5.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-native": "^0.72.5", - "react-native-web-lite": "1.72.3", - "webpack": "^5.88.2" + "react-native": "^0.72.6", + "react-native-web-lite": "1.74.21", + "webpack": "^5.89.0" }, "devDependencies": { - "@tamagui/next-plugin": "1.72.3", - "@types/node": "^20.7.1", - "@types/react": "^18.2.23", + "@tamagui/next-plugin": "1.74.21", + "@types/node": "^20.8.7", + "@types/react": "^18.2.30", "dotenv-cli": "^7.3.0", - "eslint-config-next": "^13.5.3", - "vercel": "^32.3.1" + "eslint-config-next": "^13.5.6", + "vercel": "^32.4.1" } } diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 267287558..8967ffaac 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -47,13 +47,13 @@ }, "devDependencies": { "@types/glob": "^8.1.0", - "@types/mocha": "^10.0.2", - "@types/node": "^20.7.1", - "@types/vscode": "^1.81.0", - "@typescript-eslint/eslint-plugin": "^6.7.3", - "@typescript-eslint/parser": "^6.7.3", - "@vscode/test-electron": "^2.3.4", - "eslint": "^8.50.0", + "@types/mocha": "^10.0.3", + "@types/node": "^20.8.7", + "@types/vscode": "^1.83.1", + "@typescript-eslint/eslint-plugin": "^6.8.0", + "@typescript-eslint/parser": "^6.8.0", + "@vscode/test-electron": "^2.3.5", + "eslint": "^8.51.0", "glob": "^10.3.10", "mocha": "^10.2.0", "typescript": "^5.2.2" diff --git a/package.json b/package.json index 1e2d287f3..ebcd1c6f3 100755 --- a/package.json +++ b/package.json @@ -35,18 +35,18 @@ "clean:workspaces": "turbo clean" }, "dependencies": { - "@babel/runtime": "^7.23.1", + "@babel/runtime": "^7.23.2", "@manypkg/cli": "^0.21.0", "@nderscore/tamagui-typescript-plugin": "^0.5.4", - "@supabase/supabase-js": "^2.36.0", + "@supabase/supabase-js": "^2.38.2", "check-dependency-version-consistency": "^4.1.0", "cross-env": "^7.0.3", - "eslint": "^8.50.0", + "eslint": "^8.51.0", "miniflare": "3.20230922.0", "node-gyp": "^9.4.0", "prettier": "^3.0.3", "react-native-url-polyfill": "^2.0.0", - "turbo": "^1.10.14", + "turbo": "^1.10.16", "typescript": "^5.2.2" }, "engines": { diff --git a/packages/api/package.json b/packages/api/package.json index b588987bc..f33246f4c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,20 +18,20 @@ }, "dependencies": { "@hono/trpc-server": "^0.1.0", - "@trpc/server": "^10.38.5", - "@tsndr/cloudflare-worker-jwt": "^2.2.2", + "@trpc/server": "^10.41.0", + "@tsndr/cloudflare-worker-jwt": "^2.2.5", "drizzle-orm": "^0.28.6", "drizzle-valibot": "^0.1.1", - "hono": "^3.7.2", + "hono": "^3.8.1", "superjson": "^1.13.3", "valibot": "^0.17.1" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20230922.0", - "better-sqlite3": "^8.6.0", + "@cloudflare/workers-types": "^4.20231016.0", + "better-sqlite3": "^8.7.0", "dotenv-cli": "^7.3.0", "drizzle-kit": "^0.19.13", - "eslint": "^8.50.0", + "eslint": "^8.51.0", "typescript": "^5.2.2", "wrangler": "3.6.0" } diff --git a/packages/app/package.json b/packages/app/package.json index 4f09676af..b28f8656b 100755 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -13,25 +13,25 @@ "@shopify/flash-list": "^1.6.1", "@supabase/auth-helpers-shared": "0.5.0", "@t4/ui": "^2.0.0", - "@tamagui/animations-react-native": "1.72.3", - "@tamagui/colors": "1.72.3", - "@tamagui/font-inter": "1.72.3", - "@tamagui/lucide-icons": "1.72.3", - "@tamagui/shorthands": "1.72.3", - "@tamagui/themes": "1.72.3", - "@tanstack/react-query": "^4.35.3", - "@trpc/client": "^10.38.5", - "@trpc/next": "^10.38.5", - "@trpc/react-query": "^10.38.5", + "@tamagui/animations-react-native": "1.74.21", + "@tamagui/colors": "1.74.21", + "@tamagui/font-inter": "1.74.21", + "@tamagui/lucide-icons": "1.74.21", + "@tamagui/shorthands": "1.74.21", + "@tamagui/themes": "1.74.21", + "@tanstack/react-query": "^4.36.1", + "@trpc/client": "^10.41.0", + "@trpc/next": "^10.41.0", + "@trpc/react-query": "^10.41.0", "burnt": "^0.11.7", "expo-constants": "~14.4.2", "expo-linking": "6.0.0", "expo-secure-store": "^12.5.0", "react-native-mmkv": "^2.10.2", "react-native-safe-area-context": "4.7.2", - "solito": "^4.0.1" + "solito": "^4.1.2" }, "devDependencies": { - "@types/react": "^18.2.23" + "@types/react": "^18.2.30" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 94c8392ab..13d68efb9 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -18,18 +18,18 @@ }, "dependencies": { "@shopify/flash-list": "^1.6.1", - "@tamagui/animations-react-native": "1.72.3", - "@tamagui/font-inter": "1.72.3", - "@tamagui/react-native-media-driver": "1.72.3", - "@tamagui/shorthands": "1.72.3", - "@tamagui/themes": "1.72.3", - "@tamagui/toast": "1.72.3", - "@tanstack/react-table": "^8.10.3", + "@tamagui/animations-react-native": "1.74.21", + "@tamagui/font-inter": "1.74.21", + "@tamagui/react-native-media-driver": "1.74.21", + "@tamagui/shorthands": "1.74.21", + "@tamagui/themes": "1.74.21", + "@tamagui/toast": "1.74.21", + "@tanstack/react-table": "^8.10.7", "@tanstack/react-virtual": "3.0.0-beta.54", "jotai": "^2.4.3", - "tamagui": "1.72.3" + "tamagui": "1.74.21" }, "devDependencies": { - "@tamagui/build": "1.72.3" + "@tamagui/build": "1.74.21" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f7edb8c8..836f77828 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: dependencies: '@babel/runtime': - specifier: ^7.23.1 - version: 7.23.1 + specifier: ^7.23.2 + version: 7.23.2 '@manypkg/cli': specifier: ^0.21.0 version: 0.21.0 '@nderscore/tamagui-typescript-plugin': specifier: ^0.5.4 - version: 0.5.4(@tamagui/core@1.73.0)(@tamagui/helpers@1.73.0)(typescript@5.2.2) + version: 0.5.4(@tamagui/core@1.74.21)(@tamagui/helpers@1.74.21)(typescript@5.2.2) '@supabase/supabase-js': - specifier: ^2.36.0 - version: 2.36.0 + specifier: ^2.38.2 + version: 2.38.2 check-dependency-version-consistency: specifier: ^4.1.0 version: 4.1.0 @@ -27,8 +27,8 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.50.0 - version: 8.50.0 + specifier: ^8.51.0 + version: 8.51.0 miniflare: specifier: 3.20230922.0 version: 3.20230922.0 @@ -40,10 +40,10 @@ importers: version: 3.0.3 react-native-url-polyfill: specifier: ^2.0.0 - version: 2.0.0(react-native@0.72.5) + version: 2.0.0(react-native@0.72.6) turbo: - specifier: ^1.10.14 - version: 1.10.14 + specifier: ^1.10.16 + version: 1.10.16 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -60,8 +60,8 @@ importers: apps/docs: dependencies: '@ducanh2912/next-pwa': - specifier: ^9.7.1 - version: 9.7.1(next@13.5.3)(webpack@5.88.2) + specifier: ^9.7.2 + version: 9.7.2(next@13.5.3)(webpack@5.89.0) '@t4/ui': specifier: ^2.0.0 version: link:../../packages/ui @@ -70,13 +70,13 @@ importers: version: 2.6.2 next: specifier: 13.5.3 - version: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + version: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) nextra: - specifier: ^2.13.1 - version: 2.13.1(next@13.5.3)(react-dom@18.2.0)(react@18.2.0) + specifier: ^2.13.2 + version: 2.13.2(next@13.5.3)(react-dom@18.2.0)(react@18.2.0) nextra-theme-docs: - specifier: ^2.13.1 - version: 2.13.1(next@13.5.3)(nextra@2.13.1)(react-dom@18.2.0)(react@18.2.0) + specifier: ^2.13.2 + version: 2.13.2(next@13.5.3)(nextra@2.13.2)(react-dom@18.2.0)(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -85,8 +85,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/node': - specifier: ^20.7.1 - version: 20.7.1 + specifier: ^20.8.7 + version: 20.8.7 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -94,11 +94,11 @@ importers: apps/expo: dependencies: '@babel/runtime': - specifier: ^7.23.1 - version: 7.23.1 + specifier: ^7.23.2 + version: 7.23.2 '@shopify/flash-list': specifier: ^1.6.1 - version: 1.6.1(@babel/runtime@7.23.1)(react-native@0.72.5)(react@18.2.0) + version: 1.6.1(@babel/runtime@7.23.2)(react-native@0.72.6)(react@18.2.0) '@t4/ui': specifier: ^2.0.0 version: link:../../packages/ui @@ -110,52 +110,52 @@ importers: version: 5.0.0 burnt: specifier: ^0.11.7 - version: 0.11.7(expo@49.0.13)(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) + version: 0.11.7(expo@49.0.16)(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) expo: - specifier: ^49.0.13 - version: 49.0.13(@babel/core@7.23.0) + specifier: ^49.0.16 + version: 49.0.16(@babel/core@7.23.2) expo-apple-authentication: - specifier: ~6.1.0 - version: 6.1.2(expo@49.0.13) + specifier: ~6.1.2 + version: 6.1.2(expo@49.0.16) expo-constants: specifier: ~14.4.2 - version: 14.4.2(expo@49.0.13) + version: 14.4.2(expo@49.0.16) expo-crypto: specifier: ~12.4.1 - version: 12.4.1(expo@49.0.13) + version: 12.4.1(expo@49.0.16) expo-dev-client: specifier: ~2.4.11 - version: 2.4.11(expo@49.0.13) + version: 2.4.11(expo@49.0.16) expo-font: specifier: ~11.6.0 - version: 11.6.0(expo@49.0.13) + version: 11.6.0(expo@49.0.16) expo-image: specifier: ~1.5.1 - version: 1.5.1(expo@49.0.13) + version: 1.5.1(expo@49.0.16) expo-linear-gradient: specifier: ~12.5.0 - version: 12.5.0(expo@49.0.13) + version: 12.5.0(expo@49.0.16) expo-linking: specifier: 6.0.0 - version: 6.0.0(expo@49.0.13) + version: 6.0.0(expo@49.0.16) expo-router: - specifier: ^2.0.8 - version: 2.0.8(expo-constants@14.4.2)(expo-linking@6.0.0)(expo-modules-autolinking@1.5.1)(expo-status-bar@1.7.1)(expo@49.0.13)(metro@0.76.8)(react-dom@18.2.0)(react-native-gesture-handler@2.13.1)(react-native-safe-area-context@4.7.2)(react-native-screens@3.25.0)(react-native@0.72.5)(react@18.2.0) + specifier: ^2.0.9 + version: 2.0.9(expo-constants@14.4.2)(expo-linking@6.0.0)(expo-modules-autolinking@1.5.1)(expo-status-bar@1.7.1)(expo@49.0.16)(metro@0.76.8)(react-dom@18.2.0)(react-native-gesture-handler@2.13.3)(react-native-safe-area-context@4.7.2)(react-native-screens@3.26.0)(react-native@0.72.6)(react@18.2.0) expo-splash-screen: specifier: ^0.22.0 - version: 0.22.0(expo-modules-autolinking@1.5.1)(expo@49.0.13) + version: 0.22.0(expo-modules-autolinking@1.5.1)(expo@49.0.16) expo-status-bar: specifier: 1.7.1 version: 1.7.1 expo-system-ui: specifier: ^2.6.0 - version: 2.6.0(expo@49.0.13) + version: 2.6.0(expo@49.0.16) expo-updates: - specifier: ^0.18.14 - version: 0.18.14(expo@49.0.13) + specifier: ^0.18.16 + version: 0.18.16(expo@49.0.16) expo-web-browser: specifier: ~12.3.2 - version: 12.3.2(expo@49.0.13) + version: 12.3.2(expo@49.0.16) react: specifier: ^18.2.0 version: 18.2.0 @@ -163,33 +163,33 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-native: - specifier: ^0.72.5 - version: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + specifier: ^0.72.6 + version: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) react-native-gesture-handler: - specifier: ~2.13.1 - version: 2.13.1(react-native@0.72.5)(react@18.2.0) + specifier: ~2.13.3 + version: 2.13.3(react-native@0.72.6)(react@18.2.0) react-native-mmkv: specifier: ^2.10.2 - version: 2.10.2(react-native@0.72.5)(react@18.2.0) + version: 2.10.2(react-native@0.72.6)(react@18.2.0) react-native-safe-area-context: specifier: 4.7.2 - version: 4.7.2(react-native@0.72.5)(react@18.2.0) + version: 4.7.2(react-native@0.72.6)(react@18.2.0) react-native-screens: - specifier: ^3.25.0 - version: 3.25.0(react-native@0.72.5)(react@18.2.0) + specifier: ^3.26.0 + version: 3.26.0(react-native@0.72.6)(react@18.2.0) react-native-svg: specifier: ^13.14.0 - version: 13.14.0(react-native@0.72.5)(react@18.2.0) + version: 13.14.0(react-native@0.72.6)(react@18.2.0) devDependencies: '@babel/core': - specifier: ^7.23.0 - version: 7.23.0 + specifier: ^7.23.2 + version: 7.23.2 '@expo/metro-config': specifier: ^0.10.7 version: 0.10.7 '@tamagui/babel-plugin': - specifier: 1.72.3 - version: 1.72.3(react-dom@18.2.0)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-dom@18.2.0)(react@18.2.0) babel-plugin-transform-inline-environment-variables: specifier: ^0.4.4 version: 0.4.4 @@ -198,7 +198,7 @@ importers: version: 0.79.1 react-native-dotenv: specifier: ^3.4.9 - version: 3.4.9(@babel/runtime@7.23.1) + version: 3.4.9(@babel/runtime@7.23.2) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -206,23 +206,23 @@ importers: apps/next: dependencies: '@ducanh2912/next-pwa': - specifier: ^9.7.1 - version: 9.7.1(esbuild@0.19.4)(next@13.5.3)(webpack@5.88.2) + specifier: ^9.7.2 + version: 9.7.2(esbuild@0.19.5)(next@13.5.3)(webpack@5.89.0) '@supabase/auth-helpers-nextjs': specifier: ^0.8.1 - version: 0.8.1(@supabase/supabase-js@2.36.0) + version: 0.8.1(@supabase/supabase-js@2.38.2) '@supabase/auth-helpers-react': specifier: ^0.4.2 - version: 0.4.2(@supabase/supabase-js@2.36.0) + version: 0.4.2(@supabase/supabase-js@2.38.2) '@t4/ui': specifier: ^2.0.0 version: link:../../packages/ui '@tamagui/next-theme': - specifier: 1.72.3 - version: 1.72.3(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react@18.2.0) '@tsndr/cloudflare-worker-jwt': - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.2.5 + version: 2.2.5 app: specifier: ^2.0.0 version: link:../../packages/app @@ -231,7 +231,7 @@ importers: version: 2.6.2 next: specifier: 13.5.3 - version: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + version: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -239,33 +239,33 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-native: - specifier: ^0.72.5 - version: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + specifier: ^0.72.6 + version: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) react-native-web-lite: - specifier: 1.72.3 - version: 1.72.3(react-dom@18.2.0)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-dom@18.2.0)(react@18.2.0) webpack: - specifier: ^5.88.2 - version: 5.88.2(esbuild@0.19.4) + specifier: ^5.89.0 + version: 5.89.0(esbuild@0.19.5) devDependencies: '@tamagui/next-plugin': - specifier: 1.72.3 - version: 1.72.3(@babel/core@7.23.0)(next@13.5.3)(react-dom@18.2.0)(react@18.2.0)(webpack@5.88.2) + specifier: 1.74.21 + version: 1.74.21(@babel/core@7.23.2)(next@13.5.3)(react-dom@18.2.0)(react@18.2.0)(webpack@5.89.0) '@types/node': - specifier: ^20.7.1 - version: 20.7.1 + specifier: ^20.8.7 + version: 20.8.7 '@types/react': - specifier: ^18.2.23 - version: 18.2.23 + specifier: ^18.2.30 + version: 18.2.30 dotenv-cli: specifier: ^7.3.0 version: 7.3.0 eslint-config-next: - specifier: ^13.5.3 - version: 13.5.3(eslint@8.50.0)(typescript@5.2.2) + specifier: ^13.5.6 + version: 13.5.6(eslint@8.51.0)(typescript@5.2.2) vercel: - specifier: ^32.3.1 - version: 32.3.1 + specifier: ^32.4.1 + version: 32.4.1 apps/vscode: devDependencies: @@ -273,26 +273,26 @@ importers: specifier: ^8.1.0 version: 8.1.0 '@types/mocha': - specifier: ^10.0.2 - version: 10.0.2 + specifier: ^10.0.3 + version: 10.0.3 '@types/node': - specifier: ^20.7.1 - version: 20.7.1 + specifier: ^20.8.7 + version: 20.8.7 '@types/vscode': - specifier: ^1.81.0 - version: 1.82.0 + specifier: ^1.83.1 + version: 1.83.1 '@typescript-eslint/eslint-plugin': - specifier: ^6.7.3 - version: 6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2) + specifier: ^6.8.0 + version: 6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.7.3 - version: 6.7.3(eslint@8.50.0)(typescript@5.2.2) + specifier: ^6.8.0 + version: 6.8.0(eslint@8.51.0)(typescript@5.2.2) '@vscode/test-electron': - specifier: ^2.3.4 - version: 2.3.4 + specifier: ^2.3.5 + version: 2.3.5 eslint: - specifier: ^8.50.0 - version: 8.50.0 + specifier: ^8.51.0 + version: 8.51.0 glob: specifier: ^10.3.10 version: 10.3.10 @@ -307,22 +307,22 @@ importers: dependencies: '@hono/trpc-server': specifier: ^0.1.0 - version: 0.1.0(@trpc/server@10.38.5)(hono@3.7.2) + version: 0.1.0(@trpc/server@10.41.0)(hono@3.8.1) '@trpc/server': - specifier: ^10.38.5 - version: 10.38.5 + specifier: ^10.41.0 + version: 10.41.0 '@tsndr/cloudflare-worker-jwt': - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.2.5 + version: 2.2.5 drizzle-orm: specifier: ^0.28.6 - version: 0.28.6(@cloudflare/workers-types@4.20230922.0)(better-sqlite3@8.6.0) + version: 0.28.6(@cloudflare/workers-types@4.20231016.0)(better-sqlite3@8.7.0) drizzle-valibot: specifier: ^0.1.1 version: 0.1.1(drizzle-orm@0.28.6) hono: - specifier: ^3.7.2 - version: 3.7.2 + specifier: ^3.8.1 + version: 3.8.1 superjson: specifier: ^1.13.3 version: 1.13.3 @@ -331,11 +331,11 @@ importers: version: 0.17.1 devDependencies: '@cloudflare/workers-types': - specifier: ^4.20230922.0 - version: 4.20230922.0 + specifier: ^4.20231016.0 + version: 4.20231016.0 better-sqlite3: - specifier: ^8.6.0 - version: 8.6.0 + specifier: ^8.7.0 + version: 8.7.0 dotenv-cli: specifier: ^7.3.0 version: 7.3.0 @@ -343,8 +343,8 @@ importers: specifier: ^0.19.13 version: 0.19.13 eslint: - specifier: ^8.50.0 - version: 8.50.0 + specifier: ^8.51.0 + version: 8.51.0 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -356,95 +356,95 @@ importers: dependencies: '@shopify/flash-list': specifier: ^1.6.1 - version: 1.6.1(@babel/runtime@7.23.1)(react-native@0.72.5)(react@18.2.0) + version: 1.6.1(@babel/runtime@7.23.2)(react-native@0.72.6)(react@18.2.0) '@supabase/auth-helpers-shared': specifier: 0.5.0 - version: 0.5.0(@supabase/supabase-js@2.36.0) + version: 0.5.0(@supabase/supabase-js@2.38.2) '@t4/ui': specifier: ^2.0.0 version: link:../ui '@tamagui/animations-react-native': - specifier: 1.72.3 - version: 1.72.3(react-native@0.72.5)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-native@0.72.6)(react@18.2.0) '@tamagui/colors': - specifier: 1.72.3 - version: 1.72.3 + specifier: 1.74.21 + version: 1.74.21 '@tamagui/font-inter': - specifier: 1.72.3 - version: 1.72.3(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react@18.2.0) '@tamagui/lucide-icons': - specifier: 1.72.3 - version: 1.72.3(react-native-svg@13.14.0)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-native-svg@13.14.0)(react@18.2.0) '@tamagui/shorthands': - specifier: 1.72.3 - version: 1.72.3 + specifier: 1.74.21 + version: 1.74.21 '@tamagui/themes': - specifier: 1.72.3 - version: 1.72.3(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react@18.2.0) '@tanstack/react-query': - specifier: ^4.35.3 - version: 4.35.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) + specifier: ^4.36.1 + version: 4.36.1(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) '@trpc/client': - specifier: ^10.38.5 - version: 10.38.5(@trpc/server@10.38.5) + specifier: ^10.41.0 + version: 10.41.0(@trpc/server@10.41.0) '@trpc/next': - specifier: ^10.38.5 - version: 10.38.5(@tanstack/react-query@4.35.3)(@trpc/client@10.38.5)(@trpc/react-query@10.38.5)(@trpc/server@10.38.5)(next@13.5.3)(react-dom@18.2.0)(react@18.2.0) + specifier: ^10.41.0 + version: 10.41.0(@tanstack/react-query@4.36.1)(@trpc/client@10.41.0)(@trpc/react-query@10.41.0)(@trpc/server@10.41.0)(next@13.5.6)(react-dom@18.2.0)(react@18.2.0) '@trpc/react-query': - specifier: ^10.38.5 - version: 10.38.5(@tanstack/react-query@4.35.3)(@trpc/client@10.38.5)(@trpc/server@10.38.5)(react-dom@18.2.0)(react@18.2.0) + specifier: ^10.41.0 + version: 10.41.0(@tanstack/react-query@4.36.1)(@trpc/client@10.41.0)(@trpc/server@10.41.0)(react-dom@18.2.0)(react@18.2.0) burnt: specifier: ^0.11.7 - version: 0.11.7(expo@49.0.13)(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) + version: 0.11.7(expo@49.0.16)(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) expo-constants: specifier: ~14.4.2 - version: 14.4.2(expo@49.0.13) + version: 14.4.2(expo@49.0.16) expo-linking: specifier: 6.0.0 - version: 6.0.0(expo@49.0.13) + version: 6.0.0(expo@49.0.16) expo-secure-store: specifier: ^12.5.0 - version: 12.5.0(expo@49.0.13) + version: 12.5.0(expo@49.0.16) react-native-mmkv: specifier: ^2.10.2 - version: 2.10.2(react-native@0.72.5)(react@18.2.0) + version: 2.10.2(react-native@0.72.6)(react@18.2.0) react-native-safe-area-context: specifier: 4.7.2 - version: 4.7.2(react-native@0.72.5)(react@18.2.0) + version: 4.7.2(react-native@0.72.6)(react@18.2.0) solito: - specifier: ^4.0.1 - version: 4.0.1 + specifier: ^4.1.2 + version: 4.1.2 devDependencies: '@types/react': - specifier: ^18.2.23 - version: 18.2.23 + specifier: ^18.2.30 + version: 18.2.30 packages/ui: dependencies: '@shopify/flash-list': specifier: ^1.6.1 - version: 1.6.1(@babel/runtime@7.23.1)(react-native@0.72.5)(react@18.2.0) + version: 1.6.1(@babel/runtime@7.23.2)(react-native@0.72.6)(react@18.2.0) '@tamagui/animations-react-native': - specifier: 1.72.3 - version: 1.72.3(react-native@0.72.5)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-native@0.72.6)(react@18.2.0) '@tamagui/font-inter': - specifier: 1.72.3 - version: 1.72.3(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react@18.2.0) '@tamagui/react-native-media-driver': - specifier: 1.72.3 - version: 1.72.3(react-native@0.72.5)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-native@0.72.6)(react@18.2.0) '@tamagui/shorthands': - specifier: 1.72.3 - version: 1.72.3 + specifier: 1.74.21 + version: 1.74.21 '@tamagui/themes': - specifier: 1.72.3 - version: 1.72.3(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react@18.2.0) '@tamagui/toast': - specifier: 1.72.3 - version: 1.72.3(react-native@0.72.5)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-native@0.72.6)(react@18.2.0) '@tanstack/react-table': - specifier: ^8.10.3 - version: 8.10.3(react-dom@18.2.0)(react@18.2.0) + specifier: ^8.10.7 + version: 8.10.7(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-virtual': specifier: 3.0.0-beta.54 version: 3.0.0-beta.54(react@18.2.0) @@ -452,12 +452,12 @@ importers: specifier: ^2.4.3 version: 2.4.3(react@18.2.0) tamagui: - specifier: 1.72.3 - version: 1.72.3(react-dom@18.2.0)(react-native-web@0.19.9)(react-native@0.72.5)(react@18.2.0) + specifier: 1.74.21 + version: 1.74.21(react-dom@18.2.0)(react-native-web@0.19.9)(react-native@0.72.6)(react@18.2.0) devDependencies: '@tamagui/build': - specifier: 1.72.3 - version: 1.72.3 + specifier: 1.74.21 + version: 1.74.21 packages: @@ -470,7 +470,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.19 + '@jridgewell/trace-mapping': 0.3.20 /@apideck/better-ajv-errors@0.3.6(ajv@8.12.0): resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} @@ -496,23 +496,23 @@ packages: '@babel/highlight': 7.22.20 chalk: 2.4.2 - /@babel/compat-data@7.22.20: - resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} + /@babel/compat-data@7.23.2: + resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} engines: {node: '>=6.9.0'} - /@babel/core@7.23.0: - resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==} + /@babel/core@7.23.2: + resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 '@babel/generator': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) - '@babel/helpers': 7.23.1 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) + '@babel/helpers': 7.23.2 '@babel/parser': 7.23.0 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 convert-source-map: 2.0.0 debug: 4.3.4(supports-color@8.1.1) @@ -528,7 +528,7 @@ packages: dependencies: '@babel/types': 7.23.0 '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.19 + '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.22.5: @@ -548,53 +548,53 @@ packages: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.2 '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.0): + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false - /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.0): + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false - /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.23.0): - resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} + /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.2): + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4(supports-color@8.1.1) lodash.debounce: 4.0.8 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false @@ -629,13 +629,13 @@ packages: dependencies: '@babel/types': 7.23.0 - /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0): + /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -653,25 +653,25 @@ packages: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.0): + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.2): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 dev: false - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.0): + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.2): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -717,12 +717,12 @@ packages: '@babel/types': 7.23.0 dev: false - /@babel/helpers@7.23.1: - resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} + /@babel/helpers@7.23.2: + resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color @@ -742,1168 +742,1168 @@ packages: dependencies: '@babel/types': 7.23.0 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.0): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.0): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.0) + '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.0): + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.2): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.0) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.2): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-proposal-decorators@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==} + /@babel/plugin-proposal-decorators@7.23.2(@babel/core@7.23.2): + resolution: {integrity: sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.23.0) + '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-export-default-from@7.22.17(@babel/core@7.23.0): + /@babel/plugin-proposal-export-default-from@7.22.17(@babel/core@7.23.2): resolution: {integrity: sha512-cop/3quQBVvdz6X5SJC6AhUv3C9DrVTM06LUEXimEdWAhCSyOJIr9NiZDU9leHZ0/aiG0Sh7Zmvaku5TWYNgbA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.0): + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.2): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.2): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.2): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.0): + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.2): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.2): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.0): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.2): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.2): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 dev: false - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.0): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.2): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.2): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.2): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.23.0): + /@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.23.2): resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-export-default-from@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-export-default-from@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.0): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.2): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.2): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.2): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.2): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.0): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.2): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.0): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.2): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} + /@babel/plugin-transform-async-generator-functions@7.23.2(@babel/core@7.23.2): + resolution: {integrity: sha512-BBYVGxbDVHfoeXbOwcagAkOQAm9NxoTdMGfTqghu1GrvadSaw6iW3Je6IcL5PNOw8VwjxqBECXy50/iCQSY/lQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.0) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.0) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-block-scoping@7.23.0(@babel/core@7.23.0): + /@babel/plugin-transform-block-scoping@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.0): + /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: false - /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 dev: false - /@babel/plugin-transform-destructuring@7.23.0(@babel/core@7.23.0): + /@babel/plugin-transform-destructuring@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.0): + /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-amd@7.23.0(@babel/core@7.23.0): + /@babel/plugin-transform-modules-amd@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.0): + /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-systemjs@7.23.0(@babel/core@7.23.0): + /@babel/plugin-transform-modules-systemjs@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 dev: false - /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.23.0): + /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-optional-chaining@7.23.0(@babel/core@7.23.0): + /@babel/plugin-transform-optional-chaining@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.0): + /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.23.0): + /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.23.2): resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.2) dev: true - /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.23.0): + /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) '@babel/types': 7.23.0 - /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.0): + /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.2): resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 dev: false - /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==} + /@babel/plugin-transform-runtime@7.23.2(@babel/core@7.23.2): + resolution: {integrity: sha512-XOntj6icgzMS58jPVtQpiuF6ZFWxQiJavISGx5KGjRj+3gqZr8+N6Kx+N9BApWzgS+DOjIZfXXj0ZesenOWDyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0) - babel-plugin-polyfill-corejs3: 0.8.4(@babel/core@7.23.0) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.2) + babel-plugin-polyfill-corejs3: 0.8.5(@babel/core@7.23.2) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.2) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false - /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.0): + /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.2) dev: false - /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.0): + /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.2): resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/preset-env@7.22.20(@babel/core@7.23.0): - resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==} + /@babel/preset-env@7.23.2(@babel/core@7.23.2): + resolution: {integrity: sha512-BW3gsuDD+rvHL2VO2SjAUNTBe5YrjsTiDyqamPDWY723na3/yPQ65X5oQkFVJZ0o50/2d+svm1rkPoJeR1KxVQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-async-generator-functions': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-modules-amd': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-modules-systemjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.0) - '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.0) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.0) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.2) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.2) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-async-generator-functions': 7.23.2(@babel/core@7.23.2) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-modules-amd': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-modules-systemjs': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.2) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.2) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.2) '@babel/types': 7.23.0 - babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0) - babel-plugin-polyfill-corejs3: 0.8.4(@babel/core@7.23.0) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0) - core-js-compat: 3.32.2 + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.2) + babel-plugin-polyfill-corejs3: 0.8.5(@babel/core@7.23.2) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.2) + core-js-compat: 3.33.1 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-flow@7.22.15(@babel/core@7.23.0): + /@babel/preset-flow@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-dB5aIMqpkgbTfN5vDdTRPzjqtWiZcRESNR88QYnoPR+bmdYoluOzMX9tQerTv0XzSgZYctPfO1oc0N5zdog1ew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.2) dev: false - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.0): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.2): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/types': 7.23.0 esutils: 2.0.3 dev: false - /@babel/preset-react@7.22.15(@babel/core@7.23.0): + /@babel/preset-react@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.23.2) dev: true - /@babel/preset-typescript@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} + /@babel/preset-typescript@7.23.2(@babel/core@7.23.2): + resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2) dev: false - /@babel/register@7.22.15(@babel/core@7.23.0): + /@babel/register@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -1915,8 +1915,8 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: false - /@babel/runtime@7.23.1: - resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} + /@babel/runtime@7.23.2: + resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -1929,8 +1929,8 @@ packages: '@babel/parser': 7.23.0 '@babel/types': 7.23.0 - /@babel/traverse@7.23.0: - resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} + /@babel/traverse@7.23.2: + resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 @@ -1954,12 +1954,12 @@ packages: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - /@bacons/react-views@1.1.3(react-native@0.72.5): + /@bacons/react-views@1.1.3(react-native@0.72.6): resolution: {integrity: sha512-aLipQAkQKRzG64e28XHBpByyBPfANz0A6POqYHGyryHizG9vLCLNQwLe8gwFANEMBWW2Mx5YdQ7RkNdQMQ+CXQ==} peerDependencies: react-native: '*' dependencies: - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false /@braintree/sanitize-url@6.0.4: @@ -2062,8 +2062,8 @@ packages: dev: false optional: true - /@cloudflare/workers-types@4.20230922.0: - resolution: {integrity: sha512-0N3fg4uv9pS7PXMVYmEmEGs1P1yzMIsqym0sO//o2IjtZhsf7RwOozJtdazDAL0fBIWsl1PRX7BmKe92RV+5qw==} + /@cloudflare/workers-types@4.20231016.0: + resolution: {integrity: sha512-eGB0cRVyoJpeyGJx2re5sbd9R316a61sY73xwnqm4cwGpb+OxCK2gc651RxGiN7H4w6LY1RpysUgeGLmj5B3+g==} /@cspotcode/source-map-support@0.8.1: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -2076,21 +2076,21 @@ packages: resolution: {integrity: sha512-ps5qF0tMxWRVu+V5gvCRrQNqlY92aTnIKdq27gm9LZMSdaKYZt6AVvSK1dlUMzs6Rt0Jm80b+eWct6xShBKhIw==} dev: true - /@ducanh2912/next-pwa@9.7.1(esbuild@0.19.4)(next@13.5.3)(webpack@5.88.2): - resolution: {integrity: sha512-+JMTEXnV+TLmC9jvm0b8uOGcQLgPTXryDcPVofz2iilZHKMSh64AAh+0VYyQW30l4leezlBa9Y/PJjClvwkSSw==} + /@ducanh2912/next-pwa@9.7.2(esbuild@0.19.5)(next@13.5.3)(webpack@5.89.0): + resolution: {integrity: sha512-KNdWIr8297L6TRyEeJQUzZqgP+m10GmaV6tacZ6wIcON9J+b6Nz34eLx6B5Q5mQKxqbYHTDayVoMRc2uuA/Ahg==} peerDependencies: next: '>=11.0.0' webpack: '>=5.9.0' dependencies: - clean-webpack-plugin: 4.0.0(webpack@5.88.2) + clean-webpack-plugin: 4.0.0(webpack@5.89.0) fast-glob: 3.3.1 - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) semver: 7.5.4 - terser-webpack-plugin: 5.3.9(esbuild@0.19.4)(webpack@5.88.2) - webpack: 5.88.2(esbuild@0.19.4) + terser-webpack-plugin: 5.3.9(esbuild@0.19.5)(webpack@5.89.0) + webpack: 5.89.0(esbuild@0.19.5) workbox-build: 7.0.0 workbox-core: 7.0.0 - workbox-webpack-plugin: 7.0.0(webpack@5.88.2) + workbox-webpack-plugin: 7.0.0(webpack@5.89.0) workbox-window: 7.0.0 transitivePeerDependencies: - '@swc/core' @@ -2100,21 +2100,21 @@ packages: - uglify-js dev: false - /@ducanh2912/next-pwa@9.7.1(next@13.5.3)(webpack@5.88.2): - resolution: {integrity: sha512-+JMTEXnV+TLmC9jvm0b8uOGcQLgPTXryDcPVofz2iilZHKMSh64AAh+0VYyQW30l4leezlBa9Y/PJjClvwkSSw==} + /@ducanh2912/next-pwa@9.7.2(next@13.5.3)(webpack@5.89.0): + resolution: {integrity: sha512-KNdWIr8297L6TRyEeJQUzZqgP+m10GmaV6tacZ6wIcON9J+b6Nz34eLx6B5Q5mQKxqbYHTDayVoMRc2uuA/Ahg==} peerDependencies: next: '>=11.0.0' webpack: '>=5.9.0' dependencies: - clean-webpack-plugin: 4.0.0(webpack@5.88.2) + clean-webpack-plugin: 4.0.0(webpack@5.89.0) fast-glob: 3.3.1 - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) semver: 7.5.4 - terser-webpack-plugin: 5.3.9(webpack@5.88.2) - webpack: 5.88.2 + terser-webpack-plugin: 5.3.9(webpack@5.89.0) + webpack: 5.89.0 workbox-build: 7.0.0 workbox-core: 7.0.0 - workbox-webpack-plugin: 7.0.0(webpack@5.88.2) + workbox-webpack-plugin: 7.0.0(webpack@5.89.0) workbox-window: 7.0.0 transitivePeerDependencies: - '@swc/core' @@ -2157,7 +2157,7 @@ packages: resolution: {integrity: sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==} engines: {node: '>=0.8.0'} dependencies: - '@types/hammerjs': 2.0.42 + '@types/hammerjs': 2.0.43 dev: false /@esbuild-kit/core-utils@3.3.2: @@ -2210,8 +2210,8 @@ packages: dev: true optional: true - /@esbuild/android-arm64@0.19.4: - resolution: {integrity: sha512-mRsi2vJsk4Bx/AFsNBqOH2fqedxn5L/moT58xgg51DjX1la64Z3Npicut2VbhvDFO26qjWtPMsVxCd80YTFVeg==} + /@esbuild/android-arm64@0.19.5: + resolution: {integrity: sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -2236,8 +2236,8 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.19.4: - resolution: {integrity: sha512-uBIbiYMeSsy2U0XQoOGVVcpIktjLMEKa7ryz2RLr7L/vTnANNEsPVAh4xOv7ondGz6ac1zVb0F8Jx20rQikffQ==} + /@esbuild/android-arm@0.19.5: + resolution: {integrity: sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -2262,8 +2262,8 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.19.4: - resolution: {integrity: sha512-4iPufZ1TMOD3oBlGFqHXBpa3KFT46aLl6Vy7gwed0ZSYgHaZ/mihbYb4t7Z9etjkC9Al3ZYIoOaHrU60gcMy7g==} + /@esbuild/android-x64@0.19.5: + resolution: {integrity: sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -2288,8 +2288,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.19.4: - resolution: {integrity: sha512-Lviw8EzxsVQKpbS+rSt6/6zjn9ashUZ7Tbuvc2YENgRl0yZTktGlachZ9KMJUsVjZEGFVu336kl5lBgDN6PmpA==} + /@esbuild/darwin-arm64@0.19.5: + resolution: {integrity: sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -2314,8 +2314,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.19.4: - resolution: {integrity: sha512-YHbSFlLgDwglFn0lAO3Zsdrife9jcQXQhgRp77YiTDja23FrC2uwnhXMNkAucthsf+Psr7sTwYEryxz6FPAVqw==} + /@esbuild/darwin-x64@0.19.5: + resolution: {integrity: sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -2340,8 +2340,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.19.4: - resolution: {integrity: sha512-vz59ijyrTG22Hshaj620e5yhs2dU1WJy723ofc+KUgxVCM6zxQESmWdMuVmUzxtGqtj5heHyB44PjV/HKsEmuQ==} + /@esbuild/freebsd-arm64@0.19.5: + resolution: {integrity: sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -2366,8 +2366,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.19.4: - resolution: {integrity: sha512-3sRbQ6W5kAiVQRBWREGJNd1YE7OgzS0AmOGjDmX/qZZecq8NFlQsQH0IfXjjmD0XtUYqr64e0EKNFjMUlPL3Cw==} + /@esbuild/freebsd-x64@0.19.5: + resolution: {integrity: sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -2392,8 +2392,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.19.4: - resolution: {integrity: sha512-ZWmWORaPbsPwmyu7eIEATFlaqm0QGt+joRE9sKcnVUG3oBbr/KYdNE2TnkzdQwX6EDRdg/x8Q4EZQTXoClUqqA==} + /@esbuild/linux-arm64@0.19.5: + resolution: {integrity: sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -2418,8 +2418,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.19.4: - resolution: {integrity: sha512-z/4ArqOo9EImzTi4b6Vq+pthLnepFzJ92BnofU1jgNlcVb+UqynVFdoXMCFreTK7FdhqAzH0vmdwW5373Hm9pg==} + /@esbuild/linux-arm@0.19.5: + resolution: {integrity: sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -2444,8 +2444,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.19.4: - resolution: {integrity: sha512-EGc4vYM7i1GRUIMqRZNCTzJh25MHePYsnQfKDexD8uPTCm9mK56NIL04LUfX2aaJ+C9vyEp2fJ7jbqFEYgO9lQ==} + /@esbuild/linux-ia32@0.19.5: + resolution: {integrity: sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -2470,8 +2470,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.19.4: - resolution: {integrity: sha512-WVhIKO26kmm8lPmNrUikxSpXcgd6HDog0cx12BUfA2PkmURHSgx9G6vA19lrlQOMw+UjMZ+l3PpbtzffCxFDRg==} + /@esbuild/linux-loong64@0.19.5: + resolution: {integrity: sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -2496,8 +2496,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.19.4: - resolution: {integrity: sha512-keYY+Hlj5w86hNp5JJPuZNbvW4jql7c1eXdBUHIJGTeN/+0QFutU3GrS+c27L+NTmzi73yhtojHk+lr2+502Mw==} + /@esbuild/linux-mips64el@0.19.5: + resolution: {integrity: sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -2522,8 +2522,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.19.4: - resolution: {integrity: sha512-tQ92n0WMXyEsCH4m32S21fND8VxNiVazUbU4IUGVXQpWiaAxOBvtOtbEt3cXIV3GEBydYsY8pyeRMJx9kn3rvw==} + /@esbuild/linux-ppc64@0.19.5: + resolution: {integrity: sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -2548,8 +2548,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.19.4: - resolution: {integrity: sha512-tRRBey6fG9tqGH6V75xH3lFPpj9E8BH+N+zjSUCnFOX93kEzqS0WdyJHkta/mmJHn7MBaa++9P4ARiU4ykjhig==} + /@esbuild/linux-riscv64@0.19.5: + resolution: {integrity: sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -2574,8 +2574,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.19.4: - resolution: {integrity: sha512-152aLpQqKZYhThiJ+uAM4PcuLCAOxDsCekIbnGzPKVBRUDlgaaAfaUl5NYkB1hgY6WN4sPkejxKlANgVcGl9Qg==} + /@esbuild/linux-s390x@0.19.5: + resolution: {integrity: sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -2600,8 +2600,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.19.4: - resolution: {integrity: sha512-Mi4aNA3rz1BNFtB7aGadMD0MavmzuuXNTaYL6/uiYIs08U7YMPETpgNn5oue3ICr+inKwItOwSsJDYkrE9ekVg==} + /@esbuild/linux-x64@0.19.5: + resolution: {integrity: sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -2626,8 +2626,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.19.4: - resolution: {integrity: sha512-9+Wxx1i5N/CYo505CTT7T+ix4lVzEdz0uCoYGxM5JDVlP2YdDC1Bdz+Khv6IbqmisT0Si928eAxbmGkcbiuM/A==} + /@esbuild/netbsd-x64@0.19.5: + resolution: {integrity: sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -2652,8 +2652,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.19.4: - resolution: {integrity: sha512-MFsHleM5/rWRW9EivFssop+OulYVUoVcqkyOkjiynKBCGBj9Lihl7kh9IzrreDyXa4sNkquei5/DTP4uCk25xw==} + /@esbuild/openbsd-x64@0.19.5: + resolution: {integrity: sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -2678,8 +2678,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.19.4: - resolution: {integrity: sha512-6Xq8SpK46yLvrGxjp6HftkDwPP49puU4OF0hEL4dTxqCbfx09LyrbUj/D7tmIRMj5D5FCUPksBbxyQhp8tmHzw==} + /@esbuild/sunos-x64@0.19.5: + resolution: {integrity: sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -2704,8 +2704,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.19.4: - resolution: {integrity: sha512-PkIl7Jq4mP6ke7QKwyg4fD4Xvn8PXisagV/+HntWoDEdmerB2LTukRZg728Yd1Fj+LuEX75t/hKXE2Ppk8Hh1w==} + /@esbuild/win32-arm64@0.19.5: + resolution: {integrity: sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -2730,8 +2730,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.19.4: - resolution: {integrity: sha512-ga676Hnvw7/ycdKB53qPusvsKdwrWzEyJ+AtItHGoARszIqvjffTwaaW3b2L6l90i7MO9i+dlAW415INuRhSGg==} + /@esbuild/win32-ia32@0.19.5: + resolution: {integrity: sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -2756,25 +2756,25 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.19.4: - resolution: {integrity: sha512-HP0GDNla1T3ZL8Ko/SHAS2GgtjOg+VmWnnYLhuTksr++EnduYB0f3Y2LzHsUwb2iQ13JGoY6G3R8h6Du/WG6uA==} + /@esbuild/win32-x64@0.19.5: + resolution: {integrity: sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==} engines: {node: '>=12'} cpu: [x64] os: [win32] requiresBuild: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.50.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.50.0 + eslint: 8.51.0 eslint-visitor-keys: 3.4.3 - /@eslint-community/regexpp@4.9.0: - resolution: {integrity: sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==} + /@eslint-community/regexpp@4.9.1: + resolution: {integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} /@eslint/eslintrc@2.1.2: @@ -2784,7 +2784,7 @@ packages: ajv: 6.12.6 debug: 4.3.4(supports-color@8.1.1) espree: 9.6.1 - globals: 13.22.0 + globals: 13.23.0 ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -2793,8 +2793,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js@8.50.0: - resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} + /@eslint/js@8.51.0: + resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@expo/bunyan@4.0.0: @@ -2807,11 +2807,11 @@ packages: safe-json-stringify: 1.2.0 dev: false - /@expo/cli@0.10.13(expo-modules-autolinking@1.5.1): - resolution: {integrity: sha512-8ciyz+yIDih6zCNMWK0IyEv411W7vej/TaWIFGarogPVbFokXrUKr0aKoQG1RU1SLlY4eUpHakbIzqog+rhJdQ==} + /@expo/cli@0.10.14(expo-modules-autolinking@1.5.1): + resolution: {integrity: sha512-IIZ9mYYHpNkK9XJAWLPtwTwZmasDq/NJsHLPjLtw5la4ANjWWwKYUcl3XKBECKovSDn9WHEQHGsBz6cyKS88Mg==} hasBin: true dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@expo/code-signing-certificates': 0.0.5 '@expo/config': 8.1.2 '@expo/config-plugins': 7.2.5 @@ -2835,7 +2835,7 @@ packages: bplist-parser: 0.3.2 cacache: 15.3.0 chalk: 4.1.2 - ci-info: 3.8.0 + ci-info: 3.9.0 debug: 4.3.4(supports-color@8.1.1) env-editor: 0.4.2 form-data: 3.0.1 @@ -2903,7 +2903,7 @@ packages: getenv: 1.0.0 glob: 7.1.6 resolve-from: 5.0.0 - semver: 7.5.4 + semver: 7.5.3 slash: 3.0.0 xcode: 3.0.1 xml2js: 0.6.0 @@ -2924,7 +2924,7 @@ packages: getenv: 1.0.0 glob: 7.1.6 resolve-from: 5.0.0 - semver: 7.5.4 + semver: 7.5.3 slash: 3.0.0 xcode: 3.0.1 xml2js: 0.6.0 @@ -2946,7 +2946,7 @@ packages: getenv: 1.0.0 glob: 7.1.6 resolve-from: 5.0.0 - semver: 7.5.4 + semver: 7.5.3 slash: 3.0.0 xcode: 3.0.1 xml2js: 0.6.0 @@ -2969,7 +2969,7 @@ packages: getenv: 1.0.0 glob: 7.1.6 resolve-from: 5.0.0 - semver: 7.5.4 + semver: 7.5.3 slash: 3.0.0 xcode: 3.0.1 xml2js: 0.6.0 @@ -3149,14 +3149,14 @@ packages: transitivePeerDependencies: - supports-color - /@expo/metro-runtime@2.2.10(react-native@0.72.5): - resolution: {integrity: sha512-4lEHpOpm7FFwnNsD985eZFtcf32WakD8wSGZmfqc/bkBks076PUb5qIfTgJviGEHF9OAuic+htQi/IcbEdBr9w==} + /@expo/metro-runtime@2.2.11(react-native@0.72.6): + resolution: {integrity: sha512-+XtEr1qbtjTH3exdxT6KUISp+C+KYVg1Ol4cgODlCsNcwmUjJmcs56JdE9IGoG2hX8Uhp/B6hbLS/+0nUWOG0Q==} peerDependencies: react-native: '*' dependencies: - '@bacons/react-views': 1.1.3(react-native@0.72.5) + '@bacons/react-views': 1.1.3(react-native@0.72.6) qs: 6.11.2 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false /@expo/osascript@2.0.33: @@ -3278,17 +3278,21 @@ packages: js-yaml: 4.1.0 dev: false + /@fastify/busboy@2.0.0: + resolution: {integrity: sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==} + engines: {node: '>=14'} + /@floating-ui/core@1.5.0: resolution: {integrity: sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==} dependencies: - '@floating-ui/utils': 0.1.4 + '@floating-ui/utils': 0.1.6 dev: false /@floating-ui/dom@1.5.3: resolution: {integrity: sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==} dependencies: '@floating-ui/core': 1.5.0 - '@floating-ui/utils': 0.1.4 + '@floating-ui/utils': 0.1.6 dev: false /@floating-ui/react-dom@2.0.2(react-dom@18.2.0)(react@18.2.0): @@ -3302,7 +3306,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@floating-ui/react-native@0.10.1(react-native@0.72.5)(react@18.2.0): + /@floating-ui/react-native@0.10.1(react-native@0.72.6)(react@18.2.0): resolution: {integrity: sha512-+GdYTrcZ9pD6+l63YU8hqCDZGsUeP4351kLY6dgjXUDYXYCr7M0rWnTWigVMOyafnDrTRXWxZxJbHo180+uFvQ==} peerDependencies: react: '>=16.8.0' @@ -3310,7 +3314,7 @@ packages: dependencies: '@floating-ui/core': 1.5.0 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false /@floating-ui/react@0.24.8(react-dom@18.2.0)(react@18.2.0): @@ -3326,8 +3330,8 @@ packages: tabbable: 6.2.0 dev: false - /@floating-ui/utils@0.1.4: - resolution: {integrity: sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA==} + /@floating-ui/utils@0.1.6: + resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==} dev: false /@gar/promisify@1.1.3: @@ -3364,22 +3368,22 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@hono/trpc-server@0.1.0(@trpc/server@10.38.5)(hono@3.7.2): + /@hono/trpc-server@0.1.0(@trpc/server@10.41.0)(hono@3.8.1): resolution: {integrity: sha512-tgXG/ndgHxLqC09o1bwq8SzLLgzwoCr6KBRDdz9l0k7p0yuW5h67oVSUxCbmFp94hP+ahdIyqnRL84Aw8GvZxQ==} engines: {node: '>=16.0.0'} peerDependencies: '@trpc/server': ^10.10.0 hono: 3.* dependencies: - '@trpc/server': 10.38.5 - hono: 3.7.2 + '@trpc/server': 10.41.0 + hono: 3.8.1 dev: false - /@humanwhocodes/config-array@0.11.11: - resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} + /@humanwhocodes/config-array@0.11.12: + resolution: {integrity: sha512-NlGesA1usRNn6ctHCZ21M4/dKPgW9Nn1FypRdIKKgZOKzkVV4T1FlK5mBiLhHBCDmEbdQG0idrcXlbZfksJ+RA==} engines: {node: '>=10.10.0'} dependencies: - '@humanwhocodes/object-schema': 1.2.1 + '@humanwhocodes/object-schema': 2.0.0 debug: 4.3.4(supports-color@8.1.1) minimatch: 3.1.2 transitivePeerDependencies: @@ -3389,8 +3393,8 @@ packages: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} - /@humanwhocodes/object-schema@1.2.1: - resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} + /@humanwhocodes/object-schema@2.0.0: + resolution: {integrity: sha512-9S9QrXY2K0L4AGDcSgTi9vgiCcG8VcBv4Mp7/1hDPYoswIy6Z6KO5blYto82BT8M0MZNRWmCFLpCs3HlpYGGdw==} /@isaacs/cliui@8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} @@ -3416,7 +3420,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.7.1 + '@types/node': 20.8.7 jest-mock: 29.7.0 dev: false @@ -3426,7 +3430,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.7.1 + '@types/node': 20.8.7 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -3443,10 +3447,10 @@ packages: resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} engines: {node: '>= 10.14.2'} dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.2 - '@types/node': 20.7.1 - '@types/yargs': 15.0.16 + '@types/istanbul-lib-coverage': 2.0.5 + '@types/istanbul-reports': 3.0.3 + '@types/node': 20.8.7 + '@types/yargs': 15.0.17 chalk: 4.1.2 dev: false @@ -3454,10 +3458,10 @@ packages: resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.2 - '@types/node': 20.7.1 - '@types/yargs': 16.0.6 + '@types/istanbul-lib-coverage': 2.0.5 + '@types/istanbul-reports': 3.0.3 + '@types/node': 20.8.7 + '@types/yargs': 16.0.7 chalk: 4.1.2 dev: false @@ -3466,10 +3470,10 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.6.3 - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.2 - '@types/node': 20.7.1 - '@types/yargs': 17.0.26 + '@types/istanbul-lib-coverage': 2.0.5 + '@types/istanbul-reports': 3.0.3 + '@types/node': 20.8.7 + '@types/yargs': 17.0.29 chalk: 4.1.2 dev: false @@ -3479,7 +3483,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.19 + '@jridgewell/trace-mapping': 0.3.20 /@jridgewell/resolve-uri@3.1.1: resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} @@ -3493,13 +3497,13 @@ packages: resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} dependencies: '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.19 + '@jridgewell/trace-mapping': 0.3.20 /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - /@jridgewell/trace-mapping@0.3.19: - resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==} + /@jridgewell/trace-mapping@0.3.20: + resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} dependencies: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 @@ -3579,8 +3583,8 @@ packages: /@mdx-js/mdx@2.3.0: resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==} dependencies: - '@types/estree-jsx': 1.0.1 - '@types/mdx': 2.0.8 + '@types/estree-jsx': 1.0.2 + '@types/mdx': 2.0.9 estree-util-build-jsx: 2.2.2 estree-util-is-identifier-name: 2.1.0 estree-util-to-js: 1.2.0 @@ -3605,8 +3609,8 @@ packages: peerDependencies: react: '>=16' dependencies: - '@types/mdx': 2.0.8 - '@types/react': 18.2.23 + '@types/mdx': 2.0.9 + '@types/react': 18.2.30 react: 18.2.0 dev: false @@ -3726,15 +3730,15 @@ packages: '@napi-rs/simple-git-win32-x64-msvc': 0.1.9 dev: false - /@nderscore/tamagui-typescript-plugin@0.5.4(@tamagui/core@1.73.0)(@tamagui/helpers@1.73.0)(typescript@5.2.2): + /@nderscore/tamagui-typescript-plugin@0.5.4(@tamagui/core@1.74.21)(@tamagui/helpers@1.74.21)(typescript@5.2.2): resolution: {integrity: sha512-raWXdZpRTdy3jzvjVTTcvyXC0YHm1r9FmmRRbnQMOZG5n9PcyKNcMQaL+orw9tWPMRiEuw9KBxIPc0nYq63Xyg==} peerDependencies: '@tamagui/core': '*' '@tamagui/helpers': '*' typescript: '>=4.8' dependencies: - '@tamagui/core': 1.73.0(react@18.2.0) - '@tamagui/helpers': 1.73.0(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/helpers': 1.74.21(react@18.2.0) color: 4.2.3 typescript: 5.2.2 dev: false @@ -3742,8 +3746,12 @@ packages: /@next/env@13.5.3: resolution: {integrity: sha512-X4te86vsbjsB7iO4usY9jLPtZ827Mbx+WcwNBGUOIuswuTAKQtzsuoxc/6KLxCMvogKG795MhrR1LDhYgDvasg==} - /@next/eslint-plugin-next@13.5.3: - resolution: {integrity: sha512-lbZOoEjzSuTtpk9UgV9rOmxYw+PsSfNR+00mZcInqooiDMZ1u+RqT1YQYLsEZPW1kumZoQe5+exkCBtZ2xn0uw==} + /@next/env@13.5.6: + resolution: {integrity: sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==} + dev: false + + /@next/eslint-plugin-next@13.5.6: + resolution: {integrity: sha512-ng7pU/DDsxPgT6ZPvuprxrkeew3XaRf4LAT4FabaEO/hAbvVx4P7wqnqdbTdDn1kgTvsI4tpIgT4Awn/m0bGbg==} dependencies: glob: 7.1.7 dev: true @@ -3756,6 +3764,15 @@ packages: requiresBuild: true optional: true + /@next/swc-darwin-arm64@13.5.6: + resolution: {integrity: sha512-5nvXMzKtZfvcu4BhtV0KH1oGv4XEW+B+jOfmBdpFI3C7FrB/MfujRpWYSBBO64+qbW8pkZiSyQv9eiwnn5VIQA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /@next/swc-darwin-x64@13.5.3: resolution: {integrity: sha512-UpBKxu2ob9scbpJyEq/xPgpdrgBgN3aLYlxyGqlYX5/KnwpJpFuIHU2lx8upQQ7L+MEmz+fA1XSgesoK92ppwQ==} engines: {node: '>= 10'} @@ -3764,6 +3781,15 @@ packages: requiresBuild: true optional: true + /@next/swc-darwin-x64@13.5.6: + resolution: {integrity: sha512-6cgBfxg98oOCSr4BckWjLLgiVwlL3vlLj8hXg2b+nDgm4bC/qVXXLfpLB9FHdoDu4057hzywbxKvmYGmi7yUzA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /@next/swc-linux-arm64-gnu@13.5.3: resolution: {integrity: sha512-5AzM7Yx1Ky+oLY6pHs7tjONTF22JirDPd5Jw/3/NazJ73uGB05NqhGhB4SbeCchg7SlVYVBeRMrMSZwJwq/xoA==} engines: {node: '>= 10'} @@ -3772,6 +3798,15 @@ packages: requiresBuild: true optional: true + /@next/swc-linux-arm64-gnu@13.5.6: + resolution: {integrity: sha512-txagBbj1e1w47YQjcKgSU4rRVQ7uF29YpnlHV5xuVUsgCUf2FmyfJ3CPjZUvpIeXCJAoMCFAoGnbtX86BK7+sg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@next/swc-linux-arm64-musl@13.5.3: resolution: {integrity: sha512-A/C1shbyUhj7wRtokmn73eBksjTM7fFQoY2v/0rTM5wehpkjQRLOXI8WJsag2uLhnZ4ii5OzR1rFPwoD9cvOgA==} engines: {node: '>= 10'} @@ -3780,6 +3815,15 @@ packages: requiresBuild: true optional: true + /@next/swc-linux-arm64-musl@13.5.6: + resolution: {integrity: sha512-cGd+H8amifT86ZldVJtAKDxUqeFyLWW+v2NlBULnLAdWsiuuN8TuhVBt8ZNpCqcAuoruoSWynvMWixTFcroq+Q==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@next/swc-linux-x64-gnu@13.5.3: resolution: {integrity: sha512-FubPuw/Boz8tKkk+5eOuDHOpk36F80rbgxlx4+xty/U71e3wZZxVYHfZXmf0IRToBn1Crb8WvLM9OYj/Ur815g==} engines: {node: '>= 10'} @@ -3788,6 +3832,15 @@ packages: requiresBuild: true optional: true + /@next/swc-linux-x64-gnu@13.5.6: + resolution: {integrity: sha512-Mc2b4xiIWKXIhBy2NBTwOxGD3nHLmq4keFk+d4/WL5fMsB8XdJRdtUlL87SqVCTSaf1BRuQQf1HvXZcy+rq3Nw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@next/swc-linux-x64-musl@13.5.3: resolution: {integrity: sha512-DPw8nFuM1uEpbX47tM3wiXIR0Qa+atSzs9Q3peY1urkhofx44o7E1svnq+a5Q0r8lAcssLrwiM+OyJJgV/oj7g==} engines: {node: '>= 10'} @@ -3796,6 +3849,15 @@ packages: requiresBuild: true optional: true + /@next/swc-linux-x64-musl@13.5.6: + resolution: {integrity: sha512-CFHvP9Qz98NruJiUnCe61O6GveKKHpJLloXbDSWRhqhkJdZD2zU5hG+gtVJR//tyW897izuHpM6Gtf6+sNgJPQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@next/swc-win32-arm64-msvc@13.5.3: resolution: {integrity: sha512-zBPSP8cHL51Gub/YV8UUePW7AVGukp2D8JU93IHbVDu2qmhFAn9LWXiOOLKplZQKxnIPUkJTQAJDCWBWU4UWUA==} engines: {node: '>= 10'} @@ -3804,6 +3866,15 @@ packages: requiresBuild: true optional: true + /@next/swc-win32-arm64-msvc@13.5.6: + resolution: {integrity: sha512-aFv1ejfkbS7PUa1qVPwzDHjQWQtknzAZWGTKYIAaS4NMtBlk3VyA6AYn593pqNanlicewqyl2jUhQAaFV/qXsg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /@next/swc-win32-ia32-msvc@13.5.3: resolution: {integrity: sha512-ONcL/lYyGUj4W37D4I2I450SZtSenmFAvapkJQNIJhrPMhzDU/AdfLkW98NvH1D2+7FXwe7yclf3+B7v28uzBQ==} engines: {node: '>= 10'} @@ -3812,6 +3883,15 @@ packages: requiresBuild: true optional: true + /@next/swc-win32-ia32-msvc@13.5.6: + resolution: {integrity: sha512-XqqpHgEIlBHvzwG8sp/JXMFkLAfGLqkbVsyN+/Ih1mR8INb6YCc2x/Mbwi6hsAgUnqQztz8cvEbHJUbSl7RHDg==} + engines: {node: '>= 10'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: false + optional: true + /@next/swc-win32-x64-msvc@13.5.3: resolution: {integrity: sha512-2Vz2tYWaLqJvLcWbbTlJ5k9AN6JD7a5CN2pAeIzpbecK8ZF/yobA39cXtv6e+Z8c5UJuVOmaTldEAIxvsIux/Q==} engines: {node: '>= 10'} @@ -3820,6 +3900,15 @@ packages: requiresBuild: true optional: true + /@next/swc-win32-x64-msvc@13.5.6: + resolution: {integrity: sha512-Cqfe1YmOS7k+5mGu92nl5ULkzpKuxJrP3+4AEuPmrpFZ3BHxTY3TnHmU1On3bFmFFs6FbTcdF58CCUProGpIGQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3876,7 +3965,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 react: 18.2.0 dev: false @@ -3885,7 +3974,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) react: 18.2.0 dev: false @@ -3909,7 +3998,7 @@ packages: cosmiconfig: 5.2.1 deepmerge: 4.3.1 glob: 7.2.3 - joi: 17.10.2 + joi: 17.11.0 transitivePeerDependencies: - encoding dev: false @@ -3942,7 +4031,7 @@ packages: strip-ansi: 5.2.0 sudo-prompt: 9.2.1 wcwidth: 1.0.1 - yaml: 2.3.2 + yaml: 2.3.3 transitivePeerDependencies: - encoding dev: false @@ -3977,14 +4066,14 @@ packages: '@react-native-community/cli-tools': 11.3.7 chalk: 4.1.2 execa: 5.1.1 - fast-xml-parser: 4.3.1 + fast-xml-parser: 4.3.2 glob: 7.2.3 ora: 5.4.1 transitivePeerDependencies: - encoding dev: false - /@react-native-community/cli-plugin-metro@11.3.7(@babel/core@7.23.0): + /@react-native-community/cli-plugin-metro@11.3.7(@babel/core@7.23.2): resolution: {integrity: sha512-0WhgoBVGF1f9jXcuagQmtxpwpfP+2LbLZH4qMyo6OtYLWLG13n2uRep+8tdGzfNzl1bIuUTeE9yZSAdnf9LfYQ==} dependencies: '@react-native-community/cli-server-api': 11.3.7 @@ -3994,7 +4083,7 @@ packages: metro: 0.76.8 metro-config: 0.76.8 metro-core: 0.76.8 - metro-react-native-babel-transformer: 0.76.8(@babel/core@7.23.0) + metro-react-native-babel-transformer: 0.76.8(@babel/core@7.23.2) metro-resolver: 0.76.8 metro-runtime: 0.76.8 readline: 1.3.0 @@ -4044,10 +4133,10 @@ packages: /@react-native-community/cli-types@11.3.7: resolution: {integrity: sha512-OhSr/TiDQkXjL5YOs8+hvGSB+HltLn5ZI0+A3DCiMsjUgTTsYh+Z63OtyMpNjrdCEFcg0MpfdU2uxstCS6Dc5g==} dependencies: - joi: 17.10.2 + joi: 17.11.0 dev: false - /@react-native-community/cli@11.3.7(@babel/core@7.23.0): + /@react-native-community/cli@11.3.7(@babel/core@7.23.2): resolution: {integrity: sha512-Ou8eDlF+yh2rzXeCTpMPYJ2fuqsusNOhmpYPYNQJQ2h6PvaF30kPomflgRILems+EBBuggRtcT+I+1YH4o/q6w==} engines: {node: '>=16'} hasBin: true @@ -4057,7 +4146,7 @@ packages: '@react-native-community/cli-debugger-ui': 11.3.7 '@react-native-community/cli-doctor': 11.3.7 '@react-native-community/cli-hermes': 11.3.7 - '@react-native-community/cli-plugin-metro': 11.3.7(@babel/core@7.23.0) + '@react-native-community/cli-plugin-metro': 11.3.7(@babel/core@7.23.2) '@react-native-community/cli-server-api': 11.3.7 '@react-native-community/cli-tools': 11.3.7 '@react-native-community/cli-types': 11.3.7 @@ -4081,15 +4170,15 @@ packages: resolution: {integrity: sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ==} dev: false - /@react-native/codegen@0.72.7(@babel/preset-env@7.22.20): + /@react-native/codegen@0.72.7(@babel/preset-env@7.23.2): resolution: {integrity: sha512-O7xNcGeXGbY+VoqBGNlZ3O05gxfATlwE1Q1qQf5E38dK+tXn5BY4u0jaQ9DPjfE8pBba8g/BYI1N44lynidMtg==} peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: '@babel/parser': 7.23.0 - '@babel/preset-env': 7.22.20(@babel/core@7.23.0) + '@babel/preset-env': 7.23.2(@babel/core@7.23.2) flow-parser: 0.206.0 - jscodeshift: 0.14.0(@babel/preset-env@7.22.20) + jscodeshift: 0.14.0(@babel/preset-env@7.23.2) nullthrows: 1.1.1 transitivePeerDependencies: - supports-color @@ -4110,18 +4199,18 @@ packages: resolution: {integrity: sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw==} dev: false - /@react-native/virtualized-lists@0.72.8(react-native@0.72.5): + /@react-native/virtualized-lists@0.72.8(react-native@0.72.6): resolution: {integrity: sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw==} peerDependencies: react-native: '*' dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@react-navigation/bottom-tabs@6.5.9(@react-navigation/native@6.1.8)(react-native-safe-area-context@4.7.2)(react-native-screens@3.25.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-366D4pwq41qKqzsrEk3OPW9atTQJrfrLHPJhX3NLOinRIuDrxal1jJwN3vzNZoEg7gIEKaPYckuqUKg0zRFdog==} + /@react-navigation/bottom-tabs@6.5.10(@react-navigation/native@6.1.9)(react-native-safe-area-context@4.7.2)(react-native-screens@3.26.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-ApK1CNoOy6vqhtfJf0kbiNoLGxlazKpZWvRhH9OInz61PXuJ5AIr4PKIW/FhIZ7DQgnIleDvubjgSGnO+VColw==} peerDependencies: '@react-navigation/native': ^6.0.0 react: '*' @@ -4129,18 +4218,18 @@ packages: react-native-safe-area-context: '>= 3.0.0' react-native-screens: '>= 3.0.0' dependencies: - '@react-navigation/elements': 1.3.19(@react-navigation/native@6.1.8)(react-native-safe-area-context@4.7.2)(react-native@0.72.5)(react@18.2.0) - '@react-navigation/native': 6.1.8(react-native@0.72.5)(react@18.2.0) + '@react-navigation/elements': 1.3.20(@react-navigation/native@6.1.9)(react-native-safe-area-context@4.7.2)(react-native@0.72.6)(react@18.2.0) + '@react-navigation/native': 6.1.9(react-native@0.72.6)(react@18.2.0) color: 4.2.3 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) - react-native-safe-area-context: 4.7.2(react-native@0.72.5)(react@18.2.0) - react-native-screens: 3.25.0(react-native@0.72.5)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) + react-native-safe-area-context: 4.7.2(react-native@0.72.6)(react@18.2.0) + react-native-screens: 3.26.0(react-native@0.72.6)(react@18.2.0) warn-once: 0.1.1 dev: false - /@react-navigation/core@6.4.9(react@18.2.0): - resolution: {integrity: sha512-G9GH7bP9x0qqupxZnkSftnkn4JoXancElTvFc8FVGfEvxnxP+gBo3wqcknyBi7M5Vad4qecsYjCOa9wqsftv9g==} + /@react-navigation/core@6.4.10(react@18.2.0): + resolution: {integrity: sha512-oYhqxETRHNHKsipm/BtGL0LI43Hs2VSFoWMbBdHK9OqgQPjTVUitslgLcPpo4zApCcmBWoOLX2qPxhsBda644A==} peerDependencies: react: '*' dependencies: @@ -4150,25 +4239,25 @@ packages: query-string: 7.1.3 react: 18.2.0 react-is: 16.13.1 - use-latest-callback: 0.1.6(react@18.2.0) + use-latest-callback: 0.1.7(react@18.2.0) dev: false - /@react-navigation/elements@1.3.19(@react-navigation/native@6.1.8)(react-native-safe-area-context@4.7.2)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-7hLvSYKPuDS070pza5gd43WDX7QgfuEmuTWNbCJhKdWlLudYmq3qzxGCBwCfO2dEI6+p8tla5wruaWiGKAbTYw==} + /@react-navigation/elements@1.3.20(@react-navigation/native@6.1.9)(react-native-safe-area-context@4.7.2)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-/9YT9tp1R4ejXt+5cqcQnShTIv790sAAxeqizF1zLnSldmbHmb2kxxbCW6UhyhqRnTLF3UFpZwwgy4A8AP/MzA==} peerDependencies: '@react-navigation/native': ^6.0.0 react: '*' react-native: '*' react-native-safe-area-context: '>= 3.0.0' dependencies: - '@react-navigation/native': 6.1.8(react-native@0.72.5)(react@18.2.0) + '@react-navigation/native': 6.1.9(react-native@0.72.6)(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) - react-native-safe-area-context: 4.7.2(react-native@0.72.5)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) + react-native-safe-area-context: 4.7.2(react-native@0.72.6)(react@18.2.0) dev: false - /@react-navigation/native-stack@6.9.14(@react-navigation/native@6.1.8)(react-native-safe-area-context@4.7.2)(react-native-screens@3.25.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-7RiZkvMFN6f0kmANc63B/0m9ttQ2JpDIPWQwPU93FP698s19KTOyu7uxgl7Oi3bvsqHFO5JfiR7B+4h8lh9dxw==} + /@react-navigation/native-stack@6.9.15(@react-navigation/native@6.1.9)(react-native-safe-area-context@4.7.2)(react-native-screens@3.26.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-eq4z1sBZEYQ5hONiQW/Azgpy5EyLwYbSTw+jqPGp3As9daZjdwbA5x1/7mmZK5UnYLtIS0LbYGrgRm0QAd8ekw==} peerDependencies: '@react-navigation/native': ^6.0.0 react: '*' @@ -4176,27 +4265,27 @@ packages: react-native-safe-area-context: '>= 3.0.0' react-native-screens: '>= 3.0.0' dependencies: - '@react-navigation/elements': 1.3.19(@react-navigation/native@6.1.8)(react-native-safe-area-context@4.7.2)(react-native@0.72.5)(react@18.2.0) - '@react-navigation/native': 6.1.8(react-native@0.72.5)(react@18.2.0) + '@react-navigation/elements': 1.3.20(@react-navigation/native@6.1.9)(react-native-safe-area-context@4.7.2)(react-native@0.72.6)(react@18.2.0) + '@react-navigation/native': 6.1.9(react-native@0.72.6)(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) - react-native-safe-area-context: 4.7.2(react-native@0.72.5)(react@18.2.0) - react-native-screens: 3.25.0(react-native@0.72.5)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) + react-native-safe-area-context: 4.7.2(react-native@0.72.6)(react@18.2.0) + react-native-screens: 3.26.0(react-native@0.72.6)(react@18.2.0) warn-once: 0.1.1 dev: false - /@react-navigation/native@6.1.8(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-0alti852nV+8oCVm9H80G6kZvrHoy51+rXBvVCRUs2rNDDozC/xPZs8tyeCJkqdw3cpxZDK8ndXF22uWq28+0Q==} + /@react-navigation/native@6.1.9(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-AMuJDpwXE7UlfyhIXaUCCynXmv69Kb8NzKgKJO7v0k0L+u6xUTbt6xvshmJ79vsvaFyaEH9Jg5FMzek5/S5qNw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@react-navigation/core': 6.4.9(react@18.2.0) + '@react-navigation/core': 6.4.10(react@18.2.0) escape-string-regexp: 4.0.0 fast-deep-equal: 3.1.3 nanoid: 3.3.6 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false /@react-navigation/routers@6.1.9: @@ -4205,7 +4294,7 @@ packages: nanoid: 3.3.6 dev: false - /@rollup/plugin-babel@5.3.1(@babel/core@7.23.0)(rollup@2.79.1): + /@rollup/plugin-babel@5.3.1(@babel/core@7.23.2)(rollup@2.79.1): resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -4216,7 +4305,7 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-module-imports': 7.22.15 '@rollup/pluginutils': 3.1.0(rollup@2.79.1) rollup: 2.79.1 @@ -4233,7 +4322,7 @@ packages: builtin-modules: 3.3.0 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.6 + resolve: 1.22.8 rollup: 2.79.1 dev: false @@ -4267,8 +4356,8 @@ packages: picomatch: 2.3.1 dev: true - /@rushstack/eslint-patch@1.5.0: - resolution: {integrity: sha512-EF3948ckf3f5uPgYbQ6GhyA56Dmv8yg0+ir+BroRjwdxyZJsekhZzawOecC2rOTPCz173t7ZcR1HHZu0dZgOCw==} + /@rushstack/eslint-patch@1.5.1: + resolution: {integrity: sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==} dev: true /@segment/loosely-validate-event@2.0.0: @@ -4278,17 +4367,17 @@ packages: join-component: 1.1.0 dev: false - /@shopify/flash-list@1.6.1(@babel/runtime@7.23.1)(react-native@0.72.5)(react@18.2.0): + /@shopify/flash-list@1.6.1(@babel/runtime@7.23.2)(react-native@0.72.6)(react@18.2.0): resolution: {integrity: sha512-SlBlpP7+zol6D1SKaf402aS30Qgwdjwb8/Qn2CupYwXnTcu2l8TiXB766vcsIvKTqUO7ELfQnCwCq8NXx55FsQ==} peerDependencies: '@babel/runtime': '*' react: '*' react-native: '*' dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) - recyclerlistview: 4.2.0(react-native@0.72.5)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) + recyclerlistview: 4.2.0(react-native@0.72.6)(react@18.2.0) tslib: 2.4.0 dev: false @@ -4331,31 +4420,31 @@ packages: '@sinonjs/commons': 3.0.0 dev: false - /@supabase/auth-helpers-nextjs@0.8.1(@supabase/supabase-js@2.36.0): + /@supabase/auth-helpers-nextjs@0.8.1(@supabase/supabase-js@2.38.2): resolution: {integrity: sha512-ZO/UGDE9oaVXwPL4gpzGu2NpPwfKOgxTUnuK6no51So8Ah9BUuUUsTj+BdZlx7jJoZEIAkHWdRIx65WuQgWAiQ==} peerDependencies: '@supabase/supabase-js': ^2.19.0 dependencies: - '@supabase/auth-helpers-shared': 0.5.0(@supabase/supabase-js@2.36.0) - '@supabase/supabase-js': 2.36.0 + '@supabase/auth-helpers-shared': 0.5.0(@supabase/supabase-js@2.38.2) + '@supabase/supabase-js': 2.38.2 set-cookie-parser: 2.6.0 dev: false - /@supabase/auth-helpers-react@0.4.2(@supabase/supabase-js@2.36.0): + /@supabase/auth-helpers-react@0.4.2(@supabase/supabase-js@2.38.2): resolution: {integrity: sha512-zRj1leYMKJVYQeHFvZiUzlmHM+ATWFR/V7Q9F0yXSWEnMcNHL0CKnIBqhkjtSQ2trE+YaoCvFEHjxISppxIZXQ==} peerDependencies: '@supabase/supabase-js': ^2.19.0 dependencies: - '@supabase/supabase-js': 2.36.0 + '@supabase/supabase-js': 2.38.2 dev: false - /@supabase/auth-helpers-shared@0.5.0(@supabase/supabase-js@2.36.0): + /@supabase/auth-helpers-shared@0.5.0(@supabase/supabase-js@2.38.2): resolution: {integrity: sha512-kioUeYDBZ89cfqOTZFOLEFIO7kGczL0XJYZdVv/bKt5efXqhiY14NbzgGWiMvvD9o9Iluo0+YEV2tG3ZZ5W06A==} peerDependencies: '@supabase/supabase-js': ^2.19.0 dependencies: - '@supabase/supabase-js': 2.36.0 - jose: 4.14.6 + '@supabase/supabase-js': 2.38.2 + jose: 4.15.4 dev: false /@supabase/functions-js@2.1.5: @@ -4364,8 +4453,8 @@ packages: '@supabase/node-fetch': 2.6.14 dev: false - /@supabase/gotrue-js@2.54.0: - resolution: {integrity: sha512-JjtbchtPbpgK0O8NIMIvKLk7HHv0kd23L3UO5a398nczCcBkI0IvmbPtbS4Xs5AUIuJ+JHtV6siOZR1ha5EzQw==} + /@supabase/gotrue-js@2.57.0: + resolution: {integrity: sha512-/CcAW40aPKgp9/w9WgXVUQFg1AOdvFR687ONOMjASPBuC6FsNbKlcXp4pc+rwKNtxyxDkBbR+x7zj/8g00r/Og==} dependencies: '@supabase/node-fetch': 2.6.14 dev: false @@ -4377,17 +4466,18 @@ packages: whatwg-url: 5.0.0 dev: false - /@supabase/postgrest-js@1.8.4: - resolution: {integrity: sha512-ELjpvhb04wILUiJz9zIsTSwaz9LQNlX+Ig5/LgXQ7k68qQI6NqHVn+ISRNt53DngUIyOnLHjeqqIRHBZ7zpgGA==} + /@supabase/postgrest-js@1.8.5: + resolution: {integrity: sha512-XvoqN5e5Z4TsQOYWLQYLW0HIlZtFSzwAcwiuToaSBSTpLOGCg4NaZ7au5GfBzCQJZdZPY5vk5FvwthfDsQK/Jw==} dependencies: '@supabase/node-fetch': 2.6.14 dev: false - /@supabase/realtime-js@2.7.4: - resolution: {integrity: sha512-FzSzs1k9ruh/uds5AJ95Nc3beiMCCIhougExJ3O98CX1LMLAKUKFy5FivKLvcNhXnNfUEL0XUfGMb4UH2J7alg==} + /@supabase/realtime-js@2.8.1: + resolution: {integrity: sha512-bka5U4OeoKMdorGMPjdF30cl8n8nbhn+I9H4iySKzbN45W6AGxi7xoODnxdq/QwaDGtVyTMVbU+GVWre0QCdtw==} dependencies: - '@types/phoenix': 1.6.2 - '@types/websocket': 1.0.7 + '@supabase/node-fetch': 2.6.14 + '@types/phoenix': 1.6.3 + '@types/websocket': 1.0.8 websocket: 1.0.34 transitivePeerDependencies: - supports-color @@ -4399,14 +4489,14 @@ packages: '@supabase/node-fetch': 2.6.14 dev: false - /@supabase/supabase-js@2.36.0: - resolution: {integrity: sha512-K9ze4BpQrOZsmYUvF2j9FfIkTfxR4K8GJx6F6DTOfJ8fZg4JSNjfzlGvhCVDwiV4w1NRrmEQ/F89THNt3eXXhg==} + /@supabase/supabase-js@2.38.2: + resolution: {integrity: sha512-yOCi94oO5WVUBhQ890BvtT7J3p8spP47PMhn22YldIcDLEQWE6N6X2JzfWCLHktXw+oCYUJfQBuqYhyLHAKb0w==} dependencies: '@supabase/functions-js': 2.1.5 - '@supabase/gotrue-js': 2.54.0 + '@supabase/gotrue-js': 2.57.0 '@supabase/node-fetch': 2.6.14 - '@supabase/postgrest-js': 1.8.4 - '@supabase/realtime-js': 2.7.4 + '@supabase/postgrest-js': 1.8.5 + '@supabase/realtime-js': 2.8.1 '@supabase/storage-js': 2.5.4 transitivePeerDependencies: - supports-color @@ -4433,89 +4523,89 @@ packages: defer-to-connect: 1.1.3 dev: false - /@tamagui/accordion@1.72.3(react@18.2.0): - resolution: {integrity: sha512-q3KzImKspn/IeSCrz887l0u9621vy3nWLwlTk7ormtfasiHX6AAmmfp+OGXlHihRAIpYNUgSVzKgweIo+7m0Bg==} + /@tamagui/accordion@1.74.21(react@18.2.0): + resolution: {integrity: sha512-QFVwFBEy1g4fJ4bk3IWFxb1HbCEP/LoIh1H15iUkyL4CqqysgJx/StVvhi7c9GvJXoOSFzRXca4JRMXvke8aZg==} peerDependencies: react: '*' dependencies: - '@tamagui/collapsible': 1.72.3(react@18.2.0) - '@tamagui/collection': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/collapsible': 1.74.21(react@18.2.0) + '@tamagui/collection': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/adapt@1.72.3(react@18.2.0): - resolution: {integrity: sha512-DYqhF/+M/Ub2tr63BJh5EOHzEK+DqZCxxItk6NIlb99go9Pt5aTcPQVXDqQMqXXn5wcKV1StzKPUrt6njlJuSg==} + /@tamagui/adapt@1.74.21(react@18.2.0): + resolution: {integrity: sha512-+1w1uYmiAP5sv3lXAA+Nnmum1uMBAu51FY6WnDPHxUBgrGj0L67E4YNoSiOoq3q6rT02EHq7OD2r2uWEe41DRA==} dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) transitivePeerDependencies: - react dev: false - /@tamagui/alert-dialog@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-NANDq1IO4d6lEgRnOt52E93a4fxeaQbl5ZYneeQT5or0y3vVSytZxOcLhc2jKLbeF49AAOXthG9DrbVqVGBqLw==} + /@tamagui/alert-dialog@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-5t4Gu5h4jpCQ6MnQ6fCtGBkFIBob3OoedCiKQm5ijT9rFvk6AOytk1qVYveptrc4oq6oXaRn5ejp7nVmenjfzg==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/animate-presence': 1.72.3(react@18.2.0) - '@tamagui/aria-hidden': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/dialog': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/dismissable': 1.72.3(react@18.2.0) - '@tamagui/focus-scope': 1.72.3(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/popper': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/portal': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/remove-scroll': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) + '@tamagui/aria-hidden': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/dialog': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/dismissable': 1.74.21(react@18.2.0) + '@tamagui/focus-scope': 1.74.21(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/popper': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/portal': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/remove-scroll': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@tamagui/animate-presence@1.72.3(react@18.2.0): - resolution: {integrity: sha512-NBMHymRCK0puVsLIWBypAZ3qWEF6CB03rCgRJ5SJzyydiL05Sg52GfjnS4+8Mvx49ODPC5tJA/+XgtsqhYym1w==} + /@tamagui/animate-presence@1.74.21(react@18.2.0): + resolution: {integrity: sha512-SszXBwV+qWt/R9J7n8kIzCOMAgQBw/dH0m8tDYYgJ/hrgMrSHfDS4z+DIiB0bSpj9RJg0kdyxhCz/iZtDOtUCw==} dependencies: - '@tamagui/use-force-update': 1.72.3(react@18.2.0) - '@tamagui/use-presence': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/use-force-update': 1.74.21(react@18.2.0) + '@tamagui/use-presence': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) transitivePeerDependencies: - react dev: false - /@tamagui/animate@1.72.3(react@18.2.0): - resolution: {integrity: sha512-hu29tMywgTCNcUjrPRgsfK9yBYSeMMSGDpYWTVsN7IlBWMb0y3maiad+KkOQjUcLCECLmJ/pbXd2hwSiiOYYxA==} + /@tamagui/animate@1.74.21(react@18.2.0): + resolution: {integrity: sha512-FM6x0hfH3R2pucfNFO+e2V7MshPy+cISZobgLQtcJtHBR0FvCk5D1Aor8NCgNIHLndwkaU0kc6fhFbbz2wRr9w==} dependencies: - '@tamagui/animate-presence': 1.72.3(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) transitivePeerDependencies: - react dev: false - /@tamagui/animations-react-native@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-VjJHwWb8Z5f509H90mQD7kFqvLwdN/pmPIbxOF0oCDClKhhu04y4dupovFQ1HK5QDR0e9RdSJiqxoFRLv0CSsA==} + /@tamagui/animations-react-native@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-uHCaqmft4q4BGb0xNJAisG8E8yvlIUn62bk4gMkw+IjbBOso6zX9WDCdfJUIx0ssr0DrHGdfkBnRHvYq6ymufw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/use-presence': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/use-presence': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/aria-hidden@1.72.3(react@18.2.0): - resolution: {integrity: sha512-2H1PwagOADbOBN1Lxy58TxlhkxgeDSfp+V2RkAj/CpEdXltNBV+f0TH5iJSNYUe4OLH7U6Ojgk+/e+5KIAWXpg==} + /@tamagui/aria-hidden@1.74.21(react@18.2.0): + resolution: {integrity: sha512-0CvSN1UngK4YA1/IeHvrNNz6/ez4EQOrxXUreY9UDBFAqWJH5MkIzwRX9WZ4bDnpC87gy7zdUcZBX5vIa/t3jQ==} peerDependencies: react: '*' dependencies: @@ -4523,29 +4613,29 @@ packages: react: 18.2.0 dev: false - /@tamagui/avatar@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-yPGQuyVMZSyzpQwhkbRjn2vpY/fLh3r6CguJVa8Yy3Ft9osY59ZTV5ulMcNg8BYTklyKTw7QtSpTx99qoA6oGA==} + /@tamagui/avatar@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-xpP/luzjeyGe/MjWOT2mGx0Jtg5GZxiKoo6GblIbBf1IvPPGFZVAzDSY3ZzSpS/JBC4ao/cua3DECOtVQKlTIg==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/image': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/shapes': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/image': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/shapes': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/babel-plugin@1.72.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Lqg82FK2A5nKl5RyRA9SuIl1rUwUa9Zf3VmFyTSWmIcvapTinsaJ5c1UcsXa5PYKWxXXhWqUPmYlYaADSI2LUQ==} + /@tamagui/babel-plugin@1.74.21(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-kc7Sxxs97LJU5dyuf0Vy6aXJphecBuNewzn418d4Di4CeGiQ4RoewVFY8MhQiUtdx5CyQsVgQHjJ/kM0BuakCQ==} dependencies: '@babel/generator': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 - '@tamagui/simple-hash': 1.72.3 - '@tamagui/static': 1.72.3(react-dom@18.2.0)(react@18.2.0) + '@babel/traverse': 7.23.2 + '@tamagui/simple-hash': 1.74.21 + '@tamagui/static': 1.74.21(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - encoding - react @@ -4553,13 +4643,13 @@ packages: - supports-color dev: true - /@tamagui/build@1.72.3: - resolution: {integrity: sha512-sCOshgXzK+6asI3Kx57uopcX0BNiiWsTRkmav/Lmw2V9Res61xxXFs700hFtioswQmS52wGnvGslWnPquaskjA==} + /@tamagui/build@1.74.21: + resolution: {integrity: sha512-ZT53hl9s9pQuTu/0FvbCvv12yYzw1aZ+1XzRdMw0xEs19FhzE/gM+BcKLJktUdAvjUhhH+832aQxqNE8vK+dlA==} hasBin: true dependencies: '@types/fs-extra': 9.0.13 chokidar: 3.5.3 - esbuild: 0.19.4 + esbuild: 0.19.5 execa: 5.1.1 fast-glob: 3.3.1 fs-extra: 11.1.1 @@ -4568,284 +4658,256 @@ packages: typescript: 5.2.2 dev: true - /@tamagui/button@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-mSBsAVlRWBF8aNIum31zAEpBNyap3KxjzdV2nf2BcU7Umld5lOobtCeIxQdcTu7xe0kP8lRvqXo0E7p9dEB8tw==} + /@tamagui/button@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-o+rVkxUHzLVA907Lm8Usr6tE+L4r1QVD3Ur8uKdeM/aRk/EwqZRP8LmK99d4GtAO8Ze052v8Bpd8Y1fnIM7+ug==} peerDependencies: react: '*' dependencies: - '@tamagui/font-size': 1.72.3(react@18.2.0) - '@tamagui/get-button-sized': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/helpers-tamagui': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/font-size': 1.74.21(react@18.2.0) + '@tamagui/get-button-sized': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/helpers-tamagui': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - react-native dev: false - /@tamagui/card@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-UWacUFRxuqWzGuZ8AMS9qPMTcjb3xQPEn7qEIp9Us2tYq1b4Vz1VjB9847TcU84zkek3+j3yA7JxpBMeROc28g==} + /@tamagui/card@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-HH9/bCMxN1WEoFk+hEag1ZL+8fbhDNm4O6k4SaEAWgGV78lLxSBIT5H8wcx9bGONuBLSRo2jgP5q3WsfK4wlXQ==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/checkbox@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-IAYFcHoWhXmuP7iv3+xjBYPdDreZtNyOMT/9hFL0m/gqOuyyO3jTT84xEvyZMecpFXl+IpOTsdWyB2jEXOFCcg==} + /@tamagui/checkbox@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-kAvjn7VWHE5grZM/mqyO37vx1p5Ff4qsfGA38k55y5OC5dYXrG+T3KNz5Pg6RcCPlP00XpGoHwfusewxFyfOzg==} peerDependencies: react: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/focusable': 1.72.3(react@18.2.0) - '@tamagui/font-size': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/helpers-tamagui': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/label': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-previous': 1.72.3 + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/focusable': 1.74.21(react@18.2.0) + '@tamagui/font-size': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/helpers-tamagui': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/label': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-previous': 1.74.21 react: 18.2.0 transitivePeerDependencies: - react-native dev: false - /@tamagui/cli-color@1.72.3: - resolution: {integrity: sha512-aULFQwrDTwSURTGY6ohWvCutgY9swtOd0ZN1PaVKnwiWStns7kJ5WuKTrtqmaTlcrCqroDcL9cECl6OBlhjCYg==} + /@tamagui/cli-color@1.74.21: + resolution: {integrity: sha512-6eIYi9WtE6sP3Q6SngO0pT6QUdnC4h/iTQHyAtP1RPrt6GxFSTCJOAUwHUbKg6E3uqlVioJ7JmLBIO223VnMbw==} dev: true - /@tamagui/collapsible@1.72.3(react@18.2.0): - resolution: {integrity: sha512-c8XCAzsb91LrzEtHQm4Npth//XtNky8TDY1lDwGmo6HisAf2UFHc478qrljQZomUQKq7kTvuTQz4yK1CNS+t/Q==} + /@tamagui/collapsible@1.74.21(react@18.2.0): + resolution: {integrity: sha512-5WQaR35WxPSem/Ega9N+S5Pzifn9FoA/qyo2ZKbp4uZMc6wXOCRswwcwOmjdbJ706mHbOOHMzksy61BwgJqAdQ==} peerDependencies: react: '*' dependencies: - '@tamagui/animate-presence': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/collection@1.72.3(react@18.2.0): - resolution: {integrity: sha512-mUMqxJsJDAoN3SVTKq5JGE8GXDNSf3URQjohFINpWVp7XuEvBiNYdmOlG128ID3cUtxbiwv2Xo/nF4ls3wK1qg==} + /@tamagui/collection@1.74.21(react@18.2.0): + resolution: {integrity: sha512-2JfymgfO08NRT33Ejn8rKxWMbAwBGLyWmG23eTtDeg8oD3rF8AqWWra/284iDsMcOnd4IPmwWW5zjpKClLbScw==} peerDependencies: react: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/colors@1.72.3: - resolution: {integrity: sha512-gvHt0/v0c4ydPjYCE1k/iemt9vByTdZ3b9kMRx5TVTdSStNUAkGVjB/5ySGYDvi0Wxszq2KAgpLuJObapYJLDg==} + /@tamagui/colors@1.74.21: + resolution: {integrity: sha512-aZoLAS00dfJORTQO+ZziAsxgfkhbrpQgKUWqAzG34hal5/HlXcu24+wMimpcasPqAryd9pRDYxLvPEk+pDgjFw==} dev: false - /@tamagui/compose-refs@1.72.3(react@18.2.0): - resolution: {integrity: sha512-IdOF6hPAZ97gUKFsFu7+h6TtHpQ3Xcsd+4JyPtPn8V8ZchZqDgL2fU7S+JRaLADayeXOKEXJrlp/vmC0QeYLtw==} - peerDependencies: - react: '*' - dependencies: - react: 18.2.0 - - /@tamagui/compose-refs@1.73.0(react@18.2.0): - resolution: {integrity: sha512-uFD7dN6oYdMaphCYXQNgL3Rsj8NlJFP1+6MAE54z6FjYIWGN/INaAOEVqB8XR0mAG4E51UEcp/u/02uNcpssQg==} + /@tamagui/compose-refs@1.74.21(react@18.2.0): + resolution: {integrity: sha512-xEUL+x0NgzYPXS00MO6aRKDPzURE5ql7JKq7sLT6Vr+GyCEAfPVaWkBetbze8sw3AT6XocV8qC4COEOBilD0JA==} peerDependencies: react: '*' dependencies: react: 18.2.0 - dev: false - /@tamagui/config-default@1.72.3(react@18.2.0): - resolution: {integrity: sha512-Yl+Vi8qHqtQzQYbNadyVfmyQsAhiuGJBoKBGp8qfSu3FMnQeyMtMrH2NWVOuNjq1v75NpxJGc7DxmYQbW+sAGA==} + /@tamagui/config-default@1.74.21(react@18.2.0): + resolution: {integrity: sha512-Wwm3PFeHlJQoBlBhMgC/W6s6zKIfBaMnAdLDJ4GY4qAR8CIhCgZGzYzw0zXGkm4vRhtmsC4tq0DQ6xg7YDZmFA==} dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/shorthands': 1.72.3 + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/shorthands': 1.74.21 transitivePeerDependencies: - react dev: true - /@tamagui/constants@1.72.3(react@18.2.0): - resolution: {integrity: sha512-a+bNbnghekhzKF2na1nUr+YfD+4XGjBYU8QkHPez8YEyprqI1dmvmj9ElyGzn0950t1gkU8SkqkTRen/rgyl4Q==} + /@tamagui/constants@1.74.21(react@18.2.0): + resolution: {integrity: sha512-zaa2x+cz5pmq6Y227ABrIl5OfL43lJITpGkgLWa63SWp7RowpaQVLvYQZB1cPxTCXtgLYZGQJL6z1m/RPaaFhQ==} peerDependencies: react: '*' dependencies: react: 18.2.0 - /@tamagui/constants@1.73.0(react@18.2.0): - resolution: {integrity: sha512-CwoSfcObxxLDdeRxjynpvjjfJPX0gZGuLGjYeMpdAyolggsc4lI+ss0lnuVxx26It7VbdskL4FndvFAu4YtkUQ==} + /@tamagui/core@1.74.21(react@18.2.0): + resolution: {integrity: sha512-NtkxkjsXl+vpDgQbY3JL6zDi39CVqV/z+TXTAxLOMdSP1tGEVwClcP1LIEMnpGPImILxZCVmloKtoNhtl1MtNg==} peerDependencies: react: '*' dependencies: + '@tamagui/react-native-use-pressable': 1.74.21(react@18.2.0) + '@tamagui/react-native-use-responder-events': 1.74.21(react@18.2.0) + '@tamagui/use-event': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 - dev: false - /@tamagui/core@1.72.3(react@18.2.0): - resolution: {integrity: sha512-bX4MurXkXn11zDKIURQWpyzeRBulUeaD5mukxO+D1UOkfzZNozW0oXqaRErPb09OCPqcFS9X0H6bXF/JVfWFAg==} + /@tamagui/create-context@1.74.21(react@18.2.0): + resolution: {integrity: sha512-ULWMuiwwAW4rc5FBKhUaGztzJVJiaIYaZUTedNf29xfMGLgG9dhDZL4Lpnqezwl/SkuT1MBC3ZKn9CAEB03kkg==} peerDependencies: react: '*' dependencies: - '@tamagui/react-native-use-pressable': 1.72.3(react@18.2.0) - '@tamagui/react-native-use-responder-events': 1.72.3(react@18.2.0) - '@tamagui/use-event': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) - react: 18.2.0 - - /@tamagui/core@1.73.0(react@18.2.0): - resolution: {integrity: sha512-hz5PfeNUiEk4spkwTFxllVI5Zk2Z2GMzi0BvzHc8kySWsA6IzbTxTYMeJbv2tvB0RmDWyZeYgmMgbMRz9d2/7g==} - peerDependencies: - react: '*' - dependencies: - '@tamagui/react-native-use-pressable': 1.73.0(react@18.2.0) - '@tamagui/react-native-use-responder-events': 1.73.0(react@18.2.0) - '@tamagui/use-event': 1.73.0(react@18.2.0) - '@tamagui/web': 1.73.0(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/create-context@1.72.3(react@18.2.0): - resolution: {integrity: sha512-7Ydg1KKfN1ZFlIpWCoXATiCpADHIp0VT5HOs16bERJD27CrKj71GyUmKIkxNnZ4j3u+nYBPNS3haMR1J7lGv/g==} - peerDependencies: - react: '*' + /@tamagui/create-theme@1.74.21(react@18.2.0): + resolution: {integrity: sha512-wWlyDiGjFVSCtx6fpyMoVHQJscDJaFpZZpbnIis8JUJvyhRHw6wX4zJYYk4Zw1lmN1WVh1uUl3rdZxaAbMQllA==} dependencies: - react: 18.2.0 - dev: false - - /@tamagui/create-theme@1.72.3(react@18.2.0): - resolution: {integrity: sha512-UU8EETX9+6437UuYijwzfvQoI5Po1sQ0Ocv+nLhARkWy5ZgnwxRNu45Ff7EaQgPSjoY8BU2zi7iapwDnlV0lpA==} - dependencies: - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) transitivePeerDependencies: - react - /@tamagui/dialog@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-4CPRrLFsIdl9QjvjxdLKkz0tE4ApOXf9pv8lMAmIj1Z9Ycc4g+E1vo09G6WnhmxvgIaSck3eBqeMJJ98a6bgjg==} + /@tamagui/dialog@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-BLh50SiD+B7hXB+v+NvYe2evX4R6RpIJwED6XiSkPlarbZ7R1cbbStI4LNlGtK1yKbzxnER2RhFZwz5c3d88Uw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/adapt': 1.72.3(react@18.2.0) - '@tamagui/animate-presence': 1.72.3(react@18.2.0) - '@tamagui/aria-hidden': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/dismissable': 1.72.3(react@18.2.0) - '@tamagui/focus-scope': 1.72.3(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/popper': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/portal': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/remove-scroll': 1.72.3(react@18.2.0) - '@tamagui/sheet': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/adapt': 1.74.21(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) + '@tamagui/aria-hidden': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/dismissable': 1.74.21(react@18.2.0) + '@tamagui/focus-scope': 1.74.21(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/popper': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/portal': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/remove-scroll': 1.74.21(react@18.2.0) + '@tamagui/sheet': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@tamagui/dismissable@1.72.3(react@18.2.0): - resolution: {integrity: sha512-oM02CzdSV77YvxcDwje3FaiUWLl2h5AdFSbe1vvm0nymIHJLBdCY/ZO9QKqf2dP2mTDE//Mh76yrKqeV/Wz27g==} + /@tamagui/dismissable@1.74.21(react@18.2.0): + resolution: {integrity: sha512-jDkh5sIFgzN4RuNdag1vMW3rrr37sHXj/uj0wmw0IdMpqrjiipj7Eb/90n+UzR/uzwh3PblNdehd2lyc8EMnuQ==} peerDependencies: react: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/use-escape-keydown': 1.72.3 - '@tamagui/use-event': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/use-escape-keydown': 1.74.21 + '@tamagui/use-event': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/fake-react-native@1.72.3: - resolution: {integrity: sha512-/ccMI4NgPgK54Z7NpQ3dVssrlOKMbvCnEDr4gXRGDI7rfpIr6QKBGX08zu3GBMvhNlC4z1dxVW9G8fj6yANfFw==} + /@tamagui/fake-react-native@1.74.21: + resolution: {integrity: sha512-HK++hwFQBP6rbTneLD96HCtzI58v+phMktNXxWmmz7zpYGcXbwCPpjAPzwzkpTRxYetC+dpP/FjrJt5/y72DBQ==} - /@tamagui/floating@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-NozcxZ77QFmwqKC1hwBG4Rz4F3VbawS0Yv5wx0SzxRfIeVHShdcEz16lqed2O7DXr98zid9gSN0g+hf6Xcyr9A==} + /@tamagui/floating@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-KoV3zAtVR8MuCQo3y4X4BHMMYder3JsR1USsUQy48f8AuqL32su8Tx/scI1lKGI7y0lmjrZlcceZLP+Orf2CPA==} peerDependencies: react: '*' dependencies: '@floating-ui/react-dom': 2.0.2(react-dom@18.2.0)(react@18.2.0) - '@floating-ui/react-native': 0.10.1(react-native@0.72.5)(react@18.2.0) + '@floating-ui/react-native': 0.10.1(react-native@0.72.6)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@tamagui/focus-scope@1.72.3(react@18.2.0): - resolution: {integrity: sha512-PVBu3Jtxy3vSvY4RooH9urDIOW/ZgU9qNrMQ0d6XvX+Q/bvkM3SxxWx6+NeoE5rYQE0fajQ4x2dngAgGlVENzA==} + /@tamagui/focus-scope@1.74.21(react@18.2.0): + resolution: {integrity: sha512-n8D6TWqqR5u2qdareo0xDDTfuMc8Htut/UZDstZMIOxJXn5xJpSuPfg1zaSmuuq7R73XYcWfMN4Sctsx8sQoRg==} peerDependencies: react: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/use-event': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/use-event': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/focusable@1.72.3(react@18.2.0): - resolution: {integrity: sha512-NKdDjFt8MFlbJV7knuCup/n94WyVS7V5HQpWZy09m1YpJ99DTOc0iQy0/wYyNOo3EZZ1BY4DvWZfOPAfInhmcw==} + /@tamagui/focusable@1.74.21(react@18.2.0): + resolution: {integrity: sha512-QUE1nY4sqIF12otQwKcOrORdafseH0c33xdcocn4QKWWbtJwDcvP+K6GaAOFf3JBK2niId1o7KA0QOfi2pZmXA==} peerDependencies: react: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/font-inter@1.72.3(react@18.2.0): - resolution: {integrity: sha512-T0a+GA6JFTPG9KQoiIVQVfwnErQnNPMWxG8bOHAQIFKp3tLGKDIze2Xu7/CX1J005KkGcP2DLfj7NL1wnivixQ==} + /@tamagui/font-inter@1.74.21(react@18.2.0): + resolution: {integrity: sha512-aSRYvXoxbLV6HRkv3YqCz3QUUxl/SvJKBPXCkaZZ/VGLshuEfoxGL4fCzOfwPnLJy7YWWrJFjYkZmI7OuAA8pQ==} dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) transitivePeerDependencies: - react dev: false - /@tamagui/font-size@1.72.3(react@18.2.0): - resolution: {integrity: sha512-f67Mqkj5Y3EpdEAkVTQNKBTrvMDB5QzlmrQUtH0SqPpg+LF05yXjfrm2WgSQ/iq0J95ZTvy/I3Wmi7zHHGKlHA==} + /@tamagui/font-size@1.74.21(react@18.2.0): + resolution: {integrity: sha512-FHwL/9+YElPRotJQ3Ixov+k0lYzwoHow4Fx7rvKdqp0vFgECBwn1KmUBWpomVdPZfJhiPCx7GLffEgWMajplwA==} peerDependencies: react: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/form@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-BtkSfzz64+oPb3B6yc9GuO7TfuB+ICGdbxTk5f9rZVg0iIR3ecsFrS5mBNXU1LV4PZLF/PUas/fjwT3ffE8bSA==} + /@tamagui/form@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-fvmKt3d5fQt8HFMkRXSoX6i/WbZaAN5noM5IjwqZHDl2SqT2fHY6yx9MBWObICN2xY4q7wGfdKgRltV3+8yv/g==} peerDependencies: react: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/focusable': 1.72.3(react@18.2.0) - '@tamagui/get-button-sized': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/get-font-sized': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/focusable': 1.74.21(react@18.2.0) + '@tamagui/get-button-sized': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/get-font-sized': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - react-native dev: false - /@tamagui/generate-themes@1.72.3(esbuild@0.19.4)(react@18.2.0): - resolution: {integrity: sha512-3ohLTHBbkNXyigG4eI4E79wiou2ZC/qzJae9w7JX3S9L5Sh8XrZgJcdQxFskUG6s+nY6DOM3Fhn/MleS6qVFvw==} + /@tamagui/generate-themes@1.74.21(esbuild@0.19.5)(react@18.2.0): + resolution: {integrity: sha512-xWgUPLZ2G69YLbtTe4c1XTp60YBwg6n7wVOoVTwn9nNiLoyd0QTb5PFmn78Gjv4orBmVWK34RD6yorZSAZkJwA==} dependencies: - '@tamagui/create-theme': 1.72.3(react@18.2.0) - '@tamagui/types': 1.72.3 - esbuild-register: 3.5.0(esbuild@0.19.4) + '@tamagui/create-theme': 1.74.21(react@18.2.0) + '@tamagui/types': 1.74.21 + esbuild-register: 3.5.0(esbuild@0.19.5) fs-extra: 11.1.1 transitivePeerDependencies: - esbuild @@ -4853,47 +4915,47 @@ packages: - supports-color dev: true - /@tamagui/get-button-sized@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-fN6cW53GYLQYCL3AOKJWtUZtCl17QDXS2WU5vlUZBPmkwuML1XmBQyQycq/ikwXJ7w2kvcEqaC4C+GFMGXOBfA==} + /@tamagui/get-button-sized@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-TUsMl/LHlp3yJOSWgo0/FncH5x20GFS5vIQmRBVAALYYNQrz6CUCyWdf/M+vRD1oitbXHzScuOX1MbJrWvpEIg==} peerDependencies: react: '*' dependencies: - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - react-native dev: false - /@tamagui/get-font-sized@1.72.3(react@18.2.0): - resolution: {integrity: sha512-4kL66zN39OLPPcjIq/iktscEVeKbNVWRbeZo6qKM91b65fG9PWIbkc23IXWyhNMHJ1rHsFN9iRBv9PuyvCO1pA==} + /@tamagui/get-font-sized@1.74.21(react@18.2.0): + resolution: {integrity: sha512-PsEXu3LVAzv2qUiGvBfVziOUiF+IEMaBHAg9X8BrnqyjAm5jymcpC4TRjB+FN8v+ZuVVeA5tZ50jB2rFcDS1KQ==} peerDependencies: react: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/get-token@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-jljSDPjbhVwZf/la1Hs7pPYR8FK+hWY9n9sBisEbPSpbFHoyXsswd+cS0DBNGL1NL22iu8iPUdtL6fzo/ycPzQ==} + /@tamagui/get-token@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-dJS/QO8CLsOoh3ArakYTKoQW8rofLJJ3PZY3I2hvdf1nJ6WX9viU+uCCtpBBUY+hr4ZLxpRDhfn1IG8P71gWQw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/group@1.72.3(react@18.2.0): - resolution: {integrity: sha512-2fUxhE1pyyCe+SetADLm2NuwUjyX5KMVT8W1xB2+ux0R9TOInMTsZyhtm1J4Kn/VvBYV94+pK5QCqjP91ZF6QQ==} + /@tamagui/group@1.74.21(react@18.2.0): + resolution: {integrity: sha512-RVyImT3w8esvmhwkoGI2CFKAwy9AklSl+ddeFrlSCEKi93VM0D/3oLlozlkPzymEXWE8vrZXH9x6bOeU04Jjag==} peerDependencies: react: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 reforest: 0.13.0(react@18.2.0) transitivePeerDependencies: @@ -4901,138 +4963,129 @@ packages: - immer dev: false - /@tamagui/helpers-icon@1.72.3(react-native-svg@13.14.0)(react@18.2.0): - resolution: {integrity: sha512-g8RLmTc738A9+qw0rcG3O58dzPuxAcq2SETE3hz1d5zwna2HLrLb2fBBmVc3SzT07g/F8b7+bW2QxFJZz4kawg==} + /@tamagui/helpers-icon@1.74.21(react-native-svg@13.14.0)(react@18.2.0): + resolution: {integrity: sha512-j8U7R8CgNnLNSi8h8nJYkIFMew3Jex7FoajwLgj3uYO6kWgxXa0iDjHqtIsbtvswYHuXKFHvBL20+B07jUhk+A==} peerDependencies: react: '*' react-native-svg: '>=12' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) react: 18.2.0 - react-native-svg: 13.14.0(react-native@0.72.5)(react@18.2.0) + react-native-svg: 13.14.0(react-native@0.72.6)(react@18.2.0) dev: false - /@tamagui/helpers-node@1.72.3: - resolution: {integrity: sha512-zveildqMOAVoxXgbjOpDuFgaS49oyBzTE324N8lqV9nzh0HGZbCLXyP/fvsF1lNoK2x3Ulaw7oS4c3rtJoB5jg==} + /@tamagui/helpers-node@1.74.21: + resolution: {integrity: sha512-3cltdpV2DmTX/3w3jG9zB5suKfx+HfsHJQ3+etUHOKzSlhOjDGApcNjJ5mP0WHDXpO7aKGXDFZ1bwjLHxDRz1w==} dependencies: - '@tamagui/types': 1.72.3 + '@tamagui/types': 1.74.21 dev: true - /@tamagui/helpers-tamagui@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-+cke9YafpYg2yTiYJ9HDoRWNQVfPlOoOalJM9/bSjzu0NUXENUhBnYwBy7ik0LD5SLN1/CrEAGKuq8YPAMPLTA==} + /@tamagui/helpers-tamagui@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-aBTw6/FUtpZgUO9DTbSQZRVMD3Z8hskAPQsdWVHDkjr2ih4OF6SCGbq9NBmpDnGBF2NYrnu+UKWi74YKe520yw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/helpers': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/helpers': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/helpers@1.72.3(react@18.2.0): - resolution: {integrity: sha512-WX63wr4jD92Fgm8e9g4D2L+ts3hkv63DqKJfCnkjAIyLYP/6GLfwKanHEFwO2F7SfM3uIscB3CQj/kPraI4ogA==} - dependencies: - '@tamagui/constants': 1.72.3(react@18.2.0) - '@tamagui/simple-hash': 1.72.3 - transitivePeerDependencies: - - react - - /@tamagui/helpers@1.73.0(react@18.2.0): - resolution: {integrity: sha512-XiO1xRrbjE0Vo7Zz+/AamPg5Ad+CQW9brBdlgyXXe2HFi27GSeAfiboZdRRci/nSLmM2ETvZQDlbX3M78KG/Fw==} + /@tamagui/helpers@1.74.21(react@18.2.0): + resolution: {integrity: sha512-tc9XIrkP5+1SIYjz/R/epvpbjzxgK9/mKJs1LkyZ22c5OMWAphwLiP2bo4OmYZ91z8HHjWjaWbgP01IN+eBv9A==} dependencies: - '@tamagui/constants': 1.73.0(react@18.2.0) - '@tamagui/simple-hash': 1.73.0 + '@tamagui/constants': 1.74.21(react@18.2.0) + '@tamagui/simple-hash': 1.74.21 transitivePeerDependencies: - react - dev: false - /@tamagui/image@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-hZDw+VPot0CumygP6sRCPvWoobeYdT7k7/lr9ZYHIef1lGs4fWb/IAOcTmx8ojKhh42lJGhH3leWQ4mV6p/b1A==} + /@tamagui/image@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-p37zEMrDwxn0HsUqMVdDZSyKsySSYhpjvs9mqOquT/9FnrEK3tD5GZf/p3RazJbaWkPP8vZO/kbyUTaknqz/Iw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/label@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-36VwZngQEejalfgqOpncayOdWYn16G1l2Uxm+0Qc+z5SeU9pCZlJEwsVtvk78IniYl55LdfAMF5A2DmRcPz2Ig==} + /@tamagui/label@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-U76zsk4wwf2jRZ5IcLVcsPH5RsRYMGMozVpHW+rsmj2w6JHbMEhDFn82PIuZ89dyihTuUm8JBiJWxH4qGbdqoQ==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/focusable': 1.72.3(react@18.2.0) - '@tamagui/get-button-sized': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/get-font-sized': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/focusable': 1.74.21(react@18.2.0) + '@tamagui/get-button-sized': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/get-font-sized': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/linear-gradient@1.72.3(react@18.2.0): - resolution: {integrity: sha512-3/94Bx16drCgw711wSypsUkzZVVDnvo7va3MbtocP4/sFAmONNnUQENlpkJqWRSOkr45fRCzW+P94Ne+udL7Lg==} + /@tamagui/linear-gradient@1.74.21(react@18.2.0): + resolution: {integrity: sha512-Gz02FXwszv+EvYF19/Rk81ss0yAihrVk/jQfI2UD/pjTmXhtSm941XuaV2YA0AcXkloNDNJQWWh31idRo3CBmA==} peerDependencies: react: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/list-item@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-3sOs4RF/3AcgHDtjUu3uPbDCW7ZUgn3DndiRJoK8kSACU2W3SUiywdnoXprIYDHywVYIWMW2ChjL/v0FRL9g+A==} + /@tamagui/list-item@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-GmF1yUNYVAAH3jM8C3aj4irouMS8gekSWXj2K18AVMnLnySWxHCPAVq+u+xUOAvO8KuHTMpV4iCKLICtM5QKAQ==} peerDependencies: react: '*' dependencies: - '@tamagui/font-size': 1.72.3(react@18.2.0) - '@tamagui/get-font-sized': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/helpers-tamagui': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/font-size': 1.74.21(react@18.2.0) + '@tamagui/get-font-sized': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/helpers-tamagui': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - react-native dev: false - /@tamagui/lucide-icons@1.72.3(react-native-svg@13.14.0)(react@18.2.0): - resolution: {integrity: sha512-ivXEmYF4KMHId6IDqY335SoWtoK33erHbTQ6gjdUW6uTEn53tEXtXeApZ2sGs0mve4frAr3wdeJ59Fe5gqMerQ==} + /@tamagui/lucide-icons@1.74.21(react-native-svg@13.14.0)(react@18.2.0): + resolution: {integrity: sha512-b5XMxuLRFcJmyoCwxtPumsAoBZ9+TwOoVsPG6q1rLyxkYgmehoK+WJsdfafeZW/UruWXFJcsnor6KbMLhBYiEA==} peerDependencies: react: '*' react-native-svg: '>=12' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/helpers-icon': 1.72.3(react-native-svg@13.14.0)(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/helpers-icon': 1.74.21(react-native-svg@13.14.0)(react@18.2.0) react: 18.2.0 - react-native-svg: 13.14.0(react-native@0.72.5)(react@18.2.0) + react-native-svg: 13.14.0(react-native@0.72.6)(react@18.2.0) dev: false - /@tamagui/next-plugin@1.72.3(@babel/core@7.23.0)(next@13.5.3)(react-dom@18.2.0)(react@18.2.0)(webpack@5.88.2): - resolution: {integrity: sha512-jLYfmyAP8Jhzi6PSmLZ/Tn4nFoT0DojDuHHObtxqn9wzw4oR4yPmXoook5s3waPfjd+mgh087mskb1G18aZVQw==} + /@tamagui/next-plugin@1.74.21(@babel/core@7.23.2)(next@13.5.3)(react-dom@18.2.0)(react@18.2.0)(webpack@5.89.0): + resolution: {integrity: sha512-Z5tfqAXMrEh6pmuUYz4hOczJl8DzmcvdUgauazgtu0135K8IKismI9e4DKMUzgv7oUrN1yZRjXNmN32SgqZ0AA==} peerDependencies: next: '>=13' dependencies: - '@babel/preset-react': 7.22.15(@babel/core@7.23.0) - '@tamagui/proxy-worm': 1.72.3 - '@tamagui/react-native-svg': 1.72.3 - '@tamagui/static': 1.72.3(react-dom@18.2.0)(react@18.2.0) - babel-loader: 9.1.3(@babel/core@7.23.0)(webpack@5.88.2) + '@babel/preset-react': 7.22.15(@babel/core@7.23.2) + '@tamagui/proxy-worm': 1.74.21 + '@tamagui/react-native-svg': 1.74.21 + '@tamagui/static': 1.74.21(react-dom@18.2.0)(react@18.2.0) + babel-loader: 9.1.3(@babel/core@7.23.2)(webpack@5.89.0) browserslist: 4.22.1 - css-loader: 6.8.1(webpack@5.88.2) - esbuild-loader: 3.2.0(webpack@5.88.2) + css-loader: 6.8.1(webpack@5.89.0) + esbuild-loader: 3.2.0(webpack@5.89.0) esm-resolve: 1.0.8 - file-loader: 6.2.0(webpack@5.88.2) - html-webpack-plugin: 5.5.3(webpack@5.88.2) - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) - tamagui-loader: 1.72.3(react-dom@18.2.0)(react@18.2.0)(webpack@5.88.2) - thread-loader: 4.0.2(webpack@5.88.2) - url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.88.2) + file-loader: 6.2.0(webpack@5.89.0) + html-webpack-plugin: 5.5.3(webpack@5.89.0) + next: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) + tamagui-loader: 1.74.21(react-dom@18.2.0)(react@18.2.0)(webpack@5.89.0) + thread-loader: 4.0.2(webpack@5.89.0) + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.89.0) transitivePeerDependencies: - '@babel/core' - encoding @@ -5042,361 +5095,335 @@ packages: - webpack dev: true - /@tamagui/next-theme@1.72.3(react@18.2.0): - resolution: {integrity: sha512-05cPdB1akpNysSvbhTk2qFISnejwJpiCVyl3bCA/yNzP60EyiZugVeOFhOO7XViYz2bxSFjzC91jrve1NQHrCQ==} + /@tamagui/next-theme@1.74.21(react@18.2.0): + resolution: {integrity: sha512-1Z5U5P+SJNZXO5M2Z4vS7mXt3rYDBKI5sEs1pjgipqUt1KByRK7VKC/mIzi4rOUgnPMImPVRhfmZ4XAiaPKovQ==} peerDependencies: react: '*' dependencies: - '@tamagui/use-event': 1.72.3(react@18.2.0) + '@tamagui/use-event': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/normalize-css-color@1.72.3: - resolution: {integrity: sha512-WT1ID+79fFsD/nkSyErN96Ywux+3qTt0I+J0UHry0eJKGgZ5o+W5bOH8r/jPSZH8bXUptgNdyRPWd/3kdb1Wig==} + /@tamagui/normalize-css-color@1.74.21: + resolution: {integrity: sha512-beyGQCqHZKe4XHDEn8zl0A8K5suCGRRZx4Qr4e/+2V5WMwAKszwUk6EmGgJwRul1KUhNhDtmmfyJwiInaNyEKA==} dependencies: '@react-native/normalize-color': 2.1.0 - /@tamagui/normalize-css-color@1.73.0: - resolution: {integrity: sha512-AA3q5y9wvYtbNF/xgguUg4Zbqfs2+QvOp7wKQAJ6xcwdpmT7J/du7uYKZX7u7X1dO9zvZ0aWmZJerUWzNbtwLQ==} - dependencies: - '@react-native/normalize-color': 2.1.0 + /@tamagui/polyfill-dev@1.74.21: + resolution: {integrity: sha512-FNF5e6Hi1InRw3ogBQsQNfzoIg0ZhczPBjA5hT55N+t5DSjM1XuzCQ1/wWgp692MSV+EYgxJ9otaNPxNuYJcqg==} dev: false - /@tamagui/polyfill-dev@1.72.3: - resolution: {integrity: sha512-ndwZi+g+UhRSBNGVy42sAbz+kwj35+SjDzbCJgoNPNPMLtN+iSwJ+Urs6+JOwb/WJB+vX4pjzddEGKPTW04sLA==} - dev: false - - /@tamagui/popover@1.72.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-pAFYyArHD8bDNGnYUA9pPVCBE2jv/3lC49+A2ZY5xndj/g2p0GEyLrAPWk5YYYUqttzZC6IKcdzChZDaKY+QDw==} + /@tamagui/popover@1.74.21(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-UOR7sfsuUcxcKrkqKcGMkBKrubu7uSrjxqnh3ielwhCcNW4qmT2C6yOSdgNDofL7wn5iw+EUlcYQANBwgF4B9Q==} peerDependencies: react: '*' react-native: '*' dependencies: '@floating-ui/react': 0.24.8(react-dom@18.2.0)(react@18.2.0) - '@tamagui/adapt': 1.72.3(react@18.2.0) - '@tamagui/animate': 1.72.3(react@18.2.0) - '@tamagui/aria-hidden': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/dismissable': 1.72.3(react@18.2.0) - '@tamagui/floating': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/focus-scope': 1.72.3(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/popper': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/portal': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/remove-scroll': 1.72.3(react@18.2.0) - '@tamagui/scroll-view': 1.72.3(react@18.2.0) - '@tamagui/sheet': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/adapt': 1.74.21(react@18.2.0) + '@tamagui/animate': 1.74.21(react@18.2.0) + '@tamagui/aria-hidden': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/dismissable': 1.74.21(react@18.2.0) + '@tamagui/floating': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/focus-scope': 1.74.21(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/popper': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/portal': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/remove-scroll': 1.74.21(react@18.2.0) + '@tamagui/scroll-view': 1.74.21(react@18.2.0) + '@tamagui/sheet': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 react-freeze: 1.0.3(react@18.2.0) - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' - react-dom dev: false - /@tamagui/popper@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-xroFknI4UlVQPXH+b8/Ii8sm4CVB2lOu17a9YSb4gPOY6Bx6iXJSo9xVstfatVYsJ7N/odAt1FecSA6gbCw4GA==} + /@tamagui/popper@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-fJRK+NIipWIUahlHJCG1HP5KxbLCFR8FQ5fhA4uBmOKRk+fKW94po9oXvR50GDjPWc8LGPAYOlMhQAP0ZjDFYg==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/floating': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/floating': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/portal@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-3TMZtrLszWYTHcmGLHVSaTjomswzW36x4nLYT80QnEL6RWmscxIvF8qQS5eLfeJhuW6fjz6xoulv3qmIk65qVA==} + /@tamagui/portal@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-4G4IA2Ufn5fZdaYykzYtpojnU0M7hLF/zMlhPDKpeBKAJqlqvO3cZgFpgpwfZuXNEGcxjgz+l+WbwaiYUJUTDQ==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-event': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-event': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/progress@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-P8UN207GOw4H5EFW18JNQ4kztYKopWTzLCQkgdzumvuOESwMSiPgmY6wqzs8biZs6Rjw/0bVjSvRorS8YWJghA==} + /@tamagui/progress@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-HK7IQc+VOtAh/evw5Ep3ZvSrKtmXdJZQQQ+UAB2laRQpNpBStHgOO7NPCc0D9uZfoMOW0tPKGUtYCUgBmcD9fA==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/proxy-worm@1.72.3: - resolution: {integrity: sha512-Vv9+9eHnMZ3g70rguFHzpgc+geYvUslCvefMf2A1608qmWMwneykFN+Y8hm3kkFFcZ0rwyOldJP0KM5roM+U3g==} + /@tamagui/proxy-worm@1.74.21: + resolution: {integrity: sha512-2u6ICQoS6jUpR0F71HhUcaPJRIPCTpSe+UtPI4kR8xiM27isKoqF2Pp6YtK4+WY+uvEG7EmBao81AOK79QSRWA==} dev: true - /@tamagui/radio-group@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-dRzjemnlfe0uKFrxw6CrBaZ6m8SNpu92wEtaPiCCFPZR0VaZf7gpeD/Sm6tmy7V841zdYeQJeUjlvmAv93Lncw==} + /@tamagui/radio-group@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-4y1FJ5o+3cZTHiG3sDo5ZV/nrdKQTsp1talCnljarx9PEcwi3pHS+6cb5mHMWhshBdCSntaQ71uxZAEejWxmfg==} peerDependencies: react: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/focusable': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/label': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-previous': 1.72.3 + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/focusable': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/label': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-previous': 1.74.21 react: 18.2.0 transitivePeerDependencies: - react-native dev: false - /@tamagui/react-native-media-driver@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-2GADUyWdUeZzrKXfYVrNXiVFPSaXptKevbvS2oZKdzh7VWXMgxUx8Ki/SngyJgY7FNSyU1t1Lh/wjOxqnDnFaA==} + /@tamagui/react-native-media-driver@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-pNaDFqSXscZNcNZmj7Snp5+7x6HccMwFh7DSug74unJaRxG5BmbWKj1JiOdBjj/BJA4tvziu7gSQmgLQyHDhQA==} peerDependencies: react-native: '*' dependencies: - '@tamagui/web': 1.72.3(react@18.2.0) - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - react dev: false - /@tamagui/react-native-prebuilt@1.72.3: - resolution: {integrity: sha512-tKQaTpolEOYZFBSve2NsVeaYbPSF3J20O1QgktKz5GNdY+v15JHpWipGSroublYl8Zr+/NIuZuTTfMf0YGz5qA==} + /@tamagui/react-native-prebuilt@1.74.21: + resolution: {integrity: sha512-ZxIwPkfbDiMY+Z4bcupyTJhQ7MTQuU/PPM5Quz1CYILdqS4HUpsH3fGnmBx8kG1lG4v/47PZXHvnUIJHnIWB4w==} dev: true - /@tamagui/react-native-svg@1.72.3: - resolution: {integrity: sha512-RAvULIft4PcmRVVZawEKX/oB+p0AGiSsu3XP40bHTs5kkuHwLZRocfvYENUxaaGcGNUxSzh1bX+ybFgMZ3qqTA==} + /@tamagui/react-native-svg@1.74.21: + resolution: {integrity: sha512-YInxAyh/uOyVL7Ckm0DdaQnzn6IT5h1PR3ldsbwk2Fr4vixi82DuwGDfF3W4w7kadtSd1qTCeORcxhnYMunHRw==} dev: true - /@tamagui/react-native-use-pressable@1.72.3(react@18.2.0): - resolution: {integrity: sha512-hdutVtsDGnUgN5wbhjo1lCfQc1IXG2WVKv/X4LE5st+jImBkkh49aDxnpCp3t2clOA6sMWPeY06l14UFuzKVcg==} - peerDependencies: - react: '*' - dependencies: - react: 18.2.0 - - /@tamagui/react-native-use-pressable@1.73.0(react@18.2.0): - resolution: {integrity: sha512-yraW7u6tiGBTgg2QBUoWzsvKOuNTknzcMcGFGhOerlfmW1/LrF1T11rdnuwF9fxlBF2+Y58gvJO0pyFn6A94rA==} - peerDependencies: - react: '*' - dependencies: - react: 18.2.0 - dev: false - - /@tamagui/react-native-use-responder-events@1.72.3(react@18.2.0): - resolution: {integrity: sha512-gVrpwHIgHm5uMh8NuUakLtF4QFKjxeEDNhbVOnUqdaTOlkn4NWo4umz6xiT1bfv9axjjm83c1mN9VzpPpAdK+A==} + /@tamagui/react-native-use-pressable@1.74.21(react@18.2.0): + resolution: {integrity: sha512-LbgB4xJxzd9fFa/C/KQCOq6oI6yhjT8CZXGJH4xnlFGsig+UORzupDXmDkzcNIoozRbGhRTvQCanTaB4hjQS7Q==} peerDependencies: react: '*' dependencies: react: 18.2.0 - /@tamagui/react-native-use-responder-events@1.73.0(react@18.2.0): - resolution: {integrity: sha512-56aEkrF9ygato6kXk1J2Rs6vn4XqO018lmF+RTZap7a1XqBdYJe19ClCBRfaZ7GlbJ+uyWjvH3OjBj3OuYjq+w==} + /@tamagui/react-native-use-responder-events@1.74.21(react@18.2.0): + resolution: {integrity: sha512-K1H3uhKD8eZrH7wb4F7bXOltCFr5DYr6cfuRJTBmJ2ODTXJlN2cewqKjjPC52R6uJa5ZWT1RLjiGOpvVYNHgNw==} peerDependencies: react: '*' dependencies: react: 18.2.0 - dev: false - /@tamagui/remove-scroll@1.72.3(react@18.2.0): - resolution: {integrity: sha512-DjLPDUdovwcysJV76YBbEap0JGYSTsshdj5yIJclPtrkU/FRdkR8icIyOP4+Bciyj6Ixh5Go1eSL4LhTb/zTLA==} + /@tamagui/remove-scroll@1.74.21(react@18.2.0): + resolution: {integrity: sha512-3j9heUJMUIn09Hx8hmyWSbVziXZHJ15URgTHyen/m7OLPEai7nXOkjCskINZPMtHbo1XaprbzX+nSZiGs0dSLQ==} peerDependencies: react: '*' dependencies: react: 18.2.0 - react-remove-scroll: 2.5.6(react@18.2.0) + react-remove-scroll: 2.5.7(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@tamagui/roving-focus@1.72.3(react@18.2.0): - resolution: {integrity: sha512-nOMzD4ubNfz1HhzsHcvHJkTe9fFchAp6y019tYysNWlNzMmPjUpzS5SSYi6AuL3+W/lJ4yqkQkku2c8ITMbM1A==} + /@tamagui/roving-focus@1.74.21(react@18.2.0): + resolution: {integrity: sha512-YfmbKx5tKP41GTvr6J1S5Pi6xcSWHRvE7LICSawb13lZnhT3OoZkWYceW/OLiAOSFP1LTJ8Pk41L5GY+GLjZJg==} peerDependencies: react: '*' dependencies: - '@tamagui/collection': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-direction': 1.72.3(react@18.2.0) - '@tamagui/use-event': 1.72.3(react@18.2.0) + '@tamagui/collection': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-direction': 1.74.21(react@18.2.0) + '@tamagui/use-event': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/scroll-view@1.72.3(react@18.2.0): - resolution: {integrity: sha512-Z4P5MtG4jx2A4W0hf5gt9EcUK61s3WvFGOD64c8uSElBPkKeGguTZF0RsMRByT4cvHvpBgqZLU1pTJ1oDqZdzw==} + /@tamagui/scroll-view@1.74.21(react@18.2.0): + resolution: {integrity: sha512-KfDaAE9CKhxGXOz6EiF/ZlpsYL2Q5UqMj5aQDlb1EHB/dguhhCR+85RMWWttZ8rNB0/unibZYVQRomGTJiE7yA==} peerDependencies: react: '*' dependencies: - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/select@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-juW8sFC4TsCr6nRS31tdBmv0WAnMKf0J2v6Gz9EVzgT4p7kPmotC00yNflgrEu1pwp0FaEdQTngaM4bVRm/uGg==} + /@tamagui/select@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-Aq7GUrInwXyQaKD97PPnEDS88I04wCzqKtZ54GhdFCvD98nbwHGRNYYXu99FzLxfSBj370dzHBgmfqMZFTcx4g==} peerDependencies: react: '*' react-native: '*' dependencies: '@floating-ui/react': 0.24.8(react-dom@18.2.0)(react@18.2.0) '@floating-ui/react-dom': 2.0.2(react-dom@18.2.0)(react@18.2.0) - '@floating-ui/react-native': 0.10.1(react-native@0.72.5)(react@18.2.0) - '@tamagui/adapt': 1.72.3(react@18.2.0) - '@tamagui/animate-presence': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/dismissable': 1.72.3(react@18.2.0) - '@tamagui/focus-scope': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/list-item': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/portal': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/remove-scroll': 1.72.3(react@18.2.0) - '@tamagui/separator': 1.72.3(react@18.2.0) - '@tamagui/sheet': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-event': 1.72.3(react@18.2.0) - '@tamagui/use-previous': 1.72.3 + '@floating-ui/react-native': 0.10.1(react-native@0.72.6)(react@18.2.0) + '@tamagui/adapt': 1.74.21(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/dismissable': 1.74.21(react@18.2.0) + '@tamagui/focus-scope': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/list-item': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/portal': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/remove-scroll': 1.74.21(react@18.2.0) + '@tamagui/separator': 1.74.21(react@18.2.0) + '@tamagui/sheet': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-event': 1.74.21(react@18.2.0) + '@tamagui/use-previous': 1.74.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@tamagui/separator@1.72.3(react@18.2.0): - resolution: {integrity: sha512-RuIt1+z1/MWGy2jNpg2xmqlXZPjQfw4AvukhoJUGO5jJW5Jtbofr50NadHbb81GtkLT99osvHrVttzZfdLfreA==} + /@tamagui/separator@1.74.21(react@18.2.0): + resolution: {integrity: sha512-rOYfgLc98RYMMQfdmr6XyaoFrqSQXjp42GNFdR4QxKKUQs2IbYKzcoZoDpaUBpJNeo0G0LMydSS/hFswCKMGNQ==} peerDependencies: react: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/shapes@1.72.3(react@18.2.0): - resolution: {integrity: sha512-9toGrMY++2Yo7F1SMoLZW28DcOknKYtnferLUqgp3YbzHau8VwHdTqfbiyr49VQLi1NX4RjkXq5fSXAziRAJQQ==} + /@tamagui/shapes@1.74.21(react@18.2.0): + resolution: {integrity: sha512-uMVrZph4pBN5DW+cPFjS/u92dVZM3GaFctxeBxtspCyohiBcZrMKDYoUNbGEf/PK4MVQ14gXp/Uce5ho71WAMQ==} peerDependencies: react: '*' dependencies: - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/sheet@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-Fmnwgbi7RAn8+Rvfcr3jUbMSRTUxl6pjY5YcFELwGtUEdqoZxptBaZRERdfrNVGgaIMcfB3BIbEiBdDP+DXf2A==} + /@tamagui/sheet@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-M2jsjET/iEhObrGEBZbpnU7884Z06StuMGCAwox3pLYWKLnWvYSRVgWabETEb561KJXCGPsSXTWzlggvIkaI9g==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/animate-presence': 1.72.3(react@18.2.0) - '@tamagui/animations-react-native': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/portal': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/remove-scroll': 1.72.3(react@18.2.0) - '@tamagui/scroll-view': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-constant': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-keyboard-visible': 1.72.3(react-native@0.72.5)(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) + '@tamagui/animations-react-native': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/portal': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/remove-scroll': 1.74.21(react@18.2.0) + '@tamagui/scroll-view': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-constant': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-keyboard-visible': 1.74.21(react-native@0.72.6)(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@tamagui/shorthands@1.72.3: - resolution: {integrity: sha512-TBOcgmtAc9+XqlDEKL2c/wASFhK73P4LmhlxOIhVqda+0bz22+1sbP5qvC/Vjm/7+i/PVnGWLoL7Ljyv93JPyg==} + /@tamagui/shorthands@1.74.21: + resolution: {integrity: sha512-HXBhByzVFaQoe1BBm3sgxcYwjlzOLLu5VpMQzLJcRkx1u6y9Lh4pnpeOfe59PydZmNsHjUuHECNpKYeEFZue4Q==} - /@tamagui/simple-hash@1.72.3: - resolution: {integrity: sha512-DJlo3xn1cRq/Wa61IhQcLVmSG/LnxmCdc9cdR0AMuY68x0/P4+1KE0gjwj9SDlwQKF/t1Cstqgvq131WwZB+YA==} - - /@tamagui/simple-hash@1.73.0: - resolution: {integrity: sha512-rDoDUJoeStxHpyDh/kr50ybJSZJNI/bt8Ftz0Fj0VdK8jEhKL40hG8vmq1YJKaxCPbEF/2u4w4KiguBKbcMvcQ==} - dev: false + /@tamagui/simple-hash@1.74.21: + resolution: {integrity: sha512-uIyVubiXlyeGf/dQQ5gK/mTp3gOeGvx4SAt/MtYvY3nGfFsGpCpjhvcdnn8DVZmKgBNfGhsVcJxHu4cki8PxhQ==} - /@tamagui/slider@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-L9daLdWqbdu6yV+6qLgEHTbdi0OTITw9jVJ0aJqvXPfa+ThOgGNHwwBq0kmMQ4/Ajv6WMvM5Gqv2KQ54OhaZbw==} + /@tamagui/slider@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-P8vCyFPd7X+DzE88wmBjMsb5uQsc8yJTJYNj61a/Q3aMDro5ubydDwC/qPt2rdoyIEmm5F68EYFt54nKpHLcBQ==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/helpers': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-direction': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/helpers': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-direction': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/stacks@1.72.3(react@18.2.0): - resolution: {integrity: sha512-XUhA9/+EsSSFF5gRhp+OicdJAwmTURNIVvT0wiuDSBkaVfWmW9y8aawUW+NIkFKbg5E3rBVdzt4ypcHPiW+13A==} + /@tamagui/stacks@1.74.21(react@18.2.0): + resolution: {integrity: sha512-U3Dp7gACqCckpswsIpnKmoPx/6iru6PjaOLBkVRtKpOGNys00R0xBkukU4G+dpazfJWCoMYyDr/1fbhQBCUKgw==} peerDependencies: react: '*' dependencies: - '@tamagui/core': 1.72.3(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/static@1.72.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-5tji/oROFAu74y6D6FnlUR/5kJhpcey4UQ73byyEnJs8k8PXZZdLBarV0QI3AJ+JueCoKqWLA/CVAxnpnOihpg==} + /@tamagui/static@1.74.21(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-n+vKz1vozUzeVrBQXp/WJtGYGfCa0DhQ/jsxdv0IrzL7YelMSUMQI+vr1jMWG8Zg2RZtBTGijxKu7yiBBzWXHw==} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/generator': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/parser': 7.23.0 - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) - '@babel/runtime': 7.23.1 - '@babel/traverse': 7.23.0 + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.2) + '@babel/runtime': 7.23.2 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 - '@tamagui/build': 1.72.3 - '@tamagui/cli-color': 1.72.3 - '@tamagui/config-default': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/fake-react-native': 1.72.3 - '@tamagui/generate-themes': 1.72.3(esbuild@0.19.4)(react@18.2.0) - '@tamagui/helpers': 1.72.3(react@18.2.0) - '@tamagui/helpers-node': 1.72.3 - '@tamagui/proxy-worm': 1.72.3 - '@tamagui/react-native-prebuilt': 1.72.3 - '@tamagui/shorthands': 1.72.3 - '@tamagui/types': 1.72.3 - babel-literal-to-ast: 2.1.0(@babel/core@7.23.0) - esbuild: 0.19.4 - esbuild-register: 3.5.0(esbuild@0.19.4) + '@tamagui/build': 1.74.21 + '@tamagui/cli-color': 1.74.21 + '@tamagui/config-default': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/fake-react-native': 1.74.21 + '@tamagui/generate-themes': 1.74.21(esbuild@0.19.5)(react@18.2.0) + '@tamagui/helpers': 1.74.21(react@18.2.0) + '@tamagui/helpers-node': 1.74.21 + '@tamagui/proxy-worm': 1.74.21 + '@tamagui/react-native-prebuilt': 1.74.21 + '@tamagui/shorthands': 1.74.21 + '@tamagui/types': 1.74.21 + babel-literal-to-ast: 2.1.0(@babel/core@7.23.2) + esbuild: 0.19.5 + esbuild-register: 3.5.0(esbuild@0.19.5) find-cache-dir: 3.3.2 find-root: 1.1.0 fs-extra: 11.1.1 invariant: 2.2.4 lodash: 4.17.21 react-native-web: 0.19.9(react-dom@18.2.0)(react@18.2.0) - react-native-web-internals: 1.72.3(react@18.2.0) - react-native-web-lite: 1.72.3(react-dom@18.2.0)(react@18.2.0) + react-native-web-internals: 1.74.21(react@18.2.0) + react-native-web-lite: 1.74.21(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - encoding - react @@ -5404,39 +5431,39 @@ packages: - supports-color dev: true - /@tamagui/switch@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-TLO9n1GBnIxUN2HU5O0ctbajYQWB3HhNsedclqQzAl0Txzb47ILn+U6KKYXz9E2XtF/Izhk2GSjrv6cD5i34hg==} + /@tamagui/switch@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-oRVHH0u1G0wAqzf3vpX2gEr8vjBmtTMa+rR7JWeQvbqC+FZqjXnbDy0eGu83OlX5BaVWIGIrKYA83hW19WJBvw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/focusable': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/label': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-previous': 1.72.3 + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/focusable': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/label': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-previous': 1.74.21 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/tabs@1.72.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-lQmNHRZ35n2wxDGBwhByTUNWX7lE6YZKUyFpZZzyel+aki4bE27ZX1kQIxs9b03fOqpOJ6JeE2V4Gwz7lhFh3A==} + /@tamagui/tabs@1.74.21(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-DQU7H7ZpaplEv/k+3BFeOUSlP4kAdOZ3L2nAMy2HVHqHqvaokJxA60nXLk5Q5WHq+7P/kTw7mE14gHO5lfPdYw==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/get-button-sized': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/group': 1.72.3(react@18.2.0) - '@tamagui/roving-focus': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-direction': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/get-button-sized': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/group': 1.74.21(react@18.2.0) + '@tamagui/roving-focus': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-direction': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: @@ -5445,83 +5472,88 @@ packages: - react-native dev: false - /@tamagui/text@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-nHkTNAsFG4YMkXYN18n5wp3/8OmkT0PaZuf89ABPM9mq27Ami0MypuoMQ8r3FiIYZ6DCKC7fmtpfZkAB++sUMA==} + /@tamagui/text@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-dORlnPtlo3qWmhu4vVwsG4xebV+WU+pmvzYPmED2GMso2MZOUWt2W7lXEAcUIytECqrRN18F5TPDB5/yJ3qC8A==} peerDependencies: react: '*' dependencies: - '@tamagui/get-font-sized': 1.72.3(react@18.2.0) - '@tamagui/helpers-tamagui': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/get-font-sized': 1.74.21(react@18.2.0) + '@tamagui/helpers-tamagui': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - react-native dev: false - /@tamagui/theme@1.72.3(react@18.2.0): - resolution: {integrity: sha512-8mhjP+93SbhdFaV6RoCTekTK0dE/2rQ27KzGGiQcWD9ombBz0XX53YSl/b3E8HF6qDBvUeD6iR9nNnQCxcunNw==} + /@tamagui/theme-builder@1.74.21(react@18.2.0): + resolution: {integrity: sha512-m2xynC6S0YnRFA4CQe09qpktx0aqsmT8Ss8k4NpD8UYhnT0z7VN2G1JpJon3VxmVFSmHwb4ZI8nVQJCKE+sdIw==} + dependencies: + '@tamagui/create-theme': 1.74.21(react@18.2.0) + transitivePeerDependencies: + - react + dev: false + + /@tamagui/theme@1.74.21(react@18.2.0): + resolution: {integrity: sha512-RGT+uILFiKZOTNW3DdYpztEVteP0ADYFH/p4x7+Q7s7Dv6fg9qBObqMfU7hKnlvXnhByxW65TgkhbyY3XdMlBg==} peerDependencies: react: '*' dependencies: - '@tamagui/constants': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/constants': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/themes@1.72.3(react@18.2.0): - resolution: {integrity: sha512-ozH8rSBeYH0jUWkE1woz3PgbbaAX9g0Ovbvb5ms9L9SfkNCKGv4XvGj+AM5+todMTi7UUjdAndTUJk9h1K71vw==} + /@tamagui/themes@1.74.21(react@18.2.0): + resolution: {integrity: sha512-s6cr5XfxpdATDoYbouUCp8LTzj7/ii+TORe2j6LJ+ibDNGFz9yLWKrTytg5Ab/RJ7b3Kk0mXAPBKQWhtlGdRrg==} dependencies: - '@tamagui/colors': 1.72.3 - '@tamagui/create-theme': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/colors': 1.74.21 + '@tamagui/create-theme': 1.74.21(react@18.2.0) + '@tamagui/theme-builder': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) transitivePeerDependencies: - react dev: false - /@tamagui/timer@1.72.3: - resolution: {integrity: sha512-GAH0YUO9HSXjApxR9T5XMeAk3tYGTpgC0RMWbu3kyV10AlsQI5P0D9znxXqCs9EVMQZLqyGndRBHl4exZFfSSg==} + /@tamagui/timer@1.74.21: + resolution: {integrity: sha512-f+4EeYJzNXfWeTw7vpEcV5DdNs8G8E/IJ1bYmOquP87PwhpExJ3HUuVg1jDV4LoMtu/b9Z8sMXEMJELOoqIlfQ==} - /@tamagui/timer@1.73.0: - resolution: {integrity: sha512-pmjO2PTS9ey5nkHuV2qOSCVDNTzbDZnPxeOeybM4yOGsDHo1SP/MCSp6Cn2Tpr59rL2xhNBwmgwLJRJuCL88Jw==} - dev: false - - /@tamagui/toast@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-3ZEkb6WwEokNWWylhX7DdSx0o0P4jDd6u4ELPQwJEYhkEUmg2wWiMA/sLqgl5wRtiA1EpGzisu765DJVS98+fQ==} + /@tamagui/toast@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-4NVymYpoFH5kuSOuwRe6ankeE/s1aJXLRJsG7l2Lj8wOV1chcHMje/2shPaU2ry8WZJzHcHc7okAEp8iTdZkXw==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/animate-presence': 1.72.3(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/dismissable': 1.72.3(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/portal': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/visually-hidden': 1.72.3(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/dismissable': 1.74.21(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/portal': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/visually-hidden': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/toggle-group@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-NIurISHZ63chPknxC9Dwwjx7cpQlqLp2GodWzQ/UyQP5XGhPXFkUNJk9pIoaY7MQCVEG9MVPfUd5vlmnB5QPWw==} + /@tamagui/toggle-group@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-pmkzNEgy0yHaiqROnzWDOd9oO8kBdPm2UVVN/u9qW9axP8AQ2p0TkZ1Y3E/MLKjP08pRgoBRf+v3vbVNs6VWLg==} peerDependencies: react: '*' dependencies: - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/focusable': 1.72.3(react@18.2.0) - '@tamagui/font-size': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/group': 1.72.3(react@18.2.0) - '@tamagui/helpers-tamagui': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/roving-focus': 1.72.3(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-direction': 1.72.3(react@18.2.0) - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/focusable': 1.74.21(react@18.2.0) + '@tamagui/font-size': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/group': 1.74.21(react@18.2.0) + '@tamagui/helpers-tamagui': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/roving-focus': 1.74.21(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-direction': 1.74.21(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - '@types/react' @@ -5529,203 +5561,163 @@ packages: - react-native dev: false - /@tamagui/tooltip@1.72.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-xNI+a9+IUEHx6vnvHMFzTV/QEMisfCefuHA7P74vbH+XY0ISohu+z+tLWkEag3vHiHN8GKmbVIMsuD2bHKyzrQ==} + /@tamagui/tooltip@1.74.21(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-HoAj+uycGSAMLuhc2YDML3L+lTQNDcxtsIrM4gSl9NkYMPL8PsgtX6CCLTBjfd91+LLMQveWpXFCzuN+sQBF/g==} peerDependencies: react: '*' react-native: '*' dependencies: '@floating-ui/react': 0.24.8(react-dom@18.2.0)(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/floating': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/popover': 1.72.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) - '@tamagui/popper': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/floating': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/popover': 1.74.21(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) + '@tamagui/popper': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' - react-dom dev: false - /@tamagui/types@1.72.3: - resolution: {integrity: sha512-6fZvybUhDX7mzEWsdt5bpXrKJevQwcykjEesDpwbnj9fiDJ83Qxz2thV9wtud0+MTA6q4mKuNOSX8G5USwOL3A==} + /@tamagui/types@1.74.21: + resolution: {integrity: sha512-qaUKbLA54MRshscsbhcfzDdeV2d2Ymv3qCEbfqOuPMw5h8nVkBp8VDhWqi6aocaTp9iUK6kryLEWmtkqJzBmsw==} dev: true - /@tamagui/use-callback-ref@1.72.3: - resolution: {integrity: sha512-THA2QsVEnaTZvil3G7jylz0gGhdeLVCNgJb0MSX9plRnP9G73NUL2hA6WmTse7XFUEYvbgQTkbM8J9x7b0Vi2A==} + /@tamagui/use-callback-ref@1.74.21: + resolution: {integrity: sha512-BI4vZgndIm7qNoYqlLzK4NAiNVElfNYY5WaFSt1cm96inx++BD49XdGohSdiUijYjWB//ku2E+2H+8ZCM9UCYg==} dev: false - /@tamagui/use-constant@1.72.3(react@18.2.0): - resolution: {integrity: sha512-EuzjPIbenLaLtsNUKpPxPXv4JYOe2uoXroxccJzbb6KwQCciKFgrRcsCk2ohZoIsTadf5uVDqr+YMJDldotmbw==} + /@tamagui/use-constant@1.74.21(react@18.2.0): + resolution: {integrity: sha512-51fwavH6rKHwKY2+gG3ArQQ/Wrz6uaTwyYUqXBsHI3kRzJSdnR0/p7OtGJ2FZ8BGw85tz89hNdp4IkMY8BUboQ==} peerDependencies: react: '*' dependencies: react: 18.2.0 dev: false - /@tamagui/use-controllable-state@1.72.3(react@18.2.0): - resolution: {integrity: sha512-yJ+wUPWLKHzV7FQMDYw5O20i6QJEyB6qiK3Ba1yiyjYkbq7bn5qzEm2HEUbsQ/aZ+3LObQqVFtQPCiGfc7MZVA==} + /@tamagui/use-controllable-state@1.74.21(react@18.2.0): + resolution: {integrity: sha512-ui/Tkjnus0gdFDH8zqlODbKyIBabxjU8EYcZKn2+84uh6kZxV/Tditj9jMqao/Q/1fQefaXO41INy1OH0hoKWQ==} peerDependencies: react: '*' dependencies: - '@tamagui/use-event': 1.72.3(react@18.2.0) + '@tamagui/use-event': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/use-debounce@1.72.3(react@18.2.0): - resolution: {integrity: sha512-A7rp5ce8H/dMfBwv92MGOv0jHp8acRfKgOhrl46mDrVfs7npynlQYy5dO/0oS3Cx+tJvWTWVnlk4Tsa2mWg2AQ==} + /@tamagui/use-debounce@1.74.21(react@18.2.0): + resolution: {integrity: sha512-D0r7IqA4Ti7RLuUDVFtombM3/gmSwg4x4pyKMFr1HtC0Fulf3y/WnWW8aUs+25uHHZOcdqnH1QQC5UQ7lPYIYw==} peerDependencies: react: '*' dependencies: react: 18.2.0 dev: false - /@tamagui/use-did-finish-ssr@1.72.3(react@18.2.0): - resolution: {integrity: sha512-jkbit9bJ1t0QBzVz36i95foejnK7gjdueJTFFLGlKTc1MTh8iuAwgdxATiq9tEhr4Ryv4EHVPIEobwCXrg92vg==} - peerDependencies: - react: '*' - dependencies: - '@tamagui/constants': 1.72.3(react@18.2.0) - react: 18.2.0 - - /@tamagui/use-did-finish-ssr@1.73.0(react@18.2.0): - resolution: {integrity: sha512-cuPunyLmDgs0IsljGfsPa//vKRNiHNZsuc5afqmn/rC8g6pDeWUmIXyGyUmux0uW78cAiPkBorMZrZLt6DqeZg==} + /@tamagui/use-did-finish-ssr@1.74.21(react@18.2.0): + resolution: {integrity: sha512-zUSyGs8D3kvf399vwr/+6+SBa53I3kp/zgsCBM0el4sUEIeItBCLBtD7chaCiN+Ge/b8m8mGocHtvdu0yRTLBQ==} peerDependencies: react: '*' dependencies: - '@tamagui/constants': 1.73.0(react@18.2.0) + '@tamagui/constants': 1.74.21(react@18.2.0) react: 18.2.0 - dev: false - /@tamagui/use-direction@1.72.3(react@18.2.0): - resolution: {integrity: sha512-JeYUxkOKxAQE2RO7K1JAGkLwK51ZS2c0oDNVBUWV7dTG5FqFkfEmDihBLUEWAsxm8s+AjuEeGPOact9qzQG3zw==} + /@tamagui/use-direction@1.74.21(react@18.2.0): + resolution: {integrity: sha512-RR5cUCBko+CpVnLmuHuI/PQuWLYqmlM7OydLy/xbXoFiwVEy0gQnHBFGh6GSUbq8Txw9GWRnT/0t1al+zzC+3w==} peerDependencies: react: '*' dependencies: react: 18.2.0 dev: false - /@tamagui/use-escape-keydown@1.72.3: - resolution: {integrity: sha512-YmpVmSgz1It97EiXtLg7IQFlUtkFYGGr2smaEEmmWVZ22A9liJXl7LyR5e3249USDwch4SvbbeswPEeLdiBd+w==} - dependencies: - '@tamagui/use-callback-ref': 1.72.3 - dev: false - - /@tamagui/use-event@1.72.3(react@18.2.0): - resolution: {integrity: sha512-sm+4wFRufyA+Z7h+fTzw3c+CcLyu7WhafWSuxxhOjARakXxM87FARZ2jquCEmw9ACmoiqpUE1PcwWjJ+wRnjpA==} - peerDependencies: - react: '*' - dependencies: - react: 18.2.0 - - /@tamagui/use-event@1.73.0(react@18.2.0): - resolution: {integrity: sha512-0yvdEllBcyDjpXXx5yd4slD8eSQVbEEJFc0XBl4su0aqT4CDqNKV0i+S7EY3MmlM3YwRwIM/WpJjH6FobtfGHw==} - peerDependencies: - react: '*' + /@tamagui/use-escape-keydown@1.74.21: + resolution: {integrity: sha512-6DMYPMkDnQ2er7+dV9ag0UdAUUb1k5iFxNWrW2MXuLzYZoM+r9q/dKcWAxGP3iBqUtyHywkSCKT82vpDwlsT+w==} dependencies: - react: 18.2.0 + '@tamagui/use-callback-ref': 1.74.21 dev: false - /@tamagui/use-force-update@1.72.3(react@18.2.0): - resolution: {integrity: sha512-Jmmy4VHjrl3fiXxMGXFDtaGINxhnbtCZwiu2FZbYEBDBZVlPpXSQ2sqrpADuEpdlDguo4zG/X1YGimCg5wtikg==} + /@tamagui/use-event@1.74.21(react@18.2.0): + resolution: {integrity: sha512-6zhgYsqZFoQrOjUen/ZLqoSPSmTJHkRkLm2N2oqxMzcSArc+v0Ns2Aa/08wVTEd0htpa4t3XEGKi+3Jo4bGKew==} peerDependencies: react: '*' dependencies: react: 18.2.0 - /@tamagui/use-force-update@1.73.0(react@18.2.0): - resolution: {integrity: sha512-VaFb61X3REg7czm70HV1u4HkUEa82jsvCLKme3wg2iDI+PqIiQeNP62TXoRyzxlF9se1W+wSkMlAaHFJc6T/BA==} + /@tamagui/use-force-update@1.74.21(react@18.2.0): + resolution: {integrity: sha512-8VQvt+2T6bgkWTxkI9j7gniXJufRXgKFP7lZITaJkpwldA4DaH0BxoLFavF9ZnVcvGQllCq4bybQrIy8dPg1jw==} peerDependencies: react: '*' dependencies: react: 18.2.0 - dev: false - /@tamagui/use-keyboard-visible@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-ZUzusLQiWwbW+6QV3gnmG4am4uOWMQVL0FJGot4wzK36qAVvr3HuiwWjSE0BvQF87byNgtGXn5z399fTLV+6Bg==} + /@tamagui/use-keyboard-visible@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-OJ1Kih9uGzdv5FbpIki+WU4gXwwwyIVv4BfZIrUyD80TVo/pl4HI5c66NdLkUQK8oUqxWyljCxs7PIpviSYR4Q==} peerDependencies: react: '*' react-native: '*' dependencies: react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/use-presence@1.72.3(react@18.2.0): - resolution: {integrity: sha512-ZJ037VcY/Af7w1IyVwqlVgrwyM1fPomCohEyNrhkrYmh7r0Evrn+v8u9dy0HjQlqVMRUqqpDEmztumWdTqJ2xg==} + /@tamagui/use-presence@1.74.21(react@18.2.0): + resolution: {integrity: sha512-bPgODnlv5v/vh5LEaZTqv0Ni6fJ8C6iMdv6UQPEtprCcrm9JJsIkx3Am972eelBKftsnn0rGmvh7US1EI1MUiA==} peerDependencies: react: '*' dependencies: - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/use-previous@1.72.3: - resolution: {integrity: sha512-9C0xoCjzIyATyGofLu/urmSuv8UoD26nWYaUr5rM19OprGOwfDJm/DOxqPqDcfEt8O5tR3wwJVzbT+OGwu+dqQ==} + /@tamagui/use-previous@1.74.21: + resolution: {integrity: sha512-UqMzkSyT1ZVllSmCFtfWuNn4+u5S1xpyNJ4uPOH1H8rmgb3kGVp2GAPDh+BGR1yMNJjpinheJIzVze98Clnu1w==} dev: false - /@tamagui/use-window-dimensions@1.72.3(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-jPw6fygC0OXJRozHMVwTqib84rO0GUwkguJnwFnbYTaeXbyXf51G3KzYg5hpB62NwHR9uQmd0bR2faP7znT8GQ==} + /@tamagui/use-window-dimensions@1.74.21(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-6gPozVCKZzGgaxwX8AGt6ieWb08ferQLN6S5jknLHVajwaSRmjpw/wJveoGlHCxi2+BgqFRXC//UtM6vitE9jQ==} peerDependencies: react: '*' react-native: '*' dependencies: - '@tamagui/constants': 1.72.3(react@18.2.0) + '@tamagui/constants': 1.74.21(react@18.2.0) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /@tamagui/visually-hidden@1.72.3(react@18.2.0): - resolution: {integrity: sha512-HxB954uAwVjgg1HoYnzbNWktL65W6rZJ7+hT5n6R4+Hs8fD9KGgsLwv5kLCLs0xOjaSlBQRlbeIvzAJVqA13sw==} + /@tamagui/visually-hidden@1.74.21(react@18.2.0): + resolution: {integrity: sha512-+LOF06AT3RO2NxOHow0YZLFjhqycQphxQ8nNSNtTvOmYSZmHxxp2vY8CLvaFJMisyyT5WXESL2NM6BQz/sGXqA==} peerDependencies: react: '*' dependencies: - '@tamagui/web': 1.72.3(react@18.2.0) + '@tamagui/web': 1.74.21(react@18.2.0) react: 18.2.0 dev: false - /@tamagui/web@1.72.3(react@18.2.0): - resolution: {integrity: sha512-6pPpGGMN7dGFQEraQFBGJwFk1hHi6dwPY37Gxmay+N/VmMsRoX5JXiw6NlU+bmvNwa4f3hGV44Npb10je70Hqw==} + /@tamagui/web@1.74.21(react@18.2.0): + resolution: {integrity: sha512-xe7qZubNyuaGlMud7pDAFGm0BQj21JD0lBtnBxL72oI8lIphexU9cB8fFlFeGjnIipm4IwuRCPMSfEa3s+jxww==} peerDependencies: react: '*' dependencies: - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/constants': 1.72.3(react@18.2.0) - '@tamagui/helpers': 1.72.3(react@18.2.0) - '@tamagui/normalize-css-color': 1.72.3 - '@tamagui/timer': 1.72.3 - '@tamagui/use-did-finish-ssr': 1.72.3(react@18.2.0) - '@tamagui/use-force-update': 1.72.3(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/constants': 1.74.21(react@18.2.0) + '@tamagui/helpers': 1.74.21(react@18.2.0) + '@tamagui/normalize-css-color': 1.74.21 + '@tamagui/timer': 1.74.21 + '@tamagui/use-did-finish-ssr': 1.74.21(react@18.2.0) + '@tamagui/use-force-update': 1.74.21(react@18.2.0) react: 18.2.0 - /@tamagui/web@1.73.0(react@18.2.0): - resolution: {integrity: sha512-K7OIrkOuR8mxcQZpLuH2Jf7fdfLoGzhcGBp+I/GTS5Y8QhcBhHFuflkX83Krfz2D7PE4OWXKO0XVMf6seMSDRg==} - peerDependencies: - react: '*' - dependencies: - '@tamagui/compose-refs': 1.73.0(react@18.2.0) - '@tamagui/constants': 1.73.0(react@18.2.0) - '@tamagui/helpers': 1.73.0(react@18.2.0) - '@tamagui/normalize-css-color': 1.73.0 - '@tamagui/timer': 1.73.0 - '@tamagui/use-did-finish-ssr': 1.73.0(react@18.2.0) - '@tamagui/use-force-update': 1.73.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@tanstack/query-core@4.35.3: - resolution: {integrity: sha512-PS+WEjd9wzKTyNjjQymvcOe1yg8f3wYc6mD+vb6CKyZAKvu4sIJwryfqfBULITKCla7P9C4l5e9RXePHvZOZeQ==} + /@tanstack/query-core@4.36.1: + resolution: {integrity: sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==} dev: false - /@tanstack/react-query@4.35.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-UgTPioip/rGG3EQilXfA2j4BJkhEQsR+KAbF+KIuvQ7j4MkgnTCJF01SfRpIRNtQTlEfz/+IL7+jP8WA8bFbsw==} + /@tanstack/react-query@4.36.1(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5736,21 +5728,21 @@ packages: react-native: optional: true dependencies: - '@tanstack/query-core': 4.35.3 + '@tanstack/query-core': 4.36.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) use-sync-external-store: 1.2.0(react@18.2.0) dev: false - /@tanstack/react-table@8.10.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Qya1cJ+91arAlW7IRDWksRDnYw28O446jJ/ljkRSc663EaftJoBCAU10M+VV1K6MpCBLrXq1BD5IQc1zj/ZEjA==} + /@tanstack/react-table@8.10.7(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-bXhjA7xsTcsW8JPTTYlUg/FuBpn8MNjiEPhkNhIGCUR6iRQM2+WEco4OBpvDeVcR9SE+bmWLzdfiY7bCbCSVuA==} engines: {node: '>=12'} peerDependencies: react: '>=16' react-dom: '>=16' dependencies: - '@tanstack/table-core': 8.10.3 + '@tanstack/table-core': 8.10.7 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -5764,8 +5756,8 @@ packages: react: 18.2.0 dev: false - /@tanstack/table-core@8.10.3: - resolution: {integrity: sha512-hJ55YfJlWbfzRROfcyA/kC1aZr/shsLA8XNAwN8jXylhYWGLnPmiJJISrUfj4dMMWRiFi0xBlnlC7MLH+zSrcw==} + /@tanstack/table-core@8.10.7: + resolution: {integrity: sha512-KQk5OMg5OH6rmbHZxuNROvdI+hKDIUxANaHlV+dPlNN7ED3qYQ/WkpY2qlXww1SIdeMlkIhpN/2L00rof0fXFw==} engines: {node: '>=12'} dev: false @@ -5778,15 +5770,15 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - mermaid: 10.4.0 + mermaid: 10.5.0 react: 18.2.0 unist-util-visit: 5.0.0 transitivePeerDependencies: - supports-color dev: false - /@theguild/remark-npm2yarn@0.2.0: - resolution: {integrity: sha512-6NMsdxNQd0s+LBtsmLuZG0AFeGmRpqIyKkPA2FOt14ZFO8mXBkHY39+RWVrLIt/ltZCg78BvQPfJT7iF/sNvyg==} + /@theguild/remark-npm2yarn@0.2.1: + resolution: {integrity: sha512-jUTFWwDxtLEFtGZh/TW/w30ySaDJ8atKWH8dq2/IiQF61dPrGfETpl0WxD0VdBfuLOeU14/kop466oBSRO/5CA==} dependencies: npm-to-yarn: 2.1.0 unist-util-visit: 5.0.0 @@ -5801,53 +5793,53 @@ packages: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - /@trpc/client@10.38.5(@trpc/server@10.38.5): - resolution: {integrity: sha512-tpGUsoAP+3CD/1KRqMdWZ+zebvB68/86SaVPAYHaEDozTFLQdNqTe98DS/T0S4hfh7WCKbMSObj40SCzE8amKQ==} + /@trpc/client@10.41.0(@trpc/server@10.41.0): + resolution: {integrity: sha512-W4lYULb7//2yXkULCKim49slXsBwiBq48rfge1yOWXdq0Ed8VxzXvZt8+uWOkxmHbQAw4lq8G5fCNYFB+Za6vQ==} peerDependencies: - '@trpc/server': 10.38.5 + '@trpc/server': 10.41.0 dependencies: - '@trpc/server': 10.38.5 + '@trpc/server': 10.41.0 dev: false - /@trpc/next@10.38.5(@tanstack/react-query@4.35.3)(@trpc/client@10.38.5)(@trpc/react-query@10.38.5)(@trpc/server@10.38.5)(next@13.5.3)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sSPEiaNtNIH3psU+RiGtfLWjLbHFaD66pqcPvUR3C686u7A3TDFXznez9K20Ii0LRwpyQOWCz2Doe51oj7TL6w==} + /@trpc/next@10.41.0(@tanstack/react-query@4.36.1)(@trpc/client@10.41.0)(@trpc/react-query@10.41.0)(@trpc/server@10.41.0)(next@13.5.6)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QwvZrvDjRFEzErmLZ4hMdYfX13nsH0SpijjuTNPIlSIyFISCIfDCqmBvWC07O6fCG/swh+XM19FhJN6RMqTlKQ==} peerDependencies: '@tanstack/react-query': ^4.18.0 - '@trpc/client': 10.38.5 - '@trpc/react-query': 10.38.5 - '@trpc/server': 10.38.5 + '@trpc/client': 10.41.0 + '@trpc/react-query': 10.41.0 + '@trpc/server': 10.41.0 next: '*' react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@tanstack/react-query': 4.35.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) - '@trpc/client': 10.38.5(@trpc/server@10.38.5) - '@trpc/react-query': 10.38.5(@tanstack/react-query@4.35.3)(@trpc/client@10.38.5)(@trpc/server@10.38.5)(react-dom@18.2.0)(react@18.2.0) - '@trpc/server': 10.38.5 - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.36.1(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) + '@trpc/client': 10.41.0(@trpc/server@10.41.0) + '@trpc/react-query': 10.41.0(@tanstack/react-query@4.36.1)(@trpc/client@10.41.0)(@trpc/server@10.41.0)(react-dom@18.2.0)(react@18.2.0) + '@trpc/server': 10.41.0 + next: 13.5.6(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-ssr-prepass: 1.5.0(react@18.2.0) dev: false - /@trpc/react-query@10.38.5(@tanstack/react-query@4.35.3)(@trpc/client@10.38.5)(@trpc/server@10.38.5)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cGpKfiQen3ba3lTII3+Y6Hm3KnC60AS9n2AYt07I7LZx/GknsGHq4h570imdIxr6Qb5LtYe3DFV13kzbm+yGeA==} + /@trpc/react-query@10.41.0(@tanstack/react-query@4.36.1)(@trpc/client@10.41.0)(@trpc/server@10.41.0)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-pCLZfIgcnneq1AocPLvstALawZYWS/sbhujd4mwUwA3UXFBWC/D31ysPlbz7R1dhjxhhPaIM+C6pz8vmr2ctpw==} peerDependencies: '@tanstack/react-query': ^4.18.0 - '@trpc/client': 10.38.5 - '@trpc/server': 10.38.5 + '@trpc/client': 10.41.0 + '@trpc/server': 10.41.0 react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@tanstack/react-query': 4.35.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) - '@trpc/client': 10.38.5(@trpc/server@10.38.5) - '@trpc/server': 10.38.5 + '@tanstack/react-query': 4.36.1(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) + '@trpc/client': 10.41.0(@trpc/server@10.41.0) + '@trpc/server': 10.41.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@trpc/server@10.38.5: - resolution: {integrity: sha512-J0d2Y3Gpt2bMohOshPBfuzDqVrPaE3OKEDtJYgTmLk5t1pZy3kXHQep4rP2LEIr+ELbmkelhcrSvvFLA+4/w/Q==} + /@trpc/server@10.41.0: + resolution: {integrity: sha512-uC0xLelzOuoFwxbBQ3GzX4DaWNucO9lW2vlGPdKu8ycXu2ObSa739oQ/lNF6qWDNUKXS0tQvGnDCAxEd178EzQ==} dev: false /@ts-morph/common@0.11.1: @@ -5875,263 +5867,265 @@ packages: resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} dev: true - /@tsndr/cloudflare-worker-jwt@2.2.2: - resolution: {integrity: sha512-l+UFCSrJYwFQpszz4hHKYi5q8EI+r00LEi9UgQtf7+7/RlRg59kE5m4gjHkWRANDDAAhAd6DsnwanlABI8LJzQ==} + /@tsndr/cloudflare-worker-jwt@2.2.5: + resolution: {integrity: sha512-zK177o49c09sa8yEp2/OPfyh+I/SHY/SZ9kxYQC33F8PotrrZgJjY4X3yqu4BFX4lC7RYI1tSXBDQP9Yo9p6/w==} dev: false /@types/acorn@4.0.6: resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 dev: false - /@types/d3-scale-chromatic@3.0.0: - resolution: {integrity: sha512-dsoJGEIShosKVRBZB0Vo3C8nqSDqVGujJU6tPznsBJxNJNwMF8utmS83nvCBKQYPpjCzaaHcrf66iTRpZosLPw==} + /@types/d3-scale-chromatic@3.0.1: + resolution: {integrity: sha512-Ob7OrwiTeQXY/WBBbRHGZBOn6rH1h7y3jjpTSKYqDEeqFjktql6k2XSgNwLrLDmAsXhEn8P9NHDY4VTuo0ZY1w==} dev: false - /@types/d3-scale@4.0.5: - resolution: {integrity: sha512-w/C++3W394MHzcLKO2kdsIn5KKNTOqeQVzyPSGPLzQbkPw/jpeaGtSRlakcKevGgGsjJxGsbqS0fPrVFDbHrDA==} + /@types/d3-scale@4.0.6: + resolution: {integrity: sha512-lo3oMLSiqsQUovv8j15X4BNEDOsnHuGjeVg7GRbAuB2PUa1prK5BNSOu6xixgNf3nqxPl4I1BqJWrPvFGlQoGQ==} dependencies: - '@types/d3-time': 3.0.1 + '@types/d3-time': 3.0.2 dev: false - /@types/d3-time@3.0.1: - resolution: {integrity: sha512-5j/AnefKAhCw4HpITmLDTPlf4vhi8o/dES+zbegfPb7LaGfNyqkLxBR6E+4yvTAgnJLmhe80EXFMzUs38fw4oA==} + /@types/d3-time@3.0.2: + resolution: {integrity: sha512-kbdRXTmUgNfw5OTE3KZnFQn6XdIc4QGroN5UixgdrXATmYsdlPQS6pEut9tVlIojtzuFD4txs/L+Rq41AHtLpg==} dev: false - /@types/debug@4.1.9: - resolution: {integrity: sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow==} + /@types/debug@4.1.10: + resolution: {integrity: sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==} dependencies: - '@types/ms': 0.7.32 + '@types/ms': 0.7.33 dev: false - /@types/eslint-scope@3.7.5: - resolution: {integrity: sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==} + /@types/eslint-scope@3.7.6: + resolution: {integrity: sha512-zfM4ipmxVKWdxtDaJ3MP3pBurDXOCoyjvlpE3u6Qzrmw4BPbfm4/ambIeTk/r/J0iq/+2/xp0Fmt+gFvXJY2PQ==} dependencies: - '@types/eslint': 8.44.3 - '@types/estree': 1.0.2 + '@types/eslint': 8.44.6 + '@types/estree': 1.0.3 - /@types/eslint@8.44.3: - resolution: {integrity: sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==} + /@types/eslint@8.44.6: + resolution: {integrity: sha512-P6bY56TVmX8y9J87jHNgQh43h6VVU+6H7oN7hgvivV81K2XY8qJZ5vqPy/HdUoVIelii2kChYVzQanlswPWVFw==} dependencies: - '@types/estree': 1.0.2 - '@types/json-schema': 7.0.13 + '@types/estree': 1.0.3 + '@types/json-schema': 7.0.14 - /@types/estree-jsx@1.0.1: - resolution: {integrity: sha512-sHyakZlAezNFxmYRo0fopDZW+XvK6ipeZkkp5EAOLjdPfZp8VjZBJ67vSRI99RSCAoqXVmXOHS4fnWoxpuGQtQ==} + /@types/estree-jsx@1.0.2: + resolution: {integrity: sha512-GNBWlGBMjiiiL5TSkvPtOteuXsiVitw5MYGY1UYlrAq0SKyczsls6sCD7TZ8fsjRsvCVxml7EbyjJezPb3DrSA==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 dev: false /@types/estree@0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} dev: false - /@types/estree@1.0.2: - resolution: {integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==} + /@types/estree@1.0.3: + resolution: {integrity: sha512-CS2rOaoQ/eAgAfcTfq6amKG7bsN+EMcgGY4FAFQdvSj2y1ixvOZTUA9mOtCai7E1SYu283XNw7urKK30nP3wkQ==} /@types/fs-extra@9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 20.7.1 + '@types/node': 20.8.7 dev: true /@types/glob@7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.7.1 + '@types/node': 20.8.7 dev: false /@types/glob@8.1.0: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.7.1 + '@types/node': 20.8.7 dev: true - /@types/hammerjs@2.0.42: - resolution: {integrity: sha512-Xxk14BrwHnGi0xlURPRb+Y0UNn2w3cTkeFm7pKMsYOaNgH/kabbJLhcBoNIodwsbTz7Z8KcWjtDvlGH0nc0U9w==} + /@types/hammerjs@2.0.43: + resolution: {integrity: sha512-wqxfwHk83RS7+6OpytGdo5wqkqtvx+bGaIs1Rwm5NrtQHUfL4OgWs/5p0OipmjmT+fexePh37Ek+mqIpdNjQKA==} dev: false - /@types/hast@2.3.6: - resolution: {integrity: sha512-47rJE80oqPmFdVDCD7IheXBrVdwuBgsYwoczFvKmwfo2Mzsnt+V9OONsYauFmICb6lQPpCuXYJWejBNs4pDJRg==} + /@types/hast@2.3.7: + resolution: {integrity: sha512-EVLigw5zInURhzfXUM65eixfadfsHKomGKUakToXo84t8gGIJuTcD2xooM2See7GyQ7DRtYjhCHnSUQez8JaLw==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 dev: false - /@types/hast@3.0.1: - resolution: {integrity: sha512-hs/iBJx2aydugBQx5ETV3ZgeSS0oIreQrFJ4bjBl0XvM4wAmDjFEALY7p0rTSLt2eL+ibjRAAs9dTPiCLtmbqQ==} + /@types/hast@3.0.2: + resolution: {integrity: sha512-B5hZHgHsXvfCoO3xgNJvBnX7N8p86TqQeGKXcokW4XXi+qY4vxxPSFYofytvVmpFxzPv7oxDQzjg5Un5m2/xiw==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 dev: false /@types/html-minifier-terser@6.1.0: resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} dev: true - /@types/istanbul-lib-coverage@2.0.4: - resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} + /@types/istanbul-lib-coverage@2.0.5: + resolution: {integrity: sha512-zONci81DZYCZjiLe0r6equvZut0b+dBRPBN5kBDjsONnutYNtJMoWQ9uR2RkL1gLG9NMTzvf+29e5RFfPbeKhQ==} dev: false - /@types/istanbul-lib-report@3.0.1: - resolution: {integrity: sha512-gPQuzaPR5h/djlAv2apEG1HVOyj1IUs7GpfMZixU0/0KXT3pm64ylHuMUI1/Akh+sq/iikxg6Z2j+fcMDXaaTQ==} + /@types/istanbul-lib-report@3.0.2: + resolution: {integrity: sha512-8toY6FgdltSdONav1XtUHl4LN1yTmLza+EuDazb/fEmRNCwjyqNVIQWs2IfC74IqjHkREs/nQ2FWq5kZU9IC0w==} dependencies: - '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-lib-coverage': 2.0.5 dev: false - /@types/istanbul-reports@3.0.2: - resolution: {integrity: sha512-kv43F9eb3Lhj+lr/Hn6OcLCs/sSM8bt+fIaP11rCYngfV6NVjzWXJ17owQtDQTL9tQ8WSLUrGsSJ6rJz0F1w1A==} + /@types/istanbul-reports@3.0.3: + resolution: {integrity: sha512-1nESsePMBlf0RPRffLZi5ujYh7IH1BWL4y9pr+Bn3cJBdxz+RTP8bUFljLz9HvzhhOSWKdyBZ4DIivdL6rvgZg==} dependencies: - '@types/istanbul-lib-report': 3.0.1 + '@types/istanbul-lib-report': 3.0.2 dev: false - /@types/js-yaml@4.0.6: - resolution: {integrity: sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==} + /@types/js-yaml@4.0.8: + resolution: {integrity: sha512-m6jnPk1VhlYRiLFm3f8X9Uep761f+CK8mHyS65LutH2OhmBF0BeMEjHgg05usH8PLZMWWc/BUR9RPmkvpWnyRA==} dev: false - /@types/json-schema@7.0.13: - resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==} + /@types/json-schema@7.0.14: + resolution: {integrity: sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==} /@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/katex@0.16.3: - resolution: {integrity: sha512-CeVMX9EhVUW8MWnei05eIRks4D5Wscw/W9Byz1s3PA+yJvcdvq9SaDjiUKvRvEgjpdTyJMjQA43ae4KTwsvOPg==} + /@types/katex@0.16.5: + resolution: {integrity: sha512-DD2Y3xMlTQvAnN6d8803xdgnOeYZ+HwMglb7/9YCf49J9RkJL53azf9qKa40MkEYhqVwxZ1GS2+VlShnz4Z1Bw==} dev: false /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 20.7.1 + '@types/node': 20.8.7 dev: false - /@types/mdast@3.0.13: - resolution: {integrity: sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==} + /@types/mdast@3.0.14: + resolution: {integrity: sha512-gVZ04PGgw1qLZKsnWnyFv4ORnaJ+DXLdHTVSFbU8yX6xZ34Bjg4Q32yPkmveUP1yItXReKfB0Aknlh/3zxTKAw==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 dev: false - /@types/mdast@4.0.1: - resolution: {integrity: sha512-IlKct1rUTJ1T81d8OHzyop15kGv9A/ff7Gz7IJgrk6jDb4Udw77pCJ+vq8oxZf4Ghpm+616+i1s/LNg/Vh7d+g==} + /@types/mdast@4.0.2: + resolution: {integrity: sha512-tYR83EignvhYO9iU3kDg8V28M0jqyh9zzp5GV+EO+AYnyUl3P5ltkTeJuTiFZQFz670FSb3EwT/6LQdX+UdKfw==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 dev: false - /@types/mdx@2.0.8: - resolution: {integrity: sha512-r7/zWe+f9x+zjXqGxf821qz++ld8tp6Z4jUS6qmPZUXH6tfh4riXOhAqb12tWGWAevCFtMt1goLWkQMqIJKpsA==} + /@types/mdx@2.0.9: + resolution: {integrity: sha512-OKMdj17y8Cs+k1r0XFyp59ChSOwf8ODGtMQ4mnpfz5eFDk1aO41yN3pSKGuvVzmWAkFp37seubY1tzOVpwfWwg==} dev: false /@types/minimatch@5.1.2: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - /@types/mocha@10.0.2: - resolution: {integrity: sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==} + /@types/mocha@10.0.3: + resolution: {integrity: sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==} dev: true - /@types/ms@0.7.32: - resolution: {integrity: sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==} + /@types/ms@0.7.33: + resolution: {integrity: sha512-AuHIyzR5Hea7ij0P9q7vx7xu4z0C28ucwjAZC0ja7JhINyCnOw8/DnvAPQQ9TfOlCtZAmCERKQX9+o1mgQhuOQ==} dev: false /@types/node@14.18.33: resolution: {integrity: sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==} dev: true - /@types/node@20.7.1: - resolution: {integrity: sha512-LT+OIXpp2kj4E2S/p91BMe+VgGX2+lfO+XTpfXhh+bCk2LkQtHZSub8ewFBMGP5ClysPjTDFa4sMI8Q3n4T0wg==} + /@types/node@20.8.7: + resolution: {integrity: sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==} + dependencies: + undici-types: 5.25.3 - /@types/phoenix@1.6.2: - resolution: {integrity: sha512-I3mm7x5XIi+5NsIY3nfreY+H4PmQdyBwJ84SiUSOxSg1axwEPNmkKWYVm56y+emDpPPUL3cPzrLcgRWSd9gI7g==} + /@types/phoenix@1.6.3: + resolution: {integrity: sha512-D8TtchWVnU2ZdPVDY6tBJuz8MUDmCNVduilZTrf0Gn/u5I/uZEXOsaL4Gs4F0j43cysHsU/4h7eqAKc+SF2boQ==} dev: false - /@types/prop-types@15.7.7: - resolution: {integrity: sha512-FbtmBWCcSa2J4zL781Zf1p5YUBXQomPEcep9QZCfRfQgTxz3pJWiDFLebohZ9fFntX5ibzOkSsrJ0TEew8cAog==} + /@types/prop-types@15.7.9: + resolution: {integrity: sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==} - /@types/qs@6.9.8: - resolution: {integrity: sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==} + /@types/qs@6.9.9: + resolution: {integrity: sha512-wYLxw35euwqGvTDx6zfY1vokBFnsK0HNrzc6xNHchxfO2hpuRg74GbkEW7e3sSmPvj0TjCDT1VCa6OtHXnubsg==} dev: false - /@types/react@18.2.23: - resolution: {integrity: sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==} + /@types/react@18.2.30: + resolution: {integrity: sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==} dependencies: - '@types/prop-types': 15.7.7 - '@types/scheduler': 0.16.4 + '@types/prop-types': 15.7.9 + '@types/scheduler': 0.16.5 csstype: 3.1.2 /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 20.7.1 + '@types/node': 20.8.7 dev: false - /@types/responselike@1.0.1: - resolution: {integrity: sha512-TiGnitEDxj2X0j+98Eqk5lv/Cij8oHd32bU4D/Yw6AOq7vvTk0gSD2GPj0G/HkvhMoVsdlhYF4yqqlyPBTM6Sg==} + /@types/responselike@1.0.2: + resolution: {integrity: sha512-/4YQT5Kp6HxUDb4yhRkm0bJ7TbjvTddqX7PZ5hz6qV3pxSo72f/6YPRo+Mu2DU307tm9IioO69l7uAwn5XNcFA==} dependencies: - '@types/node': 20.7.1 + '@types/node': 20.8.7 dev: false - /@types/scheduler@0.16.4: - resolution: {integrity: sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==} + /@types/scheduler@0.16.5: + resolution: {integrity: sha512-s/FPdYRmZR8SjLWGMCuax7r3qCWQw9QKHzXVukAuuIJkXkDRwp+Pu5LMIVFi0Fxbav35WURicYr8u1QsoybnQw==} - /@types/semver@6.2.4: - resolution: {integrity: sha512-5o/e00/5/rWZlD4dClsj0xf21J0VFFjfZBUp75Imm1Y2V0gm72kmbDNHs1fyZLPlbF90LaPBrPGzbRBJdKhjyQ==} + /@types/semver@6.2.5: + resolution: {integrity: sha512-NAxro9/RqWXTqdSjccDZAjA4nXK+6zRun+HvibYJfGy8TQhpOC7Vv6v2rlHYKrT0Q8jGGoNRd/xVdHRIQRNlFQ==} dev: false - /@types/semver@7.5.3: - resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==} + /@types/semver@7.5.4: + resolution: {integrity: sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==} dev: true - /@types/stack-utils@2.0.1: - resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} + /@types/stack-utils@2.0.2: + resolution: {integrity: sha512-g7CK9nHdwjK2n0ymT2CW698FuWJRIx+RP6embAzZ2Qi8/ilIrA1Imt2LVSeHUzKvpoi7BhmmQcXz95eS0f2JXw==} dev: false - /@types/trusted-types@2.0.4: - resolution: {integrity: sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==} + /@types/trusted-types@2.0.5: + resolution: {integrity: sha512-I3pkr8j/6tmQtKV/ZzHtuaqYSQvyjGRKH4go60Rr0IDLlFxuRT5V32uvB1mecM5G1EVAUyF/4r4QZ1GHgz+mxA==} dev: false - /@types/unist@2.0.8: - resolution: {integrity: sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==} + /@types/unist@2.0.9: + resolution: {integrity: sha512-zC0iXxAv1C1ERURduJueYzkzZ2zaGyc+P2c95hgkikHPr3z8EdUZOlgEQ5X0DRmwDZn+hekycQnoeiiRVrmilQ==} dev: false - /@types/unist@3.0.0: - resolution: {integrity: sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==} + /@types/unist@3.0.1: + resolution: {integrity: sha512-ue/hDUpPjC85m+PM9OQDMZr3LywT+CT6mPsQq8OJtCLiERkGRcQUFvu9XASF5XWqyZFXbf15lvb3JFJ4dRLWPg==} dev: false - /@types/vscode@1.82.0: - resolution: {integrity: sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==} + /@types/vscode@1.83.1: + resolution: {integrity: sha512-BHu51NaNKOtDf3BOonY3sKFFmZKEpRkzqkZVpSYxowLbs5JqjOQemYFob7Gs5rpxE5tiGhfpnMpcdF/oKrLg4w==} dev: true - /@types/websocket@1.0.7: - resolution: {integrity: sha512-62Omr8U0PO+hgjLCpPnMsmjh2/FRwIGOktZHyYAUzooEJotwkXHMp7vCacdYi8haxBNOiw9bc2HIHI+b/MPNjA==} + /@types/websocket@1.0.8: + resolution: {integrity: sha512-wvkOpWApbuxVfHhSQ1XrjVN4363vsfLJwEo4AboIZk0g1vJA5nmLp8GXUHuIdf4/Fe7+/V0Efe2HvWiLqHtlqw==} dependencies: - '@types/node': 20.7.1 + '@types/node': 20.8.7 dev: false - /@types/yargs-parser@21.0.1: - resolution: {integrity: sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==} + /@types/yargs-parser@21.0.2: + resolution: {integrity: sha512-5qcvofLPbfjmBfKaLfj/+f+Sbd6pN4zl7w7VSVI5uz7m9QZTuB2aZAa2uo1wHFBNN2x6g/SoTkXmd8mQnQF2Cw==} dev: false - /@types/yargs@15.0.16: - resolution: {integrity: sha512-2FeD5qezW3FvLpZ0JpfuaEWepgNLl9b2gQYiz/ce0NhoB1W/D+VZu98phITXkADYerfr/jb7JcDcVhITsc9bwg==} + /@types/yargs@15.0.17: + resolution: {integrity: sha512-cj53I8GUcWJIgWVTSVe2L7NJAB5XWGdsoMosVvUgv1jEnMbAcsbaCzt1coUcyi8Sda5PgTWAooG8jNyDTD+CWA==} dependencies: - '@types/yargs-parser': 21.0.1 + '@types/yargs-parser': 21.0.2 dev: false - /@types/yargs@16.0.6: - resolution: {integrity: sha512-oTP7/Q13GSPrgcwEwdlnkoZSQ1Hg9THe644qq8PG6hhJzjZ3qj1JjEFPIwWV/IXVs5XGIVqtkNOS9kh63WIJ+A==} + /@types/yargs@16.0.7: + resolution: {integrity: sha512-lQcYmxWuOfJq4IncK88/nwud9rwr1F04CFc5xzk0k4oKVyz/AI35TfsXmhjf6t8zp8mpCOi17BfvuNWx+zrYkg==} dependencies: - '@types/yargs-parser': 21.0.1 + '@types/yargs-parser': 21.0.2 dev: false - /@types/yargs@17.0.26: - resolution: {integrity: sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw==} + /@types/yargs@17.0.29: + resolution: {integrity: sha512-nacjqA3ee9zRF/++a3FUY1suHTFKZeHba2n8WeDw9cCVdmzmHpIxyzOJBcpHvvEmS8E9KqWlSnWHUkOrkhWcvA==} dependencies: - '@types/yargs-parser': 21.0.1 + '@types/yargs-parser': 21.0.2 dev: false - /@typescript-eslint/eslint-plugin@6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==} + /@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -6141,14 +6135,14 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.9.0 - '@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.7.3 - '@typescript-eslint/type-utils': 6.7.3(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.3(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.3 + '@eslint-community/regexpp': 4.9.1 + '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.8.0 + '@typescript-eslint/type-utils': 6.8.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.8.0 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.50.0 + eslint: 8.51.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -6159,8 +6153,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.7.3(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==} + /@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -6169,27 +6163,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.7.3 - '@typescript-eslint/types': 6.7.3 - '@typescript-eslint/typescript-estree': 6.7.3(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.3 + '@typescript-eslint/scope-manager': 6.8.0 + '@typescript-eslint/types': 6.8.0 + '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.8.0 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.50.0 + eslint: 8.51.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@6.7.3: - resolution: {integrity: sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==} + /@typescript-eslint/scope-manager@6.8.0: + resolution: {integrity: sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.3 - '@typescript-eslint/visitor-keys': 6.7.3 + '@typescript-eslint/types': 6.8.0 + '@typescript-eslint/visitor-keys': 6.8.0 dev: true - /@typescript-eslint/type-utils@6.7.3(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==} + /@typescript-eslint/type-utils@6.8.0(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -6198,23 +6192,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.7.3(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.3(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.2.2) + '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@5.2.2) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.50.0 + eslint: 8.51.0 ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@6.7.3: - resolution: {integrity: sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==} + /@typescript-eslint/types@6.8.0: + resolution: {integrity: sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@6.7.3(typescript@5.2.2): - resolution: {integrity: sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==} + /@typescript-eslint/typescript-estree@6.8.0(typescript@5.2.2): + resolution: {integrity: sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -6222,8 +6216,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.7.3 - '@typescript-eslint/visitor-keys': 6.7.3 + '@typescript-eslint/types': 6.8.0 + '@typescript-eslint/visitor-keys': 6.8.0 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 @@ -6234,30 +6228,30 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@6.7.3(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==} + /@typescript-eslint/utils@6.8.0(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) - '@types/json-schema': 7.0.13 - '@types/semver': 7.5.3 - '@typescript-eslint/scope-manager': 6.7.3 - '@typescript-eslint/types': 6.7.3 - '@typescript-eslint/typescript-estree': 6.7.3(typescript@5.2.2) - eslint: 8.50.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@types/json-schema': 7.0.14 + '@types/semver': 7.5.4 + '@typescript-eslint/scope-manager': 6.8.0 + '@typescript-eslint/types': 6.8.0 + '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.2.2) + eslint: 8.51.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@6.7.3: - resolution: {integrity: sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==} + /@typescript-eslint/visitor-keys@6.8.0: + resolution: {integrity: sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.3 + '@typescript-eslint/types': 6.8.0 eslint-visitor-keys: 3.4.3 dev: true @@ -6285,8 +6279,8 @@ packages: wonka: 4.0.15 dev: false - /@vercel/build-utils@7.2.1: - resolution: {integrity: sha512-WCqSBCPNlANEOsmroCzCZq6ZxArV20RHBbdaZzhZjkGtEReSZx5BSOsrnkewFJFuu5pNGYegAaVi0VCkA1irZQ==} + /@vercel/build-utils@7.2.2: + resolution: {integrity: sha512-CUMgVKTJCba5tGe+KZaVvwGUCsuSeuNEmPIzMggIMDtzdqllRu8+QjjIhEI+unHoYvUgGfen6Z5lMeMo9Ne0qQ==} dev: true /@vercel/error-utils@2.0.1: @@ -6328,19 +6322,19 @@ packages: web-vitals: 0.2.4 dev: true - /@vercel/gatsby-plugin-vercel-builder@2.0.6: - resolution: {integrity: sha512-ne6Xkqm/Naxc6KON3RwhE3irJVevCRwdMp+VMSXgC8ik+q9tWxtmMa4tbdnregKWEk1cw3ToHN6MkXRdcchpYA==} + /@vercel/gatsby-plugin-vercel-builder@2.0.7: + resolution: {integrity: sha512-hzaWLdBeb/QnGRE17ldaxeXMTLroaiJTlaW2G3HwvaK8sXA9e+jmcfAw8fjN3BNMnkFU523CnE7InqmjKH4TfQ==} dependencies: '@sinclair/typebox': 0.25.24 - '@vercel/build-utils': 7.2.1 + '@vercel/build-utils': 7.2.2 '@vercel/routing-utils': 3.0.0 esbuild: 0.14.47 etag: 1.8.1 fs-extra: 11.1.0 dev: true - /@vercel/go@3.0.2: - resolution: {integrity: sha512-g1i1X/h6SfIiCj+wVfNPZPqxhoOQbQXDximoGywTgKpRWZD40ReAjYIL4siemsHHX26ihhaJX2eHX8vWyQ57EQ==} + /@vercel/go@3.0.3: + resolution: {integrity: sha512-XhrmpsACxNo64ojhscL//Mq+XEfm3VXlx/UIUcHzJJXdvFnz7DEzh1zs0AtdpVgZbYhPQ7rW3GIejaHrIJnN5w==} dev: true /@vercel/hydrogen@1.0.1: @@ -6350,17 +6344,17 @@ packages: ts-morph: 12.0.0 dev: true - /@vercel/next@4.0.8: - resolution: {integrity: sha512-rKP63aGivXyw6ihNL+P67qxIQ0de5OTzGV5s650GzkF1RwNLs3coy1NSWlspWL3SlaAXwqWJSIQmhcA8EYaSKA==} + /@vercel/next@4.0.10: + resolution: {integrity: sha512-+Z+R7Dev1OFU9Rm8R4h34W0/RdSHeZ4dvkv50lS7TneRj1Ab1zLlqupyG0tEdSP5/Nvb/OZ4ixvTiLqw9oo8oA==} dependencies: - '@vercel/nft': 0.24.1 + '@vercel/nft': 0.24.2 transitivePeerDependencies: - encoding - supports-color dev: true - /@vercel/nft@0.24.1: - resolution: {integrity: sha512-bGYrA/w98LNl9edxXcAezKs+Ixa2a+RkAvxXK38gH3815v+WkNa2AGY+wQv59vu2f9il9+zIKj6YrnlYIbh+jA==} + /@vercel/nft@0.24.2: + resolution: {integrity: sha512-KhY3Ky/lCqE+fHpOXiKOLnXYJ49PZh1dyDSfVtZhmYtmica0NQgyO6kPOAGDNWqD9IOBx8hb65upxxjfnfa1JA==} engines: {node: '>=16'} hasBin: true dependencies: @@ -6380,16 +6374,16 @@ packages: - supports-color dev: true - /@vercel/node@3.0.6: - resolution: {integrity: sha512-QYsmc5rtuyjSAryAo4qRwsEw9NXhapAbF/OBM0Fdq3kPiwHDfbElJpb7UbeQH19u3q4d+E7Z6wZTbO6bsrzw4g==} + /@vercel/node@3.0.7: + resolution: {integrity: sha512-0KrDGi6z+qPtCyC7wSHmHDU/ot352AJpAeAO1OIEYqYFsYwzvwuyu7TbGGwiUbtolij4/EBUCls3YmwADM/vKw==} dependencies: '@edge-runtime/node-utils': 2.2.1 '@edge-runtime/primitives': 3.1.1 '@edge-runtime/vm': 3.1.1 '@types/node': 14.18.33 - '@vercel/build-utils': 7.2.1 + '@vercel/build-utils': 7.2.2 '@vercel/error-utils': 2.0.1 - '@vercel/nft': 0.24.1 + '@vercel/nft': 0.24.2 '@vercel/static-config': 3.0.0 async-listen: 3.0.0 edge-runtime: 2.5.1 @@ -6413,10 +6407,10 @@ packages: resolution: {integrity: sha512-mmUeR3GBuDnaJK3IIHRoPl3bNevcWO3N/YrNAx+zxLPSHzfzmCLZbFVVXbzoKBi/cALiOPcApVhlQXwU26y7xg==} dev: true - /@vercel/redwood@2.0.3: - resolution: {integrity: sha512-efUqJjRxRhB+nw6OpYw3ptQyXAoWKA/qnzz1UKWfcL2yunCDrdvh2IL3O+Kjt2YqixJAH6DTK1B8lc6NhMoY/g==} + /@vercel/redwood@2.0.4: + resolution: {integrity: sha512-f0dzR8xQ34MKTzLmUygfu6vngCaRozN0z2Aao1sQ7sIC0+UExgiL0qJ9syejWwDv7IxK4yZ0w1WvztrHtAMa9Q==} dependencies: - '@vercel/nft': 0.24.1 + '@vercel/nft': 0.24.2 '@vercel/routing-utils': 3.0.0 semver: 6.3.1 transitivePeerDependencies: @@ -6424,10 +6418,10 @@ packages: - supports-color dev: true - /@vercel/remix-builder@2.0.8: - resolution: {integrity: sha512-PQA4Iu47qKOEyOa0WqS3u9lSnVEGfq/9ZVY6+IlZfR1+bmCVx7c2PW7BOSBucwhn1qMD6TF2kka0fz48UXpVXQ==} + /@vercel/remix-builder@2.0.9: + resolution: {integrity: sha512-/wgZrnKGZYJ8Z1tgAQc2UUhF+51tGwSHw9PnAhnaY5KclLiBrnXSjKqUAXW8GyaM4IB1ZjPXoI5oARKKUGu8kQ==} dependencies: - '@vercel/nft': 0.24.1 + '@vercel/nft': 0.24.2 '@vercel/static-config': 3.0.0 ts-morph: 12.0.0 transitivePeerDependencies: @@ -6447,11 +6441,11 @@ packages: resolution: {integrity: sha512-MqFynhtZ905L210DWAbgkiEQEK39LTtp9eL2Nm6PjzhjNzU6hV0UfK8Z24vU9CC6J4mrUTTZx396fH7XTYJWqg==} dev: true - /@vercel/static-build@2.0.7: - resolution: {integrity: sha512-MjEgxf9HaK7tjVqS/bSlVSGBxFw3hNHdrVEoGJNwMZEfocgBiFxFGaw0Vxki8FTs+F3cciXdxwi6+O1bjj91GA==} + /@vercel/static-build@2.0.8: + resolution: {integrity: sha512-46//Pxez7mc+UdOZgNv6y9lPSBehMdvCxajb/nvquptDMNH543Itospu9lyt448EQoS7HVE1NSPI21iiCboqvA==} dependencies: '@vercel/gatsby-plugin-vercel-analytics': 1.0.11 - '@vercel/gatsby-plugin-vercel-builder': 2.0.6 + '@vercel/gatsby-plugin-vercel-builder': 2.0.7 '@vercel/static-config': 3.0.0 ts-morph: 12.0.0 dev: true @@ -6464,8 +6458,8 @@ packages: ts-morph: 12.0.0 dev: true - /@vscode/test-electron@2.3.4: - resolution: {integrity: sha512-eWzIqXMhvlcoXfEFNWrVu/yYT5w6De+WZXR/bafUQhAp8+8GkQo95Oe14phwiRUPv8L+geAKl/QM2+PoT3YW3g==} + /@vscode/test-electron@2.3.5: + resolution: {integrity: sha512-lAW7nQ0HuPqJnGJrtCzEKZCICtRizeP6qNanyCrjmdCOAAWjX3ixiG8RVPwqsYPQBWLPgYuE12qQlwXsOR/2fQ==} engines: {node: '>=16'} dependencies: http-proxy-agent: 4.0.1 @@ -6834,14 +6828,14 @@ packages: /array-buffer-byte-length@1.0.0: resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 is-array-buffer: 3.0.2 /array-includes@3.1.7: resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 get-intrinsic: 1.2.1 @@ -6868,7 +6862,7 @@ packages: resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 @@ -6879,7 +6873,7 @@ packages: resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 @@ -6889,7 +6883,7 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 @@ -6898,7 +6892,7 @@ packages: /array.prototype.tosorted@1.1.2: resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 @@ -6910,7 +6904,7 @@ packages: engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 get-intrinsic: 1.2.1 @@ -7007,38 +7001,38 @@ packages: dequal: 2.0.3 dev: true - /babel-core@7.0.0-bridge.0(@babel/core@7.23.0): + /babel-core@7.0.0-bridge.0(@babel/core@7.23.2): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 dev: false - /babel-literal-to-ast@2.1.0(@babel/core@7.23.0): + /babel-literal-to-ast@2.1.0(@babel/core@7.23.2): resolution: {integrity: sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==} peerDependencies: '@babel/core': ^7.1.2 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/parser': 7.23.0 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: true - /babel-loader@9.1.3(@babel/core@7.23.0)(webpack@5.88.2): + /babel-loader@9.1.3(@babel/core@7.23.2)(webpack@5.89.0): resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.88.2(esbuild@0.19.4) + webpack: 5.89.0(esbuild@0.19.5) dev: true /babel-plugin-module-resolver@5.0.0: @@ -7049,41 +7043,41 @@ packages: glob: 8.1.0 pkg-up: 3.1.0 reselect: 4.1.8 - resolve: 1.22.6 + resolve: 1.22.8 dev: false - /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.23.0): - resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} + /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.2): + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0) + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.2) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.8.4(@babel/core@7.23.0): - resolution: {integrity: sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==} + /babel-plugin-polyfill-corejs3@0.8.5(@babel/core@7.23.2): + resolution: {integrity: sha512-Q6CdATeAvbScWPNLB8lzSO7fgUVBkQt6zLgNlfyeCr/EQaEQR+bWiBYYPYAFyE528BMjRhL+1QBMOI4jc/c5TA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0) - core-js-compat: 3.32.2 + '@babel/core': 7.23.2 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.2) + core-js-compat: 3.33.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.23.0): - resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} + /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.2): + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.2) transitivePeerDependencies: - supports-color dev: false @@ -7096,10 +7090,10 @@ packages: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} dev: false - /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.23.0): + /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.23.2): resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} dependencies: - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.2) transitivePeerDependencies: - '@babel/core' dev: false @@ -7108,54 +7102,54 @@ packages: resolution: {integrity: sha512-bJILBtn5a11SmtR2j/3mBOjX4K3weC6cq+NNZ7hG22wCAqpc3qtj/iN7dSe9HDiS46lgp1nHsQgeYrea/RUe+g==} dev: true - /babel-preset-expo@9.5.2(@babel/core@7.23.0): + /babel-preset-expo@9.5.2(@babel/core@7.23.2): resolution: {integrity: sha512-hU1G1TDiikuXV6UDZjPnX+WdbjbtidDiYhftMEVrZQSst45pDPVBWbM41TUKrpJMwv4FypsLzK+378gnMPRVWQ==} dependencies: - '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.23.0) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) - '@babel/preset-env': 7.22.20(@babel/core@7.23.0) + '@babel/plugin-proposal-decorators': 7.23.2(@babel/core@7.23.2) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.23.2) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.2) + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.2) + '@babel/preset-env': 7.23.2(@babel/core@7.23.2) babel-plugin-module-resolver: 5.0.0 babel-plugin-react-native-web: 0.18.12 - metro-react-native-babel-preset: 0.76.8(@babel/core@7.23.0) + metro-react-native-babel-preset: 0.76.8(@babel/core@7.23.2) transitivePeerDependencies: - '@babel/core' - supports-color dev: false - /babel-preset-fbjs@3.4.0(@babel/core@7.23.0): + /babel-preset-fbjs@3.4.0(@babel/core@7.23.2): resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.0) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0) - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.2) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.2) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 dev: false @@ -7176,8 +7170,8 @@ packages: open: 8.4.2 dev: false - /better-sqlite3@8.6.0: - resolution: {integrity: sha512-jwAudeiTMTSyby+/SfbHDebShbmC2MCH8mU2+DXi0WJfv13ypEJm47cd3kljmy/H130CazEvkf2Li//ewcMJ1g==} + /better-sqlite3@8.7.0: + resolution: {integrity: sha512-99jZU4le+f3G6aIl6PmmV0cxUIWqKieHxsiF7G34CVFiE+/UabpYqkU0NJIkY/96mQKikHeBjtR27vFfs5JpEw==} requiresBuild: true dependencies: bindings: 1.5.0 @@ -7290,8 +7284,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001541 - electron-to-chromium: 1.4.536 + caniuse-lite: 1.0.30001551 + electron-to-chromium: 1.4.561 node-releases: 2.0.13 update-browserslist-db: 1.0.13(browserslist@4.22.1) @@ -7336,8 +7330,8 @@ packages: ieee754: 1.2.1 dev: false - /bufferutil@4.0.7: - resolution: {integrity: sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==} + /bufferutil@4.0.8: + resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==} engines: {node: '>=6.14.2'} requiresBuild: true dependencies: @@ -7353,16 +7347,16 @@ packages: resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} dev: false - /burnt@0.11.7(expo@49.0.13)(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0): + /burnt@0.11.7(expo@49.0.16)(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0): resolution: {integrity: sha512-Td70Axu53eDdEFDehCW1IvBY6xopdgcIISHMDKhQQFKAuoxdYHsensfXIzOAsjqTaNFA8NFmnYfLdQhAoPc9MA==} peerDependencies: expo: '*' react: '*' react-native: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) sf-symbols-typescript: 1.0.0 sonner: 0.3.5(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: @@ -7447,11 +7441,12 @@ packages: responselike: 1.0.2 dev: false - /call-bind@1.0.2: - resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} + /call-bind@1.0.5: + resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} dependencies: - function-bind: 1.1.1 + function-bind: 1.1.2 get-intrinsic: 1.2.1 + set-function-length: 1.1.1 /caller-callsite@2.0.0: resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} @@ -7497,8 +7492,8 @@ packages: engines: {node: '>=14.16'} dev: true - /caniuse-lite@1.0.30001541: - resolution: {integrity: sha512-bLOsqxDgTqUBkzxbNlSBt8annkDpQB9NdzdTbO2ooJ+eC/IQcvDspDc058g84ejCelF7vHUx57KIOjEecOHXaw==} + /caniuse-lite@1.0.30001551: + resolution: {integrity: sha512-vtBAez47BoGMMzlbYhfXrMV1kvRF2WP/lqiMuDu1Sb4EE4LKEgjopFDSRtZfdVnslNRpOqV/woE+Xgrwj6VQlg==} /capnp-ts@0.7.0: resolution: {integrity: sha512-XKxXAC3HVPv7r674zP0VC3RTXz+/JKhfyw94ljvF80yynK6VkTnqE3jMuN8b3dUVmmc43TjyxjW4KTsmB3c86g==} @@ -7565,7 +7560,7 @@ packages: engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true dependencies: - '@types/js-yaml': 4.0.6 + '@types/js-yaml': 4.0.8 chalk: 5.3.0 commander: 10.0.1 edit-json-file: 1.7.0 @@ -7620,8 +7615,8 @@ packages: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} dev: false - /ci-info@3.8.0: - resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} + /ci-info@3.9.0: + resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} dev: false @@ -7637,14 +7632,14 @@ packages: engines: {node: '>=6'} dev: false - /clean-webpack-plugin@4.0.0(webpack@5.88.2): + /clean-webpack-plugin@4.0.0(webpack@5.89.0): resolution: {integrity: sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==} engines: {node: '>=10.0.0'} peerDependencies: webpack: '>=4.0.0 <6.0.0' dependencies: del: 4.1.1 - webpack: 5.88.2 + webpack: 5.89.0 dev: false /cli-color@2.0.3: @@ -7887,8 +7882,8 @@ packages: - supports-color dev: false - /compute-scroll-into-view@3.0.3: - resolution: {integrity: sha512-nadqwNxghAGTamwIqQSG433W6OADZx2vCo3UXHNrzTRHK/htu+7+L0zhjEoaeaQVNAi3YgqWDv8+tzf0hRfR+A==} + /compute-scroll-into-view@3.1.0: + resolution: {integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==} dev: false /concat-map@0.0.1: @@ -7938,8 +7933,8 @@ packages: is-what: 4.1.15 dev: false - /core-js-compat@3.32.2: - resolution: {integrity: sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ==} + /core-js-compat@3.33.1: + resolution: {integrity: sha512-6pYKNOgD/j/bkC5xS5IIg6bncid3rfrI42oBH1SQJbsmYPKF7rhzcFzYCcxYMmNQQ0rCEB8WqpW7QHndOggaeQ==} dependencies: browserslist: 4.22.1 dev: false @@ -8034,7 +8029,7 @@ packages: dependencies: hyphenate-style-name: 1.0.4 - /css-loader@6.8.1(webpack@5.88.2): + /css-loader@6.8.1(webpack@5.89.0): resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -8048,7 +8043,7 @@ packages: postcss-modules-values: 4.0.0(postcss@8.4.31) postcss-value-parser: 4.2.0 semver: 7.5.4 - webpack: 5.88.2(esbuild@0.19.4) + webpack: 5.89.0(esbuild@0.19.5) dev: true /css-select@4.3.0: @@ -8526,8 +8521,8 @@ packages: resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==} dev: false - /define-data-property@1.1.0: - resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==} + /define-data-property@1.1.1: + resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 @@ -8543,7 +8538,7 @@ packages: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.0 + define-data-property: 1.1.1 has-property-descriptors: 1.0.0 object-keys: 1.1.1 @@ -8794,12 +8789,12 @@ packages: hanji: 0.0.5 json-diff: 0.9.0 minimatch: 7.4.6 - zod: 3.22.2 + zod: 3.22.4 transitivePeerDependencies: - supports-color dev: true - /drizzle-orm@0.28.6(@cloudflare/workers-types@4.20230922.0)(better-sqlite3@8.6.0): + /drizzle-orm@0.28.6(@cloudflare/workers-types@4.20231016.0)(better-sqlite3@8.7.0): resolution: {integrity: sha512-yBe+F9htrlYER7uXgDJUQsTHFoIrI5yMm5A0bg0GiZ/kY5jNXTWoEy4KQtg35cE27sw1VbgzoMWHAgCckUUUww==} peerDependencies: '@aws-sdk/client-rds-data': '>=3' @@ -8861,8 +8856,8 @@ packages: sqlite3: optional: true dependencies: - '@cloudflare/workers-types': 4.20230922.0 - better-sqlite3: 8.6.0 + '@cloudflare/workers-types': 4.20231016.0 + better-sqlite3: 8.7.0 dev: false /drizzle-valibot@0.1.1(drizzle-orm@0.28.6): @@ -8870,7 +8865,7 @@ packages: peerDependencies: drizzle-orm: '>=0.23.13' dependencies: - drizzle-orm: 0.28.6(@cloudflare/workers-types@4.20230922.0)(better-sqlite3@8.6.0) + drizzle-orm: 0.28.6(@cloudflare/workers-types@4.20231016.0)(better-sqlite3@8.7.0) dev: false /duplexer3@0.1.5: @@ -8918,15 +8913,15 @@ packages: jake: 10.8.7 dev: false - /electron-to-chromium@1.4.536: - resolution: {integrity: sha512-L4VgC/76m6y8WVCgnw5kJy/xs7hXrViCFdNKVG8Y7B2isfwrFryFyJzumh3ugxhd/oB1uEaEEvRdmeLrnd7OFA==} + /electron-to-chromium@1.4.561: + resolution: {integrity: sha512-eS5t4ulWOBfVHdq9SW2dxEaFarj1lPjvJ8PaYMOjY0DecBaj/t4ARziL2IPpDr4atyWwjLFGQ2vo/VCgQFezVQ==} /elkjs@0.8.2: resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==} dev: false - /emoji-regex@10.2.1: - resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==} + /emoji-regex@10.3.0: + resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} dev: false /emoji-regex@8.0.0: @@ -9031,7 +9026,7 @@ packages: array-buffer-byte-length: 1.0.0 arraybuffer.prototype.slice: 1.0.2 available-typed-arrays: 1.0.5 - call-bind: 1.0.2 + call-bind: 1.0.5 es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 function.prototype.name: 1.1.6 @@ -9039,7 +9034,7 @@ packages: get-symbol-description: 1.0.0 globalthis: 1.0.3 gopd: 1.0.1 - has: 1.0.3 + has: 1.0.4 has-property-descriptors: 1.0.0 has-proto: 1.0.1 has-symbols: 1.0.3 @@ -9052,7 +9047,7 @@ packages: is-string: 1.0.7 is-typed-array: 1.1.12 is-weakref: 1.0.2 - object-inspect: 1.12.3 + object-inspect: 1.13.1 object-keys: 1.1.1 object.assign: 4.1.4 regexp.prototype.flags: 1.5.1 @@ -9066,17 +9061,17 @@ packages: typed-array-byte-offset: 1.0.0 typed-array-length: 1.0.4 unbox-primitive: 1.0.2 - which-typed-array: 1.1.11 + which-typed-array: 1.1.13 /es-iterator-helpers@1.0.15: resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==} dependencies: asynciterator.prototype: 1.0.0 - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 es-set-tostringtag: 2.0.1 - function-bind: 1.1.1 + function-bind: 1.1.2 get-intrinsic: 1.2.1 globalthis: 1.0.3 has-property-descriptors: 1.0.0 @@ -9095,13 +9090,13 @@ packages: engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 - has: 1.0.3 + has: 1.0.4 has-tostringtag: 1.0.0 /es-shim-unscopables@1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: - has: 1.0.3 + has: 1.0.4 dev: true /es-to-primitive@1.2.1: @@ -9269,15 +9264,15 @@ packages: dev: true optional: true - /esbuild-loader@3.2.0(webpack@5.88.2): + /esbuild-loader@3.2.0(webpack@5.89.0): resolution: {integrity: sha512-lnIdRMQpk50alCa0QoW0ozc0D3rjJXl02mtMsk9INIcW25RPZhDja332bu85ixwVNbhQ7VfBRcQyZ/qza8mWiA==} peerDependencies: webpack: ^4.40.0 || ^5.0.0 dependencies: - esbuild: 0.19.4 + esbuild: 0.19.5 get-tsconfig: 4.7.2 loader-utils: 2.0.4 - webpack: 5.88.2(esbuild@0.19.4) + webpack: 5.89.0(esbuild@0.19.5) webpack-sources: 1.4.3 dev: true @@ -9310,13 +9305,13 @@ packages: - supports-color dev: true - /esbuild-register@3.5.0(esbuild@0.19.4): + /esbuild-register@3.5.0(esbuild@0.19.5): resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} peerDependencies: esbuild: '>=0.12 <1' dependencies: debug: 4.3.4(supports-color@8.1.1) - esbuild: 0.19.4 + esbuild: 0.19.5 transitivePeerDependencies: - supports-color dev: true @@ -9445,34 +9440,34 @@ packages: '@esbuild/win32-x64': 0.18.20 dev: true - /esbuild@0.19.4: - resolution: {integrity: sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==} + /esbuild@0.19.5: + resolution: {integrity: sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.19.4 - '@esbuild/android-arm64': 0.19.4 - '@esbuild/android-x64': 0.19.4 - '@esbuild/darwin-arm64': 0.19.4 - '@esbuild/darwin-x64': 0.19.4 - '@esbuild/freebsd-arm64': 0.19.4 - '@esbuild/freebsd-x64': 0.19.4 - '@esbuild/linux-arm': 0.19.4 - '@esbuild/linux-arm64': 0.19.4 - '@esbuild/linux-ia32': 0.19.4 - '@esbuild/linux-loong64': 0.19.4 - '@esbuild/linux-mips64el': 0.19.4 - '@esbuild/linux-ppc64': 0.19.4 - '@esbuild/linux-riscv64': 0.19.4 - '@esbuild/linux-s390x': 0.19.4 - '@esbuild/linux-x64': 0.19.4 - '@esbuild/netbsd-x64': 0.19.4 - '@esbuild/openbsd-x64': 0.19.4 - '@esbuild/sunos-x64': 0.19.4 - '@esbuild/win32-arm64': 0.19.4 - '@esbuild/win32-ia32': 0.19.4 - '@esbuild/win32-x64': 0.19.4 + '@esbuild/android-arm': 0.19.5 + '@esbuild/android-arm64': 0.19.5 + '@esbuild/android-x64': 0.19.5 + '@esbuild/darwin-arm64': 0.19.5 + '@esbuild/darwin-x64': 0.19.5 + '@esbuild/freebsd-arm64': 0.19.5 + '@esbuild/freebsd-x64': 0.19.5 + '@esbuild/linux-arm': 0.19.5 + '@esbuild/linux-arm64': 0.19.5 + '@esbuild/linux-ia32': 0.19.5 + '@esbuild/linux-loong64': 0.19.5 + '@esbuild/linux-mips64el': 0.19.5 + '@esbuild/linux-ppc64': 0.19.5 + '@esbuild/linux-riscv64': 0.19.5 + '@esbuild/linux-s390x': 0.19.5 + '@esbuild/linux-x64': 0.19.5 + '@esbuild/netbsd-x64': 0.19.5 + '@esbuild/openbsd-x64': 0.19.5 + '@esbuild/sunos-x64': 0.19.5 + '@esbuild/win32-arm64': 0.19.5 + '@esbuild/win32-ia32': 0.19.5 + '@esbuild/win32-x64': 0.19.5 /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -9500,8 +9495,8 @@ packages: engines: {node: '>=12'} dev: false - /eslint-config-next@13.5.3(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-VN2qbCpq2DMWgs7SVF8KTmc8bVaWz3s4nmcFqRLs7PNBt5AXejOhJuZ4zg2sCEHOvz5RvqdwLeI++NSCV6qHVg==} + /eslint-config-next@13.5.6(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-o8pQsUHTo9aHqJ2YiZDym5gQAMRf7O2HndHo/JZeY7TDD+W4hk6Ma8Vw54RHiBeb7OWWO5dPirQB+Is/aVQ7Kg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -9509,16 +9504,16 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.5.3 - '@rushstack/eslint-patch': 1.5.0 - '@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2) - eslint: 8.50.0 + '@next/eslint-plugin-next': 13.5.6 + '@rushstack/eslint-patch': 1.5.1 + '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.2.2) + eslint: 8.51.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.50.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-typescript@3.6.1)(eslint@8.50.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.50.0) - eslint-plugin-react: 7.33.2(eslint@8.50.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.50.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.51.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.51.0) + eslint-plugin-react: 7.33.2(eslint@8.51.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.51.0) typescript: 5.2.2 transitivePeerDependencies: - eslint-import-resolver-webpack @@ -9530,12 +9525,12 @@ packages: dependencies: debug: 3.2.7 is-core-module: 2.13.0 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: true - /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.50.0): + /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.51.0): resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -9544,9 +9539,9 @@ packages: dependencies: debug: 4.3.4(supports-color@8.1.1) enhanced-resolve: 5.15.0 - eslint: 8.50.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.50.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-typescript@3.6.1)(eslint@8.50.0) + eslint: 8.51.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -9558,7 +9553,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.50.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -9579,16 +9574,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.50.0 + eslint: 8.51.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.50.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.51.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-typescript@3.6.1)(eslint@8.50.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -9598,17 +9593,17 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.2.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.50.0 + eslint: 8.51.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.50.0) - has: 1.0.3 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) + has: 1.0.4 is-core-module: 2.13.0 is-glob: 4.0.3 minimatch: 3.1.2 @@ -9623,13 +9618,13 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.50.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.51.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 aria-query: 5.3.0 array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 @@ -9638,8 +9633,8 @@ packages: axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.50.0 - has: 1.0.3 + eslint: 8.51.0 + has: 1.0.4 jsx-ast-utils: 3.3.5 language-tags: 1.0.5 minimatch: 3.1.2 @@ -9648,16 +9643,16 @@ packages: semver: 6.3.1 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.50.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.51.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.50.0 + eslint: 8.51.0 dev: true - /eslint-plugin-react@7.33.2(eslint@8.50.0): + /eslint-plugin-react@7.33.2(eslint@8.51.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -9668,7 +9663,7 @@ packages: array.prototype.tosorted: 1.1.2 doctrine: 2.1.0 es-iterator-helpers: 1.0.15 - eslint: 8.50.0 + eslint: 8.51.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 @@ -9677,7 +9672,7 @@ packages: object.hasown: 1.1.3 object.values: 1.1.7 prop-types: 15.8.1 - resolve: 2.0.0-next.4 + resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.10 dev: true @@ -9700,16 +9695,16 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint@8.50.0: - resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} + /eslint@8.51.0: + resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) - '@eslint-community/regexpp': 4.9.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/regexpp': 4.9.1 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.50.0 - '@humanwhocodes/config-array': 0.11.11 + '@eslint/js': 8.51.0 + '@humanwhocodes/config-array': 0.11.12 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -9727,7 +9722,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.22.0 + globals: 13.23.0 graphemer: 1.4.0 ignore: 5.2.4 imurmurhash: 0.1.4 @@ -9786,13 +9781,13 @@ packages: /estree-util-attach-comments@2.1.1: resolution: {integrity: sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 dev: false /estree-util-build-jsx@2.2.2: resolution: {integrity: sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==} dependencies: - '@types/estree-jsx': 1.0.1 + '@types/estree-jsx': 1.0.2 estree-util-is-identifier-name: 2.1.0 estree-walker: 3.0.3 dev: false @@ -9804,7 +9799,7 @@ packages: /estree-util-to-js@1.2.0: resolution: {integrity: sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==} dependencies: - '@types/estree-jsx': 1.0.1 + '@types/estree-jsx': 1.0.2 astring: 1.8.6 source-map: 0.7.4 dev: false @@ -9819,8 +9814,8 @@ packages: /estree-util-visit@1.2.1: resolution: {integrity: sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==} dependencies: - '@types/estree-jsx': 1.0.1 - '@types/unist': 2.0.8 + '@types/estree-jsx': 1.0.2 + '@types/unist': 2.0.9 dev: false /estree-walker@0.6.1: @@ -9838,7 +9833,7 @@ packages: /estree-walker@3.0.3: resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 dev: false /esutils@2.0.3: @@ -9937,28 +9932,28 @@ packages: resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} engines: {node: '>=6'} - /expo-apple-authentication@6.1.2(expo@49.0.13): + /expo-apple-authentication@6.1.2(expo@49.0.16): resolution: {integrity: sha512-wXGrltitAu/MncQ7F16uQIZO5Uva2tof7pBa3pbEg1g6TAp4YQhJ1iwEeit0Jlk9J64R9c+kKzbyuRquWMzyyA==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-application@5.3.1(expo@49.0.13): + /expo-application@5.3.1(expo@49.0.16): resolution: {integrity: sha512-HR2+K+Hm33vLw/TfbFaHrvUbRRNRco8R+3QaCKy7eJC2LFfT05kZ15ynGaKfB5DJ/oqPV3mxXVR/EfwmE++hoA==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-asset@8.10.1(expo@49.0.13): + /expo-asset@8.10.1(expo@49.0.16): resolution: {integrity: sha512-5VMTESxgY9GBsspO/esY25SKEa7RyascVkLe/OcL1WgblNFm7xCCEEUIW8VWS1nHJQGYxpMZPr3bEfjMpdWdyA==} dependencies: blueimp-md5: 2.19.0 - expo-constants: 14.4.2(expo@49.0.13) - expo-file-system: 15.4.4(expo@49.0.13) + expo-constants: 14.4.2(expo@49.0.16) + expo-file-system: 15.4.4(expo@49.0.16) invariant: 2.2.4 md5-file: 3.2.3 path-browserify: 1.0.1 @@ -9968,78 +9963,78 @@ packages: - supports-color dev: false - /expo-constants@14.4.2(expo@49.0.13): + /expo-constants@14.4.2(expo@49.0.16): resolution: {integrity: sha512-nOB122DOAjk+KrJT69lFQAoYVQGQjFHSigCPVBzVdko9S1xGsfiOH9+X5dygTsZTIlVLpQJDdmZ7ONiv3i+26w==} peerDependencies: expo: '*' dependencies: '@expo/config': 8.1.2 - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) uuid: 3.4.0 transitivePeerDependencies: - supports-color dev: false - /expo-constants@14.5.1(expo@49.0.13): + /expo-constants@14.5.1(expo@49.0.16): resolution: {integrity: sha512-06OKXQmKI0vuje++6lm7w1kO3rKsZAHio/4d9hwQuVAtExJ6RM92BnpzkDAV16ZheVN/FHKzNyY1BYLqXfujMw==} peerDependencies: expo: '*' dependencies: '@expo/config': 8.2.1 - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) uuid: 3.4.0 transitivePeerDependencies: - supports-color dev: false - /expo-crypto@12.4.1(expo@49.0.13): + /expo-crypto@12.4.1(expo@49.0.16): resolution: {integrity: sha512-/en03oPNAX6gP0bKpwA1EyLBnGG9uv0+Q7uvGYyOXaQQEvj31a+8cEvNPkv75x6GuK1hcaBfO25RtX9AGOMwVA==} peerDependencies: expo: '*' dependencies: base64-js: 1.5.1 - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-dev-client@2.4.11(expo@49.0.13): + /expo-dev-client@2.4.11(expo@49.0.16): resolution: {integrity: sha512-A7aKQZeEYG0YJ51GnjOFkMNe118jD1cbU+v5iM3E+H1Co5aVtnlGZWcv8Dtw3uGuWxRgbWGds5TGNbcDmJ1hDg==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) - expo-dev-launcher: 2.4.13(expo@49.0.13) - expo-dev-menu: 3.2.1(expo@49.0.13) - expo-dev-menu-interface: 1.3.0(expo@49.0.13) + expo: 49.0.16(@babel/core@7.23.2) + expo-dev-launcher: 2.4.13(expo@49.0.16) + expo-dev-menu: 3.2.1(expo@49.0.16) + expo-dev-menu-interface: 1.3.0(expo@49.0.16) expo-manifests: 0.7.2 - expo-updates-interface: 0.10.1(expo@49.0.13) + expo-updates-interface: 0.10.1(expo@49.0.16) dev: false - /expo-dev-launcher@2.4.13(expo@49.0.13): + /expo-dev-launcher@2.4.13(expo@49.0.16): resolution: {integrity: sha512-afszaREyGnhWJMmcOuDGs83r0UWeRvZrOHlKQxxst/UhAeFQqlDmkEjwtDWfTUy7BoXuuw2CuQtUFH+vTyjEGA==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) - expo-dev-menu: 3.2.1(expo@49.0.13) + expo: 49.0.16(@babel/core@7.23.2) + expo-dev-menu: 3.2.1(expo@49.0.16) resolve-from: 5.0.0 semver: 7.5.4 dev: false - /expo-dev-menu-interface@1.3.0(expo@49.0.13): + /expo-dev-menu-interface@1.3.0(expo@49.0.16): resolution: {integrity: sha512-WtRP7trQ2lizJJTTFXUSGGn1deIeHaYej0sUynvu/uC69VrSP4EeSnYOxbmEO29kuT/MsQBMGu0P/AkMQOqCOg==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-dev-menu@3.2.1(expo@49.0.13): + /expo-dev-menu@3.2.1(expo@49.0.16): resolution: {integrity: sha512-SxH/ZUIYZliMBjJTpiECVSDkP7e81mbGNLH8ZD69iCAfLeH7P1OPXFycEdcvN33I7tVqzFgARGLK/W/8JV+U9w==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) - expo-dev-menu-interface: 1.3.0(expo@49.0.13) + expo: 49.0.16(@babel/core@7.23.2) + expo-dev-menu-interface: 1.3.0(expo@49.0.16) semver: 7.5.4 dev: false @@ -10047,81 +10042,81 @@ packages: resolution: {integrity: sha512-FSPy0ThcJBvzEzOZVhpOrYyHgQ8U1jJ4v7u7tr1x0KOVRqyf25APEQZFxxRPn3zAYW0tQ+uDTCbrwNymFqhQfw==} dev: false - /expo-file-system@15.4.4(expo@49.0.13): + /expo-file-system@15.4.4(expo@49.0.16): resolution: {integrity: sha512-F0xS88D85F7qVQ61r0qBnzh6VW/s6iIl+VaQEEi2nAIOQHw1JIEj4yCXPLTtbyn5VmArbe2dSL3KYz1V+BLkKA==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) uuid: 3.4.0 dev: false - /expo-font@11.4.0(expo@49.0.13): + /expo-font@11.4.0(expo@49.0.16): resolution: {integrity: sha512-nkmezCFD7gR/I6R+e3/ry18uEfF8uYrr6h+PdBJu+3dawoLOpo+wFb/RG9bHUekU1/cPanR58LR7G5MEMKHR2w==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) fontfaceobserver: 2.3.0 dev: false - /expo-font@11.6.0(expo@49.0.13): + /expo-font@11.6.0(expo@49.0.16): resolution: {integrity: sha512-ekfU0MN7vzJNGwQCJhxnhF2M9Fq/RtVF5xSQpr8+f4ISPimmKfEcArMHKCl4oG3saFVjSRX7fLbo38WOv3z5Mw==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) fontfaceobserver: 2.3.0 dev: false - /expo-head@0.0.14(expo@49.0.13)(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-NvG6dwzi06F2hlYuz1rW/O8B/Us/2lDHTHZv0DJJmSWjAuT3Ja04WtS0QI9Yn5n0bSKKPrEGl4515q1zJ9MI0A==} + /expo-head@0.0.15(expo@49.0.16)(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-cofGqFe06Nr2h5/A3UYCuwq5jEABEwAFOu+TKXxXf0gbKhBNCarbstttlJmmzzAuMO2+HAk4T0J8pv7eibkM6w==} peerDependencies: expo: '*' react: '*' react-native: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) react: 18.2.0 react-helmet-async: 1.3.0(react-dom@18.2.0)(react@18.2.0) - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) transitivePeerDependencies: - react-dom dev: false - /expo-image@1.5.1(expo@49.0.13): + /expo-image@1.5.1(expo@49.0.16): resolution: {integrity: sha512-133chFSiaiZDeHRmABo/D+j/ByhPjhRwa4X2vgok1E6I2BapJ8n6ZiXODbABNH02EDYssV4Ih71tAWpheMzl/g==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false /expo-json-utils@0.7.1: resolution: {integrity: sha512-L0lyH8diXQtV0q5BLbFlcoxTqPF5im79xDHPhybB0j36xYdm65hjwRJ4yMrPIN5lR18hj48FUZeONiDHRyEvIg==} dev: false - /expo-keep-awake@12.3.0(expo@49.0.13): + /expo-keep-awake@12.3.0(expo@49.0.16): resolution: {integrity: sha512-ujiJg1p9EdCOYS05jh5PtUrfiZnK0yyLy+UewzqrjUqIT8eAGMQbkfOn3C3fHE7AKd5AefSMzJnS3lYZcZYHDw==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-linear-gradient@12.5.0(expo@49.0.13): + /expo-linear-gradient@12.5.0(expo@49.0.16): resolution: {integrity: sha512-GOV2wODawr2biRCtF2Yb5+wLzvnwXS8dAblfQO7qjyh4f7TDTJn7X0TlVSDMNhIdbAcZBrdxvGFeE2iXdzQ6ow==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-linking@6.0.0(expo@49.0.13): + /expo-linking@6.0.0(expo@49.0.16): resolution: {integrity: sha512-BVj+9yfMfQg1r23uQOES3Y47XdigKV0Qg0jJ5zP+3SO/mZ98s3r5wASOGLhujvO9/SqOh/BdotcTsO9sasxCag==} dependencies: - '@types/qs': 6.9.8 - expo-constants: 14.5.1(expo@49.0.13) + '@types/qs': 6.9.9 + expo-constants: 14.5.1(expo@49.0.16) invariant: 2.2.4 qs: 6.11.2 url-parse: 1.5.10 @@ -10157,8 +10152,8 @@ packages: invariant: 2.2.4 dev: false - /expo-router@2.0.8(expo-constants@14.4.2)(expo-linking@6.0.0)(expo-modules-autolinking@1.5.1)(expo-status-bar@1.7.1)(expo@49.0.13)(metro@0.76.8)(react-dom@18.2.0)(react-native-gesture-handler@2.13.1)(react-native-safe-area-context@4.7.2)(react-native-screens@3.25.0)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-hKm15AzEmqASgts1qf1UQzjB4ON6iXrV+KsHVicK7L3lb2rLpI6Cj5ayWjjUAQ7GmTw5O2FR/gdlPYil4hALIQ==} + /expo-router@2.0.9(expo-constants@14.4.2)(expo-linking@6.0.0)(expo-modules-autolinking@1.5.1)(expo-status-bar@1.7.1)(expo@49.0.16)(metro@0.76.8)(react-dom@18.2.0)(react-native-gesture-handler@2.13.3)(react-native-safe-area-context@4.7.2)(react-native-screens@3.26.0)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-QLqKiIGvwXlXfI7rG9cbBWadmUWamrYvW60K2sH/wwMDHdylwdr9aSSqQmFFQzfbQInuLKnSbh5EHOddOOqmdA==} peerDependencies: '@react-navigation/drawer': ^6.5.8 '@testing-library/jest-native': '*' @@ -10179,24 +10174,24 @@ packages: react-native-reanimated: optional: true dependencies: - '@bacons/react-views': 1.1.3(react-native@0.72.5) - '@expo/metro-runtime': 2.2.10(react-native@0.72.5) + '@bacons/react-views': 1.1.3(react-native@0.72.6) + '@expo/metro-runtime': 2.2.11(react-native@0.72.6) '@radix-ui/react-slot': 1.0.1(react@18.2.0) - '@react-navigation/bottom-tabs': 6.5.9(@react-navigation/native@6.1.8)(react-native-safe-area-context@4.7.2)(react-native-screens@3.25.0)(react-native@0.72.5)(react@18.2.0) - '@react-navigation/native': 6.1.8(react-native@0.72.5)(react@18.2.0) - '@react-navigation/native-stack': 6.9.14(@react-navigation/native@6.1.8)(react-native-safe-area-context@4.7.2)(react-native-screens@3.25.0)(react-native@0.72.5)(react@18.2.0) - expo: 49.0.13(@babel/core@7.23.0) - expo-constants: 14.4.2(expo@49.0.13) - expo-head: 0.0.14(expo@49.0.13)(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) - expo-linking: 6.0.0(expo@49.0.13) - expo-splash-screen: 0.20.5(expo-modules-autolinking@1.5.1)(expo@49.0.13) + '@react-navigation/bottom-tabs': 6.5.10(@react-navigation/native@6.1.9)(react-native-safe-area-context@4.7.2)(react-native-screens@3.26.0)(react-native@0.72.6)(react@18.2.0) + '@react-navigation/native': 6.1.9(react-native@0.72.6)(react@18.2.0) + '@react-navigation/native-stack': 6.9.15(@react-navigation/native@6.1.9)(react-native-safe-area-context@4.7.2)(react-native-screens@3.26.0)(react-native@0.72.6)(react@18.2.0) + expo: 49.0.16(@babel/core@7.23.2) + expo-constants: 14.4.2(expo@49.0.16) + expo-head: 0.0.15(expo@49.0.16)(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) + expo-linking: 6.0.0(expo@49.0.16) + expo-splash-screen: 0.20.5(expo-modules-autolinking@1.5.1)(expo@49.0.16) expo-status-bar: 1.7.1 metro: 0.76.8 query-string: 7.1.3 react-helmet-async: 1.3.0(react-dom@18.2.0)(react@18.2.0) - react-native-gesture-handler: 2.13.1(react-native@0.72.5)(react@18.2.0) - react-native-safe-area-context: 4.7.2(react-native@0.72.5)(react@18.2.0) - react-native-screens: 3.25.0(react-native@0.72.5)(react@18.2.0) + react-native-gesture-handler: 2.13.3(react-native@0.72.6)(react@18.2.0) + react-native-safe-area-context: 4.7.2(react-native@0.72.6)(react@18.2.0) + react-native-screens: 3.26.0(react-native@0.72.6)(react@18.2.0) schema-utils: 4.2.0 url: 0.11.3 transitivePeerDependencies: @@ -10208,34 +10203,34 @@ packages: - supports-color dev: false - /expo-secure-store@12.5.0(expo@49.0.13): + /expo-secure-store@12.5.0(expo@49.0.16): resolution: {integrity: sha512-Ow2ei+SB1w4zPLxmOg2PVPf2i45Eii0T9KUaER5iRLJAMcBWN4nyGCxzESOoN3OrvxVadP0hAn6RVE1G3gdD+Q==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-splash-screen@0.20.5(expo-modules-autolinking@1.5.1)(expo@49.0.13): + /expo-splash-screen@0.20.5(expo-modules-autolinking@1.5.1)(expo@49.0.16): resolution: {integrity: sha512-nTALYdjHpeEA30rdOWSguxn72ctv8WM8ptuUgpfRgsWyn4i6rwYds/rBXisX69XO5fg+XjHAQqijGx/b28+3tg==} peerDependencies: expo: '*' dependencies: '@expo/prebuild-config': 6.2.6(expo-modules-autolinking@1.5.1) - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) transitivePeerDependencies: - encoding - expo-modules-autolinking - supports-color dev: false - /expo-splash-screen@0.22.0(expo-modules-autolinking@1.5.1)(expo@49.0.13): + /expo-splash-screen@0.22.0(expo-modules-autolinking@1.5.1)(expo@49.0.16): resolution: {integrity: sha512-+iKesrtp8s3IQDXPgCwI6PZzQwhSGR/LLND1wOux8HrCmtveJQpomKBIdvwTb26GNKZiN1EtiQbnBZhn3EiKaA==} peerDependencies: expo: '*' dependencies: '@expo/prebuild-config': 6.4.0(expo-modules-autolinking@1.5.1) - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) transitivePeerDependencies: - encoding - expo-modules-autolinking @@ -10250,28 +10245,28 @@ packages: resolution: {integrity: sha512-t+h5Zqaukd3Tn97LaWPpibVsmiC/TFP8F+8sAUliwCSMzgcb5TATRs2NcAB+JcIr8EP3JJDyYXJrZle1cjs4mQ==} dev: false - /expo-system-ui@2.6.0(expo@49.0.13): + /expo-system-ui@2.6.0(expo@49.0.16): resolution: {integrity: sha512-QvWpFoVnQnGq6y3C9Rpm6WeIxkdRaPe/rLgMnhmKYNdoq31WYEZkrJLH8ri04XeT29v1yupVeXhh+2yvrm2OhQ==} peerDependencies: expo: '*' dependencies: '@react-native/normalize-color': 2.1.0 debug: 4.3.4(supports-color@8.1.1) - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) transitivePeerDependencies: - supports-color dev: false - /expo-updates-interface@0.10.1(expo@49.0.13): + /expo-updates-interface@0.10.1(expo@49.0.16): resolution: {integrity: sha512-I6JMR7EgjXwckrydDmrkBEX/iw750dcqpzQVsjznYWfi0HTEOxajLHB90fBFqQkUV5i5s4Fd3hYQ1Cn0oMzUbA==} peerDependencies: expo: '*' dependencies: - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) dev: false - /expo-updates@0.18.14(expo@49.0.13): - resolution: {integrity: sha512-RHlo44Xo4mgXrLqhDK52s0xE1nOFdf0FAMfuQD5O5+uKLk6vbNqwwX8FejiIbrVLhlYTkldUPBPlTsp0G9vB8A==} + /expo-updates@0.18.16(expo@49.0.16): + resolution: {integrity: sha512-5/3Yh6FHG8oRDz1pqpn7NEO6GQBH5GV/sygnkkn3JxsiXzlOsuOY7+x+gFr4CdKVyreaoJV863ZxKvxplVE4fA==} hasBin: true peerDependencies: expo: '*' @@ -10281,11 +10276,11 @@ packages: '@expo/config-plugins': 7.2.5 arg: 4.1.0 chalk: 4.1.2 - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) expo-eas-client: 0.6.0 expo-manifests: 0.7.2 expo-structured-headers: 3.3.0 - expo-updates-interface: 0.10.1(expo@49.0.13) + expo-updates-interface: 0.10.1(expo@49.0.16) fbemitter: 3.0.0 resolve-from: 5.0.0 transitivePeerDependencies: @@ -10293,32 +10288,32 @@ packages: - supports-color dev: false - /expo-web-browser@12.3.2(expo@49.0.13): + /expo-web-browser@12.3.2(expo@49.0.16): resolution: {integrity: sha512-ohBf+vnRnGzlTleY8EQ2XQU0vRdRwqMJtKkzM9MZRPDOK5QyJYPJjpk6ixGhxdeoUG2Ogj0InvhhgX9NUn4jkg==} peerDependencies: expo: '*' dependencies: compare-urls: 2.0.0 - expo: 49.0.13(@babel/core@7.23.0) + expo: 49.0.16(@babel/core@7.23.2) url: 0.11.3 dev: false - /expo@49.0.13(@babel/core@7.23.0): - resolution: {integrity: sha512-k2QFmT5XN490ksjKJgogfS5SFj6ZKCu1GwWz4VUV4S9gkPjzr8zQAZoVPKaWxUYRb6xDpTJXdhLt7gSnV3bJvw==} + /expo@49.0.16(@babel/core@7.23.2): + resolution: {integrity: sha512-1TcpWUEpzCQ7FjtwO1j+l/UvNgrEDZWfQm4kOo9eVZVDNKavYo+KL4XXHeljSAOOGhI/plmpD3bvhfYoywOAFQ==} hasBin: true dependencies: - '@babel/runtime': 7.23.1 - '@expo/cli': 0.10.13(expo-modules-autolinking@1.5.1) + '@babel/runtime': 7.23.2 + '@expo/cli': 0.10.14(expo-modules-autolinking@1.5.1) '@expo/config': 8.1.2 '@expo/config-plugins': 7.2.5 '@expo/vector-icons': 13.0.0 - babel-preset-expo: 9.5.2(@babel/core@7.23.0) - expo-application: 5.3.1(expo@49.0.13) - expo-asset: 8.10.1(expo@49.0.13) - expo-constants: 14.4.2(expo@49.0.13) - expo-file-system: 15.4.4(expo@49.0.13) - expo-font: 11.4.0(expo@49.0.13) - expo-keep-awake: 12.3.0(expo@49.0.13) + babel-preset-expo: 9.5.2(@babel/core@7.23.2) + expo-application: 5.3.1(expo@49.0.16) + expo-asset: 8.10.1(expo@49.0.16) + expo-constants: 14.4.2(expo@49.0.16) + expo-file-system: 15.4.4(expo@49.0.16) + expo-font: 11.4.0(expo@49.0.16) + expo-keep-awake: 12.3.0(expo@49.0.16) expo-modules-autolinking: 1.5.1 expo-modules-core: 1.5.11 fbemitter: 3.0.0 @@ -10378,8 +10373,8 @@ packages: /fast-loops@1.1.3: resolution: {integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==} - /fast-xml-parser@4.3.1: - resolution: {integrity: sha512-viVv3xb8D+SiS1W4cv4tva3bni08kAkx0gQnWrykMM8nXPc1FxqZPU00dCEVjkiCg4HoXd2jC4x29Nzg/l2DAA==} + /fast-xml-parser@4.3.2: + resolution: {integrity: sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==} hasBin: true dependencies: strnum: 1.0.5 @@ -10434,9 +10429,9 @@ packages: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flat-cache: 3.1.0 + flat-cache: 3.1.1 - /file-loader@6.2.0(webpack@5.88.2): + /file-loader@6.2.0(webpack@5.89.0): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -10444,7 +10439,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.88.2(esbuild@0.19.4) + webpack: 5.89.0(esbuild@0.19.5) dev: true /file-uri-to-path@1.0.0: @@ -10558,12 +10553,12 @@ packages: dependencies: micromatch: 4.0.5 - /flat-cache@3.1.0: - resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} + /flat-cache@3.1.1: + resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==} engines: {node: '>=12.0.0'} dependencies: flatted: 3.2.9 - keyv: 4.5.3 + keyv: 4.5.4 rimraf: 3.0.2 /flat@5.0.2: @@ -10713,14 +10708,14 @@ packages: requiresBuild: true optional: true - /function-bind@1.1.1: - resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} /function.prototype.name@1.1.6: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 functions-have-names: 1.2.3 @@ -10773,8 +10768,8 @@ packages: /get-intrinsic@1.2.1: resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: - function-bind: 1.1.1 - has: 1.0.3 + function-bind: 1.1.2 + has: 1.0.4 has-proto: 1.0.1 has-symbols: 1.0.3 @@ -10824,7 +10819,7 @@ packages: resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 get-intrinsic: 1.2.1 /get-tsconfig@4.7.2: @@ -10844,8 +10839,8 @@ packages: parse-url: 8.1.0 dev: false - /git-url-parse@13.1.0: - resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==} + /git-url-parse@13.1.1: + resolution: {integrity: sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ==} dependencies: git-up: 7.0.0 dev: false @@ -10951,8 +10946,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals@13.22.0: - resolution: {integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==} + /globals@13.23.0: + resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -11008,7 +11003,7 @@ packages: '@sindresorhus/is': 0.14.0 '@szmarczak/http-timer': 1.1.2 '@types/keyv': 3.1.4 - '@types/responselike': 1.0.1 + '@types/responselike': 1.0.2 cacheable-request: 6.1.0 decompress-response: 3.3.0 duplexer3: 0.1.5 @@ -11096,11 +11091,9 @@ packages: /has-unicode@2.0.1: resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} - /has@1.0.3: - resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + /has@1.0.4: + resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} engines: {node: '>= 0.4.0'} - dependencies: - function-bind: 1.1.1 /hash-obj@4.0.0: resolution: {integrity: sha512-FwO1BUVWkyHasWDW4S8o0ssQXjvyghLV2rfVhnN36b2bbcj45eGiuzdn9XOvOpjV3TKQD7Gm2BWNXdE9V4KKYg==} @@ -11114,7 +11107,7 @@ packages: /hast-util-from-dom@5.0.0: resolution: {integrity: sha512-d6235voAp/XR3Hh5uy7aGLbM3S4KamdW0WEgOaU1YoewnuYw4HXb5eRtv9g65m/RFGEfUY1Mw4UqCc5Y8L4Stg==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 hastscript: 8.0.0 web-namespaces: 2.0.1 dev: false @@ -11122,7 +11115,7 @@ packages: /hast-util-from-html-isomorphic@2.0.0: resolution: {integrity: sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 hast-util-from-dom: 5.0.0 hast-util-from-html: 2.0.1 unist-util-remove-position: 5.0.0 @@ -11131,7 +11124,7 @@ packages: /hast-util-from-html@2.0.1: resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 devlop: 1.1.0 hast-util-from-parse5: 8.0.1 parse5: 7.1.2 @@ -11142,8 +11135,8 @@ packages: /hast-util-from-parse5@8.0.1: resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==} dependencies: - '@types/hast': 3.0.1 - '@types/unist': 3.0.0 + '@types/hast': 3.0.2 + '@types/unist': 3.0.1 devlop: 1.1.0 hastscript: 8.0.0 property-information: 6.3.0 @@ -11155,20 +11148,20 @@ packages: /hast-util-is-element@3.0.0: resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 dev: false /hast-util-parse-selector@4.0.0: resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 dev: false /hast-util-raw@9.0.1: resolution: {integrity: sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==} dependencies: - '@types/hast': 3.0.1 - '@types/unist': 3.0.0 + '@types/hast': 3.0.2 + '@types/unist': 3.0.1 '@ungap/structured-clone': 1.2.0 hast-util-from-parse5: 8.0.1 hast-util-to-parse5: 8.0.0 @@ -11185,10 +11178,10 @@ packages: /hast-util-to-estree@2.3.3: resolution: {integrity: sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==} dependencies: - '@types/estree': 1.0.2 - '@types/estree-jsx': 1.0.1 - '@types/hast': 2.3.6 - '@types/unist': 2.0.8 + '@types/estree': 1.0.3 + '@types/estree-jsx': 1.0.2 + '@types/hast': 2.3.7 + '@types/unist': 2.0.9 comma-separated-tokens: 2.0.3 estree-util-attach-comments: 2.1.1 estree-util-is-identifier-name: 2.1.0 @@ -11197,7 +11190,7 @@ packages: mdast-util-mdxjs-esm: 1.3.1 property-information: 6.3.0 space-separated-tokens: 2.0.2 - style-to-object: 0.4.2 + style-to-object: 0.4.4 unist-util-position: 4.0.4 zwitch: 2.0.4 transitivePeerDependencies: @@ -11207,7 +11200,7 @@ packages: /hast-util-to-parse5@8.0.0: resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 comma-separated-tokens: 2.0.3 devlop: 1.1.0 property-information: 6.3.0 @@ -11219,8 +11212,8 @@ packages: /hast-util-to-text@4.0.0: resolution: {integrity: sha512-EWiE1FSArNBPUo1cKWtzqgnuRQwEeQbQtnFJRYV1hb1BWDgrAlBU0ExptvZMM/KSA82cDpm2sFGf3Dmc5Mza3w==} dependencies: - '@types/hast': 3.0.1 - '@types/unist': 3.0.0 + '@types/hast': 3.0.2 + '@types/unist': 3.0.1 hast-util-is-element: 3.0.0 unist-util-find-after: 5.0.0 dev: false @@ -11232,7 +11225,7 @@ packages: /hastscript@8.0.0: resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 4.0.0 property-information: 6.3.0 @@ -11270,8 +11263,8 @@ packages: react-is: 16.13.1 dev: false - /hono@3.7.2: - resolution: {integrity: sha512-5SWYrAQJlfjHggcDTnmKZd5zlUEXmoUiBjnmL6C1W8MX39/bUw6ZIvfEJZgpo7d7Z/vCJ5FRfkjIQPRH5yV/dQ==} + /hono@3.8.1: + resolution: {integrity: sha512-im5K3bEyb6iMQP5Tfei5vfoHLnIKrsAqT/GNJJ4lxS75MvNaecUbPX0Xgi0ibTIos31lA5oYevMDGNNXhHJ9wA==} engines: {node: '>=16.0.0'} dev: false @@ -11293,14 +11286,14 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.20.0 + terser: 5.22.0 dev: true /html-void-elements@3.0.0: resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} dev: false - /html-webpack-plugin@5.5.3(webpack@5.88.2): + /html-webpack-plugin@5.5.3(webpack@5.89.0): resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==} engines: {node: '>=10.13.0'} peerDependencies: @@ -11311,7 +11304,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.88.2(esbuild@0.19.4) + webpack: 5.89.0(esbuild@0.19.5) dev: true /htmlparser2@6.1.0: @@ -11517,7 +11510,7 @@ packages: engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 - has: 1.0.3 + has: 1.0.4 side-channel: 1.0.4 /internmap@1.0.1: @@ -11570,7 +11563,7 @@ packages: /is-array-buffer@3.0.2: resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 get-intrinsic: 1.2.1 is-typed-array: 1.1.12 @@ -11604,7 +11597,7 @@ packages: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 has-tostringtag: 1.0.0 /is-buffer@1.1.6: @@ -11623,7 +11616,7 @@ packages: /is-core-module@2.13.0: resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} dependencies: - has: 1.0.3 + has: 1.0.4 /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} @@ -11663,7 +11656,7 @@ packages: /is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 dev: true /is-fullwidth-code-point@2.0.0: @@ -11814,14 +11807,14 @@ packages: /is-reference@3.0.2: resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 dev: false /is-regex@1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 has-tostringtag: 1.0.0 /is-regexp@1.0.0: @@ -11836,7 +11829,7 @@ packages: /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 /is-ssh@1.4.0: resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} @@ -11869,7 +11862,7 @@ packages: resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} engines: {node: '>= 0.4'} dependencies: - which-typed-array: 1.1.11 + which-typed-array: 1.1.13 /is-typedarray@1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} @@ -11898,12 +11891,12 @@ packages: /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 /is-weakset@2.0.2: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 get-intrinsic: 1.2.1 dev: true @@ -11982,7 +11975,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.7.1 + '@types/node': 20.8.7 jest-mock: 29.7.0 jest-util: 29.7.0 dev: false @@ -11998,7 +11991,7 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@jest/types': 29.6.3 - '@types/stack-utils': 2.0.1 + '@types/stack-utils': 2.0.2 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 @@ -12012,7 +12005,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.7.1 + '@types/node': 20.8.7 jest-util: 29.7.0 dev: false @@ -12026,9 +12019,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 20.7.1 + '@types/node': 20.8.7 chalk: 4.1.2 - ci-info: 3.8.0 + ci-info: 3.9.0 graceful-fs: 4.2.11 picomatch: 2.3.1 dev: false @@ -12038,9 +12031,9 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.7.1 + '@types/node': 20.8.7 chalk: 4.1.2 - ci-info: 3.8.0 + ci-info: 3.9.0 graceful-fs: 4.2.11 picomatch: 2.3.1 dev: false @@ -12061,7 +12054,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.7.1 + '@types/node': 20.8.7 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -12070,7 +12063,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.7.1 + '@types/node': 20.8.7 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -12082,8 +12075,8 @@ packages: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: false - /joi@17.10.2: - resolution: {integrity: sha512-hcVhjBxRNW/is3nNLdGLIjkgXetkeGc2wyhydhz8KumG23Aerk4HPjU5zaPAMRqXQFc0xNqXTC7+zQjxr0GlKA==} + /joi@17.11.0: + resolution: {integrity: sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==} dependencies: '@hapi/hoek': 9.3.0 '@hapi/topo': 5.1.0 @@ -12096,8 +12089,8 @@ packages: resolution: {integrity: sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==} dev: false - /jose@4.14.6: - resolution: {integrity: sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ==} + /jose@4.15.4: + resolution: {integrity: sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==} dev: false /jotai@2.4.3(react@18.2.0): @@ -12139,23 +12132,23 @@ packages: /jsc-safe-url@0.2.4: resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==} - /jscodeshift@0.14.0(@babel/preset-env@7.22.20): + /jscodeshift@0.14.0(@babel/preset-env@7.23.2): resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} hasBin: true peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/parser': 7.23.0 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/preset-env': 7.22.20(@babel/core@7.23.0) - '@babel/preset-flow': 7.22.15(@babel/core@7.23.0) - '@babel/preset-typescript': 7.23.0(@babel/core@7.23.0) - '@babel/register': 7.22.15(@babel/core@7.23.0) - babel-core: 7.0.0-bridge.0(@babel/core@7.23.0) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.2) + '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) + '@babel/preset-env': 7.23.2(@babel/core@7.23.2) + '@babel/preset-flow': 7.22.15(@babel/core@7.23.2) + '@babel/preset-typescript': 7.23.2(@babel/core@7.23.2) + '@babel/register': 7.22.15(@babel/core@7.23.2) + babel-core: 7.0.0-bridge.0(@babel/core@7.23.2) chalk: 4.1.2 flow-parser: 0.206.0 graceful-fs: 4.2.11 @@ -12218,7 +12211,7 @@ packages: /json-schema-to-ts@1.6.4: resolution: {integrity: sha512-pR4yQ9DHz6itqswtHCm26mw45FSNfQ9rEQjosaZErhn5J3J2sIViQiz8rDaezjKAhFGpmsoczYVBgGHzFw/stA==} dependencies: - '@types/json-schema': 7.0.13 + '@types/json-schema': 7.0.14 ts-toolbelt: 6.15.5 dev: true @@ -12287,8 +12280,8 @@ packages: setimmediate: 1.0.5 dev: true - /katex@0.16.8: - resolution: {integrity: sha512-ftuDnJbcbOckGY11OO+zg3OofESlbR5DRl2cmN8HeWeeFIV7wTXvAOx8kEjZjobhA+9wh2fbKeO6cdcA9Mnovg==} + /katex@0.16.9: + resolution: {integrity: sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==} hasBin: true dependencies: commander: 8.3.0 @@ -12300,13 +12293,13 @@ packages: json-buffer: 3.0.0 dev: false - /keyv@4.5.3: - resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} + /keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} dependencies: json-buffer: 3.0.1 - /khroma@2.0.0: - resolution: {integrity: sha512-2J8rDNlQWbtiNYThZRvmMv5yt44ZakX+Tz5ZIp/mN1pt4snn+m030Va5Z4v8xA0cQFDXBwO/8i42xL4QPsVk3g==} + /khroma@2.1.0: + resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==} dev: false /kind-of@6.0.3: @@ -12669,7 +12662,7 @@ packages: /match-sorter@6.3.1: resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 remove-accents: 0.4.2 dev: false @@ -12704,15 +12697,15 @@ packages: /mdast-util-definitions@5.1.2: resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} dependencies: - '@types/mdast': 3.0.13 - '@types/unist': 2.0.8 + '@types/mdast': 3.0.14 + '@types/unist': 2.0.9 unist-util-visit: 4.1.2 dev: false /mdast-util-find-and-replace@2.2.2: resolution: {integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 escape-string-regexp: 5.0.0 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 @@ -12721,8 +12714,8 @@ packages: /mdast-util-from-markdown@1.3.1: resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} dependencies: - '@types/mdast': 3.0.13 - '@types/unist': 2.0.8 + '@types/mdast': 3.0.14 + '@types/unist': 2.0.9 decode-named-character-reference: 1.0.2 mdast-util-to-string: 3.2.0 micromark: 3.2.0 @@ -12737,29 +12730,10 @@ packages: - supports-color dev: false - /mdast-util-from-markdown@2.0.0: - resolution: {integrity: sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==} - dependencies: - '@types/mdast': 4.0.1 - '@types/unist': 3.0.0 - decode-named-character-reference: 1.0.2 - devlop: 1.1.0 - mdast-util-to-string: 4.0.0 - micromark: 4.0.0 - micromark-util-decode-numeric-character-reference: 2.0.0 - micromark-util-decode-string: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - unist-util-stringify-position: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: false - /mdast-util-gfm-autolink-literal@1.0.3: resolution: {integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 ccount: 2.0.1 mdast-util-find-and-replace: 2.2.2 micromark-util-character: 1.2.0 @@ -12768,7 +12742,7 @@ packages: /mdast-util-gfm-footnote@1.0.2: resolution: {integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 mdast-util-to-markdown: 1.5.0 micromark-util-normalize-identifier: 1.1.0 dev: false @@ -12776,14 +12750,14 @@ packages: /mdast-util-gfm-strikethrough@1.0.3: resolution: {integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-gfm-table@1.0.7: resolution: {integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 markdown-table: 3.0.3 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 @@ -12794,7 +12768,7 @@ packages: /mdast-util-gfm-task-list-item@1.0.2: resolution: {integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 mdast-util-to-markdown: 1.5.0 dev: false @@ -12812,26 +12786,20 @@ packages: - supports-color dev: false - /mdast-util-math@3.0.0: - resolution: {integrity: sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==} + /mdast-util-math@2.0.2: + resolution: {integrity: sha512-8gmkKVp9v6+Tgjtq6SYx9kGPpTf6FVYRa53/DLh479aldR9AyP48qeVOgNZ5X7QUK7nOy4yw7vg6mbiGcs9jWQ==} dependencies: - '@types/hast': 3.0.1 - '@types/mdast': 4.0.1 - devlop: 1.1.0 + '@types/mdast': 3.0.14 longest-streak: 3.1.0 - mdast-util-from-markdown: 2.0.0 - mdast-util-to-markdown: 2.1.0 - unist-util-remove-position: 5.0.0 - transitivePeerDependencies: - - supports-color + mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-mdx-expression@1.3.2: resolution: {integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==} dependencies: - '@types/estree-jsx': 1.0.1 - '@types/hast': 2.3.6 - '@types/mdast': 3.0.13 + '@types/estree-jsx': 1.0.2 + '@types/hast': 2.3.7 + '@types/mdast': 3.0.14 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: @@ -12841,10 +12809,10 @@ packages: /mdast-util-mdx-jsx@2.1.4: resolution: {integrity: sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==} dependencies: - '@types/estree-jsx': 1.0.1 - '@types/hast': 2.3.6 - '@types/mdast': 3.0.13 - '@types/unist': 2.0.8 + '@types/estree-jsx': 1.0.2 + '@types/hast': 2.3.7 + '@types/mdast': 3.0.14 + '@types/unist': 2.0.9 ccount: 2.0.1 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 @@ -12872,9 +12840,9 @@ packages: /mdast-util-mdxjs-esm@1.3.1: resolution: {integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==} dependencies: - '@types/estree-jsx': 1.0.1 - '@types/hast': 2.3.6 - '@types/mdast': 3.0.13 + '@types/estree-jsx': 1.0.2 + '@types/hast': 2.3.7 + '@types/mdast': 3.0.14 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: @@ -12884,22 +12852,15 @@ packages: /mdast-util-phrasing@3.0.1: resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 unist-util-is: 5.2.1 dev: false - /mdast-util-phrasing@4.0.0: - resolution: {integrity: sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==} - dependencies: - '@types/mdast': 4.0.1 - unist-util-is: 6.0.0 - dev: false - /mdast-util-to-hast@12.3.0: resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} dependencies: - '@types/hast': 2.3.6 - '@types/mdast': 3.0.13 + '@types/hast': 2.3.7 + '@types/mdast': 3.0.14 mdast-util-definitions: 5.1.2 micromark-util-sanitize-uri: 1.2.0 trim-lines: 3.0.1 @@ -12911,8 +12872,8 @@ packages: /mdast-util-to-hast@13.0.2: resolution: {integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==} dependencies: - '@types/hast': 3.0.1 - '@types/mdast': 4.0.1 + '@types/hast': 3.0.2 + '@types/mdast': 4.0.2 '@ungap/structured-clone': 1.2.0 devlop: 1.1.0 micromark-util-sanitize-uri: 2.0.0 @@ -12924,8 +12885,8 @@ packages: /mdast-util-to-markdown@1.5.0: resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} dependencies: - '@types/mdast': 3.0.13 - '@types/unist': 2.0.8 + '@types/mdast': 3.0.14 + '@types/unist': 2.0.9 longest-streak: 3.1.0 mdast-util-phrasing: 3.0.1 mdast-util-to-string: 3.2.0 @@ -12934,29 +12895,10 @@ packages: zwitch: 2.0.4 dev: false - /mdast-util-to-markdown@2.1.0: - resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==} - dependencies: - '@types/mdast': 4.0.1 - '@types/unist': 3.0.0 - longest-streak: 3.1.0 - mdast-util-phrasing: 4.0.0 - mdast-util-to-string: 4.0.0 - micromark-util-decode-string: 2.0.0 - unist-util-visit: 5.0.0 - zwitch: 2.0.4 - dev: false - /mdast-util-to-string@3.2.0: resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} dependencies: - '@types/mdast': 3.0.13 - dev: false - - /mdast-util-to-string@4.0.0: - resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} - dependencies: - '@types/mdast': 4.0.1 + '@types/mdast': 3.0.14 dev: false /mdn-data@2.0.14: @@ -12999,12 +12941,12 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /mermaid@10.4.0: - resolution: {integrity: sha512-4QCQLp79lvz7UZxow5HUX7uWTPJOaQBVExduo91tliXC7v78i6kssZOPHxLL+Xs30KU72cpPn3g3imw/xm/gaw==} + /mermaid@10.5.0: + resolution: {integrity: sha512-9l0o1uUod78D3/FVYPGSsgV+Z0tSnzLBDiC9rVzvelPxuO80HbN1oDr9ofpPETQy9XpypPQa26fr09VzEPfvWA==} dependencies: '@braintree/sanitize-url': 6.0.4 - '@types/d3-scale': 4.0.5 - '@types/d3-scale-chromatic': 3.0.0 + '@types/d3-scale': 4.0.6 + '@types/d3-scale-chromatic': 3.0.1 cytoscape: 3.26.0 cytoscape-cose-bilkent: 4.1.0(cytoscape@3.26.0) cytoscape-fcose: 2.2.0(cytoscape@3.26.0) @@ -13014,7 +12956,7 @@ packages: dayjs: 1.11.10 dompurify: 3.0.6 elkjs: 0.8.2 - khroma: 2.0.0 + khroma: 2.1.0 lodash-es: 4.17.21 mdast-util-from-markdown: 1.3.1 non-layered-tidy-tree-layout: 2.0.2 @@ -13030,7 +12972,7 @@ packages: resolution: {integrity: sha512-Hh6PW34Ug/nShlBGxkwQJSgPGAzSJ9FwQXhUImkzdsDgVu6zj5bx258J8cJVSandjNoQ8nbaHK6CaHlnbZKbyA==} engines: {node: '>=16'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 hermes-parser: 0.12.0 nullthrows: 1.1.1 transitivePeerDependencies: @@ -13119,14 +13061,14 @@ packages: resolution: {integrity: sha512-Orbvg18qXHCrSj1KbaeSDVYRy/gkro2PC7Fy2tDSH1c9RB4aH8tuMOIXnKJE+1SXxBtjWmQ5Yirwkth2DyyEZA==} engines: {node: '>=16'} dependencies: - terser: 5.20.0 + terser: 5.22.0 dev: false /metro-minify-terser@0.79.1: resolution: {integrity: sha512-69zOvPazJFKE6tHlOF8PQcvXUfoXgeHreVaggjuqnCREMWBjEkTH9jOn8M3oB0JgKmEUBb4bzFr7Oz1kC7Jc3g==} engines: {node: '>=18'} dependencies: - terser: 5.20.0 + terser: 5.22.0 dev: true /metro-minify-uglify@0.76.8: @@ -13136,65 +13078,65 @@ packages: uglify-es: 3.3.9 dev: false - /metro-react-native-babel-preset@0.76.8(@babel/core@7.23.0): + /metro-react-native-babel-preset@0.76.8(@babel/core@7.23.2): resolution: {integrity: sha512-Ptza08GgqzxEdK8apYsjTx2S8WDUlS2ilBlu9DR1CUcHmg4g3kOkFylZroogVAUKtpYQNYwAvdsjmrSdDNtiAg==} engines: {node: '>=16'} peerDependencies: '@babel/core': '*' dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.0) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-export-default-from': 7.22.17(@babel/core@7.23.0) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.0) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-runtime': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.2) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-proposal-export-default-from': 7.22.17(@babel/core@7.23.2) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.2) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.2) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-runtime': 7.23.2(@babel/core@7.23.2) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.2) '@babel/template': 7.22.15 - babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.23.0) + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.23.2) react-refresh: 0.4.3 transitivePeerDependencies: - supports-color dev: false - /metro-react-native-babel-transformer@0.76.8(@babel/core@7.23.0): + /metro-react-native-babel-transformer@0.76.8(@babel/core@7.23.2): resolution: {integrity: sha512-3h+LfS1WG1PAzhq8QF0kfXjxuXetbY/lgz8vYMQhgrMMp17WM1DNJD0gjx8tOGYbpbBC1qesJ45KMS4o5TA73A==} engines: {node: '>=16'} peerDependencies: '@babel/core': '*' dependencies: - '@babel/core': 7.23.0 - babel-preset-fbjs: 3.4.0(@babel/core@7.23.0) + '@babel/core': 7.23.2 + babel-preset-fbjs: 3.4.0(@babel/core@7.23.2) hermes-parser: 0.12.0 - metro-react-native-babel-preset: 0.76.8(@babel/core@7.23.0) + metro-react-native-babel-preset: 0.76.8(@babel/core@7.23.2) nullthrows: 1.1.1 transitivePeerDependencies: - supports-color @@ -13209,7 +13151,7 @@ packages: resolution: {integrity: sha512-XKahvB+iuYJSCr3QqCpROli4B4zASAYpkK+j3a0CJmokxCDNbgyI4Fp88uIL6rNaZfN0Mv35S0b99SdFXIfHjg==} engines: {node: '>=16'} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 react-refresh: 0.4.3 dev: false @@ -13217,7 +13159,7 @@ packages: resolution: {integrity: sha512-Hh0ncPsHPVf6wXQSqJqB3K9Zbudht4aUtNpNXYXSxH+pteWqGAXnjtPsRAnCsCWl38wL0jYF0rJDdMajUI3BDw==} engines: {node: '>=16'} dependencies: - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 invariant: 2.2.4 metro-symbolicate: 0.76.8 @@ -13248,10 +13190,10 @@ packages: resolution: {integrity: sha512-PlkGTQNqS51Bx4vuufSQCdSn2R2rt7korzngo+b5GCkeX5pjinPjnO2kNhQ8l+5bO0iUD/WZ9nsM2PGGKIkWFA==} engines: {node: '>=16'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/generator': 7.23.0 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color @@ -13261,11 +13203,11 @@ packages: resolution: {integrity: sha512-mE1fxVAnJKmwwJyDtThildxxos9+DGs9+vTrx2ktSFMEVTtXS/bIv2W6hux1pqivqAfyJpTeACXHk5u2DgGvIQ==} engines: {node: '>=16'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/generator': 7.23.0 '@babel/parser': 7.23.0 '@babel/types': 7.23.0 - babel-preset-fbjs: 3.4.0(@babel/core@7.23.0) + babel-preset-fbjs: 3.4.0(@babel/core@7.23.2) metro: 0.76.8 metro-babel-transformer: 0.76.8 metro-cache: 0.76.8 @@ -13286,11 +13228,11 @@ packages: hasBin: true dependencies: '@babel/code-frame': 7.22.13 - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/generator': 7.23.0 '@babel/parser': 7.23.0 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 accepts: 1.3.8 async: 3.2.4 @@ -13316,7 +13258,7 @@ packages: metro-inspector-proxy: 0.76.8 metro-minify-terser: 0.76.8 metro-minify-uglify: 0.76.8 - metro-react-native-babel-preset: 0.76.8(@babel/core@7.23.0) + metro-react-native-babel-preset: 0.76.8(@babel/core@7.23.2) metro-resolver: 0.76.8 metro-runtime: 0.76.8 metro-source-map: 0.76.8 @@ -13371,27 +13313,6 @@ packages: uvu: 0.5.6 dev: false - /micromark-core-commonmark@2.0.0: - resolution: {integrity: sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==} - dependencies: - decode-named-character-reference: 1.0.2 - devlop: 1.1.0 - micromark-factory-destination: 2.0.0 - micromark-factory-label: 2.0.0 - micromark-factory-space: 2.0.0 - micromark-factory-title: 2.0.0 - micromark-factory-whitespace: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-chunked: 2.0.0 - micromark-util-classify-character: 2.0.0 - micromark-util-html-tag-name: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-subtokenize: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm-autolink-literal@1.0.5: resolution: {integrity: sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==} dependencies: @@ -13464,22 +13385,22 @@ packages: micromark-util-types: 1.1.0 dev: false - /micromark-extension-math@3.0.0: - resolution: {integrity: sha512-iJ2Q28vBoEovLN5o3GO12CpqorQRYDPT+p4zW50tGwTfJB+iv/VnB6Ini+gqa24K97DwptMBBIvVX6Bjk49oyQ==} + /micromark-extension-math@2.1.2: + resolution: {integrity: sha512-es0CcOV89VNS9wFmyn+wyFTKweXGW4CEvdaAca6SWRWPyYCbBisnjaHLjWO4Nszuiud84jCpkHsqAJoa768Pvg==} dependencies: - '@types/katex': 0.16.3 - devlop: 1.1.0 - katex: 0.16.8 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + '@types/katex': 0.16.5 + katex: 0.16.9 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 dev: false /micromark-extension-mdx-expression@1.0.8: resolution: {integrity: sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 micromark-factory-mdx-expression: 1.0.9 micromark-factory-space: 1.1.0 micromark-util-character: 1.2.0 @@ -13493,7 +13414,7 @@ packages: resolution: {integrity: sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==} dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 estree-util-is-identifier-name: 2.1.0 micromark-factory-mdx-expression: 1.0.9 micromark-factory-space: 1.1.0 @@ -13513,7 +13434,7 @@ packages: /micromark-extension-mdxjs-esm@1.0.5: resolution: {integrity: sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 micromark-core-commonmark: 1.1.0 micromark-util-character: 1.2.0 micromark-util-events-to-acorn: 1.2.3 @@ -13545,14 +13466,6 @@ packages: micromark-util-types: 1.1.0 dev: false - /micromark-factory-destination@2.0.0: - resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==} - dependencies: - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-label@1.1.0: resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} dependencies: @@ -13562,19 +13475,10 @@ packages: uvu: 0.5.6 dev: false - /micromark-factory-label@2.0.0: - resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==} - dependencies: - devlop: 1.1.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-mdx-expression@1.0.9: resolution: {integrity: sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 micromark-util-character: 1.2.0 micromark-util-events-to-acorn: 1.2.3 micromark-util-symbol: 1.1.0 @@ -13591,13 +13495,6 @@ packages: micromark-util-types: 1.1.0 dev: false - /micromark-factory-space@2.0.0: - resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==} - dependencies: - micromark-util-character: 2.0.1 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-title@1.1.0: resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} dependencies: @@ -13607,15 +13504,6 @@ packages: micromark-util-types: 1.1.0 dev: false - /micromark-factory-title@2.0.0: - resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==} - dependencies: - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-whitespace@1.1.0: resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} dependencies: @@ -13625,15 +13513,6 @@ packages: micromark-util-types: 1.1.0 dev: false - /micromark-factory-whitespace@2.0.0: - resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==} - dependencies: - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-character@1.2.0: resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} dependencies: @@ -13654,12 +13533,6 @@ packages: micromark-util-symbol: 1.1.0 dev: false - /micromark-util-chunked@2.0.0: - resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==} - dependencies: - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-classify-character@1.1.0: resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} dependencies: @@ -13668,14 +13541,6 @@ packages: micromark-util-types: 1.1.0 dev: false - /micromark-util-classify-character@2.0.0: - resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==} - dependencies: - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-combine-extensions@1.1.0: resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} dependencies: @@ -13683,25 +13548,12 @@ packages: micromark-util-types: 1.1.0 dev: false - /micromark-util-combine-extensions@2.0.0: - resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==} - dependencies: - micromark-util-chunked: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-decode-numeric-character-reference@1.1.0: resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} dependencies: micromark-util-symbol: 1.1.0 dev: false - /micromark-util-decode-numeric-character-reference@2.0.0: - resolution: {integrity: sha512-pIgcsGxpHEtTG/rPJRz/HOLSqp5VTuIIjXlPI+6JSDlK2oljApusG6KzpS8AF0ENUMCHlC/IBb5B9xdFiVlm5Q==} - dependencies: - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-decode-string@1.1.0: resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} dependencies: @@ -13711,15 +13563,6 @@ packages: micromark-util-symbol: 1.1.0 dev: false - /micromark-util-decode-string@2.0.0: - resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==} - dependencies: - decode-named-character-reference: 1.0.2 - micromark-util-character: 2.0.1 - micromark-util-decode-numeric-character-reference: 2.0.0 - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-encode@1.1.0: resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} dev: false @@ -13732,8 +13575,8 @@ packages: resolution: {integrity: sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==} dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.2 - '@types/unist': 2.0.8 + '@types/estree': 1.0.3 + '@types/unist': 2.0.9 estree-util-visit: 1.2.1 micromark-util-symbol: 1.1.0 micromark-util-types: 1.1.0 @@ -13745,34 +13588,18 @@ packages: resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} dev: false - /micromark-util-html-tag-name@2.0.0: - resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==} - dev: false - /micromark-util-normalize-identifier@1.1.0: resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} dependencies: micromark-util-symbol: 1.1.0 dev: false - /micromark-util-normalize-identifier@2.0.0: - resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==} - dependencies: - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-resolve-all@1.1.0: resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} dependencies: micromark-util-types: 1.1.0 dev: false - /micromark-util-resolve-all@2.0.0: - resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==} - dependencies: - micromark-util-types: 2.0.0 - dev: false - /micromark-util-sanitize-uri@1.2.0: resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} dependencies: @@ -13798,15 +13625,6 @@ packages: uvu: 0.5.6 dev: false - /micromark-util-subtokenize@2.0.0: - resolution: {integrity: sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==} - dependencies: - devlop: 1.1.0 - micromark-util-chunked: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-symbol@1.1.0: resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} dev: false @@ -13826,7 +13644,7 @@ packages: /micromark@3.2.0: resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} dependencies: - '@types/debug': 4.1.9 + '@types/debug': 4.1.10 debug: 4.3.4(supports-color@8.1.1) decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.1.0 @@ -13847,30 +13665,6 @@ packages: - supports-color dev: false - /micromark@4.0.0: - resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} - dependencies: - '@types/debug': 4.1.9 - debug: 4.3.4(supports-color@8.1.1) - decode-named-character-reference: 1.0.2 - devlop: 1.1.0 - micromark-core-commonmark: 2.0.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-chunked: 2.0.0 - micromark-util-combine-extensions: 2.0.0 - micromark-util-decode-numeric-character-reference: 2.0.0 - micromark-util-encode: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-sanitize-uri: 2.0.0 - micromark-util-subtokenize: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - transitivePeerDependencies: - - supports-color - dev: false - /micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} @@ -13882,10 +13676,10 @@ packages: resolution: {integrity: sha512-Ao3NVEpYH+aKj6+cyU2CbyRKuaIorOOYq0wN5Rh5ykFRayyirkAVsENEeF2cEjjJPRmIPE/8BhPnPlr/0HK/2A==} hasBin: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/generator': 7.23.0 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.2) '@babel/types': 7.23.0 kleur: 4.1.5 rollup: 3.29.4 @@ -13946,7 +13740,7 @@ packages: dependencies: acorn: 8.10.0 acorn-walk: 8.2.0 - better-sqlite3: 8.6.0 + better-sqlite3: 8.7.0 capnp-ts: 0.7.0 exit-hook: 2.2.1 glob-to-regexp: 0.4.1 @@ -13955,11 +13749,11 @@ packages: set-cookie-parser: 2.6.0 source-map-support: 0.5.21 stoppable: 1.1.0 - undici: 5.25.2 + undici: 5.26.4 workerd: 1.20230814.1 ws: 8.14.2 youch: 3.3.2 - zod: 3.22.2 + zod: 3.22.4 transitivePeerDependencies: - bufferutil - supports-color @@ -13977,11 +13771,11 @@ packages: glob-to-regexp: 0.4.1 source-map-support: 0.5.21 stoppable: 1.1.0 - undici: 5.25.2 + undici: 5.26.4 workerd: 1.20230922.0 ws: 8.14.2 youch: 3.3.2 - zod: 3.22.2 + zod: 3.22.4 transitivePeerDependencies: - bufferutil - supports-color @@ -14244,7 +14038,7 @@ packages: react: '>=16.0.0' react-dom: '>=16.0.0' dependencies: - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -14256,7 +14050,7 @@ packages: react: '*' react-dom: '*' dependencies: - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -14264,7 +14058,7 @@ packages: /next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} - /next@13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0): + /next@13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-4Nt4HRLYDW/yRpJ/QR2t1v63UOMS55A38dnWv3UDOWGezuY0ZyFO1ABNbD7mulVzs9qVhgy2+ppjdsANpKP1mg==} engines: {node: '>=16.14.0'} hasBin: true @@ -14282,11 +14076,11 @@ packages: '@next/env': 13.5.3 '@swc/helpers': 0.5.2 busboy: 1.6.0 - caniuse-lite: 1.0.30001541 + caniuse-lite: 1.0.30001551 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.23.0)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.23.2)(react@18.2.0) watchpack: 2.4.0 zod: 3.21.4 optionalDependencies: @@ -14303,11 +14097,50 @@ packages: - '@babel/core' - babel-plugin-macros - /nextra-theme-docs@2.13.1(next@13.5.3)(nextra@2.13.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-mckNuKa0AmBbRdPCJ/OQ55KZx5MGH8moomMHYB3XVGXQqmXimOq1/2WZQiBdFx9u43KtfEvqZbQE8oGDIrfIsQ==} + /next@13.5.6(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Y2wTcTbO4WwEsVb4A8VSnOsG1I9ok+h74q0ZdxkwM3EODqrs4pasq7O0iUxbcS9VtWMicG7f3+HAj0r1+NtKSw==} + engines: {node: '>=16.14.0'} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + react: ^18.2.0 + react-dom: ^18.2.0 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + sass: + optional: true + dependencies: + '@next/env': 13.5.6 + '@swc/helpers': 0.5.2 + busboy: 1.6.0 + caniuse-lite: 1.0.30001551 + postcss: 8.4.31 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.23.2)(react@18.2.0) + watchpack: 2.4.0 + optionalDependencies: + '@next/swc-darwin-arm64': 13.5.6 + '@next/swc-darwin-x64': 13.5.6 + '@next/swc-linux-arm64-gnu': 13.5.6 + '@next/swc-linux-arm64-musl': 13.5.6 + '@next/swc-linux-x64-gnu': 13.5.6 + '@next/swc-linux-x64-musl': 13.5.6 + '@next/swc-win32-arm64-msvc': 13.5.6 + '@next/swc-win32-ia32-msvc': 13.5.6 + '@next/swc-win32-x64-msvc': 13.5.6 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + dev: false + + /nextra-theme-docs@2.13.2(next@13.5.3)(nextra@2.13.2)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-yE4umXaImp1/kf/sFciPj2+EFrNSwd9Db26hi98sIIiujzGf3+9eUgAz45vF9CwBw50FSXxm1QGRcY+slQ4xQQ==} peerDependencies: next: '>=9.5.3' - nextra: 2.13.1 + nextra: 2.13.2 react: '>=16.13.1' react-dom: '>=16.13.1' dependencies: @@ -14317,21 +14150,21 @@ packages: escape-string-regexp: 5.0.0 flexsearch: 0.7.31 focus-visible: 5.2.0 - git-url-parse: 13.1.0 + git-url-parse: 13.1.1 intersection-observer: 0.12.2 match-sorter: 6.3.1 - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) next-seo: 6.1.0(next@13.5.3)(react-dom@18.2.0)(react@18.2.0) next-themes: 0.2.1(next@13.5.3)(react-dom@18.2.0)(react@18.2.0) - nextra: 2.13.1(next@13.5.3)(react-dom@18.2.0)(react@18.2.0) + nextra: 2.13.2(next@13.5.3)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) scroll-into-view-if-needed: 3.1.0 - zod: 3.22.2 + zod: 3.22.4 dev: false - /nextra@2.13.1(next@13.5.3)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-FbHwI5EFkbvEWJZ2/ghyPmqd1AmW8f7qVZbF1ApcuvyW1r/Y9FdLLUJZtlUp8DvREgmSF53K2jX9tVPEfmLNIQ==} + /nextra@2.13.2(next@13.5.3)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-pIgOSXNUqTz1laxV4ChFZOU7lzJAoDHHaBPj8L09PuxrLKqU1BU/iZtXAG6bQeKCx8EPdBsoXxEuENnL9QGnGA==} engines: {node: '>=16'} peerDependencies: next: '>=9.5.3' @@ -14343,30 +14176,30 @@ packages: '@mdx-js/react': 2.3.0(react@18.2.0) '@napi-rs/simple-git': 0.1.9 '@theguild/remark-mermaid': 0.0.5(react@18.2.0) - '@theguild/remark-npm2yarn': 0.2.0 + '@theguild/remark-npm2yarn': 0.2.1 clsx: 2.0.0 github-slugger: 2.0.0 graceful-fs: 4.2.11 gray-matter: 4.0.3 - katex: 0.16.8 + katex: 0.16.9 lodash.get: 4.4.2 - next: 13.5.3(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.3(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) next-mdx-remote: 4.4.1(react-dom@18.2.0)(react@18.2.0) p-limit: 3.1.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) rehype-katex: 7.0.0 - rehype-pretty-code: 0.9.11(shiki@0.14.4) + rehype-pretty-code: 0.9.11(shiki@0.14.5) rehype-raw: 7.0.0 remark-gfm: 3.0.1 - remark-math: 6.0.0 + remark-math: 5.1.1 remark-reading-time: 2.0.1 - shiki: 0.14.4 + shiki: 0.14.5 slash: 3.0.0 title: 3.5.3 unist-util-remove: 4.0.0 unist-util-visit: 5.0.0 - zod: 3.22.2 + zod: 3.22.4 transitivePeerDependencies: - supports-color dev: false @@ -14387,8 +14220,8 @@ packages: engines: {node: '>=12.0.0'} dev: false - /node-abi@3.47.0: - resolution: {integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==} + /node-abi@3.51.0: + resolution: {integrity: sha512-SQkEP4hmNWjlniS5zdnfIXTk1x7Ome85RDzHlTbBtzE97Gfwz/Ipw4v/Ryk20DWIy3yCNVLVlGKApCnmvYoJbA==} engines: {node: '>=10'} dependencies: semver: 7.5.4 @@ -14580,8 +14413,8 @@ packages: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - /object-inspect@1.12.3: - resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + /object-inspect@1.13.1: + resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} /object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} @@ -14591,7 +14424,7 @@ packages: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 @@ -14600,7 +14433,7 @@ packages: resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 dev: true @@ -14609,7 +14442,7 @@ packages: resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 dev: true @@ -14617,7 +14450,7 @@ packages: /object.groupby@1.0.1: resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 get-intrinsic: 1.2.1 @@ -14634,7 +14467,7 @@ packages: resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 dev: true @@ -14879,7 +14712,7 @@ packages: /parse-entities@4.0.1: resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 character-entities: 2.0.2 character-entities-legacy: 3.0.0 character-reference-invalid: 2.0.1 @@ -15036,7 +14869,7 @@ packages: /periscopic@3.1.0: resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} dependencies: - '@types/estree': 1.0.2 + '@types/estree': 1.0.3 estree-walker: 3.0.3 is-reference: 3.0.2 dev: false @@ -15194,7 +15027,7 @@ packages: minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 1.0.2 - node-abi: 3.47.0 + node-abi: 3.51.0 pump: 3.0.0 rc: 1.2.8 simple-get: 4.0.1 @@ -15431,8 +15264,8 @@ packages: minimist: 1.2.8 strip-json-comments: 2.0.1 - /react-devtools-core@4.28.0: - resolution: {integrity: sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==} + /react-devtools-core@4.28.4: + resolution: {integrity: sha512-IUZKLv3CimeM07G3vX4H4loxVpByrzq3HvfTX7v9migalwvLs9ZY5D3S3pKR33U+GguYfBBdMMZyToFhsSE/iQ==} dependencies: shell-quote: 1.8.1 ws: 7.5.9 @@ -15469,7 +15302,7 @@ packages: react: ^16.6.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 invariant: 2.2.4 prop-types: 15.8.1 react: 18.2.0 @@ -15489,17 +15322,17 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: false - /react-native-dotenv@3.4.9(@babel/runtime@7.23.1): + /react-native-dotenv@3.4.9(@babel/runtime@7.23.2): resolution: {integrity: sha512-dbyd+mcy7SUzxEgmt33TRf1FGcNe6swJhXmB0unKkI49F7+pidog9kPtjxMLTAfmKA8gcN2XHQSKltGfGbGCLQ==} peerDependencies: '@babel/runtime': ^7.20.6 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 dotenv: 16.3.1 dev: true - /react-native-gesture-handler@2.13.1(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-hW454X7sjuiBN+lobqw63pmT3boAmTl5OP6zQLq83iEe4T6PcHZ9lxzgCrebtgmutY8cJfq9rM2dOUVh9WBcww==} + /react-native-gesture-handler@2.13.3(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-6sNXtmRfYxQWgH0TjQX03QQ4UfCyM8jX1Ee1jXc3uNgefk03qapGGxZ2noXodGWKHzpsqMxB0O1lFLGew0GRrw==} peerDependencies: react: '*' react-native: '*' @@ -15510,42 +15343,42 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /react-native-mmkv@2.10.2(react-native@0.72.5)(react@18.2.0): + /react-native-mmkv@2.10.2(react-native@0.72.6)(react@18.2.0): resolution: {integrity: sha512-hNrZzwvIFyogJkqf//rVSw7EwceYqkx/jl3hb5tzct6qqwEmS1L9ybvnDjzDkaMyDeouQIqAnsdnb6AuDSrgQQ==} peerDependencies: react: '*' react-native: '>=0.71.0' dependencies: react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /react-native-safe-area-context@4.7.2(react-native@0.72.5)(react@18.2.0): + /react-native-safe-area-context@4.7.2(react-native@0.72.6)(react@18.2.0): resolution: {integrity: sha512-5fy/hRNJ7bI/U2SliOeKf0D80J4lXPc1NsRiNS7Xaz8YTnqlzWib1ViItkwKPfufe54YKzVBMmM32RpdzvO2gg==} peerDependencies: react: '*' react-native: '*' dependencies: react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /react-native-screens@3.25.0(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-TSC2Ad0hh763I8QT6XxMsPXAagQ+RawDSdFtKRvIz9fCYr96AjRwwaqmYivbqlDywOgcRBkIVynkFtp0ThmlYw==} + /react-native-screens@3.26.0(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-KLJZkYSeKnK3gNzlJXsaz2GZQE09YKlvCVgh/yvGAcl0t5x65Zj+fhci+OLx9F7El/Bah/v1ZmSlGYgnASO2BQ==} peerDependencies: react: '*' react-native: '*' dependencies: react: 18.2.0 react-freeze: 1.0.3(react@18.2.0) - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) warn-once: 0.1.1 dev: false - /react-native-svg@13.14.0(react-native@0.72.5)(react@18.2.0): + /react-native-svg@13.14.0(react-native@0.72.6)(react@18.2.0): resolution: {integrity: sha512-27ZnxUkHgWICimhuj6MuqBkISN53lVvgWJB7pIypjXysAyM+nqgQBPh4vXg+7MbqLBoYvR4PiBgKfwwGAqVxHg==} peerDependencies: react: '*' @@ -15554,41 +15387,41 @@ packages: css-select: 5.1.0 css-tree: 1.1.3 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) dev: false - /react-native-url-polyfill@2.0.0(react-native@0.72.5): + /react-native-url-polyfill@2.0.0(react-native@0.72.6): resolution: {integrity: sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA==} peerDependencies: react-native: '*' dependencies: - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) whatwg-url-without-unicode: 8.0.0-3 dev: false - /react-native-web-internals@1.72.3(react@18.2.0): - resolution: {integrity: sha512-XrP6OkABDzvaQGqrZl1lmBHCMb9pgQxaa6K83Q8wSBJjsHxG6sekA9xwYVriujCZKB88sckVIqulFbUnfEtcNQ==} + /react-native-web-internals@1.74.21(react@18.2.0): + resolution: {integrity: sha512-ZxNZcahNzx8kwofCtgUYF31JRLn3l65279JIYTl6yHhF9Slh2YDp1EeLAd8hSaS5mh/0H/apLDZ66OJ6cXbNUA==} peerDependencies: react: '*' dependencies: - '@tamagui/normalize-css-color': 1.72.3 - '@tamagui/react-native-use-pressable': 1.72.3(react@18.2.0) - '@tamagui/react-native-use-responder-events': 1.72.3(react@18.2.0) - '@tamagui/simple-hash': 1.72.3 + '@tamagui/normalize-css-color': 1.74.21 + '@tamagui/react-native-use-pressable': 1.74.21(react@18.2.0) + '@tamagui/react-native-use-responder-events': 1.74.21(react@18.2.0) + '@tamagui/simple-hash': 1.74.21 react: 18.2.0 styleq: 0.1.3 - /react-native-web-lite@1.72.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-eSs3MGwQ4q9v/7kZp8ToD+4ljfQv08QNc7/RrqZ0+KbdWVAmmGwafwoUhCXOFr0ppBQ2zOJVzDub9HKWPM+fnQ==} + /react-native-web-lite@1.74.21(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-1oiMa9L77+DTD2yzZPPhI29CCvx2H6auo7JaMPjXM7RFRHMWVGsG3+JQ6hph0sZe30sHWx9guRg+3TDHg2nlDg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@tamagui/normalize-css-color': 1.72.3 + '@tamagui/normalize-css-color': 1.74.21 invariant: 2.2.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-native-web-internals: 1.72.3(react@18.2.0) + react-native-web-internals: 1.74.21(react@18.2.0) styleq: 0.1.3 /react-native-web@0.19.9(react-dom@18.2.0)(react@18.2.0): @@ -15597,7 +15430,7 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@react-native/normalize-color': 2.1.0 fbjs: 3.0.5 inline-style-prefixer: 6.0.4 @@ -15610,23 +15443,23 @@ packages: transitivePeerDependencies: - encoding - /react-native@0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0): - resolution: {integrity: sha512-oIewslu5DBwOmo7x5rdzZlZXCqDIna0R4dUwVpfmVteORYLr4yaZo5wQnMeR+H7x54GaMhmgeqp0ZpULtulJFg==} + /react-native@0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0): + resolution: {integrity: sha512-RafPY2gM7mcrFySS8TL8x+TIO3q7oAlHpzEmC7Im6pmXni6n1AuufGaVh0Narbr1daxstw7yW7T9BKW5dpVc2A==} engines: {node: '>=16'} hasBin: true peerDependencies: react: 18.2.0 dependencies: '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 11.3.7(@babel/core@7.23.0) + '@react-native-community/cli': 11.3.7(@babel/core@7.23.2) '@react-native-community/cli-platform-android': 11.3.7 '@react-native-community/cli-platform-ios': 11.3.7 '@react-native/assets-registry': 0.72.0 - '@react-native/codegen': 0.72.7(@babel/preset-env@7.22.20) + '@react-native/codegen': 0.72.7(@babel/preset-env@7.23.2) '@react-native/gradle-plugin': 0.72.11 '@react-native/js-polyfills': 0.72.1 '@react-native/normalize-colors': 0.72.0 - '@react-native/virtualized-lists': 0.72.8(react-native@0.72.5) + '@react-native/virtualized-lists': 0.72.8(react-native@0.72.6) abort-controller: 3.0.0 anser: 1.4.10 base64-js: 1.5.1 @@ -15644,7 +15477,7 @@ packages: pretty-format: 26.6.2 promise: 8.3.0 react: 18.2.0 - react-devtools-core: 4.28.0 + react-devtools-core: 4.28.4 react-refresh: 0.4.3 react-shallow-renderer: 16.15.0(react@18.2.0) regenerator-runtime: 0.13.11 @@ -15683,8 +15516,8 @@ packages: tslib: 2.6.2 dev: false - /react-remove-scroll@2.5.6(react@18.2.0): - resolution: {integrity: sha512-bO856ad1uDYLefgArk559IzUNeQ6SWH4QnrevIUjH+GczV56giDfl3h0Idptf2oIKxQmd1p9BN25jleKodTALg==} + /react-remove-scroll@2.5.7(react@18.2.0): + resolution: {integrity: sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -15801,7 +15634,7 @@ packages: tslib: 2.6.2 dev: false - /recyclerlistview@4.2.0(react-native@0.72.5)(react@18.2.0): + /recyclerlistview@4.2.0(react-native@0.72.6)(react@18.2.0): resolution: {integrity: sha512-uuBCi0c+ggqHKwrzPX4Z/mJOzsBbjZEAwGGmlwpD/sD7raXixdAbdJ6BTcAmuWG50Cg4ru9p12M94Njwhr/27A==} peerDependencies: react: '>= 15.2.1' @@ -15810,7 +15643,7 @@ packages: lodash.debounce: 4.0.8 prop-types: 15.8.1 react: 18.2.0 - react-native: 0.72.5(@babel/core@7.23.0)(@babel/preset-env@7.22.20)(react@18.2.0) + react-native: 0.72.6(@babel/core@7.23.2)(@babel/preset-env@7.23.2)(react@18.2.0) ts-object-utils: 0.0.5 dev: false @@ -15818,7 +15651,7 @@ packages: resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 get-intrinsic: 1.2.1 @@ -15833,7 +15666,7 @@ packages: dependencies: performant-array-to-tree: 1.11.0 react: 18.2.0 - zustand: 4.4.1(react@18.2.0) + zustand: 4.4.3(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -15860,14 +15693,14 @@ packages: /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 dev: false /regexp.prototype.flags@1.5.1: resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 set-function-name: 2.0.1 @@ -15907,31 +15740,31 @@ packages: /rehype-katex@7.0.0: resolution: {integrity: sha512-h8FPkGE00r2XKU+/acgqwWUlyzve1IiOKwsEkg4pDL3k48PiE0Pt+/uLtVHDVkN1yA4iurZN6UES8ivHVEQV6Q==} dependencies: - '@types/hast': 3.0.1 - '@types/katex': 0.16.3 + '@types/hast': 3.0.2 + '@types/katex': 0.16.5 hast-util-from-html-isomorphic: 2.0.0 hast-util-to-text: 4.0.0 - katex: 0.16.8 + katex: 0.16.9 unist-util-visit-parents: 6.0.1 vfile: 6.0.1 dev: false - /rehype-pretty-code@0.9.11(shiki@0.14.4): + /rehype-pretty-code@0.9.11(shiki@0.14.5): resolution: {integrity: sha512-Eq90eCYXQJISktfRZ8PPtwc5SUyH6fJcxS8XOMnHPUQZBtC6RYo67gGlley9X2nR8vlniPj0/7oCDEYHKQa/oA==} engines: {node: '>=16'} peerDependencies: shiki: '*' dependencies: - '@types/hast': 2.3.6 + '@types/hast': 2.3.7 hash-obj: 4.0.0 parse-numeric-range: 1.3.0 - shiki: 0.14.4 + shiki: 0.14.5 dev: false /rehype-raw@7.0.0: resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==} dependencies: - '@types/hast': 3.0.1 + '@types/hast': 3.0.2 hast-util-raw: 9.0.1 vfile: 6.0.1 dev: false @@ -15944,7 +15777,7 @@ packages: /remark-gfm@3.0.1: resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 mdast-util-gfm: 2.0.2 micromark-extension-gfm: 2.0.3 unified: 10.1.2 @@ -15952,15 +15785,13 @@ packages: - supports-color dev: false - /remark-math@6.0.0: - resolution: {integrity: sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==} + /remark-math@5.1.1: + resolution: {integrity: sha512-cE5T2R/xLVtfFI4cCePtiRn+e6jKMtFDR3P8V3qpv8wpKjwvHoBA4eJzvX+nVrnlNy0911bdGmuspCSwetfYHw==} dependencies: - '@types/mdast': 4.0.1 - mdast-util-math: 3.0.0 - micromark-extension-math: 3.0.0 - unified: 11.0.3 - transitivePeerDependencies: - - supports-color + '@types/mdast': 3.0.14 + mdast-util-math: 2.0.2 + micromark-extension-math: 2.1.2 + unified: 10.1.2 dev: false /remark-mdx@2.3.0: @@ -15975,7 +15806,7 @@ packages: /remark-parse@10.0.2: resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} dependencies: - '@types/mdast': 3.0.13 + '@types/mdast': 3.0.14 mdast-util-from-markdown: 1.3.1 unified: 10.1.2 transitivePeerDependencies: @@ -15994,8 +15825,8 @@ packages: /remark-rehype@10.1.0: resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} dependencies: - '@types/hast': 2.3.6 - '@types/mdast': 3.0.13 + '@types/hast': 2.3.7 + '@types/mdast': 3.0.14 mdast-util-to-hast: 12.3.0 unified: 10.1.2 dev: false @@ -16064,8 +15895,8 @@ packages: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} dev: true - /resolve@1.22.6: - resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} + /resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: is-core-module: 2.13.0 @@ -16078,8 +15909,8 @@ packages: path-parse: 1.0.7 dev: false - /resolve@2.0.0-next.4: - resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} + /resolve@2.0.0-next.5: + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true dependencies: is-core-module: 2.13.0 @@ -16184,7 +16015,7 @@ packages: jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.20.0 + terser: 5.22.0 dev: false /rollup-pluginutils@2.8.2: @@ -16229,7 +16060,7 @@ packages: resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} engines: {node: '>=0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 get-intrinsic: 1.2.1 has-symbols: 1.0.3 isarray: 2.0.5 @@ -16249,7 +16080,7 @@ packages: /safe-regex-test@1.0.0: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 get-intrinsic: 1.2.1 is-regex: 1.1.4 @@ -16274,7 +16105,7 @@ packages: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.13 + '@types/json-schema': 7.0.14 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) @@ -16282,7 +16113,7 @@ packages: resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} engines: {node: '>= 12.13.0'} dependencies: - '@types/json-schema': 7.0.13 + '@types/json-schema': 7.0.14 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) @@ -16290,7 +16121,7 @@ packages: /scroll-into-view-if-needed@3.1.0: resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==} dependencies: - compute-scroll-into-view: 3.0.3 + compute-scroll-into-view: 3.1.0 dev: false /section-matter@1.0.0: @@ -16311,7 +16142,7 @@ packages: /sembear@0.5.2: resolution: {integrity: sha512-Ij1vCAdFgWABd7zTg50Xw1/p0JgESNxuLlneEAsmBrKishA06ulTTL/SHGmNy2Zud7+rKrHTKNI6moJsn1ppAQ==} dependencies: - '@types/semver': 6.2.4 + '@types/semver': 6.2.5 semver: 6.3.1 dev: false @@ -16420,11 +16251,20 @@ packages: /set-cookie-parser@2.6.0: resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} + /set-function-length@1.1.1: + resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.1 + get-intrinsic: 1.2.1 + gopd: 1.0.1 + has-property-descriptors: 1.0.0 + /set-function-name@2.0.1: resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.0 + define-data-property: 1.1.1 functions-have-names: 1.2.3 has-property-descriptors: 1.0.0 @@ -16489,8 +16329,8 @@ packages: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} dev: false - /shiki@0.14.4: - resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==} + /shiki@0.14.5: + resolution: {integrity: sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==} dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -16501,9 +16341,9 @@ packages: /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 get-intrinsic: 1.2.1 - object-inspect: 1.12.3 + object-inspect: 1.13.1 /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} @@ -16598,8 +16438,8 @@ packages: smart-buffer: 4.2.0 dev: false - /solito@4.0.1: - resolution: {integrity: sha512-P6dvy7+5kN0eay4Z4wm2/g/cVBaRsorxsp8SupA+rUY2SiKlViCwdMQlvInkxka056SK6eMrsRQXbjiI/vLR1w==} + /solito@4.1.2: + resolution: {integrity: sha512-SSFGo2b4wkwjBascJALkpTKxi4L/YCKL1Ne/HU7/3Bjr3jm6cwib8qdFPI1MDbJuIuznDQ6dfVgy7a7dpVn/Sw==} dependencies: typescript: 5.2.2 dev: false @@ -16806,14 +16646,14 @@ packages: engines: {node: '>=16'} dependencies: eastasianwidth: 0.2.0 - emoji-regex: 10.2.1 + emoji-regex: 10.3.0 strip-ansi: 7.1.0 dev: false /string.prototype.matchall@4.0.10: resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 get-intrinsic: 1.2.1 @@ -16827,21 +16667,21 @@ packages: resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 /string.prototype.trimend@1.0.7: resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 /string.prototype.trimstart@1.0.7: resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.2 @@ -16929,13 +16769,13 @@ packages: resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==} dev: false - /style-to-object@0.4.2: - resolution: {integrity: sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==} + /style-to-object@0.4.4: + resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} dependencies: inline-style-parser: 0.1.1 dev: false - /styled-jsx@5.1.1(@babel/core@7.23.0)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.23.2)(react@18.2.0): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -16948,7 +16788,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 client-only: 0.0.1 react: 18.2.0 @@ -17043,12 +16883,12 @@ packages: strip-ansi: 6.0.1 dev: false - /tamagui-loader@1.72.3(react-dom@18.2.0)(react@18.2.0)(webpack@5.88.2): - resolution: {integrity: sha512-ssCePGLEGz3TvfIFZVjdDHBSRd6x3SJDZd/LNKfXJn0/eYjzYxOEcjg2NvkWW96pfWGCjdGyEdvC6O5Q3x8NnQ==} + /tamagui-loader@1.74.21(react-dom@18.2.0)(react@18.2.0)(webpack@5.89.0): + resolution: {integrity: sha512-1LjC4KjLe8uXyUNbIcRE3HyFcEs/JEzqY+o+z6tCgmwTlLRqOjAvEKRfvWYVoMDVdbjkNycV2q+UijO6Ed5Z3g==} dependencies: - '@tamagui/cli-color': 1.72.3 - '@tamagui/static': 1.72.3(react-dom@18.2.0)(react@18.2.0) - esbuild-loader: 3.2.0(webpack@5.88.2) + '@tamagui/cli-color': 1.74.21 + '@tamagui/static': 1.74.21(react-dom@18.2.0)(react@18.2.0) + esbuild-loader: 3.2.0(webpack@5.89.0) fs-extra: 11.1.1 loader-utils: 3.2.1 lodash: 4.17.21 @@ -17060,62 +16900,62 @@ packages: - webpack dev: true - /tamagui@1.72.3(react-dom@18.2.0)(react-native-web@0.19.9)(react-native@0.72.5)(react@18.2.0): - resolution: {integrity: sha512-aSnamwIieHuF6XUJ/bHH++iBGC+ZOlaVJhX7K7IxxhNbdC2GCGBJ6alU2lAJZi0zd+hbyRVB6z9nYgDAL/bVBQ==} + /tamagui@1.74.21(react-dom@18.2.0)(react-native-web@0.19.9)(react-native@0.72.6)(react@18.2.0): + resolution: {integrity: sha512-iid5Rrkuxgz/0fdpQCHQ0KB4agHAK3OmxZebDf0BTHM3FUKIcNa6wRExAHrv4pU1ZnDoLSwcclxjeXC2we6fgQ==} peerDependencies: react: '*' react-native-web: '*' dependencies: - '@tamagui/accordion': 1.72.3(react@18.2.0) - '@tamagui/adapt': 1.72.3(react@18.2.0) - '@tamagui/alert-dialog': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/animate-presence': 1.72.3(react@18.2.0) - '@tamagui/avatar': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/button': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/card': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/checkbox': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/compose-refs': 1.72.3(react@18.2.0) - '@tamagui/core': 1.72.3(react@18.2.0) - '@tamagui/create-context': 1.72.3(react@18.2.0) - '@tamagui/dialog': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/fake-react-native': 1.72.3 - '@tamagui/focusable': 1.72.3(react@18.2.0) - '@tamagui/font-size': 1.72.3(react@18.2.0) - '@tamagui/form': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/get-button-sized': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/get-font-sized': 1.72.3(react@18.2.0) - '@tamagui/get-token': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/helpers': 1.72.3(react@18.2.0) - '@tamagui/helpers-tamagui': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/image': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/label': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/linear-gradient': 1.72.3(react@18.2.0) - '@tamagui/list-item': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/polyfill-dev': 1.72.3 - '@tamagui/popover': 1.72.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) - '@tamagui/popper': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/portal': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/progress': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/radio-group': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/react-native-media-driver': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/scroll-view': 1.72.3(react@18.2.0) - '@tamagui/select': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/separator': 1.72.3(react@18.2.0) - '@tamagui/shapes': 1.72.3(react@18.2.0) - '@tamagui/sheet': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/slider': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/stacks': 1.72.3(react@18.2.0) - '@tamagui/switch': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/tabs': 1.72.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) - '@tamagui/text': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/theme': 1.72.3(react@18.2.0) - '@tamagui/toggle-group': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/tooltip': 1.72.3(react-dom@18.2.0)(react-native@0.72.5)(react@18.2.0) - '@tamagui/use-controllable-state': 1.72.3(react@18.2.0) - '@tamagui/use-debounce': 1.72.3(react@18.2.0) - '@tamagui/use-force-update': 1.72.3(react@18.2.0) - '@tamagui/use-window-dimensions': 1.72.3(react-native@0.72.5)(react@18.2.0) - '@tamagui/visually-hidden': 1.72.3(react@18.2.0) + '@tamagui/accordion': 1.74.21(react@18.2.0) + '@tamagui/adapt': 1.74.21(react@18.2.0) + '@tamagui/alert-dialog': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/animate-presence': 1.74.21(react@18.2.0) + '@tamagui/avatar': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/button': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/card': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/checkbox': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/compose-refs': 1.74.21(react@18.2.0) + '@tamagui/core': 1.74.21(react@18.2.0) + '@tamagui/create-context': 1.74.21(react@18.2.0) + '@tamagui/dialog': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/fake-react-native': 1.74.21 + '@tamagui/focusable': 1.74.21(react@18.2.0) + '@tamagui/font-size': 1.74.21(react@18.2.0) + '@tamagui/form': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/get-button-sized': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/get-font-sized': 1.74.21(react@18.2.0) + '@tamagui/get-token': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/helpers': 1.74.21(react@18.2.0) + '@tamagui/helpers-tamagui': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/image': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/label': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/linear-gradient': 1.74.21(react@18.2.0) + '@tamagui/list-item': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/polyfill-dev': 1.74.21 + '@tamagui/popover': 1.74.21(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) + '@tamagui/popper': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/portal': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/progress': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/radio-group': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/react-native-media-driver': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/scroll-view': 1.74.21(react@18.2.0) + '@tamagui/select': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/separator': 1.74.21(react@18.2.0) + '@tamagui/shapes': 1.74.21(react@18.2.0) + '@tamagui/sheet': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/slider': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/stacks': 1.74.21(react@18.2.0) + '@tamagui/switch': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/tabs': 1.74.21(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) + '@tamagui/text': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/theme': 1.74.21(react@18.2.0) + '@tamagui/toggle-group': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/tooltip': 1.74.21(react-dom@18.2.0)(react-native@0.72.6)(react@18.2.0) + '@tamagui/use-controllable-state': 1.74.21(react@18.2.0) + '@tamagui/use-debounce': 1.74.21(react@18.2.0) + '@tamagui/use-force-update': 1.74.21(react@18.2.0) + '@tamagui/use-window-dimensions': 1.74.21(react-native@0.72.6)(react@18.2.0) + '@tamagui/visually-hidden': 1.74.21(react@18.2.0) react: 18.2.0 react-native-web: 0.19.9(react-dom@18.2.0)(react@18.2.0) reforest: 0.13.0(react@18.2.0) @@ -17227,7 +17067,7 @@ packages: supports-hyperlinks: 2.3.0 dev: false - /terser-webpack-plugin@5.3.9(esbuild@0.19.4)(webpack@5.88.2): + /terser-webpack-plugin@5.3.9(esbuild@0.19.5)(webpack@5.89.0): resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17243,15 +17083,15 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.19 - esbuild: 0.19.4 + '@jridgewell/trace-mapping': 0.3.20 + esbuild: 0.19.5 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.20.0 - webpack: 5.88.2(esbuild@0.19.4) + terser: 5.22.0 + webpack: 5.89.0(esbuild@0.19.5) - /terser-webpack-plugin@5.3.9(webpack@5.88.2): + /terser-webpack-plugin@5.3.9(webpack@5.89.0): resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17267,16 +17107,16 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.19 + '@jridgewell/trace-mapping': 0.3.20 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.20.0 - webpack: 5.88.2 + terser: 5.22.0 + webpack: 5.89.0 dev: false - /terser@5.20.0: - resolution: {integrity: sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==} + /terser@5.22.0: + resolution: {integrity: sha512-hHZVLgRA2z4NWcN6aS5rQDc+7Dcy58HOf2zbYwmFcQ+ua3h6eEFf5lIDKTzbWwlazPyOZsFQO8V80/IjVNExEw==} engines: {node: '>=10'} hasBin: true dependencies: @@ -17299,7 +17139,7 @@ packages: dependencies: any-promise: 1.3.0 - /thread-loader@4.0.2(webpack@5.88.2): + /thread-loader@4.0.2(webpack@5.89.0): resolution: {integrity: sha512-UOk/KBydsQjh4Ja5kocxDUzhv11KYptHN/h8gdSwo6/MBkYrWqQua6K2qwlpXnCXS9c/uLs8F/JF8rpveF0+fA==} engines: {node: '>= 16.10.0'} peerDependencies: @@ -17309,7 +17149,7 @@ packages: loader-runner: 4.3.0 neo-async: 2.6.2 schema-utils: 4.2.0 - webpack: 5.88.2(esbuild@0.19.4) + webpack: 5.89.0(esbuild@0.19.5) dev: true /throat@5.0.0: @@ -17502,64 +17342,64 @@ packages: dependencies: safe-buffer: 5.2.1 - /turbo-darwin-64@1.10.14: - resolution: {integrity: sha512-I8RtFk1b9UILAExPdG/XRgGQz95nmXPE7OiGb6ytjtNIR5/UZBS/xVX/7HYpCdmfriKdVwBKhalCoV4oDvAGEg==} + /turbo-darwin-64@1.10.16: + resolution: {integrity: sha512-+Jk91FNcp9e9NCLYlvDDlp2HwEDp14F9N42IoW3dmHI5ZkGSXzalbhVcrx3DOox3QfiNUHxzWg4d7CnVNCuuMg==} cpu: [x64] os: [darwin] requiresBuild: true dev: false optional: true - /turbo-darwin-arm64@1.10.14: - resolution: {integrity: sha512-KAdUWryJi/XX7OD0alOuOa0aJ5TLyd4DNIYkHPHYcM6/d7YAovYvxRNwmx9iv6Vx6IkzTnLeTiUB8zy69QkG9Q==} + /turbo-darwin-arm64@1.10.16: + resolution: {integrity: sha512-jqGpFZipIivkRp/i+jnL8npX0VssE6IAVNKtu573LXtssZdV/S+fRGYA16tI46xJGxSAivrZ/IcgZrV6Jk80bw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: false optional: true - /turbo-linux-64@1.10.14: - resolution: {integrity: sha512-BOBzoREC2u4Vgpap/WDxM6wETVqVMRcM8OZw4hWzqCj2bqbQ6L0wxs1LCLWVrghQf93JBQtIGAdFFLyCSBXjWQ==} + /turbo-linux-64@1.10.16: + resolution: {integrity: sha512-PpqEZHwLoizQ6sTUvmImcRmACyRk9EWLXGlqceogPZsJ1jTRK3sfcF9fC2W56zkSIzuLEP07k5kl+ZxJd8JMcg==} cpu: [x64] os: [linux] requiresBuild: true dev: false optional: true - /turbo-linux-arm64@1.10.14: - resolution: {integrity: sha512-D8T6XxoTdN5D4V5qE2VZG+/lbZX/89BkAEHzXcsSUTRjrwfMepT3d2z8aT6hxv4yu8EDdooZq/2Bn/vjMI32xw==} + /turbo-linux-arm64@1.10.16: + resolution: {integrity: sha512-TMjFYz8to1QE0fKVXCIvG/4giyfnmqcQIwjdNfJvKjBxn22PpbjeuFuQ5kNXshUTRaTJihFbuuCcb5OYFNx4uw==} cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /turbo-windows-64@1.10.14: - resolution: {integrity: sha512-zKNS3c1w4i6432N0cexZ20r/aIhV62g69opUn82FLVs/zk3Ie0GVkSB6h0rqIvMalCp7enIR87LkPSDGz9K4UA==} + /turbo-windows-64@1.10.16: + resolution: {integrity: sha512-+jsf68krs0N66FfC4/zZvioUap/Tq3sPFumnMV+EBo8jFdqs4yehd6+MxIwYTjSQLIcpH8KoNMB0gQYhJRLZzw==} cpu: [x64] os: [win32] requiresBuild: true dev: false optional: true - /turbo-windows-arm64@1.10.14: - resolution: {integrity: sha512-rkBwrTPTxNSOUF7of8eVvvM+BkfkhA2OvpHM94if8tVsU+khrjglilp8MTVPHlyS9byfemPAmFN90oRIPB05BA==} + /turbo-windows-arm64@1.10.16: + resolution: {integrity: sha512-sKm3hcMM1bl0B3PLG4ifidicOGfoJmOEacM5JtgBkYM48ncMHjkHfFY7HrJHZHUnXM4l05RQTpLFoOl/uIo2HQ==} cpu: [arm64] os: [win32] requiresBuild: true dev: false optional: true - /turbo@1.10.14: - resolution: {integrity: sha512-hr9wDNYcsee+vLkCDIm8qTtwhJ6+UAMJc3nIY6+PNgUTtXcQgHxCq8BGoL7gbABvNWv76CNbK5qL4Lp9G3ZYRA==} + /turbo@1.10.16: + resolution: {integrity: sha512-2CEaK4FIuSZiP83iFa9GqMTQhroW2QryckVqUydmg4tx78baftTOS0O+oDAhvo9r9Nit4xUEtC1RAHoqs6ZEtg==} hasBin: true optionalDependencies: - turbo-darwin-64: 1.10.14 - turbo-darwin-arm64: 1.10.14 - turbo-linux-64: 1.10.14 - turbo-linux-arm64: 1.10.14 - turbo-windows-64: 1.10.14 - turbo-windows-arm64: 1.10.14 + turbo-darwin-64: 1.10.16 + turbo-darwin-arm64: 1.10.16 + turbo-linux-64: 1.10.16 + turbo-linux-arm64: 1.10.16 + turbo-windows-64: 1.10.16 + turbo-windows-arm64: 1.10.16 dev: false /type-check@0.4.0: @@ -17630,7 +17470,7 @@ packages: resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 get-intrinsic: 1.2.1 is-typed-array: 1.1.12 @@ -17638,7 +17478,7 @@ packages: resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 for-each: 0.3.3 has-proto: 1.0.1 is-typed-array: 1.1.12 @@ -17648,7 +17488,7 @@ packages: engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 - call-bind: 1.0.2 + call-bind: 1.0.5 for-each: 0.3.3 has-proto: 1.0.1 is-typed-array: 1.1.12 @@ -17656,7 +17496,7 @@ packages: /typed-array-length@1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 for-each: 0.3.3 is-typed-array: 1.1.12 @@ -17697,11 +17537,14 @@ packages: /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.5 has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + /undici-types@5.25.3: + resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} + /undici@5.23.0: resolution: {integrity: sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==} engines: {node: '>=14.0'} @@ -17709,11 +17552,11 @@ packages: busboy: 1.6.0 dev: true - /undici@5.25.2: - resolution: {integrity: sha512-tch8RbCfn1UUH1PeVCXva4V8gDpGAud/w0WubD6sHC46vYQ3KDxL+xv1A2UxK0N6jrVedutuPHxe1XIoqerwMw==} + /undici@5.26.4: + resolution: {integrity: sha512-OG+QOf0fTLtazL9P9X7yqWxQ+Z0395Wk6DSkyTxtaq3wQEjIroVe7Y4asCX/vcCxYpNGMnwz8F0qbRYUoaQVMw==} engines: {node: '>=14.0'} dependencies: - busboy: 1.6.0 + '@fastify/busboy': 2.0.0 /unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} @@ -17741,7 +17584,7 @@ packages: /unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 bail: 2.0.2 extend: 3.0.2 is-buffer: 2.0.5 @@ -17750,18 +17593,6 @@ packages: vfile: 5.3.7 dev: false - /unified@11.0.3: - resolution: {integrity: sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==} - dependencies: - '@types/unist': 3.0.0 - bail: 2.0.2 - devlop: 1.1.0 - extend: 3.0.2 - is-plain-obj: 4.1.0 - trough: 2.1.0 - vfile: 6.0.1 - dev: false - /unique-filename@1.1.1: resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} dependencies: @@ -17805,7 +17636,7 @@ packages: /unist-util-find-after@5.0.0: resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 unist-util-is: 6.0.0 dev: false @@ -17816,51 +17647,51 @@ packages: /unist-util-is@5.2.1: resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 dev: false /unist-util-is@6.0.0: resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 dev: false /unist-util-position-from-estree@1.1.2: resolution: {integrity: sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 dev: false /unist-util-position@4.0.4: resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 dev: false /unist-util-position@5.0.0: resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 dev: false /unist-util-remove-position@4.0.2: resolution: {integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 unist-util-visit: 4.1.2 dev: false /unist-util-remove-position@5.0.0: resolution: {integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 unist-util-visit: 5.0.0 dev: false /unist-util-remove@4.0.0: resolution: {integrity: sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 dev: false @@ -17868,40 +17699,40 @@ packages: /unist-util-stringify-position@3.0.3: resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 dev: false /unist-util-stringify-position@4.0.0: resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 dev: false /unist-util-visit-parents@4.1.1: resolution: {integrity: sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 unist-util-is: 5.2.1 dev: false /unist-util-visit-parents@5.1.3: resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 unist-util-is: 5.2.1 dev: false /unist-util-visit-parents@6.0.1: resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 unist-util-is: 6.0.0 dev: false /unist-util-visit@3.1.0: resolution: {integrity: sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 unist-util-is: 5.2.1 unist-util-visit-parents: 4.1.1 dev: false @@ -17909,7 +17740,7 @@ packages: /unist-util-visit@4.1.2: resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 dev: false @@ -17917,7 +17748,7 @@ packages: /unist-util-visit@5.0.0: resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 dev: false @@ -17972,7 +17803,7 @@ packages: resolution: {integrity: sha512-EGXjXJZhIHiQMK2pQukuFcL303nskqIRzWvPvV5O8miOfwoUb9G+a/Cld60kUyeaybEI94wvVClT10DtfeAExA==} dev: false - /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.88.2): + /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.89.0): resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17982,11 +17813,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0(webpack@5.88.2) + file-loader: 6.2.0(webpack@5.89.0) loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.88.2(esbuild@0.19.4) + webpack: 5.89.0(esbuild@0.19.5) dev: true /url-parse-lax@3.0.0: @@ -18024,8 +17855,8 @@ packages: tslib: 2.6.2 dev: false - /use-latest-callback@0.1.6(react@18.2.0): - resolution: {integrity: sha512-VO/P91A/PmKH9bcN9a7O3duSuxe6M14ZoYXgA6a8dab8doWNdhiIHzEkX/jFeTTRBsX0Ubk6nG4q2NIjNsj+bg==} + /use-latest-callback@0.1.7(react@18.2.0): + resolution: {integrity: sha512-Hlrl0lskgZZpo2vIpZ4rA7qA/rAGn2PcDvDH1M47AogqMPB0qlGEdsa66AVkIUiEEDpfxA9/N6hY6MqtaNoqWA==} peerDependencies: react: '>=16.8' dependencies: @@ -18135,22 +17966,22 @@ packages: engines: {node: '>= 0.8'} dev: false - /vercel@32.3.1: - resolution: {integrity: sha512-XPwkXNbsqyqGy4kNo5T2At9TK71rfT/d9t55bUTkhWCHv62CZrZ+HdKrkZf2knx3mi11zeCWAU+2GvX9G1+3hw==} + /vercel@32.4.1: + resolution: {integrity: sha512-cULmLvceDaluXz2usPtPYhb9y/jwjWolAjBBbG1DLGQmxVlnHVHTOJrYPaq2ioujQpU0yi92+RQPdzjzOY6aEg==} engines: {node: '>= 16'} hasBin: true dependencies: - '@vercel/build-utils': 7.2.1 + '@vercel/build-utils': 7.2.2 '@vercel/fun': 1.1.0 - '@vercel/go': 3.0.2 + '@vercel/go': 3.0.3 '@vercel/hydrogen': 1.0.1 - '@vercel/next': 4.0.8 - '@vercel/node': 3.0.6 + '@vercel/next': 4.0.10 + '@vercel/node': 3.0.7 '@vercel/python': 4.0.2 - '@vercel/redwood': 2.0.3 - '@vercel/remix-builder': 2.0.8 + '@vercel/redwood': 2.0.4 + '@vercel/remix-builder': 2.0.9 '@vercel/ruby': 2.0.2 - '@vercel/static-build': 2.0.7 + '@vercel/static-build': 2.0.8 chokidar: 3.3.1 transitivePeerDependencies: - '@swc/core' @@ -18162,14 +17993,14 @@ packages: /vfile-location@5.0.2: resolution: {integrity: sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 vfile: 6.0.1 dev: false /vfile-matter@3.0.1: resolution: {integrity: sha512-CAAIDwnh6ZdtrqAuxdElUqQRQDQgbbIrYtDYI8gCjXS1qQ+1XdLoK8FIZWxJwn0/I+BkSSZpar3SOgjemQz4fg==} dependencies: - '@types/js-yaml': 4.0.6 + '@types/js-yaml': 4.0.8 is-buffer: 2.0.5 js-yaml: 4.1.0 dev: false @@ -18177,21 +18008,21 @@ packages: /vfile-message@3.1.4: resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 unist-util-stringify-position: 3.0.3 dev: false /vfile-message@4.0.2: resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 unist-util-stringify-position: 4.0.0 dev: false /vfile@5.3.7: resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} dependencies: - '@types/unist': 2.0.8 + '@types/unist': 2.0.9 is-buffer: 2.0.5 unist-util-stringify-position: 3.0.3 vfile-message: 3.1.4 @@ -18200,7 +18031,7 @@ packages: /vfile@6.0.1: resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==} dependencies: - '@types/unist': 3.0.0 + '@types/unist': 3.0.1 unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 dev: false @@ -18282,8 +18113,8 @@ packages: resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==} dev: false - /webpack@5.88.2: - resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} + /webpack@5.89.0: + resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -18292,8 +18123,8 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.5 - '@types/estree': 1.0.2 + '@types/eslint-scope': 3.7.6 + '@types/estree': 1.0.3 '@webassemblyjs/ast': 1.11.6 '@webassemblyjs/wasm-edit': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 @@ -18313,7 +18144,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.9(webpack@5.88.2) + terser-webpack-plugin: 5.3.9(webpack@5.89.0) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -18322,8 +18153,8 @@ packages: - uglify-js dev: false - /webpack@5.88.2(esbuild@0.19.4): - resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} + /webpack@5.89.0(esbuild@0.19.5): + resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -18332,8 +18163,8 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.5 - '@types/estree': 1.0.2 + '@types/eslint-scope': 3.7.6 + '@types/estree': 1.0.3 '@webassemblyjs/ast': 1.11.6 '@webassemblyjs/wasm-edit': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 @@ -18353,7 +18184,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.9(esbuild@0.19.4)(webpack@5.88.2) + terser-webpack-plugin: 5.3.9(esbuild@0.19.5)(webpack@5.89.0) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -18365,7 +18196,7 @@ packages: resolution: {integrity: sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==} engines: {node: '>=4.0.0'} dependencies: - bufferutil: 4.0.7 + bufferutil: 4.0.8 debug: 2.6.9 es5-ext: 0.10.62 typedarray-to-buffer: 3.1.5 @@ -18426,7 +18257,7 @@ packages: isarray: 2.0.5 which-boxed-primitive: 1.0.2 which-collection: 1.0.1 - which-typed-array: 1.1.11 + which-typed-array: 1.1.13 dev: true /which-collection@1.0.1: @@ -18442,12 +18273,12 @@ packages: resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} dev: false - /which-typed-array@1.1.11: - resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} + /which-typed-array@1.1.13: + resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 - call-bind: 1.0.2 + call-bind: 1.0.5 for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.0 @@ -18497,10 +18328,10 @@ packages: engines: {node: '>=16.0.0'} dependencies: '@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0) - '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.20(@babel/core@7.23.0) - '@babel/runtime': 7.23.1 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.23.0)(rollup@2.79.1) + '@babel/core': 7.23.2 + '@babel/preset-env': 7.23.2(@babel/core@7.23.2) + '@babel/runtime': 7.23.2 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.23.2)(rollup@2.79.1) '@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1) '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) '@surma/rollup-plugin-off-main-thread': 2.2.3 @@ -18618,7 +18449,7 @@ packages: resolution: {integrity: sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA==} dev: false - /workbox-webpack-plugin@7.0.0(webpack@5.88.2): + /workbox-webpack-plugin@7.0.0(webpack@5.89.0): resolution: {integrity: sha512-R1ZzCHPfzeJjLK2/TpKUhxSQ3fFDCxlWxgRhhSjMQLz3G2MlBnyw/XeYb34e7SGgSv0qG22zEhMIzjMNqNeKbw==} engines: {node: '>=16.0.0'} peerDependencies: @@ -18627,7 +18458,7 @@ packages: fast-json-stable-stringify: 2.1.0 pretty-bytes: 5.6.0 upath: 1.2.0 - webpack: 5.88.2 + webpack: 5.89.0 webpack-sources: 1.4.3 workbox-build: 7.0.0 transitivePeerDependencies: @@ -18638,7 +18469,7 @@ packages: /workbox-window@7.0.0: resolution: {integrity: sha512-j7P/bsAWE/a7sxqTzXo3P2ALb1reTfZdvVp6OJ/uLr/C2kZAMvjeWGm8V4htQhor7DOvYg0sSbFN2+flT5U0qA==} dependencies: - '@types/trusted-types': 2.0.4 + '@types/trusted-types': 2.0.5 workbox-core: 7.0.0 dev: false @@ -18843,8 +18674,8 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - /yaml@2.3.2: - resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} + /yaml@2.3.3: + resolution: {integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==} engines: {node: '>= 14'} dev: false @@ -18965,11 +18796,11 @@ packages: /zod@3.21.4: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} - /zod@3.22.2: - resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==} + /zod@3.22.4: + resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} - /zustand@4.4.1(react@18.2.0): - resolution: {integrity: sha512-QCPfstAS4EBiTQzlaGP1gmorkh/UL1Leaj2tdj+zZCZ/9bm0WS7sI2wnfD5lpOszFqWJ1DcPnGoY8RDL61uokw==} + /zustand@4.4.3(react@18.2.0): + resolution: {integrity: sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A==} engines: {node: '>=12.7.0'} peerDependencies: '@types/react': '>=16.8'