diff --git a/.editorconfig b/.editorconfig index dd09a93ea..1f7118d6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,9 +11,5 @@ insert_final_newline = true [*.{js,coffee,html,less,css,scss,json}] indent_style = tab -[*.i18n.json] -indent_style = space -indent_size = 2 - [*.md] trim_trailing_whitespace = false diff --git a/.eslintignore b/.eslintignore index b394618a4..5fbd48f6f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ /build/* -/src/i18n/index.js !/.storybook + +src/i18next.js diff --git a/.eslintrc b/.eslintrc index 888a3aa97..c8ae27ab4 100644 --- a/.eslintrc +++ b/.eslintrc @@ -47,7 +47,8 @@ "react/require-render-return": "error", "react/self-closing-comp": "error", "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "warn" + "react-hooks/exhaustive-deps": "warn", + "no-sequences": "off" }, "settings": { "react": { diff --git a/.loki/reference/chrome_Messages_MessageList_normal.png b/.loki/reference/chrome_Messages_MessageList_normal.png index 8849d26e5..dc63ca3d8 100644 Binary files a/.loki/reference/chrome_Messages_MessageList_normal.png and b/.loki/reference/chrome_Messages_MessageList_normal.png differ diff --git a/.loki/reference/chrome_Messages_MessageList_with_hidden_agent_info_system_message.png b/.loki/reference/chrome_Messages_MessageList_with_hidden_agent_info_system_message.png index ccc217ec6..634731e7b 100644 Binary files a/.loki/reference/chrome_Messages_MessageList_with_hidden_agent_info_system_message.png and b/.loki/reference/chrome_Messages_MessageList_with_hidden_agent_info_system_message.png differ diff --git a/.loki/reference/chrome_Messages_MessageList_with_system_message.png b/.loki/reference/chrome_Messages_MessageList_with_system_message.png index 7796fea24..8ef6fdcca 100644 Binary files a/.loki/reference/chrome_Messages_MessageList_with_system_message.png and b/.loki/reference/chrome_Messages_MessageList_with_system_message.png differ diff --git a/.loki/reference/chrome_Messages_MessageList_with_typing_users.png b/.loki/reference/chrome_Messages_MessageList_with_typing_users.png index 910a77ae2..364f193ff 100644 Binary files a/.loki/reference/chrome_Messages_MessageList_with_typing_users.png and b/.loki/reference/chrome_Messages_MessageList_with_typing_users.png differ diff --git a/.loki/reference/chrome_Messages_MessageTime_today.png b/.loki/reference/chrome_Messages_MessageTime_today.png index 37071c82d..f3abaf898 100644 Binary files a/.loki/reference/chrome_Messages_MessageTime_today.png and b/.loki/reference/chrome_Messages_MessageTime_today.png differ diff --git a/.loki/reference/chrome_Messages_MessageTime_yesterday.png b/.loki/reference/chrome_Messages_MessageTime_yesterday.png index f4e3610b5..1d9a75cc6 100644 Binary files a/.loki/reference/chrome_Messages_MessageTime_yesterday.png and b/.loki/reference/chrome_Messages_MessageTime_yesterday.png differ diff --git a/.loki/reference/chrome_Messages_Message_default.png b/.loki/reference/chrome_Messages_Message_default.png index fcb105d33..2e88abcf5 100644 Binary files a/.loki/reference/chrome_Messages_Message_default.png and b/.loki/reference/chrome_Messages_Message_default.png differ diff --git a/.loki/reference/chrome_Messages_Message_grouping.png b/.loki/reference/chrome_Messages_Message_grouping.png index 7a477d6cc..27c9fb6d3 100644 Binary files a/.loki/reference/chrome_Messages_Message_grouping.png and b/.loki/reference/chrome_Messages_Message_grouping.png differ diff --git a/.loki/reference/chrome_Messages_Message_markdown.png b/.loki/reference/chrome_Messages_Message_markdown.png index 62465b8f3..e7886958e 100644 Binary files a/.loki/reference/chrome_Messages_Message_markdown.png and b/.loki/reference/chrome_Messages_Message_markdown.png differ diff --git a/.loki/reference/chrome_Messages_Message_me.png b/.loki/reference/chrome_Messages_Message_me.png index 2f6018218..633cd1575 100644 Binary files a/.loki/reference/chrome_Messages_Message_me.png and b/.loki/reference/chrome_Messages_Message_me.png differ diff --git a/.loki/reference/chrome_Messages_Message_with_UiKit_blocks.png b/.loki/reference/chrome_Messages_Message_with_UiKit_blocks.png index 774bdaad2..0e208a096 100644 Binary files a/.loki/reference/chrome_Messages_Message_with_UiKit_blocks.png and b/.loki/reference/chrome_Messages_Message_with_UiKit_blocks.png differ diff --git a/.loki/reference/chrome_Messages_Message_with_files_attachments.png b/.loki/reference/chrome_Messages_Message_with_files_attachments.png index 03b3ae62d..1b0ee1649 100644 Binary files a/.loki/reference/chrome_Messages_Message_with_files_attachments.png and b/.loki/reference/chrome_Messages_Message_with_files_attachments.png differ diff --git a/.loki/reference/chrome_Messages_Message_with_image_attachment.png b/.loki/reference/chrome_Messages_Message_with_image_attachment.png index 8b84f6c7d..75a3db6f9 100644 Binary files a/.loki/reference/chrome_Messages_Message_with_image_attachment.png and b/.loki/reference/chrome_Messages_Message_with_image_attachment.png differ diff --git a/.loki/reference/chrome_Messages_Message_with_quotation.png b/.loki/reference/chrome_Messages_Message_with_quotation.png index cf48aee9a..a59cd0043 100644 Binary files a/.loki/reference/chrome_Messages_Message_with_quotation.png and b/.loki/reference/chrome_Messages_Message_with_quotation.png differ diff --git a/.loki/reference/chrome_Routes_Chat_normal.png b/.loki/reference/chrome_Routes_Chat_normal.png index 759d45654..2be4693a9 100644 Binary files a/.loki/reference/chrome_Routes_Chat_normal.png and b/.loki/reference/chrome_Routes_Chat_normal.png differ diff --git a/.loki/reference/chrome_Routes_Chat_with_trigger_messages.png b/.loki/reference/chrome_Routes_Chat_with_trigger_messages.png index 0933a76bc..edd7bcde8 100644 Binary files a/.loki/reference/chrome_Routes_Chat_with_trigger_messages.png and b/.loki/reference/chrome_Routes_Chat_with_trigger_messages.png differ diff --git a/.loki/reference/chrome_Routes_Chat_with_typing_user.png b/.loki/reference/chrome_Routes_Chat_with_typing_user.png index 89c4307f1..fa6435a8b 100644 Binary files a/.loki/reference/chrome_Routes_Chat_with_typing_user.png and b/.loki/reference/chrome_Routes_Chat_with_typing_user.png differ diff --git a/.loki/reference/chrome_Routes_Leave_a_message_loading.png b/.loki/reference/chrome_Routes_Leave_a_message_loading.png index a57fb718c..be08cbde9 100644 Binary files a/.loki/reference/chrome_Routes_Leave_a_message_loading.png and b/.loki/reference/chrome_Routes_Leave_a_message_loading.png differ diff --git a/.loki/reference/chrome_Routes_TriggerMessage_multiple.png b/.loki/reference/chrome_Routes_TriggerMessage_multiple.png index 8935d886c..576236003 100644 Binary files a/.loki/reference/chrome_Routes_TriggerMessage_multiple.png and b/.loki/reference/chrome_Routes_TriggerMessage_multiple.png differ diff --git a/.loki/reference/chrome_Routes_TriggerMessage_single.png b/.loki/reference/chrome_Routes_TriggerMessage_single.png index 1fa4ee763..93d758734 100644 Binary files a/.loki/reference/chrome_Routes_TriggerMessage_single.png and b/.loki/reference/chrome_Routes_TriggerMessage_single.png differ diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 4c54fc6db..2912e86ad 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -6,9 +6,6 @@ module.exports = ({ config }) => { [require.resolve('../src/lib/uiKit')]: require.resolve('./mocks/uiKit'), }; - const babelRule = config.module.rules.find((rule) => Array.isArray(rule.use) && rule.use.find(({ loader }) => loader === 'babel-loader')); - babelRule.use.push({ loader: 'preact-i18nline/webpack-loader' }); - config.module.rules = config.module.rules.filter(({ loader }) => !/json-loader/.test(loader)); const fileLoader = config.module.rules.find(({ loader }) => /file-loader/.test(loader)); diff --git a/README.md b/README.md index adaaa6ec4..1b24a289a 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,6 @@ yarn test # run the storybook yarn storybook -# before commit run -yarn i18n -``` - ## Screens: ![image](https://user-images.githubusercontent.com/5263975/44279585-497b2980-a228-11e8-81a2-36bc3389549e.png) ![image](https://user-images.githubusercontent.com/5263975/44279599-5730af00-a228-11e8-8873-553ef53ee25a.png) diff --git a/package.json b/package.json index 69be4003a..853f9967d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "eslint": "eslint src", "stylelint": "stylelint 'src/**/*.scss'", "storybook": "start-storybook -p 9001 -c .storybook", - "i18n": "i18nline synch && node_modules/.bin/eslint --fix src/i18n/index.js", "deploy-storybook": "storybook-to-ghpages", "release": "gh-release -c master --assets build.tar.gz", "loki:test": "loki test --chromeDockerImage=chinello/alpine-chrome:latest --chromeFlags=\"--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor\" --verboseRenderer --requireReference --reactUri file:./storybook-static", @@ -62,7 +61,6 @@ "loki": "^0.24.0", "lorem-ipsum": "^2.0.3", "mini-css-extract-plugin": "^0.11.0", - "node-sass": "^4.14.1", "npm-run-all": "^4.1.5", "postcss-css-variables": "^0.17.0", "postcss-dir-pseudo-class": "^5.0.0", @@ -72,6 +70,7 @@ "postcss-logical": "^4.0.2", "postcss-selector-not": "^4.0.0", "rimraf": "^3.0.2", + "sass": "^1.49.10", "sass-loader": "^9.0.2", "serve": "^11.3.2", "style-loader": "^1.2.1", @@ -93,14 +92,14 @@ "desvg": "^1.0.2", "emoji-mart": "^3.0.0", "history": "^5.0.0", - "i18nline": "^2.0.1", + "i18next": "^21.3.3", "markdown-it": "^11.0.0", "mem": "^6.1.0", "mitt": "^2.1.0", "preact": "^10.4.6", - "preact-i18nline": "^2.0.0", "preact-router": "^3.2.1", "query-string": "^6.13.1", + "react-i18next": "^11.13.0", "whatwg-fetch": "^3.4.0" }, "browserslist": [ @@ -113,11 +112,6 @@ "gitEmail": "guilherme.gazzo@rocket.chat", "commitMessage": "Deploy Storybook to GitHub Pages [skip ci]" }, - "husky": { - "hooks": { - "pre-commit": "run-s i18n && git add -A src/i18n" - } - }, "houston": { "updateFiles": [ "package.json" diff --git a/src/components/Alert/index.js b/src/components/Alert/index.js index aad6f8eab..d6b1002b7 100644 --- a/src/components/Alert/index.js +++ b/src/components/Alert/index.js @@ -1,12 +1,12 @@ import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../i18n'; import CloseIcon from '../../icons/close.svg'; import { createClassName } from '../helpers'; import styles from './styles.scss'; -export class Alert extends Component { +class Alert extends Component { static defaultProps = { timeout: 3000, hideCloseButton: false, @@ -28,7 +28,7 @@ export class Alert extends Component { clearTimeout(this.dismissTimeout); } - render = ({ success, warning, error, color, hideCloseButton, className, style = {}, children }) => ( + render = ({ success, warning, error, color, hideCloseButton, className, style = {}, children, t }) => (
@@ -52,3 +52,5 @@ export class Alert extends Component {
) } + +export default withTranslation()(Alert); diff --git a/src/components/Alert/stories.js b/src/components/Alert/stories.js index f81197926..169feb9c9 100644 --- a/src/components/Alert/stories.js +++ b/src/components/Alert/stories.js @@ -3,7 +3,7 @@ import { withKnobs, boolean, color, text } from '@storybook/addon-knobs'; import { storiesOf } from '@storybook/react'; import { h } from 'preact'; -import { Alert } from '.'; +import Alert from '.'; import { screenCentered, loremIpsum } from '../../helpers.stories'; diff --git a/src/components/App/App.js b/src/components/App/App.js new file mode 100644 index 000000000..f5046d112 --- /dev/null +++ b/src/components/App/App.js @@ -0,0 +1,245 @@ +import i18next from 'i18next'; +import { h, Component } from 'preact'; +import { Router, route } from 'preact-router'; +import queryString from 'query-string'; +import { withTranslation } from 'react-i18next'; + +import history from '../../history'; +import Connection from '../../lib/connection'; +import CustomFields from '../../lib/customFields'; +import Hooks from '../../lib/hooks'; +import { parentCall } from '../../lib/parentCall'; +import Triggers from '../../lib/triggers'; +import userPresence from '../../lib/userPresence'; +import { ChatConnector } from '../../routes/Chat'; +import ChatFinished from '../../routes/ChatFinished'; +import GDPRAgreement from '../../routes/GDPRAgreement'; +import LeaveMessage from '../../routes/LeaveMessage'; +import Register from '../../routes/Register'; +import SwitchDepartment from '../../routes/SwitchDepartment'; +import TriggerMessage from '../../routes/TriggerMessage'; +import { store } from '../../store'; +import { visibility, isActiveSession, setInitCookies } from '../helpers'; + +function isRTL(s) { + const rtlChars = '\u0591-\u07FF\u200F\u202B\u202E\uFB1D-\uFDFD\uFE70-\uFEFC'; + const rtlDirCheck = new RegExp(`^[^${ rtlChars }]*?[${ rtlChars }]`); + + return rtlDirCheck.test(s); +} + +export class App extends Component { + state = { + initialized: false, + poppedOut: false, + } + + handleRoute = async () => { + setTimeout(() => { + const { + config: { + settings: { + registrationForm, + nameFieldRegistrationForm, + emailFieldRegistrationForm, + forceAcceptDataProcessingConsent: gdprRequired, + }, + online, + departments = [], + }, + gdpr: { + accepted: gdprAccepted, + }, + triggered, + user, + } = this.props; + + setInitCookies(); + + if (gdprRequired && !gdprAccepted) { + return route('/gdpr'); + } + + if (!online) { + parentCall('callback', 'no-agent-online'); + return route('/leave-message'); + } + + const showDepartment = departments.filter((dept) => dept.showOnRegistration).length > 0; + + const showRegistrationForm = ( + registrationForm + && (nameFieldRegistrationForm || emailFieldRegistrationForm || showDepartment) + ) + && !triggered + && !(user && user.token); + if (showRegistrationForm) { + return route('/register'); + } + }, 100); + } + + handleTriggers() { + const { config: { online, enabled } } = this.props; + + Triggers.enabled = online && enabled; + + if (online && enabled) { + Triggers.init(); + } + } + + handleEnableNotifications = () => { + const { dispatch, sound = {} } = this.props; + dispatch({ sound: { ...sound, enabled: true } }); + } + + handleDisableNotifications = () => { + const { dispatch, sound = {} } = this.props; + dispatch({ sound: { ...sound, enabled: false } }); + } + + handleMinimize = () => { + parentCall('minimizeWindow'); + const { dispatch } = this.props; + dispatch({ minimized: true }); + } + + handleRestore = () => { + parentCall('restoreWindow'); + const { dispatch, undocked } = this.props; + const dispatchRestore = () => dispatch({ minimized: false, undocked: false }); + const dispatchEvent = () => { + dispatchRestore(); + store.off('storageSynced', dispatchEvent); + }; + if (undocked) { + store.on('storageSynced', dispatchEvent); + } else { + dispatchRestore(); + } + } + + handleOpenWindow = () => { + parentCall('openPopout'); + const { dispatch } = this.props; + dispatch({ undocked: true, minimized: false }); + } + + handleDismissAlert = (id) => { + const { dispatch, alerts = [] } = this.props; + dispatch({ alerts: alerts.filter((alert) => alert.id !== id) }); + } + + handleVisibilityChange = async () => { + const { dispatch } = this.props; + await dispatch({ visible: !visibility.hidden }); + } + + handleLanguageChange = () => { + this.forceUpdate(); + } + + dismissNotification = () => !isActiveSession(); + + initWidget() { + const { minimized, iframe: { visible }, dispatch } = this.props; + parentCall(minimized ? 'minimizeWindow' : 'restoreWindow'); + parentCall(visible ? 'showWidget' : 'hideWidget'); + + visibility.addListener(this.handleVisibilityChange); + this.handleVisibilityChange(); + window.addEventListener('beforeunload', () => { + visibility.removeListener(this.handleVisibilityChange); + dispatch({ minimized: true, undocked: false }); + }); + + i18next.on('languageChanged', this.handleLanguageChange); + } + + checkPoppedOutWindow() { + // Checking if the window is poppedOut and setting parent minimized if yes for the restore purpose + const { dispatch } = this.props; + const poppedOut = queryString.parse(window.location.search).mode === 'popout'; + this.setState({ poppedOut }); + if (poppedOut) { + dispatch({ minimized: false }); + } + } + + async initialize() { + // TODO: split these behaviors into composable components + await Connection.init(); + this.handleTriggers(); + CustomFields.init(); + Hooks.init(); + userPresence.init(); + this.initWidget(); + this.checkPoppedOutWindow(); + + this.setState({ initialized: true }); + parentCall('ready'); + } + + async finalize() { + CustomFields.reset(); + userPresence.reset(); + visibility.removeListener(this.handleVisibilityChange); + } + + componentDidMount() { + this.initialize(); + } + + componentWillUnmount() { + this.finalize(); + } + + componentDidUpdate() { + const { i18n } = this.props; + document.dir = isRTL(i18n.t('yes')) ? 'rtl' : 'ltr'; + } + + render = ({ + sound, + undocked, + minimized, + expanded, + alerts, + modal, + }, { initialized, poppedOut }) => { + if (!initialized) { + return null; + } + const screenProps = { + notificationsEnabled: sound && sound.enabled, + minimized: !poppedOut && (minimized || undocked), + expanded: !minimized && expanded, + windowed: !minimized && poppedOut, + sound, + alerts, + modal, + onEnableNotifications: this.handleEnableNotifications, + onDisableNotifications: this.handleDisableNotifications, + onMinimize: this.handleMinimize, + onRestore: this.handleRestore, + onOpenWindow: this.handleOpenWindow, + onDismissAlert: this.handleDismissAlert, + dismissNotification: this.dismissNotification, + }; + + return ( + + + + + + + + + + ); + } +} + +export default withTranslation()(App); diff --git a/src/components/App/index.js b/src/components/App/index.js index ed4cec757..dd62aba23 100644 --- a/src/components/App/index.js +++ b/src/components/App/index.js @@ -1,252 +1,8 @@ -import { h, Component } from 'preact'; -import { Router, route } from 'preact-router'; -import queryString from 'query-string'; +import { h } from 'preact'; -import history from '../../history'; -import I18n from '../../i18n'; -import Connection from '../../lib/connection'; -import CustomFields from '../../lib/customFields'; -import Hooks from '../../lib/hooks'; -import { setWidgetLanguage } from '../../lib/locale'; -import { parentCall } from '../../lib/parentCall'; -import Triggers from '../../lib/triggers'; -import userPresence from '../../lib/userPresence'; -import Chat from '../../routes/Chat'; -import ChatFinished from '../../routes/ChatFinished'; -import GDPRAgreement from '../../routes/GDPRAgreement'; -import LeaveMessage from '../../routes/LeaveMessage'; -import Register from '../../routes/Register'; -import SwitchDepartment from '../../routes/SwitchDepartment'; -import TriggerMessage from '../../routes/TriggerMessage'; -import { Provider as StoreProvider, Consumer as StoreConsumer, store } from '../../store'; -import { visibility, isActiveSession, setInitCookies } from '../helpers'; - -function isRTL(s) { - const rtlChars = '\u0591-\u07FF\u200F\u202B\u202E\uFB1D-\uFDFD\uFE70-\uFEFC'; - const rtlDirCheck = new RegExp(`^[^${ rtlChars }]*?[${ rtlChars }]`); - - return rtlDirCheck.test(s); -} - -export class App extends Component { - state = { - initialized: false, - poppedOut: false, - } - - handleRoute = async () => { - setTimeout(() => { - const { - config: { - settings: { - registrationForm, - nameFieldRegistrationForm, - emailFieldRegistrationForm, - forceAcceptDataProcessingConsent: gdprRequired, - }, - online, - departments = [], - }, - gdpr: { - accepted: gdprAccepted, - }, - triggered, - user, - } = this.props; - - setInitCookies(); - - if (gdprRequired && !gdprAccepted) { - return route('/gdpr'); - } - - if (!online) { - parentCall('callback', 'no-agent-online'); - return route('/leave-message'); - } - - - const showDepartment = departments.filter((dept) => dept.showOnRegistration).length > 0; - - const showRegistrationForm = ( - registrationForm - && (nameFieldRegistrationForm || emailFieldRegistrationForm || showDepartment) - ) - && !triggered - && !(user && user.token); - if (showRegistrationForm) { - return route('/register'); - } - }, 100); - } - - handleTriggers = () => { - const { config: { online, enabled } } = this.props; - - Triggers.enabled = online && enabled; - - if (online && enabled) { - Triggers.init(); - } - Triggers.processTriggers(); - } - - handleEnableNotifications = () => { - const { dispatch, sound = {} } = this.props; - dispatch({ sound: { ...sound, enabled: true } }); - } - - handleDisableNotifications = () => { - const { dispatch, sound = {} } = this.props; - dispatch({ sound: { ...sound, enabled: false } }); - } - - handleMinimize = () => { - parentCall('minimizeWindow'); - const { dispatch } = this.props; - dispatch({ minimized: true }); - } - - handleRestore = () => { - parentCall('restoreWindow'); - const { dispatch, undocked } = this.props; - const dispatchRestore = () => dispatch({ minimized: false, undocked: false }); - const dispatchEvent = () => { - dispatchRestore(); - store.off('storageSynced', dispatchEvent); - }; - if (undocked) { - store.on('storageSynced', dispatchEvent); - } else { - dispatchRestore(); - } - } - - handleOpenWindow = () => { - const { dispatch } = this.props; - dispatch({ undocked: true, minimized: false }); - } - - handleDismissAlert = (id) => { - const { dispatch, alerts = [] } = this.props; - dispatch({ alerts: alerts.filter((alert) => alert.id !== id) }); - } - - handleVisibilityChange = async () => { - const { dispatch } = this.props; - await dispatch({ visible: !visibility.hidden }); - } - - handleLanguageChange = () => { - this.forceUpdate(); - } - - dismissNotification = () => !isActiveSession(); - - initWidget() { - setWidgetLanguage(); - const { minimized, iframe: { visible }, dispatch } = this.props; - parentCall(minimized ? 'minimizeWindow' : 'restoreWindow'); - parentCall(visible ? 'showWidget' : 'hideWidget'); - - visibility.addListener(this.handleVisibilityChange); - this.handleVisibilityChange(); - window.addEventListener('beforeunload', () => { - visibility.removeListener(this.handleVisibilityChange); - dispatch({ minimized: true, undocked: false }); - }); - - I18n.on('change', this.handleLanguageChange); - } - - checkPoppedOutWindow() { - // Checking if the window is poppedOut and setting parent minimized if yes for the restore purpose - const { dispatch } = this.props; - const poppedOut = queryString.parse(window.location.search).mode === 'popout'; - this.setState({ poppedOut }); - if (poppedOut) { - dispatch({ minimized: false }); - } - } - - async initialize() { - // TODO: split these behaviors into composable components - await Connection.init(); - this.handleTriggers(); - CustomFields.init(); - Hooks.init(); - userPresence.init(); - this.initWidget(); - this.checkPoppedOutWindow(); - - this.setState({ initialized: true }); - parentCall('ready'); - } - - async finalize() { - CustomFields.reset(); - userPresence.reset(); - visibility.removeListener(this.handleVisibilityChange); - I18n.off('change', this.handleLanguageChange); - } - - componentDidMount() { - this.initialize(); - } - - componentWillUnmount() { - this.finalize(); - } - - componentDidUpdate() { - document.dir = isRTL(I18n.t('Yes')) ? 'rtl' : 'ltr'; - } - - render = ({ - sound, - undocked, - minimized, - expanded, - alerts, - modal, - config, - }, { initialized, poppedOut }) => { - if (!initialized) { - return null; - } - if (!config.enabled) { - return null; - } - const screenProps = { - notificationsEnabled: sound && sound.enabled, - minimized: !poppedOut && (minimized || undocked), - expanded: !minimized && expanded, - windowed: !minimized && poppedOut, - sound, - alerts, - modal, - onEnableNotifications: this.handleEnableNotifications, - onDisableNotifications: this.handleDisableNotifications, - onMinimize: this.handleMinimize, - onRestore: this.handleRestore, - onOpenWindow: this.handleOpenWindow, - onDismissAlert: this.handleDismissAlert, - dismissNotification: this.dismissNotification, - }; - - return ( - - - - - - - - - - ); - } -} +import '../../i18next'; +import { Provider as StoreProvider, Consumer as StoreConsumer } from '../../store'; +import App from './App'; const AppConnector = () => (
diff --git a/src/components/Calls/CallNotification.js b/src/components/Calls/CallNotification.js index 767824304..d501a3b68 100644 --- a/src/components/Calls/CallNotification.js +++ b/src/components/Calls/CallNotification.js @@ -1,8 +1,8 @@ import { h } from 'preact'; import { useState } from 'preact/compat'; +import { withTranslation } from 'react-i18next'; import { Livechat } from '../../api'; -import I18n from '../../i18n'; import PhoneAccept from '../../icons/phone.svg'; import PhoneDecline from '../../icons/phoneOff.svg'; import constants from '../../lib/constants'; @@ -14,7 +14,7 @@ import { CallStatus } from './CallStatus'; import styles from './styles.scss'; -export const CallNotification = ({ +const CallNotification = ({ callProvider, callerUsername, url, @@ -22,6 +22,7 @@ export const CallNotification = ({ time, rid, callId, + t, }) => { const [show, setShow] = useState(true); @@ -88,19 +89,19 @@ export const CallNotification = ({
- { I18n.t('Incoming video Call') } + { t('incoming_video_call') }
@@ -109,3 +110,5 @@ export const CallNotification = ({ ); }; + +export default withTranslation()(CallNotification); diff --git a/src/components/Calls/JoinCallButton.js b/src/components/Calls/JoinCallButton.js index a24ca88a3..312c0d959 100644 --- a/src/components/Calls/JoinCallButton.js +++ b/src/components/Calls/JoinCallButton.js @@ -1,7 +1,7 @@ import { h } from 'preact'; +import { withTranslation } from 'react-i18next'; import { Livechat } from '../../api'; -import I18n from '../../i18n'; import VideoIcon from '../../icons/video.svg'; import constants from '../../lib/constants'; import store from '../../store'; @@ -11,7 +11,7 @@ import { isCallOngoing } from './CallStatus'; import styles from './styles.scss'; -export const JoinCallButton = (props) => { +export const JoinCallButton = ({ t, ...props }) => { const { token, room } = store.state; const clickJoinCall = () => { @@ -36,11 +36,11 @@ export const JoinCallButton = (props) => {
- { I18n.t('Join my room to start the video call') } + { t('join_my_room_to_start_the_video_call') } ) @@ -48,3 +48,5 @@ export const JoinCallButton = (props) => { ); }; + +export default withTranslation()(JoinCallButton); diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index b57b89327..6fefb9b7e 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -1,6 +1,6 @@ import { h } from 'preact'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../i18n'; import { PopoverMenu } from '../Menu'; import { createClassName } from '../helpers'; import Logo from './logo.svg'; @@ -21,24 +21,24 @@ export const FooterContent = ({ children, className, ...props }) => ( ); -export const PoweredBy = ({ className, ...props }) => ( +export const PoweredBy = withTranslation()(({ className, t, ...props }) => (

- {I18n.t('Powered by Rocket.Chat').split('Rocket.Chat')[0]} + {t('powered_by_rocket_chat').split('Rocket.Chat')[0]} - {I18n.t('Powered by Rocket.Chat').split('Rocket.Chat')[1]} + {t('powered_by_rocket_chat').split('Rocket.Chat')[1]}

-); +)); const handleMouseUp = ({ target }) => target.blur(); -const OptionsTrigger = ({ pop }) => ( +const OptionsTrigger = withTranslation()(({ pop, t }) => ( -); +)); export const FooterOptions = ({ children }) => ( diff --git a/src/components/Footer/stories.js b/src/components/Footer/stories.js index 12d907a2e..a02206fcf 100644 --- a/src/components/Footer/stories.js +++ b/src/components/Footer/stories.js @@ -1,6 +1,7 @@ import { action } from '@storybook/addon-actions'; import { storiesOf } from '@storybook/react'; import { h } from 'preact'; +import '../../i18next'; import { Footer, FooterContent, FooterOptions, PoweredBy } from '.'; import ChangeIcon from '../../icons/change.svg'; diff --git a/src/components/Form/index.js b/src/components/Form/index.js index c2111b689..79ef3377e 100644 --- a/src/components/Form/index.js +++ b/src/components/Form/index.js @@ -1,6 +1,6 @@ +import i18next from 'i18next'; import { h } from 'preact'; -import I18n from '../../i18n'; import { validateEmail } from '../../lib/email'; import { createClassName, MemoizedComponent } from '../helpers'; import styles from './styles.scss'; @@ -23,11 +23,9 @@ export class Form extends MemoizedComponent { } export const Validations = { - nonEmpty: ({ value }) => (!value ? I18n.t('Field required') : undefined), - - email: ({ value }) => (validateEmail(String(value).toLowerCase()) ? null : I18n.t('Invalid email')), - - custom: ({ value, pattern }) => (new RegExp(pattern, 'i').test(String(value)) ? null : I18n.t('Invalid value')), + nonEmpty: ({ value }) => (!value ? i18next.t('field_required') : undefined), + email: ({ value }) => (validateEmail(String(value).toLowerCase()) ? null : i18next.t('invalid_email')), + custom: ({ value, pattern }) => (new RegExp(pattern, 'i').test(String(value)) ? null : i18next.t('invalid_value')), }; diff --git a/src/components/Header/stories.js b/src/components/Header/stories.js index 055c786be..6c301b8a4 100644 --- a/src/components/Header/stories.js +++ b/src/components/Header/stories.js @@ -8,7 +8,7 @@ import { avatarResolver } from '../../helpers.stories'; import Arrow from '../../icons/arrowDown.svg'; import Bell from '../../icons/bell.svg'; import NewWindow from '../../icons/newWindow.svg'; -import { Alert } from '../Alert'; +import Alert from '../Alert'; import { Avatar } from '../Avatar'; diff --git a/src/components/Messages/AudioAttachment/index.js b/src/components/Messages/AudioAttachment/index.js index f5f703727..517fa6db9 100644 --- a/src/components/Messages/AudioAttachment/index.js +++ b/src/components/Messages/AudioAttachment/index.js @@ -1,14 +1,15 @@ import { h } from 'preact'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../../i18n'; import { createClassName, memo } from '../../helpers'; import { MessageBubble } from '../MessageBubble'; import styles from './styles.scss'; -export const AudioAttachment = memo(({ +const AudioAttachment = memo(({ url, className, + t, ...messageBubbleProps }) => ( - {I18n.t('You browser doesn\'t support audio element')} + {t('you_browser_doesn_t_support_audio_element')} )); + +export default withTranslation()(AudioAttachment); diff --git a/src/components/Messages/AudioAttachment/stories.js b/src/components/Messages/AudioAttachment/stories.js index f7e0d4c1c..575ea9c2a 100644 --- a/src/components/Messages/AudioAttachment/stories.js +++ b/src/components/Messages/AudioAttachment/stories.js @@ -2,7 +2,7 @@ import { withKnobs, text } from '@storybook/addon-knobs'; import { storiesOf } from '@storybook/react'; import { h } from 'preact'; -import { AudioAttachment } from '.'; +import AudioAttachment from '.'; import sampleAudio from '../../../../.storybook/assets/sample-audio.mp3'; import { centered } from '../../../helpers.stories'; diff --git a/src/components/Messages/Message/index.js b/src/components/Messages/Message/index.js index 6bb44ee32..e38540e1d 100644 --- a/src/components/Messages/Message/index.js +++ b/src/components/Messages/Message/index.js @@ -2,10 +2,10 @@ import { formatDistance } from 'date-fns'; import format from 'date-fns/format'; import isToday from 'date-fns/isToday'; import { h } from 'preact'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../../i18n'; import { getAttachmentUrl, memo, normalizeTransferHistoryMessage, resolveDate } from '../../helpers'; -import { AudioAttachment } from '../AudioAttachment'; +import { default as AudioAttachment } from '../AudioAttachment'; import { FileAttachment } from '../FileAttachment'; import { ImageAttachment } from '../ImageAttachment'; import { MessageAvatars } from '../MessageAvatars'; @@ -14,8 +14,8 @@ import { MessageBubble } from '../MessageBubble'; import { MessageContainer } from '../MessageContainer'; import { MessageContent } from '../MessageContent'; import { MessageText } from '../MessageText'; -import { MessageTime } from '../MessageTime'; -import { VideoAttachment } from '../VideoAttachment'; +import MessageTime from '../MessageTime'; +import VideoAttachment from '../VideoAttachment'; import { MESSAGE_TYPE_ROOM_NAME_CHANGED, MESSAGE_TYPE_USER_ADDED, @@ -84,26 +84,24 @@ const renderContent = ({ ), ].filter(Boolean); - -const resolveWebRTCEndCallMessage = ({ webRtcCallEndTs, ts }) => { +const resolveWebRTCEndCallMessage = ({ webRtcCallEndTs, ts, t }) => { const callEndTime = resolveDate(webRtcCallEndTs); const callStartTime = resolveDate(ts); const callDuration = formatDistance(callEndTime, callStartTime); const time = format(callEndTime, isToday(callEndTime) ? 'HH:mm' : 'dddd HH:mm'); - return `${ I18n.t('Call ended at %{time}', { time }) } ${ I18n.t(' - Lasted %{callDuration}', { callDuration }) }`; + return t('call_end_time', { time, callDuration }); }; -const getSystemMessageText = ({ t, conversationFinishedMessage, transferData, u, webRtcCallEndTs, ts }) => - (t === MESSAGE_TYPE_ROOM_NAME_CHANGED && I18n.t('Room name changed')) - || (t === MESSAGE_TYPE_USER_ADDED && I18n.t('User added by')) - || (t === MESSAGE_TYPE_USER_REMOVED && I18n.t('User removed by')) - || (t === MESSAGE_TYPE_USER_JOINED && I18n.t('User joined')) - || (t === MESSAGE_TYPE_USER_LEFT && I18n.t('User left')) - || (t === MESSAGE_TYPE_WELCOME && I18n.t('Welcome')) - || (t === MESSAGE_TYPE_LIVECHAT_CLOSED && (conversationFinishedMessage || I18n.t('Conversation finished'))) - || (t === MESSAGE_TYPE_LIVECHAT_STARTED && I18n.t('Chat started')) - || (t === MESSAGE_TYPE_LIVECHAT_TRANSFER_HISTORY && normalizeTransferHistoryMessage(transferData, u)) - || (t === MESSAGE_WEBRTC_CALL && webRtcCallEndTs && ts && resolveWebRTCEndCallMessage({ webRtcCallEndTs, ts })); +const getSystemMessageText = ({ type, conversationFinishedMessage, transferData, u, webRtcCallEndTs, ts }, t) => (type === MESSAGE_TYPE_ROOM_NAME_CHANGED && t('room_name_changed')) + || (type === MESSAGE_TYPE_USER_ADDED && t('user_added_by')) + || (type === MESSAGE_TYPE_USER_REMOVED && t('user_removed_by')) + || (type === MESSAGE_TYPE_USER_JOINED && t('user_joined')) + || (type === MESSAGE_TYPE_USER_LEFT && t('user_left')) + || (type === MESSAGE_TYPE_WELCOME && t('welcome')) + || (type === MESSAGE_TYPE_LIVECHAT_CLOSED && (conversationFinishedMessage || t('conversation_finished'))) + || (type === MESSAGE_TYPE_LIVECHAT_STARTED && t('chat_started')) + || (type === MESSAGE_TYPE_LIVECHAT_TRANSFER_HISTORY && normalizeTransferHistoryMessage(transferData, u, t)) + || (type === MESSAGE_WEBRTC_CALL && webRtcCallEndTs && ts && resolveWebRTCEndCallMessage({ webRtcCallEndTs, ts, t })); const getMessageUsernames = (compact, message) => { if (compact || !message.u) { @@ -118,7 +116,7 @@ const getMessageUsernames = (compact, message) => { return [username]; }; -export const Message = memo(({ +const Message = memo(({ avatarResolver, attachmentResolver = getAttachmentUrl, use, @@ -126,6 +124,7 @@ export const Message = memo(({ compact, className, style = {}, + t, ...message }) => ( - {!message.t && } {renderContent({ - text: message.t ? getSystemMessageText(message) : message.msg, - system: !!message.t, + text: message.type ? getSystemMessageText(message, t) : message.msg, + system: !!message.type, me, attachments: message.attachments, blocks: message.blocks, @@ -153,6 +152,10 @@ export const Message = memo(({ attachmentResolver, })} - {!compact && !message.t && } + + {!compact && !message.type && } + )); + +export default withTranslation()(Message); diff --git a/src/components/Messages/Message/stories.js b/src/components/Messages/Message/stories.js index 7799e99f1..5b710bc5f 100644 --- a/src/components/Messages/Message/stories.js +++ b/src/components/Messages/Message/stories.js @@ -1,6 +1,6 @@ import { h } from 'preact'; -import { Message } from '.'; +import Message from '.'; import sampleAudio from '../../../../.storybook/assets/sample-audio.mp3'; import sampleImage from '../../../../.storybook/assets/sample-image.jpg'; import sampleVideo from '../../../../.storybook/assets/sample-video.mp4'; @@ -102,7 +102,7 @@ export const Default = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -118,7 +118,7 @@ export const System = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -138,7 +138,7 @@ export const Me = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -157,7 +157,7 @@ export const Markdown = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -177,7 +177,7 @@ export const Grouping = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -206,7 +206,7 @@ export const WithQuotation = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -228,7 +228,7 @@ export const WithAudioAttachment = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -252,7 +252,7 @@ export const WithVideoAttachment = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -276,7 +276,7 @@ export const WithImageAttachment = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -297,7 +297,7 @@ export const WithFilesAttachments = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -320,7 +320,7 @@ export const WithMultipleAttachments = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} @@ -356,7 +356,7 @@ export const WithUiKitBlocks = (args) => ( me={args.me} compact={args.compact} msg={args.msg} - t={args.t} + type={args.t} u={args.u} ts={args.ts} attachments={args.attachments} diff --git a/src/components/Messages/MessageList/index.js b/src/components/Messages/MessageList/index.js index 914200780..127e9c766 100644 --- a/src/components/Messages/MessageList/index.js +++ b/src/components/Messages/MessageList/index.js @@ -7,8 +7,8 @@ import store from '../../../store'; import { isCallOngoing } from '../../Calls/CallStatus'; import { JoinCallButton } from '../../Calls/JoinCallButton'; import { createClassName, getAttachmentUrl, MemoizedComponent } from '../../helpers'; -import { Message } from '../Message'; -import { MessageSeparator } from '../MessageSeparator'; +import Message from '../Message'; +import MessageSeparator from '../MessageSeparator'; import { TypingIndicator } from '../TypingIndicator'; import styles from './styles.scss'; @@ -148,6 +148,7 @@ export class MessageList extends MemoizedComponent { me={uid && message.u && uid === message.u._id} compact={nextMessage && message.u && nextMessage.u && message.u._id === nextMessage.u._id && !nextMessage.t} conversationFinishedMessage={conversationFinishedMessage} + type={message.t} {...message} />, ); diff --git a/src/components/Messages/MessageList/stories.js b/src/components/Messages/MessageList/stories.js index 68649babc..971a68a0a 100644 --- a/src/components/Messages/MessageList/stories.js +++ b/src/components/Messages/MessageList/stories.js @@ -59,6 +59,7 @@ storiesOf('Messages/MessageList', module) ( { - (!!date && format(parseISO(date), 'MMM dd, yyyy').toUpperCase()) - || (unread && I18n.t('unread messages')) + (!!date && t('message_separator_date', { + val: new Date(date), + formatParams: { + val: { month: 'short', day: '2-digit', year: 'numeric' }, + }, + }).toUpperCase()) + || (unread && t('unread_messages')) } )}
)); + +export default withTranslation()(MessageSeparator); diff --git a/src/components/Messages/MessageSeparator/stories.js b/src/components/Messages/MessageSeparator/stories.js index 16c22536f..8d7942483 100644 --- a/src/components/Messages/MessageSeparator/stories.js +++ b/src/components/Messages/MessageSeparator/stories.js @@ -2,7 +2,7 @@ import { withKnobs, boolean, date } from '@storybook/addon-knobs'; import { storiesOf } from '@storybook/react'; import { h } from 'preact'; -import { MessageSeparator } from '.'; +import MessageSeparator from '.'; import { centered } from '../../../helpers.stories'; diff --git a/src/components/Messages/MessageTime/index.js b/src/components/Messages/MessageTime/index.js index 818a9a991..c0bf118e4 100644 --- a/src/components/Messages/MessageTime/index.js +++ b/src/components/Messages/MessageTime/index.js @@ -1,25 +1,32 @@ -import format from 'date-fns/format'; import { parseISO } from 'date-fns/fp'; import isToday from 'date-fns/isToday'; import { h } from 'preact'; +import { withTranslation } from 'react-i18next'; import { createClassName, memo } from '../../helpers'; import styles from './styles.scss'; -export const parseDate = (ts) => { +const parseDate = (ts, t) => { const timestamp = new Date(ts).toISOString(); - return format(parseISO(timestamp), isToday(parseISO(timestamp)) ? 'HH:mm' : 'dddd HH:mm'); + return t('message_time', { + val: new Date(timestamp), + formatParams: { + val: isToday(parseISO(timestamp)) ? { hour: 'numeric', minute: 'numeric' } : { day: 'numeric', hour: 'numeric', minute: 'numeric' }, + }, + }); }; -export const MessageTime = memo(({ ts, normal, inverted, className, style = {} }) => ( +const MessageTime = memo(({ ts, normal, inverted, className, style = {}, t }) => (
)); + +export default withTranslation()(MessageTime); diff --git a/src/components/Messages/MessageTime/stories.js b/src/components/Messages/MessageTime/stories.js index 7be3fd621..9c5cd123e 100644 --- a/src/components/Messages/MessageTime/stories.js +++ b/src/components/Messages/MessageTime/stories.js @@ -2,7 +2,7 @@ import { withKnobs, date } from '@storybook/addon-knobs'; import { storiesOf } from '@storybook/react'; import { h } from 'preact'; -import { MessageTime } from '.'; +import MessageTime from '.'; import { centered } from '../../../helpers.stories'; diff --git a/src/components/Messages/VideoAttachment/index.js b/src/components/Messages/VideoAttachment/index.js index 886fe2ac3..a54e1d189 100644 --- a/src/components/Messages/VideoAttachment/index.js +++ b/src/components/Messages/VideoAttachment/index.js @@ -1,14 +1,15 @@ import { h } from 'preact'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../../i18n'; import { createClassName, memo } from '../../helpers'; import { MessageBubble } from '../MessageBubble'; import styles from './styles.scss'; -export const VideoAttachment = memo(({ +const VideoAttachment = memo(({ url, className, + t, ...messageBubbleProps }) => ( - {I18n.t('You browser doesn\'t support video element')} + {t('you_browser_doesn_t_support_video_element')} )); + +export default withTranslation()(VideoAttachment); diff --git a/src/components/Messages/VideoAttachment/stories.js b/src/components/Messages/VideoAttachment/stories.js index 0fe53f564..b742ebf11 100644 --- a/src/components/Messages/VideoAttachment/stories.js +++ b/src/components/Messages/VideoAttachment/stories.js @@ -2,7 +2,7 @@ import { withKnobs, text } from '@storybook/addon-knobs'; import { storiesOf } from '@storybook/react'; import { h } from 'preact'; -import { VideoAttachment } from '.'; +import VideoAttachment from '.'; import sampleVideo from '../../../../.storybook/assets/sample-video.mp4'; import { centered } from '../../../helpers.stories'; diff --git a/src/components/Messages/index.js b/src/components/Messages/index.js index 56eaaa641..aa8e660fe 100644 --- a/src/components/Messages/index.js +++ b/src/components/Messages/index.js @@ -1,17 +1,17 @@ -export { AudioAttachment } from './AudioAttachment'; +export { default as AudioAttachment } from './AudioAttachment'; export { FileAttachment } from './FileAttachment'; export { FileAttachmentIcon } from './FileAttachmentIcon'; export { ImageAttachment } from './ImageAttachment'; -export { Message } from './Message'; +export { default as Message } from './Message'; export { MessageAvatars } from './MessageAvatars'; export { MessageBubble } from './MessageBubble'; export { MessageContainer } from './MessageContainer'; export { MessageContent } from './MessageContent'; export { MessageList } from './MessageList'; export { MessageText } from './MessageText'; -export { MessageTime } from './MessageTime'; -export { MessageSeparator } from './MessageSeparator'; +export { default as MessageTime } from './MessageTime'; +export { default as MessageSeparator } from './MessageSeparator'; export { TypingDots } from './TypingDots'; export { TypingIndicator } from './TypingIndicator'; -export { VideoAttachment } from './VideoAttachment'; +export { default as VideoAttachment } from './VideoAttachment'; export * from './constants'; diff --git a/src/components/Modal/component.js b/src/components/Modal/component.js index 2eda3614c..87c82b1cb 100644 --- a/src/components/Modal/component.js +++ b/src/components/Modal/component.js @@ -1,6 +1,6 @@ import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../i18n'; import { Button } from '../Button'; import { ButtonGroup } from '../ButtonGroup'; import { createClassName } from '../helpers'; @@ -68,32 +68,30 @@ export const ModalMessage = ({ children }) => ( ); -export const ConfirmationModal = ({ +export const ConfirmationModal = withTranslation()(({ text, - confirmButtonText = I18n.t('Yes'), - cancelButtonText = I18n.t('No'), + confirmButtonText, + cancelButtonText, onConfirm, onCancel, + t, ...props -}) => ( +}) => + {text} + + + + +); + +export const AlertModal = withTranslation()(({ text, buttonText, onConfirm, t, ...props }) => ( {text} - - + -); - - -export const AlertModal = ({ text, buttonText = I18n.t('OK'), onConfirm, ...props }) => ( - - {text} - - - - -); +)); Modal.Message = ModalMessage; diff --git a/src/components/Screen/Header.js b/src/components/Screen/Header.js new file mode 100644 index 000000000..8db70be98 --- /dev/null +++ b/src/components/Screen/Header.js @@ -0,0 +1,117 @@ +import { Component, h } from 'preact'; +import { withTranslation } from 'react-i18next'; + +import MinimizeIcon from '../../icons/arrowDown.svg'; +import RestoreIcon from '../../icons/arrowUp.svg'; +import NotificationsEnabledIcon from '../../icons/bell.svg'; +import NotificationsDisabledIcon from '../../icons/bellOff.svg'; +import OpenWindowIcon from '../../icons/newWindow.svg'; +import Alert from '../Alert'; +import { Avatar } from '../Avatar'; +import Header from '../Header'; +import Tooltip from '../Tooltip'; + +class ScreenHeader extends Component { + largeHeader = () => { + const { agent } = this.props; + return !!(agent && agent.email && agent.phone); + } + + headerTitle = (t) => { + const { agent, queueInfo, title } = this.props; + if (agent && agent.name) { + return agent.name; + } + + if (queueInfo && queueInfo.spot && queueInfo.spot > 0) { + return t('waiting_queue'); + } + + return title; + } + + render = ({ + alerts, + agent, + notificationsEnabled, + minimized, + expanded, + windowed, + onDismissAlert, + onEnableNotifications, + onDisableNotifications, + onMinimize, + onRestore, + onOpenWindow, + t, + }) => ( +
+ {alerts && alerts.map((alert) => {alert.children})} + + } + large={this.largeHeader()} + > + {agent && agent.avatar && ( + + + + )} + + + {this.headerTitle(t)} + {agent && agent.email && ( + {agent.email} + )} + {agent && agent.phone && ( + {agent.phone} + )} + + + + + + {notificationsEnabled + ? + : + } + + + {(expanded || !windowed) && ( + + + {minimized + ? + : + } + + + )} + {(!expanded && !windowed) && ( + + + + + + )} + + +
+ ) +} + +export default withTranslation()(ScreenHeader); diff --git a/src/components/Screen/index.js b/src/components/Screen/index.js index 06ef01c7f..4ac496e96 100644 --- a/src/components/Screen/index.js +++ b/src/components/Screen/index.js @@ -1,128 +1,16 @@ -import { Component, h } from 'preact'; +import { h } from 'preact'; import { useEffect } from 'preact/hooks'; -import I18n from '../../i18n'; -import MinimizeIcon from '../../icons/arrowDown.svg'; -import RestoreIcon from '../../icons/arrowUp.svg'; -import NotificationsEnabledIcon from '../../icons/bell.svg'; -import NotificationsDisabledIcon from '../../icons/bellOff.svg'; import ChatIcon from '../../icons/chat.svg'; import CloseIcon from '../../icons/close.svg'; -import OpenWindowIcon from '../../icons/newWindow.svg'; -import { Alert } from '../Alert'; -import { Avatar } from '../Avatar'; import { Button } from '../Button'; import { Footer, FooterContent, PoweredBy } from '../Footer'; -import Header from '../Header'; import { PopoverContainer } from '../Popover'; import { Sound } from '../Sound'; -import Tooltip from '../Tooltip'; import { createClassName } from '../helpers'; +import ScreenHeader from './Header'; import styles from './styles.scss'; -class ScreenHeader extends Component { - largeHeader = () => { - const { agent } = this.props; - return !!(agent && agent.email && agent.phone); - } - - headerTitle = () => { - const { agent, queueInfo, title } = this.props; - if (agent && agent.name) { - return agent.name; - } - - if (queueInfo && queueInfo.spot && queueInfo.spot > 0) { - return I18n.t('Waiting queue...'); - } - - return title; - } - - render = ({ - alerts, - agent, - notificationsEnabled, - minimized, - expanded, - windowed, - onDismissAlert, - onEnableNotifications, - onDisableNotifications, - onMinimize, - onRestore, - onOpenWindow, - }) => ( -
- {alerts && alerts.map((alert) => {alert.children})} - - } - large={this.largeHeader()} - > - {agent && agent.avatar && ( - - - - )} - - - {this.headerTitle()} - {agent && agent.email && ( - {agent.email} - )} - {agent && agent.phone && ( - {agent.phone} - )} - - - - - - {notificationsEnabled - ? - : - } - - - {(expanded || !windowed) && ( - - - {minimized - ? - : - } - - - )} - {(!expanded && !windowed) && ( - - - - - - )} - - -
- ) -} - - export const ScreenContent = ({ children, nopadding, triggered = false }) => (
{children} diff --git a/src/components/Screen/stories.js b/src/components/Screen/stories.js index 436c79a5b..254aec5b7 100644 --- a/src/components/Screen/stories.js +++ b/src/components/Screen/stories.js @@ -1,11 +1,11 @@ import { action } from '@storybook/addon-actions'; import { withKnobs, boolean, color, object, text } from '@storybook/addon-knobs'; import { storiesOf } from '@storybook/react'; +import i18next from 'i18next'; import { h } from 'preact'; import { Screen } from '.'; import { screenCentered, gazzoAvatar } from '../../helpers.stories'; -import I18n from '../../i18n'; import { FooterOptions } from '../Footer'; import Menu from '../Menu'; @@ -330,9 +330,9 @@ storiesOf('Components/Screen/Footer', module) options={ - {I18n.t('Change department')} - {I18n.t('Forget/Remove my data')} - {I18n.t('Finish this chat')} + {i18next.t('change_department')} + {i18next.t('forget_remove_my_data')} + {i18next.t('finish_this_chat')} } diff --git a/src/components/helpers.js b/src/components/helpers.js index ef66df2bb..bc7bae2f8 100644 --- a/src/components/helpers.js +++ b/src/components/helpers.js @@ -3,7 +3,6 @@ import mem from 'mem'; import { Component } from 'preact'; import { Livechat, useSsl } from '../api'; -import I18n from '../i18n'; import store from '../store'; export function flatMap(arr, mapFunc) { @@ -137,7 +136,7 @@ export const sortArrayByColumn = (array, column, inverted) => array.sort((a, b) }); -export const normalizeTransferHistoryMessage = (transferData, sender) => { +export const normalizeTransferHistoryMessage = (transferData, sender, t) => { if (!transferData) { return; } @@ -148,23 +147,25 @@ export const normalizeTransferHistoryMessage = (transferData, sender) => { const transferTypes = { agent: () => { if (!sender.username) { - return I18n.t('The chat was transferred to another agent'); + return t('the_chat_was_transferred_to_another_agent'); } const to = transferredTo && (transferredTo.name || transferredTo.username); - return I18n.t('%{from} transferred the chat to %{to}', { from, to }); + return t('from_transferred_the_chat_to_to', { from, to }); }, department: () => { const to = nextDepartment && nextDepartment.name; + if (!sender.username) { - return I18n.t('The agent transferred the chat to the department %{to}', { to }); + return t('the_agent_transferred_the_chat_to_the_department_to', { to }); } - return I18n.t('%{from} transferred the chat to the department %{to}', { from, to }); + + return t('from_transferred_the_chat_to_the_department_to', { from, to }); }, queue: () => { if (!sender.username) { - return I18n.t('The chat was moved back to queue'); + return t('the_chat_was_moved_back_to_queue'); } - return I18n.t('%{from} returned the chat to the queue', { from }); + return t('from_returned_the_chat_to_the_queue', { from }); }, }; diff --git a/src/components/uiKit/message/ActionsBlock/index.js b/src/components/uiKit/message/ActionsBlock/index.js index 3d5ba309f..5c4dd443a 100644 --- a/src/components/uiKit/message/ActionsBlock/index.js +++ b/src/components/uiKit/message/ActionsBlock/index.js @@ -1,14 +1,14 @@ import { BLOCK_CONTEXT } from '@rocket.chat/ui-kit'; import { h } from 'preact'; -import { memo, useState, useMemo, useCallback } from 'preact/compat'; +import { useState, useMemo, useCallback } from 'preact/compat'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../../../i18n'; import { Button } from '../../../Button'; import { createClassName } from '../../../helpers'; import Block from '../Block'; import styles from './styles.scss'; -const ActionsBlock = ({ appId, blockId, elements, parser }) => { +const ActionsBlock = ({ appId, blockId, elements, parser, t }) => { const [collapsed, setCollapsed] = useState(true); const renderableElements = useMemo(() => (collapsed ? elements.slice(0, 5) : elements), [collapsed, elements]); const hiddenElementsCount = elements.length - renderableElements.length; @@ -31,10 +31,10 @@ const ActionsBlock = ({ appId, blockId, elements, parser }) => { ; })} {isMoreButtonVisible && } ; }; -export default memo(ActionsBlock); +export default withTranslation()(ActionsBlock); diff --git a/src/i18n/af.json b/src/i18n/af.json index b423ede7a..70eee6311 100644 --- a/src/i18n/af.json +++ b/src/i18n/af.json @@ -1,100 +1,14 @@ { - "af": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "kanselleer", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Gesprek afgehandel", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departement aangeskakel", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Geen", - "ok_c47544a2": "OK", - "options_3ab0ea65": "opsies", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "stuur", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Gebruiker aangesluit", - "user_left_58ed9c36": "Gebruiker oor", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Ons is nie aanlyn nie. Asseblief, laat 'n boodskap.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "kanselleer", + "conversation_finished": "Gesprek afgehandel", + "department_switched": "Departement aangeskakel", + "no": "Geen", + "options": "opsies", + "send": "stuur", + "user_joined": "Gebruiker aangesluit", + "user_left": "Gebruiker oor", + "we_are_not_online_right_now_please_leave_a_message": "Ons is nie aanlyn nie. Asseblief, laat 'n boodskap.", + "yes": "Ja" + } } diff --git a/src/i18n/ar.json b/src/i18n/ar.json index 00fec36a5..6d412e97a 100644 --- a/src/i18n/ar.json +++ b/src/i18n/ar.json @@ -1,100 +1,14 @@ { - "ar": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "إلغاء", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "تم إنهاء المحادثة", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "تم تغيير الفرع", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "لا", - "ok_c47544a2": "OK", - "options_3ab0ea65": "خيارات", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "إرسال", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "العضو انضم", - "user_left_58ed9c36": "اليسار المستخدم", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "نحن لسنا على الانترنت الآن. يرجى ترك رسالة.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "نعم", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "إلغاء", + "conversation_finished": "تم إنهاء المحادثة", + "department_switched": "تم تغيير الفرع", + "no": "لا", + "options": "خيارات", + "send": "إرسال", + "user_joined": "العضو انضم", + "user_left": "اليسار المستخدم", + "we_are_not_online_right_now_please_leave_a_message": "نحن لسنا على الانترنت الآن. يرجى ترك رسالة.", + "yes": "نعم" + } } diff --git a/src/i18n/az.json b/src/i18n/az.json index beda822ca..aecf58491 100644 --- a/src/i18n/az.json +++ b/src/i18n/az.json @@ -1,100 +1,14 @@ { - "az": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Ləğv et", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Söhbət başa çatdı", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Şöbə keçdi", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Yox", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Seçimlər", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Göndər", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "İstifadəçi qatıldı", - "user_left_58ed9c36": "İstifadəçi buraxdı", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "İndi online deyil. Xahiş edirik bir mesaj buraxın.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Bəli", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Ləğv et", + "conversation_finished": "Söhbət başa çatdı", + "department_switched": "Şöbə keçdi", + "no": "Yox", + "options": "Seçimlər", + "send": "Göndər", + "user_joined": "İstifadəçi qatıldı", + "user_left": "İstifadəçi buraxdı", + "we_are_not_online_right_now_please_leave_a_message": "İndi online deyil. Xahiş edirik bir mesaj buraxın.", + "yes": "Bəli" + } } diff --git a/src/i18n/be-BY.json b/src/i18n/be-BY.json new file mode 100644 index 000000000..60148939c --- /dev/null +++ b/src/i18n/be-BY.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "Адмяніць", + "conversation_finished": "Размова скончана", + "department_switched": "Аддзел пераключыўся", + "no": "Няма", + "options": "Опцыі", + "send": "Паслаць", + "user_joined": "Карыстальнік далучыўся", + "user_left": "Карыстальнік выйшаў", + "we_are_not_online_right_now_please_leave_a_message": "Мы зараз не ў сеткі. Калі ласка, пакіньце паведамленне.", + "yes": "Да" + } +} \ No newline at end of file diff --git a/src/i18n/be_BY.json b/src/i18n/be_BY.json deleted file mode 100644 index a37f1310d..000000000 --- a/src/i18n/be_BY.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "be_BY": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Адмяніць", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Размова скончана", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Аддзел пераключыўся", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Няма", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Опцыі", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Паслаць", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Карыстальнік далучыўся", - "user_left_58ed9c36": "Карыстальнік выйшаў", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Мы зараз не ў сеткі. Калі ласка, пакіньце паведамленне.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Да", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/bg.json b/src/i18n/bg.json index c672541c4..0f38e4b93 100644 --- a/src/i18n/bg.json +++ b/src/i18n/bg.json @@ -1,100 +1,14 @@ { - "bg": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Отказ", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Разговорът завърши", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Отделът е включен", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Не", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Настроики", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Изпрати", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Потребителят се присъедини", - "user_left_58ed9c36": "Потребителят остана", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "В момента не сме онлайн. Моля, оставете съобщение.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Да", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Отказ", + "conversation_finished": "Разговорът завърши", + "department_switched": "Отделът е включен", + "no": "Не", + "options": "Настроики", + "send": "Изпрати", + "user_joined": "Потребителят се присъедини", + "user_left": "Потребителят остана", + "we_are_not_online_right_now_please_leave_a_message": "В момента не сме онлайн. Моля, оставете съобщение.", + "yes": "Да" + } } diff --git a/src/i18n/bs.json b/src/i18n/bs.json index e9225c4f8..268699ce2 100644 --- a/src/i18n/bs.json +++ b/src/i18n/bs.json @@ -1,100 +1,5 @@ { - "bs": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Jeste li sigurni da želite prebaciti odjel?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancel", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Conversation finished", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Department switched", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Options", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Send", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "User joined", - "user_left_58ed9c36": "User left", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Yes", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Jeste li sigurni da želite prebaciti odjel?" + } } diff --git a/src/i18n/ca.json b/src/i18n/ca.json index 48672a80f..f97136b84 100644 --- a/src/i18n/ca.json +++ b/src/i18n/ca.json @@ -1,100 +1,13 @@ { - "ca": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancel·la", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Conversa acabada", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departament canviat", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opcions", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Envia", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "usuari unit", - "user_left_58ed9c36": "L'usuari ha abandonat la sala", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "No estem en línia ara mateix. Sisplau, deixa un missatge.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Sí", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Cancel·la", + "conversation_finished": "Conversa acabada", + "department_switched": "Departament canviat", + "options": "Opcions", + "send": "Envia", + "user_joined": "usuari unit", + "user_left": "L'usuari ha abandonat la sala", + "we_are_not_online_right_now_please_leave_a_message": "No estem en línia ara mateix. Sisplau, deixa un missatge.", + "yes": "Sí" + } } diff --git a/src/i18n/cs.json b/src/i18n/cs.json index 705ac4cdf..ea56d7505 100644 --- a/src/i18n/cs.json +++ b/src/i18n/cs.json @@ -1,100 +1,77 @@ { - "cs": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Opravdu chcete ukončit chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Opravdu chcete smazat všechny Vaše osobní údaje?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Opravdu chcete změnit oddělení?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Zrušit", - "change_department_1d671538": "Změnit oddělení", - "change_department_523a16e8": "Změnit Oddělení", - "chat_finished_effbd589": "Chat Ukončen", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Vybrat oddělení...", - "choose_a_department_fe9755fd": "Vybrat oddělení", - "choose_an_option_26ac97d2": "Vybrat možnost...", - "conversation_finished_6a0f2811": "Konverzace ukončena", - "count_new_messages_since_since_47c9d2a0": { - "one": "Jedna nová zpráva od %{since}", - "other": "%{count} nových zpráv od %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Oddělení změněno", - "departments_3826b025": "Oddělení", - "disable_notifications_dd6a3180": "Zakázat oznámení", - "dismiss_this_alert_ea9b3104": "Zrušit toto upozornění", - "drop_here_to_upload_a_file_e5f4dd60": "Přetažením sem nahrajte soubor", - "email_22a7d52d": "E-mail", - "enable_notifications_a3daf4b1": "Povolit oznámení", - "error_closing_chat_4c5e29d7": "Chyba při zavírání chatu.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Chyba při odstraňování uživatelských dat.", - "error_starting_a_new_conversation_reason_a1b491a1": "Chyba při zahájení nové konverzace: %{reason}", - "expand_chat_a0045dbd": "Rozbalit chat", - "field_required_fc5c6b05": "Pole je povinné", - "file_exceeds_allowed_size_of_size_bd65c389": "Soubor překračuje povolenou velikost%{size}.", - "fileupload_error_9eedee68": "Chyba při nahrávání souboru", - "finish_this_chat_87b79542": "Ukončit tento chat", - "forget_remove_my_data_e1d68cdd": "Zapomenout/Odebrat mé údaje", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Přejít do **možnosti nabídky → Zapomenout/Odebrat mé osobní údaje** vyžádat okamžité odstranění Vašich osobních údajů.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "Souhlasím", - "i_need_help_with_61054e21": "Potřebuji pomoct s...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Pokud máte jakékoli další otázky, stačí stisknout tlačítko níže a zahájit nový chat", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Sem vložte %{field} ...", - "invalid_email_e82f3682": "Neplatný e-mail", - "invalid_value_12ca12c2": "Neplatná hodnota", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Zanechte zprávu", - "livechat_connected_afee1c5b": "Livechat připojen.", - "livechat_is_not_connected_b40328ca": "Livechat není připojen.", - "media_types_not_accepted_4e25676a": "Typy příloh nebyly přijaty.", - "message_5c38209d": "Zpráva", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimalizovat chat", - "name_1aed4a1b": "Jméno", - "need_help_803a61": "Potřebujete pomoc?", - "new_chat_f525c39e": "Nová konverzace", - "no_available_agents_to_transfer_3ae30cec": "Nejsou k dispozici žádní dostupní operátoři pro přenos", - "no_e16d9132": "Ne", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Volby", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Řekněte nám prosím nějaké informace pro zahájení chatu", - "please_wait_for_the_next_available_agent_b2a49c4c": "Počkejte prosím na dalšího dostupného operátora", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Obnovit konverzaci", - "room_name_changed_9c42350a": "Název okna změněn", - "send_e3bd0ed0": "Poslat", - "sound_is_off_a743f419": "Zvuk je vypnutý", - "sound_is_on_98a9ec58": "Zvuk je zapnutý", - "start_chat_8606d464": "Zahájit konverzaci", - "thanks_for_talking_with_us_719cce22": "Děkujeme, že jste s námi hovořil", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "Správcem vašich osobních údajů je [Název společnosti] se sídlem [Adresa společnosti]. Zahájením konverzace souhlaste s tím, že vaše osobní údaje budou zpracovávány a předávány v souladu s obecným nařízením o ochraně údajů (GDPR).", - "type_your_message_here_6a05bd0f": "Zde napište svou zprávu", - "unread_messages_5e18e7b7": "nepřečtené zprávy", - "user_added_by_525b6b11": "Uživatel přidán", - "user_joined_407ba0d": "Uživatel se připojil", - "user_left_58ed9c36": "Uživatel odešel", - "user_removed_by_e990f856": "Uživatel odstraněn", - "waiting_queue_800061da": "Čekající v pořadí...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Zrovna nejsme online. Zanechte nám prosím zprávu.", - "welcome_dd4e7151": "Vítejte", - "write_your_message_6eee0188": "Napište svou zprávu...", - "yes_dde87d5": "Ano", - "you_browser_doesn_t_support_audio_element_3391386f": "Váš prohlížeč nepodporuje zvukový prvek", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Váš prohlížeč nepodporuje video prvek ", - "your_spot_is_spot_a35cd288": "Vaše místo je #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Vaše místo je #%{spot} (Předpokládaný čas čekání: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Opravdu chcete ukončit chat?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Opravdu chcete smazat všechny Vaše osobní údaje?", + "are_you_sure_you_want_to_switch_the_department": "Opravdu chcete změnit oddělení?", + "cancel": "Zrušit", + "change_department": "Změnit oddělení", + "change_department_1": "Změnit Oddělení", + "chat_finished": "Chat Ukončen", + "choose_a_department": "Vybrat oddělení...", + "choose_a_department_1": "Vybrat oddělení", + "choose_an_option": "Vybrat možnost...", + "conversation_finished": "Konverzace ukončena", + "count_new_messages_since_since_one": "Jedna nová zpráva od {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} nových zpráv od {{val, datetime}}", + "department_switched": "Oddělení změněno", + "departments": "Oddělení", + "disable_notifications": "Zakázat oznámení", + "dismiss_this_alert": "Zrušit toto upozornění", + "drop_here_to_upload_a_file": "Přetažením sem nahrajte soubor", + "email": "E-mail", + "enable_notifications": "Povolit oznámení", + "error_closing_chat": "Chyba při zavírání chatu.", + "error_removing_user_data": "Chyba při odstraňování uživatelských dat.", + "error_starting_a_new_conversation_reason": "Chyba při zahájení nové konverzace: {{reason}}", + "expand_chat": "Rozbalit chat", + "field_required": "Pole je povinné", + "file_exceeds_allowed_size_of_size": "Soubor překračuje povolenou velikost{{size}}.", + "fileupload_error": "Chyba při nahrávání souboru", + "finish_this_chat": "Ukončit tento chat", + "forget_remove_my_data": "Zapomenout/Odebrat mé údaje", + "go_to_menu_options_forget_remove_my_personal_data": "Přejít do <1>možnosti nabídky → Zapomenout/Odebrat mé osobní údaje vyžádat okamžité odstranění Vašich osobních údajů.", + "i_agree": "Souhlasím", + "i_need_help_with": "Potřebuji pomoct s...", + "if_you_have_any_other_questions_just_press_the_but": "Pokud máte jakékoli další otázky, stačí stisknout tlačítko níže a zahájit nový chat", + "insert_your_field_here": "Sem vložte {{field}} ...", + "invalid_email": "Neplatný e-mail", + "invalid_value": "Neplatná hodnota", + "leave_a_message": "Zanechte zprávu", + "livechat_connected": "Livechat připojen.", + "livechat_is_not_connected": "Livechat není připojen.", + "media_types_not_accepted": "Typy příloh nebyly přijaty.", + "message": "Zpráva", + "minimize_chat": "Minimalizovat chat", + "name": "Jméno", + "need_help": "Potřebujete pomoc?", + "new_chat": "Nová konverzace", + "no": "Ne", + "no_available_agents_to_transfer": "Nejsou k dispozici žádní dostupní operátoři pro přenos", + "options": "Volby", + "please_tell_us_some_information_to_start_the_chat": "Řekněte nám prosím nějaké informace pro zahájení chatu", + "please_wait_for_the_next_available_agent": "Počkejte prosím na dalšího dostupného operátora", + "restore_chat": "Obnovit konverzaci", + "room_name_changed": "Název okna změněn", + "send": "Poslat", + "sound_is_off": "Zvuk je vypnutý", + "sound_is_on": "Zvuk je zapnutý", + "start_chat": "Zahájit konverzaci", + "thanks_for_talking_with_us": "Děkujeme, že jste s námi hovořil", + "the_controller_of_your_personal_data_is_company_na": "Správcem vašich osobních údajů je [Název společnosti] se sídlem [Adresa společnosti]. Zahájením konverzace souhlaste s tím, že vaše osobní údaje budou zpracovávány a předávány v souladu s obecným nařízením o ochraně údajů (GDPR).", + "type_your_message_here": "Zde napište svou zprávu", + "unread_messages": "nepřečtené zprávy", + "user_added_by": "Uživatel přidán", + "user_joined": "Uživatel se připojil", + "user_left": "Uživatel odešel", + "user_removed_by": "Uživatel odstraněn", + "waiting_queue": "Čekající v pořadí...", + "we_are_not_online_right_now_please_leave_a_message": "Zrovna nejsme online. Zanechte nám prosím zprávu.", + "welcome": "Vítejte", + "write_your_message": "Napište svou zprávu...", + "yes": "Ano", + "you_browser_doesn_t_support_audio_element": "Váš prohlížeč nepodporuje zvukový prvek", + "you_browser_doesn_t_support_video_element": "Váš prohlížeč nepodporuje video prvek ", + "your_spot_is_spot": "Vaše místo je #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Vaše místo je #{{spot}} (Předpokládaný čas čekání: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/cy.json b/src/i18n/cy.json index c65de4b9a..51006ddd7 100644 --- a/src/i18n/cy.json +++ b/src/i18n/cy.json @@ -1,100 +1,14 @@ { - "cy": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Diddymu", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Mae'r sgwrs wedi gorffen", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Adran wedi newid", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Na", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Dewisiadau", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Anfon", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Ymunodd y defnyddiwr", - "user_left_58ed9c36": "Defnyddiwr ar ôl", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Nid ydym ar-lein ar hyn o bryd. Os gwelwch yn dda, gadewch neges.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Ydw", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Diddymu", + "conversation_finished": "Mae'r sgwrs wedi gorffen", + "department_switched": "Adran wedi newid", + "no": "Na", + "options": "Dewisiadau", + "send": "Anfon", + "user_joined": "Ymunodd y defnyddiwr", + "user_left": "Defnyddiwr ar ôl", + "we_are_not_online_right_now_please_leave_a_message": "Nid ydym ar-lein ar hyn o bryd. Os gwelwch yn dda, gadewch neges.", + "yes": "Ydw" + } } diff --git a/src/i18n/da.json b/src/i18n/da.json index c5c2c44b8..1255c18e9 100644 --- a/src/i18n/da.json +++ b/src/i18n/da.json @@ -1,100 +1,14 @@ { - "da": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Er du sikker på, at du vil skifte afdeling?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Annuller", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Samtalen er slut", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Du har skiftet afdeling", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Nej", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Indstillinger", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Send", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Brugeren sluttede sig til", - "user_left_58ed9c36": "Brugeren tog sin afsked", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Vi er ikke online lige nu. Efterlad en besked til os.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Er du sikker på, at du vil skifte afdeling?", + "cancel": "Annuller", + "conversation_finished": "Samtalen er slut", + "department_switched": "Du har skiftet afdeling", + "no": "Nej", + "options": "Indstillinger", + "user_joined": "Brugeren sluttede sig til", + "user_left": "Brugeren tog sin afsked", + "we_are_not_online_right_now_please_leave_a_message": "Vi er ikke online lige nu. Efterlad en besked til os.", + "yes": "Ja" + } } diff --git a/src/i18n/de-AT.json b/src/i18n/de-AT.json new file mode 100644 index 000000000..870f2cdc7 --- /dev/null +++ b/src/i18n/de-AT.json @@ -0,0 +1,77 @@ +{ + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Sind Sie sicher, dass Sie den Chat beenden möchten?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Sind Sie sicher, dass Sie alle Ihre Daten löschen möchten?", + "are_you_sure_you_want_to_switch_the_department": "Sind Sie sicher, dass Sie die Abteilung wechseln möchten?", + "cancel": "Abbrechen", + "change_department": "Abteilung wechseln", + "change_department_1": "Abteilung wechseln", + "chat_finished": "Chat beendet", + "choose_a_department": "Wählen Sie eine Abteilung", + "choose_a_department_1": "Wählen Sie eine Abteilung", + "choose_an_option": "Wählen Sie eine Option", + "conversation_finished": "Gespräch beendet", + "count_new_messages_since_since_one": "Eine neue Nachricht seit {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} neue Nachrichten seit {{val, datetime}}", + "department_switched": "Abteilung wurde gewechselt", + "departments": "Abteilungen", + "disable_notifications": "Benachrichtigungen deaktivieren", + "dismiss_this_alert": "Diese Warnung schließen", + "drop_here_to_upload_a_file": "Datei zum Hochladen hierher ziehen", + "email": "E-Mail", + "enable_notifications": "Benachrichtigungen aktivieren", + "error_closing_chat": "Beim Schließen des Chats ist ein Fehler aufgetreten", + "error_removing_user_data": "Beim Löschen der Benutzerdaten ist ein Fehler aufgetreten", + "error_starting_a_new_conversation_reason": "Fehler beim Starten einer neuen Konversation: {{reason}}", + "expand_chat": "Chat vergrößern", + "field_required": "Feld erforderlich", + "file_exceeds_allowed_size_of_size": "Die Datei überschreitet die maximal erlaubte Größe von: {{size}}.", + "fileupload_error": "Datei-Upload Fehler", + "finish_this_chat": "Diesen Chat beenden", + "forget_remove_my_data": "Vergiss/Lösche meine Daten", + "gdpr": "DSGVO", + "go_to_menu_options_forget_remove_my_personal_data": "Gehen Sie zu <1>Menü Optionen → Vergiss/Lösche meine Daten, um die sofortige Löschung Ihrer Daten zu beantragen.", + "i_agree": "Ich stimme zu", + "i_need_help_with": "Ich benötige Hilfe mit ...", + "if_you_have_any_other_questions_just_press_the_but": "Falls Sie weitere Fragen haben, drücken Sie unten den Button, um einen neuen Chat zu beginnen.", + "insert_your_field_here": "Hier {{field}} eintragen ...", + "invalid_email": "Ungültige E-Mail-Adresse", + "invalid_value": "Ungültiger Wert", + "leave_a_message": "Hinterlassen Sie eine Nachricht", + "livechat_connected": "Livechat verbunden.", + "livechat_is_not_connected": "Livechat ist nicht verbunden.", + "media_types_not_accepted": "Der Medientyp wird nicht akzeptiert.", + "message": "Nachricht", + "minimize_chat": "Chat minimieren", + "need_help": "Benötigen Sie Hilfe?", + "new_chat": "Neuer Chat", + "no": "Nein", + "no_available_agents_to_transfer": "Keine verfügbaren Mitarbeiter/innen zum Übertragen", + "options": "Optionen", + "please_tell_us_some_information_to_start_the_chat": "Bitte nennen Sie uns ein paar Informationen, um den Chat zu beginnen", + "please_wait_for_the_next_available_agent": "Bitte haben Sie etwas Geduld. Wir sind in Kürze für Sie da ...", + "restore_chat": "Chat wiederaufnehmen", + "room_name_changed": "Raumname geändert", + "send": "Senden", + "sound_is_off": "Ton ist aus", + "sound_is_on": "Ton ist an", + "start_chat": "Chat beginnen", + "thanks_for_talking_with_us": "Vielen Dank für unser Gespräch", + "the_controller_of_your_personal_data_is_company_na": "Der Datenschutzbeauftragte Ihrer persönlichen Daten ist [Company Name], mit eingetragenem Firmensitz in [Company Address]. Indem Sie den Chat starten, erklären Sie sich damit einverstanden, dass Ihre persönlichen Daten im Einklang mit der Datenschutz-Grundverordnung (DSGVO) verarbeitet und weitergegeben werden.", + "type_your_message_here": "Geben Sie hier Ihre Nachricht ein", + "unread_messages": "ungelesene Nachrichten", + "user_added_by": "Benutzer/in hinzugefügt von", + "user_joined": "Benutzer/in ist dem Kanal beigetreten", + "user_left": "Benutzer/in hat den Kanal verlassen", + "user_removed_by": "Benutzer/in entfernt von", + "waiting_queue": "Warteschlange ...", + "we_are_not_online_right_now_please_leave_a_message": "Wir sind momentan nicht online. Bitte hinterlassen Sie uns eine Nachricht.", + "welcome": "Willkommen", + "write_your_message": "Schreiben Sie Ihre Nachricht ...", + "yes": "Ja", + "you_browser_doesn_t_support_audio_element": "Ihr Browser unterstützt keine Audio Elemente", + "you_browser_doesn_t_support_video_element": "Ihr Browser unterstützt keine Video Elemente", + "your_spot_is_spot": "Ihr Platz ist #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Ihr Platz ist #{{spot}} (geschätzte Wartezeit: {{estimatedWaitTime}})" + } +} \ No newline at end of file diff --git a/src/i18n/de-IN.json b/src/i18n/de-IN.json new file mode 100644 index 000000000..bf67f3e75 --- /dev/null +++ b/src/i18n/de-IN.json @@ -0,0 +1,3 @@ +{ + "translation": {} +} \ No newline at end of file diff --git a/src/i18n/de.json b/src/i18n/de.json index 3c0a65317..1c5966709 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -1,100 +1,77 @@ { - "de": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sind Sie sicher, dass Sie den Chat beenden möchten?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Sind Sie sicher, dass Sie alle Ihre Daten löschen möchten?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Sind Sie sicher, dass Sie die Abteilung wechseln möchten?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Abbrechen", - "change_department_1d671538": "Abteilung wechseln", - "change_department_523a16e8": "Abteilung wechseln", - "chat_finished_effbd589": "Chat beendet", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Wählen Sie eine Abteilung", - "choose_a_department_fe9755fd": "Wählen Sie eine Abteilung", - "choose_an_option_26ac97d2": "Wählen Sie eine Option", - "conversation_finished_6a0f2811": "Gespräch beendet", - "count_new_messages_since_since_47c9d2a0": { - "one": "Eine neue Nachricht seit %{since}", - "other": "%{count} neue Nachrichten seit %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Abteilung wurde gewechselt", - "departments_3826b025": "Abteilungen", - "disable_notifications_dd6a3180": "Benachrichtigungen deaktivieren", - "dismiss_this_alert_ea9b3104": "Diese Warnung schließen", - "drop_here_to_upload_a_file_e5f4dd60": "Datei zum Hochladen hierher ziehen", - "email_22a7d52d": "E-Mail", - "enable_notifications_a3daf4b1": "Benachrichtigungen aktivieren", - "error_closing_chat_4c5e29d7": "Beim Schließen des Chats ist ein Fehler aufgetreten", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Beim Löschen der Benutzerdaten ist ein Fehler aufgetreten", - "error_starting_a_new_conversation_reason_a1b491a1": "Fehler beim Starten einer neuen Konversation: %{reason}", - "expand_chat_a0045dbd": "Chat vergrößern", - "field_required_fc5c6b05": "Feld erforderlich", - "file_exceeds_allowed_size_of_size_bd65c389": "Die Datei überschreitet die maximal erlaubte Größe von: %{size}.", - "fileupload_error_9eedee68": "Datei-Upload Fehler", - "finish_this_chat_87b79542": "Diesen Chat beenden", - "forget_remove_my_data_e1d68cdd": "Vergiss/Lösche meine Daten", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "DSGVO", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Gehen Sie zu **Menü Optionen → Vergiss/Lösche meine Daten**, um die sofortige Löschung Ihrer Daten zu beantragen.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "Ich stimme zu", - "i_need_help_with_61054e21": "Ich benötige Hilfe mit ...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Falls Sie weitere Fragen haben, drücken Sie unten den Button, um einen neuen Chat zu beginnen.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Hier %{field} eintragen ...", - "invalid_email_e82f3682": "Ungültige E-Mail-Adresse", - "invalid_value_12ca12c2": "Ungültiger Wert", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Hinterlassen Sie eine Nachricht", - "livechat_connected_afee1c5b": "Livechat verbunden.", - "livechat_is_not_connected_b40328ca": "Livechat ist nicht verbunden.", - "media_types_not_accepted_4e25676a": "Der Medientyp wird nicht akzeptiert.", - "message_5c38209d": "Nachricht", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Chat minimieren", - "name_1aed4a1b": "Name", - "need_help_803a61": "Benötigen Sie Hilfe?", - "new_chat_f525c39e": "Neuer Chat", - "no_available_agents_to_transfer_3ae30cec": "Keine verfügbaren Mitarbeiter/innen zum Übertragen", - "no_e16d9132": "Nein", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Optionen", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Bitte nennen Sie uns ein paar Informationen, um den Chat zu beginnen", - "please_wait_for_the_next_available_agent_b2a49c4c": "Bitte haben Sie etwas Geduld. Wir sind in Kürze für Sie da ...", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Chat wiederaufnehmen", - "room_name_changed_9c42350a": "Raumname geändert", - "send_e3bd0ed0": "Senden", - "sound_is_off_a743f419": "Ton ist aus", - "sound_is_on_98a9ec58": "Ton ist an", - "start_chat_8606d464": "Chat beginnen", - "thanks_for_talking_with_us_719cce22": "Vielen Dank für unser Gespräch", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "Der Datenschutzbeauftragte Ihrer persönlichen Daten ist [Company Name], mit eingetragenem Firmensitz in [Company Address]. Indem Sie den Chat starten, erklären Sie sich damit einverstanden, dass Ihre persönlichen Daten im Einklang mit der Datenschutz-Grundverordnung (DSGVO) verarbeitet und weitergegeben werden.", - "type_your_message_here_6a05bd0f": "Geben Sie hier Ihre Nachricht ein", - "unread_messages_5e18e7b7": "ungelesene Nachrichten", - "user_added_by_525b6b11": "Benutzer/in hinzugefügt von", - "user_joined_407ba0d": "Benutzer/in ist dem Kanal beigetreten", - "user_left_58ed9c36": "Benutzer/in hat den Kanal verlassen", - "user_removed_by_e990f856": "Benutzer/in entfernt von", - "waiting_queue_800061da": "Warteschlange ...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Wir sind momentan nicht online. Bitte hinterlassen Sie uns eine Nachricht.", - "welcome_dd4e7151": "Willkommen", - "write_your_message_6eee0188": "Schreiben Sie Ihre Nachricht ...", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "Ihr Browser unterstützt keine Audio Elemente", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Ihr Browser unterstützt keine Video Elemente", - "your_spot_is_spot_a35cd288": "Ihr Platz ist #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Ihr Platz ist #%{spot} (geschätzte Wartezeit: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Sind Sie sicher, dass Sie den Chat beenden möchten?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Sind Sie sicher, dass Sie alle Ihre Daten löschen möchten?", + "are_you_sure_you_want_to_switch_the_department": "Sind Sie sicher, dass Sie die Abteilung wechseln möchten?", + "cancel": "Abbrechen", + "change_department": "Abteilung wechseln", + "change_department_1": "Abteilung wechseln", + "chat_finished": "Chat beendet", + "choose_a_department": "Wählen Sie eine Abteilung", + "choose_a_department_1": "Wählen Sie eine Abteilung", + "choose_an_option": "Wählen Sie eine Option", + "conversation_finished": "Gespräch beendet", + "count_new_messages_since_since_one": "Eine neue Nachricht seit {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} neue Nachrichten seit {{val, datetime}}", + "department_switched": "Abteilung wurde gewechselt", + "departments": "Abteilungen", + "disable_notifications": "Benachrichtigungen deaktivieren", + "dismiss_this_alert": "Diese Warnung schließen", + "drop_here_to_upload_a_file": "Datei zum Hochladen hierher ziehen", + "email": "E-Mail", + "enable_notifications": "Benachrichtigungen aktivieren", + "error_closing_chat": "Beim Schließen des Chats ist ein Fehler aufgetreten", + "error_removing_user_data": "Beim Löschen der Benutzerdaten ist ein Fehler aufgetreten", + "error_starting_a_new_conversation_reason": "Fehler beim Starten einer neuen Konversation: {{reason}}", + "expand_chat": "Chat vergrößern", + "field_required": "Feld erforderlich", + "file_exceeds_allowed_size_of_size": "Die Datei überschreitet die maximal erlaubte Größe von: {{size}}.", + "fileupload_error": "Datei-Upload Fehler", + "finish_this_chat": "Diesen Chat beenden", + "forget_remove_my_data": "Vergiss/Lösche meine Daten", + "gdpr": "DSGVO", + "go_to_menu_options_forget_remove_my_personal_data": "Gehen Sie zu <1>Menü Optionen → Vergiss/Lösche meine Daten, um die sofortige Löschung Ihrer Daten zu beantragen.", + "i_agree": "Ich stimme zu", + "i_need_help_with": "Ich benötige Hilfe mit ...", + "if_you_have_any_other_questions_just_press_the_but": "Falls Sie weitere Fragen haben, drücken Sie unten den Button, um einen neuen Chat zu beginnen.", + "insert_your_field_here": "Hier {{field}} eintragen ...", + "invalid_email": "Ungültige E-Mail-Adresse", + "invalid_value": "Ungültiger Wert", + "leave_a_message": "Hinterlassen Sie eine Nachricht", + "livechat_connected": "Livechat verbunden.", + "livechat_is_not_connected": "Livechat ist nicht verbunden.", + "media_types_not_accepted": "Der Medientyp wird nicht akzeptiert.", + "message": "Nachricht", + "minimize_chat": "Chat minimieren", + "need_help": "Benötigen Sie Hilfe?", + "new_chat": "Neuer Chat", + "no": "Nein", + "no_available_agents_to_transfer": "Keine verfügbaren Mitarbeiter/innen zum Übertragen", + "options": "Optionen", + "please_tell_us_some_information_to_start_the_chat": "Bitte nennen Sie uns ein paar Informationen, um den Chat zu beginnen", + "please_wait_for_the_next_available_agent": "Bitte haben Sie etwas Geduld. Wir sind in Kürze für Sie da ...", + "restore_chat": "Chat wiederaufnehmen", + "room_name_changed": "Raumname geändert", + "send": "Senden", + "sound_is_off": "Ton ist aus", + "sound_is_on": "Ton ist an", + "start_chat": "Chat beginnen", + "thanks_for_talking_with_us": "Vielen Dank für unser Gespräch", + "the_controller_of_your_personal_data_is_company_na": "Der Datenschutzbeauftragte Ihrer persönlichen Daten ist [Company Name], mit eingetragenem Firmensitz in [Company Address]. Indem Sie den Chat starten, erklären Sie sich damit einverstanden, dass Ihre persönlichen Daten im Einklang mit der Datenschutz-Grundverordnung (DSGVO) verarbeitet und weitergegeben werden.", + "type_your_message_here": "Geben Sie hier Ihre Nachricht ein", + "unread_messages": "ungelesene Nachrichten", + "user_added_by": "Benutzer/in hinzugefügt von", + "user_joined": "Benutzer/in ist dem Kanal beigetreten", + "user_left": "Benutzer/in hat den Kanal verlassen", + "user_removed_by": "Benutzer/in entfernt von", + "waiting_queue": "Warteschlange ...", + "we_are_not_online_right_now_please_leave_a_message": "Wir sind momentan nicht online. Bitte hinterlassen Sie uns eine Nachricht.", + "welcome": "Willkommen", + "write_your_message": "Schreiben Sie Ihre Nachricht ...", + "yes": "Ja", + "you_browser_doesn_t_support_audio_element": "Ihr Browser unterstützt keine Audio Elemente", + "you_browser_doesn_t_support_video_element": "Ihr Browser unterstützt keine Video Elemente", + "your_spot_is_spot": "Ihr Platz ist #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Ihr Platz ist #{{spot}} (geschätzte Wartezeit: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/de_AT.json b/src/i18n/de_AT.json deleted file mode 100644 index 8245bc072..000000000 --- a/src/i18n/de_AT.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "de_AT": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sind Sie sicher, dass Sie den Chat beenden möchten?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Sind Sie sicher, dass Sie alle Ihre Daten löschen möchten?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Sind Sie sicher, dass Sie die Abteilung wechseln möchten?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Abbrechen", - "change_department_1d671538": "Abteilung wechseln", - "change_department_523a16e8": "Abteilung wechseln", - "chat_finished_effbd589": "Chat beendet", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Wählen Sie eine Abteilung", - "choose_a_department_fe9755fd": "Wählen Sie eine Abteilung", - "choose_an_option_26ac97d2": "Wählen Sie eine Option", - "conversation_finished_6a0f2811": "Gespräch beendet", - "count_new_messages_since_since_47c9d2a0": { - "one": "Eine neue Nachricht seit %{since}", - "other": "%{count} neue Nachrichten seit %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Abteilung wurde gewechselt", - "departments_3826b025": "Abteilungen", - "disable_notifications_dd6a3180": "Benachrichtigungen deaktivieren", - "dismiss_this_alert_ea9b3104": "Diese Warnung schließen", - "drop_here_to_upload_a_file_e5f4dd60": "Datei zum Hochladen hierher ziehen", - "email_22a7d52d": "E-Mail", - "enable_notifications_a3daf4b1": "Benachrichtigungen aktivieren", - "error_closing_chat_4c5e29d7": "Beim Schließen des Chats ist ein Fehler aufgetreten", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Beim Löschen der Benutzerdaten ist ein Fehler aufgetreten", - "error_starting_a_new_conversation_reason_a1b491a1": "Fehler beim Starten einer neuen Konversation: %{reason}", - "expand_chat_a0045dbd": "Chat vergrößern", - "field_required_fc5c6b05": "Feld erforderlich", - "file_exceeds_allowed_size_of_size_bd65c389": "Die Datei überschreitet die maximal erlaubte Größe von: %{size}.", - "fileupload_error_9eedee68": "Datei-Upload Fehler", - "finish_this_chat_87b79542": "Diesen Chat beenden", - "forget_remove_my_data_e1d68cdd": "Vergiss/Lösche meine Daten", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "DSGVO", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Gehen Sie zu **Menü Optionen → Vergiss/Lösche meine Daten**, um die sofortige Löschung Ihrer Daten zu beantragen.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "Ich stimme zu", - "i_need_help_with_61054e21": "Ich benötige Hilfe mit ...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Falls Sie weitere Fragen haben, drücken Sie unten den Button, um einen neuen Chat zu beginnen.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Hier %{field} eintragen ...", - "invalid_email_e82f3682": "Ungültige E-Mail-Adresse", - "invalid_value_12ca12c2": "Ungültiger Wert", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Hinterlassen Sie eine Nachricht", - "livechat_connected_afee1c5b": "Livechat verbunden.", - "livechat_is_not_connected_b40328ca": "Livechat ist nicht verbunden.", - "media_types_not_accepted_4e25676a": "Der Medientyp wird nicht akzeptiert.", - "message_5c38209d": "Nachricht", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Chat minimieren", - "name_1aed4a1b": "Name", - "need_help_803a61": "Benötigen Sie Hilfe?", - "new_chat_f525c39e": "Neuer Chat", - "no_available_agents_to_transfer_3ae30cec": "Keine verfügbaren Mitarbeiter/innen zum Übertragen", - "no_e16d9132": "Nein", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Optionen", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Bitte nennen Sie uns ein paar Informationen, um den Chat zu beginnen", - "please_wait_for_the_next_available_agent_b2a49c4c": "Bitte haben Sie etwas Geduld. Wir sind in Kürze für Sie da ...", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Chat wiederaufnehmen", - "room_name_changed_9c42350a": "Raumname geändert", - "send_e3bd0ed0": "Senden", - "sound_is_off_a743f419": "Ton ist aus", - "sound_is_on_98a9ec58": "Ton ist an", - "start_chat_8606d464": "Chat beginnen", - "thanks_for_talking_with_us_719cce22": "Vielen Dank für unser Gespräch", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "Der Datenschutzbeauftragte Ihrer persönlichen Daten ist [Company Name], mit eingetragenem Firmensitz in [Company Address]. Indem Sie den Chat starten, erklären Sie sich damit einverstanden, dass Ihre persönlichen Daten im Einklang mit der Datenschutz-Grundverordnung (DSGVO) verarbeitet und weitergegeben werden.", - "type_your_message_here_6a05bd0f": "Geben Sie hier Ihre Nachricht ein", - "unread_messages_5e18e7b7": "ungelesene Nachrichten", - "user_added_by_525b6b11": "Benutzer/in hinzugefügt von", - "user_joined_407ba0d": "Benutzer/in ist dem Kanal beigetreten", - "user_left_58ed9c36": "Benutzer/in hat den Kanal verlassen", - "user_removed_by_e990f856": "Benutzer/in entfernt von", - "waiting_queue_800061da": "Warteschlange ...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Wir sind momentan nicht online. Bitte hinterlassen Sie uns eine Nachricht.", - "welcome_dd4e7151": "Willkommen", - "write_your_message_6eee0188": "Schreiben Sie Ihre Nachricht ...", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "Ihr Browser unterstützt keine Audio Elemente", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Ihr Browser unterstützt keine Video Elemente", - "your_spot_is_spot_a35cd288": "Ihr Platz ist #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Ihr Platz ist #%{spot} (geschätzte Wartezeit: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/de_IN.json b/src/i18n/de_IN.json deleted file mode 100644 index 1e5d183ea..000000000 --- a/src/i18n/de_IN.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "de_IN": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancel", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Conversation finished", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Department switched", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Options", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Send", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "User joined", - "user_left_58ed9c36": "User left", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Yes", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/default.json b/src/i18n/default.json deleted file mode 100644 index b39cf0879..000000000 --- a/src/i18n/default.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "en": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancel", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Conversation finished", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Department switched", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Options", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Send", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "User joined", - "user_left_58ed9c36": "User left", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Yes", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/el.json b/src/i18n/el.json index 72d06f6b7..29751d5ca 100644 --- a/src/i18n/el.json +++ b/src/i18n/el.json @@ -1,100 +1,14 @@ { - "el": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Ακύρωση", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Η συνομιλία τελείωσε", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Το τμήμα άλλαξε", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Όχι", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Επιλογές", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Αποστολή", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Ο χρήστης συνδέθηκε", - "user_left_58ed9c36": "Ο χρήστης έφυγε", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Δεν είμαστε συνδεδεμένοι αυτήν τη στιγμή. Παρακαλώ αφήστε μήνυμα.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Ναι", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Ακύρωση", + "conversation_finished": "Η συνομιλία τελείωσε", + "department_switched": "Το τμήμα άλλαξε", + "no": "Όχι", + "options": "Επιλογές", + "send": "Αποστολή", + "user_joined": "Ο χρήστης συνδέθηκε", + "user_left": "Ο χρήστης έφυγε", + "we_are_not_online_right_now_please_leave_a_message": "Δεν είμαστε συνδεδεμένοι αυτήν τη στιγμή. Παρακαλώ αφήστε μήνυμα.", + "yes": "Ναι" + } } diff --git a/src/i18n/en.json b/src/i18n/en.json index 153616b01..29451873f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1,100 +1,101 @@ { - "en": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancel", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Conversation finished", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Department switched", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid e-mail", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Options", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Send", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "User joined", - "user_left_58ed9c36": "User left", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Yes", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "accept": "Accept", + "are_you_sure_you_want_to_finish_this_chat": "Are you sure you want to finish this chat?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Are you sure you want to remove all of your personal data?", + "are_you_sure_you_want_to_switch_the_department": "Are you sure you want to switch the department?", + "call_end_time": "Call Ended at {{time, datetime}} - Lasted {{callDuration, datetime}}", + "cancel": "Cancel", + "change_department": "Change department", + "change_department_1": "Change Department", + "chat_finished": "Chat Finished", + "chat_now": "Chat now", + "chat_started": "Chat started", + "choose_a_department": "Choose a department...", + "choose_a_department_1": "Choose a department", + "choose_an_option": "Choose an option...", + "conversation_finished": "Conversation finished", + "count_new_messages_since_since_one": "One new message since {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} new messages since {{val, datetime}}", + "decline": "Decline", + "department_switched": "Department switched", + "departments": "Departments", + "disable_notifications": "Disable notifications", + "dismiss_this_alert": "Dismiss this alert", + "drop_here_to_upload_a_file": "Drop here to upload a file", + "email": "Email", + "enable_notifications": "Enable notifications", + "error_closing_chat": "Error closing chat.", + "error_getting_call_alert": "Error getting call alert.", + "error_removing_user_data": "Error removing user data.", + "error_starting_a_new_conversation_reason": "Error starting a new conversation: {{reason}}", + "expand_chat": "Expand chat", + "field_required": "Field required", + "file_exceeds_allowed_size_of_size": "File exceeds allowed size of {{size}}.", + "fileupload_error": "FileUpload Error", + "finish_this_chat": "Finish this chat", + "forget_remove_my_data": "Forget/Remove my data", + "from_returned_the_chat_to_the_queue": "{{from}} returned the chat to the queue", + "the_agent_transferred_the_chat_to_the_department_to": "The agent transferred the chat to the department {{to}}", + "from_transferred_the_chat_to_the_department_to": "{{from}} transferred the chat to the department {{to}}", + "from_transferred_the_chat_to_to": "{{from}} transferred the chat to {{to}}", + "gdpr": "GDPR", + "go_to_menu_options_forget_remove_my_personal_data": "Go to <1>menu options → Forget/Remove my personal data to request the immediate removal of your data.", + "hiddenelementscount_more": "+ {{hiddenElementsCount}} more", + "i_agree": "I Agree", + "i_need_help_with": "I need help with...", + "if_you_have_any_other_questions_just_press_the_but": "If you have any other questions, just press the button below to start a new chat.", + "incoming_video_call": "Incoming video Call", + "insert_your_field_here": "Insert your {{field}} here...", + "invalid_email": "Invalid email", + "invalid_value": "Invalid value", + "join_call": "Join Call", + "join_my_room_to_start_the_video_call": "Join my room to start the video call", + "leave_a_message": "Leave a message", + "livechat_connected": "Livechat connected.", + "livechat_is_not_connected": "Livechat is not connected.", + "media_types_not_accepted": "Media Types Not Accepted.", + "message": "Message", + "messages": "Messages", + "message_separator_date": "{{val, datetime}}", + "message_time": "{{val, datetime}}", + "minimize_chat": "Minimize chat", + "name": "Name", + "need_help": "Need help?", + "new_chat": "New Chat", + "no": "No", + "no_available_agents_to_transfer": "No available agents to transfer", + "ok": "OK", + "options": "Options", + "please_tell_us_some_information_to_start_the_chat": "Please, tell us some information to start the chat", + "please_wait_for_the_next_available_agent": "Please, wait for the next available agent..", + "powered_by_rocket_chat": "Powered by Rocket.Chat", + "restore_chat": "Restore chat", + "room_name_changed": "Room name changed", + "send": "Send", + "sound_is_off": "Sound is off", + "sound_is_on": "Sound is on", + "start_chat": "Start chat", + "thanks_for_talking_with_us": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent": "The chat was transferred to another agent", + "the_controller_of_your_personal_data_is_company_na": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", + "transcript_success": "Transcript sent", + "type_your_message_here": "Type your message here", + "unread_messages": "unread messages", + "user_added_by": "User added by", + "user_joined": "User joined", + "user_left": "User left", + "user_removed_by": "User removed by", + "waiting_queue": "Waiting queue...", + "we_are_not_online_right_now_please_leave_a_message": "We are not online right now. Please, leave a message.", + "welcome": "Welcome", + "would_you_like_a_copy_of_this_chat_emailed":"Would you like a copy of this chat emailed?", + "write_your_message": "Write your message...", + "yes": "Yes", + "you_browser_doesn_t_support_audio_element": "You browser doesn't support audio element", + "you_browser_doesn_t_support_video_element": "You browser doesn't support video element", + "your_spot_is_spot": "Your spot is #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Your spot is #{{spot}} (Estimated wait time: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/eo.json b/src/i18n/eo.json index 843df4030..58a177236 100644 --- a/src/i18n/eo.json +++ b/src/i18n/eo.json @@ -1,100 +1,14 @@ { - "eo": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Nuligi", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Konversacio finis", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Fako ŝaltis", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Ne", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opcioj", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Sendu", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Uzanto aliĝis", - "user_left_58ed9c36": "Uzanto maldekstre", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Ni ne estas interrete nun. Bonvolu lasi mesaĝon.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Jes", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Nuligi", + "conversation_finished": "Konversacio finis", + "department_switched": "Fako ŝaltis", + "no": "Ne", + "options": "Opcioj", + "send": "Sendu", + "user_joined": "Uzanto aliĝis", + "user_left": "Uzanto maldekstre", + "we_are_not_online_right_now_please_leave_a_message": "Ni ne estas interrete nun. Bonvolu lasi mesaĝon.", + "yes": "Jes" + } } diff --git a/src/i18n/es.json b/src/i18n/es.json index d97717e8e..832654c2c 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -1,100 +1,77 @@ { - "es": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "¿Estás seguro que quieres finalizar este chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "¿Estás seguro que quieres eliminar todos tus datos personales?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "¿Estás seguro que quieres cambiar el departamento?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancelar", - "change_department_1d671538": "Cambiar el departamento", - "change_department_523a16e8": "Cambiar el departamento", - "chat_finished_effbd589": "Chat terminado", - "chat_now_3d7f6769": "Chatear ahora", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Seleccione un departamento", - "choose_a_department_fe9755fd": "Seleccione un departamento", - "choose_an_option_26ac97d2": "Seleccione una opción...", - "conversation_finished_6a0f2811": "Conversación terminada", - "count_new_messages_since_since_47c9d2a0": { - "one": "Un nuevo mensaje desde %{since}", - "other": "%{count} nuevos mensajes desde %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departamento cambiado", - "departments_3826b025": "Departamentos", - "disable_notifications_dd6a3180": "Desactivar notificaciones", - "dismiss_this_alert_ea9b3104": "Descartar esta alerta", - "drop_here_to_upload_a_file_e5f4dd60": "Arrastre aquí para subir un archivo", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Activar notificaciones", - "error_closing_chat_4c5e29d7": "Error cerrando el chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error eliminando datos de usuario.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error al iniciar una nueva conversación: %{reason}", - "expand_chat_a0045dbd": "Expandir chat", - "field_required_fc5c6b05": "Archivo requerido", - "file_exceeds_allowed_size_of_size_bd65c389": "El archivo excede el tamaño permitido %{size}.", - "fileupload_error_9eedee68": "Error en subida de archivo", - "finish_this_chat_87b79542": "Finalizar este chat", - "forget_remove_my_data_e1d68cdd": "Olvidar/Eliminar mis datos", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Ir al **menu opciones → Olvidar/Eliminar mis datos** para solicitar la inmediata remoción de tus datos.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} más", - "i_agree_df2ecbd4": "Acepto", - "i_need_help_with_61054e21": "Necesito ayuda con...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Si tiene otra pregunta, simplemente presione el botón a continuación para iniciar un nuevo chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Ingrese su %{field} aquí...", - "invalid_email_e82f3682": "Email no válido", - "invalid_value_12ca12c2": "Valor no válido", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Deje un mensaje", - "livechat_connected_afee1c5b": "Livechat conectado.", - "livechat_is_not_connected_b40328ca": "Livechat no está conectado.", - "media_types_not_accepted_4e25676a": "Tipos de medios no aceptado.", - "message_5c38209d": "Mensaje", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimizar chat", - "name_1aed4a1b": "Nombre", - "need_help_803a61": "¿Necesita ayuda?", - "new_chat_f525c39e": "Nuevo Chat", - "no_available_agents_to_transfer_3ae30cec": "No hay agentes disponibles para transferir", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opciones", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Por favor, ingrese alguna información para iniciar el chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Por favor, espere al próximo agente disponible.", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restaurar chat", - "room_name_changed_9c42350a": "Nombre de sala cambiado", - "send_e3bd0ed0": "Enviar", - "sound_is_off_a743f419": "Sonido encendido", - "sound_is_on_98a9ec58": "Sonido apagado", - "start_chat_8606d464": "Comenzar chat", - "thanks_for_talking_with_us_719cce22": "Gracias por hablar con nosotros", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "El controlador de sus datos personales es [Company Name], con domicilio en [Company Address]. Para iniciar el chat, acepta que sus datos personales se procesen y transmitan de acuerdo con el Reglamento General de Protección de Datos (GDPR).", - "type_your_message_here_6a05bd0f": "Escribe tu mensaje aquí", - "unread_messages_5e18e7b7": "Mensajes no leídos", - "user_added_by_525b6b11": "Usuario agregado por", - "user_joined_407ba0d": "Usuario agregado", - "user_left_58ed9c36": "El usuario ha abandonado la sala", - "user_removed_by_e990f856": "Usuario eliminado por", - "waiting_queue_800061da": "Esperando cola...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "No estamos en línea en este momento. Por favor, deje un mensaje.", - "welcome_dd4e7151": "Bienvenido", - "write_your_message_6eee0188": "Escribe tu mensaje...", - "yes_dde87d5": "Si", - "you_browser_doesn_t_support_audio_element_3391386f": "Tu navegador no soporta elementos de audio", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Tu navegador no soporta elementos de video", - "your_spot_is_spot_a35cd288": "Tu lugar es #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Tu lugar es #%{spot} (Tiempo de espera estimado: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "¿Estás seguro que quieres finalizar este chat?", + "are_you_sure_you_want_to_remove_all_of_your_person": "¿Estás seguro que quieres eliminar todos tus datos personales?", + "are_you_sure_you_want_to_switch_the_department": "¿Estás seguro que quieres cambiar el departamento?", + "cancel": "Cancelar", + "change_department": "Cambiar el departamento", + "change_department_1": "Cambiar el departamento", + "chat_finished": "Chat terminado", + "chat_now": "Chatear ahora", + "choose_a_department": "Seleccione un departamento", + "choose_a_department_1": "Seleccione un departamento", + "choose_an_option": "Seleccione una opción...", + "conversation_finished": "Conversación terminada", + "count_new_messages_since_since_one": "Un nuevo mensaje desde {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} nuevos mensajes desde {{val, datetime}}", + "department_switched": "Departamento cambiado", + "departments": "Departamentos", + "disable_notifications": "Desactivar notificaciones", + "dismiss_this_alert": "Descartar esta alerta", + "drop_here_to_upload_a_file": "Arrastre aquí para subir un archivo", + "enable_notifications": "Activar notificaciones", + "error_closing_chat": "Error cerrando el chat.", + "error_removing_user_data": "Error eliminando datos de usuario.", + "error_starting_a_new_conversation_reason": "Error al iniciar una nueva conversación: {{reason}}", + "expand_chat": "Expandir chat", + "field_required": "Archivo requerido", + "file_exceeds_allowed_size_of_size": "El archivo excede el tamaño permitido {{size}}.", + "fileupload_error": "Error en subida de archivo", + "finish_this_chat": "Finalizar este chat", + "forget_remove_my_data": "Olvidar/Eliminar mis datos", + "go_to_menu_options_forget_remove_my_personal_data": "Ir al <1>menu opciones → Olvidar/Eliminar mis datos para solicitar la inmediata remoción de tus datos.", + "hiddenelementscount_more": "+ {{hiddenElementsCount}} más", + "i_agree": "Acepto", + "i_need_help_with": "Necesito ayuda con...", + "if_you_have_any_other_questions_just_press_the_but": "Si tiene otra pregunta, simplemente presione el botón a continuación para iniciar un nuevo chat.", + "insert_your_field_here": "Ingrese su {{field}} aquí...", + "invalid_email": "Email no válido", + "invalid_value": "Valor no válido", + "leave_a_message": "Deje un mensaje", + "livechat_connected": "Livechat conectado.", + "livechat_is_not_connected": "Livechat no está conectado.", + "media_types_not_accepted": "Tipos de medios no aceptado.", + "message": "Mensaje", + "minimize_chat": "Minimizar chat", + "name": "Nombre", + "need_help": "¿Necesita ayuda?", + "new_chat": "Nuevo Chat", + "no_available_agents_to_transfer": "No hay agentes disponibles para transferir", + "options": "Opciones", + "please_tell_us_some_information_to_start_the_chat": "Por favor, ingrese alguna información para iniciar el chat", + "please_wait_for_the_next_available_agent": "Por favor, espere al próximo agente disponible.", + "restore_chat": "Restaurar chat", + "room_name_changed": "Nombre de sala cambiado", + "send": "Enviar", + "sound_is_off": "Sonido encendido", + "sound_is_on": "Sonido apagado", + "start_chat": "Comenzar chat", + "thanks_for_talking_with_us": "Gracias por hablar con nosotros", + "the_controller_of_your_personal_data_is_company_na": "El controlador de sus datos personales es [Company Name], con domicilio en [Company Address]. Para iniciar el chat, acepta que sus datos personales se procesen y transmitan de acuerdo con el Reglamento General de Protección de Datos (GDPR).", + "type_your_message_here": "Escribe tu mensaje aquí", + "unread_messages": "Mensajes no leídos", + "user_added_by": "Usuario agregado por", + "user_joined": "Usuario agregado", + "user_left": "El usuario ha abandonado la sala", + "user_removed_by": "Usuario eliminado por", + "waiting_queue": "Esperando cola...", + "we_are_not_online_right_now_please_leave_a_message": "No estamos en línea en este momento. Por favor, deje un mensaje.", + "welcome": "Bienvenido", + "write_your_message": "Escribe tu mensaje...", + "yes": "Si", + "you_browser_doesn_t_support_audio_element": "Tu navegador no soporta elementos de audio", + "you_browser_doesn_t_support_video_element": "Tu navegador no soporta elementos de video", + "your_spot_is_spot": "Tu lugar es #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Tu lugar es #{{spot}} (Tiempo de espera estimado: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/et.json b/src/i18n/et.json index 93038dae5..eb808a79f 100644 --- a/src/i18n/et.json +++ b/src/i18n/et.json @@ -1,100 +1,13 @@ { - "et": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Oled sa kindel, et soovid osakonda vahetada?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Tühista", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Vestlus on lõppenud", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Osakond vahetatud", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Ei", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Valikud", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Saada", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Kasutaja liitus", - "user_left_58ed9c36": "Kasutaja lahkus", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Yes", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Oled sa kindel, et soovid osakonda vahetada?", + "cancel": "Tühista", + "conversation_finished": "Vestlus on lõppenud", + "department_switched": "Osakond vahetatud", + "no": "Ei", + "options": "Valikud", + "send": "Saada", + "user_joined": "Kasutaja liitus", + "user_left": "Kasutaja lahkus" + } } diff --git a/src/i18n/eu.json b/src/i18n/eu.json index e69e7dce2..5516b0b65 100644 --- a/src/i18n/eu.json +++ b/src/i18n/eu.json @@ -1,100 +1,13 @@ { - "eu": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Ziur zaude saioa aldatu nahi duzula?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Ezeztatu", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Elkarrizketa amaitu da", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Department switched", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Ez", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Aukerak", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Bidali", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Erabiltzailea sartu da", - "user_left_58ed9c36": "Erabiltzailea irten da", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Bai", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Ziur zaude saioa aldatu nahi duzula?", + "cancel": "Ezeztatu", + "conversation_finished": "Elkarrizketa amaitu da", + "no": "Ez", + "options": "Aukerak", + "send": "Bidali", + "user_joined": "Erabiltzailea sartu da", + "user_left": "Erabiltzailea irten da", + "yes": "Bai" + } } diff --git a/src/i18n/fa.json b/src/i18n/fa.json index 6eec83eb0..4f37bd458 100644 --- a/src/i18n/fa.json +++ b/src/i18n/fa.json @@ -1,100 +1,73 @@ { - "fa": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "آیا شما می خواید به این مکالمه پایان دهید؟", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "آیا از پاک شدن تمام اطلاعات شخصی خود اطمینان دارید؟", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "ایا مطمئن هستید که میخواهید بخش را عوض کنید؟", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "لغو", - "change_department_1d671538": "تغییر بخش", - "change_department_523a16e8": "تغییر بخش", - "chat_finished_effbd589": "گفتگو پایان یافت", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "گفتگو شروع شد", - "choose_a_department_b106da55": "یک بخش را انتخاب کنید ...", - "choose_a_department_fe9755fd": "یک بخش را انتخاب کنید", - "choose_an_option_26ac97d2": "یک گزینه را انتخاب کنید", - "conversation_finished_6a0f2811": "مکالمه به پایان رسید", - "count_new_messages_since_since_47c9d2a0": { - "one": "یک پیام جدید از %{since} قبل", - "other": "%{count} پیام جدید از %{since} قبل" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "گروه عوض شد", - "departments_3826b025": "بخش ها", - "disable_notifications_dd6a3180": "غیرفعال کردن ناتیفیکیشن ها", - "dismiss_this_alert_ea9b3104": "نادیده گرفتن این هشدار", - "drop_here_to_upload_a_file_e5f4dd60": "فایل را اینجا رها کنید", - "email_22a7d52d": "ایمیل", - "enable_notifications_a3daf4b1": "فعال کردن ناتیفیکیشن ها", - "error_closing_chat_4c5e29d7": "خطا در بستن گفتگو.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "خطا در حذف اطلاعات کاربر.", - "error_starting_a_new_conversation_reason_a1b491a1": "خطا در ایجاد گفتگوی جدید: %{reason}", - "expand_chat_a0045dbd": "گسترش گفتگو", - "field_required_fc5c6b05": "ورودی الزامی", - "file_exceeds_allowed_size_of_size_bd65c389": "حجم فایل بیشتر از حد مجاز (%{size}) است.", - "fileupload_error_9eedee68": "خطا در آپلود فایل", - "finish_this_chat_87b79542": "پایان این گفتگو", - "forget_remove_my_data_e1d68cdd": "حذف اطلاعات من", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "مقررات عمومی حفاظت از داده اتحادیه اروپا (GDPR)", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "به **menu options → Forget/Remove my personal data** بروید تا درخواست حذف بلافاصله ی اطلاعات خود را بدهید", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "موافقم", - "i_need_help_with_61054e21": "نیاز به کمک در بخش زیر را دارم", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "اگر هرگونه سوال دیگری دارید، بر روی دکمه ی زیر کلیک کنید تا یک گفتگو آغاز شود", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "ایمیل نامعتبر", - "invalid_value_12ca12c2": "مقدار نامعتبر", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "یک پیغام بگذارید", - "livechat_connected_afee1c5b": "Livechat وصل شد.", - "livechat_is_not_connected_b40328ca": "Livechat وصل نشد.", - "media_types_not_accepted_4e25676a": "این نوع فایل قابل قبول نیست.", - "message_5c38209d": "پیام", - "messages_64e7435f": "پیام‌ها", - "minimize_chat_804b3135": "کوچک کردن گفتگو", - "name_1aed4a1b": "نام", - "need_help_803a61": "نیاز به کمک دارید?", - "new_chat_f525c39e": "گفتگوی جدید", - "no_available_agents_to_transfer_3ae30cec": "هیچ پشتیبانی برای انتقال در دسترس نیست", - "no_e16d9132": "خیر", - "ok_c47544a2": "باشد", - "options_3ab0ea65": "گزینه ها", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "لطفاً برای شروع گپ اطلاعاتی را به ما بدهید", - "please_wait_for_the_next_available_agent_b2a49c4c": "لطفا تا در دسترس قرار گرفتن پشتیبان متنظر بمانید..", - "powered_by_rocket_chat_4d7c2ab4": "قدرت گرفته از Rocket.Chat", - "restore_chat_3bfecf2b": "بازگردانی گفتگو", - "room_name_changed_9c42350a": "نام اتاق عوض شد", - "send_e3bd0ed0": "ارسال", - "sound_is_off_a743f419": "صدا قطع شد", - "sound_is_on_98a9ec58": "صدا وصل شد", - "start_chat_8606d464": "آغاز گفتگو", - "thanks_for_talking_with_us_719cce22": "متشکر از تماس شما با ما", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "کنترل اطلاعات شما در دست شرکت [Company Name], به آدرس [Company Address] است. برای شروع گفتگو لازم از مقررات عمومی حفاظت از داده اتحادیه اروپا (GDPR) را تایید کنید.", - "type_your_message_here_6a05bd0f": "پیام خود را اینجا تایپ کنید", - "unread_messages_5e18e7b7": "پیام های خوانده نشده", - "user_added_by_525b6b11": "کاربر اضافه شد، توسط", - "user_joined_407ba0d": "کابر عضو شد", - "user_left_58ed9c36": "کاربر ترک کرد", - "user_removed_by_e990f856": "کاربر حذف شد، توسط", - "waiting_queue_800061da": "صف انتظار ...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "ما در حال حاضر آنلاین نیستیم. لطفا پیام بگذارید", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "پیام خود را بنویسید ...", - "yes_dde87d5": "بله", - "you_browser_doesn_t_support_audio_element_3391386f": "مرورگر شما صوت را پشتیبانی نمی کند", - "you_browser_doesn_t_support_video_element_e9cbd81e": "مرورگر شما ویدئو را پشتیبانی نمی کند", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "آیا شما می خواید به این مکالمه پایان دهید؟", + "are_you_sure_you_want_to_remove_all_of_your_person": "آیا از پاک شدن تمام اطلاعات شخصی خود اطمینان دارید؟", + "are_you_sure_you_want_to_switch_the_department": "ایا مطمئن هستید که میخواهید بخش را عوض کنید؟", + "cancel": "لغو", + "change_department": "تغییر بخش", + "change_department_1": "تغییر بخش", + "chat_finished": "گفتگو پایان یافت", + "choose_a_department": "یک بخش را انتخاب کنید ...", + "choose_a_department_1": "یک بخش را انتخاب کنید", + "choose_an_option": "یک گزینه را انتخاب کنید", + "conversation_finished": "مکالمه به پایان رسید", + "count_new_messages_since_since_one": "یک پیام جدید از {{val, datetime}} قبل", + "count_new_messages_since_since_other": "{{count}} پیام جدید از {{val, datetime}} قبل", + "department_switched": "گروه عوض شد", + "departments": "بخش ها", + "disable_notifications": "غیرفعال کردن ناتیفیکیشن ها", + "dismiss_this_alert": "نادیده گرفتن این هشدار", + "drop_here_to_upload_a_file": "فایل را اینجا رها کنید", + "email": "ایمیل", + "enable_notifications": "فعال کردن ناتیفیکیشن ها", + "error_closing_chat": "خطا در بستن گفتگو.", + "error_removing_user_data": "خطا در حذف اطلاعات کاربر.", + "error_starting_a_new_conversation_reason": "خطا در ایجاد گفتگوی جدید: {{reason}}", + "expand_chat": "گسترش گفتگو", + "file_exceeds_allowed_size_of_size": "حجم فایل بیشتر از حد مجاز ({{size}}) است.", + "fileupload_error": "خطا در آپلود فایل", + "finish_this_chat": "پایان این گفتگو", + "forget_remove_my_data": "حذف اطلاعات من", + "gdpr": "مقررات عمومی حفاظت از داده اتحادیه اروپا (GDPR)", + "go_to_menu_options_forget_remove_my_personal_data": "به <1>menu options → Forget/Remove my personal data بروید تا درخواست حذف بلافاصله ی اطلاعات خود را بدهید", + "i_agree": "موافقم", + "i_need_help_with": "نیاز به کمک در بخش زیر را دارم", + "if_you_have_any_other_questions_just_press_the_but": "اگر هرگونه سوال دیگری دارید، بر روی دکمه ی زیر کلیک کنید تا یک گفتگو آغاز شود", + "leave_a_message": "یک پیغام بگذارید", + "livechat_connected": "Livechat وصل شد.", + "livechat_is_not_connected": "Livechat وصل نشد.", + "media_types_not_accepted": "این نوع فایل قابل قبول نیست.", + "message": "پیام", + "minimize_chat": "کوچک کردن گفتگو", + "name": "نام", + "need_help": "نیاز به کمک دارید?", + "new_chat": "گفتگوی جدید", + "no": "خیر", + "no_available_agents_to_transfer": "هیچ پشتیبانی برای انتقال در دسترس نیست", + "ok": "باشد", + "options": "گزینه ها", + "please_tell_us_some_information_to_start_the_chat": "لطفاً برای شروع گپ اطلاعاتی را به ما بدهید", + "please_wait_for_the_next_available_agent": "لطفا تا در دسترس قرار گرفتن پشتیبان متنظر بمانید..", + "powered_by_rocket_chat": "قدرت گرفته از Rocket.Chat", + "restore_chat": "بازگردانی گفتگو", + "room_name_changed": "نام اتاق عوض شد", + "send": "ارسال", + "sound_is_off": "صدا قطع شد", + "sound_is_on": "صدا وصل شد", + "start_chat": "آغاز گفتگو", + "thanks_for_talking_with_us": "متشکر از تماس شما با ما", + "the_controller_of_your_personal_data_is_company_na": "کنترل اطلاعات شما در دست شرکت [Company Name], به آدرس [Company Address] است. برای شروع گفتگو لازم از مقررات عمومی حفاظت از داده اتحادیه اروپا (GDPR) را تایید کنید.", + "type_your_message_here": "پیام خود را اینجا تایپ کنید", + "unread_messages": "پیام های خوانده نشده", + "user_added_by": "کاربر اضافه شد، توسط", + "user_joined": "کابر عضو شد", + "user_left": "کاربر ترک کرد", + "user_removed_by": "کاربر حذف شد، توسط", + "waiting_queue": "صف انتظار ...", + "we_are_not_online_right_now_please_leave_a_message": "ما در حال حاضر آنلاین نیستیم. لطفا پیام بگذارید", + "write_your_message": "پیام خود را بنویسید ...", + "yes": "بله", + "you_browser_doesn_t_support_audio_element": "مرورگر شما صوت را پشتیبانی نمی کند", + "you_browser_doesn_t_support_video_element": "مرورگر شما ویدئو را پشتیبانی نمی کند" + } } diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 8f77eea98..002d5f5ca 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -1,100 +1,14 @@ { - "fi": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Peruuta", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Keskustelu päättynyt", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Osasto vaihdettu", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Ei", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Valinnat", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Lähetä", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Käyttäjä liittyi", - "user_left_58ed9c36": "Käyttäjä poistui", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Emme ole verkossa juuri nyt. Jätä viesti.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Kyllä", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Peruuta", + "conversation_finished": "Keskustelu päättynyt", + "department_switched": "Osasto vaihdettu", + "no": "Ei", + "options": "Valinnat", + "send": "Lähetä", + "user_joined": "Käyttäjä liittyi", + "user_left": "Käyttäjä poistui", + "we_are_not_online_right_now_please_leave_a_message": "Emme ole verkossa juuri nyt. Jätä viesti.", + "yes": "Kyllä" + } } diff --git a/src/i18n/fr.json b/src/i18n/fr.json index ef377189a..35a0555e0 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -1,100 +1,77 @@ { - "fr": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Voulez-vous vraiment terminer cette conversation ?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Voulez-vous vraiment supprimer toutes vos données personnelles ?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Êtes-vous sûr de vouloir changer de département ?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Annuler", - "change_department_1d671538": "Changer de département", - "change_department_523a16e8": "Changer Département", - "chat_finished_effbd589": "Chat Terminé", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choisir un département...", - "choose_a_department_fe9755fd": "Choisir un département", - "choose_an_option_26ac97d2": "Choisir une option...", - "conversation_finished_6a0f2811": "Conversation terminée", - "count_new_messages_since_since_47c9d2a0": { - "one": "Un nouveau message depuis %{since}", - "other": "%{count} nouveaux messages depuis %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Changement de département effectué", - "departments_3826b025": "Départements", - "disable_notifications_dd6a3180": "Désactiver les notifications", - "dismiss_this_alert_ea9b3104": "Effacer cette alerte", - "drop_here_to_upload_a_file_e5f4dd60": "Déposer ici pour envoyer un fichier", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Activer les notifications", - "error_closing_chat_4c5e29d7": "Erreur lors de la fermeture de la conversation.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Erreur lors de la suppression des données utilisateur.", - "error_starting_a_new_conversation_reason_a1b491a1": "Erreur lors de la création d'une nouvelle conversation : %{reason}", - "expand_chat_a0045dbd": "Agrandir le chat", - "field_required_fc5c6b05": "Champ requis", - "file_exceeds_allowed_size_of_size_bd65c389": "Le fichier dépasse la taille autorisée de %{size}.", - "fileupload_error_9eedee68": "Erreur d'envoi", - "finish_this_chat_87b79542": "Terminer cette conversation", - "forget_remove_my_data_e1d68cdd": "Oublier/Supprimer mes données personnelles", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "RGPD", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Ouvrir **menu options → Oublier/Supprimer mes données personnelles** pour demander la suppression immédiate de vos données personnelles.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "J'accepte", - "i_need_help_with_61054e21": "J'ai besoin d'aide pour...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Si vous avez une autre question, cliquez sur le bouton ci-dessous pour démarrer une nouvelle conversation.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Entrez votre %{field} ici...", - "invalid_email_e82f3682": "Email invalide", - "invalid_value_12ca12c2": "Valeur invalide", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Laissez un message", - "livechat_connected_afee1c5b": "Livechat connecté.", - "livechat_is_not_connected_b40328ca": "Le livechat n'est pas connecté.", - "media_types_not_accepted_4e25676a": "Type de fichier non autorisé.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Réduire le chat", - "name_1aed4a1b": "Nom", - "need_help_803a61": "Besoin d'aide ?", - "new_chat_f525c39e": "Nouvelle Conversation", - "no_available_agents_to_transfer_3ae30cec": "Aucun agent disponible pour un transfert", - "no_e16d9132": "Non", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Options", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Veuillez nous donner quelques informations pour démarrer la conversation", - "please_wait_for_the_next_available_agent_b2a49c4c": "Veuillez patienter, attente d'un agent disponible...", - "powered_by_rocket_chat_4d7c2ab4": "Propulsé par Rocket.Chat", - "restore_chat_3bfecf2b": "Restaurer conversation", - "room_name_changed_9c42350a": "Nom du salon modifié", - "send_e3bd0ed0": "Envoyer", - "sound_is_off_a743f419": "Le son est désactivé", - "sound_is_on_98a9ec58": "Le son est activé", - "start_chat_8606d464": "Démarrer le chat", - "thanks_for_talking_with_us_719cce22": "Merci d'avoir conversé avec nous", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "L'opérateur de vos données personnelles est [Company Name], dont l'adresse est [Company Address]. Pour débuter le chat vous acceptez que vos données personnelles soient utilisées et transmises conformément au règlement général sur la protection des données (RGPD).", - "type_your_message_here_6a05bd0f": "Tapez votre message ici", - "unread_messages_5e18e7b7": "messages non lus", - "user_added_by_525b6b11": "Utilisateur ajouté par", - "user_joined_407ba0d": "L'utilisateur a rejoint", - "user_left_58ed9c36": "L'utilisateur est parti", - "user_removed_by_e990f856": "Utilisateur supprimé par", - "waiting_queue_800061da": "File d'attente...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Nous ne sommes pas en ligne en ce moment. Merci de laisser un message.", - "welcome_dd4e7151": "Bienvenue", - "write_your_message_6eee0188": "Ecrivez votre message...", - "yes_dde87d5": "Oui", - "you_browser_doesn_t_support_audio_element_3391386f": "Votre navigateur ne supporte pas les éléments audio", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Votre navigateur ne supporte pas les éléments vidéo", - "your_spot_is_spot_a35cd288": "Votre rang est #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Votre rang est #%{spot} (Temps d'attente estimé: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Voulez-vous vraiment terminer cette conversation ?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Voulez-vous vraiment supprimer toutes vos données personnelles ?", + "are_you_sure_you_want_to_switch_the_department": "Êtes-vous sûr de vouloir changer de département ?", + "cancel": "Annuler", + "change_department": "Changer de département", + "change_department_1": "Changer Département", + "chat_finished": "Chat Terminé", + "chat_started": "Chat démarré", + "choose_a_department": "Choisir un département...", + "choose_a_department_1": "Choisir un département", + "choose_an_option": "Choisir une option...", + "conversation_finished": "Conversation terminée", + "count_new_messages_since_since_one": "Un nouveau message depuis {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} nouveaux messages depuis {{val, datetime}}", + "department_switched": "Changement de département effectué", + "departments": "Départements", + "disable_notifications": "Désactiver les notifications", + "dismiss_this_alert": "Effacer cette alerte", + "drop_here_to_upload_a_file": "Déposer ici pour envoyer un fichier", + "enable_notifications": "Activer les notifications", + "error_closing_chat": "Erreur lors de la fermeture de la conversation.", + "error_removing_user_data": "Erreur lors de la suppression des données utilisateur.", + "error_starting_a_new_conversation_reason": "Erreur lors de la création d'une nouvelle conversation : {{reason}}", + "expand_chat": "Agrandir le chat", + "field_required": "Champ requis", + "file_exceeds_allowed_size_of_size": "Le fichier dépasse la taille autorisée de {{size}}.", + "fileupload_error": "Erreur d'envoi", + "finish_this_chat": "Terminer cette conversation", + "forget_remove_my_data": "Oublier/Supprimer mes données personnelles", + "gdpr": "RGPD", + "go_to_menu_options_forget_remove_my_personal_data": "Ouvrir <1>menu options → Oublier/Supprimer mes données personnelles pour demander la suppression immédiate de vos données personnelles.", + "i_agree": "J'accepte", + "i_need_help_with": "J'ai besoin d'aide pour...", + "if_you_have_any_other_questions_just_press_the_but": "Si vous avez une autre question, cliquez sur le bouton ci-dessous pour démarrer une nouvelle conversation.", + "insert_your_field_here": "Entrez votre {{field}} ici...", + "invalid_email": "Email invalide", + "invalid_value": "Valeur invalide", + "leave_a_message": "Laissez un message", + "livechat_connected": "Livechat connecté.", + "livechat_is_not_connected": "Le livechat n'est pas connecté.", + "media_types_not_accepted": "Type de fichier non autorisé.", + "minimize_chat": "Réduire le chat", + "name": "Nom", + "need_help": "Besoin d'aide ?", + "new_chat": "Nouvelle Conversation", + "no": "Non", + "no_available_agents_to_transfer": "Aucun agent disponible pour un transfert", + "please_tell_us_some_information_to_start_the_chat": "Veuillez nous donner quelques informations pour démarrer la conversation", + "please_wait_for_the_next_available_agent": "Veuillez patienter, attente d'un agent disponible...", + "powered_by_rocket_chat": "Propulsé par Rocket.Chat", + "restore_chat": "Restaurer conversation", + "room_name_changed": "Nom du salon modifié", + "send": "Envoyer", + "sound_is_off": "Le son est désactivé", + "sound_is_on": "Le son est activé", + "start_chat": "Démarrer le chat", + "thanks_for_talking_with_us": "Merci d'avoir conversé avec nous", + "the_controller_of_your_personal_data_is_company_na": "L'opérateur de vos données personnelles est [Company Name], dont l'adresse est [Company Address]. Pour débuter le chat vous acceptez que vos données personnelles soient utilisées et transmises conformément au règlement général sur la protection des données (RGPD).", + "type_your_message_here": "Tapez votre message ici", + "unread_messages": "messages non lus", + "user_added_by": "Utilisateur ajouté par", + "user_joined": "L'utilisateur a rejoint", + "user_left": "L'utilisateur est parti", + "user_removed_by": "Utilisateur supprimé par", + "waiting_queue": "File d'attente...", + "we_are_not_online_right_now_please_leave_a_message": "Nous ne sommes pas en ligne en ce moment. Merci de laisser un message.", + "welcome": "Bienvenue", + "write_your_message": "Ecrivez votre message...", + "yes": "Oui", + "you_browser_doesn_t_support_audio_element": "Votre navigateur ne supporte pas les éléments audio", + "you_browser_doesn_t_support_video_element": "Votre navigateur ne supporte pas les éléments vidéo", + "your_spot_is_spot": "Votre rang est #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Votre rang est #{{spot}} (Temps d'attente estimé: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/he.json b/src/i18n/he.json index 60b8d38fc..60c6707a9 100644 --- a/src/i18n/he.json +++ b/src/i18n/he.json @@ -1,100 +1,68 @@ { - "he": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "אתה בטוח שברצונך לסיים את השיחה?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "אתה בטוח שברצונך להסיר את כל המידע האישי?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "האם אתה בטוח שברצונך להחליף מחלקה?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "ביטול", - "change_department_1d671538": "החלף מחלקה", - "change_department_523a16e8": "החלף מחלקה", - "chat_finished_effbd589": "הצ'אט הסתיים", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "בחר מחלקה...", - "choose_a_department_fe9755fd": "בחר מחלקה", - "choose_an_option_26ac97d2": "בחר אפשרות...", - "conversation_finished_6a0f2811": "נגמרה השיחה", - "count_new_messages_since_since_47c9d2a0": { - "one": "הודעה אחת חדשה מאז %{since}", - "other": "%{count} הודעות חדשות מאז %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "החלף מחלקה", - "departments_3826b025": "מחלקות", - "disable_notifications_dd6a3180": "בטל התראות", - "dismiss_this_alert_ea9b3104": "הסר אזהרה", - "drop_here_to_upload_a_file_e5f4dd60": "זרוק כאן את הקובץ", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "הפעל התראות", - "error_closing_chat_4c5e29d7": "שגיאה בסגירת הצ'אט.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "שגיאה בהסרת המידע.", - "error_starting_a_new_conversation_reason_a1b491a1": "לא הצלחנו ליצור שיחה חדשה: %{reason}", - "expand_chat_a0045dbd": "הרחב צ'אט", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "הקובץ חורג מגודל %{size}.", - "fileupload_error_9eedee68": "שגיאה בהעלאת הקובץ", - "finish_this_chat_87b79542": "סיים צ'אט זה", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "אני מסכים", - "i_need_help_with_61054e21": "אני צריך עזרה עם...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "אם יש לך שאלות כלשהם, לחץ על הכפתור למטה בכדי להתחיל צ'אט.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "השאר הודעה", - "livechat_connected_afee1c5b": "צ'אט לייב מחובר.", - "livechat_is_not_connected_b40328ca": "צ'אט לייב לא מחובר.", - "media_types_not_accepted_4e25676a": "סוג המדיה אינו מאושר.", - "message_5c38209d": "הודעה", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "מזער צ'אט", - "name_1aed4a1b": "שם", - "need_help_803a61": "צריך עזרה?", - "new_chat_f525c39e": "צ'אט חדש", - "no_available_agents_to_transfer_3ae30cec": "אין סוכנים פנויים בכדי להעביר", - "no_e16d9132": "לא", - "ok_c47544a2": "אוקיי", - "options_3ab0ea65": "אפשרויות", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "אנא שלחו לנו מידע בכדי להתחיל בצ'אט.", - "please_wait_for_the_next_available_agent_b2a49c4c": "אנא המתן לסוכן הבא הפנוי.", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "שחזר צ'אט", - "room_name_changed_9c42350a": "שם החדר השתנה", - "send_e3bd0ed0": "שליחה", - "sound_is_off_a743f419": "סאונד מושתק", - "sound_is_on_98a9ec58": "סאונד דולק", - "start_chat_8606d464": "התחל צ'אט", - "thanks_for_talking_with_us_719cce22": "תודה שדיברתם איתנו", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "כתוב את ההודעה כאן", - "unread_messages_5e18e7b7": "הודעות שלא נקראו", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "המשתמש הצטרף", - "user_left_58ed9c36": "המשתמש עזב", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "ממתין בתור...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "אנחנו לא מחוברים כרגע, אנא השאירו הודעה", - "welcome_dd4e7151": "ברוכים הבאים", - "write_your_message_6eee0188": "כתוב את ההודעה שלך", - "yes_dde87d5": "כן", - "you_browser_doesn_t_support_audio_element_3391386f": "הדפדפן שלך לא תומך בסאונד", - "you_browser_doesn_t_support_video_element_e9cbd81e": "הדפדפן שלך לא תומך בוידאו", - "your_spot_is_spot_a35cd288": "מיקומך הוא #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "מיקומך הוא #%{spot} זמן מוערך %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "אתה בטוח שברצונך לסיים את השיחה?", + "are_you_sure_you_want_to_remove_all_of_your_person": "אתה בטוח שברצונך להסיר את כל המידע האישי?", + "are_you_sure_you_want_to_switch_the_department": "האם אתה בטוח שברצונך להחליף מחלקה?", + "cancel": "ביטול", + "change_department": "החלף מחלקה", + "change_department_1": "החלף מחלקה", + "chat_finished": "הצ'אט הסתיים", + "choose_a_department": "בחר מחלקה...", + "choose_a_department_1": "בחר מחלקה", + "choose_an_option": "בחר אפשרות...", + "conversation_finished": "נגמרה השיחה", + "count_new_messages_since_since_one": "הודעה אחת חדשה מאז {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} הודעות חדשות מאז {{val, datetime}}", + "department_switched": "החלף מחלקה", + "departments": "מחלקות", + "disable_notifications": "בטל התראות", + "dismiss_this_alert": "הסר אזהרה", + "drop_here_to_upload_a_file": "זרוק כאן את הקובץ", + "enable_notifications": "הפעל התראות", + "error_closing_chat": "שגיאה בסגירת הצ'אט.", + "error_removing_user_data": "שגיאה בהסרת המידע.", + "error_starting_a_new_conversation_reason": "לא הצלחנו ליצור שיחה חדשה: {{reason}}", + "expand_chat": "הרחב צ'אט", + "file_exceeds_allowed_size_of_size": "הקובץ חורג מגודל {{size}}.", + "fileupload_error": "שגיאה בהעלאת הקובץ", + "finish_this_chat": "סיים צ'אט זה", + "i_agree": "אני מסכים", + "i_need_help_with": "אני צריך עזרה עם...", + "if_you_have_any_other_questions_just_press_the_but": "אם יש לך שאלות כלשהם, לחץ על הכפתור למטה בכדי להתחיל צ'אט.", + "leave_a_message": "השאר הודעה", + "livechat_connected": "צ'אט לייב מחובר.", + "livechat_is_not_connected": "צ'אט לייב לא מחובר.", + "media_types_not_accepted": "סוג המדיה אינו מאושר.", + "message": "הודעה", + "minimize_chat": "מזער צ'אט", + "name": "שם", + "need_help": "צריך עזרה?", + "new_chat": "צ'אט חדש", + "no": "לא", + "no_available_agents_to_transfer": "אין סוכנים פנויים בכדי להעביר", + "ok": "אוקיי", + "options": "אפשרויות", + "please_tell_us_some_information_to_start_the_chat": "אנא שלחו לנו מידע בכדי להתחיל בצ'אט.", + "please_wait_for_the_next_available_agent": "אנא המתן לסוכן הבא הפנוי.", + "restore_chat": "שחזר צ'אט", + "room_name_changed": "שם החדר השתנה", + "send": "שליחה", + "sound_is_off": "סאונד מושתק", + "sound_is_on": "סאונד דולק", + "start_chat": "התחל צ'אט", + "thanks_for_talking_with_us": "תודה שדיברתם איתנו", + "type_your_message_here": "כתוב את ההודעה כאן", + "unread_messages": "הודעות שלא נקראו", + "user_joined": "המשתמש הצטרף", + "user_left": "המשתמש עזב", + "waiting_queue": "ממתין בתור...", + "we_are_not_online_right_now_please_leave_a_message": "אנחנו לא מחוברים כרגע, אנא השאירו הודעה", + "welcome": "ברוכים הבאים", + "write_your_message": "כתוב את ההודעה שלך", + "yes": "כן", + "you_browser_doesn_t_support_audio_element": "הדפדפן שלך לא תומך בסאונד", + "you_browser_doesn_t_support_video_element": "הדפדפן שלך לא תומך בוידאו", + "your_spot_is_spot": "מיקומך הוא #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "מיקומך הוא #{{spot}} זמן מוערך {{estimatedWaitTime}})" + } } diff --git a/src/i18n/hr.json b/src/i18n/hr.json index 522775623..ff11d1a4c 100644 --- a/src/i18n/hr.json +++ b/src/i18n/hr.json @@ -1,100 +1,15 @@ { - "hr": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Jeste li sigurni da želite prebaciti odjel?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Otkaži", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Razgovor je završio", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Odjel je prebacio", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Ne", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opcije", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Pošalji", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Korisnik se pridružio", - "user_left_58ed9c36": "Korisnik napustio razgovor", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Trenutačno nismo na mreži. Molim vas ostavite poruku.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Da", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Jeste li sigurni da želite prebaciti odjel?", + "cancel": "Otkaži", + "conversation_finished": "Razgovor je završio", + "department_switched": "Odjel je prebacio", + "no": "Ne", + "options": "Opcije", + "send": "Pošalji", + "user_joined": "Korisnik se pridružio", + "user_left": "Korisnik napustio razgovor", + "we_are_not_online_right_now_please_leave_a_message": "Trenutačno nismo na mreži. Molim vas ostavite poruku.", + "yes": "Da" + } } diff --git a/src/i18n/hu.json b/src/i18n/hu.json index 60f9b2014..f2a3adf52 100644 --- a/src/i18n/hu.json +++ b/src/i18n/hu.json @@ -1,100 +1,14 @@ { - "hu": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Mégse", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Beszélgetés befejeződött", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Részleg lecserélve", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Nem", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Beállítások", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Elküld", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Felhasználó belépett", - "user_left_58ed9c36": "Felhasználó kilépett", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Jelenleg nem vagyunk online. Kérlek hagyj üzenetet.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Igen", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Mégse", + "conversation_finished": "Beszélgetés befejeződött", + "department_switched": "Részleg lecserélve", + "no": "Nem", + "options": "Beállítások", + "send": "Elküld", + "user_joined": "Felhasználó belépett", + "user_left": "Felhasználó kilépett", + "we_are_not_online_right_now_please_leave_a_message": "Jelenleg nem vagyunk online. Kérlek hagyj üzenetet.", + "yes": "Igen" + } } diff --git a/src/i18n/id.json b/src/i18n/id.json index afde6d8e3..26edcbd57 100644 --- a/src/i18n/id.json +++ b/src/i18n/id.json @@ -1,100 +1,14 @@ { - "id": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Membatalkan", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "percakapan selesai", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departemen beralih", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Tidak", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Pilihan", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Kirim", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "pengguna bergabung", - "user_left_58ed9c36": "kiri pengguna", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Kami sedang tidak online sekarang. Tolong, tinggalkan pesan.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "iya nih", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Membatalkan", + "conversation_finished": "percakapan selesai", + "department_switched": "Departemen beralih", + "no": "Tidak", + "options": "Pilihan", + "send": "Kirim", + "user_joined": "pengguna bergabung", + "user_left": "kiri pengguna", + "we_are_not_online_right_now_please_leave_a_message": "Kami sedang tidak online sekarang. Tolong, tinggalkan pesan.", + "yes": "iya nih" + } } diff --git a/src/i18n/index.js b/src/i18n/index.js deleted file mode 100644 index 47daeea47..000000000 --- a/src/i18n/index.js +++ /dev/null @@ -1,134 +0,0 @@ -// Generated by i18nline and preact-i18nline. -import I18n from 'preact-i18nline/i18n'; - -I18n.supportedLocales = ['af','ar','az','be_BY','bg','bs','ca','cs','cy','da','de','de_AT','de_IN','el','en','eo','es','et','eu','fa','fi','fr','he','hr','hu','id','it','ja','km','ko','ku','lo','lt','lv','mn','ms_MY','nl','no','pl','pt','pt_BR','ro','ru','sk_SK','sl_SI','sq','sr','sv','ta_IN','th_TH','tr','ug','uk','vi_VN','zh','zh_HK','zh_TW']; -I18n.defaultLocale = 'en'; - -I18n.import = locale => { - // we use a switch here so the import statements are statically - // analyzable. the use of import() will make build tools generate - // separate bundles which are downloaded on-demand. - switch (locale) { - case 'af': return import(/* webpackChunkName: 'i18n.af' */ './af.json'); - case 'ar': return import(/* webpackChunkName: 'i18n.ar' */ './ar.json'); - case 'az': return import(/* webpackChunkName: 'i18n.az' */ './az.json'); - case 'be_BY': return import(/* webpackChunkName: 'i18n.be_BY' */ './be_BY.json'); - case 'bg': return import(/* webpackChunkName: 'i18n.bg' */ './bg.json'); - case 'bs': return import(/* webpackChunkName: 'i18n.bs' */ './bs.json'); - case 'ca': return import(/* webpackChunkName: 'i18n.ca' */ './ca.json'); - case 'cs': return import(/* webpackChunkName: 'i18n.cs' */ './cs.json'); - case 'cy': return import(/* webpackChunkName: 'i18n.cy' */ './cy.json'); - case 'da': return import(/* webpackChunkName: 'i18n.da' */ './da.json'); - case 'de': return import(/* webpackChunkName: 'i18n.de' */ './de.json'); - case 'de_AT': return import(/* webpackChunkName: 'i18n.de_AT' */ './de_AT.json'); - case 'de_IN': return import(/* webpackChunkName: 'i18n.de_IN' */ './de_IN.json'); - case 'el': return import(/* webpackChunkName: 'i18n.el' */ './el.json'); - case 'en': return import(/* webpackChunkName: 'i18n.en' */ './en.json'); - case 'eo': return import(/* webpackChunkName: 'i18n.eo' */ './eo.json'); - case 'es': return import(/* webpackChunkName: 'i18n.es' */ './es.json'); - case 'et': return import(/* webpackChunkName: 'i18n.et' */ './et.json'); - case 'eu': return import(/* webpackChunkName: 'i18n.eu' */ './eu.json'); - case 'fa': return import(/* webpackChunkName: 'i18n.fa' */ './fa.json'); - case 'fi': return import(/* webpackChunkName: 'i18n.fi' */ './fi.json'); - case 'fr': return import(/* webpackChunkName: 'i18n.fr' */ './fr.json'); - case 'he': return import(/* webpackChunkName: 'i18n.he' */ './he.json'); - case 'hr': return import(/* webpackChunkName: 'i18n.hr' */ './hr.json'); - case 'hu': return import(/* webpackChunkName: 'i18n.hu' */ './hu.json'); - case 'id': return import(/* webpackChunkName: 'i18n.id' */ './id.json'); - case 'it': return import(/* webpackChunkName: 'i18n.it' */ './it.json'); - case 'ja': return import(/* webpackChunkName: 'i18n.ja' */ './ja.json'); - case 'km': return import(/* webpackChunkName: 'i18n.km' */ './km.json'); - case 'ko': return import(/* webpackChunkName: 'i18n.ko' */ './ko.json'); - case 'ku': return import(/* webpackChunkName: 'i18n.ku' */ './ku.json'); - case 'lo': return import(/* webpackChunkName: 'i18n.lo' */ './lo.json'); - case 'lt': return import(/* webpackChunkName: 'i18n.lt' */ './lt.json'); - case 'lv': return import(/* webpackChunkName: 'i18n.lv' */ './lv.json'); - case 'mn': return import(/* webpackChunkName: 'i18n.mn' */ './mn.json'); - case 'ms_MY': return import(/* webpackChunkName: 'i18n.ms_MY' */ './ms_MY.json'); - case 'nl': return import(/* webpackChunkName: 'i18n.nl' */ './nl.json'); - case 'no': return import(/* webpackChunkName: 'i18n.no' */ './no.json'); - case 'pl': return import(/* webpackChunkName: 'i18n.pl' */ './pl.json'); - case 'pt': return import(/* webpackChunkName: 'i18n.pt' */ './pt.json'); - case 'pt_BR': return import(/* webpackChunkName: 'i18n.pt_BR' */ './pt_BR.json'); - case 'ro': return import(/* webpackChunkName: 'i18n.ro' */ './ro.json'); - case 'ru': return import(/* webpackChunkName: 'i18n.ru' */ './ru.json'); - case 'sk_SK': return import(/* webpackChunkName: 'i18n.sk_SK' */ './sk_SK.json'); - case 'sl_SI': return import(/* webpackChunkName: 'i18n.sl_SI' */ './sl_SI.json'); - case 'sq': return import(/* webpackChunkName: 'i18n.sq' */ './sq.json'); - case 'sr': return import(/* webpackChunkName: 'i18n.sr' */ './sr.json'); - case 'sv': return import(/* webpackChunkName: 'i18n.sv' */ './sv.json'); - case 'ta_IN': return import(/* webpackChunkName: 'i18n.ta_IN' */ './ta_IN.json'); - case 'th_TH': return import(/* webpackChunkName: 'i18n.th_TH' */ './th_TH.json'); - case 'tr': return import(/* webpackChunkName: 'i18n.tr' */ './tr.json'); - case 'ug': return import(/* webpackChunkName: 'i18n.ug' */ './ug.json'); - case 'uk': return import(/* webpackChunkName: 'i18n.uk' */ './uk.json'); - case 'vi_VN': return import(/* webpackChunkName: 'i18n.vi_VN' */ './vi_VN.json'); - case 'zh': return import(/* webpackChunkName: 'i18n.zh' */ './zh.json'); - case 'zh_HK': return import(/* webpackChunkName: 'i18n.zh_HK' */ './zh_HK.json'); - case 'zh_TW': return import(/* webpackChunkName: 'i18n.zh_TW' */ './zh_TW.json'); - default: return import(/* webpackChunkName: 'i18n.default' */ './default.json'); - } -}; - -if ((typeof module === 'object') && module.hot) { - module.hot.accept('./af.json', I18n.reload('af')); - module.hot.accept('./ar.json', I18n.reload('ar')); - module.hot.accept('./az.json', I18n.reload('az')); - module.hot.accept('./be_BY.json', I18n.reload('be_BY')); - module.hot.accept('./bg.json', I18n.reload('bg')); - module.hot.accept('./bs.json', I18n.reload('bs')); - module.hot.accept('./ca.json', I18n.reload('ca')); - module.hot.accept('./cs.json', I18n.reload('cs')); - module.hot.accept('./cy.json', I18n.reload('cy')); - module.hot.accept('./da.json', I18n.reload('da')); - module.hot.accept('./de.json', I18n.reload('de')); - module.hot.accept('./de_AT.json', I18n.reload('de_AT')); - module.hot.accept('./de_IN.json', I18n.reload('de_IN')); - module.hot.accept('./el.json', I18n.reload('el')); - module.hot.accept('./en.json', I18n.reload('en')); - module.hot.accept('./eo.json', I18n.reload('eo')); - module.hot.accept('./es.json', I18n.reload('es')); - module.hot.accept('./et.json', I18n.reload('et')); - module.hot.accept('./eu.json', I18n.reload('eu')); - module.hot.accept('./fa.json', I18n.reload('fa')); - module.hot.accept('./fi.json', I18n.reload('fi')); - module.hot.accept('./fr.json', I18n.reload('fr')); - module.hot.accept('./he.json', I18n.reload('he')); - module.hot.accept('./hr.json', I18n.reload('hr')); - module.hot.accept('./hu.json', I18n.reload('hu')); - module.hot.accept('./id.json', I18n.reload('id')); - module.hot.accept('./it.json', I18n.reload('it')); - module.hot.accept('./ja.json', I18n.reload('ja')); - module.hot.accept('./km.json', I18n.reload('km')); - module.hot.accept('./ko.json', I18n.reload('ko')); - module.hot.accept('./ku.json', I18n.reload('ku')); - module.hot.accept('./lo.json', I18n.reload('lo')); - module.hot.accept('./lt.json', I18n.reload('lt')); - module.hot.accept('./lv.json', I18n.reload('lv')); - module.hot.accept('./mn.json', I18n.reload('mn')); - module.hot.accept('./ms_MY.json', I18n.reload('ms_MY')); - module.hot.accept('./nl.json', I18n.reload('nl')); - module.hot.accept('./no.json', I18n.reload('no')); - module.hot.accept('./pl.json', I18n.reload('pl')); - module.hot.accept('./pt.json', I18n.reload('pt')); - module.hot.accept('./pt_BR.json', I18n.reload('pt_BR')); - module.hot.accept('./ro.json', I18n.reload('ro')); - module.hot.accept('./ru.json', I18n.reload('ru')); - module.hot.accept('./sk_SK.json', I18n.reload('sk_SK')); - module.hot.accept('./sl_SI.json', I18n.reload('sl_SI')); - module.hot.accept('./sq.json', I18n.reload('sq')); - module.hot.accept('./sr.json', I18n.reload('sr')); - module.hot.accept('./sv.json', I18n.reload('sv')); - module.hot.accept('./ta_IN.json', I18n.reload('ta_IN')); - module.hot.accept('./th_TH.json', I18n.reload('th_TH')); - module.hot.accept('./tr.json', I18n.reload('tr')); - module.hot.accept('./ug.json', I18n.reload('ug')); - module.hot.accept('./uk.json', I18n.reload('uk')); - module.hot.accept('./vi_VN.json', I18n.reload('vi_VN')); - module.hot.accept('./zh.json', I18n.reload('zh')); - module.hot.accept('./zh_HK.json', I18n.reload('zh_HK')); - module.hot.accept('./zh_TW.json', I18n.reload('zh_TW')); - module.hot.accept('./default.json', I18n.reload('default')); -} - -export default I18n; diff --git a/src/i18n/it.json b/src/i18n/it.json index d907bdab8..aac08d2bf 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -1,100 +1,71 @@ { - "it": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sei sicuro di voler terminare questa chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Sei sicuro di voler rimuovere tutti i tuoi dati personali?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Sei sicuro di voler cambiare dipartimento?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Annulla", - "change_department_1d671538": "Cambia dipartimento", - "change_department_523a16e8": "Cambia Dipartimento", - "chat_finished_effbd589": "Chat Conclusa", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Scegli un dipartimento...", - "choose_a_department_fe9755fd": "Scegli un dipartimento", - "choose_an_option_26ac97d2": "Scegli un opzione...", - "conversation_finished_6a0f2811": "Conversazione terminata", - "count_new_messages_since_since_47c9d2a0": { - "one": "Un nuovo messaggio da %{since}", - "other": "%{count} nuovi messaggi da %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Dipartimento cambiato", - "departments_3826b025": "Dipartimenti", - "disable_notifications_dd6a3180": "Disabilita notifiche", - "dismiss_this_alert_ea9b3104": "Rimuovi questo avviso", - "drop_here_to_upload_a_file_e5f4dd60": "Rilascia qui per caricare un file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Abilita notifiche", - "error_closing_chat_4c5e29d7": "Errore durante la chiusura della chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Errore durante la rimozione dei dati personali.", - "error_starting_a_new_conversation_reason_a1b491a1": "Errore durante la creazione di una nuova conversazione: %{reason}", - "expand_chat_a0045dbd": "Espandi chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "Il file supera la dimensione massima consentita di %{size}.", - "fileupload_error_9eedee68": "FileUpload Errore", - "finish_this_chat_87b79542": "Termina questa chat", - "forget_remove_my_data_e1d68cdd": "Dimentica/Rimuovi i miei dati", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Vai su **menu opzioni → Dimentica/Rimuovi i miei dati personali** per richiedere l'immediata cancellazione dei tuoi dati.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "Sono Daccordo", - "i_need_help_with_61054e21": "Ho bisogno di aiuto con...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Se hai altre domande ti basta premere il tasto sotto per iniziare una nuova chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Lascia un messaggio", - "livechat_connected_afee1c5b": "Livechat connesso.", - "livechat_is_not_connected_b40328ca": "Livechat non è connesso.", - "media_types_not_accepted_4e25676a": "Formato Media Non Accettato.", - "message_5c38209d": "Messaggio", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Rimpicciolisci chat", - "name_1aed4a1b": "Nome", - "need_help_803a61": "Hai bisogno di aiuto?", - "new_chat_f525c39e": "Nuova Chat", - "no_available_agents_to_transfer_3ae30cec": "Nessun agente disponibile per il trasferimento", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opzioni", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Per favore, forniscici alcune informazioni per cominciare la chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Per favore, attendi il prossimo agente disponibile..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Ripristina chat", - "room_name_changed_9c42350a": "Nome della stanza cambiato", - "send_e3bd0ed0": "Invia", - "sound_is_off_a743f419": "Il suono è spento", - "sound_is_on_98a9ec58": "Il suono è acceso", - "start_chat_8606d464": "Comincia la chat", - "thanks_for_talking_with_us_719cce22": "Grazie per aver parlato con noi", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "Il titolare del trattamento dei tuoi dati personali è [Nome Compagnia], con sede in [Indirizzo Compagnia]. Per cominciare la chat è necessario che tu accetta che i tuoi dati personali vengano processati e/o trasmessi in accordo con il General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Scrivi il tuo messaggio qui", - "unread_messages_5e18e7b7": "messaggi non letti", - "user_added_by_525b6b11": "Utente aggiunto da", - "user_joined_407ba0d": "L'utente si è iscritto", - "user_left_58ed9c36": "L'utente ha abbandonato", - "user_removed_by_e990f856": "Utente rimosso da", - "waiting_queue_800061da": "Coda di attesa...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Non siamo online al momento. Lasciare un messaggio.", - "welcome_dd4e7151": "Benvenuto", - "write_your_message_6eee0188": "Scrivi il tuo messaggio...", - "yes_dde87d5": "Sì", - "you_browser_doesn_t_support_audio_element_3391386f": "Il tuo browser non supporta l'elemento audio", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Il tuo browser non supporta l'elemento video", - "your_spot_is_spot_a35cd288": "La tua posizione è #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "La tua posizione è #%{spot} (Tempo di attesa stimato: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Sei sicuro di voler terminare questa chat?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Sei sicuro di voler rimuovere tutti i tuoi dati personali?", + "are_you_sure_you_want_to_switch_the_department": "Sei sicuro di voler cambiare dipartimento?", + "cancel": "Annulla", + "change_department": "Cambia dipartimento", + "change_department_1": "Cambia Dipartimento", + "chat_finished": "Chat Conclusa", + "choose_a_department": "Scegli un dipartimento...", + "choose_a_department_1": "Scegli un dipartimento", + "choose_an_option": "Scegli un opzione...", + "conversation_finished": "Conversazione terminata", + "count_new_messages_since_since_one": "Un nuovo messaggio da {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} nuovi messaggi da {{val, datetime}}", + "department_switched": "Dipartimento cambiato", + "departments": "Dipartimenti", + "disable_notifications": "Disabilita notifiche", + "dismiss_this_alert": "Rimuovi questo avviso", + "drop_here_to_upload_a_file": "Rilascia qui per caricare un file", + "enable_notifications": "Abilita notifiche", + "error_closing_chat": "Errore durante la chiusura della chat.", + "error_removing_user_data": "Errore durante la rimozione dei dati personali.", + "error_starting_a_new_conversation_reason": "Errore durante la creazione di una nuova conversazione: {{reason}}", + "expand_chat": "Espandi chat", + "file_exceeds_allowed_size_of_size": "Il file supera la dimensione massima consentita di {{size}}.", + "fileupload_error": "FileUpload Errore", + "finish_this_chat": "Termina questa chat", + "forget_remove_my_data": "Dimentica/Rimuovi i miei dati", + "go_to_menu_options_forget_remove_my_personal_data": "Vai su <1>menu opzioni → Dimentica/Rimuovi i miei dati personali per richiedere l'immediata cancellazione dei tuoi dati.", + "i_agree": "Sono Daccordo", + "i_need_help_with": "Ho bisogno di aiuto con...", + "if_you_have_any_other_questions_just_press_the_but": "Se hai altre domande ti basta premere il tasto sotto per iniziare una nuova chat.", + "leave_a_message": "Lascia un messaggio", + "livechat_connected": "Livechat connesso.", + "livechat_is_not_connected": "Livechat non è connesso.", + "media_types_not_accepted": "Formato Media Non Accettato.", + "message": "Messaggio", + "minimize_chat": "Rimpicciolisci chat", + "name": "Nome", + "need_help": "Hai bisogno di aiuto?", + "new_chat": "Nuova Chat", + "no_available_agents_to_transfer": "Nessun agente disponibile per il trasferimento", + "options": "Opzioni", + "please_tell_us_some_information_to_start_the_chat": "Per favore, forniscici alcune informazioni per cominciare la chat", + "please_wait_for_the_next_available_agent": "Per favore, attendi il prossimo agente disponibile..", + "restore_chat": "Ripristina chat", + "room_name_changed": "Nome della stanza cambiato", + "send": "Invia", + "sound_is_off": "Il suono è spento", + "sound_is_on": "Il suono è acceso", + "start_chat": "Comincia la chat", + "thanks_for_talking_with_us": "Grazie per aver parlato con noi", + "the_controller_of_your_personal_data_is_company_na": "Il titolare del trattamento dei tuoi dati personali è [Nome Compagnia], con sede in [Indirizzo Compagnia]. Per cominciare la chat è necessario che tu accetta che i tuoi dati personali vengano processati e/o trasmessi in accordo con il General Data Protection Regulation (GDPR).", + "type_your_message_here": "Scrivi il tuo messaggio qui", + "unread_messages": "messaggi non letti", + "user_added_by": "Utente aggiunto da", + "user_joined": "L'utente si è iscritto", + "user_left": "L'utente ha abbandonato", + "user_removed_by": "Utente rimosso da", + "waiting_queue": "Coda di attesa...", + "we_are_not_online_right_now_please_leave_a_message": "Non siamo online al momento. Lasciare un messaggio.", + "welcome": "Benvenuto", + "write_your_message": "Scrivi il tuo messaggio...", + "yes": "Sì", + "you_browser_doesn_t_support_audio_element": "Il tuo browser non supporta l'elemento audio", + "you_browser_doesn_t_support_video_element": "Il tuo browser non supporta l'elemento video", + "your_spot_is_spot": "La tua posizione è #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "La tua posizione è #{{spot}} (Tempo di attesa stimato: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/ja.json b/src/i18n/ja.json index b3cd5ae91..c10bbc48f 100644 --- a/src/i18n/ja.json +++ b/src/i18n/ja.json @@ -1,100 +1,78 @@ { - "ja": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "このチャットを終了してもよろしいですか?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "個人データをすべて削除してもよろしいですか?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "部署を切り替えてもよろしいですか?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "キャンセル", - "change_department_1d671538": "部署を変更", - "change_department_523a16e8": "部署を変更", - "chat_finished_effbd589": "チャットが終了しました", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "選択してください", - "choose_a_department_fe9755fd": "担当部署を選択してください", - "choose_an_option_26ac97d2": "選択してください", - "conversation_finished_6a0f2811": "会話が終了しました", - "count_new_messages_since_since_47c9d2a0": { - "one": "%{since}以降の1件の新着メッセージ", - "other": "%{since}以降の%{count}件の新着メッセージ" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "部署切り替え", - "departments_3826b025": "担当部署", - "disable_notifications_dd6a3180": "通知を無効にする", - "dismiss_this_alert_ea9b3104": "アラートを閉じる", - "drop_here_to_upload_a_file_e5f4dd60": "ここにドロップしてファイルをアップロードします", - "email_22a7d52d": "メールアドレス", - "enable_notifications_a3daf4b1": "通知を有効にする", - "error_closing_chat_4c5e29d7": "チャット終了時にエラーが発生しました。", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "データ削除中にエラーが発生しました。", - "error_starting_a_new_conversation_reason_a1b491a1": "チャット開始時にエラーが発生しました: %{reason}", - "expand_chat_a0045dbd": "チャットを最大化", - "field_required_fc5c6b05": "必須項目", - "file_exceeds_allowed_size_of_size_bd65c389": "ファイルの許容サイズ (%{size}) を超えています。", - "fileupload_error_9eedee68": "ファイルのアップロードエラー", - "finish_this_chat_87b79542": "チャットを終了", - "forget_remove_my_data_e1d68cdd": "データを削除", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "**オプション → 個人データを削除** に移動してデータの即時削除をリクエストします。", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "同意する", - "i_need_help_with_61054e21": "担当部署", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "ほかに質問がある場合は、下のボタンを押して新しいチャットを開始してください。", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "ここに%{field}を入力", - "invalid_email_e82f3682": "無効なメールアドレス", - "invalid_value_12ca12c2": "無効な値", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "メッセージを残す", - "livechat_connected_afee1c5b": "ライブチャットに接続しました。", - "livechat_is_not_connected_b40328ca": "ライブチャットに接続していません。", - "media_types_not_accepted_4e25676a": "ファイルの種別が無効です。", - "message_5c38209d": "メッセージ", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "チャットを最小化", - "name_1aed4a1b": "お名前", - "need_help_803a61": "助けが必要ですか?", - "new_chat_f525c39e": "新しいチャット", - "no_available_agents_to_transfer_3ae30cec": "対応できる担当者がいません", - "no_e16d9132": "いいえ", - "ok_c47544a2": "はい", - "options_3ab0ea65": "オプション", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "チャットを開始するため次の情報を教えてください", - "please_wait_for_the_next_available_agent_b2a49c4c": "担当者におつなぎしています。しばらくお待ちください。", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "チャットを復元", - "room_name_changed_9c42350a": "ルーム名を変更", - "send_e3bd0ed0": "送信", - "sound_is_off_a743f419": "音量をオフにする", - "sound_is_on_98a9ec58": "音量をオンにする", - "start_chat_8606d464": "チャットを開始", - "thanks_for_talking_with_us_719cce22": "お問い合わせいただきありがとうございます", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "あなたの個人データの管理者は[会社名]であり、[会社の住所]に登録事務所があります。チャットを開始するには、個人データが一般データ保護規則(GDPR)に従って処理および送信されることに同意するものとします。", - "type_your_message_here_6a05bd0f": "ここにメッセージを入力", - "unread_messages_5e18e7b7": "未読メッセージ", - "user_added_by_525b6b11": "により追加されたユーザー", - "user_joined_407ba0d": "ユーザー参加", - "user_left_58ed9c36": "ユーザーは退出しました", - "user_removed_by_e990f856": "により削除されたユーザー", - "waiting_queue_800061da": "待機中...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "現在オンラインではありません。こちらにメッセージを残してください。", - "welcome_dd4e7151": "ようこそ", - "write_your_message_6eee0188": "メッセージを入力してください", - "yes_dde87d5": "はい", - "you_browser_doesn_t_support_audio_element_3391386f": "お使いのブラウザは audio 要素をサポートしていません", - "you_browser_doesn_t_support_video_element_e9cbd81e": "お使いのブラウザは video 要素をサポートしていません", - "your_spot_is_spot_a35cd288": "あなたの受付番号は #%{spot} です", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "あなたの受付番号は #%{spot} です (推定待ち時間: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "このチャットを終了してもよろしいですか?", + "are_you_sure_you_want_to_remove_all_of_your_person": "個人データをすべて削除してもよろしいですか?", + "are_you_sure_you_want_to_switch_the_department": "部署を切り替えてもよろしいですか?", + "cancel": "キャンセル", + "change_department": "部署を変更", + "change_department_1": "部署を変更", + "chat_finished": "チャットが終了しました", + "choose_a_department": "選択してください", + "choose_a_department_1": "担当部署を選択してください", + "choose_an_option": "選択してください", + "conversation_finished": "会話が終了しました", + "count_new_messages_since_since_one": "{{val, datetime}}以降の1件の新着メッセージ", + "count_new_messages_since_since_other": "{{val, datetime}}以降の{{count}}件の新着メッセージ", + "department_switched": "部署切り替え", + "departments": "担当部署", + "disable_notifications": "通知を無効にする", + "dismiss_this_alert": "アラートを閉じる", + "drop_here_to_upload_a_file": "ここにドロップしてファイルをアップロードします", + "email": "メールアドレス", + "enable_notifications": "通知を有効にする", + "error_closing_chat": "チャット終了時にエラーが発生しました。", + "error_removing_user_data": "データ削除中にエラーが発生しました。", + "error_starting_a_new_conversation_reason": "チャット開始時にエラーが発生しました: {{reason}}", + "expand_chat": "チャットを最大化", + "field_required": "必須項目", + "file_exceeds_allowed_size_of_size": "ファイルの許容サイズ ({{size}}) を超えています。", + "fileupload_error": "ファイルのアップロードエラー", + "finish_this_chat": "チャットを終了", + "forget_remove_my_data": "データを削除", + "go_to_menu_options_forget_remove_my_personal_data": "<1>オプション → 個人データを削除 に移動してデータの即時削除をリクエストします。", + "i_agree": "同意する", + "i_need_help_with": "担当部署", + "if_you_have_any_other_questions_just_press_the_but": "ほかに質問がある場合は、下のボタンを押して新しいチャットを開始してください。", + "insert_your_field_here": "ここに{{field}}を入力", + "invalid_email": "無効なメールアドレス", + "invalid_value": "無効な値", + "leave_a_message": "メッセージを残す", + "livechat_connected": "ライブチャットに接続しました。", + "livechat_is_not_connected": "ライブチャットに接続していません。", + "media_types_not_accepted": "ファイルの種別が無効です。", + "message": "メッセージ", + "minimize_chat": "チャットを最小化", + "name": "お名前", + "need_help": "助けが必要ですか?", + "new_chat": "新しいチャット", + "no": "いいえ", + "no_available_agents_to_transfer": "対応できる担当者がいません", + "ok": "はい", + "options": "オプション", + "please_tell_us_some_information_to_start_the_chat": "チャットを開始するため次の情報を教えてください", + "please_wait_for_the_next_available_agent": "担当者におつなぎしています。しばらくお待ちください。", + "restore_chat": "チャットを復元", + "room_name_changed": "ルーム名を変更", + "send": "送信", + "sound_is_off": "音量をオフにする", + "sound_is_on": "音量をオンにする", + "start_chat": "チャットを開始", + "thanks_for_talking_with_us": "お問い合わせいただきありがとうございます", + "the_controller_of_your_personal_data_is_company_na": "あなたの個人データの管理者は[会社名]であり、[会社の住所]に登録事務所があります。チャットを開始するには、個人データが一般データ保護規則(GDPR)に従って処理および送信されることに同意するものとします。", + "type_your_message_here": "ここにメッセージを入力", + "unread_messages": "未読メッセージ", + "user_added_by": "により追加されたユーザー", + "user_joined": "ユーザー参加", + "user_left": "ユーザーは退出しました", + "user_removed_by": "により削除されたユーザー", + "waiting_queue": "待機中...", + "we_are_not_online_right_now_please_leave_a_message": "現在オンラインではありません。こちらにメッセージを残してください。", + "welcome": "ようこそ", + "write_your_message": "メッセージを入力してください", + "yes": "はい", + "you_browser_doesn_t_support_audio_element": "お使いのブラウザは audio 要素をサポートしていません", + "you_browser_doesn_t_support_video_element": "お使いのブラウザは video 要素をサポートしていません", + "your_spot_is_spot": "あなたの受付番号は #{{spot}} です", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "あなたの受付番号は #{{spot}} です (推定待ち時間: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/km.json b/src/i18n/km.json index 9b296fb41..4d3a0b167 100644 --- a/src/i18n/km.json +++ b/src/i18n/km.json @@ -1,100 +1,15 @@ { - "km": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "តើអ្នកពិតជាចង់ផ្លាស់ប្តូរនាយកដ្ឋានឬ?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "បោះបង់", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "សន្ទនាបានបញ្ចប់", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "នាយកដ្ឋានបានប្តូរ", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "ទេ", - "ok_c47544a2": "OK", - "options_3ab0ea65": "ជម្រើស", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "ផ្ញើ", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "អ្នកប្រ", - "user_left_58ed9c36": "អ្នកប្រើបានចាកចេញ", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "យើងមិននៅលើអ៊ីនធឺរណែតឥឡូវនេះទេ។ សូមទុកសារ។", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "បាទ", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "តើអ្នកពិតជាចង់ផ្លាស់ប្តូរនាយកដ្ឋានឬ?", + "cancel": "បោះបង់", + "conversation_finished": "សន្ទនាបានបញ្ចប់", + "department_switched": "នាយកដ្ឋានបានប្តូរ", + "no": "ទេ", + "options": "ជម្រើស", + "send": "ផ្ញើ", + "user_joined": "អ្នកប្រ", + "user_left": "អ្នកប្រើបានចាកចេញ", + "we_are_not_online_right_now_please_leave_a_message": "យើងមិននៅលើអ៊ីនធឺរណែតឥឡូវនេះទេ។ សូមទុកសារ។", + "yes": "បាទ" + } } diff --git a/src/i18n/ko.json b/src/i18n/ko.json index 6d1835d94..c0b3e125e 100644 --- a/src/i18n/ko.json +++ b/src/i18n/ko.json @@ -1,100 +1,15 @@ { - "ko": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "부서를 변경하시겠습니까?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "취소", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "대화 종료됨", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "부서가 변경되었습니다", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "아니오", - "ok_c47544a2": "OK", - "options_3ab0ea65": "옵션", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "전송", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "사용자가 참여하였습니다", - "user_left_58ed9c36": "사용자가 떠났습니다", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "온라인 상태가 아닙니다. 메시지를 남겨주세요.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "예", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "부서를 변경하시겠습니까?", + "cancel": "취소", + "conversation_finished": "대화 종료됨", + "department_switched": "부서가 변경되었습니다", + "no": "아니오", + "options": "옵션", + "send": "전송", + "user_joined": "사용자가 참여하였습니다", + "user_left": "사용자가 떠났습니다", + "we_are_not_online_right_now_please_leave_a_message": "온라인 상태가 아닙니다. 메시지를 남겨주세요.", + "yes": "예" + } } diff --git a/src/i18n/ku.json b/src/i18n/ku.json index 50f581e66..61452cbdf 100644 --- a/src/i18n/ku.json +++ b/src/i18n/ku.json @@ -1,100 +1,14 @@ { - "ku": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Bişûndekirin", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "conversation qedand", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Wezaretê veguherîn", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Na", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Vebijêrkên", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Şandin", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Bikarhêner bûn", - "user_left_58ed9c36": "çepê Bikarhêner", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Em niha ne tenê ne. Ji kerema xwe, peyamek bistînin.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Erê", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Bişûndekirin", + "conversation_finished": "conversation qedand", + "department_switched": "Wezaretê veguherîn", + "no": "Na", + "options": "Vebijêrkên", + "send": "Şandin", + "user_joined": "Bikarhêner bûn", + "user_left": "çepê Bikarhêner", + "we_are_not_online_right_now_please_leave_a_message": "Em niha ne tenê ne. Ji kerema xwe, peyamek bistînin.", + "yes": "Erê" + } } diff --git a/src/i18n/lo.json b/src/i18n/lo.json index f5259475f..55c8c67cd 100644 --- a/src/i18n/lo.json +++ b/src/i18n/lo.json @@ -1,100 +1,13 @@ { - "lo": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "ຍົກເລີກ", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "ການສົນທະນາໄດ້ສໍາເລັດ", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "ກົມປ່ຽນແປງ", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "ຕົວເລືອກ", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "ສົ່ງ", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "ຜູ້ໃຊ້ເຂົ້າຮ່ວມ", - "user_left_58ed9c36": "ຊ້າຍ User", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "ພວກເຮົາບໍ່ໄດ້ອອນໄລນ໌ໃນປັດຈຸບັນ. ກະລຸນາອອກຈາກຂໍ້ຄວາມ.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "ແມ່ນແລ້ວ", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "ຍົກເລີກ", + "conversation_finished": "ການສົນທະນາໄດ້ສໍາເລັດ", + "department_switched": "ກົມປ່ຽນແປງ", + "options": "ຕົວເລືອກ", + "send": "ສົ່ງ", + "user_joined": "ຜູ້ໃຊ້ເຂົ້າຮ່ວມ", + "user_left": "ຊ້າຍ User", + "we_are_not_online_right_now_please_leave_a_message": "ພວກເຮົາບໍ່ໄດ້ອອນໄລນ໌ໃນປັດຈຸບັນ. ກະລຸນາອອກຈາກຂໍ້ຄວາມ.", + "yes": "ແມ່ນແລ້ວ" + } } diff --git a/src/i18n/lt.json b/src/i18n/lt.json index dace76199..c545b9432 100644 --- a/src/i18n/lt.json +++ b/src/i18n/lt.json @@ -1,100 +1,14 @@ { - "lt": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Atšaukti", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Pokalbis baigtas", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Skyrius perjungtas", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Nėra", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Galimybės", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Siųsti", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Vartotojas prisijungė", - "user_left_58ed9c36": "Vartotojas paliko", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Šiuo metu mes nesame prisijungę. Prašome palikti pranešimą.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Ne", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Atšaukti", + "conversation_finished": "Pokalbis baigtas", + "department_switched": "Skyrius perjungtas", + "no": "Nėra", + "options": "Galimybės", + "send": "Siųsti", + "user_joined": "Vartotojas prisijungė", + "user_left": "Vartotojas paliko", + "we_are_not_online_right_now_please_leave_a_message": "Šiuo metu mes nesame prisijungę. Prašome palikti pranešimą.", + "yes": "Ne" + } } diff --git a/src/i18n/lv.json b/src/i18n/lv.json index d149e3e86..870cd6629 100644 --- a/src/i18n/lv.json +++ b/src/i18n/lv.json @@ -1,100 +1,14 @@ { - "lv": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Atcelt", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Saruna pabeigta", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departaments ir nomainīts", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Nr.", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Iespējas", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Sūtīt", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Lietotājs pievienojās", - "user_left_58ed9c36": "Lietotājs atvienojās", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Mēs šobrīd neesam tiešsaistē. Lūdzu, atstāj ziņu.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "jā", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Atcelt", + "conversation_finished": "Saruna pabeigta", + "department_switched": "Departaments ir nomainīts", + "no": "Nr.", + "options": "Iespējas", + "send": "Sūtīt", + "user_joined": "Lietotājs pievienojās", + "user_left": "Lietotājs atvienojās", + "we_are_not_online_right_now_please_leave_a_message": "Mēs šobrīd neesam tiešsaistē. Lūdzu, atstāj ziņu.", + "yes": "jā" + } } diff --git a/src/i18n/mn.json b/src/i18n/mn.json index e302afb8a..7178dff54 100644 --- a/src/i18n/mn.json +++ b/src/i18n/mn.json @@ -1,100 +1,14 @@ { - "mn": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Цуцлах", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Харилцаа дууссан", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Хэлтэс солигдсон", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Үгүй", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Сонголтууд", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Илгээх", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Хэрэглэгчид нэгдсэн байна", - "user_left_58ed9c36": "Хэрэглэгчид үлдсэн", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Бид онлайнаар холбогдоогүй байна. Зурвасаа үлдээгээрэй.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Тиймээ", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Цуцлах", + "conversation_finished": "Харилцаа дууссан", + "department_switched": "Хэлтэс солигдсон", + "no": "Үгүй", + "options": "Сонголтууд", + "send": "Илгээх", + "user_joined": "Хэрэглэгчид нэгдсэн байна", + "user_left": "Хэрэглэгчид үлдсэн", + "we_are_not_online_right_now_please_leave_a_message": "Бид онлайнаар холбогдоогүй байна. Зурвасаа үлдээгээрэй.", + "yes": "Тиймээ" + } } diff --git a/src/i18n/ms-MY.json b/src/i18n/ms-MY.json new file mode 100644 index 000000000..18b06fd2e --- /dev/null +++ b/src/i18n/ms-MY.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "Batal", + "conversation_finished": "perbualan selesai", + "department_switched": "Jabatan dihidupkan", + "no": "Tidak", + "options": "Pilihan", + "send": "menghantar", + "user_joined": "pengguna menyertai", + "user_left": "kiri pengguna", + "we_are_not_online_right_now_please_leave_a_message": "Kami tidak berada dalam talian sekarang. Tolong, tinggalkan mesej.", + "yes": "Ya" + } +} \ No newline at end of file diff --git a/src/i18n/ms_MY.json b/src/i18n/ms_MY.json deleted file mode 100644 index 93f62556b..000000000 --- a/src/i18n/ms_MY.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "ms_MY": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Batal", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "perbualan selesai", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Jabatan dihidupkan", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Tidak", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Pilihan", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "menghantar", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "pengguna menyertai", - "user_left_58ed9c36": "kiri pengguna", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Kami tidak berada dalam talian sekarang. Tolong, tinggalkan mesej.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Ya", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/nl.json b/src/i18n/nl.json index aaa74c044..445eb05e9 100644 --- a/src/i18n/nl.json +++ b/src/i18n/nl.json @@ -1,100 +1,81 @@ { - "nl": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Weet je zeker dat je deze chat wilt beëindigen?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Weet je zeker dat je al je persoonlijke gegevens wilt verwijderen?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Weet je zeker dat je wilt wisselen van afdeling?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Annuleren", - "change_department_1d671538": "Afdeling wijzigen", - "change_department_523a16e8": "Afdeling wijzigen", - "chat_finished_effbd589": "Chat afgesloten", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Kies een afdeling...", - "choose_a_department_fe9755fd": "Kies een afdeling", - "choose_an_option_26ac97d2": "Kies een optie...", - "conversation_finished_6a0f2811": "Gesprek beëindigd", - "count_new_messages_since_since_47c9d2a0": { - "one": "Eén nieuw bericht sinds %{since}", - "other": "%{count} nieuwe berichten sinds %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Afdeling gewisseld", - "departments_3826b025": "Afdelingen", - "disable_notifications_dd6a3180": "Meldingen uitschakelen", - "dismiss_this_alert_ea9b3104": "Deze waarschuwing negeren", - "drop_here_to_upload_a_file_e5f4dd60": "Sleep je bestand hier naartoe om deze te uploaden", - "email_22a7d52d": "E-mailadres", - "enable_notifications_a3daf4b1": "Notificaties aanzetten", - "error_closing_chat_4c5e29d7": "Fout bij sluiten van chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Fout bij verwijderen van gebruikersgegevens.", - "error_starting_a_new_conversation_reason_a1b491a1": "Fout bij het starten van een nieuw gesprek: %{reason}", - "expand_chat_a0045dbd": "Chat uitbreiden", - "field_required_fc5c6b05": "Dit veld is vereist", - "file_exceeds_allowed_size_of_size_bd65c389": "Het bestand overschrijdt de toegestane grootte van %{size}.", - "fileupload_error_9eedee68": "Fout bij het uploaden", - "finish_this_chat_87b79542": "Sluit deze chat af", - "forget_remove_my_data_e1d68cdd": "Vergeet/verwijder mijn gegevens", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} heeft de chat opnieuw in de wachtrij gezet", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} heeft de chat overgedragen aan afdeling %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} heeft de chat overgedragen aan %{to}", - "gdpr_8b366c2b": "AVG", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Ga naar **optie menu → Vergeet/verwijder mijn gegevens** om een aanvraag te doen om je gegevens te verwijderen.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} meer", - "i_agree_df2ecbd4": "Ik ga akkoord", - "i_need_help_with_61054e21": "Ik heb hulp nodig met...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Als je nog andere vragen hebt, druk dan op de onderstaande knop om een nieuwe chat te starten.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Vul hier je %{field} in...", - "invalid_email_e82f3682": "Ongeldig E-mailadres", - "invalid_value_12ca12c2": "Ongeldige waarde", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Laat een bericht achter", - "livechat_connected_afee1c5b": "Laat een bericht achter.", - "livechat_is_not_connected_b40328ca": "Livechat is niet verbonden.", - "media_types_not_accepted_4e25676a": "Mediatypen worden niet geaccepteerd.", - "message_5c38209d": "Bericht", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Chat minimaliseren", - "name_1aed4a1b": "Naam", - "need_help_803a61": "Hulp nodig?", - "new_chat_f525c39e": "Nieuwe chat", - "no_available_agents_to_transfer_3ae30cec": "Er zijn geen beschikbare medewerkers om naar over te dragen", - "no_e16d9132": "Nee", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opties", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Vertel ons wat informatie om de chat te starten", - "please_wait_for_the_next_available_agent_b2a49c4c": "Wacht alstublieft op de volgende beschikbare medewerker..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Chat herstellen", - "room_name_changed_9c42350a": "De naam van de chatroom werd aangepast", - "send_e3bd0ed0": "Versturen", - "sound_is_off_a743f419": "Geluid is uit", - "sound_is_on_98a9ec58": "Geluid is aan", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Bedankt voor je gesprek", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "De beheerder van je persoonlijke gegevens is [Company Name], met maatschappelijke zetel op [Company Address]. Om de chat te starten, gaat je ermee akkoord dat je persoonlijke gegevens worden verwerkt en verzonden in overeenstemming met de Algemene Verordening Gegevensbescherming (AVG).", - "type_your_message_here_6a05bd0f": "Schrijf hier je bericht", - "unread_messages_5e18e7b7": "ongelezen berichten", - "user_added_by_525b6b11": "Gebruiker toegevoegd door", - "user_joined_407ba0d": "Gebruiker is toegetreden", - "user_left_58ed9c36": "Gebruiker is weggegaan", - "user_removed_by_e990f856": "Gebruiker is verwijderd door", - "waiting_queue_800061da": "Wachtrij...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We zijn nu niet online. Laat alsjeblieft een bericht achter.", - "welcome_dd4e7151": "Welkom", - "write_your_message_6eee0188": "Schrijf je bericht...", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "Je browser ondersteunt geen audio-element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Je browser ondersteunt geen video-element", - "your_spot_is_spot_a35cd288": "Je plaats is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Je plek is #%{spot} (geschatte wachttijd: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Weet je zeker dat je deze chat wilt beëindigen?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Weet je zeker dat je al je persoonlijke gegevens wilt verwijderen?", + "are_you_sure_you_want_to_switch_the_department": "Weet je zeker dat je wilt wisselen van afdeling?", + "cancel": "Annuleren", + "change_department": "Afdeling wijzigen", + "change_department_1": "Afdeling wijzigen", + "chat_finished": "Chat afgesloten", + "choose_a_department": "Kies een afdeling...", + "choose_a_department_1": "Kies een afdeling", + "choose_an_option": "Kies een optie...", + "conversation_finished": "Gesprek beëindigd", + "count_new_messages_since_since_one": "Eén nieuw bericht sinds {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} nieuwe berichten sinds {{val, datetime}}", + "department_switched": "Afdeling gewisseld", + "departments": "Afdelingen", + "disable_notifications": "Meldingen uitschakelen", + "dismiss_this_alert": "Deze waarschuwing negeren", + "drop_here_to_upload_a_file": "Sleep je bestand hier naartoe om deze te uploaden", + "email": "E-mailadres", + "enable_notifications": "Notificaties aanzetten", + "error_closing_chat": "Fout bij sluiten van chat.", + "error_removing_user_data": "Fout bij verwijderen van gebruikersgegevens.", + "error_starting_a_new_conversation_reason": "Fout bij het starten van een nieuw gesprek: {{reason}}", + "expand_chat": "Chat uitbreiden", + "field_required": "Dit veld is vereist", + "file_exceeds_allowed_size_of_size": "Het bestand overschrijdt de toegestane grootte van {{size}}.", + "fileupload_error": "Fout bij het uploaden", + "finish_this_chat": "Sluit deze chat af", + "forget_remove_my_data": "Vergeet/verwijder mijn gegevens", + "from_returned_the_chat_to_the_queue": "{{from}} heeft de chat opnieuw in de wachtrij gezet", + "from_transferred_the_chat_to_the_department_to": "{{from}} heeft de chat overgedragen aan afdeling {{to}}", + "from_transferred_the_chat_to_to": "{{from}} heeft de chat overgedragen aan {{to}}", + "gdpr": "AVG", + "go_to_menu_options_forget_remove_my_personal_data": "Ga naar <1>optie menu → Vergeet/verwijder mijn gegevens om een aanvraag te doen om je gegevens te verwijderen.", + "hiddenelementscount_more": "+ {{hiddenElementsCount}} meer", + "i_agree": "Ik ga akkoord", + "i_need_help_with": "Ik heb hulp nodig met...", + "if_you_have_any_other_questions_just_press_the_but": "Als je nog andere vragen hebt, druk dan op de onderstaande knop om een nieuwe chat te starten.", + "insert_your_field_here": "Vul hier je {{field}} in...", + "invalid_email": "Ongeldig E-mailadres", + "invalid_value": "Ongeldige waarde", + "leave_a_message": "Laat een bericht achter", + "livechat_connected": "Laat een bericht achter.", + "livechat_is_not_connected": "Livechat is niet verbonden.", + "media_types_not_accepted": "Mediatypen worden niet geaccepteerd.", + "message": "Bericht", + "minimize_chat": "Chat minimaliseren", + "name": "Naam", + "need_help": "Hulp nodig?", + "new_chat": "Nieuwe chat", + "no": "Nee", + "no_available_agents_to_transfer": "Er zijn geen beschikbare medewerkers om naar over te dragen", + "options": "Opties", + "please_tell_us_some_information_to_start_the_chat": "Vertel ons wat informatie om de chat te starten", + "please_wait_for_the_next_available_agent": "Wacht alstublieft op de volgende beschikbare medewerker..", + "restore_chat": "Chat herstellen", + "room_name_changed": "De naam van de chatroom werd aangepast", + "send": "Versturen", + "sound_is_off": "Geluid is uit", + "sound_is_on": "Geluid is aan", + "thanks_for_talking_with_us": "Bedankt voor je gesprek", + "the_controller_of_your_personal_data_is_company_na": "De beheerder van je persoonlijke gegevens is [Company Name], met maatschappelijke zetel op [Company Address]. Om de chat te starten, gaat je ermee akkoord dat je persoonlijke gegevens worden verwerkt en verzonden in overeenstemming met de Algemene Verordening Gegevensbescherming (AVG).", + "type_your_message_here": "Schrijf hier je bericht", + "unread_messages": "ongelezen berichten", + "user_added_by": "Gebruiker toegevoegd door", + "user_joined": "Gebruiker is toegetreden", + "user_left": "Gebruiker is weggegaan", + "user_removed_by": "Gebruiker is verwijderd door", + "waiting_queue": "Wachtrij...", + "we_are_not_online_right_now_please_leave_a_message": "We zijn nu niet online. Laat alsjeblieft een bericht achter.", + "welcome": "Welkom", + "write_your_message": "Schrijf je bericht...", + "yes": "Ja", + "you_browser_doesn_t_support_audio_element": "Je browser ondersteunt geen audio-element", + "you_browser_doesn_t_support_video_element": "Je browser ondersteunt geen video-element", + "your_spot_is_spot": "Je plaats is #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Je plek is #{{spot}} (geschatte wachttijd: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/no.json b/src/i18n/no.json index 3a8f99643..4aacd3443 100644 --- a/src/i18n/no.json +++ b/src/i18n/no.json @@ -1,100 +1,14 @@ { - "no": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Er du sikker på at du vil bytte avdeling?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Avbryt", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Samtalen er avsluttet", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Avdeling skiftet", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Nei", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Egenskaper", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Send", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Bruker ble med", - "user_left_58ed9c36": "Bruker igjen", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Vi er ikke online akkurat nå. Legg igjen en beskjed.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Er du sikker på at du vil bytte avdeling?", + "cancel": "Avbryt", + "conversation_finished": "Samtalen er avsluttet", + "department_switched": "Avdeling skiftet", + "no": "Nei", + "options": "Egenskaper", + "user_joined": "Bruker ble med", + "user_left": "Bruker igjen", + "we_are_not_online_right_now_please_leave_a_message": "Vi er ikke online akkurat nå. Legg igjen en beskjed.", + "yes": "Ja" + } } diff --git a/src/i18n/pl.json b/src/i18n/pl.json index b9eed8f4f..fb070be11 100644 --- a/src/i18n/pl.json +++ b/src/i18n/pl.json @@ -1,100 +1,73 @@ { - "pl": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Czy na pewno chcesz zakończyć rozmowę?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Czy na pewno chcesz usunąć wszystkie dane dotyczące rozmowy?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Czy na pewno chcesz zmienić dział?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Anuluj", - "change_department_1d671538": "Zmień dział", - "change_department_523a16e8": "Zmień Dział", - "chat_finished_effbd589": "Rozmowa Zakończona", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Wybierz dział...", - "choose_a_department_fe9755fd": "Wybierz dział", - "choose_an_option_26ac97d2": "Wybierz opcję...", - "conversation_finished_6a0f2811": "Rozmowa zakończona", - "count_new_messages_since_since_47c9d2a0": { - "one": "Jedna nowa wiadomość od %{since}", - "other": "%{count} nowych wiadomości od %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Zmieniono dział", - "departments_3826b025": "Działy", - "disable_notifications_dd6a3180": "Wyłącz powiadomienia", - "dismiss_this_alert_ea9b3104": "Odrzuć powiadomienie", - "drop_here_to_upload_a_file_e5f4dd60": "Upuść tutaj, aby przesłać plik", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Włącz powiadomienia", - "error_closing_chat_4c5e29d7": "Wystąpił błąd podczas zamykania rozmowy.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Wystąpił błąd podczas usuwania danych.", - "error_starting_a_new_conversation_reason_a1b491a1": "Wystąpił błąd podczas tworzenia rozmowy: %{reason}", - "expand_chat_a0045dbd": "Otwórz w nowym oknie", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "Plik przekroczył dopuszczalny rozmiar %{size}.", - "fileupload_error_9eedee68": "Błąd podczas wysyłania pliku", - "finish_this_chat_87b79542": "Zakończ rozmowę", - "forget_remove_my_data_e1d68cdd": "Zapomnij/Usuń moje dane", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "RODO", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Idź do **Opcje → Zapomnij/Usuń moje dane**, aby usunąć dane dotyczące rozmowy.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "Zgadzam się", - "i_need_help_with_61054e21": "Potrzebuję pomocy...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Jeśli masz jeszcze jakieś pytania, naciśnij poniższy przycisk, aby rozpocząć rozmowę.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Zostaw wiadomość", - "livechat_connected_afee1c5b": "Połączono.", - "livechat_is_not_connected_b40328ca": "Nie połączono.", - "media_types_not_accepted_4e25676a": "Format pliku niedozwolony.", - "message_5c38209d": "Wiadomość", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimalizuj okno", - "name_1aed4a1b": "Imię", - "need_help_803a61": "Potrzebujesz pomocy?", - "new_chat_f525c39e": "Nowa rozmowa", - "no_available_agents_to_transfer_3ae30cec": "Żaden konsultant nie jest dostępny", - "no_e16d9132": "Nie", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opcje", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Wyślij wiadomość, aby rozpocząć rozmowę", - "please_wait_for_the_next_available_agent_b2a49c4c": "Proszę zaczekać na konsultanta..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Przywróć rozmowę", - "room_name_changed_9c42350a": "Nazwa rozmowy została zmieniona", - "send_e3bd0ed0": "Wyślij", - "sound_is_off_a743f419": "Wyłącz dźwięk", - "sound_is_on_98a9ec58": "Włącz dźwiek", - "start_chat_8606d464": "Rozpocznij rozmowę", - "thanks_for_talking_with_us_719cce22": "Dziękujemy za kontakt", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "Administratorem twoich danych osobowych jest [Company Name], z siedzibą przy ulicy [Company Address]. Rozpoczynając rozmowę, wyrażasz zgodę na przetwarzanie i przesyłanie twoich danych osobowych zgodnie z ogólnym rozporządzeniem o ochronie danych (RODO).", - "type_your_message_here_6a05bd0f": "Wpisz tu swoją wiadomość", - "unread_messages_5e18e7b7": "nieprzeczytane wiadomości", - "user_added_by_525b6b11": "Użytkownik dodany przez", - "user_joined_407ba0d": "Użytkownik dołączył", - "user_left_58ed9c36": "Użytkownik wyszedł", - "user_removed_by_e990f856": "Użytkownik usunięty przez", - "waiting_queue_800061da": "Oczekiwanie w kolejce...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Nie jesteśmy teraz online. Proszę zostawić wiadomość.", - "welcome_dd4e7151": "Witamy", - "write_your_message_6eee0188": "Wpisz swoją wiadomość...", - "yes_dde87d5": "Tak", - "you_browser_doesn_t_support_audio_element_3391386f": "Twoja przeglądarka nie wspiera elementów audio", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Twoja przeglądarka nie wspiera elementów video", - "your_spot_is_spot_a35cd288": "Twoje miejsce to #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Twoje miejsce to #%{spot} (Szacowany czas oczekiwania: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Czy na pewno chcesz zakończyć rozmowę?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Czy na pewno chcesz usunąć wszystkie dane dotyczące rozmowy?", + "are_you_sure_you_want_to_switch_the_department": "Czy na pewno chcesz zmienić dział?", + "cancel": "Anuluj", + "change_department": "Zmień dział", + "change_department_1": "Zmień Dział", + "chat_finished": "Rozmowa Zakończona", + "choose_a_department": "Wybierz dział...", + "choose_a_department_1": "Wybierz dział", + "choose_an_option": "Wybierz opcję...", + "conversation_finished": "Rozmowa zakończona", + "count_new_messages_since_since_one": "Jedna nowa wiadomość od {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} nowych wiadomości od {{val, datetime}}", + "department_switched": "Zmieniono dział", + "departments": "Działy", + "disable_notifications": "Wyłącz powiadomienia", + "dismiss_this_alert": "Odrzuć powiadomienie", + "drop_here_to_upload_a_file": "Upuść tutaj, aby przesłać plik", + "enable_notifications": "Włącz powiadomienia", + "error_closing_chat": "Wystąpił błąd podczas zamykania rozmowy.", + "error_removing_user_data": "Wystąpił błąd podczas usuwania danych.", + "error_starting_a_new_conversation_reason": "Wystąpił błąd podczas tworzenia rozmowy: {{reason}}", + "expand_chat": "Otwórz w nowym oknie", + "file_exceeds_allowed_size_of_size": "Plik przekroczył dopuszczalny rozmiar {{size}}.", + "fileupload_error": "Błąd podczas wysyłania pliku", + "finish_this_chat": "Zakończ rozmowę", + "forget_remove_my_data": "Zapomnij/Usuń moje dane", + "gdpr": "RODO", + "go_to_menu_options_forget_remove_my_personal_data": "Idź do <1>Opcje → Zapomnij/Usuń moje dane, aby usunąć dane dotyczące rozmowy.", + "i_agree": "Zgadzam się", + "i_need_help_with": "Potrzebuję pomocy...", + "if_you_have_any_other_questions_just_press_the_but": "Jeśli masz jeszcze jakieś pytania, naciśnij poniższy przycisk, aby rozpocząć rozmowę.", + "leave_a_message": "Zostaw wiadomość", + "livechat_connected": "Połączono.", + "livechat_is_not_connected": "Nie połączono.", + "media_types_not_accepted": "Format pliku niedozwolony.", + "message": "Wiadomość", + "minimize_chat": "Minimalizuj okno", + "name": "Imię", + "need_help": "Potrzebujesz pomocy?", + "new_chat": "Nowa rozmowa", + "no": "Nie", + "no_available_agents_to_transfer": "Żaden konsultant nie jest dostępny", + "options": "Opcje", + "please_tell_us_some_information_to_start_the_chat": "Wyślij wiadomość, aby rozpocząć rozmowę", + "please_wait_for_the_next_available_agent": "Proszę zaczekać na konsultanta..", + "restore_chat": "Przywróć rozmowę", + "room_name_changed": "Nazwa rozmowy została zmieniona", + "send": "Wyślij", + "sound_is_off": "Wyłącz dźwięk", + "sound_is_on": "Włącz dźwiek", + "start_chat": "Rozpocznij rozmowę", + "thanks_for_talking_with_us": "Dziękujemy za kontakt", + "the_controller_of_your_personal_data_is_company_na": "Administratorem twoich danych osobowych jest [Company Name], z siedzibą przy ulicy [Company Address]. Rozpoczynając rozmowę, wyrażasz zgodę na przetwarzanie i przesyłanie twoich danych osobowych zgodnie z ogólnym rozporządzeniem o ochronie danych (RODO).", + "type_your_message_here": "Wpisz tu swoją wiadomość", + "unread_messages": "nieprzeczytane wiadomości", + "user_added_by": "Użytkownik dodany przez", + "user_joined": "Użytkownik dołączył", + "user_left": "Użytkownik wyszedł", + "user_removed_by": "Użytkownik usunięty przez", + "waiting_queue": "Oczekiwanie w kolejce...", + "we_are_not_online_right_now_please_leave_a_message": "Nie jesteśmy teraz online. Proszę zostawić wiadomość.", + "welcome": "Witamy", + "write_your_message": "Wpisz swoją wiadomość...", + "yes": "Tak", + "you_browser_doesn_t_support_audio_element": "Twoja przeglądarka nie wspiera elementów audio", + "you_browser_doesn_t_support_video_element": "Twoja przeglądarka nie wspiera elementów video", + "your_spot_is_spot": "Twoje miejsce to #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Twoje miejsce to #{{spot}} (Szacowany czas oczekiwania: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/pt-BR.json b/src/i18n/pt-BR.json new file mode 100644 index 000000000..214d18658 --- /dev/null +++ b/src/i18n/pt-BR.json @@ -0,0 +1,86 @@ +{ + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Tem certeza de que deseja encerrar este chat?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Tem certeza de que deseja remover todos os seus dados pessoais?", + "are_you_sure_you_want_to_switch_the_department": "Tem certeza de que deseja trocar de departamento?", + "cancel": "Cancelar", + "change_department": "Trocar departamento", + "change_department_1": "Trocar Departamento", + "chat_finished": "Chat Terminado", + "chat_now": "Converse agora", + "chat_started": "Bate-papo iniciado", + "choose_a_department": "Escolha um departamento...", + "choose_a_department_1": "Escolha um departamento", + "choose_an_option": "Escolha uma opção...", + "conversation_finished": "Conversa Encerrada", + "count_new_messages_since_since_one": "Uma nova mensagem desde {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} novas mensagens desde {{val, datetime}}", + "department_switched": "Departamento trocado", + "departments": "Departamentos", + "disable_notifications": "Disabilitar notificações", + "dismiss_this_alert": "Ignorar este alerta", + "drop_here_to_upload_a_file": "Arraste e solte um aquivo para fazer upload", + "email": "E-mail", + "enable_notifications": "Habilitar notificações", + "error_closing_chat": "Erro ao fechar o chat.", + "error_removing_user_data": "Erro ao remover os dados do usuário.", + "error_starting_a_new_conversation_reason": "Erro ao iniciar nova conversa: {{reason}}", + "expand_chat": "Expandir chat", + "field_required": "Campo obrigatório", + "file_exceeds_allowed_size_of_size": "Arquivo excede o tamanho permitido de {{size}}.", + "fileupload_error": "Erro no upload do arquivo", + "finish_this_chat": "Encerrar este chat", + "forget_remove_my_data": "Esquecer/remover meus dados pessoais", + "from_returned_the_chat_to_the_queue": "{{from}} retornou a conversa para a fila", + "from_transferred_the_chat_to_the_department_to": "{{from}} transferiu a conversa para o departamento {{to}}", + "from_transferred_the_chat_to_to": "{{from}} transferiu a conversa para {{to}}", + "go_to_menu_options_forget_remove_my_personal_data": "Vá para o menu <1>opções → Esquecer/remover meus dados pessoais para solicitar a remoção imediata dos seus dados.", + "hiddenelementscount_more": "+ {{hiddenElementsCount}} mais", + "i_agree": "Concordo", + "i_need_help_with": "Preciso de ajuda com...", + "if_you_have_any_other_questions_just_press_the_but": "Se você tiver qualquer outras dúvidas, basta pressionar o botão abaixo para iniciar um novo chat.", + "insert_your_field_here": "Entre com o seu {{field}} aqui...", + "invalid_email": "E-mail inválido", + "invalid_value": "Valor inválido", + "leave_a_message": "Deixe uma mensagem", + "livechat_connected": "Livechat conectado.", + "livechat_is_not_connected": "Livechat não está conectado ao servidor.", + "media_types_not_accepted": "Tipo de mídia não aceito.", + "message": "Mensagem", + "minimize_chat": "Minimizar chat", + "name": "Nome", + "need_help": "Precisa de ajuda?", + "new_chat": "Novo Chat", + "no": "Não", + "no_available_agents_to_transfer": "Não há agentes disponíveis para transferência", + "options": "Opções", + "please_tell_us_some_information_to_start_the_chat": "Por favor, nos passe algumas informações antes de iniciar o chat", + "please_wait_for_the_next_available_agent": "Por favor, aguarde o próximo agente disponível..", + "powered_by_rocket_chat": "Desenvolvido por Rocket.Chat", + "restore_chat": "Restaurar o chat", + "room_name_changed": "Nome da sala alterado", + "send": "Enviar", + "sound_is_off": "O som está desligado", + "sound_is_on": "O som está ligado", + "start_chat": "Iniciar chat", + "thanks_for_talking_with_us": "Obrigado por falar conosco", + "the_controller_of_your_personal_data_is_company_na": "O controlador dos seus dados pessoais é [Nome da Empresa], com sede em [Company Address]. Para iniciar o chat, você concorda que seus dados pessoais serão processados e transmitidos de acordo com o Regulamento Geral de Proteção de Dados(GDPR).", + "transcript_success": "Transcrição enviada", + "type_your_message_here": "Digite sua mensagem aqui", + "unread_messages": "Mensagens não lidas", + "user_added_by": "Usuário {{user_added}} adicionado à conversa por {{user_by}}.", + "user_joined": "Usuário entrou", + "user_left": "Usuário saiu", + "user_removed_by": "Usuário removido por", + "waiting_queue": "Fila de espera...", + "we_are_not_online_right_now_please_leave_a_message": "Não estamos online agora. Por favor deixe uma mensagem.", + "welcome": "Bem vindo(a)", + "would_you_like_a_copy_of_this_chat_emailed": "Gostaria de uma cópia desta conversa por email?", + "write_your_message": "Escreva sua mensagem...", + "yes": "Sim", + "you_browser_doesn_t_support_audio_element": "Seu navegador não suporta elemento de áudio", + "you_browser_doesn_t_support_video_element": "Seu navegador não suporta elemento de vídeo", + "your_spot_is_spot": "Seu lugar é #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Seu lugar é #{{spot}} (Tempo estimado: {{estimatedWaitTime}})" + } +} \ No newline at end of file diff --git a/src/i18n/pt.json b/src/i18n/pt.json index cf2e60647..e6a6f5531 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -1,100 +1,19 @@ { - "pt": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Tem certeza que deseja trocar de departamento?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancelar", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Chat encerrado", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departamento comutado", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Não", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opções", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Enviar", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Utilizador entrou", - "user_left_58ed9c36": "O utilizador saiu", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Não estamos online agora. Por favor deixe uma mensagem.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Sim", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Seu lugar é #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Seu lugar é #%{spot} (Tempo estimado: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Tem certeza que deseja trocar de departamento?", + "cancel": "Cancelar", + "conversation_finished": "Chat encerrado", + "count_new_messages_since_since_one": "Uma nova mensagem desde {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} novas mensagens desde {{val, datetime}}", + "department_switched": "Departamento comutado", + "no": "Não", + "options": "Opções", + "send": "Enviar", + "user_joined": "Utilizador entrou", + "user_left": "O utilizador saiu", + "we_are_not_online_right_now_please_leave_a_message": "Não estamos online agora. Por favor deixe uma mensagem.", + "yes": "Sim", + "your_spot_is_spot": "Seu lugar é #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Seu lugar é #{{spot}} (Tempo estimado: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/pt_BR.json b/src/i18n/pt_BR.json deleted file mode 100644 index a286c6139..000000000 --- a/src/i18n/pt_BR.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "pt_BR": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Tem certeza de que deseja encerrar este chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Tem certeza de que deseja remover todos os seus dados pessoais?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Tem certeza de que deseja trocar de departamento?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancelar", - "change_department_1d671538": "Trocar departamento", - "change_department_523a16e8": "Trocar Departamento", - "chat_finished_effbd589": "Chat Terminado", - "chat_now_3d7f6769": "Converse agora", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Escolha um departamento...", - "choose_a_department_fe9755fd": "Escolha um departamento", - "choose_an_option_26ac97d2": "Escolha uma opção...", - "conversation_finished_6a0f2811": "Conversa Encerrada", - "count_new_messages_since_since_47c9d2a0": { - "one": "Uma nova mensagem desde %{since}", - "other": "%{count} novas mensagens desde %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departamento trocado", - "departments_3826b025": "Departamentos", - "disable_notifications_dd6a3180": "Disabilitar notificações", - "dismiss_this_alert_ea9b3104": "Ignorar este alerta", - "drop_here_to_upload_a_file_e5f4dd60": "Arraste e solte um aquivo para fazer upload", - "email_22a7d52d": "E-mail", - "enable_notifications_a3daf4b1": "Habilitar notificações", - "error_closing_chat_4c5e29d7": "Erro ao fechar o chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Erro ao remover os dados do usuário.", - "error_starting_a_new_conversation_reason_a1b491a1": "Erro ao iniciar nova conversa: %{reason}", - "expand_chat_a0045dbd": "Expandir chat", - "field_required_fc5c6b05": "Campo obrigatório", - "file_exceeds_allowed_size_of_size_bd65c389": "Arquivo excede o tamanho permitido de %{size}.", - "fileupload_error_9eedee68": "Erro no upload do arquivo", - "finish_this_chat_87b79542": "Encerrar este chat", - "forget_remove_my_data_e1d68cdd": "Esquecer/remover meus dados pessoais", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} retornou a conversa para a fila", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferiu a conversa para o departamento %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferiu a conversa para %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Vá para o menu **opções → Esquecer/remover meus dados pessoais** para solicitar a remoção imediata dos seus dados.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} mais", - "i_agree_df2ecbd4": "Concordo", - "i_need_help_with_61054e21": "Preciso de ajuda com...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Se você tiver qualquer outras dúvidas, basta pressionar o botão abaixo para iniciar um novo chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Entre com o seu %{field} aqui...", - "invalid_email_e82f3682": "E-mail inválido", - "invalid_value_12ca12c2": "Valor inválido", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Deixe uma mensagem", - "livechat_connected_afee1c5b": "Livechat conectado.", - "livechat_is_not_connected_b40328ca": "Livechat não está conectado ao servidor.", - "media_types_not_accepted_4e25676a": "Tipo de mídia não aceito.", - "message_5c38209d": "Mensagem", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimizar chat", - "name_1aed4a1b": "Nome", - "need_help_803a61": "Precisa de ajuda?", - "new_chat_f525c39e": "Novo Chat", - "no_available_agents_to_transfer_3ae30cec": "Não há agentes disponíveis para transferência", - "no_e16d9132": "Não", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opções", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Por favor, nos passe algumas informações antes de iniciar o chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Por favor, aguarde o próximo agente disponível..", - "powered_by_rocket_chat_4d7c2ab4": "Desenvolvido por Rocket.Chat", - "restore_chat_3bfecf2b": "Restaurar o chat", - "room_name_changed_9c42350a": "Nome da sala alterado", - "send_e3bd0ed0": "Enviar", - "sound_is_off_a743f419": "O som está desligado", - "sound_is_on_98a9ec58": "O som está ligado", - "start_chat_8606d464": "Iniciar chat", - "thanks_for_talking_with_us_719cce22": "Obrigado por falar conosco", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "O agente transferiu a conversa ao departamento %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "O chat foi transferido para outro agente", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "O controlador dos seus dados pessoais é [Nome da Empresa], com sede em [Company Address]. Para iniciar o chat, você concorda que seus dados pessoais serão processados e transmitidos de acordo com o Regulamento Geral de Proteção de Dados(GDPR).", - "type_your_message_here_6a05bd0f": "Digite sua mensagem aqui", - "unread_messages_5e18e7b7": "Mensagens não lidas", - "user_added_by_525b6b11": "Usuário %{user_added} adicionado à conversa por %{user_by}.", - "user_joined_407ba0d": "Usuário entrou", - "user_left_58ed9c36": "Usuário saiu", - "user_removed_by_e990f856": "Usuário removido por", - "waiting_queue_800061da": "Fila de espera...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Não estamos online agora. Por favor deixe uma mensagem.", - "welcome_dd4e7151": "Bem vindo(a)", - "write_your_message_6eee0188": "Escreva sua mensagem...", - "yes_dde87d5": "Sim", - "you_browser_doesn_t_support_audio_element_3391386f": "Seu navegador não suporta elemento de áudio", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Seu navegador não suporta elemento de vídeo", - "your_spot_is_spot_a35cd288": "Seu lugar é #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Seu lugar é #%{spot} (Tempo estimado: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/ro.json b/src/i18n/ro.json index 636a8abff..e96059d8b 100644 --- a/src/i18n/ro.json +++ b/src/i18n/ro.json @@ -1,100 +1,18 @@ { - "ro": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sigur doriți să încheiați acest chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Anulează", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat-ul s-a terminat!", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Alegeți un departament...", - "choose_a_department_fe9755fd": "Alegeți un departament", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "conversație terminat", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departamentul a fost schimbat", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Nu", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opțiuni", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Trimite", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "utilizator s-a alăturat", - "user_left_58ed9c36": "stânga utilizator", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Nu suntem online chiar acum. Te rog lasa un mesaj.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Da", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Sigur doriți să încheiați acest chat?", + "cancel": "Anulează", + "chat_finished": "Chat-ul s-a terminat!", + "choose_a_department": "Alegeți un departament...", + "choose_a_department_1": "Alegeți un departament", + "conversation_finished": "conversație terminat", + "department_switched": "Departamentul a fost schimbat", + "no": "Nu", + "options": "Opțiuni", + "send": "Trimite", + "user_joined": "utilizator s-a alăturat", + "user_left": "stânga utilizator", + "we_are_not_online_right_now_please_leave_a_message": "Nu suntem online chiar acum. Te rog lasa un mesaj.", + "yes": "Da" + } } diff --git a/src/i18n/ru.json b/src/i18n/ru.json index b9c16cae6..5be1069f1 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -1,100 +1,77 @@ { - "ru": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Вы уверены, что хотите закончить разговор?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Вы уверены, что хотите удалить все ваши персональные данные?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Вы уверены, что хотите сменить отдел?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Отмена", - "change_department_1d671538": "Сменить отдел", - "change_department_523a16e8": "Сменить Отдел", - "chat_finished_effbd589": "Разговор Закончен", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Выберите отдел...", - "choose_a_department_fe9755fd": "Выберите отдел", - "choose_an_option_26ac97d2": "Выберите опцию...", - "conversation_finished_6a0f2811": "Разговор окончен", - "count_new_messages_since_since_47c9d2a0": { - "one": "Одно новое сообщение с %{since}", - "other": "%{count} новых сообщений с %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Отдел сменeн", - "departments_3826b025": "Отделы", - "disable_notifications_dd6a3180": "Выключить оповещение", - "dismiss_this_alert_ea9b3104": "Пропустить данное предупреждение", - "drop_here_to_upload_a_file_e5f4dd60": "Бросить сюда файл для загрузки", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Включить оповещения", - "error_closing_chat_4c5e29d7": "Ошибка закрытия чата.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Ошибка удаления пользовательских данных.", - "error_starting_a_new_conversation_reason_a1b491a1": "Ошибка при запуске нового диалога: %{reason}", - "expand_chat_a0045dbd": "Развернуть окно чата", - "field_required_fc5c6b05": "Поле обязательно", - "file_exceeds_allowed_size_of_size_bd65c389": "Файл превышает разрешенный размер в %{size}.", - "fileupload_error_9eedee68": "Ошибка загрузки файла", - "finish_this_chat_87b79542": "Завершить этот чат", - "forget_remove_my_data_e1d68cdd": "Забыть/удалить мои данные", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "Перенаправлен от %{from} на %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Перейти **меню опции → Забыть/удалить мои персональные данные**, чтобы запросить немедленное удаление ваших данных.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "Я согласен", - "i_need_help_with_61054e21": "Мне требуется помощь с...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Если у вас есть еще вопросы, нажмите на кнопку ниже, чтобы начать новый чат.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Введите %{field} ...", - "invalid_email_e82f3682": "Неверный эмайл", - "invalid_value_12ca12c2": "Неверное значение", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Оставить сообщение", - "livechat_connected_afee1c5b": "Livechat подключен.", - "livechat_is_not_connected_b40328ca": "Livechat не подключен.", - "media_types_not_accepted_4e25676a": "Данный тип медиа не поддерживается.", - "message_5c38209d": "Сообщение", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Свернуть окно чата", - "name_1aed4a1b": "Имя", - "need_help_803a61": "Требуется помощь?", - "new_chat_f525c39e": "Новый чат", - "no_available_agents_to_transfer_3ae30cec": "Нет доступных операторов для передачи", - "no_e16d9132": "Нет", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Параметры", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Пожалуйста, расскажите о себе прежде чем, начать чат", - "please_wait_for_the_next_available_agent_b2a49c4c": "Пожалуйста, подождите пока освободится следующий оператор...", - "powered_by_rocket_chat_4d7c2ab4": "Работает на Rocket.Chat", - "restore_chat_3bfecf2b": "Восстановить чат", - "room_name_changed_9c42350a": "Имя комнаты изменено", - "send_e3bd0ed0": "Отправить", - "sound_is_off_a743f419": "Звук отключен", - "sound_is_on_98a9ec58": "Звук включен", - "start_chat_8606d464": "Начать чат", - "thanks_for_talking_with_us_719cce22": "Спасибо, что обратились к нам", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Напечатайте ваше сообщение", - "unread_messages_5e18e7b7": "непрочитанные сообщения", - "user_added_by_525b6b11": "Пользователь добавлен пользователем", - "user_joined_407ba0d": "Пользователь присоединился", - "user_left_58ed9c36": "Пользователь вышел", - "user_removed_by_e990f856": "Пользователь удален пользователем", - "waiting_queue_800061da": "Ожидание очереди...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Мы сейчас не в сети. Пожалуйста, оставьте сообщение.", - "welcome_dd4e7151": "Добро пожаловать", - "write_your_message_6eee0188": "Напишите ваше сообщение...", - "yes_dde87d5": "Да", - "you_browser_doesn_t_support_audio_element_3391386f": "Ваш браузер не поддерживает аудио", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Ваш браузер не поддерживает видео", - "your_spot_is_spot_a35cd288": "Ваше место в очереди: #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Ваше место в очереди: #%{spot} (Предполагаемое время ожидания: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Вы уверены, что хотите закончить разговор?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Вы уверены, что хотите удалить все ваши персональные данные?", + "are_you_sure_you_want_to_switch_the_department": "Вы уверены, что хотите сменить отдел?", + "cancel": "Отмена", + "change_department": "Сменить отдел", + "change_department_1": "Сменить Отдел", + "chat_finished": "Разговор Закончен", + "choose_a_department": "Выберите отдел...", + "choose_a_department_1": "Выберите отдел", + "choose_an_option": "Выберите опцию...", + "conversation_finished": "Разговор окончен", + "count_new_messages_since_since_one": "Одно новое сообщение с {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} новых сообщений с {{val, datetime}}", + "department_switched": "Отдел сменeн", + "departments": "Отделы", + "disable_notifications": "Выключить оповещение", + "dismiss_this_alert": "Пропустить данное предупреждение", + "drop_here_to_upload_a_file": "Бросить сюда файл для загрузки", + "enable_notifications": "Включить оповещения", + "error_closing_chat": "Ошибка закрытия чата.", + "error_removing_user_data": "Ошибка удаления пользовательских данных.", + "error_starting_a_new_conversation_reason": "Ошибка при запуске нового диалога: {{reason}}", + "expand_chat": "Развернуть окно чата", + "field_required": "Поле обязательно", + "file_exceeds_allowed_size_of_size": "Файл превышает разрешенный размер в {{size}}.", + "fileupload_error": "Ошибка загрузки файла", + "finish_this_chat": "Завершить этот чат", + "forget_remove_my_data": "Забыть/удалить мои данные", + "from_transferred_the_chat_to_to": "Перенаправлен от {{from}} на {{to}}", + "go_to_menu_options_forget_remove_my_personal_data": "Перейти <1>меню опции → Забыть/удалить мои персональные данные, чтобы запросить немедленное удаление ваших данных.", + "i_agree": "Я согласен", + "i_need_help_with": "Мне требуется помощь с...", + "if_you_have_any_other_questions_just_press_the_but": "Если у вас есть еще вопросы, нажмите на кнопку ниже, чтобы начать новый чат.", + "insert_your_field_here": "Введите {{field}} ...", + "invalid_email": "Неверный эмайл", + "invalid_value": "Неверное значение", + "leave_a_message": "Оставить сообщение", + "livechat_connected": "Livechat подключен.", + "livechat_is_not_connected": "Livechat не подключен.", + "media_types_not_accepted": "Данный тип медиа не поддерживается.", + "message": "Сообщение", + "minimize_chat": "Свернуть окно чата", + "name": "Имя", + "need_help": "Требуется помощь?", + "new_chat": "Новый чат", + "no": "Нет", + "no_available_agents_to_transfer": "Нет доступных операторов для передачи", + "options": "Параметры", + "please_tell_us_some_information_to_start_the_chat": "Пожалуйста, расскажите о себе прежде чем, начать чат", + "please_wait_for_the_next_available_agent": "Пожалуйста, подождите пока освободится следующий оператор...", + "powered_by_rocket_chat": "Работает на Rocket.Chat", + "restore_chat": "Восстановить чат", + "room_name_changed": "Имя комнаты изменено", + "send": "Отправить", + "sound_is_off": "Звук отключен", + "sound_is_on": "Звук включен", + "start_chat": "Начать чат", + "thanks_for_talking_with_us": "Спасибо, что обратились к нам", + "type_your_message_here": "Напечатайте ваше сообщение", + "unread_messages": "непрочитанные сообщения", + "user_added_by": "Пользователь добавлен пользователем", + "user_joined": "Пользователь присоединился", + "user_left": "Пользователь вышел", + "user_removed_by": "Пользователь удален пользователем", + "waiting_queue": "Ожидание очереди...", + "we_are_not_online_right_now_please_leave_a_message": "Мы сейчас не в сети. Пожалуйста, оставьте сообщение.", + "welcome": "Добро пожаловать", + "write_your_message": "Напишите ваше сообщение...", + "yes": "Да", + "you_browser_doesn_t_support_audio_element": "Ваш браузер не поддерживает аудио", + "you_browser_doesn_t_support_video_element": "Ваш браузер не поддерживает видео", + "your_spot_is_spot": "Ваше место в очереди: #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Ваше место в очереди: #{{spot}} (Предполагаемое время ожидания: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/sk-SK.json b/src/i18n/sk-SK.json new file mode 100644 index 000000000..133c03844 --- /dev/null +++ b/src/i18n/sk-SK.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "Zrušiť", + "conversation_finished": "Konverzácia bola ukončená", + "department_switched": "Oddelenie bolo prepnuté", + "no": "Žiadny", + "options": "Možnosti", + "send": "Odoslať", + "user_joined": "Používateľ sa pripojil", + "user_left": "Používateľ odišiel", + "we_are_not_online_right_now_please_leave_a_message": "Momentálne nie sme online. Prosíme, zanechajte správu.", + "yes": "Áno" + } +} \ No newline at end of file diff --git a/src/i18n/sk_SK.json b/src/i18n/sk_SK.json deleted file mode 100644 index 6cd5038ee..000000000 --- a/src/i18n/sk_SK.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "sk_SK": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Zrušiť", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Konverzácia bola ukončená", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Oddelenie bolo prepnuté", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Žiadny", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Možnosti", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Odoslať", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Používateľ sa pripojil", - "user_left_58ed9c36": "Používateľ odišiel", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Momentálne nie sme online. Prosíme, zanechajte správu.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Áno", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/sl-SI.json b/src/i18n/sl-SI.json new file mode 100644 index 000000000..bb6735a66 --- /dev/null +++ b/src/i18n/sl-SI.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "Prekliči", + "conversation_finished": "Pogovor končan", + "department_switched": "Oddelek zamenjan", + "no": "Ne", + "options": "Možnosti", + "send": "Pošlji", + "user_joined": "Uporabnik se je pridružil", + "user_left": "Uporabnik je odšel", + "we_are_not_online_right_now_please_leave_a_message": "Trenutno nismo na spletu. Prosim pustite sporočilo.", + "yes": "Da" + } +} \ No newline at end of file diff --git a/src/i18n/sl_SI.json b/src/i18n/sl_SI.json deleted file mode 100644 index dc3974109..000000000 --- a/src/i18n/sl_SI.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "sl_SI": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Prekliči", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Pogovor končan", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Oddelek zamenjan", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Ne", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Možnosti", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Pošlji", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Uporabnik se je pridružil", - "user_left_58ed9c36": "Uporabnik je odšel", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Trenutno nismo na spletu. Prosim pustite sporočilo.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Da", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/sq.json b/src/i18n/sq.json index 821d22717..05aa44a4d 100644 --- a/src/i18n/sq.json +++ b/src/i18n/sq.json @@ -1,100 +1,14 @@ { - "sq": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Anuloj", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "biseda përfunduar", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Departamenti kaloi", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "jo", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Opsione", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "dërgoj", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "User bashkua", - "user_left_58ed9c36": "majtë User", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Ne nuk jemi në linjë tani. Lëreni një mesazh.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "po", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Anuloj", + "conversation_finished": "biseda përfunduar", + "department_switched": "Departamenti kaloi", + "no": "jo", + "options": "Opsione", + "send": "dërgoj", + "user_joined": "User bashkua", + "user_left": "majtë User", + "we_are_not_online_right_now_please_leave_a_message": "Ne nuk jemi në linjë tani. Lëreni një mesazh.", + "yes": "po" + } } diff --git a/src/i18n/sr.json b/src/i18n/sr.json index ee70a6f00..ed23c3e4b 100644 --- a/src/i18n/sr.json +++ b/src/i18n/sr.json @@ -1,100 +1,75 @@ { - "sr": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Желите ли да завршите овај разговор?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Желите ли да уклонимо све Ваше податке?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Желите ли да променити одељење?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Отказати", - "change_department_1d671538": "Промени одељење", - "change_department_523a16e8": "Промени одељење", - "chat_finished_effbd589": "Разговор завршен", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Изабери одељење...", - "choose_a_department_fe9755fd": "Изабери одељење", - "choose_an_option_26ac97d2": "Изабери опцију...", - "conversation_finished_6a0f2811": "Разговор завршен", - "count_new_messages_since_since_47c9d2a0": { - "one": "Једна нова порука од %{since}", - "other": "%{count} порукe/a од %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Одељење је промењено", - "departments_3826b025": "Одељења", - "disable_notifications_dd6a3180": "Искључи обавештења", - "dismiss_this_alert_ea9b3104": "Одбаци ово обавештење", - "drop_here_to_upload_a_file_e5f4dd60": "Превуци овде за слање датотеке", - "email_22a7d52d": "E-пошта", - "enable_notifications_a3daf4b1": "Омогући обавештења", - "error_closing_chat_4c5e29d7": "Грешка приликом завршетка разговора.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Грешка приликом уклањања корисничких података.", - "error_starting_a_new_conversation_reason_a1b491a1": "Грешка приликом започињања новог разговора: %{reason}", - "expand_chat_a0045dbd": "Прошири прозор разговора", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "Датотека превазилази дозвољену величину од %{size}.", - "fileupload_error_9eedee68": "Греша пирликом слања датотеке", - "finish_this_chat_87b79542": "Заврши овај разговор", - "forget_remove_my_data_e1d68cdd": "Уклони моје податке", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Идите на **menu options → Forget/Remove my personal data** да захтевате уклањање Ваших података.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "Слажем се", - "i_need_help_with_61054e21": "Потребна ми је помоћ са...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Уколико имате других питања, само притисните дугме испод да започенете нови разговор.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Оставите поруку", - "livechat_connected_afee1c5b": "Разговор уживо укљичен.", - "livechat_is_not_connected_b40328ca": "Разговор уживо није повезан.", - "media_types_not_accepted_4e25676a": "Тип датотеке није прихватљив.", - "message_5c38209d": "Порука", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Смањи прозор за разговор", - "name_1aed4a1b": "Име", - "need_help_803a61": "Потребна Вам је помоћ?", - "new_chat_f525c39e": "Нови разговор", - "no_available_agents_to_transfer_3ae30cec": "Тренутно нема доступних оператера", - "no_e16d9132": "Ne", - "ok_c47544a2": "У реду", - "options_3ab0ea65": "Опције", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Молим Вас, унесите следеће информације за почетак разговора", - "please_wait_for_the_next_available_agent_b2a49c4c": "Молим Вас, сачекајте првог слободног оператера...", - "powered_by_rocket_chat_4d7c2ab4": "омогућио RocketChat", - "restore_chat_3bfecf2b": "Наставите разговор", - "room_name_changed_9c42350a": "Промена назива собе", - "send_e3bd0ed0": "Послати", - "sound_is_off_a743f419": "Звук је искључен", - "sound_is_on_98a9ec58": "Звук је укљичен", - "start_chat_8606d464": "Започни разговор", - "thanks_for_talking_with_us_719cce22": "Захваљујемо на разговору!", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "Вашим приватним подацима управља [Company Name], са седиштем на адреси [Company Address]. Када започнете разговор, прихватате да ће Ваши приватни подаци бити процесуирани и складиштени у складу са General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Укуцајте Вашу поруку овде", - "unread_messages_5e18e7b7": "Непрочитане поруке", - "user_added_by_525b6b11": "Корисник додат од стране", - "user_joined_407ba0d": "Корисник се придружио", - "user_left_58ed9c36": "Корисник отишао", - "user_removed_by_e990f856": "Корисник уклоњен од стране", - "waiting_queue_800061da": "Чекање у реду...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Тренутно нисмо на мрежи. Молимо оставите поруку.", - "welcome_dd4e7151": "Добро дошли!", - "write_your_message_6eee0188": "Укуцајте Вашу поруку...", - "yes_dde87d5": "Да", - "you_browser_doesn_t_support_audio_element_3391386f": "Ваш претраживач не подржава звучне елементе", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Ваш претраживач не подржава видео елементе", - "your_spot_is_spot_a35cd288": "Ваше место је #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Ваше место је #%{spot} (Очекивано време чекања: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "Желите ли да завршите овај разговор?", + "are_you_sure_you_want_to_remove_all_of_your_person": "Желите ли да уклонимо све Ваше податке?", + "are_you_sure_you_want_to_switch_the_department": "Желите ли да променити одељење?", + "cancel": "Отказати", + "change_department": "Промени одељење", + "change_department_1": "Промени одељење", + "chat_finished": "Разговор завршен", + "choose_a_department": "Изабери одељење...", + "choose_a_department_1": "Изабери одељење", + "choose_an_option": "Изабери опцију...", + "conversation_finished": "Разговор завршен", + "count_new_messages_since_since_one": "Једна нова порука од {{val, datetime}}", + "count_new_messages_since_since_other": "{{count}} порукe/a од {{val, datetime}}", + "department_switched": "Одељење је промењено", + "departments": "Одељења", + "disable_notifications": "Искључи обавештења", + "dismiss_this_alert": "Одбаци ово обавештење", + "drop_here_to_upload_a_file": "Превуци овде за слање датотеке", + "email": "E-пошта", + "enable_notifications": "Омогући обавештења", + "error_closing_chat": "Грешка приликом завршетка разговора.", + "error_removing_user_data": "Грешка приликом уклањања корисничких података.", + "error_starting_a_new_conversation_reason": "Грешка приликом започињања новог разговора: {{reason}}", + "expand_chat": "Прошири прозор разговора", + "file_exceeds_allowed_size_of_size": "Датотека превазилази дозвољену величину од {{size}}.", + "fileupload_error": "Греша пирликом слања датотеке", + "finish_this_chat": "Заврши овај разговор", + "forget_remove_my_data": "Уклони моје податке", + "go_to_menu_options_forget_remove_my_personal_data": "Идите на <1>menu options → Forget/Remove my personal data да захтевате уклањање Ваших података.", + "i_agree": "Слажем се", + "i_need_help_with": "Потребна ми је помоћ са...", + "if_you_have_any_other_questions_just_press_the_but": "Уколико имате других питања, само притисните дугме испод да започенете нови разговор.", + "leave_a_message": "Оставите поруку", + "livechat_connected": "Разговор уживо укљичен.", + "livechat_is_not_connected": "Разговор уживо није повезан.", + "media_types_not_accepted": "Тип датотеке није прихватљив.", + "message": "Порука", + "minimize_chat": "Смањи прозор за разговор", + "name": "Име", + "need_help": "Потребна Вам је помоћ?", + "new_chat": "Нови разговор", + "no": "Ne", + "no_available_agents_to_transfer": "Тренутно нема доступних оператера", + "ok": "У реду", + "options": "Опције", + "please_tell_us_some_information_to_start_the_chat": "Молим Вас, унесите следеће информације за почетак разговора", + "please_wait_for_the_next_available_agent": "Молим Вас, сачекајте првог слободног оператера...", + "powered_by_rocket_chat": "омогућио RocketChat", + "restore_chat": "Наставите разговор", + "room_name_changed": "Промена назива собе", + "send": "Послати", + "sound_is_off": "Звук је искључен", + "sound_is_on": "Звук је укљичен", + "start_chat": "Започни разговор", + "thanks_for_talking_with_us": "Захваљујемо на разговору!", + "the_controller_of_your_personal_data_is_company_na": "Вашим приватним подацима управља [Company Name], са седиштем на адреси [Company Address]. Када започнете разговор, прихватате да ће Ваши приватни подаци бити процесуирани и складиштени у складу са General Data Protection Regulation (GDPR).", + "type_your_message_here": "Укуцајте Вашу поруку овде", + "unread_messages": "Непрочитане поруке", + "user_added_by": "Корисник додат од стране", + "user_joined": "Корисник се придружио", + "user_left": "Корисник отишао", + "user_removed_by": "Корисник уклоњен од стране", + "waiting_queue": "Чекање у реду...", + "we_are_not_online_right_now_please_leave_a_message": "Тренутно нисмо на мрежи. Молимо оставите поруку.", + "welcome": "Добро дошли!", + "write_your_message": "Укуцајте Вашу поруку...", + "yes": "Да", + "you_browser_doesn_t_support_audio_element": "Ваш претраживач не подржава звучне елементе", + "you_browser_doesn_t_support_video_element": "Ваш претраживач не подржава видео елементе", + "your_spot_is_spot": "Ваше место је #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "Ваше место је #{{spot}} (Очекивано време чекања: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/sv.json b/src/i18n/sv.json index 28480bf1d..0a4046ced 100644 --- a/src/i18n/sv.json +++ b/src/i18n/sv.json @@ -1,100 +1,19 @@ { - "sv": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Är du säker på att du vill byta avdelning?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Avbryt", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Konversation avslutad", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Avdelning bytt", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "%{field}", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Nej", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Inställningar", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Skicka", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Starta chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Meddelande", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Användare ansluten", - "user_left_58ed9c36": "Användare lämnade", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Vi är inte online just nu. Lämna gärna ett medelande.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Skriv meddelande", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Är du säker på att du vill byta avdelning?", + "cancel": "Avbryt", + "conversation_finished": "Konversation avslutad", + "department_switched": "Avdelning bytt", + "insert_your_field_here": "{{field}}", + "no": "Nej", + "options": "Inställningar", + "send": "Skicka", + "start_chat": "Starta chat", + "type_your_message_here": "Meddelande", + "user_joined": "Användare ansluten", + "user_left": "Användare lämnade", + "we_are_not_online_right_now_please_leave_a_message": "Vi är inte online just nu. Lämna gärna ett medelande.", + "write_your_message": "Skriv meddelande", + "yes": "Ja" + } } diff --git a/src/i18n/ta-IN.json b/src/i18n/ta-IN.json new file mode 100644 index 000000000..0b76e7023 --- /dev/null +++ b/src/i18n/ta-IN.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "ரத்து", + "conversation_finished": "உரையாடலை முடித்தேன்", + "department_switched": "திணைக்களம் மாறியது", + "no": "இல்லை", + "options": "விருப்பங்கள்", + "send": "அனுப்பு", + "user_joined": "பயனர் சேர்ந்தார்", + "user_left": "பயனர் இடது", + "we_are_not_online_right_now_please_leave_a_message": "இப்போது நாங்கள் ஆன்லைனில் இல்லை. தயவுசெய்து, ஒரு செய்தியை விடு.", + "yes": "ஆமாம்" + } +} \ No newline at end of file diff --git a/src/i18n/ta_IN.json b/src/i18n/ta_IN.json deleted file mode 100644 index 4dcdf7b39..000000000 --- a/src/i18n/ta_IN.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "ta_IN": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "ரத்து", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "உரையாடலை முடித்தேன்", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "திணைக்களம் மாறியது", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "இல்லை", - "ok_c47544a2": "OK", - "options_3ab0ea65": "விருப்பங்கள்", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "அனுப்பு", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "பயனர் சேர்ந்தார்", - "user_left_58ed9c36": "பயனர் இடது", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "இப்போது நாங்கள் ஆன்லைனில் இல்லை. தயவுசெய்து, ஒரு செய்தியை விடு.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "ஆமாம்", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/th-TH.json b/src/i18n/th-TH.json new file mode 100644 index 000000000..d7beceac1 --- /dev/null +++ b/src/i18n/th-TH.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "ยกเลิก", + "conversation_finished": "สนทนาเสร็จแล้ว", + "department_switched": "แผนกเปลี่ยนแล้ว", + "no": "ไม่", + "options": "ตัวเลือก", + "send": "ส่ง", + "user_joined": "ผู้ใช้เข้าร่วม", + "user_left": "เหลือผู้ใช้แล้ว", + "we_are_not_online_right_now_please_leave_a_message": "เรายังไม่ออนไลน์ในขณะนี้ กรุณาฝากข้อความไว้", + "yes": "ใช่" + } +} \ No newline at end of file diff --git a/src/i18n/th_TH.json b/src/i18n/th_TH.json deleted file mode 100644 index 26a9826f7..000000000 --- a/src/i18n/th_TH.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "th_TH": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "ยกเลิก", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "สนทนาเสร็จแล้ว", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "แผนกเปลี่ยนแล้ว", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "ไม่", - "ok_c47544a2": "OK", - "options_3ab0ea65": "ตัวเลือก", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "ส่ง", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "ผู้ใช้เข้าร่วม", - "user_left_58ed9c36": "เหลือผู้ใช้แล้ว", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "เรายังไม่ออนไลน์ในขณะนี้ กรุณาฝากข้อความไว้", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "ใช่", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/tr.json b/src/i18n/tr.json index 59e8246e2..ac40533a2 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -1,100 +1,15 @@ { - "tr": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Departmanı değiştirmek istediğinden emin misin?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Vazgeç", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Konuşma bitti", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Bölüm değiştirildi", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Hayır", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Seçenekler", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Gönder", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Kullanıcı katıldı", - "user_left_58ed9c36": "Kullanıcı ayrıldı", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Şu anda çevrimiçi değiliz. Lütfen mesaj bırakın.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Evet", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_switch_the_department": "Departmanı değiştirmek istediğinden emin misin?", + "cancel": "Vazgeç", + "conversation_finished": "Konuşma bitti", + "department_switched": "Bölüm değiştirildi", + "no": "Hayır", + "options": "Seçenekler", + "send": "Gönder", + "user_joined": "Kullanıcı katıldı", + "user_left": "Kullanıcı ayrıldı", + "we_are_not_online_right_now_please_leave_a_message": "Şu anda çevrimiçi değiliz. Lütfen mesaj bırakın.", + "yes": "Evet" + } } diff --git a/src/i18n/ug.json b/src/i18n/ug.json index 77f8506c1..73fe02da9 100644 --- a/src/i18n/ug.json +++ b/src/i18n/ug.json @@ -1,100 +1,8 @@ { - "ug": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Cancel", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "سۆھبەتلىشىش ئاخىرلاشتى", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Department switched", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "No", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Options", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "يوللاش", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "ئەزا ئاللىبۇرۇن قېتىلدى", - "user_left_58ed9c36": "ئەزا ئاللىبۇرۇن ئايرىلدى", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Yes", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "conversation_finished": "سۆھبەتلىشىش ئاخىرلاشتى", + "send": "يوللاش", + "user_joined": "ئەزا ئاللىبۇرۇن قېتىلدى", + "user_left": "ئەزا ئاللىبۇرۇن ئايرىلدى" + } } diff --git a/src/i18n/uk.json b/src/i18n/uk.json index 4aa724550..03e268cdd 100644 --- a/src/i18n/uk.json +++ b/src/i18n/uk.json @@ -1,100 +1,14 @@ { - "uk": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "Скасувати", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Розмову закінчено", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Відділ змінено", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Ні", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Параметри", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Надіслати", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Користувач приєднався", - "user_left_58ed9c36": "Користувач вийшов", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Ми зараз не в мережі. Будь ласка, залиште повідомлення.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Так", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } + "translation": { + "cancel": "Скасувати", + "conversation_finished": "Розмову закінчено", + "department_switched": "Відділ змінено", + "no": "Ні", + "options": "Параметри", + "send": "Надіслати", + "user_joined": "Користувач приєднався", + "user_left": "Користувач вийшов", + "we_are_not_online_right_now_please_leave_a_message": "Ми зараз не в мережі. Будь ласка, залиште повідомлення.", + "yes": "Так" + } } diff --git a/src/i18n/vi-VN.json b/src/i18n/vi-VN.json new file mode 100644 index 000000000..e14935eaa --- /dev/null +++ b/src/i18n/vi-VN.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "hủy bỏ", + "conversation_finished": "Trò chuyện kết thúc", + "department_switched": "Sở chuyển", + "no": "Không", + "options": "Tùy chọn", + "send": "Gửi", + "user_joined": "Người dùng tham gia", + "user_left": "Người dùng còn lại", + "we_are_not_online_right_now_please_leave_a_message": "Chúng tôi không trực tuyến ngay bây giờ. Xin vui lòng, để lại tin nhắn.", + "yes": "Vâng" + } +} \ No newline at end of file diff --git a/src/i18n/vi_VN.json b/src/i18n/vi_VN.json deleted file mode 100644 index 8a06916c1..000000000 --- a/src/i18n/vi_VN.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "vi_VN": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "hủy bỏ", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "Trò chuyện kết thúc", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "Sở chuyển", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "Không", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Tùy chọn", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "Gửi", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "Người dùng tham gia", - "user_left_58ed9c36": "Người dùng còn lại", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Chúng tôi không trực tuyến ngay bây giờ. Xin vui lòng, để lại tin nhắn.", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "Vâng", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/zh-HK.json b/src/i18n/zh-HK.json new file mode 100644 index 000000000..25bc37b1d --- /dev/null +++ b/src/i18n/zh-HK.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "取消", + "conversation_finished": "對話已結束", + "department_switched": "部门切换", + "no": "否", + "options": "選項", + "send": "傳送", + "user_joined": "用户加入", + "user_left": "用户离开了", + "we_are_not_online_right_now_please_leave_a_message": "我们现在不在线。请留言。", + "yes": "对" + } +} \ No newline at end of file diff --git a/src/i18n/zh-TW.json b/src/i18n/zh-TW.json new file mode 100644 index 000000000..3d83df125 --- /dev/null +++ b/src/i18n/zh-TW.json @@ -0,0 +1,14 @@ +{ + "translation": { + "cancel": "取消", + "conversation_finished": "對話已結束", + "department_switched": "部門已更換", + "no": "否", + "options": "選項", + "send": "傳送", + "user_joined": "使用者已加入", + "user_left": "使用者已離開", + "we_are_not_online_right_now_please_leave_a_message": "我們現在不在線。請留言。", + "yes": "是" + } +} \ No newline at end of file diff --git a/src/i18n/zh.json b/src/i18n/zh.json index 580519499..c7cec1304 100644 --- a/src/i18n/zh.json +++ b/src/i18n/zh.json @@ -1,100 +1,78 @@ { - "zh": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "您确定要离开聊天吗?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "您确定要删除所有个人资料吗?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "你确定要切换部门吗?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "取消", - "change_department_1d671538": "变更部门", - "change_department_523a16e8": "变更部门", - "chat_finished_effbd589": "聊天结束", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "选择部门...", - "choose_a_department_fe9755fd": "选择部门", - "choose_an_option_26ac97d2": "请选择...", - "conversation_finished_6a0f2811": "会话已结束", - "count_new_messages_since_since_47c9d2a0": { - "one": "有一个来自 %{since} 的新信息 ", - "other": "%{count} 个来自 %{since} 的新信息" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "部门切换", - "departments_3826b025": "部门", - "disable_notifications_dd6a3180": "关闭通知", - "dismiss_this_alert_ea9b3104": "取消此提醒", - "drop_here_to_upload_a_file_e5f4dd60": "拽文件到这里上传", - "email_22a7d52d": "电子邮件", - "enable_notifications_a3daf4b1": "开启通知", - "error_closing_chat_4c5e29d7": "关闭聊天窗口错误.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "移除用户资料错误.", - "error_starting_a_new_conversation_reason_a1b491a1": "开始新对话时错误: %{reason}", - "expand_chat_a0045dbd": "展开聊天窗口", - "field_required_fc5c6b05": "此字段必填", - "file_exceeds_allowed_size_of_size_bd65c389": "文件大小超过允许的限制 %{size}.", - "fileupload_error_9eedee68": "文件上传错误", - "finish_this_chat_87b79542": "结束聊天", - "forget_remove_my_data_e1d68cdd": "移除我的资料", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "前往 **选项 → 移除我的资料** 请求立即删除您的数据.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} 更多", - "i_agree_df2ecbd4": "我同意", - "i_need_help_with_61054e21": "我需要帮助...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "如有其他疑问,请按下面的按钮开始新的聊天.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "请在此输入 %{field} ...", - "invalid_email_e82f3682": "无效的电子邮件", - "invalid_value_12ca12c2": "无效的内容", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "留言", - "livechat_connected_afee1c5b": "聊天已连线", - "livechat_is_not_connected_b40328ca": "聊天未连线", - "media_types_not_accepted_4e25676a": "不允许的挡案类型", - "message_5c38209d": "信息", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "最小化聊天窗口", - "name_1aed4a1b": "名字", - "need_help_803a61": "需要帮忙吗?", - "new_chat_f525c39e": "开启新聊天", - "no_available_agents_to_transfer_3ae30cec": "目前没有其他客服在线上,请稍等", - "no_e16d9132": "否", - "ok_c47544a2": "好", - "options_3ab0ea65": "选项", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "请输入信息来开启聊天", - "please_wait_for_the_next_available_agent_b2a49c4c": "请稍等其他客服..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "恢复聊天", - "room_name_changed_9c42350a": "聊天房间名称改变", - "send_e3bd0ed0": "发送", - "sound_is_off_a743f419": "声音关闭", - "sound_is_on_98a9ec58": "声音开启", - "start_chat_8606d464": "开始聊天", - "thanks_for_talking_with_us_719cce22": "谢谢与我们联系", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "您的个人数据的由 [Company Name] 使用, 注册办公室位于 [Company Address]. 要开始聊天,您同意应按照通用数据保护条例(GDPR)处理和传输您的个人数据.", - "type_your_message_here_6a05bd0f": "请在此输入您的信息", - "unread_messages_5e18e7b7": "未读信息", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "用户已加入", - "user_left_58ed9c36": "用户已离开", - "user_removed_by_e990f856": "用户已被移除", - "waiting_queue_800061da": "等待中", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "我们现在不在线。请留言。", - "welcome_dd4e7151": "欢迎", - "write_your_message_6eee0188": "请输入您的信息...", - "yes_dde87d5": "是", - "you_browser_doesn_t_support_audio_element_3391386f": "您的浏览器不支援音频", - "you_browser_doesn_t_support_video_element_e9cbd81e": "您的浏览器不支援视频", - "your_spot_is_spot_a35cd288": "您的等待位置是 #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "您的等待位置是 #%{spot} (预估等待时间: %{estimatedWaitTime})" - } + "translation": { + "are_you_sure_you_want_to_finish_this_chat": "您确定要离开聊天吗?", + "are_you_sure_you_want_to_remove_all_of_your_person": "您确定要删除所有个人资料吗?", + "are_you_sure_you_want_to_switch_the_department": "你确定要切换部门吗?", + "cancel": "取消", + "change_department": "变更部门", + "change_department_1": "变更部门", + "chat_finished": "聊天结束", + "choose_a_department": "选择部门...", + "choose_a_department_1": "选择部门", + "choose_an_option": "请选择...", + "conversation_finished": "会话已结束", + "count_new_messages_since_since_one": "有一个来自 {{val, datetime}} 的新信息 ", + "count_new_messages_since_since_other": "{{count}} 个来自 {{val, datetime}} 的新信息", + "department_switched": "部门切换", + "departments": "部门", + "disable_notifications": "关闭通知", + "dismiss_this_alert": "取消此提醒", + "drop_here_to_upload_a_file": "拽文件到这里上传", + "email": "电子邮件", + "enable_notifications": "开启通知", + "error_closing_chat": "关闭聊天窗口错误.", + "error_removing_user_data": "移除用户资料错误.", + "error_starting_a_new_conversation_reason": "开始新对话时错误: {{reason}}", + "expand_chat": "展开聊天窗口", + "field_required": "此字段必填", + "file_exceeds_allowed_size_of_size": "文件大小超过允许的限制 {{size}}.", + "fileupload_error": "文件上传错误", + "finish_this_chat": "结束聊天", + "forget_remove_my_data": "移除我的资料", + "go_to_menu_options_forget_remove_my_personal_data": "前往 <1>选项 → 移除我的资料 请求立即删除您的数据.", + "hiddenelementscount_more": "+ {{hiddenElementsCount}} 更多", + "i_agree": "我同意", + "i_need_help_with": "我需要帮助...", + "if_you_have_any_other_questions_just_press_the_but": "如有其他疑问,请按下面的按钮开始新的聊天.", + "insert_your_field_here": "请在此输入 {{field}} ...", + "invalid_email": "无效的电子邮件", + "invalid_value": "无效的内容", + "leave_a_message": "留言", + "livechat_connected": "聊天已连线", + "livechat_is_not_connected": "聊天未连线", + "media_types_not_accepted": "不允许的挡案类型", + "message": "信息", + "minimize_chat": "最小化聊天窗口", + "name": "名字", + "need_help": "需要帮忙吗?", + "new_chat": "开启新聊天", + "no": "否", + "no_available_agents_to_transfer": "目前没有其他客服在线上,请稍等", + "ok": "好", + "options": "选项", + "please_tell_us_some_information_to_start_the_chat": "请输入信息来开启聊天", + "please_wait_for_the_next_available_agent": "请稍等其他客服..", + "restore_chat": "恢复聊天", + "room_name_changed": "聊天房间名称改变", + "send": "发送", + "sound_is_off": "声音关闭", + "sound_is_on": "声音开启", + "start_chat": "开始聊天", + "thanks_for_talking_with_us": "谢谢与我们联系", + "the_controller_of_your_personal_data_is_company_na": "您的个人数据的由 [Company Name] 使用, 注册办公室位于 [Company Address]. 要开始聊天,您同意应按照通用数据保护条例(GDPR)处理和传输您的个人数据.", + "type_your_message_here": "请在此输入您的信息", + "unread_messages": "未读信息", + "user_joined": "用户已加入", + "user_left": "用户已离开", + "user_removed_by": "用户已被移除", + "waiting_queue": "等待中", + "we_are_not_online_right_now_please_leave_a_message": "我们现在不在线。请留言。", + "welcome": "欢迎", + "write_your_message": "请输入您的信息...", + "yes": "是", + "you_browser_doesn_t_support_audio_element": "您的浏览器不支援音频", + "you_browser_doesn_t_support_video_element": "您的浏览器不支援视频", + "your_spot_is_spot": "您的等待位置是 #{{spot}}", + "your_spot_is_spot_estimated_wait_time_estimatedwai": "您的等待位置是 #{{spot}} (预估等待时间: {{estimatedWaitTime}})" + } } diff --git a/src/i18n/zh_HK.json b/src/i18n/zh_HK.json deleted file mode 100644 index fcf27151b..000000000 --- a/src/i18n/zh_HK.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "zh_HK": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "取消", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "對話已結束", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "部门切换", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "否", - "ok_c47544a2": "OK", - "options_3ab0ea65": "選項", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "傳送", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "用户加入", - "user_left_58ed9c36": "用户离开了", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "我们现在不在线。请留言。", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "对", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18n/zh_TW.json b/src/i18n/zh_TW.json deleted file mode 100644 index 63f2ca69c..000000000 --- a/src/i18n/zh_TW.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "zh_TW": { - "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", - "accept_2fdd362e": "Accept", - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", - "call_ended_at_time_2391216e": "Call ended at %{time}", - "cancel_caeb1e68": "取消", - "change_department_1d671538": "Change department", - "change_department_523a16e8": "Change Department", - "chat_finished_effbd589": "Chat Finished", - "chat_now_3d7f6769": "Chat now", - "chat_started_3b1db6d6": "Chat started", - "choose_a_department_b106da55": "Choose a department...", - "choose_a_department_fe9755fd": "Choose a department", - "choose_an_option_26ac97d2": "Choose an option...", - "conversation_finished_6a0f2811": "對話已結束", - "count_new_messages_since_since_47c9d2a0": { - "one": "One new message since %{since}", - "other": "%{count} new messages since %{since}" - }, - "decline_7eeb5ff4": "Decline", - "department_switched_cff305cf": "部門已更換", - "departments_3826b025": "Departments", - "disable_notifications_dd6a3180": "Disable notifications", - "dismiss_this_alert_ea9b3104": "Dismiss this alert", - "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", - "email_22a7d52d": "Email", - "enable_notifications_a3daf4b1": "Enable notifications", - "error_closing_chat_4c5e29d7": "Error closing chat.", - "error_getting_call_alert_a69fbfab": "error_getting_call_alert", - "error_removing_user_data_ce507478": "Error removing user data.", - "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", - "expand_chat_a0045dbd": "Expand chat", - "field_required_fc5c6b05": "Field required", - "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", - "fileupload_error_9eedee68": "FileUpload Error", - "finish_this_chat_87b79542": "Finish this chat", - "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", - "gdpr_8b366c2b": "GDPR", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", - "i_agree_df2ecbd4": "I Agree", - "i_need_help_with_61054e21": "I need help with...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", - "incoming_video_call_eee0fff9": "Incoming video Call", - "insert_your_field_here_d631e875": "Insert your %{field} here...", - "invalid_email_e82f3682": "Invalid email", - "invalid_value_12ca12c2": "Invalid value", - "join_call_a5effa0e": "Join Call", - "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", - "leave_a_message_5b581048": "Leave a message", - "livechat_connected_afee1c5b": "Livechat connected.", - "livechat_is_not_connected_b40328ca": "Livechat is not connected.", - "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", - "message_5c38209d": "Message", - "messages_64e7435f": "Messages", - "minimize_chat_804b3135": "Minimize chat", - "name_1aed4a1b": "Name", - "need_help_803a61": "Need help?", - "new_chat_f525c39e": "New Chat", - "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", - "no_e16d9132": "否", - "ok_c47544a2": "OK", - "options_3ab0ea65": "選項", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", - "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Restore chat", - "room_name_changed_9c42350a": "Room name changed", - "send_e3bd0ed0": "傳送", - "sound_is_off_a743f419": "Sound is off", - "sound_is_on_98a9ec58": "Sound is on", - "start_chat_8606d464": "Start chat", - "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", - "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", - "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", - "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", - "type_your_message_here_6a05bd0f": "Type your message here", - "unread_messages_5e18e7b7": "unread messages", - "user_added_by_525b6b11": "User added by", - "user_joined_407ba0d": "使用者已加入", - "user_left_58ed9c36": "使用者已離開", - "user_removed_by_e990f856": "User removed by", - "waiting_queue_800061da": "Waiting queue...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "我們現在不在線。請留言。", - "welcome_dd4e7151": "Welcome", - "write_your_message_6eee0188": "Write your message...", - "yes_dde87d5": "是", - "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", - "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", - "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" - } -} diff --git a/src/i18next.js b/src/i18next.js new file mode 100644 index 000000000..5ad7b4124 --- /dev/null +++ b/src/i18next.js @@ -0,0 +1,30 @@ +import i18next from 'i18next'; +import { initReactI18next } from 'react-i18next'; + +import { browserLanguage, configLanguage, normalizeLanguageString } from './lib/locale'; + +export const loadResource = async (lng) => { + const { default: { translation } } = await import(`./i18n/${lng}.json`); + + return translation; +}; + +export default i18next + .use({ + type: 'backend', + read: (language, namespace, callback) => { + loadResource(language).then((resource) => { + callback(null, resource); + }).catch((reason) => { + callback(reason, null); + }); + } + }) + .use(initReactI18next) + .init({ + lng: normalizeLanguageString(configLanguage() || browserLanguage()), + fallbackLng: 'en', + react: { + useSuspense: false, + } + }); diff --git a/src/lib/api.js b/src/lib/api.js index d0b3d47ab..c652d8d39 100644 --- a/src/lib/api.js +++ b/src/lib/api.js @@ -1,6 +1,6 @@ import { formatDistance } from 'date-fns'; +import i18next from 'i18next'; -import I18n from '../i18n'; import { getDateFnsLocale } from './locale'; export const normalizeAgent = (agentData) => agentData && { name: agentData.name, username: agentData.username, status: agentData.status }; @@ -16,7 +16,7 @@ export const normalizeQueueAlert = (queueInfo) => { return spot > 0 && ( estimatedWaitTime - ? I18n.t('Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})', { spot, estimatedWaitTime }) - : I18n.t('Your spot is #%{spot}', { spot }) + ? i18next.t('your_spot_is_spot_estimated_wait_time_estimatedwai', { spot, estimatedWaitTime }) + : i18next.t('your_spot_is_spot', { spot }) ); }; diff --git a/src/lib/connection.js b/src/lib/connection.js index ebe7c5316..0662d463a 100644 --- a/src/lib/connection.js +++ b/src/lib/connection.js @@ -1,5 +1,6 @@ +import i18next from 'i18next'; + import { Livechat } from '../api'; -import I18n from '../i18n'; import store from '../store'; import constants from './constants'; import { loadConfig } from './main'; @@ -65,13 +66,13 @@ const Connection = { async handleConnected() { await self.clearAlerts(); - await self.displayAlert({ id: livechatConnectedAlertId, children: I18n.t('Livechat connected.'), success: true }); + await self.displayAlert({ id: livechatConnectedAlertId, children: i18next.t('livechat_connected'), success: true }); await loadMessages(); }, async handleDisconnected() { await self.clearAlerts(); - await self.displayAlert({ id: livechatDisconnectedAlertId, children: I18n.t('Livechat is not connected.'), error: true, timeout: 0 }); + await self.displayAlert({ id: livechatDisconnectedAlertId, children: i18next.t('livechat_is_not_connected'), error: true, timeout: 0 }); self.reconnect(); }, diff --git a/src/lib/hooks.js b/src/lib/hooks.js index f869303a6..4560d7446 100644 --- a/src/lib/hooks.js +++ b/src/lib/hooks.js @@ -1,7 +1,8 @@ +import i18next from 'i18next'; + import { Livechat } from '../api'; import { store } from '../store'; import CustomFields from './customFields'; -import { setWidgetLanguage } from './locale'; import { loadConfig, updateBusinessUnit } from './main'; import { parentCall } from './parentCall'; import { createToken } from './random'; @@ -142,7 +143,7 @@ const api = { async setLanguage(language) { const { iframe } = store.state; await store.setState({ iframe: { ...iframe, language } }); - setWidgetLanguage(); + i18next.changeLanguage(language); }, showWidget() { diff --git a/src/lib/locale.js b/src/lib/locale.js index 6ec8e740e..c0b3c8766 100644 --- a/src/lib/locale.js +++ b/src/lib/locale.js @@ -1,11 +1,10 @@ -import I18n from '../i18n'; import store from '../store'; /** * To normalize Language String and return language code * @param {String} languageString */ -const normalizeLanguageString = (languageString) => { +export const normalizeLanguageString = (languageString) => { let [languageCode, countryCode] = languageString.split ? languageString.split(/[-_]/) : []; if (!languageCode || languageCode.length !== 2) { return 'en'; @@ -18,7 +17,7 @@ const normalizeLanguageString = (languageString) => { countryCode = countryCode.toUpperCase(); } - return countryCode ? `${ languageCode }_${ countryCode }` : languageCode; + return countryCode ? `${ languageCode }-${ countryCode }` : languageCode; }; /** @@ -34,11 +33,6 @@ export const configLanguage = () => { return iframeLanguage || language; }; -/** - * This will update langauge of widget - */ -export const setWidgetLanguage = () => I18n.changeLocale(normalizeLanguageString(configLanguage() || browserLanguage())); - export const getDateFnsLocale = () => { const supportedLocales = [ 'af', 'ar', 'be', 'bg', 'bn', 'ca', 'cs', 'cy', 'da', 'de', diff --git a/src/lib/main.js b/src/lib/main.js index 55fc79f70..34d065a04 100644 --- a/src/lib/main.js +++ b/src/lib/main.js @@ -1,9 +1,7 @@ -import format from 'date-fns/format'; -import { parseISO } from 'date-fns/fp'; +import i18next from 'i18next'; import { Livechat } from '../api'; import { canRenderMessage } from '../components/helpers'; -import I18n from '../i18n'; import store from '../store'; import constants from './constants'; @@ -77,6 +75,7 @@ export const loadConfig = async () => { export const processUnread = async () => { const { minimized, visible, messages } = store.state; + if (minimized || !visible) { const { alerts, lastReadMessageId } = store.state; const renderedMessages = messages.filter((message) => canRenderMessage(message)); @@ -85,12 +84,12 @@ export const processUnread = async () => { if (lastReadMessageIndex !== -1) { const lastReadMessage = renderedMessages[lastReadMessageIndex]; - const alertMessage = I18n.t({ - one: 'One new message since %{since}', - other: '%{count} new messages since %{since}', - }, { + const alertMessage = i18next.t('count_new_messages_since_since', { count: unreadMessages.length, - since: format(parseISO(lastReadMessage.ts), 'HH:mm MMM dd'), + val: new Date(lastReadMessage.ts), + formatParams: { + val: { month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }, + }, }); const alert = { id: constants.unreadMessagesAlertId, children: alertMessage, success: true, timeout: 0 }; const newAlerts = alerts.filter((item) => item.id !== constants.unreadMessagesAlertId); diff --git a/src/lib/room.js b/src/lib/room.js index 0e97c1022..18e5be2b8 100644 --- a/src/lib/room.js +++ b/src/lib/room.js @@ -1,9 +1,9 @@ +import i18next from 'i18next'; import { route } from 'preact-router'; import { Livechat } from '../api'; import { CallStatus, isCallOngoing } from '../components/Calls/CallStatus'; import { setCookies, upsert, canRenderMessage } from '../components/helpers'; -import I18n from '../i18n'; import { store, initialState } from '../store'; import { normalizeAgent } from './api'; import Commands from './commands'; @@ -14,7 +14,6 @@ import { createToken } from './random'; import { normalizeMessage, normalizeMessages } from './threads'; import { handleTranscript } from './transcript'; - const commands = new Commands(); export const closeChat = async ({ transcriptRequested } = {}) => { @@ -56,7 +55,7 @@ export const processIncomingCallMessage = async (message) => { }); } catch (err) { console.error(err); - const alert = { id: createToken(), children: I18n.t('error_getting_call_alert'), error: true, timeout: 5000 }; + const alert = { id: createToken(), children: i18next.t('error_getting_call_alert'), error: true, timeout: 5000 }; await store.setState({ alerts: (alerts.push(alert), alerts) }); } }; diff --git a/src/lib/transcript.js b/src/lib/transcript.js index 393fd9437..834e403f2 100644 --- a/src/lib/transcript.js +++ b/src/lib/transcript.js @@ -1,17 +1,19 @@ +import i18next from 'i18next'; + import { Livechat } from '../api'; import { ModalManager } from '../components/Modal'; import store from '../store'; const promptTranscript = async () => { + console.log(store.state); const { config: { messages: { transcriptMessage } }, user: { token, visitorEmails }, room: { _id } } = store.state; const email = visitorEmails && visitorEmails.length > 0 ? visitorEmails[0].address : ''; if (!email) { return; } - // eslint-disable-next-line no-unused-vars - const message = transcriptMessage || 'Would you like a copy if this chat emailed'; // (TAPi18n.__('Would_you_like_a_copy_if_this_chat_emailed')); + const message = transcriptMessage || i18next.t('would_you_like_a_copy_of_this_chat_emailed'); return ModalManager.confirm({ text: message, @@ -36,7 +38,8 @@ export const handleTranscript = async () => { } const result = await promptTranscript(); + if (result && result.success) { - transcriptSentAlert(result.message); + transcriptSentAlert(i18next.t('transcript_success')); } }; diff --git a/src/routes/Chat/component.js b/src/routes/Chat/component.js index dfc3cf196..a5ff9ba31 100644 --- a/src/routes/Chat/component.js +++ b/src/routes/Chat/component.js @@ -1,9 +1,10 @@ import { Picker } from 'emoji-mart'; import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; import { Button } from '../../components/Button'; import { CallIframe } from '../../components/Calls/CallIFrame'; -import { CallNotification } from '../../components/Calls/CallNotification'; +import { default as CallNotification } from '../../components/Calls/CallNotification'; import { CallStatus } from '../../components/Calls/CallStatus'; import { Composer, ComposerAction, ComposerActions } from '../../components/Composer'; import { FilesDropTarget } from '../../components/FilesDropTarget'; @@ -12,7 +13,6 @@ import { Menu } from '../../components/Menu'; import { MessageList } from '../../components/Messages'; import { Screen } from '../../components/Screen'; import { createClassName } from '../../components/helpers'; -import I18n from '../../i18n'; import ChangeIcon from '../../icons/change.svg'; import FinishIcon from '../../icons/finish.svg'; import PlusIcon from '../../icons/plus.svg'; @@ -21,7 +21,7 @@ import SendIcon from '../../icons/send.svg'; import EmojiIcon from '../../icons/smile.svg'; import styles from './styles.scss'; -export default class Chat extends Component { +class Chat extends Component { state = { atBottom: true, text: '', @@ -121,6 +121,7 @@ export default class Chat extends Component { registrationRequired, onRegisterUser, limitTextLength, + t, incomingCallAlert, ongoingCall, dispatch, @@ -128,109 +129,109 @@ export default class Chat extends Component { }, { atBottom = true, text, - }) => ( - + - + { incomingCallAlert && !!incomingCallAlert.show && } + { incomingCallAlert?.show && ongoingCall && ongoingCall.callStatus === CallStatus.IN_PROGRESS_SAME_TAB ? : null } +
+ + {this.state.emojiPickerActive && } +
+ + + + {onChangeDepartment && ( + {t('change_department')} + )} + {onRemoveUserData && ( + {t('forget_remove_my_data')} + )} + {onFinishChat && ( + {t('finish_this_chat')} + )} + + + ) : null} + limit={limitTextLength + ? : null} > - - { incomingCallAlert && !!incomingCallAlert.show && } - { incomingCallAlert?.show && ongoingCall && ongoingCall.callStatus === CallStatus.IN_PROGRESS_SAME_TAB ? : null } -
- - {this.state.emojiPickerActive && } -
-
- - - {onChangeDepartment && ( - {I18n.t('Change department')} - )} - {onRemoveUserData && ( - {I18n.t('Forget/Remove my data')} - )} - {onFinishChat && ( - {I18n.t('Finish this chat')} + { registrationRequired + ? + : { this.notifyEmojiSelect = click; }} + handleEmojiClick={this.handleEmojiClick} + pre={( + + + + + + )} + post={( + + {text.length === 0 && uploads && ( + + + )} - - - ) : null} - limit={limitTextLength - ? : null} - > - { registrationRequired - ? - : { this.notifyEmojiSelect = click; }} - handleEmojiClick={this.handleEmojiClick} - pre={( - - - + {text.length > 0 && ( + + - - )} - post={( - - {text.length === 0 && uploads && ( - - - - )} - {text.length > 0 && ( - - - - )} - - )} - limitTextLength={limitTextLength} - /> - } - -
-
- ) + )} + + )} + limitTextLength={limitTextLength} + /> + } + + +
} + +export default withTranslation()(Chat); diff --git a/src/routes/Chat/connector.js b/src/routes/Chat/connector.js new file mode 100644 index 000000000..cbaf82a16 --- /dev/null +++ b/src/routes/Chat/connector.js @@ -0,0 +1,116 @@ +import { h } from 'preact'; +import { withTranslation } from 'react-i18next'; + +import { ChatContainer } from '.'; +import { canRenderMessage, getAvatarUrl } from '../../components/helpers'; +import { Consumer } from '../../store'; + +const ChatConnector = ({ ref, ...props }) => ( + + {({ + config: { + settings: { + fileUpload: uploads, + allowSwitchingDepartments, + forceAcceptDataProcessingConsent: allowRemoveUserData, + showConnecting, + registrationForm, + nameFieldRegistrationForm, + emailFieldRegistrationForm, + limitTextLength, + } = {}, + messages: { + conversationFinishedMessage, + } = {}, + theme: { + color, + title, + } = {}, + departments = {}, + }, + iframe: { + theme: { + color: customColor, + fontColor: customFontColor, + iconColor: customIconColor, + title: customTitle, + } = {}, + guest, + } = {}, + token, + agent, + sound, + user, + room, + messages, + noMoreMessages, + typing, + loading, + dispatch, + alerts, + visible, + unread, + lastReadMessageId, + triggerAgent, + queueInfo, + }) => ( + canRenderMessage(message))} + noMoreMessages={noMoreMessages} + emoji={true} + uploads={uploads} + typingUsernames={Array.isArray(typing) ? typing : []} + loading={loading} + showConnecting={showConnecting} // setting from server that tells if app needs to show "connecting" sometimes + connecting={!!(room && !agent && (showConnecting || queueInfo))} + dispatch={dispatch} + departments={departments} + allowSwitchingDepartments={allowSwitchingDepartments} + conversationFinishedMessage={conversationFinishedMessage || props.t('conversation_finished')} + allowRemoveUserData={allowRemoveUserData} + alerts={alerts} + visible={visible} + unread={unread} + lastReadMessageId={lastReadMessageId} + guest={guest} + triggerAgent={triggerAgent} + queueInfo={queueInfo ? { + spot: queueInfo.spot, + estimatedWaitTimeSeconds: queueInfo.estimatedWaitTimeSeconds, + message: queueInfo.message, + } : undefined} + registrationFormEnabled={registrationForm} + nameFieldRegistrationForm={nameFieldRegistrationForm} + emailFieldRegistrationForm={emailFieldRegistrationForm} + limitTextLength={limitTextLength} + /> + )} + +); + +export default withTranslation()(ChatConnector); diff --git a/src/routes/Chat/container.js b/src/routes/Chat/container.js index ea2228b01..81f95cc70 100644 --- a/src/routes/Chat/container.js +++ b/src/routes/Chat/container.js @@ -1,10 +1,10 @@ import { h, Component } from 'preact'; import { route } from 'preact-router'; +import { withTranslation } from 'react-i18next'; import { Livechat } from '../../api'; import { ModalManager } from '../../components/Modal'; import { debounce, getAvatarUrl, canRenderMessage, throttle, upsert, parse } from '../../components/helpers'; -import I18n from '../../i18n'; import { normalizeQueueAlert } from '../../lib/api'; import constants from '../../lib/constants'; import { loadConfig } from '../../lib/main'; @@ -14,7 +14,7 @@ import { initRoom, closeChat, loadMessages, loadMoreMessages, defaultRoomParams, import { Consumer } from '../../store'; import Chat from './component'; -export class ChatContainer extends Component { +class ChatContainer extends Component { state = { room: null, connectingAgent: false, @@ -62,7 +62,7 @@ export class ChatContainer extends Component { } getRoom = async () => { - const { alerts, dispatch, room, messages } = this.props; + const { alerts, dispatch, room, messages, i18n } = this.props; const previousMessages = getGreetingMessages(messages); if (room) { @@ -80,7 +80,7 @@ export class ChatContainer extends Component { return newRoom; } catch (error) { const { data: { error: reason } } = error; - const alert = { id: createToken(), children: I18n.t('Error starting a new conversation: %{reason}', { reason }), error: true, timeout: 10000 }; + const alert = { id: createToken(), children: i18n.t('error_starting_a_new_conversation_reason', { reason }), error: true, timeout: 10000 }; await dispatch({ loading: false, alerts: (alerts.push(alert), alerts) }); runCallbackEventEmitter(reason); @@ -138,20 +138,20 @@ export class ChatContainer extends Component { } doFileUpload = async (rid, file) => { - const { alerts, dispatch } = this.props; + const { alerts, dispatch, i18n } = this.props; try { await Livechat.uploadFile({ rid, file }); } catch (error) { const { data: { reason, sizeAllowed } } = error; - let message = I18n.t('FileUpload Error'); + let message = i18n.t('fileupload_error'); switch (reason) { case 'error-type-not-allowed': - message = I18n.t('Media Types Not Accepted.'); + message = i18n.t('media_types_not_accepted'); break; case 'error-size-not-allowed': - message = I18n.t('File exceeds allowed size of %{size}.', { size: sizeAllowed }); + message = i18n.t('file_exceeds_allowed_size_of_size', { size: sizeAllowed }); } const alert = { id: createToken(), children: message, error: true, timeout: 5000 }; @@ -176,8 +176,10 @@ export class ChatContainer extends Component { } onFinishChat = async () => { + const { i18n } = this.props; + const { success } = await ModalManager.confirm({ - text: I18n.t('Are you sure you want to finish this chat?'), + text: i18n.t('are_you_sure_you_want_to_finish_this_chat'), }); if (!success) { @@ -193,7 +195,7 @@ export class ChatContainer extends Component { } } catch (error) { console.error(error); - const alert = { id: createToken(), children: I18n.t('Error closing chat.'), error: true, timeout: 0 }; + const alert = { id: createToken(), children: i18n.t('error_closing_chat'), error: true, timeout: 0 }; await dispatch({ alerts: (alerts.push(alert), alerts) }); } finally { await dispatch({ loading: false }); @@ -202,8 +204,9 @@ export class ChatContainer extends Component { } onRemoveUserData = async () => { + const { i18n } = this.props; const { success } = await ModalManager.confirm({ - text: I18n.t('Are you sure you want to remove all of your personal data?'), + text: i18n.t('are_you_sure_you_want_to_remove_all_of_your_person'), }); if (!success) { @@ -217,7 +220,7 @@ export class ChatContainer extends Component { await Livechat.deleteVisitor(); } catch (error) { console.error(error); - const alert = { id: createToken(), children: I18n.t('Error removing user data.'), error: true, timeout: 0 }; + const alert = { id: createToken(), children: i18n.t('error_removing_user_data'), error: true, timeout: 0 }; await dispatch({ alerts: (alerts.push(alert), alerts) }); } finally { await loadConfig(); @@ -269,13 +272,13 @@ export class ChatContainer extends Component { async handleConnectingAgentAlert(connecting, message) { - const { alerts: oldAlerts, dispatch } = this.props; + const { alerts: oldAlerts, dispatch, i18n } = this.props; const { connectingAgentAlertId } = constants; const alerts = oldAlerts.filter((item) => item.id !== connectingAgentAlertId); if (connecting) { alerts.push({ id: connectingAgentAlertId, - children: message || I18n.t('Please, wait for the next available agent..'), + children: message || i18n.t('please_wait_for_the_next_available_agent'), warning: true, hideCloseButton: true, timeout: 0, @@ -355,8 +358,7 @@ export class ChatContainer extends Component { ) } - -export const ChatConnector = ({ ref, ...props }) => ( +export const ChatConnector = ({ ref, t, ...props }) => ( {({ config: { @@ -416,7 +418,7 @@ export const ChatConnector = ({ ref, ...props }) => ( iconColor: customIconColor, title: customTitle, }} - title={customTitle || title || I18n.t('Need help?')} + title={customTitle || title || t('need_help')} sound={sound} token={token} user={user} @@ -444,7 +446,7 @@ export const ChatConnector = ({ ref, ...props }) => ( dispatch={dispatch} departments={departments} allowSwitchingDepartments={allowSwitchingDepartments} - conversationFinishedMessage={conversationFinishedMessage || I18n.t('Conversation finished')} + conversationFinishedMessage={conversationFinishedMessage || t('conversation_finished')} allowRemoveUserData={allowRemoveUserData} alerts={alerts} visible={visible} @@ -468,5 +470,4 @@ export const ChatConnector = ({ ref, ...props }) => ( ); - -export default ChatConnector; +export default withTranslation()(ChatConnector); diff --git a/src/routes/Chat/index.js b/src/routes/Chat/index.js index 9425cf33d..b3f60c924 100644 --- a/src/routes/Chat/index.js +++ b/src/routes/Chat/index.js @@ -1,3 +1,3 @@ export { default as Chat } from './component'; -export { ChatContainer, ChatConnector } from './container'; -export { default } from './container'; +export { default as ChatContainer } from './container'; +export { default as ChatConnector } from './connector'; diff --git a/src/routes/ChatFinished/component.js b/src/routes/ChatFinished/component.js index 182e8acde..c47beb0fe 100644 --- a/src/routes/ChatFinished/component.js +++ b/src/routes/ChatFinished/component.js @@ -1,16 +1,13 @@ import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; import { Button } from '../../components/Button'; import { ButtonGroup } from '../../components/ButtonGroup'; import Screen from '../../components/Screen'; import { createClassName } from '../../components/helpers'; -import I18n from '../../i18n'; import styles from './styles.scss'; -const defaultGreeting = I18n.t('Thanks for talking with us'); -const defaultMessage = I18n.t('If you have any other questions, just press the button below to start a new chat.'); - -export default class ChatFinished extends Component { +class ChatFinished extends Component { handleClick = () => { const { onRedirectChat } = this.props; onRedirectChat && onRedirectChat(); @@ -23,9 +20,13 @@ export default class ChatFinished extends Component { message, // eslint-disable-next-line no-unused-vars onRedirectChat, + t, ...props - }) => ( - { + const defaultGreeting = t('thanks_for_talking_with_us'); + const defaultMessage = t('if_you_have_any_other_questions_just_press_the_but'); + + return {message || defaultMessage}

- + -
- ) +
; + } } + +export default withTranslation()(ChatFinished); diff --git a/src/routes/ChatFinished/container.js b/src/routes/ChatFinished/container.js index 57aedf196..10b583025 100644 --- a/src/routes/ChatFinished/container.js +++ b/src/routes/ChatFinished/container.js @@ -1,12 +1,12 @@ import { h, Component } from 'preact'; import { route } from 'preact-router'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../i18n'; import { Consumer } from '../../store'; import ChatFinished from './component'; -export class ChatFinishedContainer extends Component { +class ChatFinishedContainer extends Component { handleRedirect = () => { route('/'); } @@ -17,7 +17,7 @@ export class ChatFinishedContainer extends Component { } -export const ChatFinishedConnector = ({ ref, ...props }) => ( +const ChatFinishedConnector = ({ ref, t, ...props }) => ( {({ config: { @@ -45,7 +45,7 @@ export const ChatFinishedConnector = ({ ref, ...props }) => ( fontColor: customFontColor, iconColor: customIconColor, }} - title={I18n.t('Chat Finished')} + title={t('chat_finished')} greeting={greeting} message={message} /> @@ -54,4 +54,4 @@ export const ChatFinishedConnector = ({ ref, ...props }) => ( ); -export default ChatFinishedConnector; +export default withTranslation()(ChatFinishedConnector); diff --git a/src/routes/ChatFinished/index.js b/src/routes/ChatFinished/index.js index 31e9c0f8c..e8d734576 100644 --- a/src/routes/ChatFinished/index.js +++ b/src/routes/ChatFinished/index.js @@ -1,3 +1,2 @@ export { default as ChatFinished } from './component'; -export { ChatFinishedContainer, ChatFinishedConnector } from './container'; export { default } from './container'; diff --git a/src/routes/GDPRAgreement/component.js b/src/routes/GDPRAgreement/component.js index 3a9890d2e..d13759f99 100644 --- a/src/routes/GDPRAgreement/component.js +++ b/src/routes/GDPRAgreement/component.js @@ -1,30 +1,19 @@ import MarkdownIt from 'markdown-it'; import { h, Component } from 'preact'; +import { Trans, withTranslation } from 'react-i18next'; import { Button } from '../../components/Button'; import { ButtonGroup } from '../../components/ButtonGroup'; import Screen from '../../components/Screen'; import { createClassName } from '../../components/helpers'; -import I18n from '../../i18n'; import styles from './styles.scss'; - const md = new MarkdownIt({ linkify: false, typographer: false, }); -const defaultConsentText = I18n.t( - 'The controller of your personal data is [Company Name], with registered ' - + 'office at [Company Address]. To start the chat you agree that your ' - + 'personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).', -); - -const defaultInstructions = I18n.t( - 'Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.', -); - -export default class GDPR extends Component { +class GDPR extends Component { handleClick = () => { const { onAgree } = this.props; onAgree && onAgree(); @@ -37,6 +26,7 @@ export default class GDPR extends Component { instructions, // eslint-disable-next-line no-unused-vars onAgree, + t, ...props }) => ( -

-

- + { + consentText + ?

+ :

+ +

+ } + { + instructions + ?

+ :

+ + Go to menu options → Forget/Remove my personal data to request the immediate removal of your data. + +

+ } - +
) } + +export default withTranslation()(GDPR); diff --git a/src/routes/GDPRAgreement/container.js b/src/routes/GDPRAgreement/container.js index dc91898f8..884a951bf 100644 --- a/src/routes/GDPRAgreement/container.js +++ b/src/routes/GDPRAgreement/container.js @@ -1,12 +1,12 @@ import { h, Component } from 'preact'; import { route } from 'preact-router'; +import { withTranslation } from 'react-i18next'; -import I18n from '../../i18n'; import { Consumer } from '../../store'; import GDPRAgreement from './component'; -export class GDPRContainer extends Component { +class GDPRContainer extends Component { handleAgree = async () => { const { dispatch } = this.props; await dispatch({ gdpr: { accepted: true } }); @@ -18,7 +18,7 @@ export class GDPRContainer extends Component { ) } -export const GDPRConnector = ({ ref, ...props }) => ( +const GDPRConnector = ({ ref, t, ...props }) => ( {({ config: { @@ -46,7 +46,7 @@ export const GDPRConnector = ({ ref, ...props }) => ( fontColor: customFontColor, iconColor: customIconColor, }} - title={I18n.t('GDPR')} + title={t('gdpr')} dispatch={dispatch} consentText={consentText} /> @@ -55,4 +55,4 @@ export const GDPRConnector = ({ ref, ...props }) => ( ); -export default GDPRConnector; +export default withTranslation()(GDPRConnector); diff --git a/src/routes/GDPRAgreement/index.js b/src/routes/GDPRAgreement/index.js index 88801d399..0afec7852 100644 --- a/src/routes/GDPRAgreement/index.js +++ b/src/routes/GDPRAgreement/index.js @@ -1,3 +1,2 @@ export { default as GDPR } from './component'; -export { GDPRContainer, GDPRConnector } from './container'; export { default } from './container'; diff --git a/src/routes/LeaveMessage/component.js b/src/routes/LeaveMessage/component.js index 60c1ac798..f0a3e7792 100644 --- a/src/routes/LeaveMessage/component.js +++ b/src/routes/LeaveMessage/component.js @@ -1,4 +1,5 @@ import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; import { Button } from '../../components/Button'; import { ButtonGroup } from '../../components/ButtonGroup'; @@ -6,15 +7,14 @@ import { Form, FormField, SelectInput, TextInput, Validations } from '../../comp import { renderMarkdown } from '../../components/Messages/MessageText/markdown'; import Screen from '../../components/Screen'; import { createClassName, sortArrayByColumn } from '../../components/helpers'; -import I18n from '../../i18n'; import styles from './styles.scss'; +class LeaveMessage extends Component { + constructor(props) { + super(props); + this.state = this.getDefaultState(); + } -const defaultTitle = I18n.t('Leave a message'); -const defaultMessage = I18n.t('We are not online right now. Please, leave a message.'); -const defaultUnavailableMessage = ''; // TODO - -export default class LeaveMessage extends Component { validations = { name: [Validations.nonEmpty], email: [Validations.nonEmpty, Validations.email], @@ -83,28 +83,23 @@ export default class LeaveMessage extends Component { } } - constructor(props) { - super(props); - this.state = this.getDefaultState(); - } - componentDidMount() { this.validateAll(); } - renderForm = ({ loading, departments, valid = this.isValid() }, { name, email, department, message }) => ( + renderForm = ({ loading, departments, valid = this.isValid(), t }, { name, email, department, message }) => (
{name ? ( @@ -116,13 +111,13 @@ export default class LeaveMessage extends Component { ? ( @@ -133,14 +128,14 @@ export default class LeaveMessage extends Component { {department ? ( ({ value: _id, label: name }))} - placeholder={I18n.t('Choose an option...')} + placeholder={t('choose_an_option')} disabled={loading} error={department.showError} onInput={this.handleDepartmentChange} @@ -153,7 +148,7 @@ export default class LeaveMessage extends Component { ? ( - + ) - render = ({ color, title, message, unavailableMessage, hasForm, ...props }) => ( - { + const defaultTitle = t('leave_a_message'); + const defaultMessage = t('we_are_not_online_right_now_please_leave_a_message'); + const defaultUnavailableMessage = ''; // TODO + + return - - ) + ; + } } + +export default withTranslation()(LeaveMessage); diff --git a/src/routes/Register/component.js b/src/routes/Register/component.js index 2c3b51b1c..20f2f48db 100644 --- a/src/routes/Register/component.js +++ b/src/routes/Register/component.js @@ -1,4 +1,5 @@ import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; import { Button } from '../../components/Button'; import { ButtonGroup } from '../../components/ButtonGroup'; @@ -11,15 +12,11 @@ import { } from '../../components/Form'; import Screen from '../../components/Screen'; import { createClassName, sortArrayByColumn } from '../../components/helpers'; -import I18n from '../../i18n'; import styles from './styles.scss'; -const defaultTitle = I18n.t('Need help?'); -const defaultMessage = I18n.t('Please, tell us some information to start the chat'); - const getDefaultDepartment = (departments = []) => (departments.length === 1 && departments[0]._id) || ''; -const renderCustomFields = (customFields, { loading, handleFieldChange = () => {} }, state) => customFields.map(({ _id, required, label, type, options }) => { +const renderCustomFields = (customFields, { loading, handleFieldChange = () => {} }, state, t) => customFields.map(({ _id, required, label, type, options }) => { switch (type) { case 'input': return { > { ({ value: option, label: option }))} disabled={loading} onInput={handleFieldChange} @@ -133,7 +130,12 @@ const getDefaultState = (props) => { return state; }; -export default class Register extends Component { +class Register extends Component { + constructor(props) { + super(props); + this.state = getDefaultState(props); + } + static getDerivedStateFromProps(nextProps, state) { const { hasNameField, hasEmailField, hasDepartmentField, departmentDefault, departments, nameDefault, emailDefault } = nextProps; @@ -197,12 +199,10 @@ export default class Register extends Component { } } - constructor(props) { - super(props); - this.state = getDefaultState(props); - } + render({ title, color, message, loading, departments, customFields, t, ...props }, { name, email, department, ...state }) { + const defaultTitle = t('need_help'); + const defaultMessage = t('please_tell_us_some_information_to_start_the_chat'); - render({ title, color, message, loading, departments, customFields, ...props }, { name, email, department, ...state }) { const valid = getValidableFields(this.state).every(({ error } = {}) => !error); return ( @@ -220,13 +220,13 @@ export default class Register extends Component { ? ( @@ -238,13 +238,13 @@ export default class Register extends Component { ? ( @@ -255,14 +255,14 @@ export default class Register extends Component { {department ? ( ({ value: _id, label: name }))} - placeholder={I18n.t('Choose an option...')} + placeholder={t('choose_an_option')} disabled={loading} onInput={this.handleFieldChange} /> @@ -270,10 +270,10 @@ export default class Register extends Component { ) : null} - {customFields && renderCustomFields(customFields, { loading, handleFieldChange: this.handleFieldChange }, state)} + {customFields && renderCustomFields(customFields, { loading, handleFieldChange: this.handleFieldChange }, state, t)} - + @@ -282,3 +282,5 @@ export default class Register extends Component { ); } } + +export default withTranslation()(Register); diff --git a/src/routes/SwitchDepartment/component.js b/src/routes/SwitchDepartment/component.js index fcf8ac13d..e6528d37b 100644 --- a/src/routes/SwitchDepartment/component.js +++ b/src/routes/SwitchDepartment/component.js @@ -1,18 +1,14 @@ import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; import { Button } from '../../components/Button'; import { ButtonGroup } from '../../components/ButtonGroup'; import { Form, FormField, SelectInput, Validations } from '../../components/Form'; import Screen from '../../components/Screen'; import { createClassName } from '../../components/helpers'; -import I18n from '../../i18n'; import styles from './styles.scss'; - -const defaultTitle = I18n.t('Change Department'); -const defaultMessage = I18n.t('Choose a department'); - -export default class SwitchDepartment extends Component { +class SwitchDepartment extends Component { static getDerivedStateFromProps(props, state) { if (props.departments && props.departments.length > 0 && !state.department) { return { department: { value: '' } }; @@ -85,8 +81,12 @@ export default class SwitchDepartment extends Component { this.validateAll(); } - render({ title, color, message, loading, departments, ...props }, { department }) { + render({ title, color, message, loading, departments, t, ...props }, { department }) { + const defaultTitle = t('change_department_1'); + const defaultMessage = t('choose_a_department_1'); + const valid = this.isValid(); + return ( ({ value: _id, label: name }))} - placeholder={I18n.t('Choose a department...')} + placeholder={t('choose_a_department')} disabled={loading} error={department && department.showError} onInput={this.handleDepartmentChange} @@ -114,8 +114,8 @@ export default class SwitchDepartment extends Component { - - + + @@ -124,3 +124,5 @@ export default class SwitchDepartment extends Component { ); } } + +export default withTranslation()(SwitchDepartment); diff --git a/src/routes/SwitchDepartment/connector.js b/src/routes/SwitchDepartment/connector.js new file mode 100644 index 000000000..2def93c58 --- /dev/null +++ b/src/routes/SwitchDepartment/connector.js @@ -0,0 +1,48 @@ +import { h } from 'preact'; + +import { Consumer } from '../../store'; +import SwitchDepartmentContainer from './container'; + +const SwitchDepartmentConnector = ({ ref, ...props }) => ( + + {({ + config: { + departments = {}, + theme: { + color, + } = {}, + } = {}, + iframe: { + theme: { + color: customColor, + fontColor: customFontColor, + iconColor: customIconColor, + } = {}, + } = {}, + room, + loading = false, + department, + dispatch, + alerts, + token, + }) => ( + dept.showOnRegistration && dept._id !== department)} + dispatch={dispatch} + room={room} + alerts={alerts} + token={token} + /> + )} + +); + +export default SwitchDepartmentConnector; diff --git a/src/routes/SwitchDepartment/container.js b/src/routes/SwitchDepartment/container.js index 12e696a82..f3bf85843 100644 --- a/src/routes/SwitchDepartment/container.js +++ b/src/routes/SwitchDepartment/container.js @@ -1,25 +1,25 @@ import { h, Component } from 'preact'; +import { withTranslation } from 'react-i18next'; import { Livechat } from '../../api'; import { ModalManager } from '../../components/Modal'; import history from '../../history'; -import I18n from '../../i18n'; import { loadConfig } from '../../lib/main'; import { createToken } from '../../lib/random'; -import { Consumer } from '../../store'; import SwitchDepartment from './component'; -export class SwitchDepartmentContainer extends Component { +class SwitchDepartmentContainer extends Component { confirmChangeDepartment = async () => { + const { i18n } = this.props; const result = await ModalManager.confirm({ - text: I18n.t('Are you sure you want to switch the department?'), + text: i18n.t('are_you_sure_you_want_to_switch_the_department'), }); return typeof result.success === 'boolean' && result.success; } handleSubmit = async (fields) => { - const { alerts, dispatch, room, token } = this.props; + const { alerts, dispatch, room, token, t } = this.props; const { department } = fields; const confirm = await this.confirmChangeDepartment(); @@ -29,7 +29,7 @@ export class SwitchDepartmentContainer extends Component { if (!room) { const user = await Livechat.grantVisitor({ visitor: { department, token } }); - await dispatch({ user, alerts: (alerts.push({ id: createToken(), children: I18n.t('Department switched'), success: true }), alerts) }); + await dispatch({ user, alerts: (alerts.push({ id: createToken(), children: t('department_switched'), success: true }), alerts) }); return history.go(-1); } @@ -39,20 +39,20 @@ export class SwitchDepartmentContainer extends Component { const result = await Livechat.transferChat({ rid, department }); const { success } = result; if (!success) { - throw I18n.t('No available agents to transfer'); + throw t('no_available_agents_to_transfer'); } await dispatch({ department, loading: false }); await loadConfig(); await ModalManager.alert({ - text: I18n.t('Department switched'), + text: t('department_switched'), }); history.go(-1); } catch (error) { console.error(error); - await dispatch({ alerts: (alerts.push({ id: createToken(), children: I18n.t('No available agents to transfer'), warning: true }), alerts) }); + await dispatch({ alerts: (alerts.push({ id: createToken(), children: t('no_available_agents_to_transfer'), warning: true }), alerts) }); } finally { await dispatch({ loading: false }); } @@ -67,47 +67,4 @@ export class SwitchDepartmentContainer extends Component { ) } -export const SwitchDepartmentConnector = ({ ref, ...props }) => ( - - {({ - config: { - departments = {}, - theme: { - color, - } = {}, - } = {}, - iframe: { - theme: { - color: customColor, - fontColor: customFontColor, - iconColor: customIconColor, - } = {}, - } = {}, - room, - loading = false, - department, - dispatch, - alerts, - token, - }) => ( - dept.showOnRegistration && dept._id !== department)} - dispatch={dispatch} - room={room} - alerts={alerts} - token={token} - /> - )} - -); - - -export default SwitchDepartmentConnector; +export default withTranslation()(SwitchDepartmentContainer); diff --git a/src/routes/SwitchDepartment/index.js b/src/routes/SwitchDepartment/index.js index 2e0f2175e..96499439d 100644 --- a/src/routes/SwitchDepartment/index.js +++ b/src/routes/SwitchDepartment/index.js @@ -1,3 +1,2 @@ export { default as SwitchDepartment } from './component'; -export { SwitchDepartmentContainer, SwitchDepartmentConnector } from './container'; -export { default } from './container'; +export { default } from './connector'; diff --git a/src/routes/TriggerMessage/component.js b/src/routes/TriggerMessage/component.js index f675ad4b0..b1ef05b7b 100644 --- a/src/routes/TriggerMessage/component.js +++ b/src/routes/TriggerMessage/component.js @@ -1,15 +1,13 @@ import { h, Component, createRef } from 'preact'; +import { withTranslation } from 'react-i18next'; import Screen from '../../components/Screen'; import { createClassName } from '../../components/helpers'; -import I18n from '../../i18n'; import { parentCall } from '../../lib/parentCall'; import styles from './styles.scss'; -const defaultTitle = I18n.t('Messages'); - -export default class TriggerMessage extends Component { +class TriggerMessage extends Component { state = { } constructor(props) { @@ -27,7 +25,8 @@ export default class TriggerMessage extends Component { parentCall('resizeWidget', height); } - render({ title, messages, loading, onStartChat = () => {}, departments, ...props }) { + render({ title, messages, loading, onStartChat = () => {}, departments, t, ...props }) { + const defaultTitle = t('messages'); const { theme: { color } } = props; return ( ); } } + +export default withTranslation()(TriggerMessage); diff --git a/svg-component-loader.js b/svg-component-loader.js index 866f92a43..5392d08c1 100644 --- a/svg-component-loader.js +++ b/svg-component-loader.js @@ -16,7 +16,7 @@ module.exports = function (props) { var dest = ref.current; while (source.firstChild) { - dest.appendChild(source.firstChild); + dest && dest.appendChild(source.firstChild); } }, []); diff --git a/webpack.config.js b/webpack.config.js index 5ecd9cad6..4d3d7e888 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,9 +14,9 @@ module.exports = (env, argv) => [ '.jsx', ], alias: { - 'react': 'preact/compat', + react: 'preact/compat', 'react-dom': 'preact/compat', - } + }, }, node: { console: false, @@ -50,7 +50,6 @@ module.exports = (env, argv) => [ type: 'javascript/auto', use: [ 'babel-loader', - 'preact-i18nline/webpack-loader', ], }, { @@ -220,9 +219,9 @@ module.exports = (env, argv) => [ '.jsx', ], alias: { - 'react': 'preact/compat', + react: 'preact/compat', 'react-dom': 'preact/compat', - } + }, }, node: { console: false, diff --git a/yarn.lock b/yarn.lock index c4c0c28d8..05951c669 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4,40 +4,36 @@ "@babel/code-frame@7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz" integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== dependencies: "@babel/highlight" "^7.8.3" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.5.5": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" - integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.5.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz" + integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== dependencies: - "@babel/highlight" "^7.10.4" + "@babel/highlight" "^7.14.5" -"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" - integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== - dependencies: - browserslist "^4.12.0" - invariant "^2.2.4" - semver "^5.5.0" +"@babel/compat-data@^7.11.0", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz" + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== -"@babel/core@7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" - integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== +"@babel/core@7.12.9": + version "7.12.9" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz" + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.10.5" - "@babel/helper-module-transforms" "^7.10.5" - "@babel/helpers" "^7.10.4" - "@babel/parser" "^7.10.5" - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.10.5" - "@babel/types" "^7.10.5" + "@babel/generator" "^7.12.5" + "@babel/helper-module-transforms" "^7.12.1" + "@babel/helpers" "^7.12.5" + "@babel/parser" "^7.12.7" + "@babel/template" "^7.12.7" + "@babel/traverse" "^7.12.9" + "@babel/types" "^7.12.7" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.1" @@ -47,846 +43,864 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.5.5", "@babel/core@^7.7.5", "@babel/core@^7.9.0": - version "7.11.4" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" - integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== - dependencies: - "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.11.4" - "@babel/helper-module-transforms" "^7.11.0" - "@babel/helpers" "^7.10.4" - "@babel/parser" "^7.11.4" - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.11.0" - "@babel/types" "^7.11.0" +"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.5.5", "@babel/core@^7.7.5": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.15.0.tgz" + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.0" + "@babel/helper-module-transforms" "^7.15.0" + "@babel/helpers" "^7.14.8" + "@babel/parser" "^7.15.0" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" convert-source-map "^1.7.0" debug "^4.1.0" - gensync "^1.0.0-beta.1" + gensync "^1.0.0-beta.2" json5 "^2.1.2" - lodash "^4.17.19" - resolve "^1.3.2" - semver "^5.4.1" + semver "^6.3.0" source-map "^0.5.0" -"@babel/generator@^7.10.5", "@babel/generator@^7.11.0", "@babel/generator@^7.11.4", "@babel/generator@^7.9.6": - version "7.11.4" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" - integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== +"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.15.0", "@babel/generator@^7.9.6": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.15.0.tgz" + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== dependencies: - "@babel/types" "^7.11.0" + "@babel/types" "^7.15.0" jsesc "^2.5.1" source-map "^0.5.0" -"@babel/helper-annotate-as-pure@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" - integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== +"@babel/helper-annotate-as-pure@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz" + integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.14.5" -"@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3" - integrity sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== +"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz" + integrity sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w== dependencies: - "@babel/helper-explode-assignable-expression" "^7.10.4" - "@babel/types" "^7.10.4" + "@babel/helper-explode-assignable-expression" "^7.14.5" + "@babel/types" "^7.14.5" -"@babel/helper-builder-react-jsx-experimental@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.5.tgz#f35e956a19955ff08c1258e44a515a6d6248646b" - integrity sha512-Buewnx6M4ttG+NLkKyt7baQn7ScC/Td+e99G914fRU8fGIUivDDgVIQeDHFa5e4CRSJQt58WpNHhsAZgtzVhsg== +"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz" + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-module-imports" "^7.10.4" - "@babel/types" "^7.10.5" - -"@babel/helper-builder-react-jsx@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz#8095cddbff858e6fa9c326daee54a2f2732c1d5d" - integrity sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/types" "^7.10.4" - -"@babel/helper-compilation-targets@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz#804ae8e3f04376607cc791b9d47d540276332bd2" - integrity sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - dependencies: - "@babel/compat-data" "^7.10.4" - browserslist "^4.12.0" - invariant "^2.2.4" - levenary "^1.1.1" - semver "^5.5.0" + "@babel/compat-data" "^7.15.0" + "@babel/helper-validator-option" "^7.14.5" + browserslist "^4.16.6" + semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d" - integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== +"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz" + integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q== dependencies: - "@babel/helper-function-name" "^7.10.4" - "@babel/helper-member-expression-to-functions" "^7.10.5" - "@babel/helper-optimise-call-expression" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-replace-supers" "^7.10.4" - "@babel/helper-split-export-declaration" "^7.10.4" + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-member-expression-to-functions" "^7.15.0" + "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/helper-replace-supers" "^7.15.0" + "@babel/helper-split-export-declaration" "^7.14.5" -"@babel/helper-create-regexp-features-plugin@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz#fdd60d88524659a0b6959c0579925e425714f3b8" - integrity sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== +"@babel/helper-create-regexp-features-plugin@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz" + integrity sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A== dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-regex" "^7.10.4" - regexpu-core "^4.7.0" + "@babel/helper-annotate-as-pure" "^7.14.5" + regexpu-core "^4.7.1" -"@babel/helper-define-map@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz#b53c10db78a640800152692b13393147acb9bb30" - integrity sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== +"@babel/helper-define-polyfill-provider@^0.2.2": + version "0.2.3" + resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz" + integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== dependencies: - "@babel/helper-function-name" "^7.10.4" - "@babel/types" "^7.10.5" - lodash "^4.17.19" + "@babel/helper-compilation-targets" "^7.13.0" + "@babel/helper-module-imports" "^7.12.13" + "@babel/helper-plugin-utils" "^7.13.0" + "@babel/traverse" "^7.13.0" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + semver "^6.1.2" -"@babel/helper-explode-assignable-expression@^7.10.4": - version "7.11.4" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.11.4.tgz#2d8e3470252cc17aba917ede7803d4a7a276a41b" - integrity sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ== +"@babel/helper-explode-assignable-expression@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz" + integrity sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.14.5" -"@babel/helper-function-name@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" - integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== +"@babel/helper-function-name@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz" + integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ== dependencies: - "@babel/helper-get-function-arity" "^7.10.4" - "@babel/template" "^7.10.4" - "@babel/types" "^7.10.4" + "@babel/helper-get-function-arity" "^7.14.5" + "@babel/template" "^7.14.5" + "@babel/types" "^7.14.5" -"@babel/helper-get-function-arity@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" - integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== +"@babel/helper-get-function-arity@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz" + integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.14.5" -"@babel/helper-hoist-variables@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e" - integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== +"@babel/helper-hoist-variables@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz" + integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.14.5" -"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" - integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== +"@babel/helper-member-expression-to-functions@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz" + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== dependencies: - "@babel/types" "^7.11.0" + "@babel/types" "^7.15.0" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" - integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz" + integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.14.5" -"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" - integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz" + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== dependencies: - "@babel/helper-module-imports" "^7.10.4" - "@babel/helper-replace-supers" "^7.10.4" - "@babel/helper-simple-access" "^7.10.4" - "@babel/helper-split-export-declaration" "^7.11.0" - "@babel/template" "^7.10.4" - "@babel/types" "^7.11.0" - lodash "^4.17.19" + "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-replace-supers" "^7.15.0" + "@babel/helper-simple-access" "^7.14.8" + "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/helper-validator-identifier" "^7.14.9" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" -"@babel/helper-optimise-call-expression@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" - integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== +"@babel/helper-optimise-call-expression@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz" + integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.14.5" -"@babel/helper-plugin-utils@7.10.4", "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": +"@babel/helper-plugin-utils@7.10.4": version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz" integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== -"@babel/helper-regex@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0" - integrity sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== - dependencies: - lodash "^4.17.19" - -"@babel/helper-remap-async-to-generator@^7.10.4": - version "7.11.4" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.11.4.tgz#4474ea9f7438f18575e30b0cac784045b402a12d" - integrity sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-wrap-function" "^7.10.4" - "@babel/template" "^7.10.4" - "@babel/types" "^7.10.4" - -"@babel/helper-replace-supers@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" - integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.10.4" - "@babel/helper-optimise-call-expression" "^7.10.4" - "@babel/traverse" "^7.10.4" - "@babel/types" "^7.10.4" - -"@babel/helper-simple-access@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" - integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== - dependencies: - "@babel/template" "^7.10.4" - "@babel/types" "^7.10.4" - -"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" - integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== - dependencies: - "@babel/types" "^7.11.0" - -"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" - integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== - dependencies: - "@babel/types" "^7.11.0" - -"@babel/helper-validator-identifier@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" - integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== +"@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.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz" + integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== + +"@babel/helper-remap-async-to-generator@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz" + integrity sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A== + dependencies: + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-wrap-function" "^7.14.5" + "@babel/types" "^7.14.5" + +"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz" + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.15.0" + "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" + +"@babel/helper-simple-access@^7.14.8": + version "7.14.8" + resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz" + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== + dependencies: + "@babel/types" "^7.14.8" + +"@babel/helper-skip-transparent-expression-wrappers@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz" + integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ== + dependencies: + "@babel/types" "^7.14.5" + +"@babel/helper-split-export-declaration@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz" + integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA== + dependencies: + "@babel/types" "^7.14.5" + +"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": + version "7.14.9" + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz" + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== + +"@babel/helper-validator-option@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz" + integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== + +"@babel/helper-wrap-function@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz" + integrity sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ== + dependencies: + "@babel/helper-function-name" "^7.14.5" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.14.5" + "@babel/types" "^7.14.5" + +"@babel/helpers@^7.12.5", "@babel/helpers@^7.14.8": + version "7.15.3" + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.3.tgz" + integrity sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g== + dependencies: + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" + +"@babel/highlight@^7.14.5", "@babel/highlight@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz" + integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== + dependencies: + "@babel/helper-validator-identifier" "^7.14.5" + chalk "^2.0.0" + js-tokens "^4.0.0" -"@babel/helper-wrap-function@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87" - integrity sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== - dependencies: - "@babel/helper-function-name" "^7.10.4" - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.10.4" - "@babel/types" "^7.10.4" +"@babel/parser@^7.12.7", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.0", "@babel/parser@^7.9.6": + version "7.15.3" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.3.tgz" + integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA== -"@babel/helpers@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" - integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz" + integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ== dependencies: - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.10.4" - "@babel/types" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/plugin-proposal-optional-chaining" "^7.14.5" -"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" - integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== +"@babel/plugin-proposal-async-generator-functions@^7.10.4", "@babel/plugin-proposal-async-generator-functions@^7.14.9": + version "7.14.9" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz" + integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw== dependencies: - "@babel/helper-validator-identifier" "^7.10.4" - chalk "^2.0.0" - js-tokens "^4.0.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-remap-async-to-generator" "^7.14.5" + "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.11.0", "@babel/parser@^7.11.4", "@babel/parser@^7.7.0", "@babel/parser@^7.9.6": - version "7.11.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" - integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== - -"@babel/plugin-proposal-async-generator-functions@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558" - integrity sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== +"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.14.5", "@babel/plugin-proposal-class-properties@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz" + integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-remap-async-to-generator" "^7.10.4" - "@babel/plugin-syntax-async-generators" "^7.8.0" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807" - integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== +"@babel/plugin-proposal-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz" + integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg== dependencies: - "@babel/helper-create-class-features-plugin" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-proposal-decorators@^7.8.3": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.5.tgz#42898bba478bc4b1ae242a703a953a7ad350ffb4" - integrity sha512-Sc5TAQSZuLzgY0664mMDn24Vw2P8g/VhyLyGPaWiHahhgLqeZvcGeyBZOrJW0oSKIK2mvQ22a1ENXBIQLhrEiQ== + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.14.5.tgz" + integrity sha512-LYz5nvQcvYeRVjui1Ykn28i+3aUiXwQ/3MGoEy0InTaz1pJo/lAzmIDXX+BQny/oufgHzJ6vnEEiXQ8KZjEVFg== dependencies: - "@babel/helper-create-class-features-plugin" "^7.10.5" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-decorators" "^7.10.4" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-decorators" "^7.14.5" -"@babel/plugin-proposal-dynamic-import@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz#ba57a26cb98b37741e9d5bca1b8b0ddf8291f17e" - integrity sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== +"@babel/plugin-proposal-dynamic-import@^7.10.4", "@babel/plugin-proposal-dynamic-import@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz" + integrity sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-proposal-export-default-from@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.10.4.tgz#08f66eef0067cbf6a7bc036977dcdccecaf0c6c5" - integrity sha512-G1l00VvDZ7Yk2yRlC5D8Ybvu3gmeHS3rCHoUYdjrqGYUtdeOBoRypnvDZ5KQqxyaiiGHWnVDeSEzA5F9ozItig== + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.14.5.tgz" + integrity sha512-T8KZ5abXvKMjF6JcoXjgac3ElmXf0AWzJwi2O/42Jk+HmCky3D9+i1B7NPP1FblyceqTevKeV/9szeikFoaMDg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-export-default-from" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-export-default-from" "^7.14.5" -"@babel/plugin-proposal-export-namespace-from@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" - integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== +"@babel/plugin-proposal-export-namespace-from@^7.10.4", "@babel/plugin-proposal-export-namespace-from@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz" + integrity sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-proposal-json-strings@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" - integrity sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== +"@babel/plugin-proposal-json-strings@^7.10.4", "@babel/plugin-proposal-json-strings@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz" + integrity sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-json-strings" "^7.8.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" - integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== +"@babel/plugin-proposal-logical-assignment-operators@^7.11.0", "@babel/plugin-proposal-logical-assignment-operators@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz" + integrity sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" -"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" - integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== +"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4", "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz" + integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-proposal-numeric-separator@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz#ce1590ff0a65ad12970a609d78855e9a4c1aef06" - integrity sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== +"@babel/plugin-proposal-numeric-separator@^7.10.4", "@babel/plugin-proposal-numeric-separator@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz" + integrity sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" - integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - "@babel/plugin-transform-parameters" "^7.10.4" - -"@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.5.5", "@babel/plugin-proposal-object-rest-spread@^7.9.6": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" - integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== +"@babel/plugin-proposal-object-rest-spread@7.12.1": + version "7.12.1" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz" + integrity sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - "@babel/plugin-transform-parameters" "^7.10.4" - -"@babel/plugin-proposal-optional-catch-binding@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz#31c938309d24a78a49d68fdabffaa863758554dd" - integrity sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" - -"@babel/plugin-proposal-optional-chaining@^7.10.1", "@babel/plugin-proposal-optional-chaining@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" - integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.0" - -"@babel/plugin-proposal-private-methods@^7.10.4", "@babel/plugin-proposal-private-methods@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz#b160d972b8fdba5c7d111a145fc8c421fc2a6909" - integrity sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-proposal-unicode-property-regex@^7.10.4", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz#4483cda53041ce3413b7fe2f00022665ddfaa75d" - integrity sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-async-generators@^7.8.0": + "@babel/plugin-transform-parameters" "^7.12.1" + +"@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.14.7", "@babel/plugin-proposal-object-rest-spread@^7.5.5", "@babel/plugin-proposal-object-rest-spread@^7.9.6": + version "7.14.7" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz" + integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g== + dependencies: + "@babel/compat-data" "^7.14.7" + "@babel/helper-compilation-targets" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.14.5" + +"@babel/plugin-proposal-optional-catch-binding@^7.10.4", "@babel/plugin-proposal-optional-catch-binding@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz" + integrity sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-proposal-optional-chaining@^7.10.1", "@babel/plugin-proposal-optional-chaining@^7.11.0", "@babel/plugin-proposal-optional-chaining@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz" + integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-proposal-private-methods@^7.10.4", "@babel/plugin-proposal-private-methods@^7.14.5", "@babel/plugin-proposal-private-methods@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz" + integrity sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-proposal-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz" + integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q== + dependencies: + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-proposal-unicode-property-regex@^7.10.4", "@babel/plugin-proposal-unicode-property-regex@^7.14.5", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz" + integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-class-properties@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz#6644e6a0baa55a61f9e3231f6c9eeb6ee46c124c" - integrity sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== +"@babel/plugin-syntax-class-properties@^7.10.4", "@babel/plugin-syntax-class-properties@^7.12.13": + version "7.12.13" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-syntax-decorators@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.4.tgz#6853085b2c429f9d322d02f5a635018cdeb2360c" - integrity sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw== +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-decorators@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.14.5.tgz" + integrity sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz" integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-export-default-from@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.10.4.tgz#e5494f95006355c10292a0ff1ce42a5746002ec8" - integrity sha512-79V6r6Pgudz0RnuMGp5xidu6Z+bPFugh8/Q9eDHonmLp4wKFAZDwygJwYgCzuDu8lFA/sYyT+mc5y2wkd7bTXA== +"@babel/plugin-syntax-export-default-from@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.14.5.tgz" + integrity sha512-snWDxjuaPEobRBnhpqEfZ8RMxDbHt8+87fiEioGuE+Uc0xAKgSD8QiuL3lF93hPVQfZFAcYwrrf+H5qUhike3Q== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-export-namespace-from@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz" integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-flow@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.4.tgz#53351dd7ae01995e567d04ce42af1a6e0ba846a6" - integrity sha512-yxQsX1dJixF4qEEdzVbst3SZQ58Nrooz8NV9Z9GL4byTE25BvJgl5lf0RECUf0fh28rZBb/RYTWn/eeKwCMrZQ== +"@babel/plugin-syntax-flow@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz" + integrity sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-json-strings@^7.8.0": +"@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@7.10.4", "@babel/plugin-syntax-jsx@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c" - integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== +"@babel/plugin-syntax-jsx@7.12.1": + version "7.12.1" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz" + integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== dependencies: "@babel/helper-plugin-utils" "^7.10.4" +"@babel/plugin-syntax-jsx@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz" + integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-numeric-separator@^7.10.4": version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.8.0": +"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-optional-catch-binding@^7.8.0": +"@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-optional-chaining@^7.8.0": +"@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-top-level-await@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz#4bbeb8917b54fcf768364e0a81f560e33a3ef57d" - integrity sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-typescript@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25" - integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== +"@babel/plugin-syntax-top-level-await@^7.10.4", "@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-arrow-functions@^7.10.4", "@babel/plugin-transform-arrow-functions@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz#e22960d77e697c74f41c501d44d73dbf8a6a64cd" - integrity sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== +"@babel/plugin-syntax-typescript@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz" + integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-async-to-generator@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz#41a5017e49eb6f3cda9392a51eef29405b245a37" - integrity sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== +"@babel/plugin-transform-arrow-functions@^7.10.4", "@babel/plugin-transform-arrow-functions@^7.14.5", "@babel/plugin-transform-arrow-functions@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz" + integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A== dependencies: - "@babel/helper-module-imports" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-remap-async-to-generator" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-block-scoped-functions@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8" - integrity sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== +"@babel/plugin-transform-async-to-generator@^7.10.4", "@babel/plugin-transform-async-to-generator@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz" + integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-remap-async-to-generator" "^7.14.5" -"@babel/plugin-transform-block-scoping@^7.10.4", "@babel/plugin-transform-block-scoping@^7.8.3": - version "7.11.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.11.1.tgz#5b7efe98852bef8d652c0b28144cd93a9e4b5215" - integrity sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== +"@babel/plugin-transform-block-scoped-functions@^7.10.4", "@babel/plugin-transform-block-scoped-functions@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz" + integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-classes@^7.10.4", "@babel/plugin-transform-classes@^7.9.5": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz#405136af2b3e218bc4a1926228bc917ab1a0adc7" - integrity sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== +"@babel/plugin-transform-block-scoping@^7.10.4", "@babel/plugin-transform-block-scoping@^7.14.5", "@babel/plugin-transform-block-scoping@^7.8.3": + version "7.15.3" + resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz" + integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q== dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-define-map" "^7.10.4" - "@babel/helper-function-name" "^7.10.4" - "@babel/helper-optimise-call-expression" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-replace-supers" "^7.10.4" - "@babel/helper-split-export-declaration" "^7.10.4" - globals "^11.1.0" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-computed-properties@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz#9ded83a816e82ded28d52d4b4ecbdd810cdfc0eb" - integrity sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== +"@babel/plugin-transform-classes@^7.10.4", "@babel/plugin-transform-classes@^7.14.9", "@babel/plugin-transform-classes@^7.9.5": + version "7.14.9" + resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz" + integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-replace-supers" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" + globals "^11.1.0" -"@babel/plugin-transform-destructuring@^7.10.4", "@babel/plugin-transform-destructuring@^7.5.0", "@babel/plugin-transform-destructuring@^7.9.5": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz#70ddd2b3d1bea83d01509e9bb25ddb3a74fc85e5" - integrity sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== +"@babel/plugin-transform-computed-properties@^7.10.4", "@babel/plugin-transform-computed-properties@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz" + integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-dotall-regex@^7.10.4", "@babel/plugin-transform-dotall-regex@^7.4.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz#469c2062105c1eb6a040eaf4fac4b488078395ee" - integrity sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== +"@babel/plugin-transform-destructuring@^7.10.4", "@babel/plugin-transform-destructuring@^7.14.7", "@babel/plugin-transform-destructuring@^7.5.0", "@babel/plugin-transform-destructuring@^7.9.5": + version "7.14.7" + resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz" + integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-duplicate-keys@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz#697e50c9fee14380fe843d1f306b295617431e47" - integrity sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== +"@babel/plugin-transform-dotall-regex@^7.10.4", "@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz" + integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-exponentiation-operator@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz#5ae338c57f8cf4001bdb35607ae66b92d665af2e" - integrity sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== +"@babel/plugin-transform-duplicate-keys@^7.10.4", "@babel/plugin-transform-duplicate-keys@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz" + integrity sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A== dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-flow-strip-types@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.10.4.tgz#c497957f09e86e3df7296271e9eb642876bf7788" - integrity sha512-XTadyuqNst88UWBTdLjM+wEY7BFnY2sYtPyAidfC7M/QaZnSuIZpMvLxqGT7phAcnGyWh/XQFLKcGf04CnvxSQ== +"@babel/plugin-transform-exponentiation-operator@^7.10.4", "@babel/plugin-transform-exponentiation-operator@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz" + integrity sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-flow" "^7.10.4" + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-for-of@^7.10.4", "@babel/plugin-transform-for-of@^7.9.0": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz#c08892e8819d3a5db29031b115af511dbbfebae9" - integrity sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== +"@babel/plugin-transform-flow-strip-types@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.14.5.tgz" + integrity sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-flow" "^7.14.5" -"@babel/plugin-transform-function-name@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz#6a467880e0fc9638514ba369111811ddbe2644b7" - integrity sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== +"@babel/plugin-transform-for-of@^7.10.4", "@babel/plugin-transform-for-of@^7.14.5", "@babel/plugin-transform-for-of@^7.9.0": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz" + integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA== dependencies: - "@babel/helper-function-name" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-literals@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz#9f42ba0841100a135f22712d0e391c462f571f3c" - integrity sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== +"@babel/plugin-transform-function-name@^7.10.4", "@babel/plugin-transform-function-name@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz" + integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-member-expression-literals@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz#b1ec44fcf195afcb8db2c62cd8e551c881baf8b7" - integrity sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== +"@babel/plugin-transform-literals@^7.10.4", "@babel/plugin-transform-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz" + integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-modules-amd@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.5.tgz#1b9cddaf05d9e88b3aad339cb3e445c4f020a9b1" - integrity sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== +"@babel/plugin-transform-member-expression-literals@^7.10.4", "@babel/plugin-transform-member-expression-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz" + integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q== dependencies: - "@babel/helper-module-transforms" "^7.10.5" - "@babel/helper-plugin-utils" "^7.10.4" - babel-plugin-dynamic-import-node "^2.3.3" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-modules-commonjs@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz#66667c3eeda1ebf7896d41f1f16b17105a2fbca0" - integrity sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== +"@babel/plugin-transform-modules-amd@^7.10.4", "@babel/plugin-transform-modules-amd@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz" + integrity sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g== dependencies: - "@babel/helper-module-transforms" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-simple-access" "^7.10.4" + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-systemjs@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.5.tgz#6270099c854066681bae9e05f87e1b9cadbe8c85" - integrity sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== +"@babel/plugin-transform-modules-commonjs@^7.10.4", "@babel/plugin-transform-modules-commonjs@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz" + integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig== dependencies: - "@babel/helper-hoist-variables" "^7.10.4" - "@babel/helper-module-transforms" "^7.10.5" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-module-transforms" "^7.15.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-simple-access" "^7.14.8" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-umd@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz#9a8481fe81b824654b3a0b65da3df89f3d21839e" - integrity sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - dependencies: - "@babel/helper-module-transforms" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-transform-named-capturing-groups-regex@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz#78b4d978810b6f3bcf03f9e318f2fc0ed41aecb6" - integrity sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== +"@babel/plugin-transform-modules-systemjs@^7.10.4", "@babel/plugin-transform-modules-systemjs@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz" + integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.10.4" + "@babel/helper-hoist-variables" "^7.14.5" + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-identifier" "^7.14.5" + babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-new-target@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz#9097d753cb7b024cb7381a3b2e52e9513a9c6888" - integrity sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== +"@babel/plugin-transform-modules-umd@^7.10.4", "@babel/plugin-transform-modules-umd@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz" + integrity sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-object-super@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz#d7146c4d139433e7a6526f888c667e314a093894" - integrity sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== +"@babel/plugin-transform-named-capturing-groups-regex@^7.10.4", "@babel/plugin-transform-named-capturing-groups-regex@^7.14.9": + version "7.14.9" + resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz" + integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-replace-supers" "^7.10.4" + "@babel/helper-create-regexp-features-plugin" "^7.14.5" -"@babel/plugin-transform-parameters@^7.10.4", "@babel/plugin-transform-parameters@^7.9.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.5.tgz#59d339d58d0b1950435f4043e74e2510005e2c4a" - integrity sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== +"@babel/plugin-transform-new-target@^7.10.4", "@babel/plugin-transform-new-target@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz" + integrity sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ== dependencies: - "@babel/helper-get-function-arity" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-property-literals@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz#f6fe54b6590352298785b83edd815d214c42e3c0" - integrity sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== +"@babel/plugin-transform-object-super@^7.10.4", "@babel/plugin-transform-object-super@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz" + integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-replace-supers" "^7.14.5" -"@babel/plugin-transform-react-constant-elements@^7.9.0": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.10.4.tgz#0f485260bf1c29012bb973e7e404749eaac12c9e" - integrity sha512-cYmQBW1pXrqBte1raMkAulXmi7rjg3VI6ZLg9QIic8Hq7BtYXaWuZSxsr2siOMI6SWwpxjWfnwhTUrd7JlAV7g== +"@babel/plugin-transform-parameters@^7.10.4", "@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.14.5", "@babel/plugin-transform-parameters@^7.9.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz" + integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-react-display-name@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.4.tgz#b5795f4e3e3140419c3611b7a2a3832b9aef328d" - integrity sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== +"@babel/plugin-transform-property-literals@^7.10.4", "@babel/plugin-transform-property-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz" + integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-react-jsx-development@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.4.tgz#6ec90f244394604623880e15ebc3c34c356258ba" - integrity sha512-RM3ZAd1sU1iQ7rI2dhrZRZGv0aqzNQMbkIUCS1txYpi9wHQ2ZHNjo5TwX+UD6pvFW4AbWqLVYvKy5qJSAyRGjQ== +"@babel/plugin-transform-react-constant-elements@^7.12.1": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.14.5.tgz" + integrity sha512-NBqLEx1GxllIOXJInJAQbrnwwYJsV3WaMHIcOwD8rhYS0AabTWn7kHdHgPgu5RmHLU0q4DMxhAMu8ue/KampgQ== dependencies: - "@babel/helper-builder-react-jsx-experimental" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-jsx" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-react-jsx-self@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz#cd301a5fed8988c182ed0b9d55e9bd6db0bd9369" - integrity sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== +"@babel/plugin-transform-react-display-name@^7.14.5": + version "7.15.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.15.1.tgz" + integrity sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-jsx" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-react-jsx-source@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.5.tgz#34f1779117520a779c054f2cdd9680435b9222b4" - integrity sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA== +"@babel/plugin-transform-react-jsx-development@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.14.5.tgz" + integrity sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-jsx" "^7.10.4" + "@babel/plugin-transform-react-jsx" "^7.14.5" -"@babel/plugin-transform-react-jsx@^7.10.4", "@babel/plugin-transform-react-jsx@^7.3.0": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.4.tgz#673c9f913948764a4421683b2bef2936968fddf2" - integrity sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== +"@babel/plugin-transform-react-jsx@^7.14.5", "@babel/plugin-transform-react-jsx@^7.3.0": + version "7.14.9" + resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.9.tgz" + integrity sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw== dependencies: - "@babel/helper-builder-react-jsx" "^7.10.4" - "@babel/helper-builder-react-jsx-experimental" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-jsx" "^7.10.4" + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-jsx" "^7.14.5" + "@babel/types" "^7.14.9" -"@babel/plugin-transform-react-pure-annotations@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.4.tgz#3eefbb73db94afbc075f097523e445354a1c6501" - integrity sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A== +"@babel/plugin-transform-react-pure-annotations@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.14.5.tgz" + integrity sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g== dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-regenerator@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz#2015e59d839074e76838de2159db421966fd8b63" - integrity sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== +"@babel/plugin-transform-regenerator@^7.10.4", "@babel/plugin-transform-regenerator@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz" + integrity sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg== dependencies: regenerator-transform "^0.14.2" -"@babel/plugin-transform-reserved-words@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz#8f2682bcdcef9ed327e1b0861585d7013f8a54dd" - integrity sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== +"@babel/plugin-transform-reserved-words@^7.10.4", "@babel/plugin-transform-reserved-words@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz" + integrity sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-shorthand-properties@^7.10.4", "@babel/plugin-transform-shorthand-properties@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz#9fd25ec5cdd555bb7f473e5e6ee1c971eede4dd6" - integrity sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== +"@babel/plugin-transform-shorthand-properties@^7.10.4", "@babel/plugin-transform-shorthand-properties@^7.14.5", "@babel/plugin-transform-shorthand-properties@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz" + integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-spread@^7.11.0", "@babel/plugin-transform-spread@^7.8.3": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" - integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== +"@babel/plugin-transform-spread@^7.11.0", "@babel/plugin-transform-spread@^7.14.6", "@babel/plugin-transform-spread@^7.8.3": + version "7.14.6" + resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz" + integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" -"@babel/plugin-transform-sticky-regex@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz#8f3889ee8657581130a29d9cc91d7c73b7c4a28d" - integrity sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== +"@babel/plugin-transform-sticky-regex@^7.10.4", "@babel/plugin-transform-sticky-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz" + integrity sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-regex" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-template-literals@^7.10.4", "@babel/plugin-transform-template-literals@^7.8.3": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.5.tgz#78bc5d626a6642db3312d9d0f001f5e7639fde8c" - integrity sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== +"@babel/plugin-transform-template-literals@^7.10.4", "@babel/plugin-transform-template-literals@^7.14.5", "@babel/plugin-transform-template-literals@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz" + integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg== dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-typeof-symbol@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz#9509f1a7eec31c4edbffe137c16cc33ff0bc5bfc" - integrity sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== +"@babel/plugin-transform-typeof-symbol@^7.10.4", "@babel/plugin-transform-typeof-symbol@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz" + integrity sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-typescript@^7.10.4": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb" - integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== +"@babel/plugin-transform-typescript@^7.15.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz" + integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w== dependencies: - "@babel/helper-create-class-features-plugin" "^7.10.5" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-typescript" "^7.10.4" + "@babel/helper-create-class-features-plugin" "^7.15.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-typescript" "^7.14.5" -"@babel/plugin-transform-unicode-escapes@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz#feae523391c7651ddac115dae0a9d06857892007" - integrity sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== +"@babel/plugin-transform-unicode-escapes@^7.10.4", "@babel/plugin-transform-unicode-escapes@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz" + integrity sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-unicode-regex@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz#e56d71f9282fac6db09c82742055576d5e6d80a8" - integrity sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== +"@babel/plugin-transform-unicode-regex@^7.10.4", "@babel/plugin-transform-unicode-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz" + integrity sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/preset-env@^7.11.5": +"@babel/preset-env@^7.11.5", "@babel/preset-env@^7.9.6": version "7.11.5" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" + resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.5.tgz" integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== dependencies: "@babel/compat-data" "^7.11.0" @@ -958,92 +972,98 @@ levenary "^1.1.1" semver "^5.5.0" -"@babel/preset-env@^7.9.5", "@babel/preset-env@^7.9.6": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== - dependencies: - "@babel/compat-data" "^7.11.0" - "@babel/helper-compilation-targets" "^7.10.4" - "@babel/helper-module-imports" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-proposal-async-generator-functions" "^7.10.4" - "@babel/plugin-proposal-class-properties" "^7.10.4" - "@babel/plugin-proposal-dynamic-import" "^7.10.4" - "@babel/plugin-proposal-export-namespace-from" "^7.10.4" - "@babel/plugin-proposal-json-strings" "^7.10.4" - "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" - "@babel/plugin-proposal-numeric-separator" "^7.10.4" - "@babel/plugin-proposal-object-rest-spread" "^7.11.0" - "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" - "@babel/plugin-proposal-optional-chaining" "^7.11.0" - "@babel/plugin-proposal-private-methods" "^7.10.4" - "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" - "@babel/plugin-syntax-async-generators" "^7.8.0" - "@babel/plugin-syntax-class-properties" "^7.10.4" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" +"@babel/preset-env@^7.12.1": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.0.tgz" + integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q== + dependencies: + "@babel/compat-data" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-option" "^7.14.5" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" + "@babel/plugin-proposal-async-generator-functions" "^7.14.9" + "@babel/plugin-proposal-class-properties" "^7.14.5" + "@babel/plugin-proposal-class-static-block" "^7.14.5" + "@babel/plugin-proposal-dynamic-import" "^7.14.5" + "@babel/plugin-proposal-export-namespace-from" "^7.14.5" + "@babel/plugin-proposal-json-strings" "^7.14.5" + "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" + "@babel/plugin-proposal-numeric-separator" "^7.14.5" + "@babel/plugin-proposal-object-rest-spread" "^7.14.7" + "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" + "@babel/plugin-proposal-optional-chaining" "^7.14.5" + "@babel/plugin-proposal-private-methods" "^7.14.5" + "@babel/plugin-proposal-private-property-in-object" "^7.14.5" + "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.0" + "@babel/plugin-syntax-json-strings" "^7.8.3" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" "@babel/plugin-syntax-numeric-separator" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.0" - "@babel/plugin-syntax-top-level-await" "^7.10.4" - "@babel/plugin-transform-arrow-functions" "^7.10.4" - "@babel/plugin-transform-async-to-generator" "^7.10.4" - "@babel/plugin-transform-block-scoped-functions" "^7.10.4" - "@babel/plugin-transform-block-scoping" "^7.10.4" - "@babel/plugin-transform-classes" "^7.10.4" - "@babel/plugin-transform-computed-properties" "^7.10.4" - "@babel/plugin-transform-destructuring" "^7.10.4" - "@babel/plugin-transform-dotall-regex" "^7.10.4" - "@babel/plugin-transform-duplicate-keys" "^7.10.4" - "@babel/plugin-transform-exponentiation-operator" "^7.10.4" - "@babel/plugin-transform-for-of" "^7.10.4" - "@babel/plugin-transform-function-name" "^7.10.4" - "@babel/plugin-transform-literals" "^7.10.4" - "@babel/plugin-transform-member-expression-literals" "^7.10.4" - "@babel/plugin-transform-modules-amd" "^7.10.4" - "@babel/plugin-transform-modules-commonjs" "^7.10.4" - "@babel/plugin-transform-modules-systemjs" "^7.10.4" - "@babel/plugin-transform-modules-umd" "^7.10.4" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.10.4" - "@babel/plugin-transform-new-target" "^7.10.4" - "@babel/plugin-transform-object-super" "^7.10.4" - "@babel/plugin-transform-parameters" "^7.10.4" - "@babel/plugin-transform-property-literals" "^7.10.4" - "@babel/plugin-transform-regenerator" "^7.10.4" - "@babel/plugin-transform-reserved-words" "^7.10.4" - "@babel/plugin-transform-shorthand-properties" "^7.10.4" - "@babel/plugin-transform-spread" "^7.11.0" - "@babel/plugin-transform-sticky-regex" "^7.10.4" - "@babel/plugin-transform-template-literals" "^7.10.4" - "@babel/plugin-transform-typeof-symbol" "^7.10.4" - "@babel/plugin-transform-unicode-escapes" "^7.10.4" - "@babel/plugin-transform-unicode-regex" "^7.10.4" - "@babel/preset-modules" "^0.1.3" - "@babel/types" "^7.11.0" - browserslist "^4.12.0" - core-js-compat "^3.6.2" - invariant "^2.2.2" - levenary "^1.1.1" - semver "^5.5.0" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-transform-arrow-functions" "^7.14.5" + "@babel/plugin-transform-async-to-generator" "^7.14.5" + "@babel/plugin-transform-block-scoped-functions" "^7.14.5" + "@babel/plugin-transform-block-scoping" "^7.14.5" + "@babel/plugin-transform-classes" "^7.14.9" + "@babel/plugin-transform-computed-properties" "^7.14.5" + "@babel/plugin-transform-destructuring" "^7.14.7" + "@babel/plugin-transform-dotall-regex" "^7.14.5" + "@babel/plugin-transform-duplicate-keys" "^7.14.5" + "@babel/plugin-transform-exponentiation-operator" "^7.14.5" + "@babel/plugin-transform-for-of" "^7.14.5" + "@babel/plugin-transform-function-name" "^7.14.5" + "@babel/plugin-transform-literals" "^7.14.5" + "@babel/plugin-transform-member-expression-literals" "^7.14.5" + "@babel/plugin-transform-modules-amd" "^7.14.5" + "@babel/plugin-transform-modules-commonjs" "^7.15.0" + "@babel/plugin-transform-modules-systemjs" "^7.14.5" + "@babel/plugin-transform-modules-umd" "^7.14.5" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9" + "@babel/plugin-transform-new-target" "^7.14.5" + "@babel/plugin-transform-object-super" "^7.14.5" + "@babel/plugin-transform-parameters" "^7.14.5" + "@babel/plugin-transform-property-literals" "^7.14.5" + "@babel/plugin-transform-regenerator" "^7.14.5" + "@babel/plugin-transform-reserved-words" "^7.14.5" + "@babel/plugin-transform-shorthand-properties" "^7.14.5" + "@babel/plugin-transform-spread" "^7.14.6" + "@babel/plugin-transform-sticky-regex" "^7.14.5" + "@babel/plugin-transform-template-literals" "^7.14.5" + "@babel/plugin-transform-typeof-symbol" "^7.14.5" + "@babel/plugin-transform-unicode-escapes" "^7.14.5" + "@babel/plugin-transform-unicode-regex" "^7.14.5" + "@babel/preset-modules" "^0.1.4" + "@babel/types" "^7.15.0" + babel-plugin-polyfill-corejs2 "^0.2.2" + babel-plugin-polyfill-corejs3 "^0.2.2" + babel-plugin-polyfill-regenerator "^0.2.2" + core-js-compat "^3.16.0" + semver "^6.3.0" "@babel/preset-flow@^7.0.0": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.10.4.tgz#e0d9c72f8cb02d1633f6a5b7b16763aa2edf659f" - integrity sha512-XI6l1CptQCOBv+ZKYwynyswhtOKwpZZp5n0LG1QKCo8erRhqjoQV6nvx61Eg30JHpysWQSBwA2AWRU3pBbSY5g== + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.14.5.tgz" + integrity sha512-pP5QEb4qRUSVGzzKx9xqRuHUrM/jEzMqdrZpdMA+oUCRgd5zM1qGr5y5+ZgAL/1tVv1H0dyk5t4SKJntqyiVtg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-transform-flow-strip-types" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-option" "^7.14.5" + "@babel/plugin-transform-flow-strip-types" "^7.14.5" -"@babel/preset-modules@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72" - integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== +"@babel/preset-modules@^0.1.3", "@babel/preset-modules@^0.1.4": + version "0.1.4" + resolved "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz" + integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" @@ -1051,95 +1071,90 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.8.3", "@babel/preset-react@^7.9.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.10.4.tgz#92e8a66d816f9911d11d4cc935be67adfc82dbcf" - integrity sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw== +"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.8.3": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.14.5.tgz" + integrity sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-transform-react-display-name" "^7.10.4" - "@babel/plugin-transform-react-jsx" "^7.10.4" - "@babel/plugin-transform-react-jsx-development" "^7.10.4" - "@babel/plugin-transform-react-jsx-self" "^7.10.4" - "@babel/plugin-transform-react-jsx-source" "^7.10.4" - "@babel/plugin-transform-react-pure-annotations" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-option" "^7.14.5" + "@babel/plugin-transform-react-display-name" "^7.14.5" + "@babel/plugin-transform-react-jsx" "^7.14.5" + "@babel/plugin-transform-react-jsx-development" "^7.14.5" + "@babel/plugin-transform-react-pure-annotations" "^7.14.5" "@babel/preset-typescript@^7.9.0": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.10.4.tgz#7d5d052e52a682480d6e2cc5aa31be61c8c25e36" - integrity sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz" + integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-transform-typescript" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-option" "^7.14.5" + "@babel/plugin-transform-typescript" "^7.15.0" "@babel/register@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89" - integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== + version "7.15.3" + resolved "https://registry.npmjs.org/@babel/register/-/register-7.15.3.tgz" + integrity sha512-mj4IY1ZJkorClxKTImccn4T81+UKTo4Ux0+OFSV9hME1ooqS9UV+pJ6BjD0qXPK4T3XW/KNa79XByjeEMZz+fw== dependencies: + clone-deep "^4.0.1" find-cache-dir "^2.0.0" - lodash "^4.17.19" make-dir "^2.1.0" pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.11.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" - integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": + version "7.16.3" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz" + integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ== dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" - integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - dependencies: - "@babel/code-frame" "^7.10.4" - "@babel/parser" "^7.10.4" - "@babel/types" "^7.10.4" - -"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.0", "@babel/traverse@^7.7.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== - dependencies: - "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.11.0" - "@babel/helper-function-name" "^7.10.4" - "@babel/helper-split-export-declaration" "^7.11.0" - "@babel/parser" "^7.11.0" - "@babel/types" "^7.11.0" +"@babel/template@^7.12.7", "@babel/template@^7.14.5": + version "7.14.5" + resolved "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz" + integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/parser" "^7.14.5" + "@babel/types" "^7.14.5" + +"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.0.tgz" + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.15.0" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-hoist-variables" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/parser" "^7.15.0" + "@babel/types" "^7.15.0" debug "^4.1.0" globals "^11.1.0" - lodash "^4.17.19" - -"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.5": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" - integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== - dependencies: - "@babel/helper-validator-identifier" "^7.10.4" - lodash "^4.17.19" - to-fast-properties "^2.0.0" -"@babel/types@^7.11.5": - version "7.11.5" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" - integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== +"@babel/types@^7.11.5", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.15.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": + version "7.15.0" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz" + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== dependencies: - "@babel/helper-validator-identifier" "^7.10.4" - lodash "^4.17.19" + "@babel/helper-validator-identifier" "^7.14.9" to-fast-properties "^2.0.0" "@base2/pretty-print-object@1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047" + resolved "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz" integrity sha512-4Th98KlMHr5+JkxfcoDT//6vY8vM+iSPrLNpHhRyLx2CFYi8e2RfqPLdpbnpo0Q5lQC5hNB79yes07zb02fvCw== +"@bcoe/v8-coverage@^0.2.3": + version "0.2.3" + resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" + integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== + "@cnakazawa/watch@^1.0.3": version "1.0.4" - resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" + resolved "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz" integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== dependencies: exec-sh "^0.3.2" @@ -1147,7 +1162,7 @@ "@emotion/cache@^10.0.27", "@emotion/cache@^10.0.9": version "10.0.29" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0" + resolved "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz" integrity sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ== dependencies: "@emotion/sheet" "0.9.4" @@ -1156,9 +1171,9 @@ "@emotion/weak-memoize" "0.2.5" "@emotion/core@^10.0.20", "@emotion/core@^10.0.9": - version "10.0.35" - resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.35.tgz#513fcf2e22cd4dfe9d3894ed138c9d7a859af9b3" - integrity sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw== + version "10.1.1" + resolved "https://registry.npmjs.org/@emotion/core/-/core-10.1.1.tgz" + integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA== dependencies: "@babel/runtime" "^7.5.5" "@emotion/cache" "^10.0.27" @@ -1169,7 +1184,7 @@ "@emotion/css@^10.0.27", "@emotion/css@^10.0.9": version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c" + resolved "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz" integrity sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw== dependencies: "@emotion/serialize" "^0.11.15" @@ -1178,24 +1193,24 @@ "@emotion/hash@0.8.0": version "0.8.0" - resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" + resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz" integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== "@emotion/is-prop-valid@0.8.8", "@emotion/is-prop-valid@^0.8.6": version "0.8.8" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" + resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz" integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== dependencies: "@emotion/memoize" "0.7.4" "@emotion/memoize@0.7.4": version "0.7.4" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" + resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz" integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== "@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16": version "0.11.16" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad" + resolved "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz" integrity sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg== dependencies: "@emotion/hash" "0.8.0" @@ -1206,12 +1221,12 @@ "@emotion/sheet@0.9.4": version "0.9.4" - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" + resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz" integrity sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== "@emotion/styled-base@^10.0.27": version "10.0.31" - resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.31.tgz#940957ee0aa15c6974adc7d494ff19765a2f742a" + resolved "https://registry.npmjs.org/@emotion/styled-base/-/styled-base-10.0.31.tgz" integrity sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== dependencies: "@babel/runtime" "^7.5.5" @@ -1221,7 +1236,7 @@ "@emotion/styled@^10.0.17": version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.27.tgz#12cb67e91f7ad7431e1875b1d83a94b814133eaf" + resolved "https://registry.npmjs.org/@emotion/styled/-/styled-10.0.27.tgz" integrity sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== dependencies: "@emotion/styled-base" "^10.0.27" @@ -1229,42 +1244,42 @@ "@emotion/stylis@0.8.5": version "0.8.5" - resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" + resolved "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz" integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ== "@emotion/unitless@0.7.5": version "0.7.5" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" + resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz" integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== "@emotion/utils@0.11.3": version "0.11.3" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" + resolved "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz" integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== "@emotion/weak-memoize@0.2.5": version "0.2.5" - resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" + resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz" integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== "@hapi/address@2.x.x": version "2.1.4" - resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" + resolved "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz" integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ== "@hapi/bourne@1.x.x": version "1.3.2" - resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a" + resolved "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz" integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA== "@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0": version "8.5.1" - resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06" + resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz" integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow== "@hapi/joi@^15.0.3": version "15.1.1" - resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7" + resolved "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz" integrity sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ== dependencies: "@hapi/address" "2.x.x" @@ -1274,19 +1289,27 @@ "@hapi/topo@3.x.x": version "3.1.6" - resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29" + resolved "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz" integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ== dependencies: "@hapi/hoek" "^8.3.0" +"@hypnosphi/create-react-context@^0.3.1": + version "0.3.1" + resolved "https://registry.npmjs.org/@hypnosphi/create-react-context/-/create-react-context-0.3.1.tgz" + integrity sha512-V1klUed202XahrWJLLOT3EXNeCpFHCcJntdFGI15ntCwau+jfT386w7OFTMaCqOgXUH1fa0w/I1oZs+i/Rfr0A== + dependencies: + gud "^1.0.0" + warning "^4.0.3" + "@icons/material@^0.2.4": version "0.2.4" - resolved "https://registry.yarnpkg.com/@icons/material/-/material-0.2.4.tgz#e90c9f71768b3736e76d7dd6783fc6c2afa88bc8" + resolved "https://registry.npmjs.org/@icons/material/-/material-0.2.4.tgz" integrity sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw== "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" + resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== dependencies: camelcase "^5.3.1" @@ -1296,35 +1319,35 @@ resolve-from "^5.0.0" "@istanbuljs/schema@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd" - integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== + version "0.1.3" + resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz" + integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== "@jest/transform@^26.0.0": - version "26.3.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.3.0.tgz#c393e0e01459da8a8bfc6d2a7c2ece1a13e8ba55" - integrity sha512-Isj6NB68QorGoFWvcOjlUhpkT56PqNIsXKR7XfvoDlCANn/IANlh8DrKAA2l2JKC3yWSMH5wS0GwuQM20w3b2A== + version "26.6.2" + resolved "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz" + integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== dependencies: "@babel/core" "^7.1.0" - "@jest/types" "^26.3.0" + "@jest/types" "^26.6.2" babel-plugin-istanbul "^6.0.0" chalk "^4.0.0" convert-source-map "^1.4.0" fast-json-stable-stringify "^2.0.0" graceful-fs "^4.2.4" - jest-haste-map "^26.3.0" + jest-haste-map "^26.6.2" jest-regex-util "^26.0.0" - jest-util "^26.3.0" + jest-util "^26.6.2" micromatch "^4.0.2" pirates "^4.0.1" slash "^3.0.0" source-map "^0.6.1" write-file-atomic "^3.0.0" -"@jest/types@^26.3.0": - version "26.3.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71" - integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ== +"@jest/types@^26.6.2": + version "26.6.2" + resolved "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz" + integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== dependencies: "@types/istanbul-lib-coverage" "^2.0.0" "@types/istanbul-reports" "^3.0.0" @@ -1334,31 +1357,31 @@ "@kossnocorp/desvg@^0.1.1": version "0.1.2" - resolved "https://registry.yarnpkg.com/@kossnocorp/desvg/-/desvg-0.1.2.tgz#3d120b180d4dbb1f646603c3b9f2c89774c368dc" + resolved "https://registry.npmjs.org/@kossnocorp/desvg/-/desvg-0.1.2.tgz" integrity sha512-RLlWx6tOC8za18D4plxojB8G+mU8bV3OP+Cvs5oYPBGLMDDaNeWuaoU/eT5HYIpU1wCa0EneCp1wvB0R0CYE9g== "@kossnocorp/desvg@^0.2.0": version "0.2.0" - resolved "https://registry.yarnpkg.com/@kossnocorp/desvg/-/desvg-0.2.0.tgz#b192f6b9e123c788ce67d7a6c8b64631e6a460aa" + resolved "https://registry.npmjs.org/@kossnocorp/desvg/-/desvg-0.2.0.tgz" integrity sha512-Nj6hNLAgLftZD+LvCEomjuZfeVXGn/2/yXi63+GLeZlJNj5vxMe+uotd6Nygd9g9J/EwIkmWDSBTpJpeUu0LIw== "@loki/browser@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/browser/-/browser-0.24.0.tgz#5f91521af2784af2d3ef2d894d509a9f07151df7" + resolved "https://registry.npmjs.org/@loki/browser/-/browser-0.24.0.tgz" integrity sha512-8va9Zsos66ZxH5O+TWkSNmFXXbtK1VLQdMMh2vq26BZKUAmQaXIQynEf0jlGxy/PQWaM/scRD+4k6LZDCgGlRA== dependencies: "@loki/integration-core" "^0.24.0" "@loki/core@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/core/-/core-0.24.0.tgz#fe4cc34be3e5d51a1902a2d59ed4013d23768291" + resolved "https://registry.npmjs.org/@loki/core/-/core-0.24.0.tgz" integrity sha512-YkrPbsDT+u1isfz0x5JFa+Ev2saCUoCRARKfaSRjxHYDGwkwAk8hQz4h1G4+o2r0p0zoYkiVFF7wk1d9z5ophQ== dependencies: shelljs "^0.8.3" "@loki/diff-graphics-magick@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/diff-graphics-magick/-/diff-graphics-magick-0.24.0.tgz#894af90ed45afb42b14b6928b2ba08c79de8bdd0" + resolved "https://registry.npmjs.org/@loki/diff-graphics-magick/-/diff-graphics-magick-0.24.0.tgz" integrity sha512-fqq9B65xYHBybQjWEEJDh4NuZrWK7U64XJ84EqrPCBS6WN/kIezS+vBzHKnHgtscEPDzJNE8WrmQsCpImFWniw== dependencies: fs-extra "^8.1.0" @@ -1366,7 +1389,7 @@ "@loki/diff-looks-same@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/diff-looks-same/-/diff-looks-same-0.24.0.tgz#56e17637fff5aedbdd70819b2880aa8812a46b81" + resolved "https://registry.npmjs.org/@loki/diff-looks-same/-/diff-looks-same-0.24.0.tgz" integrity sha512-2ziiQj6iZiJXD2uo9qS6Sj4n2W0tF7p+6Zz93zGAHRNtTuCQhK5hhCfRLJ5xCp/3UFo9h7wcRxE8r3Sgq52qJA== dependencies: "@loki/browser" "^0.24.0" @@ -1375,33 +1398,33 @@ "@loki/integration-core@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/integration-core/-/integration-core-0.24.0.tgz#443f1d3e88e723797b23281167df44661d07f88b" + resolved "https://registry.npmjs.org/@loki/integration-core/-/integration-core-0.24.0.tgz" integrity sha512-IPvu+dfnJUHxbBTTtmW9Bsm+aJphKtD4ohQcM//4GVe4/4x1+aYn/TTorDSgVWvolzO8wQ8iXqG3cHF52okj9A== "@loki/integration-react-native@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/integration-react-native/-/integration-react-native-0.24.0.tgz#276fdc887ab13e772efd2b1934cc8a3f354e9c9c" + resolved "https://registry.npmjs.org/@loki/integration-react-native/-/integration-react-native-0.24.0.tgz" integrity sha512-KmpWhmQPH1gHLFmsZo07rUoEFxVs1BJZEAZ2CgkDdEB1vEw7+iSqFIW+UgOgv+wda76wv7c3A7al/RPsCUrrfw== dependencies: "@loki/integration-core" "^0.24.0" "@loki/integration-react@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/integration-react/-/integration-react-0.24.0.tgz#f8fadceb88106406c399f2ef55e2676833ea8dc8" + resolved "https://registry.npmjs.org/@loki/integration-react/-/integration-react-0.24.0.tgz" integrity sha512-fP0HXWOUCxFrp6kc1hWJX0EM0tcd89nQ1DUpovLmfu6qt9FQBH1QS6p3qz5Okdo3IRF97tcG6fyJHH4fyOlWmg== dependencies: "@loki/browser" "^0.24.0" "@loki/integration-vue@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/integration-vue/-/integration-vue-0.24.0.tgz#a66cd708b7d6f93fe0ae4c7270518162f33f2817" + resolved "https://registry.npmjs.org/@loki/integration-vue/-/integration-vue-0.24.0.tgz" integrity sha512-2rmExFopNlleihKE14s2OXIP16b9GlVxIoGy9mGaMCKIRarIy4+eFZW76PmJEMOX5Cg1cgnXuOBtUc1zv3MGGg== dependencies: "@loki/browser" "^0.24.0" "@loki/runner@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/runner/-/runner-0.24.0.tgz#2c73b5186f8ae70609e081bbe18c0df09d25025f" + resolved "https://registry.npmjs.org/@loki/runner/-/runner-0.24.0.tgz" integrity sha512-JVquUs7bH55AJClP3DYGlpjmSpXqBM0wcdq7wBUAq3wFGMc9t/tpp/mi+zlJoNxRwpJ6AiGNMfLKqVGKMv4VxA== dependencies: "@loki/core" "^0.24.0" @@ -1426,7 +1449,7 @@ "@loki/target-chrome-app@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/target-chrome-app/-/target-chrome-app-0.24.0.tgz#966f1021d40b09bb5c4dcc609fd96a26ae750be0" + resolved "https://registry.npmjs.org/@loki/target-chrome-app/-/target-chrome-app-0.24.0.tgz" integrity sha512-mIYY1T+t4p+gfsnlB0gkmhUtLOZmG/K3nhbn1CY4KP9pJ0OkLLqxuVgNjZ0KJ4J5/b3WjwmlGXq4hn1S+FPmZQ== dependencies: "@loki/target-chrome-core" "^0.24.0" @@ -1436,7 +1459,7 @@ "@loki/target-chrome-aws-lambda@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/target-chrome-aws-lambda/-/target-chrome-aws-lambda-0.24.0.tgz#b50211576f8f8e8912739e62ab482c6c8ad2a7a5" + resolved "https://registry.npmjs.org/@loki/target-chrome-aws-lambda/-/target-chrome-aws-lambda-0.24.0.tgz" integrity sha512-sc5DgXjSPEe7ku10oMXmWZ6YDOGA2uqTU0iQyXqLWfMTi0Tzv1iRaw0Z7DQBxCIDE2uBz1RBU4x4QYmX3YdLZg== dependencies: "@loki/core" "^0.24.0" @@ -1445,7 +1468,7 @@ "@loki/target-chrome-core@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/target-chrome-core/-/target-chrome-core-0.24.0.tgz#921b1e7eb06050ed01f1398a88ce60af6eb929f9" + resolved "https://registry.npmjs.org/@loki/target-chrome-core/-/target-chrome-core-0.24.0.tgz" integrity sha512-1ce9b4c/MsaWmkybuUo2r5lJ3y5Xbh/mZvmRhXSTL+glxm9eUJAm4zMgje4Galc574c4dxYxwQocSgE8Sh8D/A== dependencies: "@loki/browser" "^0.24.0" @@ -1453,7 +1476,7 @@ "@loki/target-chrome-docker@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/target-chrome-docker/-/target-chrome-docker-0.24.0.tgz#feee4df531dbc0f66dd6cf5081a3ebdc9a029552" + resolved "https://registry.npmjs.org/@loki/target-chrome-docker/-/target-chrome-docker-0.24.0.tgz" integrity sha512-PS75PC58uY8LDcATX1KZiUplCe9FtI/aUw6ePyCkmIHwdq1NnTKZtf4z5BkApjAelm1FSwssvcDCxf+aR7oJhw== dependencies: "@loki/core" "^0.24.0" @@ -1467,7 +1490,7 @@ "@loki/target-native-android-emulator@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/target-native-android-emulator/-/target-native-android-emulator-0.24.0.tgz#d5dd625b391f5d2217e6210980e0cbb1df859060" + resolved "https://registry.npmjs.org/@loki/target-native-android-emulator/-/target-native-android-emulator-0.24.0.tgz" integrity sha512-2mgRClPa/ArG5hkuTNswodVE+Btkw6IqVBW9lR/GCz7iODs9a5VLlG4GTz1SR1vimS1P/SJ8EqvSx3QcK/WoAQ== dependencies: "@loki/core" "^0.24.0" @@ -1478,7 +1501,7 @@ "@loki/target-native-core@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/target-native-core/-/target-native-core-0.24.0.tgz#e96c13710d25a2561b89471edb74030e489c77a6" + resolved "https://registry.npmjs.org/@loki/target-native-core/-/target-native-core-0.24.0.tgz" integrity sha512-sm4CAOK75AJa2pVIbhu7hT0+GEYhFPqg78dEPMVU2EV+SQoMQMf8iO+e08NstieizPFcsjaVRfSDlbv08kqqNw== dependencies: "@loki/core" "^0.24.0" @@ -1487,7 +1510,7 @@ "@loki/target-native-ios-simulator@^0.24.0": version "0.24.0" - resolved "https://registry.yarnpkg.com/@loki/target-native-ios-simulator/-/target-native-ios-simulator-0.24.0.tgz#3cc8c4f6f3acfc3d614b73faec02efd48da457fd" + resolved "https://registry.npmjs.org/@loki/target-native-ios-simulator/-/target-native-ios-simulator-0.24.0.tgz" integrity sha512-rM/AtfS87xB31lQP/BCx7H5nsGTYgYmNwBcTzBEP0O6sJRVDg/zLHCjMtacZH4i9xOxvkQNng4i4HXtLSieNYQ== dependencies: "@loki/core" "^0.24.0" @@ -1497,93 +1520,94 @@ tempy "^0.3.0" "@mdx-js/loader@^1.5.1": - version "1.6.16" - resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-1.6.16.tgz#5a9c3b0ab41885cd2df85bcf360644ca63e44e88" - integrity sha512-jYIAav17lXmEvweO6bzbsqY9mRTm49UeXXSZPAB81uCX8j91Pgi50Z0NnEN777yQEgGm2Z5PMtnJdxGFQIAjJQ== + version "1.6.22" + resolved "https://registry.npmjs.org/@mdx-js/loader/-/loader-1.6.22.tgz" + integrity sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q== dependencies: - "@mdx-js/mdx" "1.6.16" - "@mdx-js/react" "1.6.16" + "@mdx-js/mdx" "1.6.22" + "@mdx-js/react" "1.6.22" loader-utils "2.0.0" -"@mdx-js/mdx@1.6.16", "@mdx-js/mdx@^1.5.1": - version "1.6.16" - resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.16.tgz#f01af0140539c1ce043d246259d8becd2153b2bb" - integrity sha512-jnYyJ0aCafCIehn3GjYcibIapaLBgs3YkoenNQBPcPFyyuUty7B3B07OE+pMllhJ6YkWeP/R5Ax19x0nqTzgJw== +"@mdx-js/mdx@1.6.22", "@mdx-js/mdx@^1.5.1": + version "1.6.22" + resolved "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz" + integrity sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA== dependencies: - "@babel/core" "7.10.5" - "@babel/plugin-syntax-jsx" "7.10.4" + "@babel/core" "7.12.9" + "@babel/plugin-syntax-jsx" "7.12.1" "@babel/plugin-syntax-object-rest-spread" "7.8.3" - "@mdx-js/util" "1.6.16" - babel-plugin-apply-mdx-type-prop "1.6.16" - babel-plugin-extract-import-names "1.6.16" + "@mdx-js/util" "1.6.22" + babel-plugin-apply-mdx-type-prop "1.6.22" + babel-plugin-extract-import-names "1.6.22" camelcase-css "2.0.1" - detab "2.0.3" - hast-util-raw "6.0.0" + detab "2.0.4" + hast-util-raw "6.0.1" lodash.uniq "4.5.0" - mdast-util-to-hast "9.1.0" - remark-footnotes "1.0.0" - remark-mdx "1.6.16" + mdast-util-to-hast "10.0.1" + remark-footnotes "2.0.0" + remark-mdx "1.6.22" remark-parse "8.0.3" remark-squeeze-paragraphs "4.0.0" style-to-object "0.3.0" - unified "9.1.0" + unified "9.2.0" unist-builder "2.0.3" unist-util-visit "2.0.3" -"@mdx-js/react@1.6.16", "@mdx-js/react@^1.5.1": - version "1.6.16" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.16.tgz#538eb14473194d0b3c54020cb230e426174315cd" - integrity sha512-+FhuSVOPo7+4fZaRwWuCSRUcZkJOkZu0rfAbBKvoCg1LWb1Td8Vzi0DTLORdSvgWNbU6+EL40HIgwTOs00x2Jw== +"@mdx-js/react@1.6.22", "@mdx-js/react@^1.5.1": + version "1.6.22" + resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz" + integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== -"@mdx-js/util@1.6.16": - version "1.6.16" - resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.16.tgz#07a7342f6b61ea1ecbfb31e6e23bf7a8c79b9b57" - integrity sha512-SFtLGIGZummuyMDPRL5KdmpgI8U19Ble28UjEWihPjGxF1Lgj8aDjLWY8KiaUy9eqb9CKiVCqEIrK9jbnANfkw== +"@mdx-js/util@1.6.22": + version "1.6.22" + resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz" + integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA== "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" - resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" + resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz" integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g== dependencies: call-me-maybe "^1.0.1" glob-to-regexp "^0.3.0" -"@nodelib/fs.scandir@2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b" - integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== dependencies: - "@nodelib/fs.stat" "2.0.3" + "@nodelib/fs.stat" "2.0.5" run-parallel "^1.1.9" -"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3" - integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== "@nodelib/fs.stat@^1.1.2": version "1.1.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" + resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== "@nodelib/fs.walk@^1.2.3": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976" - integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== + version "1.2.8" + resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== dependencies: - "@nodelib/fs.scandir" "2.1.3" + "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" "@npmcli/move-file@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.0.1.tgz#de103070dac0f48ce49cf6693c23af59c0f70464" - integrity sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw== + version "1.1.2" + resolved "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz" + integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== dependencies: mkdirp "^1.0.4" + rimraf "^3.0.2" "@reach/router@^1.3.3": version "1.3.4" - resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.3.4.tgz#d2574b19370a70c80480ed91f3da840136d10f8c" + resolved "https://registry.npmjs.org/@reach/router/-/router-1.3.4.tgz" integrity sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== dependencies: create-react-context "0.3.0" @@ -1593,14 +1617,14 @@ "@rocket.chat/eslint-config@^0.4.0": version "0.4.0" - resolved "https://registry.yarnpkg.com/@rocket.chat/eslint-config/-/eslint-config-0.4.0.tgz#d648decd02ae739eac17a32e1630332a75318ea1" + resolved "https://registry.npmjs.org/@rocket.chat/eslint-config/-/eslint-config-0.4.0.tgz" integrity sha512-uVxoH3/TtusmXp73JtmDKlKK3EQTk+F/tnvVxfSAeyDCAS1/8HeZS+r81md3EOtRvmu1dselXg8+R1eO55QZfg== dependencies: eslint-plugin-import "^2.17.2" "@rocket.chat/sdk@^1.0.0-alpha.42": version "1.0.0-alpha.42" - resolved "https://registry.yarnpkg.com/@rocket.chat/sdk/-/sdk-1.0.0-alpha.42.tgz#e3adc7ee245c6947fe368c0d3b8494c5a97c0673" + resolved "https://registry.npmjs.org/@rocket.chat/sdk/-/sdk-1.0.0-alpha.42.tgz" integrity sha512-e3roTprM3UhlXOym2kN8o2doN1vBBS23obZgupPitecZWpK8eQghLk78a4L4uDAqBwFZ65Xphs3L1gaPSZJARQ== dependencies: js-sha256 "^0.9.0" @@ -1611,17 +1635,17 @@ "@rocket.chat/ui-kit@^0.14.1": version "0.14.1" - resolved "https://registry.yarnpkg.com/@rocket.chat/ui-kit/-/ui-kit-0.14.1.tgz#4c1d27935b4fcccc476ad2b3454cb812e6f51132" + resolved "https://registry.npmjs.org/@rocket.chat/ui-kit/-/ui-kit-0.14.1.tgz" integrity sha512-gugjURxPPXurLKh9tNMvr7EgWciMDNjwXehqLnlNZj2Efg1PcuSQnG3/xD92YJzOuzKnKhZ8948v/KfVxcY87Q== "@sindresorhus/is@^0.7.0": version "0.7.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" + resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz" integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== "@storybook/addon-actions@6.0.16", "@storybook/addon-actions@^6.0.12": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.0.16.tgz#869c90291fdfec4a0644e8415f5004cc57e59145" + resolved "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.0.16.tgz" integrity sha512-kyPGMP2frdhUgJAm6ChqvndaUawwQE9Vx7pN1pk/Q4qnyVlWCneZVojQf0iAgL45q0az0XI1tOPr4ooroaniYg== dependencies: "@storybook/addons" "6.0.16" @@ -1645,7 +1669,7 @@ "@storybook/addon-backgrounds@6.0.16", "@storybook/addon-backgrounds@^6.0.12": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-6.0.16.tgz#cbf909992a86dbbdfea172d3950300e8c2a7de01" + resolved "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-6.0.16.tgz" integrity sha512-0sH7hlZh4bHt6zV6QyG3ryNGJsxD42iXVwWdwAShzfWJKGfLy5XwdvHUKkMEBbY9bOPeoI9oMli2RAfsD6juLQ== dependencies: "@storybook/addons" "6.0.16" @@ -1661,7 +1685,7 @@ "@storybook/addon-controls@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-6.0.16.tgz#c7fc765a01cc3a0de397f8b55bfeda3f328e5495" + resolved "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-6.0.16.tgz" integrity sha512-RgBOply9o3PYoWI7TNKef2AQixw7l620pT1fCJbXykp/lu17eqKaIa5KYHRE9vEajun5RuEQxGnSzQOV3OZAsA== dependencies: "@storybook/addons" "6.0.16" @@ -1675,7 +1699,7 @@ "@storybook/addon-docs@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-6.0.16.tgz#b24983a63c6c9469a418bb1478606626aff42dff" + resolved "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-6.0.16.tgz" integrity sha512-7gM/0lQ3mSybpOpQbgR8fjAU+u3zgAWyOM1a+LR7zVn5lNjgBhZD2pfHuwViTeAGG/IIpvmOsd57BKlFJw5TPA== dependencies: "@babel/generator" "^7.9.6" @@ -1719,7 +1743,7 @@ "@storybook/addon-essentials@^6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-6.0.16.tgz#031b05f6a9947fd93a86f28767b1c354e8ea4237" + resolved "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-6.0.16.tgz" integrity sha512-tHH2B4cGYihaPytzIlcFlc/jDSu1PUMgaQM4uzIDOn6SCYZJMp5vygK97zF7hf41x/TXv+8i9ZMN5iUJ7l1+fw== dependencies: "@storybook/addon-actions" "6.0.16" @@ -1737,7 +1761,7 @@ "@storybook/addon-knobs@^6.0.12": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-knobs/-/addon-knobs-6.0.16.tgz#ef7b9a67c5f3f75579af1d3c2c1f36205f77f505" + resolved "https://registry.npmjs.org/@storybook/addon-knobs/-/addon-knobs-6.0.16.tgz" integrity sha512-//4Fq70M7LLOghM6+eugL53QHVmlbBm5240u+Aq2nWQLUtaszrPW6/7Vj0XRwLyp/DQtEHetTE/fFfCLoGK+dw== dependencies: "@storybook/addons" "6.0.16" @@ -1762,7 +1786,7 @@ "@storybook/addon-toolbars@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-6.0.16.tgz#704a5d506b8d952eca6e5dca96c00b22aedf495f" + resolved "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-6.0.16.tgz" integrity sha512-6ulvPqe38NJRbQp0zajeNsDJQKZzGqbCMsSw3gtkFOMt8D/V625MF8YY/Y9UZ+xHWor17GUgE1k9hljdyZe1Nw== dependencies: "@storybook/addons" "6.0.16" @@ -1773,7 +1797,7 @@ "@storybook/addon-viewport@6.0.16", "@storybook/addon-viewport@^6.0.12": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-6.0.16.tgz#574cc0a3f991ce405ba4a3540132fb05edf488f6" + resolved "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-6.0.16.tgz" integrity sha512-3vk6lBZrKJrK9rwxglLT1p579WkLvoJxgW5ddpvSsu31NPAKfDufkDqOZOQGyMmcgIFzZJEc9eKjoTcLiHxppw== dependencies: "@storybook/addons" "6.0.16" @@ -1790,7 +1814,7 @@ "@storybook/addons@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-6.0.16.tgz#a20a219bd5b1474ad02b92e79a74652898a684d9" + resolved "https://registry.npmjs.org/@storybook/addons/-/addons-6.0.16.tgz" integrity sha512-jGMaOJYTM2yZeX1tI6whEn+4xpI1aAybZBrc+OD21CcGoQrbF/jplZMq7xKI0Y6vOMguuTGulpUNCezD3LbBjA== dependencies: "@storybook/api" "6.0.16" @@ -1805,7 +1829,7 @@ "@storybook/api@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/api/-/api-6.0.16.tgz#56cdfc6f7a21d62d1a4ab06b4741c1560160d320" + resolved "https://registry.npmjs.org/@storybook/api/-/api-6.0.16.tgz" integrity sha512-RTC4BKmH5i8bJUQejOHEtjebVKtOaHkmEagI2HQRalsokBc1GLAf84EGrO2TaZiRrItAPL5zZQgEnKUblsGJGw== dependencies: "@reach/router" "^1.3.3" @@ -1831,7 +1855,7 @@ "@storybook/channel-postmessage@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-6.0.16.tgz#a617578c49543b0de9f53eb28daae2bd3c9e1754" + resolved "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.0.16.tgz" integrity sha512-66B4FH5R7k9i7LBhGsr/hYOxwE4UBM1JMPGV0rhAnFY8m91GiUWl4YWTRdbYIkeaZxf/0oT4sgPScqz44hnw6Q== dependencies: "@storybook/channels" "6.0.16" @@ -1844,7 +1868,7 @@ "@storybook/channels@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-6.0.16.tgz#94e521b9eae535da80afb23feae593aa69bfe75d" + resolved "https://registry.npmjs.org/@storybook/channels/-/channels-6.0.16.tgz" integrity sha512-TsI4GA7lKD4L2w6IjODMRfnEOkmvEp4eJDgf3MKm7+sMbxwi1y1d6yrW1UQbnmwoNJWk60ArMN2yqDBV+5MNJQ== dependencies: core-js "^3.0.1" @@ -1853,7 +1877,7 @@ "@storybook/client-api@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-6.0.16.tgz#4af47caccf92a31326ab77c5094dd4f90f888b91" + resolved "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.0.16.tgz" integrity sha512-fFsp53lt9W2QHSumqdfFRbh+DI9fvd7li0GDxqLeNESXaUVw48yg8lQiyRNK+j5Pl4VBS3AqytLugJ+0MGm2cA== dependencies: "@storybook/addons" "6.0.16" @@ -1876,7 +1900,7 @@ "@storybook/client-logger@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.0.16.tgz#6265d2b869a82be64538eaac39470e3845c9e069" + resolved "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.0.16.tgz" integrity sha512-xM61Aewxqoo8500UxV7iPpfqwikITojiCX3+w8ZiCJ2NizSaXkis95TEFAeHqyozfNym5CqG+6v2NWvGYV3ncQ== dependencies: core-js "^3.0.1" @@ -1884,7 +1908,7 @@ "@storybook/components@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.0.16.tgz#d4c797f7897cefa11bbdb8dfd07bb3d4fa66b3e9" + resolved "https://registry.npmjs.org/@storybook/components/-/components-6.0.16.tgz" integrity sha512-zpYGt3tWiN0yT7V0VhBl2T5Mr0COiNnTQUGCpA9Gl3pUBmAov2jCVf1sUxsIcBcMMZmDRcfo6NbJ/LqCFeUg+Q== dependencies: "@storybook/client-logger" "6.0.16" @@ -1912,14 +1936,14 @@ "@storybook/core-events@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-6.0.16.tgz#3f8cd525c15fd80c9f327389851cce82a4b96850" + resolved "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.0.16.tgz" integrity sha512-ib+58N4OY8AOix2qcBH9ICRmVHUocpGaGRVlIo79WxJrpnB/HNQ8pEaniD+OAavDRq1B7uJqFlMkTXCC0GoFiQ== dependencies: core-js "^3.0.1" "@storybook/core@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/core/-/core-6.0.16.tgz#ec9aa8c0fd1c23d29bf8401b650c0876c41d1b5f" + resolved "https://registry.npmjs.org/@storybook/core/-/core-6.0.16.tgz" integrity sha512-dVgw03bB8rSMrYDw+v07Yiqyy4yas1olnXpytscWCWdbBuflSAQU+mtqcHMIH9YlhucIT2dYiErDDDNmqP+6tw== dependencies: "@babel/plugin-proposal-class-properties" "^7.8.3" @@ -2022,14 +2046,14 @@ "@storybook/csf@0.0.1": version "0.0.1" - resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.1.tgz#95901507dc02f0bc6f9ac8ee1983e2fc5bb98ce6" + resolved "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.1.tgz" integrity sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw== dependencies: lodash "^4.17.15" "@storybook/node-logger@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-6.0.16.tgz#805e0748355d13535c3295455f568ea94e57d1ad" + resolved "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.0.16.tgz" integrity sha512-mD6so/puFV5oByBkDp9rv2mV/WyGy21QdrwXpXdtLDKNgqPuJjHZuF1RA/+MmDK4P1CjvP1no2H5WDKg+aW4QQ== dependencies: "@types/npmlog" "^4.1.2" @@ -2040,14 +2064,14 @@ "@storybook/postinstall@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/postinstall/-/postinstall-6.0.16.tgz#77c428534dd10074778dc669f7ffce9f387acc93" + resolved "https://registry.npmjs.org/@storybook/postinstall/-/postinstall-6.0.16.tgz" integrity sha512-gZgPNJK/58VepIBodK0pSlD1jPQgIVTEFWot5/iDjxv9cnSl9V+LbIEW5jZp/lzoAONSj8AS646ZZjAM87S4RQ== dependencies: core-js "^3.0.1" "@storybook/react@^6.0.12": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/react/-/react-6.0.16.tgz#21464749f7bd90dc6026235b2ee47acf168d974a" + resolved "https://registry.npmjs.org/@storybook/react/-/react-6.0.16.tgz" integrity sha512-cxnBwewx37rL1BjXo3TQFIvvCv9z26r3yuRRWh527/0QODfwGz8TT+/sJHeqBA5JIQzLwAHNqNJhLp6xzfr5Dw== dependencies: "@babel/preset-flow" "^7.0.0" @@ -2073,7 +2097,7 @@ "@storybook/router@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-6.0.16.tgz#b18cc0b1bba477f16f9f2ae8f0eaa0d5ba4b0a0e" + resolved "https://registry.npmjs.org/@storybook/router/-/router-6.0.16.tgz" integrity sha512-zijPJ3CR4ytHE0v+pGdaWT3H+es+mLHRkR6hkqcD0ABT5HVfwMlmXJ9FkQGCVpnnNeBOz7+QKCdE13HMelQpqg== dependencies: "@reach/router" "^1.3.3" @@ -2085,7 +2109,7 @@ "@storybook/semver@^7.3.2": version "7.3.2" - resolved "https://registry.yarnpkg.com/@storybook/semver/-/semver-7.3.2.tgz#f3b9c44a1c9a0b933c04e66d0048fcf2fa10dac0" + resolved "https://registry.npmjs.org/@storybook/semver/-/semver-7.3.2.tgz" integrity sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg== dependencies: core-js "^3.6.5" @@ -2093,7 +2117,7 @@ "@storybook/source-loader@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-6.0.16.tgz#a3eb2b0cbede7d9121387738a530d71df645db5d" + resolved "https://registry.npmjs.org/@storybook/source-loader/-/source-loader-6.0.16.tgz" integrity sha512-Ub6bU7o2JJUigzu9MSrFH1RD2SmpZZnym+WEidWI9A1gseKp1Rd4KDq36AqJo/oL3hAzoAOirrv3ZixIwXLFMg== dependencies: "@storybook/addons" "6.0.16" @@ -2109,7 +2133,7 @@ "@storybook/storybook-deployer@^2.8.6": version "2.8.6" - resolved "https://registry.yarnpkg.com/@storybook/storybook-deployer/-/storybook-deployer-2.8.6.tgz#00c2e84f27dfaa88cb0785361453f23b1ebb4ea3" + resolved "https://registry.npmjs.org/@storybook/storybook-deployer/-/storybook-deployer-2.8.6.tgz" integrity sha512-Bpe7ZtsR5NUuohK3VsQa+nxEHtVxMZZo3DRlRUZW5IZOmzmvSID3i+jkizloG9xO7sw5zUvlD31YMHm7OtdrMA== dependencies: git-url-parse "^11.1.2" @@ -2120,7 +2144,7 @@ "@storybook/theming@6.0.16", "@storybook/theming@^6.0.12": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.0.16.tgz#dd6de4f29316a6a2380018978b7b4a0ef9ea33c8" + resolved "https://registry.npmjs.org/@storybook/theming/-/theming-6.0.16.tgz" integrity sha512-6D7oMEbeABYZdDY8e3i+O39XLrk6fvG3GBaSGp31BE30d269NcPkGPxMKY/nzc6MY30a+/LbBbM7b6gRKe6b4Q== dependencies: "@emotion/core" "^10.0.20" @@ -2138,7 +2162,7 @@ "@storybook/ui@6.0.16": version "6.0.16" - resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.0.16.tgz#448d2286404554afb13e27fecd9efb0861fa9286" + resolved "https://registry.npmjs.org/@storybook/ui/-/ui-6.0.16.tgz" integrity sha512-4F21kwQVaMwgqoJmO+566j7MXmvPp+7jfWBMPAvyGsf5uIZ4q6V29h5mMLvTOFA4qHw0lHZk2k8V0g5gk/tjCA== dependencies: "@emotion/core" "^10.0.20" @@ -2175,63 +2199,63 @@ "@stylelint/postcss-css-in-js@^0.37.1": version "0.37.2" - resolved "https://registry.yarnpkg.com/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz#7e5a84ad181f4234a2480803422a47b8749af3d2" + resolved "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz" integrity sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA== dependencies: "@babel/core" ">=7.9.0" "@stylelint/postcss-markdown@^0.36.1": - version "0.36.1" - resolved "https://registry.yarnpkg.com/@stylelint/postcss-markdown/-/postcss-markdown-0.36.1.tgz#829b87e6c0f108014533d9d7b987dc9efb6632e8" - integrity sha512-iDxMBWk9nB2BPi1VFQ+Dc5+XpvODBHw2n3tYpaBZuEAFQlbtF9If0Qh5LTTwSi/XwdbJ2jt+0dis3i8omyggpw== + version "0.36.2" + resolved "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz" + integrity sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ== dependencies: - remark "^12.0.0" - unist-util-find-all-after "^3.0.1" + remark "^13.0.0" + unist-util-find-all-after "^3.0.2" "@svgr/babel-plugin-add-jsx-attribute@^5.4.0": version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz" integrity sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg== "@svgr/babel-plugin-remove-jsx-attribute@^5.4.0": version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz#6b2c770c95c874654fd5e1d5ef475b78a0a962ef" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz" integrity sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg== "@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1": version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz#25621a8915ed7ad70da6cea3d0a6dbc2ea933efd" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz" integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA== "@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1": version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz#0b221fc57f9fcd10e91fe219e2cd0dd03145a897" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz" integrity sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ== "@svgr/babel-plugin-svg-dynamic-title@^5.4.0": version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz#139b546dd0c3186b6e5db4fefc26cb0baea729d7" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz" integrity sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg== "@svgr/babel-plugin-svg-em-dimensions@^5.4.0": version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz#6543f69526632a133ce5cabab965deeaea2234a0" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz" integrity sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw== "@svgr/babel-plugin-transform-react-native-svg@^5.4.0": version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz#00bf9a7a73f1cad3948cdab1f8dfb774750f8c80" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz" integrity sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q== -"@svgr/babel-plugin-transform-svg-component@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.4.0.tgz#a2212b4d018e6075a058bb7e220a66959ef7a03c" - integrity sha512-zLl4Fl3NvKxxjWNkqEcpdSOpQ3LGVH2BNFQ6vjaK6sFo2IrSznrhURIPI0HAphKiiIwNYjAfE0TNoQDSZv0U9A== +"@svgr/babel-plugin-transform-svg-component@^5.5.0": + version "5.5.0" + resolved "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz" + integrity sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ== -"@svgr/babel-preset@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-5.4.0.tgz#da21854643e1c4ad2279239baa7d5a8b128c1f15" - integrity sha512-Gyx7cCxua04DBtyILTYdQxeO/pwfTBev6+eXTbVbxe4HTGhOUW6yo7PSbG2p6eJMl44j6XSequ0ZDP7bl0nu9A== +"@svgr/babel-preset@^5.5.0": + version "5.5.0" + resolved "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz" + integrity sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig== dependencies: "@svgr/babel-plugin-add-jsx-attribute" "^5.4.0" "@svgr/babel-plugin-remove-jsx-attribute" "^5.4.0" @@ -2240,338 +2264,318 @@ "@svgr/babel-plugin-svg-dynamic-title" "^5.4.0" "@svgr/babel-plugin-svg-em-dimensions" "^5.4.0" "@svgr/babel-plugin-transform-react-native-svg" "^5.4.0" - "@svgr/babel-plugin-transform-svg-component" "^5.4.0" + "@svgr/babel-plugin-transform-svg-component" "^5.5.0" -"@svgr/core@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/core/-/core-5.4.0.tgz#655378ee43679eb94fee3d4e1976e38252dff8e7" - integrity sha512-hWGm1DCCvd4IEn7VgDUHYiC597lUYhFau2lwJBYpQWDirYLkX4OsXu9IslPgJ9UpP7wsw3n2Ffv9sW7SXJVfqQ== +"@svgr/core@^5.5.0": + version "5.5.0" + resolved "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz" + integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ== dependencies: - "@svgr/plugin-jsx" "^5.4.0" - camelcase "^6.0.0" - cosmiconfig "^6.0.0" + "@svgr/plugin-jsx" "^5.5.0" + camelcase "^6.2.0" + cosmiconfig "^7.0.0" -"@svgr/hast-util-to-babel-ast@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.4.0.tgz#bb5d002e428f510aa5b53ec0a02377a95b367715" - integrity sha512-+U0TZZpPsP2V1WvVhqAOSTk+N+CjYHdZx+x9UBa1eeeZDXwH8pt0CrQf2+SvRl/h2CAPRFkm+Ey96+jKP8Bsgg== +"@svgr/hast-util-to-babel-ast@^5.5.0": + version "5.5.0" + resolved "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz" + integrity sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ== dependencies: - "@babel/types" "^7.9.5" + "@babel/types" "^7.12.6" -"@svgr/plugin-jsx@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-5.4.0.tgz#ab47504c55615833c6db70fca2d7e489f509787c" - integrity sha512-SGzO4JZQ2HvGRKDzRga9YFSqOqaNrgLlQVaGvpZ2Iht2gwRp/tq+18Pvv9kS9ZqOMYgyix2LLxZMY1LOe9NPqw== +"@svgr/plugin-jsx@^5.5.0": + version "5.5.0" + resolved "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz" + integrity sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA== dependencies: - "@babel/core" "^7.7.5" - "@svgr/babel-preset" "^5.4.0" - "@svgr/hast-util-to-babel-ast" "^5.4.0" + "@babel/core" "^7.12.3" + "@svgr/babel-preset" "^5.5.0" + "@svgr/hast-util-to-babel-ast" "^5.5.0" svg-parser "^2.0.2" -"@svgr/plugin-svgo@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-5.4.0.tgz#45d9800b7099a6f7b4d85ebac89ab9abe8592f64" - integrity sha512-3Cgv3aYi1l6SHyzArV9C36yo4kgwVdF3zPQUC6/aCDUeXAofDYwE5kk3e3oT5ZO2a0N3lB+lLGvipBG6lnG8EA== +"@svgr/plugin-svgo@^5.5.0": + version "5.5.0" + resolved "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz" + integrity sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ== dependencies: - cosmiconfig "^6.0.0" - merge-deep "^3.0.2" + cosmiconfig "^7.0.0" + deepmerge "^4.2.2" svgo "^1.2.2" "@svgr/webpack@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.4.0.tgz#b68bc86e29cf007292b96ced65f80971175632e0" - integrity sha512-LjepnS/BSAvelnOnnzr6Gg0GcpLmnZ9ThGFK5WJtm1xOqdBE/1IACZU7MMdVzjyUkfFqGz87eRE4hFaSLiUwYg== - dependencies: - "@babel/core" "^7.9.0" - "@babel/plugin-transform-react-constant-elements" "^7.9.0" - "@babel/preset-env" "^7.9.5" - "@babel/preset-react" "^7.9.4" - "@svgr/core" "^5.4.0" - "@svgr/plugin-jsx" "^5.4.0" - "@svgr/plugin-svgo" "^5.4.0" + version "5.5.0" + resolved "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz" + integrity sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g== + dependencies: + "@babel/core" "^7.12.3" + "@babel/plugin-transform-react-constant-elements" "^7.12.1" + "@babel/preset-env" "^7.12.1" + "@babel/preset-react" "^7.12.5" + "@svgr/core" "^5.5.0" + "@svgr/plugin-jsx" "^5.5.0" + "@svgr/plugin-svgo" "^5.5.0" loader-utils "^2.0.0" -"@types/anymatch@*": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" - integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== - "@types/braces@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/braces/-/braces-3.0.0.tgz#7da1c0d44ff1c7eb660a36ec078ea61ba7eb42cb" - integrity sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw== - -"@types/color-name@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" - integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== + version "3.0.1" + resolved "https://registry.npmjs.org/@types/braces/-/braces-3.0.1.tgz" + integrity sha512-+euflG6ygo4bn0JHtn4pYqcXwRtLvElQ7/nnjDu7iYG56H0+OhCd7d6Ug0IE3WcFpZozBKW2+80FUbv5QGk5AQ== "@types/glob-base@^0.3.0": version "0.3.0" - resolved "https://registry.yarnpkg.com/@types/glob-base/-/glob-base-0.3.0.tgz#a581d688347e10e50dd7c17d6f2880a10354319d" + resolved "https://registry.npmjs.org/@types/glob-base/-/glob-base-0.3.0.tgz" integrity sha1-pYHWiDR+EOUN18F9byiAoQNUMZ0= "@types/glob@*", "@types/glob@^7.1.1": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" - integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== + version "7.1.4" + resolved "https://registry.npmjs.org/@types/glob/-/glob-7.1.4.tgz" + integrity sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA== dependencies: "@types/minimatch" "*" "@types/node" "*" "@types/graceful-fs@^4.1.2": - version "4.1.3" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f" - integrity sha512-AiHRaEB50LQg0pZmm659vNBb9f4SJ0qrAnteuzhSeAUcJKxoYgEnprg/83kppCnc2zvtCKbdZry1a5pVY3lOTQ== + version "4.1.5" + resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz" + integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== dependencies: "@types/node" "*" "@types/hast@^2.0.0": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.1.tgz#b16872f2a6144c7025f296fb9636a667ebb79cd9" - integrity sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q== + version "2.3.2" + resolved "https://registry.npmjs.org/@types/hast/-/hast-2.3.2.tgz" + integrity sha512-Op5W7jYgZI7AWKY5wQ0/QNMzQM7dGQPyW1rXKNiymVCy5iTfdPuGu4HhYNOM2sIv8gUfIuIdcYlXmAepwaowow== dependencies: "@types/unist" "*" -"@types/history@*": - version "4.7.7" - resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.7.tgz#613957d900fab9ff84c8dfb24fa3eef0c2a40896" - integrity sha512-2xtoL22/3Mv6a70i4+4RB7VgbDDORoWwjcqeNysojZA0R7NK17RbY5Gof/2QiFfJgX+KkWghbwJ+d/2SB8Ndzg== - "@types/html-minifier-terser@^5.0.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz#551a4589b6ee2cc9c1dff08056128aec29b94880" - integrity sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA== + version "5.1.2" + resolved "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz" + integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w== "@types/is-function@^1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.0.tgz#1b0b819b1636c7baf0d6785d030d12edf70c3e83" + resolved "https://registry.npmjs.org/@types/is-function/-/is-function-1.0.0.tgz" integrity sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w== -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" + resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz" integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== "@types/istanbul-lib-report@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" + resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz" integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== dependencies: "@types/istanbul-lib-coverage" "*" "@types/istanbul-reports@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821" - integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== + version "3.0.1" + resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz" + integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== dependencies: "@types/istanbul-lib-report" "*" -"@types/json-schema@^7.0.4": - version "7.0.5" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" - integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ== - -"@types/json-schema@^7.0.5": - version "7.0.6" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" - integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== - -"@types/json5@^0.0.29": - version "0.0.29" - resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" - integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= +"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": + version "7.0.9" + resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz" + integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== "@types/markdown-to-jsx@^6.11.0": - version "6.11.1" - resolved "https://registry.yarnpkg.com/@types/markdown-to-jsx/-/markdown-to-jsx-6.11.1.tgz#4d9464aa76337d798b874dd3f2d6b4c86ddd98ad" - integrity sha512-fm/II24OzSx7J7CzXnHjEIf0d+s82bmdcokbyzY7PFMUnhyhnuGJgedt8R+yZgDn1mqhCLHmMjBPMsL8K4Xp9g== + version "6.11.3" + resolved "https://registry.npmjs.org/@types/markdown-to-jsx/-/markdown-to-jsx-6.11.3.tgz" + integrity sha512-30nFYpceM/ZEvhGiqWjm5quLUxNeld0HCzJEXMZZDpq53FPkS85mTwkWtCXzCqq8s5JYLgM5W392a02xn8Bdaw== dependencies: "@types/react" "*" "@types/mdast@^3.0.0": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb" - integrity sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== + version "3.0.7" + resolved "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.7.tgz" + integrity sha512-YwR7OK8aPmaBvMMUi+pZXBNoW2unbVbfok4YRqGMJBe1dpDlzpRkJrYEYmvjxgs5JhuQmKfDexrN98u941Zasg== dependencies: "@types/unist" "*" "@types/micromatch@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-4.0.1.tgz#9381449dd659fc3823fd2a4190ceacc985083bc7" - integrity sha512-my6fLBvpY70KattTNzYOK6KU1oR1+UCz9ug/JbcF5UrEmeCt9P7DV2t7L8+t18mMPINqGQCE4O8PLOPbI84gxw== + version "4.0.2" + resolved "https://registry.npmjs.org/@types/micromatch/-/micromatch-4.0.2.tgz" + integrity sha512-oqXqVb0ci19GtH0vOA/U2TmHTcRY9kuZl4mqUxe0QmJAlIW13kzhuK5pi1i9+ngav8FjpSb9FVS/GE00GLX1VA== dependencies: "@types/braces" "*" "@types/minimatch@*": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" - integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== + version "3.0.5" + resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz" + integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== "@types/minimist@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6" - integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= + version "1.2.2" + resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz" + integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== "@types/node-fetch@^2.5.4": - version "2.5.7" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c" - integrity sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw== + version "2.5.12" + resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.12.tgz" + integrity sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw== dependencies: "@types/node" "*" form-data "^3.0.0" "@types/node@*": - version "14.6.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499" - integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA== + version "16.6.1" + resolved "https://registry.npmjs.org/@types/node/-/node-16.6.1.tgz" + integrity sha512-Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw== "@types/normalize-package-data@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" - integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== + version "2.4.1" + resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz" + integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== "@types/npmlog@^4.1.2": - version "4.1.2" - resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.2.tgz#d070fe6a6b78755d1092a3dc492d34c3d8f871c4" - integrity sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA== + version "4.1.3" + resolved "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.3.tgz" + integrity sha512-1TcL7YDYCtnHmLhTWbum+IIwLlvpaHoEKS2KNIngEwLzwgDeHaebaEHHbQp8IqzNQ9IYiboLKUjAf7MZqG63+w== "@types/overlayscrollbars@^1.9.0": - version "1.12.0" - resolved "https://registry.yarnpkg.com/@types/overlayscrollbars/-/overlayscrollbars-1.12.0.tgz#98456caceca8ad73bd5bb572632a585074e70764" - integrity sha512-h/pScHNKi4mb+TrJGDon8Yb06ujFG0mSg12wIO0sWMUF3dQIe2ExRRdNRviaNt9IjxIiOfnRr7FsQAdHwK4sMg== + version "1.12.1" + resolved "https://registry.npmjs.org/@types/overlayscrollbars/-/overlayscrollbars-1.12.1.tgz" + integrity sha512-V25YHbSoKQN35UasHf0EKD9U2vcmexRSp78qa8UglxFH8H3D+adEa9zGZwrqpH4TdvqeMrgMqVqsLB4woAryrQ== "@types/parse-json@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" + resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz" integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== "@types/parse5@^5.0.0": version "5.0.3" - resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109" + resolved "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz" integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== "@types/prop-types@*": - version "15.7.3" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" - integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== + version "15.7.4" + resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz" + integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== "@types/q@^1.5.1": - version "1.5.4" - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" - integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== + version "1.5.5" + resolved "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz" + integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== "@types/qs@^6.9.0": - version "6.9.4" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.4.tgz#a59e851c1ba16c0513ea123830dd639a0a15cb6a" - integrity sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ== + version "6.9.7" + resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz" + integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== "@types/reach__router@^1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.5.tgz#14e1e981cccd3a5e50dc9e969a72de0b9d472f6d" - integrity sha512-h0NbqXN/tJuBY/xggZSej1SKQEstbHO7J/omt1tYoFGmj3YXOodZKbbqD4mNDh7zvEGYd7YFrac1LTtAr3xsYQ== + version "1.3.9" + resolved "https://registry.npmjs.org/@types/reach__router/-/reach__router-1.3.9.tgz" + integrity sha512-N6rqQqTTAV/zKLfK3iq9Ww3wqCEhTZvsilhl0zI09zETdVq1QGmJH6+/xnj8AFUWIrle2Cqo+PGM/Ltr1vBb9w== dependencies: - "@types/history" "*" "@types/react" "*" "@types/react-color@^3.0.1": - version "3.0.4" - resolved "https://registry.yarnpkg.com/@types/react-color/-/react-color-3.0.4.tgz#c63daf012ad067ac0127bdd86725f079d02082bd" - integrity sha512-EswbYJDF1kkrx93/YU+BbBtb46CCtDMvTiGmcOa/c5PETnwTiSWoseJ1oSWeRl/4rUXkhME9bVURvvPg0W5YQw== + version "3.0.5" + resolved "https://registry.npmjs.org/@types/react-color/-/react-color-3.0.5.tgz" + integrity sha512-0VZy8Uq5x04cW5QFz24Qw8MMMlsMi8Bb+XG5h59ATqPnWVq6OheHtrwv5LeakdTRDaECQnExJNSFOsSe4Eo/zQ== dependencies: "@types/react" "*" "@types/reactcss" "*" "@types/react-syntax-highlighter@11.0.4": version "11.0.4" - resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd" + resolved "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz" integrity sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg== dependencies: "@types/react" "*" "@types/react@*": - version "16.9.46" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.46.tgz#f0326cd7adceda74148baa9bff6e918632f5069e" - integrity sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg== + version "17.0.18" + resolved "https://registry.npmjs.org/@types/react/-/react-17.0.18.tgz" + integrity sha512-YTLgu7oS5zvSqq49X5Iue5oAbVGhgPc5Au29SJC4VeE17V6gASoOxVkUDy9pXFMRFxCWCD9fLeweNFizo3UzOg== dependencies: "@types/prop-types" "*" + "@types/scheduler" "*" csstype "^3.0.2" "@types/reactcss@*": - version "1.2.3" - resolved "https://registry.yarnpkg.com/@types/reactcss/-/reactcss-1.2.3.tgz#af28ae11bbb277978b99d04d1eedfd068ca71834" - integrity sha512-d2gQQ0IL6hXLnoRfVYZukQNWHuVsE75DzFTLPUuyyEhJS8G2VvlE+qfQQ91SJjaMqlURRCNIsX7Jcsw6cEuJlA== + version "1.2.4" + resolved "https://registry.npmjs.org/@types/reactcss/-/reactcss-1.2.4.tgz" + integrity sha512-1rhVqteMSD6KQjO+dPBObE1OkKadw00HVJkG5WCYsyvMwGgdTZ530wF7Bkrg/4TWxB2AtINIzFotjW51eViw+w== dependencies: "@types/react" "*" +"@types/scheduler@*": + version "0.16.2" + resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz" + integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== + "@types/source-list-map@*": version "0.1.2" - resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" + resolved "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz" integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== -"@types/tapable@*", "@types/tapable@^1.0.5": - version "1.0.6" - resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74" - integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== +"@types/tapable@^1", "@types/tapable@^1.0.5": + version "1.0.8" + resolved "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.8.tgz" + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== "@types/uglify-js@*": - version "3.9.3" - resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.9.3.tgz#d94ed608e295bc5424c9600e6b8565407b6b4b6b" - integrity sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w== + version "3.13.1" + resolved "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.13.1.tgz" + integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ== dependencies: source-map "^0.6.1" "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" - integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== + version "2.0.6" + resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz" + integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== "@types/webpack-env@^1.15.2": - version "1.15.2" - resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.15.2.tgz#927997342bb9f4a5185a86e6579a0a18afc33b0a" - integrity sha512-67ZgZpAlhIICIdfQrB5fnDvaKFcDxpKibxznfYRVAT4mQE41Dido/3Ty+E3xGBmTogc5+0Qb8tWhna+5B8z1iQ== + version "1.16.2" + resolved "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.16.2.tgz" + integrity sha512-vKx7WNQNZDyJveYcHAm9ZxhqSGLYwoyLhrHjLBOkw3a7cT76sTdjgtwyijhk1MaHyRIuSztcVwrUOO/NEu68Dw== "@types/webpack-sources@*": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.2.tgz#5d3d4dea04008a779a90135ff96fb5c0c9e6292c" - integrity sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw== + version "3.2.0" + resolved "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.0.tgz" + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== dependencies: "@types/node" "*" "@types/source-list-map" "*" source-map "^0.7.3" "@types/webpack@^4.41.8": - version "4.41.21" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.21.tgz#cc685b332c33f153bb2f5fc1fa3ac8adeb592dee" - integrity sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA== + version "4.41.30" + resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.30.tgz" + integrity sha512-GUHyY+pfuQ6haAfzu4S14F+R5iGRwN6b2FRNJY7U0NilmFAqbsOfK6j1HwuLBAqwRIT+pVdNDJGJ6e8rpp0KHA== dependencies: - "@types/anymatch" "*" "@types/node" "*" - "@types/tapable" "*" + "@types/tapable" "^1" "@types/uglify-js" "*" "@types/webpack-sources" "*" + anymatch "^3.0.0" source-map "^0.6.0" "@types/yargs-parser@*": - version "15.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d" - integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== + version "20.2.1" + resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz" + integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw== "@types/yargs@^15.0.0": - version "15.0.5" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.5.tgz#947e9a6561483bdee9adffc983e91a6902af8b79" - integrity sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w== + version "15.0.14" + resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz" + integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ== dependencies: "@types/yargs-parser" "*" "@types/yoga-layout@1.9.2": version "1.9.2" - resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a" + resolved "https://registry.npmjs.org/@types/yoga-layout/-/yoga-layout-1.9.2.tgz" integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw== "@webassemblyjs/ast@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" + resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz" integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== dependencies: "@webassemblyjs/helper-module-context" "1.9.0" @@ -2580,46 +2584,46 @@ "@webassemblyjs/floating-point-hex-parser@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" + resolved "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz" integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== "@webassemblyjs/helper-api-error@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz" integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== "@webassemblyjs/helper-buffer@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz" integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== "@webassemblyjs/helper-code-frame@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz" integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== dependencies: "@webassemblyjs/wast-printer" "1.9.0" "@webassemblyjs/helper-fsm@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz" integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== "@webassemblyjs/helper-module-context@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz" integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-wasm-bytecode@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz" integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== "@webassemblyjs/helper-wasm-section@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz" integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -2629,26 +2633,26 @@ "@webassemblyjs/ieee754@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" + resolved "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz" integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== dependencies: "@xtuc/ieee754" "^1.2.0" "@webassemblyjs/leb128@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" + resolved "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz" integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== dependencies: "@xtuc/long" "4.2.2" "@webassemblyjs/utf8@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" + resolved "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz" integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== "@webassemblyjs/wasm-edit@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz" integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -2662,7 +2666,7 @@ "@webassemblyjs/wasm-gen@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz" integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -2673,7 +2677,7 @@ "@webassemblyjs/wasm-opt@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz" integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -2683,7 +2687,7 @@ "@webassemblyjs/wasm-parser@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz" integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -2695,7 +2699,7 @@ "@webassemblyjs/wast-parser@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914" + resolved "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz" integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -2707,7 +2711,7 @@ "@webassemblyjs/wast-printer@1.9.0": version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" + resolved "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz" integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -2716,7 +2720,7 @@ "@webpack-contrib/schema-utils@^1.0.0-beta.0": version "1.0.0-beta.0" - resolved "https://registry.yarnpkg.com/@webpack-contrib/schema-utils/-/schema-utils-1.0.0-beta.0.tgz#bf9638c9464d177b48209e84209e23bee2eb4f65" + resolved "https://registry.npmjs.org/@webpack-contrib/schema-utils/-/schema-utils-1.0.0-beta.0.tgz" integrity sha512-LonryJP+FxQQHsjGBi6W786TQB1Oym+agTpY0c+Kj8alnIw+DLUJb6SI8Y1GHGhLCH1yPRrucjObUmxNICQ1pg== dependencies: ajv "^6.1.0" @@ -2728,68 +2732,63 @@ "@xtuc/ieee754@^1.2.0": version "1.2.0" - resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" + resolved "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== "@xtuc/long@4.2.2": version "4.2.2" - resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" + resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== "@zeit/schemas@2.6.0": version "2.6.0" - resolved "https://registry.yarnpkg.com/@zeit/schemas/-/schemas-2.6.0.tgz#004e8e553b4cd53d538bd38eac7bcbf58a867fe3" + resolved "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz" integrity sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg== -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: version "1.3.7" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz" integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== dependencies: mime-types "~2.1.24" negotiator "0.6.2" -acorn-jsx@^5.1.0, acorn-jsx@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe" - integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== +acorn-jsx@^5.1.0, acorn-jsx@^5.3.1: + version "5.3.2" + resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" + integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== acorn-walk@^7.0.0: version "7.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" + resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz" integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== acorn@^6.4.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" - integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== + version "6.4.2" + resolved "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz" + integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== -acorn@^7.1.0, acorn@^7.3.1: - version "7.4.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" - integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== +acorn@^7.1.0, acorn@^7.4.0: + version "7.4.1" + resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz" + integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== address@1.1.2, address@^1.0.1: version "1.1.2" - resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" + resolved "https://registry.npmjs.org/address/-/address-1.1.2.tgz" integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== aggregate-error@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0" - integrity sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA== + version "3.1.0" + resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" + integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== dependencies: clean-stack "^2.0.0" indent-string "^4.0.0" airbnb-js-shims@^2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz#db481102d682b98ed1daa4c5baa697a05ce5c040" + resolved "https://registry.npmjs.org/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz" integrity sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ== dependencies: array-includes "^3.0.3" @@ -2812,17 +2811,17 @@ airbnb-js-shims@^2.2.1: ajv-errors@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" + resolved "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz" integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: version "3.5.2" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" + resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== ajv@6.5.3: version "6.5.3" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.3.tgz#71a569d189ecf4f4f321224fecb166f071dd90f9" + resolved "https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz" integrity sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg== dependencies: fast-deep-equal "^2.0.1" @@ -2830,10 +2829,10 @@ ajv@6.5.3: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.5.5: - version "6.12.4" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234" - integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ== +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: + version "6.12.6" + resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== dependencies: fast-deep-equal "^3.1.1" fast-json-stable-stringify "^2.0.0" @@ -2842,131 +2841,125 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.5.5: alphanum-sort@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" + resolved "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz" integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= -amdefine@>=0.0.4: - version "1.0.1" - resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" - integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - ansi-align@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" + resolved "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz" integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= dependencies: string-width "^2.0.0" ansi-align@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" + resolved "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz" integrity sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== dependencies: string-width "^3.0.0" ansi-colors@^3.0.0: version "3.2.4" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" + resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz" integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== ansi-colors@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" + resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz" integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== ansi-escapes@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" + resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz" integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== ansi-escapes@^4.2.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61" - integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== + version "4.3.2" + resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== dependencies: - type-fest "^0.11.0" + type-fest "^0.21.3" ansi-html@0.0.7: version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" + resolved "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz" integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= ansi-regex@^2.0.0: version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= ansi-regex@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz" integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= ansi-regex@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz" integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== ansi-regex@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz" integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== ansi-styles@^2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= ansi-styles@^3.2.0, ansi-styles@^3.2.1: version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== dependencies: color-convert "^1.9.0" ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" - integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== + version "4.3.0" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== dependencies: - "@types/color-name" "^1.1.1" color-convert "^2.0.1" ansi-to-html@^0.6.11: - version "0.6.14" - resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.14.tgz#65fe6d08bba5dd9db33f44a20aec331e0010dad8" - integrity sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA== + version "0.6.15" + resolved "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.15.tgz" + integrity sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ== dependencies: - entities "^1.1.2" + entities "^2.0.0" anymatch@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + resolved "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz" integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== dependencies: micromatch "^3.1.4" normalize-path "^2.1.1" -anymatch@^3.0.3, anymatch@~3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" - integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== +anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2: + version "3.1.2" + resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz" + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== dependencies: normalize-path "^3.0.0" picomatch "^2.0.4" app-root-dir@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118" + resolved "https://registry.npmjs.org/app-root-dir/-/app-root-dir-1.0.2.tgz" integrity sha1-OBh+wt6nV3//Az/8sSFyaS/24Rg= application-config-path@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/application-config-path/-/application-config-path-0.1.0.tgz#193c5f0a86541a4c66fba1e2dc38583362ea5e8f" + resolved "https://registry.npmjs.org/application-config-path/-/application-config-path-0.1.0.tgz" integrity sha1-GTxfCoZUGkxm+6Hi3DhYM2LqXo8= application-config@~1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/application-config/-/application-config-1.0.1.tgz#5aa2e2a5ed6abd2e5d1d473d3596f574044fe9e7" + resolved "https://registry.npmjs.org/application-config/-/application-config-1.0.1.tgz" integrity sha1-WqLipe1qvS5dHUc9NZb1dARP6ec= dependencies: application-config-path "^0.1.0" @@ -2974,24 +2967,24 @@ application-config@~1.0.0: aproba@^1.0.3, aproba@^1.1.1: version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + resolved "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz" integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== arch@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/arch/-/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e" - integrity sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg== + version "2.2.0" + resolved "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz" + integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== archive-type@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/archive-type/-/archive-type-4.0.0.tgz#f92e72233056dfc6969472749c267bdb046b1d70" + resolved "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz" integrity sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA= dependencies: file-type "^4.2.0" are-we-there-yet@~1.1.2: version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" + resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz" integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== dependencies: delegates "^1.0.0" @@ -2999,127 +2992,132 @@ are-we-there-yet@~1.1.2: arg@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/arg/-/arg-2.0.0.tgz#c06e7ff69ab05b3a4a03ebe0407fac4cba657545" + resolved "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz" integrity sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w== argparse@^1.0.7: version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== dependencies: sprintf-js "~1.0.2" arr-diff@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz" integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= arr-flatten@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + resolved "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz" integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== arr-union@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz" integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= array-find-index@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" + resolved "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz" integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= array-flatten@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= array-flatten@^2.1.0: version "2.1.2" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" + resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz" integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== array-includes@^3.0.3, array-includes@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" - integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== + version "3.1.3" + resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz" + integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0" + es-abstract "^1.18.0-next.2" + get-intrinsic "^1.1.1" is-string "^1.0.5" array-parallel@~0.1.3: version "0.1.3" - resolved "https://registry.yarnpkg.com/array-parallel/-/array-parallel-0.1.3.tgz#8f785308926ed5aa478c47e64d1b334b6c0c947d" + resolved "https://registry.npmjs.org/array-parallel/-/array-parallel-0.1.3.tgz" integrity sha1-j3hTCJJu1apHjEfmTRszS2wMlH0= array-series@~0.1.5: version "0.1.5" - resolved "https://registry.yarnpkg.com/array-series/-/array-series-0.1.5.tgz#df5d37bfc5c2ef0755e2aa4f92feae7d4b5a972f" + resolved "https://registry.npmjs.org/array-series/-/array-series-0.1.5.tgz" integrity sha1-3103v8XC7wdV4qpPkv6ufUtaly8= array-union@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" + resolved "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz" integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= dependencies: array-uniq "^1.0.1" array-union@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== array-uniq@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz" integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= array-unique@^0.3.2: version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz" integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b" - integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== + version "1.2.4" + resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz" + integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.1" array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443" - integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== + version "1.2.4" + resolved "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz" + integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.1" function-bind "^1.1.1" -array.prototype.map@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.2.tgz#9a4159f416458a23e9483078de1106b2ef68f8ec" - integrity sha512-Az3OYxgsa1g7xDYp86l0nnN4bcmuEITGe1rbdEBVkrqkzMgDcbdQ2R7r41pNzti+4NMces3H8gMmuioZUilLgw== +array.prototype.map@^1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.3.tgz" + integrity sha512-nNcb30v0wfDyIe26Yif3PcV1JXQp4zEeEfupG7L4SRjnD6HLbO5b2a7eVSba53bOx4YCHYMBHt+Fp4vYstneRA== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.1" es-array-method-boxes-properly "^1.0.0" - is-string "^1.0.4" + is-string "^1.0.5" arrify@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" + resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= arrify@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" + resolved "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz" integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== asn1.js@^5.2.0: version "5.4.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" + resolved "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz" integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== dependencies: bn.js "^4.0.0" @@ -3129,19 +3127,19 @@ asn1.js@^5.2.0: asn1@~0.2.3: version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" + resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz" integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== dependencies: safer-buffer "~2.1.0" assert-plus@1.0.0, assert-plus@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= assert@^1.1.1: version "1.5.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" + resolved "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz" integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== dependencies: object-assign "^4.1.1" @@ -3149,84 +3147,76 @@ assert@^1.1.1: assign-symbols@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz" integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= -ast-types@0.11.3: - version "0.11.3" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.11.3.tgz#c20757fe72ee71278ea0ff3d87e5c2ca30d9edf8" - integrity sha512-XA5o5dsNw8MhyW0Q7MWXJWc4oOzZKbdsEJq45h7c8q/d9DwWZ5F2ugUc1PuMLPGsUnphCt/cNDHu8JeBbxf1qA== - -ast-types@^0.13.2: - version "0.13.3" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7" - integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA== +ast-types@^0.14.2: + version "0.14.2" + resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz" + integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA== + dependencies: + tslib "^2.0.1" astral-regex@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" + resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz" integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== astral-regex@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" + resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== async-each@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + resolved "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz" integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== -async-foreach@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" - integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= - async-limiter@~1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz" integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== async@0.9.x, async@^0.9.0: version "0.9.2" - resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" + resolved "https://registry.npmjs.org/async/-/async-0.9.2.tgz" integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= async@^2.6.2: version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" + resolved "https://registry.npmjs.org/async/-/async-2.6.3.tgz" integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== dependencies: lodash "^4.17.14" async@^3.0.1: - version "3.2.0" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720" - integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw== + version "3.2.1" + resolved "https://registry.npmjs.org/async/-/async-3.2.1.tgz" + integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg== asynckit@^0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= at-least-node@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" + resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== atob@^2.1.2: version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== auto-bind@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-4.0.0.tgz#e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb" + resolved "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz" integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ== autoprefixer@^9.7.2, autoprefixer@^9.8.0, autoprefixer@^9.8.6: version "9.8.6" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" + resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz" integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== dependencies: browserslist "^4.12.0" @@ -3238,9 +3228,9 @@ autoprefixer@^9.7.2, autoprefixer@^9.8.0, autoprefixer@^9.8.6: postcss-value-parser "^4.1.0" aws-sdk@^2.588.0: - version "2.722.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.722.0.tgz#41d2be501961b91ee0362be6dc77af68fd4438cb" - integrity sha512-zPKAHAQHhLYeMsLIaV1KG0lE3RGO60td4KnC/boIRM3IlHrm7aGryuToAQ+LegZ7rH7Et92moe36F1qgelC5fg== + version "2.970.0" + resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.970.0.tgz" + integrity sha512-9+ktvE5xgpHr3RsFOcq1SrhXLvU+jUji44jbecFZb5C2lzoEEB29aeN39OLJMW0ZuOrR+3TNum8c3f8YVx6A7w== dependencies: buffer "4.9.2" events "1.1.1" @@ -3254,17 +3244,17 @@ aws-sdk@^2.588.0: aws-sign2@~0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz" integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= aws4@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" - integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== + version "1.11.0" + resolved "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz" + integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: +babel-code-frame@^6.22.0: version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" + resolved "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz" integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= dependencies: chalk "^1.1.3" @@ -3273,7 +3263,7 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: babel-eslint@^10.1.0: version "10.1.0" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" + resolved "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz" integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== dependencies: "@babel/code-frame" "^7.0.0" @@ -3285,42 +3275,42 @@ babel-eslint@^10.1.0: babel-helper-evaluate-path@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz#a62fa9c4e64ff7ea5cea9353174ef023a900a67c" + resolved "https://registry.npmjs.org/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz" integrity sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA== babel-helper-flip-expressions@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.4.3.tgz#3696736a128ac18bc25254b5f40a22ceb3c1d3fd" + resolved "https://registry.npmjs.org/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.4.3.tgz" integrity sha1-NpZzahKKwYvCUlS19AoizrPB0/0= babel-helper-is-nodes-equiv@^0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz#34e9b300b1479ddd98ec77ea0bbe9342dfe39684" + resolved "https://registry.npmjs.org/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz" integrity sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ= babel-helper-is-void-0@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e" + resolved "https://registry.npmjs.org/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz" integrity sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4= babel-helper-mark-eval-scopes@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz#d244a3bef9844872603ffb46e22ce8acdf551562" + resolved "https://registry.npmjs.org/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz" integrity sha1-0kSjvvmESHJgP/tG4izorN9VFWI= babel-helper-remove-or-void@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz#a4f03b40077a0ffe88e45d07010dee241ff5ae60" + resolved "https://registry.npmjs.org/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz" integrity sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA= babel-helper-to-multiple-sequence-expressions@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz#a3f924e3561882d42fcf48907aa98f7979a4588d" + resolved "https://registry.npmjs.org/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz" integrity sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA== babel-loader@^8.0.6, babel-loader@^8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3" + resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz" integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== dependencies: find-cache-dir "^2.1.0" @@ -3329,37 +3319,30 @@ babel-loader@^8.0.6, babel-loader@^8.1.0: pify "^4.0.1" schema-utils "^2.6.5" -babel-messages@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" - integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= - dependencies: - babel-runtime "^6.22.0" - babel-plugin-add-react-displayname@^0.0.5: version "0.0.5" - resolved "https://registry.yarnpkg.com/babel-plugin-add-react-displayname/-/babel-plugin-add-react-displayname-0.0.5.tgz#339d4cddb7b65fd62d1df9db9fe04de134122bd5" + resolved "https://registry.npmjs.org/babel-plugin-add-react-displayname/-/babel-plugin-add-react-displayname-0.0.5.tgz" integrity sha1-M51M3be2X9YtHfnbn+BN4TQSK9U= -babel-plugin-apply-mdx-type-prop@1.6.16: - version "1.6.16" - resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.16.tgz#4becd65b3aa108f15c524a0b125ca7c81f3443d8" - integrity sha512-hjUd24Yhnr5NKtHpC2mcRBGjC6RUKGzSzjN9g5SdjT4WpL/JDlpmjyBf7vWsJJSXFvMIbzRyxF4lT9ukwOnj/w== +babel-plugin-apply-mdx-type-prop@1.6.22: + version "1.6.22" + resolved "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz" + integrity sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ== dependencies: "@babel/helper-plugin-utils" "7.10.4" - "@mdx-js/util" "1.6.16" + "@mdx-js/util" "1.6.22" babel-plugin-dynamic-import-node@^2.3.3: version "2.3.3" - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" + resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz" integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== dependencies: object.assign "^4.1.0" babel-plugin-emotion@^10.0.20, babel-plugin-emotion@^10.0.27: - version "10.0.33" - resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz#ce1155dcd1783bbb9286051efee53f4e2be63e03" - integrity sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ== + version "10.2.2" + resolved "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz" + integrity sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA== dependencies: "@babel/helper-module-imports" "^7.0.0" "@emotion/hash" "0.8.0" @@ -3372,16 +3355,16 @@ babel-plugin-emotion@^10.0.20, babel-plugin-emotion@^10.0.27: find-root "^1.1.0" source-map "^0.5.7" -babel-plugin-extract-import-names@1.6.16: - version "1.6.16" - resolved "https://registry.yarnpkg.com/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.16.tgz#b964004e794bdd62534c525db67d9e890d5cc079" - integrity sha512-Da6Ra0sbA/1Iavli8LdMbTjyrsOPaxMm4lrKl8VJN4sJI5F64qy2EpLj3+5INLvNPfW4ddwpStbfP3Rf3jIgcw== +babel-plugin-extract-import-names@1.6.22: + version "1.6.22" + resolved "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz" + integrity sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ== dependencies: "@babel/helper-plugin-utils" "7.10.4" babel-plugin-istanbul@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765" + resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz" integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== dependencies: "@babel/helper-plugin-utils" "^7.0.0" @@ -3392,7 +3375,7 @@ babel-plugin-istanbul@^6.0.0: babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.8.0: version "2.8.0" - resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" + resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz" integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== dependencies: "@babel/runtime" "^7.7.2" @@ -3401,19 +3384,19 @@ babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.8.0: babel-plugin-minify-builtins@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.5.0.tgz#31eb82ed1a0d0efdc31312f93b6e4741ce82c36b" + resolved "https://registry.npmjs.org/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.5.0.tgz" integrity sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag== babel-plugin-minify-constant-folding@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.5.0.tgz#f84bc8dbf6a561e5e350ff95ae216b0ad5515b6e" + resolved "https://registry.npmjs.org/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.5.0.tgz" integrity sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ== dependencies: babel-helper-evaluate-path "^0.5.0" babel-plugin-minify-dead-code-elimination@^0.5.1: version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz#1a0c68e44be30de4976ca69ffc535e08be13683f" + resolved "https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz" integrity sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg== dependencies: babel-helper-evaluate-path "^0.5.0" @@ -3423,14 +3406,14 @@ babel-plugin-minify-dead-code-elimination@^0.5.1: babel-plugin-minify-flip-comparisons@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz#00ca870cb8f13b45c038b3c1ebc0f227293c965a" + resolved "https://registry.npmjs.org/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz" integrity sha1-AMqHDLjxO0XAOLPB68DyJyk8llo= dependencies: babel-helper-is-void-0 "^0.4.3" babel-plugin-minify-guarded-expressions@^0.4.4: version "0.4.4" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.4.tgz#818960f64cc08aee9d6c75bec6da974c4d621135" + resolved "https://registry.npmjs.org/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.4.tgz" integrity sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA== dependencies: babel-helper-evaluate-path "^0.5.0" @@ -3438,29 +3421,29 @@ babel-plugin-minify-guarded-expressions@^0.4.4: babel-plugin-minify-infinity@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.4.3.tgz#dfb876a1b08a06576384ef3f92e653ba607b39ca" + resolved "https://registry.npmjs.org/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.4.3.tgz" integrity sha1-37h2obCKBldjhO8/kuZTumB7Oco= babel-plugin-minify-mangle-names@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.5.0.tgz#bcddb507c91d2c99e138bd6b17a19c3c271e3fd3" + resolved "https://registry.npmjs.org/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.5.0.tgz" integrity sha512-3jdNv6hCAw6fsX1p2wBGPfWuK69sfOjfd3zjUXkbq8McbohWy23tpXfy5RnToYWggvqzuMOwlId1PhyHOfgnGw== dependencies: babel-helper-mark-eval-scopes "^0.4.3" babel-plugin-minify-numeric-literals@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.4.3.tgz#8e4fd561c79f7801286ff60e8c5fd9deee93c0bc" + resolved "https://registry.npmjs.org/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.4.3.tgz" integrity sha1-jk/VYcefeAEob/YOjF/Z3u6TwLw= babel-plugin-minify-replace@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.5.0.tgz#d3e2c9946c9096c070efc96761ce288ec5c3f71c" + resolved "https://registry.npmjs.org/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.5.0.tgz" integrity sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q== babel-plugin-minify-simplify@^0.5.1: version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.1.tgz#f21613c8b95af3450a2ca71502fdbd91793c8d6a" + resolved "https://registry.npmjs.org/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.1.tgz" integrity sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A== dependencies: babel-helper-evaluate-path "^0.5.0" @@ -3470,92 +3453,116 @@ babel-plugin-minify-simplify@^0.5.1: babel-plugin-minify-type-constructors@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz#1bc6f15b87f7ab1085d42b330b717657a2156500" + resolved "https://registry.npmjs.org/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz" integrity sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA= dependencies: babel-helper-is-void-0 "^0.4.3" babel-plugin-named-asset-import@^0.3.1: - version "0.3.6" - resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.6.tgz#c9750a1b38d85112c9e166bf3ef7c5dbc605f4be" - integrity sha512-1aGDUfL1qOOIoqk9QKGIo2lANk+C7ko/fqH0uIyC71x3PEGz0uVP8ISgfEsFuG+FKmjHTvFK/nNM8dowpmUxLA== + version "0.3.7" + resolved "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz" + integrity sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw== + +babel-plugin-polyfill-corejs2@^0.2.2: + version "0.2.2" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz" + integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== + dependencies: + "@babel/compat-data" "^7.13.11" + "@babel/helper-define-polyfill-provider" "^0.2.2" + semver "^6.1.1" + +babel-plugin-polyfill-corejs3@^0.2.2: + version "0.2.4" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.4.tgz" + integrity sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.2.2" + core-js-compat "^3.14.0" + +babel-plugin-polyfill-regenerator@^0.2.2: + version "0.2.2" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz" + integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.2.2" babel-plugin-react-docgen@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.1.0.tgz#1dfa447dac9ca32d625a123df5733a9e47287c26" - integrity sha512-vzpnBlfGv8XOhJM2zbPyyqw2OLEbelgZZsaaRRTpVwNKuYuc+pUg4+dy7i9gCRms0uOQn4osX571HRcCJMJCmA== + version "4.2.1" + resolved "https://registry.npmjs.org/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.2.1.tgz" + integrity sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ== dependencies: + ast-types "^0.14.2" lodash "^4.17.15" react-docgen "^5.0.0" - recast "^0.14.7" babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" + resolved "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz" integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= babel-plugin-transform-inline-consecutive-adds@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1" + resolved "https://registry.npmjs.org/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz" integrity sha1-Mj1Ho+pjqDp6w8gRro5pQfrysNE= babel-plugin-transform-member-expression-literals@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.9.4.tgz#37039c9a0c3313a39495faac2ff3a6b5b9d038bf" + resolved "https://registry.npmjs.org/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.9.4.tgz" integrity sha1-NwOcmgwzE6OUlfqsL/OmtbnQOL8= babel-plugin-transform-merge-sibling-variables@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz#85b422fc3377b449c9d1cde44087203532401dae" + resolved "https://registry.npmjs.org/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz" integrity sha1-hbQi/DN3tEnJ0c3kQIcgNTJAHa4= babel-plugin-transform-minify-booleans@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.4.tgz#acbb3e56a3555dd23928e4b582d285162dd2b198" + resolved "https://registry.npmjs.org/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.4.tgz" integrity sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg= babel-plugin-transform-property-literals@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.4.tgz#98c1d21e255736573f93ece54459f6ce24985d39" + resolved "https://registry.npmjs.org/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.4.tgz" integrity sha1-mMHSHiVXNlc/k+zlRFn2ziSYXTk= dependencies: esutils "^2.0.2" babel-plugin-transform-regexp-constructors@^0.4.3: version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.4.3.tgz#58b7775b63afcf33328fae9a5f88fbd4fb0b4965" + resolved "https://registry.npmjs.org/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.4.3.tgz" integrity sha1-WLd3W2OvzzMyj66aX4j71PsLSWU= babel-plugin-transform-remove-console@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780" + resolved "https://registry.npmjs.org/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz" integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A= babel-plugin-transform-remove-debugger@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.9.4.tgz#42b727631c97978e1eb2d199a7aec84a18339ef2" + resolved "https://registry.npmjs.org/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.9.4.tgz" integrity sha1-QrcnYxyXl44estGZp67IShgznvI= babel-plugin-transform-remove-undefined@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.5.0.tgz#80208b31225766c630c97fa2d288952056ea22dd" + resolved "https://registry.npmjs.org/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.5.0.tgz" integrity sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ== dependencies: babel-helper-evaluate-path "^0.5.0" babel-plugin-transform-simplify-comparison-operators@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz#f62afe096cab0e1f68a2d753fdf283888471ceb9" + resolved "https://registry.npmjs.org/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz" integrity sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk= babel-plugin-transform-undefined-to-void@^6.9.4: version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz#be241ca81404030678b748717322b89d0c8fe280" + resolved "https://registry.npmjs.org/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz" integrity sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA= babel-polyfill@^6.2.0: version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" + resolved "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz" integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM= dependencies: babel-runtime "^6.26.0" @@ -3564,7 +3571,7 @@ babel-polyfill@^6.2.0: "babel-preset-minify@^0.5.0 || 0.6.0-alpha.5": version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz#25f5d0bce36ec818be80338d0e594106e21eaa9f" + resolved "https://registry.npmjs.org/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz" integrity sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg== dependencies: babel-plugin-minify-builtins "^0.5.0" @@ -3591,62 +3598,32 @@ babel-polyfill@^6.2.0: babel-plugin-transform-undefined-to-void "^6.9.4" lodash "^4.17.11" -babel-runtime@^6.22.0, babel-runtime@^6.26.0: +babel-runtime@^6.26.0: version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" + resolved "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz" integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= dependencies: core-js "^2.4.0" regenerator-runtime "^0.11.0" -babel-traverse@^6.0.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" - integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= - dependencies: - babel-code-frame "^6.26.0" - babel-messages "^6.23.0" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - debug "^2.6.8" - globals "^9.18.0" - invariant "^2.2.2" - lodash "^4.17.4" - -babel-types@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" - integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= - dependencies: - babel-runtime "^6.26.0" - esutils "^2.0.2" - lodash "^4.17.4" - to-fast-properties "^1.0.3" - -babylon@^6.0.0, babylon@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" - integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== - bail@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.4.tgz#7181b66d508aa3055d3f6c13f0a0c720641dde9b" - integrity sha512-S8vuDB4w6YpRhICUDET3guPlQpaJl7od94tpZ0Fvnyp+MKW/HyDTcRDck+29C9g+d/qQHnddRH3+94kZdrW0Ww== + version "1.0.5" + resolved "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz" + integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + version "1.0.2" + resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.0.2: - version "1.3.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" - integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== +base64-js@^1.0.2, base64-js@^1.3.1: + version "1.5.1" + resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== base@^0.11.1: version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz" integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== dependencies: cache-base "^1.0.1" @@ -3659,36 +3636,36 @@ base@^0.11.1: batch-processor@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/batch-processor/-/batch-processor-1.0.0.tgz#75c95c32b748e0850d10c2b168f6bdbe9891ace8" + resolved "https://registry.npmjs.org/batch-processor/-/batch-processor-1.0.0.tgz" integrity sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg= batch@0.6.1: version "0.6.1" - resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" + resolved "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz" integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= bcrypt-pbkdf@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz" integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= dependencies: tweetnacl "^0.14.3" better-opn@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-2.0.0.tgz#c70d198e51164bdc220306a28a885d9ac7a14c44" - integrity sha512-PPbGRgO/K0LowMHbH/JNvaV3qY3Vt+A2nH28fzJxy16h/DfR5OsVti6ldGl6S9SMsyUqT13sltikiAVtI6tKLA== + version "2.1.1" + resolved "https://registry.npmjs.org/better-opn/-/better-opn-2.1.1.tgz" + integrity sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA== dependencies: open "^7.0.3" big.js@^5.2.2: version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" + resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz" integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== bin-build@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/bin-build/-/bin-build-3.0.0.tgz#c5780a25a8a9f966d8244217e6c1f5082a143861" + resolved "https://registry.npmjs.org/bin-build/-/bin-build-3.0.0.tgz" integrity sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA== dependencies: decompress "^4.0.0" @@ -3699,7 +3676,7 @@ bin-build@^3.0.0: bin-check@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/bin-check/-/bin-check-4.1.0.tgz#fc495970bdc88bb1d5a35fc17e65c4a149fc4a49" + resolved "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz" integrity sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA== dependencies: execa "^0.7.0" @@ -3707,7 +3684,7 @@ bin-check@^4.1.0: bin-version-check@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/bin-version-check/-/bin-version-check-4.0.0.tgz#7d819c62496991f80d893e6e02a3032361608f71" + resolved "https://registry.npmjs.org/bin-version-check/-/bin-version-check-4.0.0.tgz" integrity sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ== dependencies: bin-version "^3.0.0" @@ -3716,7 +3693,7 @@ bin-version-check@^4.0.0: bin-version@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/bin-version/-/bin-version-3.1.0.tgz#5b09eb280752b1bd28f0c9db3f96f2f43b6c0839" + resolved "https://registry.npmjs.org/bin-version/-/bin-version-3.1.0.tgz" integrity sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ== dependencies: execa "^1.0.0" @@ -3724,7 +3701,7 @@ bin-version@^3.0.0: bin-wrapper@^4.0.0, bin-wrapper@^4.0.1: version "4.1.0" - resolved "https://registry.yarnpkg.com/bin-wrapper/-/bin-wrapper-4.1.0.tgz#99348f2cf85031e3ef7efce7e5300aeaae960605" + resolved "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz" integrity sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q== dependencies: bin-check "^4.1.0" @@ -3736,61 +3713,46 @@ bin-wrapper@^4.0.0, bin-wrapper@^4.0.1: binary-extensions@^1.0.0: version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz" integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== binary-extensions@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" - integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== + version "2.2.0" + resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" + integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== bindings@^1.5.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + resolved "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== dependencies: file-uri-to-path "1.0.0" -bl@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c" - integrity sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA== - dependencies: - readable-stream "^2.3.5" - safe-buffer "^5.1.1" - -bl@~1.1.2: +bl@^1.0.0, bl@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/bl/-/bl-1.1.2.tgz#fdca871a99713aa00d19e3bbba41c44787a65398" + resolved "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz" integrity sha1-/cqHGplxOqANGeO7ukHER4emU5g= dependencies: readable-stream "~2.0.5" -block-stream@*: - version "0.0.9" - resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" - integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - dependencies: - inherits "~2.0.0" - bluebird@^3.3.5, bluebird@^3.5.5: version "3.7.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" + resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0: - version "4.11.9" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828" - integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: + version "4.12.0" + resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz" + integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== -bn.js@^5.1.1: - version "5.1.3" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.3.tgz#beca005408f642ebebea80b042b4d18d2ac0ee6b" - integrity sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== +bn.js@^5.0.0, bn.js@^5.1.1: + version "5.2.0" + resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz" + integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== body-parser@1.19.0: version "1.19.0" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" + resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz" integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== dependencies: bytes "3.1.0" @@ -3806,7 +3768,7 @@ body-parser@1.19.0: bonjour@^3.5.0: version "3.5.0" - resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" + resolved "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz" integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU= dependencies: array-flatten "^2.1.0" @@ -3818,12 +3780,12 @@ bonjour@^3.5.0: boolbase@^1.0.0, boolbase@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= boxen@1.3.0, boxen@^1.2.1: version "1.3.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" + resolved "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz" integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== dependencies: ansi-align "^2.0.0" @@ -3836,7 +3798,7 @@ boxen@1.3.0, boxen@^1.2.1: boxen@^4.1.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64" + resolved "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz" integrity sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== dependencies: ansi-align "^3.0.0" @@ -3850,7 +3812,7 @@ boxen@^4.1.0: brace-expansion@^1.1.7: version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== dependencies: balanced-match "^1.0.0" @@ -3858,7 +3820,7 @@ brace-expansion@^1.1.7: braces@^2.3.1, braces@^2.3.2: version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz" integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== dependencies: arr-flatten "^1.1.0" @@ -3874,19 +3836,19 @@ braces@^2.3.1, braces@^2.3.2: braces@^3.0.1, braces@~3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range "^7.0.1" -brorand@^1.0.1: +brorand@^1.0.1, brorand@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" + resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz" integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= browserify-aes@^1.0.0, browserify-aes@^1.0.4: version "1.2.0" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" + resolved "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz" integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== dependencies: buffer-xor "^1.0.3" @@ -3898,7 +3860,7 @@ browserify-aes@^1.0.0, browserify-aes@^1.0.4: browserify-cipher@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" + resolved "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz" integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== dependencies: browserify-aes "^1.0.4" @@ -3907,7 +3869,7 @@ browserify-cipher@^1.0.0: browserify-des@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" + resolved "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz" integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== dependencies: cipher-base "^1.0.1" @@ -3916,16 +3878,16 @@ browserify-des@^1.0.0: safe-buffer "^5.1.2" browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" - integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= + version "4.1.0" + resolved "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz" + integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== dependencies: - bn.js "^4.1.0" + bn.js "^5.0.0" randombytes "^2.0.1" browserify-sign@^4.0.0: version "4.2.1" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" + resolved "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz" integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== dependencies: bn.js "^5.1.1" @@ -3940,14 +3902,14 @@ browserify-sign@^4.0.0: browserify-zlib@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" + resolved "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz" integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== dependencies: pako "~1.0.5" browserslist@4.10.0: version "4.10.0" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.10.0.tgz#f179737913eaf0d2b98e4926ac1ca6a15cbcc6a9" + resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.10.0.tgz" integrity sha512-TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA== dependencies: caniuse-lite "^1.0.30001035" @@ -3955,41 +3917,32 @@ browserslist@4.10.0: node-releases "^1.1.52" pkg-up "^3.1.0" -browserslist@^4.0.0: - version "4.14.1" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.1.tgz#cb2b490ba881d45dc3039078c7ed04411eaf3fa3" - integrity sha512-zyBTIHydW37pnb63c7fHFXUG6EcqWOqoMdDx6cdyaDFriZ20EoVxcE95S54N+heRqY8m8IUgB5zYta/gCwSaaA== - dependencies: - caniuse-lite "^1.0.30001124" - electron-to-chromium "^1.3.562" - escalade "^3.0.2" - node-releases "^1.1.60" - -browserslist@^4.12.0, browserslist@^4.8.5: - version "4.14.0" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.0.tgz#2908951abfe4ec98737b72f34c3bcedc8d43b000" - integrity sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ== +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4.16.7: + version "4.16.7" + resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.16.7.tgz" + integrity sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA== dependencies: - caniuse-lite "^1.0.30001111" - electron-to-chromium "^1.3.523" - escalade "^3.0.2" - node-releases "^1.1.60" + caniuse-lite "^1.0.30001248" + colorette "^1.2.2" + electron-to-chromium "^1.3.793" + escalade "^3.1.1" + node-releases "^1.1.73" bser@2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" + resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== dependencies: node-int64 "^0.4.0" buffer-alloc-unsafe@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" + resolved "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz" integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== buffer-alloc@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec" + resolved "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz" integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== dependencies: buffer-alloc-unsafe "^1.1.0" @@ -3997,32 +3950,32 @@ buffer-alloc@^1.2.0: buffer-crc32@~0.2.3: version "0.2.13" - resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + resolved "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz" integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= buffer-fill@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" + resolved "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz" integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + version "1.1.2" + resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== buffer-indexof@^1.0.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c" + resolved "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz" integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== buffer-xor@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" + resolved "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz" integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= buffer@4.9.2, buffer@^4.3.0: version "4.9.2" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" + resolved "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz" integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== dependencies: base64-js "^1.0.2" @@ -4030,31 +3983,49 @@ buffer@4.9.2, buffer@^4.3.0: isarray "^1.0.0" buffer@^5.2.1: - version "5.4.3" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz#3fbc9c69eb713d323e3fc1a895eee0710c072115" - integrity sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A== + version "5.7.1" + resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" + base64-js "^1.3.1" + ieee754 "^1.1.13" builtin-status-codes@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" + resolved "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz" integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= bytes@3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + resolved "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz" integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= bytes@3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" + resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz" integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== +c8@^7.6.0: + version "7.8.0" + resolved "https://registry.npmjs.org/c8/-/c8-7.8.0.tgz" + integrity sha512-x2Bx+IIEd608B1LmjiNQ/kizRPkCWo5XzuV57J9afPjAHSnYXALwbCSOkQ7cSaNXBNblfqcvdycj+klmL+j6yA== + dependencies: + "@bcoe/v8-coverage" "^0.2.3" + "@istanbuljs/schema" "^0.1.2" + find-up "^5.0.0" + foreground-child "^2.0.0" + istanbul-lib-coverage "^3.0.0" + istanbul-lib-report "^3.0.0" + istanbul-reports "^3.0.2" + rimraf "^3.0.0" + test-exclude "^6.0.0" + v8-to-istanbul "^8.0.0" + yargs "^16.2.0" + yargs-parser "^20.2.7" + cacache@^12.0.2: version "12.0.4" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" + resolved "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz" integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== dependencies: bluebird "^3.5.5" @@ -4074,9 +4045,9 @@ cacache@^12.0.2: y18n "^4.0.0" cacache@^15.0.5: - version "15.0.5" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0" - integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== + version "15.2.0" + resolved "https://registry.npmjs.org/cacache/-/cacache-15.2.0.tgz" + integrity sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw== dependencies: "@npmcli/move-file" "^1.0.1" chownr "^2.0.0" @@ -4092,13 +4063,13 @@ cacache@^15.0.5: p-map "^4.0.0" promise-inflight "^1.0.1" rimraf "^3.0.2" - ssri "^8.0.0" + ssri "^8.0.1" tar "^6.0.2" unique-filename "^1.1.1" cache-base@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + resolved "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz" integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== dependencies: collection-visit "^1.0.0" @@ -4113,7 +4084,7 @@ cache-base@^1.0.1: cacheable-request@^2.1.1: version "2.1.4" - resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-2.1.4.tgz#0d808801b6342ad33c91df9d0b44dc09b91e5c3d" + resolved "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz" integrity sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= dependencies: clone-response "1.0.2" @@ -4124,51 +4095,59 @@ cacheable-request@^2.1.1: normalize-url "2.0.1" responselike "1.0.2" +call-bind@^1.0.0, call-bind@^1.0.2: + version "1.0.2" + resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz" + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.2" + call-me-maybe@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" + resolved "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz" integrity sha1-JtII6onje1y95gJQoV8DHBak1ms= caller-callsite@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" + resolved "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz" integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= dependencies: callsites "^2.0.0" caller-path@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" + resolved "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz" integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= dependencies: caller-callsite "^2.0.0" callsites@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" + resolved "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz" integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= callsites@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== camel-case@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.1.tgz#1fc41c854f00e2f7d0139dfeba1542d6896fe547" - integrity sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q== + version "4.1.2" + resolved "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz" + integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== dependencies: - pascal-case "^3.1.1" - tslib "^1.10.0" + pascal-case "^3.1.2" + tslib "^2.0.3" camelcase-css@2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" + resolved "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz" integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== camelcase-keys@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" + resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz" integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= dependencies: camelcase "^2.0.0" @@ -4176,7 +4155,7 @@ camelcase-keys@^2.0.0: camelcase-keys@^6.2.2: version "6.2.2" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" + resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== dependencies: camelcase "^5.3.1" @@ -4185,27 +4164,27 @@ camelcase-keys@^6.2.2: camelcase@^2.0.0: version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz" integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= camelcase@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz" integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= camelcase@^5.0.0, camelcase@^5.3.1: version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== -camelcase@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e" - integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== +camelcase@^6.0.0, camelcase@^6.2.0: + version "6.2.0" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz" + integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== caniuse-api@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" + resolved "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz" integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== dependencies: browserslist "^4.0.0" @@ -4213,41 +4192,36 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001124: - version "1.0.30001124" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz#5d9998190258e11630d674fc50ea8e579ae0ced2" - integrity sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA== - -caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111: - version "1.0.30001116" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001116.tgz#f3a3dea347f9294a3bdc4292309039cc84117fb8" - integrity sha512-f2lcYnmAI5Mst9+g0nkMIznFGsArRmZ0qU+dnq8l91hymdc2J3SFbiPhOJEeDqC1vtE8nc1qNQyklzB8veJefQ== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001248: + version "1.0.30001251" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz" + integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A== capture-exit@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" + resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz" integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== dependencies: rsvp "^4.8.4" capture-stack-trace@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" + resolved "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz" integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== case-sensitive-paths-webpack-plugin@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz#23ac613cc9a856e4f88ff8bb73bbb5e989825cf7" - integrity sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ== + version "2.4.0" + resolved "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz" + integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== caseless@~0.12.0: version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= caw@^2.0.0, caw@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/caw/-/caw-2.0.1.tgz#6c3ca071fc194720883c2dc5da9b074bfc7e9e95" + resolved "https://registry.npmjs.org/caw/-/caw-2.0.1.tgz" integrity sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA== dependencies: get-proxy "^2.0.0" @@ -4256,13 +4230,13 @@ caw@^2.0.0, caw@^2.0.1: url-to-options "^1.0.1" ccount@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.4.tgz#9cf2de494ca84060a2a8d2854edd6dfb0445f386" - integrity sha512-fpZ81yYfzentuieinmGnphk0pLkOTMm6MZdVqwd77ROvhko6iujLNGrHH5E7utq3ygWklwfmwuG+A7P+NpqT6w== + version "1.1.0" + resolved "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz" + integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg== chalk@2.4.1: version "2.4.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz" integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ== dependencies: ansi-styles "^3.2.1" @@ -4271,16 +4245,16 @@ chalk@2.4.1: chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2: version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== dependencies: ansi-styles "^3.2.1" escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: +chalk@^1.0.0, chalk@^1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" + resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= dependencies: ansi-styles "^2.2.1" @@ -4291,56 +4265,66 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: chalk@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz" integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" chalk@^4.0.0, chalk@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== + version "4.1.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" changelog-parser@^2.0.0: version "2.8.0" - resolved "https://registry.yarnpkg.com/changelog-parser/-/changelog-parser-2.8.0.tgz#c14293e3e8fab797913c722de965480198650108" + resolved "https://registry.npmjs.org/changelog-parser/-/changelog-parser-2.8.0.tgz" integrity sha512-ZtSwN0hY7t+WpvaXqqXz98RHCNhWX9HsvCRAv1aBLlqJ7BpKtqdM6Nu6JOiUhRAWR7Gov0aN0fUnmflTz0WgZg== dependencies: line-reader "^0.2.4" remove-markdown "^0.2.2" -character-entities-html4@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.3.tgz#5ce6e01618e47048ac22f34f7f39db5c6fd679ef" - integrity sha512-SwnyZ7jQBCRHELk9zf2CN5AnGEc2nA+uKMZLHvcqhpPprjkYhiLn0DywMHgN5ttFZuITMATbh68M6VIVKwJbcg== - character-entities-legacy@^1.0.0: version "1.1.4" - resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" + resolved "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA== character-entities@^1.0.0: version "1.2.4" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b" + resolved "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== character-reference-invalid@^1.0.0: version "1.1.4" - resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" + resolved "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== chardet@^0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" + resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== +"chokidar@>=3.0.0 <4.0.0": + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + chokidar@^2.1.8: version "2.1.8" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz" integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== dependencies: anymatch "^2.0.0" @@ -4358,33 +4342,33 @@ chokidar@^2.1.8: fsevents "^1.2.7" chokidar@^3.3.0, chokidar@^3.4.1: - version "3.4.2" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" - integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== + version "3.5.2" + resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz" + integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ== dependencies: - anymatch "~3.1.1" + anymatch "~3.1.2" braces "~3.0.2" - glob-parent "~5.1.0" + glob-parent "~5.1.2" is-binary-path "~2.1.0" is-glob "~4.0.1" normalize-path "~3.0.0" - readdirp "~3.4.0" + readdirp "~3.6.0" optionalDependencies: - fsevents "~2.1.2" + fsevents "~2.3.2" chownr@^1.1.1: version "1.1.4" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" + resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== chownr@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" + resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== chrome-launcher@^0.13.0: version "0.13.4" - resolved "https://registry.yarnpkg.com/chrome-launcher/-/chrome-launcher-0.13.4.tgz#4c7d81333c98282899c4e38256da23e00ed32f73" + resolved "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.4.tgz" integrity sha512-nnzXiDbGKjDSK6t2I+35OAPBy5Pw/39bgkb/ZAFwMhwJbdYBp6aH+vW28ZgtjdU890Q7D+3wN/tB8N66q5Gi2A== dependencies: "@types/node" "*" @@ -4396,32 +4380,30 @@ chrome-launcher@^0.13.0: chrome-remote-interface@^0.28.0: version "0.28.2" - resolved "https://registry.yarnpkg.com/chrome-remote-interface/-/chrome-remote-interface-0.28.2.tgz#6be3554d2c227ff07eb74baa7e5d4911da12a5a6" + resolved "https://registry.npmjs.org/chrome-remote-interface/-/chrome-remote-interface-0.28.2.tgz" integrity sha512-F7mjof7rWvRNsJqhVXuiFU/HWySCxTA9tzpLxUJxVfdLkljwFJ1aMp08AnwXRmmP7r12/doTDOMwaNhFCJsacw== dependencies: commander "2.11.x" ws "^7.2.0" chrome-trace-event@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" - integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - dependencies: - tslib "^1.9.0" + version "1.0.3" + resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz" + integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== ci-info@^1.5.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" + resolved "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz" integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== ci-info@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: version "1.0.4" - resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" + resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz" integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== dependencies: inherits "^2.0.1" @@ -4429,7 +4411,7 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: class-utils@^0.3.5: version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + resolved "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz" integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== dependencies: arr-union "^3.1.0" @@ -4438,49 +4420,49 @@ class-utils@^0.3.5: static-extend "^0.1.1" classnames@^2.2.5: - version "2.2.6" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" - integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== + version "2.3.1" + resolved "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz" + integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA== clean-css@^4.2.3: version "4.2.3" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" + resolved "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz" integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== dependencies: source-map "~0.6.0" clean-stack@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== cli-boxes@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" + resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz" integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= cli-boxes@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.0.tgz#538ecae8f9c6ca508e3c3c95b453fe93cb4c168d" - integrity sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w== + version "2.2.1" + resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz" + integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== cli-cursor@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" + resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz" integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= dependencies: restore-cursor "^2.0.0" cli-cursor@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== dependencies: restore-cursor "^3.1.0" cli-table3@0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee" + resolved "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz" integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ== dependencies: object-assign "^4.1.0" @@ -4490,7 +4472,7 @@ cli-table3@0.6.0: cli-truncate@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" + resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz" integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== dependencies: slice-ansi "^3.0.0" @@ -4498,18 +4480,18 @@ cli-truncate@^2.1.0: cli-width@^2.0.0: version "2.2.1" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" + resolved "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz" integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== cli-width@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" + resolved "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz" integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== clipboard@^2.0.0: - version "2.0.6" - resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.6.tgz#52921296eec0fdf77ead1749421b21c968647376" - integrity sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg== + version "2.0.8" + resolved "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz" + integrity sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ== dependencies: good-listener "^1.2.2" select "^1.1.2" @@ -4517,7 +4499,7 @@ clipboard@^2.0.0: clipboardy@1.2.3: version "1.2.3" - resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-1.2.3.tgz#0526361bf78724c1f20be248d428e365433c07ef" + resolved "https://registry.npmjs.org/clipboardy/-/clipboardy-1.2.3.tgz" integrity sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA== dependencies: arch "^2.1.0" @@ -4525,7 +4507,7 @@ clipboardy@1.2.3: cliui@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" + resolved "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz" integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ== dependencies: string-width "^2.1.1" @@ -4534,7 +4516,7 @@ cliui@^4.0.0: cliui@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" + resolved "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz" integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== dependencies: string-width "^3.1.0" @@ -4543,41 +4525,48 @@ cliui@^5.0.0: cliui@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" + resolved "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz" integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== dependencies: string-width "^4.2.0" strip-ansi "^6.0.0" wrap-ansi "^6.2.0" -clone-deep@^0.2.4: - version "0.2.4" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.2.4.tgz#4e73dd09e9fb971cc38670c5dced9c1896481cc6" - integrity sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY= +cliui@^7.0.2: + version "7.0.4" + resolved "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz" + integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== dependencies: - for-own "^0.1.3" - is-plain-object "^2.0.1" - kind-of "^3.0.2" - lazy-cache "^1.0.3" - shallow-clone "^0.1.2" + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + +clone-deep@^4.0.1: + version "4.0.1" + resolved "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz" + integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== + dependencies: + is-plain-object "^2.0.4" + kind-of "^6.0.2" + shallow-clone "^3.0.0" clone-regexp@^2.1.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-2.2.0.tgz#7d65e00885cd8796405c35a737e7a86b7429e36f" + resolved "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz" integrity sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q== dependencies: is-regexp "^2.0.0" clone-response@1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" + resolved "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz" integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= dependencies: mimic-response "^1.0.0" coa@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" + resolved "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz" integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== dependencies: "@types/q" "^1.5.1" @@ -4586,158 +4575,139 @@ coa@^2.0.2: code-point-at@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -collapse-white-space@^1.0.0: +collapse-white-space@^1.0.2: version "1.0.6" - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287" + resolved "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz" integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== -collapse-white-space@^1.0.2: - version "1.0.5" - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.5.tgz#c2495b699ab1ed380d29a1091e01063e75dbbe3a" - integrity sha512-703bOOmytCYAX9cXYqoikYIx6twmFCXsnzRQheBcTG3nzKYBR4P/+wkYeH+Mvj7qUz8zZDtdyzbxfnEi/kYzRQ== - collection-visit@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + resolved "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz" integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= dependencies: map-visit "^1.0.0" object-visit "^1.0.0" -color-convert@^1.9.0, color-convert@^1.9.1: +color-convert@^1.9.0, color-convert@^1.9.3: version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== dependencies: color-name "1.1.3" color-convert@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== dependencies: color-name "~1.1.4" color-convert@~0.5.0: version "0.5.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-0.5.3.tgz#bdb6c69ce660fadffe0b0007cc447e1b9f7282bd" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz" integrity sha1-vbbGnOZg+t/+CwAHzER+G59ygr0= color-diff@^1.1.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/color-diff/-/color-diff-1.2.0.tgz#01a7c806de47dbd5ae571da49e65489666c999a7" + resolved "https://registry.npmjs.org/color-diff/-/color-diff-1.2.0.tgz" integrity sha512-FN7iLBCfb97ElJU2AQXbBAFXPbKmu0XJjPU9GWWmUkIbXka+Im8Q5w1geiL9GB+AktJ4pIA6nRZD1+TlEG6/rA== color-name@1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= color-name@^1.0.0, color-name@~1.1.4: version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-string@^1.5.2: - version "1.5.3" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc" - integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== +color-string@^1.6.0: + version "1.6.0" + resolved "https://registry.npmjs.org/color-string/-/color-string-1.6.0.tgz" + integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA== dependencies: color-name "^1.0.0" simple-swizzle "^0.2.2" color@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10" - integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== + version "3.2.1" + resolved "https://registry.npmjs.org/color/-/color-3.2.1.tgz" + integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== dependencies: - color-convert "^1.9.1" - color-string "^1.5.2" + color-convert "^1.9.3" + color-string "^1.6.0" -colorette@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b" - integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== +colorette@^1.2.1, colorette@^1.2.2: + version "1.3.0" + resolved "https://registry.npmjs.org/colorette/-/colorette-1.3.0.tgz" + integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w== colors@^1.1.2: version "1.4.0" - resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" + resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== dependencies: delayed-stream "~1.0.0" comma-separated-tokens@^1.0.0: version "1.0.8" - resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz#632b80b6117867a158f1080ad498b2fbe7e3f5ea" + resolved "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz" integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== commander@2.11.x: version "2.11.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563" + resolved "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz" integrity sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ== -commander@^2.17.1, commander@^2.19.0, commander@^2.20.0: +commander@^2.17.1, commander@^2.19.0, commander@^2.20.0, commander@^2.8.1: version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== commander@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" + resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== commander@^5.0.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" + resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz" integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== -commander@~2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4" - integrity sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ= - dependencies: - graceful-readlink ">= 1.0.0" - commondir@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" + resolved "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz" integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= compare-versions@^3.6.0: version "3.6.0" - resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62" + resolved "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz" integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA== component-emitter@^1.2.1: version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz" integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== -compressible@~2.0.14: +compressible@~2.0.14, compressible@~2.0.16: version "2.0.18" - resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + resolved "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz" integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== dependencies: mime-db ">= 1.43.0 < 2" -compressible@~2.0.16: - version "2.0.17" - resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.17.tgz#6e8c108a16ad58384a977f3a482ca20bff2f38c1" - integrity sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw== - dependencies: - mime-db ">= 1.40.0 < 2" - compression@1.7.3: version "1.7.3" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.3.tgz#27e0e176aaf260f7f2c2813c3e440adb9f1993db" + resolved "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz" integrity sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg== dependencies: accepts "~1.3.5" @@ -4750,7 +4720,7 @@ compression@1.7.3: compression@^1.7.4: version "1.7.4" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" + resolved "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz" integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== dependencies: accepts "~1.3.5" @@ -4763,12 +4733,12 @@ compression@^1.7.4: concat-map@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= concat-stream@^1.5.0, concat-stream@^1.6.2: version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz" integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== dependencies: buffer-from "^1.0.0" @@ -4777,19 +4747,19 @@ concat-stream@^1.5.0, concat-stream@^1.6.2: typedarray "^0.0.6" config-chain@^1.1.11: - version "1.1.12" - resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa" - integrity sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA== + version "1.1.13" + resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz" + integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== dependencies: ini "^1.3.4" proto-list "~1.2.1" configstore@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.2.tgz#c6f25defaeef26df12dd33414b001fe81a543f8f" - integrity sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw== + version "3.1.5" + resolved "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz" + integrity sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA== dependencies: - dot-prop "^4.1.0" + dot-prop "^4.2.1" graceful-fs "^4.1.2" make-dir "^1.0.0" unique-string "^1.0.0" @@ -4798,71 +4768,71 @@ configstore@^3.0.0: connect-history-api-fallback@^1.6.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" + resolved "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz" integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== console-browserify@^1.1.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" + resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz" integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== console-control-strings@^1.0.0, console-control-strings@~1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= console-stream@^0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/console-stream/-/console-stream-0.1.1.tgz#a095fe07b20465955f2fafd28b5d72bccd949d44" + resolved "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz" integrity sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ= constants-browserify@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" + resolved "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz" integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= contains-path@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" + resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz" integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= content-disposition@0.5.2: version "0.5.2" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" + resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz" integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ= content-disposition@0.5.3, content-disposition@^0.5.2: version "0.5.3" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" + resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz" integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== dependencies: safe-buffer "5.1.2" content-type@~1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz" integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== -convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" - integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== +convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: + version "1.8.0" + resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz" + integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== dependencies: safe-buffer "~5.1.1" cookie-signature@1.0.6: version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= cookie@0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" + resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz" integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== copy-concurrently@^1.0.0: version "1.0.5" - resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" + resolved "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz" integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== dependencies: aproba "^1.1.1" @@ -4874,47 +4844,47 @@ copy-concurrently@^1.0.0: copy-descriptor@^0.1.0: version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz" integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= copy-to-clipboard@^3.0.8: version "3.3.1" - resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz#115aa1a9998ffab6196f93076ad6da3b913662ae" + resolved "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz" integrity sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw== dependencies: toggle-selection "^1.0.6" -core-js-compat@^3.6.2: - version "3.6.5" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c" - integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== +core-js-compat@^3.14.0, core-js-compat@^3.16.0, core-js-compat@^3.6.2: + version "3.16.2" + resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.16.2.tgz" + integrity sha512-4lUshXtBXsdmp8cDWh6KKiHUg40AjiuPD3bOWkNVsr1xkAhpUqCjaZ8lB1bKx9Gb5fXcbRbFJ4f4qpRIRTuJqQ== dependencies: - browserslist "^4.8.5" + browserslist "^4.16.7" semver "7.0.0" core-js-pure@^3.0.1: - version "3.6.5" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813" - integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== + version "3.16.2" + resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.16.2.tgz" + integrity sha512-oxKe64UH049mJqrKkynWp6Vu0Rlm/BTXO/bJZuN2mmR3RtOFNepLlSWDd1eo16PzHpQAoNG97rLU1V/YxesJjw== core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5: - version "2.6.11" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" - integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== + version "2.6.12" + resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz" + integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== core-js@^3.0.1, core-js@^3.0.4, core-js@^3.6.5: - version "3.6.5" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" - integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== + version "3.16.2" + resolved "https://registry.npmjs.org/core-js/-/core-js-3.16.2.tgz" + integrity sha512-P0KPukO6OjMpjBtHSceAZEWlDD1M2Cpzpg6dBbrjFqFhBHe/BwhxaP820xKOjRn/lZRQirrCusIpLS/n2sgXLQ== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= cosmiconfig@^5.0.0: version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz" integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== dependencies: import-fresh "^2.0.0" @@ -4924,7 +4894,7 @@ cosmiconfig@^5.0.0: cosmiconfig@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz" integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== dependencies: "@types/parse-json" "^4.0.0" @@ -4933,14 +4903,20 @@ cosmiconfig@^6.0.0: path-type "^4.0.0" yaml "^1.7.2" -crc32@~0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/crc32/-/crc32-0.2.2.tgz#7ad220d6ffdcd119f9fc127a7772cacea390a4ba" - integrity sha1-etIg1v/c0Rn5/BJ6d3LKzqOQpLo= +cosmiconfig@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz" + integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== + dependencies: + "@types/parse-json" "^4.0.0" + import-fresh "^3.2.1" + parse-json "^5.0.0" + path-type "^4.0.0" + yaml "^1.10.0" create-ecdh@^4.0.0: version "4.0.4" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" + resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz" integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== dependencies: bn.js "^4.1.0" @@ -4948,14 +4924,14 @@ create-ecdh@^4.0.0: create-error-class@^3.0.0: version "3.0.2" - resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" + resolved "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz" integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= dependencies: capture-stack-trace "^1.0.0" create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" + resolved "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz" integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== dependencies: cipher-base "^1.0.1" @@ -4966,7 +4942,7 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: version "1.1.7" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" + resolved "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz" integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== dependencies: cipher-base "^1.0.3" @@ -4976,9 +4952,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: safe-buffer "^5.0.1" sha.js "^2.4.8" -create-react-context@0.3.0, create-react-context@^0.3.0: +create-react-context@0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c" + resolved "https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz" integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== dependencies: gud "^1.0.0" @@ -4986,31 +4962,23 @@ create-react-context@0.3.0, create-react-context@^0.3.0: cross-env@^7.0.2: version "7.0.2" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9" + resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.2.tgz" integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw== dependencies: cross-spawn "^7.0.1" cross-spawn@7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz" integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" which "^2.0.1" -cross-spawn@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982" - integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI= - dependencies: - lru-cache "^4.0.1" - which "^1.2.9" - cross-spawn@^4.0.0: version "4.0.2" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz" integrity sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE= dependencies: lru-cache "^4.0.1" @@ -5018,7 +4986,7 @@ cross-spawn@^4.0.0: cross-spawn@^5.0.1: version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz" integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= dependencies: lru-cache "^4.0.1" @@ -5027,7 +4995,7 @@ cross-spawn@^5.0.1: cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz" integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== dependencies: nice-try "^1.0.4" @@ -5036,9 +5004,9 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@^7.0.1, cross-spawn@^7.0.2: +cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2: version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== dependencies: path-key "^3.1.0" @@ -5047,7 +5015,7 @@ cross-spawn@^7.0.1, cross-spawn@^7.0.2: crypto-browserify@^3.11.0: version "3.12.0" - resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" + resolved "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz" integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== dependencies: browserify-cipher "^1.0.0" @@ -5069,17 +5037,17 @@ crypto-js@^4.1.1: crypto-random-string@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" + resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz" integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= css-color-names@0.0.4, css-color-names@^0.0.4: version "0.0.4" - resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" + resolved "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz" integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= css-declaration-sorter@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" + resolved "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz" integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== dependencies: postcss "^7.0.1" @@ -5087,7 +5055,7 @@ css-declaration-sorter@^4.0.1: css-loader@^3.5.3: version "3.6.0" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" + resolved "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz" integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== dependencies: camelcase "^5.3.1" @@ -5106,7 +5074,7 @@ css-loader@^3.5.3: css-loader@^4.2.2: version "4.2.2" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.2.2.tgz#b668b3488d566dc22ebcf9425c5f254a05808c89" + resolved "https://registry.npmjs.org/css-loader/-/css-loader-4.2.2.tgz" integrity sha512-omVGsTkZPVwVRpckeUnLshPp12KsmMSLqYxs12+RzM9jRR5Y+Idn/tBffjXRvOE+qW7if24cuceFJqYR5FmGBg== dependencies: camelcase "^6.0.0" @@ -5124,22 +5092,12 @@ css-loader@^4.2.2: css-select-base-adapter@^0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" + resolved "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz" integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== -css-select@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" - integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= - dependencies: - boolbase "~1.0.0" - css-what "2.1" - domutils "1.5.1" - nth-check "~1.0.1" - css-select@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" + resolved "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz" integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== dependencies: boolbase "^1.0.0" @@ -5147,51 +5105,62 @@ css-select@^2.0.0: domutils "^1.7.0" nth-check "^1.0.2" +css-select@^4.1.3: + version "4.1.3" + resolved "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz" + integrity sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA== + dependencies: + boolbase "^1.0.0" + css-what "^5.0.0" + domhandler "^4.2.0" + domutils "^2.6.0" + nth-check "^2.0.0" + css-tree@1.0.0-alpha.37: version "1.0.0-alpha.37" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" + resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz" integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== dependencies: mdn-data "2.0.4" source-map "^0.6.1" -css-tree@1.0.0-alpha.39: - version "1.0.0-alpha.39" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.39.tgz#2bff3ffe1bb3f776cf7eefd91ee5cba77a149eeb" - integrity sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA== +css-tree@^1.1.2: + version "1.1.3" + resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz" + integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== dependencies: - mdn-data "2.0.6" + mdn-data "2.0.14" source-map "^0.6.1" css-vars-ponyfill@^2.3.2: version "2.3.2" - resolved "https://registry.yarnpkg.com/css-vars-ponyfill/-/css-vars-ponyfill-2.3.2.tgz#688c990d33d7d4651a2a8dd3a99d8e7458f6e20e" + resolved "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.3.2.tgz" integrity sha512-XkZfj0ROhem0Zdv44+LF15COsYmxnqL7Wd/gvwuWAauYoALbt2x94b6dIKF9fB6SIyOMYEQngA82t9RnC6b/aw== -css-what@2.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" - integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== - css-what@^3.2.1: - version "3.3.0" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.3.0.tgz#10fec696a9ece2e591ac772d759aacabac38cd39" - integrity sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg== + version "3.4.2" + resolved "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz" + integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== + +css-what@^5.0.0: + version "5.0.1" + resolved "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz" + integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg== cssesc@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703" + resolved "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz" integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg== cssesc@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== cssnano-preset-default@^4.0.7: - version "4.0.7" - resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76" - integrity sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== + version "4.0.8" + resolved "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz" + integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ== dependencies: css-declaration-sorter "^4.0.1" cssnano-util-raw-cache "^4.0.1" @@ -5221,34 +5190,34 @@ cssnano-preset-default@^4.0.7: postcss-ordered-values "^4.1.2" postcss-reduce-initial "^4.0.3" postcss-reduce-transforms "^4.0.2" - postcss-svgo "^4.0.2" + postcss-svgo "^4.0.3" postcss-unique-selectors "^4.0.1" cssnano-util-get-arguments@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" + resolved "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz" integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= cssnano-util-get-match@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" + resolved "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz" integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= cssnano-util-raw-cache@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" + resolved "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz" integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== dependencies: postcss "^7.0.0" cssnano-util-same-parent@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" + resolved "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz" integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== cssnano@^4.1.10: version "4.1.10" - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2" + resolved "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz" integrity sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== dependencies: cosmiconfig "^5.0.0" @@ -5257,32 +5226,32 @@ cssnano@^4.1.10: postcss "^7.0.0" csso@^4.0.2: - version "4.0.3" - resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.3.tgz#0d9985dc852c7cc2b2cacfbbe1079014d1a8e903" - integrity sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ== + version "4.2.0" + resolved "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz" + integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== dependencies: - css-tree "1.0.0-alpha.39" + css-tree "^1.1.2" csstype@^2.5.7: - version "2.6.13" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.13.tgz#a6893015b90e84dd6e85d0e3b442a1e84f2dbe0f" - integrity sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A== + version "2.6.17" + resolved "https://registry.npmjs.org/csstype/-/csstype-2.6.17.tgz" + integrity sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A== csstype@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.2.tgz#ee5ff8f208c8cd613b389f7b222c9801ca62b3f7" - integrity sha512-ofovWglpqoqbfLNOTBNZLSbMuGrblAf1efvvArGKOZMBrIoJeu5UsAipQolkijtyQx5MtAzT/J9IHj/CEY1mJw== + version "3.0.8" + resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz" + integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw== currently-unhandled@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" + resolved "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz" integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= dependencies: array-find-index "^1.0.1" cwebp-bin@^5.0.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/cwebp-bin/-/cwebp-bin-5.1.0.tgz#d5bea87c127358558e7bf7a90a6d440d42dcb074" + resolved "https://registry.npmjs.org/cwebp-bin/-/cwebp-bin-5.1.0.tgz" integrity sha512-BsPKStaNr98zfxwejWWLIGELbPERULJoD2v5ijvpeutSAGsegX7gmABgnkRK7MUucCPROXXfaPqkLAwI509JzA== dependencies: bin-build "^3.0.0" @@ -5291,12 +5260,12 @@ cwebp-bin@^5.0.0: cyclist@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" + resolved "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= d@1, d@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" + resolved "https://registry.npmjs.org/d/-/d-1.0.1.tgz" integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== dependencies: es5-ext "^0.10.50" @@ -5304,40 +5273,40 @@ d@1, d@^1.0.1: dashdash@^1.12.0: version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz" integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= dependencies: assert-plus "^1.0.0" date-fns@^2.15.0: version "2.15.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.15.0.tgz#424de6b3778e4e69d3ff27046ec136af58ae5d5f" + resolved "https://registry.npmjs.org/date-fns/-/date-fns-2.15.0.tgz" integrity sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ== -debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.8, debug@^2.6.9: +debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9: version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms "2.0.0" -debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.5: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== +debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.7: + version "3.2.7" + resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== dependencies: ms "^2.1.1" -debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== +debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: + version "4.3.2" + resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz" + integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== dependencies: - ms "^2.1.1" + ms "2.1.2" decamelize-keys@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" + resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz" integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= dependencies: decamelize "^1.1.0" @@ -5345,24 +5314,24 @@ decamelize-keys@^1.1.0: decamelize@^1.1.0, decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= decode-uri-component@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz" integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= decompress-response@^3.2.0, decompress-response@^3.3.0: version "3.3.0" - resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" + resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz" integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= dependencies: mimic-response "^1.0.0" decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz#718cbd3fcb16209716e70a26b84e7ba4592e5af1" + resolved "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz" integrity sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ== dependencies: file-type "^5.2.0" @@ -5371,7 +5340,7 @@ decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1: decompress-tarbz2@^4.0.0: version "4.1.1" - resolved "https://registry.yarnpkg.com/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz#3082a5b880ea4043816349f378b56c516be1a39b" + resolved "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz" integrity sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A== dependencies: decompress-tar "^4.1.0" @@ -5382,7 +5351,7 @@ decompress-tarbz2@^4.0.0: decompress-targz@^4.0.0: version "4.1.1" - resolved "https://registry.yarnpkg.com/decompress-targz/-/decompress-targz-4.1.1.tgz#c09bc35c4d11f3de09f2d2da53e9de23e7ce1eee" + resolved "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz" integrity sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w== dependencies: decompress-tar "^4.1.1" @@ -5391,7 +5360,7 @@ decompress-targz@^4.0.0: decompress-unzip@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz#deaaccdfd14aeaf85578f733ae8210f9b4848f69" + resolved "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz" integrity sha1-3qrM39FK6vhVePczroIQ+bSEj2k= dependencies: file-type "^3.8.0" @@ -5400,9 +5369,9 @@ decompress-unzip@^4.0.1: yauzl "^2.4.2" decompress@^4.0.0, decompress@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.0.tgz#7aedd85427e5a92dacfe55674a7c505e96d01f9d" - integrity sha1-eu3YVCflqS2s/lVnSnxQXpbQH50= + version "4.2.1" + resolved "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz" + integrity sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ== dependencies: decompress-tar "^4.0.0" decompress-tarbz2 "^4.0.0" @@ -5415,12 +5384,12 @@ decompress@^4.0.0, decompress@^4.2.0: dedent@^0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" + resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz" integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw= deep-equal@^1.0.1, deep-equal@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" + resolved "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz" integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== dependencies: is-arguments "^1.0.4" @@ -5432,22 +5401,27 @@ deep-equal@^1.0.1, deep-equal@^1.1.1: deep-extend@^0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== deep-is@^0.1.3, deep-is@~0.1.3: version "0.1.3" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" + resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz" integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= deep-object-diff@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/deep-object-diff/-/deep-object-diff-1.1.0.tgz#d6fabf476c2ed1751fc94d5ca693d2ed8c18bc5a" + resolved "https://registry.npmjs.org/deep-object-diff/-/deep-object-diff-1.1.0.tgz" integrity sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw== +deepmerge@^4.2.2: + version "4.2.2" + resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz" + integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== + default-gateway@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" + resolved "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz" integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA== dependencies: execa "^1.0.0" @@ -5455,28 +5429,28 @@ default-gateway@^4.2.0: define-properties@^1.1.2, define-properties@^1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz" integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== dependencies: object-keys "^1.0.12" define-property@^0.2.5: version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + resolved "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz" integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= dependencies: is-descriptor "^0.1.0" define-property@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + resolved "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz" integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= dependencies: is-descriptor "^1.0.0" define-property@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + resolved "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz" integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== dependencies: is-descriptor "^1.0.2" @@ -5484,7 +5458,7 @@ define-property@^2.0.2: del@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4" + resolved "https://registry.npmjs.org/del/-/del-4.1.1.tgz" integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ== dependencies: "@types/glob" "^7.1.1" @@ -5497,27 +5471,27 @@ del@^4.1.1: delayed-stream@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= delegate@^3.1.2: version "3.2.0" - resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166" + resolved "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz" integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== delegates@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + resolved "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= depd@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= des.js@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" + resolved "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz" integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== dependencies: inherits "^2.0.1" @@ -5525,41 +5499,41 @@ des.js@^1.0.0: destroy@~1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + resolved "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz" integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= desvg-loader@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/desvg-loader/-/desvg-loader-0.1.0.tgz#ae7c9caff724a711c2dd6e73407ef8713e2d7ba8" + resolved "https://registry.npmjs.org/desvg-loader/-/desvg-loader-0.1.0.tgz" integrity sha512-xVVTqckiQ6BbG/vgaxPkjV9+SV3FUJ+kDv5hE3gny5UPbHXbhmS6O0Mt9kU56QgiSttliyevQk/E6QGlihXGnA== dependencies: "@kossnocorp/desvg" "^0.1.1" desvg@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/desvg/-/desvg-1.0.2.tgz#21ee28749f327bf95e17259317ed5c8210e74b33" + resolved "https://registry.npmjs.org/desvg/-/desvg-1.0.2.tgz" integrity sha1-Ie4odJ8ye/leFyWTF+1cghDnSzM= -detab@2.0.3, detab@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.3.tgz#33e5dd74d230501bd69985a0d2b9a3382699a130" - integrity sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A== +detab@2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz" + integrity sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g== dependencies: repeat-string "^1.5.4" detect-file@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" + resolved "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz" integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= detect-node@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" - integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== + version "2.1.0" + resolved "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz" + integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== detect-port-alt@1.1.6: version "1.1.6" - resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275" + resolved "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz" integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q== dependencies: address "^1.0.1" @@ -5567,7 +5541,7 @@ detect-port-alt@1.1.6: detect-port@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.3.0.tgz#d9c40e9accadd4df5cac6a782aefd014d573d1f1" + resolved "https://registry.npmjs.org/detect-port/-/detect-port-1.3.0.tgz" integrity sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ== dependencies: address "^1.0.1" @@ -5575,7 +5549,7 @@ detect-port@^1.3.0: diffie-hellman@^5.0.0: version "5.0.3" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" + resolved "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz" integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== dependencies: bn.js "^4.1.0" @@ -5584,7 +5558,7 @@ diffie-hellman@^5.0.0: dir-glob@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034" + resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz" integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag== dependencies: arrify "^1.0.1" @@ -5592,34 +5566,34 @@ dir-glob@2.0.0: dir-glob@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== dependencies: path-type "^4.0.0" dns-equal@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" + resolved "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz" integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0= dns-packet@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a" - integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg== + version "1.3.4" + resolved "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz" + integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA== dependencies: ip "^1.1.0" safe-buffer "^5.0.1" dns-txt@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6" + resolved "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz" integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY= dependencies: buffer-indexof "^1.0.0" doctrine@1.5.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" + resolved "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz" integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= dependencies: esutils "^2.0.2" @@ -5627,138 +5601,155 @@ doctrine@1.5.0: doctrine@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" + resolved "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz" integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== dependencies: esutils "^2.0.2" doctrine@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" + resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== dependencies: esutils "^2.0.2" -dom-converter@^0.2: +dom-converter@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" + resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz" integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== dependencies: utila "~0.4" dom-helpers@^5.0.1: - version "5.2.0" - resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.0.tgz#57fd054c5f8f34c52a3eeffdb7e7e93cd357d95b" - integrity sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ== + version "5.2.1" + resolved "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz" + integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA== dependencies: "@babel/runtime" "^7.8.7" csstype "^3.0.2" dom-serializer@0: version "0.2.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" + resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz" integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== dependencies: domelementtype "^2.0.1" entities "^2.0.0" +dom-serializer@^1.0.1: + version "1.3.2" + resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz" + integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" + dom-walk@^0.1.0: version "0.1.2" - resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84" + resolved "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz" integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w== domain-browser@^1.1.1: version "1.2.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" + resolved "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz" integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== domelementtype@1, domelementtype@^1.3.1: version "1.3.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" + resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz" integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== -domelementtype@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d" - integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ== +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.2.0" + resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz" + integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== domhandler@^2.3.0: version "2.4.2" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" + resolved "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz" integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== dependencies: domelementtype "1" -domutils@1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" - integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8= +domhandler@^4.0.0, domhandler@^4.2.0: + version "4.2.0" + resolved "https://registry.npmjs.org/domhandler/-/domhandler-4.2.0.tgz" + integrity sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA== dependencies: - dom-serializer "0" - domelementtype "1" + domelementtype "^2.2.0" domutils@^1.5.1, domutils@^1.7.0: version "1.7.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" + resolved "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz" integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== dependencies: dom-serializer "0" domelementtype "1" -dot-case@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.3.tgz#21d3b52efaaba2ea5fda875bb1aa8124521cf4aa" - integrity sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA== +domutils@^2.5.2, domutils@^2.6.0: + version "2.7.0" + resolved "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz" + integrity sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg== dependencies: - no-case "^3.0.3" - tslib "^1.10.0" + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" -dot-prop@^4.1.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57" - integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ== +dot-case@^3.0.4: + version "3.0.4" + resolved "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz" + integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== + dependencies: + no-case "^3.0.4" + tslib "^2.0.3" + +dot-prop@^4.2.1: + version "4.2.1" + resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz" + integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ== dependencies: is-obj "^1.0.0" dot-prop@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb" - integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A== + version "5.3.0" + resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz" + integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== dependencies: is-obj "^2.0.0" dotenv-defaults@^1.0.2: version "1.1.1" - resolved "https://registry.yarnpkg.com/dotenv-defaults/-/dotenv-defaults-1.1.1.tgz#032c024f4b5906d9990eb06d722dc74cc60ec1bd" + resolved "https://registry.npmjs.org/dotenv-defaults/-/dotenv-defaults-1.1.1.tgz" integrity sha512-6fPRo9o/3MxKvmRZBD3oNFdxODdhJtIy1zcJeUSCs6HCy4tarUpd+G67UTU9tF6OWXeSPqsm4fPAB+2eY9Rt9Q== dependencies: dotenv "^6.2.0" dotenv-expand@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" + resolved "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz" integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== dotenv-webpack@^1.7.0: version "1.8.0" - resolved "https://registry.yarnpkg.com/dotenv-webpack/-/dotenv-webpack-1.8.0.tgz#7ca79cef2497dd4079d43e81e0796bc9d0f68a5e" + resolved "https://registry.npmjs.org/dotenv-webpack/-/dotenv-webpack-1.8.0.tgz" integrity sha512-o8pq6NLBehtrqA8Jv8jFQNtG9nhRtVqmoD4yWbgUyoU3+9WBlPe+c2EAiaJok9RB28QvrWvdWLZGeTT5aATDMg== dependencies: dotenv-defaults "^1.0.2" dotenv@^6.2.0: version "6.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" + resolved "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz" integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== dotenv@^8.0.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" - integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== + version "8.6.0" + resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz" + integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== download@^6.2.2: version "6.2.5" - resolved "https://registry.yarnpkg.com/download/-/download-6.2.5.tgz#acd6a542e4cd0bb42ca70cfc98c9e43b07039714" + resolved "https://registry.npmjs.org/download/-/download-6.2.5.tgz" integrity sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA== dependencies: caw "^2.0.0" @@ -5775,7 +5766,7 @@ download@^6.2.2: download@^7.1.0: version "7.1.0" - resolved "https://registry.yarnpkg.com/download/-/download-7.1.0.tgz#9059aa9d70b503ee76a132897be6dec8e5587233" + resolved "https://registry.npmjs.org/download/-/download-7.1.0.tgz" integrity sha512-xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ== dependencies: archive-type "^4.0.0" @@ -5793,24 +5784,24 @@ download@^7.1.0: duplexer2@~0.0.2: version "0.0.2" - resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" + resolved "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz" integrity sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds= dependencies: readable-stream "~1.1.9" duplexer3@^0.1.4: version "0.1.4" - resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" + resolved "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz" integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= duplexer@^0.1.1, duplexer@~0.1.1: version "0.1.2" - resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" + resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz" integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== duplexify@^3.4.2, duplexify@^3.6.0: version "3.7.1" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" + resolved "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz" integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== dependencies: end-of-stream "^1.0.0" @@ -5820,7 +5811,7 @@ duplexify@^3.4.2, duplexify@^3.6.0: ecc-jsbn@~0.1.1: version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz" integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= dependencies: jsbn "~0.1.0" @@ -5828,49 +5819,44 @@ ecc-jsbn@~0.1.1: ee-first@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= ejs@^3.1.2: - version "3.1.5" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.5.tgz#aed723844dc20acb4b170cd9ab1017e476a0d93b" - integrity sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w== + version "3.1.6" + resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz" + integrity sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw== dependencies: jake "^10.6.1" -electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.523: - version "1.3.539" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.539.tgz#9952fb0bf3fb4295282e7df35f6e7a2a8b89d3fd" - integrity sha512-rM0LWDIstdqfaRUADZetNrL6+zd/0NBmavbMEhBXgc2u/CC1d1GaDyN5hho29fFvBiOVFwrSWZkzmNcZnCEDog== - -electron-to-chromium@^1.3.562: - version "1.3.562" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.562.tgz#79c20277ee1c8d0173a22af00e38433b752bc70f" - integrity sha512-WhRe6liQ2q/w1MZc8mD8INkenHivuHdrr4r5EQHNomy3NJux+incP6M6lDMd0paShP3MD0WGe5R1TWmEClf+Bg== +electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.793: + version "1.3.808" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.808.tgz" + integrity sha512-espnsbWTuUw0a2jMwfabCc09py2ujB+FZZE1hZWn5yYijEmxzEhdhTLKUfZGjynHvdIMQ4X/Pr/t8s4eiyH/QQ== element-resize-detector@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.1.tgz#b0305194447a4863155e58f13323a0aef30851d1" - integrity sha512-BdFsPepnQr9fznNPF9nF4vQ457U/ZJXQDSNF1zBe7yaga8v9AdZf3/NElYxFdUh7SitSGt040QygiTo6dtatIw== + version "1.2.3" + resolved "https://registry.npmjs.org/element-resize-detector/-/element-resize-detector-1.2.3.tgz" + integrity sha512-+dhNzUgLpq9ol5tyhoG7YLoXL3ssjfFW+0gpszXPwRU6NjGr1fVHMEAF8fVzIiRJq57Nre0RFeIjJwI8Nh2NmQ== dependencies: batch-processor "1.0.0" elliptic@^6.5.3: - version "6.5.3" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" - integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== + version "6.5.4" + resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz" + integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== dependencies: - bn.js "^4.4.0" - brorand "^1.0.1" + bn.js "^4.11.9" + brorand "^1.1.0" hash.js "^1.0.0" - hmac-drbg "^1.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.0" + hmac-drbg "^1.0.1" + inherits "^2.0.4" + minimalistic-assert "^1.0.1" + minimalistic-crypto-utils "^1.0.1" emoji-mart@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/emoji-mart/-/emoji-mart-3.0.0.tgz#eca24a04881e27752a6921e09f65a86ce8539a50" + resolved "https://registry.npmjs.org/emoji-mart/-/emoji-mart-3.0.0.tgz" integrity sha512-r5DXyzOLJttdwRYfJmPq/XL3W5tiAE/VsRnS0Hqyn27SqPA/GOYwVUSx50px/dXdJyDSnvmoPbuJ/zzhwSaU4A== dependencies: "@babel/runtime" "^7.0.0" @@ -5878,32 +5864,32 @@ emoji-mart@^3.0.0: "emoji-regex@>=6.0.0 <=6.1.1": version "6.1.1" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.1.tgz" integrity sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4= emoji-regex@^7.0.1: version "7.0.3" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz" integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== emoji-regex@^8.0.0: version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== emojis-list@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" + resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz" integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= emojis-list@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" + resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz" integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== emotion-theming@^10.0.19: version "10.0.27" - resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.27.tgz#1887baaec15199862c89b1b984b79806f2b9ab10" + resolved "https://registry.npmjs.org/emotion-theming/-/emotion-theming-10.0.27.tgz" integrity sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== dependencies: "@babel/runtime" "^7.5.5" @@ -5912,29 +5898,29 @@ emotion-theming@^10.0.19: encodeurl@~1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= end-of-stream@^1.0.0, end-of-stream@^1.1.0: version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== dependencies: once "^1.4.0" endent@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/endent/-/endent-2.0.1.tgz#fb18383a3f37ae3213a5d9f6c4a880d1061eb4c5" - integrity sha512-mADztvcC+vCk4XEZaCz6xIPO2NHQuprv5CAEjuVAu6aZwqAj7nVNlMyl1goPFYqCCpS2OJV9jwpumJLkotZrNw== + version "2.1.0" + resolved "https://registry.npmjs.org/endent/-/endent-2.1.0.tgz" + integrity sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w== dependencies: dedent "^0.7.0" fast-json-parse "^1.0.3" - objectorarray "^1.0.4" + objectorarray "^1.0.5" enhanced-resolve@^4.1.1, enhanced-resolve@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126" - integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== + version "4.5.0" + resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz" + integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== dependencies: graceful-fs "^4.1.2" memory-fs "^0.5.0" @@ -5942,73 +5928,85 @@ enhanced-resolve@^4.1.1, enhanced-resolve@^4.3.0: enquirer@^2.3.5: version "2.3.6" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" + resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== dependencies: ansi-colors "^4.1.1" -entities@^1.1.1, entities@^1.1.2: +entities@^1.1.1: version "1.1.2" - resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" + resolved "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz" integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== -entities@^2.0.0, entities@~2.0.0: +entities@^2.0.0: + version "2.2.0" + resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + +entities@~2.0.0: version "2.0.3" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" + resolved "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz" integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== errno@^0.1.3, errno@~0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" - integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== + version "0.1.8" + resolved "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz" + integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== dependencies: prr "~1.0.1" error-ex@^1.2.0, error-ex@^1.3.1: version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== dependencies: is-arrayish "^0.2.1" -es-abstract@^1.17.0, es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.17.5: - version "1.17.6" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a" - integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== +es-abstract@^1.17.0-next.0, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2: + version "1.18.5" + resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.5.tgz" + integrity sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA== dependencies: + call-bind "^1.0.2" es-to-primitive "^1.2.1" function-bind "^1.1.1" + get-intrinsic "^1.1.1" has "^1.0.3" - has-symbols "^1.0.1" - is-callable "^1.2.0" - is-regex "^1.1.0" - object-inspect "^1.7.0" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + is-callable "^1.2.3" + is-negative-zero "^2.0.1" + is-regex "^1.1.3" + is-string "^1.0.6" + object-inspect "^1.11.0" object-keys "^1.1.1" - object.assign "^4.1.0" - string.prototype.trimend "^1.0.1" - string.prototype.trimstart "^1.0.1" + object.assign "^4.1.2" + string.prototype.trimend "^1.0.4" + string.prototype.trimstart "^1.0.4" + unbox-primitive "^1.0.1" es-array-method-boxes-properly@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" + resolved "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz" integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== es-get-iterator@^1.0.2: - version "1.1.0" - resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.0.tgz#bb98ad9d6d63b31aacdc8f89d5d0ee57bcb5b4c8" - integrity sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ== + version "1.1.2" + resolved "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz" + integrity sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ== dependencies: - es-abstract "^1.17.4" + call-bind "^1.0.2" + get-intrinsic "^1.1.0" has-symbols "^1.0.1" - is-arguments "^1.0.4" - is-map "^2.0.1" - is-set "^2.0.1" + is-arguments "^1.1.0" + is-map "^2.0.2" + is-set "^2.0.2" is-string "^1.0.5" isarray "^2.0.5" es-to-primitive@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" + resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz" integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== dependencies: is-callable "^1.1.4" @@ -6017,7 +6015,7 @@ es-to-primitive@^1.2.1: es5-ext@^0.10.35, es5-ext@^0.10.50: version "0.10.53" - resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1" + resolved "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz" integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== dependencies: es6-iterator "~2.0.3" @@ -6025,13 +6023,13 @@ es5-ext@^0.10.35, es5-ext@^0.10.50: next-tick "~1.0.0" es5-shim@^4.5.13: - version "4.5.14" - resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.14.tgz#90009e1019d0ea327447cb523deaff8fe45697ef" - integrity sha512-7SwlpL+2JpymWTt8sNLuC2zdhhc+wrfe5cMPI2j0o6WsPdfAiPwmFy2f0AocPB4RQVBOZ9kNTgi5YF7TdhkvEg== + version "4.5.15" + resolved "https://registry.npmjs.org/es5-shim/-/es5-shim-4.5.15.tgz" + integrity sha512-FYpuxEjMeDvU4rulKqFdukQyZSTpzhg4ScQHrAosrlVpR6GFyaw14f74yn2+4BugniIS0Frpg7TvwZocU4ZMTw== es6-iterator@~2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" + resolved "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz" integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c= dependencies: d "1" @@ -6039,41 +6037,41 @@ es6-iterator@~2.0.3: es6-symbol "^3.1.1" es6-shim@^0.35.5: - version "0.35.5" - resolved "https://registry.yarnpkg.com/es6-shim/-/es6-shim-0.35.5.tgz#46f59dc0a84a1c5029e8ff1166ca0a902077a9ab" - integrity sha512-E9kK/bjtCQRpN1K28Xh4BlmP8egvZBGJJ+9GtnzOwt7mdqtrjHFuVGr7QJfdjBIKqrlU5duPf3pCBoDrkjVYFg== + version "0.35.6" + resolved "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.6.tgz" + integrity sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA== es6-symbol@^3.1.1, es6-symbol@~3.1.3: version "3.1.3" - resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18" + resolved "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz" integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== dependencies: d "^1.0.1" ext "^1.1.2" -escalade@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.2.tgz#6a580d70edb87880f22b4c91d0d56078df6962c4" - integrity sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ== +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== escape-html@^1.0.3, escape-html@~1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= escape-string-regexp@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.3, escape-string-regexp@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= escodegen@^1.12.0: version "1.14.3" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" + resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz" integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== dependencies: esprima "^4.0.1" @@ -6084,24 +6082,24 @@ escodegen@^1.12.0: source-map "~0.6.1" eslint-import-resolver-node@^0.3.3: - version "0.3.4" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717" - integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== + version "0.3.6" + resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz" + integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw== dependencies: - debug "^2.6.9" - resolve "^1.13.1" + debug "^3.2.7" + resolve "^1.20.0" eslint-module-utils@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6" - integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== + version "2.6.2" + resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz" + integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q== dependencies: - debug "^2.6.9" + debug "^3.2.7" pkg-dir "^2.0.0" eslint-plugin-import@^2.17.2, eslint-plugin-import@^2.22.0: version "2.22.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e" + resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz" integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== dependencies: array-includes "^3.1.1" @@ -6120,12 +6118,12 @@ eslint-plugin-import@^2.17.2, eslint-plugin-import@^2.22.0: eslint-plugin-react-hooks@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.0.tgz#6323fbd5e650e84b2987ba76370523a60f4e7925" + resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.0.tgz" integrity sha512-36zilUcDwDReiORXmcmTc6rRumu9JIM3WjSvV0nclHoUQ0CNrX866EwONvLR/UqaeqFutbAnVu8PEmctdo2SRQ== eslint-plugin-react@^7.20.5: version "7.20.6" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60" + resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz" integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== dependencies: array-includes "^3.1.1" @@ -6142,35 +6140,35 @@ eslint-plugin-react@^7.20.5: eslint-scope@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" + resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz" integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== dependencies: esrecurse "^4.1.0" estraverse "^4.1.1" eslint-scope@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5" - integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== + version "5.1.1" + resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== dependencies: - esrecurse "^4.1.0" + esrecurse "^4.3.0" estraverse "^4.1.1" eslint-utils@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" + resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz" integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== dependencies: eslint-visitor-keys "^1.1.0" eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" + resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz" integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== eslint@^7.5.0: version "7.7.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073" + resolved "https://registry.npmjs.org/eslint/-/eslint-7.7.0.tgz" integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg== dependencies: "@babel/code-frame" "^7.0.0" @@ -6211,56 +6209,65 @@ eslint@^7.5.0: v8-compile-cache "^2.0.3" espree@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69" - integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g== + version "7.3.1" + resolved "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz" + integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== dependencies: - acorn "^7.3.1" - acorn-jsx "^5.2.0" + acorn "^7.4.0" + acorn-jsx "^5.3.1" eslint-visitor-keys "^1.3.0" -esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: +esprima@^4.0.0, esprima@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== esquery@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57" - integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== + version "1.4.0" + resolved "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz" + integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== dependencies: estraverse "^5.1.0" -esrecurse@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" - integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== +esrecurse@^4.1.0, esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== dependencies: - estraverse "^4.1.0" + estraverse "^5.2.0" -estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: +estraverse@^4.1.1, estraverse@^4.2.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== -estraverse@^5.1.0: +estraverse@^5.1.0, estraverse@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" + resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz" integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== +estree-to-babel@^3.1.0: + version "3.2.1" + resolved "https://registry.npmjs.org/estree-to-babel/-/estree-to-babel-3.2.1.tgz" + integrity sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg== + dependencies: + "@babel/traverse" "^7.1.6" + "@babel/types" "^7.2.0" + c8 "^7.6.0" + esutils@^2.0.2: version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== etag@~1.8.1: version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= event-stream@=3.3.4: version "3.3.4" - resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" + resolved "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz" integrity sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE= dependencies: duplexer "~0.1.1" @@ -6272,30 +6279,30 @@ event-stream@=3.3.4: through "~2.3.1" eventemitter3@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb" - integrity sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg== + version "4.0.7" + resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" + integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== events@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924" + resolved "https://registry.npmjs.org/events/-/events-1.1.1.tgz" integrity sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ= events@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.2.0.tgz#93b87c18f8efcd4202a461aec4dfc0556b639379" - integrity sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== + version "3.3.0" + resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz" + integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== eventsource@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0" - integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== + version "1.1.0" + resolved "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz" + integrity sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg== dependencies: original "^1.0.0" evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" + resolved "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz" integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== dependencies: md5.js "^1.3.4" @@ -6303,7 +6310,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: exec-buffer@^3.0.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/exec-buffer/-/exec-buffer-3.2.0.tgz#b1686dbd904c7cf982e652c1f5a79b1e5573082b" + resolved "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.2.0.tgz" integrity sha512-wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA== dependencies: execa "^0.7.0" @@ -6313,13 +6320,13 @@ exec-buffer@^3.0.0: tempfile "^2.0.0" exec-sh@^0.3.2: - version "0.3.4" - resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5" - integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A== + version "0.3.6" + resolved "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz" + integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== execa@^0.10.0: version "0.10.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50" + resolved "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz" integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw== dependencies: cross-spawn "^6.0.0" @@ -6332,7 +6339,7 @@ execa@^0.10.0: execa@^0.6.3: version "0.6.3" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.6.3.tgz#57b69a594f081759c69e5370f0d17b9cb11658fe" + resolved "https://registry.npmjs.org/execa/-/execa-0.6.3.tgz" integrity sha1-V7aaWU8IF1nGnlNw8NF7nLEWWP4= dependencies: cross-spawn "^5.0.1" @@ -6345,7 +6352,7 @@ execa@^0.6.3: execa@^0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" + resolved "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz" integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= dependencies: cross-spawn "^5.0.1" @@ -6358,7 +6365,7 @@ execa@^0.7.0: execa@^0.8.0: version "0.8.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" + resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz" integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo= dependencies: cross-spawn "^5.0.1" @@ -6371,7 +6378,7 @@ execa@^0.8.0: execa@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" + resolved "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz" integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== dependencies: cross-spawn "^6.0.0" @@ -6384,21 +6391,21 @@ execa@^1.0.0: execall@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/execall/-/execall-2.0.0.tgz#16a06b5fe5099df7d00be5d9c06eecded1663b45" + resolved "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz" integrity sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow== dependencies: clone-regexp "^2.1.0" executable@^4.1.0: version "4.1.1" - resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c" + resolved "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz" integrity sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg== dependencies: pify "^2.2.0" expand-brackets@^2.1.4: version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz" integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= dependencies: debug "^2.3.3" @@ -6411,14 +6418,14 @@ expand-brackets@^2.1.4: expand-tilde@^2.0.0, expand-tilde@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" + resolved "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz" integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= dependencies: homedir-polyfill "^1.0.1" express@^4.17.0, express@^4.17.1: version "4.17.1" - resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" + resolved "https://registry.npmjs.org/express/-/express-4.17.1.tgz" integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== dependencies: accepts "~1.3.7" @@ -6454,14 +6461,14 @@ express@^4.17.0, express@^4.17.1: ext-list@^2.0.0: version "2.2.2" - resolved "https://registry.yarnpkg.com/ext-list/-/ext-list-2.2.2.tgz#0b98e64ed82f5acf0f2931babf69212ef52ddd37" + resolved "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz" integrity sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA== dependencies: mime-db "^1.28.0" ext-name@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/ext-name/-/ext-name-5.0.0.tgz#70781981d183ee15d13993c8822045c506c8f0a6" + resolved "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz" integrity sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ== dependencies: ext-list "^2.0.0" @@ -6469,21 +6476,21 @@ ext-name@^5.0.0: ext@^1.1.2: version "1.4.0" - resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244" + resolved "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz" integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== dependencies: type "^2.0.0" extend-shallow@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= dependencies: is-extendable "^0.1.0" extend-shallow@^3.0.0, extend-shallow@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz" integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= dependencies: assign-symbols "^1.0.0" @@ -6491,12 +6498,12 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2: extend@^3.0.0, extend@^3.0.1, extend@~3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== external-editor@^3.0.3: version "3.1.0" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" + resolved "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== dependencies: chardet "^0.7.0" @@ -6505,7 +6512,7 @@ external-editor@^3.0.3: extglob@^2.0.4: version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + resolved "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz" integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== dependencies: array-unique "^0.3.2" @@ -6517,29 +6524,24 @@ extglob@^2.0.4: snapdragon "^0.8.1" to-regex "^3.0.1" -extsprintf@1.3.0: +extsprintf@1.3.0, extsprintf@^1.2.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz" integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - fast-deep-equal@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" + resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz" integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= fast-deep-equal@^3.1.1: version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-glob@^2.0.2: version "2.2.7" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz" integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== dependencies: "@mrmlnc/readdir-enhanced" "^2.2.1" @@ -6550,89 +6552,93 @@ fast-glob@^2.0.2: micromatch "^3.1.10" fast-glob@^3.0.3, fast-glob@^3.1.1: - version "3.2.4" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3" - integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== + version "3.2.7" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz" + integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.0" + glob-parent "^5.1.2" merge2 "^1.3.0" - micromatch "^4.0.2" - picomatch "^2.2.1" + micromatch "^4.0.4" fast-json-parse@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d" + resolved "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz" integrity sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw== fast-json-stable-stringify@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= fast-url-parser@1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d" + resolved "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz" integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0= dependencies: punycode "^1.3.2" +fast-xml-parser@^3.19.0: + version "3.19.0" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz" + integrity sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg== + fastq@^1.6.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481" - integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== + version "1.11.1" + resolved "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz" + integrity sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw== dependencies: reusify "^1.0.4" fault@^1.0.2: version "1.0.4" - resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13" + resolved "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz" integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== dependencies: format "^0.2.0" faye-websocket@^0.10.0: version "0.10.0" - resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4" + resolved "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz" integrity sha1-TkkvjQTftviQA1B/btvy1QHnxvQ= dependencies: websocket-driver ">=0.5.1" faye-websocket@~0.11.1: - version "0.11.3" - resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" - integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== + version "0.11.4" + resolved "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz" + integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== dependencies: websocket-driver ">=0.5.1" fb-watchman@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" + resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz" integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== dependencies: bser "2.1.1" fd-slicer@~1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" + resolved "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz" integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= dependencies: pend "~1.2.0" figgy-pudding@^3.5.1: version "3.5.2" - resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" + resolved "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz" integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== figures@^1.3.5: version "1.7.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" + resolved "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz" integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= dependencies: escape-string-regexp "^1.0.5" @@ -6640,36 +6646,28 @@ figures@^1.3.5: figures@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" + resolved "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz" integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= dependencies: escape-string-regexp "^1.0.5" figures@^3.0.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" + resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== dependencies: escape-string-regexp "^1.0.5" file-entry-cache@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" + resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz" integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== dependencies: flat-cache "^2.0.1" -file-loader@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.0.0.tgz#97bbfaab7a2460c07bcbd72d3a6922407f67649f" - integrity sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ== - dependencies: - loader-utils "^2.0.0" - schema-utils "^2.6.5" - -file-loader@^6.1.0: +file-loader@^6.0.0, file-loader@^6.1.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.1.0.tgz#65b9fcfb0ea7f65a234a1f10cdd7f1ab9a33f253" + resolved "https://registry.npmjs.org/file-loader/-/file-loader-6.1.0.tgz" integrity sha512-26qPdHyTsArQ6gU4P1HJbAbnFTyT2r0pG7czh1GFAd9TZbj0n94wWbupgixZH/ET/meqi2/5+F7DhW4OAXD+Lg== dependencies: loader-utils "^2.0.0" @@ -6677,7 +6675,7 @@ file-loader@^6.1.0: file-system-cache@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/file-system-cache/-/file-system-cache-1.0.5.tgz#84259b36a2bbb8d3d6eb1021d3132ffe64cfff4f" + resolved "https://registry.npmjs.org/file-system-cache/-/file-system-cache-1.0.5.tgz" integrity sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08= dependencies: bluebird "^3.3.5" @@ -6686,59 +6684,59 @@ file-system-cache@^1.0.5: file-type@5.2.0, file-type@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz#2ddbea7c73ffe36368dfae49dc338c058c2b8ad6" + resolved "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz" integrity sha1-LdvqfHP/42No365J3DOMBYwritY= file-type@^10.4.0: version "10.11.0" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-10.11.0.tgz#2961d09e4675b9fb9a3ee6b69e9cd23f43fd1890" + resolved "https://registry.npmjs.org/file-type/-/file-type-10.11.0.tgz" integrity sha512-uzk64HRpUZyTGZtVuvrjP0FYxzQrBf4rojot6J65YMEbwBLB0CWm0CLojVpwpmFmxcE/lkvYICgfcGozbBq6rw== file-type@^12.0.0: version "12.4.2" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.4.2.tgz#a344ea5664a1d01447ee7fb1b635f72feb6169d9" + resolved "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz" integrity sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg== file-type@^3.8.0: version "3.9.0" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9" + resolved "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz" integrity sha1-JXoHg4TR24CHvESdEH1SpSZyuek= file-type@^4.2.0, file-type@^4.3.0: version "4.4.0" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-4.4.0.tgz#1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5" + resolved "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz" integrity sha1-G2AOX8ofvcboDApwxxyNul95BsU= file-type@^6.1.0: version "6.2.0" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-6.2.0.tgz#e50cd75d356ffed4e306dc4f5bcf52a79903a919" + resolved "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz" integrity sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg== file-type@^8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c" + resolved "https://registry.npmjs.org/file-type/-/file-type-8.1.0.tgz" integrity sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ== file-uri-to-path@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + resolved "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== filelist@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.1.tgz#f10d1a3ae86c1694808e8f20906f43d4c9132dbb" - integrity sha512-8zSK6Nu0DQIC08mUC46sWGXi+q3GGpKydAG36k+JDba6VRpkevvOWUW5a/PhShij4+vHT9M+ghgG7eM+a9JDUQ== + version "1.0.2" + resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz" + integrity sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ== dependencies: minimatch "^3.0.4" filename-reserved-regex@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229" + resolved "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz" integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik= filenamify@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-2.1.0.tgz#88faf495fb1b47abfd612300002a16228c677ee9" + resolved "https://registry.npmjs.org/filenamify/-/filenamify-2.1.0.tgz" integrity sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA== dependencies: filename-reserved-regex "^2.0.0" @@ -6747,12 +6745,12 @@ filenamify@^2.0.0: filesize@6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.0.1.tgz#f850b509909c7c86f7e450ea19006c31c2ed3d2f" + resolved "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz" integrity sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg== fill-range@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz" integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= dependencies: extend-shallow "^2.0.1" @@ -6762,14 +6760,19 @@ fill-range@^4.0.0: fill-range@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== dependencies: to-regex-range "^5.0.1" +filter-obj@^1.1.0: + version "1.1.0" + resolved "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz" + integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs= + finalhandler@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz" integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== dependencies: debug "2.6.9" @@ -6782,7 +6785,7 @@ finalhandler@~1.1.2: find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" + resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz" integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== dependencies: commondir "^1.0.1" @@ -6791,7 +6794,7 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: find-cache-dir@^3.3.1: version "3.3.1" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880" + resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz" integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== dependencies: commondir "^1.0.1" @@ -6800,12 +6803,12 @@ find-cache-dir@^3.3.1: find-root@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" + resolved "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz" integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== dependencies: locate-path "^5.0.0" @@ -6813,7 +6816,7 @@ find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0: find-up@^1.0.0: version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + resolved "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz" integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= dependencies: path-exists "^2.0.0" @@ -6821,28 +6824,36 @@ find-up@^1.0.0: find-up@^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" + resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz" integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= 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" + resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz" integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== dependencies: locate-path "^3.0.0" +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + find-versions@^3.0.0, find-versions@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e" + resolved "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz" integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww== dependencies: semver-regex "^2.0.0" findup-sync@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" + resolved "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz" integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== dependencies: detect-file "^1.0.0" @@ -6852,7 +6863,7 @@ findup-sync@^3.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" + resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz" integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== dependencies: flatted "^2.0.0" @@ -6861,49 +6872,43 @@ flat-cache@^2.0.1: flatted@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" + resolved "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz" integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== flush-write-stream@^1.0.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" + resolved "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz" integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== dependencies: inherits "^2.0.3" readable-stream "^2.3.6" follow-redirects@^1.0.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f" - integrity sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A== - dependencies: - debug "^3.0.0" - -for-in@^0.1.3: - version "0.1.8" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" - integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= + version "1.14.1" + resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz" + integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg== -for-in@^1.0.1, for-in@^1.0.2: +for-in@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz" integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= -for-own@^0.1.3: - version "0.1.5" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" - integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= +foreground-child@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz" + integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA== dependencies: - for-in "^1.0.1" + cross-spawn "^7.0.0" + signal-exit "^3.0.2" forever-agent@~0.6.1: version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz" integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= fork-ts-checker-webpack-plugin@3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz#a1642c0d3e65f50c2cc1742e9c0a80f441f86b19" + resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz" integrity sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ== dependencies: babel-code-frame "^6.22.0" @@ -6917,7 +6922,7 @@ fork-ts-checker-webpack-plugin@3.1.1: fork-ts-checker-webpack-plugin@^4.1.4: version "4.1.6" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz#5055c703febcf37fa06405d400c122b905167fc5" + resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz" integrity sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw== dependencies: "@babel/code-frame" "^7.5.5" @@ -6929,9 +6934,9 @@ fork-ts-checker-webpack-plugin@^4.1.4: worker-rpc "^0.1.0" form-data@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682" - integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg== + version "3.0.1" + resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz" + integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" @@ -6939,7 +6944,7 @@ form-data@^3.0.0: form-data@~2.3.2: version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz" integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== dependencies: asynckit "^0.4.0" @@ -6948,29 +6953,29 @@ form-data@~2.3.2: format@^0.2.0: version "0.2.2" - resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" + resolved "https://registry.npmjs.org/format/-/format-0.2.2.tgz" integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= -forwarded@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" - integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= +forwarded@0.2.0: + version "0.2.0" + resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" + integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== fragment-cache@^0.2.1: version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz" integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= dependencies: map-cache "^0.2.2" fresh@0.5.2: version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= from2@^2.1.0, from2@^2.1.1: version "2.3.0" - resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" + resolved "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz" integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= dependencies: inherits "^2.0.1" @@ -6978,17 +6983,17 @@ from2@^2.1.0, from2@^2.1.1: from@~0: version "0.1.7" - resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" + resolved "https://registry.npmjs.org/from/-/from-0.1.7.tgz" integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= fs-constants@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" + resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== fs-extra@^0.30.0: version "0.30.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz" integrity sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A= dependencies: graceful-fs "^4.1.2" @@ -6999,7 +7004,7 @@ fs-extra@^0.30.0: fs-extra@^8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz" integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== dependencies: graceful-fs "^4.2.0" @@ -7007,25 +7012,25 @@ fs-extra@^8.1.0: universalify "^0.1.0" fs-extra@^9.0.0: - version "9.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc" - integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== + version "9.1.0" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz" + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== dependencies: at-least-node "^1.0.0" graceful-fs "^4.2.0" jsonfile "^6.0.1" - universalify "^1.0.0" + universalify "^2.0.0" fs-minipass@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" + resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== dependencies: minipass "^3.0.0" fs-write-stream-atomic@^1.0.8: version "1.0.10" - resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" + resolved "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz" integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= dependencies: graceful-fs "^4.1.2" @@ -7035,64 +7040,55 @@ fs-write-stream-atomic@^1.0.8: fs.realpath@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= fsevents@^1.2.7: version "1.2.13" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" + resolved "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz" integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== dependencies: bindings "^1.5.0" nan "^2.12.1" -fsevents@^2.1.2, fsevents@~2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" - integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - -fstream@^1.0.0, fstream@^1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045" - integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - dependencies: - graceful-fs "^4.1.2" - inherits "~2.0.0" - mkdirp ">=0.5 0" - rimraf "2" +fsevents@^2.1.2, fsevents@~2.3.2: + version "2.3.2" + resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== function-bind@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== function.prototype.name@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.2.tgz#5cdf79d7c05db401591dfde83e3b70c5123e9a45" - integrity sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg== + version "1.1.4" + resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.4.tgz" + integrity sha512-iqy1pIotY/RmhdFZygSSlW0wko2yxkSCKqsuv4pr8QESohpYyG/Z7B/XXvPRKTJS//960rgguE5mSRUsDdaJrQ== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - functions-have-names "^1.2.0" + es-abstract "^1.18.0-next.2" + functions-have-names "^1.2.2" functional-red-black-tree@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" + resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -functions-have-names@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.1.tgz#a981ac397fa0c9964551402cdc5533d7a4d52f91" - integrity sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA== +functions-have-names@^1.2.2: + version "1.2.2" + resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz" + integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA== fuse.js@^3.6.1: version "3.6.1" - resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.6.1.tgz#7de85fdd6e1b3377c23ce010892656385fd9b10c" + resolved "https://registry.npmjs.org/fuse.js/-/fuse.js-3.6.1.tgz" integrity sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw== gauge@^2.7.4, gauge@~2.7.3: version "2.7.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" + resolved "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz" integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= dependencies: aproba "^1.0.3" @@ -7104,63 +7100,65 @@ gauge@^2.7.4, gauge@~2.7.3: strip-ansi "^3.0.1" wide-align "^1.1.0" -gaze@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a" - integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - dependencies: - globule "^1.0.0" - -gensync@^1.0.0-beta.1: - version "1.0.0-beta.1" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" - integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== +gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== get-caller-file@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" + resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz" integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== -get-caller-file@^2.0.1: +get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== +get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: + version "1.1.1" + resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz" + integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.1" + get-package-type@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" + resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== get-port@^5.0.0: version "5.1.1" - resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193" + resolved "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz" integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ== get-proxy@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/get-proxy/-/get-proxy-2.1.0.tgz#349f2b4d91d44c4d4d4e9cba2ad90143fac5ef93" + resolved "https://registry.npmjs.org/get-proxy/-/get-proxy-2.1.0.tgz" integrity sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw== dependencies: npm-conf "^1.1.0" get-stdin@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" + resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= get-stdin@^8.0.0: version "8.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" + resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz" integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg== get-stream@3.0.0, get-stream@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + resolved "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz" integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= get-stream@^2.2.0: version "2.3.1" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de" + resolved "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz" integrity sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4= dependencies: object-assign "^4.0.1" @@ -7168,31 +7166,26 @@ get-stream@^2.2.0: get-stream@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + resolved "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz" integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== dependencies: pump "^3.0.0" get-value@^2.0.3, get-value@^2.0.6: version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz" integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= getpass@^0.1.1: version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz" integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= dependencies: assert-plus "^1.0.0" -gglobby@0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/gglobby/-/gglobby-0.0.3.tgz#c7d686c1ff2ca4e882a58adf38a7de2691ba7f99" - integrity sha1-x9aGwf8spOiCpYrfOKfeJpG6f5k= - gh-release-assets@^1.1.0: version "1.1.2" - resolved "https://registry.yarnpkg.com/gh-release-assets/-/gh-release-assets-1.1.2.tgz#efbd4eaf3294a1985636bff6b3b9645d8ffd9457" + resolved "https://registry.npmjs.org/gh-release-assets/-/gh-release-assets-1.1.2.tgz" integrity sha1-771OrzKUoZhWNr/2s7lkXY/9lFc= dependencies: async "^0.9.0" @@ -7203,7 +7196,7 @@ gh-release-assets@^1.1.0: gh-release@^3.5.0: version "3.5.0" - resolved "https://registry.yarnpkg.com/gh-release/-/gh-release-3.5.0.tgz#89563e233eb11cef4b3f1ea2dabcf33e094c77ef" + resolved "https://registry.npmjs.org/gh-release/-/gh-release-3.5.0.tgz" integrity sha512-CVp5ConOSXhSzO/975jraffwa0ZF7exl/vWJNsAXf4dZsEC9bcjG7QEhadDbJxrtaEVaByZ1jdK2AzLtw/cagQ== dependencies: chalk "^1.0.0" @@ -7221,7 +7214,7 @@ gh-release@^3.5.0: ghauth@^3.2.0: version "3.2.1" - resolved "https://registry.yarnpkg.com/ghauth/-/ghauth-3.2.1.tgz#45d7556437164ad8b4b037c02c627fd55019e31a" + resolved "https://registry.npmjs.org/ghauth/-/ghauth-3.2.1.tgz" integrity sha1-RddVZDcWSti0sDfALGJ/1VAZ4xo= dependencies: application-config "~1.0.0" @@ -7233,7 +7226,7 @@ ghauth@^3.2.0: gifsicle@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/gifsicle/-/gifsicle-4.0.1.tgz#30e1e61e3ee4884ef702641b2e98a15c2127b2e2" + resolved "https://registry.npmjs.org/gifsicle/-/gifsicle-4.0.1.tgz" integrity sha512-A/kiCLfDdV+ERV/UB+2O41mifd+RxH8jlRG8DMxZO84Bma/Fw0htqZ+hY2iaalLRNyUu7tYZQslqUBJxBggxbg== dependencies: bin-build "^3.0.0" @@ -7242,37 +7235,37 @@ gifsicle@^4.0.0: logalot "^2.0.0" git-up@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0" - integrity sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw== + version "4.0.5" + resolved "https://registry.npmjs.org/git-up/-/git-up-4.0.5.tgz" + integrity sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA== dependencies: is-ssh "^1.3.0" - parse-url "^5.0.0" + parse-url "^6.0.0" git-url-parse@^11.1.2: - version "11.1.2" - resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67" - integrity sha512-gZeLVGY8QVKMIkckncX+iCq2/L8PlwncvDFKiWkBn9EtCfYDbliRTTp6qzyQ1VMdITUfq7293zDzfpjdiGASSQ== + version "11.5.0" + resolved "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.5.0.tgz" + integrity sha512-TZYSMDeM37r71Lqg1mbnMlOqlHd7BSij9qN7XwTkRqSAYFMihGLGhfHwgqQob3GUhEneKnV4nskN9rbQw2KGxA== dependencies: git-up "^4.0.0" github-slugger@^1.0.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.3.0.tgz#9bd0a95c5efdfc46005e82a906ef8e2a059124c9" + resolved "https://registry.npmjs.org/github-slugger/-/github-slugger-1.3.0.tgz" integrity sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q== dependencies: emoji-regex ">=6.0.0 <=6.1.1" github-url-to-object@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/github-url-to-object/-/github-url-to-object-3.1.0.tgz#160a5d55ad7cf0459e0757f7912d718076b7ed7d" + resolved "https://registry.npmjs.org/github-url-to-object/-/github-url-to-object-3.1.0.tgz" integrity sha1-FgpdVa188EWeB1f3kS1xgHa37X0= dependencies: is-url "^1.1.0" glob-base@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" + resolved "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz" integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= dependencies: glob-parent "^2.0.0" @@ -7280,42 +7273,42 @@ glob-base@^0.3.0: glob-parent@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz" integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= dependencies: is-glob "^2.0.0" glob-parent@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz" integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= dependencies: is-glob "^3.1.0" path-dirname "^1.0.0" -glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" - integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== +glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2: + version "5.1.2" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" glob-promise@^3.4.0: version "3.4.0" - resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-3.4.0.tgz#b6b8f084504216f702dc2ce8c9bc9ac8866fdb20" + resolved "https://registry.npmjs.org/glob-promise/-/glob-promise-3.4.0.tgz" integrity sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw== dependencies: "@types/glob" "*" glob-to-regexp@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" + resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz" integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= -glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1: - version "7.1.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== +glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: + version "7.1.7" + resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz" + integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4" @@ -7326,21 +7319,21 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, gl global-dirs@^0.1.0: version "0.1.1" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" + resolved "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz" integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= dependencies: ini "^1.3.4" global-modules@2.0.0, global-modules@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" + resolved "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz" integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== dependencies: global-prefix "^3.0.0" global-modules@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" + resolved "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz" integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== dependencies: global-prefix "^1.0.1" @@ -7349,7 +7342,7 @@ global-modules@^1.0.0: global-prefix@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" + resolved "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz" integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= dependencies: expand-tilde "^2.0.2" @@ -7360,7 +7353,7 @@ global-prefix@^1.0.1: global-prefix@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97" + resolved "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz" integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== dependencies: ini "^1.3.5" @@ -7369,7 +7362,7 @@ global-prefix@^3.0.0: global@^4.3.2, global@^4.4.0: version "4.4.0" - resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406" + resolved "https://registry.npmjs.org/global/-/global-4.4.0.tgz" integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w== dependencies: min-document "^2.19.0" @@ -7377,31 +7370,26 @@ global@^4.3.2, global@^4.4.0: globals@^11.1.0: version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globals@^12.1.0: version "12.4.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8" + resolved "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz" integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== dependencies: type-fest "^0.8.1" -globals@^9.18.0: - version "9.18.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" - integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== - globalthis@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.1.tgz#40116f5d9c071f9e8fb0037654df1ab3a83b7ef9" - integrity sha512-mJPRTc/P39NH/iNG4mXa9aIhNymaQikTrnspeCa2ZuJ+mH2QN/rXwtX3XwKrHqWgUQFbNZKtHM105aHzJalElw== + version "1.0.2" + resolved "https://registry.npmjs.org/globalthis/-/globalthis-1.0.2.tgz" + integrity sha512-ZQnSFO1la8P7auIOQECnm0sSuoMeaSq0EEdXMBFF2QJO4uNcwbyhSgG3MruWNbFTqCLmxVwGOl7LZ9kASvHdeQ== dependencies: define-properties "^1.1.3" globby@8.0.2: version "8.0.2" - resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d" + resolved "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz" integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w== dependencies: array-union "^1.0.1" @@ -7414,7 +7402,7 @@ globby@8.0.2: globby@^10.0.0: version "10.0.2" - resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543" + resolved "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz" integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg== dependencies: "@types/glob" "^7.1.1" @@ -7427,9 +7415,9 @@ globby@^10.0.0: slash "^3.0.0" globby@^11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" - integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== + version "11.0.4" + resolved "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz" + integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== dependencies: array-union "^2.1.0" dir-glob "^3.0.1" @@ -7440,7 +7428,7 @@ globby@^11.0.1: globby@^6.1.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" + resolved "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz" integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= dependencies: array-union "^1.0.1" @@ -7451,21 +7439,12 @@ globby@^6.1.0: globjoin@^0.1.4: version "0.1.4" - resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43" + resolved "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz" integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM= -globule@^1.0.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/globule/-/globule-1.2.1.tgz#5dffb1b191f22d20797a9369b49eab4e9839696d" - integrity sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ== - dependencies: - glob "~7.1.1" - lodash "~4.17.10" - minimatch "~3.0.2" - gm@^1.23.1: version "1.23.1" - resolved "https://registry.yarnpkg.com/gm/-/gm-1.23.1.tgz#2edeeb958084d0f8ea7988e5d995b1c7dfc14777" + resolved "https://registry.npmjs.org/gm/-/gm-1.23.1.tgz" integrity sha1-Lt7rlYCE0PjqeYjl2ZWxx9/BR3c= dependencies: array-parallel "~0.1.3" @@ -7475,21 +7454,21 @@ gm@^1.23.1: gonzales-pe@^4.3.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.3.0.tgz#fe9dec5f3c557eead09ff868c65826be54d067b3" + resolved "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz" integrity sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ== dependencies: minimist "^1.2.5" good-listener@^1.2.2: version "1.2.2" - resolved "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50" + resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz" integrity sha1-1TswzfkxPf+33JoNR3CWqm0UXFA= dependencies: delegate "^3.1.2" got@^6.7.1: version "6.7.1" - resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" + resolved "https://registry.npmjs.org/got/-/got-6.7.1.tgz" integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= dependencies: create-error-class "^3.0.0" @@ -7506,7 +7485,7 @@ got@^6.7.1: got@^7.0.0: version "7.1.0" - resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a" + resolved "https://registry.npmjs.org/got/-/got-7.1.0.tgz" integrity sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw== dependencies: decompress-response "^3.2.0" @@ -7526,7 +7505,7 @@ got@^7.0.0: got@^8.3.1: version "8.3.2" - resolved "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937" + resolved "https://registry.npmjs.org/got/-/got-8.3.2.tgz" integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw== dependencies: "@sindresorhus/is" "^0.7.0" @@ -7548,93 +7527,100 @@ got@^8.3.1: url-to-options "^1.0.1" graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" - integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - -"graceful-readlink@>= 1.0.0": - version "1.0.1" - resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" - integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= + version "4.2.8" + resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz" + integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg== gud@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0" + resolved "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz" integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw== gzip-size@5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" + resolved "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz" integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== dependencies: duplexer "^0.1.1" pify "^4.0.1" handle-thing@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754" - integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ== + version "2.0.1" + resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz" + integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== har-schema@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz" integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= -har-validator@~5.1.0: - version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" - integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== +har-validator@~5.1.3: + version "5.1.5" + resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz" + integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== dependencies: - ajv "^6.5.5" + ajv "^6.12.3" har-schema "^2.0.0" hard-rejection@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" + resolved "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz" integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== has-ansi@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" + resolved "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz" integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= dependencies: ansi-regex "^2.0.0" +has-bigints@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz" + integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== + has-flag@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= has-flag@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has-symbol-support-x@^1.4.1: version "1.4.2" - resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455" + resolved "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz" integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw== -has-symbols@^1.0.0, has-symbols@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" - integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== +has-symbols@^1.0.1, has-symbols@^1.0.2: + version "1.0.2" + resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz" + integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== has-to-string-tag-x@^1.2.0: version "1.4.1" - resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d" + resolved "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz" integrity sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw== dependencies: has-symbol-support-x "^1.4.1" +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + has-unicode@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= has-value@^0.3.1: version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + resolved "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz" integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= dependencies: get-value "^2.0.3" @@ -7643,7 +7629,7 @@ has-value@^0.3.1: has-value@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + resolved "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz" integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= dependencies: get-value "^2.0.6" @@ -7652,12 +7638,12 @@ has-value@^1.0.0: has-values@^0.1.4: version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + resolved "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz" integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= has-values@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + resolved "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz" integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= dependencies: is-number "^3.0.0" @@ -7665,14 +7651,14 @@ has-values@^1.0.0: has@^1.0.0, has@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== dependencies: function-bind "^1.1.1" hash-base@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" + resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz" integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== dependencies: inherits "^2.0.4" @@ -7681,16 +7667,16 @@ hash-base@^3.0.0: hash.js@^1.0.0, hash.js@^1.0.3: version "1.1.7" - resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" + resolved "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz" integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== dependencies: inherits "^2.0.3" minimalistic-assert "^1.0.1" hast-to-hyperscript@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.0.tgz#768fb557765fe28749169c885056417342d71e83" - integrity sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg== + version "9.0.1" + resolved "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz" + integrity sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA== dependencies: "@types/unist" "^2.0.3" comma-separated-tokens "^1.0.0" @@ -7701,26 +7687,26 @@ hast-to-hyperscript@^9.0.0: web-namespaces "^1.0.0" hast-util-from-parse5@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-6.0.0.tgz#b38793c81e1a99f5fd592a4a88fc2731dccd0f30" - integrity sha512-3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q== + version "6.0.1" + resolved "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz" + integrity sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA== dependencies: "@types/parse5" "^5.0.0" - ccount "^1.0.0" - hastscript "^5.0.0" + hastscript "^6.0.0" property-information "^5.0.0" vfile "^4.0.0" + vfile-location "^3.2.0" web-namespaces "^1.0.0" hast-util-parse-selector@^2.0.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.4.tgz#60c99d0b519e12ab4ed32e58f150ec3f61ed1974" - integrity sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA== + version "2.2.5" + resolved "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz" + integrity sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ== -hast-util-raw@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-6.0.0.tgz#49a38f5107d483f83a139709f2f705f22e7e7d32" - integrity sha512-IQo6tv3bMMKxk53DljswliucCJOQxaZFCuKEJ7X80249dmJ1nA9LtOnnylsLlqTG98NjQ+iGcoLAYo9q5FRhRg== +hast-util-raw@6.0.1: + version "6.0.1" + resolved "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz" + integrity sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig== dependencies: "@types/hast" "^2.0.0" hast-util-from-parse5 "^6.0.0" @@ -7735,7 +7721,7 @@ hast-util-raw@6.0.0: hast-util-to-parse5@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz#1ec44650b631d72952066cea9b1445df699f8479" + resolved "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz" integrity sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ== dependencies: hast-to-hyperscript "^9.0.0" @@ -7746,7 +7732,7 @@ hast-util-to-parse5@^6.0.0: hastscript@^5.0.0: version "5.1.2" - resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.1.2.tgz#bde2c2e56d04c62dd24e8c5df288d050a355fb8a" + resolved "https://registry.npmjs.org/hastscript/-/hastscript-5.1.2.tgz" integrity sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ== dependencies: comma-separated-tokens "^1.0.0" @@ -7754,31 +7740,42 @@ hastscript@^5.0.0: property-information "^5.0.0" space-separated-tokens "^1.0.0" +hastscript@^6.0.0: + version "6.0.0" + resolved "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz" + integrity sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w== + dependencies: + "@types/hast" "^2.0.0" + comma-separated-tokens "^1.0.0" + hast-util-parse-selector "^2.0.0" + property-information "^5.0.0" + space-separated-tokens "^1.0.0" + he@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" + resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== hex-color-regex@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" + resolved "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz" integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== highlight.js@~9.15.0, highlight.js@~9.15.1: version "9.15.10" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.10.tgz#7b18ed75c90348c045eef9ed08ca1319a2219ad2" + resolved "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.10.tgz" integrity sha512-RoV7OkQm0T3os3Dd2VHLNMoaoDVx77Wygln3n9l5YV172XonWG6rgQD3XnF/BuFFZw9A0TJgmMSO8FEWQgvcXw== history@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/history/-/history-5.0.0.tgz#0cabbb6c4bbf835addb874f8259f6d25101efd08" + resolved "https://registry.npmjs.org/history/-/history-5.0.0.tgz" integrity sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg== dependencies: "@babel/runtime" "^7.7.6" -hmac-drbg@^1.0.0: +hmac-drbg@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" + resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz" integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= dependencies: hash.js "^1.0.3" @@ -7787,26 +7784,26 @@ hmac-drbg@^1.0.0: hoist-non-react-statics@^3.3.0: version "3.3.2" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" + resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== dependencies: react-is "^16.7.0" homedir-polyfill@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" + resolved "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz" integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== dependencies: parse-passwd "^1.0.0" hosted-git-info@^2.1.4: - version "2.8.5" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c" - integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg== + version "2.8.9" + resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== hpack.js@^2.1.6: version "2.1.6" - resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" + resolved "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz" integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= dependencies: inherits "^2.0.1" @@ -7816,27 +7813,27 @@ hpack.js@^2.1.6: hsl-regex@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" + resolved "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz" integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= hsla-regex@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" + resolved "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz" integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= -html-comment-regex@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7" - integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== - html-entities@^1.2.0, html-entities@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44" - integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA== + version "1.4.0" + resolved "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz" + integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== + +html-escaper@^2.0.0: + version "2.0.2" + resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" + integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== html-minifier-terser@^5.0.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#922e96f1f3bb60832c2634b79884096389b1f054" + resolved "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz" integrity sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg== dependencies: camel-case "^4.1.1" @@ -7847,34 +7844,26 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" +html-parse-stringify@^3.0.1: + version "3.0.1" + resolved "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz" + integrity sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg== + dependencies: + void-elements "3.1.0" + html-tags@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" + resolved "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz" integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== html-void-elements@^1.0.0: version "1.0.5" - resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483" + resolved "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz" integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== -html-webpack-plugin@^4.2.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd" - integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w== - dependencies: - "@types/html-minifier-terser" "^5.0.0" - "@types/tapable" "^1.0.5" - "@types/webpack" "^4.41.8" - html-minifier-terser "^5.0.1" - loader-utils "^1.2.3" - lodash "^4.17.15" - pretty-error "^2.1.1" - tapable "^1.1.3" - util.promisify "1.0.0" - -html-webpack-plugin@^4.4.1: +html-webpack-plugin@^4.2.1, html-webpack-plugin@^4.4.1: version "4.4.1" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz#61ab85aa1a84ba181443345ebaead51abbb84149" + resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz" integrity sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ== dependencies: "@types/html-minifier-terser" "^5.0.0" @@ -7887,9 +7876,9 @@ html-webpack-plugin@^4.4.1: tapable "^1.1.3" util.promisify "1.0.0" -htmlparser2@^3.10.0, htmlparser2@^3.3.0: +htmlparser2@^3.10.0: version "3.10.1" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" + resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz" integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== dependencies: domelementtype "^1.3.1" @@ -7899,19 +7888,29 @@ htmlparser2@^3.10.0, htmlparser2@^3.3.0: inherits "^2.0.1" readable-stream "^3.1.1" +htmlparser2@^6.1.0: + version "6.1.0" + resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz" + integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.0.0" + domutils "^2.5.2" + entities "^2.0.0" + http-cache-semantics@3.8.1: version "3.8.1" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" + resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz" integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== http-deceiver@^1.2.7: version "1.2.7" - resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" + resolved "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz" integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= -http-errors@1.7.2: +http-errors@1.7.2, http-errors@~1.7.2: version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" + resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz" integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== dependencies: depd "~1.1.2" @@ -7922,7 +7921,7 @@ http-errors@1.7.2: http-errors@~1.6.2: version "1.6.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz" integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= dependencies: depd "~1.1.2" @@ -7930,25 +7929,9 @@ http-errors@~1.6.2: setprototypeof "1.1.0" statuses ">= 1.4.0 < 2" -http-errors@~1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -"http-parser-js@>=0.4.0 <0.4.11": - version "0.4.10" - resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.10.tgz#92c9c1374c35085f75db359ec56cc257cbb93fa4" - integrity sha1-ksnBN0w1CF912zWexWzCV8u5P6Q= - http-proxy-middleware@0.19.1: version "0.19.1" - resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a" + resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz" integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q== dependencies: http-proxy "^1.17.0" @@ -7957,9 +7940,9 @@ http-proxy-middleware@0.19.1: micromatch "^3.1.10" http-proxy@^1.17.0: - version "1.18.0" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.0.tgz#dbe55f63e75a347db7f3d99974f2692a314a6a3a" - integrity sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ== + version "1.18.1" + resolved "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz" + integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== dependencies: eventemitter3 "^4.0.0" follow-redirects "^1.0.0" @@ -7967,7 +7950,7 @@ http-proxy@^1.17.0: http-signature@~1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz" integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= dependencies: assert-plus "^1.0.0" @@ -7976,12 +7959,12 @@ http-signature@~1.2.0: https-browserify@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" + resolved "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz" integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= husky@^4.2.5: version "4.2.5" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36" + resolved "https://registry.npmjs.org/husky/-/husky-4.2.5.tgz" integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ== dependencies: chalk "^4.0.0" @@ -7997,85 +7980,73 @@ husky@^4.2.5: hyperquest@~2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/hyperquest/-/hyperquest-2.0.0.tgz#3d1a0c5d83295bcde5c75a978ddaae4096f83c02" + resolved "https://registry.npmjs.org/hyperquest/-/hyperquest-2.0.0.tgz" integrity sha1-PRoMXYMpW83lx1qXjdquQJb4PAI= dependencies: duplexer2 "~0.0.2" through2 "~0.6.3" -i18n-js@^3.0.3: - version "3.5.0" - resolved "https://registry.yarnpkg.com/i18n-js/-/i18n-js-3.5.0.tgz#e2c41e1f90405d691d33ddce260f3dff9743215e" - integrity sha512-XosH7plfEisWo5XEYxkdlwONsDVQ3sYI3ZoKXcjXdyq+9eVNIJg2h2oPsgadfqcXxpPHMVMNBgmiyW3aEJXg1g== - -i18nline@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/i18nline/-/i18nline-2.0.1.tgz#b2e21f841b12a7efda1443a90ad33c4178d2a75b" - integrity sha512-abACtOMahZSwCDL2C1Flqr+WxSQaWgVNCd74UGvsvkVdrt6mFyas2i6XUX74hio5hnGkc9u862t/4y68rIv8nQ== +i18next@^21.3.3: + version "21.6.0" + resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz" + integrity sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ== dependencies: - babel-traverse "^6.0.0" - babylon "^6.0.0" - chalk "^2.3.2" - crc32 "~0.2.2" - esprima "^4.0.0" - extend "^3.0.1" - gglobby "0.0.3" - i18n-js "^3.0.3" - minimist "^1.2.0" - mkdirp "^0.5.1" - speakingurl "^14.0.1" - uevents "^1.0.0" - ulog "^1.1.0" + "@babel/runtime" "^7.12.0" iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== dependencies: safer-buffer ">= 2.1.2 < 3" icss-utils@^4.0.0, icss-utils@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" + resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz" integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== dependencies: postcss "^7.0.14" -ieee754@1.1.13, ieee754@^1.1.4: +ieee754@1.1.13: version "1.1.13" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" + resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz" integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== +ieee754@^1.1.13, ieee754@^1.1.4: + version "1.2.1" + resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + if-env@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/if-env/-/if-env-1.0.4.tgz#8b2b6bd308af86a3a19bb273426761085104878b" + resolved "https://registry.npmjs.org/if-env/-/if-env-1.0.4.tgz" integrity sha1-iytr0wivhqOhm7JzQmdhCFEEh4s= dependencies: npm-run-all "1.4.0" iferr@^0.1.5: version "0.1.5" - resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" + resolved "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz" integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= ignore@^3.3.5: version "3.3.10" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043" + resolved "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz" integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== ignore@^4.0.6: version "4.0.6" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" + resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8: version "5.1.8" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" + resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz" integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== image-webpack-loader@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/image-webpack-loader/-/image-webpack-loader-6.0.0.tgz#c60ed8a1a2dc626d93cbc50f087668a3f2cb2d02" + resolved "https://registry.npmjs.org/image-webpack-loader/-/image-webpack-loader-6.0.0.tgz" integrity sha512-H5qZ+DH88A4mW9CPJpa7VH8B2dxLbzqiMH+BQYtMw8v2jaFwZPQOS/NfkSaJMz76dsi/uw+0LY4uHR1iK6hq8g== dependencies: imagemin "^7.0.0" @@ -8091,7 +8062,7 @@ image-webpack-loader@^6.0.0: imagemin-gifsicle@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/imagemin-gifsicle/-/imagemin-gifsicle-6.0.1.tgz#6abad4e95566d52e5a104aba1c24b4f3b48581b3" + resolved "https://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-6.0.1.tgz" integrity sha512-kuu47c6iKDQ6R9J10xCwL0lgs0+sMz3LRHqRcJ2CRBWdcNmo3T5hUaM8hSZfksptZXJLGKk8heSAvwtSdB1Fng== dependencies: exec-buffer "^3.0.0" @@ -8100,7 +8071,7 @@ imagemin-gifsicle@^6.0.1: imagemin-mozjpeg@^8.0.0: version "8.0.0" - resolved "https://registry.yarnpkg.com/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.0.tgz#d2ca4e8c982c7c6eda55069af89dee4c1cebcdfd" + resolved "https://registry.npmjs.org/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.0.tgz" integrity sha512-+EciPiIjCb8JWjQNr1q8sYWYf7GDCNDxPYnkD11TNIjjWNzaV+oTg4DpOPQjl5ZX/KRCPMEgS79zLYAQzLitIA== dependencies: execa "^1.0.0" @@ -8109,7 +8080,7 @@ imagemin-mozjpeg@^8.0.0: imagemin-optipng@^7.0.0: version "7.1.0" - resolved "https://registry.yarnpkg.com/imagemin-optipng/-/imagemin-optipng-7.1.0.tgz#2225c82c35e5c29b7fa98d4f9ecee1161a68e888" + resolved "https://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-7.1.0.tgz" integrity sha512-JNORTZ6j6untH7e5gF4aWdhDCxe3ODsSLKs/f7Grewy3ebZpl1ZsU+VUTPY4rzeHgaFA8GSWOoA8V2M3OixWZQ== dependencies: exec-buffer "^3.0.0" @@ -8118,7 +8089,7 @@ imagemin-optipng@^7.0.0: imagemin-pngquant@^8.0.0: version "8.0.0" - resolved "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-8.0.0.tgz#bf7a41d850c6998f2475c54058ab1db9c516385d" + resolved "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-8.0.0.tgz" integrity sha512-PVq0diOxO+Zyq/zlMCz2Pfu6mVLHgiT1GpW702OwVlnej+NhS6ZQegYi3OFEDW8d7GxouyR5e8R+t53SMciOeg== dependencies: execa "^1.0.0" @@ -8128,16 +8099,16 @@ imagemin-pngquant@^8.0.0: pngquant-bin "^5.0.0" imagemin-svgo@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/imagemin-svgo/-/imagemin-svgo-7.0.0.tgz#a22d0a5917a0d0f37e436932c30f5e000fa91b1c" - integrity sha512-+iGJFaPIMx8TjFW6zN+EkOhlqcemdL7F3N3Y0wODvV2kCUBuUtZK7DRZc1+Zfu4U2W/lTMUyx2G8YMOrZntIWg== + version "7.1.0" + resolved "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-7.1.0.tgz" + integrity sha512-0JlIZNWP0Luasn1HT82uB9nU9aa+vUj6kpT+MjPW11LbprXC+iC4HDwn1r4Q2/91qj4iy9tRZNsFySMlEpLdpg== dependencies: - is-svg "^3.0.0" - svgo "^1.0.5" + is-svg "^4.2.1" + svgo "^1.3.2" imagemin-webp@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/imagemin-webp/-/imagemin-webp-5.1.0.tgz#ddb1307ad97aff97293c5a600e384e40c07f68a7" + resolved "https://registry.npmjs.org/imagemin-webp/-/imagemin-webp-5.1.0.tgz" integrity sha512-BsPTpobgbDPFBBsI3UflnU/cpIVa15qInEDBcYBw16qI/6XiB4vDF/dGp9l4aM3pfFDDYqR0mANMcKpBD7wbCw== dependencies: cwebp-bin "^5.0.0" @@ -8146,7 +8117,7 @@ imagemin-webp@^5.1.0: imagemin@^7.0.0: version "7.0.1" - resolved "https://registry.yarnpkg.com/imagemin/-/imagemin-7.0.1.tgz#f6441ca647197632e23db7d971fffbd530c87dbf" + resolved "https://registry.npmjs.org/imagemin/-/imagemin-7.0.1.tgz" integrity sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w== dependencies: file-type "^12.0.0" @@ -8159,42 +8130,47 @@ imagemin@^7.0.0: immer@1.10.0: version "1.10.0" - resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d" + resolved "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz" integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg== +immutable@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" + integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== + import-cwd@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" + resolved "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz" integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= dependencies: import-from "^2.1.0" import-fresh@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" + resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz" integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= dependencies: caller-path "^2.0.0" resolve-from "^3.0.0" -import-fresh@^3.0.0, import-fresh@^3.1.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" - integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== +import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: + version "3.3.0" + resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== dependencies: parent-module "^1.0.0" resolve-from "^4.0.0" import-from@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" + resolved "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz" integrity sha1-M1238qev/VOqpHHUuAId7ja387E= dependencies: resolve-from "^3.0.0" import-jsx@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/import-jsx/-/import-jsx-3.1.0.tgz#f17a29dd43eda827f335c0766235f9fd07f7913f" + resolved "https://registry.npmjs.org/import-jsx/-/import-jsx-3.1.0.tgz" integrity sha512-lTuMdQ/mRXC+xQSGPDvAg1VkODlX78j5hZv2tneJ+zuo7GH/XhUF/YVKoeF382a4jO4GYw9jgganbMhEcxwb0g== dependencies: "@babel/core" "^7.5.5" @@ -8206,22 +8182,22 @@ import-jsx@^3.0.0: import-lazy@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" + resolved "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz" integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= import-lazy@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc" + resolved "https://registry.npmjs.org/import-lazy/-/import-lazy-3.1.0.tgz" integrity sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ== import-lazy@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" + resolved "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz" integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw== import-local@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" + resolved "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz" integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== dependencies: pkg-dir "^3.0.0" @@ -8229,67 +8205,62 @@ import-local@^2.0.0: imurmurhash@^0.1.4: version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= -in-publish@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51" - integrity sha1-4g/146KvwmkDILbcVSaCqcf631E= - indent-string@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" + resolved "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz" integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= dependencies: repeating "^2.0.0" indent-string@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== indexes-of@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" + resolved "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz" integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= infer-owner@^1.0.3, infer-owner@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" + resolved "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== inflight@^1.0.4: version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= dependencies: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: +inherits@2, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3: version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== inherits@2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" + resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= inherits@2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + version "1.3.8" + resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== ink@^2.6.0: version "2.7.1" - resolved "https://registry.yarnpkg.com/ink/-/ink-2.7.1.tgz#ff1c75b4b022924e2993af62297fa0e48e85618b" + resolved "https://registry.npmjs.org/ink/-/ink-2.7.1.tgz" integrity sha512-s7lJuQDJEdjqtaIWhp3KYHl6WV3J04U9zoQ6wVc+Xoa06XM27SXUY57qC5DO46xkF0CfgXMKkKNcgvSu/SAEpA== dependencies: ansi-escapes "^4.2.1" @@ -8313,12 +8284,12 @@ ink@^2.6.0: inline-style-parser@0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" + resolved "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz" integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== inquirer@7.0.4: version "7.0.4" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.4.tgz#99af5bde47153abca23f5c7fc30db247f39da703" + resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.0.4.tgz" integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ== dependencies: ansi-escapes "^4.2.1" @@ -8337,7 +8308,7 @@ inquirer@7.0.4: inquirer@^6.2.0: version "6.5.2" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca" + resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz" integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ== dependencies: ansi-escapes "^3.2.0" @@ -8356,7 +8327,7 @@ inquirer@^6.2.0: inquirer@^7.0.0: version "7.3.3" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" + resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz" integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== dependencies: ansi-escapes "^4.2.1" @@ -8375,34 +8346,34 @@ inquirer@^7.0.0: internal-ip@^4.3.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" + resolved "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz" integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg== dependencies: default-gateway "^4.2.0" ipaddr.js "^1.9.0" -internal-slot@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3" - integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g== +internal-slot@^1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz" + integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== dependencies: - es-abstract "^1.17.0-next.1" + get-intrinsic "^1.1.0" has "^1.0.3" - side-channel "^1.0.2" + side-channel "^1.0.4" interpret@^1.0.0, interpret@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" + resolved "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== interpret@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" + resolved "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz" integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== into-stream@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6" + resolved "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz" integrity sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY= dependencies: from2 "^2.1.1" @@ -8410,134 +8381,147 @@ into-stream@^3.1.0: invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4: version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" + resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz" integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== dependencies: loose-envify "^1.0.0" invert-kv@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" + resolved "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz" integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA== ip-regex@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" + resolved "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz" integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= ip@^1.1.0, ip@^1.1.5: version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" + resolved "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz" integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= ipaddr.js@1.9.1, ipaddr.js@^1.9.0: version "1.9.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== is-absolute-url@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" + resolved "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz" integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= is-absolute-url@^3.0.0, is-absolute-url@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" + resolved "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz" integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== is-accessor-descriptor@^0.1.6: version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz" integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= dependencies: kind-of "^3.0.2" is-accessor-descriptor@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz" integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== dependencies: kind-of "^6.0.0" is-alphabetical@1.0.4, is-alphabetical@^1.0.0: version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" + resolved "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== -is-alphanumeric@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4" - integrity sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ= - is-alphanumerical@^1.0.0: version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf" + resolved "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== dependencies: is-alphabetical "^1.0.0" is-decimal "^1.0.0" -is-arguments@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3" - integrity sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== +is-arguments@^1.0.4, is-arguments@^1.1.0: + version "1.1.1" + resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" is-arrayish@^0.2.1: version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= is-arrayish@^0.3.1: version "0.3.2" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== +is-bigint@^1.0.1: + version "1.0.4" + resolved "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz" + integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== + dependencies: + has-bigints "^1.0.1" + is-binary-path@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz" integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= dependencies: binary-extensions "^1.0.0" is-binary-path@~2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== dependencies: binary-extensions "^2.0.0" -is-buffer@^1.0.2, is-buffer@^1.1.5: +is-boolean-object@^1.1.0: + version "1.1.2" + resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz" + integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-buffer@^1.1.5: version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== is-buffer@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623" - integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== + version "2.0.5" + resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz" + integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== -is-callable@^1.1.4, is-callable@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" - integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== +is-callable@^1.1.4, is-callable@^1.2.3: + version "1.2.4" + resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz" + integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== is-ci@^1.0.10: version "1.2.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" + resolved "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz" integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== dependencies: ci-info "^1.5.0" is-ci@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" + resolved "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz" integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== dependencies: ci-info "^2.0.0" is-color-stop@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" + resolved "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz" integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= dependencies: css-color-names "^0.0.4" @@ -8547,40 +8531,49 @@ is-color-stop@^1.0.0: rgb-regex "^1.0.1" rgba-regex "^1.0.0" +is-core-module@^2.2.0: + version "2.6.0" + resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz" + integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ== + dependencies: + has "^1.0.3" + is-cwebp-readable@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/is-cwebp-readable/-/is-cwebp-readable-2.0.1.tgz#afb93b0c0abd0a25101016ae33aea8aedf926d26" + resolved "https://registry.npmjs.org/is-cwebp-readable/-/is-cwebp-readable-2.0.1.tgz" integrity sha1-r7k7DAq9CiUQEBauM66ort+SbSY= dependencies: file-type "^4.3.0" is-data-descriptor@^0.1.4: version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz" integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= dependencies: kind-of "^3.0.2" is-data-descriptor@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz" integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== dependencies: kind-of "^6.0.0" is-date-object@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e" - integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== + version "1.0.5" + resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" + integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== + dependencies: + has-tostringtag "^1.0.0" -is-decimal@^1.0.0, is-decimal@^1.0.2: +is-decimal@^1.0.0: version "1.0.4" - resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5" + resolved "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw== is-descriptor@^0.1.0: version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz" integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== dependencies: is-accessor-descriptor "^0.1.6" @@ -8589,7 +8582,7 @@ is-descriptor@^0.1.0: is-descriptor@^1.0.0, is-descriptor@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz" integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== dependencies: is-accessor-descriptor "^1.0.0" @@ -8598,17 +8591,17 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2: is-directory@^0.3.1: version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" + resolved "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz" integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= is-docker@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156" - integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== + version "2.2.1" + resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== -is-dom@^1.1.0: +is-dom@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/is-dom/-/is-dom-1.1.0.tgz#af1fced292742443bb59ca3f76ab5e80907b4e8a" + resolved "https://registry.npmjs.org/is-dom/-/is-dom-1.1.0.tgz" integrity sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ== dependencies: is-object "^1.0.1" @@ -8616,91 +8609,89 @@ is-dom@^1.1.0: is-extendable@^0.1.0, is-extendable@^0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz" integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= is-extendable@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz" integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== dependencies: is-plain-object "^2.0.4" is-extglob@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" + resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz" integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= is-extglob@^2.1.0, is-extglob@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= is-finite@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" - integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko= - dependencies: - number-is-nan "^1.0.0" + version "1.1.0" + resolved "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz" + integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== is-fullwidth-code-point@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz" integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= dependencies: number-is-nan "^1.0.0" is-fullwidth-code-point@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz" integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= is-fullwidth-code-point@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-function@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08" + resolved "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz" integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ== is-gif@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-gif/-/is-gif-3.0.0.tgz#c4be60b26a301d695bb833b20d9b5d66c6cf83b1" + resolved "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz" integrity sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw== dependencies: file-type "^10.4.0" is-glob@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" + resolved "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz" integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= dependencies: is-extglob "^1.0.0" is-glob@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + resolved "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz" integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= dependencies: is-extglob "^2.1.0" is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" + resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz" integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== dependencies: is-extglob "^2.1.1" is-hexadecimal@^1.0.0: version "1.0.4" - resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" + resolved "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== is-installed-globally@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" + resolved "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz" integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= dependencies: global-dirs "^0.1.0" @@ -8708,276 +8699,294 @@ is-installed-globally@^0.1.0: is-jpg@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-jpg/-/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97" + resolved "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz" integrity sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc= -is-map@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1" - integrity sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw== +is-map@^2.0.2: + version "2.0.2" + resolved "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz" + integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg== is-natural-number@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8" + resolved "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz" integrity sha1-q5124dtM7VHjXeDHLr7PCfc0zeg= +is-negative-zero@^2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz" + integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== + is-npm@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" + resolved "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz" integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= +is-number-object@^1.0.4: + version "1.0.6" + resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz" + integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g== + dependencies: + has-tostringtag "^1.0.0" + is-number@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + resolved "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz" integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= dependencies: kind-of "^3.0.2" is-number@^7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-obj@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz" integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= is-obj@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" + resolved "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz" integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== is-object@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470" - integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA= + version "1.0.2" + resolved "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz" + integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA== is-path-cwd@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + resolved "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz" integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== is-path-in-cwd@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb" + resolved "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz" integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ== dependencies: is-path-inside "^2.1.0" is-path-inside@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" + resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz" integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= dependencies: path-is-inside "^1.0.1" is-path-inside@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2" + resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz" integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg== dependencies: path-is-inside "^1.0.2" is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" + resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= is-plain-obj@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" + resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz" integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== -is-plain-object@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928" - integrity sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== - dependencies: - isobject "^4.0.0" +is-plain-object@3.0.1: + version "3.0.1" + resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz" + integrity sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== -is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: +is-plain-object@^2.0.3, is-plain-object@^2.0.4: version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz" integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== dependencies: isobject "^3.0.1" is-png@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-png/-/is-png-2.0.0.tgz#ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d" + resolved "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz" integrity sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g== is-redirect@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" + resolved "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz" integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= -is-regex@^1.0.4, is-regex@^1.1.0, is-regex@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9" - integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== +is-regex@^1.0.4, is-regex@^1.1.2, is-regex@^1.1.3: + version "1.1.4" + resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" + integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== dependencies: - has-symbols "^1.0.1" + call-bind "^1.0.2" + has-tostringtag "^1.0.0" is-regexp@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-2.1.0.tgz#cd734a56864e23b956bf4e7c66c396a4c0b22c2d" + resolved "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz" integrity sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA== is-resolvable@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" + resolved "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz" integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4" + resolved "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz" integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== is-root@2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c" + resolved "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz" integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== -is-set@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.1.tgz#d1604afdab1724986d30091575f54945da7e5f43" - integrity sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA== +is-set@^2.0.2: + version "2.0.2" + resolved "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz" + integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g== is-ssh@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3" - integrity sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg== + version "1.3.3" + resolved "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.3.tgz" + integrity sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ== dependencies: protocols "^1.1.0" is-stream@^1.0.0, is-stream@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz" integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= is-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" - integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== + version "2.0.1" + resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== -is-string@^1.0.4, is-string@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" - integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== +is-string@^1.0.5, is-string@^1.0.6: + version "1.0.7" + resolved "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" + integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== + dependencies: + has-tostringtag "^1.0.0" -is-svg@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75" - integrity sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== +is-svg@^4.2.1: + version "4.3.1" + resolved "https://registry.npmjs.org/is-svg/-/is-svg-4.3.1.tgz" + integrity sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA== dependencies: - html-comment-regex "^1.1.0" + fast-xml-parser "^3.19.0" is-symbol@^1.0.2, is-symbol@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" - integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== + version "1.0.4" + resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz" + integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== dependencies: - has-symbols "^1.0.1" + has-symbols "^1.0.2" is-typedarray@^1.0.0, is-typedarray@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz" integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= +is-unicode-supported@^0.1.0: + version "0.1.0" + resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" + integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== + is-url@^1.1.0: version "1.2.4" - resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52" + resolved "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz" integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== is-utf8@^0.2.0: version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" + resolved "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz" integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= is-whitespace-character@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.3.tgz#b3ad9546d916d7d3ffa78204bca0c26b56257fac" - integrity sha512-SNPgMLz9JzPccD3nPctcj8sZlX9DAMJSKH8bP7Z6bohCwuNgX8xbWr1eTAYXX9Vpi/aSn8Y1akL9WgM3t43YNQ== + version "1.0.4" + resolved "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz" + integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== is-window@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/is-window/-/is-window-1.0.2.tgz#2c896ca53db97de45d3c33133a65d8c9f563480d" + resolved "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz" integrity sha1-LIlspT25feRdPDMTOmXYyfVjSA0= is-windows@^1.0.1, is-windows@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== is-word-character@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.3.tgz#264d15541cbad0ba833d3992c34e6b40873b08aa" - integrity sha512-0wfcrFgOOOBdgRNT9H33xe6Zi6yhX/uoc4U8NBZGeQQB0ctU1dnlNTyL9JM2646bHDTpsDm1Brb3VPoCIMrd/A== + version "1.0.4" + resolved "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz" + integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== is-wsl@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" + resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz" integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= is-wsl@^2.1.1, is-wsl@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== dependencies: is-docker "^2.0.0" isarray@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" + resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= isarray@^2.0.5: version "2.0.5" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== isexe@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= isobject@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + resolved "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz" integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= dependencies: isarray "1.0.0" isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= isobject@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" + resolved "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz" integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== isstream@~0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= istanbul-lib-coverage@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" + resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz" integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== istanbul-lib-instrument@^4.0.0: version "4.0.3" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d" + resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz" integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== dependencies: "@babel/core" "^7.7.5" @@ -8985,9 +8994,26 @@ istanbul-lib-instrument@^4.0.0: istanbul-lib-coverage "^3.0.0" semver "^6.3.0" +istanbul-lib-report@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz" + integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== + dependencies: + istanbul-lib-coverage "^3.0.0" + make-dir "^3.0.0" + supports-color "^7.1.0" + +istanbul-reports@^3.0.2: + version "3.0.2" + resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz" + integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw== + dependencies: + html-escaper "^2.0.0" + istanbul-lib-report "^3.0.0" + isurl@^1.0.0-alpha5: version "1.0.0" - resolved "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67" + resolved "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz" integrity sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w== dependencies: has-to-string-tag-x "^1.2.0" @@ -8995,12 +9021,12 @@ isurl@^1.0.0-alpha5: iterate-iterator@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/iterate-iterator/-/iterate-iterator-1.0.1.tgz#1693a768c1ddd79c969051459453f082fe82e9f6" + resolved "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.1.tgz" integrity sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw== -iterate-value@^1.0.0: +iterate-value@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/iterate-value/-/iterate-value-1.0.2.tgz#935115bd37d006a52046535ebc8d07e9c9337f57" + resolved "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz" integrity sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ== dependencies: es-get-iterator "^1.0.2" @@ -9008,7 +9034,7 @@ iterate-value@^1.0.0: jake@^10.6.1: version "10.8.2" - resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b" + resolved "https://registry.npmjs.org/jake/-/jake-10.8.2.tgz" integrity sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A== dependencies: async "0.9.x" @@ -9016,21 +9042,21 @@ jake@^10.6.1: filelist "^1.0.1" minimatch "^3.0.4" -jest-haste-map@^26.3.0: - version "26.3.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.3.0.tgz#c51a3b40100d53ab777bfdad382d2e7a00e5c726" - integrity sha512-DHWBpTJgJhLLGwE5Z1ZaqLTYqeODQIZpby0zMBsCU9iRFHYyhklYqP4EiG73j5dkbaAdSZhgB938mL51Q5LeZA== +jest-haste-map@^26.6.2: + version "26.6.2" + resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz" + integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== dependencies: - "@jest/types" "^26.3.0" + "@jest/types" "^26.6.2" "@types/graceful-fs" "^4.1.2" "@types/node" "*" anymatch "^3.0.3" fb-watchman "^2.0.0" graceful-fs "^4.2.4" jest-regex-util "^26.0.0" - jest-serializer "^26.3.0" - jest-util "^26.3.0" - jest-worker "^26.3.0" + jest-serializer "^26.6.2" + jest-util "^26.6.2" + jest-worker "^26.6.2" micromatch "^4.0.2" sane "^4.0.3" walker "^1.0.7" @@ -9039,33 +9065,33 @@ jest-haste-map@^26.3.0: jest-regex-util@^26.0.0: version "26.0.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" + resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz" integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== -jest-serializer@^26.3.0: - version "26.3.0" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.3.0.tgz#1c9d5e1b74d6e5f7e7f9627080fa205d976c33ef" - integrity sha512-IDRBQBLPlKa4flg77fqg0n/pH87tcRKwe8zxOVTWISxGpPHYkRZ1dXKyh04JOja7gppc60+soKVZ791mruVdow== +jest-serializer@^26.6.2: + version "26.6.2" + resolved "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz" + integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== dependencies: "@types/node" "*" graceful-fs "^4.2.4" -jest-util@^26.3.0: - version "26.3.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e" - integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw== +jest-util@^26.6.2: + version "26.6.2" + resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz" + integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== dependencies: - "@jest/types" "^26.3.0" + "@jest/types" "^26.6.2" "@types/node" "*" chalk "^4.0.0" graceful-fs "^4.2.4" is-ci "^2.0.0" micromatch "^4.0.2" -jest-worker@^26.2.1, jest-worker@^26.3.0: - version "26.3.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.3.0.tgz#7c8a97e4f4364b4f05ed8bca8ca0c24de091871f" - integrity sha512-Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw== +jest-worker@^26.2.1, jest-worker@^26.6.2: + version "26.6.2" + resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz" + integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== dependencies: "@types/node" "*" merge-stream "^2.0.0" @@ -9073,132 +9099,132 @@ jest-worker@^26.2.1, jest-worker@^26.3.0: jmespath@0.15.0: version "0.15.0" - resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217" + resolved "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz" integrity sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc= -js-base64@^2.1.8: - version "2.5.1" - resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121" - integrity sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw== - js-sha256@^0.9.0: version "0.9.0" - resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966" + resolved "https://registry.npmjs.org/js-sha256/-/js-sha256-0.9.0.tgz" integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA== js-string-escape@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef" + resolved "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz" integrity sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8= "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" + resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== js-tokens@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" + resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz" integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= js-yaml@^3.13.1: - version "3.14.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" - integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== + version "3.14.1" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== dependencies: argparse "^1.0.7" esprima "^4.0.0" jsbn@~0.1.0: version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= jsesc@^2.5.1: version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== jsesc@~0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= json-buffer@3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" + resolved "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz" integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + json-schema-traverse@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== json-schema@0.2.3: version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz" integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= json-stringify-safe@~5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= json3@^3.3.2: version "3.3.3" - resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" + resolved "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz" integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== json5@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" + resolved "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz" integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== dependencies: minimist "^1.2.0" -json5@^2.1.1, json5@^2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" - integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== +json5@^2.1.1, json5@^2.1.2, json5@^2.2.0: + version "2.2.0" + resolved "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz" + integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== dependencies: minimist "^1.2.5" jsonfile@^2.1.0: version "2.4.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" + resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz" integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug= optionalDependencies: graceful-fs "^4.1.6" jsonfile@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz" integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= optionalDependencies: graceful-fs "^4.1.6" jsonfile@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179" - integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + version "6.1.0" + resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== dependencies: - universalify "^1.0.0" + universalify "^2.0.0" optionalDependencies: graceful-fs "^4.1.6" jsprim@^1.2.2: version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" + resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz" integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= dependencies: assert-plus "1.0.0" @@ -9208,7 +9234,7 @@ jsprim@^1.2.2: jsx-ast-utils@^2.4.1: version "2.4.1" - resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e" + resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz" integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w== dependencies: array-includes "^3.1.1" @@ -9216,89 +9242,72 @@ jsx-ast-utils@^2.4.1: junk@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1" + resolved "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz" integrity sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ== keyv@3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373" + resolved "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz" integrity sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA== dependencies: json-buffer "3.0.0" killable@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" + resolved "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz" integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg== -kind-of@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-2.0.1.tgz#018ec7a4ce7e3a86cb9141be519d24c8faa981b5" - integrity sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU= - dependencies: - is-buffer "^1.0.2" - kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz" integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= dependencies: is-buffer "^1.1.5" kind-of@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + resolved "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz" integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= dependencies: is-buffer "^1.1.5" kind-of@^5.0.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + resolved "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz" integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3: version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== klaw@^1.0.0: version "1.3.1" - resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" + resolved "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz" integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk= optionalDependencies: graceful-fs "^4.1.9" klona@^1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/klona/-/klona-1.1.2.tgz#a79e292518a5a5412ec8d097964bff1571a64db0" + resolved "https://registry.npmjs.org/klona/-/klona-1.1.2.tgz" integrity sha512-xf88rTeHiXk+XE2Vhi6yj8Wm3gMZrygGdKjJqN8HkV+PwF/t50/LdAKHoHpPcxFAlmQszTZ1CugrK25S7qDRLA== known-css-properties@^0.19.0: version "0.19.0" - resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.19.0.tgz#5d92b7fa16c72d971bda9b7fe295bdf61836ee5b" + resolved "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.19.0.tgz" integrity sha512-eYboRV94Vco725nKMlpkn3nV2+96p9c3gKXRsYqAJSswSENvBhN7n5L+uDhY58xQa0UukWsDMTGELzmD8Q+wTA== latest-version@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" + resolved "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz" integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= dependencies: package-json "^4.0.0" -lazy-cache@^0.2.3: - version "0.2.7" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65" - integrity sha1-f+3fLctu23fRHvHRF6tf/fCrG2U= - -lazy-cache@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" - integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4= - lazy-universal-dotenv@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz#a6c8938414bca426ab8c9463940da451a911db38" + resolved "https://registry.npmjs.org/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz" integrity sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ== dependencies: "@babel/runtime" "^7.5.0" @@ -9309,26 +9318,26 @@ lazy-universal-dotenv@^3.0.1: lcid@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf" + resolved "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz" integrity sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA== dependencies: invert-kv "^2.0.0" leven@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" + resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== levenary@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77" + resolved "https://registry.npmjs.org/levenary/-/levenary-1.1.1.tgz" integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== dependencies: leven "^3.1.0" levn@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== dependencies: prelude-ls "^1.2.1" @@ -9336,40 +9345,40 @@ levn@^0.4.1: levn@~0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" + resolved "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz" integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= dependencies: prelude-ls "~1.1.2" type-check "~0.3.2" lighthouse-logger@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/lighthouse-logger/-/lighthouse-logger-1.2.0.tgz#b76d56935e9c137e86a04741f6bb9b2776e886ca" - integrity sha512-wzUvdIeJZhRsG6gpZfmSCfysaxNEr43i+QT+Hie94wvHDKFLi4n7C2GqZ4sTC+PH5b5iktmXJvU87rWvhP3lHw== + version "1.3.0" + resolved "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.3.0.tgz" + integrity sha512-BbqAKApLb9ywUli+0a+PcV04SyJ/N1q/8qgCNe6U97KbPCS1BTksEuHFLYdvc8DltuhfxIUBqDZsC0bBGtl3lA== dependencies: - debug "^2.6.8" - marky "^1.2.0" + debug "^2.6.9" + marky "^1.2.2" line-reader@^0.2.4: version "0.2.4" - resolved "https://registry.yarnpkg.com/line-reader/-/line-reader-0.2.4.tgz#c4392b587dea38580c9678570e6e8e49fce52622" + resolved "https://registry.npmjs.org/line-reader/-/line-reader-0.2.4.tgz" integrity sha1-xDkrWH3qOFgMlnhXDm6OSfzlJiI= lines-and-columns@^1.1.6: version "1.1.6" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" + resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= linkify-it@^3.0.1: version "3.0.2" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.2.tgz#f55eeb8bc1d3ae754049e124ab3bb56d97797fb8" + resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz" integrity sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ== dependencies: uc.micro "^1.0.1" load-json-file@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" + resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz" integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= dependencies: graceful-fs "^4.1.2" @@ -9380,7 +9389,7 @@ load-json-file@^1.0.0: load-json-file@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" + resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz" integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= dependencies: graceful-fs "^4.1.2" @@ -9390,7 +9399,7 @@ load-json-file@^2.0.0: load-json-file@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" + resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz" integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= dependencies: graceful-fs "^4.1.2" @@ -9400,12 +9409,12 @@ load-json-file@^4.0.0: loader-runner@^2.4.0: version "2.4.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" + resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz" integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== loader-utils@1.2.3: version "1.2.3" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" + resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz" integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== dependencies: big.js "^5.2.2" @@ -9414,7 +9423,7 @@ loader-utils@1.2.3: loader-utils@2.0.0, loader-utils@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" + resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz" integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== dependencies: big.js "^5.2.2" @@ -9423,7 +9432,7 @@ loader-utils@2.0.0, loader-utils@^2.0.0: loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" + resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz" integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== dependencies: big.js "^5.2.2" @@ -9432,7 +9441,7 @@ loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: locate-path@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz" integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= dependencies: p-locate "^2.0.0" @@ -9440,7 +9449,7 @@ locate-path@^2.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" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz" integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== dependencies: p-locate "^3.0.0" @@ -9448,48 +9457,71 @@ locate-path@^3.0.0: locate-path@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== dependencies: p-locate "^4.1.0" +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + +lodash-es@^4.17.15: + version "4.17.21" + resolved "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== + +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" + integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= + lodash.memoize@^4.1.2: version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz" integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= lodash.throttle@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + resolved "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz" integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= lodash.uniq@4.5.0, lodash.uniq@^4.5.0: version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" + resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.0.0, lodash@^4.0.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.3, lodash@^4.17.4, lodash@~4.17.10: +lodash@^4.0.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.3: version "4.17.20" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" + resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz" integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + log-symbols@^2.1.0, log-symbols@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" + resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz" integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== dependencies: chalk "^2.0.1" log-symbols@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" - integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== + version "4.1.0" + resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" + integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== dependencies: - chalk "^4.0.0" + chalk "^4.1.0" + is-unicode-supported "^0.1.0" log-update@^3.0.0: version "3.4.0" - resolved "https://registry.yarnpkg.com/log-update/-/log-update-3.4.0.tgz#3b9a71e00ac5b1185cc193a36d654581c48f97b9" + resolved "https://registry.npmjs.org/log-update/-/log-update-3.4.0.tgz" integrity sha512-ILKe88NeMt4gmDvk/eb615U/IVn7K9KWGkoYbdatQ69Z65nj1ZzjM6fHXfcs0Uge+e+EGnMW7DY4T9yko8vWFg== dependencies: ansi-escapes "^3.2.0" @@ -9498,20 +9530,20 @@ log-update@^3.0.0: logalot@^2.0.0, logalot@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552" + resolved "https://registry.npmjs.org/logalot/-/logalot-2.1.0.tgz" integrity sha1-X46MkNME7fElMJUaVVSruMXj9VI= dependencies: figures "^1.3.5" squeak "^1.0.0" loglevel@^1.6.8: - version "1.6.8" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171" - integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA== + version "1.7.1" + resolved "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz" + integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== loglevelnext@^1.0.1: version "1.0.5" - resolved "https://registry.yarnpkg.com/loglevelnext/-/loglevelnext-1.0.5.tgz#36fc4f5996d6640f539ff203ba819641680d75a2" + resolved "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz" integrity sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A== dependencies: es6-symbol "^3.1.1" @@ -9519,7 +9551,7 @@ loglevelnext@^1.0.1: loki@^0.24.0: version "0.24.0" - resolved "https://registry.yarnpkg.com/loki/-/loki-0.24.0.tgz#b4668f5be32333c02d107c1a9f717db098d8c1ac" + resolved "https://registry.npmjs.org/loki/-/loki-0.24.0.tgz" integrity sha512-2aY8S55T86NwYkIkvxgZfnByQq3v8aXrcmNfSqaR+06C1BzlwAb7zeqqAdBVF8pYPFVpv8rYXTWByBthXAGxDg== dependencies: "@loki/integration-react" "^0.24.0" @@ -9531,19 +9563,19 @@ loki@^0.24.0: "@loki/target-native-android-emulator" "^0.24.0" "@loki/target-native-ios-simulator" "^0.24.0" -longest-streak@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.3.tgz#3de7a3f47ee18e9074ded8575b5c091f5d0a4105" - integrity sha512-9lz5IVdpwsKLMzQi0MQ+oD9EA0mIGcWYP7jXMTZVXP8D42PwuAk+M/HBFYQoxt1G5OR8m7aSIgb1UymfWGBWEw== +longest-streak@^2.0.0: + version "2.0.4" + resolved "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz" + integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg== longest@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" + resolved "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz" integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc= looks-same@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/looks-same/-/looks-same-4.1.0.tgz#fa9593350dcddc79999fe130689860f9fb6afff2" + resolved "https://registry.npmjs.org/looks-same/-/looks-same-4.1.0.tgz" integrity sha512-9dvYQrWpMhQzyyR25xRtFMq6TSXhduTcKKvYtlMf9IHzb+r/fvF+MQG6+hChC4MrLVlA+MRTOt6fhvUkbZ9IpA== dependencies: color-diff "^1.1.0" @@ -9554,46 +9586,46 @@ looks-same@^4.0.0: loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== dependencies: js-tokens "^3.0.0 || ^4.0.0" lorem-ipsum@^2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/lorem-ipsum/-/lorem-ipsum-2.0.3.tgz#9f1fa634780c9f58a349d4e091c3ba74f733164e" + resolved "https://registry.npmjs.org/lorem-ipsum/-/lorem-ipsum-2.0.3.tgz" integrity sha512-CX2r84DMWjW/DWiuzicTI9aRaJPAw2cvAGMJYZh/nx12OkTGqloj8y8FU0S8ZkKwOdqhfxEA6Ly8CW2P6Yxjwg== dependencies: commander "^2.17.1" loud-rejection@^1.0.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" + resolved "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz" integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= dependencies: currently-unhandled "^0.4.1" signal-exit "^3.0.0" -lower-case@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.1.tgz#39eeb36e396115cc05e29422eaea9e692c9408c7" - integrity sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ== +lower-case@^2.0.2: + version "2.0.2" + resolved "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz" + integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== dependencies: - tslib "^1.10.0" + tslib "^2.0.3" lowercase-keys@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" + resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz" integrity sha1-TjNms55/VFfjXxMkvfb4jQv8cwY= lowercase-keys@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" + resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== lowlight@1.12.1: version "1.12.1" - resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.12.1.tgz#014acf8dd73a370e02ff1cc61debcde3bb1681eb" + resolved "https://registry.npmjs.org/lowlight/-/lowlight-1.12.1.tgz" integrity sha512-OqaVxMGIESnawn+TU/QMV5BJLbUghUfjDWPAtFqDYDmDtr4FnB+op8xM+pR7nKlauHNUHXGt0VgWatFB8voS5w== dependencies: fault "^1.0.2" @@ -9601,7 +9633,7 @@ lowlight@1.12.1: lpad-align@^1.0.1: version "1.1.2" - resolved "https://registry.yarnpkg.com/lpad-align/-/lpad-align-1.1.2.tgz#21f600ac1c3095c3c6e497ee67271ee08481fe9e" + resolved "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.2.tgz" integrity sha1-IfYArBwwlcPG5JfuZyce4ISB/p4= dependencies: get-stdin "^4.0.1" @@ -9611,7 +9643,7 @@ lpad-align@^1.0.1: lru-cache@^4.0.1, lru-cache@^4.1.1: version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz" integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== dependencies: pseudomap "^1.0.2" @@ -9619,28 +9651,28 @@ lru-cache@^4.0.1, lru-cache@^4.1.1: lru-cache@^5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== dependencies: yallist "^3.0.2" lru-cache@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: yallist "^4.0.0" make-dir@^1.0.0, make-dir@^1.2.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" + resolved "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz" integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== dependencies: pify "^3.0.0" make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + resolved "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz" integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== dependencies: pify "^4.0.1" @@ -9648,65 +9680,65 @@ make-dir@^2.0.0, make-dir@^2.1.0: make-dir@^3.0.0, make-dir@^3.0.2: version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz" integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== dependencies: semver "^6.0.0" makeerror@1.0.x: version "1.0.11" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" + resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz" integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw= dependencies: tmpl "1.0.x" map-age-cleaner@^0.1.1, map-age-cleaner@^0.1.3: version "0.1.3" - resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" + resolved "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz" integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== dependencies: p-defer "^1.0.0" map-cache@^0.2.2: version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz" integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= map-obj@^1.0.0, map-obj@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" + resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= map-obj@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.1.0.tgz#b91221b542734b9f14256c0132c897c5d7256fd5" - integrity sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g== + version "4.2.1" + resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz" + integrity sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ== map-or-similar@^1.5.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08" + resolved "https://registry.npmjs.org/map-or-similar/-/map-or-similar-1.5.0.tgz" integrity sha1-beJlMXSt+12e3DPGnT6Sobdvrwg= map-stream@~0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" + resolved "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz" integrity sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ= map-visit@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + resolved "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz" integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= dependencies: object-visit "^1.0.0" markdown-escapes@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5" - integrity sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw== + version "1.0.4" + resolved "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz" + integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== markdown-it@^11.0.0: version "11.0.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876" + resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-11.0.0.tgz" integrity sha512-+CvOnmbSubmQFSA9dKz1BRiaSMV7rhexl3sngKqFyXSagoA3fBdJQ8oZWtRy2knXdpDXaBw44euz37DeJQ9asg== dependencies: argparse "^1.0.7" @@ -9715,39 +9747,32 @@ markdown-it@^11.0.0: mdurl "^1.0.1" uc.micro "^1.0.5" -markdown-table@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b" - integrity sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A== - dependencies: - repeat-string "^1.0.0" - markdown-to-jsx@^6.11.4: version "6.11.4" - resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz#b4528b1ab668aef7fe61c1535c27e837819392c5" + resolved "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz" integrity sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw== dependencies: prop-types "^15.6.2" unquote "^1.1.0" -marky@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.1.tgz#a3fcf82ffd357756b8b8affec9fdbf3a30dc1b02" - integrity sha512-md9k+Gxa3qLH6sUKpeC2CNkJK/Ld+bEz5X96nYwloqphQE0CKCVEKco/6jxEZixinqNdz5RFi/KaCyfbMDMAXQ== +marky@^1.2.2: + version "1.2.2" + resolved "https://registry.npmjs.org/marky/-/marky-1.2.2.tgz" + integrity sha512-k1dB2HNeaNyORco8ulVEhctyEGkKHb2YWAhDsxeFlW2nROIirsctBYzKwwS3Vza+sKTS1zO4Z+n9/+9WbGLIxQ== material-colors@^1.2.1: version "1.2.6" - resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46" + resolved "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz" integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg== mathml-tag-names@^2.1.3: version "2.1.3" - resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3" + resolved "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz" integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg== md5.js@^1.3.4: version "1.3.5" - resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" + resolved "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz" integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== dependencies: hash-base "^3.0.0" @@ -9756,77 +9781,95 @@ md5.js@^1.3.4: mdast-squeeze-paragraphs@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz#7c4c114679c3bee27ef10b58e2e015be79f1ef97" + resolved "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz" integrity sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ== dependencies: unist-util-remove "^2.0.0" -mdast-util-compact@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-compact/-/mdast-util-compact-2.0.1.tgz#cabc69a2f43103628326f35b1acf735d55c99490" - integrity sha512-7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA== - dependencies: - unist-util-visit "^2.0.0" - mdast-util-definitions@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-2.0.1.tgz#2c931d8665a96670639f17f98e32c3afcfee25f3" + resolved "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-2.0.1.tgz" integrity sha512-Co+DQ6oZlUzvUR7JCpP249PcexxygiaKk9axJh+eRzHDZJk2julbIdKB4PXHVxdBuLzvJ1Izb+YDpj2deGMOuA== dependencies: unist-util-visit "^2.0.0" -mdast-util-definitions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-3.0.1.tgz#06af6c49865fc63d6d7d30125569e2f7ae3d0a86" - integrity sha512-BAv2iUm/e6IK/b2/t+Fx69EL/AGcq/IG2S+HxHjDJGfLJtd6i9SZUS76aC9cig+IEucsqxKTR0ot3m933R3iuA== +mdast-util-definitions@^4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz" + integrity sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ== dependencies: unist-util-visit "^2.0.0" -mdast-util-to-hast@9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-9.1.0.tgz#6ef121dd3cd3b006bf8650b1b9454da0faf79ffe" - integrity sha512-Akl2Vi9y9cSdr19/Dfu58PVwifPXuFt1IrHe7l+Crme1KvgUT+5z+cHLVcQVGCiNTZZcdqjnuv9vPkGsqWytWA== +mdast-util-from-markdown@^0.8.0: + version "0.8.5" + resolved "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz" + integrity sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ== dependencies: "@types/mdast" "^3.0.0" - "@types/unist" "^2.0.3" - collapse-white-space "^1.0.0" - detab "^2.0.0" - mdast-util-definitions "^3.0.0" + mdast-util-to-string "^2.0.0" + micromark "~2.11.0" + parse-entities "^2.0.0" + unist-util-stringify-position "^2.0.0" + +mdast-util-to-hast@10.0.1: + version "10.0.1" + resolved "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz" + integrity sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA== + dependencies: + "@types/mdast" "^3.0.0" + "@types/unist" "^2.0.0" + mdast-util-definitions "^4.0.0" mdurl "^1.0.0" - trim-lines "^1.0.0" unist-builder "^2.0.0" unist-util-generated "^1.0.0" unist-util-position "^3.0.0" unist-util-visit "^2.0.0" +mdast-util-to-markdown@^0.6.0: + version "0.6.5" + resolved "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz" + integrity sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ== + dependencies: + "@types/unist" "^2.0.0" + longest-streak "^2.0.0" + mdast-util-to-string "^2.0.0" + parse-entities "^2.0.0" + repeat-string "^1.0.0" + zwitch "^1.0.0" + mdast-util-to-string@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527" + resolved "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz" integrity sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A== +mdast-util-to-string@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz" + integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w== + +mdn-data@2.0.14: + version "2.0.14" + resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz" + integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== + mdn-data@2.0.4: version "2.0.4" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" + resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz" integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== -mdn-data@2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.6.tgz#852dc60fcaa5daa2e8cf6c9189c440ed3e042978" - integrity sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA== - mdurl@^1.0.0, mdurl@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" + resolved "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz" integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= media-typer@0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= mem@^4.0.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178" + resolved "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz" integrity sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w== dependencies: map-age-cleaner "^0.1.1" @@ -9835,27 +9878,27 @@ mem@^4.0.0: mem@^6.1.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/mem/-/mem-6.1.0.tgz#846eca0bd4708a8f04b9c3f3cd769e194ae63c5c" + resolved "https://registry.npmjs.org/mem/-/mem-6.1.0.tgz" integrity sha512-RlbnLQgRHk5lwqTtpEkBTQ2ll/CG/iB+J4Hy2Wh97PjgZgXgWJWrFF+XXujh3UUVLvR4OOTgZzcWMMwnehlEUg== dependencies: map-age-cleaner "^0.1.3" mimic-fn "^3.0.0" memoize-one@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.1.1.tgz#047b6e3199b508eaec03504de71229b8eb1d75c0" - integrity sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA== + version "5.2.1" + resolved "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz" + integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q== memoizerific@^1.11.3: version "1.11.3" - resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a" + resolved "https://registry.npmjs.org/memoizerific/-/memoizerific-1.11.3.tgz" integrity sha1-fIekZGREwy11Q4VwkF8tvRsagFo= dependencies: map-or-similar "^1.5.0" memory-fs@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" + resolved "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz" integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= dependencies: errno "^0.1.3" @@ -9863,7 +9906,7 @@ memory-fs@^0.4.1: memory-fs@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" + resolved "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz" integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== dependencies: errno "^0.1.3" @@ -9871,12 +9914,12 @@ memory-fs@^0.5.0: memorystream@^0.3.1: version "0.3.1" - resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" + resolved "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz" integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI= -meow@^3.3.0, meow@^3.7.0: +meow@^3.3.0: version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" + resolved "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz" integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= dependencies: camelcase-keys "^2.0.0" @@ -9891,17 +9934,15 @@ meow@^3.3.0, meow@^3.7.0: trim-newlines "^1.0.0" meow@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/meow/-/meow-7.0.1.tgz#1ed4a0a50b3844b451369c48362eb0515f04c1dc" - integrity sha512-tBKIQqVrAHqwit0vfuFPY3LlzJYkEOFyKa3bPgxzNl6q/RtN8KQ+ALYEASYuFayzSAsjlhXj/JZ10rH85Q6TUw== + version "7.1.1" + resolved "https://registry.npmjs.org/meow/-/meow-7.1.1.tgz" + integrity sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA== dependencies: "@types/minimist" "^1.2.0" - arrify "^2.0.1" - camelcase "^6.0.0" camelcase-keys "^6.2.2" decamelize-keys "^1.1.0" hard-rejection "^2.1.0" - minimist-options "^4.0.2" + minimist-options "4.1.0" normalize-package-data "^2.5.0" read-pkg-up "^7.0.1" redent "^3.0.0" @@ -9909,43 +9950,42 @@ meow@^7.0.1: type-fest "^0.13.1" yargs-parser "^18.1.3" -merge-deep@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/merge-deep/-/merge-deep-3.0.2.tgz#f39fa100a4f1bd34ff29f7d2bf4508fbb8d83ad2" - integrity sha512-T7qC8kg4Zoti1cFd8Cr0M+qaZfOwjlPDEdZIIPPB2JZctjaPM4fX+i7HOId69tAti2fvO6X5ldfYUONDODsrkA== - dependencies: - arr-union "^3.1.0" - clone-deep "^0.2.4" - kind-of "^3.0.2" - merge-descriptors@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz" integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= merge-stream@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== merge2@^1.2.3, merge2@^1.3.0: version "1.4.1" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== methods@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= microevent.ts@~0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/microevent.ts/-/microevent.ts-0.1.1.tgz#70b09b83f43df5172d0205a63025bce0f7357fa0" + resolved "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz" integrity sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g== +micromark@~2.11.0: + version "2.11.4" + resolved "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" + integrity sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA== + dependencies: + debug "^4.0.0" + parse-entities "^2.0.0" + micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + resolved "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz" integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== dependencies: arr-diff "^4.0.0" @@ -9962,91 +10002,91 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: snapdragon "^0.8.1" to-regex "^3.0.2" -micromatch@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" - integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== +micromatch@^4.0.2, micromatch@^4.0.4: + version "4.0.4" + resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz" + integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== dependencies: braces "^3.0.1" - picomatch "^2.0.5" + picomatch "^2.2.3" miller-rabin@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" + resolved "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz" integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== dependencies: bn.js "^4.0.0" brorand "^1.0.1" -mime-db@1.44.0, "mime-db@>= 1.40.0 < 2", "mime-db@>= 1.43.0 < 2", mime-db@^1.28.0: - version "1.44.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" - integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== +mime-db@1.49.0, "mime-db@>= 1.43.0 < 2", mime-db@^1.28.0: + version "1.49.0" + resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.49.0.tgz" + integrity sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA== mime-db@~1.33.0: version "1.33.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db" + resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz" integrity sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ== mime-types@2.1.18: version "2.1.18" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8" + resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz" integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ== dependencies: mime-db "~1.33.0" mime-types@^2.1.12, mime-types@^2.1.26, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: - version "2.1.27" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" - integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== + version "2.1.32" + resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.32.tgz" + integrity sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A== dependencies: - mime-db "1.44.0" + mime-db "1.49.0" mime@1.6.0, mime@^1.3.4: version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== mime@^2.4.4: - version "2.4.6" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1" - integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== + version "2.5.2" + resolved "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz" + integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== mimic-fn@^1.0.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" + resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz" integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== mimic-fn@^2.0.0, mimic-fn@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== mimic-fn@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" + resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz" integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== mimic-response@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" + resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz" integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== min-document@^2.19.0: version "2.19.0" - resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" + resolved "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz" integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU= dependencies: dom-walk "^0.1.0" min-indent@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" + resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== mini-css-extract-plugin@^0.11.0: version "0.11.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.0.tgz#3918953075109d4ca204bf1e8a393a78d3cc821f" + resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.0.tgz" integrity sha512-dVWGuWJlQw2lZxsxBI3hOsoxg1k3DruLR0foHQLSkQMfk+qLJbv9dUk8fjmjWQKN9ef2n54ehA2FjClAsQhrWQ== dependencies: loader-utils "^1.1.0" @@ -10056,24 +10096,24 @@ mini-css-extract-plugin@^0.11.0: minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" + resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz" integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== -minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: +minimalistic-crypto-utils@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" + resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2: +minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== dependencies: brace-expansion "^1.1.7" -minimist-options@^4.0.2: +minimist-options@4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" + resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz" integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== dependencies: arrify "^1.0.1" @@ -10082,40 +10122,40 @@ minimist-options@^4.0.2: minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" + resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== minipass-collect@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" + resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== dependencies: minipass "^3.0.0" minipass-flush@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" + resolved "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== dependencies: minipass "^3.0.0" minipass-pipeline@^1.2.2: version "1.2.4" - resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" + resolved "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== dependencies: minipass "^3.0.0" minipass@^3.0.0, minipass@^3.1.1: version "3.1.3" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd" + resolved "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz" integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== dependencies: yallist "^4.0.0" minizlib@^2.1.1: version "2.1.2" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" + resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== dependencies: minipass "^3.0.0" @@ -10123,7 +10163,7 @@ minizlib@^2.1.1: mississippi@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" + resolved "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz" integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== dependencies: concat-stream "^1.5.0" @@ -10139,40 +10179,32 @@ mississippi@^3.0.0: mitt@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/mitt/-/mitt-2.1.0.tgz#f740577c23176c6205b121b2973514eade1b2230" + resolved "https://registry.npmjs.org/mitt/-/mitt-2.1.0.tgz" integrity sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg== mixin-deep@^1.2.0: version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + resolved "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz" integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== dependencies: for-in "^1.0.2" is-extendable "^1.0.1" -mixin-object@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e" - integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - dependencies: - for-in "^0.1.3" - is-extendable "^0.1.1" - -"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: +mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1: version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" + resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== dependencies: minimist "^1.2.5" mkdirp@^1.0.3, mkdirp@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== move-concurrently@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" + resolved "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz" integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= dependencies: aproba "^1.1.1" @@ -10184,7 +10216,7 @@ move-concurrently@^1.0.1: mozjpeg@^6.0.0: version "6.0.1" - resolved "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-6.0.1.tgz#56969dddb5741ef2bcb1af066cae21e61a91a27b" + resolved "https://registry.npmjs.org/mozjpeg/-/mozjpeg-6.0.1.tgz" integrity sha512-9Z59pJMi8ni+IUvSH5xQwK5tNLw7p3dwDNCZ3o1xE+of3G5Hc/yOz6Ue/YuLiBXU3ZB5oaHPURyPdqfBX/QYJA== dependencies: bin-build "^3.0.0" @@ -10193,27 +10225,27 @@ mozjpeg@^6.0.0: ms@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= ms@2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz" integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== -ms@^2.1.1: +ms@2.1.2, ms@^2.1.1: version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== multicast-dns-service-types@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" + resolved "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz" integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE= multicast-dns@^6.0.1: version "6.2.3" - resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229" + resolved "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz" integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g== dependencies: dns-packet "^1.3.1" @@ -10221,22 +10253,22 @@ multicast-dns@^6.0.1: mute-stream@0.0.7: version "0.0.7" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" + resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz" integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= mute-stream@0.0.8, mute-stream@~0.0.4: version "0.0.8" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" + resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz" integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== -nan@^2.12.1, nan@^2.13.2: - version "2.14.1" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" - integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== +nan@^2.12.1: + version "2.15.0" + resolved "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz" + integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== nanomatch@^1.2.9: version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + resolved "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz" integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== dependencies: arr-diff "^4.0.0" @@ -10253,80 +10285,62 @@ nanomatch@^1.2.9: natural-compare@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= negotiator@0.6.2: version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz" integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2: version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" + resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== next-tick@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" + resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= nice-try@^1.0.4: version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz" integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== -no-case@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.3.tgz#c21b434c1ffe48b39087e86cfb4d2582e9df18f8" - integrity sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw== +no-case@^3.0.4: + version "3.0.4" + resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz" + integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== dependencies: - lower-case "^2.0.1" - tslib "^1.10.0" + lower-case "^2.0.2" + tslib "^2.0.3" node-dir@^0.1.10: version "0.1.17" - resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5" + resolved "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz" integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU= dependencies: minimatch "^3.0.2" node-fetch@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== + version "2.6.1" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== -node-forge@0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579" - integrity sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== - -node-gyp@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c" - integrity sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA== - dependencies: - fstream "^1.0.0" - glob "^7.0.3" - graceful-fs "^4.1.2" - mkdirp "^0.5.0" - nopt "2 || 3" - npmlog "0 || 1 || 2 || 3 || 4" - osenv "0" - request "^2.87.0" - rimraf "2" - semver "~5.3.0" - tar "^2.0.0" - which "1" +node-forge@^0.10.0: + version "0.10.0" + resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz" + integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== node-int64@^0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" + resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= node-libs-browser@^2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" + resolved "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz" integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== dependencies: assert "^1.1.1" @@ -10355,47 +10369,17 @@ node-libs-browser@^2.2.1: node-modules-regexp@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" + resolved "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz" integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= -node-releases@^1.1.52, node-releases@^1.1.60: - version "1.1.60" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084" - integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== - -node-sass@^4.14.1: - version "4.14.1" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5" - integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g== - dependencies: - async-foreach "^0.1.3" - chalk "^1.1.1" - cross-spawn "^3.0.0" - gaze "^1.0.0" - get-stdin "^4.0.1" - glob "^7.0.3" - in-publish "^2.0.0" - lodash "^4.17.15" - meow "^3.7.0" - mkdirp "^0.5.1" - nan "^2.13.2" - node-gyp "^3.8.0" - npmlog "^4.0.0" - request "^2.88.0" - sass-graph "2.2.5" - stdout-stream "^1.4.0" - "true-case-path" "^1.0.2" - -"nopt@2 || 3": - version "3.0.6" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" - integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= - dependencies: - abbrev "1" +node-releases@^1.1.52, node-releases@^1.1.73: + version "1.1.74" + resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.74.tgz" + integrity sha512-caJBVempXZPepZoZAPCWRTNxYQ+xtG/KAi4ozTA5A+nJ7IU+kLQCbqaUjb5Rwy14M9upBWiQ4NutcmW04LJSRw== normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0: version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== dependencies: hosted-git-info "^2.1.4" @@ -10405,29 +10389,29 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package- normalize-path@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz" integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= dependencies: remove-trailing-separator "^1.0.1" normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== normalize-range@^0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" + resolved "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= normalize-selector@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03" + resolved "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz" integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM= normalize-url@1.9.1: version "1.9.1" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" + resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz" integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= dependencies: object-assign "^4.0.1" @@ -10437,21 +10421,26 @@ normalize-url@1.9.1: normalize-url@2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6" + resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz" integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw== dependencies: prepend-http "^2.0.0" query-string "^5.0.1" sort-keys "^2.0.0" -normalize-url@^3.0.0, normalize-url@^3.3.0: +normalize-url@^3.0.0: version "3.3.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" + resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz" integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== +normalize-url@^6.1.0: + version "6.1.0" + resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz" + integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== + npm-conf@^1.1.0: version "1.1.3" - resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9" + resolved "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz" integrity sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw== dependencies: config-chain "^1.1.11" @@ -10459,7 +10448,7 @@ npm-conf@^1.1.0: npm-run-all@1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-1.4.0.tgz#a469bb9feabe5bf3aa9916833baf6776582e8948" + resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-1.4.0.tgz" integrity sha1-pGm7n+q+W/OqmRaDO69ndlguiUg= dependencies: babel-polyfill "^6.2.0" @@ -10470,7 +10459,7 @@ npm-run-all@1.4.0: npm-run-all@^4.1.5: version "4.1.5" - resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba" + resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz" integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== dependencies: ansi-styles "^3.2.1" @@ -10485,14 +10474,14 @@ npm-run-all@^4.1.5: npm-run-path@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz" integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= dependencies: path-key "^2.0.0" -"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0, npmlog@^4.1.2: +npmlog@^4.1.2: version "4.1.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" + resolved "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz" integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== dependencies: are-we-there-yet "~1.1.2" @@ -10500,187 +10489,194 @@ npm-run-path@^2.0.0: gauge "~2.7.3" set-blocking "~2.0.0" -nth-check@^1.0.2, nth-check@~1.0.1: +nth-check@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" + resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz" integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== dependencies: boolbase "~1.0.0" +nth-check@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz" + integrity sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q== + dependencies: + boolbase "^1.0.0" + num2fraction@^1.2.2: version "1.2.2" - resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" + resolved "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz" integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= number-is-nan@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz" integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= oauth-sign@~0.9.0: version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= object-copy@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + resolved "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz" integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= dependencies: copy-descriptor "^0.1.0" define-property "^0.2.5" kind-of "^3.0.3" -object-inspect@^1.7.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" - integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== +object-inspect@^1.11.0, object-inspect@^1.9.0: + version "1.11.0" + resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz" + integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg== object-is@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6" - integrity sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== + version "1.1.5" + resolved "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz" + integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.5" -object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: +object-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== object-visit@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + resolved "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz" integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= dependencies: isobject "^3.0.0" -object.assign@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" - integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== +object.assign@^4.1.0, object.assign@^4.1.2: + version "4.1.2" + resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz" + integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== dependencies: - define-properties "^1.1.2" - function-bind "^1.1.1" - has-symbols "^1.0.0" - object-keys "^1.0.11" + call-bind "^1.0.0" + define-properties "^1.1.3" + has-symbols "^1.0.1" + object-keys "^1.1.1" object.entries@^1.1.0, object.entries@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" - integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== + version "1.1.4" + resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.4.tgz" + integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.5" - has "^1.0.3" + es-abstract "^1.18.2" "object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" - integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== + version "2.0.4" + resolved "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.4.tgz" + integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" + es-abstract "^1.18.0-next.2" has "^1.0.3" -object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649" - integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== +object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.2: + version "2.1.2" + resolved "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz" + integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.2" object.pick@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz" integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= dependencies: isobject "^3.0.1" object.values@^1.1.0, object.values@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" - integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== + version "1.1.4" + resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz" + integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - has "^1.0.3" + es-abstract "^1.18.2" -objectorarray@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.4.tgz#d69b2f0ff7dc2701903d308bb85882f4ddb49483" - integrity sha512-91k8bjcldstRz1bG6zJo8lWD7c6QXcB4nTDUqiEvIL1xAsLoZlOOZZG+nd6YPz+V7zY1580J4Xxh1vZtyv4i/w== +objectorarray@^1.0.5: + version "1.0.5" + resolved "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.5.tgz" + integrity sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg== obuf@^1.0.0, obuf@^1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" + resolved "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz" integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== on-finished@~2.3.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz" integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= dependencies: ee-first "1.1.1" on-headers@~1.0.1, on-headers@~1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" + resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz" integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= dependencies: wrappy "1" onetime@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" + resolved "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz" integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= dependencies: mimic-fn "^1.0.0" onetime@^5.1.0: version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== dependencies: mimic-fn "^2.1.0" open@^7.0.2, open@^7.0.3: - version "7.1.0" - resolved "https://registry.yarnpkg.com/open/-/open-7.1.0.tgz#68865f7d3cb238520fa1225a63cf28bcf8368a1c" - integrity sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== + version "7.4.2" + resolved "https://registry.npmjs.org/open/-/open-7.4.2.tgz" + integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== dependencies: is-docker "^2.0.0" is-wsl "^2.1.1" opencollective-postinstall@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89" - integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw== + version "2.0.3" + resolved "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz" + integrity sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== opn@^5.5.0: version "5.5.0" - resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc" + resolved "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz" integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== dependencies: is-wsl "^1.1.0" optionator@^0.8.1: version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" + resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz" integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== dependencies: deep-is "~0.1.3" @@ -10692,7 +10688,7 @@ optionator@^0.8.1: optionator@^0.9.1: version "0.9.1" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" + resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz" integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== dependencies: deep-is "^0.1.3" @@ -10704,7 +10700,7 @@ optionator@^0.9.1: optipng-bin@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/optipng-bin/-/optipng-bin-6.0.0.tgz#376120fa79d5e71eee2f524176efdd3a5eabd316" + resolved "https://registry.npmjs.org/optipng-bin/-/optipng-bin-6.0.0.tgz" integrity sha512-95bB4y8IaTsa/8x6QH4bLUuyvyOoGBCLDA7wOgDL8UFqJpSUh1Hob8JRJhit+wC1ZLN3tQ7mFt7KuBj0x8F2Wg== dependencies: bin-build "^3.0.0" @@ -10713,53 +10709,40 @@ optipng-bin@^6.0.0: original@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" + resolved "https://registry.npmjs.org/original/-/original-1.0.2.tgz" integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== dependencies: url-parse "^1.4.3" os-browserify@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" + resolved "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz" integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= os-filter-obj@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/os-filter-obj/-/os-filter-obj-2.0.0.tgz#1c0b62d5f3a2442749a2d139e6dddee6e81d8d16" + resolved "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz" integrity sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg== dependencies: arch "^2.1.0" -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - os-locale@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a" + resolved "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz" integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q== dependencies: execa "^1.0.0" lcid "^2.0.0" mem "^4.0.0" -os-tmpdir@^1.0.0, os-tmpdir@~1.0.2: +os-tmpdir@~1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= -osenv@0: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - osnap@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/osnap/-/osnap-1.1.0.tgz#624a58bf72440a97475ed973552c848919f59234" + resolved "https://registry.npmjs.org/osnap/-/osnap-1.1.0.tgz" integrity sha512-kiasAEm/iryr348DkOmlBCzcm65MWCLOjrnnKAfK8aS2zID6Rnyyf4os1bHqIwr9KE27LbXo0oK53toNNmQRHA== dependencies: execa "^0.6.3" @@ -10769,166 +10752,173 @@ osnap@^1.1.0: which "^1.2.14" overlayscrollbars@^1.10.2: - version "1.13.0" - resolved "https://registry.yarnpkg.com/overlayscrollbars/-/overlayscrollbars-1.13.0.tgz#1edb436328133b94877b558f77966d5497ca36a7" - integrity sha512-p8oHrMeRAKxXDMPI/EBNITj/zTVHKNnAnM59Im+xnoZUlV07FyTg46wom2286jJlXGGfcPFG/ba5NUiCwWNd4w== + version "1.13.1" + resolved "https://registry.npmjs.org/overlayscrollbars/-/overlayscrollbars-1.13.1.tgz" + integrity sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ== ow@^0.13.2: version "0.13.2" - resolved "https://registry.yarnpkg.com/ow/-/ow-0.13.2.tgz#375e76d3d3f928a8dfcf0cd0b9c921cb62e469a0" + resolved "https://registry.npmjs.org/ow/-/ow-0.13.2.tgz" integrity sha512-9wvr+q+ZTDRvXDjL6eDOdFe5WUl/wa5sntf9kAolxqSpkBqaIObwLgFCGXSJASFw+YciXnOVtDWpxXa9cqV94A== dependencies: type-fest "^0.5.1" p-cancelable@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa" + resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz" integrity sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw== p-cancelable@^0.4.0: version "0.4.1" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0" + resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz" integrity sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ== p-defer@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" + resolved "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz" integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= p-event@^1.0.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/p-event/-/p-event-1.3.0.tgz#8e6b4f4f65c72bc5b6fe28b75eda874f96a4a085" + resolved "https://registry.npmjs.org/p-event/-/p-event-1.3.0.tgz" integrity sha1-jmtPT2XHK8W2/ii3XtqHT5akoIU= dependencies: p-timeout "^1.1.1" p-event@^2.1.0: version "2.3.1" - resolved "https://registry.yarnpkg.com/p-event/-/p-event-2.3.1.tgz#596279ef169ab2c3e0cae88c1cfbb08079993ef6" + resolved "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz" integrity sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA== dependencies: p-timeout "^2.0.1" p-finally@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= p-is-promise@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" + resolved "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz" integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= p-is-promise@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" + resolved "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz" integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== p-limit@^1.1.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz" 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" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== dependencies: p-try "^2.0.0" p-limit@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe" - integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg== + version "3.1.0" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== dependencies: - p-try "^2.0.0" + 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" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz" integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= 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" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz" integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== dependencies: p-limit "^2.0.0" p-locate@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== dependencies: p-limit "^2.2.0" +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + p-map-series@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca" + resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz" integrity sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco= dependencies: p-reduce "^1.0.0" p-map@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" + resolved "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz" integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== p-map@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== dependencies: aggregate-error "^3.0.0" p-pipe@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-3.1.0.tgz#48b57c922aa2e1af6a6404cb7c6bf0eb9cc8e60e" + resolved "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz" integrity sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw== p-reduce@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" + resolved "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz" integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo= p-retry@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328" + resolved "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz" integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w== dependencies: retry "^0.12.0" p-timeout@^1.1.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386" + resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz" integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y= dependencies: p-finally "^1.0.0" p-timeout@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038" + resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz" integrity sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA== dependencies: p-finally "^1.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" + resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz" integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= p-try@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== package-json@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed" + resolved "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz" integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= dependencies: got "^6.7.1" @@ -10938,12 +10928,12 @@ package-json@^4.0.0: pako@~1.0.5: version "1.0.11" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" + resolved "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz" integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== parallel-transform@^1.1.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" + resolved "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz" integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== dependencies: cyclist "^1.0.1" @@ -10951,23 +10941,23 @@ parallel-transform@^1.1.0: readable-stream "^2.1.5" param-case@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.3.tgz#4be41f8399eff621c56eebb829a5e451d9801238" - integrity sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA== + version "3.0.4" + resolved "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz" + integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== dependencies: - dot-case "^3.0.3" - tslib "^1.10.0" + dot-case "^3.0.4" + tslib "^2.0.3" parent-module@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== dependencies: callsites "^3.0.0" parse-asn1@^5.0.0, parse-asn1@^5.1.5: version "5.1.6" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" + resolved "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz" integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== dependencies: asn1.js "^5.2.0" @@ -10978,14 +10968,14 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.5: parse-color@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-color/-/parse-color-1.0.0.tgz#7b748b95a83f03f16a94f535e52d7f3d94658619" + resolved "https://registry.npmjs.org/parse-color/-/parse-color-1.0.0.tgz" integrity sha1-e3SLlag/A/FqlPU15S1/PZRlhhk= dependencies: color-convert "~0.5.0" parse-entities@^1.1.2: version "1.2.2" - resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.2.tgz#c31bf0f653b6661354f8973559cb86dd1d5edf50" + resolved "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz" integrity sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg== dependencies: character-entities "^1.0.0" @@ -10997,7 +10987,7 @@ parse-entities@^1.1.2: parse-entities@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8" + resolved "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ== dependencies: character-entities "^1.0.0" @@ -11009,145 +10999,147 @@ parse-entities@^2.0.0: parse-json@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" + resolved "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz" integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= dependencies: error-ex "^1.2.0" parse-json@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + resolved "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz" integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= dependencies: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" parse-json@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.1.tgz#7cfe35c1ccd641bce3981467e6c2ece61b3b3878" - integrity sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ== + version "5.2.0" + resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== dependencies: "@babel/code-frame" "^7.0.0" error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" + json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" parse-passwd@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" + resolved "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz" integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= parse-path@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff" - integrity sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA== + version "4.0.3" + resolved "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz" + integrity sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA== dependencies: is-ssh "^1.3.0" protocols "^1.4.0" + qs "^6.9.4" + query-string "^6.13.8" parse-repo@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/parse-repo/-/parse-repo-1.0.4.tgz#74b91d2cb8675d11b99976a0065f6ce17fa1bcc8" + resolved "https://registry.npmjs.org/parse-repo/-/parse-repo-1.0.4.tgz" integrity sha1-dLkdLLhnXRG5mXagBl9s4X+hvMg= -parse-url@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f" - integrity sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg== +parse-url@^6.0.0: + version "6.0.0" + resolved "https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz" + integrity sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw== dependencies: is-ssh "^1.3.0" - normalize-url "^3.3.0" + normalize-url "^6.1.0" parse-path "^4.0.0" protocols "^1.4.0" parse5@^6.0.0: version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" + resolved "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== parseurl@~1.3.2, parseurl@~1.3.3: version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== -pascal-case@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.1.tgz#5ac1975133ed619281e88920973d2cd1f279de5f" - integrity sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA== +pascal-case@^3.1.2: + version "3.1.2" + resolved "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz" + integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== dependencies: - no-case "^3.0.3" - tslib "^1.10.0" + no-case "^3.0.4" + tslib "^2.0.3" pascalcase@^0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz" integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= path-browserify@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" + resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz" integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== path-dirname@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + resolved "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz" integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= path-exists@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + resolved "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz" integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= dependencies: pinkie-promise "^2.0.0" path-exists@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz" integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= path-exists@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== path-is-absolute@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= path-is-inside@1.0.2, path-is-inside@^1.0.1, path-is-inside@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz" integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz" integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= path-key@^3.1.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + version "1.0.7" + resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-to-regexp@0.1.7: version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz" integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= path-to-regexp@2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz" integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ== path-type@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" + resolved "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz" integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= dependencies: graceful-fs "^4.1.2" @@ -11156,34 +11148,34 @@ path-type@^1.0.0: path-type@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" + resolved "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz" integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= dependencies: pify "^2.0.0" path-type@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" + resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz" integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== dependencies: pify "^3.0.0" path-type@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== pause-stream@0.0.11: version "0.0.11" - resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" + resolved "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz" integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU= dependencies: through "~2.3" pbkdf2@^3.0.3: - version "3.1.1" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94" - integrity sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== + version "3.1.2" + resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz" + integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA== dependencies: create-hash "^1.1.2" create-hmac "^1.1.4" @@ -11193,101 +11185,101 @@ pbkdf2@^3.0.3: pend@~1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" + resolved "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz" integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= performance-now@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" - integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: + version "2.3.0" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz" + integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== pidtree@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" - integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg== + version "0.3.1" + resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz" + integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA== pify@^2.0.0, pify@^2.2.0, pify@^2.3.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= pify@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= pify@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== pinkie-promise@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + resolved "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz" integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= dependencies: pinkie "^2.0.0" pinkie@^2.0.0: version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + resolved "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz" integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= pirates@^4.0.0, pirates@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" + resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz" integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== dependencies: node-modules-regexp "^1.0.0" pkg-dir@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" + resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz" integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= dependencies: find-up "^2.1.0" pkg-dir@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" + resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz" integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== dependencies: find-up "^3.0.0" pkg-dir@^4.1.0, pkg-dir@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== dependencies: find-up "^4.0.0" pkg-up@3.1.0, pkg-up@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" + resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz" integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== dependencies: find-up "^3.0.0" please-upgrade-node@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" + resolved "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz" integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== dependencies: semver-compare "^1.0.0" pngjs@^3.3.3: version "3.4.0" - resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f" + resolved "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz" integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w== pngquant-bin@^5.0.0: version "5.0.2" - resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-5.0.2.tgz#6f34f3e89c9722a72bbc509062b40f1b17cda460" + resolved "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-5.0.2.tgz" integrity sha512-OLdT+4JZx5BqE1CFJkrvomYV0aSsv6x2Bba+aWaVc0PMfWlE+ZByNKYAdKeIqsM4uvW1HOSEHnf8KcOnykPNxA== dependencies: bin-build "^3.0.0" @@ -11297,41 +11289,41 @@ pngquant-bin@^5.0.0: pnp-webpack-plugin@1.6.4: version "1.6.4" - resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149" + resolved "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz" integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== dependencies: ts-pnp "^1.1.6" polished@^3.4.4: - version "3.6.5" - resolved "https://registry.yarnpkg.com/polished/-/polished-3.6.5.tgz#dbefdde64c675935ec55119fe2a2ab627ca82e9c" - integrity sha512-VwhC9MlhW7O5dg/z7k32dabcAFW1VI2+7fSe8cE/kXcfL7mVdoa5UxciYGW2sJU78ldDLT6+ROEKIZKFNTnUXQ== + version "3.7.2" + resolved "https://registry.npmjs.org/polished/-/polished-3.7.2.tgz" + integrity sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ== dependencies: - "@babel/runtime" "^7.9.2" + "@babel/runtime" "^7.12.5" popper.js@^1.14.4, popper.js@^1.14.7: version "1.16.1" - resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b" + resolved "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz" integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== portfinder@^1.0.26: - version "1.0.27" - resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.27.tgz#a41333c116b5e5f3d380f9745ac2f35084c4c758" - integrity sha512-bJ3U3MThKnyJ9Dx1Idtm5pQmxXqw08+XOHhi/Lie8OF1OlhVaBFhsntAIhkZYjfDcCzszSr0w1yCbccThhzgxQ== + version "1.0.28" + resolved "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz" + integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA== dependencies: async "^2.6.2" debug "^3.1.1" - mkdirp "^0.5.1" + mkdirp "^0.5.5" posix-character-classes@^0.1.0: version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz" integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= postcss-calc@^7.0.1: - version "7.0.4" - resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.4.tgz#5e177ddb417341e6d4a193c5d9fd8ada79094f8b" - integrity sha512-0I79VRAd1UTkaHzY9w83P39YGO/M3bG7/tNLrHGEunBolfoGM0hSjrGvjoeaj0JE/zIw5GsI2KZ0UwDJqv5hjw== + version "7.0.5" + resolved "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz" + integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== dependencies: postcss "^7.0.27" postcss-selector-parser "^6.0.2" @@ -11339,7 +11331,7 @@ postcss-calc@^7.0.1: postcss-colormin@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" + resolved "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz" integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== dependencies: browserslist "^4.0.0" @@ -11350,7 +11342,7 @@ postcss-colormin@^4.0.3: postcss-convert-values@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" + resolved "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz" integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== dependencies: postcss "^7.0.0" @@ -11358,7 +11350,7 @@ postcss-convert-values@^4.0.1: postcss-css-variables@^0.17.0: version "0.17.0" - resolved "https://registry.yarnpkg.com/postcss-css-variables/-/postcss-css-variables-0.17.0.tgz#56cba1d9f0360609136cfbfda8bbd2c1ed2e4082" + resolved "https://registry.npmjs.org/postcss-css-variables/-/postcss-css-variables-0.17.0.tgz" integrity sha512-/ZpFnJgksNOrQA72b3DKhExYh+0e2P5nEc3aPZ62G7JLmdDjWRFv3k/q4LxV7uzXFnmvkhXRbdVIiH5tKgfFNA== dependencies: balanced-match "^1.0.0" @@ -11368,7 +11360,7 @@ postcss-css-variables@^0.17.0: postcss-dir-pseudo-class@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz#6e3a4177d0edb3abcc85fdb6fbb1c26dabaeaba2" + resolved "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz" integrity sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw== dependencies: postcss "^7.0.2" @@ -11376,71 +11368,71 @@ postcss-dir-pseudo-class@^5.0.0: postcss-discard-comments@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" + resolved "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz" integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== dependencies: postcss "^7.0.0" postcss-discard-duplicates@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" + resolved "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz" integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== dependencies: postcss "^7.0.0" postcss-discard-empty@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" + resolved "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz" integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== dependencies: postcss "^7.0.0" postcss-discard-overridden@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" + resolved "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz" integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== dependencies: postcss "^7.0.0" postcss-flexbugs-fixes@^4.1.0, postcss-flexbugs-fixes@^4.2.1: version "4.2.1" - resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz#9218a65249f30897deab1033aced8578562a6690" + resolved "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz" integrity sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ== dependencies: postcss "^7.0.26" postcss-html@^0.36.0: version "0.36.0" - resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204" + resolved "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz" integrity sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw== dependencies: htmlparser2 "^3.10.0" postcss-ie11-supports@^0.1.3: version "0.1.3" - resolved "https://registry.yarnpkg.com/postcss-ie11-supports/-/postcss-ie11-supports-0.1.3.tgz#422c574489a02556ddc2222109098733299936e6" + resolved "https://registry.npmjs.org/postcss-ie11-supports/-/postcss-ie11-supports-0.1.3.tgz" integrity sha512-zULt1ZdXZFoO8Et+4hKHeDbV6BXlzeKviwQeV7ZyNHDcl99VknaxCpGbO6zK0SfLhB5WoR/flYDj98LCnLN8og== dependencies: postcss "^6.0.21" postcss-less@^3.1.4: version "3.1.4" - resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.1.4.tgz#369f58642b5928ef898ffbc1a6e93c958304c5ad" + resolved "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz" integrity sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA== dependencies: postcss "^7.0.14" postcss-load-config@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003" - integrity sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== + version "2.1.2" + resolved "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz" + integrity sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw== dependencies: cosmiconfig "^5.0.0" import-cwd "^2.0.0" postcss-loader@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" + resolved "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz" integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== dependencies: loader-utils "^1.1.0" @@ -11450,19 +11442,19 @@ postcss-loader@^3.0.0: postcss-logical@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-4.0.2.tgz#63f5207bae63f1f646462c26509185c2eae22c72" + resolved "https://registry.npmjs.org/postcss-logical/-/postcss-logical-4.0.2.tgz" integrity sha512-tlX1n19np6/JznvyymZM6SIe0FymD5Ngwcg2j825vNKhADu0p1PTgEmsCjakCbvn78kaIFzYTI32NpgOEwgifQ== dependencies: postcss "^7.0.17" postcss-media-query-parser@^0.2.3: version "0.2.3" - resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" + resolved "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz" integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= postcss-merge-longhand@^4.0.11: version "4.0.11" - resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" + resolved "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz" integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== dependencies: css-color-names "0.0.4" @@ -11472,7 +11464,7 @@ postcss-merge-longhand@^4.0.11: postcss-merge-rules@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" + resolved "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz" integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== dependencies: browserslist "^4.0.0" @@ -11484,7 +11476,7 @@ postcss-merge-rules@^4.0.3: postcss-minify-font-values@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" + resolved "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz" integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== dependencies: postcss "^7.0.0" @@ -11492,7 +11484,7 @@ postcss-minify-font-values@^4.0.2: postcss-minify-gradients@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" + resolved "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz" integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== dependencies: cssnano-util-get-arguments "^4.0.0" @@ -11502,7 +11494,7 @@ postcss-minify-gradients@^4.0.2: postcss-minify-params@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" + resolved "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz" integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== dependencies: alphanum-sort "^1.0.0" @@ -11514,7 +11506,7 @@ postcss-minify-params@^4.0.2: postcss-minify-selectors@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" + resolved "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz" integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== dependencies: alphanum-sort "^1.0.0" @@ -11524,14 +11516,14 @@ postcss-minify-selectors@^4.0.2: postcss-modules-extract-imports@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" + resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz" integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== dependencies: postcss "^7.0.5" postcss-modules-local-by-default@^3.0.2, postcss-modules-local-by-default@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" + resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz" integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== dependencies: icss-utils "^4.1.1" @@ -11541,7 +11533,7 @@ postcss-modules-local-by-default@^3.0.2, postcss-modules-local-by-default@^3.0.3 postcss-modules-scope@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" + resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz" integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== dependencies: postcss "^7.0.6" @@ -11549,7 +11541,7 @@ postcss-modules-scope@^2.2.0: postcss-modules-values@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" + resolved "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz" integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== dependencies: icss-utils "^4.0.0" @@ -11557,14 +11549,14 @@ postcss-modules-values@^3.0.0: postcss-normalize-charset@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" + resolved "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz" integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== dependencies: postcss "^7.0.0" postcss-normalize-display-values@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" + resolved "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz" integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== dependencies: cssnano-util-get-match "^4.0.0" @@ -11573,7 +11565,7 @@ postcss-normalize-display-values@^4.0.2: postcss-normalize-positions@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" + resolved "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz" integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== dependencies: cssnano-util-get-arguments "^4.0.0" @@ -11583,7 +11575,7 @@ postcss-normalize-positions@^4.0.2: postcss-normalize-repeat-style@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" + resolved "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz" integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== dependencies: cssnano-util-get-arguments "^4.0.0" @@ -11593,7 +11585,7 @@ postcss-normalize-repeat-style@^4.0.2: postcss-normalize-string@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" + resolved "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz" integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== dependencies: has "^1.0.0" @@ -11602,7 +11594,7 @@ postcss-normalize-string@^4.0.2: postcss-normalize-timing-functions@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" + resolved "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz" integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== dependencies: cssnano-util-get-match "^4.0.0" @@ -11611,7 +11603,7 @@ postcss-normalize-timing-functions@^4.0.2: postcss-normalize-unicode@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" + resolved "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz" integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== dependencies: browserslist "^4.0.0" @@ -11620,7 +11612,7 @@ postcss-normalize-unicode@^4.0.1: postcss-normalize-url@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" + resolved "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz" integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== dependencies: is-absolute-url "^2.0.0" @@ -11630,7 +11622,7 @@ postcss-normalize-url@^4.0.1: postcss-normalize-whitespace@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" + resolved "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz" integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== dependencies: postcss "^7.0.0" @@ -11638,7 +11630,7 @@ postcss-normalize-whitespace@^4.0.2: postcss-ordered-values@^4.1.2: version "4.1.2" - resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" + resolved "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz" integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== dependencies: cssnano-util-get-arguments "^4.0.0" @@ -11647,7 +11639,7 @@ postcss-ordered-values@^4.1.2: postcss-reduce-initial@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" + resolved "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz" integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== dependencies: browserslist "^4.0.0" @@ -11657,7 +11649,7 @@ postcss-reduce-initial@^4.0.3: postcss-reduce-transforms@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" + resolved "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz" integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== dependencies: cssnano-util-get-match "^4.0.0" @@ -11667,7 +11659,7 @@ postcss-reduce-transforms@^4.0.2: postcss-reporter@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-6.0.1.tgz#7c055120060a97c8837b4e48215661aafb74245f" + resolved "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-6.0.1.tgz" integrity sha512-LpmQjfRWyabc+fRygxZjpRxfhRf9u/fdlKf4VHG4TSPbV2XNsuISzYW1KL+1aQzx53CAppa1bKG4APIB/DOXXw== dependencies: chalk "^2.4.1" @@ -11677,19 +11669,19 @@ postcss-reporter@^6.0.1: postcss-resolve-nested-selector@^0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" + resolved "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz" integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4= postcss-safe-parser@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz#a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96" + resolved "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz" integrity sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g== dependencies: postcss "^7.0.26" postcss-sass@^0.4.4: version "0.4.4" - resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.4.4.tgz#91f0f3447b45ce373227a98b61f8d8f0785285a3" + resolved "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz" integrity sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg== dependencies: gonzales-pe "^4.3.0" @@ -11697,14 +11689,14 @@ postcss-sass@^0.4.4: postcss-scss@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-2.1.1.tgz#ec3a75fa29a55e016b90bf3269026c53c1d2b383" + resolved "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz" integrity sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA== dependencies: postcss "^7.0.6" postcss-selector-not@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz#c68ff7ba96527499e832724a2674d65603b645c0" + resolved "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz" integrity sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ== dependencies: balanced-match "^1.0.0" @@ -11712,7 +11704,7 @@ postcss-selector-not@^4.0.0: postcss-selector-parser@^3.0.0: version "3.1.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" + resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz" integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== dependencies: dot-prop "^5.2.0" @@ -11721,7 +11713,7 @@ postcss-selector-parser@^3.0.0: postcss-selector-parser@^5.0.0-rc.3: version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c" + resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz" integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ== dependencies: cssesc "^2.0.0" @@ -11729,40 +11721,38 @@ postcss-selector-parser@^5.0.0-rc.3: uniq "^1.0.1" postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" - integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + version "6.0.6" + resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz" + integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg== dependencies: cssesc "^3.0.0" - indexes-of "^1.0.1" - uniq "^1.0.1" + util-deprecate "^1.0.2" postcss-sorting@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-5.0.1.tgz#10d5d0059eea8334dacc820c0121864035bc3f11" + resolved "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.1.tgz" integrity sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA== dependencies: lodash "^4.17.14" postcss "^7.0.17" -postcss-svgo@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258" - integrity sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== +postcss-svgo@^4.0.3: + version "4.0.3" + resolved "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.3.tgz" + integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw== dependencies: - is-svg "^3.0.0" postcss "^7.0.0" postcss-value-parser "^3.0.0" svgo "^1.0.0" postcss-syntax@^0.36.2: version "0.36.2" - resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.36.2.tgz#f08578c7d95834574e5593a82dfbfa8afae3b51c" + resolved "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz" integrity sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w== postcss-unique-selectors@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" + resolved "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz" integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== dependencies: alphanum-sort "^1.0.0" @@ -11771,17 +11761,17 @@ postcss-unique-selectors@^4.0.1: postcss-value-parser@^3.0.0: version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" + resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz" integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" + resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz" integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== postcss@^6.0.21, postcss@^6.0.8: version "6.0.23" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324" + resolved "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz" integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== dependencies: chalk "^2.4.1" @@ -11789,119 +11779,92 @@ postcss@^6.0.21, postcss@^6.0.8: supports-color "^5.4.0" postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.31, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7: - version "7.0.32" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" - integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== + version "7.0.36" + resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz" + integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw== dependencies: chalk "^2.4.2" source-map "^0.6.1" supports-color "^6.1.0" -preact-i18nline@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/preact-i18nline/-/preact-i18nline-2.0.0.tgz#5771aee238fcbc68efb2721998764f0bda56be37" - integrity sha512-49AOtFcg7TOpzQU6zNNN5uGbIBNRnFJmBgE43VxUw+eTsk9QQme2Wj7m0jDVmO/4XT8Q+T4q4riZCHxMy5mY2g== - dependencies: - chalk "^2.3.2" - esprima "^4.0.0" - extend "^3.0.1" - i18nline "^2.0.1" - invariant "^2.2.4" - preact "^8.2.7" - recast "^0.14.7" - through2 "^2.0.3" - ulog "^1.1.0" - preact-router@^3.2.1: version "3.2.1" - resolved "https://registry.yarnpkg.com/preact-router/-/preact-router-3.2.1.tgz#c7d12d8fc7a60bfbe5cadf23a234551bec783468" + resolved "https://registry.npmjs.org/preact-router/-/preact-router-3.2.1.tgz" integrity sha512-KEN2VN1DxUlTwzW5IFkF13YIA2OdQ2OvgJTkQREF+AA2NrHRLaGbB68EjS4IeZOa1shvQ1FvEm3bSLta4sXBhg== preact@^10.4.6: version "10.4.7" - resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.7.tgz#5a530d34b4ba45f38234be8b1b3fe910098a165f" + resolved "https://registry.npmjs.org/preact/-/preact-10.4.7.tgz" integrity sha512-DtnnPbOm7oxW7Sxf5Co+KSIOxo7bGm0vLfJN/wGey7G2sAGKnGP5+bFyE2YIgutMISQl6xFVTsOd6l/Au88VVw== -preact@^8.2.7: - version "8.5.3" - resolved "https://registry.yarnpkg.com/preact/-/preact-8.5.3.tgz#78c2a5562fcecb1fed1d0055fa4ac1e27bde17c1" - integrity sha512-O3kKP+1YdgqHOFsZF2a9JVdtqD+RPzCQc3rP+Ualf7V6rmRDchZ9MJbiGTT7LuyqFKZqlHSOyO/oMFmI2lVTsw== - prelude-ls@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== prelude-ls@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" + resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= prepend-http@^1.0.0, prepend-http@^1.0.1: version "1.0.4" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" + resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz" integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= prepend-http@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" + resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz" integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= prettier@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4" - integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg== + version "2.3.2" + resolved "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz" + integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== pretty-error@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3" - integrity sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= + version "2.1.2" + resolved "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz" + integrity sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw== dependencies: - renderkid "^2.0.1" - utila "~0.4" + lodash "^4.17.20" + renderkid "^2.0.4" pretty-hrtime@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" + resolved "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz" integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= prismjs@^1.8.4: - version "1.21.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.21.0.tgz#36c086ec36b45319ec4218ee164c110f9fc015a3" - integrity sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw== - optionalDependencies: - clipboard "^2.0.0" + version "1.24.1" + resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.24.1.tgz" + integrity sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow== prismjs@~1.17.0: version "1.17.1" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.17.1.tgz#e669fcbd4cdd873c35102881c33b14d0d68519be" + resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz" integrity sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q== optionalDependencies: clipboard "^2.0.0" -private@~0.1.5: - version "0.1.8" - resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" - integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== - process-nextick-args@~1.0.6: version "1.0.7" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" + resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz" integrity sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M= process-nextick-args@~2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== process@^0.11.10: version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz" integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= progress-stream@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/progress-stream/-/progress-stream-2.0.0.tgz#fac63a0b3d11deacbb0969abcc93b214bce19ed5" + resolved "https://registry.npmjs.org/progress-stream/-/progress-stream-2.0.0.tgz" integrity sha1-+sY6Cz0R3qy7CWmrzJOyFLzhntU= dependencies: speedometer "~1.0.0" @@ -11909,37 +11872,38 @@ progress-stream@^2.0.0: progress@^2.0.0: version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + resolved "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== promise-inflight@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" + resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= promise.allsettled@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.2.tgz#d66f78fbb600e83e863d893e98b3d4376a9c47c9" - integrity sha512-UpcYW5S1RaNKT6pd+s9jp9K9rlQge1UXKskec0j6Mmuq7UJCvlS2J2/s/yuPN8ehftf9HXMxWlKiPbGGUzpoRg== + version "1.0.4" + resolved "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.4.tgz" + integrity sha512-o73CbvQh/OnPFShxHcHxk0baXR2a1m4ozb85ha0H14VEoi/EJJLa9mnPfEWJx9RjA9MLfhdjZ8I6HhWtBa64Ag== dependencies: - array.prototype.map "^1.0.1" + array.prototype.map "^1.0.3" + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - iterate-value "^1.0.0" + es-abstract "^1.18.0-next.2" + get-intrinsic "^1.0.2" + iterate-value "^1.0.2" promise.prototype.finally@^3.1.0: version "3.1.2" - resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz#b8af89160c9c673cefe3b4c4435b53cfd0287067" + resolved "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz" integrity sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== dependencies: define-properties "^1.1.3" es-abstract "^1.17.0-next.0" function-bind "^1.1.1" -prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: +prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" + resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== dependencies: loose-envify "^1.4.0" @@ -11947,55 +11911,55 @@ prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, react-is "^16.8.1" property-information@^5.0.0, property-information@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.5.0.tgz#4dc075d493061a82e2b7d096f406e076ed859943" - integrity sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA== + version "5.6.0" + resolved "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz" + integrity sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA== dependencies: xtend "^4.0.0" proto-list@~1.2.1: version "1.2.4" - resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" + resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz" integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= protocols@^1.1.0, protocols@^1.4.0: - version "1.4.7" - resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32" - integrity sha512-Fx65lf9/YDn3hUX08XUc0J8rSux36rEsyiv21ZGUC1mOyeM3lTRpZLcrm8aAolzS4itwVfm7TAPyxC2E5zd6xg== + version "1.4.8" + resolved "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz" + integrity sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg== proxy-addr@~2.0.5: - version "2.0.6" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf" - integrity sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== + version "2.0.7" + resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" + integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== dependencies: - forwarded "~0.1.2" + forwarded "0.2.0" ipaddr.js "1.9.1" prr@~1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" + resolved "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz" integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= ps-tree@^1.0.1: version "1.2.0" - resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.2.0.tgz#5e7425b89508736cdd4f2224d028f7bb3f722ebd" + resolved "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz" integrity sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA== dependencies: event-stream "=3.3.4" pseudomap@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + resolved "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz" integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= -psl@^1.1.24: - version "1.4.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2" - integrity sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw== +psl@^1.1.28: + version "1.8.0" + resolved "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz" + integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== public-encrypt@^4.0.0: version "4.0.3" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" + resolved "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz" integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== dependencies: bn.js "^4.1.0" @@ -12007,7 +11971,7 @@ public-encrypt@^4.0.0: pump@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" + resolved "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz" integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== dependencies: end-of-stream "^1.1.0" @@ -12015,7 +11979,7 @@ pump@^2.0.0: pump@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + resolved "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz" integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== dependencies: end-of-stream "^1.1.0" @@ -12023,7 +11987,7 @@ pump@^3.0.0: pumpify@^1.3.3: version "1.5.1" - resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" + resolved "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz" integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== dependencies: duplexify "^3.6.0" @@ -12032,42 +11996,44 @@ pumpify@^1.3.3: punycode@1.3.2: version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" + resolved "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz" integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= -punycode@^1.2.4, punycode@^1.3.2, punycode@^1.4.1: +punycode@^1.2.4, punycode@^1.3.2: version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz" integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= -punycode@^2.1.0: +punycode@^2.1.0, punycode@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== q@^1.1.2: version "1.5.1" - resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" + resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz" integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= qs@6.7.0: version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" + resolved "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz" integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== -qs@^6.6.0: - version "6.9.4" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687" - integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ== +qs@^6.6.0, qs@^6.9.4: + version "6.10.1" + resolved "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz" + integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== + dependencies: + side-channel "^1.0.4" qs@~6.5.2: version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + resolved "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz" integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== query-string@^4.1.0: version "4.3.4" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" + resolved "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz" integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s= dependencies: object-assign "^4.1.0" @@ -12075,62 +12041,68 @@ query-string@^4.1.0: query-string@^5.0.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb" + resolved "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz" integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw== dependencies: decode-uri-component "^0.2.0" object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.13.1: - version "6.13.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad" - integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA== +query-string@^6.13.1, query-string@^6.13.8: + version "6.14.1" + resolved "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz" + integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw== dependencies: decode-uri-component "^0.2.0" + filter-obj "^1.1.0" split-on-first "^1.0.0" strict-uri-encode "^2.0.0" querystring-es3@^0.2.0: version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" + resolved "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz" integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= querystring@0.2.0, querystring@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" + resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz" integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= querystringify@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e" - integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA== + version "2.2.0" + resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" + integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== + +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== quick-lru@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" + resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== ramda@^0.21.0: version "0.21.0" - resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.21.0.tgz#a001abedb3ff61077d4ff1d577d44de77e8d0a35" + resolved "https://registry.npmjs.org/ramda/-/ramda-0.21.0.tgz" integrity sha1-oAGr7bP/YQd9T/HVd9RN536NCjU= ramda@^0.26.1: version "0.26.1" - resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06" + resolved "https://registry.npmjs.org/ramda/-/ramda-0.26.1.tgz" integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ== randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" + resolved "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== dependencies: safe-buffer "^5.1.0" randomfill@^1.0.3: version "1.0.4" - resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" + resolved "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz" integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== dependencies: randombytes "^2.0.5" @@ -12138,17 +12110,17 @@ randomfill@^1.0.3: range-parser@1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" + resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz" integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4= range-parser@^1.2.1, range-parser@~1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== raw-body@2.4.0: version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" + resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz" integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== dependencies: bytes "3.1.0" @@ -12157,16 +12129,16 @@ raw-body@2.4.0: unpipe "1.0.0" raw-loader@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-4.0.1.tgz#14e1f726a359b68437e183d5a5b7d33a3eba6933" - integrity sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A== + version "4.0.2" + resolved "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.2.tgz" + integrity sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA== dependencies: loader-utils "^2.0.0" - schema-utils "^2.6.5" + schema-utils "^3.0.0" rc@^1.0.1, rc@^1.1.6: version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== dependencies: deep-extend "^0.6.0" @@ -12175,12 +12147,13 @@ rc@^1.0.1, rc@^1.1.6: strip-json-comments "~2.0.1" react-color@^2.17.0: - version "2.18.1" - resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.18.1.tgz#2cda8cc8e06a9e2c52ad391a30ddad31972472f4" - integrity sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ== + version "2.19.3" + resolved "https://registry.npmjs.org/react-color/-/react-color-2.19.3.tgz" + integrity sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA== dependencies: "@icons/material" "^0.2.4" - lodash "^4.17.11" + lodash "^4.17.15" + lodash-es "^4.17.15" material-colors "^1.2.1" prop-types "^15.5.10" reactcss "^1.2.0" @@ -12188,7 +12161,7 @@ react-color@^2.17.0: react-dev-utils@^10.0.0: version "10.2.1" - resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-10.2.1.tgz#f6de325ae25fa4d546d09df4bb1befdc6dd19c19" + resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz" integrity sha512-XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ== dependencies: "@babel/code-frame" "7.8.3" @@ -12218,7 +12191,7 @@ react-dev-utils@^10.0.0: react-docgen-typescript-loader@^3.7.2: version "3.7.2" - resolved "https://registry.yarnpkg.com/react-docgen-typescript-loader/-/react-docgen-typescript-loader-3.7.2.tgz#45cb2305652c0602767242a8700ad1ebd66bbbbd" + resolved "https://registry.npmjs.org/react-docgen-typescript-loader/-/react-docgen-typescript-loader-3.7.2.tgz" integrity sha512-fNzUayyUGzSyoOl7E89VaPKJk9dpvdSgyXg81cUkwy0u+NBvkzQG3FC5WBIlXda0k/iaxS+PWi+OC+tUiGxzPA== dependencies: "@webpack-contrib/schema-utils" "^1.0.0-beta.0" @@ -12227,7 +12200,7 @@ react-docgen-typescript-loader@^3.7.2: react-docgen-typescript-plugin@^0.5.2: version "0.5.2" - resolved "https://registry.yarnpkg.com/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-0.5.2.tgz#2b294d75ef3145c36303da82be5d447cb67dc0dc" + resolved "https://registry.npmjs.org/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-0.5.2.tgz" integrity sha512-NQfWyWLmzUnedkiN2nPDb6Nkm68ik6fqbC3UvgjqYSeZsbKijXUA4bmV6aU7qICOXdop9PevPdjEgJuAN0nNVQ== dependencies: debug "^4.1.1" @@ -12238,28 +12211,30 @@ react-docgen-typescript-plugin@^0.5.2: tslib "^2.0.0" react-docgen-typescript@^1.15.0, react-docgen-typescript@^1.20.1: - version "1.20.2" - resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.20.2.tgz#78f4a14f18a4e236e31051961c75583133752d46" - integrity sha512-tW1cZErh4AxDJIFiTxny9AfMeSwm+NI7BsXXuAXPvoIxToglFWvmJWsJF6sYhSA3zNu3zhFOIMdRMXTzQAyCpA== + version "1.22.0" + resolved "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-1.22.0.tgz" + integrity sha512-MPLbF8vzRwAG3GcjdL+OHQlhgtWsLTXs+7uJiHfEeT3Ur7IsZaNYqRTLQ9sj2nB6M6jylcPCeCmH7qbszJmecg== react-docgen@^5.0.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.3.0.tgz#9aabde5e69f1993c8ba839fd9a86696504654589" - integrity sha512-hUrv69k6nxazOuOmdGeOpC/ldiKy7Qj/UFpxaQi0eDMrUFUTIPGtY5HJu7BggSmiyAMfREaESbtBL9UzdQ+hyg== + version "5.4.0" + resolved "https://registry.npmjs.org/react-docgen/-/react-docgen-5.4.0.tgz" + integrity sha512-JBjVQ9cahmNlfjMGxWUxJg919xBBKAoy3hgDgKERbR+BcF4ANpDuzWAScC7j27hZfd8sJNmMPOLWo9+vB/XJEQ== dependencies: "@babel/core" "^7.7.5" + "@babel/generator" "^7.12.11" "@babel/runtime" "^7.7.6" - ast-types "^0.13.2" + ast-types "^0.14.2" commander "^2.19.0" doctrine "^3.0.0" + estree-to-babel "^3.1.0" neo-async "^2.6.1" node-dir "^0.1.10" strip-indent "^3.0.0" react-dom@^16.8.3: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f" - integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== + version "16.14.0" + resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz" + integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" @@ -12268,89 +12243,97 @@ react-dom@^16.8.3: react-draggable@^4.0.3: version "4.4.3" - resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.3.tgz#0727f2cae5813e36b0e4962bf11b2f9ef2b406f3" + resolved "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.3.tgz" integrity sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w== dependencies: classnames "^2.2.5" prop-types "^15.6.0" react-element-to-jsx-string@^14.3.1: - version "14.3.1" - resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.1.tgz#a08fa6e46eb76061aca7eabc2e70f433583cb203" - integrity sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== + version "14.3.2" + resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.2.tgz" + integrity sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w== dependencies: "@base2/pretty-print-object" "1.0.0" - is-plain-object "3.0.0" + is-plain-object "3.0.1" react-error-overlay@^6.0.7: - version "6.0.7" - resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108" - integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA== + version "6.0.9" + resolved "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz" + integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== -react-fast-compare@^3.0.1: +react-fast-compare@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" + resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== react-helmet-async@^1.0.2: - version "1.0.6" - resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.0.6.tgz#11c15c74e79b3f66670c73779bef3e0e352b1d4e" - integrity sha512-t+bhAI4NgxfEv8ez4r77cLfR4O4Z55E/FH2DT+uiE4U7yfWgAk7OAOi7IxHxuYEVLI26bqjZvlVCkpC5/5AoNA== + version "1.0.9" + resolved "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.0.9.tgz" + integrity sha512-N+iUlo9WR3/u9qGMmP4jiYfaD6pe9IvDTapZLFJz2D3xlTlCM1Bzy4Ab3g72Nbajo/0ZyW+W9hdz8Hbe4l97pQ== dependencies: - "@babel/runtime" "^7.9.2" + "@babel/runtime" "^7.12.5" invariant "^2.2.4" prop-types "^15.7.2" - react-fast-compare "^3.0.1" + react-fast-compare "^3.2.0" shallowequal "^1.1.0" react-hotkeys@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/react-hotkeys/-/react-hotkeys-2.0.0.tgz#a7719c7340cbba888b0e9184f806a9ec0ac2c53f" + resolved "https://registry.npmjs.org/react-hotkeys/-/react-hotkeys-2.0.0.tgz" integrity sha512-3n3OU8vLX/pfcJrR3xJ1zlww6KS1kEJt0Whxc4FiGV+MJrQ1mYSYI3qS/11d2MJDFm8IhOXMTFQirfu6AVOF6Q== dependencies: prop-types "^15.6.1" -react-input-autosize@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.2.tgz#fcaa7020568ec206bc04be36f4eb68e647c4d8c2" - integrity sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== +react-i18next@^11.13.0: + version "11.14.3" + resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.3.tgz" + integrity sha512-Hf2aanbKgYxPjG8ZdKr+PBz9sY6sxXuZWizxCYyJD2YzvJ0W9JTQcddVEjDaKyBoCyd3+5HTerdhc9ehFugc6g== + dependencies: + "@babel/runtime" "^7.14.5" + html-parse-stringify "^3.0.1" + +react-input-autosize@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-3.0.0.tgz" + integrity sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg== dependencies: prop-types "^15.5.8" react-inspector@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/react-inspector/-/react-inspector-5.0.1.tgz#8a30f3d488c4f40203624bbe24800f508ae05d3a" - integrity sha512-qRIENuAIcRaytrmg/TL5nN5igYZMzyQqIKlWA8zoYRDltULsZC1bWy2Ua5wYJuwEYnC3gK4FCjcIQnb+5OyLsQ== + version "5.1.1" + resolved "https://registry.npmjs.org/react-inspector/-/react-inspector-5.1.1.tgz" + integrity sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg== dependencies: - "@babel/runtime" "^7.8.7" - is-dom "^1.1.0" - prop-types "^15.6.1" + "@babel/runtime" "^7.0.0" + is-dom "^1.0.0" + prop-types "^15.0.0" react-is@^16.7.0, react-is@^16.8.1: version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" + resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== react-lifecycles-compat@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" + resolved "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== react-popper-tooltip@^2.11.0: version "2.11.1" - resolved "https://registry.yarnpkg.com/react-popper-tooltip/-/react-popper-tooltip-2.11.1.tgz#3c4bdfd8bc10d1c2b9a162e859bab8958f5b2644" + resolved "https://registry.npmjs.org/react-popper-tooltip/-/react-popper-tooltip-2.11.1.tgz" integrity sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ== dependencies: "@babel/runtime" "^7.9.2" react-popper "^1.3.7" react-popper@^1.3.7: - version "1.3.7" - resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.7.tgz#f6a3471362ef1f0d10a4963673789de1baca2324" - integrity sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== + version "1.3.11" + resolved "https://registry.npmjs.org/react-popper/-/react-popper-1.3.11.tgz" + integrity sha512-VSA/bS+pSndSF2fiasHK/PTEEAyOpX60+H5EPAjoArr8JGm+oihu4UbrqcEBpQibJxBVCpYyjAX7abJ+7DoYVg== dependencies: "@babel/runtime" "^7.1.2" - create-react-context "^0.3.0" + "@hypnosphi/create-react-context" "^0.3.1" deep-equal "^1.1.1" popper.js "^1.14.4" prop-types "^15.6.1" @@ -12359,7 +12342,7 @@ react-popper@^1.3.7: react-reconciler@^0.24.0: version "0.24.0" - resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.24.0.tgz#5a396b2c2f5efe8554134a5935f49f546723f2dd" + resolved "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.24.0.tgz" integrity sha512-gAGnwWkf+NOTig9oOowqid9O0HjTDC+XVGBCAmJYYJ2A2cN/O4gDdIuuUQjv8A4v6GDwVfJkagpBBLW5OW9HSw== dependencies: loose-envify "^1.1.0" @@ -12368,9 +12351,9 @@ react-reconciler@^0.24.0: scheduler "^0.18.0" react-select@^3.0.8: - version "3.1.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.0.tgz#ab098720b2e9fe275047c993f0d0caf5ded17c27" - integrity sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== + version "3.2.0" + resolved "https://registry.npmjs.org/react-select/-/react-select-3.2.0.tgz" + integrity sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ== dependencies: "@babel/runtime" "^7.4.4" "@emotion/cache" "^10.0.9" @@ -12378,12 +12361,12 @@ react-select@^3.0.8: "@emotion/css" "^10.0.9" memoize-one "^5.0.0" prop-types "^15.6.0" - react-input-autosize "^2.2.2" + react-input-autosize "^3.0.0" react-transition-group "^4.3.0" react-sizeme@^2.6.7: version "2.6.12" - resolved "https://registry.yarnpkg.com/react-sizeme/-/react-sizeme-2.6.12.tgz#ed207be5476f4a85bf364e92042520499455453e" + resolved "https://registry.npmjs.org/react-sizeme/-/react-sizeme-2.6.12.tgz" integrity sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== dependencies: element-resize-detector "^1.2.1" @@ -12393,7 +12376,7 @@ react-sizeme@^2.6.7: react-syntax-highlighter@^12.2.1: version "12.2.1" - resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-12.2.1.tgz#14d78352da1c1c3f93c6698b70ec7c706b83493e" + resolved "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-12.2.1.tgz" integrity sha512-CTsp0ZWijwKRYFg9xhkWD4DSpQqE4vb2NKVMdPAkomnILSmsNBHE0n5GuI5zB+PU3ySVvXvdt9jo+ViD9XibCA== dependencies: "@babel/runtime" "^7.3.1" @@ -12403,18 +12386,18 @@ react-syntax-highlighter@^12.2.1: refractor "^2.4.1" react-textarea-autosize@^8.1.1: - version "8.2.0" - resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.2.0.tgz#fae38653f5ec172a855fd5fffb39e466d56aebdb" - integrity sha512-grajUlVbkx6VdtSxCgzloUIphIZF5bKr21OYMceWPKkniy7H0mRAT/AXPrRtObAe+zUePnNlBwUc4ivVjUGIjw== + version "8.3.3" + resolved "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.3.tgz" + integrity sha512-2XlHXK2TDxS6vbQaoPbMOfQ8GK7+irc2fVK6QFIcC8GOnH3zI/v481n+j1L0WaPVvKxwesnY93fEfH++sus2rQ== dependencies: "@babel/runtime" "^7.10.2" use-composed-ref "^1.0.0" use-latest "^1.0.0" react-transition-group@^4.3.0: - version "4.4.1" - resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9" - integrity sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== + version "4.4.2" + resolved "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz" + integrity sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg== dependencies: "@babel/runtime" "^7.5.5" dom-helpers "^5.0.1" @@ -12422,9 +12405,9 @@ react-transition-group@^4.3.0: prop-types "^15.6.2" react@^16.12.0, react@^16.8.3: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" - integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w== + version "16.14.0" + resolved "https://registry.npmjs.org/react/-/react-16.14.0.tgz" + integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" @@ -12432,14 +12415,14 @@ react@^16.12.0, react@^16.8.3: reactcss@^1.2.0: version "1.2.3" - resolved "https://registry.yarnpkg.com/reactcss/-/reactcss-1.2.3.tgz#c00013875e557b1cf0dfd9a368a1c3dab3b548dd" + resolved "https://registry.npmjs.org/reactcss/-/reactcss-1.2.3.tgz" integrity sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A== dependencies: lodash "^4.0.1" read-pkg-up@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" + resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz" integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= dependencies: find-up "^1.0.0" @@ -12447,7 +12430,7 @@ read-pkg-up@^1.0.1: read-pkg-up@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" + resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz" integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= dependencies: find-up "^2.0.0" @@ -12455,7 +12438,7 @@ read-pkg-up@^2.0.0: read-pkg-up@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" + resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== dependencies: find-up "^4.1.0" @@ -12464,7 +12447,7 @@ read-pkg-up@^7.0.1: read-pkg@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" + resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz" integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= dependencies: load-json-file "^1.0.0" @@ -12473,7 +12456,7 @@ read-pkg@^1.0.0: read-pkg@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" + resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz" integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= dependencies: load-json-file "^2.0.0" @@ -12482,7 +12465,7 @@ read-pkg@^2.0.0: read-pkg@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" + resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz" integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= dependencies: load-json-file "^4.0.0" @@ -12491,7 +12474,7 @@ read-pkg@^3.0.0: read-pkg@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" + resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== dependencies: "@types/normalize-package-data" "^2.4.0" @@ -12501,14 +12484,14 @@ read-pkg@^5.2.0: read@~1.0.7: version "1.0.7" - resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" + resolved "https://registry.npmjs.org/read/-/read-1.0.7.tgz" integrity sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ= dependencies: mute-stream "~0.0.4" -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@~2.3.6: +"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz" integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== dependencies: core-util-is "~1.0.0" @@ -12521,7 +12504,7 @@ read@~1.0.7: "readable-stream@>=1.0.33-1 <1.1.0-0": version "1.0.34" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz" integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw= dependencies: core-util-is "~1.0.0" @@ -12531,7 +12514,7 @@ read@~1.0.7: readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.6.0: version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== dependencies: inherits "^2.0.3" @@ -12540,7 +12523,7 @@ readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.6.0: readable-stream@~1.1.9: version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz" integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk= dependencies: core-util-is "~1.0.0" @@ -12550,7 +12533,7 @@ readable-stream@~1.1.9: readable-stream@~2.0.5: version "2.0.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" integrity sha1-j5A0HmilPMySh4jaz80Rs265t44= dependencies: core-util-is "~1.0.0" @@ -12562,47 +12545,37 @@ readable-stream@~2.0.5: readdirp@^2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + resolved "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz" integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== dependencies: graceful-fs "^4.1.11" micromatch "^3.1.10" readable-stream "^2.0.2" -readdirp@~3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada" - integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== dependencies: picomatch "^2.2.1" -recast@^0.14.7: - version "0.14.7" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.14.7.tgz#4f1497c2b5826d42a66e8e3c9d80c512983ff61d" - integrity sha512-/nwm9pkrcWagN40JeJhkPaRxiHXBRkXyRh/hgU088Z/v+qCy+zIHHY6bC6o7NaKAxPqtE6nD8zBH1LfU0/Wx6A== - dependencies: - ast-types "0.11.3" - esprima "~4.0.0" - private "~0.1.5" - source-map "~0.6.1" - rechoir@^0.6.2: version "0.6.2" - resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" + resolved "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz" integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= dependencies: resolve "^1.1.6" recursive-readdir@2.2.2: version "2.2.2" - resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f" + resolved "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz" integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg== dependencies: minimatch "3.0.4" redent@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" + resolved "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz" integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= dependencies: indent-string "^2.1.0" @@ -12610,7 +12583,7 @@ redent@^1.0.0: redent@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" + resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== dependencies: indent-string "^4.0.0" @@ -12618,7 +12591,7 @@ redent@^3.0.0: refractor@^2.4.1: version "2.10.1" - resolved "https://registry.yarnpkg.com/refractor/-/refractor-2.10.1.tgz#166c32f114ed16fd96190ad21d5193d3afc7d34e" + resolved "https://registry.npmjs.org/refractor/-/refractor-2.10.1.tgz" integrity sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw== dependencies: hastscript "^5.0.0" @@ -12627,63 +12600,63 @@ refractor@^2.4.1: regenerate-unicode-properties@^8.2.0: version "8.2.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec" + resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz" integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== dependencies: regenerate "^1.4.0" regenerate@^1.4.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.1.tgz#cad92ad8e6b591773485fbe05a485caf4f457e6f" - integrity sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== + version "1.4.2" + resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz" + integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== regenerator-runtime@^0.10.5: version "0.10.5" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" + resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz" integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg= regenerator-runtime@^0.11.0: version "0.11.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" + resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz" integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4: version "0.13.7" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" + resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz" integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== regenerator-transform@^0.14.2: version "0.14.5" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" + resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz" integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== dependencies: "@babel/runtime" "^7.8.4" regex-not@^1.0.0, regex-not@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + resolved "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz" integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== dependencies: extend-shallow "^3.0.2" safe-regex "^1.1.0" -regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" - integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== +regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1: + version "1.3.1" + resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz" + integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" regexpp@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2" - integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== + version "3.2.0" + resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz" + integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== -regexpu-core@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938" - integrity sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== +regexpu-core@^4.7.1: + version "4.7.1" + resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz" + integrity sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ== dependencies: regenerate "^1.4.0" regenerate-unicode-properties "^8.2.0" @@ -12694,7 +12667,7 @@ regexpu-core@^4.7.0: registry-auth-token@3.3.2: version "3.3.2" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20" + resolved "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz" integrity sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ== dependencies: rc "^1.1.6" @@ -12702,7 +12675,7 @@ registry-auth-token@3.3.2: registry-auth-token@^3.0.1: version "3.4.0" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e" + resolved "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz" integrity sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A== dependencies: rc "^1.1.6" @@ -12710,31 +12683,31 @@ registry-auth-token@^3.0.1: registry-url@3.1.0, registry-url@^3.0.3: version "3.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" + resolved "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz" integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= dependencies: rc "^1.0.1" regjsgen@^0.5.1: version "0.5.2" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" + resolved "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz" integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== regjsparser@^0.6.4: - version "0.6.4" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz#a769f8684308401a66e9b529d2436ff4d0666272" - integrity sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== + version "0.6.9" + resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.9.tgz" + integrity sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ== dependencies: jsesc "~0.5.0" relateurl@^0.2.7: version "0.2.7" - resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" + resolved "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz" integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= remark-external-links@^6.0.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/remark-external-links/-/remark-external-links-6.1.0.tgz#1a545b3cf896eae00ec1732d90f595f75a329abe" + resolved "https://registry.npmjs.org/remark-external-links/-/remark-external-links-6.1.0.tgz" integrity sha512-dJr+vhe3wuh1+E9jltQ+efRMqtMDOOnfFkhtoArOmhnBcPQX6THttXMkc/H0kdnAvkXTk7f2QdOYm5qo/sGqdw== dependencies: extend "^3.0.0" @@ -12743,28 +12716,28 @@ remark-external-links@^6.0.0: space-separated-tokens "^1.0.0" unist-util-visit "^2.0.0" -remark-footnotes@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/remark-footnotes/-/remark-footnotes-1.0.0.tgz#9c7a97f9a89397858a50033373020b1ea2aad011" - integrity sha512-X9Ncj4cj3/CIvLI2Z9IobHtVi8FVdUrdJkCNaL9kdX8ohfsi18DXHsCVd/A7ssARBdccdDb5ODnt62WuEWaM/g== +remark-footnotes@2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz" + integrity sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ== -remark-mdx@1.6.16: - version "1.6.16" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.6.16.tgz#13ee40ad0614a1cc179aca3604d7f1b79e498a2f" - integrity sha512-xqZhBQ4TonFiSFpVt6SnTLRnxstu7M6pcaOibKZhqzk4zMRVacVenD7iECjfESK+72LkPm/NW+0r5ahJAg7zlQ== +remark-mdx@1.6.22: + version "1.6.22" + resolved "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz" + integrity sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ== dependencies: - "@babel/core" "7.10.5" + "@babel/core" "7.12.9" "@babel/helper-plugin-utils" "7.10.4" - "@babel/plugin-proposal-object-rest-spread" "7.10.4" - "@babel/plugin-syntax-jsx" "7.10.4" - "@mdx-js/util" "1.6.16" + "@babel/plugin-proposal-object-rest-spread" "7.12.1" + "@babel/plugin-syntax-jsx" "7.12.1" + "@mdx-js/util" "1.6.22" is-alphabetical "1.0.4" remark-parse "8.0.3" - unified "9.1.0" + unified "9.2.0" -remark-parse@8.0.3, remark-parse@^8.0.0: +remark-parse@8.0.3: version "8.0.3" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.3.tgz#9c62aa3b35b79a486454c690472906075f40c7e1" + resolved "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz" integrity sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q== dependencies: ccount "^1.0.0" @@ -12784,10 +12757,17 @@ remark-parse@8.0.3, remark-parse@^8.0.0: vfile-location "^3.0.0" xtend "^4.0.1" +remark-parse@^9.0.0: + version "9.0.0" + resolved "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz" + integrity sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw== + dependencies: + mdast-util-from-markdown "^0.8.0" + remark-slug@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/remark-slug/-/remark-slug-6.0.0.tgz#2b54a14a7b50407a5e462ac2f376022cce263e2c" - integrity sha512-ln67v5BrGKHpETnm6z6adlJPhESFJwfuZZ3jrmi+lKTzeZxh2tzFzUfDD4Pm2hRGOarHLuGToO86MNMZ/hA67Q== + version "6.1.0" + resolved "https://registry.npmjs.org/remark-slug/-/remark-slug-6.1.0.tgz" + integrity sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ== dependencies: github-slugger "^1.0.0" mdast-util-to-string "^1.0.0" @@ -12795,87 +12775,74 @@ remark-slug@^6.0.0: remark-squeeze-paragraphs@4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz#76eb0e085295131c84748c8e43810159c5653ead" + resolved "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz" integrity sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw== dependencies: mdast-squeeze-paragraphs "^4.0.0" -remark-stringify@^8.0.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-8.1.1.tgz#e2a9dc7a7bf44e46a155ec78996db896780d8ce5" - integrity sha512-q4EyPZT3PcA3Eq7vPpT6bIdokXzFGp9i85igjmhRyXWmPs0Y6/d2FYwUNotKAWyLch7g0ASZJn/KHHcHZQ163A== +remark-stringify@^9.0.0: + version "9.0.1" + resolved "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz" + integrity sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg== dependencies: - ccount "^1.0.0" - is-alphanumeric "^1.0.0" - is-decimal "^1.0.0" - is-whitespace-character "^1.0.0" - longest-streak "^2.0.1" - markdown-escapes "^1.0.0" - markdown-table "^2.0.0" - mdast-util-compact "^2.0.0" - parse-entities "^2.0.0" - repeat-string "^1.5.4" - state-toggle "^1.0.0" - stringify-entities "^3.0.0" - unherit "^1.0.4" - xtend "^4.0.1" + mdast-util-to-markdown "^0.6.0" -remark@^12.0.0: - version "12.0.1" - resolved "https://registry.yarnpkg.com/remark/-/remark-12.0.1.tgz#f1ddf68db7be71ca2bad0a33cd3678b86b9c709f" - integrity sha512-gS7HDonkdIaHmmP/+shCPejCEEW+liMp/t/QwmF0Xt47Rpuhl32lLtDV1uKWvGoq+kxr5jSgg5oAIpGuyULjUw== +remark@^13.0.0: + version "13.0.0" + resolved "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz" + integrity sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA== dependencies: - remark-parse "^8.0.0" - remark-stringify "^8.0.0" - unified "^9.0.0" + remark-parse "^9.0.0" + remark-stringify "^9.0.0" + unified "^9.1.0" remove-markdown@^0.2.2: version "0.2.2" - resolved "https://registry.yarnpkg.com/remove-markdown/-/remove-markdown-0.2.2.tgz#66b0ceeba9fb77ca9636bb1b0307ce21a32a12a6" + resolved "https://registry.npmjs.org/remove-markdown/-/remove-markdown-0.2.2.tgz" integrity sha1-ZrDO66n7d8qWNrsbAwfOIaMqEqY= remove-trailing-separator@^1.0.1: version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + resolved "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz" integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= -renderkid@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149" - integrity sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA== +renderkid@^2.0.4: + version "2.0.7" + resolved "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz" + integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ== dependencies: - css-select "^1.1.0" - dom-converter "^0.2" - htmlparser2 "^3.3.0" - strip-ansi "^3.0.0" - utila "^0.4.0" + css-select "^4.1.3" + dom-converter "^0.2.0" + htmlparser2 "^6.1.0" + lodash "^4.17.21" + strip-ansi "^3.0.1" repeat-element@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" - integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + version "1.1.4" + resolved "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz" + integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== repeat-string@^1.0.0, repeat-string@^1.5.4, repeat-string@^1.6.1: version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= repeating@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" + resolved "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz" integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= dependencies: is-finite "^1.0.0" -replace-ext@1.0.0, replace-ext@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" - integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= +replace-ext@^1.0.0: + version "1.0.1" + resolved "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz" + integrity sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw== -request@^2.82.0, request@^2.85.0, request@^2.87.0, request@^2.88.0: - version "2.88.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" - integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== +request@^2.82.0, request@^2.85.0, request@^2.88.0: + version "2.88.2" + resolved "https://registry.npmjs.org/request/-/request-2.88.2.tgz" + integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== dependencies: aws-sign2 "~0.7.0" aws4 "^1.8.0" @@ -12884,7 +12851,7 @@ request@^2.82.0, request@^2.85.0, request@^2.87.0, request@^2.88.0: extend "~3.0.2" forever-agent "~0.6.1" form-data "~2.3.2" - har-validator "~5.1.0" + har-validator "~5.1.3" http-signature "~1.2.0" is-typedarray "~1.0.0" isstream "~0.1.2" @@ -12894,40 +12861,40 @@ request@^2.82.0, request@^2.85.0, request@^2.87.0, request@^2.88.0: performance-now "^2.1.0" qs "~6.5.2" safe-buffer "^5.1.2" - tough-cookie "~2.4.3" + tough-cookie "~2.5.0" tunnel-agent "^0.6.0" uuid "^3.3.2" require-directory@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= require-main-filename@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" + resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz" integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= require-main-filename@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz" integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== requires-port@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= resolve-cwd@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" + resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz" integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= dependencies: resolve-from "^3.0.0" resolve-dir@^1.0.0, resolve-dir@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" + resolved "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz" integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= dependencies: expand-tilde "^2.0.0" @@ -12935,41 +12902,42 @@ resolve-dir@^1.0.0, resolve-dir@^1.0.1: resolve-from@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" + resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz" integrity sha1-six699nWiBvItuZTM17rywoYh0g= resolve-from@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== resolve-from@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== resolve-url@^0.2.1: version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz" integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2: - version "1.17.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" - integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== +resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.3.2: + version "1.20.0" + resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz" + integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== dependencies: + is-core-module "^2.2.0" path-parse "^1.0.6" responselike@1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" + resolved "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz" integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= dependencies: lowercase-keys "^1.0.0" restore-cursor@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" + resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz" integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= dependencies: onetime "^2.0.0" @@ -12977,7 +12945,7 @@ restore-cursor@^2.0.0: restore-cursor@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" + resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== dependencies: onetime "^5.1.0" @@ -12985,53 +12953,53 @@ restore-cursor@^3.1.0: ret@~0.1.10: version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== retry@^0.12.0: version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= reusify@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== rgb-regex@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" + resolved "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz" integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= rgba-regex@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" + resolved "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz" integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= -rimraf@2, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.3: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - rimraf@2.6.3: version "2.6.3" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" + resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz" integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== dependencies: glob "^7.1.3" -rimraf@^3.0.2: +rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.3: + version "2.7.1" + resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +rimraf@^3.0.0, rimraf@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob "^7.1.3" ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" + resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz" integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== dependencies: hash-base "^3.0.0" @@ -13039,68 +13007,70 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: rsvp@^4.8.4: version "4.8.5" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" + resolved "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz" integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== run-async@^2.2.0, run-async@^2.4.0: version "2.4.1" - resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" + resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== run-parallel@^1.1.9: - version "1.1.9" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679" - integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== + version "1.2.0" + resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== + dependencies: + queue-microtask "^1.2.2" run-queue@^1.0.0, run-queue@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" + resolved "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz" integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= dependencies: aproba "^1.1.1" rx@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782" + resolved "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz" integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I= rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0: - version "6.6.2" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2" - integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg== + version "6.6.7" + resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz" + integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== dependencies: tslib "^1.9.0" safe-buffer@5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" integrity sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg== -safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: +safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: +safe-buffer@^5.2.0, safe-buffer@~5.2.0: version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== safe-regex@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + resolved "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz" integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= dependencies: ret "~0.1.10" "safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== sane@^4.0.3: version "4.1.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" + resolved "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz" integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== dependencies: "@cnakazawa/watch" "^1.0.3" @@ -13113,19 +13083,9 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sass-graph@2.2.5: - version "2.2.5" - resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.5.tgz#a981c87446b8319d96dce0671e487879bd24c2e8" - integrity sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag== - dependencies: - glob "^7.0.0" - lodash "^4.0.0" - scss-tokenizer "^0.2.3" - yargs "^13.3.2" - sass-loader@^9.0.2: version "9.0.3" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-9.0.3.tgz#086adcf0bfdcc9d920413e2cdc3ba3321373d547" + resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-9.0.3.tgz" integrity sha512-fOwsP98ac1VMme+V3+o0HaaMHp8Q/C9P+MUazLFVi3Jl7ORGHQXL1XeRZt3zLSGZQQPC8xE42Y2WptItvGjDQg== dependencies: klona "^1.1.2" @@ -13134,19 +13094,28 @@ sass-loader@^9.0.2: schema-utils "^2.7.0" semver "^7.3.2" +sass@^1.49.10: + version "1.49.10" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.10.tgz#7b83cee0f03bbba443111b3f94944fde2b0c7a6b" + integrity sha512-w37zfWJwKu4I78U4z63u1mmgoncq+v3iOB4yzQMPyAPVHHawaQSnu9C9ysGQnZEhW609jkcLioJcMCqm75JMdg== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + sax@1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a" + resolved "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz" integrity sha1-e45lYZCyKOgaZq6nSEgNgozS03o= sax@>=0.6.0, sax@~1.2.4: version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== scheduler@^0.18.0: version "0.18.0" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4" + resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.18.0.tgz" integrity sha512-agTSHR1Nbfi6ulI0kYNK0203joW2Y5W4po4l+v03tOoiJKpTBbxpNhWDvqc/4IcOw+KLmSiQLTasZ4cab2/UWQ== dependencies: loose-envify "^1.1.0" @@ -13154,7 +13123,7 @@ scheduler@^0.18.0: scheduler@^0.19.1: version "0.19.1" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" + resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz" integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== dependencies: loose-envify "^1.1.0" @@ -13162,115 +13131,104 @@ scheduler@^0.19.1: schema-utils@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" + resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz" integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== dependencies: ajv "^6.1.0" ajv-errors "^1.0.0" ajv-keywords "^3.1.0" -schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" - integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A== - dependencies: - "@types/json-schema" "^7.0.4" - ajv "^6.12.2" - ajv-keywords "^3.4.1" - -schema-utils@^2.7.1: +schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0, schema-utils@^2.7.1: version "2.7.1" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" + resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz" integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== dependencies: "@types/json-schema" "^7.0.5" ajv "^6.12.4" ajv-keywords "^3.5.2" -scss-tokenizer@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1" - integrity sha1-jrBtualyMzOCTT9VMGQRSYR85dE= +schema-utils@^3.0.0: + version "3.1.1" + resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz" + integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== dependencies: - js-base64 "^2.1.8" - source-map "^0.4.2" + "@types/json-schema" "^7.0.8" + ajv "^6.12.5" + ajv-keywords "^3.5.2" seek-bzip@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.5.tgz#cfe917cb3d274bcffac792758af53173eb1fabdc" - integrity sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w= + version "1.0.6" + resolved "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz" + integrity sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ== dependencies: - commander "~2.8.1" + commander "^2.8.1" select-hose@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" + resolved "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz" integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= select@^1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" + resolved "https://registry.npmjs.org/select/-/select-1.1.2.tgz" integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= selfsigned@^1.10.7: - version "1.10.7" - resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.7.tgz#da5819fd049d5574f28e88a9bcc6dbc6e6f3906b" - integrity sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA== + version "1.10.11" + resolved "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz" + integrity sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA== dependencies: - node-forge "0.9.0" + node-forge "^0.10.0" semver-compare@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" + resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz" integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= semver-diff@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" + resolved "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz" integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= dependencies: semver "^5.0.3" semver-regex@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338" + resolved "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz" integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw== semver-truncate@^1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/semver-truncate/-/semver-truncate-1.1.2.tgz#57f41de69707a62709a7e0104ba2117109ea47e8" + resolved "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz" integrity sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g= dependencies: semver "^5.3.0" "semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0: version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== semver@7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" + resolved "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz" integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== -semver@^6.0.0, semver@^6.3.0: +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" + resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== semver@^7.2.1, semver@^7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" - integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== - -semver@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" - integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8= + version "7.3.5" + resolved "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz" + integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== + dependencies: + lru-cache "^6.0.0" send@0.17.1: version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" + resolved "https://registry.npmjs.org/send/-/send-0.17.1.tgz" integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== dependencies: debug "2.6.9" @@ -13289,14 +13247,14 @@ send@0.17.1: serialize-javascript@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" + resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz" integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== dependencies: randombytes "^2.1.0" serve-favicon@^2.5.0: version "2.5.0" - resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.5.0.tgz#935d240cdfe0f5805307fdfe967d88942a2cbcf0" + resolved "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz" integrity sha1-k10kDN/g9YBTB/3+ln2IlCosvPA= dependencies: etag "~1.8.1" @@ -13307,7 +13265,7 @@ serve-favicon@^2.5.0: serve-handler@6.1.3: version "6.1.3" - resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.3.tgz#1bf8c5ae138712af55c758477533b9117f6435e8" + resolved "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.3.tgz" integrity sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w== dependencies: bytes "3.0.0" @@ -13321,7 +13279,7 @@ serve-handler@6.1.3: serve-index@^1.9.1: version "1.9.1" - resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" + resolved "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz" integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk= dependencies: accepts "~1.3.4" @@ -13334,7 +13292,7 @@ serve-index@^1.9.1: serve-static@1.14.1: version "1.14.1" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" + resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz" integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== dependencies: encodeurl "~1.0.2" @@ -13344,7 +13302,7 @@ serve-static@1.14.1: serve@^11.3.2: version "11.3.2" - resolved "https://registry.yarnpkg.com/serve/-/serve-11.3.2.tgz#b905e980616feecd170e51c8f979a7b2374098f5" + resolved "https://registry.npmjs.org/serve/-/serve-11.3.2.tgz" integrity sha512-yKWQfI3xbj/f7X1lTBg91fXBP0FqjJ4TEi+ilES5yzH0iKJpN5LjNb1YzIfQg9Rqn4ECUS2SOf2+Kmepogoa5w== dependencies: "@zeit/schemas" "2.6.0" @@ -13359,12 +13317,12 @@ serve@^11.3.2: set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= set-value@^2.0.0, set-value@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + resolved "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz" integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== dependencies: extend-shallow "^2.0.1" @@ -13374,118 +13332,116 @@ set-value@^2.0.0, set-value@^2.0.1: setimmediate@^1.0.4: version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= setprototypeof@1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz" integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== setprototypeof@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" + resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz" integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== sha.js@^2.4.0, sha.js@^2.4.8: version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" + resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz" integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== dependencies: inherits "^2.0.1" safe-buffer "^5.0.1" -shallow-clone@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-0.1.2.tgz#5909e874ba77106d73ac414cfec1ffca87d97060" - integrity sha1-WQnodLp3EG1zrEFM/sH/yofZcGA= +shallow-clone@^3.0.0: + version "3.0.1" + resolved "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz" + integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== dependencies: - is-extendable "^0.1.1" - kind-of "^2.0.1" - lazy-cache "^0.2.3" - mixin-object "^2.0.1" + kind-of "^6.0.2" shallowequal@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" + resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz" integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== shebang-command@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz" integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= dependencies: shebang-regex "^1.0.0" shebang-command@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== dependencies: shebang-regex "^3.0.0" shebang-regex@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= shebang-regex@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shell-quote@1.7.2, shell-quote@^1.4.3, shell-quote@^1.6.1: version "1.7.2" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" + resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz" integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== shelljs@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1" + resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz" integrity sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E= shelljs@^0.8.1, shelljs@^0.8.3: version "0.8.4" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" + resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz" integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== dependencies: glob "^7.0.0" interpret "^1.0.0" rechoir "^0.6.2" -side-channel@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947" - integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA== +side-channel@^1.0.4: + version "1.0.4" + resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz" + integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== dependencies: - es-abstract "^1.17.0-next.1" - object-inspect "^1.7.0" + call-bind "^1.0.0" + get-intrinsic "^1.0.2" + object-inspect "^1.9.0" signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.3" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" + resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz" integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== simple-swizzle@^0.2.2: version "0.2.2" - resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + resolved "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= dependencies: is-arrayish "^0.3.1" slash@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + resolved "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz" integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= slash@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== slice-ansi@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" + resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz" integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== dependencies: ansi-styles "^3.2.0" @@ -13494,7 +13450,7 @@ slice-ansi@^2.1.0: slice-ansi@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" + resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz" integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ== dependencies: ansi-styles "^4.0.0" @@ -13503,7 +13459,7 @@ slice-ansi@^3.0.0: snapdragon-node@^2.0.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + resolved "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz" integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== dependencies: define-property "^1.0.0" @@ -13512,14 +13468,14 @@ snapdragon-node@^2.0.1: snapdragon-util@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + resolved "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz" integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== dependencies: kind-of "^3.2.0" snapdragon@^0.8.1: version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + resolved "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz" integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== dependencies: base "^0.11.1" @@ -13533,7 +13489,7 @@ snapdragon@^0.8.1: sockjs-client@1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.4.0.tgz#c9f2568e19c8fd8173b4997ea3420e0bb306c7d5" + resolved "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz" integrity sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g== dependencies: debug "^3.2.5" @@ -13545,7 +13501,7 @@ sockjs-client@1.4.0: sockjs@0.3.20: version "0.3.20" - resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.20.tgz#b26a283ec562ef8b2687b44033a4eeceac75d855" + resolved "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz" integrity sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA== dependencies: faye-websocket "^0.10.0" @@ -13554,33 +13510,38 @@ sockjs@0.3.20: sort-keys-length@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/sort-keys-length/-/sort-keys-length-1.0.1.tgz#9cb6f4f4e9e48155a6aa0671edd336ff1479a188" + resolved "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz" integrity sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg= dependencies: sort-keys "^1.0.0" sort-keys@^1.0.0: version "1.1.2" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" + resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz" integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0= dependencies: is-plain-obj "^1.0.0" sort-keys@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" + resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz" integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= dependencies: is-plain-obj "^1.0.0" source-list-map@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" + resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== +"source-map-js@>=0.6.2 <2.0.0": + version "1.0.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + source-map-resolve@^0.5.0: version "0.5.3" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" + resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz" integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== dependencies: atob "^2.1.2" @@ -13591,73 +13552,66 @@ source-map-resolve@^0.5.0: source-map-support@^0.5.16, source-map-support@~0.5.12: version "0.5.19" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" + resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz" integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== dependencies: buffer-from "^1.0.0" source-map "^0.6.0" source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - -source-map@^0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" - integrity sha1-66T12pwNyZneaAMti092FzZSA2s= - dependencies: - amdefine ">=0.0.4" + version "0.4.1" + resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz" + integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7: version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== source-map@^0.7.3: version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== space-separated-tokens@^1.0.0: version "1.1.5" - resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899" + resolved "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz" integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA== spdx-correct@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" - integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== + version "3.1.1" + resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz" + integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== dependencies: spdx-expression-parse "^3.0.0" spdx-license-ids "^3.0.0" spdx-exceptions@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" - integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== + version "2.3.0" + resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" + integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== spdx-expression-parse@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" - integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== + version "3.0.1" + resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" + integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== dependencies: spdx-exceptions "^2.1.0" spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.5" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" - integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== + version "3.0.10" + resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz" + integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA== spdy-transport@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" + resolved "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz" integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== dependencies: debug "^4.1.0" @@ -13669,7 +13623,7 @@ spdy-transport@^3.0.0: spdy@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" + resolved "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz" integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== dependencies: debug "^4.1.0" @@ -13678,48 +13632,43 @@ spdy@^4.0.2: select-hose "^2.0.0" spdy-transport "^3.0.0" -speakingurl@^14.0.1: - version "14.0.1" - resolved "https://registry.yarnpkg.com/speakingurl/-/speakingurl-14.0.1.tgz#f37ec8ddc4ab98e9600c1c9ec324a8c48d772a53" - integrity sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ== - specificity@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019" + resolved "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz" integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg== speedometer@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-1.0.0.tgz#cd671cb06752c22bca3370e2f334440be4fc62e2" + resolved "https://registry.npmjs.org/speedometer/-/speedometer-1.0.0.tgz" integrity sha1-zWccsGdSwivKM3Di8zREC+T8YuI= split-on-first@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" + resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz" integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw== split-string@^3.0.1, split-string@^3.0.2: version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + resolved "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz" integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== dependencies: extend-shallow "^3.0.0" split@0.3: version "0.3.3" - resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" + resolved "https://registry.npmjs.org/split/-/split-0.3.3.tgz" integrity sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8= dependencies: through "2" sprintf-js@~1.0.2: version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= squeak@^1.0.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/squeak/-/squeak-1.3.0.tgz#33045037b64388b567674b84322a6521073916c3" + resolved "https://registry.npmjs.org/squeak/-/squeak-1.3.0.tgz" integrity sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM= dependencies: chalk "^1.0.0" @@ -13728,7 +13677,7 @@ squeak@^1.0.0: sshpk@^1.7.0: version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" + resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz" integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== dependencies: asn1 "~0.2.3" @@ -13742,32 +13691,32 @@ sshpk@^1.7.0: tweetnacl "~0.14.0" ssri@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" - integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== + version "6.0.2" + resolved "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz" + integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== dependencies: figgy-pudding "^3.5.1" -ssri@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.0.tgz#79ca74e21f8ceaeddfcb4b90143c458b8d988808" - integrity sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA== +ssri@^8.0.1: + version "8.0.1" + resolved "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz" + integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== dependencies: minipass "^3.1.1" stable@^0.1.8: version "0.1.8" - resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" + resolved "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz" integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== state-toggle@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.2.tgz#75e93a61944116b4959d665c8db2d243631d6ddc" - integrity sha512-8LpelPGR0qQM4PnfLiplOQNJcIN1/r2Gy0xKB2zKnIW2YzPMt2sR4I/+gtPjhN7Svh9kw+zqEg2SFwpBO9iNiw== + version "1.0.3" + resolved "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz" + integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== static-extend@^0.1.1: version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + resolved "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz" integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= dependencies: define-property "^0.2.5" @@ -13775,24 +13724,17 @@ static-extend@^0.1.1: "statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= -stdout-stream@^1.4.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de" - integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - dependencies: - readable-stream "^2.0.1" - store2@^2.7.1: version "2.12.0" - resolved "https://registry.yarnpkg.com/store2/-/store2-2.12.0.tgz#e1f1b7e1a59b6083b2596a8d067f6ee88fd4d3cf" + resolved "https://registry.npmjs.org/store2/-/store2-2.12.0.tgz" integrity sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw== stream-browserify@^2.0.1: version "2.0.2" - resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" + resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz" integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== dependencies: inherits "~2.0.1" @@ -13800,14 +13742,14 @@ stream-browserify@^2.0.1: stream-combiner@~0.0.4: version "0.0.4" - resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" + resolved "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz" integrity sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ= dependencies: duplexer "~0.1.1" stream-each@^1.1.0: version "1.2.3" - resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" + resolved "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz" integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== dependencies: end-of-stream "^1.1.0" @@ -13815,7 +13757,7 @@ stream-each@^1.1.0: stream-http@^2.7.2: version "2.8.3" - resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" + resolved "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz" integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== dependencies: builtin-status-codes "^3.0.0" @@ -13826,39 +13768,39 @@ stream-http@^2.7.2: stream-shift@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" + resolved "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz" integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== strict-uri-encode@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" + resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz" integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= strict-uri-encode@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" + resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz" integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY= string-length@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837" + resolved "https://registry.npmjs.org/string-length/-/string-length-3.1.0.tgz" integrity sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA== dependencies: astral-regex "^1.0.0" strip-ansi "^5.2.0" -string-width@^1.0.1: +string-width@^1.0.1, "string-width@^1.0.2 || 2": version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + resolved "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz" integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= dependencies: code-point-at "^1.0.0" is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" -"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: +string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz" integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== dependencies: is-fullwidth-code-point "^2.0.0" @@ -13866,7 +13808,7 @@ string-width@^1.0.1: string-width@^3.0.0, string-width@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" + resolved "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz" integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== dependencies: emoji-regex "^7.0.1" @@ -13874,174 +13816,167 @@ string-width@^3.0.0, string-width@^3.1.0: strip-ansi "^5.1.0" string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5" - integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== + version "4.2.2" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz" + integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== dependencies: emoji-regex "^8.0.0" is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" "string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e" - integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== + version "4.0.5" + resolved "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz" + integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0" - has-symbols "^1.0.1" - internal-slot "^1.0.2" - regexp.prototype.flags "^1.3.0" - side-channel "^1.0.2" + es-abstract "^1.18.2" + get-intrinsic "^1.1.1" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + regexp.prototype.flags "^1.3.1" + side-channel "^1.0.4" string.prototype.padend@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz#dc08f57a8010dc5c153550318f67e13adbb72ac3" - integrity sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA== + version "3.1.2" + resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz" + integrity sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.2" string.prototype.padstart@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.1.0.tgz#b47c087540d0710be5a49375751a0a627bd4ff90" - integrity sha512-envqZvUp2JItI+OeQ5UAh1ihbAV5G/2bixTojvlIa090GGqF+NQRxbWb2nv9fTGrZABv6+pE6jXoAZhhS2k4Hw== + version "3.1.2" + resolved "https://registry.npmjs.org/string.prototype.padstart/-/string.prototype.padstart-3.1.2.tgz" + integrity sha512-HDpngIP3pd0DeazrfqzuBrQZa+D2arKWquEHfGt5LzVjd+roLC3cjqVI0X8foaZz5rrrhcu8oJAQamW8on9dqw== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.2" -string.prototype.trimend@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" - integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== +string.prototype.trimend@^1.0.4: + version "1.0.4" + resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz" + integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.5" -string.prototype.trimstart@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" - integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== +string.prototype.trimstart@^1.0.4: + version "1.0.4" + resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz" + integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.5" string_decoder@^1.0.0, string_decoder@^1.1.1: version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== dependencies: safe-buffer "~5.2.0" string_decoder@~0.10.x: version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= string_decoder@~1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== dependencies: safe-buffer "~5.1.0" -stringify-entities@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-3.0.1.tgz#32154b91286ab0869ab2c07696223bd23b6dbfc0" - integrity sha512-Lsk3ISA2++eJYqBMPKcr/8eby1I6L0gP0NlxF8Zja6c05yr/yCYyb2c9PwXjd08Ib3If1vn1rbs1H5ZtVuOfvQ== - dependencies: - character-entities-html4 "^1.0.0" - character-entities-legacy "^1.0.0" - is-alphanumerical "^1.0.0" - is-decimal "^1.0.2" - is-hexadecimal "^1.0.0" - strip-ansi@6.0.0, strip-ansi@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz" integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== dependencies: ansi-regex "^5.0.0" strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= dependencies: ansi-regex "^2.0.0" strip-ansi@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz" integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= dependencies: ansi-regex "^3.0.0" strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz" integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== dependencies: ansi-regex "^4.1.0" strip-bom@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" + resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz" integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= dependencies: is-utf8 "^0.2.0" strip-bom@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= strip-dirs@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5" + resolved "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz" integrity sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g== dependencies: is-natural-number "^4.0.1" strip-eof@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz" integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= strip-indent@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" + resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz" integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= dependencies: get-stdin "^4.0.1" strip-indent@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" + resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== dependencies: min-indent "^1.0.0" strip-json-comments@^3.1.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== strip-json-comments@~2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= strip-outer@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631" + resolved "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz" integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg== dependencies: escape-string-regexp "^1.0.2" style-loader@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.2.1.tgz#c5cbbfbf1170d076cfdd86e0109c5bba114baa1a" + resolved "https://registry.npmjs.org/style-loader/-/style-loader-1.2.1.tgz" integrity sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== dependencies: loader-utils "^2.0.0" @@ -14049,19 +13984,19 @@ style-loader@^1.2.1: style-search@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" + resolved "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz" integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI= style-to-object@0.3.0, style-to-object@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46" + resolved "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz" integrity sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== dependencies: inline-style-parser "0.1.1" stylehacks@^4.0.0: version "4.0.3" - resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" + resolved "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz" integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== dependencies: browserslist "^4.0.0" @@ -14070,7 +14005,7 @@ stylehacks@^4.0.0: stylelint-order@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-4.1.0.tgz#692d05b7d0c235ac66fcf5ea1d9e5f08a76747f6" + resolved "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.1.0.tgz" integrity sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw== dependencies: lodash "^4.17.15" @@ -14079,7 +14014,7 @@ stylelint-order@^4.1.0: stylelint@^13.6.1: version "13.6.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.6.1.tgz#cc1d76338116d55e8ff2be94c4a4386c1239b878" + resolved "https://registry.npmjs.org/stylelint/-/stylelint-13.6.1.tgz" integrity sha512-XyvKyNE7eyrqkuZ85Citd/Uv3ljGiuYHC6UiztTR6sWS9rza8j3UeQv/eGcQS9NZz/imiC4GKdk1EVL3wst5vw== dependencies: "@stylelint/postcss-css-in-js" "^0.37.1" @@ -14133,55 +14068,55 @@ stylelint@^13.6.1: sugarss@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/sugarss/-/sugarss-2.0.0.tgz#ddd76e0124b297d40bf3cca31c8b22ecb43bc61d" + resolved "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz" integrity sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ== dependencies: postcss "^7.0.2" supports-color@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= supports-color@^5.3.0, supports-color@^5.4.0: version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== dependencies: has-flag "^3.0.0" supports-color@^6.1.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz" integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== dependencies: has-flag "^3.0.0" supports-color@^7.0.0, supports-color@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" - integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== + version "7.2.0" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== dependencies: has-flag "^4.0.0" svg-loader@^0.0.2: version "0.0.2" - resolved "https://registry.yarnpkg.com/svg-loader/-/svg-loader-0.0.2.tgz#601ab2fdaa1dadae3ca9975b550de92a07e1d92b" + resolved "https://registry.npmjs.org/svg-loader/-/svg-loader-0.0.2.tgz" integrity sha1-YBqy/aodra48qZdbVQ3pKgfh2Ss= svg-parser@^2.0.2: version "2.0.4" - resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5" + resolved "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz" integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ== svg-tags@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + resolved "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz" integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= -svgo@^1.0.0, svgo@^1.0.5, svgo@^1.2.2: +svgo@^1.0.0, svgo@^1.2.2, svgo@^1.3.2: version "1.3.2" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" + resolved "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz" integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== dependencies: chalk "^2.4.1" @@ -14199,16 +14134,18 @@ svgo@^1.0.0, svgo@^1.0.5, svgo@^1.2.2: util.promisify "~1.0.0" symbol.prototype.description@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/symbol.prototype.description/-/symbol.prototype.description-1.0.2.tgz#f325e1e6ad534b3b29c9c3ca73c136c9ce03c5e2" - integrity sha512-2CW5SU4/Ki1cYOOHcL2cXK4rxSg5hCU1TwZ7X4euKhV9VnfqKslh7T6/UyKkubA8cq2tOmsOv7m3ZUmQslBRuw== + version "1.0.4" + resolved "https://registry.npmjs.org/symbol.prototype.description/-/symbol.prototype.description-1.0.4.tgz" + integrity sha512-fZkHwJ8ZNRVRzF/+/2OtygyyH06CjC0YZAQRHu9jKKw8RXlJpbizEHvGRUu22Qkg182wJk1ugb5Aovcv3UPrww== dependencies: - es-abstract "^1.17.0-next.1" + call-bind "^1.0.2" + es-abstract "^1.18.0-next.2" has-symbols "^1.0.1" + object.getownpropertydescriptors "^2.1.2" table@^5.2.3, table@^5.4.6: version "5.4.6" - resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" + resolved "https://registry.npmjs.org/table/-/table-5.4.6.tgz" integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== dependencies: ajv "^6.10.2" @@ -14218,12 +14155,12 @@ table@^5.2.3, table@^5.4.6: tapable@^1.0.0, tapable@^1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" + resolved "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== tar-stream@^1.5.2: version "1.6.2" - resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555" + resolved "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz" integrity sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A== dependencies: bl "^1.0.0" @@ -14234,19 +14171,10 @@ tar-stream@^1.5.2: to-buffer "^1.1.1" xtend "^4.0.0" -tar@^2.0.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" - integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== - dependencies: - block-stream "*" - fstream "^1.0.12" - inherits "2" - tar@^6.0.2: - version "6.0.5" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz#bde815086e10b39f1dcd298e89d596e1535e200f" - integrity sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg== + version "6.1.8" + resolved "https://registry.npmjs.org/tar/-/tar-6.1.8.tgz" + integrity sha512-sb9b0cp855NbkMJcskdSYA7b11Q8JsX4qe4pyUAfHp+Y6jBjJeek2ZVlwEfWayshEIwlIzXx0Fain3QG9JPm2A== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" @@ -14256,27 +14184,27 @@ tar@^6.0.2: yallist "^4.0.0" telejson@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/telejson/-/telejson-5.0.2.tgz#ed1e64be250cc1c757a53c19e1740b49832b3d51" - integrity sha512-XCrDHGbinczsscs8LXFr9jDhvy37yBk9piB7FJrCfxE8oP66WDkolNMpaBkWYgQqB9dQGBGtTDzGQPedc9KJmw== + version "5.3.3" + resolved "https://registry.npmjs.org/telejson/-/telejson-5.3.3.tgz" + integrity sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA== dependencies: "@types/is-function" "^1.0.0" global "^4.4.0" is-function "^1.0.2" - is-regex "^1.1.1" + is-regex "^1.1.2" is-symbol "^1.0.3" isobject "^4.0.0" - lodash "^4.17.19" + lodash "^4.17.21" memoizerific "^1.11.3" temp-dir@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" + resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz" integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= tempfile@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-2.0.0.tgz#6b0446856a9b1114d1856ffcbe509cccb0977265" + resolved "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz" integrity sha1-awRGhWqbERTRhW/8vlCczLCXcmU= dependencies: temp-dir "^1.0.0" @@ -14284,7 +14212,7 @@ tempfile@^2.0.0: tempy@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.3.0.tgz#6f6c5b295695a16130996ad5ab01a8bd726e8bf8" + resolved "https://registry.npmjs.org/tempy/-/tempy-0.3.0.tgz" integrity sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ== dependencies: temp-dir "^1.0.0" @@ -14293,19 +14221,19 @@ tempy@^0.3.0: term-size@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" + resolved "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz" integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= dependencies: execa "^0.7.0" term-size@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.0.tgz#1f16adedfe9bdc18800e1776821734086fcc6753" - integrity sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw== + version "2.2.1" + resolved "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz" + integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== terser-webpack-plugin@^1.4.3: version "1.4.5" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b" + resolved "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz" integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== dependencies: cacache "^12.0.2" @@ -14320,7 +14248,7 @@ terser-webpack-plugin@^1.4.3: terser-webpack-plugin@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz#91e6d39571460ed240c0cf69d295bcf30ebf98cb" + resolved "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz" integrity sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA== dependencies: cacache "^15.0.5" @@ -14335,7 +14263,7 @@ terser-webpack-plugin@^3.0.0: terser@^4.1.2, terser@^4.6.3, terser@^4.8.0: version "4.8.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" + resolved "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz" integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== dependencies: commander "^2.20.0" @@ -14344,7 +14272,7 @@ terser@^4.1.2, terser@^4.6.3, terser@^4.8.0: test-exclude@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" + resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== dependencies: "@istanbuljs/schema" "^0.1.2" @@ -14353,17 +14281,17 @@ test-exclude@^6.0.0: text-table@0.2.0, text-table@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= throttle-debounce@^2.1.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-2.3.0.tgz#fd31865e66502071e411817e241465b3e9c372e2" + resolved "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz" integrity sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ== -through2@^2.0.0, through2@^2.0.3, through2@~2.0.3: +through2@^2.0.0, through2@~2.0.3: version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz" integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== dependencies: readable-stream "~2.3.6" @@ -14371,7 +14299,7 @@ through2@^2.0.0, through2@^2.0.3, through2@~2.0.3: through2@~0.6.3: version "0.6.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" + resolved "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz" integrity sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg= dependencies: readable-stream ">=1.0.33-1 <1.1.0-0" @@ -14379,88 +14307,83 @@ through2@~0.6.3: through@2, through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.1: version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= thunky@^1.0.2: version "1.1.0" - resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" + resolved "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz" integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== timed-out@^4.0.0, timed-out@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" + resolved "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz" integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= timers-browserify@^2.0.4: - version "2.0.11" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" - integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== + version "2.0.12" + resolved "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz" + integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== dependencies: setimmediate "^1.0.4" timsort@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" + resolved "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz" integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= tiny-emitter@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423" + resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz" integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q== tiny-events@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/tiny-events/-/tiny-events-1.0.1.tgz#74690e99abb8a43c8fed3236a3c3872b27ce6376" + resolved "https://registry.npmjs.org/tiny-events/-/tiny-events-1.0.1.tgz" integrity sha1-dGkOmau4pDyP7TI2o8OHKyfOY3Y= tinycolor2@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" - integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= + version "1.4.2" + resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz" + integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== tmp@^0.0.33: version "0.0.33" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== dependencies: os-tmpdir "~1.0.2" tmpl@1.0.x: version "1.0.4" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" + resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz" integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= to-arraybuffer@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" + resolved "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz" integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= to-buffer@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80" + resolved "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz" integrity sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== -to-fast-properties@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" - integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= - to-fast-properties@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= to-object-path@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz" integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= dependencies: kind-of "^3.0.2" to-regex-range@^2.1.0: version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz" integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= dependencies: is-number "^3.0.0" @@ -14468,14 +14391,14 @@ to-regex-range@^2.1.0: to-regex-range@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: is-number "^7.0.0" to-regex@^3.0.1, to-regex@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + resolved "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz" integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== dependencies: define-property "^2.0.2" @@ -14485,172 +14408,159 @@ to-regex@^3.0.1, to-regex@^3.0.2: toggle-selection@^1.0.6: version "1.0.6" - resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32" + resolved "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz" integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI= toidentifier@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" + resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== -tough-cookie@~2.4.3: - version "2.4.3" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" - integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ== +tough-cookie@~2.5.0: + version "2.5.0" + resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz" + integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== dependencies: - psl "^1.1.24" - punycode "^1.4.1" + psl "^1.1.28" + punycode "^2.1.1" transliteration@^1.6.6: version "1.6.6" - resolved "https://registry.yarnpkg.com/transliteration/-/transliteration-1.6.6.tgz#8a7e8ab3044ad19f233f50c15894cbf69e5d205e" + resolved "https://registry.npmjs.org/transliteration/-/transliteration-1.6.6.tgz" integrity sha1-in6KswRK0Z8jP1DBWJTL9p5dIF4= dependencies: yargs "^12.0.1" -trim-lines@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-1.1.3.tgz#839514be82428fd9e7ec89e35081afe8f6f93115" - integrity sha512-E0ZosSWYK2mkSu+KEtQ9/KqarVjA9HztOSX+9FDdNacRAq29RRV6ZQNgob3iuW8Htar9vAfEa6yyt5qBAHZDBA== - trim-newlines@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" + resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz" integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= trim-newlines@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30" - integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== + version "3.0.1" + resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" + integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== trim-repeated@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21" + resolved "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz" integrity sha1-42RqLqTokTEr9+rObPsFOAvAHCE= dependencies: escape-string-regexp "^1.0.2" trim-trailing-lines@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.2.tgz#d2f1e153161152e9f02fabc670fb40bec2ea2e3a" - integrity sha512-MUjYItdrqqj2zpcHFTkMa9WAv4JHTI6gnRQGPFLrt5L9a6tRMiDnIqYl8JBvu2d2Tc3lWJKQwlGCp0K8AvCM+Q== + version "1.1.4" + resolved "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz" + integrity sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ== trim@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" + resolved "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz" integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0= trough@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.4.tgz#3b52b1f13924f460c3fbfd0df69b587dbcbc762e" - integrity sha512-tdzBRDGWcI1OpPVmChbdSKhvSVurznZ8X36AYURAcl+0o2ldlCY2XPzyXNNxwJwwyIU+rIglTCG4kxtNKBQH7Q== - -"true-case-path@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d" - integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== - dependencies: - glob "^7.1.2" + version "1.0.5" + resolved "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz" + integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== ts-dedent@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-1.1.1.tgz#68fad040d7dbd53a90f545b450702340e17d18f3" - integrity sha512-UGTRZu1evMw4uTPyYF66/KFd22XiU+jMaIuHrkIHQ2GivAXVlLV0v/vHrpOuTRf9BmpNHi/SO7Vd0rLu0y57jg== + version "1.2.0" + resolved "https://registry.npmjs.org/ts-dedent/-/ts-dedent-1.2.0.tgz" + integrity sha512-6zSJp23uQI+Txyz5LlXMXAHpUhY4Hi0oluXny0OgIR7g/Cromq4vDBnhtbBdyIV34g0pgwxUvnvg+jLJe4c1NA== ts-essentials@^2.0.3: version "2.0.12" - resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-2.0.12.tgz#c9303f3d74f75fa7528c3d49b80e089ab09d8745" + resolved "https://registry.npmjs.org/ts-essentials/-/ts-essentials-2.0.12.tgz" integrity sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w== ts-pnp@^1.1.6: version "1.2.0" - resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92" + resolved "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz" integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== tsconfig-paths@^3.9.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b" - integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== + version "3.10.1" + resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz" + integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q== dependencies: - "@types/json5" "^0.0.29" - json5 "^1.0.1" + json5 "^2.2.0" minimist "^1.2.0" strip-bom "^3.0.0" -tslib@^1.10.0, tslib@^1.9.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" - integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== +tslib@^1.9.0: + version "1.14.1" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" + integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e" - integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== +tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3: + version "2.3.1" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz" + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== tty-browserify@0.0.0: version "0.0.0" - resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" + resolved "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz" integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= tunnel-agent@^0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= dependencies: safe-buffer "^5.0.1" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz" integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== dependencies: prelude-ls "^1.2.1" type-check@~0.3.2: version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" + resolved "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz" integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= dependencies: prelude-ls "~1.1.2" -type-fest@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1" - integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== - type-fest@^0.13.1: version "0.13.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz" integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== +type-fest@^0.21.3: + version "0.21.3" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" + integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== + type-fest@^0.3.1: version "0.3.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz" integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== type-fest@^0.5.1: version "0.5.2" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.5.2.tgz" integrity sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw== type-fest@^0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== type-fest@^0.8.1: version "0.8.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== type-is@~1.6.17, type-is@~1.6.18: version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== dependencies: media-typer "0.3.0" @@ -14658,80 +14568,80 @@ type-is@~1.6.17, type-is@~1.6.18: type@^1.0.1: version "1.2.0" - resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0" + resolved "https://registry.npmjs.org/type/-/type-1.2.0.tgz" integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== type@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/type/-/type-2.0.0.tgz#5f16ff6ef2eb44f260494dae271033b29c09a9c3" - integrity sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow== + version "2.5.0" + resolved "https://registry.npmjs.org/type/-/type-2.5.0.tgz" + integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw== typed-styles@^0.0.7: version "0.0.7" - resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9" + resolved "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz" integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q== typedarray-to-buffer@^3.1.5: version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" + resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz" integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== dependencies: is-typedarray "^1.0.0" typedarray@^0.0.6: version "0.0.6" - resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= uc.micro@^1.0.1, uc.micro@^1.0.5: version "1.0.6" - resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" + resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz" integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== -uevents@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/uevents/-/uevents-1.0.0.tgz#2005e9a472fb0a46c826ecfd189aed988ec5ebe1" - integrity sha1-IAXppHL7CkbIJuz9GJrtmI7F6+E= - -ulog@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/ulog/-/ulog-1.1.0.tgz#2b07708ceb0a27df35851105cc8399aa7c0edd75" - integrity sha512-oQDYGh4w/ykGSpffEuwkqFnL5BYJa5HeV5PhpkjuAFwJCyjp2KjT2YDcFa8y4ie8kejdXMwpFCSF6HNM5Kia4g== - ultron@~1.1.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c" + resolved "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz" integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og== +unbox-primitive@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz" + integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== + dependencies: + function-bind "^1.1.1" + has-bigints "^1.0.1" + has-symbols "^1.0.2" + which-boxed-primitive "^1.0.2" + unbzip2-stream@^1.0.9: - version "1.3.3" - resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.3.3.tgz#d156d205e670d8d8c393e1c02ebd506422873f6a" - integrity sha512-fUlAF7U9Ah1Q6EieQ4x4zLNejrRvDWUYmxXUpN3uziFYCHapjWFaCAnreY9bGgxzaMCFAPPpYNng57CypwJVhg== + version "1.4.3" + resolved "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz" + integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg== dependencies: buffer "^5.2.1" through "^2.3.8" unfetch@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.1.0.tgz#6ec2dd0de887e58a4dee83a050ded80ffc4137db" - integrity sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg== + version "4.2.0" + resolved "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz" + integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA== unherit@^1.0.4: - version "1.1.2" - resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.2.tgz#14f1f397253ee4ec95cec167762e77df83678449" - integrity sha512-W3tMnpaMG7ZY6xe/moK04U9fBhi6wEiCYHUW5Mop/wQHf12+79EQGwxYejNdhEz2mkqkBlGwm7pxmgBKMVUj0w== + version "1.1.3" + resolved "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz" + integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== dependencies: - inherits "^2.0.1" - xtend "^4.0.1" + inherits "^2.0.0" + xtend "^4.0.0" unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" + resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz" integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== unicode-match-property-ecmascript@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" + resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz" integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== dependencies: unicode-canonical-property-names-ecmascript "^1.0.4" @@ -14739,18 +14649,18 @@ unicode-match-property-ecmascript@^1.0.4: unicode-match-property-value-ecmascript@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531" + resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz" integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== unicode-property-aliases-ecmascript@^1.0.4: version "1.1.0" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4" + resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz" integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== -unified@9.1.0, unified@^9.0.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/unified/-/unified-9.1.0.tgz#7ba82e5db4740c47a04e688a9ca8335980547410" - integrity sha512-VXOv7Ic6twsKGJDeZQ2wwPqXs2hM0KNu5Hkg9WgAZbSD1pxhZ7p8swqg583nw1Je2fhwHy6U8aEjiI79x1gvag== +unified@9.2.0, unified@^9.1.0: + version "9.2.0" + resolved "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz" + integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg== dependencies: bail "^1.0.0" extend "^3.0.0" @@ -14761,7 +14671,7 @@ unified@9.1.0, unified@^9.0.0: union-value@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz" integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== dependencies: arr-union "^3.1.0" @@ -14771,94 +14681,94 @@ union-value@^1.0.0: uniq@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" + resolved "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz" integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= uniqs@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" + resolved "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz" integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= unique-filename@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" + resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz" integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== dependencies: unique-slug "^2.0.0" unique-slug@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" + resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== dependencies: imurmurhash "^0.1.4" unique-string@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" + resolved "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz" integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= dependencies: crypto-random-string "^1.0.0" unist-builder@2.0.3, unist-builder@^2.0.0: version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436" + resolved "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz" integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw== -unist-util-find-all-after@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-3.0.1.tgz#95cc62f48812d879b4685a0512bf1b838da50e9a" - integrity sha512-0GICgc++sRJesLwEYDjFVJPJttBpVQaTNgc6Jw0Jhzvfs+jtKePEMu+uD+PqkRUrAvGQqwhpDwLGWo1PK8PDEw== +unist-util-find-all-after@^3.0.2: + version "3.0.2" + resolved "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz" + integrity sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ== dependencies: unist-util-is "^4.0.0" unist-util-generated@^1.0.0: - version "1.1.5" - resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.5.tgz#1e903e68467931ebfaea386dae9ea253628acd42" - integrity sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw== + version "1.1.6" + resolved "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz" + integrity sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg== unist-util-is@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.2.tgz#c7d1341188aa9ce5b3cff538958de9895f14a5de" - integrity sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ== + version "4.1.0" + resolved "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz" + integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg== unist-util-position@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47" + resolved "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz" integrity sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA== unist-util-remove-position@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz#5d19ca79fdba712301999b2b73553ca8f3b352cc" + resolved "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz" integrity sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA== dependencies: unist-util-visit "^2.0.0" unist-util-remove@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unist-util-remove/-/unist-util-remove-2.0.0.tgz#32c2ad5578802f2ca62ab808173d505b2c898488" - integrity sha512-HwwWyNHKkeg/eXRnE11IpzY8JT55JNM1YCwwU9YNCnfzk6s8GhPXrVBBZWiwLeATJbI7euvoGSzcy9M29UeW3g== + version "2.1.0" + resolved "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz" + integrity sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q== dependencies: unist-util-is "^4.0.0" unist-util-stringify-position@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.2.tgz#5a3866e7138d55974b640ec69a94bc19e0f3fa12" - integrity sha512-nK5n8OGhZ7ZgUwoUbL8uiVRwAbZyzBsB/Ddrlbu6jwwubFza4oe15KlyEaLNMXQW1svOQq4xesUeqA85YrIUQA== + version "2.0.3" + resolved "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz" + integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g== dependencies: "@types/unist" "^2.0.2" unist-util-visit-parents@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.0.tgz#4dd262fb9dcfe44f297d53e882fc6ff3421173d5" - integrity sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw== + version "3.1.1" + resolved "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz" + integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg== dependencies: "@types/unist" "^2.0.0" unist-util-is "^4.0.0" unist-util-visit@2.0.3, unist-util-visit@^2.0.0: version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c" + resolved "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz" integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== dependencies: "@types/unist" "^2.0.0" @@ -14867,34 +14777,34 @@ unist-util-visit@2.0.3, unist-util-visit@^2.0.0: universal-websocket-client@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/universal-websocket-client/-/universal-websocket-client-1.0.2.tgz#9942307a9d418bb5defd33594048c7e367448b44" + resolved "https://registry.npmjs.org/universal-websocket-client/-/universal-websocket-client-1.0.2.tgz" integrity sha512-Pi6BdJtEAISb77GTbOLBLIWdYGezXgnJejrVBYKXxzNTsLcjJS+mWIJ2BRZElSlOG/wc7+yfOe5y30bzTu3Qqg== dependencies: ws "^3.3.3" universalify@^0.1.0: version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -universalify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d" - integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== +universalify@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" + integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= unquote@^1.1.0, unquote@~1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" + resolved "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz" integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= unset-value@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + resolved "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz" integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= dependencies: has-value "^0.3.1" @@ -14902,17 +14812,17 @@ unset-value@^1.0.0: unzip-response@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" + resolved "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz" integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= upath@^1.1.1: version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + resolved "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== update-check@1.5.2: version "1.5.2" - resolved "https://registry.yarnpkg.com/update-check/-/update-check-1.5.2.tgz#2fe09f725c543440b3d7dabe8971f2d5caaedc28" + resolved "https://registry.npmjs.org/update-check/-/update-check-1.5.2.tgz" integrity sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ== dependencies: registry-auth-token "3.3.2" @@ -14920,7 +14830,7 @@ update-check@1.5.2: update-notifier@^2.2.0: version "2.5.0" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" + resolved "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz" integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== dependencies: boxen "^1.2.1" @@ -14935,20 +14845,20 @@ update-notifier@^2.2.0: xdg-basedir "^3.0.0" uri-js@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" - integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== + version "4.4.1" + resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" + integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== dependencies: punycode "^2.1.0" urix@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz" integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= url-loader@^4.0.0, url-loader@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-4.1.0.tgz#c7d6b0d6b0fccd51ab3ffc58a78d32b8d89a7be2" + resolved "https://registry.npmjs.org/url-loader/-/url-loader-4.1.0.tgz" integrity sha512-IzgAAIC8wRrg6NYkFIJY09vtktQcsvU8V6HhtQj9PTefbYImzLB1hufqo4m+RyM5N3mLx5BqJKccgxJS+W3kqw== dependencies: loader-utils "^2.0.0" @@ -14957,34 +14867,34 @@ url-loader@^4.0.0, url-loader@^4.1.0: url-parse-lax@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" + resolved "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz" integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= dependencies: prepend-http "^1.0.1" url-parse-lax@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" + resolved "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz" integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= dependencies: prepend-http "^2.0.0" url-parse@^1.4.3: - version "1.4.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" - integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== + version "1.5.3" + resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz" + integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0" url-to-options@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9" + resolved "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz" integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k= url@0.10.3: version "0.10.3" - resolved "https://registry.yarnpkg.com/url/-/url-0.10.3.tgz#021e4d9c7705f21bbf37d03ceb58767402774c64" + resolved "https://registry.npmjs.org/url/-/url-0.10.3.tgz" integrity sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ= dependencies: punycode "1.3.2" @@ -14992,111 +14902,110 @@ url@0.10.3: url@^0.11.0: version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" + resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz" integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= dependencies: punycode "1.3.2" querystring "0.2.0" use-composed-ref@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/use-composed-ref/-/use-composed-ref-1.0.0.tgz#bb13e8f4a0b873632cde4940abeb88b92d03023a" - integrity sha512-RVqY3NFNjZa0xrmK3bIMWNmQ01QjKPDc7DeWR3xa/N8aliVppuutOE5bZzPkQfvL+5NRWMMp0DJ99Trd974FIw== + version "1.1.0" + resolved "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.1.0.tgz" + integrity sha512-my1lNHGWsSDAhhVAT4MKs6IjBUtG6ZG11uUqexPH9PptiIZDQOzaF4f5tEbJ2+7qvNbtXNBbU3SfmN+fXlWDhg== dependencies: ts-essentials "^2.0.3" use-isomorphic-layout-effect@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.0.0.tgz#f56b4ed633e1c21cd9fc76fe249002a1c28989fb" - integrity sha512-JMwJ7Vd86NwAt1jH7q+OIozZSIxA4ND0fx6AsOe2q1H8ooBUp5aN6DvVCqZiIaYU6JaMRJGyR0FO7EBCIsb/Rg== + version "1.1.1" + resolved "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.1.tgz" + integrity sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ== use-latest@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/use-latest/-/use-latest-1.1.0.tgz#7bf9684555869c3f5f37e10d0884c8accf4d3aa6" - integrity sha512-gF04d0ZMV3AMB8Q7HtfkAWe+oq1tFXP6dZKwBHQF5nVXtGsh2oAYeeqma5ZzxtlpOcW8Ro/tLcfmEodjDeqtuw== + version "1.2.0" + resolved "https://registry.npmjs.org/use-latest/-/use-latest-1.2.0.tgz" + integrity sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw== dependencies: use-isomorphic-layout-effect "^1.0.0" use@^3.1.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= util-extend@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f" + resolved "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz" integrity sha1-p8IW0mdUUWljeztu3GypEZ4v+T8= -util.promisify@1.0.0: +util.promisify@1.0.0, util.promisify@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" + resolved "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz" integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== dependencies: define-properties "^1.1.2" object.getownpropertydescriptors "^2.0.3" -util.promisify@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" - integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.2" - has-symbols "^1.0.1" - object.getownpropertydescriptors "^2.1.0" - util@0.10.3: version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" + resolved "https://registry.npmjs.org/util/-/util-0.10.3.tgz" integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= dependencies: inherits "2.0.1" util@^0.11.0: version "0.11.1" - resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" + resolved "https://registry.npmjs.org/util/-/util-0.11.1.tgz" integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== dependencies: inherits "2.0.3" -utila@^0.4.0, utila@~0.4: +utila@~0.4: version "0.4.0" - resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" + resolved "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz" integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= utils-merge@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= uuid@3.3.2: version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" + resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2, uuid@^3.4.0: version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== uuid@^8.0.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" - integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== + version "8.3.2" + resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745" - integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== + version "2.3.0" + resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz" + integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== + +v8-to-istanbul@^8.0.0: + version "8.0.0" + resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz" + integrity sha512-LkmXi8UUNxnCC+JlH7/fsfsKr5AU110l+SYGJimWNkWhxbN5EyeOtm1MJ0hhvqMMOhGwBj1Fp70Yv9i+hX0QAg== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.1" + convert-source-map "^1.6.0" + source-map "^0.7.3" validate-npm-package-license@^3.0.1: version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== dependencies: spdx-correct "^3.0.0" @@ -15104,55 +15013,59 @@ validate-npm-package-license@^3.0.1: vary@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= vendors@^1.0.0: version "1.0.4" - resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" + resolved "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz" integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== verror@1.10.0: version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= dependencies: assert-plus "^1.0.0" core-util-is "1.0.2" extsprintf "^1.2.0" -vfile-location@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.0.1.tgz#d78677c3546de0f7cd977544c367266764d31bb3" - integrity sha512-yYBO06eeN/Ki6Kh1QAkgzYpWT1d3Qln+ZCtSbJqFExPl1S3y2qqotJQXoh6qEvl/jDlgpUJolBn3PItVnnZRqQ== +vfile-location@^3.0.0, vfile-location@^3.2.0: + version "3.2.0" + resolved "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz" + integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA== vfile-message@^2.0.0: version "2.0.4" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a" + resolved "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz" integrity sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ== dependencies: "@types/unist" "^2.0.0" unist-util-stringify-position "^2.0.0" vfile@^4.0.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.1.1.tgz#282d28cebb609183ac51703001bc18b3e3f17de9" - integrity sha512-lRjkpyDGjVlBA7cDQhQ+gNcvB1BGaTHYuSOcY3S7OhDmBtnzX95FhtZZDecSTDm6aajFymyve6S5DN4ZHGezdQ== + version "4.2.1" + resolved "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz" + integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA== dependencies: "@types/unist" "^2.0.0" is-buffer "^2.0.0" - replace-ext "1.0.0" unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" vm-browserify@^1.0.1: version "1.1.2" - resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" + resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz" integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== +void-elements@3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz" + integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= + wait-on@^3.3.0: version "3.3.0" - resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-3.3.0.tgz#9940981d047a72a9544a97b8b5fca45b2170a082" + resolved "https://registry.npmjs.org/wait-on/-/wait-on-3.3.0.tgz" integrity sha512-97dEuUapx4+Y12aknWZn7D25kkjMk16PbWoYzpSdA8bYpVfS6hpl2a2pOWZ3c+Tyt3/i4/pglyZctG3J4V1hWQ== dependencies: "@hapi/joi" "^15.0.3" @@ -15163,51 +15076,51 @@ wait-on@^3.3.0: walker@^1.0.7, walker@~1.0.5: version "1.0.7" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" + resolved "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz" integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= dependencies: makeerror "1.0.x" warning@^4.0.2, warning@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" + resolved "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz" integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== dependencies: loose-envify "^1.0.0" -watchpack-chokidar2@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz#9948a1866cbbd6cb824dea13a7ed691f6c8ddff0" - integrity sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== +watchpack-chokidar2@^2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz" + integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== dependencies: chokidar "^2.1.8" watchpack@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b" - integrity sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== + version "1.7.5" + resolved "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz" + integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== dependencies: graceful-fs "^4.1.2" neo-async "^2.5.0" optionalDependencies: chokidar "^3.4.1" - watchpack-chokidar2 "^2.0.0" + watchpack-chokidar2 "^2.0.1" wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3" - resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" + resolved "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz" integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== dependencies: minimalistic-assert "^1.0.0" web-namespaces@^1.0.0: version "1.1.4" - resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" + resolved "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz" integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== webpack-cli@^3.3.12: version "3.3.12" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a" + resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz" integrity sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== dependencies: chalk "^2.4.2" @@ -15223,9 +15136,9 @@ webpack-cli@^3.3.12: yargs "^13.3.2" webpack-dev-middleware@^3.7.0, webpack-dev-middleware@^3.7.2: - version "3.7.2" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz#0019c3db716e3fa5cecbf64f2ab88a74bab331f3" - integrity sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw== + version "3.7.3" + resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz" + integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== dependencies: memory-fs "^0.4.1" mime "^2.4.4" @@ -15235,7 +15148,7 @@ webpack-dev-middleware@^3.7.0, webpack-dev-middleware@^3.7.2: webpack-dev-server@^3.11.0: version "3.11.0" - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz#8f154a3bce1bcfd1cc618ef4e703278855e7ff8c" + resolved "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz" integrity sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg== dependencies: ansi-html "0.0.7" @@ -15274,7 +15187,7 @@ webpack-dev-server@^3.11.0: webpack-hot-middleware@^2.25.0: version "2.25.0" - resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz#4528a0a63ec37f8f8ef565cf9e534d57d09fe706" + resolved "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz" integrity sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== dependencies: ansi-html "0.0.7" @@ -15284,7 +15197,7 @@ webpack-hot-middleware@^2.25.0: webpack-log@^1.1.2: version "1.2.0" - resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-1.2.0.tgz#a4b34cda6b22b518dbb0ab32e567962d5c72a43d" + resolved "https://registry.npmjs.org/webpack-log/-/webpack-log-1.2.0.tgz" integrity sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA== dependencies: chalk "^2.1.0" @@ -15294,7 +15207,7 @@ webpack-log@^1.1.2: webpack-log@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" + resolved "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz" integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== dependencies: ansi-colors "^3.0.0" @@ -15302,7 +15215,7 @@ webpack-log@^2.0.0: webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: version "1.4.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" + resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz" integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== dependencies: source-list-map "^2.0.0" @@ -15310,14 +15223,14 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack- webpack-virtual-modules@^0.2.2: version "0.2.2" - resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.2.2.tgz#20863dc3cb6bb2104729fff951fbe14b18bd0299" + resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.2.2.tgz" integrity sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA== dependencies: debug "^3.0.0" webpack@^4.43.0, webpack@^4.44.1: version "4.44.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" + resolved "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz" integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== dependencies: "@webassemblyjs/ast" "1.9.0" @@ -15344,104 +15257,106 @@ webpack@^4.43.0, webpack@^4.44.1: watchpack "^1.7.4" webpack-sources "^1.4.1" -websocket-driver@0.6.5: +websocket-driver@0.6.5, websocket-driver@>=0.5.1: version "0.6.5" - resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36" + resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz" integrity sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY= dependencies: websocket-extensions ">=0.1.1" -websocket-driver@>=0.5.1: - version "0.7.3" - resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9" - integrity sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg== - dependencies: - http-parser-js ">=0.4.0 <0.4.11" - safe-buffer ">=5.1.0" - websocket-extensions ">=0.1.1" - websocket-extensions@>=0.1.1: - version "0.1.3" - resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" - integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== + version "0.1.4" + resolved "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== whatwg-fetch@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz#e11de14f4878f773fbebcde8871b2c0699af8b30" - integrity sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ== + version "3.6.2" + resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz" + integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== + +which-boxed-primitive@^1.0.2: + version "1.0.2" + resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz" + integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + dependencies: + is-bigint "^1.0.1" + is-boolean-object "^1.1.0" + is-number-object "^1.0.4" + is-string "^1.0.5" + is-symbol "^1.0.3" which-module@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= which-pm-runs@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb" + resolved "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz" integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs= -which@1, which@^1.2.0, which@^1.2.14, which@^1.2.9, which@^1.3.1: +which@^1.2.0, which@^1.2.14, which@^1.2.9, which@^1.3.1: version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== dependencies: isexe "^2.0.0" which@^2.0.1: version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" wide-align@^1.1.0: version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz" integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== dependencies: string-width "^1.0.2 || 2" widest-line@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" + resolved "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz" integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== dependencies: string-width "^2.1.1" widest-line@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" + resolved "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz" integrity sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== dependencies: string-width "^4.0.0" word-wrap@^1.2.3, word-wrap@~1.2.3: version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" + resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== wordwrap@0.0.2: version "0.0.2" - resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" + resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz" integrity sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8= worker-farm@^1.7.0: version "1.7.0" - resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" + resolved "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz" integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== dependencies: errno "~0.1.7" worker-rpc@^0.1.0: version "0.1.1" - resolved "https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5" + resolved "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz" integrity sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg== dependencies: microevent.ts "~0.1.1" wrap-ansi@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz" integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= dependencies: string-width "^1.0.1" @@ -15449,7 +15364,7 @@ wrap-ansi@^2.0.0: wrap-ansi@^5.0.0, wrap-ansi@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz" integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== dependencies: ansi-styles "^3.2.0" @@ -15458,21 +15373,30 @@ wrap-ansi@^5.0.0, wrap-ansi@^5.1.0: wrap-ansi@^6.2.0: version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== dependencies: ansi-styles "^4.0.0" string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrappy@1: version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= write-file-atomic@^2.0.0: version "2.4.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" + resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz" integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== dependencies: graceful-fs "^4.1.11" @@ -15481,7 +15405,7 @@ write-file-atomic@^2.0.0: write-file-atomic@^3.0.0, write-file-atomic@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" + resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz" integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== dependencies: imurmurhash "^0.1.4" @@ -15491,14 +15415,14 @@ write-file-atomic@^3.0.0, write-file-atomic@^3.0.3: write@1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" + resolved "https://registry.npmjs.org/write/-/write-1.0.3.tgz" integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== dependencies: mkdirp "^0.5.1" ws@^3.3.3: version "3.3.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2" + resolved "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz" integrity sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA== dependencies: async-limiter "~1.0.0" @@ -15506,25 +15430,25 @@ ws@^3.3.3: ultron "~1.1.0" ws@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" - integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== + version "6.2.2" + resolved "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz" + integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== dependencies: async-limiter "~1.0.0" ws@^7.2.0: - version "7.3.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" - integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== + version "7.5.3" + resolved "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz" + integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg== xdg-basedir@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" + resolved "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz" integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= xml2js@0.4.19: version "0.4.19" - resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7" + resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz" integrity sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q== dependencies: sax ">=0.6.0" @@ -15532,42 +15456,47 @@ xml2js@0.4.19: xmlbuilder@~9.0.1: version "9.0.7" - resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" + resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz" integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= "xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== "y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + version "4.0.3" + resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz" + integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== yallist@^2.1.2: version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + resolved "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz" integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= yallist@^3.0.2: version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== yallist@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml@^1.7.2: - version "1.10.0" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e" - integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== +yaml@^1.10.0, yaml@^1.7.2: + version "1.10.2" + resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" + integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== yargs-parser@^11.1.1: version "11.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" + resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz" integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ== dependencies: camelcase "^5.0.0" @@ -15575,7 +15504,7 @@ yargs-parser@^11.1.1: yargs-parser@^13.1.2: version "13.1.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" + resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz" integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== dependencies: camelcase "^5.0.0" @@ -15583,15 +15512,20 @@ yargs-parser@^13.1.2: yargs-parser@^18.1.2, yargs-parser@^18.1.3: version "18.1.3" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" + resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz" integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== dependencies: camelcase "^5.0.0" decamelize "^1.2.0" +yargs-parser@^20.2.2, yargs-parser@^20.2.7: + version "20.2.9" + resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" + integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== + yargs@^12.0.1: version "12.0.5" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" + resolved "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz" integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== dependencies: cliui "^4.0.0" @@ -15609,7 +15543,7 @@ yargs@^12.0.1: yargs@^13.3.2: version "13.3.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" + resolved "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz" integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== dependencies: cliui "^5.0.0" @@ -15625,7 +15559,7 @@ yargs@^13.3.2: yargs@^15.0.0: version "15.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" + resolved "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz" integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== dependencies: cliui "^6.0.0" @@ -15640,29 +15574,47 @@ yargs@^15.0.0: y18n "^4.0.0" yargs-parser "^18.1.2" +yargs@^16.2.0: + version "16.2.0" + resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz" + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + yargs@^2.1.1: version "2.3.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-2.3.0.tgz#e900c87250ec5cd080db6009fe3dd63156f1d7fb" + resolved "https://registry.npmjs.org/yargs/-/yargs-2.3.0.tgz" integrity sha1-6QDIclDsXNCA22AJ/j3WMVbx1/s= dependencies: wordwrap "0.0.2" yauzl@^2.4.2: version "2.10.0" - resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" + resolved "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz" integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= dependencies: buffer-crc32 "~0.2.3" fd-slicer "~1.1.0" +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + yoga-layout-prebuilt@^1.9.3: - version "1.9.6" - resolved "https://registry.yarnpkg.com/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.9.6.tgz#98dde95bbf8e6e12835876e9305f1e995c4bb801" - integrity sha512-Wursw6uqLXLMjBAO4SEShuzj8+EJXhCF71/rJ7YndHTkRAYSU0GY3OghRqfAk9HPUAAFMuqp3U1Wl+01vmGRQQ== + version "1.10.0" + resolved "https://registry.npmjs.org/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.10.0.tgz" + integrity sha512-YnOmtSbv4MTf7RGJMK0FvZ+KD8OEe/J5BNnR0GHhD8J/XcG/Qvxgszm0Un6FTHWW4uHlTgP0IztiXQnGyIR45g== dependencies: "@types/yoga-layout" "1.9.2" zwitch@^1.0.0: version "1.0.5" - resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" + resolved "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz" integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==