diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d647ee20b..3a9a262a15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,11 @@ jobs: VITE_FIREBASE_CONFIG: ${{ secrets.VITE_FIREBASE_CONFIG }} VITE_SUPABASE_URL: ${{ secrets.VITE_SUPABASE_URL }} VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }} - - name: Create Release - id: create_release - run: npx capgo upload -a ${{ secrets.CAPGO_TOKEN }} -c production - - + - name: Create Release Alpha + if: "contains(github.ref, '-alpha.')" + id: create_release_prepro + run: npx @capgo/cli upload -a ${{ secrets.CAPGO_TOKEN }} -c alpha + - name: Create Release Production + if: "!contains(github.ref, '-alpha.')" + id: create_release_prod + run: npx @capgo/cli upload -a ${{ secrets.CAPGO_TOKEN }} -c production \ No newline at end of file diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 3d28b316f9..3fbe0edc57 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -32,4 +32,4 @@ jobs: CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD) remote_repo="https://${GITHUB_ACTOR}:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" git pull $remote_repo $CURRENT_BRANCH - git push $remote_repo HEAD:$CURRENT_BRANCH --follow-tags --tags \ No newline at end of file + git push $remote_repo HEAD:$CURRENT_BRANCH --follow-tags --tags diff --git a/.gitignore b/.gitignore index 310e2fed05..f79a26d2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,11 @@ node_modules .env .netlify ios/App/App/GoogleService-Info.plist -android/app/google-services.json \ No newline at end of file +android/app/google-services.json + +# Supabase +**/supabase/.branches +**/supabase/.temp +# Supabase +**/supabase/.branches +**/supabase/.temp diff --git a/.vscode/settings.json b/.vscode/settings.json index b3cc978075..a1a23297ed 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,4 +16,10 @@ "route": "json" }, "vue3snippets.enable-compile-vue-file-on-did-save-code": false, + "deno.enable": true, + "deno.lint": true, + "deno.unstable": true, + "deno.enablePaths": [ + "./supabase/functions" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index db0cd73a4c..7e4387c16f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,120 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.30.8-alpha.4](https://github.com/Cap-go/capgo/compare/0.30.8-alpha.3...0.30.8-alpha.4) (2022-05-03) + + +### Bug Fixes + +* npx script ([7695b63](https://github.com/Cap-go/capgo/commit/7695b6301537b95685e3120bcdf7a135482e3b3f)) + +### [0.30.8-alpha.3](https://github.com/Cap-go/capgo/compare/0.30.8-alpha.2...0.30.8-alpha.3) (2022-05-03) + + +### Features + +* add beta system ([7e61deb](https://github.com/Cap-go/capgo/commit/7e61deb7c664801deddcdc30067affbee40cd12f)) + +### [0.30.8-alpha.2](https://github.com/Cap-go/capgo/compare/0.30.8-alpha.1...0.30.8-alpha.2) (2022-05-03) + + +### Bug Fixes + +* issue in native config ([c7f55cd](https://github.com/Cap-go/capgo/commit/c7f55cd8ba3cb718b9f908301e36811fab685714)) + +### [0.30.8-alpha.1](https://github.com/Cap-go/capgo/compare/0.30.8-alpha.0...0.30.8-alpha.1) (2022-05-03) + + +### Bug Fixes + +* build issue ([b38c7e5](https://github.com/Cap-go/capgo/commit/b38c7e5d4746f6c7570f0ee593ec5289fa5937d4)) + +### [0.30.8-alpha.0](https://github.com/Cap-go/capgo/compare/0.30.7...0.30.8-alpha.0) (2022-05-03) + ### [0.30.8](https://github.com/Cap-go/capgo/compare/0.30.7...0.30.8) (2022-05-03) + ### Bug Fixes * remove useless echo ([f33cde2](https://github.com/Cap-go/capgo/commit/f33cde243b30abda505c143cfa61953c8419ab5d)) +### [0.30.6-alpha.2](https://github.com/Cap-go/capgo/compare/0.30.6-alpha.1...0.30.6-alpha.2) (2022-05-03) + + +### Bug Fixes + +* add alert before delete ([126b469](https://github.com/Cap-go/capgo/commit/126b469ef61fe3dca4a140ae257ab1dd1f9c7258)) + +### [0.30.6-alpha.1](https://github.com/Cap-go/capgo/compare/0.30.6-alpha.0...0.30.6-alpha.1) (2022-05-02) + + +### Bug Fixes + +* for buying show message ([8d40956](https://github.com/Cap-go/capgo/commit/8d409563f1a521d349a6bbf832a77cf409832b0f)) + +### [0.30.6-alpha.0](https://github.com/Cap-go/capgo/compare/0.30.5-alpha.4...0.30.6-alpha.0) (2022-04-29) + + +### Bug Fixes + +* change build action's tag glob pattern to "*" ([e0ad971](https://github.com/Cap-go/capgo/commit/e0ad971986873c2d38fb7761e437614341e3639d)) +* prerelease alpha flag ([78ae357](https://github.com/Cap-go/capgo/commit/78ae3571242fd14eaa27fee83953140cd9bcb87e)) + +### [0.30.5-alpha.4](https://github.com/Cap-go/capgo/compare/0.30.5-alpha.3...0.30.5-alpha.4) (2022-04-29) + + +### Bug Fixes + +* prevent delete when link to channel ([7cc481c](https://github.com/Cap-go/capgo/commit/7cc481c533790ae22460d4e746e8835c169ca919)) + +### [0.30.5-alpha.3](https://github.com/Cap-go/capgo/compare/0.30.5-alpha.2...0.30.5-alpha.3) (2022-04-27) + + +### Features + +* add script to excrat users ([6d4b462](https://github.com/Cap-go/capgo/commit/6d4b4629711d8504f4b758a006427b9531b312a8)) + + +### Bug Fixes + +* crisp + disable module in web ([db2a1a9](https://github.com/Cap-go/capgo/commit/db2a1a9a776de458d0bdff2f70cf11833d0fa4f6)) + +### [0.30.5-alpha.2](https://github.com/Cap-go/capgo/compare/0.30.5-alpha.1...0.30.5-alpha.2) (2022-04-27) + + +### Bug Fixes + +* tag build ([3cf0ff6](https://github.com/Cap-go/capgo/commit/3cf0ff63249b854eaa0515b4d7f56e9de0de7618)) + +### [0.30.5-alpha.1](https://github.com/Cap-go/capgo/compare/0.30.5-alpha.0...0.30.5-alpha.1) (2022-04-27) + + +### Bug Fixes + +* tag build ([e13fb91](https://github.com/Cap-go/capgo/commit/e13fb9157492890d9d482129cd6ab33945a4ff7c)) + +### [0.30.5-alpha.0](https://github.com/Cap-go/capgo/compare/0.30.2...0.30.5-alpha.0) (2022-04-27) + + +### Features + +* add action for main or development ([1e09fae](https://github.com/Cap-go/capgo/commit/1e09fae3e638b6c392c74f401b3d2301ab34f383)) +* version control using standard-version ([da788a3](https://github.com/Cap-go/capgo/commit/da788a33698bf88c2a43b0ee18ee0a97e39c352a)) + + +### Bug Fixes + +* action ([3658922](https://github.com/Cap-go/capgo/commit/3658922d6f5c2df5a7ddb72bc75ccdb54ad0bc2f)) +* git config action ([e4cf374](https://github.com/Cap-go/capgo/commit/e4cf374babbf63f8722a357f14a4edff20752773)) +* issue android bump ([12f6888](https://github.com/Cap-go/capgo/commit/12f6888d8c290644562cd6dd3f4291abb15a7779)) +* issue github config in action ([034d1a7](https://github.com/Cap-go/capgo/commit/034d1a74c58709fcca01d46398f99aadf714206d)) +* release script ([31ecd9e](https://github.com/Cap-go/capgo/commit/31ecd9ec76dfdb66bc4d0660c51f428d616d2031)) +* release to capgo use different channel for alpha ([cd36083](https://github.com/Cap-go/capgo/commit/cd360838945121cfb96a1491ddc98ac25bf5b10a)) +* remove file to use new system ([45440e4](https://github.com/Cap-go/capgo/commit/45440e464e16bcef772f1a62ea42e06ccefb1b24)) +* remove with in action ([ac9454d](https://github.com/Cap-go/capgo/commit/ac9454dd94266a32db528790fa49f975d05e0508)) + + ### [0.30.7](https://github.com/Cap-go/capgo/compare/0.30.6...0.30.7) (2022-05-03) diff --git a/capgo.paw b/capgo.paw index 4d3f65fadb..554da41df4 100644 Binary files a/capgo.paw and b/capgo.paw differ diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index c2926c59bd..ddc644a109 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -349,12 +349,12 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION "0.30.8" + CURRENT_PROJECT_VERSION "0.30.8" DEVELOPMENT_TEAM = UVTJ336J2D; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = "0.30.8" + MARKETING_VERSION = "0.30.8" OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.capacitorgo; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -371,12 +371,12 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION "0.30.8" + CURRENT_PROJECT_VERSION "0.30.8" DEVELOPMENT_TEAM = UVTJ336J2D; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = "0.30.8" + MARKETING_VERSION = "0.30.8" PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.capacitorgo; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; diff --git a/locales/de.yml b/locales/de.yml index 5272a120cd..90fcc3b346 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -41,6 +41,11 @@ activation: Ich akzeptiere, Benachrichtigungen zu erhalten, wenn neue App-Versionen verfügbar sind validate: Bestätigen +alert: + confirm-delete: Löschen bestätigen + delete-message: |- + Diese Aktion ist nicht umkehrbar. + Möchten Sie diese wirklich löschen? apikeys: all: Schlüssel checkbelow: Überprüfen Sie unter dem Link, um weitere Informationen zu erhalten @@ -67,7 +72,11 @@ button: toggle_langs: Sprachen ändern channel: add: Hinzufügen + beta-channel: Beta-Kanal + cannot-delete-device: Gerät kann nicht gelöscht werden copy: URL kopieren + device: Gerät + device-deleted: Gerät gelöscht invit: Geben Sie die einzuladende E-Mail-Adresse ein is_public: Kanal öffentlich make_it: Mach es @@ -78,6 +87,7 @@ channel: public: Kondensator-Updater-Link public_desc: Allgemein title: Kanal + user: Benutzer user_no_found: Benutzer nicht gefunden, zuerst um Registrierung bitten users: Mit Benutzern geteilt v3: V3-Einstellungen @@ -134,22 +144,33 @@ notificationSettings: onboarding: loading: Wird geladen package: + cannot-delete-version: Version kann nicht gelöscht werden channels: Kanäle device_list: Geräteliste devices: Siehe Geräte + devices-list: Geräte verknüpft download: Download-Version link_channel: Link zum Kanal link_version: Version verlinken mobiles-stats: Mobile Statistiken + name: App set: Version auf Kanal setzen stats: Statistiken test: Version starten title: die Info + version: + is-used-in-device: >- + in einer Geräteüberschreibung verwendet wird, heben Sie zuerst die + Verknüpfung auf + version-deleted: Fassung gelöscht versions: Versionen password: heading: Passwort erstellen new: Neues Kennwort validate: Bestätigen +pckage: + version: + is-used-in-channel: in einem Kanal verwendet wird, heben Sie zuerst die Verknüpfung auf plan: abtest: A / B-Tests application: Anwendung @@ -213,6 +234,9 @@ stats: title: Statistiken versions: Versionen usage: + success: >- + Ihr Plan wurde eingerichtet. Diese Seite wird in wenigen Minuten + aktualisiert title: Verwendungszweck your-current-plan-is: Ihr aktueller Plan ist your-current-suggested-plan-is: Ihr aktuell vorgeschlagener Plan ist diff --git a/locales/en.yml b/locales/en.yml index 0614bda5b8..e4dc449ac1 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -37,6 +37,9 @@ activation: notification: Notifications notification-desc: I accept to receive notification when new app version are available validate: Validate +alert: + confirm-delete: Confirm Delete + delete-message: This action is not reversible. Are you sure you want to delete this apikeys: all: keys checkbelow: check below the link to get more informations @@ -63,7 +66,11 @@ button: toggle_langs: Change languages channel: add: Add + beta-channel: Beta channel + cannot-delete-device: Cannot delete device copy: Copy URL + device: Device + device-deleted: Device deleted invit: Type email to invite is_public: Channel public make_it: Make it @@ -74,9 +81,11 @@ channel: public: Capacitor-updater link public_desc: Public title: Channel + user: User user_no_found: User not found, ask to register first users: Shared with users v3: V3 settings +days: days device: channel: Channel link created_at: Created at @@ -108,6 +117,8 @@ intro: dynamic-route: Demo of dynamic route hi: Hi, {name}! whats-your-name: What's your name? +limit-reached: Limit reached +loading-more-data: Loading more data... login: andpass: And password connexion: Login @@ -128,22 +139,31 @@ notificationSettings: onboarding: loading: Loading package: + cannot-delete-version: Cannot delete version channels: Channels device_list: Devices list devices: See devices statistics + devices-list: Devices linked download: Download version link_channel: Link to channel link_version: Link to version mobiles-stats: Mobiles stats + name: App set: Set version to channel stats: stats test: Launch version title: info + version: + is-used-in-device: is used in a device override, unlink it first + version-deleted: Version deleted versions: Versions password: heading: Create Password new: New Password validate: Validate +pckage: + version: + is-used-in-channel: is used in a channel, unlink it first plan: abtest: A / B testing application: Application @@ -173,6 +193,7 @@ plan: versions: Versions whats-included: What's included yearly-billing: Yearly billing +please-upgrade: Please upgrade your plan to add more users projects: list: Yours sharedlist: Shared with you @@ -200,7 +221,12 @@ stats: subtitle: Last month title: Stats versions: Versions +trial-plan-expired: Trial Plan Expired +trial-plan-expires-in: Trial Plan expires in +upgrade: Upgrade +upgrade-now: Upgrade now usage: + success: Your plan has been setup this page will be update, in few minutes title: Usage your-current-plan-is: Your current plan is your-current-suggested-plan-is: Your current suggested plan is diff --git a/locales/es.yml b/locales/es.yml index da0cd96335..deee34e1a5 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -43,6 +43,11 @@ activation: Acepto recibir notificaciones cuando haya una nueva versión de la aplicación disponible validate: Validar +alert: + confirm-delete: Confirmar eliminación + delete-message: |- + Esta acción no es reversible. + Estás seguro que quieres eliminar esto apikeys: all: teclas checkbelow: verifique debajo del enlace para obtener más información @@ -69,7 +74,11 @@ button: toggle_langs: Cambiar idiomas channel: add: Agregar + beta-channel: canal beta + cannot-delete-device: No se puede eliminar el dispositivo copy: Copiar URL + device: Dispositivo + device-deleted: Dispositivo eliminado invit: Escriba el correo electrónico para invitar is_public: canal publico make_it: Hazlo @@ -80,6 +89,7 @@ channel: public: Enlace condensador-actualizador public_desc: Público title: Canal + user: Usuario user_no_found: Usuario no encontrado, solicite registrarse primero users: Compartido con los usuarios v3: configuración V3 @@ -136,22 +146,31 @@ notificationSettings: onboarding: loading: Cargando package: + cannot-delete-version: No se puede eliminar la versión channels: Canales device_list: lista de dispositivos devices: ver dispositivos + devices-list: Dispositivos vinculados download: Descargar versión link_channel: Enlace al canal link_version: Enlace a la versión mobiles-stats: Estadísticas móviles + name: aplicación set: Establecer versión para el canal stats: estadísticas test: Versión de lanzamiento title: información + version: + is-used-in-device: se usa en una anulación de dispositivo, desvincúlelo primero + version-deleted: Versión eliminada versions: Versiones password: heading: Crear contraseña new: Nueva contraseña validate: Validar +pckage: + version: + is-used-in-channel: se usa en un canal, desvincúlelo primero plan: abtest: Pruebas A/B application: Solicitud @@ -215,6 +234,7 @@ stats: title: Estadísticas versions: Versiones usage: + success: Su plan ha sido configurado, esta página se actualizará en unos minutos. title: Uso your-current-plan-is: Su plan actual es your-current-suggested-plan-is: Su plan sugerido actual es diff --git a/locales/fr.yml b/locales/fr.yml index 9b6e2c845f..38a60b0803 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -41,6 +41,11 @@ activation: J'accepte de recevoir une notification lorsqu'une nouvelle version de l'application est disponible validate: Valider +alert: + confirm-delete: Confirmation de la suppression + delete-message: |- + Cette action n'est pas réversible. + Êtes-vous sûr de vouloir supprimer ce apikeys: all: clés checkbelow: vérifier ci-dessous le lien pour obtenir plus d'informations @@ -67,7 +72,11 @@ button: toggle_langs: Changer de langue channel: add: Ajouter + beta-channel: Chaîne bêta + cannot-delete-device: Impossible de supprimer l'appareil copy: Copier le lien + device: Appareil + device-deleted: Appareil supprimé invit: Tapez l'e-mail pour inviter is_public: Chaîne publique make_it: Fais-le @@ -78,6 +87,7 @@ channel: public: Liaison condensateur-updater public_desc: Publique title: Informations sur la chaîne + user: Utilisateur user_no_found: Utilisateur introuvable, demandez d'abord à vous inscrire users: Partagé avec les utilisateurs v3: Paramètres V3 @@ -134,22 +144,31 @@ notificationSettings: onboarding: loading: Chargement package: + cannot-delete-version: Impossible de supprimer la version channels: Chaînes device_list: Liste des appareils devices: Voir les appareils + devices-list: Appareils liés download: Télécharger la version link_channel: Lien vers la chaîne link_version: Lien vers la version mobiles-stats: Statistiques mobiles + name: Application set: Définir la version sur le canal stats: Statistiques test: Version de lancement title: Info + version: + is-used-in-device: est utilisé dans un remplacement de périphérique, dissociez-le d'abord + version-deleted: Version supprimée versions: Versions password: heading: Créer un mot de passe new: nouveau mot de passe validate: Valider +pckage: + version: + is-used-in-channel: est utilisé dans un canal, dissociez-le d'abord plan: abtest: Test A/B application: Application @@ -211,6 +230,9 @@ stats: title: Statistiques versions: Versions usage: + success: >- + Votre plan a été configuré, cette page sera mise à jour dans quelques + minutes title: Usage your-current-plan-is: Votre plan actuel est your-current-suggested-plan-is: Votre plan suggéré actuel est diff --git a/locales/id.yml b/locales/id.yml index c814650b79..839a79e1a0 100644 --- a/locales/id.yml +++ b/locales/id.yml @@ -41,6 +41,11 @@ activation: Saya menerima untuk menerima pemberitahuan ketika versi aplikasi baru tersedia validate: Mengesahkan +alert: + confirm-delete: Konfirmasi Hapus + delete-message: |- + Tindakan ini tidak dapat dibalik. + Apa kamu yakin ingin menghapus ini apikeys: all: kunci checkbelow: cek di bawah link untuk mendapatkan informasi lebih lanjut @@ -67,7 +72,11 @@ button: toggle_langs: Ubah bahasa channel: add: Menambahkan + beta-channel: saluran beta + cannot-delete-device: Tidak dapat menghapus perangkat copy: Salin URL + device: Perangkat + device-deleted: Perangkat dihapus invit: Ketik email untuk mengundang is_public: Saluran publik make_it: Buat itu @@ -78,6 +87,7 @@ channel: public: Tautan pemutakhiran kapasitor public_desc: Publik title: Saluran + user: Pengguna user_no_found: Pengguna tidak ditemukan, minta untuk mendaftar terlebih dahulu users: Dibagikan dengan pengguna v3: Pengaturan V3 @@ -132,22 +142,31 @@ notificationSettings: onboarding: loading: Memuat package: + cannot-delete-version: Tidak dapat menghapus versi channels: saluran device_list: Daftar perangkat devices: Lihat perangkat + devices-list: Perangkat tertaut download: Unduh versi link_channel: Tautan ke saluran link_version: Tautan ke versi mobiles-stats: Statistik ponsel + name: Aplikasi set: Setel versi ke saluran stats: statistik test: Luncurkan versi title: informasi + version: + is-used-in-device: digunakan dalam penggantian perangkat, batalkan tautannya terlebih dahulu + version-deleted: Versi dihapus versions: Versi password: heading: Buat Kata Sandi new: kata sandi baru validate: Mengesahkan +pckage: + version: + is-used-in-channel: digunakan dalam saluran, batalkan tautannya terlebih dahulu plan: abtest: Pengujian A/B application: Aplikasi @@ -207,6 +226,9 @@ stats: title: Statistik versions: Versi usage: + success: >- + Rencana Anda telah disiapkan halaman ini akan diperbarui, dalam beberapa + menit title: Penggunaan your-current-plan-is: Rencana Anda saat ini adalah your-current-suggested-plan-is: Rencana yang Anda sarankan saat ini adalah diff --git a/locales/it.yml b/locales/it.yml index 0b59c0a7cd..a1aed765b1 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -39,6 +39,11 @@ activation: Accetto di ricevere una notifica quando sono disponibili nuove versioni dell'app validate: Convalidare +alert: + confirm-delete: Conferma cancellazione + delete-message: |- + Questa azione non è reversibile. + Sei sicuro di voler cancellare questo apikeys: all: chiavi checkbelow: controlla sotto il link per avere maggiori informazioni @@ -66,7 +71,11 @@ button: toggle_langs: Cambia lingua channel: add: Aggiungere + beta-channel: Canale beta + cannot-delete-device: Impossibile eliminare il dispositivo copy: Copia URL + device: Dispositivo + device-deleted: Dispositivo eliminato invit: Digita email per invitare is_public: Canale pubblico make_it: Fallo @@ -77,6 +86,7 @@ channel: public: Collegamento condensatore-aggiornamento public_desc: Pubblico title: Canale + user: Utente user_no_found: Utente non trovato, chiedi prima di registrarti users: Condiviso con gli utenti v3: Impostazioni V3 @@ -131,22 +141,31 @@ notificationSettings: onboarding: loading: Caricamento in corso package: + cannot-delete-version: Impossibile eliminare la versione channels: Canali device_list: Elenco dispositivi devices: Vedi dispositivi + devices-list: Dispositivi collegati download: Scarica versione link_channel: Link al canale link_version: Link alla versione mobiles-stats: Statistiche sui cellulari + name: App set: Imposta la versione sul canale stats: statistiche test: Versione di lancio title: Informazioni + version: + is-used-in-device: viene utilizzato in una sostituzione del dispositivo, scollegarlo prima + version-deleted: Versione eliminata versions: Versioni password: heading: Crea password new: nuova password validate: Convalidare +pckage: + version: + is-used-in-channel: è utilizzato in un canale, scollegalo prima plan: abtest: Prova A/B application: Applicazione @@ -208,6 +227,9 @@ stats: title: Statistiche versions: Versioni usage: + success: >- + Il tuo piano è stato impostato questa pagina sarà aggiornata, in pochi + minuti title: Utilizzo your-current-plan-is: Il tuo piano attuale lo è your-current-suggested-plan-is: Il tuo attuale piano suggerito è diff --git a/locales/ja.yml b/locales/ja.yml index 8c507cd538..a1467aec8b 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -37,6 +37,11 @@ activation: notification: 通知 notification-desc: 新しいアプリのバージョンが利用可能になったときに通知を受け取ることに同意します validate: 検証 +alert: + confirm-delete: 削除の確認 + delete-message: |- + このアクションは元に戻せません。 + これを削除してもよろしいですか apikeys: all: キー checkbelow: 詳細については、リンクの下を確認してください @@ -61,7 +66,11 @@ button: toggle_langs: 言語切り替え channel: add: 追加 + beta-channel: ベータチャンネル + cannot-delete-device: デバイスを削除できません copy: URLをコピー + device: 端末 + device-deleted: デバイスが削除されました invit: 招待するメールアドレスを入力 is_public: チャンネル公開 make_it: 成功する @@ -72,6 +81,7 @@ channel: public: コンデンサ-アップデータリンク public_desc: 公衆 title: チャネル + user: ユーザー user_no_found: ユーザーが見つかりません。最初に登録を依頼してください users: ユーザーと共有 v3: V3設定 @@ -126,22 +136,31 @@ notificationSettings: onboarding: loading: 読み込み中 package: + cannot-delete-version: バージョンを削除できません channels: チャネル device_list: デバイスリスト devices: デバイスを見る + devices-list: リンクされたデバイス download: ダウンロード版 link_channel: チャネルへのリンク link_version: バージョンへのリンク mobiles-stats: モバイル統計 + name: アプリ set: バージョンをチャネルに設定 stats: 統計 test: 起動バージョン title: 情報 + version: + is-used-in-device: デバイスオーバーライドで使用されている場合は、最初にリンクを解除してください + version-deleted: バージョンが削除されました versions: バージョン password: heading: パスワードの作成 new: 新しいパスワード validate: 検証 +pckage: + version: + is-used-in-channel: チャネルで使用されている場合は、最初にリンクを解除してください plan: abtest: A/Bテスト application: 応用 @@ -201,6 +220,7 @@ stats: title: 統計 versions: バージョン usage: + success: プランが設定されましたこのページは数分で更新されます title: 使用法 your-current-plan-is: あなたの現在の計画は your-current-suggested-plan-is: 現在提案されている計画は diff --git a/locales/ko.yml b/locales/ko.yml index a26ee57f38..4d3316343e 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -37,6 +37,11 @@ activation: notification: 알림 notification-desc: 새 앱 버전을 사용할 수 있을 때 알림 수신에 동의합니다. validate: 확인 +alert: + confirm-delete: 삭제 확인 + delete-message: |- + 이 작업은 되돌릴 수 없습니다. + 삭제하시겠습니까? apikeys: all: 열쇠 checkbelow: 더 많은 정보를 얻으려면 링크 아래를 확인하십시오 @@ -61,7 +66,11 @@ button: toggle_langs: 언어 변경 channel: add: 추가하다 + beta-channel: 베타 채널 + cannot-delete-device: 장치를 삭제할 수 없습니다 copy: URL 복사 + device: 장치 + device-deleted: 기기가 삭제됨 invit: 초대할 이메일 입력 is_public: 채널 공개 make_it: 만들어 @@ -72,6 +81,7 @@ channel: public: 커패시터 업데이터 링크 public_desc: 공공의 title: 채널 + user: 사용자 user_no_found: 사용자를 찾을 수 없습니다. 먼저 등록을 요청하세요. users: 사용자와 공유 v3: V3 설정 @@ -126,22 +136,31 @@ notificationSettings: onboarding: loading: 로딩 중 package: + cannot-delete-version: 버전을 삭제할 수 없습니다 channels: 채널 device_list: 기기 목록 devices: 기기 보기 + devices-list: 연결된 기기 download: 버전 다운로드 link_channel: 채널 링크 link_version: 버전에 대한 링크 mobiles-stats: 모바일 통계 + name: 앱 set: 버전을 채널로 설정 stats: 통계 test: 출시 버전 title: 정보 + version: + is-used-in-device: 장치 재정의에 사용되는 경우 먼저 연결을 해제하십시오. + version-deleted: 버전이 삭제됨 versions: 버전 password: heading: 비밀번호 생성 new: 새 비밀번호 validate: 확인 +pckage: + version: + is-used-in-channel: 채널에서 사용 중이면 먼저 연결을 해제하십시오. plan: abtest: A/B 테스트 application: 애플리케이션 @@ -201,6 +220,7 @@ stats: title: 통계 versions: 버전 usage: + success: 계획이 설정되었습니다. 이 페이지는 몇 분 안에 업데이트됩니다. title: 용법 your-current-plan-is: 현재 계획은 your-current-suggested-plan-is: 현재 제안된 계획은 diff --git a/locales/pl.yml b/locales/pl.yml index 9770fe9e59..567c927851 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -39,6 +39,11 @@ activation: Zgadzam się na otrzymywanie powiadomień, gdy nowa wersja aplikacji będzie dostępna validate: Uprawomocnić +alert: + confirm-delete: Potwierdź usunięcie + delete-message: |- + To działanie nie jest odwracalne. + Czy na pewno chcesz to usunąć? apikeys: all: Klucze checkbelow: sprawdź poniższy link, aby uzyskać więcej informacji @@ -65,7 +70,11 @@ button: toggle_langs: Zmień język channel: add: Dodać + beta-channel: Kanał beta + cannot-delete-device: Nie można usunąć urządzenia copy: Kopiuj URL + device: Urządzenie + device-deleted: Urządzenie usunięte invit: Wpisz e-mail, aby zaprosić is_public: Kanał publiczny make_it: Zrób to @@ -76,6 +85,7 @@ channel: public: Łącze do aktualizacji kondensatorów public_desc: Publiczny title: Kanał + user: Użytkownik user_no_found: Nie znaleziono użytkownika, najpierw poproś o rejestrację users: Udostępnione użytkownikom v3: Ustawienia V3 @@ -130,22 +140,31 @@ notificationSettings: onboarding: loading: Ładowanie package: + cannot-delete-version: Nie można usunąć wersji channels: Kanały device_list: Lista urządzeń devices: Zobacz urządzenia + devices-list: Połączone urządzenia download: Pobierz wersję link_channel: Link do kanału link_version: Link do wersji mobiles-stats: Statystyki telefonów komórkowych + name: Aplikacja set: Ustaw wersję na kanał stats: statystyki test: Uruchom wersję title: informacje + version: + is-used-in-device: jest używany w nadpisaniu urządzenia, najpierw odłącz je + version-deleted: Wersja usunięta versions: Wersje password: heading: Stwórz hasło new: nowe hasło validate: Uprawomocnić +pckage: + version: + is-used-in-channel: jest używany w kanale, najpierw go odłącz plan: abtest: Testy A/B application: Podanie @@ -205,6 +224,9 @@ stats: title: Statystyki versions: Wersje usage: + success: >- + Twój plan został skonfigurowany, ta strona zostanie zaktualizowana za kilka + minut title: Stosowanie your-current-plan-is: Twój obecny plan to your-current-suggested-plan-is: Twój obecny sugerowany plan to diff --git a/locales/pt-BR.yml b/locales/pt-BR.yml index 74c39fa34a..0f456047e4 100644 --- a/locales/pt-BR.yml +++ b/locales/pt-BR.yml @@ -39,6 +39,11 @@ activation: Aceito receber notificação quando uma nova versão do aplicativo estiver disponível validate: Validar +alert: + confirm-delete: Confirmar exclusão + delete-message: |- + esta ação não é reversível. + Tem certeza de que deseja excluir isso apikeys: all: chaves checkbelow: verifique abaixo o link para obter mais informações @@ -65,7 +70,11 @@ button: toggle_langs: Mudar de idioma channel: add: Adicionar + beta-channel: Canal beta + cannot-delete-device: Não é possível excluir o dispositivo copy: Copiar URL + device: Dispositivo + device-deleted: Dispositivo excluído invit: Digite o e-mail para convidar is_public: Público do canal make_it: Faça @@ -76,6 +85,7 @@ channel: public: Link do atualizador do capacitor public_desc: Público title: Canal + user: Do utilizador user_no_found: Usuário não encontrado, peça para se registrar primeiro users: Compartilhado com usuários v3: Configurações V3 @@ -130,22 +140,31 @@ notificationSettings: onboarding: loading: Carregando package: + cannot-delete-version: Não é possível excluir a versão channels: Canais device_list: Lista de dispositivos devices: Ver dispositivos + devices-list: Dispositivos vinculados download: Baixar versão link_channel: Link para o canal link_version: Link para a versão mobiles-stats: Estatísticas de celulares + name: Aplicativo set: Definir versão para canal stats: Estatísticas test: Versão de lançamento title: informação + version: + is-used-in-device: for usado em uma substituição de dispositivo, desvincule-o primeiro + version-deleted: Versão excluída versions: Versões password: heading: Criar senha new: Nova Senha validate: Validar +pckage: + version: + is-used-in-channel: é usado em um canal, desvincule-o primeiro plan: abtest: Teste A/B application: Inscrição @@ -207,6 +226,7 @@ stats: title: Estatísticas versions: Versões usage: + success: Seu plano foi configurado esta página será atualizada, em alguns minutos title: Uso your-current-plan-is: Seu plano atual é your-current-suggested-plan-is: Seu plano sugerido atual é diff --git a/locales/ru.yml b/locales/ru.yml index 67d8397a87..dbf9d92941 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -39,6 +39,11 @@ activation: notification: Уведомления notification-desc: Я согласен получать уведомления о появлении новой версии приложения validate: Подтвердить +alert: + confirm-delete: Подтвердите удаление + delete-message: |- + Это действие необратимо. + Вы уверены, что хотите удалить это apikeys: all: ключи checkbelow: проверьте ссылку ниже, чтобы получить больше информации @@ -65,7 +70,11 @@ button: toggle_langs: Сменить язык channel: add: Добавлять + beta-channel: Бета-канал + cannot-delete-device: Невозможно удалить устройство copy: Скопировать URL + device: Устройство + device-deleted: Устройство удалено invit: Введите адрес электронной почты, чтобы пригласить is_public: Публичный канал make_it: Сделай это @@ -76,6 +85,7 @@ channel: public: Ссылка на конденсатор-апдейтер public_desc: Общественный title: Канал + user: Пользователь user_no_found: Пользователь не найден, сначала попросите зарегистрироваться users: Доступно пользователям v3: Настройки версии 3 @@ -130,22 +140,31 @@ notificationSettings: onboarding: loading: Загрузка package: + cannot-delete-version: Не могу удалить версию channels: каналы device_list: Список устройств devices: Посмотреть устройства + devices-list: Устройства связаны download: Скачать версию link_channel: Ссылка на канал link_version: Ссылка на версию mobiles-stats: Мобильная статистика + name: Приложение set: Установить версию для канала stats: статистика test: Запустить версию title: Информация + version: + is-used-in-device: используется в переопределении устройства, сначала отсоедините его + version-deleted: Версия удалена versions: Версии password: heading: Придумайте пароль new: Новый пароль validate: Подтвердить +pckage: + version: + is-used-in-channel: используется в канале, сначала отсоедините его plan: abtest: А/Б тестирование application: Заявление @@ -205,6 +224,9 @@ stats: title: Статистика versions: Версии usage: + success: >- + Ваш тарифный план настроен, эта страница будет обновлена ​​через несколько + минут. title: использование your-current-plan-is: Ваш текущий план your-current-suggested-plan-is: 'Ваш текущий предлагаемый план:' diff --git a/locales/tr.yml b/locales/tr.yml index d271cfcebf..a80e421529 100644 --- a/locales/tr.yml +++ b/locales/tr.yml @@ -39,6 +39,11 @@ activation: notification: Bildirimler notification-desc: Yeni uygulama sürümü mevcut olduğunda bildirim almayı kabul ediyorum validate: Doğrula +alert: + confirm-delete: Silmeyi Onayla + delete-message: |- + Bu eylem geri alınamaz. + Bunu silmek istediğinizden emin misiniz apikeys: all: anahtarlar checkbelow: daha fazla bilgi almak için aşağıdaki bağlantıyı kontrol edin @@ -65,7 +70,11 @@ button: toggle_langs: Dilleri değiştir channel: add: Ekle + beta-channel: Beta kanalı + cannot-delete-device: Cihaz silinemiyor copy: Url'yi kopyala + device: Cihaz + device-deleted: Cihaz silindi invit: Davet etmek için e-posta yazın is_public: genel kanal make_it: Bunu yapmak @@ -76,6 +85,7 @@ channel: public: Kapasitör-güncelleyici bağlantısı public_desc: Halk title: Kanal + user: kullanıcı user_no_found: Kullanıcı bulunamadı, önce kaydolmayı isteyin users: Kullanıcılarla paylaşıldı v3: V3 ayarları @@ -130,22 +140,33 @@ notificationSettings: onboarding: loading: Yükleniyor package: + cannot-delete-version: Sürüm silinemiyor channels: Kanallar device_list: Cihaz listesi devices: Cihazları görün + devices-list: Bağlı cihazlar download: Sürümü indir link_channel: kanala bağlantı link_version: sürüme bağlantı mobiles-stats: cep telefonu istatistikleri + name: Uygulama set: Sürümü kanala ayarla stats: istatistikler test: Sürümü başlat title: bilgi + version: + is-used-in-device: >- + bir cihaz geçersiz kılma işleminde kullanılıyorsa, önce bağlantısını + kaldırın + version-deleted: Sürüm silindi versions: Sürümler password: heading: Şifre oluştur new: Yeni Şifre validate: Doğrula +pckage: + version: + is-used-in-channel: bir kanalda kullanılıyorsa, önce bağlantısını kaldırın plan: abtest: A / B testi application: Başvuru @@ -207,6 +228,7 @@ stats: title: istatistikler versions: Sürümler usage: + success: Planınız kuruldu, bu sayfa birkaç dakika içinde güncellenecektir. title: kullanım your-current-plan-is: Şu anki planınız your-current-suggested-plan-is: 'Mevcut önerilen planınız:' diff --git a/locales/vi.yml b/locales/vi.yml index daeb350322..b4ef49c6b8 100644 --- a/locales/vi.yml +++ b/locales/vi.yml @@ -39,6 +39,11 @@ activation: notification: Thông báo notification-desc: Tôi chấp nhận nhận thông báo khi có phiên bản ứng dụng mới validate: Xác thực +alert: + confirm-delete: Xác nhận Xóa + delete-message: |- + Hành động này là không thể đảo ngược. + Bạn có chắc chắn muốn xóa cái này không apikeys: all: chìa khóa checkbelow: kiểm tra bên dưới liên kết để nhận thêm thông tin @@ -65,7 +70,11 @@ button: toggle_langs: Thay đổi ngôn ngữ channel: add: Thêm vào + beta-channel: Kênh beta + cannot-delete-device: Không thể xóa thiết bị copy: Sao chép URL + device: Thiết bị + device-deleted: Đã xóa thiết bị invit: Nhập email để mời is_public: Kênh công khai make_it: Làm cho nó @@ -76,6 +85,7 @@ channel: public: Liên kết trình cập nhật tụ điện public_desc: Công cộng title: Kênh truyền hình + user: Người dùng user_no_found: Không tìm thấy người dùng, hãy yêu cầu đăng ký trước users: Được chia sẻ với người dùng v3: Cài đặt V3 @@ -130,22 +140,33 @@ notificationSettings: onboarding: loading: Đang tải package: + cannot-delete-version: Không thể xóa phiên bản channels: Kênh truyền hình device_list: Danh sách thiết bị devices: Xem các thiết bị + devices-list: Các thiết bị được liên kết download: Tải xuống phiên bản link_channel: Liên kết với kênh link_version: Liên kết đến phiên bản mobiles-stats: Số liệu thống kê về điện thoại di động + name: Ứng dụng set: Đặt phiên bản cho kênh stats: số liệu thống kê test: Phiên bản khởi chạy title: thông tin + version: + is-used-in-device: >- + được sử dụng trong ghi đè thiết bị, trước tiên hãy hủy liên kết thiết bị + đó + version-deleted: Phiên bản đã bị xóa versions: Phiên bản password: heading: Tạo mật khẩu new: mật khẩu mới validate: Xác thực +pckage: + version: + is-used-in-channel: được sử dụng trong một kênh, trước tiên hãy hủy liên kết kênh đó plan: abtest: Thử nghiệm A / B application: Ứng dụng @@ -205,6 +226,7 @@ stats: title: Số liệu thống kê versions: Phiên bản usage: + success: Kế hoạch của bạn đã được thiết lập, trang này sẽ được cập nhật sau vài phút title: Cách sử dụng your-current-plan-is: Kế hoạch hiện tại của bạn là your-current-suggested-plan-is: Kế hoạch đề xuất hiện tại của bạn là diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index e4f6be480c..a1c24d7b36 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -37,6 +37,11 @@ activation: notification: 通知 notification-desc: 我接受在有新应用版本可用时接收通知 validate: 证实 +alert: + confirm-delete: 确认删除 + delete-message: |- + 这个动作是不可逆的。 + 你确定要删除这个吗 apikeys: all: 钥匙 checkbelow: 检查下面的链接以获取更多信息 @@ -61,7 +66,11 @@ button: toggle_langs: 切换语言 channel: add: 添加 + beta-channel: 测试通道 + cannot-delete-device: 无法删除设备 copy: 复制网址 + device: 设备 + device-deleted: 设备已删除 invit: 输入电子邮件以邀请 is_public: 公开频道 make_it: 做了 @@ -72,6 +81,7 @@ channel: public: 电容器更新器链接 public_desc: 民众 title: 渠道 + user: 用户 user_no_found: 未找到用户,请先注册 users: 与用户共享 v3: V3 设置 @@ -126,22 +136,31 @@ notificationSettings: onboarding: loading: 正在加载 package: + cannot-delete-version: 无法删除版本 channels: 频道 device_list: 设备列表 devices: 查看设备 + devices-list: 关联的设备 download: 下载版本 link_channel: 链接到频道 link_version: 链接到版本 mobiles-stats: 手机数据 + name: 应用程序 set: 将版本设置为频道 stats: 统计数据 test: 发布版本 title: 信息 + version: + is-used-in-device: 在设备覆盖中使用,请先取消链接 + version-deleted: 版本已删除 versions: 版本 password: heading: 创建密码 new: 新密码 validate: 证实 +pckage: + version: + is-used-in-channel: 在频道中使用,请先取消链接 plan: abtest: A/B 测试 application: 应用 @@ -201,6 +220,7 @@ stats: title: 统计数据 versions: 版本 usage: + success: 您的计划已设置好此页面将在几分钟内更新 title: 用法 your-current-plan-is: 你目前的计划是 your-current-suggested-plan-is: 您目前建议的计划是 diff --git a/package.json b/package.json index c459f0a611..384d9709ec 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "mobile": "vite build --mode mobile && cap copy", "capacitor-assets": "capacitor-assets generate", "resources": "cordova-res --skip-config --copy --icon-background-source '#ffffff'", + "release": "standard-version -t \"\"", "sync": "cap sync", "dev": "vite", "lint": "eslint \"src/**/*.{vue,ts,js}\"", @@ -19,20 +20,20 @@ "@capacitor-community/http": "^1.4.1", "@capacitor-community/keep-awake": "^2.1.1", "@capacitor/action-sheet": "1.0.8", - "@capacitor/android": "3.5.0", + "@capacitor/android": "3.5.1", "@capacitor/app": "1.1.1", "@capacitor/app-launcher": "1.0.9", "@capacitor/assets": "1.0.0-next.5", "@capacitor/browser": "1.0.7", "@capacitor/camera": "1.3.1", "@capacitor/clipboard": "1.0.8", - "@capacitor/core": "3.5.0", + "@capacitor/core": "3.5.1", "@capacitor/device": "1.1.2", "@capacitor/dialog": "1.0.7", "@capacitor/filesystem": "1.1.0", "@capacitor/geolocation": "1.3.1", "@capacitor/haptics": "1.1.4", - "@capacitor/ios": "3.5.0", + "@capacitor/ios": "3.5.1", "@capacitor/keyboard": "1.2.2", "@capacitor/local-notifications": "1.1.0", "@capacitor/motion": "1.0.5", @@ -45,79 +46,82 @@ "@capacitor/storage": "1.2.5", "@capacitor/text-zoom": "1.0.8", "@capacitor/toast": "1.0.8", - "@capgo/capacitor-updater": "^3.2.0", - "@ionic/vue": "6.1.2", - "@ionic/vue-router": "6.1.2", + "@capgo/capacitor-updater": "^3.3.4", + "@ionic/vue": "6.1.6", + "@ionic/vue-router": "6.1.6", "@netlify/functions": "0.11.1", "@robingenz/capacitor-file-picker": "0.3.0", "@robingenz/capacitor-screen-orientation": "1.1.7", "@supabase/storage-js": "1.7.0", - "@supabase/supabase-js": "1.35.2", + "@supabase/supabase-js": "1.35.3", "@teamhive/capacitor-video-recorder": "^5.0.0", - "@vuelidate/core": "2.0.0-alpha.40", - "@vuelidate/validators": "2.0.0-alpha.28", - "@vueuse/core": "8.3.1", + "@vuelidate/core": "2.0.0-alpha.41", + "@vuelidate/validators": "2.0.0-alpha.29", + "@vueuse/core": "8.5.0", "base64-arraybuffer": "1.0.2", - "capacitor-flash": "1.1.1", + "capacitor-flash": "1.1.3", "capacitor-mute": "^0.0.4", "capacitor-native-audio": "^3.0.2", "capacitor-native-biometric": "3.0.3", - "capacitor-purchases": "1.1.4", + "capacitor-purchases": "1.1.8", "capacitor-rate-app": "^2.0.0", "capacitor-screen-recorder": "1.1.5", "chart.js": "^3.7.1", "copy-text-to-clipboard": "^3.0.1", "date-fn": "^0.0.2", - "dayjs": "1.11.1", - "firebase": "9.6.11", + "dayjs": "1.11.2", + "firebase": "9.8.1", "generate-password-browser": "^1.1.0", + "json2csv": "^5.0.7", "mime": "^3.0.0", "nprogress": "1.0.0-1", - "pinia": "2.0.13", + "pinia": "2.0.14", "plausible-tracker": "^0.3.5", - "prism-theme-vars": "^0.2.2", + "prism-theme-vars": "^0.2.3", "vite-plugin-environment": "1.1.1", "vite-plugin-imagemin": "^0.6.1", - "vue": "3.2.33", + "vue": "3.2.36", "vue-chart-3": "^3.1.8", "vue-demi": "0.12.5", "vue-i18n": "9.2.0-beta.35", - "vue-router": "4.0.14" + "vue-router": "4.0.15" }, "devDependencies": { - "@antfu/eslint-config": "0.20.7", - "@capacitor/cli": "3.5.0", - "@iconify-json/carbon": "1.1.3", + "@antfu/eslint-config": "0.24.2", + "@capacitor/cli": "3.5.1", + "@iconify-json/carbon": "1.1.5", "@iconify-json/ion": "1.1.1", "@iconify-json/ls": "1.1.1", "@intlify/vite-plugin-vue-i18n": "4.0.0", "@types/fs-extra": "^9.0.13", "@types/mime": "^2.0.3", - "@types/node": "17.0.25", + "@types/node": "17.0.35", "@types/nprogress": "^0.2.0", "@types/uuid": "8.3.4", - "@vitejs/plugin-vue": "2.3.1", - "@vue/compiler-sfc": "3.2.33", - "@vue/server-renderer": "3.2.33", + "@vitejs/plugin-vue": "2.3.3", + "@vue/compiler-sfc": "3.2.36", + "@vue/server-renderer": "3.2.36", + "capacitor-set-version": "^2.0.2", "critters": "0.0.16", "cross-env": "^7.0.3", - "cypress": "9.5.4", - "eslint": "8.14.0", + "cypress": "9.7.0", + "eslint": "8.16.0", "eslint-plugin-cypress": "^2.12.1", "https-localhost": "4.7.1", - "netlify-cli": "9.16.6", - "pnpm": "6.32.9", - "sass": "1.50.1", - "typescript": "4.6.3", - "unplugin-icons": "0.14.1", - "vite": "2.9.5", + "netlify-cli": "10.3.1", + "pnpm": "7.1.5", + "sass": "1.52.1", + "standard-version": "^9.5.0", + "typescript": "4.7.2", + "unplugin-icons": "0.14.3", + "vite": "2.9.9", "vite-plugin-inspect": "0.5.0", "vite-plugin-pages": "0.23.0", "vite-plugin-pwa": "0.12.0", "vite-plugin-vue-layouts": "0.6.0", "vite-plugin-windicss": "1.8.4", - "vitest": "0.9.4", - "vue-tsc": "0.34.10", - "windicss": "^3.5.1" + "vitest": "0.12.9", + "vue-tsc": "0.34.16", + "windicss": "^3.5.4" } -} +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f6ebd227dd..8a6304e05d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,25 +1,25 @@ -lockfileVersion: 5.3 +lockfileVersion: 5.4 specifiers: - '@antfu/eslint-config': 0.20.7 + '@antfu/eslint-config': 0.24.2 '@capacitor-community/http': ^1.4.1 '@capacitor-community/keep-awake': ^2.1.1 '@capacitor/action-sheet': 1.0.8 - '@capacitor/android': 3.5.0 + '@capacitor/android': 3.5.1 '@capacitor/app': 1.1.1 '@capacitor/app-launcher': 1.0.9 '@capacitor/assets': 1.0.0-next.5 '@capacitor/browser': 1.0.7 '@capacitor/camera': 1.3.1 - '@capacitor/cli': 3.5.0 + '@capacitor/cli': 3.5.1 '@capacitor/clipboard': 1.0.8 - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 '@capacitor/device': 1.1.2 '@capacitor/dialog': 1.0.7 '@capacitor/filesystem': 1.1.0 '@capacitor/geolocation': 1.3.1 '@capacitor/haptics': 1.1.4 - '@capacitor/ios': 3.5.0 + '@capacitor/ios': 3.5.1 '@capacitor/keyboard': 1.2.2 '@capacitor/local-notifications': 1.1.0 '@capacitor/motion': 1.0.5 @@ -32,61 +32,64 @@ specifiers: '@capacitor/storage': 1.2.5 '@capacitor/text-zoom': 1.0.8 '@capacitor/toast': 1.0.8 - '@capgo/capacitor-updater': ^3.2.0 - '@iconify-json/carbon': 1.1.3 + '@capgo/capacitor-updater': ^3.3.4 + '@iconify-json/carbon': 1.1.5 '@iconify-json/ion': 1.1.1 '@iconify-json/ls': 1.1.1 '@intlify/vite-plugin-vue-i18n': 4.0.0 - '@ionic/vue': 6.1.2 - '@ionic/vue-router': 6.1.2 + '@ionic/vue': 6.1.6 + '@ionic/vue-router': 6.1.6 '@netlify/functions': 0.11.1 '@robingenz/capacitor-file-picker': 0.3.0 '@robingenz/capacitor-screen-orientation': 1.1.7 '@supabase/storage-js': 1.7.0 - '@supabase/supabase-js': 1.35.2 + '@supabase/supabase-js': 1.35.3 '@teamhive/capacitor-video-recorder': ^5.0.0 '@types/fs-extra': ^9.0.13 '@types/mime': ^2.0.3 - '@types/node': 17.0.25 + '@types/node': 17.0.35 '@types/nprogress': ^0.2.0 '@types/uuid': 8.3.4 - '@vitejs/plugin-vue': 2.3.1 - '@vue/compiler-sfc': 3.2.33 - '@vue/server-renderer': 3.2.33 - '@vuelidate/core': 2.0.0-alpha.40 - '@vuelidate/validators': 2.0.0-alpha.28 - '@vueuse/core': 8.3.1 + '@vitejs/plugin-vue': 2.3.3 + '@vue/compiler-sfc': 3.2.36 + '@vue/server-renderer': 3.2.36 + '@vuelidate/core': 2.0.0-alpha.41 + '@vuelidate/validators': 2.0.0-alpha.29 + '@vueuse/core': 8.5.0 base64-arraybuffer: 1.0.2 - capacitor-flash: 1.1.1 + capacitor-flash: 1.1.3 capacitor-mute: ^0.0.4 capacitor-native-audio: ^3.0.2 capacitor-native-biometric: 3.0.3 - capacitor-purchases: 1.1.4 + capacitor-purchases: 1.1.8 capacitor-rate-app: ^2.0.0 capacitor-screen-recorder: 1.1.5 + capacitor-set-version: ^2.0.2 chart.js: ^3.7.1 copy-text-to-clipboard: ^3.0.1 critters: 0.0.16 cross-env: ^7.0.3 - cypress: 9.5.4 + cypress: 9.7.0 date-fn: ^0.0.2 - dayjs: 1.11.1 - eslint: 8.14.0 + dayjs: 1.11.2 + eslint: 8.16.0 eslint-plugin-cypress: ^2.12.1 - firebase: 9.6.11 + firebase: 9.8.1 generate-password-browser: ^1.1.0 https-localhost: 4.7.1 + json2csv: ^5.0.7 mime: ^3.0.0 - netlify-cli: 9.16.6 + netlify-cli: 10.3.1 nprogress: 1.0.0-1 - pinia: 2.0.13 + pinia: 2.0.14 plausible-tracker: ^0.3.5 - pnpm: 6.32.9 - prism-theme-vars: ^0.2.2 - sass: 1.50.1 - typescript: 4.6.3 - unplugin-icons: 0.14.1 - vite: 2.9.5 + pnpm: 7.1.5 + prism-theme-vars: ^0.2.3 + sass: 1.52.1 + standard-version: ^9.5.0 + typescript: 4.7.2 + unplugin-icons: 0.14.3 + vite: 2.9.9 vite-plugin-environment: 1.1.1 vite-plugin-imagemin: ^0.6.1 vite-plugin-inspect: 0.5.0 @@ -94,208 +97,222 @@ specifiers: vite-plugin-pwa: 0.12.0 vite-plugin-vue-layouts: 0.6.0 vite-plugin-windicss: 1.8.4 - vitest: 0.9.4 - vue: 3.2.33 + vitest: 0.12.9 + vue: 3.2.36 vue-chart-3: ^3.1.8 vue-demi: 0.12.5 vue-i18n: 9.2.0-beta.35 - vue-router: 4.0.14 - vue-tsc: 0.34.10 - windicss: ^3.5.1 + vue-router: 4.0.15 + vue-tsc: 0.34.16 + windicss: ^3.5.4 dependencies: '@capacitor-community/http': 1.4.1 - '@capacitor-community/keep-awake': 2.1.1_@capacitor+core@3.5.0 - '@capacitor/action-sheet': 1.0.8_@capacitor+core@3.5.0 - '@capacitor/android': 3.5.0_@capacitor+core@3.5.0 - '@capacitor/app': 1.1.1_@capacitor+core@3.5.0 - '@capacitor/app-launcher': 1.0.9_@capacitor+core@3.5.0 - '@capacitor/assets': 1.0.0-next.5_de7c86b0cde507c63a0402da5b982bd3 - '@capacitor/browser': 1.0.7_@capacitor+core@3.5.0 - '@capacitor/camera': 1.3.1_@capacitor+core@3.5.0 - '@capacitor/clipboard': 1.0.8_@capacitor+core@3.5.0 - '@capacitor/core': 3.5.0 - '@capacitor/device': 1.1.2_@capacitor+core@3.5.0 - '@capacitor/dialog': 1.0.7_@capacitor+core@3.5.0 - '@capacitor/filesystem': 1.1.0_@capacitor+core@3.5.0 - '@capacitor/geolocation': 1.3.1_@capacitor+core@3.5.0 - '@capacitor/haptics': 1.1.4_@capacitor+core@3.5.0 - '@capacitor/ios': 3.5.0_@capacitor+core@3.5.0 - '@capacitor/keyboard': 1.2.2_@capacitor+core@3.5.0 - '@capacitor/local-notifications': 1.1.0_@capacitor+core@3.5.0 - '@capacitor/motion': 1.0.5_@capacitor+core@3.5.0 - '@capacitor/network': 1.0.7_@capacitor+core@3.5.0 - '@capacitor/push-notifications': 1.0.9_@capacitor+core@3.5.0 - '@capacitor/screen-reader': 1.0.8_@capacitor+core@3.5.0 - '@capacitor/share': 1.1.2_@capacitor+core@3.5.0 - '@capacitor/splash-screen': 1.2.2_@capacitor+core@3.5.0 - '@capacitor/status-bar': 1.0.8_@capacitor+core@3.5.0 - '@capacitor/storage': 1.2.5_@capacitor+core@3.5.0 - '@capacitor/text-zoom': 1.0.8_@capacitor+core@3.5.0 - '@capacitor/toast': 1.0.8_@capacitor+core@3.5.0 - '@capgo/capacitor-updater': 3.2.0_@capacitor+core@3.5.0 - '@ionic/vue': 6.1.2 - '@ionic/vue-router': 6.1.2 + '@capacitor-community/keep-awake': 2.1.1_@capacitor+core@3.5.1 + '@capacitor/action-sheet': 1.0.8_@capacitor+core@3.5.1 + '@capacitor/android': 3.5.1_@capacitor+core@3.5.1 + '@capacitor/app': 1.1.1_@capacitor+core@3.5.1 + '@capacitor/app-launcher': 1.0.9_@capacitor+core@3.5.1 + '@capacitor/assets': 1.0.0-next.5_smgpfffxrhk5i4ijhe3532b4hq + '@capacitor/browser': 1.0.7_@capacitor+core@3.5.1 + '@capacitor/camera': 1.3.1_@capacitor+core@3.5.1 + '@capacitor/clipboard': 1.0.8_@capacitor+core@3.5.1 + '@capacitor/core': 3.5.1 + '@capacitor/device': 1.1.2_@capacitor+core@3.5.1 + '@capacitor/dialog': 1.0.7_@capacitor+core@3.5.1 + '@capacitor/filesystem': 1.1.0_@capacitor+core@3.5.1 + '@capacitor/geolocation': 1.3.1_@capacitor+core@3.5.1 + '@capacitor/haptics': 1.1.4_@capacitor+core@3.5.1 + '@capacitor/ios': 3.5.1_@capacitor+core@3.5.1 + '@capacitor/keyboard': 1.2.2_@capacitor+core@3.5.1 + '@capacitor/local-notifications': 1.1.0_@capacitor+core@3.5.1 + '@capacitor/motion': 1.0.5_@capacitor+core@3.5.1 + '@capacitor/network': 1.0.7_@capacitor+core@3.5.1 + '@capacitor/push-notifications': 1.0.9_@capacitor+core@3.5.1 + '@capacitor/screen-reader': 1.0.8_@capacitor+core@3.5.1 + '@capacitor/share': 1.1.2_@capacitor+core@3.5.1 + '@capacitor/splash-screen': 1.2.2_@capacitor+core@3.5.1 + '@capacitor/status-bar': 1.0.8_@capacitor+core@3.5.1 + '@capacitor/storage': 1.2.5_@capacitor+core@3.5.1 + '@capacitor/text-zoom': 1.0.8_@capacitor+core@3.5.1 + '@capacitor/toast': 1.0.8_@capacitor+core@3.5.1 + '@capgo/capacitor-updater': 3.3.4_@capacitor+core@3.5.1 + '@ionic/vue': 6.1.6 + '@ionic/vue-router': 6.1.6 '@netlify/functions': 0.11.1 - '@robingenz/capacitor-file-picker': 0.3.0_@capacitor+core@3.5.0 - '@robingenz/capacitor-screen-orientation': 1.1.7_@capacitor+core@3.5.0 + '@robingenz/capacitor-file-picker': 0.3.0_@capacitor+core@3.5.1 + '@robingenz/capacitor-screen-orientation': 1.1.7_@capacitor+core@3.5.1 '@supabase/storage-js': 1.7.0 - '@supabase/supabase-js': 1.35.2 - '@teamhive/capacitor-video-recorder': 5.0.0_@capacitor+core@3.5.0 - '@vuelidate/core': 2.0.0-alpha.40_vue@3.2.33 - '@vuelidate/validators': 2.0.0-alpha.28_vue@3.2.33 - '@vueuse/core': 8.3.1_vue@3.2.33 + '@supabase/supabase-js': 1.35.3 + '@teamhive/capacitor-video-recorder': 5.0.0_@capacitor+core@3.5.1 + '@vuelidate/core': 2.0.0-alpha.41_vue@3.2.36 + '@vuelidate/validators': 2.0.0-alpha.29_vue@3.2.36 + '@vueuse/core': 8.5.0_vue@3.2.36 base64-arraybuffer: 1.0.2 - capacitor-flash: 1.1.1_@capacitor+core@3.5.0 - capacitor-mute: 0.0.4_@capacitor+core@3.5.0 - capacitor-native-audio: 3.0.2_@capacitor+core@3.5.0 + capacitor-flash: 1.1.3_@capacitor+core@3.5.1 + capacitor-mute: 0.0.4_@capacitor+core@3.5.1 + capacitor-native-audio: 3.0.2_@capacitor+core@3.5.1 capacitor-native-biometric: 3.0.3 - capacitor-purchases: 1.1.4_@capacitor+core@3.5.0 - capacitor-rate-app: 2.0.0_@capacitor+core@3.5.0 - capacitor-screen-recorder: 1.1.5_@capacitor+core@3.5.0 + capacitor-purchases: 1.1.8_@capacitor+core@3.5.1 + capacitor-rate-app: 2.0.0_@capacitor+core@3.5.1 + capacitor-screen-recorder: 1.1.5_@capacitor+core@3.5.1 chart.js: 3.7.1 copy-text-to-clipboard: 3.0.1 date-fn: 0.0.2 - dayjs: 1.11.1 - firebase: 9.6.11 + dayjs: 1.11.2 + firebase: 9.8.1 generate-password-browser: 1.1.0 + json2csv: 5.0.7 mime: 3.0.0 nprogress: 1.0.0-1 - pinia: 2.0.13_typescript@4.6.3+vue@3.2.33 + pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y plausible-tracker: 0.3.5 - prism-theme-vars: 0.2.2 - vite-plugin-environment: 1.1.1_vite@2.9.5 - vite-plugin-imagemin: 0.6.1_vite@2.9.5 - vue: 3.2.33 - vue-chart-3: 3.1.8_chart.js@3.7.1+vue@3.2.33 - vue-demi: 0.12.5_vue@3.2.33 - vue-i18n: 9.2.0-beta.35_vue@3.2.33 - vue-router: 4.0.14_vue@3.2.33 + prism-theme-vars: 0.2.3 + vite-plugin-environment: 1.1.1_vite@2.9.9 + vite-plugin-imagemin: 0.6.1_vite@2.9.9 + vue: 3.2.36 + vue-chart-3: 3.1.8_chart.js@3.7.1+vue@3.2.36 + vue-demi: 0.12.5_vue@3.2.36 + vue-i18n: 9.2.0-beta.35_vue@3.2.36 + vue-router: 4.0.15_vue@3.2.36 devDependencies: - '@antfu/eslint-config': 0.20.7_eslint@8.14.0+typescript@4.6.3 - '@capacitor/cli': 3.5.0 - '@iconify-json/carbon': 1.1.3 + '@antfu/eslint-config': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + '@capacitor/cli': 3.5.1 + '@iconify-json/carbon': 1.1.5 '@iconify-json/ion': 1.1.1 '@iconify-json/ls': 1.1.1 - '@intlify/vite-plugin-vue-i18n': 4.0.0_3d08e1d9025840888da5ae870455a383 + '@intlify/vite-plugin-vue-i18n': 4.0.0_ffjyq3xvmksbcj77tjaigym5hi '@types/fs-extra': 9.0.13 '@types/mime': 2.0.3 - '@types/node': 17.0.25 + '@types/node': 17.0.35 '@types/nprogress': 0.2.0 '@types/uuid': 8.3.4 - '@vitejs/plugin-vue': 2.3.1_vite@2.9.5+vue@3.2.33 - '@vue/compiler-sfc': 3.2.33 - '@vue/server-renderer': 3.2.33_vue@3.2.33 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/server-renderer': 3.2.36_vue@3.2.36 + capacitor-set-version: 2.0.2 critters: 0.0.16 cross-env: 7.0.3 - cypress: 9.5.4 - eslint: 8.14.0 - eslint-plugin-cypress: 2.12.1_eslint@8.14.0 + cypress: 9.7.0 + eslint: 8.16.0 + eslint-plugin-cypress: 2.12.1_eslint@8.16.0 https-localhost: 4.7.1 - netlify-cli: 9.16.6 - pnpm: 6.32.9 - sass: 1.50.1 - typescript: 4.6.3 - unplugin-icons: 0.14.1_373ff0796f2ad1831080f280f76c13f4 - vite: 2.9.5_sass@1.50.1 - vite-plugin-inspect: 0.5.0_vite@2.9.5 - vite-plugin-pages: 0.23.0_373ff0796f2ad1831080f280f76c13f4 - vite-plugin-pwa: 0.12.0_vite@2.9.5 - vite-plugin-vue-layouts: 0.6.0_c6669f7f6a2bb1e4cd0ce207bade55c6 - vite-plugin-windicss: 1.8.4_vite@2.9.5 - vitest: 0.9.4_sass@1.50.1 - vue-tsc: 0.34.10_typescript@4.6.3 - windicss: 3.5.1 + netlify-cli: 10.3.1 + pnpm: 7.1.5 + sass: 1.52.1 + standard-version: 9.5.0 + typescript: 4.7.2 + unplugin-icons: 0.14.3_cyjpizlboac2xw76ngrtxfz55y + vite: 2.9.9_sass@1.52.1 + vite-plugin-inspect: 0.5.0_vite@2.9.9 + vite-plugin-pages: 0.23.0_cyjpizlboac2xw76ngrtxfz55y + vite-plugin-pwa: 0.12.0_vite@2.9.9 + vite-plugin-vue-layouts: 0.6.0_ogyzu5t2gxjxdcuo6vkz6mdms4 + vite-plugin-windicss: 1.8.4_vite@2.9.9 + vitest: 0.12.9_sass@1.52.1 + vue-tsc: 0.34.16_typescript@4.7.2 + windicss: 3.5.4 packages: - /@antfu/eslint-config-basic/0.20.7_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-Lhty32km7/dtCtoGBWB9OQnC9aG1mYdFiF4JrbhPPr4nj7fd/KY+p91zIyOtEnlSNp4uKRGXD4DnYjp0cJdGBA==} + /@antfu/eslint-config-basic/0.24.2_hzuh7e2up357pvq3mkokjvu2lq: + resolution: {integrity: sha512-JQOJP5zM6pVg0wNUMJCcseNTbOSjIOK6kqhAzzkE1Xz5oUtaHgL9zjGyazPpJU6tkYzpXsUpCn3Nd2rFY02b4g==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.14.0 - eslint-plugin-antfu: 0.20.7_eslint@8.14.0+typescript@4.6.3 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.14.0 + eslint: 8.16.0 + eslint-plugin-antfu: 0.24.2_xztl6dhthcahlo6akmb2bmjmle + eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 - eslint-plugin-jsonc: 2.2.1_eslint@8.14.0 - eslint-plugin-markdown: 2.2.1_eslint@8.14.0 - eslint-plugin-n: 15.1.0_eslint@8.14.0 - eslint-plugin-promise: 6.0.0_eslint@8.14.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.14.0 - eslint-plugin-yml: 0.14.0_eslint@8.14.0 + eslint-plugin-import: 2.26.0_grfei5yostfimvqdpf73rlhy3e + eslint-plugin-jsonc: 2.2.1_eslint@8.16.0 + eslint-plugin-markdown: 2.2.1_eslint@8.16.0 + eslint-plugin-n: 15.2.0_eslint@8.16.0 + eslint-plugin-promise: 6.0.0_eslint@8.16.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.16.0 + eslint-plugin-yml: 1.0.0_eslint@8.16.0 jsonc-eslint-parser: 2.1.0 - yaml-eslint-parser: 0.5.0 + yaml-eslint-parser: 1.0.1 transitivePeerDependencies: + - '@typescript-eslint/parser' + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - supports-color - typescript dev: true - /@antfu/eslint-config-react/0.20.7_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-CfqtjfrhnDffDImfwWbGWCHjaY/7Un7kkEOVqIh46oU9B6XW6wCFWh3VWJn7SsIYKVJbYlOypneqziYRUB0H3Q==} + /@antfu/eslint-config-react/0.24.2_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-rovMrWq4ZGNrPMTOrnLNcXNzztgaTGNT15e7fhOXvP1Zq2UMmj1BCvZjJnLFeHE+ptl7HGd9OADf+WdEfWEfKw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.20.7_eslint@8.14.0+typescript@4.6.3 - eslint: 8.14.0 - eslint-plugin-react: 7.29.4_eslint@8.14.0 + '@antfu/eslint-config-ts': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + eslint: 8.16.0 + eslint-plugin-react: 7.30.0_eslint@8.16.0 transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.20.7_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-wPLhwQ8Jt7rrJj4MQUY2F7pbiV4ITx8RbuOTpkVmuUQeGe3mHCGvJostTcz5JYgWyd3JOx2dqFBY10t3YXEMYw==} + /@antfu/eslint-config-ts/0.24.2_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-SLuePt5doZxiYPc4UpNpXHGufgK14/1PXb7qJlDOPYx9jWuPyCkpxesxWXBZ4S+ZHNOw4rvR2iJG0HFVPuNZxg==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.20.7_eslint@8.14.0+typescript@4.6.3 - '@typescript-eslint/eslint-plugin': 5.20.0_81f0d1a74f014d44d273bd1612c85fd9 - '@typescript-eslint/parser': 5.20.0_eslint@8.14.0+typescript@4.6.3 - eslint: 8.14.0 - typescript: 4.6.3 + '@antfu/eslint-config-basic': 0.24.2_hzuh7e2up357pvq3mkokjvu2lq + '@typescript-eslint/eslint-plugin': 5.26.0_hzuh7e2up357pvq3mkokjvu2lq + '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle + eslint: 8.16.0 + typescript: 4.7.2 transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - supports-color dev: true - /@antfu/eslint-config-vue/0.20.7_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-jpWi0FaeDLbAoTawJYExHnZ8EC6+1wiL8OD2Iu1A400b0PGyP85vpfcFAAKGij2KgJVc0ZoHeFJQX1TTMeiI/g==} + /@antfu/eslint-config-vue/0.24.2_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-lENl6u3GHnzoP75nEx2J+BNZ5S8ORx3XBPD+izxvxoyarVeda4JZf66YJ3nfMI1g/7/5KoM2ebf3g3ceOEBi3w==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.20.7_eslint@8.14.0+typescript@4.6.3 - eslint: 8.14.0 - eslint-plugin-vue: 8.7.1_eslint@8.14.0 + '@antfu/eslint-config-ts': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + eslint: 8.16.0 + eslint-plugin-vue: 9.0.1_eslint@8.16.0 transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - supports-color - typescript dev: true - /@antfu/eslint-config/0.20.7_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-HXWvjUGsQKA6xro0FnP7hfLcRVU3Ly8zMrxOSkBCJkagSm9osbWeXtPXVessa2i1IzjiU2FBWCf602rFNtpLGA==} + /@antfu/eslint-config/0.24.2_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-hDqwNg8e2xud31467KQRmIaYknoF6ijZIUSVY4LI6rlOZPWHQp7J/rMW6NnIF5RHcGJnI/O0Pf1A0GJl3/pjJw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.20.7_eslint@8.14.0+typescript@4.6.3 - '@antfu/eslint-config-vue': 0.20.7_eslint@8.14.0+typescript@4.6.3 - '@typescript-eslint/eslint-plugin': 5.20.0_81f0d1a74f014d44d273bd1612c85fd9 - '@typescript-eslint/parser': 5.20.0_eslint@8.14.0+typescript@4.6.3 - eslint: 8.14.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.14.0 + '@antfu/eslint-config-react': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + '@antfu/eslint-config-vue': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/eslint-plugin': 5.26.0_hzuh7e2up357pvq3mkokjvu2lq + '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle + eslint: 8.16.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 - eslint-plugin-jsonc: 2.2.1_eslint@8.14.0 - eslint-plugin-n: 15.1.0_eslint@8.14.0 - eslint-plugin-promise: 6.0.0_eslint@8.14.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.14.0 - eslint-plugin-vue: 8.7.1_eslint@8.14.0 - eslint-plugin-yml: 0.14.0_eslint@8.14.0 + eslint-plugin-import: 2.26.0_grfei5yostfimvqdpf73rlhy3e + eslint-plugin-jsonc: 2.2.1_eslint@8.16.0 + eslint-plugin-n: 15.2.0_eslint@8.16.0 + eslint-plugin-promise: 6.0.0_eslint@8.16.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.16.0 + eslint-plugin-vue: 9.0.1_eslint@8.16.0 + eslint-plugin-yml: 1.0.0_eslint@8.16.0 jsonc-eslint-parser: 2.1.0 - yaml-eslint-parser: 0.5.0 + yaml-eslint-parser: 1.0.1 transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - supports-color - typescript dev: true @@ -307,10 +324,6 @@ packages: find-up: 5.0.0 dev: true - /@antfu/utils/0.5.0: - resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==} - dev: true - /@antfu/utils/0.5.1: resolution: {integrity: sha512-8Afo0+xvYe1K8Wm4xHTymfTkpzy36aaqDvhXIayUwl+mecMG9Xzl3XjXa6swG6Bk8FBeQ646RyvmsYt6+2Be9g==} dev: true @@ -361,29 +374,6 @@ packages: - supports-color dev: true - /@babel/core/7.15.5_supports-color@9.2.1: - resolution: {integrity: sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-module-transforms': 7.15.4_supports-color@9.2.1 - '@babel/helpers': 7.15.4_supports-color@9.2.1 - '@babel/parser': 7.16.8 - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4_supports-color@9.2.1 - '@babel/types': 7.15.6 - convert-source-map: 1.8.0 - debug: 4.3.4_supports-color@9.2.1 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - semver: 6.3.0 - source-map: 0.5.7 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/generator/7.15.4: resolution: {integrity: sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==} engines: {node: '>=6.9.0'} @@ -438,23 +428,6 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.15.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-member-expression-to-functions': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/helper-replace-supers': 7.15.4_supports-color@9.2.1 - '@babel/helper-split-export-declaration': 7.15.4 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} engines: {node: '>=6.9.0'} @@ -484,24 +457,6 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.2.3_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/traverse': 7.15.4_supports-color@9.2.1 - debug: 4.3.4_supports-color@9.2.1 - lodash.debounce: 4.0.8 - resolve: 1.22.0 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-explode-assignable-expression/7.15.4: resolution: {integrity: sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==} engines: {node: '>=6.9.0'} @@ -562,22 +517,6 @@ packages: - supports-color dev: true - /@babel/helper-module-transforms/7.15.4_supports-color@9.2.1: - resolution: {integrity: sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-replace-supers': 7.15.4_supports-color@9.2.1 - '@babel/helper-simple-access': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 - '@babel/helper-validator-identifier': 7.16.7 - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4_supports-color@9.2.1 - '@babel/types': 7.15.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-optimise-call-expression/7.15.4: resolution: {integrity: sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==} engines: {node: '>=6.9.0'} @@ -601,17 +540,6 @@ packages: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.15.4_supports-color@9.2.1: - resolution: {integrity: sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-wrap-function': 7.15.4_supports-color@9.2.1 - '@babel/types': 7.15.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-replace-supers/7.15.4: resolution: {integrity: sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==} engines: {node: '>=6.9.0'} @@ -624,18 +552,6 @@ packages: - supports-color dev: true - /@babel/helper-replace-supers/7.15.4_supports-color@9.2.1: - resolution: {integrity: sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-member-expression-to-functions': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/traverse': 7.15.4_supports-color@9.2.1 - '@babel/types': 7.15.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-simple-access/7.15.4: resolution: {integrity: sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==} engines: {node: '>=6.9.0'} @@ -678,18 +594,6 @@ packages: - supports-color dev: true - /@babel/helper-wrap-function/7.15.4_supports-color@9.2.1: - resolution: {integrity: sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-function-name': 7.15.4 - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4_supports-color@9.2.1 - '@babel/types': 7.15.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helpers/7.15.4: resolution: {integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==} engines: {node: '>=6.9.0'} @@ -701,17 +605,6 @@ packages: - supports-color dev: true - /@babel/helpers/7.15.4_supports-color@9.2.1: - resolution: {integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4_supports-color@9.2.1 - '@babel/types': 7.15.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/highlight/7.14.5: resolution: {integrity: sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==} engines: {node: '>=6.9.0'} @@ -724,6 +617,8 @@ packages: resolution: {integrity: sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==} engines: {node: '>=6.0.0'} hasBin: true + dependencies: + '@babel/types': 7.15.6 /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==} @@ -751,20 +646,6 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.15.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.15.4_supports-color@9.2.1 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} engines: {node: '>=6.9.0'} @@ -778,19 +659,6 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.14.5_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-create-class-features-plugin': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==} engines: {node: '>=6.9.0'} @@ -805,20 +673,6 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.15.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-create-class-features-plugin': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} engines: {node: '>=6.9.0'} @@ -916,7 +770,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 @@ -935,19 +789,6 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-private-methods/7.14.5_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-create-class-features-plugin': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==} engines: {node: '>=6.9.0'} @@ -963,21 +804,6 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.15.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} engines: {node: '>=4'} @@ -994,7 +820,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1013,7 +839,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1022,7 +848,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1031,7 +857,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1040,7 +866,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1049,7 +875,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1058,7 +884,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1067,7 +893,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1076,7 +902,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1085,7 +911,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1094,7 +920,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1104,7 +930,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1142,20 +968,6 @@ packages: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.14.5_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.15.4_supports-color@9.2.1 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} engines: {node: '>=6.9.0'} @@ -1194,24 +1006,6 @@ packages: - supports-color dev: true - /@babel/plugin-transform-classes/7.15.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.15.4_supports-color@9.2.1 - '@babel/helper-split-export-declaration': 7.15.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} engines: {node: '>=6.9.0'} @@ -1319,20 +1113,6 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.14.5_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-module-transforms': 7.15.4_supports-color@9.2.1 - '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==} engines: {node: '>=6.9.0'} @@ -1348,21 +1128,6 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.15.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-module-transforms': 7.15.4_supports-color@9.2.1 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-simple-access': 7.15.4 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==} engines: {node: '>=6.9.0'} @@ -1379,22 +1144,6 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.15.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-module-transforms': 7.15.4_supports-color@9.2.1 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-identifier': 7.16.7 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} engines: {node: '>=6.9.0'} @@ -1408,19 +1157,6 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.14.5_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-module-transforms': 7.15.4_supports-color@9.2.1 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.5: resolution: {integrity: sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==} engines: {node: '>=6.9.0'} @@ -1454,26 +1190,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-object-super/7.14.5_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.15.4_supports-color@9.2.1 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true @@ -1663,90 +1386,6 @@ packages: - supports-color dev: true - /@babel/preset-env/7.15.6_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-async-generator-functions': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-proposal-class-properties': 7.14.5_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-proposal-class-static-block': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-methods': 7.14.5_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-proposal-private-property-in-object': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-async-to-generator': 7.14.5_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.5 - '@babel/plugin-transform-classes': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-amd': 7.14.5_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-transform-modules-commonjs': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-transform-modules-systemjs': 7.15.4_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-transform-modules-umd': 7.14.5_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.5 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-object-super': 7.14.5_f738010aafc6eb6a39abe94fbd1b5f77 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.5 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.5 - '@babel/preset-modules': 0.1.4_@babel+core@7.15.5 - '@babel/types': 7.15.6 - babel-plugin-polyfill-corejs2: 0.2.2_f738010aafc6eb6a39abe94fbd1b5f77 - babel-plugin-polyfill-corejs3: 0.2.4_f738010aafc6eb6a39abe94fbd1b5f77 - babel-plugin-polyfill-regenerator: 0.2.2_f738010aafc6eb6a39abe94fbd1b5f77 - core-js-compat: 3.17.3 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/preset-modules/0.1.4_@babel+core@7.15.5: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: @@ -1792,30 +1431,12 @@ packages: - supports-color dev: true - /@babel/traverse/7.15.4_supports-color@9.2.1: - resolution: {integrity: sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 - '@babel/parser': 7.16.8 - '@babel/types': 7.15.6 - debug: 4.3.4_supports-color@9.2.1 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/types/7.15.6: resolution: {integrity: sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 - dev: true /@bugsnag/browser/7.14.1: resolution: {integrity: sha512-xenvisYx6xFNuh7GGR/SCLcRs2H6AXn58Ha/u/Yhk+typ1oE5EFAy15+2vdGMDmZp0GsAEgrOTsEZ30uSKdC1w==} @@ -1862,59 +1483,59 @@ packages: /@capacitor-community/http/1.4.1: resolution: {integrity: sha512-+pCkBXrwfm97UfjOgjV950H/qZ8SE36Mrcb46BlL1ps3VIsGuIO+AulL8GqTC6LewheRVtGJpRspNtneXQotNA==} dependencies: - '@capacitor/android': 3.5.0_@capacitor+core@3.5.0 - '@capacitor/core': 3.5.0 - '@capacitor/filesystem': 1.1.0_@capacitor+core@3.5.0 - '@capacitor/ios': 3.5.0_@capacitor+core@3.5.0 + '@capacitor/android': 3.5.1_@capacitor+core@3.5.1 + '@capacitor/core': 3.5.1 + '@capacitor/filesystem': 1.1.0_@capacitor+core@3.5.1 + '@capacitor/ios': 3.5.1_@capacitor+core@3.5.1 dev: false - /@capacitor-community/keep-awake/2.1.1_@capacitor+core@3.5.0: + /@capacitor-community/keep-awake/2.1.1_@capacitor+core@3.5.1: resolution: {integrity: sha512-rgx6z6o4uQbB1VWRiifBx+rmS8ab9cynlq3YY2/xWaMbxOWXENlL2s58hmlIrFHxBGLkOMPh5i73HLUzHmiesQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/action-sheet/1.0.8_@capacitor+core@3.5.0: + /@capacitor/action-sheet/1.0.8_@capacitor+core@3.5.1: resolution: {integrity: sha512-mC3/LhVMgdeJesB8iN/Kjd0QUDjVj8KKEaPm1baqn3VAZWY4JssdMHVox3l4m6zEmGt4+YyD4g6fijq07RZdbQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/android/3.5.0_@capacitor+core@3.5.0: - resolution: {integrity: sha512-1SiTMMdd+urvDRrSLDmrFUU9Ldm8B2mUzVNvx8u1zgagZVPNQLoMY4WX8EkpPjt4+D6YIoBjdqb72LID9Iip6A==} + /@capacitor/android/3.5.1_@capacitor+core@3.5.1: + resolution: {integrity: sha512-rjehS0+BQBlwoN8hUyrMuzexn/9QJsONb1kmN5uXcL8JuTEbv35fa7z0tSD4x1LKwUFd+3Zeuwt60QRuwijlmw==} peerDependencies: '@capacitor/core': ^3.5.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/app-launcher/1.0.9_@capacitor+core@3.5.0: + /@capacitor/app-launcher/1.0.9_@capacitor+core@3.5.1: resolution: {integrity: sha512-/lpBKwGqP3LKHH4WTiZG7mYHZV1AYEN8tuJ+Xwa3NYLzawN2tvCeH/kB13kK2KPD4JbGVp5h9J6GJph9IB96hA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/app/1.1.1_@capacitor+core@3.5.0: + /@capacitor/app/1.1.1_@capacitor+core@3.5.1: resolution: {integrity: sha512-8ADkldHnoE1xkWvPUsGlERVGm6/Zvcxy6hCI80AxydIKyaCG7kbDAvUclebbnw/eFRxj2zBoVatGLjmJNvTbYw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/assets/1.0.0-next.5_de7c86b0cde507c63a0402da5b982bd3: + /@capacitor/assets/1.0.0-next.5_smgpfffxrhk5i4ijhe3532b4hq: resolution: {integrity: sha512-xiOi5OXgW6+CjpM5wxBHh61cAUDuUXN7cDBxxxWptDLH9qVKycJVRArGSoPC1QnlFr9NLwiLEacKKdk0Y0Zcww==} engines: {node: '>=10.3.0'} hasBin: true dependencies: - '@capacitor/cli': 3.5.0 - '@capacitor/project': 1.1.1_de7c86b0cde507c63a0402da5b982bd3 + '@capacitor/cli': 3.5.1 + '@capacitor/project': 1.1.1_smgpfffxrhk5i4ijhe3532b4hq '@changesets/cli': 2.21.1 '@ionic/utils-array': 2.1.5 '@ionic/utils-fs': 3.1.5 @@ -1937,24 +1558,24 @@ packages: - typescript dev: false - /@capacitor/browser/1.0.7_@capacitor+core@3.5.0: + /@capacitor/browser/1.0.7_@capacitor+core@3.5.1: resolution: {integrity: sha512-ni8IjsPyFUYqQ2JxBwzI7VpJUZHPr7QiRds5hQWM/1cpfH0+DWvjWHwzxQXuSbW0h+QGXGSJ/vwqjRns7NzLfQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/camera/1.3.1_@capacitor+core@3.5.0: + /@capacitor/camera/1.3.1_@capacitor+core@3.5.1: resolution: {integrity: sha512-P0Isb1RKUGUpvmLTxsfVOge6bte7hGzp/zObQAQJ96wh9IAGv8S87g7qPm6SLPhg9HK+E8JY3eUmN6KbIRGJNg==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/cli/3.5.0: - resolution: {integrity: sha512-URRAfCbrXufaxRCsDR68m0H3PPndyd4UyfhF4Y+DM5GI1i+0a1SlDYx2s/Ik0ttUFuKc+StwtlmR9Bt5sYNPtQ==} + /@capacitor/cli/3.5.1: + resolution: {integrity: sha512-zIA5BqT8ZnfUFEJwHlSdQ8Q5iWqmT7S6Mgsjbk55Pkv3BKQIP2VIFYpM4E7lGLEKd4kBnKStD0lTw5/P3E03KA==} engines: {node: '>=12.4.0'} hasBin: true dependencies: @@ -1970,19 +1591,19 @@ packages: open: 7.4.2 plist: 3.0.4 prompts: 2.4.2 - semver: 7.3.5 + semver: 7.3.7 tar: 6.1.11 tslib: 2.3.1 xml2js: 0.4.23 transitivePeerDependencies: - supports-color - /@capacitor/clipboard/1.0.8_@capacitor+core@3.5.0: + /@capacitor/clipboard/1.0.8_@capacitor+core@3.5.1: resolution: {integrity: sha512-q8Fb5imJHQtYA+1sGqqigCrXmf0R1ZGXf/XMRtTznQqm0jhiayUusQN63Rv1YtKIPTJeeVJqy/i6rv72d4GH0Q==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false /@capacitor/core/3.0.0: @@ -1991,100 +1612,100 @@ packages: tslib: 2.3.1 dev: false - /@capacitor/core/3.5.0: - resolution: {integrity: sha512-+CFSG+CztpFIir9gGqNEtAYuf6OWryQ8dojXoeozAkoz3mKvyFfcEfvLVPo/pw/B4zHIlNnJLHne6vbjAFbDKQ==} + /@capacitor/core/3.5.1: + resolution: {integrity: sha512-UTROxB7q/hZBnhDLcCN7mVsAX3SxXNMhVuPbtddsDOUCm4hExLXN62gPD7rjgmumhfHMjeXmkw/EfRzSjttL1g==} dependencies: tslib: 2.3.1 dev: false - /@capacitor/device/1.1.2_@capacitor+core@3.5.0: + /@capacitor/device/1.1.2_@capacitor+core@3.5.1: resolution: {integrity: sha512-1i6yvuSC7Ys7fs4JsUtfwG/00d2FF2TvWpbYs7YbkXhp1vOTL510gwjc5S6FTyhh8M9sAaUU5tKB68XwlSK/GA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/dialog/1.0.7_@capacitor+core@3.5.0: + /@capacitor/dialog/1.0.7_@capacitor+core@3.5.1: resolution: {integrity: sha512-+B6lKlqlpZk9uDrHEYk2rj+b3DF1kxCqV+vGtKwNMr2tFvNppZVkYdZU+L503yAoFFejqgQ27n0A4vXg+BTcBQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/filesystem/1.1.0_@capacitor+core@3.5.0: + /@capacitor/filesystem/1.1.0_@capacitor+core@3.5.1: resolution: {integrity: sha512-8O3UuvL8HNUEJvZnmn8yUmvgB1evtXfcF0oxIo3YbSlylqywJwS3JTiuhKmsvSxCdpbTy8IaTsutVh3gZgWbKg==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/geolocation/1.3.1_@capacitor+core@3.5.0: + /@capacitor/geolocation/1.3.1_@capacitor+core@3.5.1: resolution: {integrity: sha512-3u9Hu4E0VBMa6r0d2t9MENDIR+bv5Tf144uPmb2Bl7XLQeFwvu4BSp2neNq39x58PvcROPMNX1BOTSGpQep+1Q==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false /@capacitor/gradle-parse/1.0.23: resolution: {integrity: sha512-ofISWQqbGoDbkr51sDzHCx2tL2+Ry+rNhx3+Qrlfg2LUobzBfwbXBXvDVNgpHR92J8Xo7KyCU4FbvGfYwBAyOA==} dev: false - /@capacitor/haptics/1.1.4_@capacitor+core@3.5.0: + /@capacitor/haptics/1.1.4_@capacitor+core@3.5.1: resolution: {integrity: sha512-+pJIb5X7xAcbrWj6rJaV+cwBlv8aFwB1/Ob6EV4atydThuuVSSsAL4hI4ZYlPNOxM6H5s+ZDLj7Pa2os4eFmtg==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/ios/3.5.0_@capacitor+core@3.5.0: - resolution: {integrity: sha512-rjFS9gdEmtxP01cr6pWoKRYObkllO4X53s9OvQ/A7K02u5Sz2Ru1iOz1f2xi93GTHPfEMP6/XRI963ZbwbCOSQ==} + /@capacitor/ios/3.5.1_@capacitor+core@3.5.1: + resolution: {integrity: sha512-295L9dHe/QaejUpGI8Pxwb1i2yVgick1ExIDK26xk+tk1km3B1HVjsIS8qkf2SOp7tuwP9+W5T5p7rLMNN4v5g==} peerDependencies: '@capacitor/core': ^3.5.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/keyboard/1.2.2_@capacitor+core@3.5.0: + /@capacitor/keyboard/1.2.2_@capacitor+core@3.5.1: resolution: {integrity: sha512-dOZSXJTY/tTbRQ+Neiny72BIXN2Hvf/2AgPpMdTErDfaQM7C2MMgtJrm+Mi+YUeT6AnJFmt68nHJGImAL4lzmA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/local-notifications/1.1.0_@capacitor+core@3.5.0: + /@capacitor/local-notifications/1.1.0_@capacitor+core@3.5.1: resolution: {integrity: sha512-l6S9rBylxGPq/U+xpJzZcOL4l2s8I2Igq7uDTidR4imIxxX3bLRz9nDSQREWsbQkFx7ALFm/5Y8PJGz2C6qKPw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/motion/1.0.5_@capacitor+core@3.5.0: + /@capacitor/motion/1.0.5_@capacitor+core@3.5.1: resolution: {integrity: sha512-BO8a2hFY7iBAuE/vd/+3sHvyzGz2SA7KReU90RZa02J7JmpgPD+g8bCdVBzqhZGyuLuP0RQ4RNqQJRgW27N7rA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/network/1.0.7_@capacitor+core@3.5.0: + /@capacitor/network/1.0.7_@capacitor+core@3.5.1: resolution: {integrity: sha512-Le1pcXlBB6Vsz+9Y5jkwcoFONq93Fm06T+EXfH52khrIH61k5rOYRM1HGR5Q0hu6pDKqA9jM/tU06h2kqsJteA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/project/1.1.1_de7c86b0cde507c63a0402da5b982bd3: + /@capacitor/project/1.1.1_smgpfffxrhk5i4ijhe3532b4hq: resolution: {integrity: sha512-YBMsIMhnfEU6hREKaLKvhPW92AGedXF0DkJjb+TjDGWn3wbYpAVGD9vogRojJCVkjW9MQGUz4AOgAu6T4RLCxw==} dependencies: - '@capacitor/cli': 3.5.0 + '@capacitor/cli': 3.5.1 '@capacitor/gradle-parse': 1.0.23 '@ionic/utils-fs': 3.1.5 '@ionic/utils-subprocess': 2.1.8 @@ -2101,7 +1722,7 @@ packages: replace: 1.2.1 tempy: 1.0.1 tmp: 0.2.1 - ts-node: 10.4.0_de7c86b0cde507c63a0402da5b982bd3 + ts-node: 10.4.0_smgpfffxrhk5i4ijhe3532b4hq xcode: 3.0.1 xpath: 0.0.32 yargs: 17.3.1 @@ -2113,76 +1734,76 @@ packages: - typescript dev: false - /@capacitor/push-notifications/1.0.9_@capacitor+core@3.5.0: + /@capacitor/push-notifications/1.0.9_@capacitor+core@3.5.1: resolution: {integrity: sha512-NaH+drTYjOGgFMHl/2Jn1/+2rlgomtwP2NfK20E0i7+QoRze1ArcSThJ4vSF0m7VkYBsH3MgbXkWfNSSPaYrtw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/screen-reader/1.0.8_@capacitor+core@3.5.0: + /@capacitor/screen-reader/1.0.8_@capacitor+core@3.5.1: resolution: {integrity: sha512-FPhXWU1uSGDeFr6TEbSZ+fHnLjbcuffx78No/bJYqjYI+ecgloEHBB4gVxp6Ycaws7oBJuUVKcmBv3S7lqfe0w==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/share/1.1.2_@capacitor+core@3.5.0: + /@capacitor/share/1.1.2_@capacitor+core@3.5.1: resolution: {integrity: sha512-FUTdjA7MAiD1tkGVZ+C3gs7a4fyEhXojDO2HkZ954oupG1cQ51dEJ1xTNnR9BAmCwUJO4sa91cxy7SMyCDPuGg==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/splash-screen/1.2.2_@capacitor+core@3.5.0: + /@capacitor/splash-screen/1.2.2_@capacitor+core@3.5.1: resolution: {integrity: sha512-iGh9gc0rdS3R+Wr+bD/+tJl3qbmJZ5xVQAP5UsD6U6Y3ydCBo9KpA8DEqxaBZVsCDaLt67009hK5nxKBwjRn7Q==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/status-bar/1.0.8_@capacitor+core@3.5.0: + /@capacitor/status-bar/1.0.8_@capacitor+core@3.5.1: resolution: {integrity: sha512-lhxa70K6vg0QjdddbT9RqFLfQ9a0Fk1OVE54MhUH30DWymv4h2LrC+mJgH6JS46WQbR2UCHRymfmVCq1PS2Qiw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/storage/1.2.5_@capacitor+core@3.5.0: + /@capacitor/storage/1.2.5_@capacitor+core@3.5.1: resolution: {integrity: sha512-pWhnw4U7wN/zFV4lA4BLMypSufTktCbk548Yk4whSb0KAq3R0mLfSubRIHkGdcPqQWCsM6g/zUuszurhz6ncWQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/text-zoom/1.0.8_@capacitor+core@3.5.0: + /@capacitor/text-zoom/1.0.8_@capacitor+core@3.5.1: resolution: {integrity: sha512-FkXZopm+4AdaqWRFiBujHX/MIhSpsvxZguGs4tWKKvMcoJYaNdNwt7LJudmu204nPw0GII0WfOFkexzmqz7ZCA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capacitor/toast/1.0.8_@capacitor+core@3.5.0: + /@capacitor/toast/1.0.8_@capacitor+core@3.5.1: resolution: {integrity: sha512-wLSxvf+GVt5VvLUBeaI2FwW846pAF9qVPq2z97Z+xSJ/7PkebTAHR2eixJ3jJXRCpm9J1gWkRvljSvQup3/xaw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@capgo/capacitor-updater/3.2.0_@capacitor+core@3.5.0: - resolution: {integrity: sha512-lZm8i+dfgGjn0pncDxuIOpe52zajK7niEob251+PC4Ngi3nDeU/OZVOfHRyminU+uRN6hlbS9f/E931rPMgTTg==} + /@capgo/capacitor-updater/3.3.4_@capacitor+core@3.5.1: + resolution: {integrity: sha512-nwvpUdgl6Ov8F0CdF2BHFOPM1iM0Q/qMxWgWW3opO1lit2Yh3nvngd7alGWRFt22XcKNYmvg5WOEmtJfqHsiPA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false /@changesets/apply-release-plan/5.0.5: @@ -2396,11 +2017,13 @@ packages: uuid: 8.3.2 dev: true - /@cypress/xvfb/1.2.4: + /@cypress/xvfb/1.2.4_supports-color@8.1.1: resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==} dependencies: - debug: 3.2.7 + debug: 3.2.7_supports-color@8.1.1 lodash.once: 4.1.1 + transitivePeerDependencies: + - supports-color dev: true /@dabh/diagnostics/2.0.2: @@ -2411,14 +2034,14 @@ packages: kuler: 2.0.0 dev: true - /@eslint/eslintrc/1.2.2: - resolution: {integrity: sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==} + /@eslint/eslintrc/1.3.0: + resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.3.1 - globals: 13.11.0 + espree: 9.3.2 + globals: 13.15.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -2428,16 +2051,16 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.9_4806ef38eb920aae9b1aba6665b35f7f: - resolution: {integrity: sha512-HYKMAZvfU589WVvK5XKY9Pl+axXFISabouAFw2VHpJm/TO1mAXAy0+eIjqQ3j8z3L1OEfCeOV/oY9eh8rpJZ5w==} + /@firebase/analytics-compat/0.1.10_nl2xbfjx4m6epdjz4gqb77kzfy: + resolution: {integrity: sha512-7zfB+BBO5RbF7RSHOA4ZPyLvOEEvMOhRbfIjh5ZmizAQY2J6tZB8t+dwQ/q4hqZVGgw4ds4g0JYuRKZKYsWADg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.8_@firebase+app@0.7.21 + '@firebase/analytics': 0.7.9_@firebase+app@0.7.24 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 - '@firebase/util': 1.5.2 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2447,30 +2070,30 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.8_@firebase+app@0.7.21: - resolution: {integrity: sha512-W38Zy/jf64LKpPi+mGNNETIjz4eq/YXBE0Uu2bzstqUwlhvFn1WlRBK4vzgtZMRaGW04CQp9FXYv6ZTRo/Xbyw==} + /@firebase/analytics/0.7.9_@firebase+app@0.7.24: + resolution: {integrity: sha512-h/2L2q4/+mmV9EdvVC3XwFFbKSh8bvaYu4DMJIKnPAuGze6W5ALBLkK2GcVti6Kz1NTMJ3puxTRWE9XxRGZipQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 - '@firebase/installations': 0.5.8_@firebase+app@0.7.21 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 + '@firebase/installations': 0.5.9_@firebase+app@0.7.24 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.6_4806ef38eb920aae9b1aba6665b35f7f: - resolution: {integrity: sha512-DBzLHg/uuoNhDdwPEj8zQcqPaZSBFn8I0hATKyoX6SiAQKCi+4ugqeyQ6qGCyDpfNOyxL4PPxPMisXRhPzV2jw==} + /@firebase/app-check-compat/0.2.8_nl2xbfjx4m6epdjz4gqb77kzfy: + resolution: {integrity: sha512-EAqFa0juE2xc52IGh2nv8E+avTLsZfbO7fkJnhPu07e5FU39pptcsRckTdHU7v1/DuWuigUVFcOD5iic9I8TQw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.6_@firebase+app@0.7.21 + '@firebase/app-check': 0.5.8_@firebase+app@0.7.24 '@firebase/app-check-types': 0.4.0 - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2484,25 +2107,25 @@ packages: resolution: {integrity: sha512-SsWafqMABIOu7zLgWbmwvHGOeQQVQlwm42kwwubsmfLmL4Sf5uGpBfDhQ0CAkpi7bkJ/NwNFKafNDL9prRNP0Q==} dev: false - /@firebase/app-check/0.5.6_@firebase+app@0.7.21: - resolution: {integrity: sha512-wdR/DCSdSDM0ka4nvMlGSiaknFxJO/gBuwn7G0iHO2vwj/2oSqjyG+QdJnoiIe1P1vOdqGNLxb1j10LPkR3TQQ==} + /@firebase/app-check/0.5.8_@firebase+app@0.7.24: + resolution: {integrity: sha512-DgrXnrJT0S5csa5CsvmWWSWqy61T3rOE2iZ/L4Q8+xZsjU2McpUj8g/lU8NDa4qc5mGRZ/Qjozqog1H3pwPgGw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 dev: false - /@firebase/app-compat/0.1.22: - resolution: {integrity: sha512-InzQWdIKXsioZb6Ll/uynvopFbq9k3Qpi3gEUq+f8q0yr8/KQVuH2lIDmN70z11LRKXlsziU49qRwtV9tcEYhA==} + /@firebase/app-compat/0.1.25: + resolution: {integrity: sha512-FdCnYwIM3R+OuRE7nrAdVT5oNlvSAHQHN1ictB/gjCFs58lXMCe0DCIRDrA7zxaOFIKeWPtx35ZNXv3EdPFNpQ==} dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 dev: false @@ -2510,27 +2133,28 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.21: - resolution: {integrity: sha512-b1COyw4HwajJ4zQCtL7w+d4GCQDmEaVO957eLLlBwz4QuDlx3eQIirpQhzkkPH17BJFZ6x0qyYEt6Wbhakn0kg==} + /@firebase/app/0.7.24: + resolution: {integrity: sha512-HIbAhayEykbCez1Rl6pmzAWbIx63Mc9+t3ngWKqZdkMnBNAAJvYaUdx7Krus7O9XHUKNw/gzBUETAEYt93jusA==} dependencies: - '@firebase/component': 0.5.13 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 + idb: 7.0.1 tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.12_e38422e44459f38f69dbbd03a46a6a15: - resolution: {integrity: sha512-LKeKylktRj03xgW5ilSOW1c4AsMig15ogf5hDKa820t6Bp6MNabj8yq2TV0/Q4SP4Ox/yrTISJGVvk+TJuBecQ==} + /@firebase/auth-compat/0.2.14_c5clqnyoeu2ajh7x4b5vgze3bq: + resolution: {integrity: sha512-1KSNItrTQzky2d0GVCum6d7Hdj9pfNh9aGTN0uJPNk+th9XHBCy0El8Wx5yk0miiyB3h1evWAXdgnIyNs4kTEQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/auth': 0.19.12_@firebase+app@0.7.21 - '@firebase/auth-types': 0.11.0_a64185e619fe35b9275fc3c76f6268db - '@firebase/component': 0.5.13 - '@firebase/util': 1.5.2 + '@firebase/app-compat': 0.1.25 + '@firebase/auth': 0.20.1_@firebase+app@0.7.24 + '@firebase/auth-types': 0.11.0_d3sbubxik2e3di7jgmisc34csi + '@firebase/component': 0.5.14 + '@firebase/util': 1.6.0 node-fetch: 2.6.7 - selenium-webdriver: 4.1.0 + selenium-webdriver: 4.1.1 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2540,37 +2164,37 @@ packages: - utf-8-validate dev: false - /@firebase/auth-interop-types/0.1.6_a64185e619fe35b9275fc3c76f6268db: + /@firebase/auth-interop-types/0.1.6_d3sbubxik2e3di7jgmisc34csi: resolution: {integrity: sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 dev: false - /@firebase/auth-types/0.11.0_a64185e619fe35b9275fc3c76f6268db: + /@firebase/auth-types/0.11.0_d3sbubxik2e3di7jgmisc34csi: resolution: {integrity: sha512-q7Bt6cx+ySj9elQHTsKulwk3+qDezhzRBFC9zlQ1BjgMueUOnGMcvqmU0zuKlQ4RhLSH7MNAdBV2znVaoN3Vxw==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 dev: false - /@firebase/auth/0.19.12_@firebase+app@0.7.21: - resolution: {integrity: sha512-39/eJBmq5Ne+HoCJuQXlhaOH2e8qySxYUa5Z25mhcam8nmAMrBh7Ph1yZjUeSfLsSJiSXANMHK5dnVE+1TROXw==} + /@firebase/auth/0.20.1_@firebase+app@0.7.24: + resolution: {integrity: sha512-rffEVZOkcQbQG3zcyhgbJFrE3xIDYtaEIIio5/bMCukitIx0n8okKhb0XKXJ/LGO3zZFRwWh4tyU53t6tHB9uQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 node-fetch: 2.6.7 - selenium-webdriver: 4.0.0-rc-1 + selenium-webdriver: 4.1.1 tslib: 2.3.1 transitivePeerDependencies: - bufferutil @@ -2578,59 +2202,59 @@ packages: - utf-8-validate dev: false - /@firebase/component/0.5.13: - resolution: {integrity: sha512-hxhJtpD8Ppf/VU2Rlos6KFCEV77TGIGD5bJlkPK1+B/WUe0mC6dTjW7KhZtXTc+qRBp9nFHWcsIORnT8liHP9w==} + /@firebase/component/0.5.14: + resolution: {integrity: sha512-ct2p1MTMV5P/nGIlkC3XjAVwHwjsIZaeo8JVyDAkJCNTROu5mYX3FBK16hjIUIIVJDpgnnzFh9nP74gciL4WrA==} dependencies: - '@firebase/util': 1.5.2 - tslib: 2.3.1 + '@firebase/util': 1.6.0 + tslib: 2.4.0 dev: false - /@firebase/database-compat/0.1.8_5395f954a08b86dffb8e74f386d79234: - resolution: {integrity: sha512-dhXr5CSieBuKNdU96HgeewMQCT9EgOIkfF1GNy+iRrdl7BWLxmlKuvLfK319rmIytSs/vnCzcD9uqyxTeU/A3A==} + /@firebase/database-compat/0.2.0_rpd4ipbmnh3eak32lkxgflhihy: + resolution: {integrity: sha512-t2HVI1RrMz8cbmhyo2LQGSInhRN9DZTDKXm55iFQgSihcnCbfoMAFyRv/FFa1Y+iERgcDI8LaOMS/LTjpYVz4g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 - '@firebase/database': 0.12.8_@firebase+app-types@0.7.0 - '@firebase/database-types': 0.9.7 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 + '@firebase/database': 0.13.0_@firebase+app-types@0.7.0 + '@firebase/database-types': 0.9.8 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/database-types/0.9.7: - resolution: {integrity: sha512-EFhgL89Fz6DY3kkB8TzdHvdu8XaqqvzcF2DLVOXEnQ3Ms7L755p5EO42LfxXoJqb9jKFvgLpFmKicyJG25WFWw==} + /@firebase/database-types/0.9.8: + resolution: {integrity: sha512-bI7bwF5xc0nPi6Oa3JVt6JJdfhVAnEpCwgfTNILR4lYDPtxdxlRXhZzQ5lfqlCj7PR+drKh9RvMu6C24N1q04w==} dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 dev: false - /@firebase/database/0.12.8_@firebase+app-types@0.7.0: - resolution: {integrity: sha512-JBQVfFLzfhxlQbl4OU6ov9fdsddkytBQdtSSR49cz48homj38ccltAhK6seum+BI7f28cV2LFHF9672lcN+qxA==} + /@firebase/database/0.13.0_@firebase+app-types@0.7.0: + resolution: {integrity: sha512-lskyf5+FDnytrPJt3MLjkTDxYxutKtaYL7j/Z/De2DSVZJSR+weE/D/r47iK/+tyzMaew2v3joSgZOHvVlWshw==} dependencies: - '@firebase/auth-interop-types': 0.1.6_a64185e619fe35b9275fc3c76f6268db - '@firebase/component': 0.5.13 + '@firebase/auth-interop-types': 0.1.6_d3sbubxik2e3di7jgmisc34csi + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 faye-websocket: 0.11.4 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.17_e38422e44459f38f69dbbd03a46a6a15: - resolution: {integrity: sha512-hTLgq2WXUE6bb3/IqYlwY0Q6FdbZB2JwDoZHexIQmK69XuuK3j+JbE/NixV3mBo232tNSU+QeamfbAd6A1Agfw==} + /@firebase/firestore-compat/0.1.18_c5clqnyoeu2ajh7x4b5vgze3bq: + resolution: {integrity: sha512-D6VXudL/B2jlZ6MGpsDPHHm/DSpfKuUOnEb5wwH89Sw0nW5snSMNG8QfYTQYKUxrX35ma+nWUnaa18LlVTUMXQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 - '@firebase/firestore': 3.4.8_@firebase+app@0.7.21 - '@firebase/firestore-types': 2.5.0_a64185e619fe35b9275fc3c76f6268db - '@firebase/util': 1.5.2 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 + '@firebase/firestore': 3.4.9_@firebase+app@0.7.24 + '@firebase/firestore-types': 2.5.0_d3sbubxik2e3di7jgmisc34csi + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2638,26 +2262,26 @@ packages: - encoding dev: false - /@firebase/firestore-types/2.5.0_a64185e619fe35b9275fc3c76f6268db: + /@firebase/firestore-types/2.5.0_d3sbubxik2e3di7jgmisc34csi: resolution: {integrity: sha512-I6c2m1zUhZ5SH0cWPmINabDyH5w0PPFHk2UHsjBpKdZllzJZ2TwTkXbDtpHUZNmnc/zAa0WNMNMvcvbb/xJLKA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 dev: false - /@firebase/firestore/3.4.8_@firebase+app@0.7.21: - resolution: {integrity: sha512-qjrI22TrqSGsOVBkYpRcpY48eSFj+hvleWEaFn3bDxy+QNUiZS08cicSlBOxdosKi5LRMQVGyHKcqHExup02+A==} + /@firebase/firestore/3.4.9_@firebase+app@0.7.24: + resolution: {integrity: sha512-EiSG/uYDyUmrrHlwrsP9WqWI8ChD0hUW/+0MS3NDh8Cfo1Dfb/sM3YWKzgnIZ3wKTxn/nbe9oidHZp5cqI9G+w==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 '@firebase/webchannel-wrapper': 0.6.1 '@grpc/grpc-js': 1.4.5 '@grpc/proto-loader': 0.6.7 @@ -2667,16 +2291,16 @@ packages: - encoding dev: false - /@firebase/functions-compat/0.1.12_e38422e44459f38f69dbbd03a46a6a15: - resolution: {integrity: sha512-pKianAWF9vv3u9DazbRExYQFjEu/b9gxTWVCPjq+FiLK39xULT01dZz4Zrr2KzFnb54wHHbRmU1BAWNAkQTmmQ==} + /@firebase/functions-compat/0.2.1_c5clqnyoeu2ajh7x4b5vgze3bq: + resolution: {integrity: sha512-1epI+TGb3CxpQrnoSJnKMUqBLn9b6KA1Rro6ISmZIEkaDEi8p8q3UI917XP+OewiPG71xvpySiEIIxWyktcl+A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 - '@firebase/functions': 0.7.11_0dd03ea9f716b9c2b35974db8236dad2 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 + '@firebase/functions': 0.8.1_qrm533ploorf37ce2akwhmmape '@firebase/functions-types': 0.5.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2688,17 +2312,17 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.11_0dd03ea9f716b9c2b35974db8236dad2: - resolution: {integrity: sha512-o9pmN1TWHDEpmB6IYbqeIIG6Wllcfw6jSNm8UZYnOYM8oDay1FW6OeN/fA0GlGmwF4cPdxA3oKXbLn3ObYFxXQ==} + /@firebase/functions/0.8.1_qrm533ploorf37ce2akwhmmape: + resolution: {integrity: sha512-UF5187TPn1Q1sFmAUU1oZdKub1t0Z6MAjcskGS6CV4OwAkILZQ9v38LIbo3wnA62R5hr3IFpdEJxKkqHojMwSg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 + '@firebase/app': 0.7.24 '@firebase/app-check-interop-types': 0.1.0 - '@firebase/auth-interop-types': 0.1.6_a64185e619fe35b9275fc3c76f6268db - '@firebase/component': 0.5.13 + '@firebase/auth-interop-types': 0.1.6_d3sbubxik2e3di7jgmisc34csi + '@firebase/component': 0.5.14 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: @@ -2706,32 +2330,33 @@ packages: - encoding dev: false - /@firebase/installations/0.5.8_@firebase+app@0.7.21: - resolution: {integrity: sha512-u/lAOVhgYFg1e38rNrVzFrWxdKzTOIromx574Hi2AccFA230hSlXFY7pRaCpgs11VDzmpt4lhhOrQOX7886cKw==} + /@firebase/installations/0.5.9_@firebase+app@0.7.24: + resolution: {integrity: sha512-0XvF9ig8Zj7MWP4Aq5/Wcyjq9f/cDtD6DKFJhp3BT1AjmACdmq7WD72xok8UBhkOiqymIiGd5eQf7rX225D2Sw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 - '@firebase/util': 1.5.2 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 + '@firebase/util': 1.6.0 + idb: 7.0.1 tslib: 2.3.1 dev: false /@firebase/logger/0.3.2: resolution: {integrity: sha512-lzLrcJp9QBWpo40OcOM9B8QEtBw2Fk1zOZQdvv+rWS6gKmhQBCEMc4SMABQfWdjsylBcDfniD1Q+fUX1dcBTXA==} dependencies: - tslib: 2.3.1 + tslib: 2.4.0 dev: false - /@firebase/messaging-compat/0.1.12_4806ef38eb920aae9b1aba6665b35f7f: - resolution: {integrity: sha512-Cfv4ZQaxiMx4DcpDkFX1yKHFGQtnyMA6pcLplcC3uHkSVCyNRW6pFYSoO0/Uae03ixxIYNwle1ZVaVUZ2L5ddA==} + /@firebase/messaging-compat/0.1.13_nl2xbfjx4m6epdjz4gqb77kzfy: + resolution: {integrity: sha512-kGuzjpl+pcTRmEgGDjyOKQnxxQgC7wIJIIHhLMIpfxHHL5+ysN1Tjq0Ztr1t/gcdHKErtnD/n9To5eoGZHqpzA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 - '@firebase/messaging': 0.9.12_@firebase+app@0.7.21 - '@firebase/util': 1.5.2 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 + '@firebase/messaging': 0.9.13_@firebase+app@0.7.24 + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2741,30 +2366,31 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.12_@firebase+app@0.7.21: - resolution: {integrity: sha512-qfLW7SZRZVKscI1GSyWc3WPtjAUDUk3gcEfPkdz9fzzQwj98V8xF++g4wL+9cuEuRzYf8ki2kCN/aqKRYUrxag==} + /@firebase/messaging/0.9.13_@firebase+app@0.7.24: + resolution: {integrity: sha512-wR/SGYGG/bmz1gRqm6/eGI6zRg/X3qNP0BCk0Oa6xVDKK04UCE9zNRgQYgCSKNP+zuLfDhpHbXvvXQp9/vBYVA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 - '@firebase/installations': 0.5.8_@firebase+app@0.7.21 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 + '@firebase/installations': 0.5.9_@firebase+app@0.7.24 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 + idb: 7.0.1 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.8_4806ef38eb920aae9b1aba6665b35f7f: - resolution: {integrity: sha512-lMLKFcOB99+tb6dVHJlJ8s19JFjxqpAqPGXCG8evTODPUW3BluBbfG4YS7JRESVA7wc/6kkuQIOx9q7l+bBZtQ==} + /@firebase/performance-compat/0.1.9_nl2xbfjx4m6epdjz4gqb77kzfy: + resolution: {integrity: sha512-EBX4u/uK76ikJSyoWZ2cEMj63G01w1DA68KDpSypSMhKPJE2eiCtWABRTSXhcaisq/FDwZzl4XhNjDyfzArwhA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.8_@firebase+app@0.7.21 + '@firebase/performance': 0.5.9_@firebase+app@0.7.24 '@firebase/performance-types': 0.1.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2774,16 +2400,16 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.8_@firebase+app@0.7.21: - resolution: {integrity: sha512-IN5MWdGRn0jglSdv1UHEDMklm1SOfF1IZ1pGNxVyO5CpF3a08I54I60fuwEfMUcsU6OAfzMl3zI+bnW5IgKdPg==} + /@firebase/performance/0.5.9_@firebase+app@0.7.24: + resolution: {integrity: sha512-cA1pea1hkIZt0FG0a42tjKQNBhdY7q4apqHML92vBCS9QOOR0SHBui44IGQJRfRBGiVICHW03Q+ikSZv08g+jw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 - '@firebase/installations': 0.5.8_@firebase+app@0.7.21 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 + '@firebase/installations': 0.5.9_@firebase+app@0.7.24 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 dev: false @@ -2795,17 +2421,17 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.8_4806ef38eb920aae9b1aba6665b35f7f: - resolution: {integrity: sha512-lU9t7PMVpgE6q1vG8AuFenFhfUnx0H+eeiIQTi4dtuLDMx9BsI14c9VuiVjRIi7xC2DCDRNQCRL1kRD8bzgJNg==} + /@firebase/remote-config-compat/0.1.9_nl2xbfjx4m6epdjz4gqb77kzfy: + resolution: {integrity: sha512-ud4yINy8cegE82KoBDXS4fOp6qwy0+7zl0k587kMXHSWHbWVRZ/uKMQGJQc7kG0EQp0tZhM20CxVwtcCGsABBA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.7_@firebase+app@0.7.21 + '@firebase/remote-config': 0.3.8_@firebase+app@0.7.24 '@firebase/remote-config-types': 0.2.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2815,29 +2441,29 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.7_@firebase+app@0.7.21: - resolution: {integrity: sha512-gQaGzQCBOkS35b/aXC5Y9/zsPenqs6+axnChYYyfU7CqMG5FGfNbVi2rezYwB4G3+fH4rGO1s6xqcI535Fvy/A==} + /@firebase/remote-config/0.3.8_@firebase+app@0.7.24: + resolution: {integrity: sha512-z5HYrjrgzkR25nlvQqiPowDGatlEJirA5sN1B6rOy+KYMLsb6IXLVOdKjj/Tg/uHAErwd0DblGxwBUZKTCuo1g==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 - '@firebase/installations': 0.5.8_@firebase+app@0.7.21 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 + '@firebase/installations': 0.5.9_@firebase+app@0.7.24 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.13_e38422e44459f38f69dbbd03a46a6a15: - resolution: {integrity: sha512-MdubKh+xe3Xpi34WaXBKtim8H2aauO5sqqmATTc2WgSmSAqTmNSjQfNqIdf139Mp9ZCnpZAxiwiwzQtfckLYWg==} + /@firebase/storage-compat/0.1.14_c5clqnyoeu2ajh7x4b5vgze3bq: + resolution: {integrity: sha512-/Fey1n+ryIeAEyd/qXPXh32ReFZUhzE5W0z/+LDA+3yyMGw/a6wCzQqe7wBiGiCRhjd+5XiV++jkCXTflun3Dg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.22 - '@firebase/component': 0.5.13 - '@firebase/storage': 0.9.5_@firebase+app@0.7.21 - '@firebase/storage-types': 0.6.0_a64185e619fe35b9275fc3c76f6268db - '@firebase/util': 1.5.2 + '@firebase/app-compat': 0.1.25 + '@firebase/component': 0.5.14 + '@firebase/storage': 0.9.6_@firebase+app@0.7.24 + '@firebase/storage-types': 0.6.0_d3sbubxik2e3di7jgmisc34csi + '@firebase/util': 1.6.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2845,32 +2471,32 @@ packages: - encoding dev: false - /@firebase/storage-types/0.6.0_a64185e619fe35b9275fc3c76f6268db: + /@firebase/storage-types/0.6.0_d3sbubxik2e3di7jgmisc34csi: resolution: {integrity: sha512-1LpWhcCb1ftpkP/akhzjzeFxgVefs6eMD2QeKiJJUGH1qOiows2w5o0sKCUSQrvrRQS1lz3SFGvNR1Ck/gqxeA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.2 + '@firebase/util': 1.6.0 dev: false - /@firebase/storage/0.9.5_@firebase+app@0.7.21: - resolution: {integrity: sha512-+nCDNIT2pNovlHnLOQPofn8jdOyJ4akUWPGn4ydAoFrfVt1/lINx5Qe+jS3/tKLROfYabqBYxfFUjHQKZBYwvg==} + /@firebase/storage/0.9.6_@firebase+app@0.7.24: + resolution: {integrity: sha512-q8/s3qFbFl+AlKbyEtGA7FRVhcMu3NKPqHueBTn5XSI0B3bfxptBcDJMb9txs69ppve6P3jrK1//TEWpjTGJUg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.21 - '@firebase/component': 0.5.13 - '@firebase/util': 1.5.2 + '@firebase/app': 0.7.24 + '@firebase/component': 0.5.14 + '@firebase/util': 1.6.0 node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: - encoding dev: false - /@firebase/util/1.5.2: - resolution: {integrity: sha512-YvBH2UxFcdWG2HdFnhxZptPl2eVFlpOyTH66iDo13JPEYraWzWToZ5AMTtkyRHVmu7sssUpQlU9igy1KET7TOw==} + /@firebase/util/1.6.0: + resolution: {integrity: sha512-6+hhqb4Zzjoo12xofTDHPkgW3FnN4ydBsjd5X2KuQI268DR3W3Ld64W/gkKPZrKRgUxeNeb+pykfP3qRe7q+vA==} dependencies: tslib: 2.3.1 dev: false @@ -2884,7 +2510,7 @@ packages: engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.6.7 - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: false /@grpc/proto-loader/0.6.7: @@ -2917,10 +2543,9 @@ packages: /@hutson/parse-repository-url/3.0.2: resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} engines: {node: '>=6.9.0'} - dev: false - /@iconify-json/carbon/1.1.3: - resolution: {integrity: sha512-jbxBsk4YfeVyT/OkIYN6W9AJci3g5BMWzp1q4r3OsHMH2qhfGpxulRPm9kaYP5hGi8m3ZPNmzpewh87YoZ81fw==} + /@iconify-json/carbon/1.1.5: + resolution: {integrity: sha512-ENl8CIEo+7JcRzpJ/58i+dDc3fkNOO7gyNGg4S4JN5cAiVpvltYTVO86Oei7rpl8bKypJ0vk3B0BbzzTw7DclA==} dependencies: '@iconify/types': 1.1.0 dev: true @@ -2945,8 +2570,8 @@ packages: resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==} dev: true - /@iconify/utils/1.0.31: - resolution: {integrity: sha512-sBksCt6kI4WaMHwXo1c/MQVuQfWwwd87qHiAPASN8neoQvMCdYTLn+2khc3/OmYPbmg6kYisCxVLkAv0pcy9Ig==} + /@iconify/utils/1.0.32: + resolution: {integrity: sha512-m+rnw7qKHq/XF7DAi4BcFoEAcXBfqqMgQJh8brGEHeqE/RUvgDMjmxsHgWnVpFsG+VmjGyAiI7nwXdliCwEU0Q==} dependencies: '@antfu/install-pkg': 0.1.0 '@antfu/utils': 0.5.1 @@ -2958,8 +2583,8 @@ packages: - supports-color dev: true - /@intlify/bundle-utils/3.0.0_vue-i18n@9.2.0-beta.35: - resolution: {integrity: sha512-y43Z5Q3ZJvxqtD8xUH6U3yrlZeay7ZTqkzv1GQ4b0mGQtk5uptOT9Ra4qvGuUv8QyPQsortrA/OHWUD5ax5ZNQ==} + /@intlify/bundle-utils/3.1.0_vue-i18n@9.2.0-beta.35: + resolution: {integrity: sha512-ghlJ0kR2cCQ8D+poKknC0Xx0ncOt3J3os7CcIAqqIWVF7k6AtGoCDnIru+YzlZcvFRNmP9wEZ7jKliojCdAWNg==} engines: {node: '>= 12'} peerDependencies: petite-vue-i18n: '*' @@ -2974,7 +2599,7 @@ packages: '@intlify/shared': 9.2.0-beta.35 jsonc-eslint-parser: 1.4.1 source-map: 0.6.1 - vue-i18n: 9.2.0-beta.35_vue@3.2.33 + vue-i18n: 9.2.0-beta.35_vue@3.2.36 yaml-eslint-parser: 0.3.2 dev: true @@ -3006,7 +2631,7 @@ packages: resolution: {integrity: sha512-DXf7xrwf08GKhr93XPQ8EgaEN0CIELl+mAS6SlRhi/aLtZv5HSGSMkz4M/ICwoWzFLSgOx/ZdBSasex19MMogg==} engines: {node: '>= 12'} - /@intlify/vite-plugin-vue-i18n/4.0.0_3d08e1d9025840888da5ae870455a383: + /@intlify/vite-plugin-vue-i18n/4.0.0_ffjyq3xvmksbcj77tjaigym5hi: resolution: {integrity: sha512-bX7WgJAnYAbhmfvMp17TjCzg4e4T68O7iqAcNo6TOS+oHK0kAJAN9AJfEMTdpDrAwURCw0VwZ0kgMFWDbJkY4g==} engines: {node: '>= 12'} peerDependencies: @@ -3019,14 +2644,14 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/bundle-utils': 3.0.0_vue-i18n@9.2.0-beta.35 + '@intlify/bundle-utils': 3.1.0_vue-i18n@9.2.0-beta.35 '@intlify/shared': 9.2.0-beta.35 '@rollup/pluginutils': 4.1.2 debug: 4.3.4 fast-glob: 3.2.11 source-map: 0.6.1 - vite: 2.9.5_sass@1.50.1 - vue-i18n: 9.2.0-beta.35_vue@3.2.33 + vite: 2.9.9_sass@1.52.1 + vue-i18n: 9.2.0-beta.35_vue@3.2.36 transitivePeerDependencies: - supports-color dev: true @@ -3049,12 +2674,12 @@ packages: transitivePeerDependencies: - supports-color - /@ionic/core/6.1.2: - resolution: {integrity: sha512-Y0oCNew0X+4BqdmUB+YEhKibdND8E0h12cUbA2irGTElnvthSp4Z7cNsoQO3+oPG/uzYm8SjAv/ifPbczbI3cw==} + /@ionic/core/6.1.6: + resolution: {integrity: sha512-AsYGEHKVHy082RST3RBrIiOZX6VXNy6qYSYtf6TwOwmF/YV+/ASaB1TqVO/jP658ML106nNcjUM0fTkbm9UXRA==} dependencies: '@stencil/core': 2.14.2 ionicons: 6.0.0 - tslib: 2.3.1 + tslib: 2.4.0 dev: false /@ionic/utils-array/2.1.5: @@ -3070,7 +2695,7 @@ packages: resolution: {integrity: sha512-a41bY2dHqWSEQQ/80CpbXSs8McyiCFf2DnIWWLukrhYWf46h4qi6M/8dxcMKrofRiqI/3F+cL3S2mOm9Zz/o2Q==} engines: {node: '>=10.3.0'} dependencies: - debug: 4.3.3 + debug: 4.3.4 fs-extra: 9.1.0 tslib: 2.3.1 transitivePeerDependencies: @@ -3081,7 +2706,7 @@ packages: engines: {node: '>=10.3.0'} dependencies: debug: 4.3.4 - tslib: 2.3.1 + tslib: 2.4.0 transitivePeerDependencies: - supports-color @@ -3094,7 +2719,7 @@ packages: debug: 4.3.4 signal-exit: 3.0.7 tree-kill: 1.2.2 - tslib: 2.3.1 + tslib: 2.4.0 transitivePeerDependencies: - supports-color @@ -3103,7 +2728,7 @@ packages: engines: {node: '>=10.3.0'} dependencies: debug: 4.3.4 - tslib: 2.3.1 + tslib: 2.4.0 transitivePeerDependencies: - supports-color @@ -3117,7 +2742,7 @@ packages: '@ionic/utils-stream': 3.1.5 '@ionic/utils-terminal': 2.3.1 cross-spawn: 7.0.3 - debug: 4.3.3 + debug: 4.3.4 tslib: 2.3.1 transitivePeerDependencies: - supports-color @@ -3126,7 +2751,7 @@ packages: resolution: {integrity: sha512-cglsSd2AckI3Ldtdfczeq64vIIDjtPspV5QJtky8f8uIdxkeOIGeRV7bCj1+BEf1hyo+ZuggQxLviHnbMZhiRw==} engines: {node: '>=10.3.0'} dependencies: - debug: 4.3.3 + debug: 4.3.4 signal-exit: 3.0.7 slice-ansi: 4.0.0 string-width: 4.2.3 @@ -3137,16 +2762,16 @@ packages: transitivePeerDependencies: - supports-color - /@ionic/vue-router/6.1.2: - resolution: {integrity: sha512-ZaDA11GqWP6jqJX6l3i3bdrEOqbfYa5xAt8PHz/Wo5Wj5FVTswi7U5/fcStM6h3O5LbxQvFyhmD47mLToW4O3Q==} + /@ionic/vue-router/6.1.6: + resolution: {integrity: sha512-ff/AnyXDcRLNq7lBdaP8ebTj4ZT33PSom+rMPMOWj3z/+u7Y8/NATNNgEtUKIDcFv3p0sSBDowyqvOQqp8K4fA==} dependencies: - '@ionic/vue': 6.1.2 + '@ionic/vue': 6.1.6 dev: false - /@ionic/vue/6.1.2: - resolution: {integrity: sha512-hZHwmZ0yL0jWvJUoZiUg3ojmhW6njiQLKtXNyQdBi9lvN/wykfvmlYlEJvJa4rEaYxgQnc71831xLwF/LlziRw==} + /@ionic/vue/6.1.6: + resolution: {integrity: sha512-j0dELNjYTropC7UiZsgy3UN9mnQhXLD2Od/W92SQqKXx4tbvXOM7NLYuTrio7u2oZVagKnXmK19dpurp6Q0M0Q==} dependencies: - '@ionic/core': 6.1.2 + '@ionic/core': 6.1.6 ionicons: 6.0.0 dev: false @@ -3166,7 +2791,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.25 + '@types/node': 17.0.35 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3187,7 +2812,7 @@ packages: '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 - globby: 11.0.4 + globby: 11.1.0 read-yaml-file: 1.1.0 dev: false @@ -3202,7 +2827,7 @@ packages: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.3.5 + semver: 7.3.7 tar: 6.1.11 transitivePeerDependencies: - encoding @@ -3220,7 +2845,7 @@ packages: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.3.5 + semver: 7.3.7 tar: 6.1.11 transitivePeerDependencies: - encoding @@ -3235,20 +2860,20 @@ packages: glob-to-regexp: 0.3.0 dev: true - /@netlify/build/26.5.3: - resolution: {integrity: sha512-O16lFUI6/uooWIvgrO/fQphx4vAGTW9GDAQ3hvo5M64XFdu+9W/OU0fB0fAPAJp+wGM+/hZI5JSS6rCG+TWifg==} + /@netlify/build/27.1.3: + resolution: {integrity: sha512-M/MZUqjXP+mUCbcxKEWTiN2XNiz1Xyc1+bD2/MApgbBiujFkp0fwHNYaLxNShLGLQyHYceTN2d5hz74QMUYiUA==} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} hasBin: true dependencies: '@bugsnag/js': 7.14.1 - '@netlify/cache-utils': 4.0.0 - '@netlify/config': 17.0.20 + '@netlify/cache-utils': 4.0.0_supports-color@9.2.1 + '@netlify/config': 18.0.1 + '@netlify/edge-bundler': 1.1.0 '@netlify/functions-utils': 4.0.3_supports-color@9.2.1 '@netlify/git-utils': 4.0.0 - '@netlify/plugin-edge-handlers': 3.0.7_supports-color@9.2.1 - '@netlify/plugins-list': 6.19.0 + '@netlify/plugins-list': 6.25.0 '@netlify/run-utils': 4.0.0 - '@netlify/zip-it-and-ship-it': 5.9.0_supports-color@9.2.1 + '@netlify/zip-it-and-ship-it': 5.9.2_supports-color@9.2.1 '@sindresorhus/slugify': 2.1.0 '@types/node': 16.11.21 ansi-escapes: 5.0.0 @@ -3282,42 +2907,43 @@ packages: resolve: 2.0.0-next.3 rfdc: 1.3.0 safe-json-stringify: 1.2.0 - semver: 7.3.5 + semver: 7.3.7 statsd-client: 0.4.7 string-width: 5.0.1 strip-ansi: 7.0.1 supports-color: 9.2.1 tmp-promise: 3.0.3 - ts-node: 10.4.0_0b4aa582be9d80526ad2cc3f86e46f93 - typescript: 4.6.3 + ts-node: 10.4.0_cq6gurddakxctly5iq5pzlu3ai + typescript: 4.7.2 update-notifier: 5.1.0 uuid: 8.3.2 yargs: 17.3.1 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' - - '@types/babel__core' - encoding dev: true - /@netlify/cache-utils/4.0.0: + /@netlify/cache-utils/4.0.0_supports-color@9.2.1: resolution: {integrity: sha512-8BNDYMkkrkmlfwNaSeRqOhGu8lETc2ixM6bmvDAXuE5TcNNAActWcWurocwS419HNwyTw1kSEUKLp6Vx5/wiBg==} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} dependencies: - cpy: 8.1.2 + cpy: 8.1.2_supports-color@9.2.1 del: 5.1.0 get-stream: 6.0.1 - globby: 11.0.4 + globby: 11.1.0 junk: 3.1.0 locate-path: 6.0.0 make-dir: 3.1.0 move-file: 2.1.0 path-exists: 4.0.0 readdirp: 3.6.0 + transitivePeerDependencies: + - supports-color dev: true - /@netlify/config/17.0.20: - resolution: {integrity: sha512-X5dZe3ALUoxw2p9NVvraoMrZF73FlHdPhopW0nJItBmiA/y8LyKupa/KVCBxKf6R02KnYORr0YUnIeZbIO3syw==} + /@netlify/config/18.0.1: + resolution: {integrity: sha512-DqRjJfFIh+sDXzwpn4xoO5+xp4TjWF9GZ0y+RPpwyZpoL6h/kGJx13bsNrpiTGz07aS0GX8wYljeMGj/M8ABRw==} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} hasBin: true dependencies: @@ -3347,12 +2973,237 @@ packages: yargs: 17.3.1 dev: true + /@netlify/edge-bundler/1.1.0: + resolution: {integrity: sha512-9VT1Xw1Uh0coDA0n/G4zqOMLtxYtX+eLp3kMWCdATyCeaeZgEsjzAP8PmabFh1dBR0kDf8wxjhyyku1TDWJ8fw==} + engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} + dependencies: + common-path-prefix: 3.0.0 + del: 6.0.0 + env-paths: 3.0.0 + execa: 6.1.0 + glob-to-regexp: 0.4.1 + node-fetch: 3.2.0 + node-stream-zip: 1.15.0 + p-wait-for: 4.1.0 + semver: 7.3.7 + tmp-promise: 3.0.3 + uuid: 8.3.2 + dev: true + + /@netlify/esbuild-android-64/0.14.25: + resolution: {integrity: sha512-z8vtc3jPgQxEcW9ldN5XwEPW0BHsaNFFZ4eIYSh0D2kxTCk1K2k6PY6+9+4wsCgyY0J5fnykCEjPj9AQBzCRpg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-android-arm64/0.14.25: + resolution: {integrity: sha512-M0MHkLvOsGPano1Lpbwbik09/Dku0Pl9YJKtVZimo55/pd6kUFpktUbO+VSF9gA3ihdisEkL8/Y+gc4wxLbJkg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-darwin-64/0.14.25: + resolution: {integrity: sha512-V1GAIfYLsCIcGfGfyAQ+VhbJ/GrzrEkMamAZd5jO1I2T1XHyPMe4vYV7W7AZzcwcYzpdlj8MXIESCODlCDXnCQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-darwin-arm64/0.14.25: + resolution: {integrity: sha512-jfX7SY2ZD4NzSCDHZiAJfHKoqINxymToWv5LUml5/FJa6602o+x+ghg8vFezVaap1XTr+ULdFbHOEiqKpeFl+A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-freebsd-64/0.14.25: + resolution: {integrity: sha512-rsK6mW/zaFZSPVa+7CthO3bPeW6qBE9VtwHAm5tdXCP3+Qpl+9rQnbs1CEqqWGrNUv+ExlTVqrAUKkdrGq8IPg==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-freebsd-arm64/0.14.25: + resolution: {integrity: sha512-ym2Tf0dsKWJbVu3keFSs1FZezk1PXmxckuFTr0+hJMUazeNwFqJJQrY3SiN0JM7jh+VunND2RePjfsSZpcK54g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-32/0.14.25: + resolution: {integrity: sha512-BGRAge/+6m8/lCejgLzCdq+GpN9ah3/XBp88YGgufb4h3c2CAxrq9fIlizHyZA4THHh2T/ka3rYdBOC5ciEwEw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-64/0.14.25: + resolution: {integrity: sha512-yD579mskxDXrDR2vC7Dw/mEFTEuQoNYBcoKsIq+ctLiyQcKI1WCgAapJ+MCNpIDkmZp4O1uVuqIiMSyoMlv1QQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-arm/0.14.25: + resolution: {integrity: sha512-NtnVECEKNr53v11E4wJzQtf7oM3HSPShDZEcwadjuK85AIJpISZcc7Hi6k/g4PsSyGjp73hH8Jly2hh+o+ruvQ==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-arm64/0.14.25: + resolution: {integrity: sha512-t1BDP9Fb94jut9m+PE4AVaTQE40JaCJEVpszvvP/6aByR5NMQ5BrNaU8e6XZ6MS7bulYsJCEcJ8I/pPraXycqg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-mips64le/0.14.25: + resolution: {integrity: sha512-Fo5sBkAVxxy+lEmKNo1bJD1lrVI9lpdwSzXW/I8k6ly9J8Vf2JNDYgvld4GSkNVTij5jA/zuN7aSQDEoIgx4mA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-ppc64le/0.14.25: + resolution: {integrity: sha512-EDInkVpAqfyfmZtYI9g9E78ohPLtyZinR19/8PGtL4zZcRUP2AnEzQRtv4NkAKAlPGa8plv3SiGsg4qKeeYRFA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-riscv64/0.14.25: + resolution: {integrity: sha512-MACKlmgawjSkNBH34AQUNoC4CX+KD4kk5KfneiBzQeV5oUW89yBf2Q/GaqiTB58Jz93juBOkWwiV0z25AmJzvg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-linux-s390x/0.14.25: + resolution: {integrity: sha512-Mti6NSFGQ6GT+C9LTn15k2JttvtMcy+c1Xxqj8GYkiOqbM7Oh6NcMlXQiHxnCCsxw5Jx0WSWjdrn/dKhdiC13A==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-netbsd-64/0.14.25: + resolution: {integrity: sha512-aNDKGpy926VcnA//hqw+d4k1q1ekpmhDdy0cuEib6ZS7Qb/5xGVRH6mjG8pf0TtonY9x+wiYNuQn4Dn/DwP9Kw==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-openbsd-64/0.14.25: + resolution: {integrity: sha512-70W5TnRX5MroXVN0munWpF5q/AAWlamoy+PUL6cnDgc7cfnRiHHrndY++ZpWczNif8t4fQKVtC4jdUemnyb8Ag==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-sunos-64/0.14.25: + resolution: {integrity: sha512-UImichNlQInjErof7tuoG/8VVbrn8Y5EVVMI4M+RoCafWh9NSl4a57hohcgwbeGwl5NcGJtHg+l/WqzlHQFFsQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-windows-32/0.14.25: + resolution: {integrity: sha512-OFisPQBbuIH8wMRm//fs7wQ7d6t1PuLylIUsUSgignjEV3BOts4+pjtq0J8Aq9kkKoVp8HGSJjaxpc6v2ER/KA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-windows-64/0.14.25: + resolution: {integrity: sha512-BgIxcEcqr4pfRc9fXStIXQVpjIkBUc3XHFEjH2t2R9pcEDU4BpMsdBgj0UA2x3Z0KtwVLLCOZDvSiaL+WkiTqA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@netlify/esbuild-windows-arm64/0.14.25: + resolution: {integrity: sha512-B5Neu8aXqucUthCvAwVX7IvKbNSD/n3VFiQQcH0YQ+mtbzEIRIFaEAIanGdkmLx0shVBOlY9JxIeRThGPt2/2A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@netlify/esbuild/0.13.6: resolution: {integrity: sha512-tiKmDcHM2riSVN79c0mJY/67EBDafXQAMitHuLiCDAMdtz3kfv+NqdVG5krgf5lWR8Uf8AeZrUW5Q9RP25REvw==} hasBin: true requiresBuild: true dev: true + /@netlify/esbuild/0.14.25: + resolution: {integrity: sha512-ko0cMTbYpajNr0Sy6kvSqR+JDvgU/vjJhO061K1h8+Zs4MlF5AUhaITkpSOrP3g45zp++IEwN1Brxr+/BIez+g==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@netlify/esbuild-android-64': 0.14.25 + '@netlify/esbuild-android-arm64': 0.14.25 + '@netlify/esbuild-darwin-64': 0.14.25 + '@netlify/esbuild-darwin-arm64': 0.14.25 + '@netlify/esbuild-freebsd-64': 0.14.25 + '@netlify/esbuild-freebsd-arm64': 0.14.25 + '@netlify/esbuild-linux-32': 0.14.25 + '@netlify/esbuild-linux-64': 0.14.25 + '@netlify/esbuild-linux-arm': 0.14.25 + '@netlify/esbuild-linux-arm64': 0.14.25 + '@netlify/esbuild-linux-mips64le': 0.14.25 + '@netlify/esbuild-linux-ppc64le': 0.14.25 + '@netlify/esbuild-linux-riscv64': 0.14.25 + '@netlify/esbuild-linux-s390x': 0.14.25 + '@netlify/esbuild-netbsd-64': 0.14.25 + '@netlify/esbuild-openbsd-64': 0.14.25 + '@netlify/esbuild-sunos-64': 0.14.25 + '@netlify/esbuild-windows-32': 0.14.25 + '@netlify/esbuild-windows-64': 0.14.25 + '@netlify/esbuild-windows-arm64': 0.14.25 + dev: true + /@netlify/framework-info/9.0.2: resolution: {integrity: sha512-FIHEdXfqBuDZXbp+lxzf52f2K2LsFiqiIAKIriFDQAw/BCFdVx19f28vTf6Fck+V53zgtaWPYPQmmrDgF6gnsQ==} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} @@ -3364,15 +3215,15 @@ packages: p-filter: 3.0.0 p-locate: 6.0.0 read-pkg-up: 9.1.0 - semver: 7.3.5 + semver: 7.3.7 dev: true /@netlify/functions-utils/4.0.3_supports-color@9.2.1: resolution: {integrity: sha512-HOhBYUymE2zQGCEN0fi5evxX0GsqqiZf2MQGZqE/9OFghacX5EqjeH7fwYKhqxzfO1lba6QvDJhApFepXeGFIQ==} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} dependencies: - '@netlify/zip-it-and-ship-it': 5.9.0_supports-color@9.2.1 - cpy: 8.1.2 + '@netlify/zip-it-and-ship-it': 5.9.2_supports-color@9.2.1 + cpy: 8.1.2_supports-color@9.2.1 path-exists: 4.0.0 transitivePeerDependencies: - encoding @@ -3471,155 +3322,69 @@ packages: /@netlify/local-functions-proxy-linux-x64/1.1.1: resolution: {integrity: sha512-bS3u4JuDg/eC0y4Na3i/29JBOxrdUvsK5JSjHfzUeZEbOcuXYf4KavTpHS5uikdvTgyczoSrvbmQJ5m0FLXfLA==} - cpu: [x64] - os: [linux] - hasBin: true - requiresBuild: true - dev: true - optional: true - - /@netlify/local-functions-proxy-openbsd-x64/1.1.1: - resolution: {integrity: sha512-1xLef/kLRNkBTXJ+ZGoRFcwsFxd/B2H3oeJZyXaZ3CN5umd9Mv9wZuAD74NuMt/535yRva8jtAJqvEgl9xMSdA==} - cpu: [x64] - os: [openbsd] - hasBin: true - requiresBuild: true - dev: true - optional: true - - /@netlify/local-functions-proxy-win32-ia32/1.1.1: - resolution: {integrity: sha512-4IOMDBxp2f8VbIkhZ85zGNDrZR4ey8d68fCMSOIwitjsnKav35YrCf8UmAh3UR6CNIRJdJL4MW1GYePJ7iJ8uA==} - cpu: [ia32] - os: [win32] - hasBin: true - requiresBuild: true - dev: true - optional: true - - /@netlify/local-functions-proxy-win32-x64/1.1.1: - resolution: {integrity: sha512-VCBXBJWBujVxyo5f+3r8ovLc9I7wJqpmgDn3ixs1fvdrER5Ac+SzYwYH4mUug9HI08mzTSAKZErzKeuadSez3w==} - cpu: [x64] - os: [win32] - hasBin: true - requiresBuild: true - dev: true - optional: true - - /@netlify/local-functions-proxy/1.1.1: - resolution: {integrity: sha512-eXSsayLT6PMvjzFQpjC9nkg2Otc3lZ5GoYele9M6f8PmsvWpaXRhwjNQ0NYhQQ2UZbLMIiO2dH8dbRsT3bMkFw==} - optionalDependencies: - '@netlify/local-functions-proxy-darwin-arm64': 1.1.1 - '@netlify/local-functions-proxy-darwin-x64': 1.1.1 - '@netlify/local-functions-proxy-freebsd-arm64': 1.1.1 - '@netlify/local-functions-proxy-freebsd-x64': 1.1.1 - '@netlify/local-functions-proxy-linux-arm': 1.1.1 - '@netlify/local-functions-proxy-linux-arm64': 1.1.1 - '@netlify/local-functions-proxy-linux-ia32': 1.1.1 - '@netlify/local-functions-proxy-linux-ppc64': 1.1.1 - '@netlify/local-functions-proxy-linux-x64': 1.1.1 - '@netlify/local-functions-proxy-openbsd-x64': 1.1.1 - '@netlify/local-functions-proxy-win32-ia32': 1.1.1 - '@netlify/local-functions-proxy-win32-x64': 1.1.1 - dev: true - - /@netlify/open-api/2.8.0: - resolution: {integrity: sha512-lfNB/QYDgaP07pwm/nWEaWPvRAAGyhxvJqNzvxMijc7A4uwquMjlbYve8yYyd0LJXPwgBpGobwiQj5RA76xzUQ==} - dev: true - - /@netlify/plugin-edge-handlers/3.0.7: - resolution: {integrity: sha512-ThceMAZ7M0k6WVcZwszVh9qozZKveQCnmQtWZW69Qf+g1pGHFkGIt9Vclt5op+Dd8bIdk0kcu1NnX9Ll7eZL1w==} - engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} - hasBin: true - dependencies: - '@babel/core': 7.15.5 - '@babel/preset-env': 7.15.6_@babel+core@7.15.5 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.5+rollup@2.61.1 - '@rollup/plugin-commonjs': 21.0.1_rollup@2.61.1 - '@rollup/plugin-inject': 4.0.3_rollup@2.61.1 - '@rollup/plugin-json': 4.1.0_rollup@2.61.1 - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.61.1 - buffer-es6: 4.9.3 - del: 6.0.0 - node-fetch: 3.2.0 - path-type: 5.0.0 - process-es6: 0.11.6 - rollup: 2.61.1 - rollup-plugin-node-polyfills: 0.2.1 - rollup-plugin-terser: 7.0.2_rollup@2.61.1 - transitivePeerDependencies: - - '@types/babel__core' - - supports-color - dev: true - - /@netlify/plugin-edge-handlers/3.0.7_supports-color@9.2.1: - resolution: {integrity: sha512-ThceMAZ7M0k6WVcZwszVh9qozZKveQCnmQtWZW69Qf+g1pGHFkGIt9Vclt5op+Dd8bIdk0kcu1NnX9Ll7eZL1w==} - engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} - hasBin: true - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/preset-env': 7.15.6_f738010aafc6eb6a39abe94fbd1b5f77 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.5+rollup@2.61.1 - '@rollup/plugin-commonjs': 21.0.1_rollup@2.61.1 - '@rollup/plugin-inject': 4.0.3_rollup@2.61.1 - '@rollup/plugin-json': 4.1.0_rollup@2.61.1 - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.61.1 - buffer-es6: 4.9.3 - del: 6.0.0 - node-fetch: 3.2.0 - path-type: 5.0.0 - process-es6: 0.11.6 - rollup: 2.61.1 - rollup-plugin-node-polyfills: 0.2.1 - rollup-plugin-terser: 7.0.2_rollup@2.61.1 - transitivePeerDependencies: - - '@types/babel__core' - - supports-color - dev: true - - /@netlify/plugins-list/6.19.0: - resolution: {integrity: sha512-EuRZgOhP7QE0H5Sn4+LvsOKL+rcUn+ny6dzwK1V+Rj2HV0cBW2JMGxWj2IEAI1Qb0xU/Gy+Ib+bX23dCvm5LdQ==} - engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} - dev: true - - /@netlify/routing-local-proxy-darwin-arm64/0.34.1: - resolution: {integrity: sha512-QswoXdmvmwx76bNdA0TcwfbK1NUIo5BjcS4bpE96wtUPr3SNn4pSoOip9/Tae2JbLGl7efdEkgBE1J6rMiu/kA==} - cpu: [arm64] - os: [darwin] + cpu: [x64] + os: [linux] + hasBin: true requiresBuild: true dev: true optional: true - /@netlify/routing-local-proxy-darwin-x64/0.34.1: - resolution: {integrity: sha512-x5mukoDWGl+jpVsyNZjRBrP1m93AFrVI/afodQbu45nyW78fpNALhqJPGoI2ixe/Z5HKaYl+ItvI+J4wAVFseQ==} + /@netlify/local-functions-proxy-openbsd-x64/1.1.1: + resolution: {integrity: sha512-1xLef/kLRNkBTXJ+ZGoRFcwsFxd/B2H3oeJZyXaZ3CN5umd9Mv9wZuAD74NuMt/535yRva8jtAJqvEgl9xMSdA==} cpu: [x64] - os: [darwin] + os: [openbsd] + hasBin: true requiresBuild: true dev: true optional: true - /@netlify/routing-local-proxy-linux-x64/0.34.1: - resolution: {integrity: sha512-dquodOP1VC2RtJcr2bp/DzTq0JXtk2cZDtJmaasMxxbxZmwL9R+63ypWsgdvGTSdZDKkwzzHAg3a7qGHVIl4ow==} - cpu: [x64] - os: [linux] + /@netlify/local-functions-proxy-win32-ia32/1.1.1: + resolution: {integrity: sha512-4IOMDBxp2f8VbIkhZ85zGNDrZR4ey8d68fCMSOIwitjsnKav35YrCf8UmAh3UR6CNIRJdJL4MW1GYePJ7iJ8uA==} + cpu: [ia32] + os: [win32] + hasBin: true requiresBuild: true dev: true optional: true - /@netlify/routing-local-proxy-win32-x64/0.34.1: - resolution: {integrity: sha512-Dy1OPqlHXCDIJoEor709Ysx76UiAgrse1GF5wdieTVtWnQ7culo8+LVCwubwQezVCCbdjTke9LfMWbP91zBojg==} + /@netlify/local-functions-proxy-win32-x64/1.1.1: + resolution: {integrity: sha512-VCBXBJWBujVxyo5f+3r8ovLc9I7wJqpmgDn3ixs1fvdrER5Ac+SzYwYH4mUug9HI08mzTSAKZErzKeuadSez3w==} cpu: [x64] os: [win32] + hasBin: true requiresBuild: true dev: true optional: true - /@netlify/routing-local-proxy/0.34.1: - resolution: {integrity: sha512-FuzgxdxC7wJXUT08qPTtHiKwjFDHh3ViCDZwxwjm8CjOKYz+9NjhmIffkbEFl6R+uH6IV/3R6gVDL5Fb5hwRbQ==} + /@netlify/local-functions-proxy/1.1.1: + resolution: {integrity: sha512-eXSsayLT6PMvjzFQpjC9nkg2Otc3lZ5GoYele9M6f8PmsvWpaXRhwjNQ0NYhQQ2UZbLMIiO2dH8dbRsT3bMkFw==} optionalDependencies: - '@netlify/routing-local-proxy-darwin-arm64': 0.34.1 - '@netlify/routing-local-proxy-darwin-x64': 0.34.1 - '@netlify/routing-local-proxy-linux-x64': 0.34.1 - '@netlify/routing-local-proxy-win32-x64': 0.34.1 + '@netlify/local-functions-proxy-darwin-arm64': 1.1.1 + '@netlify/local-functions-proxy-darwin-x64': 1.1.1 + '@netlify/local-functions-proxy-freebsd-arm64': 1.1.1 + '@netlify/local-functions-proxy-freebsd-x64': 1.1.1 + '@netlify/local-functions-proxy-linux-arm': 1.1.1 + '@netlify/local-functions-proxy-linux-arm64': 1.1.1 + '@netlify/local-functions-proxy-linux-ia32': 1.1.1 + '@netlify/local-functions-proxy-linux-ppc64': 1.1.1 + '@netlify/local-functions-proxy-linux-x64': 1.1.1 + '@netlify/local-functions-proxy-openbsd-x64': 1.1.1 + '@netlify/local-functions-proxy-win32-ia32': 1.1.1 + '@netlify/local-functions-proxy-win32-x64': 1.1.1 + dev: true + + /@netlify/open-api/2.8.0: + resolution: {integrity: sha512-lfNB/QYDgaP07pwm/nWEaWPvRAAGyhxvJqNzvxMijc7A4uwquMjlbYve8yYyd0LJXPwgBpGobwiQj5RA76xzUQ==} + dev: true + + /@netlify/plugins-list/6.19.0: + resolution: {integrity: sha512-EuRZgOhP7QE0H5Sn4+LvsOKL+rcUn+ny6dzwK1V+Rj2HV0cBW2JMGxWj2IEAI1Qb0xU/Gy+Ib+bX23dCvm5LdQ==} + engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} + dev: true + + /@netlify/plugins-list/6.25.0: + resolution: {integrity: sha512-WFiWpZypNksiA2b6DihGJBtD0nWhYkpiXkN+Y9kCpSehQfKaE9Ma/+KGxElC93J8Bf9KYeIf1a2hEIeAIFqC7w==} + engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} dev: true /@netlify/run-utils/4.0.0: @@ -3660,7 +3425,7 @@ packages: read-package-json-fast: 2.0.3 require-package-name: 2.0.1 resolve: 2.0.0-next.3 - semver: 7.3.5 + semver: 7.3.7 tmp-promise: 3.0.3 toml: 3.0.0 unixify: 1.0.0 @@ -3670,21 +3435,21 @@ packages: - supports-color dev: true - /@netlify/zip-it-and-ship-it/5.9.0_supports-color@9.2.1: - resolution: {integrity: sha512-79w8yNRLFBiAHhYcol3hvkDu9s/qn7lDIlnUyK1e9qvAaXbcsjoz07Av7o1ePkLtUADcP7qz97PJNANyyotdAA==} + /@netlify/zip-it-and-ship-it/5.9.2_supports-color@9.2.1: + resolution: {integrity: sha512-a86fQwRg9fwgf8jaMLod5oeFnGHZG2xzepKSwakxgr/X7T2U4GIewYmFENZ3pZNiU75YJOiunnizxHhzzPep5w==} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} hasBin: true dependencies: '@babel/parser': 7.16.8 - '@netlify/esbuild': 0.13.6 - '@vercel/nft': 0.17.1_supports-color@9.2.1 + '@netlify/esbuild': 0.14.25 + '@vercel/nft': 0.18.2_supports-color@9.2.1 archiver: 5.3.0 common-path-prefix: 3.0.0 cp-file: 9.1.0 del: 6.0.0 elf-cam: 0.1.1 end-of-stream: 1.4.4 - es-module-lexer: 0.9.3 + es-module-lexer: 0.10.5 execa: 5.1.1 filter-obj: 2.0.2 find-up: 5.0.0 @@ -3697,11 +3462,11 @@ packages: p-map: 4.0.0 path-exists: 4.0.0 pkg-dir: 5.0.0 - precinct: 8.3.0_supports-color@9.2.1 + precinct: 9.0.1_supports-color@9.2.1 read-package-json-fast: 2.0.3 require-package-name: 2.0.1 resolve: 2.0.0-next.3 - semver: 7.3.5 + semver: 7.3.7 tmp-promise: 3.0.3 toml: 3.0.0 unixify: 1.0.0 @@ -3734,6 +3499,114 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 + /@oclif/color/1.0.1: + resolution: {integrity: sha512-qjYr+izgWdIVOroiBKqTzQgc1r5Wd9QB1J7yGM2EeelqhBARiiVLRZL45vhV4zdyTRdDkZS0EBzFwQap+nliLA==} + engines: {node: '>=12.0.0'} + dependencies: + ansi-styles: 4.3.0 + chalk: 4.1.2 + strip-ansi: 6.0.1 + supports-color: 8.1.1 + tslib: 2.4.0 + dev: true + + /@oclif/core/1.7.0: + resolution: {integrity: sha512-I4q4qgtnNG7ef4sBDrJhwADdi7RExQV7LnflnXaWZZDiUoqF9AdOjC4jjx40MK0rRrCehCUtPNZBcr3WmxuS4Q==} + engines: {node: '>=12.0.0'} + dependencies: + '@oclif/linewrap': 1.0.0 + '@oclif/screen': 3.0.2 + ansi-escapes: 4.3.2 + ansi-styles: 4.3.0 + cardinal: 2.1.1 + chalk: 4.1.2 + clean-stack: 3.0.1 + cli-progress: 3.10.0 + debug: 4.3.4_supports-color@8.1.1 + ejs: 3.1.6 + fs-extra: 9.1.0 + get-package-type: 0.1.0 + globby: 11.1.0 + hyperlinker: 1.0.0 + indent-string: 4.0.0 + is-wsl: 2.2.0 + js-yaml: 3.14.1 + lodash: 4.17.21 + natural-orderby: 2.0.3 + object-treeify: 1.1.33 + password-prompt: 1.1.2 + semver: 7.3.7 + string-width: 4.2.3 + strip-ansi: 6.0.1 + supports-color: 8.1.1 + supports-hyperlinks: 2.2.0 + tslib: 2.4.0 + widest-line: 3.1.0 + wrap-ansi: 7.0.0 + dev: true + + /@oclif/linewrap/1.0.0: + resolution: {integrity: sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==} + dev: true + + /@oclif/plugin-autocomplete/1.3.0: + resolution: {integrity: sha512-N2DRWKvuSXTGuaYf4buRbRfh5yNybb1cjQmPl9viY0BIqTwZgtQdzSD6ZSOkwda51RbGcQomYcc/h8T+ZFAkMQ==} + engines: {node: '>=12.0.0'} + dependencies: + '@oclif/core': 1.7.0 + chalk: 4.1.2 + debug: 4.3.4 + fs-extra: 9.1.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@oclif/plugin-commands/2.1.0: + resolution: {integrity: sha512-P+iZpEZSA3e/V8x4dU2E5ZPh07zzvR2S8wOQajB6GcBGehI1ATjjqmSSld717DG7sThj7fjcK6IU6cskzberTw==} + engines: {node: '>=12.0.0'} + dependencies: + '@oclif/core': 1.7.0 + lodash: 4.17.21 + dev: true + + /@oclif/plugin-help/5.1.12: + resolution: {integrity: sha512-HvH/RubJxqCinP0vUWQLTOboT+SfjfL8h40s+PymkWaldIcXlpoRaJX50vz+SjZIs7uewZwEk8fzLqpF/BWXlg==} + engines: {node: '>=12.0.0'} + dependencies: + '@oclif/core': 1.7.0 + dev: true + + /@oclif/plugin-plugins/2.1.0: + resolution: {integrity: sha512-Bgt+QpTlX7+Q0HkVgtbUGYQlo/hyzNBAaXH5l16ou9Ji5wfi5T+niV5AzQ14R7JF8ZDOTbUOU/NRBJ2bzLCaZQ==} + engines: {node: '>=12.0.0'} + dependencies: + '@oclif/color': 1.0.1 + '@oclif/core': 1.7.0 + chalk: 4.1.2 + debug: 4.3.4 + fs-extra: 9.1.0 + http-call: 5.3.0 + load-json-file: 5.3.0 + npm-run-path: 4.0.1 + semver: 7.3.7 + tslib: 2.4.0 + yarn: 1.22.18 + transitivePeerDependencies: + - supports-color + dev: true + + /@oclif/plugin-version/1.0.4: + resolution: {integrity: sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==} + engines: {node: '>=12.0.0'} + dependencies: + '@oclif/core': 1.7.0 + dev: true + + /@oclif/screen/3.0.2: + resolution: {integrity: sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==} + engines: {node: '>=12.0.0'} + dev: true + /@octokit/auth-token/2.5.0: resolution: {integrity: sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==} dependencies: @@ -3853,7 +3726,7 @@ packages: dev: false /@protobufjs/aspromise/1.1.2: - resolution: {integrity: sha1-m4sMxmPWaafY9vXQiToU00jzD78=} + resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} dev: false /@protobufjs/base64/1.1.2: @@ -3865,70 +3738,53 @@ packages: dev: false /@protobufjs/eventemitter/1.1.0: - resolution: {integrity: sha1-NVy8mLr61ZePntCV85diHx0Ga3A=} + resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==} dev: false /@protobufjs/fetch/1.1.0: - resolution: {integrity: sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=} + resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==} dependencies: '@protobufjs/aspromise': 1.1.2 '@protobufjs/inquire': 1.1.0 dev: false /@protobufjs/float/1.0.2: - resolution: {integrity: sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=} + resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==} dev: false /@protobufjs/inquire/1.1.0: - resolution: {integrity: sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=} + resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==} dev: false /@protobufjs/path/1.1.2: - resolution: {integrity: sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=} + resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==} dev: false /@protobufjs/pool/1.1.0: - resolution: {integrity: sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=} + resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==} dev: false /@protobufjs/utf8/1.1.0: - resolution: {integrity: sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=} + resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: false - /@robingenz/capacitor-file-picker/0.3.0_@capacitor+core@3.5.0: + /@robingenz/capacitor-file-picker/0.3.0_@capacitor+core@3.5.1: resolution: {integrity: sha512-PrwxhGUz0CWpMWFy+m7wT6LA3rpdHR+xlGSI+b/0j+6Lvt7O3N9ghkOBDpbzHd81HOdF9QSTx4v1JfmrNb9yrQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@robingenz/capacitor-screen-orientation/1.1.7_@capacitor+core@3.5.0: + /@robingenz/capacitor-screen-orientation/1.1.7_@capacitor+core@3.5.1: resolution: {integrity: sha512-PkjWZNKVIGuKMZfnyrbdM5CFJuzcu8TQAiC5i6GMH64ksqaKiRAmRG5iwI+QoH7ppEm3Z9GDYxLL7n8BpWNwZw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /@rollup/plugin-babel/5.3.0_@babel+core@7.15.5+rollup@2.61.1: - resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} - engines: {node: '>= 10.0.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0 - peerDependenciesMeta: - '@types/babel__core': - optional: true - dependencies: - '@babel/core': 7.15.5 - '@babel/helper-module-imports': 7.15.4 - '@rollup/pluginutils': 3.1.0_rollup@2.61.1 - rollup: 2.61.1 - dev: true - - /@rollup/plugin-babel/5.3.0_@babel+core@7.15.5+rollup@2.70.2: + /@rollup/plugin-babel/5.3.0_pwf5kugn66zxqbskggikrrfl3u: resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -3945,57 +3801,6 @@ packages: rollup: 2.70.2 dev: true - /@rollup/plugin-commonjs/21.0.1_rollup@2.61.1: - resolution: {integrity: sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==} - engines: {node: '>= 8.0.0'} - peerDependencies: - rollup: ^2.38.3 - dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.61.1 - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 7.1.7 - is-reference: 1.2.1 - magic-string: 0.25.7 - resolve: 1.22.0 - rollup: 2.61.1 - dev: true - - /@rollup/plugin-inject/4.0.3_rollup@2.61.1: - resolution: {integrity: sha512-lzMXmj0LZjd67MI+M8H9dk/oCxR0TYqYAdZ6ZOejWQLSUtud+FUPu4NCMAO8KyWWAalFo8ean7yFHCMvCNsCZw==} - peerDependencies: - rollup: ^1.20.0 || ^2.0.0 - dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.61.1 - estree-walker: 2.0.2 - magic-string: 0.25.7 - rollup: 2.61.1 - dev: true - - /@rollup/plugin-json/4.1.0_rollup@2.61.1: - resolution: {integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==} - peerDependencies: - rollup: ^1.20.0 || ^2.0.0 - dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.61.1 - rollup: 2.61.1 - dev: true - - /@rollup/plugin-node-resolve/11.2.1_rollup@2.61.1: - resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} - engines: {node: '>= 10.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 - dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.61.1 - '@types/resolve': 1.17.1 - builtin-modules: 3.2.0 - deepmerge: 4.2.2 - is-module: 1.0.0 - resolve: 1.22.0 - rollup: 2.61.1 - dev: true - /@rollup/plugin-node-resolve/11.2.1_rollup@2.70.2: resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} engines: {node: '>= 10.0.0'} @@ -4021,18 +3826,6 @@ packages: rollup: 2.70.2 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.61.1: - resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} - engines: {node: '>= 8.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 - dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 - picomatch: 2.3.1 - rollup: 2.61.1 - dev: true - /@rollup/pluginutils/3.1.0_rollup@2.70.2: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} @@ -4073,8 +3866,10 @@ packages: zen-observable: optional: true dependencies: - any-observable: 0.3.0 + any-observable: 0.3.0_rxjs@6.6.7 rxjs: 6.6.7 + transitivePeerDependencies: + - zenObservable dev: true /@sindresorhus/is/0.14.0: @@ -4142,8 +3937,8 @@ packages: - encoding dev: false - /@supabase/gotrue-js/1.22.13: - resolution: {integrity: sha512-Ylus1KWkLRo6Hy9wLzzE4jAr+Fkt8Bi8a1YnX9aWIXPl/R8PxMb4fL928UAEm9fuyFZ1Z1F+BTTK2RM6NLReUQ==} + /@supabase/gotrue-js/1.22.15: + resolution: {integrity: sha512-7/mwnd1hR/bpkCmbDvjnwPfWyRcE2B1ZnfxthqgVaZ5oJHS/CQibyuLBL8DA75fxmgY9nIfednDZSydSm6zK0w==} dependencies: cross-fetch: 3.1.5 transitivePeerDependencies: @@ -4163,6 +3958,8 @@ packages: dependencies: '@types/phoenix': 1.5.4 websocket: 1.0.34 + transitivePeerDependencies: + - supports-color dev: false /@supabase/storage-js/1.7.0: @@ -4173,16 +3970,17 @@ packages: - encoding dev: false - /@supabase/supabase-js/1.35.2: - resolution: {integrity: sha512-ItXfniG+GRFVYvYEoc7L0uXj6Zp8MZz7aQDCz9qbYdt6dUvIWxeu0cfcy/qkUcPJfpFzSYCOt8nsus0QJCjgbg==} + /@supabase/supabase-js/1.35.3: + resolution: {integrity: sha512-uwO8OVdMFsGZNZ1xQhFz22+PSW0EWYZ5xVq+jQeGz8nhabEu+Q9Uyep/bcNzOpyPJRzbGfxSPRzgAdAxfJgFhw==} dependencies: '@supabase/functions-js': 1.3.3 - '@supabase/gotrue-js': 1.22.13 + '@supabase/gotrue-js': 1.22.15 '@supabase/postgrest-js': 0.37.2 '@supabase/realtime-js': 1.7.2 '@supabase/storage-js': 1.7.0 transitivePeerDependencies: - encoding + - supports-color dev: false /@surma/rollup-plugin-off-main-thread/2.2.3: @@ -4207,12 +4005,12 @@ packages: defer-to-connect: 2.0.1 dev: true - /@teamhive/capacitor-video-recorder/5.0.0_@capacitor+core@3.5.0: + /@teamhive/capacitor-video-recorder/5.0.0_@capacitor+core@3.5.1: resolution: {integrity: sha512-ty5TzjeZRYYva569l0jH/PwGFOLd6WsMgMBN4/qxkmRgHB/+bGRPlO7VFMhxwnn1FXCsx47XZtCYVJPwLpV5VA==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false /@trysound/sax/0.2.0: @@ -4237,7 +4035,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.3 - '@types/node': 17.0.25 + '@types/node': 17.0.35 '@types/responselike': 1.0.0 dev: true @@ -4260,7 +4058,7 @@ packages: /@types/decompress/4.2.4: resolution: {integrity: sha512-/C8kTMRTNiNuWGl5nEyKbPiMv6HA+0RbEXzFhFBEzASM6+oa4tJro9b8nj7eRlOFfuLdzUU+DS/GPDlvvzMOhA==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: true /@types/download/8.0.1: @@ -4268,7 +4066,7 @@ packages: dependencies: '@types/decompress': 4.2.4 '@types/got': 8.3.6 - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: true /@types/estree/0.0.39: @@ -4278,18 +4076,18 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 /@types/glob/7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 3.0.5 - '@types/node': 17.0.25 + '@types/node': 17.0.35 /@types/got/8.3.6: resolution: {integrity: sha512-nvLlj+831dhdm4LR2Ly+HTpdLyBaMynoOr6wpIxS19d/bPeHQxFU5XQ6Gp6ohBpxvCWZM1uHQIC2+ySRH1rGrQ==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: true /@types/http-cache-semantics/4.0.1: @@ -4299,7 +4097,7 @@ packages: /@types/http-proxy/1.17.8: resolution: {integrity: sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: true /@types/imagemin-gifsicle/7.0.1: @@ -4342,7 +4140,7 @@ packages: /@types/imagemin/7.0.1: resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: false /@types/is-ci/3.0.0: @@ -4379,14 +4177,13 @@ packages: dev: true /@types/json5/0.0.29: - resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true /@types/keyv/3.1.3: resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==} dependencies: - '@types/node': 17.0.25 - dev: true + '@types/node': 17.0.35 /@types/long/4.0.1: resolution: {integrity: sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==} @@ -4407,7 +4204,6 @@ packages: /@types/minimist/1.2.2: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} - dev: false /@types/ms/0.7.31: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} @@ -4416,7 +4212,7 @@ packages: /@types/node-fetch/2.5.12: resolution: {integrity: sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 form-data: 3.0.1 dev: true @@ -4432,8 +4228,8 @@ packages: resolution: {integrity: sha512-Pf8M1XD9i1ksZEcCP8vuSNwooJ/bZapNmIzpmsMaL+jMI+8mEYU3PKvs+xDNuQcJWF/x24WzY4qxLtB0zNow9A==} dev: true - /@types/node/17.0.25: - resolution: {integrity: sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w==} + /@types/node/17.0.35: + resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4449,14 +4245,13 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: true /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 17.0.25 - dev: true + '@types/node': 17.0.35 /@types/semver/6.2.3: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} @@ -4481,7 +4276,7 @@ packages: /@types/svgo/2.6.2: resolution: {integrity: sha512-m1SqMc/EDAZ8v0BBX+NmlYytUXtvrMD2/J9LICwnMvAuJwb0GSmACU3XPvcORqE7ghEJA4Mk6NYzpwhQI/biPw==} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: false /@types/trusted-types/2.0.2: @@ -4516,12 +4311,12 @@ packages: resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} requiresBuild: true dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 dev: true optional: true - /@typescript-eslint/eslint-plugin/5.20.0_81f0d1a74f014d44d273bd1612c85fd9: - resolution: {integrity: sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==} + /@typescript-eslint/eslint-plugin/5.26.0_hzuh7e2up357pvq3mkokjvu2lq: + resolution: {integrity: sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -4531,24 +4326,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.20.0_eslint@8.14.0+typescript@4.6.3 - '@typescript-eslint/scope-manager': 5.20.0 - '@typescript-eslint/type-utils': 5.20.0_eslint@8.14.0+typescript@4.6.3 - '@typescript-eslint/utils': 5.20.0_eslint@8.14.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/scope-manager': 5.26.0 + '@typescript-eslint/type-utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle debug: 4.3.4 - eslint: 8.14.0 + eslint: 8.16.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 - semver: 7.3.5 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.2 + typescript: 4.7.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.20.0_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==} + /@typescript-eslint/parser/5.26.0_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4557,26 +4352,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.20.0 - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.26.0 + '@typescript-eslint/types': 5.26.0 + '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.2 debug: 4.3.4 - eslint: 8.14.0 - typescript: 4.6.3 + eslint: 8.16.0 + typescript: 4.7.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.20.0: - resolution: {integrity: sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg==} + /@typescript-eslint/scope-manager/5.26.0: + resolution: {integrity: sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/visitor-keys': 5.20.0 + '@typescript-eslint/types': 5.26.0 + '@typescript-eslint/visitor-keys': 5.26.0 dev: true - /@typescript-eslint/type-utils/5.20.0_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-WxNrCwYB3N/m8ceyoGCgbLmuZwupvzN0rE8NBuwnl7APgjv24ZJIjkNzoFBXPRCGzLNkoU/WfanW0exvp/+3Iw==} + /@typescript-eslint/type-utils/5.26.0_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -4585,11 +4380,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.20.0_eslint@8.14.0+typescript@4.6.3 + '@typescript-eslint/utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle debug: 4.3.4 - eslint: 8.14.0 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + eslint: 8.16.0 + tsutils: 3.21.0_typescript@4.7.2 + typescript: 4.7.2 transitivePeerDependencies: - supports-color dev: true @@ -4599,12 +4394,12 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/types/5.20.0: - resolution: {integrity: sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==} + /@typescript-eslint/types/5.26.0: + resolution: {integrity: sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/4.33.0_f4e4807222f419fcab0c9806031f8002: + /@typescript-eslint/typescript-estree/4.33.0_typescript@3.9.10: resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -4615,39 +4410,39 @@ packages: dependencies: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.4_supports-color@9.2.1 - globby: 11.0.4 + debug: 4.3.4 + globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.5 + semver: 7.3.7 tsutils: 3.21.0_typescript@3.9.10 typescript: 3.9.10 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@3.9.10: - resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} - engines: {node: ^10.12.0 || >=12.0.0} + /@typescript-eslint/typescript-estree/5.26.0_typescript@4.7.2: + resolution: {integrity: sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 + '@typescript-eslint/types': 5.26.0 + '@typescript-eslint/visitor-keys': 5.26.0 debug: 4.3.4 - globby: 11.0.4 + globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.5 - tsutils: 3.21.0_typescript@3.9.10 - typescript: 3.9.10 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.2 + typescript: 4.7.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.20.0_typescript@4.6.3: - resolution: {integrity: sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==} + /@typescript-eslint/typescript-estree/5.26.0_us7es73fzscv3oav7ngcodn3uy: + resolution: {integrity: sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4655,31 +4450,31 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/visitor-keys': 5.20.0 - debug: 4.3.4 - globby: 11.0.4 + '@typescript-eslint/types': 5.26.0 + '@typescript-eslint/visitor-keys': 5.26.0 + debug: 4.3.4_supports-color@9.2.1 + globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.5 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.2 + typescript: 4.7.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.20.0_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-lHONGJL1LIO12Ujyx8L8xKbwWSkoUKFSO+0wDAqGXiudWB2EO7WEUT+YZLtVbmOmSllAjLb9tpoIPwpRe5Tn6w==} + /@typescript-eslint/utils/5.26.0_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.20.0 - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 - eslint: 8.14.0 + '@typescript-eslint/scope-manager': 5.26.0 + '@typescript-eslint/types': 5.26.0 + '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.2 + eslint: 8.16.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint-utils: 3.0.0_eslint@8.16.0 transitivePeerDependencies: - supports-color - typescript @@ -4693,11 +4488,11 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@typescript-eslint/visitor-keys/5.20.0: - resolution: {integrity: sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg==} + /@typescript-eslint/visitor-keys/5.26.0: + resolution: {integrity: sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/types': 5.26.0 eslint-visitor-keys: 3.3.0 dev: true @@ -4706,11 +4501,11 @@ packages: hasBin: true dependencies: '@mapbox/node-pre-gyp': 1.0.8 - acorn: 8.7.0 + acorn: 8.7.1 bindings: 1.5.0 estree-walker: 2.0.2 glob: 7.1.7 - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 micromatch: 4.0.5 mkdirp: 0.5.5 node-gyp-build: 4.3.0 @@ -4722,20 +4517,19 @@ packages: - supports-color dev: true - /@vercel/nft/0.17.1_supports-color@9.2.1: - resolution: {integrity: sha512-z3zknfI7JaE0PPmmYDQVtf/TCEnAYT5Y2XrCO/BfAD1sP2Wdmg1PO0L1VRIyt0zjpr6PpBYitC0Nmy0rh+qEDA==} + /@vercel/nft/0.18.2_supports-color@9.2.1: + resolution: {integrity: sha512-Oxy4y5JDh7CMbaxEGjKKzHcnQ1gRQqtfp+x3xvOmZYixXHwaD2RMJDTzaPz0b2B3pgVbbPOHY87wffJPFDaoFg==} hasBin: true dependencies: '@mapbox/node-pre-gyp': 1.0.8_supports-color@9.2.1 - acorn: 8.7.0 + acorn: 8.7.1 bindings: 1.5.0 estree-walker: 2.0.2 glob: 7.1.7 - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 micromatch: 4.0.5 - mkdirp: 0.5.5 node-gyp-build: 4.3.0 - node-pre-gyp: 0.13.0 + node-pre-gyp: 0.13.0_supports-color@9.2.1 resolve-from: 5.0.0 rollup-pluginutils: 2.8.2 transitivePeerDependencies: @@ -4743,150 +4537,146 @@ packages: - supports-color dev: true - /@vitejs/plugin-vue/2.3.1_vite@2.9.5+vue@3.2.33: - resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==} + /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.36: + resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.5_sass@1.50.1 - vue: 3.2.33 + vite: 2.9.9_sass@1.52.1 + vue: 3.2.36 dev: true - /@volar/code-gen/0.34.10: - resolution: {integrity: sha512-Pygl26uA4CuQcDgNndeTSNOYF+NbShcV+rwWRy/nRNv1JB++1EbaQ60/ti8c5zTRoL4a8OtipKMq9Sw8LzpRIw==} + /@volar/code-gen/0.34.16: + resolution: {integrity: sha512-ep5us1iF66WlwzCFjTHMIdULIHzu6661228NknkSBGEAh878GPO+AgUqyQn9tY+al0KrsLuDRQVt6pwmeLoqwQ==} dependencies: - '@volar/source-map': 0.34.10 + '@volar/source-map': 0.34.16 dev: true - /@volar/source-map/0.34.10: - resolution: {integrity: sha512-DBSUGNJB2B08U6Ut14ZJSEOcBS7eV/aiinhoLbMrEe/HJtZRcnPuyE8f0c2BvmRM2LK8WQx77V54/lw/Ra8WDA==} + /@volar/source-map/0.34.16: + resolution: {integrity: sha512-50F1XWcVRzKVXqwO7J39hZ4qd/htzHj62dsywz7FfhZZSOaQ43XT3uEy7cBAVgw7gs+qChFaUJAhM1iHb0FyOQ==} dev: true - /@volar/vue-code-gen/0.34.10: - resolution: {integrity: sha512-oK5gat5AHllSMJzY+UMbttJvAjoUGzicXxLHoIwb6DTHpfcf2pADYUndiw5kSYHo+2Xd/+U1c9D8FUOJ+JHAFw==} + /@volar/vue-code-gen/0.34.16: + resolution: {integrity: sha512-R8OGn26pCQsctXLa6mZi3BIkyXemcrhibTRGrVh1z2TqWMtnCIT/NiAYXR7kAH4UzFEpglOJAIxrjwnodJ7x6w==} dependencies: - '@volar/code-gen': 0.34.10 - '@volar/source-map': 0.34.10 - '@vue/compiler-core': 3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/shared': 3.2.33 + '@volar/code-gen': 0.34.16 + '@volar/source-map': 0.34.16 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/shared': 3.2.36 dev: true - /@volar/vue-typescript/0.34.10: - resolution: {integrity: sha512-FCGSqLC+T/AcBUFXoFniPKLa/fLslBuHsepUmId8dG5ROXZhQaJ5h4fkA87247SWb7z4o9mI6v86xevXEjRVKw==} + /@volar/vue-typescript/0.34.16: + resolution: {integrity: sha512-Jmo19pKRJAIhbAmr/1974knqKws9FZlnYWuCDvvg9wimKHTFosjDhDysORIMVHZ97og/0idK70iIKbcsyDadvw==} dependencies: - '@volar/code-gen': 0.34.10 - '@volar/source-map': 0.34.10 - '@volar/vue-code-gen': 0.34.10 - '@vue/compiler-sfc': 3.2.33 - '@vue/reactivity': 3.2.33 + '@volar/code-gen': 0.34.16 + '@volar/source-map': 0.34.16 + '@volar/vue-code-gen': 0.34.16 + '@vue/compiler-sfc': 3.2.36 + '@vue/reactivity': 3.2.36 dev: true - /@vue/compiler-core/3.2.33: - resolution: {integrity: sha512-AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw==} + /@vue/compiler-core/3.2.36: + resolution: {integrity: sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==} dependencies: '@babel/parser': 7.16.8 - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.2.33: - resolution: {integrity: sha512-GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8uQ==} + /@vue/compiler-dom/3.2.36: + resolution: {integrity: sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==} dependencies: - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 - /@vue/compiler-sfc/3.2.33: - resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==} + /@vue/compiler-sfc/3.2.36: + resolution: {integrity: sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==} dependencies: '@babel/parser': 7.16.8 - '@vue/compiler-core': 3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/compiler-ssr': 3.2.33 - '@vue/reactivity-transform': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-ssr': 3.2.36 + '@vue/reactivity-transform': 3.2.36 + '@vue/shared': 3.2.36 estree-walker: 2.0.2 magic-string: 0.25.7 postcss: 8.4.12 source-map: 0.6.1 - /@vue/compiler-ssr/3.2.33: - resolution: {integrity: sha512-XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ==} + /@vue/compiler-ssr/3.2.36: + resolution: {integrity: sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==} dependencies: - '@vue/compiler-dom': 3.2.33 - '@vue/shared': 3.2.33 - - /@vue/devtools-api/6.0.12: - resolution: {integrity: sha512-iO/4FIezHKXhiDBdKySCvJVh8/mZPxHpiQrTy+PXVqJZgpTPTdHy4q8GXulaY+UKEagdkBb0onxNQZ0LNiqVhw==} - dev: false + '@vue/compiler-dom': 3.2.36 + '@vue/shared': 3.2.36 /@vue/devtools-api/6.1.4: resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==} dev: false - /@vue/reactivity-transform/3.2.33: - resolution: {integrity: sha512-4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw==} + /@vue/reactivity-transform/3.2.36: + resolution: {integrity: sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==} dependencies: '@babel/parser': 7.16.8 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 estree-walker: 2.0.2 magic-string: 0.25.7 - /@vue/reactivity/3.2.33: - resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==} + /@vue/reactivity/3.2.36: + resolution: {integrity: sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==} dependencies: - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 - /@vue/runtime-core/3.2.33: - resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==} + /@vue/runtime-core/3.2.36: + resolution: {integrity: sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==} dependencies: - '@vue/reactivity': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/reactivity': 3.2.36 + '@vue/shared': 3.2.36 dev: false - /@vue/runtime-dom/3.2.33: - resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==} + /@vue/runtime-dom/3.2.36: + resolution: {integrity: sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==} dependencies: - '@vue/runtime-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/runtime-core': 3.2.36 + '@vue/shared': 3.2.36 csstype: 2.6.18 dev: false - /@vue/server-renderer/3.2.33_vue@3.2.33: - resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==} + /@vue/server-renderer/3.2.36_vue@3.2.36: + resolution: {integrity: sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==} peerDependencies: - vue: 3.2.33 + vue: 3.2.36 dependencies: - '@vue/compiler-ssr': 3.2.33 - '@vue/shared': 3.2.33 - vue: 3.2.33 + '@vue/compiler-ssr': 3.2.36 + '@vue/shared': 3.2.36 + vue: 3.2.36 - /@vue/shared/3.2.33: - resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==} + /@vue/shared/3.2.36: + resolution: {integrity: sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==} - /@vuelidate/core/2.0.0-alpha.40_vue@3.2.33: - resolution: {integrity: sha512-f4Uo0yV2BHDi5+MXWDXRcqBv0u1Cqc/RudJLGqke3wLnIcH2r8sXEqRyuVoaN2KEPqbZiTFw/Uo50wx1J+ZDFQ==} + /@vuelidate/core/2.0.0-alpha.41_vue@3.2.36: + resolution: {integrity: sha512-fST7s5wiLW8ZNTexe8+7fDdBZYT7HjbuA43/XDtKTlHs1BMRDDaBoFLZbHSqmHisQvGXa7zLG9bvG8X5cHZaxg==} dependencies: - vue-demi: 0.12.5_vue@3.2.33 + vue-demi: 0.12.5_vue@3.2.36 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vuelidate/validators/2.0.0-alpha.28_vue@3.2.33: - resolution: {integrity: sha512-FLI4D6SfYas5gkRxc2Q8RU1Jv3mhO2wdNgYpnOEWdKB2S6vhy8ABFMXiyr4P764xY9zBmNg6OwceRfq8vYy6vA==} + /@vuelidate/validators/2.0.0-alpha.29_vue@3.2.36: + resolution: {integrity: sha512-azVc2Fwx0umgJjVatzDwnVEdEGNhEdUISQKcLwTDJuNUFS9n1CUqMzfNW+CCTw1Wp8RwYiDS9/qKnEZs4ubF5w==} dependencies: - vue-demi: 0.12.5_vue@3.2.33 + vue-demi: 0.12.5_vue@3.2.36 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/core/8.3.1_vue@3.2.33: - resolution: {integrity: sha512-WiXUgVyPG9elGx3G8UV8g+zqbEJ2hYacrPICogAxDdW6hnxxcUFdF7FtvDroJ/DxWmo2pg8XNNz07ybfnZyJbw==} + /@vueuse/core/8.5.0_vue@3.2.36: + resolution: {integrity: sha512-VEJ6sGNsPlUp0o9BGda2YISvDZbhWJSOJu5zlp2TufRGVrLcYUKr31jyFEOj6RXzG3k/H4aCYeZyjpItfU8glw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -4896,18 +4686,18 @@ packages: vue: optional: true dependencies: - '@vueuse/metadata': 8.3.1 - '@vueuse/shared': 8.3.1_vue@3.2.33 - vue: 3.2.33 - vue-demi: 0.12.5_vue@3.2.33 + '@vueuse/metadata': 8.5.0 + '@vueuse/shared': 8.5.0_vue@3.2.36 + vue: 3.2.36 + vue-demi: 0.12.5_vue@3.2.36 dev: false - /@vueuse/metadata/8.3.1: - resolution: {integrity: sha512-1aZaFL44HzXXkfN6Q7KMDOXBFKTHDClHlOJBxtN8rTBXIIScoGOrJCpxWiQ4kuVg95MzG/pHrd3P4wd8poL9XQ==} + /@vueuse/metadata/8.5.0: + resolution: {integrity: sha512-WxsD+Cd+bn+HcjpY6Dl9FJ8ywTRTT9pTwk3bCQpzEhXVYAyNczKDSahk50fCfIJKeWHhyI4B2+/ZEOxQAkUr0g==} dev: false - /@vueuse/shared/8.3.1_vue@3.2.33: - resolution: {integrity: sha512-7HKLCcxp4dtONq6QSSoavblo9riYgqzw7jhqiC0/VUYMXKzqj1G/GznOzTmY8Wi8uKKT197JqjKQ1DKt2j/0+A==} + /@vueuse/shared/8.5.0_vue@3.2.36: + resolution: {integrity: sha512-qKG+SZb44VvGD4dU5cQ63z4JE2Yk39hQUecR0a9sEdJA01cx+XrxAvFKJfPooxwoiqalAVw/ktWK6xbyc/jS3g==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -4917,8 +4707,8 @@ packages: vue: optional: true dependencies: - vue: 3.2.33 - vue-demi: 0.12.5_vue@3.2.33 + vue: 3.2.36 + vue-demi: 0.12.5_vue@3.2.36 dev: false /@windicss/config/1.8.4: @@ -4926,7 +4716,7 @@ packages: dependencies: debug: 4.3.4 jiti: 1.13.0 - windicss: 3.5.1 + windicss: 3.5.4 transitivePeerDependencies: - supports-color dev: true @@ -4940,7 +4730,7 @@ packages: fast-glob: 3.2.11 magic-string: 0.26.1 micromatch: 4.0.5 - windicss: 3.5.1 + windicss: 3.5.4 transitivePeerDependencies: - supports-color dev: true @@ -4962,7 +4752,6 @@ packages: dependencies: jsonparse: 1.3.1 through: 2.3.8 - dev: false /abbrev/1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} @@ -4983,12 +4772,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.7.0: + /acorn-jsx/5.3.2_acorn@8.7.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.7.0 + acorn: 8.7.1 dev: true /acorn-walk/8.2.0: @@ -5005,10 +4794,15 @@ packages: resolution: {integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==} engines: {node: '>=0.4.0'} hasBin: true + dev: true + + /acorn/8.7.1: + resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} + engines: {node: '>=0.4.0'} + hasBin: true /add-stream/1.0.0: - resolution: {integrity: sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=} - dev: false + resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} /agent-base/6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} @@ -5071,7 +4865,7 @@ packages: global-cache-dir: 2.0.0 jest-validate: 25.5.0 path-exists: 4.0.0 - semver: 7.3.5 + semver: 7.3.7 write-file-atomic: 3.0.3 dev: true @@ -5104,16 +4898,16 @@ packages: dev: true /ansi-regex/0.2.1: - resolution: {integrity: sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=} + resolution: {integrity: sha512-sGwIGMjhYdW26/IhwK2gkWWI8DRCVO6uj3hYgHT+zD+QL1pa37tM3ujhyfcJIYSbsxp7Gxhy7zrRW/1AHm4BmA==} engines: {node: '>=0.10.0'} dev: true /ansi-regex/2.1.1: - resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} + resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} engines: {node: '>=0.10.0'} /ansi-regex/3.0.0: - resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=} + resolution: {integrity: sha512-wFUFA5bg5dviipbQQ32yOQhl6gcJaJXiHE7dvR8VYPG97+J/GNC5FKGepKdEDUFeXRzDxPF1X/Btc8L+v7oqIQ==} engines: {node: '>=4'} dev: true @@ -5132,12 +4926,12 @@ packages: dev: true /ansi-styles/1.1.0: - resolution: {integrity: sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=} + resolution: {integrity: sha512-f2PKUkN5QngiSemowa6Mrk9MPCdtFiOSmibjZ+j1qhLGHHYsqZwmBMRF3IRMVXo8sybDqx2fJl2d/8OphBoWkA==} engines: {node: '>=0.10.0'} dev: true /ansi-styles/2.2.1: - resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=} + resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} engines: {node: '>=0.10.0'} /ansi-styles/3.2.1: @@ -5163,14 +4957,28 @@ packages: dev: true /ansi2html/0.0.1: - resolution: {integrity: sha1-u4gARhtECvALkb89c2al4LhHO6g=} + resolution: {integrity: sha512-M5dw9xdPrRLkLnDjle8WkXCdzJtFAhoHPemopSt7CP9/a86pRhycK9gKHIBDxt2UW3E9pqvafOM6WgFSHyrffA==} engines: {node: '>0.4'} hasBin: true dev: true - /any-observable/0.3.0: + /ansicolors/0.3.2: + resolution: {integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==} + dev: true + + /any-observable/0.3.0_rxjs@6.6.7: resolution: {integrity: sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog==} engines: {node: '>=6'} + peerDependencies: + rxjs: '*' + zenObservable: '*' + peerDependenciesMeta: + rxjs: + optional: true + zenObservable: + optional: true + dependencies: + rxjs: 6.6.7 dev: true /anymatch/3.1.2: @@ -5205,7 +5013,7 @@ packages: engines: {node: '>= 6'} dependencies: glob: 7.1.7 - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 lazystream: 1.0.1 lodash.defaults: 4.2.0 lodash.difference: 4.5.0 @@ -5250,14 +5058,13 @@ packages: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 - dev: false /argparse/2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true /arr-diff/4.0.0: - resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=} + resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} engines: {node: '>=0.10.0'} dev: true @@ -5267,7 +5074,7 @@ packages: dev: true /arr-union/3.1.0: - resolution: {integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=} + resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} engines: {node: '>=0.10.0'} dev: true @@ -5281,8 +5088,7 @@ packages: dev: true /array-ify/1.0.0: - resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=} - dev: false + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} /array-includes/3.1.4: resolution: {integrity: sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==} @@ -5295,8 +5101,19 @@ packages: is-string: 1.0.7 dev: true + /array-includes/3.1.5: + resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.1 + get-intrinsic: 1.1.1 + is-string: 1.0.7 + dev: true + /array-union/1.0.2: - resolution: {integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=} + resolution: {integrity: sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==} engines: {node: '>=0.10.0'} dependencies: array-uniq: 1.0.3 @@ -5307,12 +5124,12 @@ packages: engines: {node: '>=8'} /array-uniq/1.0.3: - resolution: {integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=} + resolution: {integrity: sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==} engines: {node: '>=0.10.0'} dev: true /array-unique/0.3.2: - resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} + resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} engines: {node: '>=0.10.0'} dev: true @@ -5325,19 +5142,19 @@ packages: es-abstract: 1.19.1 dev: true - /array.prototype.flatmap/1.2.5: - resolution: {integrity: sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==} + /array.prototype.flatmap/1.3.0: + resolution: {integrity: sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.19.1 + es-abstract: 1.20.1 + es-shim-unscopables: 1.0.0 dev: true /arrify/1.0.1: - resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} - dev: false /arrify/2.0.1: resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} @@ -5355,7 +5172,7 @@ packages: dev: true /assert-plus/1.0.0: - resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} + resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} engines: {node: '>=0.8'} dev: true @@ -5364,7 +5181,7 @@ packages: dev: true /assign-symbols/1.0.0: - resolution: {integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=} + resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} engines: {node: '>=0.10.0'} dev: true @@ -5372,16 +5189,21 @@ packages: resolution: {integrity: sha512-Rnnx/4Dus6fn7fTqdeLEAn5vUll5w7/vts0RN608yFa6si/rDOUonlIIiwugHBFWjylHjxm9owoSZn71KwG4gw==} dev: true + /ast-module-types/3.0.0: + resolution: {integrity: sha512-CMxMCOCS+4D+DkOQfuZf+vLrSEmY/7xtORwdxs4wtcC1wVgvk2MqFFTwQCFhvWsI4KPU9lcWXPI8DgRiz+xetQ==} + engines: {node: '>=6.0'} + dev: true + /astral-regex/2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} /async/0.9.2: - resolution: {integrity: sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=} + resolution: {integrity: sha512-l6ToIJIotphWahxxHyzK9bnLR6kM4jJIIgLShZeqLY7iboHoGkdgFl7W2/Ivi4SkMJYGKqW8vSuk0uKUj6qsSw==} dev: true /async/1.5.2: - resolution: {integrity: sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=} + resolution: {integrity: sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w==} dev: true /async/3.2.2: @@ -5389,7 +5211,7 @@ packages: dev: true /asynckit/0.4.0: - resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true /at-least-node/1.0.0: @@ -5408,40 +5230,27 @@ packages: dev: true /aws-sign2/0.7.0: - resolution: {integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=} + resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} dev: true /aws4/1.11.0: resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} dev: true - /babel-plugin-dynamic-import-node/2.3.3: - resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} - dependencies: - object.assign: 4.1.2 - dev: true - - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.5: - resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-corejs2/0.2.2_f738010aafc6eb6a39abe94fbd1b5f77: + /babel-plugin-dynamic-import-node/2.3.3: + resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} + dependencies: + object.assign: 4.1.2 + dev: true + + /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.5: resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-define-polyfill-provider': 0.2.3_f738010aafc6eb6a39abe94fbd1b5f77 + '@babel/core': 7.15.5 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -5459,18 +5268,6 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.2.4_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-define-polyfill-provider': 0.2.3_f738010aafc6eb6a39abe94fbd1b5f77 - core-js-compat: 3.17.3 - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.5: resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} peerDependencies: @@ -5482,19 +5279,8 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.2.2_f738010aafc6eb6a39abe94fbd1b5f77: - resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.5_supports-color@9.2.1 - '@babel/helper-define-polyfill-provider': 0.2.3_f738010aafc6eb6a39abe94fbd1b5f77 - transitivePeerDependencies: - - supports-color - dev: true - /backoff/2.5.0: - resolution: {integrity: sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=} + resolution: {integrity: sha512-wC5ihrnUXmR2douXmXLCe5O3zg3GKIyvRi/hi58a/XyRxVI+3/yM0PYueQOZXPXQ9pxBislYkw+sF9b7C/RuMA==} engines: {node: '>= 0.6'} dependencies: precond: 0.2.3 @@ -5525,7 +5311,7 @@ packages: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} /bcrypt-pbkdf/1.0.2: - resolution: {integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=} + resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} dependencies: tweetnacl: 0.14.5 dev: true @@ -5649,6 +5435,8 @@ packages: qs: 6.7.0 raw-body: 2.4.0 type-is: 1.6.18 + transitivePeerDependencies: + - supports-color dev: true /boolbase/1.0.0: @@ -5699,6 +5487,26 @@ packages: snapdragon-node: 2.1.1 split-string: 3.1.0 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /braces/2.3.2_supports-color@9.2.1: + resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} + engines: {node: '>=0.10.0'} + dependencies: + arr-flatten: 1.1.0 + array-unique: 0.3.2 + extend-shallow: 2.0.1 + fill-range: 4.0.0 + isobject: 3.0.1 + repeat-element: 1.1.4 + snapdragon: 0.8.2_supports-color@9.2.1 + snapdragon-node: 2.1.1 + split-string: 3.1.0 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color dev: true /braces/3.0.2: @@ -5735,16 +5543,12 @@ packages: buffer-fill: 1.0.0 /buffer-crc32/0.2.13: - resolution: {integrity: sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=} + resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} /buffer-equal-constant-time/1.0.1: resolution: {integrity: sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=} dev: true - /buffer-es6/4.9.3: - resolution: {integrity: sha1-8mNHuC33b9N+GLy1KIxJcM/VxAQ=} - dev: true - /buffer-fill/1.0.0: resolution: {integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw=} @@ -5781,17 +5585,17 @@ packages: /builtins/4.0.0: resolution: {integrity: sha512-qC0E2Dxgou1IHhvJSLwGDSTvokbRovU5zZFuDY6oY8Y2lF3nGt5Ad8YZK7GMtqzY84Wu7pXTPeHQeHcXSXsRhw==} dependencies: - semver: 7.3.5 + semver: 7.3.7 dev: true /builtins/5.0.0: resolution: {integrity: sha512-aizhtbxgT1Udg0Fj6GssXshAVK+nxbtCV+1OtTrMNy67jffDFBY6CUBAkhO4owbleAx6fdbnWdpsmmcXydbzNw==} dependencies: - semver: 7.3.5 + semver: 7.3.7 dev: true /byline/5.0.0: - resolution: {integrity: sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=} + resolution: {integrity: sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q==} engines: {node: '>=0.10.0'} dev: true @@ -5834,7 +5638,7 @@ packages: dev: true /cacheable-request/2.1.4: - resolution: {integrity: sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0=} + resolution: {integrity: sha512-vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ==} dependencies: clone-response: 1.0.2 get-stream: 3.0.0 @@ -5882,11 +5686,11 @@ packages: dev: true /call-me-maybe/1.0.1: - resolution: {integrity: sha1-JtII6onje1y95gJQoV8DHBak1ms=} + resolution: {integrity: sha512-wCyFsDQkKPwwF8BDwOiWNx/9K45L/hvggQiDbve+viMNMQnWhrlYIuBk09offfwCRtCO9P6XwUttufzU11WCVw==} dev: true /callsite/1.0.0: - resolution: {integrity: sha1-KAOY5dZkvXQDi28JBRU+borxvCA=} + resolution: {integrity: sha512-0vdNRFXn5q+dtOqjfFtmtlI9N2eVZ7LMyEV2iKC5mEEFvSg/69Ml6b/WU2qF8W1nLRa0wiSrDT3Y5jOHZCwKPQ==} dev: true /callsites/3.1.0: @@ -5895,7 +5699,7 @@ packages: dev: true /camelcase-keys/2.1.0: - resolution: {integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc=} + resolution: {integrity: sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==} engines: {node: '>=0.10.0'} dependencies: camelcase: 2.1.1 @@ -5909,10 +5713,9 @@ packages: camelcase: 5.3.1 map-obj: 4.3.0 quick-lru: 4.0.1 - dev: false /camelcase/2.1.1: - resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=} + resolution: {integrity: sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==} engines: {node: '>=0.10.0'} dev: false @@ -5928,28 +5731,28 @@ packages: resolution: {integrity: sha512-0zaSO+TnCHtHJIbpLroX7nsD+vYuOVjl3uzFbJO1wMVbuveJA0RK2WcQA9ZUIOiO0/ArMiMgHJLxfEZhQiC0kw==} dev: true - /capacitor-flash/1.1.1_@capacitor+core@3.5.0: - resolution: {integrity: sha512-HpgCyhRsZYttk4Eoxc0iWJ93WPY4FlG9ByS0Cd0vRM5uJNyRJH3JNRVJbi3djZp7CgdYMDJBZJ/KGuT8cL8aXw==} + /capacitor-flash/1.1.3_@capacitor+core@3.5.1: + resolution: {integrity: sha512-PpvtGwOp0jKYryM8oUQIW+YGOame9dRTUFPKakfkORdJIwCH4QkIC2OjfnsOH4Q9iHEM6mxrF4nMKLbFMAOZdQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /capacitor-mute/0.0.4_@capacitor+core@3.5.0: + /capacitor-mute/0.0.4_@capacitor+core@3.5.1: resolution: {integrity: sha512-I/BVB0R06K9jYwD9kHokFVPgPqPiJpfX6lt2Ts1FttG9aCB2Hm38Ywm7kANX8rK1ayzukR4+ndAayw1FvEvdIw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /capacitor-native-audio/3.0.2_@capacitor+core@3.5.0: + /capacitor-native-audio/3.0.2_@capacitor+core@3.5.1: resolution: {integrity: sha512-3V4nXs7OCR8IBDTiO8uj7o3oxikw7KOX4cYBPVlW8YY28DVxZBUrPVXeAGuLWUienktedFoY3cGGHF/ysoltAQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false /capacitor-native-biometric/3.0.3: @@ -5958,32 +5761,58 @@ packages: '@capacitor/core': 3.0.0 dev: false - /capacitor-purchases/1.1.4_@capacitor+core@3.5.0: - resolution: {integrity: sha512-91XGrRq7YayogWT2lRU8+F7DZHfepUBNkQZgaWI+EFmqRmONl2jXH3ix5tH9UXWtRvmz0EDIkMe4rO+8Xyc6oA==} + /capacitor-purchases/1.1.8_@capacitor+core@3.5.1: + resolution: {integrity: sha512-pLrvCxZyDU6h7svtaIWRKwpKb4Oq2ac9orvPqjqeMvJmb4sw5iXEt3TFGJ7Q1+zccFTi5amLwZno0u+ncYXMhw==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /capacitor-rate-app/2.0.0_@capacitor+core@3.5.0: + /capacitor-rate-app/2.0.0_@capacitor+core@3.5.1: resolution: {integrity: sha512-wqtmK7/mb34o5gp7eaWKudqx1xGwmXne4M2cPOdeO64ikfUXTHLtTfWd6kx2kzgm7yh9tNIXkKnqEwLvNT8cKQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false - /capacitor-screen-recorder/1.1.5_@capacitor+core@3.5.0: + /capacitor-screen-recorder/1.1.5_@capacitor+core@3.5.1: resolution: {integrity: sha512-NlCHm+KFMgFU42ZfLe3EBMdSe/v0C5U3lF9llJIhSmyiDHQnZZ3XVnk0XYqoQWpvzYTflDpNnF4A3yU2LT7TyQ==} peerDependencies: '@capacitor/core': ^3.0.0 dependencies: - '@capacitor/core': 3.5.0 + '@capacitor/core': 3.5.1 dev: false + /capacitor-set-version/2.0.2: + resolution: {integrity: sha512-3WrQM+FD0JBRTJhnDQ8cAq778NGNaPxNjkuwgdERBl28HpmqHbQjshEd/q6qbg+0NoYxRxSsdyJdR2sV7x45sA==} + engines: {node: '>=14.0.0'} + hasBin: true + dependencies: + '@oclif/core': 1.7.0 + '@oclif/plugin-autocomplete': 1.3.0 + '@oclif/plugin-commands': 2.1.0 + '@oclif/plugin-help': 5.1.12 + '@oclif/plugin-plugins': 2.1.0 + '@oclif/plugin-version': 1.0.4 + plist: 3.0.5 + semver: 7.3.7 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: true + + /cardinal/2.1.1: + resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==} + hasBin: true + dependencies: + ansicolors: 0.3.2 + redeyed: 2.1.1 + dev: true + /caseless/0.12.0: - resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} + resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} dev: true /caw/2.0.1: @@ -6010,7 +5839,7 @@ packages: dev: true /chalk/0.5.1: - resolution: {integrity: sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=} + resolution: {integrity: sha512-bIKA54hP8iZhyDT81TOsJiQvR1gW+ZYSXFaZUAvoD4wCHdbHY2actmpTE4x344ZlFqHbvoxKOaESULTZN2gstg==} engines: {node: '>=0.10.0'} dependencies: ansi-styles: 1.1.0 @@ -6021,7 +5850,7 @@ packages: dev: true /chalk/1.1.3: - resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=} + resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} engines: {node: '>=0.10.0'} dependencies: ansi-styles: 2.2.1 @@ -6077,11 +5906,11 @@ packages: dev: false /check-error/1.0.2: - resolution: {integrity: sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=} + resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} dev: true /check-more-types/2.24.0: - resolution: {integrity: sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=} + resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==} engines: {node: '>= 0.8.0'} dev: true @@ -6138,7 +5967,7 @@ packages: dev: true /clean-regexp/1.0.0: - resolution: {integrity: sha1-jffHquUf02h06PjQW5GAvBGj/tc=} + resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} engines: {node: '>=4'} dependencies: escape-string-regexp: 1.0.5 @@ -6148,6 +5977,13 @@ packages: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} + /clean-stack/3.0.1: + resolution: {integrity: sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==} + engines: {node: '>=10'} + dependencies: + escape-string-regexp: 4.0.0 + dev: true + /clean-stack/4.1.0: resolution: {integrity: sha512-dxXQYI7mfQVcaF12s6sjNFoZ6ZPDQuBBLp3QJ5156k9EvUFClUoZ11fo8HnLQO241DDVntHEug8MOuFO5PSfRg==} engines: {node: '>=12'} @@ -6160,7 +5996,7 @@ packages: engines: {node: '>=6'} /cli-cursor/2.1.0: - resolution: {integrity: sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=} + resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} engines: {node: '>=4'} dependencies: restore-cursor: 2.0.0 @@ -6180,11 +6016,10 @@ packages: restore-cursor: 4.0.0 dev: true - /cli-progress/3.9.1: - resolution: {integrity: sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==} + /cli-progress/3.10.0: + resolution: {integrity: sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==} engines: {node: '>=4'} dependencies: - colors: 1.4.0 string-width: 4.2.3 dev: true @@ -6203,7 +6038,7 @@ packages: dev: true /cli-truncate/0.2.1: - resolution: {integrity: sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=} + resolution: {integrity: sha512-f4r4yJnbT++qUPI9NR4XLDLq41gQ+uqnPItWG0F5ZkehuNiTTa3EY0S4AqTSUOeJ7/zU41oWPQSNkW5BqPL9bg==} engines: {node: '>=0.10.0'} dependencies: slice-ansi: 0.0.4 @@ -6369,6 +6204,11 @@ packages: engines: {node: ^12.20.0 || >=14} dev: true + /commander/9.2.0: + resolution: {integrity: sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w==} + engines: {node: ^12.20.0 || >=14} + dev: true + /common-path-prefix/3.0.0: resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} dev: true @@ -6378,16 +6218,11 @@ packages: engines: {node: '>=4.0.0'} dev: true - /commondir/1.0.1: - resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} - dev: true - /compare-func/2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 - dev: false /component-emitter/1.3.0: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} @@ -6421,11 +6256,23 @@ packages: on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 + transitivePeerDependencies: + - supports-color dev: true /concat-map/0.0.1: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + /concat-stream/2.0.0: + resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} + engines: {'0': node >= 6.0} + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.0 + typedarray: 0.0.6 + dev: true + /concordance/5.0.4: resolution: {integrity: sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==} engines: {node: '>=10.18.0 <11 || >=12.14.0 <13 || >=14'} @@ -6436,7 +6283,7 @@ packages: js-string-escape: 1.0.1 lodash: 4.17.21 md5-hex: 3.0.1 - semver: 7.3.5 + semver: 7.3.7 well-known-symbols: 2.0.0 dev: true @@ -6482,21 +6329,22 @@ packages: dependencies: compare-func: 2.0.0 q: 1.5.1 - dev: false /conventional-changelog-atom/2.0.8: resolution: {integrity: sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==} engines: {node: '>=10'} dependencies: q: 1.5.1 - dev: false /conventional-changelog-codemirror/2.0.8: resolution: {integrity: sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==} engines: {node: '>=10'} dependencies: q: 1.5.1 - dev: false + + /conventional-changelog-config-spec/2.1.0: + resolution: {integrity: sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==} + dev: true /conventional-changelog-conventionalcommits/4.6.3: resolution: {integrity: sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==} @@ -6505,7 +6353,6 @@ packages: compare-func: 2.0.0 lodash: 4.17.21 q: 1.5.1 - dev: false /conventional-changelog-core/4.2.4: resolution: {integrity: sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==} @@ -6525,35 +6372,30 @@ packages: read-pkg: 3.0.0 read-pkg-up: 3.0.0 through2: 4.0.2 - dev: false /conventional-changelog-ember/2.0.9: resolution: {integrity: sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==} engines: {node: '>=10'} dependencies: q: 1.5.1 - dev: false /conventional-changelog-eslint/3.0.9: resolution: {integrity: sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==} engines: {node: '>=10'} dependencies: q: 1.5.1 - dev: false /conventional-changelog-express/2.0.6: resolution: {integrity: sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==} engines: {node: '>=10'} dependencies: q: 1.5.1 - dev: false /conventional-changelog-jquery/3.0.11: resolution: {integrity: sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==} engines: {node: '>=10'} dependencies: q: 1.5.1 - dev: false /conventional-changelog-jshint/2.0.9: resolution: {integrity: sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==} @@ -6561,12 +6403,10 @@ packages: dependencies: compare-func: 2.0.0 q: 1.5.1 - dev: false /conventional-changelog-preset-loader/2.3.4: resolution: {integrity: sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==} engines: {node: '>=10'} - dev: false /conventional-changelog-writer/5.0.1: resolution: {integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==} @@ -6582,7 +6422,6 @@ packages: semver: 6.3.0 split: 1.0.1 through2: 4.0.2 - dev: false /conventional-changelog/3.1.25: resolution: {integrity: sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ==} @@ -6599,7 +6438,6 @@ packages: conventional-changelog-jquery: 3.0.11 conventional-changelog-jshint: 2.0.9 conventional-changelog-preset-loader: 2.3.4 - dev: false /conventional-commits-filter/2.0.7: resolution: {integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==} @@ -6607,7 +6445,6 @@ packages: dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 - dev: false /conventional-commits-parser/3.2.4: resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} @@ -6620,7 +6457,21 @@ packages: meow: 8.1.2 split2: 3.2.2 through2: 4.0.2 - dev: false + + /conventional-recommended-bump/6.1.0: + resolution: {integrity: sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw==} + engines: {node: '>=10'} + hasBin: true + dependencies: + concat-stream: 2.0.0 + conventional-changelog-preset-loader: 2.3.4 + conventional-commits-filter: 2.0.7 + conventional-commits-parser: 3.2.4 + git-raw-commits: 2.0.11 + git-semver-tags: 4.1.1 + meow: 8.1.2 + q: 1.5.1 + dev: true /convert-source-map/1.8.0: resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} @@ -6654,6 +6505,8 @@ packages: pump: 1.0.3 readdirp: 2.2.1 run-parallel: 1.2.0 + transitivePeerDependencies: + - supports-color dev: true /copy-text-to-clipboard/3.0.1: @@ -6692,7 +6545,7 @@ packages: resolution: {integrity: sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==} engines: {node: '>=8'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 make-dir: 3.1.0 nested-error-stacks: 2.1.0 p-event: 4.2.0 @@ -6702,25 +6555,27 @@ packages: resolution: {integrity: sha512-3scnzFj/94eb7y4wyXRWwvzLFaQp87yyfTnChIjlfYrVqp5lVO3E2hIJMeQIltUT0K2ZAB3An1qXcBmwGyvuwA==} engines: {node: '>=10'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 make-dir: 3.1.0 nested-error-stacks: 2.1.0 p-event: 4.2.0 dev: true - /cpy/8.1.2: + /cpy/8.1.2_supports-color@9.2.1: resolution: {integrity: sha512-dmC4mUesv0OYH2kNFEidtf/skUwv4zePmGeepjyyJ0qTo5+8KhA1o99oIAwVVLzQMAeDJml74d6wPPKb6EZUTg==} engines: {node: '>=8'} dependencies: arrify: 2.0.1 cp-file: 7.0.0 - globby: 9.2.0 + globby: 9.2.0_supports-color@9.2.1 has-glob: 1.0.0 junk: 3.1.0 nested-error-stacks: 2.1.0 p-all: 2.1.0 p-filter: 2.1.0 p-map: 3.0.0 + transitivePeerDependencies: + - supports-color dev: true /crc-32/1.2.0: @@ -6794,7 +6649,6 @@ packages: semver: 5.7.1 shebang-command: 1.2.0 which: 1.3.1 - dev: false /cross-spawn/7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} @@ -6846,8 +6700,8 @@ packages: resolution: {integrity: sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==} dev: false - /csstype/3.0.11: - resolution: {integrity: sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==} + /csstype/3.1.0: + resolution: {integrity: sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==} dev: false /csv-generate/3.4.3: @@ -6894,14 +6748,14 @@ packages: resolution: {integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=} dev: true - /cypress/9.5.4: - resolution: {integrity: sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==} + /cypress/9.7.0: + resolution: {integrity: sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true dependencies: '@cypress/request': 2.88.10 - '@cypress/xvfb': 1.2.4 + '@cypress/xvfb': 1.2.4_supports-color@8.1.1 '@types/node': 14.17.32 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 @@ -6916,7 +6770,7 @@ packages: cli-table3: 0.6.1 commander: 5.1.0 common-tags: 1.8.0 - dayjs: 1.11.1 + dayjs: 1.11.2 debug: 4.3.4_supports-color@8.1.1 enquirer: 2.3.6 eventemitter2: 6.4.5 @@ -6937,7 +6791,7 @@ packages: pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 request-progress: 3.0.0 - semver: 7.3.5 + semver: 7.3.7 supports-color: 8.1.1 tmp: 0.2.1 untildify: 4.0.0 @@ -6954,7 +6808,6 @@ packages: /dargs/7.0.0: resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} engines: {node: '>=8'} - dev: false /dashdash/1.14.1: resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=} @@ -6985,20 +6838,78 @@ packages: /dateformat/3.0.3: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} - dev: false - /dayjs/1.11.1: - resolution: {integrity: sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==} + /dayjs/1.11.2: + resolution: {integrity: sha512-F4LXf1OeU9hrSYRPTTj/6FbO4HTjPKXvEIC1P2kcnFurViINCVk3ZV0xAS3XVx9MkMsXbbqlK6hjseaYbgKEHw==} /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.0.0 + + /debug/2.6.9_supports-color@9.2.1: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: ms: 2.0.0 + supports-color: 9.2.1 + dev: true /debug/3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.3 + dev: true + + /debug/3.2.7_supports-color@5.5.0: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.3 + supports-color: 5.5.0 + dev: false + + /debug/3.2.7_supports-color@8.1.1: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.3 + supports-color: 8.1.1 + dev: true + + /debug/3.2.7_supports-color@9.2.1: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: ms: 2.1.3 + supports-color: 9.2.1 + dev: true /debug/4.3.3: resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} @@ -7060,12 +6971,10 @@ packages: dependencies: decamelize: 1.2.0 map-obj: 1.0.1 - dev: false /decamelize/1.2.0: resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} engines: {node: '>=0.10.0'} - dev: false /decode-uri-component/0.2.0: resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=} @@ -7134,7 +7043,7 @@ packages: decompress-tarbz2: 4.1.1 decompress-targz: 4.1.1 decompress-unzip: 4.0.1 - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 make-dir: 1.3.0 pify: 2.3.0 strip-dirs: 2.1.0 @@ -7204,6 +7113,14 @@ packages: object-keys: 1.1.1 dev: true + /define-properties/1.1.4: + resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} + engines: {node: '>= 0.4'} + dependencies: + has-property-descriptors: 1.0.0 + object-keys: 1.1.1 + dev: true + /define-property/0.2.5: resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} engines: {node: '>=0.10.0'} @@ -7231,7 +7148,7 @@ packages: engines: {node: '>=8'} dependencies: globby: 10.0.2 - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 is-glob: 4.0.3 is-path-cwd: 2.2.0 is-path-inside: 3.0.3 @@ -7244,7 +7161,7 @@ packages: resolution: {integrity: sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==} engines: {node: '>=10'} dependencies: - globby: 11.0.4 + globby: 11.1.0 graceful-fs: 4.2.8 is-glob: 4.0.3 is-path-cwd: 2.2.0 @@ -7277,7 +7194,6 @@ packages: /detect-indent/6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} - dev: false /detect-libc/1.0.3: resolution: {integrity: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=} @@ -7289,6 +7205,11 @@ packages: engines: {node: '>=8'} dev: false + /detect-newline/3.1.0: + resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} + engines: {node: '>=8'} + dev: true + /detect-node/2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} dev: true @@ -7304,6 +7225,17 @@ packages: node-source-walk: 4.2.0 dev: true + /detective-amd/4.0.1: + resolution: {integrity: sha512-bDo22IYbJ8yzALB0Ow5CQLtyhU1BpDksLB9dsWHI9Eh0N3OQR6aQqhjPsNDd69ncYwRfL1sTo7OA9T3VRVSe2Q==} + engines: {node: '>=12'} + hasBin: true + dependencies: + ast-module-types: 3.0.0 + escodegen: 2.0.0 + get-amd-module-type: 4.0.0 + node-source-walk: 5.0.0 + dev: true + /detective-cjs/3.1.1: resolution: {integrity: sha512-JQtNTBgFY6h8uT6pgph5QpV3IyxDv+z3qPk/FZRDT9TlFfm5dnRtpH39WtQEr1khqsUxVqXzKjZHpdoQvQbllg==} engines: {node: '>= 6.0'} @@ -7312,6 +7244,14 @@ packages: node-source-walk: 4.2.0 dev: true + /detective-cjs/4.0.0: + resolution: {integrity: sha512-VsD6Yo1+1xgxJWoeDRyut7eqZ8EWaJI70C5eanSAPcBHzenHZx0uhjxaaEfIm0cHII7dBiwU98Orh44bwXN2jg==} + engines: {node: '>=12'} + dependencies: + ast-module-types: 3.0.0 + node-source-walk: 5.0.0 + dev: true + /detective-es6/2.2.1: resolution: {integrity: sha512-22z7MblxkhsIQGuALeGwCKEfqNy4WmgDGmfJCwdXbfDkVYIiIDmY513hiIWBvX3kCmzvvWE7RR7kAYxs01wwKQ==} engines: {node: '>= 6.0'} @@ -7319,6 +7259,13 @@ packages: node-source-walk: 4.2.0 dev: true + /detective-es6/3.0.0: + resolution: {integrity: sha512-Uv2b5Uih7vorYlqGzCX+nTPUb4CMzUAn3VPHTV5p5lBkAN4cAApLGgUz4mZE2sXlBfv4/LMmeP7qzxHV/ZcfWA==} + engines: {node: '>=12'} + dependencies: + node-source-walk: 5.0.0 + dev: true + /detective-less/1.0.2: resolution: {integrity: sha512-Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA==} engines: {node: '>= 6.0'} @@ -7347,22 +7294,19 @@ packages: dependencies: debug: 4.3.4 is-url: 1.2.4 - postcss: 8.4.12 + postcss: 8.4.14 postcss-values-parser: 2.0.1 transitivePeerDependencies: - supports-color dev: true - /detective-postcss/4.0.0_supports-color@9.2.1: - resolution: {integrity: sha512-Fwc/g9VcrowODIAeKRWZfVA/EufxYL7XfuqJQFroBKGikKX83d2G7NFw6kDlSYGG3LNQIyVa+eWv1mqre+v4+A==} - engines: {node: ^10 || ^12 || >=14} + /detective-postcss/6.1.0: + resolution: {integrity: sha512-ZFZnEmUrL2XHAC0j/4D1fdwZbo/anAcK84soJh7qc7xfx2Kc8gFO5Bk5I9jU7NLC/OAF1Yho1GLxEDnmQnRH2A==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dependencies: - debug: 4.3.4_supports-color@9.2.1 is-url: 1.2.4 - postcss: 8.4.12 - postcss-values-parser: 2.0.1 - transitivePeerDependencies: - - supports-color + postcss: 8.4.14 + postcss-values-parser: 6.0.2_postcss@8.4.14 dev: true /detective-sass/3.0.1: @@ -7376,15 +7320,12 @@ packages: - supports-color dev: true - /detective-sass/3.0.1_supports-color@9.2.1: - resolution: {integrity: sha512-oSbrBozRjJ+QFF4WJFbjPQKeakoaY1GiR380NPqwdbWYd5wfl5cLWv0l6LsJVqrgWfFN1bjFqSeo32Nxza8Lbw==} - engines: {node: '>= 6.0'} + /detective-sass/4.0.1: + resolution: {integrity: sha512-80zfpxux1krOrkxCHbtwvIs2gNHUBScnSqlGl0FvUuHVz8HD6vD2ov66OroMctyvzhM67fxhuEeVjIk18s6yTQ==} + engines: {node: '>=12'} dependencies: - debug: 4.3.4_supports-color@9.2.1 gonzales-pe: 4.3.0 - node-source-walk: 4.2.0 - transitivePeerDependencies: - - supports-color + node-source-walk: 5.0.0 dev: true /detective-scss/2.0.1: @@ -7398,21 +7339,23 @@ packages: - supports-color dev: true - /detective-scss/2.0.1_supports-color@9.2.1: - resolution: {integrity: sha512-VveyXW4WQE04s05KlJ8K0bG34jtHQVgTc9InspqoQxvnelj/rdgSAy7i2DXAazyQNFKlWSWbS+Ro2DWKFOKTPQ==} - engines: {node: '>= 6.0'} + /detective-scss/3.0.0: + resolution: {integrity: sha512-37MB/mhJyS45ngqfzd6eTbuLMoDgdZnH03ZOMW2m9WqJ/Rlbuc8kZAr0Ypovaf1DJiTRzy5mmxzOTja85jbzlA==} + engines: {node: '>=12'} dependencies: - debug: 4.3.4_supports-color@9.2.1 gonzales-pe: 4.3.0 - node-source-walk: 4.2.0 - transitivePeerDependencies: - - supports-color + node-source-walk: 5.0.0 dev: true /detective-stylus/1.0.0: resolution: {integrity: sha1-UK7n24uruZA4HwEMY/q7pbWOVM0=} dev: true + /detective-stylus/2.0.1: + resolution: {integrity: sha512-/Tvs1pWLg8eYwwV6kZQY5IslGaYqc/GACxjcaGudiNtN5nKCH6o2WnJK3j0gA3huCnoQcbv8X7oz/c1lnvE3zQ==} + engines: {node: '>=6.0'} + dev: true + /detective-typescript/7.0.0: resolution: {integrity: sha512-y/Ev98AleGvl43YKTNcA2Q+lyFmsmCfTTNWy4cjEJxoLkbobcXtRS0Kvx06daCgr2GdtlwLfNzL553BkktfJoA==} engines: {node: ^10.13 || >=12.0.0} @@ -7425,14 +7368,14 @@ packages: - supports-color dev: true - /detective-typescript/7.0.0_supports-color@9.2.1: - resolution: {integrity: sha512-y/Ev98AleGvl43YKTNcA2Q+lyFmsmCfTTNWy4cjEJxoLkbobcXtRS0Kvx06daCgr2GdtlwLfNzL553BkktfJoA==} - engines: {node: ^10.13 || >=12.0.0} + /detective-typescript/9.0.0_supports-color@9.2.1: + resolution: {integrity: sha512-lR78AugfUSBojwlSRZBeEqQ1l8LI7rbxOl1qTUnGLcjZQDjZmrZCb7R46rK8U8B5WzFvJrxa7fEBA8FoD/n5fA==} + engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} dependencies: - '@typescript-eslint/typescript-estree': 4.33.0_f4e4807222f419fcab0c9806031f8002 - ast-module-types: 2.7.1 - node-source-walk: 4.2.0 - typescript: 3.9.10 + '@typescript-eslint/typescript-estree': 5.26.0_us7es73fzscv3oav7ngcodn3uy + ast-module-types: 3.0.0 + node-source-walk: 5.0.0 + typescript: 4.7.2 transitivePeerDependencies: - supports-color dev: true @@ -7521,6 +7464,14 @@ packages: engines: {node: '>=12'} dev: true + /dotgitignore/2.1.0: + resolution: {integrity: sha512-sCm11ak2oY6DglEPpCB8TixLjWAxd3kJTs6UIcSasNYxXdFPV+YKlye92c8H4kKFqV5qYMIh7d+cYecEg0dIkA==} + engines: {node: '>=6'} + dependencies: + find-up: 3.0.0 + minimatch: 3.1.2 + dev: true + /download/6.2.5: resolution: {integrity: sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==} engines: {node: '>=4'} @@ -7662,7 +7613,6 @@ packages: /env-paths/3.0.0: resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dev: false /envinfo/7.8.1: resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} @@ -7707,6 +7657,35 @@ packages: unbox-primitive: 1.0.1 dev: true + /es-abstract/1.20.1: + resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + es-to-primitive: 1.2.1 + function-bind: 1.1.1 + function.prototype.name: 1.1.5 + get-intrinsic: 1.1.1 + get-symbol-description: 1.0.0 + has: 1.0.3 + has-property-descriptors: 1.0.0 + has-symbols: 1.0.3 + internal-slot: 1.0.3 + is-callable: 1.2.4 + is-negative-zero: 2.0.2 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + is-string: 1.0.7 + is-weakref: 1.0.2 + object-inspect: 1.12.1 + object-keys: 1.1.1 + object.assign: 4.1.2 + regexp.prototype.flags: 1.4.3 + string.prototype.trimend: 1.0.5 + string.prototype.trimstart: 1.0.5 + unbox-primitive: 1.0.2 + dev: true + /es-get-iterator/1.1.2: resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} dependencies: @@ -7720,10 +7699,20 @@ packages: isarray: 2.0.5 dev: true + /es-module-lexer/0.10.5: + resolution: {integrity: sha512-+7IwY/kiGAacQfY+YBhKMvEmyAJnw5grTUgjG85Pe7vcUI/6b7pZjZG8nQ7+48YhzEAEqrEgD2dCz/JIK+AYvw==} + dev: true + /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: true + /es-shim-unscopables/1.0.0: + resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + dependencies: + has: 1.0.3 + dev: true + /es-to-primitive/1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -8217,54 +8206,74 @@ packages: dependencies: debug: 3.2.7 resolve: 1.22.0 + transitivePeerDependencies: + - supports-color dev: true - /eslint-module-utils/2.7.3: + /eslint-module-utils/2.7.3_zhgf6mw2wzy6dnrak3ta47vb3m: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true dependencies: + '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle debug: 3.2.7 + eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 + transitivePeerDependencies: + - supports-color dev: true - /eslint-plugin-antfu/0.20.7_eslint@8.14.0+typescript@4.6.3: - resolution: {integrity: sha512-9kwFMn0RyXJx4jg9Y22J6gETSYqssnLIqDYqS0Od0oQsAENZv2rGW7SBGbtkSApmf+1n9/d4q+zdwBG9UImXcw==} + /eslint-plugin-antfu/0.24.2_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-WMvTNmI8h9eRTRUcTYgbECEXD8AwF+fjsTXiKNouD4a2pOps8WW9yjRnMOENk0/9vV5p52cu6PbJbfbM0/B/TA==} dependencies: - '@typescript-eslint/utils': 5.20.0_eslint@8.14.0+typescript@4.6.3 + '@typescript-eslint/utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.14.0: + /eslint-plugin-cypress/2.12.1_eslint@8.16.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.14.0 + eslint: 8.16.0 globals: 11.12.0 dev: true - /eslint-plugin-es/4.1.0_eslint@8.14.0: + /eslint-plugin-es/4.1.0_eslint@8.16.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.14.0 + eslint: 8.16.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.14.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.16.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.14.0 + eslint: 8.16.0 ignore: 5.2.0 dev: true @@ -8274,19 +8283,24 @@ packages: htmlparser2: 7.2.0 dev: true - /eslint-plugin-import/2.26.0_eslint@8.14.0: + /eslint-plugin-import/2.26.0_grfei5yostfimvqdpf73rlhy3e: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: + '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true dependencies: + '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle array-includes: 3.1.4 array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.14.0 + eslint: 8.16.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3 + eslint-module-utils: 2.7.3_zhgf6mw2wzy6dnrak3ta47vb3m has: 1.0.3 is-core-module: 2.8.1 is-glob: 4.0.3 @@ -8294,42 +8308,46 @@ packages: object.values: 1.1.5 resolve: 1.22.0 tsconfig-paths: 3.14.1 + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color dev: true - /eslint-plugin-jsonc/2.2.1_eslint@8.14.0: + /eslint-plugin-jsonc/2.2.1_eslint@8.16.0: resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.16.0 + eslint-utils: 3.0.0_eslint@8.16.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/2.2.1_eslint@8.14.0: + /eslint-plugin-markdown/2.2.1_eslint@8.16.0: resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==} engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.14.0 + eslint: 8.16.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.1.0_eslint@8.14.0: - resolution: {integrity: sha512-Tgx4Z58QXv2Ha7Qzp0u4wavnZNZ3AOievZMxrAxi7nvDbzD5B/JqOD80LHYcGHFZc2HD9jDmM/+KWMPov46a4A==} + /eslint-plugin-n/15.2.0_eslint@8.16.0: + resolution: {integrity: sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 4.0.0 - eslint: 8.14.0 - eslint-plugin-es: 4.1.0_eslint@8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.16.0 + eslint-plugin-es: 4.1.0_eslint@8.16.0 + eslint-utils: 3.0.0_eslint@8.16.0 ignore: 5.2.0 is-core-module: 2.8.1 minimatch: 3.1.2 @@ -8337,39 +8355,39 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.0.0_eslint@8.14.0: + /eslint-plugin-promise/6.0.0_eslint@8.16.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.14.0 + eslint: 8.16.0 dev: true - /eslint-plugin-react/7.29.4_eslint@8.14.0: - resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} + /eslint-plugin-react/7.30.0_eslint@8.16.0: + resolution: {integrity: sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.4 - array.prototype.flatmap: 1.2.5 + array-includes: 3.1.5 + array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.14.0 + eslint: 8.16.0 estraverse: 5.3.0 jsx-ast-utils: 3.2.1 minimatch: 3.1.2 object.entries: 1.1.5 object.fromentries: 2.0.5 - object.hasown: 1.1.0 + object.hasown: 1.1.1 object.values: 1.1.5 prop-types: 15.8.1 resolve: 2.0.0-next.3 semver: 6.3.0 - string.prototype.matchall: 4.0.6 + string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-unicorn/42.0.0_eslint@8.14.0: + /eslint-plugin-unicorn/42.0.0_eslint@8.16.0: resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} engines: {node: '>=12'} peerDependencies: @@ -8378,8 +8396,8 @@ packages: '@babel/helper-validator-identifier': 7.16.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.16.0 + eslint-utils: 3.0.0_eslint@8.16.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -8392,34 +8410,35 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/8.7.1_eslint@8.14.0: - resolution: {integrity: sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-plugin-vue/9.0.1_eslint@8.16.0: + resolution: {integrity: sha512-/w/9/vzz+4bSYtp5UqXgJ0CfycXTMtpp6lkz7/fMp0CcJxPWyRP6Pr88ihhrsNEcVt2ZweMupWRNYa+5Md41LQ==} + engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.16.0 + eslint-utils: 3.0.0_eslint@8.16.0 natural-compare: 1.4.0 nth-check: 2.0.1 postcss-selector-parser: 6.0.10 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.14.0 + vue-eslint-parser: 9.0.2_eslint@8.16.0 + xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.14.0_eslint@8.14.0: - resolution: {integrity: sha512-+0+bBV/07txENbxfrHF9olGoLCHez64vmnOmjWOoLwmXOwfdaSRleBSPIi4nWQs7WwX8lm/fSLadOjbVEcsXQQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-plugin-yml/1.0.0_eslint@8.16.0: + resolution: {integrity: sha512-0RVoUFh5vpznE2DIP5agSpWO/nU8GgAWwoTAHWopU2X+1SCB5ykHU6DwS0GrZ5Hvejtk6CcADQllpQQJB4C5QA==} + engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.14.0 + eslint: 8.16.0 lodash: 4.17.21 natural-compare: 1.4.0 - yaml-eslint-parser: 0.5.0 + yaml-eslint-parser: 1.0.1 transitivePeerDependencies: - supports-color dev: true @@ -8432,14 +8451,6 @@ packages: estraverse: 4.3.0 dev: true - /eslint-scope/6.0.0: - resolution: {integrity: sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - dev: true - /eslint-scope/7.1.1: resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8455,13 +8466,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.14.0: + /eslint-utils/3.0.0_eslint@8.16.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.14.0 + eslint: 8.16.0 eslint-visitor-keys: 2.1.0 dev: true @@ -8480,12 +8491,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.14.0: - resolution: {integrity: sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==} + /eslint/8.16.0: + resolution: {integrity: sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.2.2 + '@eslint/eslintrc': 1.3.0 '@humanwhocodes/config-array': 0.9.2 ajv: 6.12.6 chalk: 4.1.2 @@ -8494,16 +8505,16 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint-utils: 3.0.0_eslint@8.16.0 eslint-visitor-keys: 3.3.0 - espree: 9.3.1 + espree: 9.3.2 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 6.0.2 - globals: 13.11.0 + globals: 13.15.0 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -8537,8 +8548,17 @@ packages: resolution: {integrity: sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.7.0 - acorn-jsx: 5.3.2_acorn@8.7.0 + acorn: 8.7.1 + acorn-jsx: 5.3.2_acorn@8.7.1 + eslint-visitor-keys: 3.3.0 + dev: true + + /espree/9.3.2: + resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.7.1 + acorn-jsx: 5.3.2_acorn@8.7.1 eslint-visitor-keys: 3.3.0 dev: true @@ -8702,6 +8722,23 @@ packages: regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /expand-brackets/2.1.4_supports-color@9.2.1: + resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=} + engines: {node: '>=0.10.0'} + dependencies: + debug: 2.6.9_supports-color@9.2.1 + define-property: 0.2.5 + extend-shallow: 2.0.1 + posix-character-classes: 0.1.1 + regex-not: 1.0.2 + snapdragon: 0.8.2_supports-color@9.2.1 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color dev: true /expand-template/2.0.3: @@ -8750,6 +8787,8 @@ packages: type-is: 1.6.18 utils-merge: 1.0.1 vary: 1.1.2 + transitivePeerDependencies: + - supports-color dev: true /ext-list/2.2.2: @@ -8814,6 +8853,24 @@ packages: regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /extglob/2.0.4_supports-color@9.2.1: + resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} + engines: {node: '>=0.10.0'} + dependencies: + array-unique: 0.3.2 + define-property: 1.0.0 + expand-brackets: 2.1.4_supports-color@9.2.1 + extend-shallow: 2.0.1 + fragment-cache: 0.2.1 + regex-not: 1.0.2 + snapdragon: 0.8.2_supports-color@9.2.1 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color dev: true /extract-zip/2.0.1_supports-color@8.1.1: @@ -8847,7 +8904,7 @@ packages: resolution: {integrity: sha512-caj/ZmjHljPrZtbzJ3kfH5ia/k4mTJe/qSiXAGzxZWRZgsgDV0cvNaQULqUX8t0/JVlzzEdYOwCN5DmzTxoD4w==} dev: true - /fast-glob/2.2.7: + /fast-glob/2.2.7_supports-color@9.2.1: resolution: {integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==} engines: {node: '>=4.0.0'} dependencies: @@ -8856,7 +8913,9 @@ packages: glob-parent: 3.1.0 is-glob: 4.0.3 merge2: 1.4.1 - micromatch: 3.1.10 + micromatch: 3.1.10_supports-color@9.2.1 + transitivePeerDependencies: + - supports-color dev: true /fast-glob/3.2.11: @@ -8922,7 +8981,7 @@ packages: engines: {node: '>=10.17.0'} dependencies: chalk: 4.1.2 - cli-progress: 3.9.1 + cli-progress: 3.10.0 figures: 3.2.0 filter-obj: 2.0.2 got: 10.7.0 @@ -9074,6 +9133,8 @@ packages: parseurl: 1.3.3 statuses: 1.5.0 unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color dev: true /find-up/1.1.2: @@ -9090,6 +9151,13 @@ packages: dependencies: locate-path: 2.0.0 + /find-up/3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} + dependencies: + locate-path: 3.0.0 + dev: true + /find-up/4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} @@ -9126,35 +9194,35 @@ packages: pkg-dir: 4.2.0 dev: false - /firebase/9.6.11: - resolution: {integrity: sha512-Zdmag/wGNkA4IAek+2yQoWrF2vyqIowu+2eOcSaE6jE2hDZYA3nHNutsQ+jquSxE3SeJk3Dh1OEsffqgunBy/w==} + /firebase/9.8.1: + resolution: {integrity: sha512-VyM+3ijzB1Q24b9v6HzVOB0bXNy0a/maOZlmv2P8M29VXfrS/npo6zntNiOEtcjrCoItZIuWFH4oDGiYkPHxbg==} dependencies: - '@firebase/analytics': 0.7.8_@firebase+app@0.7.21 - '@firebase/analytics-compat': 0.1.9_4806ef38eb920aae9b1aba6665b35f7f - '@firebase/app': 0.7.21 - '@firebase/app-check': 0.5.6_@firebase+app@0.7.21 - '@firebase/app-check-compat': 0.2.6_4806ef38eb920aae9b1aba6665b35f7f - '@firebase/app-compat': 0.1.22 + '@firebase/analytics': 0.7.9_@firebase+app@0.7.24 + '@firebase/analytics-compat': 0.1.10_nl2xbfjx4m6epdjz4gqb77kzfy + '@firebase/app': 0.7.24 + '@firebase/app-check': 0.5.8_@firebase+app@0.7.24 + '@firebase/app-check-compat': 0.2.8_nl2xbfjx4m6epdjz4gqb77kzfy + '@firebase/app-compat': 0.1.25 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.12_@firebase+app@0.7.21 - '@firebase/auth-compat': 0.2.12_e38422e44459f38f69dbbd03a46a6a15 - '@firebase/database': 0.12.8_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.8_5395f954a08b86dffb8e74f386d79234 - '@firebase/firestore': 3.4.8_@firebase+app@0.7.21 - '@firebase/firestore-compat': 0.1.17_e38422e44459f38f69dbbd03a46a6a15 - '@firebase/functions': 0.7.11_0dd03ea9f716b9c2b35974db8236dad2 - '@firebase/functions-compat': 0.1.12_e38422e44459f38f69dbbd03a46a6a15 - '@firebase/installations': 0.5.8_@firebase+app@0.7.21 - '@firebase/messaging': 0.9.12_@firebase+app@0.7.21 - '@firebase/messaging-compat': 0.1.12_4806ef38eb920aae9b1aba6665b35f7f - '@firebase/performance': 0.5.8_@firebase+app@0.7.21 - '@firebase/performance-compat': 0.1.8_4806ef38eb920aae9b1aba6665b35f7f + '@firebase/auth': 0.20.1_@firebase+app@0.7.24 + '@firebase/auth-compat': 0.2.14_c5clqnyoeu2ajh7x4b5vgze3bq + '@firebase/database': 0.13.0_@firebase+app-types@0.7.0 + '@firebase/database-compat': 0.2.0_rpd4ipbmnh3eak32lkxgflhihy + '@firebase/firestore': 3.4.9_@firebase+app@0.7.24 + '@firebase/firestore-compat': 0.1.18_c5clqnyoeu2ajh7x4b5vgze3bq + '@firebase/functions': 0.8.1_qrm533ploorf37ce2akwhmmape + '@firebase/functions-compat': 0.2.1_c5clqnyoeu2ajh7x4b5vgze3bq + '@firebase/installations': 0.5.9_@firebase+app@0.7.24 + '@firebase/messaging': 0.9.13_@firebase+app@0.7.24 + '@firebase/messaging-compat': 0.1.13_nl2xbfjx4m6epdjz4gqb77kzfy + '@firebase/performance': 0.5.9_@firebase+app@0.7.24 + '@firebase/performance-compat': 0.1.9_nl2xbfjx4m6epdjz4gqb77kzfy '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.7_@firebase+app@0.7.21 - '@firebase/remote-config-compat': 0.1.8_4806ef38eb920aae9b1aba6665b35f7f - '@firebase/storage': 0.9.5_@firebase+app@0.7.21 - '@firebase/storage-compat': 0.1.13_e38422e44459f38f69dbbd03a46a6a15 - '@firebase/util': 1.5.2 + '@firebase/remote-config': 0.3.8_@firebase+app@0.7.24 + '@firebase/remote-config-compat': 0.1.9_nl2xbfjx4m6epdjz4gqb77kzfy + '@firebase/storage': 0.9.6_@firebase+app@0.7.24 + '@firebase/storage-compat': 0.1.14_c5clqnyoeu2ajh7x4b5vgze3bq + '@firebase/util': 1.6.0 transitivePeerDependencies: - bufferutil - encoding @@ -9299,7 +9367,7 @@ packages: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 jsonfile: 4.0.0 universalify: 0.1.2 dev: false @@ -9308,7 +9376,7 @@ packages: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 jsonfile: 4.0.0 universalify: 0.1.2 dev: false @@ -9347,10 +9415,24 @@ packages: /function-bind/1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + /function.prototype.name/1.1.5: + resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.1 + functions-have-names: 1.2.3 + dev: true + /functional-red-black-tree/1.0.1: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} dev: true + /functions-have-names/1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + dev: true + /fuzzy/0.1.3: resolution: {integrity: sha1-THbsL/CsGjap3M+aAN+GIweNTtg=} engines: {node: '>= 0.6.0'} @@ -9403,6 +9485,14 @@ packages: node-source-walk: 4.2.0 dev: true + /get-amd-module-type/4.0.0: + resolution: {integrity: sha512-GbBawUCuA2tY8ztiMiVo3e3P95gc2TVrfYFfpUHdHQA8WyxMCckK29bQsVKhYX8SUf+w6JLhL2LG8tSC0ANt9Q==} + engines: {node: '>=12'} + dependencies: + ast-module-types: 3.0.0 + node-source-walk: 5.0.0 + dev: true + /get-caller-file/2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} @@ -9423,6 +9513,11 @@ packages: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: true + /get-package-type/0.1.0: + resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} + engines: {node: '>=8.0.0'} + dev: true + /get-pkg-repo/4.2.1: resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} engines: {node: '>=6.9.0'} @@ -9432,7 +9527,6 @@ packages: hosted-git-info: 4.1.0 through2: 2.0.5 yargs: 16.2.0 - dev: false /get-port/5.1.1: resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} @@ -9512,7 +9606,7 @@ packages: '@types/semver': 7.3.9 download: 8.0.0 node-fetch: 2.6.7 - semver: 7.3.5 + semver: 7.3.7 transitivePeerDependencies: - encoding dev: true @@ -9543,7 +9637,6 @@ packages: meow: 8.1.2 split2: 3.2.2 through2: 4.0.2 - dev: false /git-remote-origin-url/2.0.0: resolution: {integrity: sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=} @@ -9551,7 +9644,6 @@ packages: dependencies: gitconfiglocal: 1.0.0 pify: 2.3.0 - dev: false /git-repo-info/2.1.1: resolution: {integrity: sha512-8aCohiDo4jwjOwma4FmYFd3i97urZulL8XL24nIPxuE+GZnfsAyy/g2Shqx6OjUiFKUXZM+Yy+KHnOmmA3FVcg==} @@ -9565,13 +9657,11 @@ packages: dependencies: meow: 8.1.2 semver: 6.3.0 - dev: false /gitconfiglocal/1.0.0: resolution: {integrity: sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=} dependencies: ini: 1.3.8 - dev: false /gitconfiglocal/2.1.0: resolution: {integrity: sha512-qoerOEliJn3z+Zyn1HW2F6eoYJqKwS6MgC9cztTLUB/xLWX8gD/6T60pKn4+t/d6tP7JlybI7Z3z+I572CR/Vg==} @@ -9607,6 +9697,10 @@ packages: resolution: {integrity: sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=} dev: true + /glob-to-regexp/0.4.1: + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + dev: true + /glob/7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} dependencies: @@ -9636,8 +9730,8 @@ packages: engines: {node: '>=4'} dev: true - /globals/13.11.0: - resolution: {integrity: sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==} + /globals/13.15.0: + resolution: {integrity: sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -9656,8 +9750,8 @@ packages: merge2: 1.4.1 slash: 3.0.0 - /globby/11.0.4: - resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} + /globby/11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} dependencies: array-union: 2.1.0 @@ -9667,18 +9761,20 @@ packages: merge2: 1.4.1 slash: 3.0.0 - /globby/9.2.0: + /globby/9.2.0_supports-color@9.2.1: resolution: {integrity: sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==} engines: {node: '>=6'} dependencies: '@types/glob': 7.2.0 array-union: 1.0.2 dir-glob: 2.2.2 - fast-glob: 2.2.7 + fast-glob: 2.2.7_supports-color@9.2.1 glob: 7.1.7 ignore: 4.0.6 pify: 4.0.1 slash: 2.0.0 + transitivePeerDependencies: + - supports-color dev: true /gonzales-pe/4.3.0: @@ -9696,6 +9792,8 @@ packages: '@sindresorhus/is': 2.1.1 '@szmarczak/http-timer': 4.0.6 '@types/cacheable-request': 6.0.2 + '@types/keyv': 3.1.3 + '@types/responselike': 1.0.0 cacheable-lookup: 2.0.1 cacheable-request: 7.0.2 decompress-response: 5.0.0 @@ -9714,6 +9812,8 @@ packages: resolution: {integrity: sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==} engines: {node: '>=4'} dependencies: + '@types/keyv': 3.1.3 + '@types/responselike': 1.0.0 decompress-response: 3.3.0 duplexer3: 0.1.4 get-stream: 3.0.0 @@ -9735,6 +9835,8 @@ packages: engines: {node: '>=4'} dependencies: '@sindresorhus/is': 0.7.0 + '@types/keyv': 3.1.3 + '@types/responselike': 1.0.0 cacheable-request: 2.1.4 decompress-response: 3.3.0 duplexer3: 0.1.4 @@ -9758,6 +9860,8 @@ packages: dependencies: '@sindresorhus/is': 0.14.0 '@szmarczak/http-timer': 1.1.2 + '@types/keyv': 3.1.3 + '@types/responselike': 1.0.0 cacheable-request: 6.1.0 decompress-response: 3.3.0 duplexer3: 0.1.4 @@ -9768,6 +9872,9 @@ packages: to-readable-stream: 1.0.0 url-parse-lax: 3.0.0 + /graceful-fs/4.2.10: + resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} + /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} @@ -9807,12 +9914,10 @@ packages: wordwrap: 1.0.0 optionalDependencies: uglify-js: 3.15.1 - dev: false /hard-rejection/2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} - dev: false /has-ansi/0.1.0: resolution: {integrity: sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=} @@ -9832,6 +9937,10 @@ packages: resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} dev: true + /has-bigints/1.0.2: + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + dev: true + /has-flag/3.0.0: resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} engines: {node: '>=4'} @@ -9847,6 +9956,12 @@ packages: is-glob: 3.1.0 dev: true + /has-property-descriptors/1.0.0: + resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} + dependencies: + get-intrinsic: 1.1.1 + dev: true + /has-symbol-support-x/1.4.2: resolution: {integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==} @@ -9855,6 +9970,11 @@ packages: engines: {node: '>= 0.4'} dev: true + /has-symbols/1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + dev: true + /has-to-string-tag-x/1.4.1: resolution: {integrity: sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==} dependencies: @@ -9964,6 +10084,20 @@ packages: /http-cache-semantics/4.1.0: resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} + /http-call/5.3.0: + resolution: {integrity: sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==} + engines: {node: '>=8.0.0'} + dependencies: + content-type: 1.0.4 + debug: 4.3.4 + is-retry-allowed: 1.2.0 + is-stream: 2.0.1 + parse-json: 4.0.0 + tunnel-agent: 0.6.0 + transitivePeerDependencies: + - supports-color + dev: true + /http-deceiver/1.2.7: resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=} dev: true @@ -10089,6 +10223,11 @@ packages: engines: {node: '>=12.20.0'} dev: true + /hyperlinker/1.0.0: + resolution: {integrity: sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==} + engines: {node: '>=4'} + dev: true + /iconv-lite/0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} @@ -10099,6 +10238,10 @@ packages: resolution: {integrity: sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==} dev: true + /idb/7.0.1: + resolution: {integrity: sha512-UUxlE7vGWK5RfB/fDwEGgRf84DY/ieqNha6msMV99UsEMQhJ1RwbCd8AYBj3QMgnE3VZnfQvm4oKVCJTYlqIgg==} + dev: false + /ieee754/1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -10576,6 +10719,11 @@ packages: engines: {node: '>= 0.4'} dev: true + /is-negative-zero/2.0.2: + resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} + engines: {node: '>= 0.4'} + dev: true + /is-npm/5.0.0: resolution: {integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==} engines: {node: '>=10'} @@ -10669,12 +10817,6 @@ packages: resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==} dev: false - /is-reference/1.2.1: - resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} - dependencies: - '@types/estree': 0.0.39 - dev: true - /is-regex/1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -10700,6 +10842,12 @@ packages: resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==} dev: true + /is-shared-array-buffer/1.0.2: + resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} + dependencies: + call-bind: 1.0.2 + dev: true + /is-stream/1.1.0: resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} engines: {node: '>=0.10.0'} @@ -10746,7 +10894,6 @@ packages: engines: {node: '>=0.10.0'} dependencies: text-extensions: 1.9.0 - dev: false /is-typed-array/1.1.8: resolution: {integrity: sha512-HqH41TNZq2fgtGT8WHVFVJhBVGuY3AnP3Q36K8JKXUxSxRgk/d+7NjmwG2vo2mYmXK8UYZKu0qH8bVP5gEisjA==} @@ -10772,6 +10919,11 @@ packages: engines: {node: '>=12'} dev: true + /is-url-superb/4.0.0: + resolution: {integrity: sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==} + engines: {node: '>=10'} + dev: true + /is-url/1.2.4: resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==} dev: true @@ -10790,6 +10942,12 @@ packages: call-bind: 1.0.2 dev: true + /is-weakref/1.0.2: + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + dependencies: + call-bind: 1.0.2 + dev: true + /is-weakset/2.0.1: resolution: {integrity: sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw==} dev: true @@ -10897,7 +11055,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.25 + '@types/node': 17.0.35 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -10942,7 +11100,6 @@ packages: dependencies: argparse: 1.0.10 esprima: 4.0.1 - dev: false /js-yaml/4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} @@ -10975,7 +11132,6 @@ packages: /json-parse-better-errors/1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} - dev: false /json-parse-even-better-errors/2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} @@ -10999,6 +11155,16 @@ packages: /json-stringify-safe/5.0.1: resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=} + /json2csv/5.0.7: + resolution: {integrity: sha512-YRZbUnyaJZLZUJSRi2G/MqahCyRv9n/ds+4oIetjDF3jWQA7AG7iSeKTiZiCNqtMZM7HDyt0e/W6lEnoGEmMGA==} + engines: {node: '>= 10', npm: '>= 6.13.0'} + hasBin: true + dependencies: + commander: 6.2.1 + jsonparse: 1.3.1 + lodash.get: 4.4.2 + dev: false + /json5/1.0.1: resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} hasBin: true @@ -11044,7 +11210,7 @@ packages: /jsonfile/4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} optionalDependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 dev: false /jsonfile/6.1.0: @@ -11052,12 +11218,11 @@ packages: dependencies: universalify: 2.0.0 optionalDependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 /jsonparse/1.3.1: resolution: {integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=} engines: {'0': node >= 0.2.0} - dev: false /jsonpointer/5.0.0: resolution: {integrity: sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==} @@ -11094,7 +11259,7 @@ packages: resolution: {integrity: sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==} engines: {node: '>=4.0'} dependencies: - array-includes: 3.1.4 + array-includes: 3.1.5 object.assign: 4.1.2 dev: true @@ -11297,6 +11462,7 @@ packages: rxjs: 6.6.7 transitivePeerDependencies: - zen-observable + - zenObservable dev: true /listr2/3.13.1_enquirer@2.3.6: @@ -11319,7 +11485,7 @@ packages: resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=} engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 parse-json: 2.2.0 pify: 2.3.0 pinkie-promise: 2.0.1 @@ -11330,17 +11496,27 @@ packages: resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} engines: {node: '>=4'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 parse-json: 4.0.0 pify: 3.0.0 strip-bom: 3.0.0 - dev: false + + /load-json-file/5.3.0: + resolution: {integrity: sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==} + engines: {node: '>=6'} + dependencies: + graceful-fs: 4.2.10 + parse-json: 4.0.0 + pify: 4.0.1 + strip-bom: 3.0.0 + type-fest: 0.3.1 + dev: true /load-yaml-file/0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 js-yaml: 3.14.1 pify: 4.0.1 strip-bom: 3.0.0 @@ -11358,6 +11534,14 @@ packages: p-locate: 2.0.0 path-exists: 3.0.0 + /locate-path/3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 + dev: true + /locate-path/5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} @@ -11404,6 +11588,10 @@ packages: resolution: {integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=} dev: true + /lodash.get/4.4.2: + resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} + dev: false + /lodash.includes/4.3.0: resolution: {integrity: sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=} dev: true @@ -11422,7 +11610,6 @@ packages: /lodash.ismatch/4.4.0: resolution: {integrity: sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=} - dev: false /lodash.isnumber/3.0.3: resolution: {integrity: sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=} @@ -11472,7 +11659,7 @@ packages: jest-validate: 27.5.1 map-obj: 5.0.0 moize: 6.1.0 - semver: 7.3.5 + semver: 7.3.7 dev: true /log-symbols/1.0.2: @@ -11655,7 +11842,6 @@ packages: /map-obj/1.0.1: resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} engines: {node: '>=0.10.0'} - dev: false /map-obj/4.3.0: resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} @@ -11770,7 +11956,6 @@ packages: trim-newlines: 3.0.1 type-fest: 0.18.1 yargs-parser: 20.2.9 - dev: false /merge-descriptors/1.0.1: resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} @@ -11829,6 +12014,29 @@ packages: regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /micromatch/3.1.10_supports-color@9.2.1: + resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + braces: 2.3.2_supports-color@9.2.1 + define-property: 2.0.2 + extend-shallow: 3.0.2 + extglob: 2.0.4_supports-color@9.2.1 + fragment-cache: 0.2.1 + kind-of: 6.0.3 + nanomatch: 1.2.13_supports-color@9.2.1 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2_supports-color@9.2.1 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color dev: true /micromatch/4.0.4: @@ -11934,7 +12142,6 @@ packages: arrify: 1.0.1 is-plain-obj: 1.1.0 kind-of: 6.0.3 - dev: false /minimist/1.2.6: resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} @@ -11997,7 +12204,6 @@ packages: /modify-values/1.0.1: resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} engines: {node: '>=0.10.0'} - dev: false /module-definition/3.3.1: resolution: {integrity: sha512-kLidGPwQ2yq484nSD+D3JoJp4Etc0Ox9P0L34Pu/cU4X4HcG7k7p62XI5BBuvURWMRX3RPyuhOcBHbKus+UH4A==} @@ -12008,6 +12214,15 @@ packages: node-source-walk: 4.2.0 dev: true + /module-definition/4.0.0: + resolution: {integrity: sha512-wntiAHV4lDn24BQn2kX6LKq0y85phHLHiv3aOPDF+lIs06kVjEMTe/ZTdrbVLnQV5FQsjik21taknvMhKY1Cug==} + engines: {node: '>=12'} + hasBin: true + dependencies: + ast-module-types: 3.0.0 + node-source-walk: 5.0.0 + dev: true + /moize/6.1.0: resolution: {integrity: sha512-WrMcM+C2Jy+qyOC/UMhA3BCHGowxV34dhDZnDNfxsREW/8N+33SFjmc23Q61Xv1WUthUA1vYopTitP1sZ5jkeg==} dependencies: @@ -12074,6 +12289,12 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + /nanoid/3.3.4: + resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: true + /nanomatch/1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} @@ -12089,6 +12310,27 @@ packages: regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /nanomatch/1.2.13_supports-color@9.2.1: + resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + define-property: 2.0.2 + extend-shallow: 3.0.2 + fragment-cache: 0.2.1 + is-windows: 1.0.2 + kind-of: 6.0.3 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2_supports-color@9.2.1 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color dev: true /napi-build-utils/1.0.2: @@ -12118,14 +12360,32 @@ packages: resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} dev: true - /needle/2.9.1: + /natural-orderby/2.0.3: + resolution: {integrity: sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==} + dev: true + + /needle/2.9.1: + resolution: {integrity: sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==} + engines: {node: '>= 4.4.x'} + hasBin: true + dependencies: + debug: 3.2.7 + iconv-lite: 0.4.24 + sax: 1.2.4 + transitivePeerDependencies: + - supports-color + dev: true + + /needle/2.9.1_supports-color@9.2.1: resolution: {integrity: sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==} engines: {node: '>= 4.4.x'} hasBin: true dependencies: - debug: 3.2.7 + debug: 3.2.7_supports-color@9.2.1 iconv-lite: 0.4.24 sax: 1.2.4 + transitivePeerDependencies: + - supports-color dev: true /negotiator/0.6.2: @@ -12135,25 +12395,23 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - dev: false /nested-error-stacks/2.1.0: resolution: {integrity: sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==} dev: true - /netlify-cli/9.16.6: - resolution: {integrity: sha512-JXi/ei/E0fHKf5ThtPfqxiV3lD+k/k+/iKtcrMki9rCLWW8MZwO/VvM7mfCOpx77+gRHvgwumrb7yaFwYW48DQ==} + /netlify-cli/10.3.1: + resolution: {integrity: sha512-vGWn/MJkR6hqfyZbsKpwlcfGWuTE2a8JkdsU+Ayz+TE7kjWRGCGPPzUYJCbZLxBeIcIyAAGSNz5s31YRfYEU9Q==} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} hasBin: true requiresBuild: true dependencies: - '@netlify/build': 26.5.3 - '@netlify/config': 17.0.20 + '@netlify/build': 27.1.3 + '@netlify/config': 18.0.1 + '@netlify/edge-bundler': 1.1.0 '@netlify/framework-info': 9.0.2 '@netlify/local-functions-proxy': 1.1.1 - '@netlify/plugin-edge-handlers': 3.0.7 '@netlify/plugins-list': 6.19.0 - '@netlify/routing-local-proxy': 0.34.1 '@netlify/zip-it-and-ship-it': 5.9.0 '@octokit/rest': 18.12.0 '@sindresorhus/slugify': 1.1.2 @@ -12182,6 +12440,7 @@ packages: dotenv: 16.0.0 env-paths: 2.2.1 envinfo: 7.8.1 + etag: 1.8.1 execa: 5.1.1 express: 4.17.1 express-logging: 1.1.1 @@ -12239,7 +12498,7 @@ packages: pump: 3.0.0 raw-body: 2.4.2 read-pkg-up: 7.0.1 - semver: 7.3.5 + semver: 7.3.7 source-map-support: 0.5.20 static-server: 2.2.1 string-similarity: 4.0.4 @@ -12251,6 +12510,7 @@ packages: through2-map: 3.0.0 to-readable-stream: 2.1.0 toml: 3.0.0 + unixify: 1.0.0 update-notifier: 5.1.0 uuid: 8.3.2 wait-port: 0.2.9 @@ -12259,10 +12519,10 @@ packages: transitivePeerDependencies: - '@swc/core' - '@swc/wasm' - - '@types/babel__core' - encoding - supports-color - zen-observable + - zenObservable dev: true /netlify-headers-parser/6.0.2: @@ -12319,13 +12579,12 @@ packages: /nice-try/1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - dev: false /node-abi/3.8.0: resolution: {integrity: sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw==} engines: {node: '>=10'} dependencies: - semver: 7.3.5 + semver: 7.3.7 dev: false /node-addon-api/4.3.0: @@ -12383,6 +12642,27 @@ packages: rimraf: 2.7.1 semver: 5.7.1 tar: 4.4.19 + transitivePeerDependencies: + - supports-color + dev: true + + /node-pre-gyp/0.13.0_supports-color@9.2.1: + resolution: {integrity: sha512-Md1D3xnEne8b/HGVQkZZwV27WUi1ZRuZBij24TNaZwUPU3ZAFtvT6xxJGaUVillfmMKnn5oD1HoGsp2Ftik7SQ==} + deprecated: 'Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future' + hasBin: true + dependencies: + detect-libc: 1.0.3 + mkdirp: 0.5.5 + needle: 2.9.1_supports-color@9.2.1 + nopt: 4.0.3 + npm-packlist: 1.4.8 + npmlog: 4.1.2 + rc: 1.2.8 + rimraf: 2.7.1 + semver: 5.7.1 + tar: 4.4.19 + transitivePeerDependencies: + - supports-color dev: true /node-releases/1.1.75: @@ -12396,6 +12676,18 @@ packages: '@babel/parser': 7.16.8 dev: true + /node-source-walk/5.0.0: + resolution: {integrity: sha512-58APXoMXpmmU+oVBJFajhTCoD8d/OGtngnVAWzIo2A8yn0IXwBzvIVIsTzoie/SrA37u+1hnpNz2HMWx/VIqlw==} + engines: {node: '>=12'} + dependencies: + '@babel/parser': 7.16.8 + dev: true + + /node-stream-zip/1.15.0: + resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} + engines: {node: '>=0.12.0'} + dev: true + /node-version-alias/1.0.1: resolution: {integrity: sha512-E9EhoJkpIIZyYplB298W8ZfhcojQrnKnUPcaOgJqVqICUZwPZkuj10nTzEscwdziOOj545v4tGPvNBG3ieUbSw==} engines: {node: '>=10.17.0'} @@ -12405,7 +12697,7 @@ packages: jest-validate: 25.5.0 normalize-node-version: 10.0.0 path-exists: 4.0.0 - semver: 7.3.5 + semver: 7.3.7 dev: true /nodemon/2.0.15: @@ -12415,7 +12707,7 @@ packages: requiresBuild: true dependencies: chokidar: 3.5.3 - debug: 3.2.7 + debug: 3.2.7_supports-color@5.5.0 ignore-by-default: 1.0.1 minimatch: 3.1.2 pstree.remy: 1.1.8 @@ -12460,7 +12752,7 @@ packages: all-node-versions: 8.0.0 filter-obj: 2.0.2 jest-validate: 25.5.0 - semver: 7.3.5 + semver: 7.3.7 dev: true /normalize-package-data/2.5.0: @@ -12477,7 +12769,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.8.1 - semver: 7.3.5 + semver: 7.3.7 validate-npm-package-license: 3.0.4 /normalize-path/2.1.1: @@ -12609,6 +12901,10 @@ packages: resolution: {integrity: sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==} dev: true + /object-inspect/1.12.1: + resolution: {integrity: sha512-Y/jF6vnvEtOPGiKD1+q+X0CiUYRQtEHp89MLLUJ7TUivtH8Ugn2+3A7Rynqk7BRsAoqeOQWnFnjpDrKSxDgIGA==} + dev: true + /object-is/1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} engines: {node: '>= 0.4'} @@ -12622,6 +12918,11 @@ packages: engines: {node: '>= 0.4'} dev: true + /object-treeify/1.1.33: + resolution: {integrity: sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==} + engines: {node: '>= 10'} + dev: true + /object-visit/1.0.1: resolution: {integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=} engines: {node: '>=0.10.0'} @@ -12657,11 +12958,11 @@ packages: es-abstract: 1.19.1 dev: true - /object.hasown/1.1.0: - resolution: {integrity: sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==} + /object.hasown/1.1.1: + resolution: {integrity: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==} dependencies: - define-properties: 1.1.3 - es-abstract: 1.19.1 + define-properties: 1.1.4 + es-abstract: 1.20.1 dev: true /object.pick/1.3.0: @@ -12960,6 +13261,13 @@ packages: dependencies: p-limit: 1.3.0 + /p-locate/3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + dependencies: + p-limit: 2.3.0 + dev: true + /p-locate/4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} @@ -13135,7 +13443,6 @@ packages: dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 - dev: false /parse-json/5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} @@ -13171,6 +13478,13 @@ packages: engines: {node: '>=0.10.0'} dev: true + /password-prompt/1.1.2: + resolution: {integrity: sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==} + dependencies: + ansi-escapes: 3.2.0 + cross-spawn: 6.0.5 + dev: true + /path-dirname/1.0.2: resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=} dev: true @@ -13202,7 +13516,6 @@ packages: /path-key/2.0.1: resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} engines: {node: '>=4'} - dev: false /path-key/3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} @@ -13224,7 +13537,7 @@ packages: resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=} engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 pify: 2.3.0 pinkie-promise: 2.0.1 dev: false @@ -13283,8 +13596,8 @@ packages: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} - /pinia/2.0.13_typescript@4.6.3+vue@3.2.33: - resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==} + /pinia/2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y: + resolution: {integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -13296,9 +13609,9 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.1.4 - typescript: 4.6.3 - vue: 3.2.33 - vue-demi: 0.12.5_vue@3.2.33 + typescript: 4.7.2 + vue: 3.2.36 + vue-demi: 0.12.5_vue@3.2.36 dev: false /pinkie-promise/2.0.1: @@ -13344,6 +13657,13 @@ packages: base64-js: 1.5.1 xmlbuilder: 9.0.7 + /plist/3.0.5: + resolution: {integrity: sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==} + engines: {node: '>=6'} + dependencies: + base64-js: 1.5.1 + xmlbuilder: 9.0.7 + /pluralize/8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} @@ -13360,9 +13680,9 @@ packages: execa: 4.1.0 dev: false - /pnpm/6.32.9: - resolution: {integrity: sha512-fU/urJXv2Q8l4n8FW4Qx54KGDTVMpa3n7azqa7i65XZtG5Mcpa35D+HTmAL/7G3u/3R9WGPG4CdLU7631Ti6aA==} - engines: {node: '>=12.17'} + /pnpm/7.1.5: + resolution: {integrity: sha512-Mkdb7mHUPbzsPjvKbhvNgHPPIX5NZlLcm7S6uFJWPJrkiiWnrq7tbqWHC09Spzwvao92R64mo6a6gGbrERNbrA==} + engines: {node: '>=14.19'} hasBin: true dev: true @@ -13388,6 +13708,18 @@ packages: uniq: 1.0.1 dev: true + /postcss-values-parser/6.0.2_postcss@8.4.14: + resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} + engines: {node: '>=10'} + peerDependencies: + postcss: ^8.2.9 + dependencies: + color-name: 1.1.4 + is-url-superb: 4.0.0 + postcss: 8.4.14 + quote-unquote: 1.0.0 + dev: true + /postcss/8.4.12: resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} engines: {node: ^10 || ^12 || >=14} @@ -13396,6 +13728,15 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 + /postcss/8.4.14: + resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /postcss/8.4.5: resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} @@ -13447,24 +13788,23 @@ packages: - supports-color dev: true - /precinct/8.3.0_supports-color@9.2.1: - resolution: {integrity: sha512-+NPlVGgm+SVfQeClQQt9q4L7Aq7Lym2EhoLU8Ocs1T131hLJ0LAOMigHILSf5kVH2/rym5c80bUdBPkZ1HPKFA==} - engines: {node: ^10.13 || ^12 || >=14} + /precinct/9.0.1_supports-color@9.2.1: + resolution: {integrity: sha512-hVNS6JvfvlZ64B3ezKeGAcVhIuOvuAiSVzagHX/+KjVPkYWoCNkfyMgCl1bjDtAFQSlzi95NcS9ykUWrl1L1vA==} + engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} hasBin: true dependencies: - commander: 2.20.3 - debug: 4.3.4_supports-color@9.2.1 - detective-amd: 3.1.0 - detective-cjs: 3.1.1 - detective-es6: 2.2.1 + commander: 9.2.0 + detective-amd: 4.0.1 + detective-cjs: 4.0.0 + detective-es6: 3.0.0 detective-less: 1.0.2_supports-color@9.2.1 - detective-postcss: 4.0.0_supports-color@9.2.1 - detective-sass: 3.0.1_supports-color@9.2.1 - detective-scss: 2.0.1_supports-color@9.2.1 - detective-stylus: 1.0.0 - detective-typescript: 7.0.0_supports-color@9.2.1 - module-definition: 3.3.1 - node-source-walk: 4.2.0 + detective-postcss: 6.1.0 + detective-sass: 4.0.1 + detective-scss: 3.0.0 + detective-stylus: 2.0.1 + detective-typescript: 9.0.0_supports-color@9.2.1 + module-definition: 4.0.0 + node-source-walk: 5.0.0 transitivePeerDependencies: - supports-color dev: true @@ -13565,14 +13905,10 @@ packages: hasBin: true dev: true - /prism-theme-vars/0.2.2: - resolution: {integrity: sha512-EL9ifuU/F8tEldoCa2sspiiLWysCL54xDbf2gN/ubwdtbuJROqOGopG5kSwunapwaioT+jLUQ/Ky+7jnv62xJA==} + /prism-theme-vars/0.2.3: + resolution: {integrity: sha512-lpRg8GWfxu38m4rZwjrvOxeHlmL4tERhe9sTjrC47HMu6uCEch3bLUQVNlISoEq9Z24g5Xm+B7AKdyiKSevktg==} dev: false - /process-es6/0.11.6: - resolution: {integrity: sha1-xrs4n5qVH4K9TrFpYAEFvS/5x3g=} - dev: true - /process-nextick-args/2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -13615,7 +13951,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 17.0.25 + '@types/node': 17.0.35 long: 4.0.0 dev: false @@ -13675,7 +14011,6 @@ packages: /q/1.5.1: resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} - dev: false /qs/6.10.2: resolution: {integrity: sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw==} @@ -13708,7 +14043,10 @@ packages: /quick-lru/4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} - dev: false + + /quote-unquote/1.0.0: + resolution: {integrity: sha1-Z6mncUjv/q+BpNQoQEpxC6qsigs=} + dev: true /random-bytes/1.0.0: resolution: {integrity: sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=} @@ -13784,7 +14122,6 @@ packages: dependencies: find-up: 2.1.0 read-pkg: 3.0.0 - dev: false /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} @@ -13819,7 +14156,6 @@ packages: load-json-file: 4.0.0 normalize-package-data: 2.5.0 path-type: 3.0.0 - dev: false /read-pkg/5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} @@ -13844,7 +14180,7 @@ packages: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} engines: {node: '>=6'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 js-yaml: 3.14.1 pify: 4.0.1 strip-bom: 3.0.0 @@ -13879,9 +14215,11 @@ packages: resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.10 micromatch: 3.1.10 readable-stream: 2.3.7 + transitivePeerDependencies: + - supports-color dev: true /readdirp/3.6.0: @@ -13904,7 +14242,12 @@ packages: dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 - dev: false + + /redeyed/2.1.1: + resolution: {integrity: sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=} + dependencies: + esprima: 4.0.1 + dev: true /regenerate-unicode-properties/9.0.0: resolution: {integrity: sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==} @@ -13951,6 +14294,15 @@ packages: define-properties: 1.1.3 dev: true + /regexp.prototype.flags/1.4.3: + resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + functions-have-names: 1.2.3 + dev: true + /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} @@ -14143,33 +14495,6 @@ packages: dependencies: glob: 7.1.7 - /rollup-plugin-inject/3.0.2: - resolution: {integrity: sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w==} - deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. - dependencies: - estree-walker: 0.6.1 - magic-string: 0.25.7 - rollup-pluginutils: 2.8.2 - dev: true - - /rollup-plugin-node-polyfills/0.2.1: - resolution: {integrity: sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==} - dependencies: - rollup-plugin-inject: 3.0.2 - dev: true - - /rollup-plugin-terser/7.0.2_rollup@2.61.1: - resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} - peerDependencies: - rollup: ^2.0.0 - dependencies: - '@babel/code-frame': 7.14.5 - jest-worker: 26.6.2 - rollup: 2.61.1 - serialize-javascript: 4.0.0 - terser: 5.8.0 - dev: true - /rollup-plugin-terser/7.0.2_rollup@2.70.2: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: @@ -14188,14 +14513,6 @@ packages: estree-walker: 0.6.1 dev: true - /rollup/2.61.1: - resolution: {integrity: sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /rollup/2.70.2: resolution: {integrity: sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==} engines: {node: '>=10.0.0'} @@ -14250,8 +14567,8 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass/1.50.1: - resolution: {integrity: sha512-noTnY41KnlW2A9P8sdwESpDmo+KBNkukI1i8+hOK3footBUcohNHtdOJbckp46XO95nuvcHDDZ+4tmOnpK3hjw==} + /sass/1.52.1: + resolution: {integrity: sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -14276,21 +14593,8 @@ packages: resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} dev: true - /selenium-webdriver/4.0.0-rc-1: - resolution: {integrity: sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==} - engines: {node: '>= 10.15.0'} - dependencies: - jszip: 3.7.1 - rimraf: 3.0.2 - tmp: 0.2.1 - ws: 8.4.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /selenium-webdriver/4.1.0: - resolution: {integrity: sha512-kUDH4N8WruYprTzvug4Pl73Th+WKb5YiLz8z/anOpHyUNUdM3UzrdTOxmSNaf9AczzBeY+qXihzku8D1lMaKOg==} + /selenium-webdriver/4.1.1: + resolution: {integrity: sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.7.1 @@ -14338,6 +14642,14 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true + + /semver/7.3.7: + resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 /send/0.17.1: resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} @@ -14356,6 +14668,8 @@ packages: on-finished: 2.3.0 range-parser: 1.2.1 statuses: 1.5.0 + transitivePeerDependencies: + - supports-color dev: true /serialize-javascript/4.0.0: @@ -14372,6 +14686,8 @@ packages: escape-html: 1.0.3 parseurl: 1.3.3 send: 0.17.1 + transitivePeerDependencies: + - supports-color dev: true /set-blocking/2.0.0: @@ -14409,7 +14725,7 @@ packages: detect-libc: 1.0.3 node-addon-api: 4.3.0 prebuild-install: 7.0.1 - semver: 7.3.5 + semver: 7.3.7 simple-get: 4.0.1 tar-fs: 2.1.1 tunnel-agent: 0.6.0 @@ -14420,7 +14736,6 @@ packages: engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 - dev: false /shebang-command/2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} @@ -14431,7 +14746,6 @@ packages: /shebang-regex/1.0.0: resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} engines: {node: '>=0.10.0'} - dev: false /shebang-regex/3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} @@ -14465,7 +14779,7 @@ packages: dependencies: bplist-creator: 0.1.0 bplist-parser: 0.3.0 - plist: 3.0.4 + plist: 3.0.5 dev: false /simple-swizzle/0.2.2: @@ -14564,6 +14878,24 @@ packages: source-map: 0.5.7 source-map-resolve: 0.5.3 use: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /snapdragon/0.8.2_supports-color@9.2.1: + resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} + engines: {node: '>=0.10.0'} + dependencies: + base: 0.11.2 + debug: 2.6.9_supports-color@9.2.1 + define-property: 0.2.5 + extend-shallow: 2.0.1 + map-cache: 0.2.2 + source-map: 0.5.7 + source-map-resolve: 0.5.3 + use: 3.1.1 + transitivePeerDependencies: + - supports-color dev: true /sort-keys-length/1.0.1: @@ -14697,7 +15029,6 @@ packages: resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} dependencies: through: 2.3.8 - dev: false /split2/1.1.1: resolution: {integrity: sha1-Fi2bGIZfAqsvKtlYVSLbm1TEgfk=} @@ -14712,7 +15043,6 @@ packages: /sprintf-js/1.0.3: resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} - dev: false /squeak/1.3.0: resolution: {integrity: sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=} @@ -14757,6 +15087,27 @@ packages: resolution: {integrity: sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==} dev: true + /standard-version/9.5.0: + resolution: {integrity: sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==} + engines: {node: '>=10'} + hasBin: true + dependencies: + chalk: 2.4.2 + conventional-changelog: 3.1.25 + conventional-changelog-config-spec: 2.1.0 + conventional-changelog-conventionalcommits: 4.6.3 + conventional-recommended-bump: 6.1.0 + detect-indent: 6.1.0 + detect-newline: 3.1.0 + dotgitignore: 2.1.0 + figures: 3.2.0 + find-up: 5.0.0 + git-semver-tags: 4.1.1 + semver: 7.3.7 + stringify-package: 1.0.1 + yargs: 16.2.0 + dev: true + /static-extend/0.1.2: resolution: {integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=} engines: {node: '>=0.10.0'} @@ -14852,6 +15203,19 @@ packages: side-channel: 1.0.4 dev: true + /string.prototype.matchall/4.0.7: + resolution: {integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.19.1 + get-intrinsic: 1.1.1 + has-symbols: 1.0.3 + internal-slot: 1.0.3 + regexp.prototype.flags: 1.4.3 + side-channel: 1.0.4 + dev: true + /string.prototype.trimend/1.0.4: resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} dependencies: @@ -14859,6 +15223,14 @@ packages: define-properties: 1.1.3 dev: true + /string.prototype.trimend/1.0.5: + resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.1 + dev: true + /string.prototype.trimstart/1.0.4: resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} dependencies: @@ -14866,6 +15238,14 @@ packages: define-properties: 1.1.3 dev: true + /string.prototype.trimstart/1.0.5: + resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.1 + dev: true + /string_decoder/1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: @@ -14885,6 +15265,10 @@ packages: is-regexp: 1.0.0 dev: true + /stringify-package/1.0.1: + resolution: {integrity: sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==} + dev: true + /strip-ansi-control-characters/2.0.0: resolution: {integrity: sha512-Q0/k5orrVGeaOlIOUn1gybGU0IcAbgHQT1faLo5hik4DqClKVSaka5xOhNNoRgtfztHVxCYxi7j71mrWom0bIw==} dev: true @@ -15186,6 +15570,7 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: + acorn: 8.7.1 commander: 2.20.3 source-map: 0.7.3 source-map-support: 0.5.20 @@ -15194,7 +15579,6 @@ packages: /text-extensions/1.9.0: resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} engines: {node: '>=0.10'} - dev: false /text-hex/1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} @@ -15245,8 +15629,8 @@ packages: resolution: {integrity: sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=} engines: {node: '>=0.10.0'} - /tinypool/0.1.2: - resolution: {integrity: sha512-fvtYGXoui2RpeMILfkvGIgOVkzJEGediv8UJt7TxdAOY8pnvUkFg/fkvqTfXG9Acc9S17Cnn1S4osDc2164guA==} + /tinypool/0.1.3: + resolution: {integrity: sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ==} engines: {node: '>=14.0.0'} dev: true @@ -15279,7 +15663,6 @@ packages: /to-fast-properties/2.0.0: resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} engines: {node: '>=4'} - dev: true /to-object-path/0.3.0: resolution: {integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=} @@ -15380,7 +15763,6 @@ packages: /trim-newlines/3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} - dev: false /trim-repeated/1.0.0: resolution: {integrity: sha1-42RqLqTokTEr9+rObPsFOAvAHCE=} @@ -15392,7 +15774,7 @@ packages: resolution: {integrity: sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==} dev: true - /ts-node/10.4.0_0b4aa582be9d80526ad2cc3f86e46f93: + /ts-node/10.4.0_cq6gurddakxctly5iq5pzlu3ai: resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} hasBin: true peerDependencies: @@ -15412,17 +15794,17 @@ packages: '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 '@types/node': 16.11.21 - acorn: 8.7.0 + acorn: 8.7.1 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.6.3 + typescript: 4.7.2 yn: 3.1.1 dev: true - /ts-node/10.4.0_de7c86b0cde507c63a0402da5b982bd3: + /ts-node/10.4.0_smgpfffxrhk5i4ijhe3532b4hq: resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} hasBin: true peerDependencies: @@ -15441,14 +15823,14 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 17.0.25 - acorn: 8.7.0 + '@types/node': 17.0.35 + acorn: 8.7.1 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.6.3 + typescript: 4.7.2 yn: 3.1.1 dev: false @@ -15468,6 +15850,9 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} + /tslib/2.4.0: + resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + /tsutils/3.21.0_typescript@3.9.10: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -15478,14 +15863,14 @@ packages: typescript: 3.9.10 dev: true - /tsutils/3.21.0_typescript@4.6.3: + /tsutils/3.21.0_typescript@4.7.2: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.6.3 + typescript: 4.7.2 dev: true /tty-table/2.8.13: @@ -15551,7 +15936,6 @@ packages: /type-fest/0.18.1: resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} engines: {node: '>=10'} - dev: false /type-fest/0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} @@ -15562,6 +15946,11 @@ packages: engines: {node: '>=10'} dev: true + /type-fest/0.3.1: + resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} + engines: {node: '>=6'} + dev: true + /type-fest/0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} @@ -15601,14 +15990,18 @@ packages: dependencies: is-typedarray: 1.0.0 + /typedarray/0.0.6: + resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} + dev: true + /typescript/3.9.10: resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /typescript/4.6.3: - resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==} + /typescript/4.7.2: + resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -15638,6 +16031,15 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /unbox-primitive/1.0.2: + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + dependencies: + call-bind: 1.0.2 + has-bigints: 1.0.2 + has-symbols: 1.0.3 + which-boxed-primitive: 1.0.2 + dev: true + /unbzip2-stream/1.4.3: resolution: {integrity: sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==} dependencies: @@ -15722,8 +16124,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-icons/0.14.1_373ff0796f2ad1831080f280f76c13f4: - resolution: {integrity: sha512-drZFbMctvT3ZJPfdCgBv5+LKO8hGbZApRCoBRAUhQFRJQVNGUhGThrOKs+CvWq3XDBPptGNBmst8WyObbr4xiQ==} + /unplugin-icons/0.14.3_cyjpizlboac2xw76ngrtxfz55y: + resolution: {integrity: sha512-PyyNMACpZ/EAiG3B6K1wPGZ151VGdlHIEx8/utgP546yVmPpV/xC1k1V2eEebf71fGm3WD6gzPrERNsbMgIVgg==} peerDependencies: '@svgr/core': '>=5.5.0' '@vue/compiler-sfc': ^3.0.2 @@ -15740,13 +16142,13 @@ packages: optional: true dependencies: '@antfu/install-pkg': 0.1.0 - '@antfu/utils': 0.5.0 - '@iconify/utils': 1.0.31 - '@vue/compiler-sfc': 3.2.33 + '@antfu/utils': 0.5.1 + '@iconify/utils': 1.0.32 + '@vue/compiler-sfc': 3.2.36 debug: 4.3.4 kolorist: 1.5.1 local-pkg: 0.4.1 - unplugin: 0.5.2_vite@2.9.5 + unplugin: 0.6.3_vite@2.9.9 transitivePeerDependencies: - esbuild - rollup @@ -15755,8 +16157,8 @@ packages: - webpack dev: true - /unplugin/0.5.2_vite@2.9.5: - resolution: {integrity: sha512-3SPYtus/56cxyD4jfjrnqCvb6jPxvdqJNaRXnEaG2BhNEMaoygu/39AG+LwKmiIUzj4XHyitcfZ7scGlWfEigA==} + /unplugin/0.6.3_vite@2.9.9: + resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} peerDependencies: esbuild: '>=0.13' rollup: ^2.50.0 @@ -15773,7 +16175,7 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.9.5_sass@1.50.1 + vite: 2.9.9_sass@1.52.1 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true @@ -15815,7 +16217,7 @@ packages: is-yarn-global: 0.3.0 latest-version: 5.1.0 pupa: 2.1.1 - semver: 7.3.5 + semver: 7.3.7 semver-diff: 3.1.1 xdg-basedir: 4.0.0 @@ -15915,15 +16317,15 @@ packages: extsprintf: 1.3.0 dev: true - /vite-plugin-environment/1.1.1_vite@2.9.5: + /vite-plugin-environment/1.1.1_vite@2.9.9: resolution: {integrity: sha512-kbUAZaqmiHap+7aqRfMolRGzCGhJSU45qDjgLM11DpSDzmiI5JL4EzdyAIUZ4g0WrO88EV2cdcq2fpNYuJ17Pg==} peerDependencies: vite: ^2.7 dependencies: - vite: 2.9.5_sass@1.50.1 + vite: 2.9.9_sass@1.52.1 dev: false - /vite-plugin-imagemin/0.6.1_vite@2.9.5: + /vite-plugin-imagemin/0.6.1_vite@2.9.9: resolution: {integrity: sha512-cP7LDn8euPrji7WYtDoNQpJEB9nkMxJHm/A+QZnvMrrCSuyo/clpMy/T1v7suDXPBavsDiDdFdVQB5p7VGD2cg==} peerDependencies: vite: '>=2.0.0' @@ -15951,12 +16353,12 @@ packages: imagemin-webp: 6.0.0 jpegtran-bin: 6.0.1 pathe: 0.2.0 - vite: 2.9.5_sass@1.50.1 + vite: 2.9.9_sass@1.52.1 transitivePeerDependencies: - supports-color dev: false - /vite-plugin-inspect/0.5.0_vite@2.9.5: + /vite-plugin-inspect/0.5.0_vite@2.9.9: resolution: {integrity: sha512-eArca+5jrNx1hQL+5s79eT5Xq4VXjJcihJhK8GT/+W2GqefVxFO1WO78RnD0HPI+hKSdEFo+B4z2zeaE8DTvWQ==} engines: {node: '>=14'} peerDependencies: @@ -15967,12 +16369,12 @@ packages: kolorist: 1.5.1 sirv: 2.0.2 ufo: 0.8.3 - vite: 2.9.5_sass@1.50.1 + vite: 2.9.9_sass@1.52.1 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pages/0.23.0_373ff0796f2ad1831080f280f76c13f4: + /vite-plugin-pages/0.23.0_cyjpizlboac2xw76ngrtxfz55y: resolution: {integrity: sha512-KEfW6WBfACCjMXoQY0mLEzfifwCTq6FlvvtXs2XSEe9Pd4QadZTNzHOPKHDsKpVXysRzbYxE8/c/Ao9+nXsQ7w==} peerDependencies: '@vue/compiler-sfc': ^3.0.0 @@ -15982,20 +16384,20 @@ packages: optional: true dependencies: '@types/debug': 4.1.7 - '@vue/compiler-sfc': 3.2.33 + '@vue/compiler-sfc': 3.2.36 debug: 4.3.4 deep-equal: 2.0.5 fast-glob: 3.2.11 json5: 2.2.1 local-pkg: 0.4.1 picocolors: 1.0.0 - vite: 2.9.5_sass@1.50.1 + vite: 2.9.9_sass@1.52.1 yaml: 2.0.1 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pwa/0.12.0_vite@2.9.5: + /vite-plugin-pwa/0.12.0_vite@2.9.9: resolution: {integrity: sha512-KYD+cnS5ExLF3T28NkfzBLZ53ehHlp+qMhHGFNh0zlVGpFHrJkL2v9wd4AMi7ZkBTffgeNatIFiv8rhCsMSxBQ==} peerDependencies: vite: ^2.0.0 @@ -16004,7 +16406,7 @@ packages: fast-glob: 3.2.11 pretty-bytes: 6.0.0 rollup: 2.70.2 - vite: 2.9.5_sass@1.50.1 + vite: 2.9.9_sass@1.52.1 workbox-build: 6.5.3 workbox-window: 6.5.3 transitivePeerDependencies: @@ -16012,24 +16414,24 @@ packages: - supports-color dev: true - /vite-plugin-vue-layouts/0.6.0_c6669f7f6a2bb1e4cd0ce207bade55c6: + /vite-plugin-vue-layouts/0.6.0_ogyzu5t2gxjxdcuo6vkz6mdms4: resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==} peerDependencies: vite: ^2.5.0 vue: ^2.6.12 || ^3.2.4 vue-router: ^3.5.1 || ^ 4.0.11 dependencies: - '@vue/compiler-sfc': 3.2.33 + '@vue/compiler-sfc': 3.2.36 debug: 4.3.3 fast-glob: 3.2.11 - vite: 2.9.5_sass@1.50.1 - vue: 3.2.33 - vue-router: 4.0.14_vue@3.2.33 + vite: 2.9.9_sass@1.52.1 + vue: 3.2.36 + vue-router: 4.0.15_vue@3.2.36 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/1.8.4_vite@2.9.5: + /vite-plugin-windicss/1.8.4_vite@2.9.9: resolution: {integrity: sha512-LSZAO8BZn3x406GRbYX5t5ONXXJVdqiQtN1qrznLA/Dy5/NzZVhfcrL6N1qEYYO7HsCDT4pLAjTzObvDnM9Y8A==} peerDependencies: vite: ^2.0.1 @@ -16037,14 +16439,14 @@ packages: '@windicss/plugin-utils': 1.8.4 debug: 4.3.4 kolorist: 1.5.1 - vite: 2.9.5_sass@1.50.1 - windicss: 3.5.1 + vite: 2.9.9_sass@1.52.1 + windicss: 3.5.4 transitivePeerDependencies: - supports-color dev: true - /vite/2.9.5_sass@1.50.1: - resolution: {integrity: sha512-dvMN64X2YEQgSXF1lYabKXw3BbN6e+BL67+P3Vy4MacnY+UzT1AfkHiioFSi9+uiDUiaDy7Ax/LQqivk6orilg==} + /vite/2.9.9_sass@1.52.1: + resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -16060,16 +16462,16 @@ packages: optional: true dependencies: esbuild: 0.14.29 - postcss: 8.4.12 + postcss: 8.4.14 resolve: 1.22.0 - rollup: 2.61.1 - sass: 1.50.1 + rollup: 2.70.2 + sass: 1.52.1 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.9.4_sass@1.50.1: - resolution: {integrity: sha512-Em+EJb3keCr3GjyqnkxHuY7zMerEgLsN+m2nqsUcCzO7C4+Y0E7O7LXSNaODh3Gc/An3dqnoaAe/uLBrAJXUdQ==} + /vitest/0.12.9_sass@1.52.1: + resolution: {integrity: sha512-1NtyUANS72Qw5PwYvoztk067NX4fSiis2xQxhByOWS33eL2er/yupHyLxlBCOkF2ANe0dLFRvT1GVb+nczL5aw==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -16090,31 +16492,33 @@ packages: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 chai: 4.3.6 + debug: 4.3.4 local-pkg: 0.4.1 - tinypool: 0.1.2 + tinypool: 0.1.3 tinyspy: 0.3.2 - vite: 2.9.5_sass@1.50.1 + vite: 2.9.9_sass@1.52.1 transitivePeerDependencies: - less - sass - stylus + - supports-color dev: true - /vue-chart-3/3.1.8_chart.js@3.7.1+vue@3.2.33: + /vue-chart-3/3.1.8_chart.js@3.7.1+vue@3.2.36: resolution: {integrity: sha512-zX5ajjQi/PocEqLETlej3vp92q/tnI/Fvu2RVb++Kap8qOrXu6PXCpodi73BFrWzEGZIAnqoUxC3OIkRWD657g==} peerDependencies: chart.js: '=> ^3.1.0' vue: '>= 3' dependencies: - '@vue/runtime-core': 3.2.33 - '@vue/runtime-dom': 3.2.33 + '@vue/runtime-core': 3.2.36 + '@vue/runtime-dom': 3.2.36 chart.js: 3.7.1 - csstype: 3.0.11 + csstype: 3.1.0 lodash-es: 4.17.21 - vue: 3.2.33 + vue: 3.2.36 dev: false - /vue-demi/0.12.5_vue@3.2.33: + /vue-demi/0.12.5_vue@3.2.36: resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==} engines: {node: '>=12'} hasBin: true @@ -16126,28 +16530,28 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.33 + vue: 3.2.36 dev: false - /vue-eslint-parser/8.0.1_eslint@8.14.0: - resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /vue-eslint-parser/9.0.2_eslint@8.16.0: + resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==} + engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.14.0 - eslint-scope: 6.0.0 + eslint: 8.16.0 + eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 - espree: 9.3.1 + espree: 9.3.2 esquery: 1.4.0 lodash: 4.17.21 - semver: 7.3.5 + semver: 7.3.7 transitivePeerDependencies: - supports-color dev: true - /vue-i18n/9.2.0-beta.35_vue@3.2.33: + /vue-i18n/9.2.0-beta.35_vue@3.2.36: resolution: {integrity: sha512-kTYzZSB3B/ar3M9RfQ0KAyTGfvRw544qVzY++/sNV4stOKG6NxIDOdHdYTfVEXTSkczFwoZHTKXTWNVpx+GuHA==} engines: {node: '>= 12'} peerDependencies: @@ -16157,36 +16561,36 @@ packages: '@intlify/shared': 9.2.0-beta.35 '@intlify/vue-devtools': 9.2.0-beta.35 '@vue/devtools-api': 6.1.4 - vue: 3.2.33 + vue: 3.2.36 dev: false - /vue-router/4.0.14_vue@3.2.33: - resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==} + /vue-router/4.0.15_vue@3.2.36: + resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==} peerDependencies: vue: ^3.2.0 dependencies: - '@vue/devtools-api': 6.0.12 - vue: 3.2.33 + '@vue/devtools-api': 6.1.4 + vue: 3.2.36 dev: false - /vue-tsc/0.34.10_typescript@4.6.3: - resolution: {integrity: sha512-rWU4SjDqk9ylQN2hbnyP+rEu8W2a712DWUmciX6rDnId1m8sN/cuypTKjWjHHjaBLWNKULoEakRTOvrQ4ainhw==} + /vue-tsc/0.34.16_typescript@4.7.2: + resolution: {integrity: sha512-9tYBQIOyl3Tz8ZrlYUKtftu5m/wXHfxCalyjR22QzSaUJoBJmZeNOoVs/QEllc0z4ideEZxvvU+pBFdoY3O16A==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-typescript': 0.34.10 - typescript: 4.6.3 + '@volar/vue-typescript': 0.34.16 + typescript: 4.7.2 dev: true - /vue/3.2.33: - resolution: {integrity: sha512-si1ExAlDUrLSIg/V7D/GgA4twJwfsfgG+t9w10z38HhL/HA07132pUQ2KuwAo8qbCyMJ9e6OqrmWrOCr+jW7ZQ==} + /vue/3.2.36: + resolution: {integrity: sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==} dependencies: - '@vue/compiler-dom': 3.2.33 - '@vue/compiler-sfc': 3.2.33 - '@vue/runtime-dom': 3.2.33 - '@vue/server-renderer': 3.2.33_vue@3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/runtime-dom': 3.2.36 + '@vue/server-renderer': 3.2.36_vue@3.2.36 + '@vue/shared': 3.2.36 dev: false /wait-port/0.2.9: @@ -16257,6 +16661,8 @@ packages: typedarray-to-buffer: 3.1.5 utf-8-validate: 5.0.8 yaeti: 0.0.6 + transitivePeerDependencies: + - supports-color dev: false /well-known-symbols/2.0.0: @@ -16330,7 +16736,6 @@ packages: hasBin: true dependencies: isexe: 2.0.0 - dev: false /which/2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} @@ -16350,8 +16755,8 @@ packages: dependencies: string-width: 4.2.3 - /windicss/3.5.1: - resolution: {integrity: sha512-E1hYZATcZFci/XhGS0sJAMRxULjnK+glNukE78Ku7xeb3jxgMY55fFOdIrav+GjQCsgR+IZxPq9/DwmO6eyc4Q==} + /windicss/3.5.4: + resolution: {integrity: sha512-x2Iu0a69dtNiKHMkR886lx0WKbZI5GqvXyvGBCJ2VA6rcjKYjnzCA/Ljd6hNQBfqlkSum8J+qAVcCfLzQFI4rQ==} engines: {node: '>= 12'} hasBin: true dev: true @@ -16394,7 +16799,6 @@ packages: /wordwrap/1.0.0: resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} - dev: false /workbox-background-sync/6.5.3: resolution: {integrity: sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw==} @@ -16417,7 +16821,7 @@ packages: '@babel/core': 7.15.5 '@babel/preset-env': 7.15.6_@babel+core@7.15.5 '@babel/runtime': 7.15.4 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.5+rollup@2.70.2 + '@rollup/plugin-babel': 5.3.0_pwf5kugn66zxqbskggikrrfl3u '@rollup/plugin-node-resolve': 11.2.1_rollup@2.70.2 '@rollup/plugin-replace': 2.4.2_rollup@2.70.2 '@surma/rollup-plugin-off-main-thread': 2.2.3 @@ -16619,6 +17023,11 @@ packages: resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==} engines: {node: '>=8'} + /xml-name-validator/4.0.0: + resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} + engines: {node: '>=12'} + dev: true + /xml2js/0.4.23: resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==} engines: {node: '>=4.0.0'} @@ -16675,13 +17084,13 @@ packages: yaml: 1.10.2 dev: true - /yaml-eslint-parser/0.5.0: - resolution: {integrity: sha512-nJeyLA3YHAzhBTZbRAbu3W6xrSCucyxExmA+ZDtEdUFpGllxAZpto2Zxo2IG0r0eiuEiBM4e+wiAdxTziTq94g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /yaml-eslint-parser/1.0.1: + resolution: {integrity: sha512-acQYWneSXwnJgPQbTyJvDxWx9zlJ/rq267p/zzQMSCE7ljJxQ8elefsQase1gEIJMo+pIqmLRczoo7fPt6VbKQ==} + engines: {node: ^14.17.0 || >=16.0.0} dependencies: eslint-visitor-keys: 3.3.0 lodash: 4.17.21 - yaml: 1.10.2 + yaml: 2.0.1 dev: true /yaml/1.10.2: @@ -16751,6 +17160,13 @@ packages: y18n: 5.0.8 yargs-parser: 21.0.0 + /yarn/1.22.18: + resolution: {integrity: sha512-oFffv6Jp2+BTUBItzx1Z0dpikTX+raRdqupfqzeMKnoh7WD6RuPAxcqDkMUy9vafJkrB0YaV708znpuMhEBKGQ==} + engines: {node: '>=4.0.0'} + hasBin: true + requiresBuild: true + dev: true + /yauzl/2.10.0: resolution: {integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=} dependencies: diff --git a/scripts/convert_json_to_csv.js b/scripts/convert_json_to_csv.js new file mode 100644 index 0000000000..f64b096b54 --- /dev/null +++ b/scripts/convert_json_to_csv.js @@ -0,0 +1,26 @@ +const fs = require('fs') +const { Parser } = require('json2csv') +const users = require('/Users/martindonadieu/Downloads/users.json') +const fields = ['email', 'last_name', 'first_name', 'id', 'created_at'] +const opts = { fields } + +try { + const finalUsers = users.map((user) => { + // parse raw_user_meta_data string as json and get last_name and first_name key to save in user + const userMetaData = JSON.parse(user.raw_user_meta_data) + const { last_name, first_name } = userMetaData + return { + ...user, + last_name, + first_name, + } + }) + // console.log('finalUsers', finalUsers) + const parser = new Parser(opts) + const csv = parser.parse(finalUsers) + fs.writeFileSync('./users.csv', csv) +// console.log(csv) +} +catch (err) { + console.error(err) +} diff --git a/src/App.vue b/src/App.vue index 8046836f9a..dc747f46ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ import { IonApp, IonRouterOutlet } from '@ionic/vue' diff --git a/src/components/Banner.vue b/src/components/Banner.vue new file mode 100644 index 0000000000..ac14451984 --- /dev/null +++ b/src/components/Banner.vue @@ -0,0 +1,57 @@ + + + + \ No newline at end of file diff --git a/src/components/NewUserModal.vue b/src/components/NewUserModal.vue index 5296125ac8..f240f83ce7 100644 --- a/src/components/NewUserModal.vue +++ b/src/components/NewUserModal.vue @@ -25,7 +25,7 @@ const props = defineProps({ emailAddress: String, }) -const emit = defineEmits(['inviteUser']) +const emit = defineEmits(['inviteUser', 'close']) const userEmail = ref(props.emailAddress) @@ -95,16 +95,16 @@ const submit = async() => {