From e9636e2a0695a3fa717118da568b112600171fc6 Mon Sep 17 00:00:00 2001
From: unknown <2871013501@qq.com>
Date: Sun, 11 May 2025 18:45:02 +0800
Subject: [PATCH] fix: resolve merge conflicts in App.tsx and yarn.lock
---
App.tsx | 776 ++++++++++-----
app/i18n/index.ts | 674 +++++++------
app/screens/MainApp.tsx | 2 -
app/screens/Recipient/ConfirmOrder.tsx | 57 +-
app/screens/setting/CountrySetting.tsx | 17 +-
app/screens/setting/SettingList.tsx | 5 +-
yarn.lock | 1236 ++++++++----------------
7 files changed, 1357 insertions(+), 1410 deletions(-)
diff --git a/App.tsx b/App.tsx
index 254d7ab..ac6dc78 100644
--- a/App.tsx
+++ b/App.tsx
@@ -81,8 +81,6 @@ function AppContent() {
const { login, logout } = useAuth();
const getUserInfo = async () => {
- console.log(123);
-
const token = await AsyncStorage.getItem('token');
if(token){
try {
@@ -100,262 +98,266 @@ function AppContent() {
}, []);
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
}
@@ -363,9 +365,263 @@ export default function App() {
return (
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
);
}
diff --git a/app/i18n/index.ts b/app/i18n/index.ts
index 0bf1cdd..0a6626d 100644
--- a/app/i18n/index.ts
+++ b/app/i18n/index.ts
@@ -1,310 +1,390 @@
import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
import * as Localization from 'expo-localization';
+import AsyncStorage from '@react-native-async-storage/async-storage';
+import enTranslation from '../locales/en/translation.json';
+import zhTranslation from '../locales/zh/translation.json';
+import frTranslation from '../locales/fr/translation.json';
-const resources = {
- en: {
- translation: {
- selectCountry: 'Select your country',
- subtitle: 'You can change the country & language in your profile settings anytime.',
- welcomeTitle: 'Welcome!',
- welcomeMessage: 'Thank you for choosing your country. You can now log in and use the app.',
- loginNow: 'Log in now',
- mainAppTitle: 'Welcome to MainApp',
- mainAppText: 'This is the main application screen.',
- resetCountry: 'Reset Country Selection',
- loginTitle: 'Login For brainnel',
- loginSubtitle: 'Login to start your business',
- continueWithGoogle: 'Continue with Google',
- continueWithFacebook: 'Continue with Facebook',
- continueWithApple: 'Continue with Apple',
- continueWithInstagram: 'Continue with Instagram',
- continueWithEmail: 'Continue with Email',
- continueWithPhone: 'Continue with phone number',
- orContinueWith: 'Or continue with',
- instagram: 'Instagram',
- email: 'Email',
- phone: 'Phone',
- forgotPassword: 'Forget your password?',
- termsText: 'By continuing, you agree to our',
- termsOfUse: 'Terms of Use',
- and: 'and',
- privacyPolicy: 'Privacy Policy',
- wholesalePrice: 'Wholesale price',
- fastShipping: 'Fast shipping',
-
- // Home Screen
- shipping: 'Shipping',
- quote: 'Quote',
- tiktok: 'TikTok',
- howToBuy: 'How to Buy',
- all: 'All',
- electronics: 'Electronics',
- clothing: 'Clothing',
- home: 'Home',
- beauty: 'Beauty',
- kids: 'Kids',
-
- // Phone login screen
- logInOrSignUp: 'Log in or sign up',
- phoneNumber: 'Phone number',
- enterPassword: 'Please re-enter your password',
- passwordIncorrect: 'Password incorrect, please confirm your password.',
- verificationCodeInfo: 'We will send a verification code on your number to confirm it\'s you.',
- continue: 'Continue',
- // Email login screen
- pleaseEnterEmail: 'Please enter your e-mail address',
- // Search Result Screen
- searchProducts: 'Search products',
- priceRange: 'Price range',
- minPrice: 'Min price',
- maxPrice: 'Max price',
- reset: 'Reset',
- apply: 'Apply',
- price: 'Price',
- lowToHigh: 'Low to high',
- highToLow: 'High to low',
- time: 'Time',
- oldest: 'Oldest',
- newest: 'Newest',
- noResults: 'No results found for',
- tryDifferentKeywords: 'Try using different keywords or check your spelling',
- loadingMore: 'Loading more...',
- noMoreData: 'No more data',
- monthlySales: 'ventes',
- // Search Screen
- search: 'Search',
- searchPlaceholder: 'Search products',
- cancel: 'Cancel',
- searchHistory: 'Search History',
- hotSearch: 'Hot Search',
- noRecentSearches: 'You have not recent searches',
- headphones: 'Headphones',
- computer: 'Computer',
- tablet: 'Tablet',
- watch: 'Watch',
- camera: 'Camera',
- homeAppliance: 'Home Appliance',
- food: 'Food',
- // Popular search terms
- summerWomenClothes: 'Summer women clothes',
- plusSizeWomen: 'Plus size women',
- sexyUnderwear: 'Sexy underwear',
- homeDecor: 'Home decor',
- unusualToys: 'Unusual toys',
- // Product Detail Screen
- productDetail: 'Product Detail',
- addToCart: 'Add to Cart',
- buyNow: 'Buy Now',
- color: 'Color',
- size: 'Size',
- moreFromStore: 'More from this Store',
- viewAll: 'View All',
- loadingProductInfo: 'Loading product information...',
- productNotAvailable: 'Product is not available or has been removed',
- customerService: 'Customer Service',
- productDetails: 'Product Details',
- loadingMoreProducts: 'Loading more products...',
- noMoreProducts: 'No more products',
- chatNow: 'Chat Now',
- popularCategories: 'Popular Categories',
- },
- },
- fr: {
- translation: {
- selectCountry: 'Sélectionnez votre pays',
- subtitle: 'Vous pouvez modifier le pays et la langue dans les paramètres de votre profil à tout moment.',
- welcomeTitle: 'Bienvenue!',
- welcomeMessage: 'Merci d\'avoir choisi votre pays. Vous pouvez maintenant vous connecter et utiliser l\'application.',
- loginNow: 'Se connecter maintenant',
- mainAppTitle: 'Bienvenue sur MainApp',
- mainAppText: 'Ceci est l\'écran principal de l\'application.',
- resetCountry: 'Réinitialiser la sélection du pays',
- loginTitle: 'Connexion à brainnel',
- loginSubtitle: 'Connectez-vous pour démarrer votre entreprise',
- continueWithGoogle: 'Continuer avec Google',
- continueWithFacebook: 'Continuer avec Facebook',
- continueWithApple: 'Continuer avec Apple',
- continueWithInstagram: 'Continuer avec Instagram',
- continueWithEmail: 'Continuer avec Email',
- continueWithPhone: 'Continuer avec numéro de téléphone',
- orContinueWith: 'Ou continuer avec',
- instagram: 'Instagram',
- email: 'Email',
- phone: 'Téléphone',
- forgotPassword: 'Mot de passe oublié?',
- termsText: 'En continuant, vous acceptez nos',
- termsOfUse: 'Conditions d\'utilisation',
- and: 'et',
- privacyPolicy: 'Politique de confidentialité',
- wholesalePrice: 'Prix de gros',
- fastShipping: 'Livraison rapide',
-
- // Home Screen
- shipping: 'Expédition',
- quote: 'Devis',
- tiktok: 'TikTok',
- howToBuy: 'Comment acheter',
- all: 'Tous',
- electronics: 'Électronique',
- clothing: 'Vêtements',
- home: 'Maison',
- beauty: 'Beauté',
- kids: 'Enfants',
-
- // Phone login screen
- logInOrSignUp: 'Se connecter ou s\'inscrire',
- phoneNumber: 'Numéro de téléphone',
- enterPassword: 'Veuillez saisir à nouveau votre mot de passe',
- passwordIncorrect: 'Mot de passe incorrect, veuillez confirmer votre mot de passe.',
- verificationCodeInfo: 'Nous vous enverrons un code de vérification sur votre numéro pour confirmer que c\'est bien vous.',
- continue: 'Continuer',
- // Email login screen
- pleaseEnterEmail: 'Veuillez entrer votre adresse e-mail',
- // Search Result Screen
- searchProducts: 'Rechercher des produits',
- priceRange: 'Gamme de prix',
- minPrice: 'Prix minimum',
- maxPrice: 'Prix maximum',
- reset: 'Réinitialiser',
- apply: 'Appliquer',
- price: 'Prix',
- lowToHigh: 'Bas à élevé',
- highToLow: 'Élevé à bas',
- time: 'Temps',
- oldest: 'Plus ancien',
- newest: 'Plus récent',
- noResults: 'Aucun résultat trouvé pour',
- tryDifferentKeywords: 'Essayez d\'utiliser des mots-clés différents ou vérifiez votre orthographe',
- loadingMore: 'Chargement...',
- noMoreData: 'Plus de données',
- monthlySales: 'Ventes mensuelles',
- // Search Screen
- search: 'Rechercher',
- searchPlaceholder: 'Recherche',
- cancel: 'Annuler',
- searchHistory: 'Recherches récentes',
- hotSearch: 'Populaires en ce moment',
- noRecentSearches: 'Vous n\'avez pas de recherches récentes',
- headphones: 'Écouteurs',
- computer: 'Ordinateur',
- tablet: 'Tablette',
- watch: 'Montre',
- camera: 'Appareil photo',
- homeAppliance: 'Électroménager',
- food: 'Alimentation',
- // Popular search terms
- summerWomenClothes: 'Vêtements d\'été femmes',
- plusSizeWomen: 'Grande taille femmes',
- sexyUnderwear: 'Sous vêtements hot',
- homeDecor: 'Objet déco salon',
- unusualToys: 'Jouet insolite',
- // Product Detail Screen
- productDetail: 'Détail du Produit',
- addToCart: 'Ajouter au Panier',
- buyNow: 'Acheter Maintenant',
- color: 'Couleur',
- size: 'Taille',
- moreFromStore: 'Plus de ce Magasin',
- viewAll: 'Voir Tout',
- loadingProductInfo: 'Chargement des informations produit...',
- productNotAvailable: 'Le produit n\'est pas disponible ou a été supprimé',
- customerService: 'Service Client',
- productDetails: 'Détails du Produit',
- loadingMoreProducts: 'Chargement de plus de produits...',
- noMoreProducts: 'Plus de produits',
- chatNow: 'Discuter',
- popularCategories: 'Catégories populaires',
- },
- },
- zh: {
- translation: {
- // Home Screen
- searchProducts: '搜索商品',
- shipping: '运输',
- quote: '报价',
- tiktok: '抖音',
- howToBuy: '如何购买',
- all: '全部',
- electronics: '电子产品',
- clothing: '服装',
- home: '家居',
- beauty: '美妆',
- kids: '儿童',
-
- // Search Result Screen
- priceRange: '价格范围',
- minPrice: '最低价',
- maxPrice: '最高价',
- reset: '重置',
- apply: '应用',
- price: '价格',
- lowToHigh: '低到高',
- highToLow: '高到低',
- time: '时间',
- oldest: '最早',
- newest: '最新',
- noResults: '未找到搜索结果',
- tryDifferentKeywords: '尝试使用不同的关键词或检查拼写',
- loadingMore: '正在加载更多...',
- noMoreData: '没有更多数据了',
- monthlySales: '月销量',
- // Search Screen
- search: '搜索',
- searchPlaceholder: '搜索商品',
- cancel: '取消',
- searchHistory: '历史搜索',
- hotSearch: '热门搜索',
- noRecentSearches: '暂无搜索记录',
- phone: '手机',
- headphones: '耳机',
- computer: '电脑',
- tablet: '平板',
- watch: '手表',
- camera: '相机',
- homeAppliance: '家电',
- food: '食品',
- // Popular search terms
- summerWomenClothes: '女士夏装',
- plusSizeWomen: '女士大码',
- sexyUnderwear: '性感内衣',
- homeDecor: '家居装饰',
- unusualToys: '奇特玩具',
- // Product Detail Screen
- productDetail: '商品详情',
- addToCart: '加入购物车',
- buyNow: '立即购买',
- color: '颜色',
- size: '尺寸',
- moreFromStore: '来自此店铺的更多商品',
- viewAll: '查看全部',
- loadingProductInfo: '加载商品信息...',
- productNotAvailable: '商品不存在或已下架',
- customerService: '客服',
- productDetails: '产品详情',
- loadingMoreProducts: '正在加载更多产品...',
- noMoreProducts: '没有更多产品了',
- chatNow: '立即聊天',
- popularCategories: '热门分类',
- }
- }
-};
+// 本地存储的语言键
+const LANGUAGE_KEY = '@app_language';
-const getDefaultLanguage = () => {
- const locale = Localization.locale;
- const languageCode = locale.split('-')[0]; // Get the language code part
- return languageCode === 'fr' ? 'fr' : 'en';
-};
+// 获取设备语言
+const deviceLanguage = Localization.locale.split('-')[0];
+// 初始化 i18n
i18n
.use(initReactI18next)
.init({
- resources,
- lng: getDefaultLanguage(),
- fallbackLng: 'en',
+ resources: {
+ en: {
+ translation: enTranslation
+ },
+ zh: {
+ translation: zhTranslation
+ },
+ fr: {
+ translation: frTranslation
+ }
+ },
+ lng: deviceLanguage, // 使用设备语言
+ fallbackLng: 'en', // 如果找不到翻译,使用英语
interpolation: {
- escapeValue: false,
+ escapeValue: false // 不需要转义 HTML
},
+ compatibilityJSON: 'v4' // 兼容 React Native
});
-export default i18n;
\ No newline at end of file
+// 从本地存储加载语言设置
+const loadLanguage = async () => {
+ try {
+ const savedLanguage = await AsyncStorage.getItem(LANGUAGE_KEY);
+ if (savedLanguage) {
+ i18n.changeLanguage(savedLanguage);
+ }
+ } catch (error) {
+ console.error('加载语言设置失败:', error);
+ }
+};
+
+// 保存语言设置到本地存储
+const saveLanguage = async (language: string) => {
+ try {
+ await AsyncStorage.setItem(LANGUAGE_KEY, language);
+ } catch (error) {
+ console.error('保存语言设置失败:', error);
+ }
+};
+
+// 修改语言切换函数
+export const changeLanguage = async (language: string) => {
+ await saveLanguage(language);
+ i18n.changeLanguage(language);
+
+ console.log("切换语言:" + language);
+
+};
+
+// 初始化时加载语言设置
+loadLanguage();
+
+// 创建全局翻译函数
+const t = (key: string, options?: any): string => {
+ return i18n.t(key, options) as string;
+};
+
+// 导出全局翻译函数
+export { t };
+
+export const getCurrentLanguage = () => {
+ return i18n.language;
+};
+
+export default i18n;
+
+// const resources = {
+// en: {
+// translation: {
+// selectCountry: 'Select your country',
+// subtitle: 'You can change the country & language in your profile settings anytime.',
+// welcomeTitle: 'Welcome!',
+// welcomeMessage: 'Thank you for choosing your country. You can now log in and use the app.',
+// loginNow: 'Log in now',
+// mainAppTitle: 'Welcome to MainApp',
+// mainAppText: 'This is the main application screen.',
+// resetCountry: 'Reset Country Selection',
+// loginTitle: 'Login For brainnel',
+// loginSubtitle: 'Login to start your business',
+// continueWithGoogle: 'Continue with Google',
+// continueWithFacebook: 'Continue with Facebook',
+// continueWithApple: 'Continue with Apple',
+// continueWithInstagram: 'Continue with Instagram',
+// continueWithEmail: 'Continue with Email',
+// continueWithPhone: 'Continue with phone number',
+// orContinueWith: 'Or continue with',
+// instagram: 'Instagram',
+// email: 'Email',
+// phone: 'Phone',
+// forgotPassword: 'Forget your password?',
+// termsText: 'By continuing, you agree to our',
+// termsOfUse: 'Terms of Use',
+// and: 'and',
+// privacyPolicy: 'Privacy Policy',
+// wholesalePrice: 'Wholesale price',
+// fastShipping: 'Fast shipping',
+
+// // Home Screen
+// shipping: 'Shipping',
+// quote: 'Quote',
+// tiktok: 'TikTok',
+// howToBuy: 'How to Buy',
+// all: 'All',
+// electronics: 'Electronics',
+// clothing: 'Clothing',
+// home: 'Home',
+// beauty: 'Beauty',
+// kids: 'Kids',
+
+// // Phone login screen
+// logInOrSignUp: 'Log in or sign up',
+// phoneNumber: 'Phone number',
+// enterPassword: 'Please re-enter your password',
+// passwordIncorrect: 'Password incorrect, please confirm your password.',
+// verificationCodeInfo: 'We will send a verification code on your number to confirm it\'s you.',
+// continue: 'Continue',
+// // Email login screen
+// pleaseEnterEmail: 'Please enter your e-mail address',
+// // Search Result Screen
+// searchProducts: 'Search products',
+// priceRange: 'Price range',
+// minPrice: 'Min price',
+// maxPrice: 'Max price',
+// reset: 'Reset',
+// apply: 'Apply',
+// price: 'Price',
+// lowToHigh: 'Low to high',
+// highToLow: 'High to low',
+// time: 'Time',
+// oldest: 'Oldest',
+// newest: 'Newest',
+// noResults: 'No results found for',
+// tryDifferentKeywords: 'Try using different keywords or check your spelling',
+// loadingMore: 'Loading more...',
+// noMoreData: 'No more data',
+// monthlySales: 'ventes',
+// // Search Screen
+// search: 'Search',
+// searchPlaceholder: 'Search products',
+// cancel: 'Cancel',
+// searchHistory: 'Search History',
+// hotSearch: 'Hot Search',
+// noRecentSearches: 'You have not recent searches',
+// headphones: 'Headphones',
+// computer: 'Computer',
+// tablet: 'Tablet',
+// watch: 'Watch',
+// camera: 'Camera',
+// homeAppliance: 'Home Appliance',
+// food: 'Food',
+// // Popular search terms
+// summerWomenClothes: 'Summer women clothes',
+// plusSizeWomen: 'Plus size women',
+// sexyUnderwear: 'Sexy underwear',
+// homeDecor: 'Home decor',
+// unusualToys: 'Unusual toys',
+// // Product Detail Screen
+// productDetail: 'Product Detail',
+// addToCart: 'Add to Cart',
+// buyNow: 'Buy Now',
+// color: 'Color',
+// size: 'Size',
+// moreFromStore: 'More from this Store',
+// viewAll: 'View All',
+// loadingProductInfo: 'Loading product information...',
+// productNotAvailable: 'Product is not available or has been removed',
+// customerService: 'Customer Service',
+// productDetails: 'Product Details',
+// loadingMoreProducts: 'Loading more products...',
+// noMoreProducts: 'No more products',
+// chatNow: 'Chat Now',
+// popularCategories: 'Popular Categories',
+// },
+// },
+// fr: {
+// translation: {
+// selectCountry: 'Sélectionnez votre pays',
+// subtitle: 'Vous pouvez modifier le pays et la langue dans les paramètres de votre profil à tout moment.',
+// welcomeTitle: 'Bienvenue!',
+// welcomeMessage: 'Merci d\'avoir choisi votre pays. Vous pouvez maintenant vous connecter et utiliser l\'application.',
+// loginNow: 'Se connecter maintenant',
+// mainAppTitle: 'Bienvenue sur MainApp',
+// mainAppText: 'Ceci est l\'écran principal de l\'application.',
+// resetCountry: 'Réinitialiser la sélection du pays',
+// loginTitle: 'Connexion à brainnel',
+// loginSubtitle: 'Connectez-vous pour démarrer votre entreprise',
+// continueWithGoogle: 'Continuer avec Google',
+// continueWithFacebook: 'Continuer avec Facebook',
+// continueWithApple: 'Continuer avec Apple',
+// continueWithInstagram: 'Continuer avec Instagram',
+// continueWithEmail: 'Continuer avec Email',
+// continueWithPhone: 'Continuer avec numéro de téléphone',
+// orContinueWith: 'Ou continuer avec',
+// instagram: 'Instagram',
+// email: 'Email',
+// phone: 'Téléphone',
+// forgotPassword: 'Mot de passe oublié?',
+// termsText: 'En continuant, vous acceptez nos',
+// termsOfUse: 'Conditions d\'utilisation',
+// and: 'et',
+// privacyPolicy: 'Politique de confidentialité',
+// wholesalePrice: 'Prix de gros',
+// fastShipping: 'Livraison rapide',
+
+// // Home Screen
+// shipping: 'Expédition',
+// quote: 'Devis',
+// tiktok: 'TikTok',
+// howToBuy: 'Comment acheter',
+// all: 'Tous',
+// electronics: 'Électronique',
+// clothing: 'Vêtements',
+// home: 'Maison',
+// beauty: 'Beauté',
+// kids: 'Enfants',
+
+// // Phone login screen
+// logInOrSignUp: 'Se connecter ou s\'inscrire',
+// phoneNumber: 'Numéro de téléphone',
+// enterPassword: 'Veuillez saisir à nouveau votre mot de passe',
+// passwordIncorrect: 'Mot de passe incorrect, veuillez confirmer votre mot de passe.',
+// verificationCodeInfo: 'Nous vous enverrons un code de vérification sur votre numéro pour confirmer que c\'est bien vous.',
+// continue: 'Continuer',
+// // Email login screen
+// pleaseEnterEmail: 'Veuillez entrer votre adresse e-mail',
+// // Search Result Screen
+// searchProducts: 'Rechercher des produits',
+// priceRange: 'Gamme de prix',
+// minPrice: 'Prix minimum',
+// maxPrice: 'Prix maximum',
+// reset: 'Réinitialiser',
+// apply: 'Appliquer',
+// price: 'Prix',
+// lowToHigh: 'Bas à élevé',
+// highToLow: 'Élevé à bas',
+// time: 'Temps',
+// oldest: 'Plus ancien',
+// newest: 'Plus récent',
+// noResults: 'Aucun résultat trouvé pour',
+// tryDifferentKeywords: 'Essayez d\'utiliser des mots-clés différents ou vérifiez votre orthographe',
+// loadingMore: 'Chargement...',
+// noMoreData: 'Plus de données',
+// monthlySales: 'Ventes mensuelles',
+// // Search Screen
+// search: 'Rechercher',
+// searchPlaceholder: 'Recherche',
+// cancel: 'Annuler',
+// searchHistory: 'Recherches récentes',
+// hotSearch: 'Populaires en ce moment',
+// noRecentSearches: 'Vous n\'avez pas de recherches récentes',
+// headphones: 'Écouteurs',
+// computer: 'Ordinateur',
+// tablet: 'Tablette',
+// watch: 'Montre',
+// camera: 'Appareil photo',
+// homeAppliance: 'Électroménager',
+// food: 'Alimentation',
+// // Popular search terms
+// summerWomenClothes: 'Vêtements d\'été femmes',
+// plusSizeWomen: 'Grande taille femmes',
+// sexyUnderwear: 'Sous vêtements hot',
+// homeDecor: 'Objet déco salon',
+// unusualToys: 'Jouet insolite',
+// // Product Detail Screen
+// productDetail: 'Détail du Produit',
+// addToCart: 'Ajouter au Panier',
+// buyNow: 'Acheter Maintenant',
+// color: 'Couleur',
+// size: 'Taille',
+// moreFromStore: 'Plus de ce Magasin',
+// viewAll: 'Voir Tout',
+// loadingProductInfo: 'Chargement des informations produit...',
+// productNotAvailable: 'Le produit n\'est pas disponible ou a été supprimé',
+// customerService: 'Service Client',
+// productDetails: 'Détails du Produit',
+// loadingMoreProducts: 'Chargement de plus de produits...',
+// noMoreProducts: 'Plus de produits',
+// chatNow: 'Discuter',
+// popularCategories: 'Catégories populaires',
+// },
+// },
+// zh: {
+// translation: {
+// // Home Screen
+// searchProducts: '搜索商品',
+// shipping: '运输',
+// quote: '报价',
+// tiktok: '抖音',
+// howToBuy: '如何购买',
+// all: '全部',
+// electronics: '电子产品',
+// clothing: '服装',
+// home: '家居',
+// beauty: '美妆',
+// kids: '儿童',
+
+// // Search Result Screen
+// priceRange: '价格范围',
+// minPrice: '最低价',
+// maxPrice: '最高价',
+// reset: '重置',
+// apply: '应用',
+// price: '价格',
+// lowToHigh: '低到高',
+// highToLow: '高到低',
+// time: '时间',
+// oldest: '最早',
+// newest: '最新',
+// noResults: '未找到搜索结果',
+// tryDifferentKeywords: '尝试使用不同的关键词或检查拼写',
+// loadingMore: '正在加载更多...',
+// noMoreData: '没有更多数据了',
+// monthlySales: '月销量',
+// // Search Screen
+// search: '搜索',
+// searchPlaceholder: '搜索商品',
+// cancel: '取消',
+// searchHistory: '历史搜索',
+// hotSearch: '热门搜索',
+// noRecentSearches: '暂无搜索记录',
+// phone: '手机',
+// headphones: '耳机',
+// computer: '电脑',
+// tablet: '平板',
+// watch: '手表',
+// camera: '相机',
+// homeAppliance: '家电',
+// food: '食品',
+// // Popular search terms
+// summerWomenClothes: '女士夏装',
+// plusSizeWomen: '女士大码',
+// sexyUnderwear: '性感内衣',
+// homeDecor: '家居装饰',
+// unusualToys: '奇特玩具',
+// // Product Detail Screen
+// productDetail: '商品详情',
+// addToCart: '加入购物车',
+// buyNow: '立即购买',
+// color: '颜色',
+// size: '尺寸',
+// moreFromStore: '来自此店铺的更多商品',
+// viewAll: '查看全部',
+// loadingProductInfo: '加载商品信息...',
+// productNotAvailable: '商品不存在或已下架',
+// customerService: '客服',
+// productDetails: '产品详情',
+// loadingMoreProducts: '正在加载更多产品...',
+// noMoreProducts: '没有更多产品了',
+// chatNow: '立即聊天',
+// popularCategories: '热门分类',
+// }
+// }
+// };
+
+// const getDefaultLanguage = () => {
+// const locale = Localization.locale;
+// const languageCode = locale.split('-')[0]; // Get the language code part
+// return languageCode === 'fr' ? 'fr' : 'en';
+// };
+
+// i18n
+// .use(initReactI18next)
+// .init({
+// resources,
+// lng: getDefaultLanguage(),
+// fallbackLng: 'en',
+// interpolation: {
+// escapeValue: false,
+// },
+// });
+
+// export default i18n;
diff --git a/app/screens/MainApp.tsx b/app/screens/MainApp.tsx
index d3055f3..760c0c9 100644
--- a/app/screens/MainApp.tsx
+++ b/app/screens/MainApp.tsx
@@ -12,7 +12,6 @@ import {
BackHandler,
} from 'react-native';
import Constants from 'expo-constants';
-import { useTranslation } from 'react-i18next';
import AsyncStorage from '@react-native-async-storage/async-storage';
import { useNavigation } from '@react-navigation/native';
import { NativeStackNavigationProp } from '@react-navigation/native-stack';
@@ -26,7 +25,6 @@ type MainAppScreenNavigationProp = NativeStackNavigationProp<
const MODAL_HEIGHT = 280; // 估计的模态框高度
export const MainApp = () => {
- const { t } = useTranslation();
const navigation = useNavigation();
const [modalVisible, setModalVisible] = useState(true);
const [slideAnim] = useState(new Animated.Value(MODAL_HEIGHT));
diff --git a/app/screens/Recipient/ConfirmOrder.tsx b/app/screens/Recipient/ConfirmOrder.tsx
index 5e933b6..1ea8120 100644
--- a/app/screens/Recipient/ConfirmOrder.tsx
+++ b/app/screens/Recipient/ConfirmOrder.tsx
@@ -1,4 +1,4 @@
- import React, { useEffect, useState } from 'react';
+import React, { useEffect, useState } from 'react';
import {
View,
Text,
@@ -14,13 +14,24 @@ import useOrderStore from '../../store/order';
import widthUtils from '../../utils/widthUtils';
import { ordersApi } from '../../services/api/orders';
import { Order } from '../../services/api/orders';
+import { t } from '../../i18n';
+
+interface OrderStore {
+ order: any;
+ payment_operator?: string;
+ shipping?: {
+ method: string;
+ estimated_arrival: string;
+ };
+}
+
export function ConfirmOrder() {
const navigation = useNavigation>();
- const orderInfo = useOrderStore();
+ const orderInfo = useOrderStore() as unknown as OrderStore;
const [order, setOrder] = useState();
const getOrder = async () => {
- const data = orderInfo.order
+ const data = orderInfo.order;
try {
const response = await ordersApi.createOrder(data);
console.log(response);
@@ -30,11 +41,11 @@ export function ConfirmOrder() {
console.error('创建订单失败:', error);
alert('创建订单失败,请重试');
}
- }
+ };
useEffect(() => {
- getOrder()
- },[])
+ getOrder();
+ }, []);
return (
@@ -44,14 +55,14 @@ export function ConfirmOrder() {
navigation.goBack()}>
- 确认订单
+ {t('confirmOrder.title')}
{/* Order Number */}
📋
- 订单编号
+ {t('confirmOrder.orderNumber')}
{order?.order_no}
@@ -61,7 +72,7 @@ export function ConfirmOrder() {
💳
- 支付方式
+ {t('confirmOrder.paymentMethod')}
{order?.payment_method}
@@ -74,17 +85,17 @@ export function ConfirmOrder() {
🚢
- 物流信息
+ {t('confirmOrder.shippingInfo')}
- 配送方式:
+ {t('confirmOrder.shippingMethod')}
- {orderInfo?.shipping?.method === 'sea' ? '海运' : '空运'}
+ {orderInfo?.shipping?.method === 'sea' ? t('confirmOrder.seaShipping') : t('confirmOrder.airShipping')}
- 预计到达:
+ {t('confirmOrder.estimatedArrival')}
{orderInfo?.shipping?.estimated_arrival}
@@ -109,7 +120,7 @@ export function ConfirmOrder() {
📦
- 商品清单
+ {t('confirmOrder.orderItems')}
{order?.items?.map((item) => (
@@ -119,8 +130,7 @@ export function ConfirmOrder() {
{item.product_name}
{item.sku_attributes.map((attr) => (
-
+
{attr.attribute_name}: {attr.value}
))}
@@ -139,28 +149,31 @@ export function ConfirmOrder() {
- 商品总价
+ {t('confirmOrder.totalPrice')}
${order?.total_amount}
- 国内运费
+ {t('confirmOrder.domesticShipping')}
${order?.discount_amount}
- 国际运费
+ {t('confirmOrder.internationalShipping')}
${order?.shipping_fee}
- 实付金额
+ {t('confirmOrder.actualAmount')}
${order?.actual_amount}
{/* Bottom Button */}
- navigation.navigate('Pay',{order_id:order?.order_id})}>
+ navigation.navigate('Pay', { order_id: order?.order_id })}
+ >
- 立即支付
+ {t('confirmOrder.payNow')}
diff --git a/app/screens/setting/CountrySetting.tsx b/app/screens/setting/CountrySetting.tsx
index 8ec464d..5950b1a 100644
--- a/app/screens/setting/CountrySetting.tsx
+++ b/app/screens/setting/CountrySetting.tsx
@@ -11,6 +11,8 @@ import flagMap from "../../utils/flagMap";
import CheckIcon from "../../components/CheckIcon";
import Toast from "react-native-toast-message";
import { eventBus } from "../../utils/eventBus";
+import { changeLanguage } from "../../i18n";
+import { t } from "../../i18n";
export const CountrySetting = () => {
const navigation =
@@ -54,11 +56,14 @@ export const CountrySetting = () => {
language: language,
};
Toast.show({
- text1: "设置成功",
+ text1: t('setting.success'),
type: "success",
visibilityTime: 1000,
});
await settingApi.putSetting(data);
+ if (language) {
+ await changeLanguage(language);
+ }
eventBus.emit("refreshSetting");
};
@@ -71,7 +76,7 @@ export const CountrySetting = () => {
>
- 选择语言和货币
+ {t('setting.title')}
@@ -82,7 +87,7 @@ export const CountrySetting = () => {
]}
onPress={() => setChangeType("country")}
>
- 国家
+ {t('setting.country')}
{
]}
onPress={() => setChangeType("currency")}
>
- 货币
+ {t('setting.currency')}
{
]}
onPress={() => setChangeType("language")}
>
- 语言
+ {t('setting.language')}
{changeType === "country" && (
@@ -188,7 +193,7 @@ export const CountrySetting = () => {
)}
- 确认
+ {t('setting.confirm')}
);
diff --git a/app/screens/setting/SettingList.tsx b/app/screens/setting/SettingList.tsx
index 9ab3869..baa89a4 100644
--- a/app/screens/setting/SettingList.tsx
+++ b/app/screens/setting/SettingList.tsx
@@ -13,6 +13,7 @@ export const SettingList = () => {
const [mySetting, setMySetting] = useState();
const getMySetting = async () => {
const res = await settingApi.getMySetting()
+ console.log("MySetting:");
console.log(res);
setMySetting(res);
}
@@ -95,9 +96,9 @@ export const SettingList = () => {
{
- if (mySetting?.language && mySetting?.currency) {
+ // if (mySetting?.language && mySetting?.currency) {
navigation.navigate("CountrySetting", { mySetting });
- }
+ // }
}}
style={styles.item}
>
diff --git a/yarn.lock b/yarn.lock
index 8ae9685..3e875b6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -15,6 +15,13 @@
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.24"
+"@babel/code-frame@7.10.4", "@babel/code-frame@~7.10.4":
+ version "7.10.4"
+ resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.10.4.tgz"
+ integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
+ dependencies:
+ "@babel/highlight" "^7.10.4"
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.27.1":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz"
@@ -24,26 +31,12 @@
js-tokens "^4.0.0"
picocolors "^1.1.1"
-"@babel/code-frame@~7.10.4":
- version "7.10.4"
- resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.10.4.tgz"
- integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
- dependencies:
- "@babel/highlight" "^7.10.4"
-
-"@babel/code-frame@7.10.4":
- version "7.10.4"
- resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.10.4.tgz"
- integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
- dependencies:
- "@babel/highlight" "^7.10.4"
-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.1.tgz"
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
-"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.12.9", "@babel/core@^7.13.0", "@babel/core@^7.13.16", "@babel/core@^7.20.0", "@babel/core@^7.21.3", "@babel/core@^7.25.2", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.8.0":
+"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.12.9", "@babel/core@^7.13.16", "@babel/core@^7.20.0", "@babel/core@^7.21.3", "@babel/core@^7.25.2":
version "7.26.10"
resolved "https://registry.npmmirror.com/@babel/core/-/core-7.26.10.tgz"
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
@@ -106,7 +99,7 @@
"@babel/traverse" "^7.27.1"
semver "^6.3.1"
-"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1":
+"@babel/helper-create-regexp-features-plugin@^7.27.1":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz"
integrity sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==
@@ -238,45 +231,6 @@
dependencies:
"@babel/types" "^7.27.1"
-"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz"
- integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
- "@babel/traverse" "^7.27.1"
-
-"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz"
- integrity sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz"
- integrity sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz"
- integrity sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
- "@babel/plugin-transform-optional-chaining" "^7.27.1"
-
-"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz"
- integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
- "@babel/traverse" "^7.27.1"
-
"@babel/plugin-proposal-class-properties@^7.13.0":
version "7.18.6"
resolved "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz"
@@ -318,11 +272,6 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
-"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
- version "7.21.0-placeholder-for-preset-env.2"
- resolved "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz"
- integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
-
"@babel/plugin-syntax-async-generators@^7.8.4":
version "7.8.4"
resolved "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
@@ -379,14 +328,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.9"
-"@babel/plugin-syntax-import-assertions@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz"
- integrity sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-syntax-import-attributes@^7.24.7", "@babel/plugin-syntax-import-attributes@^7.27.1":
+"@babel/plugin-syntax-import-attributes@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz"
integrity sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==
@@ -477,22 +419,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.9"
-"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
- version "7.18.6"
- resolved "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz"
- integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
- "@babel/helper-plugin-utils" "^7.18.6"
-
-"@babel/plugin-transform-arrow-functions@^7.0.0-0", "@babel/plugin-transform-arrow-functions@^7.24.7", "@babel/plugin-transform-arrow-functions@^7.27.1":
+"@babel/plugin-transform-arrow-functions@^7.0.0-0", "@babel/plugin-transform-arrow-functions@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz"
integrity sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-async-generator-functions@^7.25.4", "@babel/plugin-transform-async-generator-functions@^7.27.1":
+"@babel/plugin-transform-async-generator-functions@^7.25.4":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.27.1.tgz"
integrity sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==
@@ -501,7 +435,7 @@
"@babel/helper-remap-async-to-generator" "^7.27.1"
"@babel/traverse" "^7.27.1"
-"@babel/plugin-transform-async-to-generator@^7.24.7", "@babel/plugin-transform-async-to-generator@^7.27.1":
+"@babel/plugin-transform-async-to-generator@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz"
integrity sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==
@@ -510,21 +444,14 @@
"@babel/helper-plugin-utils" "^7.27.1"
"@babel/helper-remap-async-to-generator" "^7.27.1"
-"@babel/plugin-transform-block-scoped-functions@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz"
- integrity sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-block-scoping@^7.25.0", "@babel/plugin-transform-block-scoping@^7.27.1":
+"@babel/plugin-transform-block-scoping@^7.25.0":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.1.tgz"
integrity sha512-QEcFlMl9nGTgh1rn2nIeU5bkfb9BAjaQcWbiP4LvKxUot52ABcTkpcyJ7f2Q2U2RuQ84BNLgts3jRme2dTx6Fw==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-class-properties@^7.0.0-0", "@babel/plugin-transform-class-properties@^7.25.4", "@babel/plugin-transform-class-properties@^7.27.1":
+"@babel/plugin-transform-class-properties@^7.0.0-0", "@babel/plugin-transform-class-properties@^7.25.4":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz"
integrity sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==
@@ -532,15 +459,7 @@
"@babel/helper-create-class-features-plugin" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-class-static-block@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz"
- integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-classes@^7.0.0-0", "@babel/plugin-transform-classes@^7.25.4", "@babel/plugin-transform-classes@^7.27.1":
+"@babel/plugin-transform-classes@^7.0.0-0", "@babel/plugin-transform-classes@^7.25.4":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.27.1.tgz"
integrity sha512-7iLhfFAubmpeJe/Wo2TVuDrykh/zlWXLzPNdL0Jqn/Xu8R3QQ8h9ff8FQoISZOsw74/HFqFI7NX63HN7QFIHKA==
@@ -552,7 +471,7 @@
"@babel/traverse" "^7.27.1"
globals "^11.1.0"
-"@babel/plugin-transform-computed-properties@^7.24.7", "@babel/plugin-transform-computed-properties@^7.27.1":
+"@babel/plugin-transform-computed-properties@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz"
integrity sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==
@@ -560,51 +479,14 @@
"@babel/helper-plugin-utils" "^7.27.1"
"@babel/template" "^7.27.1"
-"@babel/plugin-transform-destructuring@^7.24.8", "@babel/plugin-transform-destructuring@^7.27.1":
+"@babel/plugin-transform-destructuring@^7.24.8":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz"
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-dotall-regex@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz"
- integrity sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-duplicate-keys@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz"
- integrity sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz"
- integrity sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-dynamic-import@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz"
- integrity sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-exponentiation-operator@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz"
- integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-export-namespace-from@^7.22.11", "@babel/plugin-transform-export-namespace-from@^7.27.1":
+"@babel/plugin-transform-export-namespace-from@^7.22.11":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz"
integrity sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==
@@ -619,7 +501,7 @@
"@babel/helper-plugin-utils" "^7.26.5"
"@babel/plugin-syntax-flow" "^7.26.0"
-"@babel/plugin-transform-for-of@^7.24.7", "@babel/plugin-transform-for-of@^7.27.1":
+"@babel/plugin-transform-for-of@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz"
integrity sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==
@@ -627,7 +509,7 @@
"@babel/helper-plugin-utils" "^7.27.1"
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
-"@babel/plugin-transform-function-name@^7.25.1", "@babel/plugin-transform-function-name@^7.27.1":
+"@babel/plugin-transform-function-name@^7.25.1":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz"
integrity sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==
@@ -636,43 +518,21 @@
"@babel/helper-plugin-utils" "^7.27.1"
"@babel/traverse" "^7.27.1"
-"@babel/plugin-transform-json-strings@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz"
- integrity sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-literals@^7.25.2", "@babel/plugin-transform-literals@^7.27.1":
+"@babel/plugin-transform-literals@^7.25.2":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz"
integrity sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-logical-assignment-operators@^7.24.7", "@babel/plugin-transform-logical-assignment-operators@^7.27.1":
+"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz"
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-member-expression-literals@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz"
- integrity sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-modules-amd@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz"
- integrity sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==
- dependencies:
- "@babel/helper-module-transforms" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.26.3", "@babel/plugin-transform-modules-commonjs@^7.27.1":
+"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.26.3":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz"
integrity sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==
@@ -680,25 +540,7 @@
"@babel/helper-module-transforms" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-modules-systemjs@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz"
- integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
- dependencies:
- "@babel/helper-module-transforms" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
- "@babel/helper-validator-identifier" "^7.27.1"
- "@babel/traverse" "^7.27.1"
-
-"@babel/plugin-transform-modules-umd@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz"
- integrity sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==
- dependencies:
- "@babel/helper-module-transforms" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7", "@babel/plugin-transform-named-capturing-groups-regex@^7.27.1":
+"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz"
integrity sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==
@@ -706,28 +548,21 @@
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-new-target@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz"
- integrity sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-nullish-coalescing-operator@^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7", "@babel/plugin-transform-nullish-coalescing-operator@^7.27.1":
+"@babel/plugin-transform-nullish-coalescing-operator@^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz"
integrity sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-numeric-separator@^7.24.7", "@babel/plugin-transform-numeric-separator@^7.27.1":
+"@babel/plugin-transform-numeric-separator@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz"
integrity sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-object-rest-spread@^7.12.13", "@babel/plugin-transform-object-rest-spread@^7.24.7", "@babel/plugin-transform-object-rest-spread@^7.27.1":
+"@babel/plugin-transform-object-rest-spread@^7.12.13", "@babel/plugin-transform-object-rest-spread@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz"
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
@@ -736,22 +571,14 @@
"@babel/helper-plugin-utils" "^7.27.1"
"@babel/plugin-transform-parameters" "^7.27.1"
-"@babel/plugin-transform-object-super@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz"
- integrity sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
- "@babel/helper-replace-supers" "^7.27.1"
-
-"@babel/plugin-transform-optional-catch-binding@^7.24.7", "@babel/plugin-transform-optional-catch-binding@^7.27.1":
+"@babel/plugin-transform-optional-catch-binding@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz"
integrity sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-optional-chaining@^7.0.0-0", "@babel/plugin-transform-optional-chaining@^7.24.8", "@babel/plugin-transform-optional-chaining@^7.27.1":
+"@babel/plugin-transform-optional-chaining@^7.0.0-0", "@babel/plugin-transform-optional-chaining@^7.24.8":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz"
integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==
@@ -766,7 +593,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-private-methods@^7.24.7", "@babel/plugin-transform-private-methods@^7.27.1":
+"@babel/plugin-transform-private-methods@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz"
integrity sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==
@@ -774,7 +601,7 @@
"@babel/helper-create-class-features-plugin" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-private-property-in-object@^7.24.7", "@babel/plugin-transform-private-property-in-object@^7.27.1":
+"@babel/plugin-transform-private-property-in-object@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz"
integrity sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==
@@ -783,13 +610,6 @@
"@babel/helper-create-class-features-plugin" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-property-literals@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz"
- integrity sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
"@babel/plugin-transform-react-display-name@^7.24.7", "@babel/plugin-transform-react-display-name@^7.25.9":
version "7.25.9"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz"
@@ -837,28 +657,13 @@
"@babel/helper-annotate-as-pure" "^7.25.9"
"@babel/helper-plugin-utils" "^7.25.9"
-"@babel/plugin-transform-regenerator@^7.24.7", "@babel/plugin-transform-regenerator@^7.27.1":
+"@babel/plugin-transform-regenerator@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.1.tgz"
integrity sha512-B19lbbL7PMrKr52BNPjCqg1IyNUIjTcxKj8uX9zHO+PmWN93s19NDr/f69mIkEp2x9nmDJ08a7lgHaTTzvW7mw==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-regexp-modifiers@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz"
- integrity sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-reserved-words@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz"
- integrity sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
"@babel/plugin-transform-runtime@^7.24.7":
version "7.26.10"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.10.tgz"
@@ -871,14 +676,14 @@
babel-plugin-polyfill-regenerator "^0.6.1"
semver "^6.3.1"
-"@babel/plugin-transform-shorthand-properties@^7.0.0-0", "@babel/plugin-transform-shorthand-properties@^7.24.7", "@babel/plugin-transform-shorthand-properties@^7.27.1":
+"@babel/plugin-transform-shorthand-properties@^7.0.0-0", "@babel/plugin-transform-shorthand-properties@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz"
integrity sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-spread@^7.24.7", "@babel/plugin-transform-spread@^7.27.1":
+"@babel/plugin-transform-spread@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz"
integrity sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==
@@ -886,27 +691,20 @@
"@babel/helper-plugin-utils" "^7.27.1"
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
-"@babel/plugin-transform-sticky-regex@^7.24.7", "@babel/plugin-transform-sticky-regex@^7.27.1":
+"@babel/plugin-transform-sticky-regex@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz"
integrity sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-template-literals@^7.0.0-0", "@babel/plugin-transform-template-literals@^7.27.1":
+"@babel/plugin-transform-template-literals@^7.0.0-0":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz"
integrity sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-typeof-symbol@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz"
- integrity sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.27.0":
version "7.27.0"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz"
@@ -918,22 +716,7 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
"@babel/plugin-syntax-typescript" "^7.25.9"
-"@babel/plugin-transform-unicode-escapes@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz"
- integrity sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==
- dependencies:
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-unicode-property-regex@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz"
- integrity sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/plugin-transform-unicode-regex@^7.0.0-0", "@babel/plugin-transform-unicode-regex@^7.24.7", "@babel/plugin-transform-unicode-regex@^7.27.1":
+"@babel/plugin-transform-unicode-regex@^7.0.0-0", "@babel/plugin-transform-unicode-regex@^7.24.7":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz"
integrity sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==
@@ -941,89 +724,6 @@
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
-"@babel/plugin-transform-unicode-sets-regex@^7.27.1":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz"
- integrity sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
-
-"@babel/preset-env@^7.1.6":
- version "7.27.1"
- resolved "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.27.1.tgz"
- integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
- dependencies:
- "@babel/compat-data" "^7.27.1"
- "@babel/helper-compilation-targets" "^7.27.1"
- "@babel/helper-plugin-utils" "^7.27.1"
- "@babel/helper-validator-option" "^7.27.1"
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
- "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
- "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
- "@babel/plugin-syntax-import-assertions" "^7.27.1"
- "@babel/plugin-syntax-import-attributes" "^7.27.1"
- "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
- "@babel/plugin-transform-arrow-functions" "^7.27.1"
- "@babel/plugin-transform-async-generator-functions" "^7.27.1"
- "@babel/plugin-transform-async-to-generator" "^7.27.1"
- "@babel/plugin-transform-block-scoped-functions" "^7.27.1"
- "@babel/plugin-transform-block-scoping" "^7.27.1"
- "@babel/plugin-transform-class-properties" "^7.27.1"
- "@babel/plugin-transform-class-static-block" "^7.27.1"
- "@babel/plugin-transform-classes" "^7.27.1"
- "@babel/plugin-transform-computed-properties" "^7.27.1"
- "@babel/plugin-transform-destructuring" "^7.27.1"
- "@babel/plugin-transform-dotall-regex" "^7.27.1"
- "@babel/plugin-transform-duplicate-keys" "^7.27.1"
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
- "@babel/plugin-transform-dynamic-import" "^7.27.1"
- "@babel/plugin-transform-exponentiation-operator" "^7.27.1"
- "@babel/plugin-transform-export-namespace-from" "^7.27.1"
- "@babel/plugin-transform-for-of" "^7.27.1"
- "@babel/plugin-transform-function-name" "^7.27.1"
- "@babel/plugin-transform-json-strings" "^7.27.1"
- "@babel/plugin-transform-literals" "^7.27.1"
- "@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
- "@babel/plugin-transform-member-expression-literals" "^7.27.1"
- "@babel/plugin-transform-modules-amd" "^7.27.1"
- "@babel/plugin-transform-modules-commonjs" "^7.27.1"
- "@babel/plugin-transform-modules-systemjs" "^7.27.1"
- "@babel/plugin-transform-modules-umd" "^7.27.1"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
- "@babel/plugin-transform-new-target" "^7.27.1"
- "@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
- "@babel/plugin-transform-numeric-separator" "^7.27.1"
- "@babel/plugin-transform-object-rest-spread" "^7.27.1"
- "@babel/plugin-transform-object-super" "^7.27.1"
- "@babel/plugin-transform-optional-catch-binding" "^7.27.1"
- "@babel/plugin-transform-optional-chaining" "^7.27.1"
- "@babel/plugin-transform-parameters" "^7.27.1"
- "@babel/plugin-transform-private-methods" "^7.27.1"
- "@babel/plugin-transform-private-property-in-object" "^7.27.1"
- "@babel/plugin-transform-property-literals" "^7.27.1"
- "@babel/plugin-transform-regenerator" "^7.27.1"
- "@babel/plugin-transform-regexp-modifiers" "^7.27.1"
- "@babel/plugin-transform-reserved-words" "^7.27.1"
- "@babel/plugin-transform-shorthand-properties" "^7.27.1"
- "@babel/plugin-transform-spread" "^7.27.1"
- "@babel/plugin-transform-sticky-regex" "^7.27.1"
- "@babel/plugin-transform-template-literals" "^7.27.1"
- "@babel/plugin-transform-typeof-symbol" "^7.27.1"
- "@babel/plugin-transform-unicode-escapes" "^7.27.1"
- "@babel/plugin-transform-unicode-property-regex" "^7.27.1"
- "@babel/plugin-transform-unicode-regex" "^7.27.1"
- "@babel/plugin-transform-unicode-sets-regex" "^7.27.1"
- "@babel/preset-modules" "0.1.6-no-external-plugins"
- babel-plugin-polyfill-corejs2 "^0.4.10"
- babel-plugin-polyfill-corejs3 "^0.11.0"
- babel-plugin-polyfill-regenerator "^0.6.1"
- core-js-compat "^3.40.0"
- semver "^6.3.1"
-
"@babel/preset-flow@^7.13.13":
version "7.25.9"
resolved "https://registry.npmmirror.com/@babel/preset-flow/-/preset-flow-7.25.9.tgz"
@@ -1033,15 +733,6 @@
"@babel/helper-validator-option" "^7.25.9"
"@babel/plugin-transform-flow-strip-types" "^7.25.9"
-"@babel/preset-modules@0.1.6-no-external-plugins":
- version "0.1.6-no-external-plugins"
- resolved "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz"
- integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/types" "^7.4.4"
- esutils "^2.0.2"
-
"@babel/preset-react@^7.22.15":
version "7.26.3"
resolved "https://registry.npmmirror.com/@babel/preset-react/-/preset-react-7.26.3.tgz"
@@ -1118,7 +809,7 @@
debug "^4.3.1"
globals "^11.1.0"
-"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.27.1", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
+"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.27.1", "@babel/types@^7.3.3":
version "7.27.1"
resolved "https://registry.npmmirror.com/@babel/types/-/types-7.27.1.tgz"
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
@@ -1348,7 +1039,7 @@
json5 "^2.2.3"
write-file-atomic "^2.3.0"
-"@expo/metro-config@~0.19.12", "@expo/metro-config@0.19.12":
+"@expo/metro-config@0.19.12", "@expo/metro-config@~0.19.12":
version "0.19.12"
resolved "https://registry.npmmirror.com/@expo/metro-config/-/metro-config-0.19.12.tgz"
integrity sha512-fhT3x1ikQWHpZgw7VrEghBdscFPz1laRYa8WcVRB18nTTqorF6S8qPYslkJu1faEziHZS7c2uyDzTYnrg/CKbg==
@@ -1372,7 +1063,7 @@
postcss "~8.4.32"
resolve-from "^5.0.0"
-"@expo/metro-runtime@*", "@expo/metro-runtime@~4.0.1":
+"@expo/metro-runtime@~4.0.1":
version "4.0.1"
resolved "https://registry.npmmirror.com/@expo/metro-runtime/-/metro-runtime-4.0.1.tgz"
integrity sha512-CRpbLvdJ1T42S+lrYa1iZp1KfDeBp4oeZOK3hdpiS5n0vR0nhD6sC1gGF0sTboCTp64tLteikz5Y3j53dvgOIw==
@@ -1639,7 +1330,7 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"
-"@jsamr/counter-style@^1.0.0 || ^2.0.0", "@jsamr/counter-style@^2.0.1":
+"@jsamr/counter-style@^2.0.1":
version "2.0.2"
resolved "https://registry.npmmirror.com/@jsamr/counter-style/-/counter-style-2.0.2.tgz"
integrity sha512-2mXudGVtSzVxWEA7B9jZLKjoXUeUFYDDtFrQoC0IFX9/Dszz4t1vZOmafi3JSw/FxD+udMQ+4TAFR8Qs0J3URQ==
@@ -1679,7 +1370,7 @@
"@nodelib/fs.stat" "2.0.5"
run-parallel "^1.1.9"
-"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
+"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
version "2.0.5"
resolved "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
@@ -1773,14 +1464,15 @@
semver "^7.3.5"
"@npmcli/git@^6.0.0", "@npmcli/git@^6.0.1":
- version "6.0.1"
+ version "6.0.3"
+ resolved "https://registry.npmmirror.com/@npmcli/git/-/git-6.0.3.tgz#966cbb228514372877de5244db285b199836f3aa"
+ integrity sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==
dependencies:
"@npmcli/promise-spawn" "^8.0.0"
ini "^5.0.0"
lru-cache "^10.0.1"
npm-pick-manifest "^10.0.0"
proc-log "^5.0.0"
- promise-inflight "^1.0.1"
promise-retry "^2.0.1"
semver "^7.3.5"
which "^5.0.0"
@@ -1825,15 +1517,17 @@
integrity sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==
"@npmcli/package-json@^6.0.0", "@npmcli/package-json@^6.0.1", "@npmcli/package-json@^6.1.0":
- version "6.1.0"
+ version "6.1.1"
+ resolved "https://registry.npmmirror.com/@npmcli/package-json/-/package-json-6.1.1.tgz#78ff92d138fdcb85f31cab907455d5db96d017cb"
+ integrity sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==
dependencies:
"@npmcli/git" "^6.0.0"
glob "^10.2.2"
hosted-git-info "^8.0.0"
json-parse-even-better-errors "^4.0.0"
- normalize-package-data "^7.0.0"
proc-log "^5.0.0"
semver "^7.5.3"
+ validate-npm-package-license "^3.0.4"
"@npmcli/promise-spawn@^8.0.0", "@npmcli/promise-spawn@^8.0.2":
version "8.0.2"
@@ -1843,15 +1537,21 @@
which "^5.0.0"
"@npmcli/query@^4.0.0":
- version "4.0.0"
+ version "4.0.1"
+ resolved "https://registry.npmmirror.com/@npmcli/query/-/query-4.0.1.tgz#f8a538807f2d0059c0bee7f4a1f712b73ae47603"
+ integrity sha512-4OIPFb4weUUwkDXJf4Hh1inAn8neBGq3xsH4ZsAaN6FK3ldrFkH7jSpCc7N9xesi0Sp+EBXJ9eGMDrEww2Ztqw==
dependencies:
- postcss-selector-parser "^6.1.2"
+ postcss-selector-parser "^7.0.0"
"@npmcli/redact@^3.0.0":
- version "3.0.0"
+ version "3.2.0"
+ resolved "https://registry.npmmirror.com/@npmcli/redact/-/redact-3.2.0.tgz#d13f8c27221d9c400f552a531e8d2f80fed6ca1a"
+ integrity sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==
"@npmcli/run-script@^9.0.0", "@npmcli/run-script@^9.0.1":
- version "9.0.2"
+ version "9.1.0"
+ resolved "https://registry.npmmirror.com/@npmcli/run-script/-/run-script-9.1.0.tgz#6168c2be4703fe5ed31acb08a2151cb620ed30a4"
+ integrity sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==
dependencies:
"@npmcli/node-gyp" "^4.0.0"
"@npmcli/package-json" "^6.0.0"
@@ -2026,16 +1726,16 @@
hermes-parser "0.23.1"
nullthrows "^1.1.1"
-"@react-native/normalize-colors@^0.74.1":
- version "0.74.89"
- resolved "https://registry.npmmirror.com/@react-native/normalize-colors/-/normalize-colors-0.74.89.tgz"
- integrity sha512-qoMMXddVKVhZ8PA1AbUCk83trpd6N+1nF2A6k1i6LsQObyS92fELuk8kU/lQs6M7BsMHwqyLCpQJ1uFgNvIQXg==
-
"@react-native/normalize-colors@0.76.7":
version "0.76.7"
resolved "https://registry.npmmirror.com/@react-native/normalize-colors/-/normalize-colors-0.76.7.tgz"
integrity sha512-ST1xxBuYVIXPdD81dR6+tzIgso7m3pa9+6rOBXTh5Xm7KEEFik7tnQX+GydXYMp3wr1gagJjragdXkPnxK6WNg==
+"@react-native/normalize-colors@^0.74.1":
+ version "0.74.89"
+ resolved "https://registry.npmmirror.com/@react-native/normalize-colors/-/normalize-colors-0.74.89.tgz"
+ integrity sha512-qoMMXddVKVhZ8PA1AbUCk83trpd6N+1nF2A6k1i6LsQObyS92fELuk8kU/lQs6M7BsMHwqyLCpQJ1uFgNvIQXg==
+
"@react-native/virtualized-lists@0.76.7":
version "0.76.7"
resolved "https://registry.npmmirror.com/@react-native/virtualized-lists/-/virtualized-lists-0.76.7.tgz"
@@ -2044,59 +1744,59 @@
invariant "^2.2.4"
nullthrows "^1.1.1"
-"@react-navigation/bottom-tabs@^7.3.12":
- version "7.3.12"
- resolved "https://registry.npmmirror.com/@react-navigation/bottom-tabs/-/bottom-tabs-7.3.12.tgz"
- integrity sha512-LcftVEABsxXufopvzBJvQpyXDYHjjbOMvoJYsQesKfFYC5/hKPpA0olErVZr0e6zK8zcyD7DJZQV+OeFdjcaug==
+"@react-navigation/bottom-tabs@^7.3.3":
+ version "7.3.3"
+ resolved "https://registry.npmmirror.com/@react-navigation/bottom-tabs/-/bottom-tabs-7.3.3.tgz"
+ integrity sha512-194WSK3nhmU4M4MK6H2A+FFMk23xAcYZjDukcg0BDkx6+ybHHMaYT73vBTXXUfn5U72cKh+u26g5lkHe78YvFw==
dependencies:
- "@react-navigation/elements" "^2.4.1"
+ "@react-navigation/elements" "^2.3.1"
color "^4.2.3"
-"@react-navigation/core@^7.9.1":
- version "7.9.1"
- resolved "https://registry.npmmirror.com/@react-navigation/core/-/core-7.9.1.tgz"
- integrity sha512-HfbsYyfD5EzTicZVv1Zpw3loYguhHSs9Ztq9K3WccyfuV4Y/+XRrMgIv7B5n6ySfQGyviPcdCEl3d1A109FhUQ==
+"@react-navigation/core@^7.7.0":
+ version "7.7.0"
+ resolved "https://registry.npmmirror.com/@react-navigation/core/-/core-7.7.0.tgz"
+ integrity sha512-u8GaO4QuX5VyfLk7s6dw10W/zl5c0NKOPocjYfWO4Wiaq4VROY00jjVcc1oYPEhDn5XXonx7U0l7jYYUA0cHlQ==
dependencies:
- "@react-navigation/routers" "^7.3.7"
+ "@react-navigation/routers" "^7.3.1"
escape-string-regexp "^4.0.0"
- nanoid "^3.3.11"
+ nanoid "3.3.8"
query-string "^7.1.3"
- react-is "^19.1.0"
- use-latest-callback "^0.2.3"
- use-sync-external-store "^1.5.0"
+ react-is "^18.2.0"
+ use-latest-callback "^0.2.1"
+ use-sync-external-store "^1.2.2"
-"@react-navigation/elements@^2.4.1":
- version "2.4.1"
- resolved "https://registry.npmmirror.com/@react-navigation/elements/-/elements-2.4.1.tgz"
- integrity sha512-L10zs15NSgx+Msd6UmUfPx8+bEe/KnhcNFKsoPbz0U49sJdU6qogcbNAPi1RUs4UDtfnnubUhbXZxfaYJTCwCA==
+"@react-navigation/elements@^2.3.1":
+ version "2.3.1"
+ resolved "https://registry.npmmirror.com/@react-navigation/elements/-/elements-2.3.1.tgz"
+ integrity sha512-94lFVh/yjqPjahHo8zQBggooXVHr791Frpp0v/3idsn9J8tRrzTMQVgjDNNNbSPj7PZtvh/N9EiEq5sVf/vmxA==
dependencies:
color "^4.2.3"
-"@react-navigation/native-stack@^7.3.12":
- version "7.3.12"
- resolved "https://registry.npmmirror.com/@react-navigation/native-stack/-/native-stack-7.3.12.tgz"
- integrity sha512-Iww8WUngxdDbI8zI1HG7C4Ath1At7R87S16OwS+rFQRGKT6h7xhdB23HAdTF+NgS/fsfFY9LE3QMEof7nrUe0A==
+"@react-navigation/native-stack@^7.3.3":
+ version "7.3.3"
+ resolved "https://registry.npmmirror.com/@react-navigation/native-stack/-/native-stack-7.3.3.tgz"
+ integrity sha512-piUO4MzYPrdiolrB/FKU25216MPQHd+90tIE2uwqioRLzEAcv78f0Pugi2Hp7RSOMmNjLIIGk6QMwZqr/ot9KQ==
dependencies:
- "@react-navigation/elements" "^2.4.1"
+ "@react-navigation/elements" "^2.3.1"
warn-once "^0.1.1"
-"@react-navigation/native@^7.1.8":
- version "7.1.8"
- resolved "https://registry.npmmirror.com/@react-navigation/native/-/native-7.1.8.tgz"
- integrity sha512-ryKd/qNigi1pUp6mBb2pq75ese7AZ/Cl3xEmTG6PcUGMfMqAMMrmmVbgiys0h8zCGY2tSBSqnDHbGW1/ZtOoKg==
+"@react-navigation/native@^7.0.19":
+ version "7.0.19"
+ resolved "https://registry.npmmirror.com/@react-navigation/native/-/native-7.0.19.tgz"
+ integrity sha512-6UDTFVM91FIUaXF5OZ7GHb+XZK6yAktqdTOBOtn3goIyafKz0OUo+ukxe+tPGpr+E9ZQjdZDCseIH6HOI/k8rw==
dependencies:
- "@react-navigation/core" "^7.9.1"
+ "@react-navigation/core" "^7.7.0"
escape-string-regexp "^4.0.0"
fast-deep-equal "^3.1.3"
- nanoid "^3.3.11"
- use-latest-callback "^0.2.3"
+ nanoid "3.3.8"
+ use-latest-callback "^0.2.1"
-"@react-navigation/routers@^7.3.7":
- version "7.3.7"
- resolved "https://registry.npmmirror.com/@react-navigation/routers/-/routers-7.3.7.tgz"
- integrity sha512-5ffgrefOs2zWqcCVX+OKn+RDx0puopQtxqetegFrTfWQ6pGXdY/5v4kBpPwaOFrNEeE/LPbHt9IJaJuvyhB7RA==
+"@react-navigation/routers@^7.3.1":
+ version "7.3.1"
+ resolved "https://registry.npmmirror.com/@react-navigation/routers/-/routers-7.3.1.tgz"
+ integrity sha512-d0hJi4eZJQB84JtHlA3HDR9VHoKDfyknSCdz/7a3Mdz1OJDZsvU+qjfK2c9mxNFd+ak/ekLhEkwwh8QtVF0faw==
dependencies:
- nanoid "^3.3.11"
+ nanoid "3.3.8"
"@segment/loosely-validate-event@^2.0.0":
version "2.0.0"
@@ -2106,41 +1806,51 @@
component-type "^1.2.1"
join-component "^1.1.0"
-"@sigstore/bundle@^3.0.0":
- version "3.0.0"
+"@sigstore/bundle@^3.1.0":
+ version "3.1.0"
+ resolved "https://registry.npmmirror.com/@sigstore/bundle/-/bundle-3.1.0.tgz#74f8f3787148400ddd364be8a9a9212174c66646"
+ integrity sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==
dependencies:
- "@sigstore/protobuf-specs" "^0.3.2"
+ "@sigstore/protobuf-specs" "^0.4.0"
"@sigstore/core@^2.0.0":
version "2.0.0"
resolved "https://registry.npmmirror.com/@sigstore/core/-/core-2.0.0.tgz"
integrity sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==
-"@sigstore/protobuf-specs@^0.3.2":
- version "0.3.2"
+"@sigstore/protobuf-specs@^0.4.0", "@sigstore/protobuf-specs@^0.4.1":
+ version "0.4.1"
+ resolved "https://registry.npmmirror.com/@sigstore/protobuf-specs/-/protobuf-specs-0.4.1.tgz#8b997d833fcee17695d1b5879cc7822221f7006c"
+ integrity sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==
-"@sigstore/sign@^3.0.0":
- version "3.0.0"
+"@sigstore/sign@^3.1.0":
+ version "3.1.0"
+ resolved "https://registry.npmmirror.com/@sigstore/sign/-/sign-3.1.0.tgz#5d098d4d2b59a279e9ac9b51c794104cda0c649e"
+ integrity sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==
dependencies:
- "@sigstore/bundle" "^3.0.0"
+ "@sigstore/bundle" "^3.1.0"
"@sigstore/core" "^2.0.0"
- "@sigstore/protobuf-specs" "^0.3.2"
- make-fetch-happen "^14.0.1"
+ "@sigstore/protobuf-specs" "^0.4.0"
+ make-fetch-happen "^14.0.2"
proc-log "^5.0.0"
promise-retry "^2.0.1"
-"@sigstore/tuf@^3.0.0":
- version "3.0.0"
+"@sigstore/tuf@^3.0.0", "@sigstore/tuf@^3.1.0":
+ version "3.1.1"
+ resolved "https://registry.npmmirror.com/@sigstore/tuf/-/tuf-3.1.1.tgz#b01b261288f646e0da57737782893e7d2695c52e"
+ integrity sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==
dependencies:
- "@sigstore/protobuf-specs" "^0.3.2"
+ "@sigstore/protobuf-specs" "^0.4.1"
tuf-js "^3.0.1"
-"@sigstore/verify@^2.0.0":
- version "2.0.0"
+"@sigstore/verify@^2.1.0":
+ version "2.1.1"
+ resolved "https://registry.npmmirror.com/@sigstore/verify/-/verify-2.1.1.tgz#f67730012cd474f595044c3717f32ac2a1e9d2bc"
+ integrity sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==
dependencies:
- "@sigstore/bundle" "^3.0.0"
+ "@sigstore/bundle" "^3.1.0"
"@sigstore/core" "^2.0.0"
- "@sigstore/protobuf-specs" "^0.3.2"
+ "@sigstore/protobuf-specs" "^0.4.1"
"@sinclair/typebox@^0.27.8":
version "0.27.8"
@@ -2215,7 +1925,7 @@
"@svgr/babel-plugin-transform-react-native-svg" "8.1.0"
"@svgr/babel-plugin-transform-svg-component" "8.0.0"
-"@svgr/core@*", "@svgr/core@^8.1.0":
+"@svgr/core@^8.1.0":
version "8.1.0"
resolved "https://registry.npmmirror.com/@svgr/core/-/core-8.1.0.tgz"
integrity sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==
@@ -2369,14 +2079,14 @@
"@types/react" "*"
"@types/react-native" "^0.70"
-"@types/react-native@*", "@types/react-native@^0.70":
+"@types/react-native@^0.70":
version "0.70.19"
resolved "https://registry.npmmirror.com/@types/react-native/-/react-native-0.70.19.tgz"
integrity sha512-c6WbyCgWTBgKKMESj/8b4w+zWcZSsCforson7UdXtXMecG3MxCinYi6ihhrHVPyUrVzORsvEzK8zg32z4pK6Sg==
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@^18.2.6", "@types/react@>=18.0.0", "@types/react@~18.3.12":
+"@types/react@*", "@types/react@~18.3.12":
version "18.3.20"
resolved "https://registry.npmmirror.com/@types/react/-/react-18.3.20.tgz"
integrity sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==
@@ -2432,11 +2142,10 @@
resolved "https://registry.npmmirror.com/@xmldom/xmldom/-/xmldom-0.7.13.tgz"
integrity sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==
-abbrev@^2.0.0:
- version "2.0.0"
-
abbrev@^3.0.0:
- version "3.0.0"
+ version "3.0.1"
+ resolved "https://registry.npmmirror.com/abbrev/-/abbrev-3.0.1.tgz#8ac8b3b5024d31464fe2a5feeea9f4536bf44025"
+ integrity sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==
abort-controller@^3.0.0:
version "3.0.0"
@@ -2458,10 +2167,10 @@ acorn@^8.8.2:
resolved "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz"
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
-agent-base@^7.0.2, agent-base@^7.1.0, agent-base@^7.1.1:
- version "7.1.1"
- dependencies:
- debug "^4.3.4"
+agent-base@^7.1.0, agent-base@^7.1.2:
+ version "7.1.3"
+ resolved "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.3.tgz#29435eb821bc4194633a5b89e5bc4703bafc25a1"
+ integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==
aggregate-error@^3.0.0:
version "3.1.0"
@@ -2471,16 +2180,6 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
-ajv@8.11.0:
- version "8.11.0"
- resolved "https://registry.npmmirror.com/ajv/-/ajv-8.11.0.tgz"
- integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
- dependencies:
- fast-deep-equal "^3.1.1"
- json-schema-traverse "^1.0.0"
- require-from-string "^2.0.2"
- uri-js "^4.2.2"
-
anser@^1.4.9:
version "1.4.10"
resolved "https://registry.npmmirror.com/anser/-/anser-1.4.10.tgz"
@@ -2808,13 +2507,6 @@ bplist-creator@0.1.0:
dependencies:
stream-buffers "2.2.x"
-bplist-parser@^0.3.1:
- version "0.3.2"
- resolved "https://registry.npmmirror.com/bplist-parser/-/bplist-parser-0.3.2.tgz"
- integrity sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==
- dependencies:
- big-integer "1.6.x"
-
bplist-parser@0.3.1:
version "0.3.1"
resolved "https://registry.npmmirror.com/bplist-parser/-/bplist-parser-0.3.1.tgz"
@@ -2822,6 +2514,13 @@ bplist-parser@0.3.1:
dependencies:
big-integer "1.6.x"
+bplist-parser@^0.3.1:
+ version "0.3.2"
+ resolved "https://registry.npmmirror.com/bplist-parser/-/bplist-parser-0.3.2.tgz"
+ integrity sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==
+ dependencies:
+ big-integer "1.6.x"
+
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz"
@@ -2844,7 +2543,7 @@ braces@^3.0.3:
dependencies:
fill-range "^7.1.1"
-browserslist@^4.24.0, browserslist@^4.24.4, "browserslist@>= 4.21.0":
+browserslist@^4.24.0, browserslist@^4.24.4:
version "4.24.4"
resolved "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz"
integrity sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==
@@ -2985,16 +2684,7 @@ caniuse-lite@^1.0.30001688:
resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz"
integrity sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==
-chalk@^2.0.1:
- version "2.4.2"
- resolved "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz"
- integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
- dependencies:
- ansi-styles "^3.2.1"
- escape-string-regexp "^1.0.5"
- supports-color "^5.3.0"
-
-chalk@^2.4.2:
+chalk@^2.0.1, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -3012,7 +2702,9 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
supports-color "^7.1.0"
chalk@^5.3.0:
- version "5.3.0"
+ version "5.4.1"
+ resolved "https://registry.npmmirror.com/chalk/-/chalk-5.4.1.tgz"
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
character-entities-html4@^1.0.0:
version "1.1.4"
@@ -3072,10 +2764,14 @@ ci-info@^3.2.0, ci-info@^3.3.0:
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
ci-info@^4.0.0, ci-info@^4.1.0:
- version "4.1.0"
+ version "4.2.0"
+ resolved "https://registry.npmmirror.com/ci-info/-/ci-info-4.2.0.tgz#cbd21386152ebfe1d56f280a3b5feccbd96764c7"
+ integrity sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==
cidr-regex@^4.1.1:
- version "4.1.1"
+ version "4.1.3"
+ resolved "https://registry.npmmirror.com/cidr-regex/-/cidr-regex-4.1.3.tgz#df94af8ac16fc2e0791e2824693b957ff1ac4d3e"
+ integrity sha512-86M1y3ZeQvpZkZejQCcS+IaSWjlDUC+ORP0peScQ4uEUFCZ8bEQVz7NlJHqysoUb6w3zCjx4Mq/8/2RHhMwHYw==
dependencies:
ip-regex "^5.0.0"
@@ -3141,14 +2837,7 @@ cmd-shim@^7.0.0:
resolved "https://registry.npmmirror.com/cmd-shim/-/cmd-shim-7.0.0.tgz"
integrity sha512-rtpaCbr164TPPh+zFdkWpCyZuKkjpAzODfaZCf/SVJZzJN+4bHQb/LP3Jzq5/+84um3XXY8r548XiWKSborwVw==
-color-convert@^1.9.0:
- version "1.9.3"
- resolved "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz"
- integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
- dependencies:
- color-name "1.1.3"
-
-color-convert@^1.9.3:
+color-convert@^1.9.0, color-convert@^1.9.3:
version "1.9.3"
resolved "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz"
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -3162,16 +2851,16 @@ color-convert@^2.0.1:
dependencies:
color-name "~1.1.4"
-color-name@^1.0.0, color-name@~1.1.4:
- version "1.1.4"
- resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz"
- integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-
color-name@1.1.3:
version "1.1.3"
resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz"
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
+color-name@^1.0.0, color-name@~1.1.4:
+ version "1.1.4"
+ resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz"
+ integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
+
color-string@^1.6.0, color-string@^1.9.0:
version "1.9.1"
resolved "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz"
@@ -3328,13 +3017,6 @@ cross-spawn@^6.0.0:
shebang-command "^1.2.0"
which "^1.2.9"
-cross-spawn@^7.0.0:
- version "7.0.6"
- dependencies:
- path-key "^3.1.0"
- shebang-command "^2.0.0"
- which "^2.0.1"
-
cross-spawn@^7.0.3, cross-spawn@^7.0.6:
version "7.0.6"
resolved "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz"
@@ -3432,19 +3114,19 @@ csstype@^3.0.2, csstype@^3.0.8, csstype@^3.0.9:
resolved "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
-debug@^2.2.0:
+debug@2.6.9, debug@^2.2.0, debug@^2.6.9:
version "2.6.9"
resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
ms "2.0.0"
-debug@^2.6.9:
- version "2.6.9"
- resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz"
- integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
+debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6:
+ version "4.4.0"
+ resolved "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz"
+ integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
dependencies:
- ms "2.0.0"
+ ms "^2.1.3"
debug@^3.1.0:
version "3.2.7"
@@ -3453,25 +3135,6 @@ debug@^3.1.0:
dependencies:
ms "^2.1.1"
-debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
- version "4.4.0"
- resolved "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz"
- integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
- dependencies:
- ms "^2.1.3"
-
-debug@^4.3.6, debug@4:
- version "4.3.7"
- dependencies:
- ms "^2.1.3"
-
-debug@2.6.9:
- version "2.6.9"
- resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz"
- integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
- dependencies:
- ms "2.0.0"
-
decode-uri-component@^0.2.2:
version "0.2.2"
resolved "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz"
@@ -3797,11 +3460,6 @@ esprima@^4.0.0, esprima@~4.0.0:
resolved "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
-esutils@^2.0.2:
- version "2.0.3"
- resolved "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz"
- integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
-
etag@~1.8.1:
version "1.8.1"
resolved "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz"
@@ -3892,39 +3550,6 @@ expo-crypto@~14.0.2:
dependencies:
base64-js "^1.3.0"
-expo-dev-client@~5.0.20:
- version "5.0.20"
- resolved "https://registry.npmmirror.com/expo-dev-client/-/expo-dev-client-5.0.20.tgz"
- integrity sha512-bLNkHdU7V3I4UefgJbJnIDUBUL0LxIal/xYEx9BbgDd3B7wgQKY//+BpPIxBOKCQ22lkyiHY8y9tLhO903sAgg==
- dependencies:
- expo-dev-launcher "5.0.35"
- expo-dev-menu "6.0.25"
- expo-dev-menu-interface "1.9.3"
- expo-manifests "~0.15.8"
- expo-updates-interface "~1.0.0"
-
-expo-dev-launcher@5.0.35:
- version "5.0.35"
- resolved "https://registry.npmmirror.com/expo-dev-launcher/-/expo-dev-launcher-5.0.35.tgz"
- integrity sha512-hEQr0ZREnUMxZ6wtQgfK1lzYnbb0zar3HqYZhmANzXmE6UEPbQ4GByLzhpfz/d+xxdBVQZsrHdtiV28KPG2sog==
- dependencies:
- ajv "8.11.0"
- expo-dev-menu "6.0.25"
- expo-manifests "~0.15.8"
- resolve-from "^5.0.0"
-
-expo-dev-menu-interface@1.9.3:
- version "1.9.3"
- resolved "https://registry.npmmirror.com/expo-dev-menu-interface/-/expo-dev-menu-interface-1.9.3.tgz"
- integrity sha512-KY/dWTBE1l47i9V366JN5rC6YIdOc9hz8yAmZzkl5DrPia5l3M2WIjtnpHC9zUkNjiSiG2urYoOAq4H/uLdmyg==
-
-expo-dev-menu@6.0.25:
- version "6.0.25"
- resolved "https://registry.npmmirror.com/expo-dev-menu/-/expo-dev-menu-6.0.25.tgz"
- integrity sha512-K2m4z/I+CPWbMtHlDzU68lHaQs52De0v5gbsjAmA5ig8FrYh4MKZvPxSVANaiKENzgmtglu8qaFh7ua9Gt2TfA==
- dependencies:
- expo-dev-menu-interface "1.9.3"
-
expo-file-system@~18.0.12:
version "18.0.12"
resolved "https://registry.npmmirror.com/expo-file-system/-/expo-file-system-18.0.12.tgz"
@@ -3939,16 +3564,6 @@ expo-font@~13.0.4:
dependencies:
fontfaceobserver "^2.1.0"
-expo-image@~2.0.7:
- version "2.0.7"
- resolved "https://registry.npmmirror.com/expo-image/-/expo-image-2.0.7.tgz"
- integrity sha512-kv40OIJOkItwznhdqFmKxTMC5O8GkpyTf8ng7Py4Hy6IBiH59dkeP6vUZQhzPhJOm5v1kZK4XldbskBosqzOug==
-
-expo-json-utils@~0.14.0:
- version "0.14.0"
- resolved "https://registry.npmmirror.com/expo-json-utils/-/expo-json-utils-0.14.0.tgz"
- integrity sha512-xjGfK9dL0B1wLnOqNkX0jM9p48Y0I5xEPzHude28LY67UmamUyAACkqhZGaPClyPNfdzczk7Ej6WaRMT3HfXvw==
-
expo-keep-awake@~14.0.3:
version "14.0.3"
resolved "https://registry.npmmirror.com/expo-keep-awake/-/expo-keep-awake-14.0.3.tgz"
@@ -3974,14 +3589,6 @@ expo-localization@^16.0.1:
dependencies:
rtl-detect "^1.0.2"
-expo-manifests@~0.15.8:
- version "0.15.8"
- resolved "https://registry.npmmirror.com/expo-manifests/-/expo-manifests-0.15.8.tgz"
- integrity sha512-VuIyaMfRfLZeETNsRohqhy1l7iZ7I+HKMPfZXVL2Yn17TT0WkOhZoq1DzYwPbOHPgp1Uk6phNa86EyaHrD2DLw==
- dependencies:
- "@expo/config" "~10.0.11"
- expo-json-utils "~0.14.0"
-
expo-modules-autolinking@2.0.8:
version "2.0.8"
resolved "https://registry.npmmirror.com/expo-modules-autolinking/-/expo-modules-autolinking-2.0.8.tgz"
@@ -4015,16 +3622,6 @@ expo-status-bar@~2.0.1:
resolved "https://registry.npmmirror.com/expo-status-bar/-/expo-status-bar-2.0.1.tgz"
integrity sha512-AkIPX7jWHRPp83UBZ1iXtVvyr0g+DgBVvIXTtlmPtmUsm8Vq9Bb5IGj86PW8osuFlgoTVAg7HI/+Ok7yEYwiRg==
-expo-updates-interface@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npmmirror.com/expo-updates-interface/-/expo-updates-interface-1.0.0.tgz"
- integrity sha512-93oWtvULJOj+Pp+N/lpTcFfuREX1wNeHtp7Lwn8EbzYYmdn37MvZU3TPW2tYYCZuhzmKEXnUblYcruYoDu7IrQ==
-
-expo-video@~2.0.6:
- version "2.0.6"
- resolved "https://registry.npmmirror.com/expo-video/-/expo-video-2.0.6.tgz"
- integrity sha512-oDorKwjreHT596oY6ZfktbDa3VF+Sq7gVsTbnQ4QVqGYL13mIO0s+h4y9xMyG/cDWyFpiRc4UT8KkPdxL0wViQ==
-
expo-web-browser@~14.0.2:
version "14.0.2"
resolved "https://registry.npmmirror.com/expo-web-browser/-/expo-web-browser-14.0.2.tgz"
@@ -4059,7 +3656,7 @@ exponential-backoff@^3.1.1:
resolved "https://registry.npmmirror.com/exponential-backoff/-/exponential-backoff-3.1.2.tgz"
integrity sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==
-fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
+fast-deep-equal@^3.1.3:
version "3.1.3"
resolved "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -4129,6 +3726,11 @@ fbjs@^3.0.0, fbjs@^3.0.4:
setimmediate "^1.0.5"
ua-parser-js "^1.0.35"
+fdir@^6.4.4:
+ version "6.4.4"
+ resolved "https://registry.npmmirror.com/fdir/-/fdir-6.4.4.tgz#1cfcf86f875a883e19a8fab53622cfe992e8d2f9"
+ integrity sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==
+
fetch-retry@^4.1.1:
version "4.1.1"
resolved "https://registry.npmmirror.com/fetch-retry/-/fetch-retry-4.1.1.tgz"
@@ -4249,6 +3851,16 @@ fresh@0.5.2:
resolved "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz"
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
+fs-extra@9.0.0:
+ version "9.0.0"
+ resolved "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.0.0.tgz"
+ integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
+ dependencies:
+ at-least-node "^1.0.0"
+ graceful-fs "^4.2.0"
+ jsonfile "^6.0.1"
+ universalify "^1.0.0"
+
fs-extra@^9.0.0, fs-extra@^9.1.0:
version "9.1.0"
resolved "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz"
@@ -4268,16 +3880,6 @@ fs-extra@~8.1.0:
jsonfile "^4.0.0"
universalify "^0.1.0"
-fs-extra@9.0.0:
- version "9.0.0"
- resolved "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.0.0.tgz"
- integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
- dependencies:
- at-least-node "^1.0.0"
- graceful-fs "^4.2.0"
- jsonfile "^6.0.1"
- universalify "^1.0.0"
-
fs-minipass@^2.0.0:
version "2.1.0"
resolved "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz"
@@ -4375,7 +3977,7 @@ glob-parent@^5.1.2:
dependencies:
is-glob "^4.0.1"
-glob@^10.2.2, glob@^10.3.10, glob@^10.3.7, glob@^10.4.2, glob@^10.4.5:
+glob@^10.2.2, glob@^10.3.10, glob@^10.4.2, glob@^10.4.5:
version "10.4.5"
resolved "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz"
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -4387,31 +3989,7 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.3.7, glob@^10.4.2, glob@^10.4.5:
package-json-from-dist "^1.0.0"
path-scurry "^1.11.1"
-glob@^7.1.1:
- version "7.2.3"
- resolved "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz"
- integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
- dependencies:
- fs.realpath "^1.0.0"
- inflight "^1.0.4"
- inherits "2"
- minimatch "^3.1.1"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
-glob@^7.1.3:
- version "7.2.3"
- resolved "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz"
- integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
- dependencies:
- fs.realpath "^1.0.0"
- inflight "^1.0.4"
- inherits "2"
- minimatch "^3.1.1"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
-glob@^7.1.4:
+glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
version "7.2.3"
resolved "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -4445,12 +4023,7 @@ gopd@^1.2.0:
resolved "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz"
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
-graceful-fs@^4.1.11, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9:
- version "4.2.11"
- resolved "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz"
- integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
-
-graceful-fs@^4.2.11, graceful-fs@^4.2.6:
+graceful-fs@^4.1.11, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
version "4.2.11"
resolved "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -4523,7 +4096,9 @@ hosted-git-info@^7.0.0:
lru-cache "^10.0.1"
hosted-git-info@^8.0.0, hosted-git-info@^8.0.2:
- version "8.0.2"
+ version "8.1.0"
+ resolved "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-8.1.0.tgz#153cd84c03c6721481e16a5709eb74b1a0ab2ed0"
+ integrity sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==
dependencies:
lru-cache "^10.0.1"
@@ -4569,9 +4144,11 @@ http-proxy-agent@^7.0.0:
debug "^4.3.4"
https-proxy-agent@^7.0.1:
- version "7.0.5"
+ version "7.0.6"
+ resolved "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
+ integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
dependencies:
- agent-base "^7.0.2"
+ agent-base "^7.1.2"
debug "4"
human-signals@^2.1.0:
@@ -4584,7 +4161,7 @@ hyphenate-style-name@^1.0.3:
resolved "https://registry.npmmirror.com/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz"
integrity sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==
-i18next@^24.2.3, "i18next@>= 23.2.3":
+i18next@^24.2.3:
version "24.2.3"
resolved "https://registry.npmmirror.com/i18next/-/i18next-24.2.3.tgz"
integrity sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==
@@ -4656,7 +4233,7 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"
-inherits@~2.0.3, inherits@2, inherits@2.0.4:
+inherits@2, inherits@2.0.4, inherits@~2.0.3:
version "2.0.4"
resolved "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -4705,7 +4282,7 @@ internal-ip@^4.3.0:
default-gateway "^4.2.0"
ipaddr.js "^1.9.0"
-invariant@^2.2.4, invariant@2.2.4:
+invariant@2.2.4, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.npmmirror.com/invariant/-/invariant-2.2.4.tgz"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -4751,7 +4328,9 @@ is-buffer@~1.1.6:
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
is-cidr@^5.1.0:
- version "5.1.0"
+ version "5.1.1"
+ resolved "https://registry.npmmirror.com/is-cidr/-/is-cidr-5.1.1.tgz#83ec462922c2b9209bc64794c4e3b2a890d23994"
+ integrity sha512-AwzRMjtJNTPOgm7xuYZ71715z99t+4yRnSnSzgK5err5+heYi4zMuvmpUadaJ28+KCXCQo8CjUrKQZRWSPmqTQ==
dependencies:
cidr-regex "^4.1.1"
@@ -5067,11 +4646,6 @@ json-parse-even-better-errors@^4.0.0:
resolved "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz"
integrity sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==
-json-schema-traverse@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz"
- integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
-
json-stringify-nice@^1.1.4:
version "1.1.4"
resolved "https://registry.npmmirror.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz"
@@ -5247,11 +4821,56 @@ lighthouse-logger@^1.0.0:
debug "^2.6.9"
marky "^1.2.2"
+lightningcss-darwin-arm64@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.27.0.tgz#565bd610533941cba648a70e105987578d82f996"
+ integrity sha512-Gl/lqIXY+d+ySmMbgDf0pgaWSqrWYxVHoc88q+Vhf2YNzZ8DwoRzGt5NZDVqqIW5ScpSnmmjcgXP87Dn2ylSSQ==
+
lightningcss-darwin-x64@1.27.0:
version "1.27.0"
resolved "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.27.0.tgz"
integrity sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==
+lightningcss-freebsd-x64@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.27.0.tgz#a7c3c4d6ee18dffeb8fa69f14f8f9267f7dc0c34"
+ integrity sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==
+
+lightningcss-linux-arm-gnueabihf@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.27.0.tgz#c7c16432a571ec877bf734fe500e4a43d48c2814"
+ integrity sha512-MUMRmtdRkOkd5z3h986HOuNBD1c2lq2BSQA1Jg88d9I7bmPGx08bwGcnB75dvr17CwxjxD6XPi3Qh8ArmKFqCA==
+
+lightningcss-linux-arm64-gnu@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.27.0.tgz#cfd9e18df1cd65131da286ddacfa3aee6862a752"
+ integrity sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==
+
+lightningcss-linux-arm64-musl@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.27.0.tgz#6682ff6b9165acef9a6796bd9127a8e1247bb0ed"
+ integrity sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==
+
+lightningcss-linux-x64-gnu@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.27.0.tgz#714221212ad184ddfe974bbb7dbe9300dfde4bc0"
+ integrity sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==
+
+lightningcss-linux-x64-musl@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.27.0.tgz#247958daf622a030a6dc2285afa16b7184bdf21e"
+ integrity sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==
+
+lightningcss-win32-arm64-msvc@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.27.0.tgz#64cfe473c264ef5dc275a4d57a516d77fcac6bc9"
+ integrity sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==
+
+lightningcss-win32-x64-msvc@1.27.0:
+ version "1.27.0"
+ resolved "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.27.0.tgz#237d0dc87d9cdc9cf82536bcbc07426fa9f3f422"
+ integrity sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==
+
lightningcss@~1.27.0:
version "1.27.0"
resolved "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.27.0.tgz"
@@ -5353,7 +4972,7 @@ make-dir@^2.0.0, make-dir@^2.1.0:
pify "^4.0.1"
semver "^5.6.0"
-make-fetch-happen@^14.0.0, make-fetch-happen@^14.0.1, make-fetch-happen@^14.0.3:
+make-fetch-happen@^14.0.0, make-fetch-happen@^14.0.1, make-fetch-happen@^14.0.2, make-fetch-happen@^14.0.3:
version "14.0.3"
resolved "https://registry.npmmirror.com/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz"
integrity sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==
@@ -5471,7 +5090,7 @@ metro-cache@0.81.4:
flow-enums-runtime "^0.0.6"
metro-core "0.81.4"
-metro-config@^0.81.0, metro-config@0.81.4:
+metro-config@0.81.4, metro-config@^0.81.0:
version "0.81.4"
resolved "https://registry.npmmirror.com/metro-config/-/metro-config-0.81.4.tgz"
integrity sha512-QnhMy3bRiuimCTy7oi5Ug60javrSa3lPh0gpMAspQZHY9h6y86jwHtZPLtlj8hdWQESIlrbeL8inMSF6qI/i9Q==
@@ -5485,7 +5104,7 @@ metro-config@^0.81.0, metro-config@0.81.4:
metro-core "0.81.4"
metro-runtime "0.81.4"
-metro-core@^0.81.0, metro-core@0.81.4:
+metro-core@0.81.4, metro-core@^0.81.0:
version "0.81.4"
resolved "https://registry.npmmirror.com/metro-core/-/metro-core-0.81.4.tgz"
integrity sha512-GdL4IgmgJhrMA/rTy2lRqXKeXfC77Rg+uvhUEkbhyfj/oz7PrdSgvIFzziapjdHwk1XYq0KyFh/CcVm8ZawG6A==
@@ -5524,7 +5143,7 @@ metro-resolver@0.81.4:
dependencies:
flow-enums-runtime "^0.0.6"
-metro-runtime@^0.81.0, metro-runtime@0.81.4:
+metro-runtime@0.81.4, metro-runtime@^0.81.0:
version "0.81.4"
resolved "https://registry.npmmirror.com/metro-runtime/-/metro-runtime-0.81.4.tgz"
integrity sha512-fBoRgqkF69CwyPtBNxlDi5ha26Zc8f85n2THXYoh13Jn/Bkg8KIDCdKPp/A1BbSeNnkH/++H2EIIfnmaff4uRg==
@@ -5532,7 +5151,7 @@ metro-runtime@^0.81.0, metro-runtime@0.81.4:
"@babel/runtime" "^7.25.0"
flow-enums-runtime "^0.0.6"
-metro-source-map@^0.81.0, metro-source-map@0.81.4:
+metro-source-map@0.81.4, metro-source-map@^0.81.0:
version "0.81.4"
resolved "https://registry.npmmirror.com/metro-source-map/-/metro-source-map-0.81.4.tgz"
integrity sha512-IOwVQ7mLqoqvsL70RZtl1EyE3f9jp43kVsAsb/B/zoWmu0/k4mwEhGLTxmjdXRkLJqPqPrh7WmFChAEf9trW4Q==
@@ -5591,7 +5210,7 @@ metro-transform-worker@0.81.4:
metro-transform-plugins "0.81.4"
nullthrows "^1.1.1"
-metro@^0.81.0, metro@0.81.4:
+metro@0.81.4, metro@^0.81.0:
version "0.81.4"
resolved "https://registry.npmmirror.com/metro/-/metro-0.81.4.tgz"
integrity sha512-78f0aBNPuwXW7GFnSc+Y0vZhbuQorXxdgqQfvSRqcSizqwg9cwF27I05h47tL8AzQcizS1JZncvq4xf5u/Qykw==
@@ -5645,16 +5264,16 @@ micromatch@^4.0.4, micromatch@^4.0.8:
braces "^3.0.3"
picomatch "^2.3.1"
-"mime-db@>= 1.43.0 < 2":
- version "1.54.0"
- resolved "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz"
- integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==
-
mime-db@1.52.0:
version "1.52.0"
resolved "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz"
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
+"mime-db@>= 1.43.0 < 2":
+ version "1.54.0"
+ resolved "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz"
+ integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==
+
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.35, mime-types@~2.1.34:
version "2.1.35"
resolved "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz"
@@ -5704,7 +5323,9 @@ minipass-collect@^2.0.1:
minipass "^7.0.3"
minipass-fetch@^4.0.0:
- version "4.0.0"
+ version "4.0.1"
+ resolved "https://registry.npmmirror.com/minipass-fetch/-/minipass-fetch-4.0.1.tgz#f2d717d5a418ad0b1a7274f9b913515d3e78f9e5"
+ integrity sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==
dependencies:
minipass "^7.0.3"
minipass-sized "^1.0.3"
@@ -5740,16 +5361,16 @@ minipass@^3.0.0:
dependencies:
yallist "^4.0.0"
-"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3, minipass@^7.0.4, minipass@^7.1.1, minipass@^7.1.2:
- version "7.1.2"
- resolved "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz"
- integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
-
minipass@^5.0.0:
version "5.0.0"
resolved "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz"
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
+"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3, minipass@^7.0.4, minipass@^7.1.1, minipass@^7.1.2:
+ version "7.1.2"
+ resolved "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz"
+ integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
+
minizlib@^2.1.1:
version "2.1.2"
resolved "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz"
@@ -5759,10 +5380,11 @@ minizlib@^2.1.1:
yallist "^4.0.0"
minizlib@^3.0.1:
- version "3.0.1"
+ version "3.0.2"
+ resolved "https://registry.npmmirror.com/minizlib/-/minizlib-3.0.2.tgz#f33d638eb279f664439aa38dc5f91607468cb574"
+ integrity sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==
dependencies:
- minipass "^7.0.4"
- rimraf "^5.0.5"
+ minipass "^7.1.2"
mkdirp@^0.5.1:
version "0.5.6"
@@ -5771,12 +5393,7 @@ mkdirp@^0.5.1:
dependencies:
minimist "^1.2.6"
-mkdirp@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz"
- integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
-
-mkdirp@^1.0.4:
+mkdirp@^1.0.3, mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
@@ -5786,16 +5403,16 @@ mkdirp@^3.0.1:
resolved "https://registry.npmmirror.com/mkdirp/-/mkdirp-3.0.1.tgz"
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
-ms@^2.1.1, ms@^2.1.2, ms@^2.1.3, ms@2.1.3:
- version "2.1.3"
- resolved "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz"
- integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
-
ms@2.0.0:
version "2.0.0"
resolved "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz"
integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
+ms@2.1.3, ms@^2.1.1, ms@^2.1.2, ms@^2.1.3:
+ version "2.1.3"
+ resolved "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz"
+ integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
+
mute-stream@^2.0.0:
version "2.0.0"
resolved "https://registry.npmmirror.com/mute-stream/-/mute-stream-2.0.0.tgz"
@@ -5810,11 +5427,21 @@ mz@^2.7.0:
object-assign "^4.0.1"
thenify-all "^1.0.0"
-nanoid@^3.3.11, nanoid@^3.3.7:
+nanoid@3.3.8:
+ version "3.3.8"
+ resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz"
+ integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
+
+nanoid@^3.3.7:
version "3.3.11"
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz"
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
+negotiator@0.6.3:
+ version "0.6.3"
+ resolved "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz"
+ integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
+
negotiator@^1.0.0:
version "1.0.0"
resolved "https://registry.npmmirror.com/negotiator/-/negotiator-1.0.0.tgz"
@@ -5825,11 +5452,6 @@ negotiator@~0.6.4:
resolved "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.4.tgz"
integrity sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==
-negotiator@0.6.3:
- version "0.6.3"
- resolved "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz"
- integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
-
neo-async@^2.5.0:
version "2.6.2"
resolved "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz"
@@ -5873,17 +5495,19 @@ node-forge@^1, node-forge@^1.2.1, node-forge@^1.3.1:
integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==
node-gyp@^11.0.0:
- version "11.0.0"
+ version "11.2.0"
+ resolved "https://registry.npmmirror.com/node-gyp/-/node-gyp-11.2.0.tgz#fe2ee7f0511424d6ad70f7a0c88d7346f2fc6a6e"
+ integrity sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==
dependencies:
env-paths "^2.2.0"
exponential-backoff "^3.1.1"
- glob "^10.3.10"
graceful-fs "^4.2.6"
make-fetch-happen "^14.0.3"
nopt "^8.0.0"
proc-log "^5.0.0"
semver "^7.3.5"
tar "^7.4.3"
+ tinyglobby "^0.2.12"
which "^5.0.0"
node-int64@^0.4.0:
@@ -5897,9 +5521,11 @@ node-releases@^2.0.19:
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
nopt@^8.0.0:
- version "8.0.0"
+ version "8.1.0"
+ resolved "https://registry.npmmirror.com/nopt/-/nopt-8.1.0.tgz#b11d38caf0f8643ce885818518064127f602eae3"
+ integrity sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==
dependencies:
- abbrev "^2.0.0"
+ abbrev "^3.0.0"
normalize-package-data@^7.0.0:
version "7.0.0"
@@ -5950,7 +5576,9 @@ npm-package-arg@^11.0.0:
validate-npm-package-name "^5.0.0"
npm-package-arg@^12.0.0:
- version "12.0.0"
+ version "12.0.2"
+ resolved "https://registry.npmmirror.com/npm-package-arg/-/npm-package-arg-12.0.2.tgz#3b1e04ebe651cc45028e298664e8c15ce9c0ca40"
+ integrity sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==
dependencies:
hosted-git-info "^8.0.0"
proc-log "^5.0.0"
@@ -6113,13 +5741,6 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
resolved "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz"
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
-on-finished@~2.3.0:
- version "2.3.0"
- resolved "https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz"
- integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==
- dependencies:
- ee-first "1.1.1"
-
on-finished@2.4.1:
version "2.4.1"
resolved "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz"
@@ -6127,6 +5748,13 @@ on-finished@2.4.1:
dependencies:
ee-first "1.1.1"
+on-finished@~2.3.0:
+ version "2.3.0"
+ resolved "https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz"
+ integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==
+ dependencies:
+ ee-first "1.1.1"
+
on-headers@~1.0.2:
version "1.0.2"
resolved "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz"
@@ -6199,14 +5827,7 @@ p-limit@^2.0.0, p-limit@^2.2.0:
dependencies:
p-try "^2.0.0"
-p-limit@^3.0.2:
- version "3.1.0"
- resolved "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz"
- integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
- dependencies:
- yocto-queue "^0.1.0"
-
-p-limit@^3.1.0:
+p-limit@^3.0.2, p-limit@^3.1.0:
version "3.1.0"
resolved "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz"
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
@@ -6242,7 +5863,9 @@ p-map@^4.0.0:
aggregate-error "^3.0.0"
p-map@^7.0.2:
- version "7.0.2"
+ version "7.0.3"
+ resolved "https://registry.npmmirror.com/p-map/-/p-map-7.0.3.tgz#7ac210a2d36f81ec28b736134810f7ba4418cdb6"
+ integrity sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==
p-try@^2.0.0:
version "2.2.0"
@@ -6379,12 +6002,7 @@ path-key@^2.0.0, path-key@^2.0.1:
resolved "https://registry.npmmirror.com/path-key/-/path-key-2.0.1.tgz"
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
-path-key@^3.0.0:
- version "3.1.1"
- resolved "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz"
- integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
-
-path-key@^3.1.0:
+path-key@^3.0.0, path-key@^3.1.0:
version "3.1.1"
resolved "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
@@ -6422,6 +6040,11 @@ picomatch@^3.0.1:
resolved "https://registry.npmmirror.com/picomatch/-/picomatch-3.0.1.tgz"
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
+picomatch@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
+ integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
+
pify@^4.0.1:
version "4.0.1"
resolved "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz"
@@ -6453,8 +6076,10 @@ pngjs@^3.3.0:
resolved "https://registry.npmmirror.com/pngjs/-/pngjs-3.4.0.tgz"
integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
-postcss-selector-parser@^6.1.2:
- version "6.1.2"
+postcss-selector-parser@^7.0.0:
+ version "7.1.0"
+ resolved "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz#4d6af97eba65d73bc4d84bcb343e865d7dd16262"
+ integrity sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==
dependencies:
cssesc "^3.0.0"
util-deprecate "^1.0.2"
@@ -6517,9 +6142,6 @@ promise-call-limit@^3.0.1:
resolved "https://registry.npmmirror.com/promise-call-limit/-/promise-call-limit-3.0.2.tgz"
integrity sha512-mRPQO2T1QQVw11E7+UdCJu7S61eJVWknzml9sC1heAdj1jxl0fWMBypIt9ZOcLFf8FkG995ZD7RnVk7HH72fZw==
-promise-inflight@^1.0.1:
- version "1.0.1"
-
promise-retry@^2.0.1:
version "2.0.1"
resolved "https://registry.npmmirror.com/promise-retry/-/promise-retry-2.0.1.tgz"
@@ -6579,21 +6201,21 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"
-punycode@^2.1.0, punycode@^2.1.1:
+punycode@^2.1.1:
version "2.3.1"
resolved "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz"
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
-qrcode-terminal@^0.12.0:
- version "0.12.0"
- resolved "https://registry.npmmirror.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz"
- integrity sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==
-
qrcode-terminal@0.11.0:
version "0.11.0"
resolved "https://registry.npmmirror.com/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz"
integrity sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==
+qrcode-terminal@^0.12.0:
+ version "0.12.0"
+ resolved "https://registry.npmmirror.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz"
+ integrity sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==
+
query-string@^7.1.3:
version "7.1.3"
resolved "https://registry.npmmirror.com/query-string/-/query-string-7.1.3.tgz"
@@ -6644,7 +6266,7 @@ react-devtools-core@^5.3.1:
shell-quote "^1.6.1"
ws "^7"
-react-dom@^18.0.0, react-dom@18.3.1:
+react-dom@18.3.1:
version "18.3.1"
resolved "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz"
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
@@ -6665,40 +6287,34 @@ react-i18next@^15.4.1:
"@babel/runtime" "^7.25.0"
html-parse-stringify "^3.0.1"
-react-is@^16.13.1:
+react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
resolved "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
-react-is@^16.7.0:
- version "16.13.1"
- resolved "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz"
- integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
-
-react-is@^18.0.0:
+react-is@^18.0.0, react-is@^18.2.0:
version "18.3.1"
resolved "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz"
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
-react-is@^19.1.0:
- version "19.1.0"
- resolved "https://registry.npmmirror.com/react-is/-/react-is-19.1.0.tgz"
- integrity sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==
-
react-native-dropdown-picker@^5.4.6:
version "5.4.6"
resolved "https://registry.npmmirror.com/react-native-dropdown-picker/-/react-native-dropdown-picker-5.4.6.tgz"
integrity sha512-T1XBHbE++M6aRU3wFYw3MvcOuabhWZ29RK/Ivdls2r1ZkZ62iEBZknLUPeVLMX3x6iUxj4Zgr3X2DGlEGXeHsA==
-react-native-gesture-handler@>=2.9.0, react-native-gesture-handler@~2.20.2:
- version "2.20.2"
- resolved "https://registry.npmmirror.com/react-native-gesture-handler/-/react-native-gesture-handler-2.20.2.tgz"
- integrity sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==
+react-native-fast-image@^8.6.3:
+ version "8.6.3"
+ resolved "https://registry.npmmirror.com/react-native-fast-image/-/react-native-fast-image-8.6.3.tgz"
+ integrity sha512-Sdw4ESidXCXOmQ9EcYguNY2swyoWmx53kym2zRsvi+VeFCHEdkO+WG1DK+6W81juot40bbfLNhkc63QnWtesNg==
+
+react-native-gesture-handler@^2.25.0:
+ version "2.25.0"
+ resolved "https://registry.npmmirror.com/react-native-gesture-handler/-/react-native-gesture-handler-2.25.0.tgz"
+ integrity sha512-NPjJi6mislXxvjxQPU9IYwBjb1Uejp8GvAbE1Lhh+xMIMEvmgAvVIp5cz1P+xAbV6uYcRRArm278+tEInGOqWg==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
invariant "^2.2.4"
- prop-types "^15.7.2"
react-native-image-pan-zoom@^2.1.12:
version "2.1.12"
@@ -6751,7 +6367,7 @@ react-native-reanimated-carousel@^4.0.2:
resolved "https://registry.npmmirror.com/react-native-reanimated-carousel/-/react-native-reanimated-carousel-4.0.2.tgz"
integrity sha512-vNpCfPlFoOVKHd+oB7B0luoJswp+nyz0NdJD8+LCrf25JiNQXfM22RSJhLaksBHqk3fm8R4fKWPNcfy5w7wL1Q==
-react-native-reanimated@>=3.0.0, react-native-reanimated@~3.16.1:
+react-native-reanimated@~3.16.1:
version "3.16.7"
resolved "https://registry.npmmirror.com/react-native-reanimated/-/react-native-reanimated-3.16.7.tgz"
integrity sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw==
@@ -6790,15 +6406,15 @@ react-native-responsive-fontsize@^0.5.1:
dependencies:
react-native-iphone-x-helper "^1.3.1"
-react-native-safe-area-context@*, "react-native-safe-area-context@>= 4.0.0", react-native-safe-area-context@4.12.0:
- version "4.12.0"
- resolved "https://registry.npmmirror.com/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz"
- integrity sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ==
+react-native-safe-area-context@^5.3.0:
+ version "5.3.0"
+ resolved "https://registry.npmmirror.com/react-native-safe-area-context/-/react-native-safe-area-context-5.3.0.tgz"
+ integrity sha512-glV9bwuozTjf/JDBIBm+ITnukHNaUT3nucgdeADwjtHsfEN3RL5UO6nq99vvdWv5j/O9yCZBvFncM1BBQ+UvpQ==
-"react-native-screens@>= 4.0.0", react-native-screens@~4.4.0:
- version "4.4.0"
- resolved "https://registry.npmmirror.com/react-native-screens/-/react-native-screens-4.4.0.tgz"
- integrity sha512-c7zc7Zwjty6/pGyuuvh9gK3YBYqHPOxrhXfG1lF4gHlojQSmIx2piNbNaV+Uykj+RDTmFXK0e/hA+fucw/Qozg==
+react-native-screens@^4.10.0:
+ version "4.10.0"
+ resolved "https://registry.npmmirror.com/react-native-screens/-/react-native-screens-4.10.0.tgz"
+ integrity sha512-Tw21NGuXm3PbiUGtZd0AnXirUixaAbPXDjNR0baBH7/WJDaDTTELLcQ7QRXuqAWbmr/EVCrKj1348ei1KFIr8A==
dependencies:
react-freeze "^1.0.0"
warn-once "^0.1.0"
@@ -6813,7 +6429,7 @@ react-native-svg-transformer@^1.5.0:
"@svgr/plugin-svgo" "^8.1.0"
path-dirname "^1.0.2"
-react-native-svg@^15.11.2, react-native-svg@>=12.0.0:
+react-native-svg@^15.11.2:
version "15.11.2"
resolved "https://registry.npmmirror.com/react-native-svg/-/react-native-svg-15.11.2.tgz"
integrity sha512-+YfF72IbWQUKzCIydlijV1fLuBsQNGMT6Da2kFlo1sh+LE3BIm/2Q7AR1zAAR6L0BFLi1WaQPLfFUC9bNZpOmw==
@@ -6834,7 +6450,7 @@ react-native-toast-message@^2.3.0:
resolved "https://registry.npmmirror.com/react-native-toast-message/-/react-native-toast-message-2.3.0.tgz"
integrity sha512-d7LldTK1ei1Bl7RFhoOYw8hVQ4oKPQHORYI//xR9Pyz3HxSlFlvQbueE5X3KLoemRRgBrOUg3zY6DxXnxrVLRg==
-react-native-vector-icons@*, react-native-vector-icons@^10.2.0:
+react-native-vector-icons@^10.2.0:
version "10.2.0"
resolved "https://registry.npmmirror.com/react-native-vector-icons/-/react-native-vector-icons-10.2.0.tgz"
integrity sha512-n5HGcxUuVaTf9QJPs/W22xQpC2Z9u0nb0KgLPnVltP8vdUvOp6+R26gF55kilP/fV4eL4vsAHUqUjewppJMBOQ==
@@ -6842,7 +6458,7 @@ react-native-vector-icons@*, react-native-vector-icons@^10.2.0:
prop-types "^15.7.2"
yargs "^16.1.1"
-react-native-web@*, react-native-web@~0.19.13:
+react-native-web@~0.19.13:
version "0.19.13"
resolved "https://registry.npmmirror.com/react-native-web/-/react-native-web-0.19.13.tgz"
integrity sha512-etv3bN8rJglrRCp/uL4p7l8QvUNUC++QwDbdZ8CB7BvZiMvsxfFIRM1j04vxNldG3uo2puRd6OSWR3ibtmc29A==
@@ -6856,7 +6472,7 @@ react-native-web@*, react-native-web@~0.19.13:
postcss-value-parser "^4.2.0"
styleq "^0.1.3"
-react-native-webview@*, react-native-webview@^13.13.5:
+react-native-webview@^13.13.5:
version "13.13.5"
resolved "https://registry.npmmirror.com/react-native-webview/-/react-native-webview-13.13.5.tgz"
integrity sha512-MfC2B+woL4Hlj2WCzcb1USySKk+SteXnUKmKktOk/H/AQy5+LuVdkPKm8SknJ0/RxaxhZ48WBoTRGaqgR137hw==
@@ -6864,7 +6480,7 @@ react-native-webview@*, react-native-webview@^13.13.5:
escape-string-regexp "^4.0.0"
invariant "2.2.4"
-react-native@*, react-native@^*, "react-native@^0.0.0-0 || >=0.65 <1.0", "react-native@>= 0.62", react-native@>=0.42.0, react-native@>=0.59.0, react-native@>=0.61.3, react-native@>=0.70.0, react-native@>=0.70.3, react-native@0.76.7:
+react-native@0.76.7:
version "0.76.7"
resolved "https://registry.npmmirror.com/react-native/-/react-native-0.76.7.tgz"
integrity sha512-GPJcQeO3qUi1MvuhsC2DC6tH8gJQ4uc4JWPORrdeuCGFWE3QLsN8/hiChTEvJREHLfQSV61YPI8gIOtAQ8c37g==
@@ -6913,7 +6529,7 @@ react-refresh@^0.14.0, react-refresh@^0.14.2:
resolved "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.14.2.tgz"
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
-react@*, "react@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", react@^18.0.0, react@^18.2.0, react@^18.3.1, "react@>= 16.8.0", "react@>= 18.2.0", react@>=16.11.0, react@>=16.3.0, react@>=16.8, react@>=17.0.0, react@>=18.0.0, react@>=18.1.0, react@18.3.1:
+react@18.3.1:
version "18.3.1"
resolved "https://registry.npmmirror.com/react/-/react-18.3.1.tgz"
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
@@ -6934,7 +6550,9 @@ read-package-json-fast@^4.0.0:
npm-normalize-package-bin "^4.0.0"
read@^4.0.0:
- version "4.0.0"
+ version "4.1.0"
+ resolved "https://registry.npmmirror.com/read/-/read-4.1.0.tgz#d97c2556b009b47b16b5bb82311d477cc7503548"
+ integrity sha512-uRfX6K+f+R8OOrYScaM3ixPY4erg69f8DN6pgTvMcA9iRc8iDhwrA4m3Yu8YYKsXJgVvum+m8PkRboZwwuLzYA==
dependencies:
mute-stream "^2.0.0"
@@ -7089,11 +6707,6 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"
-rimraf@^5.0.5:
- version "5.0.10"
- dependencies:
- glob "^10.3.7"
-
rimraf@~2.6.2:
version "2.6.3"
resolved "https://registry.npmmirror.com/rimraf/-/rimraf-2.6.3.tgz"
@@ -7128,13 +6741,6 @@ sax@>=0.6.0:
resolved "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz"
integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
-scheduler@^0.23.2:
- version "0.23.2"
- resolved "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz"
- integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
- dependencies:
- loose-envify "^1.1.0"
-
scheduler@0.24.0-canary-efb381bbf-20230505:
version "0.24.0-canary-efb381bbf-20230505"
resolved "https://registry.npmmirror.com/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz"
@@ -7142,6 +6748,13 @@ scheduler@0.24.0-canary-efb381bbf-20230505:
dependencies:
loose-envify "^1.1.0"
+scheduler@^0.23.2:
+ version "0.23.2"
+ resolved "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz"
+ integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
+ dependencies:
+ loose-envify "^1.1.0"
+
selfsigned@^2.4.1:
version "2.4.1"
resolved "https://registry.npmmirror.com/selfsigned/-/selfsigned-2.4.1.tgz"
@@ -7150,43 +6763,30 @@ selfsigned@^2.4.1:
"@types/node-forge" "^1.3.0"
node-forge "^1"
-semver@^5.5.0:
- version "5.7.2"
- resolved "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz"
- integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-
-semver@^5.6.0:
+semver@^5.5.0, semver@^5.6.0:
version "5.7.2"
resolved "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz"
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-semver@^6.3.0:
- version "6.3.1"
- resolved "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz"
- integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-
-semver@^6.3.1:
+semver@^6.3.0, semver@^6.3.1:
version "6.3.1"
resolved "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz"
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-semver@^7.1.1, semver@^7.3.7, semver@^7.5.3, semver@^7.6.3:
- version "7.6.3"
-
-semver@^7.1.3, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0:
+semver@^7.1.1, semver@^7.1.3, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
version "7.7.1"
resolved "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz"
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
-send@^0.19.0:
- version "0.19.1"
- resolved "https://registry.npmmirror.com/send/-/send-0.19.1.tgz"
- integrity sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==
+send@0.19.0:
+ version "0.19.0"
+ resolved "https://registry.npmmirror.com/send/-/send-0.19.0.tgz"
+ integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==
dependencies:
debug "2.6.9"
depd "2.0.0"
destroy "1.2.0"
- encodeurl "~2.0.0"
+ encodeurl "~1.0.2"
escape-html "~1.0.3"
etag "~1.8.1"
fresh "0.5.2"
@@ -7197,15 +6797,15 @@ send@^0.19.0:
range-parser "~1.2.1"
statuses "2.0.1"
-send@0.19.0:
- version "0.19.0"
- resolved "https://registry.npmmirror.com/send/-/send-0.19.0.tgz"
- integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==
+send@^0.19.0:
+ version "0.19.1"
+ resolved "https://registry.npmmirror.com/send/-/send-0.19.1.tgz"
+ integrity sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==
dependencies:
debug "2.6.9"
depd "2.0.0"
destroy "1.2.0"
- encodeurl "~1.0.2"
+ encodeurl "~2.0.0"
escape-html "~1.0.3"
etag "~1.8.1"
fresh "0.5.2"
@@ -7288,14 +6888,16 @@ signal-exit@^4.0.1:
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
sigstore@^3.0.0:
- version "3.0.0"
+ version "3.1.0"
+ resolved "https://registry.npmmirror.com/sigstore/-/sigstore-3.1.0.tgz#08dc6c0c425263e9fdab85ffdb6477550e2c511d"
+ integrity sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==
dependencies:
- "@sigstore/bundle" "^3.0.0"
+ "@sigstore/bundle" "^3.1.0"
"@sigstore/core" "^2.0.0"
- "@sigstore/protobuf-specs" "^0.3.2"
- "@sigstore/sign" "^3.0.0"
- "@sigstore/tuf" "^3.0.0"
- "@sigstore/verify" "^2.0.0"
+ "@sigstore/protobuf-specs" "^0.4.0"
+ "@sigstore/sign" "^3.1.0"
+ "@sigstore/tuf" "^3.1.0"
+ "@sigstore/verify" "^2.1.0"
simple-plist@^1.1.0:
version "1.3.1"
@@ -7342,14 +6944,18 @@ snake-case@^3.0.4:
tslib "^2.0.3"
socks-proxy-agent@^8.0.3:
- version "8.0.4"
+ version "8.0.5"
+ resolved "https://registry.npmmirror.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz#b9cdb4e7e998509d7659d689ce7697ac21645bee"
+ integrity sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==
dependencies:
- agent-base "^7.1.1"
+ agent-base "^7.1.2"
debug "^4.3.4"
socks "^2.8.3"
socks@^2.8.3:
- version "2.8.3"
+ version "2.8.4"
+ resolved "https://registry.npmmirror.com/socks/-/socks-2.8.4.tgz#07109755cdd4da03269bda4725baa061ab56d5cc"
+ integrity sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==
dependencies:
ip-address "^9.0.5"
smart-buffer "^4.2.0"
@@ -7372,17 +6978,7 @@ source-map@^0.5.6:
resolved "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz"
integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
-source-map@^0.6.0:
- version "0.6.1"
- resolved "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz"
- integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-
-source-map@^0.6.1:
- version "0.6.1"
- resolved "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz"
- integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-
-source-map@~0.6.1:
+source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -7417,7 +7013,9 @@ spdx-expression-parse@^4.0.0:
spdx-license-ids "^3.0.0"
spdx-license-ids@^3.0.0:
- version "3.0.20"
+ version "3.0.21"
+ resolved "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz#6d6e980c9df2b6fc905343a3b2d702a6239536c3"
+ integrity sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==
split-on-first@^1.0.0:
version "1.1.0"
@@ -7474,17 +7072,17 @@ stacktrace-parser@^0.1.10:
dependencies:
type-fest "^0.7.1"
-statuses@~1.5.0:
- version "1.5.0"
- resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz"
- integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
-
statuses@2.0.1:
version "2.0.1"
resolved "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz"
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
-stream-buffers@~2.2.0, stream-buffers@2.2.x:
+statuses@~1.5.0:
+ version "1.5.0"
+ resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz"
+ integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
+
+stream-buffers@2.2.x, stream-buffers@~2.2.0:
version "2.2.0"
resolved "https://registry.npmmirror.com/stream-buffers/-/stream-buffers-2.2.0.tgz"
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
@@ -7596,16 +7194,16 @@ sucrase@3.35.0:
pirates "^4.0.1"
ts-interface-checker "^0.1.9"
-sudo-prompt@^8.2.0:
- version "8.2.5"
- resolved "https://registry.npmmirror.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz"
- integrity sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==
-
sudo-prompt@9.1.1:
version "9.1.1"
resolved "https://registry.npmmirror.com/sudo-prompt/-/sudo-prompt-9.1.1.tgz"
integrity sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==
+sudo-prompt@^8.2.0:
+ version "8.2.5"
+ resolved "https://registry.npmmirror.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz"
+ integrity sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==
+
supports-color@^5.3.0:
version "5.5.0"
resolved "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz"
@@ -7771,6 +7369,14 @@ tiny-relative-date@^1.3.0:
resolved "https://registry.npmmirror.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz"
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
+tinyglobby@^0.2.12:
+ version "0.2.13"
+ resolved "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.13.tgz#a0e46515ce6cbcd65331537e57484af5a7b2ff7e"
+ integrity sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==
+ dependencies:
+ fdir "^6.4.4"
+ picomatch "^4.0.2"
+
tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.npmmirror.com/tmp/-/tmp-0.0.33.tgz"
@@ -7849,7 +7455,7 @@ type-fest@^0.7.1:
resolved "https://registry.npmmirror.com/type-fest/-/type-fest-0.7.1.tgz"
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==
-typescript@^5, typescript@^5.3.3, typescript@>=4.9.5:
+typescript@^5.3.3:
version "5.8.2"
resolved "https://registry.npmmirror.com/typescript/-/typescript-5.8.2.tgz"
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
@@ -7955,24 +7561,17 @@ update-browserslist-db@^1.1.1:
escalade "^3.2.0"
picocolors "^1.1.1"
-uri-js@^4.2.2:
- version "4.4.1"
- resolved "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz"
- integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
- dependencies:
- punycode "^2.1.0"
-
urijs@^1.19.6:
version "1.19.11"
resolved "https://registry.npmmirror.com/urijs/-/urijs-1.19.11.tgz"
integrity sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==
-use-latest-callback@^0.2.3:
+use-latest-callback@^0.2.1, use-latest-callback@^0.2.3:
version "0.2.3"
resolved "https://registry.npmmirror.com/use-latest-callback/-/use-latest-callback-0.2.3.tgz"
integrity sha512-7vI3fBuyRcP91pazVboc4qu+6ZqM8izPWX9k7cRnT8hbD5svslcknsh3S9BUhaK11OmgTV4oWZZVSeQAiV53SQ==
-use-sync-external-store@^1.5.0, use-sync-external-store@>=1.2.0:
+use-sync-external-store@^1.2.2:
version "1.5.0"
resolved "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz"
integrity sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==
@@ -8042,7 +7641,7 @@ walker@^1.0.7, walker@^1.0.8:
dependencies:
makeerror "1.0.12"
-warn-once@^0.1.0, warn-once@^0.1.1, warn-once@0.1.1:
+warn-once@0.1.1, warn-once@^0.1.0, warn-once@^0.1.1:
version "0.1.1"
resolved "https://registry.npmmirror.com/warn-once/-/warn-once-0.1.1.tgz"
integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==
@@ -8181,12 +7780,7 @@ ws@^6.2.3:
dependencies:
async-limiter "~1.0.0"
-ws@^7:
- version "7.5.10"
- resolved "https://registry.npmmirror.com/ws/-/ws-7.5.10.tgz"
- integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
-
-ws@^7.5.10:
+ws@^7, ws@^7.5.10:
version "7.5.10"
resolved "https://registry.npmmirror.com/ws/-/ws-7.5.10.tgz"
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==