3056 lines
156 KiB
Diff
3056 lines
156 KiB
Diff
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
|
||
index 18ed79b7..c7439f51 100644
|
||
--- a/src/i18n/messages.js
|
||
+++ b/src/i18n/messages.js
|
||
@@ -34,6 +34,7 @@ const loaders = {
|
||
ru: () => import('./ru.json'),
|
||
sk: () => import('./sk.json'),
|
||
te: () => import('./te.json'),
|
||
+ tok: () => import('./tok.json'),
|
||
uk: () => import('./uk.json'),
|
||
zh: () => import('./zh.json'),
|
||
zh_Hant: () => import('./zh_Hant.json')
|
||
diff --git a/src/i18n/service_worker_messages.js b/src/i18n/service_worker_messages.js
|
||
index f691f1c4..7a148c9a 100644
|
||
--- a/src/i18n/service_worker_messages.js
|
||
+++ b/src/i18n/service_worker_messages.js
|
||
@@ -29,6 +29,7 @@ const messages = {
|
||
ru: require('../lib/notification-i18n-loader.js!./ru.json'),
|
||
sk: require('../lib/notification-i18n-loader.js!./sk.json'),
|
||
te: require('../lib/notification-i18n-loader.js!./te.json'),
|
||
+ tok: require('../lib/notification-i18n-loader.js!./tok.json'),
|
||
zh: require('../lib/notification-i18n-loader.js!./zh.json'),
|
||
en: require('../lib/notification-i18n-loader.js!./en.json')
|
||
}
|
||
diff --git a/src/i18n/tok.json b/src/i18n/tok.json
|
||
new file mode 100644
|
||
index 00000000..6336d1a3
|
||
--- /dev/null
|
||
+++ b/src/i18n/tok.json
|
||
@@ -0,0 +1,1071 @@
|
||
+
|
||
+{
|
||
+ "about": {
|
||
+ "bubble_instances": "",
|
||
+ "bubble_instances_description": "..",
|
||
+ "mrf": {
|
||
+ "federation": "Federation",
|
||
+ "keyword": {
|
||
+ "ftl_removal": "\"\"",
|
||
+ "is_replaced_by": "",
|
||
+ "keyword_policies": "",
|
||
+ "reject": "",
|
||
+ "replace": ""
|
||
+ },
|
||
+ "mrf_policies": "",
|
||
+ "mrf_policies_desc": ":,,.:",
|
||
+ "simple": {
|
||
+ "accept": "",
|
||
+ "accept_desc": "",
|
||
+ "ftl_removal": "\"\"",
|
||
+ "ftl_removal_desc": "\"\":",
|
||
+ "instance": "",
|
||
+ "media_nsfw": "",
|
||
+ "media_nsfw_desc": ":",
|
||
+ "media_removal": "",
|
||
+ "media_removal_desc": ":",
|
||
+ "not_applicable": "",
|
||
+ "quarantine": "",
|
||
+ "quarantine_desc": ":",
|
||
+ "reason": "",
|
||
+ "reject": "",
|
||
+ "reject_desc": ":",
|
||
+ "simple_policies": ""
|
||
+ }
|
||
+ },
|
||
+ "staff": ""
|
||
+ },
|
||
+ "announcements": {
|
||
+ "all_day_prompt": "This is an all-day event",
|
||
+ "cancel_edit_action": "Cancel",
|
||
+ "close_error": "Close",
|
||
+ "delete_action": "Delete",
|
||
+ "edit_action": "Edit",
|
||
+ "end_time_display": "Ends at {time}",
|
||
+ "end_time_prompt": "End time: ",
|
||
+ "inactive_message": "This announcement is inactive",
|
||
+ "mark_as_read_action": "Mark as read",
|
||
+ "page_header": "Announcements",
|
||
+ "post_action": "Post",
|
||
+ "post_error": "Error: {error}",
|
||
+ "post_form_header": "Post announcement",
|
||
+ "post_placeholder": "Announcement content",
|
||
+ "published_time_display": "Published at {time}",
|
||
+ "start_time_display": "Starts at {time}",
|
||
+ "start_time_prompt": "Start time: ",
|
||
+ "submit_edit_action": "Submit",
|
||
+ "title": "Announcement"
|
||
+ },
|
||
+ "chats": {
|
||
+ "chats": "",
|
||
+ "delete": "",
|
||
+ "delete_confirm": "?",
|
||
+ "empty_chat_list_placeholder": ".!",
|
||
+ "empty_message_error": "!",
|
||
+ "error_loading_chat": "..",
|
||
+ "error_sending_message": "..",
|
||
+ "message_user": "{nickname}",
|
||
+ "more": "",
|
||
+ "new": "",
|
||
+ "you": ":"
|
||
+ },
|
||
+ "display_date": {
|
||
+ "today": ""
|
||
+ },
|
||
+ "domain_mute_card": {
|
||
+ "mute": "",
|
||
+ "mute_progress": "…",
|
||
+ "unmute": "",
|
||
+ "unmute_progress": "…"
|
||
+ },
|
||
+ "": {
|
||
+ "add_": "",
|
||
+ "custom": "",
|
||
+ "": "",
|
||
+ "keep_open": "",
|
||
+ "load_all": " {Amount}",
|
||
+ "load_all_hint": "{saneAmount}.,.",
|
||
+ "search_": "",
|
||
+ "stickers": "",
|
||
+ "unicode": ""
|
||
+ },
|
||
+ "errors": {
|
||
+ "storage_unavailable": " could not access browser storage. Your login or your local settings won't be saved and you might encounter unexpected issues. Try enabling cookies."
|
||
+ },
|
||
+ "exporter": {
|
||
+ "export": "Export",
|
||
+ "processing": "Processing, you'll soon be asked to download your file"
|
||
+ },
|
||
+ "features_panel": {
|
||
+ "media_proxy": "Media proxy",
|
||
+ "scope_options": "Scope options",
|
||
+ "text_limit": "Text limit",
|
||
+ "title": "Features",
|
||
+ "upload_limit": "Upload limit",
|
||
+ "who_to_follow": "Who to follow"
|
||
+ },
|
||
+ "file_type": {
|
||
+ "audio": "Audio",
|
||
+ "file": "File",
|
||
+ "image": "Image",
|
||
+ "video": "Video"
|
||
+ },
|
||
+ "finder": {
|
||
+ "error_fetching_user": "Error fetching user",
|
||
+ "find_user": "Find user"
|
||
+ },
|
||
+ "general": {
|
||
+ "apply": "Apply",
|
||
+ "cancel": "Cancel",
|
||
+ "close": "Close",
|
||
+ "confirm": "Confirm",
|
||
+ "disable": "Disable",
|
||
+ "dismiss": "Dismiss",
|
||
+ "enable": "Enable",
|
||
+ "error_retry": "Please try again",
|
||
+ "flash_content": "Click to show Flash content using Ruffle (Experimental, may not work).",
|
||
+ "flash_fail": "Failed to load flash content, see console for details.",
|
||
+ "flash_security": "Note that this can be potentially dangerous since Flash content is still arbitrary code.",
|
||
+ "generic_error": "An error occured",
|
||
+ "loading": "Loading…",
|
||
+ "more": "More",
|
||
+ "optional": "optional",
|
||
+ "peek": "Peek",
|
||
+ "retry": "Try again",
|
||
+ "role": {
|
||
+ "admin": "Admin",
|
||
+ "moderator": "Moderator"
|
||
+ },
|
||
+ "scope_in_timeline": {
|
||
+ "direct": "Direct",
|
||
+ "local": "Local - only your instance can see this post",
|
||
+ "private": "Followers-only",
|
||
+ "public": "Public",
|
||
+ "unlisted": "Unlisted"
|
||
+ },
|
||
+ "show_less": "Show less",
|
||
+ "show_more": "Show more",
|
||
+ "submit": "Submit",
|
||
+ "verify": "Verify"
|
||
+ },
|
||
+ "image_cropper": {
|
||
+ "cancel": "Cancel",
|
||
+ "crop_picture": "Crop picture",
|
||
+ "save": "Save",
|
||
+ "save_without_cropping": "Save without cropping"
|
||
+ },
|
||
+ "importer": {
|
||
+ "error": "An error occured while importing this file.",
|
||
+ "submit": "Submit",
|
||
+ "success": "Imported successfully."
|
||
+ },
|
||
+ "interactions": {
|
||
+ "favs_repeats": "Repeats and favorites",
|
||
+ "follows": "New follows",
|
||
+ "load_older": "Load older interactions",
|
||
+ "moves": "User migrates"
|
||
+ },
|
||
+ "lists": {
|
||
+ "create": "Create",
|
||
+ "delete": "Delete list",
|
||
+ "following_only": "Limit to Following",
|
||
+ "lists": "Lists",
|
||
+ "new": "New List",
|
||
+ "save": "Save changes",
|
||
+ "search": "Search users",
|
||
+ "title": "List title"
|
||
+ },
|
||
+ "login": {
|
||
+ "authentication_code": "Authentication code",
|
||
+ "description": "Log in with OAuth",
|
||
+ "enter_recovery_code": "Enter a recovery code",
|
||
+ "enter_two_factor_code": "Enter a two-factor code",
|
||
+ "heading": {
|
||
+ "recovery": "Two-factor recovery",
|
||
+ "totp": "Two-factor authentication"
|
||
+ },
|
||
+ "hint": "Log in to join the discussion",
|
||
+ "login": "Log in",
|
||
+ "logout": "Log out",
|
||
+ "password": "Password",
|
||
+ "placeholder": "myusername",
|
||
+ "recovery_code": "Recovery code",
|
||
+ "register": "Register",
|
||
+ "username": "Username"
|
||
+ },
|
||
+ "media_modal": {
|
||
+ "counter": "{current} / {total}",
|
||
+ "hide": "Close media viewer",
|
||
+ "next": "Next",
|
||
+ "previous": "Previous"
|
||
+ },
|
||
+ "nav": {
|
||
+ "about": "About",
|
||
+ "administration": "Administration",
|
||
+ "announcements": "Announcements",
|
||
+ "back": "Back",
|
||
+ "bookmarks": "Bookmarks",
|
||
+ "bubble_timeline": "Bubble timeline",
|
||
+ "bubble_timeline_description": "Posts from instances close to yours, as recommended by the admins",
|
||
+ "chats": "Chats",
|
||
+ "dms": "Direct messages",
|
||
+ "friend_requests": "Follow requests",
|
||
+ "home_timeline": "Home timeline",
|
||
+ "home_timeline_description": "Posts from people you follow",
|
||
+ "interactions": "Interactions",
|
||
+ "lists": "Lists",
|
||
+ "mentions": "Mentions",
|
||
+ "preferences": "Preferences",
|
||
+ "public_timeline_description": "Public posts from this instance",
|
||
+ "public_tl": "Public timeline",
|
||
+ "search": "Search",
|
||
+ "timeline": "Timeline",
|
||
+ "timelines": "Timelines",
|
||
+ "twkn": "Known Network",
|
||
+ "twkn_timeline_description": "Posts from the entire network",
|
||
+ "user_search": "User Search",
|
||
+ "who_to_follow": "Who to follow"
|
||
+ },
|
||
+ "notifications": {
|
||
+ "broken_favorite": "Unknown post, searching for it…",
|
||
+ "error": "Error fetching notifications: {0}",
|
||
+ "favorited_you": "favorited your post",
|
||
+ "follow_request": "wants to follow you",
|
||
+ "followed_you": "followed you",
|
||
+ "load_older": "Load older notifications",
|
||
+ "migrated_to": "migrated to",
|
||
+ "no_more_notifications": "No more notifications",
|
||
+ "notifications": "Notifications",
|
||
+ "poll_ended": "poll has ended",
|
||
+ "reacted_with": "reacted with {0}",
|
||
+ "read": "Read!",
|
||
+ "repeated_you": "repeated your post"
|
||
+ },
|
||
+ "password_reset": {
|
||
+ "check_email": "Check your email for a link to reset your password.",
|
||
+ "forgot_password": "Forgot password?",
|
||
+ "instruction": "Enter your email address or username. We will send you a link to reset your password.",
|
||
+ "password_reset": "Password reset",
|
||
+ "password_reset_disabled": "Password reset is disabled. Please contact your instance administrator.",
|
||
+ "password_reset_required": "You must reset your password to log in.",
|
||
+ "password_reset_required_but_mailer_is_disabled": "You must reset your password, but password reset is disabled. Please contact your instance administrator.",
|
||
+ "placeholder": "Your email or username",
|
||
+ "return_home": "Return to the home page",
|
||
+ "too_many_requests": "You have reached the limit of attempts, try again later."
|
||
+ },
|
||
+ "polls": {
|
||
+ "add_option": "Add option",
|
||
+ "add_poll": "Add poll",
|
||
+ "expired": "Poll ended {0} ago",
|
||
+ "expires_in": "Poll ends in {0}",
|
||
+ "expiry": "Poll age",
|
||
+ "multiple_choices": "Multiple choices",
|
||
+ "not_enough_options": "Too few unique options in poll",
|
||
+ "option": "Option",
|
||
+ "people_voted_count": "{count} person voted | {count} people voted",
|
||
+ "single_choice": "Single choice",
|
||
+ "type": "Poll type",
|
||
+ "vote": "Vote",
|
||
+ "votes": "votes",
|
||
+ "votes_count": "{count} vote | {count} votes"
|
||
+ },
|
||
+ "post_status": {
|
||
+ "account_not_locked_warning": "Your account is not {0}. Anyone can follow you to view your follower-only posts.",
|
||
+ "account_not_locked_warning_link": "locked",
|
||
+ "attachments_sensitive": "Mark attachments as sensitive",
|
||
+ "content_type": {
|
||
+ "text/bbcode": "BBCode",
|
||
+ "text/html": "HTML",
|
||
+ "text/markdown": "Markdown",
|
||
+ "text/plain": "Plain text",
|
||
+ "text/x.misskeymarkdown": "MFM"
|
||
+ },
|
||
+ "content_warning": "Content Warning (optional)",
|
||
+ "default": "Just arrived at Luna Nova Academy",
|
||
+ "direct_warning_to_all": "This post will be visible to all the mentioned users.",
|
||
+ "direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
|
||
+ "empty_status_error": "Can't send a post with no content and no files",
|
||
+ "edit_status": "Edit Status",
|
||
+ "edit_remote_warning": "Other instances may not support edits!",
|
||
+ "edit_unsupported_warning": "Polls and mentions will not be changed by editing.",
|
||
+ "media_description": "Media description",
|
||
+ "media_description_error": "Failed to update media, try again",
|
||
+ "media_not_sensitive_warning": "You have a Content Warning, but the attachments are not marked as sensitive!",
|
||
+ "new_status": "New post",
|
||
+ "post": "Post",
|
||
+ "posting": "Posting",
|
||
+ "preview": "Preview",
|
||
+ "preview_empty": "Empty",
|
||
+ "scope": {
|
||
+ "direct": "Direct - post to mentioned users only",
|
||
+ "local": "Local - do not federate this post",
|
||
+ "private": "Followers-only - post to followers only",
|
||
+ "public": "Public - post to public timelines",
|
||
+ "unlisted": "Unlisted - do not post to public timelines"
|
||
+ },
|
||
+ "scope_notice": {
|
||
+ "local": "This post will not be visible on other instances",
|
||
+ "private": "This post will be visible to your followers only",
|
||
+ "public": "This post will be visible to everyone",
|
||
+ "unlisted": "This post will not be visible in Public Timeline and The Whole Known Network"
|
||
+ }
|
||
+ },
|
||
+ "registration": {
|
||
+ "bio": "Bio",
|
||
+ "bio_placeholder": "e.g.\nHi! Welcome to my bio.\nI love watching anime and playing games. I hope we can be friends!",
|
||
+ "captcha": "CAPTCHA",
|
||
+ "email": "Email",
|
||
+ "email_language": "In which language do you want to receive emails from the server?",
|
||
+ "fullname": "Display name",
|
||
+ "fullname_placeholder": "e.g. Atsuko Kagari",
|
||
+ "new_captcha": "Click the image to get a new captcha",
|
||
+ "password_confirm": "Password confirmation",
|
||
+ "reason": "Reason to register",
|
||
+ "reason_placeholder": "This instance approves registrations manually.\nLet the administration know why you want to register.",
|
||
+ "register": "Register",
|
||
+ "registration": "Registration",
|
||
+ "token": "Invite token",
|
||
+ "username_placeholder": "e.g. akko",
|
||
+ "validations": {
|
||
+ "email_required": "cannot be left blank",
|
||
+ "fullname_required": "cannot be left blank",
|
||
+ "password_confirmation_match": "should be the same as password",
|
||
+ "password_confirmation_required": "cannot be left blank",
|
||
+ "password_required": "cannot be left blank",
|
||
+ "username_required": "cannot be left blank"
|
||
+ }
|
||
+ },
|
||
+ "remote_user_resolver": {
|
||
+ "error": "Not found.",
|
||
+ "remote_user_resolver": "Remote user resolver",
|
||
+ "searching_for": "Searching for"
|
||
+ },
|
||
+ "search": {
|
||
+ "hashtags": "Hashtags",
|
||
+ "no_results": "No results",
|
||
+ "people": "People",
|
||
+ "people_talking": "{count} people talking",
|
||
+ "person_talking": "{count} person talking"
|
||
+ },
|
||
+ "selectable_list": {
|
||
+ "select_all": "Select all"
|
||
+ },
|
||
+ "settings": {
|
||
+ "accent": "Accent",
|
||
+ "account_alias": "Account aliases",
|
||
+ "account_alias_table_head": "Alias",
|
||
+ "account_backup": "Account backup",
|
||
+ "account_backup_description": "This allows you to download an archive of your account information and your posts, but they cannot yet be imported into a account.",
|
||
+ "account_backup_table_head": "Backup",
|
||
+ "account_privacy": "Privacy",
|
||
+ "add_alias_error": "Error adding alias: {error}",
|
||
+ "add_backup": "Create a new backup",
|
||
+ "add_backup_error": "Error adding a new backup: {error}",
|
||
+ "added_alias": "Alias is added.",
|
||
+ "added_backup": "Added a new backup.",
|
||
+ "allow_following_move": "Allow auto-follow when following account moves",
|
||
+ "always_show_post_button": "Always show floating New Post button",
|
||
+ "app_name": "App name",
|
||
+ "attachmentRadius": "Attachments",
|
||
+ "attachments": "Attachments",
|
||
+ "autohide_floating_post_button": "Automatically hide New Post button (mobile)",
|
||
+ "avatar": "Avatar",
|
||
+ "avatarAltRadius": "Avatars (notifications)",
|
||
+ "avatarRadius": "Avatars",
|
||
+ "avatar_size_instruction": "The recommended minimum size for avatar images is 150x150 pixels.",
|
||
+ "background": "Background",
|
||
+ "backup_not_ready": "This backup is not ready yet.",
|
||
+ "bio": "Bio",
|
||
+ "block_export": "Block export",
|
||
+ "block_export_button": "Export your blocks to a csv file",
|
||
+ "block_import": "Block import",
|
||
+ "block_import_error": "Error importing blocks",
|
||
+ "blocks_imported": "Blocks imported! Processing them will take a while.",
|
||
+ "blocks_tab": "Blocks",
|
||
+ "bot": "This is a bot account",
|
||
+ "btnRadius": "Buttons",
|
||
+ "cBlue": "Blue (Reply, follow)",
|
||
+ "cGreen": "Green (Retweet)",
|
||
+ "cOrange": "Orange (Favorite)",
|
||
+ "cRed": "Red (Cancel)",
|
||
+ "change_email": "Change email",
|
||
+ "change_email_error": "There was an issue changing your email.",
|
||
+ "change_password": "Change password",
|
||
+ "change_password_error": "There was an issue changing your password.",
|
||
+ "changed_email": "Email changed successfully!",
|
||
+ "changed_password": "Password changed successfully!",
|
||
+ "chatMessageRadius": "Chat message",
|
||
+ "checkboxRadius": "Checkboxes",
|
||
+ "collapse_subject": "Collapse posts with content warnings",
|
||
+ "columns": "Columns",
|
||
+ "composing": "Composing",
|
||
+ "confirm_dialogs": "Require confirmation for:",
|
||
+ "confirm_dialogs_approve_follow": "Accepting a follow request",
|
||
+ "confirm_dialogs_block": "Blocking someone",
|
||
+ "confirm_dialogs_delete": "Deleting a post",
|
||
+ "confirm_dialogs_deny_follow": "Rejecting a follow request",
|
||
+ "confirm_dialogs_mute": "Muting someone",
|
||
+ "confirm_dialogs_repeat": "Repeating a post",
|
||
+ "confirm_dialogs_unfollow": "Unfollowing someone",
|
||
+ "confirm_new_password": "Confirm new password",
|
||
+ "confirmation_dialogs": "Confirmation options",
|
||
+ "conversation_display": "Conversation display style",
|
||
+ "conversation_display_linear": "Linear-style",
|
||
+ "conversation_display_tree": "Tree-style",
|
||
+ "conversation_other_replies_button": "Show the \"other replies\" button",
|
||
+ "conversation_other_replies_button_below": "Below posts",
|
||
+ "conversation_other_replies_button_inside": "Inside posts",
|
||
+ "current_avatar": "Your current avatar",
|
||
+ "current_mascot": "Your current mascot",
|
||
+ "current_password": "Current password",
|
||
+ "data_import_export_tab": "Data import / export",
|
||
+ "default_vis": "Default visibility scope",
|
||
+ "delete_account": "Delete account",
|
||
+ "delete_account_description": "Permanently delete your data and deactivate your account.",
|
||
+ "delete_account_error": "There was an issue deleting your account. If this persists please contact your instance administrator.",
|
||
+ "delete_account_instructions": "Type your password in the input below to confirm account deletion.",
|
||
+ "disable_sticky_headers": "Don't stick column headers to top of the screen",
|
||
+ "discoverable": "Allow discovery of this account in search results and other services",
|
||
+ "domain_mutes": "Domains",
|
||
+ "download_backup": "Download",
|
||
+ "email_language": "Language for receiving emails from the server",
|
||
+ "_reactions_on_timeline": "Show reactions on timeline",
|
||
+ "enable_web_push_notifications": "Enable web push notifications",
|
||
+ "enter_current_password_to_confirm": "Enter your current password to confirm your identity",
|
||
+ "expert_mode": "Show advanced",
|
||
+ "export_theme": "Save preset",
|
||
+ "file_export_import": {
|
||
+ "backup_restore": "Settings backup",
|
||
+ "backup_settings": "Backup settings to file",
|
||
+ "backup_settings_theme": "Backup settings and theme to file",
|
||
+ "errors": {
|
||
+ "file_slightly_new": "File minor version is different, some settings might not load",
|
||
+ "file_too_new": "Incompatible major version: {fileMajor}, this FE (settings ver {feMajor}) is too old to handle it",
|
||
+ "file_too_old": "Incompatible major version: {fileMajor}, file version is too old and not supported (min. set. ver. {feMajor})",
|
||
+ "invalid_file": "The selected file is not a supported settings backup. No changes were made."
|
||
+ },
|
||
+ "restore_settings": "Restore settings from file"
|
||
+ },
|
||
+ "filtering": "Filtering",
|
||
+ "filtering_explanation": "All posts containing these words will be muted, one per line",
|
||
+ "follow_export": "Follow export",
|
||
+ "follow_export_button": "Export your follows to a csv file",
|
||
+ "follow_import": "Follow import",
|
||
+ "follow_import_error": "Error importing followers",
|
||
+ "follows_imported": "Follows imported! Processing them will take a while.",
|
||
+ "foreground": "Foreground",
|
||
+ "fun": "Fun",
|
||
+ "general": "General",
|
||
+ "greentext": "Meme arrows",
|
||
+ "hide_all_muted_posts": "Hide muted posts",
|
||
+ "hide_attachments_in_convo": "Hide attachments in conversations",
|
||
+ "hide_attachments_in_tl": "Hide attachments in timeline",
|
||
+ "hide_bot_indication": "Hide bot indication in posts",
|
||
+ "hide_favorites_description": "Don't show list of my favorites (people still get notified)",
|
||
+ "hide_filtered_statuses": "Hide all filtered posts",
|
||
+ "hide_followers_count_description": "Don't show follower count",
|
||
+ "hide_followers_description": "Don't show who's following me",
|
||
+ "hide_follows_count_description": "Don't show follow count",
|
||
+ "hide_follows_description": "Don't show who I'm following",
|
||
+ "hide_isp": "Hide instance-specific panel",
|
||
+ "hide_list_aliases_error_action": "Close",
|
||
+ "hide_media_previews": "Hide media previews",
|
||
+ "hide_muted_posts": "Hide posts of muted users",
|
||
+ "hide_muted_threads": "Hide muted threads",
|
||
+ "hide_post_stats": "Hide post statistics (e.g. the number of favorites)",
|
||
+ "hide_shoutbox": "Hide instance shoutbox",
|
||
+ "hide_site_favicon": "Hide instance favicon in top panel",
|
||
+ "hide_site_name": "Hide instance name in top panel",
|
||
+ "hide_threads_with_blocked_users": "Hide threads mentioning blocked users",
|
||
+ "hide_user_stats": "Hide user statistics (e.g. the number of followers)",
|
||
+ "hide_wallpaper": "Hide instance wallpaper",
|
||
+ "hide_wordfiltered_statuses": "Hide word-filtered posts",
|
||
+ "import_blocks_from_a_csv_file": "Import blocks from a csv file",
|
||
+ "import_followers_from_a_csv_file": "Import follows from a csv file",
|
||
+ "import_mutes_from_a_csv_file": "Import mutes from a csv file",
|
||
+ "import_theme": "Load preset",
|
||
+ "inputRadius": "Input fields",
|
||
+ "instance_default": "(default: {value})",
|
||
+ "instance_default_simple": "(default)",
|
||
+ "interface": "Interface",
|
||
+ "interfaceLanguage": "Interface language",
|
||
+ "invalid_theme_imported": "The selected file is not a supported theme. No changes to your theme were made.",
|
||
+ "limited_availability": "Unavailable in your browser",
|
||
+ "links": "Links",
|
||
+ "list_aliases_error": "Error fetching aliases: {error}",
|
||
+ "list_backups_error": "Error fetching backup list: {error}",
|
||
+ "lock_account_description": "Restrict your account to approved followers only",
|
||
+ "loop_video": "Loop videos",
|
||
+ "loop_video_silent_only": "Loop only videos without sound (i.e. Mastodon's \"gifs\")",
|
||
+ "mascot": "Mastodon FE Mascot",
|
||
+ "max_depth_in_thread": "Maximum number of levels in thread to display by default",
|
||
+ "max_thumbnails": "Maximum amount of thumbnails per post (empty = no limit)",
|
||
+ "mention_link_bolden_you": "Highlight mention of you when you are mentioned",
|
||
+ "mention_link_display": "Display mention links",
|
||
+ "mention_link_display_full": "always as full names (e.g. {'@'}foo{'@'}example.org)",
|
||
+ "mention_link_display_full_for_remote": "as full names only for remote users (e.g. {'@'}foo{'@'}example.org)",
|
||
+ "mention_link_display_short": "always as short names (e.g. {'@'}foo)",
|
||
+ "mention_link_fade_domain": "Fade domains (e.g. {'@'}example.org in {'@'}foo{'@'}example.org)",
|
||
+ "mention_link_show_avatar": "Show user avatar beside the link",
|
||
+ "mention_link_show_tooltip": "Show full user names as tooltip for remote users",
|
||
+ "mention_links": "Mention links",
|
||
+ "mfa": {
|
||
+ "authentication_methods": "Authentication methods",
|
||
+ "confirm_and_enable": "Confirm & enable OTP",
|
||
+ "generate_new_recovery_codes": "Generate new recovery codes",
|
||
+ "otp": "OTP",
|
||
+ "recovery_codes": "Recovery codes.",
|
||
+ "recovery_codes_warning": "Write the codes down or save them somewhere secure - otherwise you won't see them again. If you lose access to your 2FA app and recovery codes you'll be locked out of your account.",
|
||
+ "scan": {
|
||
+ "desc": "Using your two-factor app, scan this QR code or enter text key:",
|
||
+ "secret_code": "Key",
|
||
+ "title": "Scan"
|
||
+ },
|
||
+ "setup_otp": "Setup OTP",
|
||
+ "title": "Two-factor Authentication",
|
||
+ "verify": {
|
||
+ "desc": "To enable two-factor authentication, enter the code from your two-factor app:"
|
||
+ },
|
||
+ "wait_pre_setup_otp": "presetting OTP",
|
||
+ "waiting_a_recovery_codes": "Receiving backup codes…",
|
||
+ "warning_of_generate_new_codes": "When you generate new recovery codes, your old codes won’t work anymore."
|
||
+ },
|
||
+ "minimal_scopes_mode": "Minimize post scope selection options",
|
||
+ "more_settings": "More settings",
|
||
+ "move_account": "Move account",
|
||
+ "move_account_error": "Error moving account: {error}",
|
||
+ "move_account_notes": "If you want to move this account somewhere else, you must go to your target account and add an alias pointing here.",
|
||
+ "move_account_target": "Target account (e.g. {example})",
|
||
+ "moved_account": "Account is moved.",
|
||
+ "mute_bot_posts": "Mute bot posts",
|
||
+ "mute_export": "Mute export",
|
||
+ "mute_export_button": "Export your mutes to a csv file",
|
||
+ "mute_import": "Mute import",
|
||
+ "mute_import_error": "Error importing mutes",
|
||
+ "mutes_and_blocks": "Mutes and Blocks",
|
||
+ "mutes_imported": "Mutes imported! Processing them will take a while.",
|
||
+ "mutes_tab": "Mutes",
|
||
+ "name": "Name",
|
||
+ "name_bio": "Name & bio",
|
||
+ "new_alias_target": "Add a new alias (e.g. {example})",
|
||
+ "new_email": "New email",
|
||
+ "new_password": "New password",
|
||
+ "no_blocks": "No blocks",
|
||
+ "no_mutes": "No mutes",
|
||
+ "no_rich_text_description": "Strip rich text formatting from all posts",
|
||
+ "notification_blocks": "Blocking a user stops all notifications as well as unsubscribes them.",
|
||
+ "notification_mutes": "To stop receiving notifications from a specific user, use a mute.",
|
||
+ "notification_setting_block_from_strangers": "Block notifications from users who you do not follow",
|
||
+ "notification_setting_filters": "Filters",
|
||
+ "notification_setting_hide_if_cw": "Hide the contents of push notifications if under a Content Warning",
|
||
+ "notification_setting_hide_notification_contents": "Hide the sender and contents of push notifications",
|
||
+ "notification_setting_privacy": "Privacy",
|
||
+ "notification_visibility": "Types of notifications to show",
|
||
+ "notification_visibility__reactions": "Reactions",
|
||
+ "notification_visibility_follows": "Follows",
|
||
+ "notification_visibility_likes": "Favorites",
|
||
+ "notification_visibility_mentions": "Mentions",
|
||
+ "notification_visibility_moves": "User Migrates",
|
||
+ "notification_visibility_polls": "Ends of polls you voted in",
|
||
+ "notification_visibility_repeats": "Repeats",
|
||
+ "notifications": "Notifications",
|
||
+ "nsfw_clickthrough": "Hide sensitive/NSFW media",
|
||
+ "oauth_tokens": "OAuth tokens",
|
||
+ "pad_": "Pad with spaces when adding from picker",
|
||
+ "panelRadius": "Panels",
|
||
+ "pause_on_unfocused": "Pause when tab is not focused",
|
||
+ "play_videos_in_modal": "Play videos in a popup frame",
|
||
+ "post_look_feel": "Posts Look & Feel",
|
||
+ "post_status_content_type": "Default post content type",
|
||
+ "posts": "Posts",
|
||
+ "preload_images": "Preload images",
|
||
+ "presets": "Presets",
|
||
+ "profile_background": "Profile background",
|
||
+ "profile_banner": "Profile banner",
|
||
+ "profile_fields": {
|
||
+ "add_field": "Add field",
|
||
+ "label": "Profile metadata",
|
||
+ "name": "Label",
|
||
+ "value": "Content"
|
||
+ },
|
||
+ "profile_tab": "Profile",
|
||
+ "radii_help": "Set up interface edge rounding (in pixels)",
|
||
+ "refresh_token": "Refresh token",
|
||
+ "remove_alias": "Remove this alias",
|
||
+ "remove_backup": "Remove",
|
||
+ "render_mfm": "Render Misskey Markdown",
|
||
+ "render_mfm_on_hover": "Pause MFM animations until post hover",
|
||
+ "replies_in_timeline": "Replies in timeline",
|
||
+ "reply_visibility_all": "Show all replies",
|
||
+ "reply_visibility_following": "Only show replies directed at me or users I'm following",
|
||
+ "reply_visibility_following_short": "Show replies to my follows",
|
||
+ "reply_visibility_self": "Only show replies directed at me",
|
||
+ "reply_visibility_self_short": "Show replies to self only",
|
||
+ "reset_avatar": "Reset avatar",
|
||
+ "reset_avatar_confirm": "Do you really want to reset the avatar?",
|
||
+ "reset_background_confirm": "Do you really want to reset the background?",
|
||
+ "reset_banner_confirm": "Do you really want to reset the banner?",
|
||
+ "reset_profile_background": "Reset profile background",
|
||
+ "reset_profile_banner": "Reset profile banner",
|
||
+ "revoke_token": "Revoke",
|
||
+ "right_sidebar": "Reverse order of columns",
|
||
+ "save": "Save changes",
|
||
+ "saving_err": "Error saving settings",
|
||
+ "saving_ok": "Settings saved",
|
||
+ "scope_copy": "Copy scope when replying (DMs are always copied)",
|
||
+ "search_user_to_block": "Search whom you want to block",
|
||
+ "search_user_to_mute": "Search whom you want to mute",
|
||
+ "security": "Security",
|
||
+ "security_tab": "Security",
|
||
+ "sensitive_by_default": "Mark posts as sensitive by default",
|
||
+ "sensitive_if_subject": "Automatically mark images as sensitive if a content warning is specified",
|
||
+ "set_new_avatar": "Set new avatar",
|
||
+ "set_new_mascot": "Set new mascot",
|
||
+ "set_new_profile_background": "Set new profile background",
|
||
+ "set_new_profile_banner": "Set new profile banner",
|
||
+ "setting_changed": "Setting is different from default",
|
||
+ "setting_server_side": "This setting is tied to your profile and affects all sessions and clients",
|
||
+ "settings": "Settings",
|
||
+ "show_admin_badge": "Show \"Admin\" badge in my profile",
|
||
+ "show_moderator_badge": "Show \"Moderator\" badge in my profile",
|
||
+ "show_nav_shortcuts": "Show extra navigation shortcuts in top panel",
|
||
+ "show_panel_nav_shortcuts": "Show timeline navigation shortcuts at the top of the panel",
|
||
+ "show_scrollbars": "Show side column's scrollbars",
|
||
+ "show_wider_shortcuts": "Show wider gap between top panel shortcuts",
|
||
+ "show_yous": "Show (You)s",
|
||
+ "stop_gifs": "Pause animated images until you hover on them",
|
||
+ "streaming": "Automatically show new posts when scrolled to the top",
|
||
+ "style": {
|
||
+ "advanced_colors": {
|
||
+ "_tab_label": "Advanced",
|
||
+ "alert": "Alert background",
|
||
+ "alert_error": "Error",
|
||
+ "alert_neutral": "Neutral",
|
||
+ "alert_warning": "Warning",
|
||
+ "badge": "Badge background",
|
||
+ "badge_notification": "Notification",
|
||
+ "borders": "Borders",
|
||
+ "buttons": "Buttons",
|
||
+ "chat": {
|
||
+ "border": "Border",
|
||
+ "incoming": "Incoming",
|
||
+ "outgoing": "Outgoing"
|
||
+ },
|
||
+ "disabled": "Disabled",
|
||
+ "faint_text": "Faded text",
|
||
+ "highlight": "Highlighted elements",
|
||
+ "icons": "Icons",
|
||
+ "inputs": "Input fields",
|
||
+ "panel_header": "Panel header",
|
||
+ "poll": "Poll graph",
|
||
+ "popover": "Tooltips, menus, popovers",
|
||
+ "post": "Posts/User bios",
|
||
+ "pressed": "Pressed",
|
||
+ "selectedMenu": "Selected menu item",
|
||
+ "selectedPost": "Selected post",
|
||
+ "tabs": "Tabs",
|
||
+ "toggled": "Toggled",
|
||
+ "top_bar": "Top bar",
|
||
+ "underlay": "Underlay",
|
||
+ "wallpaper": "Wallpaper"
|
||
+ },
|
||
+ "common": {
|
||
+ "color": "Color",
|
||
+ "contrast": {
|
||
+ "context": {
|
||
+ "18pt": "for large (18pt+) text",
|
||
+ "text": "for text"
|
||
+ },
|
||
+ "hint": "Contrast ratio is {ratio}, it {level} {context}",
|
||
+ "level": {
|
||
+ "aa": "meets Level AA guideline (minimal)",
|
||
+ "aaa": "meets Level AAA guideline (recommended)",
|
||
+ "bad": "doesn't meet any accessibility guidelines"
|
||
+ }
|
||
+ },
|
||
+ "opacity": "Opacity"
|
||
+ },
|
||
+ "common_colors": {
|
||
+ "_tab_label": "Common",
|
||
+ "foreground_hint": "See \"Advanced\" tab for more detailed control",
|
||
+ "main": "Common colors",
|
||
+ "rgbo": "Icons, accents, badges"
|
||
+ },
|
||
+ "fonts": {
|
||
+ "_tab_label": "Fonts",
|
||
+ "components": {
|
||
+ "input": "Input fields",
|
||
+ "interface": "Interface",
|
||
+ "post": "Post text",
|
||
+ "postCode": "Monospaced text in a post (rich text)"
|
||
+ },
|
||
+ "custom": "Custom",
|
||
+ "family": "Font name",
|
||
+ "help": "Select font to use for elements of UI. For \"custom\" you have to enter exact font name as it appears in system.",
|
||
+ "size": "Size (in px)",
|
||
+ "weight": "Weight (boldness)"
|
||
+ },
|
||
+ "preview": {
|
||
+ "button": "Button",
|
||
+ "checkbox": "I have skimmed over terms and conditions",
|
||
+ "content": "Content",
|
||
+ "error": "Example error",
|
||
+ "faint_link": "helpful manual",
|
||
+ "fine_print": "Read our {0} to learn nothing useful!",
|
||
+ "header": "Preview",
|
||
+ "header_faint": "This is fine",
|
||
+ "input": "Just arrived at Luna Nova Academy",
|
||
+ "link": "a nice lil' link",
|
||
+ "mono": "content",
|
||
+ "text": "A bunch of more {0} and {1}"
|
||
+ },
|
||
+ "radii": {
|
||
+ "_tab_label": "Roundness"
|
||
+ },
|
||
+ "shadows": {
|
||
+ "_tab_label": "Shadow and lighting",
|
||
+ "blur": "Blur",
|
||
+ "component": "Component",
|
||
+ "components": {
|
||
+ "avatar": "User avatar (in profile view)",
|
||
+ "avatarStatus": "User avatar (in post display)",
|
||
+ "button": "Button",
|
||
+ "buttonHover": "Button (hover)",
|
||
+ "buttonPressed": "Button (pressed)",
|
||
+ "buttonPressedHover": "Button (pressed+hover)",
|
||
+ "input": "Input field",
|
||
+ "panel": "Panel",
|
||
+ "panelHeader": "Panel header",
|
||
+ "popup": "Popups and tooltips",
|
||
+ "topBar": "Top bar"
|
||
+ },
|
||
+ "filter_hint": {
|
||
+ "always_drop_shadow": "Warning, this shadow always uses {0} when browser supports it.",
|
||
+ "avatar_inset": "Please note that combining both inset and non-inset shadows on avatars might give unexpected results with transparent avatars.",
|
||
+ "drop_shadow_syntax": "{0} does not support {1} parameter and {2} keyword.",
|
||
+ "inset_classic": "Inset shadows will be using {0}",
|
||
+ "spread_zero": "Shadows with spread > 0 will appear as if it was set to zero"
|
||
+ },
|
||
+ "hintV3": "For shadows you can also use the {0} notation to use other color slot.",
|
||
+ "inset": "Inset",
|
||
+ "override": "Override",
|
||
+ "shadow_id": "Shadow #{value}",
|
||
+ "spread": "Spread"
|
||
+ },
|
||
+ "switcher": {
|
||
+ "clear_all": "Clear all",
|
||
+ "clear_opacity": "Clear opacity",
|
||
+ "help": {
|
||
+ "fe_downgraded": "FE's version rolled back.",
|
||
+ "fe_upgraded": "FE's theme engine upgraded after version update.",
|
||
+ "future_version_imported": "File you imported was made in newer version of FE.",
|
||
+ "migration_napshot_gone": "For whatever reason snapshot was missing, some stuff could look different than you remember.",
|
||
+ "migration_snapshot_ok": "Just to be safe, theme snapshot loaded. You can try loading theme data.",
|
||
+ "older_version_imported": "File you imported was made in older version of FE.",
|
||
+ "snapshot_missing": "No theme snapshot was in the file so it could look different than originally envisioned.",
|
||
+ "snapshot_present": "Theme snapshot is loaded, so all values are overriden. You can load theme's actual data instead.",
|
||
+ "snapshot_source_mismatch": "Versions conflict: most likely FE was rolled back and updated again, if you changed theme using older version of FE you most likely want to use old version, otherwise use new version.",
|
||
+ "upgraded_from_v2": "FE has been upgraded, theme could look a little bit different than you remember.",
|
||
+ "v2_imported": "File you imported was made for older FE. We try to maximize compatibility but there still could be inconsistencies."
|
||
+ },
|
||
+ "keep_as_is": "Keep as is",
|
||
+ "keep_color": "Keep colors",
|
||
+ "keep_fonts": "Keep fonts",
|
||
+ "keep_opacity": "Keep opacity",
|
||
+ "keep_roundness": "Keep roundness",
|
||
+ "keep_shadows": "Keep shadows",
|
||
+ "load_theme": "Load theme",
|
||
+ "reset": "Reset",
|
||
+ "save_load_hint": "\"Keep\" options preserve currently set options when selecting or loading themes, it also stores said options when exporting a theme. When all checkboxes unset, exporting theme will save everything.",
|
||
+ "use_snapshot": "Old version",
|
||
+ "use_source": "New version"
|
||
+ }
|
||
+ },
|
||
+ "subject_input_always_show": "Always show content warning field",
|
||
+ "subject_line_behavior": "Copy content warning when replying",
|
||
+ "subject_line_email": "Like email: \"re: warning\"",
|
||
+ "subject_line_mastodon": "Like mastodon: copy as is",
|
||
+ "subject_line_noop": "Do not copy",
|
||
+ "text": "Text",
|
||
+ "theme": "Theme",
|
||
+ "theme_help": "Use hex color codes (#rrggbb) to customize your color theme.",
|
||
+ "theme_help_v2_1": "You can also override certain component's colors and opacity by toggling the checkbox, use \"Clear all\" button to clear all overrides.",
|
||
+ "theme_help_v2_2": "Icons underneath some entries are background/text contrast indicators, hover over for detailed info. Please keep in mind that when using transparency contrast indicators show the worst possible case.",
|
||
+ "third_column_mode": "When there's enough space, show third column containing",
|
||
+ "third_column_mode_none": "Don't show third column at all",
|
||
+ "third_column_mode_notifications": "Notifications column",
|
||
+ "third_column_mode_postform": "Main post form and navigation",
|
||
+ "token": "Token",
|
||
+ "tooltipRadius": "Tooltips/alerts",
|
||
+ "translation_language": "Automatic Translation Language",
|
||
+ "tree_advanced": "Display extra buttons to open and close reply chains in threads",
|
||
+ "tree_fade_ancestors": "Display ancestors of the current post in faint text",
|
||
+ "type_domains_to_mute": "Search domains to mute",
|
||
+ "upload_a_photo": "Upload a photo",
|
||
+ "useStreamingApi": "Receive posts and notifications real-time",
|
||
+ "useStreamingApiWarning": "It's cool use it. If it breaks refresh I guess?",
|
||
+ "use_at_icon": "Display {'@'} symbol as an icon instead of text",
|
||
+ "use_contain_fit": "Don't crop the attachment in thumbnails",
|
||
+ "use_one_click_nsfw": "Open NSFW attachments with just one click",
|
||
+ "user_mutes": "Users",
|
||
+ "user_profile_default_tab": "Default Tab on User Profile",
|
||
+ "user_profiles": "User Profiles",
|
||
+ "user_settings": "User Settings",
|
||
+ "valid_until": "Valid until",
|
||
+ "values": {
|
||
+ "false": "no",
|
||
+ "true": "yes"
|
||
+ },
|
||
+ "version": {
|
||
+ "backend_version": "Backend version",
|
||
+ "frontend_version": "Frontend version",
|
||
+ "title": "Version"
|
||
+ },
|
||
+ "virtual_scrolling": "Optimize timeline rendering",
|
||
+ "word_filter": "Word filter",
|
||
+ "wordfilter": "Wordfilter"
|
||
+ },
|
||
+ "status": {
|
||
+ "ancestor_follow": "See {numReplies} other reply under this post | See {numReplies} other replies under this post",
|
||
+ "ancestor_follow_with_icon": "{icon} {text}",
|
||
+ "attachment_stop_flash": "Stop Flash player",
|
||
+ "bookmark": "Bookmark",
|
||
+ "collapse_attachments": "Collapse attachments",
|
||
+ "copy_link": "Copy link to post",
|
||
+ "delete": "Delete post",
|
||
+ "delete_confirm": "Do you really want to delete this post?",
|
||
+ "delete_confirm_accept_button": "Yes, delete it",
|
||
+ "delete_confirm_cancel_button": "No, keep it",
|
||
+ "delete_confirm_title": "Confirm deletion",
|
||
+ "edit": "Edit",
|
||
+ "edited_at": "Edited {time}",
|
||
+ "edit_history": "Edit History",
|
||
+ "edit_history_modal_title": "Edited {historyCount} time | Edited {historyCount} times",
|
||
+ "expand": "Expand",
|
||
+ "external_source": "External source",
|
||
+ "favorites": "Favorites",
|
||
+ "hide_attachment": "Hide attachment",
|
||
+ "hide_content": "Hide content",
|
||
+ "hide_full_subject": "Hide full content warning",
|
||
+ "many_attachments": "Post has {number} attachment | Post has {number} attachments",
|
||
+ "mentions": "Mentions",
|
||
+ "move_down": "Shift attachment right",
|
||
+ "move_up": "Shift attachment left",
|
||
+ "mute_conversation": "Mute conversation",
|
||
+ "nsfw": "NSFW",
|
||
+ "open_gallery": "Open gallery",
|
||
+ "override_translation_source_language": "Override source language",
|
||
+ "pin": "Pin on profile",
|
||
+ "pinned": "Pinned",
|
||
+ "plus_more": "+{number} more",
|
||
+ "remove_attachment": "Remove attachment",
|
||
+ "repeat_confirm": "Do you really want to repeat this post?",
|
||
+ "repeat_confirm_accept_button": "Yes, repeat it",
|
||
+ "repeat_confirm_cancel_button": "No, don't repeat",
|
||
+ "repeat_confirm_title": "Confirm repeat",
|
||
+ "repeats": "Repeats",
|
||
+ "replies_list": "Replies:",
|
||
+ "replies_list_with_others": "View {numReplies} more reply | View {numReplies} more replies",
|
||
+ "reply_to": "Reply to",
|
||
+ "show_all_attachments": "Show all attachments",
|
||
+ "show_all_conversation": "Show full conversation ({numStatus} other post) | Show full conversation ({numStatus} other posts)",
|
||
+ "show_all_conversation_with_icon": "{icon} {text}",
|
||
+ "show_attachment_description": "Preview description (open attachment for full description)",
|
||
+ "show_attachment_in_modal": "Show attachment in a window",
|
||
+ "show_content": "Show content",
|
||
+ "show_full_subject": "Show full content warning",
|
||
+ "show_only_conversation_under_this": "Only show replies to this post",
|
||
+ "status_deleted": "This post was deleted",
|
||
+ "status_unavailable": "Post unavailable",
|
||
+ "thread_follow": "View {numStatus} more reply | View {numStatus} more replies",
|
||
+ "thread_follow_with_icon": "{icon} {text}",
|
||
+ "thread_hide": "Hide this thread",
|
||
+ "thread_muted": "Thread muted",
|
||
+ "thread_muted_and_words": ", has words:",
|
||
+ "thread_show": "Show this thread",
|
||
+ "thread_show_full": "Show {numStatus} reply | Show all {numStatus} replies",
|
||
+ "thread_show_full_with_icon": "{icon} {text}",
|
||
+ "translate": "Translate",
|
||
+ "translated_from": "Translated from {language}",
|
||
+ "unbookmark": "Unbookmark",
|
||
+ "unmute_conversation": "Unmute conversation",
|
||
+ "unpin": "Unpin from profile",
|
||
+ "you": "(You)"
|
||
+ },
|
||
+ "time": {
|
||
+ "in_future": "in {0}",
|
||
+ "in_past": "{0} ago",
|
||
+ "now": "just now",
|
||
+ "now_short": "now",
|
||
+ "unit": {
|
||
+ "days": "{0} day | {0} days",
|
||
+ "days_short": "{0}d",
|
||
+ "hours": "{0} hour | {0} hours",
|
||
+ "hours_short": "{0}h",
|
||
+ "minutes": "{0} minute | {0} minutes",
|
||
+ "minutes_short": "{0}min",
|
||
+ "months": "{0} month | {0} months",
|
||
+ "months_short": "{0}mo",
|
||
+ "seconds": "{0} second | {0} seconds",
|
||
+ "seconds_short": "{0}s",
|
||
+ "weeks": "{0} week | {0} weeks",
|
||
+ "weeks_short": "{0}w",
|
||
+ "years": "{0} year | {0} years",
|
||
+ "years_short": "{0}y"
|
||
+ }
|
||
+ },
|
||
+ "timeline": {
|
||
+ "collapse": "Collapse",
|
||
+ "conversation": "Conversation",
|
||
+ "error": "Error fetching timeline: {0}",
|
||
+ "load_older": "Load older posts",
|
||
+ "no_more_statuses": "No more posts",
|
||
+ "no_retweet_hint": "Post is marked as followers-only or direct and cannot be repeated or quoted",
|
||
+ "no_statuses": "No posts",
|
||
+ "reload": "Reload",
|
||
+ "repeated": "repeated",
|
||
+ "show_new": "Show new",
|
||
+ "socket_broke": "Realtime connection lost: CloseEvent code {0}",
|
||
+ "socket_reconnected": "Realtime connection established",
|
||
+ "up_to_date": "Up-to-date"
|
||
+ },
|
||
+ "toast": {
|
||
+ "no_translation_target_set": "No translation target language set - this may fail. Please set a target language in your settings."
|
||
+ },
|
||
+ "tool_tip": {
|
||
+ "accept_follow_request": "Accept follow request",
|
||
+ "add_reaction": "Add Reaction",
|
||
+ "bookmark": "Bookmark",
|
||
+ "favorite": "Favorite",
|
||
+ "media_upload": "Upload media",
|
||
+ "quote": "Quote",
|
||
+ "reject_follow_request": "Reject follow request",
|
||
+ "repeat": "Repeat",
|
||
+ "reply": "Reply",
|
||
+ "user_settings": "User Settings"
|
||
+ },
|
||
+ "upload": {
|
||
+ "error": {
|
||
+ "base": "Upload failed.",
|
||
+ "default": "Try again later",
|
||
+ "file_too_big": "File too big [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
||
+ "message": "Upload failed: {0}"
|
||
+ },
|
||
+ "file_size_units": {
|
||
+ "B": "B",
|
||
+ "GiB": "GiB",
|
||
+ "KiB": "KiB",
|
||
+ "MiB": "MiB",
|
||
+ "TiB": "TiB"
|
||
+ }
|
||
+ },
|
||
+ "user_card": {
|
||
+ "admin_menu": {
|
||
+ "activate_account": "Activate account",
|
||
+ "deactivate_account": "Deactivate account",
|
||
+ "delete_account": "Delete account",
|
||
+ "delete_user": "Delete user",
|
||
+ "delete_user_data_and_deactivate_confirmation": "This will permanently delete the data from this account and deactivate it. Are you absolutely sure?",
|
||
+ "disable_any_subscription": "Disallow following user at all",
|
||
+ "disable_remote_subscription": "Disallow following user from remote instances",
|
||
+ "force_nsfw": "Mark all posts as NSFW",
|
||
+ "force_unlisted": "Force posts to be unlisted",
|
||
+ "grant_admin": "Grant Admin",
|
||
+ "grant_moderator": "Grant Moderator",
|
||
+ "moderation": "Moderation",
|
||
+ "quarantine": "Disallow user posts from federating",
|
||
+ "revoke_admin": "Revoke Admin",
|
||
+ "revoke_moderator": "Revoke Moderator",
|
||
+ "sandbox": "Force posts to be followers-only",
|
||
+ "strip_media": "Remove media from posts"
|
||
+ },
|
||
+ "approve": "Approve",
|
||
+ "approve_confirm": "Are you sure you want to let this user follow you?",
|
||
+ "approve_confirm_accept_button": "Yes, accept",
|
||
+ "approve_confirm_cancel_button": "No, cancel",
|
||
+ "approve_confirm_title": "Approve follow request",
|
||
+ "block": "Block",
|
||
+ "block_confirm": "Are you sure you want to block {user}?",
|
||
+ "block_confirm_accept_button": "Yes, block",
|
||
+ "block_confirm_cancel_button": "No, don't block",
|
||
+ "block_confirm_title": "Block user",
|
||
+ "block_progress": "Blocking…",
|
||
+ "blocked": "Blocked!",
|
||
+ "bot": "Bot",
|
||
+ "deactivated": "Deactivated",
|
||
+ "deny": "Deny",
|
||
+ "deny_confirm": "Are you sure you want to deny this user's follow request?",
|
||
+ "deny_confirm_accept_button": "Yes, deny",
|
||
+ "deny_confirm_cancel_button": "No, cancel",
|
||
+ "deny_confirm_title": "Deny follow request",
|
||
+ "domain_muted": "Unblock domain",
|
||
+ "edit_profile": "Edit profile",
|
||
+ "favorites": "Favorites",
|
||
+ "follow": "Follow",
|
||
+ "follow_cancel": "Cancel request",
|
||
+ "follow_progress": "Requesting…",
|
||
+ "follow_sent": "Request sent!",
|
||
+ "follow_unfollow": "Unfollow",
|
||
+ "followees": "Following",
|
||
+ "followers": "Followers",
|
||
+ "following": "Following!",
|
||
+ "follows_you": "Follows you!",
|
||
+ "hidden": "Hidden",
|
||
+ "hide_repeats": "Hide repeats",
|
||
+ "highlight": {
|
||
+ "disabled": "No highlight",
|
||
+ "side": "Side stripe",
|
||
+ "solid": "Solid bg",
|
||
+ "striped": "Striped bg"
|
||
+ },
|
||
+ "its_you": "It's you!",
|
||
+ "media": "Media",
|
||
+ "mention": "Mention",
|
||
+ "message": "Message",
|
||
+ "mute": "Mute",
|
||
+ "mute_confirm": "Are you sure you want to mute {user}?",
|
||
+ "mute_confirm_accept_button": "Yes, mute",
|
||
+ "mute_confirm_cancel_button": "No, don't mute",
|
||
+ "mute_confirm_title": "Mute user",
|
||
+ "mute_domain": "Block domain",
|
||
+ "mute_progress": "Muting…",
|
||
+ "muted": "Muted",
|
||
+ "note": "Private note",
|
||
+ "per_day": "per day",
|
||
+ "remote_follow": "Remote follow",
|
||
+ "replies": "With Replies",
|
||
+ "report": "Report",
|
||
+ "show_repeats": "Show repeats",
|
||
+ "statuses": "Posts",
|
||
+ "subscribe": "Subscribe",
|
||
+ "unblock": "Unblock",
|
||
+ "unblock_progress": "Unblocking…",
|
||
+ "unfollow_confirm": "Are you sure you want to unfollow {user}?",
|
||
+ "unfollow_confirm_accept_button": "Yes, unfollow",
|
||
+ "unfollow_confirm_cancel_button": "No, don't unfollow",
|
||
+ "unfollow_confirm_title": "Unfollow user",
|
||
+ "unmute": "Unmute",
|
||
+ "unmute_progress": "Unmuting…",
|
||
+ "unsubscribe": "Unsubscribe"
|
||
+ },
|
||
+ "user_profile": {
|
||
+ "profile_does_not_exist": "Sorry, this profile does not exist.",
|
||
+ "profile_loading_error": "Sorry, there was an error loading this profile.",
|
||
+ "timeline_title": "User timeline"
|
||
+ },
|
||
+ "user_reporting": {
|
||
+ "add_comment_description": "The report will be sent to your instance moderators. You can provide an explanation of why you are reporting this account below:",
|
||
+ "additional_comments": "Additional comments",
|
||
+ "forward_description": "The account is from another server. Send a copy of the report there as well?",
|
||
+ "forward_to": "Forward to {0}",
|
||
+ "generic_error": "An error occurred while processing your request.",
|
||
+ "submit": "Submit",
|
||
+ "title": "Reporting {0}"
|
||
+ },
|
||
+ "who_to_follow": {
|
||
+ "more": "More",
|
||
+ "who_to_follow": "Who to follow"
|
||
+ }
|
||
+}
|
||
+
|
||
+
|
||
diff --git a/src/services/locale/locale.service.js b/src/services/locale/locale.service.js
|
||
index 8cef2522..fcff883f 100644
|
||
--- a/src/services/locale/locale.service.js
|
||
+++ b/src/services/locale/locale.service.js
|
||
@@ -5,7 +5,8 @@ import _ from 'lodash'
|
||
const specialLanguageCodes = {
|
||
'ja_easy': 'ja',
|
||
'zh_Hant': 'zh-HANT',
|
||
- 'zh': 'zh-Hans'
|
||
+ 'zh': 'zh-Hans',
|
||
+ 'tok': 'tok'
|
||
}
|
||
|
||
const internalToBrowserLocale = code => specialLanguageCodes[code] || code
|
||
@@ -16,7 +17,8 @@ const getLanguageName = (code) => {
|
||
const specialLanguageNames = {
|
||
'ja_easy': 'やさしいにほんご',
|
||
'zh': '简体中文',
|
||
- 'zh_Hant': '繁體中文'
|
||
+ 'zh_Hant': '繁體中文',
|
||
+ 'tok': ''
|
||
}
|
||
const languageName = specialLanguageNames[code] || ISO6391.getNativeName(code)
|
||
const browserLocale = internalToBrowserLocale(code)
|
||
diff --git a/yarn.lock b/yarn.lock
|
||
index facfb5f7..709195a9 100644
|
||
--- a/yarn.lock
|
||
+++ b/yarn.lock
|
||
@@ -17,10 +17,10 @@
|
||
dependencies:
|
||
"@babel/highlight" "^7.18.6"
|
||
|
||
-"@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8":
|
||
- version "7.18.8"
|
||
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
|
||
- integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
|
||
+"@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.1":
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
|
||
+ integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
|
||
|
||
"@babel/core@7.17.8":
|
||
version "7.17.8"
|
||
@@ -44,32 +44,32 @@
|
||
semver "^6.3.0"
|
||
|
||
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.17.9", "@babel/core@^7.18.6":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
|
||
- integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
|
||
+ integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
|
||
dependencies:
|
||
"@ampproject/remapping" "^2.1.0"
|
||
"@babel/code-frame" "^7.18.6"
|
||
- "@babel/generator" "^7.18.9"
|
||
- "@babel/helper-compilation-targets" "^7.18.9"
|
||
- "@babel/helper-module-transforms" "^7.18.9"
|
||
- "@babel/helpers" "^7.18.9"
|
||
- "@babel/parser" "^7.18.9"
|
||
- "@babel/template" "^7.18.6"
|
||
- "@babel/traverse" "^7.18.9"
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/generator" "^7.19.0"
|
||
+ "@babel/helper-compilation-targets" "^7.19.1"
|
||
+ "@babel/helper-module-transforms" "^7.19.0"
|
||
+ "@babel/helpers" "^7.19.0"
|
||
+ "@babel/parser" "^7.19.1"
|
||
+ "@babel/template" "^7.18.10"
|
||
+ "@babel/traverse" "^7.19.1"
|
||
+ "@babel/types" "^7.19.0"
|
||
convert-source-map "^1.7.0"
|
||
debug "^4.1.0"
|
||
gensync "^1.0.0-beta.2"
|
||
json5 "^2.2.1"
|
||
semver "^6.3.0"
|
||
|
||
-"@babel/generator@^7.17.7", "@babel/generator@^7.18.9", "@babel/generator@^7.7.2":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
|
||
- integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
|
||
+"@babel/generator@^7.17.7", "@babel/generator@^7.19.0", "@babel/generator@^7.7.2":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
|
||
+ integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
|
||
dependencies:
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/types" "^7.19.0"
|
||
"@jridgewell/gen-mapping" "^0.3.2"
|
||
jsesc "^2.5.1"
|
||
|
||
@@ -88,41 +88,41 @@
|
||
"@babel/helper-explode-assignable-expression" "^7.18.6"
|
||
"@babel/types" "^7.18.9"
|
||
|
||
-"@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
|
||
- integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
|
||
+"@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.1":
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
|
||
+ integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
|
||
dependencies:
|
||
- "@babel/compat-data" "^7.18.8"
|
||
+ "@babel/compat-data" "^7.19.1"
|
||
"@babel/helper-validator-option" "^7.18.6"
|
||
- browserslist "^4.20.2"
|
||
+ browserslist "^4.21.3"
|
||
semver "^6.3.0"
|
||
|
||
"@babel/helper-create-class-features-plugin@^7.18.6":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz#d802ee16a64a9e824fcbf0a2ffc92f19d58550ce"
|
||
- integrity sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
|
||
+ integrity sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==
|
||
dependencies:
|
||
"@babel/helper-annotate-as-pure" "^7.18.6"
|
||
"@babel/helper-environment-visitor" "^7.18.9"
|
||
- "@babel/helper-function-name" "^7.18.9"
|
||
+ "@babel/helper-function-name" "^7.19.0"
|
||
"@babel/helper-member-expression-to-functions" "^7.18.9"
|
||
"@babel/helper-optimise-call-expression" "^7.18.6"
|
||
"@babel/helper-replace-supers" "^7.18.9"
|
||
"@babel/helper-split-export-declaration" "^7.18.6"
|
||
|
||
-"@babel/helper-create-regexp-features-plugin@^7.18.6":
|
||
- version "7.18.6"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
|
||
- integrity sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==
|
||
+"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
|
||
+ integrity sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==
|
||
dependencies:
|
||
"@babel/helper-annotate-as-pure" "^7.18.6"
|
||
regexpu-core "^5.1.0"
|
||
|
||
-"@babel/helper-define-polyfill-provider@^0.3.1", "@babel/helper-define-polyfill-provider@^0.3.2":
|
||
- version "0.3.2"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
|
||
- integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==
|
||
+"@babel/helper-define-polyfill-provider@^0.3.1", "@babel/helper-define-polyfill-provider@^0.3.2", "@babel/helper-define-polyfill-provider@^0.3.3":
|
||
+ version "0.3.3"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
|
||
+ integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
|
||
dependencies:
|
||
"@babel/helper-compilation-targets" "^7.17.7"
|
||
"@babel/helper-plugin-utils" "^7.16.7"
|
||
@@ -131,7 +131,7 @@
|
||
resolve "^1.14.2"
|
||
semver "^6.1.2"
|
||
|
||
-"@babel/helper-environment-visitor@^7.18.6", "@babel/helper-environment-visitor@^7.18.9":
|
||
+"@babel/helper-environment-visitor@^7.18.9":
|
||
version "7.18.9"
|
||
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
||
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
||
@@ -143,13 +143,13 @@
|
||
dependencies:
|
||
"@babel/types" "^7.18.6"
|
||
|
||
-"@babel/helper-function-name@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0"
|
||
- integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==
|
||
+"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
|
||
+ integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
|
||
dependencies:
|
||
- "@babel/template" "^7.18.6"
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/template" "^7.18.10"
|
||
+ "@babel/types" "^7.19.0"
|
||
|
||
"@babel/helper-hoist-variables@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -172,19 +172,19 @@
|
||
dependencies:
|
||
"@babel/types" "^7.18.6"
|
||
|
||
-"@babel/helper-module-transforms@^7.17.7", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
|
||
- integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
|
||
+"@babel/helper-module-transforms@^7.17.7", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
|
||
+ integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
|
||
dependencies:
|
||
"@babel/helper-environment-visitor" "^7.18.9"
|
||
"@babel/helper-module-imports" "^7.18.6"
|
||
"@babel/helper-simple-access" "^7.18.6"
|
||
"@babel/helper-split-export-declaration" "^7.18.6"
|
||
"@babel/helper-validator-identifier" "^7.18.6"
|
||
- "@babel/template" "^7.18.6"
|
||
- "@babel/traverse" "^7.18.9"
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/template" "^7.18.10"
|
||
+ "@babel/traverse" "^7.19.0"
|
||
+ "@babel/types" "^7.19.0"
|
||
|
||
"@babel/helper-optimise-call-expression@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -193,12 +193,12 @@
|
||
dependencies:
|
||
"@babel/types" "^7.18.6"
|
||
|
||
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
|
||
- integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
|
||
+"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
|
||
+ integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
|
||
|
||
-"@babel/helper-remap-async-to-generator@^7.18.6":
|
||
+"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9":
|
||
version "7.18.9"
|
||
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
|
||
integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
|
||
@@ -209,15 +209,15 @@
|
||
"@babel/types" "^7.18.9"
|
||
|
||
"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz#1092e002feca980fbbb0bd4d51b74a65c6a500e6"
|
||
- integrity sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz#e1592a9b4b368aa6bdb8784a711e0bcbf0612b78"
|
||
+ integrity sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==
|
||
dependencies:
|
||
"@babel/helper-environment-visitor" "^7.18.9"
|
||
"@babel/helper-member-expression-to-functions" "^7.18.9"
|
||
"@babel/helper-optimise-call-expression" "^7.18.6"
|
||
- "@babel/traverse" "^7.18.9"
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/traverse" "^7.19.1"
|
||
+ "@babel/types" "^7.19.0"
|
||
|
||
"@babel/helper-simple-access@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -240,10 +240,15 @@
|
||
dependencies:
|
||
"@babel/types" "^7.18.6"
|
||
|
||
+"@babel/helper-string-parser@^7.18.10":
|
||
+ version "7.18.10"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
|
||
+ integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
|
||
+
|
||
"@babel/helper-validator-identifier@^7.18.6":
|
||
- version "7.18.6"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
|
||
- integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
||
+ integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
||
|
||
"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -251,23 +256,23 @@
|
||
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
|
||
|
||
"@babel/helper-wrap-function@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.9.tgz#ae1feddc6ebbaa2fd79346b77821c3bd73a39646"
|
||
- integrity sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ==
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz#89f18335cff1152373222f76a4b37799636ae8b1"
|
||
+ integrity sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==
|
||
dependencies:
|
||
- "@babel/helper-function-name" "^7.18.9"
|
||
- "@babel/template" "^7.18.6"
|
||
- "@babel/traverse" "^7.18.9"
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/helper-function-name" "^7.19.0"
|
||
+ "@babel/template" "^7.18.10"
|
||
+ "@babel/traverse" "^7.19.0"
|
||
+ "@babel/types" "^7.19.0"
|
||
|
||
-"@babel/helpers@^7.17.8", "@babel/helpers@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
|
||
- integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==
|
||
+"@babel/helpers@^7.17.8", "@babel/helpers@^7.19.0":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
|
||
+ integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
|
||
dependencies:
|
||
- "@babel/template" "^7.18.6"
|
||
- "@babel/traverse" "^7.18.9"
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/template" "^7.18.10"
|
||
+ "@babel/traverse" "^7.19.0"
|
||
+ "@babel/types" "^7.19.0"
|
||
|
||
"@babel/highlight@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -278,10 +283,10 @@
|
||
chalk "^2.0.0"
|
||
js-tokens "^4.0.0"
|
||
|
||
-"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.17.8", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
|
||
- integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
|
||
+"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.17.8", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1":
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
|
||
+ integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
|
||
|
||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -299,14 +304,14 @@
|
||
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
||
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
||
|
||
-"@babel/plugin-proposal-async-generator-functions@^7.16.8", "@babel/plugin-proposal-async-generator-functions@^7.18.6":
|
||
- version "7.18.6"
|
||
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17"
|
||
- integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==
|
||
+"@babel/plugin-proposal-async-generator-functions@^7.16.8", "@babel/plugin-proposal-async-generator-functions@^7.19.1":
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
|
||
+ integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
|
||
dependencies:
|
||
- "@babel/helper-environment-visitor" "^7.18.6"
|
||
- "@babel/helper-plugin-utils" "^7.18.6"
|
||
- "@babel/helper-remap-async-to-generator" "^7.18.6"
|
||
+ "@babel/helper-environment-visitor" "^7.18.9"
|
||
+ "@babel/helper-plugin-utils" "^7.19.0"
|
||
+ "@babel/helper-remap-async-to-generator" "^7.18.9"
|
||
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
||
|
||
"@babel/plugin-proposal-class-properties@^7.16.7", "@babel/plugin-proposal-class-properties@^7.18.6":
|
||
@@ -591,16 +596,17 @@
|
||
dependencies:
|
||
"@babel/helper-plugin-utils" "^7.18.9"
|
||
|
||
-"@babel/plugin-transform-classes@^7.16.7", "@babel/plugin-transform-classes@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz#90818efc5b9746879b869d5ce83eb2aa48bbc3da"
|
||
- integrity sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==
|
||
+"@babel/plugin-transform-classes@^7.16.7", "@babel/plugin-transform-classes@^7.19.0":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz#0e61ec257fba409c41372175e7c1e606dc79bb20"
|
||
+ integrity sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==
|
||
dependencies:
|
||
"@babel/helper-annotate-as-pure" "^7.18.6"
|
||
+ "@babel/helper-compilation-targets" "^7.19.0"
|
||
"@babel/helper-environment-visitor" "^7.18.9"
|
||
- "@babel/helper-function-name" "^7.18.9"
|
||
+ "@babel/helper-function-name" "^7.19.0"
|
||
"@babel/helper-optimise-call-expression" "^7.18.6"
|
||
- "@babel/helper-plugin-utils" "^7.18.9"
|
||
+ "@babel/helper-plugin-utils" "^7.19.0"
|
||
"@babel/helper-replace-supers" "^7.18.9"
|
||
"@babel/helper-split-export-declaration" "^7.18.6"
|
||
globals "^11.1.0"
|
||
@@ -612,10 +618,10 @@
|
||
dependencies:
|
||
"@babel/helper-plugin-utils" "^7.18.9"
|
||
|
||
-"@babel/plugin-transform-destructuring@^7.16.7", "@babel/plugin-transform-destructuring@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz#68906549c021cb231bee1db21d3b5b095f8ee292"
|
||
- integrity sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==
|
||
+"@babel/plugin-transform-destructuring@^7.16.7", "@babel/plugin-transform-destructuring@^7.18.13":
|
||
+ version "7.18.13"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz#9e03bc4a94475d62b7f4114938e6c5c33372cbf5"
|
||
+ integrity sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==
|
||
dependencies:
|
||
"@babel/helper-plugin-utils" "^7.18.9"
|
||
|
||
@@ -691,14 +697,14 @@
|
||
"@babel/helper-simple-access" "^7.18.6"
|
||
babel-plugin-dynamic-import-node "^2.3.3"
|
||
|
||
-"@babel/plugin-transform-modules-systemjs@^7.16.7", "@babel/plugin-transform-modules-systemjs@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz#545df284a7ac6a05125e3e405e536c5853099a06"
|
||
- integrity sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==
|
||
+"@babel/plugin-transform-modules-systemjs@^7.16.7", "@babel/plugin-transform-modules-systemjs@^7.19.0":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz#5f20b471284430f02d9c5059d9b9a16d4b085a1f"
|
||
+ integrity sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==
|
||
dependencies:
|
||
"@babel/helper-hoist-variables" "^7.18.6"
|
||
- "@babel/helper-module-transforms" "^7.18.9"
|
||
- "@babel/helper-plugin-utils" "^7.18.9"
|
||
+ "@babel/helper-module-transforms" "^7.19.0"
|
||
+ "@babel/helper-plugin-utils" "^7.19.0"
|
||
"@babel/helper-validator-identifier" "^7.18.6"
|
||
babel-plugin-dynamic-import-node "^2.3.3"
|
||
|
||
@@ -710,13 +716,13 @@
|
||
"@babel/helper-module-transforms" "^7.18.6"
|
||
"@babel/helper-plugin-utils" "^7.18.6"
|
||
|
||
-"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8", "@babel/plugin-transform-named-capturing-groups-regex@^7.18.6":
|
||
- version "7.18.6"
|
||
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz#c89bfbc7cc6805d692f3a49bc5fc1b630007246d"
|
||
- integrity sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==
|
||
+"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8", "@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
|
||
+ integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
|
||
dependencies:
|
||
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
||
- "@babel/helper-plugin-utils" "^7.18.6"
|
||
+ "@babel/helper-create-regexp-features-plugin" "^7.19.0"
|
||
+ "@babel/helper-plugin-utils" "^7.19.0"
|
||
|
||
"@babel/plugin-transform-new-target@^7.16.7", "@babel/plugin-transform-new-target@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -781,12 +787,12 @@
|
||
dependencies:
|
||
"@babel/helper-plugin-utils" "^7.18.6"
|
||
|
||
-"@babel/plugin-transform-spread@^7.16.7", "@babel/plugin-transform-spread@^7.18.9":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz#6ea7a6297740f381c540ac56caf75b05b74fb664"
|
||
- integrity sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==
|
||
+"@babel/plugin-transform-spread@^7.16.7", "@babel/plugin-transform-spread@^7.19.0":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz#dd60b4620c2fec806d60cfaae364ec2188d593b6"
|
||
+ integrity sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==
|
||
dependencies:
|
||
- "@babel/helper-plugin-utils" "^7.18.9"
|
||
+ "@babel/helper-plugin-utils" "^7.19.0"
|
||
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
||
|
||
"@babel/plugin-transform-sticky-regex@^7.16.7", "@babel/plugin-transform-sticky-regex@^7.18.6":
|
||
@@ -810,12 +816,12 @@
|
||
dependencies:
|
||
"@babel/helper-plugin-utils" "^7.18.9"
|
||
|
||
-"@babel/plugin-transform-unicode-escapes@^7.16.7", "@babel/plugin-transform-unicode-escapes@^7.18.6":
|
||
- version "7.18.6"
|
||
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27"
|
||
- integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==
|
||
+"@babel/plugin-transform-unicode-escapes@^7.16.7", "@babel/plugin-transform-unicode-escapes@^7.18.10":
|
||
+ version "7.18.10"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246"
|
||
+ integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==
|
||
dependencies:
|
||
- "@babel/helper-plugin-utils" "^7.18.6"
|
||
+ "@babel/helper-plugin-utils" "^7.18.9"
|
||
|
||
"@babel/plugin-transform-unicode-regex@^7.16.7", "@babel/plugin-transform-unicode-regex@^7.18.6":
|
||
version "7.18.6"
|
||
@@ -906,17 +912,17 @@
|
||
semver "^6.3.0"
|
||
|
||
"@babel/preset-env@^7.18.6":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff"
|
||
- integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
|
||
+ integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
|
||
dependencies:
|
||
- "@babel/compat-data" "^7.18.8"
|
||
- "@babel/helper-compilation-targets" "^7.18.9"
|
||
- "@babel/helper-plugin-utils" "^7.18.9"
|
||
+ "@babel/compat-data" "^7.19.1"
|
||
+ "@babel/helper-compilation-targets" "^7.19.1"
|
||
+ "@babel/helper-plugin-utils" "^7.19.0"
|
||
"@babel/helper-validator-option" "^7.18.6"
|
||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
||
- "@babel/plugin-proposal-async-generator-functions" "^7.18.6"
|
||
+ "@babel/plugin-proposal-async-generator-functions" "^7.19.1"
|
||
"@babel/plugin-proposal-class-properties" "^7.18.6"
|
||
"@babel/plugin-proposal-class-static-block" "^7.18.6"
|
||
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
||
@@ -950,9 +956,9 @@
|
||
"@babel/plugin-transform-async-to-generator" "^7.18.6"
|
||
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
|
||
"@babel/plugin-transform-block-scoping" "^7.18.9"
|
||
- "@babel/plugin-transform-classes" "^7.18.9"
|
||
+ "@babel/plugin-transform-classes" "^7.19.0"
|
||
"@babel/plugin-transform-computed-properties" "^7.18.9"
|
||
- "@babel/plugin-transform-destructuring" "^7.18.9"
|
||
+ "@babel/plugin-transform-destructuring" "^7.18.13"
|
||
"@babel/plugin-transform-dotall-regex" "^7.18.6"
|
||
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
|
||
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
|
||
@@ -962,9 +968,9 @@
|
||
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
|
||
"@babel/plugin-transform-modules-amd" "^7.18.6"
|
||
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
|
||
- "@babel/plugin-transform-modules-systemjs" "^7.18.9"
|
||
+ "@babel/plugin-transform-modules-systemjs" "^7.19.0"
|
||
"@babel/plugin-transform-modules-umd" "^7.18.6"
|
||
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6"
|
||
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
|
||
"@babel/plugin-transform-new-target" "^7.18.6"
|
||
"@babel/plugin-transform-object-super" "^7.18.6"
|
||
"@babel/plugin-transform-parameters" "^7.18.8"
|
||
@@ -972,18 +978,18 @@
|
||
"@babel/plugin-transform-regenerator" "^7.18.6"
|
||
"@babel/plugin-transform-reserved-words" "^7.18.6"
|
||
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
|
||
- "@babel/plugin-transform-spread" "^7.18.9"
|
||
+ "@babel/plugin-transform-spread" "^7.19.0"
|
||
"@babel/plugin-transform-sticky-regex" "^7.18.6"
|
||
"@babel/plugin-transform-template-literals" "^7.18.9"
|
||
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
|
||
- "@babel/plugin-transform-unicode-escapes" "^7.18.6"
|
||
+ "@babel/plugin-transform-unicode-escapes" "^7.18.10"
|
||
"@babel/plugin-transform-unicode-regex" "^7.18.6"
|
||
"@babel/preset-modules" "^0.1.5"
|
||
- "@babel/types" "^7.18.9"
|
||
- babel-plugin-polyfill-corejs2 "^0.3.1"
|
||
- babel-plugin-polyfill-corejs3 "^0.5.2"
|
||
- babel-plugin-polyfill-regenerator "^0.3.1"
|
||
- core-js-compat "^3.22.1"
|
||
+ "@babel/types" "^7.19.0"
|
||
+ babel-plugin-polyfill-corejs2 "^0.3.3"
|
||
+ babel-plugin-polyfill-corejs3 "^0.6.0"
|
||
+ babel-plugin-polyfill-regenerator "^0.4.1"
|
||
+ core-js-compat "^3.25.1"
|
||
semver "^6.3.0"
|
||
|
||
"@babel/preset-modules@^0.1.5":
|
||
@@ -1016,42 +1022,43 @@
|
||
regenerator-runtime "^0.13.4"
|
||
|
||
"@babel/runtime@^7.8.4":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
|
||
- integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259"
|
||
+ integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==
|
||
dependencies:
|
||
regenerator-runtime "^0.13.4"
|
||
|
||
-"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.18.6", "@babel/template@^7.3.3":
|
||
- version "7.18.6"
|
||
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
|
||
- integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
|
||
+"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.3.3":
|
||
+ version "7.18.10"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
|
||
+ integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
|
||
dependencies:
|
||
"@babel/code-frame" "^7.18.6"
|
||
- "@babel/parser" "^7.18.6"
|
||
- "@babel/types" "^7.18.6"
|
||
+ "@babel/parser" "^7.18.10"
|
||
+ "@babel/types" "^7.18.10"
|
||
|
||
-"@babel/traverse@^7.0.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
|
||
- integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
|
||
+"@babel/traverse@^7.0.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.2":
|
||
+ version "7.19.1"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
|
||
+ integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
|
||
dependencies:
|
||
"@babel/code-frame" "^7.18.6"
|
||
- "@babel/generator" "^7.18.9"
|
||
+ "@babel/generator" "^7.19.0"
|
||
"@babel/helper-environment-visitor" "^7.18.9"
|
||
- "@babel/helper-function-name" "^7.18.9"
|
||
+ "@babel/helper-function-name" "^7.19.0"
|
||
"@babel/helper-hoist-variables" "^7.18.6"
|
||
"@babel/helper-split-export-declaration" "^7.18.6"
|
||
- "@babel/parser" "^7.18.9"
|
||
- "@babel/types" "^7.18.9"
|
||
+ "@babel/parser" "^7.19.1"
|
||
+ "@babel/types" "^7.19.0"
|
||
debug "^4.1.0"
|
||
globals "^11.1.0"
|
||
|
||
-"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
||
- version "7.18.9"
|
||
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
|
||
- integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
|
||
+"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
||
+ version "7.19.0"
|
||
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
|
||
+ integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
|
||
dependencies:
|
||
+ "@babel/helper-string-parser" "^7.18.10"
|
||
"@babel/helper-validator-identifier" "^7.18.6"
|
||
to-fast-properties "^2.0.0"
|
||
|
||
@@ -1070,14 +1077,14 @@
|
||
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
||
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
|
||
|
||
-"@eslint/eslintrc@^1.3.0":
|
||
- version "1.3.0"
|
||
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
|
||
- integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
|
||
+"@eslint/eslintrc@^1.3.2":
|
||
+ version "1.3.2"
|
||
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
|
||
+ integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
|
||
dependencies:
|
||
ajv "^6.12.4"
|
||
debug "^4.3.2"
|
||
- espree "^9.3.2"
|
||
+ espree "^9.4.0"
|
||
globals "^13.15.0"
|
||
ignore "^5.2.0"
|
||
import-fresh "^3.2.1"
|
||
@@ -1085,10 +1092,10 @@
|
||
minimatch "^3.1.2"
|
||
strip-json-comments "^3.1.1"
|
||
|
||
-"@fortawesome/fontawesome-common-types@6.1.2":
|
||
- version "6.1.2"
|
||
- resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.1.2.tgz#c1095b1bbabf19f37f9ff0719db38d92a410bcfe"
|
||
- integrity sha512-wBaAPGz1Awxg05e0PBRkDRuTsy4B3dpBm+zreTTyd9TH4uUM27cAL4xWyWR0rLJCrRwzVsQ4hF3FvM6rqydKPA==
|
||
+"@fortawesome/fontawesome-common-types@6.2.0":
|
||
+ version "6.2.0"
|
||
+ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.2.0.tgz#76467a94aa888aeb22aafa43eb6ff889df3a5a7f"
|
||
+ integrity sha512-rBevIsj2nclStJ7AxTdfsa3ovHb1H+qApwrxcTVo+NNdeJiB9V75hsKfrkG5AwNcRUNxrPPiScGYCNmLMoh8pg==
|
||
|
||
"@fortawesome/fontawesome-common-types@^0.2.36":
|
||
version "0.2.36"
|
||
@@ -1108,11 +1115,11 @@
|
||
"@fortawesome/fontawesome-common-types" "^0.3.0"
|
||
|
||
"@fortawesome/free-regular-svg-icons@^6.1.2":
|
||
- version "6.1.2"
|
||
- resolved "https://registry.yarnpkg.com/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-6.1.2.tgz#9f04009098addcc11d0d185126f058ed042c3099"
|
||
- integrity sha512-xR4hA+tAwsaTHGfb+25H1gVU/aJ0Rzu+xIUfnyrhaL13yNQ7TWiI2RvzniAaB+VGHDU2a+Pk96Ve+pkN3/+TTQ==
|
||
+ version "6.2.0"
|
||
+ resolved "https://registry.yarnpkg.com/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-6.2.0.tgz#947e1f03be17da3a60bfeb2666b5348b19448ce2"
|
||
+ integrity sha512-M1dG+PAmkYMTL9BSUHFXY5oaHwBYfHCPhbJ8qj8JELsc9XCrUJ6eEHWip4q0tE+h9C0DVyFkwIM9t7QYyCpprQ==
|
||
dependencies:
|
||
- "@fortawesome/fontawesome-common-types" "6.1.2"
|
||
+ "@fortawesome/fontawesome-common-types" "6.2.0"
|
||
|
||
"@fortawesome/free-solid-svg-icons@5.15.4":
|
||
version "5.15.4"
|
||
@@ -1131,24 +1138,34 @@
|
||
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
|
||
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
|
||
|
||
-"@humanwhocodes/config-array@^0.9.2":
|
||
- version "0.9.5"
|
||
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
|
||
- integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
|
||
+"@humanwhocodes/config-array@^0.10.5":
|
||
+ version "0.10.5"
|
||
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
|
||
+ integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
|
||
dependencies:
|
||
"@humanwhocodes/object-schema" "^1.2.1"
|
||
debug "^4.1.1"
|
||
minimatch "^3.0.4"
|
||
|
||
+"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
|
||
+ version "1.0.2"
|
||
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
|
||
+ integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
|
||
+
|
||
+"@humanwhocodes/module-importer@^1.0.1":
|
||
+ version "1.0.1"
|
||
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
||
+ integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
||
+
|
||
"@humanwhocodes/object-schema@^1.2.1":
|
||
version "1.2.1"
|
||
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
|
||
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
|
||
|
||
"@intlify/bundle-utils@next":
|
||
- version "3.1.0"
|
||
- resolved "https://registry.yarnpkg.com/@intlify/bundle-utils/-/bundle-utils-3.1.0.tgz#42bff44116bdb49621146cd5622c4c45019c8862"
|
||
- integrity sha512-ghlJ0kR2cCQ8D+poKknC0Xx0ncOt3J3os7CcIAqqIWVF7k6AtGoCDnIru+YzlZcvFRNmP9wEZ7jKliojCdAWNg==
|
||
+ version "3.1.2"
|
||
+ resolved "https://registry.yarnpkg.com/@intlify/bundle-utils/-/bundle-utils-3.1.2.tgz#9cd415c3e6a0643056175c375279f7ee0c42210d"
|
||
+ integrity sha512-amgSo0NN5OKWYdcgFmfJqo2tcUcZ6C66Bxm5ALQnB0m3MUQtS9aJzKoIo+EU9XQiOVmlBFxRtNoZm+psHa5FNA==
|
||
dependencies:
|
||
"@intlify/message-compiler" next
|
||
"@intlify/shared" next
|
||
@@ -1182,23 +1199,23 @@
|
||
source-map "0.6.1"
|
||
|
||
"@intlify/message-compiler@next":
|
||
- version "9.2.0-beta.40"
|
||
- resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.2.0-beta.40.tgz#d5d0c5652b9e74e0b4da07a2b8731e1f0e729029"
|
||
- integrity sha512-6QWTSYewmkew4nsRqgkwTVuGFKzxVCOK8EXsPt15N+tN1g+OYjC3PfGA2dPB6cVkNxqA9mV/hNK02uHPWU9t0A==
|
||
+ version "9.3.0-beta.3"
|
||
+ resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.3.0-beta.3.tgz#08eb89cf071dbdcadc861ecb2f2579f8e799445b"
|
||
+ integrity sha512-j8OwToBQgs01RBMX4GCDNQfcnmw3AiDG3moKIONTrfXcf+1yt/rWznLTYH/DXbKcFMAFijFpCzMYjUmH1jVFYA==
|
||
dependencies:
|
||
- "@intlify/shared" "9.2.0-beta.40"
|
||
+ "@intlify/shared" "9.3.0-beta.3"
|
||
source-map "0.6.1"
|
||
|
||
-"@intlify/shared@9.2.0-beta.40", "@intlify/shared@next":
|
||
- version "9.2.0-beta.40"
|
||
- resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.0-beta.40.tgz#a850936008e6e865310b2a49136d494dd326faab"
|
||
- integrity sha512-xWz+SFjgt/LfaSbbHVn+V7gmvX4ZNP3cIFta790GWZ/tEgwJeC3tkV7i45iUbZ4ZimOerFgKH05b7qvJlKb6RQ==
|
||
-
|
||
"@intlify/shared@9.2.2":
|
||
version "9.2.2"
|
||
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.2.tgz#5011be9ca2b4ab86f8660739286e2707f9abb4a5"
|
||
integrity sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q==
|
||
|
||
+"@intlify/shared@9.3.0-beta.3", "@intlify/shared@next":
|
||
+ version "9.3.0-beta.3"
|
||
+ resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.3.0-beta.3.tgz#fce341eb6abbb6ec5efc8b6847f67050ed5ebaf5"
|
||
+ integrity sha512-Z/0TU4GhFKRxKh+0RbwJExik9zz57gXYgxSYaPn7YQdkQ/pabSioCY/SXnYxQHL6HzULF5tmqarFm6glbGqKhw==
|
||
+
|
||
"@intlify/vue-devtools@9.2.2":
|
||
version "9.2.2"
|
||
resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.2.2.tgz#b95701556daf7ebb3a2d45aa3ae9e6415aed8317"
|
||
@@ -1460,9 +1477,9 @@
|
||
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
||
|
||
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.13", "@jridgewell/trace-mapping@^0.3.9":
|
||
- version "0.3.14"
|
||
- resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
|
||
- integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==
|
||
+ version "0.3.15"
|
||
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774"
|
||
+ integrity sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==
|
||
dependencies:
|
||
"@jridgewell/resolve-uri" "^3.0.3"
|
||
"@jridgewell/sourcemap-codec" "^1.4.10"
|
||
@@ -1520,9 +1537,9 @@
|
||
"@rollup/pluginutils" "^3.1.0"
|
||
|
||
"@rollup/plugin-commonjs@^22.0.1":
|
||
- version "22.0.1"
|
||
- resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.1.tgz#f7cb777d20de3eeeaf994f39080115c336bef810"
|
||
- integrity sha512-dGfEZvdjDHObBiP5IvwTKMVeq/tBZGMBHZFMdIV1ClMM/YoWS34xrHFGfag9SN2ZtMgNZRFruqvxZQEa70O6nQ==
|
||
+ version "22.0.2"
|
||
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz#ee8ca8415cda30d383b4096aad5222435b4b69b6"
|
||
+ integrity sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==
|
||
dependencies:
|
||
"@rollup/pluginutils" "^3.1.0"
|
||
commondir "^1.0.1"
|
||
@@ -1542,9 +1559,9 @@
|
||
picomatch "^2.2.2"
|
||
|
||
"@sinclair/typebox@^0.24.1":
|
||
- version "0.24.22"
|
||
- resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.22.tgz#0da18e6e75701d6609c7c68fe18002bb1f47345f"
|
||
- integrity sha512-JsBe3cOFpNZ6yjBYnXKhcENWy5qZE3PQZwExQ5ksA/h8qp4bwwxFmy07A6bC2R6qv6+RF3SfrbQTskTwYNTXUQ==
|
||
+ version "0.24.43"
|
||
+ resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.43.tgz#2e2bce0e5e493aaf639beed0cd6c88cfde7dd3d7"
|
||
+ integrity sha512-1orQTvtazZmsPeBroJjysvsOQCYV2yjWlebkSY38pl5vr2tdLjEJ+LoxITlGNZaH2RE19WlAwQMkH/7C14wLfw==
|
||
|
||
"@sinonjs/commons@^1.7.0":
|
||
version "1.8.3"
|
||
@@ -1560,6 +1577,11 @@
|
||
dependencies:
|
||
"@sinonjs/commons" "^1.7.0"
|
||
|
||
+"@socket.io/component-emitter@~3.1.0":
|
||
+ version "3.1.0"
|
||
+ resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
|
||
+ integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==
|
||
+
|
||
"@stylelint/postcss-css-in-js@^0.37.1":
|
||
version "0.37.3"
|
||
resolved "https://registry.yarnpkg.com/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.3.tgz#d149a385e07ae365b0107314c084cb6c11adbf49"
|
||
@@ -1576,9 +1598,9 @@
|
||
unist-util-find-all-after "^3.0.2"
|
||
|
||
"@testim/chrome-version@^1.0.7":
|
||
- version "1.1.2"
|
||
- resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.1.2.tgz#092005c5b77bd3bb6576a4677110a11485e11864"
|
||
- integrity sha512-1c4ZOETSRpI0iBfIFUqU4KqwBAB2lHUAlBjZz/YqOHqwM9dTTzjV6Km0ZkiEiSCx/tLr1BtESIKyWWMww+RUqw==
|
||
+ version "1.1.3"
|
||
+ resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.1.3.tgz#fbb68696899d7b8c1b9b891eded9c04fe2cd5529"
|
||
+ integrity sha512-g697J3WxV/Zytemz8aTuKjTGYtta9+02kva3C1xc7KXB8GdbfE1akGJIsZLyY/FSh2QrnE+fiB7vmWU3XNcb6A==
|
||
|
||
"@types/babel__core@^7.1.14":
|
||
version "7.1.19"
|
||
@@ -1607,17 +1629,12 @@
|
||
"@babel/types" "^7.0.0"
|
||
|
||
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
|
||
- version "7.17.1"
|
||
- resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.17.1.tgz#1a0e73e8c28c7e832656db372b779bfd2ef37314"
|
||
- integrity sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==
|
||
+ version "7.18.2"
|
||
+ resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.2.tgz#235bf339d17185bdec25e024ca19cce257cc7309"
|
||
+ integrity sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==
|
||
dependencies:
|
||
"@babel/types" "^7.3.0"
|
||
|
||
-"@types/component-emitter@^1.2.10":
|
||
- version "1.2.11"
|
||
- resolved "https://registry.yarnpkg.com/@types/component-emitter/-/component-emitter-1.2.11.tgz#50d47d42b347253817a39709fef03ce66a108506"
|
||
- integrity sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV2oux4jDZQ==
|
||
-
|
||
"@types/cookie@^0.4.1":
|
||
version "0.4.1"
|
||
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d"
|
||
@@ -1694,9 +1711,9 @@
|
||
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
||
|
||
"@types/node@*", "@types/node@>=10.0.0":
|
||
- version "18.6.3"
|
||
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.3.tgz#4e4a95b6fe44014563ceb514b2598b3e623d1c98"
|
||
- integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==
|
||
+ version "18.7.20"
|
||
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.20.tgz#d9442de7b5cb166476340b4271b15300fe058a39"
|
||
+ integrity sha512-adzY4vLLr5Uivmx8+zfSJ5fbdgKxX8UMtjtl+17n0B1q1Nz8JEmE151vefMdpD+1gyh+77weN4qEhej/O7budQ==
|
||
|
||
"@types/normalize-package-data@^2.4.0":
|
||
version "2.4.1"
|
||
@@ -1709,9 +1726,9 @@
|
||
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
||
|
||
"@types/prettier@^2.1.5":
|
||
- version "2.6.4"
|
||
- resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.4.tgz#ad899dad022bab6b5a9f0a0fe67c2f7a4a8950ed"
|
||
- integrity sha512-fOwvpvQYStpb/zHMx0Cauwywu9yLDmzWiiQBC7gJyq5tYLUXFZvDG7VK1B7WBxxjBJNKFOZ0zLoOQn8vmATbhw==
|
||
+ version "2.7.1"
|
||
+ resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
|
||
+ integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
|
||
|
||
"@types/stack-utils@^2.0.0":
|
||
version "2.0.1"
|
||
@@ -1729,9 +1746,9 @@
|
||
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
|
||
|
||
"@types/yargs@^17.0.8":
|
||
- version "17.0.10"
|
||
- resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a"
|
||
- integrity sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==
|
||
+ version "17.0.13"
|
||
+ resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.13.tgz#34cced675ca1b1d51fcf4d34c3c6f0fa142a5c76"
|
||
+ integrity sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==
|
||
dependencies:
|
||
"@types/yargs-parser" "*"
|
||
|
||
@@ -1742,26 +1759,26 @@
|
||
dependencies:
|
||
"@types/node" "*"
|
||
|
||
-"@typescript-eslint/scope-manager@5.31.0":
|
||
- version "5.31.0"
|
||
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
|
||
- integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
|
||
+"@typescript-eslint/scope-manager@5.38.0":
|
||
+ version "5.38.0"
|
||
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
|
||
+ integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
|
||
dependencies:
|
||
- "@typescript-eslint/types" "5.31.0"
|
||
- "@typescript-eslint/visitor-keys" "5.31.0"
|
||
+ "@typescript-eslint/types" "5.38.0"
|
||
+ "@typescript-eslint/visitor-keys" "5.38.0"
|
||
|
||
-"@typescript-eslint/types@5.31.0":
|
||
- version "5.31.0"
|
||
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
|
||
- integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
|
||
+"@typescript-eslint/types@5.38.0":
|
||
+ version "5.38.0"
|
||
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
|
||
+ integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
|
||
|
||
-"@typescript-eslint/typescript-estree@5.31.0":
|
||
- version "5.31.0"
|
||
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
|
||
- integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
|
||
+"@typescript-eslint/typescript-estree@5.38.0":
|
||
+ version "5.38.0"
|
||
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
|
||
+ integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
|
||
dependencies:
|
||
- "@typescript-eslint/types" "5.31.0"
|
||
- "@typescript-eslint/visitor-keys" "5.31.0"
|
||
+ "@typescript-eslint/types" "5.38.0"
|
||
+ "@typescript-eslint/visitor-keys" "5.38.0"
|
||
debug "^4.3.4"
|
||
globby "^11.1.0"
|
||
is-glob "^4.0.3"
|
||
@@ -1769,23 +1786,23 @@
|
||
tsutils "^3.21.0"
|
||
|
||
"@typescript-eslint/utils@^5.10.0":
|
||
- version "5.31.0"
|
||
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
|
||
- integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
|
||
+ version "5.38.0"
|
||
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
|
||
+ integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
|
||
dependencies:
|
||
"@types/json-schema" "^7.0.9"
|
||
- "@typescript-eslint/scope-manager" "5.31.0"
|
||
- "@typescript-eslint/types" "5.31.0"
|
||
- "@typescript-eslint/typescript-estree" "5.31.0"
|
||
+ "@typescript-eslint/scope-manager" "5.38.0"
|
||
+ "@typescript-eslint/types" "5.38.0"
|
||
+ "@typescript-eslint/typescript-estree" "5.38.0"
|
||
eslint-scope "^5.1.1"
|
||
eslint-utils "^3.0.0"
|
||
|
||
-"@typescript-eslint/visitor-keys@5.31.0":
|
||
- version "5.31.0"
|
||
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
|
||
- integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
|
||
+"@typescript-eslint/visitor-keys@5.38.0":
|
||
+ version "5.38.0"
|
||
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
|
||
+ integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
|
||
dependencies:
|
||
- "@typescript-eslint/types" "5.31.0"
|
||
+ "@typescript-eslint/types" "5.38.0"
|
||
eslint-visitor-keys "^3.3.0"
|
||
|
||
"@ungap/event-target@0.2.3":
|
||
@@ -1818,100 +1835,100 @@
|
||
html-tags "^3.1.0"
|
||
svg-tags "^1.0.0"
|
||
|
||
-"@vue/compiler-core@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.37.tgz#b3c42e04c0e0f2c496ff1784e543fbefe91e215a"
|
||
- integrity sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==
|
||
+"@vue/compiler-core@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.39.tgz#0d77e635f4bdb918326669155a2dc977c053943e"
|
||
+ integrity sha512-mf/36OWXqWn0wsC40nwRRGheR/qoID+lZXbIuLnr4/AngM0ov8Xvv8GHunC0rKRIkh60bTqydlqTeBo49rlbqw==
|
||
dependencies:
|
||
"@babel/parser" "^7.16.4"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/shared" "3.2.39"
|
||
estree-walker "^2.0.2"
|
||
source-map "^0.6.1"
|
||
|
||
-"@vue/compiler-dom@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.37.tgz#10d2427a789e7c707c872da9d678c82a0c6582b5"
|
||
- integrity sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==
|
||
+"@vue/compiler-dom@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.39.tgz#bd69d35c1a48fe2cea4ab9e96d2a3a735d146fdf"
|
||
+ integrity sha512-HMFI25Be1C8vLEEv1hgEO1dWwG9QQ8LTTPmCkblVJY/O3OvWx6r1+zsox5mKPMGvqYEZa6l8j+xgOfUspgo7hw==
|
||
dependencies:
|
||
- "@vue/compiler-core" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/compiler-core" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
|
||
-"@vue/compiler-sfc@3.2.37", "@vue/compiler-sfc@^3.1.0":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.37.tgz#3103af3da2f40286edcd85ea495dcb35bc7f5ff4"
|
||
- integrity sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==
|
||
+"@vue/compiler-sfc@3.2.39", "@vue/compiler-sfc@^3.1.0":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.39.tgz#8fe29990f672805b7c5a2ecfa5b05e681c862ea2"
|
||
+ integrity sha512-fqAQgFs1/BxTUZkd0Vakn3teKUt//J3c420BgnYgEOoVdTwYpBTSXCMJ88GOBCylmUBbtquGPli9tVs7LzsWIA==
|
||
dependencies:
|
||
"@babel/parser" "^7.16.4"
|
||
- "@vue/compiler-core" "3.2.37"
|
||
- "@vue/compiler-dom" "3.2.37"
|
||
- "@vue/compiler-ssr" "3.2.37"
|
||
- "@vue/reactivity-transform" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/compiler-core" "3.2.39"
|
||
+ "@vue/compiler-dom" "3.2.39"
|
||
+ "@vue/compiler-ssr" "3.2.39"
|
||
+ "@vue/reactivity-transform" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
estree-walker "^2.0.2"
|
||
magic-string "^0.25.7"
|
||
postcss "^8.1.10"
|
||
source-map "^0.6.1"
|
||
|
||
-"@vue/compiler-ssr@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.37.tgz#4899d19f3a5fafd61524a9d1aee8eb0505313cff"
|
||
- integrity sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==
|
||
+"@vue/compiler-ssr@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.39.tgz#4f3bfb535cb98b764bee45e078700e03ccc60633"
|
||
+ integrity sha512-EoGCJ6lincKOZGW+0Ky4WOKsSmqL7hp1ZYgen8M7u/mlvvEQUaO9tKKOy7K43M9U2aA3tPv0TuYYQFrEbK2eFQ==
|
||
dependencies:
|
||
- "@vue/compiler-dom" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/compiler-dom" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
|
||
"@vue/devtools-api@^6.0.0", "@vue/devtools-api@^6.0.0-beta.11", "@vue/devtools-api@^6.2.1":
|
||
- version "6.2.1"
|
||
- resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.2.1.tgz#6f2948ff002ec46df01420dfeff91de16c5b4092"
|
||
- integrity sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==
|
||
+ version "6.3.0"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.3.0.tgz#2cb4cbf012e704f467f5ba7e4092f09fc141edac"
|
||
+ integrity sha512-OfjtreoF3LtHmte3TrWSoZcyL4XWBL5+dTnCARuJZzTCYuaaO29PGMKCKdmXi4CZ0SiN0Exz1IGSo2S5BgDwEQ==
|
||
|
||
-"@vue/reactivity-transform@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.37.tgz#0caa47c4344df4ae59f5a05dde2a8758829f8eca"
|
||
- integrity sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==
|
||
+"@vue/reactivity-transform@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.39.tgz#da6ae6c8fd77791b9ae21976720d116591e1c4aa"
|
||
+ integrity sha512-HGuWu864zStiWs9wBC6JYOP1E00UjMdDWIG5W+FpUx28hV3uz9ODOKVNm/vdOy/Pvzg8+OcANxAVC85WFBbl3A==
|
||
dependencies:
|
||
"@babel/parser" "^7.16.4"
|
||
- "@vue/compiler-core" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/compiler-core" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
estree-walker "^2.0.2"
|
||
magic-string "^0.25.7"
|
||
|
||
-"@vue/reactivity@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.37.tgz#5bc3847ac58828e2b78526e08219e0a1089f8848"
|
||
- integrity sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==
|
||
+"@vue/reactivity@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.39.tgz#e6e3615fe2288d4232b104640ddabd0729a78c80"
|
||
+ integrity sha512-vlaYX2a3qMhIZfrw3Mtfd+BuU+TZmvDrPMa+6lpfzS9k/LnGxkSuf0fhkP0rMGfiOHPtyKoU9OJJJFGm92beVQ==
|
||
dependencies:
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/shared" "3.2.39"
|
||
|
||
-"@vue/runtime-core@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.37.tgz#7ba7c54bb56e5d70edfc2f05766e1ca8519966e3"
|
||
- integrity sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==
|
||
+"@vue/runtime-core@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.39.tgz#dc1faccab11b3e81197aba33fb30c9447c1d2c84"
|
||
+ integrity sha512-xKH5XP57JW5JW+8ZG1khBbuLakINTgPuINKL01hStWLTTGFOrM49UfCFXBcFvWmSbci3gmJyLl2EAzCaZWsx8g==
|
||
dependencies:
|
||
- "@vue/reactivity" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/reactivity" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
|
||
-"@vue/runtime-dom@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.37.tgz#002bdc8228fa63949317756fb1e92cdd3f9f4bbd"
|
||
- integrity sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==
|
||
+"@vue/runtime-dom@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.39.tgz#4a8cb132bcef316e8151c5ed07fc7272eb064614"
|
||
+ integrity sha512-4G9AEJP+sLhsqf5wXcyKVWQKUhI+iWfy0hWQgea+CpaTD7BR0KdQzvoQdZhwCY6B3oleSyNLkLAQwm0ya/wNoA==
|
||
dependencies:
|
||
- "@vue/runtime-core" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/runtime-core" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
csstype "^2.6.8"
|
||
|
||
-"@vue/server-renderer@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.37.tgz#840a29c8dcc29bddd9b5f5ffa22b95c0e72afdfc"
|
||
- integrity sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==
|
||
+"@vue/server-renderer@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.39.tgz#4358292d925233b0d8b54cf0513eaece8b2351c5"
|
||
+ integrity sha512-1yn9u2YBQWIgytFMjz4f/t0j43awKytTGVptfd3FtBk76t1pd8mxbek0G/DrnjJhd2V7mSTb5qgnxMYt8Z5iSQ==
|
||
dependencies:
|
||
- "@vue/compiler-ssr" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/compiler-ssr" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
|
||
-"@vue/shared@3.2.37":
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.37.tgz#8e6adc3f2759af52f0e85863dfb0b711ecc5c702"
|
||
- integrity sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==
|
||
+"@vue/shared@3.2.39":
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.39.tgz#302df167559a1a5156da162d8cc6760cef67f8e3"
|
||
+ integrity sha512-D3dl2ZB9qE6mTuWPk9RlhDeP1dgNRUKC3NJxji74A4yL8M2MwlhLKUC/49WHjrNzSPug58fWx/yFbaTzGAQSBw==
|
||
|
||
"@vue/test-utils@^2.0.2":
|
||
version "2.0.2"
|
||
@@ -2581,16 +2598,16 @@ babel-plugin-lodash@3.3.4:
|
||
lodash "^4.17.10"
|
||
require-package-name "^2.0.1"
|
||
|
||
-babel-plugin-polyfill-corejs2@^0.3.0, babel-plugin-polyfill-corejs2@^0.3.1:
|
||
- version "0.3.2"
|
||
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
|
||
- integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
|
||
+babel-plugin-polyfill-corejs2@^0.3.0, babel-plugin-polyfill-corejs2@^0.3.3:
|
||
+ version "0.3.3"
|
||
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
|
||
+ integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
|
||
dependencies:
|
||
"@babel/compat-data" "^7.17.7"
|
||
- "@babel/helper-define-polyfill-provider" "^0.3.2"
|
||
+ "@babel/helper-define-polyfill-provider" "^0.3.3"
|
||
semver "^6.1.1"
|
||
|
||
-babel-plugin-polyfill-corejs3@^0.5.0, babel-plugin-polyfill-corejs3@^0.5.2:
|
||
+babel-plugin-polyfill-corejs3@^0.5.0:
|
||
version "0.5.3"
|
||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
|
||
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
|
||
@@ -2598,13 +2615,28 @@ babel-plugin-polyfill-corejs3@^0.5.0, babel-plugin-polyfill-corejs3@^0.5.2:
|
||
"@babel/helper-define-polyfill-provider" "^0.3.2"
|
||
core-js-compat "^3.21.0"
|
||
|
||
-babel-plugin-polyfill-regenerator@^0.3.0, babel-plugin-polyfill-regenerator@^0.3.1:
|
||
+babel-plugin-polyfill-corejs3@^0.6.0:
|
||
+ version "0.6.0"
|
||
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
|
||
+ integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
|
||
+ dependencies:
|
||
+ "@babel/helper-define-polyfill-provider" "^0.3.3"
|
||
+ core-js-compat "^3.25.1"
|
||
+
|
||
+babel-plugin-polyfill-regenerator@^0.3.0:
|
||
version "0.3.1"
|
||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990"
|
||
integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
|
||
dependencies:
|
||
"@babel/helper-define-polyfill-provider" "^0.3.1"
|
||
|
||
+babel-plugin-polyfill-regenerator@^0.4.1:
|
||
+ version "0.4.1"
|
||
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
|
||
+ integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
|
||
+ dependencies:
|
||
+ "@babel/helper-define-polyfill-provider" "^0.3.3"
|
||
+
|
||
babel-preset-current-node-syntax@^1.0.0:
|
||
version "1.0.1"
|
||
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
|
||
@@ -2927,15 +2959,15 @@ browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:
|
||
caniuse-db "^1.0.30000639"
|
||
electron-to-chromium "^1.2.7"
|
||
|
||
-browserslist@^4.12.0, browserslist@^4.20.2, browserslist@^4.21.3:
|
||
- version "4.21.3"
|
||
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.3.tgz#5df277694eb3c48bc5c4b05af3e8b7e09c5a6d1a"
|
||
- integrity sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==
|
||
+browserslist@^4.12.0, browserslist@^4.21.3, browserslist@^4.21.4:
|
||
+ version "4.21.4"
|
||
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
|
||
+ integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
|
||
dependencies:
|
||
- caniuse-lite "^1.0.30001370"
|
||
- electron-to-chromium "^1.4.202"
|
||
+ caniuse-lite "^1.0.30001400"
|
||
+ electron-to-chromium "^1.4.251"
|
||
node-releases "^2.0.6"
|
||
- update-browserslist-db "^1.0.5"
|
||
+ update-browserslist-db "^1.0.9"
|
||
|
||
bser@2.1.1:
|
||
version "2.1.1"
|
||
@@ -3121,14 +3153,14 @@ caniuse-api@^1.5.2:
|
||
lodash.uniq "^4.5.0"
|
||
|
||
caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
|
||
- version "1.0.30001373"
|
||
- resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001373.tgz#fe0be242e366e0b576067fa91b21da8fdd91750c"
|
||
- integrity sha512-NOoFLQ0w7geqot8ENHEE/cRqQN0HdVtJeG2h+2cjmEYb07X0HGwBQxREKWpt5YUhNPmAxHKVGPbak1FLey6GGw==
|
||
+ version "1.0.30001412"
|
||
+ resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001412.tgz#5dda04df2b11842f11bae77b9ce27343b4f70562"
|
||
+ integrity sha512-sza6maqop0bKC+KpGmgE3+ka7zw25zaCrGzZyhV59Il4TWnX2T3diFLf/CPPHWT8gSq1UEwaP3NwFOAxbJQFvA==
|
||
|
||
-caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370:
|
||
- version "1.0.30001373"
|
||
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001373.tgz#2dc3bc3bfcb5d5a929bec11300883040d7b4b4be"
|
||
- integrity sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==
|
||
+caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001400:
|
||
+ version "1.0.30001412"
|
||
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001412.tgz#30f67d55a865da43e0aeec003f073ea8764d5d7c"
|
||
+ integrity sha512-+TeEIee1gS5bYOiuf+PS/kp2mrXic37Hl66VY6EAfxasIk5fELTktK2oOezYed12H8w7jt3s512PpulQidPjwA==
|
||
|
||
chai-nightwatch@~0.1.x:
|
||
version "0.1.1"
|
||
@@ -3278,9 +3310,9 @@ chromedriver@87.0.7:
|
||
tcp-port-used "^1.0.1"
|
||
|
||
ci-info@^3.2.0:
|
||
- version "3.3.2"
|
||
- resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.2.tgz#6d2967ffa407466481c6c90b6e16b3098f080128"
|
||
- integrity sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==
|
||
+ version "3.4.0"
|
||
+ resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.4.0.tgz#b28484fd436cbc267900364f096c9dc185efb251"
|
||
+ integrity sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug==
|
||
|
||
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
|
||
version "1.0.4"
|
||
@@ -3501,7 +3533,7 @@ commondir@^1.0.1:
|
||
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
||
integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==
|
||
|
||
-component-emitter@^1.2.1, component-emitter@~1.3.0:
|
||
+component-emitter@^1.2.1:
|
||
version "1.3.0"
|
||
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
|
||
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
|
||
@@ -3609,13 +3641,12 @@ copy-webpack-plugin@6.4.1:
|
||
serialize-javascript "^5.0.1"
|
||
webpack-sources "^1.4.3"
|
||
|
||
-core-js-compat@^3.20.2, core-js-compat@^3.21.0, core-js-compat@^3.22.1:
|
||
- version "3.24.1"
|
||
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.24.1.tgz#d1af84a17e18dfdd401ee39da9996f9a7ba887de"
|
||
- integrity sha512-XhdNAGeRnTpp8xbD+sR/HFDK9CbeeeqXT6TuofXh3urqEevzkWmLRgrVoykodsw8okqo2pu1BOmuCKrHx63zdw==
|
||
+core-js-compat@^3.20.2, core-js-compat@^3.21.0, core-js-compat@^3.25.1:
|
||
+ version "3.25.2"
|
||
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.2.tgz#7875573586809909c69e03ef310810c1969ee138"
|
||
+ integrity sha512-TxfyECD4smdn3/CjWxczVtJqVLEEC2up7/82t7vC0AzNogr+4nQ8vyF7abxAuTXWvjTClSbvGhU0RgqA4ToQaQ==
|
||
dependencies:
|
||
- browserslist "^4.21.3"
|
||
- semver "7.0.0"
|
||
+ browserslist "^4.21.4"
|
||
|
||
core-js@^2.4.0, core-js@^2.5.0:
|
||
version "2.6.12"
|
||
@@ -3838,9 +3869,9 @@ csso@~2.3.1:
|
||
source-map "^0.5.3"
|
||
|
||
csstype@^2.6.8:
|
||
- version "2.6.20"
|
||
- resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda"
|
||
- integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==
|
||
+ version "2.6.21"
|
||
+ resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
|
||
+ integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
|
||
|
||
currently-unhandled@^0.4.1:
|
||
version "0.4.1"
|
||
@@ -4227,10 +4258,10 @@ ejs@2.5.7:
|
||
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"
|
||
integrity sha512-ukpoEmMkRXdzig9UGWFSY+GqurZ+PROb/Q/6NUf+FYlIAI4fO79XFcFzob3TikfbaZZ3OGQAmryINW6/ELWPAg==
|
||
|
||
-electron-to-chromium@^1.2.7, electron-to-chromium@^1.4.202:
|
||
- version "1.4.206"
|
||
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.206.tgz#580ff85b54d7ec0c05f20b1e37ea0becdd7b0ee4"
|
||
- integrity sha512-h+Fadt1gIaQ06JaIiyqPsBjJ08fV5Q7md+V8bUvQW/9OvXfL2LRICTz2EcnnCP7QzrFTS6/27MRV6Bl9Yn97zA==
|
||
+electron-to-chromium@^1.2.7, electron-to-chromium@^1.4.251:
|
||
+ version "1.4.261"
|
||
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.261.tgz#31f14ad60c6f95bec404a77a2fd5e1962248e112"
|
||
+ integrity sha512-fVXliNUGJ7XUVJSAasPseBbVgJIeyw5M1xIkgXdTSRjlmCqBbiSTsEdLOCJS31Fc8B7CaloQ/BFAg8By3ODLdg==
|
||
|
||
elliptic@^6.5.3:
|
||
version "6.5.4"
|
||
@@ -4347,30 +4378,31 @@ error-ex@^1.2.0, error-ex@^1.3.1:
|
||
is-arrayish "^0.2.1"
|
||
|
||
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5, es-abstract@^1.20.1:
|
||
- version "1.20.1"
|
||
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
|
||
- integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
|
||
+ version "1.20.3"
|
||
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.3.tgz#90b143ff7aedc8b3d189bcfac7f1e3e3f81e9da1"
|
||
+ integrity sha512-AyrnaKVpMzljIdwjzrj+LxGmj8ik2LckwXacHqrJJ/jxz6dDDBcZ7I7nlHM0FvEW8MfbWJwOd+yT2XzYW49Frw==
|
||
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-intrinsic "^1.1.3"
|
||
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-callable "^1.2.6"
|
||
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.0"
|
||
+ object-inspect "^1.12.2"
|
||
object-keys "^1.1.1"
|
||
- object.assign "^4.1.2"
|
||
+ object.assign "^4.1.4"
|
||
regexp.prototype.flags "^1.4.3"
|
||
+ safe-regex-test "^1.0.0"
|
||
string.prototype.trimend "^1.0.5"
|
||
string.prototype.trimstart "^1.0.5"
|
||
unbox-primitive "^1.0.2"
|
||
@@ -4485,12 +4517,11 @@ eslint-loader@2.2.1:
|
||
rimraf "^2.6.1"
|
||
|
||
eslint-module-utils@^2.7.2:
|
||
- version "2.7.3"
|
||
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
|
||
- integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
|
||
+ version "2.7.4"
|
||
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974"
|
||
+ integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==
|
||
dependencies:
|
||
debug "^3.2.7"
|
||
- find-up "^2.1.0"
|
||
|
||
eslint-plugin-es@^1.3.1:
|
||
version "1.4.1"
|
||
@@ -4520,9 +4551,9 @@ eslint-plugin-import@2.25.4:
|
||
tsconfig-paths "^3.12.0"
|
||
|
||
eslint-plugin-jest@^26.5.3:
|
||
- version "26.7.0"
|
||
- resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz#41d405ac9143e1284a3401282db47ed459436778"
|
||
- integrity sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A==
|
||
+ version "26.9.0"
|
||
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz#7931c31000b1c19e57dbfb71bbf71b817d1bf949"
|
||
+ integrity sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==
|
||
dependencies:
|
||
"@typescript-eslint/utils" "^5.10.0"
|
||
|
||
@@ -4658,12 +4689,14 @@ eslint@5.16.0:
|
||
text-table "^0.2.0"
|
||
|
||
eslint@^8.19.0:
|
||
- version "8.20.0"
|
||
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b"
|
||
- integrity sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==
|
||
- dependencies:
|
||
- "@eslint/eslintrc" "^1.3.0"
|
||
- "@humanwhocodes/config-array" "^0.9.2"
|
||
+ version "8.24.0"
|
||
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
|
||
+ integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
|
||
+ dependencies:
|
||
+ "@eslint/eslintrc" "^1.3.2"
|
||
+ "@humanwhocodes/config-array" "^0.10.5"
|
||
+ "@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
|
||
+ "@humanwhocodes/module-importer" "^1.0.1"
|
||
ajv "^6.10.0"
|
||
chalk "^4.0.0"
|
||
cross-spawn "^7.0.2"
|
||
@@ -4673,18 +4706,21 @@ eslint@^8.19.0:
|
||
eslint-scope "^7.1.1"
|
||
eslint-utils "^3.0.0"
|
||
eslint-visitor-keys "^3.3.0"
|
||
- espree "^9.3.2"
|
||
+ espree "^9.4.0"
|
||
esquery "^1.4.0"
|
||
esutils "^2.0.2"
|
||
fast-deep-equal "^3.1.3"
|
||
file-entry-cache "^6.0.1"
|
||
- functional-red-black-tree "^1.0.1"
|
||
+ find-up "^5.0.0"
|
||
glob-parent "^6.0.1"
|
||
globals "^13.15.0"
|
||
+ globby "^11.1.0"
|
||
+ grapheme-splitter "^1.0.4"
|
||
ignore "^5.2.0"
|
||
import-fresh "^3.0.0"
|
||
imurmurhash "^0.1.4"
|
||
is-glob "^4.0.0"
|
||
+ js-sdsl "^4.1.4"
|
||
js-yaml "^4.1.0"
|
||
json-stable-stringify-without-jsonify "^1.0.1"
|
||
levn "^0.4.1"
|
||
@@ -4696,7 +4732,6 @@ eslint@^8.19.0:
|
||
strip-ansi "^6.0.1"
|
||
strip-json-comments "^3.1.0"
|
||
text-table "^0.2.0"
|
||
- v8-compile-cache "^2.0.3"
|
||
|
||
espree@^4.1.0:
|
||
version "4.1.0"
|
||
@@ -4725,10 +4760,10 @@ espree@^6.0.0:
|
||
acorn-jsx "^5.2.0"
|
||
eslint-visitor-keys "^1.1.0"
|
||
|
||
-espree@^9.3.2:
|
||
- version "9.3.3"
|
||
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
|
||
- integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
|
||
+espree@^9.4.0:
|
||
+ version "9.4.0"
|
||
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
|
||
+ integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
|
||
dependencies:
|
||
acorn "^8.8.0"
|
||
acorn-jsx "^5.3.2"
|
||
@@ -4968,9 +5003,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
||
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
||
|
||
fast-glob@^3.2.4, fast-glob@^3.2.9:
|
||
- version "3.2.11"
|
||
- resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
|
||
- integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
|
||
+ version "3.2.12"
|
||
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
|
||
+ integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
|
||
dependencies:
|
||
"@nodelib/fs.stat" "^2.0.2"
|
||
"@nodelib/fs.walk" "^1.2.3"
|
||
@@ -5001,9 +5036,9 @@ fastq@^1.6.0:
|
||
reusify "^1.0.4"
|
||
|
||
fb-watchman@^2.0.0:
|
||
- version "2.0.1"
|
||
- resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
|
||
- integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==
|
||
+ version "2.0.2"
|
||
+ resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c"
|
||
+ integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==
|
||
dependencies:
|
||
bser "2.1.1"
|
||
|
||
@@ -5118,13 +5153,6 @@ find-up@^1.0.0:
|
||
path-exists "^2.0.0"
|
||
pinkie-promise "^2.0.0"
|
||
|
||
-find-up@^2.1.0:
|
||
- version "2.1.0"
|
||
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
|
||
- integrity sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==
|
||
- dependencies:
|
||
- locate-path "^2.0.0"
|
||
-
|
||
find-up@^3.0.0:
|
||
version "3.0.0"
|
||
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
|
||
@@ -5140,6 +5168,14 @@ find-up@^4.0.0, find-up@^4.1.0:
|
||
locate-path "^5.0.0"
|
||
path-exists "^4.0.0"
|
||
|
||
+find-up@^5.0.0:
|
||
+ version "5.0.0"
|
||
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
|
||
+ integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
|
||
+ dependencies:
|
||
+ locate-path "^6.0.0"
|
||
+ path-exists "^4.0.0"
|
||
+
|
||
flat-cache@^2.0.1:
|
||
version "2.0.1"
|
||
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
|
||
@@ -5163,9 +5199,9 @@ flatted@^2.0.0:
|
||
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
|
||
|
||
flatted@^3.1.0, flatted@^3.2.6:
|
||
- version "3.2.6"
|
||
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
|
||
- integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
|
||
+ version "3.2.7"
|
||
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
|
||
+ integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
|
||
|
||
flatten@^1.0.2:
|
||
version "1.0.3"
|
||
@@ -5181,9 +5217,9 @@ flush-write-stream@^1.0.0:
|
||
readable-stream "^2.3.6"
|
||
|
||
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
|
||
- version "1.15.1"
|
||
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
|
||
- integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
|
||
+ version "1.15.2"
|
||
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
|
||
+ integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
|
||
|
||
for-in@^1.0.2:
|
||
version "1.0.2"
|
||
@@ -5309,10 +5345,10 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
|
||
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
||
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
||
|
||
-get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
|
||
- version "1.1.2"
|
||
- resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.2.tgz#336975123e05ad0b7ba41f152ee4aadbea6cf598"
|
||
- integrity sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==
|
||
+get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3:
|
||
+ version "1.1.3"
|
||
+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
|
||
+ integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
|
||
dependencies:
|
||
function-bind "^1.1.1"
|
||
has "^1.0.3"
|
||
@@ -5506,6 +5542,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
|
||
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
||
integrity sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==
|
||
|
||
+grapheme-splitter@^1.0.4:
|
||
+ version "1.0.4"
|
||
+ resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
|
||
+ integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
|
||
+
|
||
growl@1.9.2:
|
||
version "1.9.2"
|
||
resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
|
||
@@ -5567,7 +5608,7 @@ has-property-descriptors@^1.0.0:
|
||
dependencies:
|
||
get-intrinsic "^1.1.1"
|
||
|
||
-has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
|
||
+has-symbols@^1.0.2, has-symbols@^1.0.3:
|
||
version "1.0.3"
|
||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
|
||
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
|
||
@@ -6112,15 +6153,15 @@ is-buffer@^2.0.0:
|
||
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
|
||
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
|
||
|
||
-is-callable@^1.1.4, is-callable@^1.2.4:
|
||
- version "1.2.4"
|
||
- resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
|
||
- integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
|
||
+is-callable@^1.1.4, is-callable@^1.2.6:
|
||
+ version "1.2.7"
|
||
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
|
||
+ integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
||
|
||
is-core-module@^2.8.0, is-core-module@^2.9.0:
|
||
- version "2.9.0"
|
||
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
|
||
- integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
|
||
+ version "2.10.0"
|
||
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"
|
||
+ integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==
|
||
dependencies:
|
||
has "^1.0.3"
|
||
|
||
@@ -6383,9 +6424,9 @@ is-wsl@^2.1.0:
|
||
is-docker "^2.0.0"
|
||
|
||
is2@^2.0.6:
|
||
- version "2.0.7"
|
||
- resolved "https://registry.yarnpkg.com/is2/-/is2-2.0.7.tgz#d084e10cab3bd45d6c9dfde7a48599fcbb93fcac"
|
||
- integrity sha512-4vBQoURAXC6hnLFxD4VW7uc04XiwTTl/8ydYJxKvPwkWQrSjInkuM5VZVg6BGr1/natq69zDuvO9lGpLClJqvA==
|
||
+ version "2.0.9"
|
||
+ resolved "https://registry.yarnpkg.com/is2/-/is2-2.0.9.tgz#ff63b441f90de343fa8fac2125ee170da8e8240d"
|
||
+ integrity sha512-rZkHeBn9Zzq52sd9IUIV3a5mfwBY+o2HePMh0wkGBM4z4qjvy2GwVxQ6nNXSfw6MmVP6gf1QIlWjiOavhM3x5g==
|
||
dependencies:
|
||
deep-is "^0.1.3"
|
||
ip-regex "^4.1.0"
|
||
@@ -6870,6 +6911,11 @@ js-cookie@^3.0.1:
|
||
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.1.tgz#9e39b4c6c2f56563708d7d31f6f5f21873a92414"
|
||
integrity sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==
|
||
|
||
+js-sdsl@^4.1.4:
|
||
+ version "4.1.4"
|
||
+ resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
|
||
+ integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
|
||
+
|
||
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
||
version "4.0.0"
|
||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
||
@@ -7204,14 +7250,6 @@ localforage@1.10.0:
|
||
dependencies:
|
||
lie "3.1.1"
|
||
|
||
-locate-path@^2.0.0:
|
||
- version "2.0.0"
|
||
- resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
|
||
- integrity sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==
|
||
- dependencies:
|
||
- p-locate "^2.0.0"
|
||
- path-exists "^3.0.0"
|
||
-
|
||
locate-path@^3.0.0:
|
||
version "3.0.0"
|
||
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
|
||
@@ -7227,6 +7265,13 @@ locate-path@^5.0.0:
|
||
dependencies:
|
||
p-locate "^4.1.0"
|
||
|
||
+locate-path@^6.0.0:
|
||
+ version "6.0.0"
|
||
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
|
||
+ integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
|
||
+ dependencies:
|
||
+ p-locate "^5.0.0"
|
||
+
|
||
lodash._arraycopy@^3.0.0:
|
||
version "3.0.0"
|
||
resolved "https://registry.yarnpkg.com/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz#76e7b7c1f1fb92547374878a562ed06a3e50f6e1"
|
||
@@ -7680,9 +7725,9 @@ marked-mfm@^0.5.0:
|
||
rollup "^2.76.0"
|
||
|
||
marked@^4.0.17:
|
||
- version "4.0.18"
|
||
- resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.18.tgz#cd0ac54b2e5610cfb90e8fd46ccaa8292c9ed569"
|
||
- integrity sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==
|
||
+ version "4.1.0"
|
||
+ resolved "https://registry.yarnpkg.com/marked/-/marked-4.1.0.tgz#3fc6e7485f21c1ca5d6ec4a39de820e146954796"
|
||
+ integrity sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==
|
||
|
||
math-expression-evaluator@^1.2.14:
|
||
version "1.4.0"
|
||
@@ -8313,7 +8358,7 @@ object-hash@^1.1.4:
|
||
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
|
||
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
|
||
|
||
-object-inspect@^1.12.0, object-inspect@^1.9.0:
|
||
+object-inspect@^1.12.2, object-inspect@^1.9.0:
|
||
version "1.12.2"
|
||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
|
||
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
|
||
@@ -8330,14 +8375,14 @@ object-visit@^1.0.0:
|
||
dependencies:
|
||
isobject "^3.0.0"
|
||
|
||
-object.assign@^4.1.0, object.assign@^4.1.2:
|
||
- version "4.1.2"
|
||
- resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
|
||
- integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
|
||
+object.assign@^4.1.0, object.assign@^4.1.4:
|
||
+ version "4.1.4"
|
||
+ resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
|
||
+ integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
|
||
dependencies:
|
||
- call-bind "^1.0.0"
|
||
- define-properties "^1.1.3"
|
||
- has-symbols "^1.0.1"
|
||
+ call-bind "^1.0.2"
|
||
+ define-properties "^1.1.4"
|
||
+ has-symbols "^1.0.3"
|
||
object-keys "^1.1.1"
|
||
|
||
object.getownpropertydescriptors@^2.0.3:
|
||
@@ -8466,13 +8511,6 @@ os-tmpdir@^1.0.1, os-tmpdir@~1.0.2:
|
||
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
||
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
|
||
|
||
-p-limit@^1.1.0:
|
||
- version "1.3.0"
|
||
- resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
|
||
- integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
|
||
- dependencies:
|
||
- p-try "^1.0.0"
|
||
-
|
||
p-limit@^2.0.0, p-limit@^2.2.0:
|
||
version "2.3.0"
|
||
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
||
@@ -8487,13 +8525,6 @@ p-limit@^3.0.2, p-limit@^3.1.0:
|
||
dependencies:
|
||
yocto-queue "^0.1.0"
|
||
|
||
-p-locate@^2.0.0:
|
||
- version "2.0.0"
|
||
- resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
|
||
- integrity sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==
|
||
- dependencies:
|
||
- p-limit "^1.1.0"
|
||
-
|
||
p-locate@^3.0.0:
|
||
version "3.0.0"
|
||
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
|
||
@@ -8508,6 +8539,13 @@ p-locate@^4.1.0:
|
||
dependencies:
|
||
p-limit "^2.2.0"
|
||
|
||
+p-locate@^5.0.0:
|
||
+ version "5.0.0"
|
||
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
|
||
+ integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
|
||
+ dependencies:
|
||
+ p-limit "^3.0.2"
|
||
+
|
||
p-map@^4.0.0:
|
||
version "4.0.0"
|
||
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
|
||
@@ -8515,11 +8553,6 @@ p-map@^4.0.0:
|
||
dependencies:
|
||
aggregate-error "^3.0.0"
|
||
|
||
-p-try@^1.0.0:
|
||
- version "1.0.0"
|
||
- resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
|
||
- integrity sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==
|
||
-
|
||
p-try@^2.0.0:
|
||
version "2.2.0"
|
||
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
|
||
@@ -9210,9 +9243,9 @@ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.2
|
||
source-map "^0.6.1"
|
||
|
||
postcss@^8.1.10:
|
||
- version "8.4.14"
|
||
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
|
||
- integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
|
||
+ version "8.4.16"
|
||
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.16.tgz#33a1d675fac39941f5f445db0de4db2b6e01d43c"
|
||
+ integrity sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==
|
||
dependencies:
|
||
nanoid "^3.3.4"
|
||
picocolors "^1.0.0"
|
||
@@ -9621,10 +9654,10 @@ reduce-function-call@^1.0.1:
|
||
dependencies:
|
||
balanced-match "^1.0.0"
|
||
|
||
-regenerate-unicode-properties@^10.0.1:
|
||
- version "10.0.1"
|
||
- resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz#7f442732aa7934a3740c779bb9b3340dccc1fb56"
|
||
- integrity sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==
|
||
+regenerate-unicode-properties@^10.1.0:
|
||
+ version "10.1.0"
|
||
+ resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c"
|
||
+ integrity sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==
|
||
dependencies:
|
||
regenerate "^1.4.2"
|
||
|
||
@@ -9678,26 +9711,26 @@ regexpp@^3.2.0:
|
||
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
|
||
|
||
regexpu-core@^5.1.0:
|
||
- version "5.1.0"
|
||
- resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.1.0.tgz#2f8504c3fd0ebe11215783a41541e21c79942c6d"
|
||
- integrity sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==
|
||
+ version "5.2.1"
|
||
+ resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.2.1.tgz#a69c26f324c1e962e9ffd0b88b055caba8089139"
|
||
+ integrity sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ==
|
||
dependencies:
|
||
regenerate "^1.4.2"
|
||
- regenerate-unicode-properties "^10.0.1"
|
||
- regjsgen "^0.6.0"
|
||
- regjsparser "^0.8.2"
|
||
+ regenerate-unicode-properties "^10.1.0"
|
||
+ regjsgen "^0.7.1"
|
||
+ regjsparser "^0.9.1"
|
||
unicode-match-property-ecmascript "^2.0.0"
|
||
unicode-match-property-value-ecmascript "^2.0.0"
|
||
|
||
-regjsgen@^0.6.0:
|
||
- version "0.6.0"
|
||
- resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.6.0.tgz#83414c5354afd7d6627b16af5f10f41c4e71808d"
|
||
- integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==
|
||
+regjsgen@^0.7.1:
|
||
+ version "0.7.1"
|
||
+ resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.7.1.tgz#ee5ef30e18d3f09b7c369b76e7c2373ed25546f6"
|
||
+ integrity sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==
|
||
|
||
-regjsparser@^0.8.2:
|
||
- version "0.8.4"
|
||
- resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.8.4.tgz#8a14285ffcc5de78c5b95d62bbf413b6bc132d5f"
|
||
- integrity sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==
|
||
+regjsparser@^0.9.1:
|
||
+ version "0.9.1"
|
||
+ resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709"
|
||
+ integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==
|
||
dependencies:
|
||
jsesc "~0.5.0"
|
||
|
||
@@ -9881,9 +9914,9 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
||
inherits "^2.0.1"
|
||
|
||
rollup@^2.76.0:
|
||
- version "2.77.2"
|
||
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.2.tgz#6b6075c55f9cc2040a5912e6e062151e42e2c4e3"
|
||
- integrity sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==
|
||
+ version "2.79.1"
|
||
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
|
||
+ integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
|
||
optionalDependencies:
|
||
fsevents "~2.3.2"
|
||
|
||
@@ -9928,6 +9961,15 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
||
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
||
|
||
+safe-regex-test@^1.0.0:
|
||
+ version "1.0.0"
|
||
+ resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
|
||
+ integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
|
||
+ dependencies:
|
||
+ call-bind "^1.0.2"
|
||
+ get-intrinsic "^1.1.3"
|
||
+ is-regex "^1.1.4"
|
||
+
|
||
safe-regex@^1.1.0:
|
||
version "1.1.0"
|
||
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
|
||
@@ -10007,11 +10049,6 @@ selenium-server@2.53.1:
|
||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
||
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
||
|
||
-semver@7.0.0:
|
||
- version "7.0.0"
|
||
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
||
- integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
||
-
|
||
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
|
||
version "6.3.0"
|
||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
||
@@ -10249,26 +10286,25 @@ socket.io-adapter@~2.4.0:
|
||
resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz#b50a4a9ecdd00c34d4c8c808224daa1a786152a6"
|
||
integrity sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==
|
||
|
||
-socket.io-parser@~4.0.4:
|
||
- version "4.0.5"
|
||
- resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.0.5.tgz#cb404382c32324cc962f27f3a44058cf6e0552df"
|
||
- integrity sha512-sNjbT9dX63nqUFIOv95tTVm6elyIU4RvB1m8dOeZt+IgWwcWklFDOdmGcfo3zSiRsnR/3pJkjY5lfoGqEe4Eig==
|
||
+socket.io-parser@~4.2.0:
|
||
+ version "4.2.1"
|
||
+ resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.1.tgz#01c96efa11ded938dcb21cbe590c26af5eff65e5"
|
||
+ integrity sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==
|
||
dependencies:
|
||
- "@types/component-emitter" "^1.2.10"
|
||
- component-emitter "~1.3.0"
|
||
+ "@socket.io/component-emitter" "~3.1.0"
|
||
debug "~4.3.1"
|
||
|
||
socket.io@^4.2.0:
|
||
- version "4.5.1"
|
||
- resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.5.1.tgz#aa7e73f8a6ce20ee3c54b2446d321bbb6b1a9029"
|
||
- integrity sha512-0y9pnIso5a9i+lJmsCdtmTTgJFFSvNQKDnPQRz28mGNnxbmqYg2QPtJTLFxhymFZhAIn50eHAKzJeiNaKr+yUQ==
|
||
+ version "4.5.2"
|
||
+ resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.5.2.tgz#1eb25fd380ab3d63470aa8279f8e48d922d443ac"
|
||
+ integrity sha512-6fCnk4ARMPZN448+SQcnn1u8OHUC72puJcNtSgg2xS34Cu7br1gQ09YKkO1PFfDn/wyUE9ZgMAwosJed003+NQ==
|
||
dependencies:
|
||
accepts "~1.3.4"
|
||
base64id "~2.0.0"
|
||
debug "~4.3.2"
|
||
engine.io "~6.2.0"
|
||
socket.io-adapter "~2.4.0"
|
||
- socket.io-parser "~4.0.4"
|
||
+ socket.io-parser "~4.2.0"
|
||
|
||
socks-proxy-agent@2:
|
||
version "2.1.1"
|
||
@@ -10392,9 +10428,9 @@ spdx-expression-parse@^3.0.0:
|
||
spdx-license-ids "^3.0.0"
|
||
|
||
spdx-license-ids@^3.0.0:
|
||
- version "3.0.11"
|
||
- resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
|
||
- integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==
|
||
+ version "3.0.12"
|
||
+ resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz#69077835abe2710b65f03969898b6637b505a779"
|
||
+ integrity sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==
|
||
|
||
specificity@^0.4.1:
|
||
version "0.4.1"
|
||
@@ -10775,9 +10811,9 @@ supports-color@^8.0.0:
|
||
has-flag "^4.0.0"
|
||
|
||
supports-hyperlinks@^2.0.0:
|
||
- version "2.2.0"
|
||
- resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb"
|
||
- integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==
|
||
+ version "2.3.0"
|
||
+ resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
||
+ integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
|
||
dependencies:
|
||
has-flag "^4.0.0"
|
||
supports-color "^7.0.0"
|
||
@@ -11132,9 +11168,9 @@ uglify-js@3.4.x:
|
||
source-map "~0.6.1"
|
||
|
||
uglify-js@^3.1.4:
|
||
- version "3.16.3"
|
||
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.3.tgz#94c7a63337ee31227a18d03b8a3041c210fd1f1d"
|
||
- integrity sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==
|
||
+ version "3.17.1"
|
||
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.1.tgz#1258a2a488147a8266b3034499ce6959978ba7f4"
|
||
+ integrity sha512-+juFBsLLw7AqMaqJ0GFvlsGZwdQfI2ooKQB39PSBgMnMakcFosi9O8jCwE+2/2nMNcc0z63r9mwjoDG8zr+q0Q==
|
||
|
||
unbox-primitive@^1.0.2:
|
||
version "1.0.2"
|
||
@@ -11170,9 +11206,9 @@ unicode-match-property-value-ecmascript@^2.0.0:
|
||
integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==
|
||
|
||
unicode-property-aliases-ecmascript@^2.0.0:
|
||
- version "2.0.0"
|
||
- resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
|
||
- integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
|
||
+ version "2.1.0"
|
||
+ resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
|
||
+ integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
|
||
|
||
unified@^9.1.0:
|
||
version "9.2.2"
|
||
@@ -11262,10 +11298,10 @@ upath@^1.1.1:
|
||
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
|
||
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
|
||
|
||
-update-browserslist-db@^1.0.5:
|
||
- version "1.0.5"
|
||
- resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38"
|
||
- integrity sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==
|
||
+update-browserslist-db@^1.0.9:
|
||
+ version "1.0.9"
|
||
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18"
|
||
+ integrity sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==
|
||
dependencies:
|
||
escalade "^3.1.1"
|
||
picocolors "^1.0.0"
|
||
@@ -11351,7 +11387,7 @@ uuid@^3.3.2:
|
||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
||
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
||
|
||
-v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
|
||
+v8-compile-cache@^2.1.1:
|
||
version "2.3.0"
|
||
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
||
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
|
||
@@ -11471,15 +11507,15 @@ vue-template-compiler@2.6.11:
|
||
he "^1.1.0"
|
||
|
||
vue@^3.2.31:
|
||
- version "3.2.37"
|
||
- resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.37.tgz#da220ccb618d78579d25b06c7c21498ca4e5452e"
|
||
- integrity sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==
|
||
+ version "3.2.39"
|
||
+ resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.39.tgz#de071c56c4c32c41cbd54e55f11404295c0dd62d"
|
||
+ integrity sha512-tRkguhRTw9NmIPXhzk21YFBqXHT2t+6C6wPOgQ50fcFVWnPdetmRqbmySRHznrYjX2E47u0cGlKGcxKZJ38R/g==
|
||
dependencies:
|
||
- "@vue/compiler-dom" "3.2.37"
|
||
- "@vue/compiler-sfc" "3.2.37"
|
||
- "@vue/runtime-dom" "3.2.37"
|
||
- "@vue/server-renderer" "3.2.37"
|
||
- "@vue/shared" "3.2.37"
|
||
+ "@vue/compiler-dom" "3.2.39"
|
||
+ "@vue/compiler-sfc" "3.2.39"
|
||
+ "@vue/runtime-dom" "3.2.39"
|
||
+ "@vue/server-renderer" "3.2.39"
|
||
+ "@vue/shared" "3.2.39"
|
||
|
||
vuex@4.0.2:
|
||
version "4.0.2"
|
||
@@ -11681,9 +11717,9 @@ write-file-atomic@^3.0.3:
|
||
typedarray-to-buffer "^3.1.5"
|
||
|
||
write-file-atomic@^4.0.1:
|
||
- version "4.0.1"
|
||
- resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.1.tgz#9faa33a964c1c85ff6f849b80b42a88c2c537c8f"
|
||
- integrity sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==
|
||
+ version "4.0.2"
|
||
+ resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd"
|
||
+ integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==
|
||
dependencies:
|
||
imurmurhash "^0.1.4"
|
||
signal-exit "^3.0.7"
|
||
@@ -11763,9 +11799,9 @@ yargs-parser@^20.2.2:
|
||
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
||
|
||
yargs-parser@^21.0.0:
|
||
- version "21.0.1"
|
||
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
|
||
- integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
|
||
+ version "21.1.1"
|
||
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
|
||
+ integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
|
||
|
||
yargs@^15.3.1:
|
||
version "15.4.1"
|