diff --git a/.circleci/config.yml b/.circleci/config.yml index babd2e81b14c..9db6bbf5616d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,6 +66,7 @@ commands: - "packages/cashier/node_modules" - "packages/components/node_modules" - "packages/core/node_modules" + - "packages/cfd/node_modules" - "packages/indicators/node_modules" - "packages/p2p/node_modules" - "packages/shared/node_modules" diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7bc8c901a133..76bcee8f568a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -107,6 +107,12 @@ /packages/cashier/**/* @bahar-fs @nijil-binary +# ============================================================== +# deriv-app/cfd +# ============================================================== + +/packages/cfd/**/* @balakrishna-binary @matin-binary @yashim-deriv + # ============================================================== # deriv-app/trader # ============================================================== diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 03b5023f595e..9429f0127d93 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,5 +1,11 @@ name: Codecov Workflow -on: [ "pull_request" ] +on: + pull_request: + branches: + - '**' + push: + branches: + - master jobs: build: name: Build diff --git a/.github/workflows/generate_app_id.yml b/.github/workflows/generate_app_id.yml index 1466929e6465..4d6d7ca46eee 100644 --- a/.github/workflows/generate_app_id.yml +++ b/.github/workflows/generate_app_id.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Capture Vercel preview URL id: vercel_preview_url - uses: binary-com/vercel-preview-url-action@v0.0.3 + uses: binary-com/vercel-preview-url-action@v1.0.5 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Generate Deriv App ID for deployment Preview URL diff --git a/babel.config.json b/babel.config.json index fe854a2eb377..53e0a62058b3 100644 --- a/babel.config.json +++ b/babel.config.json @@ -4,6 +4,7 @@ ["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties", { "loose": true }], ["@babel/plugin-proposal-private-methods", { "loose": true }], + ["@babel/plugin-proposal-private-property-in-object", { "loose": true }], "@babel/plugin-proposal-export-default-from", "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-export-namespace-from", diff --git a/package.json b/package.json index 35f55003a929..024dc7f3f9c4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", + "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", diff --git a/packages/account/package.json b/packages/account/package.json index 164788def1c8..fbc11d7147dc 100644 --- a/packages/account/package.json +++ b/packages/account/package.json @@ -1,79 +1,79 @@ { - "name": "@deriv/account", - "private": true, - "version": "1.0.0", - "description": "Deriv account management module", - "author": "Deriv.com", - "homepage": "https://github.com/binary-com/deriv-app", - "license": "Apache-2.0", - "main": "dist/account/js/account.js", - "bugs": { - "url": "https://github.com/binary-com/deriv-app/issues" - }, - "engines": { - "node": "^14.17.1" - }, - "scripts": { - "start": "npm run test && npm run serve", - "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", - "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f", - "build:travis": "rimraf dist && webpack --config \"./build/webpack.config.js\" --mode=production", - "test": "echo \"No test specified\"", - "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", - "deploy": "echo \"No deploy specified\"", - "deploy:clean": "echo \"No deploy:clean specified\"", - "deploy:folder": "echo \"No deploy:folder specified\"", - "deploy:staging": "echo \"No deploy:staging specified\"", - "deploy:production": "echo \"No deploy:production specified\"" - }, - "dependencies": { - "@binary-com/binary-document-uploader": "github:binary-com/binary-document-uploader", - "@deriv/components": "^1.0.0", - "@deriv/shared": "^1.0.0", - "@deriv/translations": "^1.0.0", - "bowser": "^2.9.0", - "classnames": "^2.2.6", - "formik": "^2.1.4", - "i18n-iso-countries": "^6.8.0", - "js-cookie": "^2.2.1", - "mobx": "^5.15.7", - "mobx-react": "6.3.1", - "onfido-sdk-ui": "6.3.0", - "prop-types": "^15.7.2", - "qrcode.react": "^1.0.0", - "react": "^16.14.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0" - }, - "devDependencies": { - "@jest/globals": "^26.5.3", - "@testing-library/react": "^12.0.0", - "babel-eslint": "^10.1.0", - "babel-loader": "^8.1.0", - "clean-webpack-plugin": "^3.0.0", - "css-loader": "^5.0.1", - "eslint-config-airbnb-base": "^14.2.1", - "eslint-config-binary": "^1.0.2", - "eslint-config-prettier": "^7.2.0", - "eslint-formatter-pretty": "^4.0.0", - "eslint-import-resolver-webpack": "^0.13.0", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.22.0", - "eslint-plugin-react-hooks": "^4.2.0", - "history": "^5.0.0", - "jest": "^26.4.2", - "mini-css-extract-plugin": "^1.3.4", - "node-sass": "^4.12.0", - "css-minimizer-webpack-plugin": "^3.0.1", - "postcss-loader": "^6.1.1", - "postcss-preset-env": "^6.7.0", - "postcss-scss": "^4.0.0", - "resolve-url-loader": "^3.1.2", - "rimraf": "^3.0.2", - "sass-loader": "^10.1.1", - "sass-resources-loader": "^2.1.1", - "terser-webpack-plugin": "^5.1.1", - "webpack": "^5.46.0" - } -} \ No newline at end of file + "name": "@deriv/account", + "private": true, + "version": "1.0.0", + "description": "Deriv account management module", + "author": "Deriv.com", + "homepage": "https://github.com/binary-com/deriv-app", + "license": "Apache-2.0", + "main": "dist/account/js/account.js", + "bugs": { + "url": "https://github.com/binary-com/deriv-app/issues" + }, + "engines": { + "node": "^14.17.1" + }, + "scripts": { + "start": "npm run test && npm run serve", + "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", + "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f", + "build:travis": "rimraf dist && webpack --config \"./build/webpack.config.js\" --mode=production", + "test": "echo \"No test specified\"", + "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", + "deploy": "echo \"No deploy specified\"", + "deploy:clean": "echo \"No deploy:clean specified\"", + "deploy:folder": "echo \"No deploy:folder specified\"", + "deploy:staging": "echo \"No deploy:staging specified\"", + "deploy:production": "echo \"No deploy:production specified\"" + }, + "dependencies": { + "@binary-com/binary-document-uploader": "github:binary-com/binary-document-uploader", + "@deriv/components": "^1.0.0", + "@deriv/shared": "^1.0.0", + "@deriv/translations": "^1.0.0", + "bowser": "^2.9.0", + "classnames": "^2.2.6", + "formik": "^2.1.4", + "i18n-iso-countries": "^6.8.0", + "js-cookie": "^2.2.1", + "mobx": "6.5.0", + "mobx-react": "7.3.0", + "onfido-sdk-ui": "6.3.0", + "prop-types": "^15.7.2", + "qrcode.react": "^1.0.0", + "react": "^16.14.0", + "react-router": "^5.2.0", + "react-router-dom": "^5.2.0" + }, + "devDependencies": { + "@jest/globals": "^26.5.3", + "@testing-library/react": "^12.0.0", + "babel-eslint": "^10.1.0", + "babel-loader": "^8.1.0", + "clean-webpack-plugin": "^3.0.0", + "css-loader": "^5.0.1", + "eslint-config-airbnb-base": "^14.2.1", + "eslint-config-binary": "^1.0.2", + "eslint-config-prettier": "^7.2.0", + "eslint-formatter-pretty": "^4.0.0", + "eslint-import-resolver-webpack": "^0.13.0", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-prettier": "^3.3.1", + "eslint-plugin-react": "^7.22.0", + "eslint-plugin-react-hooks": "^4.2.0", + "history": "^5.0.0", + "jest": "^26.4.2", + "mini-css-extract-plugin": "^1.3.4", + "node-sass": "^4.12.0", + "css-minimizer-webpack-plugin": "^3.0.1", + "postcss-loader": "^6.2.1", + "postcss-preset-env": "^7.4.3", + "postcss-scss": "^4.0.3", + "resolve-url-loader": "^3.1.2", + "rimraf": "^3.0.2", + "sass-loader": "^10.1.1", + "sass-resources-loader": "^2.1.1", + "terser-webpack-plugin": "^5.1.1", + "webpack": "^5.46.0" + } +} diff --git a/packages/account/src/Components/Routes/binary-link.jsx b/packages/account/src/Components/Routes/binary-link.jsx index 9c8ba00bb1a1..1043cd64e7fd 100644 --- a/packages/account/src/Components/Routes/binary-link.jsx +++ b/packages/account/src/Components/Routes/binary-link.jsx @@ -4,11 +4,12 @@ import { NavLink } from 'react-router-dom'; import { PlatformContext } from '@deriv/shared'; import getRoutesConfig from 'Constants/routes-config'; import { findRouteByPath, normalizePath } from './helpers'; +import { connect } from 'Stores/connect'; -const BinaryLink = ({ active_class, to, children, ...props }) => { +const BinaryLink = ({ active_class, to, children, is_social_signup, ...props }) => { const { is_appstore } = React.useContext(PlatformContext); const path = normalizePath(to); - const route = findRouteByPath(path, getRoutesConfig({ is_appstore })); + const route = findRouteByPath(path, getRoutesConfig({ is_appstore }, is_social_signup)); if (!route) { throw new Error(`Route not found: ${to}`); @@ -29,4 +30,6 @@ BinaryLink.propTypes = { to: PropTypes.string, }; -export default BinaryLink; +export default connect(({ client }) => ({ + is_social_signup: client.is_social_signup, +}))(BinaryLink); diff --git a/packages/account/src/Components/Routes/binary-routes.jsx b/packages/account/src/Components/Routes/binary-routes.jsx index 8c331893583f..028a8d39be5d 100644 --- a/packages/account/src/Components/Routes/binary-routes.jsx +++ b/packages/account/src/Components/Routes/binary-routes.jsx @@ -3,10 +3,11 @@ import { Switch } from 'react-router-dom'; import { Localize, PlatformContext } from '@deriv/shared'; import getRoutesConfig from 'Constants/routes-config'; import RouteWithSubRoutes from './route-with-sub-routes.jsx'; +import { connect } from 'Stores/connect'; const BinaryRoutes = props => { const { is_appstore } = React.useContext(PlatformContext); - + const { is_social_signup } = props; return ( { @@ -18,7 +19,7 @@ const BinaryRoutes = props => { }} > - {getRoutesConfig({ is_appstore }).map((route, idx) => ( + {getRoutesConfig({ is_appstore }, is_social_signup).map((route, idx) => ( ))} @@ -26,4 +27,6 @@ const BinaryRoutes = props => { ); }; -export default BinaryRoutes; +export default connect(({ client }) => ({ + is_social_signup: client.is_social_signup, +}))(BinaryRoutes); diff --git a/packages/account/src/Components/account-limits/account-limits-article.jsx b/packages/account/src/Components/account-limits/account-limits-article.jsx index 9d2ae9885979..4632c98b7ef8 100644 --- a/packages/account/src/Components/account-limits/account-limits-article.jsx +++ b/packages/account/src/Components/account-limits/account-limits-article.jsx @@ -1,22 +1,32 @@ +import PropTypes from 'prop-types'; import * as React from 'react'; import { StaticUrl } from '@deriv/components'; import { Localize, localize } from '@deriv/translations'; import AccountArticle from 'Components/article/article.jsx'; -const AccountLimitsArticle = () => { - return ( - , +const AccountLimitsArticle = ({ is_from_derivgo }) => { + const getDescription = () => { + const description = [ + , + ]; + + if (!is_from_derivgo) { + description.push( ]} - />, - ]} - /> - ); + /> + ); + } + return description; + }; + + return ; +}; + +AccountLimitsArticle.propTypes = { + is_from_derivgo: PropTypes.bool, }; export default AccountLimitsArticle; diff --git a/packages/account/src/Components/account-limits/account-limits.jsx b/packages/account/src/Components/account-limits/account-limits.jsx index 8a7ebb19a903..64ae3fa25e35 100644 --- a/packages/account/src/Components/account-limits/account-limits.jsx +++ b/packages/account/src/Components/account-limits/account-limits.jsx @@ -25,6 +25,7 @@ const AccountLimits = ({ is_switching, is_virtual, overlay_ref, + is_from_derivgo, setIsOverlayShown: setIsPopupOverlayShown, should_bypass_scrollbars, should_show_article, @@ -116,7 +117,7 @@ const AccountLimits = ({ 'da-account-limits--app-settings': is_app_settings, })} > - {should_show_article && isMobile() && } + {should_show_article && isMobile() && }
@@ -343,6 +344,7 @@ AccountLimits.propTypes = { is_app_settings: PropTypes.bool, getLimits: PropTypes.func.isRequired, is_fully_authenticated: PropTypes.bool.isRequired, + is_from_derivgo: PropTypes.bool, is_switching: PropTypes.bool.isRequired, is_virtual: PropTypes.bool.isRequired, overlay_ref: PropTypes.shape({ current: PropTypes.any }), diff --git a/packages/account/src/Components/financial-details/__tests__/financial-details.spec.js b/packages/account/src/Components/financial-details/__tests__/financial-details.spec.js new file mode 100644 index 000000000000..6a82e93fba2c --- /dev/null +++ b/packages/account/src/Components/financial-details/__tests__/financial-details.spec.js @@ -0,0 +1,254 @@ +import React from 'react'; +import { fireEvent, render, screen, waitFor } from '@testing-library/react'; +import { isDesktop, isMobile } from '@deriv/shared'; +import FinancialDetails from '../financial-details'; + +jest.mock('@deriv/shared', () => ({ + ...jest.requireActual('@deriv/shared'), + isDesktop: jest.fn(() => true), + isMobile: jest.fn(() => false), +})); + +const modal_root_el = document.createElement('div'); +modal_root_el.setAttribute('id', 'modal_root'); +document.body.appendChild(modal_root_el); + +const fields_enums = { + account_turnover_enum: [ + { value: 'account turnover 1', text: 'account turnover 1' }, + { value: 'account turnover 2', text: 'account turnover 2' }, + ], + binary_options_trading_experience_enum: [ + { value: 'binary options trading experience 1', text: 'binary options trading experience 1' }, + { value: 'binary options trading experience 2', text: 'binary options trading experience 2' }, + ], + binary_options_trading_frequency_enum: [ + { value: 'binary options trading frequency 1', text: 'binary options trading frequency 1' }, + { value: 'binary options trading frequency 2', text: 'binary options trading frequency 2' }, + ], + cfd_trading_experience_enum: [ + { value: 'cfd trading experience 1', text: 'cfd trading experience 1' }, + { value: 'cfd trading experience 2', text: 'cfd trading experience 2' }, + ], + cfd_trading_frequency_enum: [ + { value: 'cfd trading frequency 1', text: 'cfd trading frequency 1' }, + { value: 'cfd trading frequency 2', text: 'cfd trading frequency 2' }, + ], + education_level_enum: [ + { value: 'education level 1', text: 'education level 1' }, + { value: 'education level 2', text: 'education level 2' }, + ], + employment_industry_enum: [ + { value: 'employment industry 1', text: 'employment industry 1' }, + { value: 'employment industry 2', text: 'employment industry 2' }, + ], + employment_status_enum: [ + { value: 'employment status 1', text: 'employment status 1' }, + { value: 'employment status 2', text: 'employment status 2' }, + ], + estimated_worth_enum: [ + { value: 'estimated worth 1', text: 'estimated worth 1' }, + { value: 'estimated worth 2', text: 'estimated worth 2' }, + ], + forex_trading_experience_enum: [ + { value: 'forex trading experience 1', text: 'forex trading experience 1' }, + { value: 'forex trading experience 2', text: 'forex trading experience 2' }, + ], + forex_trading_frequency_enum: [ + { value: 'forex trading frequency 1', text: 'forex trading frequency 1' }, + { value: 'forex trading frequency 2', text: 'forex trading frequency 2' }, + ], + income_source_enum: [ + { value: 'income source 1', text: 'income source 1' }, + { value: 'income source 2', text: 'income source 2' }, + ], + net_income_enum: [ + { value: 'net income 1', text: 'net income 1' }, + { value: 'net income 2', text: 'net income 2' }, + ], + occupation_enum: [ + { value: 'occupation 1', text: 'occupation 1' }, + { value: 'occupation 2', text: 'occupation 2' }, + ], + other_instruments_trading_experience_enum: [ + { value: 'other instruments trading experience 1', text: 'other instruments trading experience 1' }, + { value: 'other instruments trading experience 2', text: 'other instruments trading experience 2' }, + ], + other_instruments_trading_frequency_enum: [ + { value: 'other instruments trading frequency 1', text: 'other instruments trading frequency 1' }, + { value: 'other instruments trading frequency 2', text: 'other instruments trading frequency 2' }, + ], + source_of_wealth_enum: [ + { value: 'source of wealth 1', text: 'source of wealth 1' }, + { value: 'source of wealth 2', text: 'source of wealth 2' }, + ], +}; + +describe('', () => { + let mock_props = {}; + + beforeEach(() => { + mock_props = { + getCurrentStep: jest.fn(), + goToNextStep: jest.fn(), + onCancel: jest.fn(), + onSave: jest.fn(), + onSubmit: jest.fn(), + validate: jest.fn(() => ({ errors: {} })), + value: {}, + ...fields_enums, + }; + }); + + const fieldsRenderCheck = () => { + expect(screen.getAllByText('(All fields are required)').length).toBe(2); + expect(screen.getByText('Anticipated annual turnover')).toBeInTheDocument(); + expect(screen.getByText('Employment Status')).toBeInTheDocument(); + expect(screen.getByText('Estimated net worth')).toBeInTheDocument(); + expect(screen.getByText('Financial information')).toBeInTheDocument(); + expect(screen.getByText('Industry of employment')).toBeInTheDocument(); + expect(screen.getByText('Level of education')).toBeInTheDocument(); + expect(screen.getByText('Net annual income')).toBeInTheDocument(); + expect(screen.getByText('Occupation')).toBeInTheDocument(); + expect(screen.getByText('Source of income')).toBeInTheDocument(); + expect(screen.getByText('Source of wealth')).toBeInTheDocument(); + expect(screen.getByText("We're legally obliged to ask for your financial information.")).toBeInTheDocument(); + + expect(screen.getByText('CFD trading experience')).toBeInTheDocument(); + expect(screen.getByText('CFD trading frequency')).toBeInTheDocument(); + expect(screen.getByText('Digital options trading experience')).toBeInTheDocument(); + expect(screen.getByText('Digital options trading frequency')).toBeInTheDocument(); + expect(screen.getByText('Experience with trading other financial instruments')).toBeInTheDocument(); + expect(screen.getByText('Forex trading experience')).toBeInTheDocument(); + expect(screen.getByText('Forex trading frequency')).toBeInTheDocument(); + expect(screen.getByText('Tell us about your trading experience.')).toBeInTheDocument(); + expect(screen.getByText('Trading experience')).toBeInTheDocument(); + }; + + const fieldsNotRenderCheck = () => { + expect(screen.queryByText('Employment Status')).not.toBeInTheDocument(); + expect(screen.queryByText('Financial information')).not.toBeInTheDocument(); + expect(screen.queryByText('Forex trading experience')).not.toBeInTheDocument(); + expect(screen.queryByText('Tell us about your trading experience.')).not.toBeInTheDocument(); + expect(screen.queryByText('Trading experience')).not.toBeInTheDocument(); + expect( + screen.queryByText("We're legally obliged to ask for your financial information.") + ).not.toBeInTheDocument(); + }; + + it('should render "FinancialDetails" for desktop', () => { + const { container } = render(); + + fieldsRenderCheck(); + + const inputs = screen.getAllByTestId('dti_dropdown_display'); + expect(inputs.length).toBe(17); + + expect(container.querySelector('.dc-form-submit-button')).toBeInTheDocument(); + expect(container.querySelector('.dc-modal-footer')).toBeInTheDocument(); + expect(screen.getByText('Next')).toBeInTheDocument(); + expect(screen.getByText('Previous')).toBeInTheDocument(); + }); + + it('should render "FinancialDetails" for mobile', () => { + isDesktop.mockReturnValue(false); + isMobile.mockReturnValue(true); + + const { container } = render(); + + fieldsRenderCheck(); + + const inputs = screen.getAllByRole('combobox'); + expect(inputs.length).toBe(17); + + expect(container.querySelector('.dc-form-submit-button')).toBeInTheDocument(); + expect(container.querySelector('.dc-modal-footer')).not.toBeInTheDocument(); + expect(screen.getByText('Next')).toBeInTheDocument(); + expect(screen.getByText('Previous')).toBeInTheDocument(); + }); + + it('should trigger "Previous" button', () => { + render(); + + fieldsRenderCheck(); + + const btns = screen.getAllByRole('button'); + expect(btns[0]).toHaveTextContent('Previous'); + + fireEvent.click(btns[0]); + expect(mock_props.getCurrentStep).toHaveBeenCalledTimes(1); + }); + + it('should trigger "Previous" or "Submit" button', async () => { + isDesktop.mockReturnValue(false); + isMobile.mockReturnValue(true); + + render(); + + fieldsRenderCheck(); + + const select_inputs = screen.getAllByRole('combobox'); + + const account_turnover_select = select_inputs.find(option => option.name === 'account_turnover'); + const binary_options_trading_experience_select = select_inputs.find( + option => option.name === 'binary_options_trading_experience' + ); + const binary_options_trading_frequency_select = select_inputs.find( + option => option.name === 'binary_options_trading_frequency' + ); + const cfd_trading_experience_select = select_inputs.find(option => option.name === 'cfd_trading_experience'); + const cfd_trading_frequency_select = select_inputs.find(option => option.name === 'cfd_trading_frequency'); + const education_level_select = select_inputs.find(option => option.name === 'education_level'); + const employment_indystry_select = select_inputs.find(option => option.name === 'employment_industry'); + const employment_status_select = select_inputs.find(option => option.name === 'employment_status'); + const estimated_worth_select = select_inputs.find(option => option.name === 'estimated_worth'); + const forex_trading_experience_select = select_inputs.find( + option => option.name === 'forex_trading_experience' + ); + const forex_trading_frequency_select = select_inputs.find(option => option.name === 'forex_trading_frequency'); + const income_source_select = select_inputs.find(option => option.name === 'income_source'); + const net_income_select = select_inputs.find(option => option.name === 'net_income'); + const occuppation_select = select_inputs.find(option => option.name === 'occupation'); + const other_instruments_trading_experience_select = select_inputs.find( + option => option.name === 'other_instruments_trading_experience' + ); + const other_instruments_trading_frequency_select = select_inputs.find( + option => option.name === 'other_instruments_trading_frequency' + ); + const source_of_wealth_select = select_inputs.find(option => option.name === 'source_of_wealth'); + + fireEvent.change(account_turnover_select, { target: { value: 'account turnover 1' } }); + fireEvent.change(binary_options_trading_experience_select, { + target: { value: 'binary options trading experience 2' }, + }); + fireEvent.change(binary_options_trading_frequency_select, { + target: { value: 'binary options trading frequency 2' }, + }); + fireEvent.change(cfd_trading_experience_select, { target: { value: 'cfd trading experience 1' } }); + fireEvent.change(cfd_trading_frequency_select, { target: { value: 'cfd trading frequency 2' } }); + fireEvent.change(education_level_select, { target: { value: 'education level 2' } }); + fireEvent.change(employment_indystry_select, { target: { value: 'employment industry 1' } }); + fireEvent.change(employment_status_select, { target: { value: 'employment status 2' } }); + fireEvent.change(estimated_worth_select, { target: { value: 'estimated worth 2' } }); + fireEvent.change(forex_trading_experience_select, { target: { value: 'forex trading experience 2' } }); + fireEvent.change(forex_trading_frequency_select, { target: { value: 'forex trading frequency 1' } }); + fireEvent.change(income_source_select, { target: { value: 'income source 1' } }); + fireEvent.change(net_income_select, { target: { value: 'net income 1' } }); + fireEvent.change(occuppation_select, { target: { value: 'occupation 2' } }); + fireEvent.change(other_instruments_trading_experience_select, { + target: { value: 'other instruments trading experience 1' }, + }); + fireEvent.change(other_instruments_trading_frequency_select, { + target: { value: 'other instruments trading frequency 2' }, + }); + fireEvent.change(source_of_wealth_select, { target: { value: 'source of wealth 1' } }); + + const btns = screen.getAllByRole('button'); + expect(btns[1]).toHaveTextContent('Next'); + + fireEvent.click(btns[1]); + await waitFor(() => { + expect(mock_props.onSubmit).toHaveBeenCalledTimes(1); + }); + }); +}); diff --git a/packages/account/src/Components/form-body/__tests__/form-body.spec.js b/packages/account/src/Components/form-body/__tests__/form-body.spec.js new file mode 100644 index 000000000000..3d3d5214a801 --- /dev/null +++ b/packages/account/src/Components/form-body/__tests__/form-body.spec.js @@ -0,0 +1,34 @@ +import React from 'react'; +import { render, screen } from '@testing-library/react'; +import { isMobile, isDesktop } from '@deriv/shared'; +import { FormBody } from '../form-body'; + +jest.mock('@deriv/shared/src/utils/screen/responsive', () => ({ + ...jest.requireActual('@deriv/shared/src/utils/screen/responsive'), + isMobile: jest.fn(), + isDesktop: jest.fn(() => true), +})); + +describe('', () => { + it('should render FormBody component with children in desktop', () => { + const { container } = render( + +
Test children
+
+ ); + expect(container.querySelector('account__scrollbars_container--grid-layout')).toBeInTheDocument; + expect(screen.getByText('Test children')).toBeInTheDocument(); + }); + + it('should render FormBody component with children in mobile', () => { + isMobile.mockReturnValue(true); + isDesktop.mockReturnValue(false); + const { container } = render( + +
Test children
+
+ ); + expect(container.firstChild).toHaveClass('account__scrollbars_container--grid-layout'); + expect(screen.getByText('Test children')).toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/icon-message-list/__tests__/icon-message-list.spec.js b/packages/account/src/Components/icon-message-list/__tests__/icon-message-list.spec.js new file mode 100644 index 000000000000..05dc495a5cbe --- /dev/null +++ b/packages/account/src/Components/icon-message-list/__tests__/icon-message-list.spec.js @@ -0,0 +1,77 @@ +import React from 'react'; +import { fireEvent, render, screen } from '@testing-library/react'; +import { Icon } from '@deriv/components'; +import IconMessageList from '../icon-message-list'; + +jest.mock('@deriv/components', () => { + const original_module = jest.requireActual('@deriv/components'); + return { + ...original_module, + Icon: jest.fn(props =>
{props.icon}
), + }; +}); +describe('', () => { + const messages_list = ['Sample Text1', 'Sample Text2', 'Sample Text3', 'Sample Text4']; + it('should render IconMessageList component', () => { + render(); + expect(screen.getByTestId('icon_message_list')).toBeInTheDocument(); + }); + + it('should render icon passed to the component', () => { + render(} />); + expect(screen.getByTestId('mocked_icon')).toBeInTheDocument(); + }); + it('should show message passed to the component', () => { + render(); + expect(screen.getByText(/lorem ipsom/i)).toBeInTheDocument(); + }); + it('when the length of message_list is less than 3, it should show messages with icons ', () => { + render(); + expect(screen.getByText(/Sample Text1/i)).toBeInTheDocument(); + expect(screen.getByText(/Sample Text2/i)).toBeInTheDocument(); + expect(screen.getAllByText(/icclosecircle/i).length).toBe(2); + }); + + it('should show first 3 msgs and show_more_btn when the message_list is more than 3', () => { + render(); + expect(screen.getByText(/sample text1/i)).toBeInTheDocument(); + expect(screen.getByText(/sample text2/i)).toBeInTheDocument(); + expect(screen.getByText(/sample text3/i)).toBeInTheDocument(); + expect(screen.queryByText(/sample text4/i)).not.toBeInTheDocument(); + expect( + screen.getByRole('button', { + name: /show more/i, + }) + ).toBeInTheDocument(); + expect( + screen.queryByRole('button', { + name: /show less/i, + }) + ).not.toBeInTheDocument(); + }); + + it('should show all messages and show_less_btn when show_more btn is clicked', () => { + render(); + + const show_more_btn = screen.getByRole('button', { + name: /show more/i, + }); + + fireEvent.click(show_more_btn); + expect(screen.getByText(/sample text1/i)).toBeInTheDocument(); + expect(screen.getByText(/sample text2/i)).toBeInTheDocument(); + expect(screen.getByText(/sample text3/i)).toBeInTheDocument(); + expect(screen.getByText(/sample text4/i)).toBeInTheDocument(); + expect(screen.queryByRole('button', { name: /show less/i })).toBeInTheDocument(); + expect(screen.queryByRole('button', { name: /show more/i })).not.toBeInTheDocument(); + }); + + it('should show continue_btn if OnContinue is passed', () => { + const onContinuefn = jest.fn(); + render(); + const upload_btn = screen.queryByRole('button', { name: /upload document/i }); + expect(upload_btn).toBeInTheDocument(); + fireEvent.click(upload_btn); + expect(onContinuefn).toHaveBeenCalled(); + }); +}); diff --git a/packages/account/src/Components/icon-message-list/icon-message-list.jsx b/packages/account/src/Components/icon-message-list/icon-message-list.jsx index 3567fc6cd6c3..03e91989eb3a 100644 --- a/packages/account/src/Components/icon-message-list/icon-message-list.jsx +++ b/packages/account/src/Components/icon-message-list/icon-message-list.jsx @@ -30,6 +30,7 @@ const IconMessageList = ({ className, icon, message, message_list, onContinue }) className={classNames('account-management__message-content', { [`${className}__message-content`]: className, })} + data-testid='icon_message_list' > {icon && (
() =>
IconMessageContent
); + +describe('LoadErrorMessage', () => { + it('should render LoadErrorMessage component with content', () => { + render(); + expect(screen.getByText('IconMessageContent')).toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/personal-details/__tests__/personal-details.spec.js b/packages/account/src/Components/personal-details/__tests__/personal-details.spec.js new file mode 100644 index 000000000000..6e2c9b45482f --- /dev/null +++ b/packages/account/src/Components/personal-details/__tests__/personal-details.spec.js @@ -0,0 +1,734 @@ +import React from 'react'; +import ReactDOM from 'react-dom'; +import { BrowserRouter } from 'react-router-dom'; +import { fireEvent, render, screen, waitFor, within } from '@testing-library/react'; +import { isDesktop, isMobile, PlatformContext } from '@deriv/shared'; +import { splitValidationResultTypes } from '../../real-account-signup/helpers/utils'; +import PersonalDetails from '../personal-details'; + +jest.mock('@deriv/components', () => ({ + ...jest.requireActual('@deriv/components'), + Popover: jest.fn(props => props.is_open && {props.message}), +})); + +jest.mock('@deriv/shared', () => ({ + ...jest.requireActual('@deriv/shared'), + isMobile: jest.fn(() => false), + isDesktop: jest.fn(() => true), +})); + +jest.mock('../../real-account-signup/helpers/utils.js', () => ({ + splitValidationResultTypes: jest.fn(() => ({ + warnings: mock_warnings, + errors: mock_errors, + })), +})); + +const mock_warnings = {}; +const mock_errors = { + account_opening_reason: 'Account opening reason is required.', + salutation: 'Salutation is required.', + first_name: 'First name is required.', + last_name: 'Last name is required.', + date_of_birth: 'Date of birth is required.', + place_of_birth: 'Place of birth is required.', + citizen: 'Citizenship is required', + phone: 'Phone is required.', + tax_residence: 'Tax residence is required.', + tax_identification_number: 'Tax Identification Number is required.', + tax_identification_confirm: 'Please confirm your tax information.', +}; + +const fake_alert_messaget = + /we need this for verification\. if the information you provide is fake or inaccurate, you won’t be able to deposit and withdraw\./i; + +const checkbox_text = + /i hereby confirm that the tax information i provided is true and complete\. i will also inform deriv investments \(europe\) limited about any changes to this information\./i; +const tax_residence_pop_over_text = + /the country in which you meet the criteria for paying taxes\. usually the country in which you physically reside\./i; +const tin_pop_over_text = /don't know your tax identification number\?/i; + +const runCommonFormfieldsTests = () => { + expect(screen.getByRole('radio', { name: /mr/i })).toBeInTheDocument(); + expect(screen.getByRole('radio', { name: /ms/i })).toBeInTheDocument(); + expect(screen.getByTestId('first_name')).toBeInTheDocument(); + expect(screen.getByTestId('last_name')).toBeInTheDocument(); + expect(screen.getByTestId('date_of_birth')).toBeInTheDocument(); + expect(screen.queryByTestId('place_of_birth')).toBeInTheDocument(); + expect(screen.queryByTestId('place_of_birth_mobile')).not.toBeInTheDocument(); + expect(screen.queryByTestId('citizenship')).toBeInTheDocument(); + expect(screen.queryByTestId('citizenship_mobile')).not.toBeInTheDocument(); + expect(screen.queryByTestId('phone')).toBeInTheDocument(); + expect(screen.queryByTestId('tax_residence')).toBeInTheDocument(); + expect(screen.queryByTestId('tax_residence_mobile')).not.toBeInTheDocument(); + + expect(screen.getByPlaceholderText(/john/i)).toBeInTheDocument(); + expect( + screen.getByText(/Please enter your first name as in your official identity documents./i) + ).toBeInTheDocument(); + + expect(screen.getByPlaceholderText('Doe')).toBeInTheDocument(); + expect( + screen.getByText(/Please enter your last name as in your official identity documents./i) + ).toBeInTheDocument(); + + expect(screen.getByPlaceholderText(/01-07-1999/i)).toBeInTheDocument(); + expect( + screen.getByText(/Please enter your date of birth as in your official identity documents./i) + ).toBeInTheDocument(); + + expect(screen.getByText('Place of birth')).toBeInTheDocument(); + expect(screen.getByText('Citizenship')).toBeInTheDocument(); + expect(screen.getByText('Tax residence')).toBeInTheDocument(); + + const tax_residence_pop_over = screen.queryByTestId('tax_residence_pop_over'); + expect(tax_residence_pop_over).toBeInTheDocument(); + + fireEvent.click(tax_residence_pop_over); + + expect(screen.getByText(tax_residence_pop_over_text)).toBeInTheDocument(); + + expect(screen.getByPlaceholderText(/tax identification number/i)).toBeInTheDocument(); + const tax_identification_number_pop_over = screen.queryByTestId('tax_identification_number_pop_over'); + expect(tax_identification_number_pop_over).toBeInTheDocument(); + + fireEvent.click(tax_identification_number_pop_over); + + expect(screen.getByText(tin_pop_over_text)).toBeInTheDocument(); + expect(screen.getByRole('link', { name: 'here' })).toBeInTheDocument(); + expect(screen.getByText('here').closest('a')).toHaveAttribute( + 'href', + 'https://www.oecd.org/tax/automatic-exchange/crs-implementation-and-assistance/tax-identification-numbers/' + ); + + expect(screen.getByRole('checkbox', { name: checkbox_text })).toBeInTheDocument(); + expect(screen.getByRole('heading', { name: /account opening reason/i })).toBeInTheDocument(); + expect(screen.queryByTestId('dti_dropdown_display')).toBeInTheDocument(); + expect(screen.queryByTestId('account_opening_reason_mobile')).not.toBeInTheDocument(); + expect(screen.getByRole('button', { name: /previous/i })).toBeInTheDocument(); + expect(screen.getByRole('button', { name: /next/i })).toBeInTheDocument(); +}; + +describe('', () => { + const props = { + is_svg: true, + account_opening_reason_list: [ + { + text: 'Hedging', + value: 'Hedging', + }, + { + text: 'Income Earning', + value: 'Income Earning', + }, + { + text: 'Speculative', + value: 'Speculative', + }, + ], + salutation_list: [ + { + label: 'Mr', + value: 'Mr', + }, + + { + label: 'Ms', + value: 'Ms', + }, + ], + disabled_items: [], + residence_list: [ + { + identity: { + services: { + idv: { + documents_supported: {}, + has_visual_sample: 0, + is_country_supported: 0, + }, + onfido: { + documents_supported: { + passport: { + display_name: 'Passport', + }, + }, + is_country_supported: 1, + }, + }, + }, + phone_idd: '93', + text: 'Afghanistan', + value: 'af', + }, + { + identity: { + services: { + idv: { + documents_supported: {}, + has_visual_sample: 0, + is_country_supported: 0, + }, + onfido: { + documents_supported: {}, + is_country_supported: 0, + }, + }, + }, + phone_idd: '35818', + text: 'Aland Islands', + value: 'ax', + }, + { + identity: { + services: { + idv: { + documents_supported: {}, + has_visual_sample: 0, + is_country_supported: 0, + }, + onfido: { + documents_supported: { + driving_licence: { + display_name: 'Driving Licence', + }, + national_identity_card: { + display_name: 'National Identity Card', + }, + passport: { + display_name: 'Passport', + }, + }, + is_country_supported: 1, + }, + }, + }, + phone_idd: '355', + text: 'Albania', + tin_format: ['^[A-Ta-t0-9]\\d{8}[A-Wa-w]$'], + value: 'al', + }, + ], + closeRealAccountSignup: jest.fn(), + validate: jest.fn(), + value: { + account_opening_reason: '', + salutation: '', + first_name: '', + last_name: '', + date_of_birth: '', + place_of_birth: '', + citizen: '', + phone: '+34', + tax_residence: '', + tax_identification_number: '', + tax_identification_confirm: false, + }, + index: 1, + has_currency: true, + form_error: '', + bypass_to_personal: false, + onSubmit: jest.fn(), + getCurrentStep: jest.fn(() => 1), + onSave: jest.fn(), + onCancel: jest.fn(), + }; + + beforeAll(() => (ReactDOM.createPortal = jest.fn(component => component))); + + afterAll(() => ReactDOM.createPortal.mockClear()); + + const renderwithRouter = component => { + render({component}); + }; + + it('should render PersonalDetails component', () => { + renderwithRouter(); + expect(screen.getByTestId('personal_details_form')).toBeInTheDocument(); + }); + + it('should show fake-alert message when is_appstore is true', () => { + renderwithRouter( + + + + ); + + expect(screen.getByText(fake_alert_messaget)).toBeInTheDocument(); + }); + it('should not show fake_alert_message when is_appstore is false ', () => { + renderwithRouter( + + + + ); + + expect(screen.queryByText(fake_alert_messaget)).not.toBeInTheDocument(); + }); + + it('should show proper salutation message when is_virtual is true', () => { + renderwithRouter(); + + expect( + screen.getByText( + /please remember that it is your responsibility to keep your answers accurate and up to date\. you can update your personal details at any time in your account settings\./i + ) + ).toBeInTheDocument(); + }); + + it('should show proper salutation message when is_virtual is false', () => { + renderwithRouter(); + + expect( + screen.getByText( + /please remember that it is your responsibility to keep your answers accurate and up to date\. you can update your personal details at any time in your \./i + ) + ).toBeInTheDocument(); + expect(screen.getByRole('link', { name: /account settings/i })).toBeInTheDocument(); + expect(screen.getByText(/account settings/i).closest('a')).toHaveAttribute('href', '/account/personal-details'); + + fireEvent.click(screen.getByText('account settings')); + + expect(props.closeRealAccountSignup).toHaveBeenCalledTimes(1); + }); + + it('should show title and Name label when salutation is passed', () => { + renderwithRouter(); + + expect( + screen.getByRole('heading', { + name: /title and name/i, + }) + ).toBeInTheDocument(); + }); + it('should show Name label when salutation is not passed', () => { + const newprops = { ...props, value: {} }; + renderwithRouter(); + + expect(screen.getByRole('heading', { name: /name/i })).toBeInTheDocument(); + expect(screen.queryByRole('heading', { name: /title and name/i })).not.toBeInTheDocument(); + }); + + it('should show salutation options', () => { + renderwithRouter(); + + const mr_radio_btn = screen.getByRole('radio', { name: /mr/i }); + const mrs_radio_btn = screen.getByRole('radio', { name: /ms/i }); + expect(mr_radio_btn).toBeInTheDocument(); + expect(mrs_radio_btn).toBeInTheDocument(); + expect(mr_radio_btn.checked).toEqual(false); + + fireEvent.click(mr_radio_btn); + + expect(mr_radio_btn.checked).toEqual(true); + expect(mrs_radio_btn.checked).toEqual(false); + }); + + it('should display the correct field details when is_appstore is true ', () => { + renderwithRouter( + + + + ); + + expect(screen.getByText(/first name\*/i)).toBeInTheDocument(); + expect(screen.getByText(/family name\*/i)).toBeInTheDocument(); + expect(screen.getByText(/date of birth\*/i)).toBeInTheDocument(); + expect(screen.getByText(/phone number\*/i)).toBeInTheDocument(); + expect(screen.getByPlaceholderText(/phone number\*/i)).toBeInTheDocument(); + + runCommonFormfieldsTests(); + }); + + it('should display the correct field details when is_appstore is false and is_svg is true ', () => { + renderwithRouter( + + + + ); + + expect(screen.getByRole('heading', { name: /title and name/i })).toBeInTheDocument(); + expect(screen.queryByRole('heading', { name: 'name' })).not.toBeInTheDocument(); + expect(screen.getByText(/first name\*/i)).toBeInTheDocument(); + expect(screen.getByText(/last name\*/i)).toBeInTheDocument(); + expect(screen.getByText(/date of birth\*/i)).toBeInTheDocument(); + expect(screen.getByText(/phone number\*/i)).toBeInTheDocument(); + expect(screen.getByPlaceholderText(/phone number\*/i)).toBeInTheDocument(); + + runCommonFormfieldsTests(); + }); + + it('should display the correct field details when is_appstore is false and is_svg is false ', () => { + renderwithRouter( + + + + ); + + expect(screen.getByRole('heading', { name: 'Title and name' })).toBeInTheDocument(); + expect(screen.queryByRole('heading', { name: 'name' })).not.toBeInTheDocument(); + expect(screen.getByRole('heading', { name: /other details/i })).toBeInTheDocument(); + expect(screen.getByText('First name')).toBeInTheDocument(); + expect(screen.getByText('Last name')).toBeInTheDocument(); + expect(screen.getByText('Date of birth')).toBeInTheDocument(); + expect(screen.getByText('Phone number')).toBeInTheDocument(); + expect(screen.getByPlaceholderText('Phone number')).toBeInTheDocument(); + + runCommonFormfieldsTests(); + }); + + it('should not show disabled fields', () => { + renderwithRouter( + + + + ); + expect(screen.getByRole('radio', { name: /mr/i })).toBeDisabled(); + expect(screen.getByRole('radio', { name: /ms/i })).toBeDisabled(); + expect(screen.getByTestId('first_name')).toBeDisabled(); + expect(screen.getByTestId('last_name')).toBeDisabled(); + expect(screen.getByTestId('date_of_birth')).toBeDisabled(); + expect(screen.getByTestId('place_of_birth')).toBeDisabled(); + expect(screen.getByTestId('citizenship')).toBeDisabled(); + }); + + it('should disable citizen field if the client is_fully_authenticated', () => { + const new_props = { + ...props, + value: { + ...props.value, + citizen: 'france', + }, + }; + renderwithRouter( + + ( + ); + + ); + + expect(screen.getByTestId('citizenship')).toBeDisabled(); + }); + + it('should display proper data in mobile mode', () => { + isMobile.mockReturnValue(true); + isDesktop.mockReturnValue(false); + renderwithRouter( + + + + ); + + expect(screen.getByRole('radio', { name: /mr/i })).toBeInTheDocument(); + expect(screen.getByRole('radio', { name: /ms/i })).toBeInTheDocument(); + expect(screen.getByTestId('first_name')).toBeInTheDocument(); + expect(screen.getByTestId('last_name')).toBeInTheDocument(); + expect(screen.getByTestId('date_of_birth')).toBeInTheDocument(); + expect(screen.queryByTestId('place_of_birth_mobile')).toBeInTheDocument(); + expect(screen.queryByTestId('place_of_birth')).not.toBeInTheDocument(); + expect(screen.queryByTestId('citizenship_mobile')).toBeInTheDocument(); + expect(screen.queryByTestId('citizenship')).not.toBeInTheDocument(); + expect(screen.queryByTestId('phone')).toBeInTheDocument(); + expect(screen.queryByTestId('tax_residence_mobile')).toBeInTheDocument(); + expect(screen.queryByTestId('tax_residence')).not.toBeInTheDocument(); + expect(screen.getByText(/tax identification number/i)).toBeInTheDocument(); + expect(screen.getByPlaceholderText(/tax identification number/i)).toBeInTheDocument(); + expect(screen.getByRole('checkbox', { name: checkbox_text })).toBeInTheDocument(); + expect(screen.getByRole('heading', { name: /account opening reason/i })).toBeInTheDocument(); + expect(screen.queryByTestId('dti_dropdown_display')).not.toBeInTheDocument(); + expect(screen.queryByTestId('account_opening_reason_mobile')).toBeInTheDocument(); + expect(screen.getByRole('button', { name: /previous/i })).toBeInTheDocument(); + expect(screen.getByRole('button', { name: /next/i })).toBeInTheDocument(); + }); + + it('should select correct dropdown options in mobile mode', () => { + isMobile.mockReturnValue(true); + isDesktop.mockReturnValue(false); + + renderwithRouter( + + + + ); + const place_of_birth_mobile = screen.queryByTestId('place_of_birth_mobile'); + + expect(place_of_birth_mobile).toBeInTheDocument(); + + fireEvent.change(place_of_birth_mobile, { target: { value: 'Afghanistan' } }); + + const { getByText } = within(screen.getAllByTestId('selected_value')[0]); + expect(getByText('Afghanistan')).toBeInTheDocument(); + }); + + it('should have validation errors on form fields', async () => { + isMobile.mockReturnValue(false); + isDesktop.mockReturnValue(true); + + renderwithRouter(); + + const first_name = screen.getByTestId('first_name'); + const last_name = screen.getByTestId('last_name'); + const date_of_birth = await screen.getByTestId('date_of_birth'); + const place_of_birth = screen.getByTestId('place_of_birth'); + const citizenship = screen.getByTestId('citizenship'); + const phone = screen.getByTestId('phone'); + const tax_residence = screen.getByTestId('tax_residence'); + const tax_identification_number = screen.getByTestId('tax_identification_number'); + + fireEvent.blur(first_name); + fireEvent.blur(last_name); + fireEvent.blur(date_of_birth); + fireEvent.blur(place_of_birth); + fireEvent.blur(citizenship); + fireEvent.blur(phone); + fireEvent.blur(tax_residence); + fireEvent.blur(tax_identification_number); + + expect(await screen.findByText(/first name is required\./i)).toBeInTheDocument(); + expect(await screen.findByText(/last name is required\./i)).toBeInTheDocument(); + expect(await screen.findByText(/date of birth is required\./i)).toBeInTheDocument(); + expect(await screen.findByText(/place of birth is required\./i)).toBeInTheDocument(); + expect(await screen.findByText(/citizenship is required/i)).toBeInTheDocument(); + expect(await screen.findByText(/phone is required\./i)).toBeInTheDocument(); + expect(await screen.findByText(/tax residence is required\./i)).toBeInTheDocument(); + expect(await screen.findByText(/tax identification number is required\./i)).toBeInTheDocument(); + splitValidationResultTypes.mockReturnValue({ + ...mock_warnings, + errors: { + ...mock_errors.errors, + first_name: 'letters, spaces, periods, hyphens, apostrophes only', + last_name: 'last name should be between 2 and 50 characters.', + date_of_birth: 'You must be 18 years old and above.', + tax_identification_number: "Tax Identification Number can't be longer than 25 characters.", + }, + }); + fireEvent.change(first_name, { target: { value: '123' } }); + fireEvent.change(last_name, { target: { value: 'a' } }); + fireEvent.change(date_of_birth, { target: { value: '2021-04-13' } }); + fireEvent.change(tax_identification_number, { target: { value: '123456789012345678901234567890' } }); + + expect(await screen.findByText(/letters, spaces, periods, hyphens, apostrophes only/i)).toBeInTheDocument(); + expect(await screen.findByText(/last name should be between 2 and 50 characters/i)).toBeInTheDocument(); + expect(await screen.findByText(/you must be 18 years old and above\./i)).toBeInTheDocument(); + expect( + await screen.findByText(/tax Identification Number can't be longer than 25 characters\./i) + ).toBeInTheDocument(); + }); + + it('should show warning', async () => { + const newvalidate = { + warnings: { + tax_identification_number: + 'This Tax Identification Number (TIN) is invalid. You may continue using it, but to facilitate future payment processes, valid tax information will be required.', + }, + errors: { ...mock_errors }, + }; + splitValidationResultTypes.mockReturnValue(newvalidate); + renderwithRouter( + + ( + ); + + ); + + expect( + await screen.findByText( + /this tax identification number \(tin\) is invalid\. you may continue using it, but to facilitate future payment processes, valid tax information will be required\./i + ) + ).toBeInTheDocument(); + }); + + it('should submit the form if there is no validation error on desktop', async () => { + splitValidationResultTypes.mockReturnValue({ warnings: {}, errors: {} }); + const new_props = { + ...props, + value: { + first_name: '', + last_name: '', + date_of_birth: '', + phone: '+93', + }, + }; + + renderwithRouter(); + + const first_name = screen.getByTestId('first_name'); + const last_name = screen.getByTestId('last_name'); + const date_of_birth = screen.getByTestId('date_of_birth'); + const phone = screen.getByTestId('phone'); + + fireEvent.change(first_name, { target: { value: 'test firstname' } }); + fireEvent.change(last_name, { target: { value: 'test lastname' } }); + fireEvent.change(date_of_birth, { target: { value: '2000-12-12' } }); + fireEvent.change(phone, { target: { value: '+931234567890' } }); + + const previous_btn = screen.getByRole('button', { name: /previous/i }); + const next_btn = screen.getByRole('button', { name: /next/i }); + expect(previous_btn).toBeEnabled(); + expect(next_btn).toBeEnabled(); + fireEvent.click(next_btn); + + await waitFor(() => { + expect(new_props.onSubmit).toBeCalled(); + }); + }); + + it('should submit the form if there is no validation error on mobile', async () => { + isMobile.mockReturnValue(true); + isDesktop.mockReturnValue(false); + splitValidationResultTypes.mockReturnValue({ warnings: {}, errors: {} }); + const new_props = { + ...props, + value: { + account_opening_reason: '', + citizen: '', + date_of_birth: '', + first_name: '', + last_name: '', + phone: '+49', + place_of_birth: '', + salutation: '', + tax_identification_confirm: false, + tax_identification_number: '', + tax_residence: '', + }, + }; + + renderwithRouter(); + + const mr_radio_btn = screen.getByRole('radio', { name: /mr/i }); + const first_name = screen.getByTestId('first_name'); + const last_name = screen.getByTestId('last_name'); + const date_of_birth = screen.getByTestId('date_of_birth'); + const place_of_birth_mobile = screen.getByTestId('place_of_birth_mobile'); + const citizenship = screen.getByTestId('citizenship_mobile'); + const phone = screen.getByTestId('phone'); + const tax_residence_mobile = screen.getByTestId('tax_residence_mobile'); + const tax_identification_number = screen.getByTestId('tax_identification_number'); + const tax_identification_confirm = screen.getByTestId('tax_identification_confirm'); + const account_opening_reason_mobile = screen.getByTestId('account_opening_reason_mobile'); + + fireEvent.click(mr_radio_btn); + fireEvent.change(first_name, { target: { value: 'test firstname' } }); + fireEvent.change(last_name, { target: { value: 'test lastname' } }); + fireEvent.change(date_of_birth, { target: { value: '2000-12-12' } }); + fireEvent.change(place_of_birth_mobile, { target: { value: 'Albania' } }); + fireEvent.change(citizenship, { target: { value: 'Albania' } }); + fireEvent.change(phone, { target: { value: '+49123456789012' } }); + fireEvent.change(tax_residence_mobile, { target: { value: 'Afghanistan' } }); + fireEvent.change(tax_identification_number, { target: { value: '123123123123' } }); + fireEvent.change(tax_identification_confirm, { target: { value: true } }); + fireEvent.change(account_opening_reason_mobile, { target: { value: 'Income Earning' } }); + + expect(mr_radio_btn.checked).toEqual(true); + const next_btn = screen.getByRole('button', { name: /next/i }); + + expect(next_btn).toBeEnabled(); + fireEvent.click(next_btn); + + await waitFor(() => { + expect(new_props.onSubmit).toBeCalled(); + }); + }); + + it('should save filled date when cancel button is clicked ', async () => { + splitValidationResultTypes.mockReturnValue({ warnings: {}, errors: {} }); + const new_props = { + ...props, + value: { + first_name: '', + last_name: '', + }, + }; + + renderwithRouter(); + + const first_name = screen.getByTestId('first_name'); + const last_name = screen.getByTestId('last_name'); + + fireEvent.change(first_name, { target: { value: 'test firstname' } }); + fireEvent.change(last_name, { target: { value: 'test lastname' } }); + + const previous_btn = screen.getByRole('button', { name: /previous/i }); + expect(previous_btn).toBeEnabled(); + fireEvent.click(previous_btn); + + await waitFor(() => { + expect(props.onSave).toBeCalledWith(0, { first_name: 'test firstname', last_name: 'test lastname' }); + }); + }); + + it('should close tax_residence pop-over when clicked outside', () => { + renderwithRouter(); + + const tax_residence_pop_over = screen.getByTestId('tax_residence_pop_over'); + expect(tax_residence_pop_over).toBeInTheDocument(); + + fireEvent.click(tax_residence_pop_over); + expect(screen.getByText(tax_residence_pop_over_text)).toBeInTheDocument(); + + fireEvent.click(screen.getByRole('heading', { name: /account opening reason/i })); + + expect(screen.queryByText(tax_residence_pop_over_text)).not.toBeInTheDocument(); + }); + + it('should close tax_identification_number_pop_over when clicked outside', () => { + renderwithRouter(); + + const tin_pop_over = screen.getByTestId('tax_identification_number_pop_over'); + expect(tin_pop_over).toBeInTheDocument(); + fireEvent.click(tin_pop_over); + + expect(screen.getByText(tin_pop_over_text)).toBeInTheDocument(); + expect(screen.getByRole('link', { name: 'here' })).toBeInTheDocument(); + + fireEvent.click(screen.getByRole('heading', { name: /account opening reason/i })); + + expect(screen.queryByText(tin_pop_over_text)).not.toBeInTheDocument(); + expect(screen.queryByRole('link', { name: 'here' })).not.toBeInTheDocument(); + }); + + it('should close tax_residence pop-over when scrolled', () => { + renderwithRouter(); + + const tax_residence_pop_over = screen.getByTestId('tax_residence_pop_over'); + expect(tax_residence_pop_over).toBeInTheDocument(); + fireEvent.click(tax_residence_pop_over); + + expect(screen.getByText(tax_residence_pop_over_text)).toBeInTheDocument(); + + fireEvent.scroll(screen.getByRole('heading', { name: /account opening reason/i }), { + target: { scrollY: 100 }, + }); + + expect(screen.queryByText(tax_residence_pop_over_text)).not.toBeInTheDocument(); + }); + + it('should close tax_identification_number_pop_over when scrolled', () => { + renderwithRouter(); + + const tax_identification_number_pop_over = screen.getByTestId('tax_identification_number_pop_over'); + expect(tax_identification_number_pop_over).toBeInTheDocument(); + fireEvent.click(tax_identification_number_pop_over); + expect(screen.getByText(tin_pop_over_text)).toBeInTheDocument(); + expect(screen.getByRole('link', { name: 'here' })).toBeInTheDocument(); + + fireEvent.scroll(screen.getByRole('heading', { name: /account opening reason/i }), { + target: { scrollY: 100 }, + }); + + expect(screen.queryByText(tax_residence_pop_over_text)).not.toBeInTheDocument(); + expect(screen.queryByRole('link', { name: 'here' })).not.toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/personal-details/personal-details.jsx b/packages/account/src/Components/personal-details/personal-details.jsx index f1653b2aaaf1..cf40e7e983d0 100644 --- a/packages/account/src/Components/personal-details/personal-details.jsx +++ b/packages/account/src/Components/personal-details/personal-details.jsx @@ -164,7 +164,13 @@ const PersonalDetails = ({ {({ handleSubmit, errors, setFieldValue, touched, values, handleChange, handleBlur }) => ( {({ setRef, height }) => ( -
+ {is_appstore && ( @@ -246,6 +252,7 @@ const PersonalDetails = ({ hint={getFieldHint('first name')} disabled={disabled_items.includes('first_name')} placeholder={localize('John')} + data-testid='first_name' /> )} {'last_name' in props.value && ( @@ -256,6 +263,7 @@ const PersonalDetails = ({ hint={getFieldHint('last name')} disabled={disabled_items.includes('last_name')} placeholder={localize('Doe')} + data-testid='last_name' /> )} {!is_appstore && } @@ -272,6 +280,7 @@ const PersonalDetails = ({ disabled={disabled_items.includes('date_of_birth')} placeholder={localize('01-07-1999')} portal_id={is_appstore ? '' : 'modal_root'} + data_testid='date_of_birth' /> )} {'place_of_birth' in props.value && ( @@ -296,6 +305,7 @@ const PersonalDetails = ({ ) } required + data-testid='place_of_birth' /> @@ -320,6 +330,7 @@ const PersonalDetails = ({ list_portal_id='modal_root' required should_hide_disabled_options={false} + data_testid='place_of_birth_mobile' /> @@ -348,6 +359,7 @@ const PersonalDetails = ({ } list_portal_id='modal_root' required + data-testid='citizenship' /> @@ -370,6 +382,7 @@ const PersonalDetails = ({ {...field} required should_hide_disabled_options={false} + data_testid='citizenship_mobile' /> @@ -390,6 +403,7 @@ const PersonalDetails = ({ : localize('Phone number') } maxLength={50} + data-testid='phone' /> )} {('tax_residence' in props.value || @@ -420,6 +434,7 @@ const PersonalDetails = ({ ) } list_portal_id='modal_root' + data-testid='tax_residence' /> @@ -444,9 +459,11 @@ const PersonalDetails = ({ }} {...field} required + data_testid='tax_residence_mobile' />
{ setIsTaxResidencePopoverOpen(true); setIsTinPopoverOpen(false); @@ -475,8 +492,10 @@ const PersonalDetails = ({ label={localize('Tax Identification Number')} placeholder={localize('Tax Identification Number')} warn={warning_items?.tax_identification_number} + data-testid='tax_identification_number' />
{ setIsTaxResidencePopoverOpen(false); setIsTinPopoverOpen(true); @@ -534,6 +553,7 @@ const PersonalDetails = ({ )} withTabIndex='0' + data-testid='tax_identification_confirm' /> )} @@ -586,6 +606,7 @@ const PersonalDetails = ({ }} {...field} required + data_testid='account_opening_reason_mobile' /> diff --git a/packages/account/src/Components/poa-button/__tests__/poa-button.spec.js b/packages/account/src/Components/poa-button/__tests__/poa-button.spec.js new file mode 100644 index 000000000000..b63c714abe3f --- /dev/null +++ b/packages/account/src/Components/poa-button/__tests__/poa-button.spec.js @@ -0,0 +1,35 @@ +import React from 'react'; +import { createBrowserHistory } from 'history'; +import { Router } from 'react-router'; +import { fireEvent, render, screen } from '@testing-library/react'; +import { routes } from '@deriv/shared'; +import { PoaButton } from '../poa-button'; + +describe('', () => { + const history = createBrowserHistory(); + const renderWithRouter = component => { + return render({component}); + }; + + it('should render PoaButton component', () => { + renderWithRouter(); + expect(screen.getByTestId('poa_button_text')).toBeInTheDocument(); + }); + it('should render PoaButton component with default message', () => { + renderWithRouter(); + expect(screen.getByText(/submit proof of address/i)).toBeInTheDocument(); + }); + + it('should render custom_text passed to the component', () => { + renderWithRouter(); + expect(screen.getByText(/lorem epsom/i)).toBeInTheDocument(); + }); + + it('should navigate to proof_of_address page on clicking the text', () => { + renderWithRouter(); + const poa_button_text = screen.getByTestId('poa_button_text'); + expect(poa_button_text.closest('a')).toHaveAttribute('href', '/account/proof-of-address'); + fireEvent.click(poa_button_text); + expect(history.location.pathname).toBe(routes.proof_of_address); + }); +}); diff --git a/packages/account/src/Components/poa-button/poa-button.jsx b/packages/account/src/Components/poa-button/poa-button.jsx index 37fabeb4551d..4f13e1f3851d 100644 --- a/packages/account/src/Components/poa-button/poa-button.jsx +++ b/packages/account/src/Components/poa-button/poa-button.jsx @@ -6,7 +6,7 @@ import { localize } from '@deriv/translations'; export const PoaButton = ({ custom_text = localize('Submit proof of address') }) => ( - + {custom_text} diff --git a/packages/account/src/Components/poa-continue-trading-button/__tests__/continue-trading-button.spec.js b/packages/account/src/Components/poa-continue-trading-button/__tests__/continue-trading-button.spec.js new file mode 100644 index 000000000000..d21d89fef65e --- /dev/null +++ b/packages/account/src/Components/poa-continue-trading-button/__tests__/continue-trading-button.spec.js @@ -0,0 +1,29 @@ +import React from 'react'; +import { createBrowserHistory } from 'history'; +import { Router } from 'react-router'; +import { fireEvent, render, screen } from '@testing-library/react'; +import { routes } from '@deriv/shared'; +import { ContinueTradingButton } from '../continue-trading-button'; + +describe('', () => { + const history = createBrowserHistory(); + const renderWithRouter = component => { + return render({component}); + }; + + it('should render ContinueTradingButton component', () => { + renderWithRouter(); + expect(screen.getByTestId('continue_btn_text')).toBeInTheDocument(); + }); + it('should render ContinueTradingButton component with default message', () => { + renderWithRouter(); + expect(screen.getByText(/continue trading/i)).toBeInTheDocument(); + }); + it('should navigate to base url on clicking the text', () => { + renderWithRouter(); + const continue_btn_text = screen.getByTestId('continue_btn_text'); + expect(continue_btn_text.closest('a')).toHaveAttribute('href', '/'); + fireEvent.click(continue_btn_text); + expect(history.location.pathname).toBe(routes.root); + }); +}); diff --git a/packages/account/src/Components/poa-continue-trading-button/continue-trading-button.jsx b/packages/account/src/Components/poa-continue-trading-button/continue-trading-button.jsx index 60d0c012f5e8..3d7f70a4c12a 100644 --- a/packages/account/src/Components/poa-continue-trading-button/continue-trading-button.jsx +++ b/packages/account/src/Components/poa-continue-trading-button/continue-trading-button.jsx @@ -4,7 +4,7 @@ import React from 'react'; export const ContinueTradingButton = () => ( - + {localize('Continue trading')} diff --git a/packages/account/src/Components/poa-expired/__tests__/expired.spec.js b/packages/account/src/Components/poa-expired/__tests__/expired.spec.js new file mode 100644 index 000000000000..f4d75ab18d51 --- /dev/null +++ b/packages/account/src/Components/poa-expired/__tests__/expired.spec.js @@ -0,0 +1,17 @@ +import React from 'react'; +import { screen, render } from '@testing-library/react'; +import { Expired } from '../expired'; + +describe('', () => { + const message = 'New proof of address is needed'; + const text = 'Your documents for proof of address is expired. Please submit again.'; + + it('should render Expired component', () => { + render(); + + expect(screen.getByText(message)).toBeInTheDocument(); + expect(screen.getByText(text)).toBeInTheDocument(); + expect(screen.getByText('Resubmit')).toBeInTheDocument(); + expect(screen.getByRole('button')).toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/poa-needs-review/__tests__/needs-review-spec.js b/packages/account/src/Components/poa-needs-review/__tests__/needs-review-spec.js new file mode 100644 index 000000000000..553c98578656 --- /dev/null +++ b/packages/account/src/Components/poa-needs-review/__tests__/needs-review-spec.js @@ -0,0 +1,60 @@ +import React from 'react'; +import { BrowserRouter } from 'react-router-dom'; +import { screen, render } from '@testing-library/react'; +import { NeedsReview } from '../needs-review'; + +jest.mock('Components/poa-continue-trading-button/continue-trading-button.jsx', () => ({ + ContinueTradingButton: jest.fn(() =>
ContinueTradingButton
), +})); + +describe('', () => { + it('should render NeedsReview component if it does not need poi', () => { + render( + + + + ); + + expect(screen.getByText('Your proof of address was submitted successfully')).toBeInTheDocument(); + expect(screen.getByText('Your document is being reviewed, please check back in 1-3 days.')).toBeInTheDocument(); + expect(screen.getByText('ContinueTradingButton')).toBeInTheDocument(); + }); + + it('should render NeedsReview component if it does not need poi and is_description_enabled', () => { + render( + + + + ); + + expect(screen.getByText('Your proof of address was submitted successfully')).toBeInTheDocument(); + expect(screen.getByText('Your document is being reviewed, please check back in 1-3 days.')).toBeInTheDocument(); + expect(screen.queryByText('ContinueTradingButton')).not.toBeInTheDocument(); + }); + + it('should render NeedsReview component if it needs poi', () => { + render( + + + + ); + + expect(screen.getByText('Your proof of address was submitted successfully')).toBeInTheDocument(); + expect(screen.getByText('Your document is being reviewed, please check back in 1-3 days.')).toBeInTheDocument(); + expect(screen.getByText('You must also submit a proof of identity.')).toBeInTheDocument(); + }); + + it('should render NeedsReview component if it needs poi and is_description_enabled false', () => { + render( + + + + ); + + expect(screen.getByText('Your proof of address was submitted successfully')).toBeInTheDocument(); + expect( + screen.queryByText('Your document is being reviewed, please check back in 1-3 days.') + ).not.toBeInTheDocument(); + expect(screen.queryByText('You must also submit a proof of identity.')).not.toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/poi-button/__tests__/poi-button.spec.js b/packages/account/src/Components/poi-button/__tests__/poi-button.spec.js new file mode 100644 index 000000000000..43b160450a3f --- /dev/null +++ b/packages/account/src/Components/poi-button/__tests__/poi-button.spec.js @@ -0,0 +1,25 @@ +import React from 'react'; +import { createBrowserHistory } from 'history'; +import { Router } from 'react-router'; +import { fireEvent, render, screen } from '@testing-library/react'; +import { PoiButton } from '../poi-button'; + +describe('', () => { + const history = createBrowserHistory(); + const renderWithRouter = component => { + return render({component}); + }; + + it('should render PoiButton component', () => { + renderWithRouter(); + expect(screen.getByText('Proof of identity')).toBeInTheDocument(); + }); + + it('should navigate to proof_of_identity page after clicking', () => { + renderWithRouter(); + const poi_button = screen.getByText('Proof of identity'); + expect(poi_button.closest('a')).toHaveAttribute('href', '/account/proof-of-identity'); + fireEvent.click(poi_button); + expect(history.location.pathname).toBe('/account/proof-of-identity'); + }); +}); diff --git a/packages/account/src/Components/poi-country-selector/__tests__/poi-country-selector.spec.js b/packages/account/src/Components/poi-country-selector/__tests__/poi-country-selector.spec.js new file mode 100644 index 000000000000..97a1cc56019d --- /dev/null +++ b/packages/account/src/Components/poi-country-selector/__tests__/poi-country-selector.spec.js @@ -0,0 +1,97 @@ +import React from 'react'; +import { fireEvent, render, screen, waitFor } from '@testing-library/react'; +import { isDesktop, isMobile } from '@deriv/shared'; +import CountrySelector from '../poi-country-selector'; + +jest.mock('@deriv/shared', () => ({ + ...jest.requireActual('@deriv/shared'), + isDesktop: jest.fn(() => true), + isMobile: jest.fn(() => false), +})); + +describe('', () => { + let mock_props = {}; + + beforeEach(() => { + mock_props = { + handleSelectionNext: jest.fn(), + is_from_external: false, + residence_list: [ + { value: 'Country 1', text: 'Country 1' }, + { value: 'Country 2', text: 'Country 2' }, + { value: 'Country 3', text: 'Country 3' }, + ], + selected_country: '', + setSelectedCountry: jest.fn(), + show_helper_msg: '', + }; + }); + + it('should render CountrySelector component not external with helper message', () => { + mock_props.show_helper_msg = true; + + const { container } = render(); + + expect(screen.getByText('Proof of identity')).toBeInTheDocument(); + expect(screen.getByText('In which country was your document issued?')).toBeInTheDocument(); + expect(screen.getByText('Country')).toBeInTheDocument(); + expect(screen.getByText('Try submitting an ID document instead.')).toBeInTheDocument(); + + const div_with_external_class = container.querySelector('.external-dropdown'); + expect(div_with_external_class).not.toBeInTheDocument(); + }); + + it('should render CountrySelector component external without hepler message', () => { + mock_props.is_from_external = true; + + const { container } = render(); + + expect(screen.getByText('Proof of identity')).toBeInTheDocument(); + expect(screen.getByText('In which country was your document issued?')).toBeInTheDocument(); + expect(screen.getByText('Country')).toBeInTheDocument(); + expect(screen.queryByText('Try submitting an ID document instead.')).not.toBeInTheDocument(); + + const div_with_external_class = container.querySelector('.external-dropdown'); + expect(div_with_external_class).toBeInTheDocument(); + }); + + it('should show error message after clicking the input without choosing the country', async () => { + render(); + + const field = screen.getByLabelText('Country'); + const next_btn = screen.getByRole('button'); + + expect(field).toBeInTheDocument(); + expect(screen.queryByText(/please select a valid country of document issuance/i)).not.toBeInTheDocument(); + expect(screen.queryByText(/please select the country of document issuance/i)).not.toBeInTheDocument(); + + fireEvent.blur(field); + expect(await screen.findByText(/please select the country of document issuance/i)).toBeInTheDocument(); + expect(next_btn).toBeDisabled(); + + fireEvent.change(field, { target: { value: 'invalid country' } }); + expect(await screen.findByText(/please select a valid country of document issuance/i)).toBeInTheDocument(); + expect(next_btn).toBeDisabled(); + }); + + it('should trigger selection functions and next button', async () => { + isDesktop.mockReturnValue(false); + isMobile.mockReturnValue(true); + mock_props.selected_country = 'Country 2'; + + render(); + + const field = screen.getByRole('combobox'); + + fireEvent.change(field, { target: { value: 'Country 2' } }); + + const next_btn = screen.getByRole('button'); + expect(next_btn).toBeEnabled(); + expect(mock_props.setSelectedCountry).toHaveBeenCalledTimes(1); + + fireEvent.click(next_btn); + await waitFor(() => { + expect(mock_props.handleSelectionNext).toHaveBeenCalledTimes(1); + }); + }); +}); diff --git a/packages/account/src/Components/poi-missing-personal-details/__tests__/missing-personal-details.spec.js b/packages/account/src/Components/poi-missing-personal-details/__tests__/missing-personal-details.spec.js new file mode 100644 index 000000000000..781450ff4d14 --- /dev/null +++ b/packages/account/src/Components/poi-missing-personal-details/__tests__/missing-personal-details.spec.js @@ -0,0 +1,82 @@ +import React from 'react'; +import { BrowserRouter } from 'react-router-dom'; +import { render, screen } from '@testing-library/react'; +import { PlatformContext } from '@deriv/shared'; +import { MissingPersonalDetails } from '../missing-personal-details'; + +jest.mock('@deriv/components', () => { + const original_module = jest.requireActual('@deriv/components'); + return { + ...original_module, + Icon: jest.fn(props =>
{props.icon}
), + }; +}); + +describe('', () => { + const renderWithRouter = component => + render( + + {component} + + ); + + it('should render the MissingPersonalDetails component', () => { + renderWithRouter(); + + expect(screen.getByText(/your personal details are missing/i)).toBeInTheDocument(); + const btn = screen.getByRole('link', { name: /go to personal details/i }); + expect(btn).toBeInTheDocument(); + expect(btn.closest('a')).toHaveAttribute('href', '/account/personal-details'); + }); + + it('should show invalid msg and update link if has_invalid_postal_code is true', () => { + renderWithRouter(); + + expect(screen.getByText(/your postal code is invalid/i)).toBeInTheDocument(); + expect( + screen.getByText(/please check and update your postal code before submitting proof of identity\./i) + ).toBeInTheDocument(); + expect(screen.getByText('IcAccountMissingDetails')).toBeInTheDocument(); + + const btn = screen.getByRole('link', { name: /update postal code/i }); + expect(btn).toBeInTheDocument(); + expect(btn.closest('a')).toHaveAttribute( + 'href', + '/account/personal-details?from=proof_of_identity#address_postcode' + ); + }); + + it('should show missing msg with proper icon if has_invalid_postal_code is false and is_appstore is true', () => { + renderWithRouter(); + + expect(screen.getByText(/your personal details are missing/i)).toBeInTheDocument(); + expect( + screen.getByText(/please complete your personal details before you verify your identity\./i) + ).toBeInTheDocument(); + expect(screen.getByText('IcAccountMissingDetailsDashboard')).toBeInTheDocument(); + + const btn = screen.getByRole('link', { name: /go to personal details/i }); + expect(btn).toBeInTheDocument(); + expect(btn.closest('a')).toHaveAttribute('href', '/account/personal-details?from=proof_of_identity'); + }); + + it('should show missing msg with proper icon if has_invalid_postal_code is false and is_appstore is false', () => { + render( + + + + + + ); + + expect(screen.getByText(/your personal details are missing/i)).toBeInTheDocument(); + expect( + screen.getByText(/please complete your personal details before you verify your identity\./i) + ).toBeInTheDocument(); + expect(screen.getByText('IcAccountMissingDetails')).toBeInTheDocument(); + + const btn = screen.getByRole('link', { name: /go to personal details/i }); + expect(btn).toBeInTheDocument(); + expect(btn.closest('a')).toHaveAttribute('href', '/account/personal-details'); + }); +}); diff --git a/packages/account/src/Components/reset-trading-password-modal/reset-trading-password-modal.jsx b/packages/account/src/Components/reset-trading-password-modal/reset-trading-password-modal.jsx index 835c09b07a2a..67a40c04dad6 100644 --- a/packages/account/src/Components/reset-trading-password-modal/reset-trading-password-modal.jsx +++ b/packages/account/src/Components/reset-trading-password-modal/reset-trading-password-modal.jsx @@ -206,7 +206,7 @@ const ResetTradingPasswordModal = ({ const [dialog_title, setDialogTitle] = React.useState(''); const history = useHistory(); React.useEffect(() => { - if (is_visible) { + if (is_visible && history.location.search !== '') { history.replace({ search: '', hash: location.hash, diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-article-content.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-article-content.spec.js new file mode 100644 index 000000000000..503617691d87 --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-article-content.spec.js @@ -0,0 +1,125 @@ +import React from 'react'; +import { fireEvent, render, screen } from '@testing-library/react'; +import { Popup } from '@deriv/components'; +import SelfExclusionArticleContent from '../self-exclusion-article-content'; +import SelfExclusionContext from '../self-exclusion-context'; + +Popup.Overlay = jest.fn(() =>
Trading limits
); + +describe('', () => { + let mock_context = {}; + const descr_text = 'About trading limits and self-exclusion'; + const eu_item = + 'When you set your limits or self-exclusion, they will be aggregated across all your account types in DTrader and DBot. For example, the losses made on both platforms will add up and be counted towards the loss limit you set.'; + const eu_uk_item = + 'These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. If you live in the United Kingdom, Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request. If you live in the Isle of Man, Customer Support can only remove or weaken your trading limits after your trading limit period has expired.'; + const not_app_settings_eu_descr = + /You can also exclude yourself entirely for a specified duration. If, at any time, you decide to trade again, you must then contact our Customer Support to remove this self-exclusion. There will be a 24-hour-cooling-off period before you can resume trading/i; + const not_app_settings_eu_uk_descr = + /You can also exclude yourself entirely for a specified duration. This can only be removed once your self-exclusion has expired. If you wish to continue trading once your self-exclusion period expires, you must contact Customer Support by calling/i; + const not_app_settings_non_eu_descr = + /You can also exclude yourself entirely for a specified duration. Once the self-exclusion period has ended, you can either extend it further or resume trading immediately. If you wish to reduce or remove the self-exclusion period, contact our/i; + const non_eu_item = + 'These limits are optional, and you can adjust them at any time. You decide how much and how long you’d like to trade. If you don’t wish to set a specific limit, leave the field blank.'; + + beforeEach(() => { + mock_context = { + is_app_settings: false, + is_eu: false, + is_uk: false, + overlay_ref: {}, + toggleArticle: jest.fn(), + }; + }); + + it('should render SelfExclusionArticleContent component with popup', () => { + render( + + + + ); + + expect(screen.getByText('Trading limits')).toBeInTheDocument(); + }); + + it('should render SelfExclusionArticleContent component without button non EU', () => { + render( + + + + ); + + expect(screen.getByText(descr_text)).toBeInTheDocument(); + expect(screen.getByText(not_app_settings_non_eu_descr)).toBeInTheDocument(); + expect(screen.getByText(non_eu_item)).toBeInTheDocument(); + expect(screen.queryByText('Done')).not.toBeInTheDocument(); + expect(screen.queryByText(eu_item)).not.toBeInTheDocument(); + expect(screen.queryByText(eu_uk_item)).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionArticleContent with items component with button and trigger click EU', () => { + mock_context.is_app_settings = true; + const mockToggleArticle = mock_context.toggleArticle; + + render( + + + + ); + + expect(screen.getByText(descr_text)).toBeInTheDocument(); + expect(screen.getByText('Done')).toBeInTheDocument(); + fireEvent.click(screen.getByRole('button')); + expect(mockToggleArticle).toHaveBeenCalledTimes(1); + }); + + it('should render selfExclusionArticleItems component for EU items', () => { + mock_context.is_eu = true; + + render( + + + + ); + + expect(screen.getByText(descr_text)).toBeInTheDocument(); + expect(screen.getByText(eu_item)).toBeInTheDocument(); + expect(screen.getByText(not_app_settings_eu_descr)).toBeInTheDocument(); + expect(screen.queryByText(eu_uk_item)).not.toBeInTheDocument(); + expect(screen.queryByText(non_eu_item)).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionArticleContent component for EU/UK items', () => { + mock_context.is_eu = true; + mock_context.is_uk = true; + + render( + + + + ); + + expect(screen.getByText(eu_item)).toBeInTheDocument(); + expect(screen.getByText(eu_uk_item)).toBeInTheDocument(); + expect(screen.getByText(not_app_settings_eu_uk_descr)).toBeInTheDocument(); + expect(screen.queryByText(non_eu_item)).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionArticleContent component for EU/UK items with app settings', () => { + mock_context.is_app_settings = true; + mock_context.is_eu = true; + mock_context.is_uk = true; + + render( + + + + ); + + expect(screen.getByText(eu_item)).toBeInTheDocument(); + expect(screen.getByText(eu_uk_item)).toBeInTheDocument(); + expect(screen.queryByText(not_app_settings_eu_descr)).not.toBeInTheDocument(); + expect(screen.queryByText(not_app_settings_eu_uk_descr)).not.toBeInTheDocument(); + expect(screen.queryByText(non_eu_item)).not.toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-article.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-article.spec.js new file mode 100644 index 000000000000..d05e15728e68 --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-article.spec.js @@ -0,0 +1,116 @@ +import React from 'react'; +import { isMobile, isDesktop, PlatformContext } from '@deriv/shared'; +import { fireEvent, render, screen } from '@testing-library/react'; +import SelfExclusionArticle from '../self-exclusion-article'; +import { selfExclusionArticleItems } from 'Components/self-exclusion/self-exclusion-article-content.jsx'; +import SelfExclusionContext from '../self-exclusion-context'; + +jest.mock('@deriv/shared', () => ({ + ...jest.requireActual('@deriv/shared'), + isDesktop: jest.fn(), + isMobile: jest.fn(), +})); + +jest.mock('Components/self-exclusion/self-exclusion-article-content.jsx', () => ({ + ...jest.requireActual('Components/self-exclusion/self-exclusion-article-content.jsx'), + selfExclusionArticleItems: jest.fn(), +})); + +describe('', () => { + let mock_platform_context = {}; + let mock_self_exclusion_context = {}; + + const eu_item = + /These trading limits and self-exclusion help you control the amount of money and time you spend on Deriv.com and exercise/i; + const non_eu_item = + /These self-exclusion limits help you control the amount of money and time you spend trading on DTrader, DBot, and SmartTrader. The limits you set here will help you exercise/i; + + beforeEach(() => { + mock_platform_context = { + is_appstore: false, + is_deriv_crypto: false, + }; + mock_self_exclusion_context = { + is_app_settings: false, + is_eu: false, + is_uk: false, + overlay_ref: {}, + toggleArticle: jest.fn(), + }; + }); + + it('should render SelfExclusionArticle desktop component with selfExclusionArticleItems', () => { + isDesktop.mockReturnValueOnce(true); + isMobile.mockReturnValueOnce(false); + mock_platform_context.is_appstore = true; + + selfExclusionArticleItems.mockImplementation(() => ['Self Exclusion Article Items']); + + render( + + + + + + ); + + expect(screen.getByText('Self Exclusion Article Items')).toBeInTheDocument(); + expect(screen.getByText('Trading limits and self-exclusion')).toBeInTheDocument(); + expect(screen.queryByText(eu_item)).not.toBeInTheDocument(); + expect(screen.queryByText(non_eu_item)).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionArticle desktop component without is_appstore for EU items', () => { + mock_self_exclusion_context.is_eu = true; + + render( + + + + + + ); + + expect(screen.getByText(eu_item)).toBeInTheDocument(); + expect(screen.getByText('Trading limits and self-exclusion')).toBeInTheDocument(); + expect(screen.queryByText(non_eu_item)).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionArticle desktop component for non EU items', () => { + mock_platform_context.is_appstore = true; + isDesktop.mockReturnValueOnce(false); + isMobile.mockReturnValueOnce(false); + + render( + + + + + + ); + + expect(screen.getByText(non_eu_item)).toBeInTheDocument(); + expect(screen.getByText('Trading limits and self-exclusion')).toBeInTheDocument(); + expect(screen.queryByText(eu_item)).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionArticle mobile component and trigger click', () => { + isDesktop.mockReturnValueOnce(false); + isMobile.mockReturnValueOnce(true); + const mockToggleArticle = mock_self_exclusion_context.toggleArticle; + + render( + + + + + + ); + + expect(screen.getByText(non_eu_item)).toBeInTheDocument(); + expect(screen.getByText('Trading limits and self-exclusion')).toBeInTheDocument(); + expect(screen.queryByText(eu_item)).not.toBeInTheDocument(); + fireEvent.click(screen.getByText('Learn more')); + expect(mockToggleArticle).toHaveBeenCalledTimes(1); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-confirm-limits.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-confirm-limits.spec.js new file mode 100644 index 000000000000..3fd27828eeed --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-confirm-limits.spec.js @@ -0,0 +1,77 @@ +import React from 'react'; +import * as formik from 'formik'; +import { fireEvent, render, screen } from '@testing-library/react'; +import SelfExclusionConfirmLimits from '../self-exclusion-confirm-limits'; +import SelfExclusionContext from '../self-exclusion-context'; + +const mockUseFormikContext = jest.spyOn(formik, 'useFormikContext'); + +describe('', () => { + let mock_context = {}; + + beforeEach(() => { + mock_context = { + backToReview: jest.fn(), + }; + mockUseFormikContext.mockReturnValue({ + handleSubmit: jest.fn(), + isSubmitting: false, + }); + }); + + it('should render SelfExclusionConfirmLimits component', () => { + render( + + + + ); + + expect(screen.getByText('No, review my limits')).toBeInTheDocument(); + expect( + screen.getByText('Remember: You cannot log in to your account until the selected date.') + ).toBeInTheDocument(); + expect(screen.getByText('Save new limits?')).toBeInTheDocument(); + expect(screen.getByText('Yes, log me out immediately')).toBeInTheDocument(); + }); + + it('should render SelfExclusionConfirmLimits component with loading status of submit button', () => { + mockUseFormikContext.mockReturnValue({ + handleSubmit: jest.fn(), + isSubmitting: true, + }); + + render( + + + + ); + + expect(screen.getByText('No, review my limits')).toBeInTheDocument(); + expect( + screen.getByText('Remember: You cannot log in to your account until the selected date.') + ).toBeInTheDocument(); + expect(screen.getByText('Save new limits?')).toBeInTheDocument(); + expect(screen.queryByText('Yes, log me out immediately')).not.toBeInTheDocument(); + }); + + it('Should trigger click on the button', () => { + const mockBackToReview = mock_context.backToReview; + const mockHandleSubmit = mockUseFormikContext().handleSubmit; + + render( + + + + ); + + const btns = screen.getAllByRole('button'); + expect(btns[0]).toBeInTheDocument(); + expect(btns[0]).toHaveTextContent('No, review my limits'); + fireEvent.click(btns[0]); + expect(mockBackToReview).toHaveBeenCalledTimes(1); + expect(btns[1]).toBeInTheDocument(); + expect(btns[1]).toHaveTextContent('Yes, log me out immediately'); + fireEvent.click(btns[1]); + expect(mockHandleSubmit).toHaveBeenCalledTimes(1); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-confirm-page.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-confirm-page.spec.js new file mode 100644 index 000000000000..d4032e312dfb --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-confirm-page.spec.js @@ -0,0 +1,167 @@ +import React from 'react'; +import * as formik from 'formik'; +import { fireEvent, render, screen } from '@testing-library/react'; +import SelfExclusionConfirmPage from '../self-exclusion-confirm-page'; +import SelfExclusionContext from '../self-exclusion-context'; + +jest.mock('../self-exclusion-confirm-limits', () => () =>
SelfExclusionConfirmLimits
); +const mockUseFormikContext = jest.spyOn(formik, 'useFormikContext'); + +describe('', () => { + let mock_context = {}; + + beforeEach(() => { + mock_context = { + backFromConfirmLimits: jest.fn(), + currency: 'test currency', + currency_display: 'test currency', + exclusion_texts: {}, + is_eu: false, + state: { + changed_attributes: [], + show_confirm: false, + submit_error_message: 'Submit error message', + }, + }; + mockUseFormikContext.mockReturnValue({ + isSubmitting: false, + values: {}, + }); + }); + it('should not render SelfExclusionConfirmPage component', () => { + mock_context.state.show_confirm = true; + + render( + + + + ); + + expect(screen.getByText('SelfExclusionConfirmLimits')).toBeInTheDocument(); + expect(screen.queryByText('You have set the following limits:')).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionConfirmPage component with options', () => { + mock_context.exclusion_texts = { + max_deposit: 'Max deposit is', + max_open_bets: 'Max open bets are', + max_total_stake: 'Max total stake is', + session_duration_limit: 'Session duration limit is', + timeout_until: 'Timeout until', + }; + mock_context.state.changed_attributes = [ + 'max_deposit', + 'max_open_bets', + 'max_total_stake', + 'session_duration_limit', + 'timeout_until', + ]; + mockUseFormikContext.mockReturnValue({ + isSubmitting: false, + values: { + max_deposit: 987, + max_open_bets: 13, + max_total_stake: 97, + session_duration_limit: 9999, + timeout_until: 0, + }, + }); + + render( + + + + ); + + const currencies = screen.getAllByText(/test currency/); + expect(currencies.length).toBeGreaterThan(0); + expect(screen.getByText('Max deposit is')).toBeInTheDocument(); + expect(screen.getByText('Max open bets are')).toBeInTheDocument(); + expect(screen.getByText('Max total stake is')).toBeInTheDocument(); + expect(screen.getByText('Session duration limit is')).toBeInTheDocument(); + expect(screen.getByText('Timeout until')).toBeInTheDocument(); + expect(screen.getByText('13')).toBeInTheDocument(); + }); + + it('Should trigger click on the "Back" icon', () => { + const backFromConfirmLimits = mock_context.backFromConfirmLimits; + + render( + + + + ); + + const btn = screen.getByText('Back'); + expect(btn).toBeInTheDocument(); + fireEvent.click(btn); + expect(backFromConfirmLimits).toHaveBeenCalledTimes(1); + }); + + it('should render SelfExclusionConfirmPage component for non EU', () => { + render( + + + + ); + + expect(screen.getByText('Submit error message')).toBeInTheDocument(); + expect(screen.getByText(/We’ll update your limits./)).toBeInTheDocument(); + expect(screen.getByText('You have set the following limits:')).toBeInTheDocument(); + expect(screen.queryByText(/You’ll be able to adjust these limits at any time./)).not.toBeInTheDocument(); + expect(screen.queryByText('SelfExclusionConfirmLimits')).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionConfirmPage component for EU', () => { + mock_context.is_eu = true; + + render( + + + + ); + + expect(screen.getByText('Submit error message')).toBeInTheDocument(); + expect(screen.getByText('You have set the following limits:')).toBeInTheDocument(); + expect(screen.getByText(/You’ll be able to adjust these limits at any time./)).toBeInTheDocument(); + expect(screen.queryByText('SelfExclusionConfirmLimits')).not.toBeInTheDocument(); + expect(screen.queryByText(/We’ll update your limits./)).not.toBeInTheDocument(); + }); + + it('Should trigger click on the "Accept" button for non EU', () => { + const mockHandleSubmit = jest.fn(); + + render( + + + + + + ); + + const btn = screen.getByRole('button'); + expect(btn).toBeInTheDocument(); + expect(btn).toHaveTextContent('Accept'); + fireEvent.submit(screen.getByTestId('form')); + expect(mockHandleSubmit).toHaveBeenCalledTimes(1); + }); + + it('Should trigger click on the "Confirm my limits" button for EU', () => { + mock_context.is_eu = true; + const mockHandleSubmit = jest.fn(); + + render( +
+ + + + + ); + + const btn = screen.getByRole('button'); + expect(btn).toBeInTheDocument(); + expect(btn).toHaveTextContent('Confirm my limits'); + fireEvent.submit(screen.getByTestId('form')); + expect(mockHandleSubmit).toHaveBeenCalledTimes(1); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-footer.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-footer.spec.js new file mode 100644 index 000000000000..a75a0d0e9ea5 --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-footer.spec.js @@ -0,0 +1,70 @@ +import React from 'react'; +import { Formik } from 'formik'; +import * as formik from 'formik'; +import { fireEvent, render, screen } from '@testing-library/react'; +import SelfExclusionContext from '../self-exclusion-context'; +import SelfExclusionFooter from '../self-exclusion-footer'; + +const portal_root = document.createElement('div'); +document.body.appendChild(portal_root); + +const mockUseFormikContext = jest.spyOn(formik, 'useFormikContext'); + +describe('', () => { + let mock_context = {}; + beforeEach(() => { + mock_context = { + goToConfirm: jest.fn(), + toggleArticle: jest.fn(), + footer_ref: portal_root, + }; + mockUseFormikContext.mockReturnValue({ + dirty: true, + isSubmitting: false, + isValid: true, + values: [], + }); + }); + it('should not render SelfExclusionFooter component', () => { + mock_context.footer_ref = null; + + render( + + + + ); + + expect(screen.queryByText('Learn more about trading limits')).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionFooter component', () => { + render( + + + + + + ); + + expect(screen.getByText('Learn more about trading limits')).toBeInTheDocument(); + }); + + it('Should trigger click on the button', () => { + const mockGoToConfirm = mock_context.goToConfirm; + + render( + + + + + + ); + + const btn = screen.getByRole('button'); + expect(btn).toBeInTheDocument(); + expect(btn).toHaveClass('da-self-exclusion__button'); + expect(btn).toHaveTextContent('Next'); + fireEvent.click(btn); + expect(mockGoToConfirm).toHaveBeenCalledTimes(1); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-form.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-form.spec.js new file mode 100644 index 000000000000..fba0b0f3aab6 --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-form.spec.js @@ -0,0 +1,46 @@ +import React from 'react'; +import { render, screen } from '@testing-library/react'; +import SelfExclusionContext from '../self-exclusion-context'; +import SelfExclusionForm from '../self-exclusion-form'; + +jest.mock('../self-exclusion-confirm-page', () => () =>
SelfExclusionConfirmPage
); +jest.mock('../self-exclusion-inputs', () => () =>
SelfExclusionInputs
); + +describe('', () => { + let mock_context = {}; + + beforeEach(() => { + mock_context = { + state: { + is_confirm_page: false, + self_exclusions: {}, + }, + handleSubmit: jest.fn(), + validateFields: jest.fn(), + }; + }); + + it('should render SelfExclusionForm component with SelfExclusionInputs', () => { + render( + + + + ); + + expect(screen.getByText('SelfExclusionInputs')).toBeInTheDocument(); + expect(screen.queryByText('SelfExclusionConfirmPage')).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionForm component with SelfExclusionConfirmPage', () => { + mock_context.state.is_confirm_page = true; + + render( + + + + ); + + expect(screen.getByText('SelfExclusionConfirmPage')).toBeInTheDocument(); + expect(screen.queryByText('SelfExclusionInputs')).not.toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-inputs.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-inputs.spec.js new file mode 100644 index 000000000000..da90c35955bf --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-inputs.spec.js @@ -0,0 +1,291 @@ +import React from 'react'; +import { Formik } from 'formik'; +import * as formik from 'formik'; +import { fireEvent, render, screen } from '@testing-library/react'; +import SelfExclusionInputs from '../self-exclusion-inputs'; +import SelfExclusionContext from '../self-exclusion-context'; + +jest.mock('../self-exclusion-footer', () => () =>
SelfExclusionFooter
); + +const mockUseFormikContext = jest.spyOn(formik, 'useFormikContext'); + +describe('', () => { + let mock_context = {}; + + beforeEach(() => { + mock_context = { + currency: 'test currency', + currency_display: 'test currency', + footer_ref: null, + getMaxLength: jest.fn(), + goToConfirm: jest.fn(), + is_appstore: false, + is_app_settings: false, + is_eu: false, + is_mf: false, + is_mlt: false, + is_mx: false, + is_tablet: false, + session_duration_digits: 0, + }; + mockUseFormikContext.mockReturnValue({ + dirty: false, + errors: {}, + handleBlur: jest.fn(), + handleChange: jest.fn(), + isSubmitting: false, + isValid: false, + setFieldValue: jest.fn(), + values: {}, + }); + }); + + it('should render SelfExclusionFooter instead of Next Button', () => { + mock_context.footer_ref = true; + + render( + + + + + + ); + + expect(screen.getByText('SelfExclusionFooter')).toBeInTheDocument(); + }); + + it('should render "Next" button and trigger click', () => { + mockUseFormikContext.mockReturnValue({ + values: {}, + isSubmitting: false, + isValid: true, + dirty: true, + errors: {}, + handleBlur: jest.fn(), + handleChange: jest.fn(), + setFieldValue: jest.fn(), + }); + + const mockGoToConfirm = mock_context.goToConfirm; + + render( + + + + + + ); + + expect(screen.queryByText('SelfExclusionFooter')).not.toBeInTheDocument(); + const btn = screen.getByRole('button'); + expect(btn).toBeInTheDocument(); + expect(btn).toHaveTextContent('Next'); + fireEvent.click(btn); + expect(mockGoToConfirm).toHaveBeenCalledTimes(1); + }); + + it('should render SelfExclusionInputs component with options mlt and should render "Next" button and trigger click', () => { + mock_context.is_mlt = true; + + mockUseFormikContext.mockReturnValue({ + values: { + exclude_until: 1, + max_balance: 9999, + max_deposit: 99, + max_losses: 13, + max_open_bets: 13, + max_turnover: 99, + max_7day_deposit: 777, + max_7day_losses: 50, + max_7day_turnover: 70, + max_30day_deposit: 999, + max_30day_losses: 999, + max_30day_turnover: 999, + session_duration_limit: 0, + timeout_until: 0, + }, + dirty: true, + errors: {}, + handleBlur: jest.fn(), + handleChange: jest.fn(), + isSubmitting: false, + isValid: true, + setFieldValue: jest.fn(), + }); + + const mockGoToConfirm = mock_context.goToConfirm; + + render( + + + + + + ); + + const currencies = screen.getAllByText(/test currency/); + expect(currencies.length).toBeGreaterThan(0); + expect( + screen.getByText( + /If you are a UK resident, to self-exclude from all online gambling companies licensed in Great Britain, go to/ + ) + ).toBeInTheDocument(); + expect( + screen.getByText( + 'Self-exclusion on the website only applies to your Deriv.com account and does not include other companies or websites.' + ) + ).toBeInTheDocument(); + expect( + screen.queryByText(/To self-exclude from all online gambling companies licensed in Great Britain, go to/) + ).not.toBeInTheDocument(); + const btn = screen.getByRole('button'); + expect(btn).toBeInTheDocument(); + expect(btn).toHaveTextContent('Next'); + fireEvent.click(btn); + expect(mockGoToConfirm).toHaveBeenCalledTimes(1); + }); + + it('should render SelfExclusionInputs component with options mx', () => { + mock_context.is_mx = true; + + mockUseFormikContext.mockReturnValue({ + values: { + exclude_until: 1, + max_balance: 9999, + max_deposit: 99, + max_losses: 13, + max_open_bets: 13, + max_turnover: 99, + max_7day_deposit: 777, + max_7day_losses: 50, + max_7day_turnover: 70, + max_30day_deposit: 999, + max_30day_losses: 999, + max_30day_turnover: 999, + session_duration_limit: 0, + timeout_until: 0, + }, + dirty: true, + errors: {}, + handleBlur: jest.fn(), + handleChange: jest.fn(), + isSubmitting: false, + isValid: true, + setFieldValue: jest.fn(), + }); + + render( + + + + + + ); + + const currencies = screen.getAllByText(/test currency/); + expect(currencies.length).toBeGreaterThan(0); + expect( + screen.getByText( + 'Self-exclusion on the website only applies to your Deriv.com account and does not include other companies or websites.' + ) + ).toBeInTheDocument(); + expect( + screen.getByText(/To self-exclude from all online gambling companies licensed in Great Britain, go to/) + ).toBeInTheDocument(); + expect( + screen.queryByText( + /If you are a UK resident, to self-exclude from all online gambling companies licensed in Great Britain, go to/ + ) + ).not.toBeInTheDocument(); + }); + + it('Should trigger handleChange callback when the input field changes in StakeLossAndLimitsInputs', () => { + const mockHandleChange = mockUseFormikContext().handleChange; + + const { container } = render( + + + + + + ); + + const el_input = container.querySelector(`input[name="max_turnover"]`); + expect(el_input).toBeInTheDocument(); + fireEvent.change(el_input, { target: { value: 200 } }); + expect(mockHandleChange).toHaveBeenCalledTimes(1); + }); + + it('Should trigger handleChange callback when the input field changes in SessionAndLoginLimitsInputs', () => { + const mockHandleChange = mockUseFormikContext().handleChange; + + const { container } = render( + + + + + + ); + + const el_input = container.querySelector(`input[name="session_duration_limit"]`); + expect(el_input).toBeInTheDocument(); + fireEvent.change(el_input, { target: { value: 500 } }); + expect(mockHandleChange).toHaveBeenCalledTimes(1); + }); + + it('Should trigger handleChange callback when the input field changes in MaximumAccountBalanceAndOpenPositionsInputs', () => { + const mockHandleChange = mockUseFormikContext().handleChange; + + const { container } = render( + + + + + + ); + + const el_input = container.querySelector(`input[name="max_balance"]`); + expect(el_input).toBeInTheDocument(); + fireEvent.change(el_input, { target: { value: 900 } }); + expect(mockHandleChange).toHaveBeenCalledTimes(1); + expect(el_input.value).toBe('900'); + }); + + it('Should trigger handleChange callback when the input field changes in MaximumDepositLimitInputs', () => { + const mockHandleChange = mockUseFormikContext().handleChange; + mock_context.is_mlt = true; + + const { container } = render( + + + + + + ); + + const el_input = container.querySelector(`input[name="max_deposit"]`); + expect(el_input).toBeInTheDocument(); + fireEvent.change(el_input, { target: { value: 700 } }); + expect(mockHandleChange).toHaveBeenCalledTimes(1); + expect(el_input.value).toBe('700'); + }); + + it('Should trigger onChange callback when the date field changes in SessionAndLoginLimitsInputs', () => { + const mockSetFieldValue = mockUseFormikContext().setFieldValue; + + const { container } = render( + + + + + + ); + + const exclude_date_input = container.querySelector(`input[name="exclude_until"]`); + expect(exclude_date_input).toBeInTheDocument(); + fireEvent.click(exclude_date_input); + fireEvent.change(exclude_date_input, { target: { value: '2012-12-12' } }); + expect(mockSetFieldValue).toHaveBeenCalledTimes(1); + expect(mockSetFieldValue).toHaveBeenCalledWith('exclude_until', '2012-12-12', true); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-modal.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-modal.spec.js new file mode 100644 index 000000000000..dee22684d4d0 --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-modal.spec.js @@ -0,0 +1,22 @@ +import React from 'react'; +import { render, screen } from '@testing-library/react'; +import SelfExclusionModal from '../self-exclusion-modal'; +import SelfExclusionContext from '../self-exclusion-context'; + +const modal_root = document.createElement('div'); +modal_root.setAttribute('id', 'modal_root'); +document.body.appendChild(modal_root); + +jest.mock('../self-exclusion-article-content', () => () =>
SelfExclusionArticleContent
); + +describe('', () => { + it('should be shown on the page', () => { + render( + {} }}> + + + ); + + expect(screen.getByText('SelfExclusionArticleContent')).toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-wrapper.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-wrapper.spec.js new file mode 100644 index 000000000000..d90ed9314619 --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion-wrapper.spec.js @@ -0,0 +1,83 @@ +import React from 'react'; +import { isMobile } from '@deriv/shared'; +import { render, screen } from '@testing-library/react'; +import SelfExclusionWrapper from '../self-exclusion-wrapper'; +import SelfExclusionContext from '../self-exclusion-context'; + +jest.mock('@deriv/shared/src/utils/screen/responsive', () => ({ + ...jest.requireActual('@deriv/shared/src/utils/screen/responsive'), + isMobile: jest.fn(), +})); +jest.mock('../self-exclusion-article', () => () =>
SelfExclusionArticle
); + +describe('', () => { + let mock_context = {}; + + beforeEach(() => { + mock_context = { + is_app_settings: false, + is_wrapper_bypassed: false, + state: {}, + }; + }); + + it('should render SelfExclusionWrapper component without wrapper', () => { + mock_context.is_wrapper_bypassed = true; + + const { container } = render( + + + + ); + + expect(container.querySelector('.da-self-exclusion')).toBeInTheDocument(); + expect(container.querySelector('.da-self-exclusion__scrollbars')).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionWrapper mobile component without wrapper', () => { + mock_context.is_wrapper_bypassed = true; + isMobile.mockReturnValue(true); + + const { container } = render( + + + + ); + + expect(screen.getByText('SelfExclusionArticle')).toBeInTheDocument(); + expect(container.querySelector('.da-self-exclusion')).toBeInTheDocument(); + expect(container.querySelector('.da-self-exclusion__scrollbars')).not.toBeInTheDocument(); + }); + + it('should render SelfExclusionWrapper component with wrapper', () => { + isMobile.mockReturnValue(false); + const mock_child =
MockChild
; + + const { container } = render( + + {mock_child} + + ); + + expect(screen.getByText('MockChild')).toBeInTheDocument(); + expect(screen.getAllByText('SelfExclusionArticle').length).toBe(1); + expect(container.querySelector('.da-self-exclusion__wrapper')).toBeInTheDocument(); + expect(container.querySelector('.da-self-exclusion__scrollbars')).toBeInTheDocument(); + }); + + it('should render SelfExclusionWrapper mobile component with wrapper', () => { + isMobile.mockReturnValue(true); + const mock_child =
MockChild
; + + const { container } = render( + + {mock_child} + + ); + + expect(screen.getByText('MockChild')).toBeInTheDocument(); + expect(screen.getAllByText('SelfExclusionArticle').length).toBe(2); + expect(container.querySelector('.da-self-exclusion__wrapper')).toBeInTheDocument(); + expect(container.querySelector('.da-self-exclusion__scrollbars')).not.toBeInTheDocument(); + }); +}); diff --git a/packages/account/src/Components/self-exclusion/__tests__/self-exclusion.spec.js b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion.spec.js new file mode 100644 index 000000000000..0e7689cc67cb --- /dev/null +++ b/packages/account/src/Components/self-exclusion/__tests__/self-exclusion.spec.js @@ -0,0 +1,308 @@ +import React from 'react'; +import { act } from 'react-dom/test-utils'; +import { fireEvent, render, screen, waitFor } from '@testing-library/react'; +import SelfExclusion from '../self-exclusion'; + +const portal_root = document.createElement('div'); +document.body.appendChild(portal_root); + +jest.mock('Stores/connect.js', () => ({ + __esModule: true, + default: 'mockedDefaultExport', + connect: () => Component => Component, +})); + +jest.mock('@deriv/shared', () => ({ + ...jest.requireActual('@deriv/shared'), + useIsMounted: jest.fn().mockImplementation(() => () => true), +})); + +jest.mock('../self-exclusion-modal', () => () =>
SelfExclusionModal
); + +describe('', () => { + let mock_props = {}; + + beforeEach(() => { + mock_props = { + currency: 'Test currency', + footer_ref: portal_root, + is_app_settings: false, + is_appstore: false, + is_cr: false, + is_eu: false, + is_mf: false, + is_mlt: false, + is_mx: false, + is_switching: false, + is_tablet: false, + is_uk: false, + is_virtual: false, + is_wrapper_bypassed: false, + logout: jest.fn(), + overlay_ref: {}, + setIsOverlayShown: jest.fn(), + ws: { + authorized: { + getLimits: () => + Promise.resolve({ + get_limits: jest.fn(), + }), + getSelfExclusion: () => + Promise.resolve({ + error: { message: '' }, + }), + setSelfExclusion: () => + Promise.resolve({ + error: { message: '' }, + }), + }, + }, + }; + }); + + it('should render SelfExclusion component for virtual account', () => { + mock_props.is_virtual = true; + + render(); + + expect(screen.getByText('This feature is not available for demo accounts.')).toBeInTheDocument(); + }); + + it('should render SelfExclusion component with SelfExclusionModal', async () => { + await act(async () => { + render(); + }); + + expect(screen.getByText('SelfExclusionModal')).toBeInTheDocument(); + const currencies = screen.getAllByText(/Test currency/i); + expect(currencies[0]).toBeInTheDocument(); + expect(currencies.length).toBe(7); + const inputs = screen.getAllByRole('textbox'); + expect(inputs.length).toBe(11); + }); + + it('should render SelfExclusion component with error', async () => { + mock_props.ws.authorized.getSelfExclusion = () => + Promise.resolve({ + error: { message: 'Test getSelfExclusion response error' }, + }); + + await act(async () => { + render(); + }); + + expect(screen.queryByText('Test getSelfExclusion response error')).toBeInTheDocument(); + }); + + it('Should trigger session_duration_limit input and show error if the value is greater than 60480 or does not show if less than 60480', async () => { + mock_props.is_eu = true; + + render(); + + const inputs = await screen.findAllByRole('textbox'); + const session_duration_limit_input = inputs.find(input => input.name === 'session_duration_limit'); + + await act(async () => { + fireEvent.change(session_duration_limit_input, { target: { value: '60481' } }); + }); + + expect( + screen.getByText('Enter a value in minutes, up to 60480 minutes (equivalent to 6 weeks).') + ).toBeInTheDocument(); + + await act(async () => { + fireEvent.change(session_duration_limit_input, { target: { value: '60479' } }); + }); + + expect( + screen.queryByText('Enter a value in minutes, up to 60480 minutes (equivalent to 6 weeks).') + ).not.toBeInTheDocument(); + }); + + it('Should trigger exclude_until input and show error depends on input value', async () => { + Date.now = jest.fn(() => new Date('2022-02-03')); + + render(); + + const inputs = await screen.findAllByRole('textbox'); + const exclude_until_input = inputs.find(input => input.name === 'exclude_until'); + + await act(async () => { + fireEvent.change(exclude_until_input, { target: { value: '2021-04-13' } }); + }); + + expect(screen.getByText('Exclude time must be after today.')).toBeInTheDocument(); + + await act(async () => { + fireEvent.change(exclude_until_input, { target: { value: '2022-04-13' } }); + }); + expect(screen.getByText('Exclude time cannot be less than 6 months.')).toBeInTheDocument(); + + await act(async () => { + fireEvent.change(exclude_until_input, { target: { value: '2028-04-13' } }); + }); + expect(screen.getByText('Exclude time cannot be for more than five years.')).toBeInTheDocument(); + }); + + it('should trigger inputs with data, add new data, and show error wih invalid input data', async () => { + mock_props.ws.authorized.setSelfExclusion = () => + Promise.resolve({ + error: { message: 'Test setSelfExclusion response error' }, + }); + + await act(async () => { + render(); + }); + + expect(screen.getByText('Your stake and loss limits')).toBeInTheDocument(); + const next_btn_1 = screen.getByRole('button'); + expect(next_btn_1).toHaveTextContent('Next'); + + const inputs_1 = await screen.findAllByRole('textbox'); + expect(inputs_1.length).toBe(11); + const max_turnover_input = inputs_1.find(input => input.name === 'max_turnover'); + const max_open_bets_input = inputs_1.find(input => input.name === 'max_open_bets'); + + act(() => { + fireEvent.change(max_turnover_input, { target: { value: '1700' } }); + fireEvent.change(max_open_bets_input, { target: { value: '999' } }); + }); + + await waitFor(() => { + fireEvent.click(next_btn_1); + }); + + expect(screen.getByText('You have set the following limits:')).toBeInTheDocument(); + const accept_btn_1 = screen.getByRole('button'); + expect(accept_btn_1).toHaveTextContent('Accept'); + expect(next_btn_1).not.toBeInTheDocument(); + expect(screen.queryByText('Your stake and loss limits')).not.toBeInTheDocument(); + const back_btn_1 = screen.getByText('Back'); + expect(back_btn_1).toBeInTheDocument(); + + await waitFor(() => { + fireEvent.click(back_btn_1); + }); + + expect(screen.getByText('Your stake and loss limits')).toBeInTheDocument(); + expect(screen.queryByText('You have set the following limits:')).not.toBeInTheDocument(); + expect(accept_btn_1).not.toBeInTheDocument(); + const next_btn_2 = screen.getByRole('button'); + expect(next_btn_2).toHaveTextContent('Next'); + const inputs_2 = await screen.findAllByRole('textbox'); + expect(inputs_2.length).toBe(11); + const max_balance_input = inputs_1.find(input => input.name === 'max_balance'); + + act(() => { + fireEvent.change(max_balance_input, { target: { value: '10000' } }); + }); + + await waitFor(() => { + fireEvent.click(next_btn_2); + }); + + expect(screen.getByText('You have set the following limits:')).toBeInTheDocument(); + expect(screen.queryByText('Your stake and loss limits')).not.toBeInTheDocument(); + const accept_btn_2 = screen.getByRole('button'); + expect(accept_btn_2).toHaveTextContent('Accept'); + + await waitFor(() => { + fireEvent.click(accept_btn_2); + }); + + expect(screen.getByText('You have set the following limits:')).toBeInTheDocument(); + expect(screen.queryByText('Your stake and loss limits')).not.toBeInTheDocument(); + const back_btn_2 = screen.getByText('Back'); + expect(back_btn_2).toBeInTheDocument(); + const accept_btn_3 = screen.getByRole('button'); + expect(accept_btn_3).toHaveTextContent('Accept'); + expect(screen.getByText('Test setSelfExclusion response error')).toBeInTheDocument(); + }); + + it('should trigger inputs with correct data set timeout limit and logout', async () => { + mock_props.ws.authorized.setSelfExclusion = () => + Promise.resolve({ + error: false, + }); + + const logout = mock_props.logout; + + await act(async () => { + render(); + }); + + expect(screen.getByText('Your stake and loss limits')).toBeInTheDocument(); + const next_btn_1 = screen.getByRole('button'); + expect(next_btn_1).toHaveTextContent('Next'); + + const inputs = await screen.findAllByRole('textbox'); + expect(inputs.length).toBe(11); + + const exclude_until_input = inputs.find(input => input.name === 'exclude_until'); + const max_open_bets_input = inputs.find(input => input.name === 'max_open_bets'); + const max_losses_input = inputs.find(input => input.name === 'max_losses'); + const max_turnover_input = inputs.find(input => input.name === 'max_turnover'); + const max_7day_losses_input = inputs.find(input => input.name === 'max_7day_losses'); + const max_7day_turnover_input = inputs.find(input => input.name === 'max_7day_turnover'); + const max_30day_losses_input = inputs.find(input => input.name === 'max_30day_losses'); + const max_30day_turnover_input = inputs.find(input => input.name === 'max_30day_turnover'); + const session_duration_limit_input = inputs.find(input => input.name === 'session_duration_limit'); + + act(() => { + fireEvent.change(exclude_until_input, { target: { value: '2023-02-03' } }); + fireEvent.change(max_open_bets_input, { target: { value: '99' } }); + fireEvent.change(max_losses_input, { target: { value: '1000' } }); + fireEvent.change(max_turnover_input, { target: { value: '1700' } }); + fireEvent.change(max_7day_losses_input, { target: { value: '700' } }); + fireEvent.change(max_7day_turnover_input, { target: { value: '700' } }); + fireEvent.change(max_30day_losses_input, { target: { value: '3000' } }); + fireEvent.change(max_30day_turnover_input, { target: { value: '5000' } }); + fireEvent.change(session_duration_limit_input, { target: { value: '60399' } }); + }); + + await waitFor(() => { + fireEvent.click(next_btn_1); + }); + + expect(screen.getByText('You have set the following limits:')).toBeInTheDocument(); + expect(screen.queryByText('Your stake and loss limits')).not.toBeInTheDocument(); + expect(next_btn_1).not.toBeInTheDocument(); + const accept_btn_1 = screen.getByRole('button'); + expect(accept_btn_1).toHaveTextContent('Accept'); + + await waitFor(() => { + fireEvent.click(accept_btn_1); + }); + + expect(accept_btn_1).not.toBeInTheDocument(); + const review_btn = screen.getByText('No, review my limits'); + expect(review_btn).toBeInTheDocument(); + + expect(screen.getByText('Yes, log me out immediately')).toBeInTheDocument(); + + await waitFor(() => { + fireEvent.click(review_btn); + }); + + expect(screen.queryByText('Yes, log me out immediately')).not.toBeInTheDocument(); + expect(review_btn).not.toBeInTheDocument(); + expect(screen.getByText('You have set the following limits:')).toBeInTheDocument(); + + const accept_btn_2 = screen.getByRole('button'); + expect(accept_btn_2).toHaveTextContent('Accept'); + + await waitFor(() => { + fireEvent.click(accept_btn_2); + }); + + expect(screen.getByText('No, review my limits')).toBeInTheDocument(); + const logout_btn = screen.getByText('Yes, log me out immediately'); + expect(logout_btn).toBeInTheDocument(); + + await waitFor(() => { + fireEvent.click(logout_btn); + }); + + expect(logout).toHaveBeenCalledTimes(1); + }); +}); diff --git a/packages/account/src/Components/sent-email-modal/sent-email-modal.jsx b/packages/account/src/Components/sent-email-modal/sent-email-modal.jsx index fa2260855882..205161ad10f4 100644 --- a/packages/account/src/Components/sent-email-modal/sent-email-modal.jsx +++ b/packages/account/src/Components/sent-email-modal/sent-email-modal.jsx @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { localize, Localize } from '@deriv/translations'; -import { Div100vhContainer, Icon, MobileDialog, Modal, SendEmailTemplate, Text } from '@deriv/components'; +import { Div100vhContainer, Icon, MobileDialog, Modal, SendEmailTemplate, Text, Popover } from '@deriv/components'; import { CFD_PLATFORMS, isMobile, isDesktop } from '@deriv/shared'; const getNoEmailContentStrings = () => { @@ -18,6 +18,11 @@ const getNoEmailContentStrings = () => { 'You accidentally gave us another email address (Usually a work or a personal one instead of the one you meant).' ), }, + { + key: 'wrong_typo', + icon: 'IcEmailTypo', + content: localize('The email address you entered had a mistake or typo (happens to the best of us).'), + }, { key: 'email_firewall', icon: 'IcEmailFirewall', @@ -28,7 +33,14 @@ const getNoEmailContentStrings = () => { ]; }; -const SentEmailModal = ({ identifier_title, is_open, onClose, onClickSendEmail }) => { +const SentEmailModal = ({ + identifier_title, + is_open, + onClose, + onClickSendEmail, + has_live_chat = false, + is_modal_when_mobile = false, +}) => { const getSubtitle = () => { let subtitle = ''; switch (identifier_title) { @@ -50,6 +62,9 @@ const SentEmailModal = ({ identifier_title, is_open, onClose, onClickSendEmail } { identifier_title } ); break; + case 'Change_Email': + subtitle = localize('Check your email and click the link in the email to proceed.'); + break; default: subtitle = localize('Please click on the link in the email to reset your password.'); break; @@ -57,6 +72,28 @@ const SentEmailModal = ({ identifier_title, is_open, onClose, onClickSendEmail } return subtitle; }; + const onLiveChatClick = () => { + onClose(); + window.LiveChatWidget?.call('maximize'); + }; + + const live_chat = has_live_chat ? ( + + + , + ]} + /> + ) : null; + const sent_email_template = ( {getNoEmailContentStrings().map(item => (
@@ -78,7 +117,7 @@ const SentEmailModal = ({ identifier_title, is_open, onClose, onClickSendEmail } ); - if (isMobile()) { + if (isMobile() && !is_modal_when_mobile) { return ( import(/* webpackChunkName: "404" */ 'Modules/Page404')); // Order matters -const initRoutesConfig = ({ is_appstore }) => [ +const initRoutesConfig = ({ is_appstore }, is_social_signup) => [ { path: routes.account_deactivated, component: AccountDeactivated, @@ -77,7 +77,7 @@ const initRoutesConfig = ({ is_appstore }) => [ { path: routes.passwords, component: Passwords, - getTitle: () => localize('Passwords'), + getTitle: () => (is_social_signup ? localize('Passwords') : localize('Email and passwords')), }, { path: routes.self_exclusion, @@ -141,11 +141,9 @@ let routesConfig; // For default page route if page/path is not found, must be kept at the end of routes_config array const route_default = { component: Page404, getTitle: () => localize('Error 404') }; -const getRoutesConfig = ({ is_appstore }) => { - if (!routesConfig) { - routesConfig = initRoutesConfig({ is_appstore }); - routesConfig.push(route_default); - } +const getRoutesConfig = ({ is_appstore }, is_social_signup) => { + routesConfig = initRoutesConfig({ is_appstore }, is_social_signup); + routesConfig.push(route_default); return routesConfig; }; diff --git a/packages/account/src/Containers/account.jsx b/packages/account/src/Containers/account.jsx index d39f4af46c5e..e1b4171956f5 100644 --- a/packages/account/src/Containers/account.jsx +++ b/packages/account/src/Containers/account.jsx @@ -2,14 +2,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import { withRouter } from 'react-router-dom'; import { VerticalTab, FadeWrapper, PageOverlay, Loading, Text } from '@deriv/components'; -import { - routes as shared_routes, - isMobile, - matchRoute, - getSelectedRoute, - platforms, - PlatformContext, -} from '@deriv/shared'; +import { routes as shared_routes, isMobile, matchRoute, getSelectedRoute, PlatformContext } from '@deriv/shared'; import { localize } from '@deriv/translations'; import { connect } from 'Stores/connect'; import { flatten } from '../Helpers/flatten'; @@ -35,21 +28,17 @@ const AccountLogout = ({ logout, history }) => { }; const PageOverlayWrapper = ({ + is_from_derivgo, is_appstore, list_groups, logout, onClickClose, - platform, selected_route, subroutes, }) => { if (isMobile() && selected_route) { return ( - + ); @@ -75,11 +64,7 @@ const PageOverlayWrapper = ({ } return ( - +
({ currency: client.currency, is_logged_in: client.is_logged_in, is_logging_in: client.is_logging_in, + is_from_derivgo: common.is_from_derivgo, is_virtual: client.is_virtual, is_visible: ui.is_account_settings_visible, logout: client.logout, diff --git a/packages/account/src/Sections/Profile/PersonalDetails/personal-details.jsx b/packages/account/src/Sections/Profile/PersonalDetails/personal-details.jsx index 0bdce9a3d4db..3f028409b862 100644 --- a/packages/account/src/Sections/Profile/PersonalDetails/personal-details.jsx +++ b/packages/account/src/Sections/Profile/PersonalDetails/personal-details.jsx @@ -112,6 +112,7 @@ export const PersonalDetailsForm = ({ account_settings, getChangeableFields, history, + is_social_signup, }) => { const [is_loading, setIsLoading] = React.useState(true); @@ -153,7 +154,7 @@ export const PersonalDetailsForm = ({ getSettings(); } initializeFormValues(); - }, [account_settings, is_eu, is_mf]); + }, [account_settings, is_eu, is_mf, is_social_signup]); React.useEffect(() => { let timeout_id; @@ -802,20 +803,22 @@ export const PersonalDetailsForm = ({ onChange={handleChange} /> -
- -
+ {is_social_signup && ( +
+ +
+ )} {!is_virtual && ( @@ -1222,6 +1225,7 @@ PersonalDetailsForm.propTypes = { getChangeableFields: PropTypes.func, current_landing_company: PropTypes.object, history: PropTypes.object, + is_social_signup: PropTypes.bool, }; export default connect(({ client, notifications }) => ({ @@ -1238,5 +1242,6 @@ export default connect(({ client, notifications }) => ({ states_list: client.states_list, fetchResidenceList: client.fetchResidenceList, fetchStatesList: client.fetchStatesList, + is_social_signup: client.is_social_signup, refreshNotifications: notifications.refreshNotifications, }))(withRouter(PersonalDetailsForm)); diff --git a/packages/account/src/Sections/Security/AccountLimits/account-limits.jsx b/packages/account/src/Sections/Security/AccountLimits/account-limits.jsx index 3173e32e279f..f62e6119338b 100644 --- a/packages/account/src/Sections/Security/AccountLimits/account-limits.jsx +++ b/packages/account/src/Sections/Security/AccountLimits/account-limits.jsx @@ -1,11 +1,12 @@ import AccountLimits from 'Components/account-limits/account-limits.jsx'; import { connect } from 'Stores/connect'; -export default connect(({ client, ui }) => ({ +export default connect(({ client, common, ui }) => ({ account_limits: client.account_limits, currency: client.currency, getLimits: client.getLimits, is_fully_authenticated: client.is_fully_authenticated, + is_from_derivgo: common.is_from_derivgo, is_virtual: client.is_virtual, is_switching: client.is_switching, should_show_article: true, diff --git a/packages/account/src/Sections/Security/Passwords/deriv-email.jsx b/packages/account/src/Sections/Security/Passwords/deriv-email.jsx new file mode 100644 index 000000000000..def9c2a5cc8d --- /dev/null +++ b/packages/account/src/Sections/Security/Passwords/deriv-email.jsx @@ -0,0 +1,76 @@ +import React from 'react'; +import PropTypes from 'prop-types'; +import { Formik } from 'formik'; +import { WS } from '@deriv/shared'; +import { Localize, localize } from '@deriv/translations'; +import { Button, Text, Input } from '@deriv/components'; +import FormSubHeader from 'Components/form-sub-header'; +import SentEmailModal from 'Components/sent-email-modal'; + +const DerivEmail = ({ email }) => { + const [is_send_email_modal_open, setIsSendEmailModalOpen] = React.useState(false); + + const onClickChangeEmail = () => { + // Todo: will add the condition to check if it's social account and wants to be unlinked + WS.verifyEmail(email, 'request_email'); + setIsSendEmailModalOpen(true); + }; + + const onClickResendEmail = () => { + WS.verifyEmail(email, 'request_email'); + }; + + return ( + + +
+ + + + + +
+ +
+ +
+
+
+ setIsSendEmailModalOpen(false)} + identifier_title={'Change_Email'} + onClickSendEmail={onClickResendEmail} + has_live_chat={true} + is_modal_when_mobile={true} + /> +
+
+ ); +}; + +DerivEmail.propTypes = { + email: PropTypes.string, +}; + +export default DerivEmail; diff --git a/packages/account/src/Sections/Security/Passwords/deriv-password.jsx b/packages/account/src/Sections/Security/Passwords/deriv-password.jsx index 04acb9f1279d..e3b5b1311849 100644 --- a/packages/account/src/Sections/Security/Passwords/deriv-password.jsx +++ b/packages/account/src/Sections/Security/Passwords/deriv-password.jsx @@ -28,7 +28,10 @@ const DerivPassword = ({ email, is_dark_mode_on, is_social_signup, social_identi
- + ]} + /> @@ -132,6 +135,7 @@ const DerivPassword = ({ email, is_dark_mode_on, is_social_signup, social_identi onClose={() => setIsSentEmailModalOpen(false)} identifier_title={capitalized_identifier} onClickSendEmail={onClickSendEmail} + is_modal_when_mobile={true} />
diff --git a/packages/account/src/Sections/Security/Passwords/passwords.jsx b/packages/account/src/Sections/Security/Passwords/passwords.jsx index 884832224baf..3b7eafa7ec2b 100644 --- a/packages/account/src/Sections/Security/Passwords/passwords.jsx +++ b/packages/account/src/Sections/Security/Passwords/passwords.jsx @@ -3,6 +3,7 @@ import PropTypes from 'prop-types'; import { Loading } from '@deriv/components'; import { connect } from 'Stores/connect'; import DerivPassword from './deriv-password.jsx'; +import DerivEmail from './deriv-email.jsx'; import PasswordsPlatform from './passwords-platform.jsx'; const Passwords = ({ @@ -31,6 +32,8 @@ const Passwords = ({ return (
+ {/* Todo: remove the condition after unlinking the email with social account is fully functional */} + {!is_social_signup && } { const input_target = input.connection.targetBlock(); const value = input_target.getFieldValue('NUM'); - if (value.startsWith('0')) { + if (value?.startsWith('0')) { const new_value = value.includes('.') ? parseFloat(`${value}`) : parseInt(`${value}`); input_target.setFieldValue(new_value.toString(), 'NUM'); } diff --git a/packages/bot-skeleton/src/scratch/blocks/Math/math_on_list.js b/packages/bot-skeleton/src/scratch/blocks/Math/math_on_list.js index e883b1475ed8..83ce9ca9bf4c 100755 --- a/packages/bot-skeleton/src/scratch/blocks/Math/math_on_list.js +++ b/packages/bot-skeleton/src/scratch/blocks/Math/math_on_list.js @@ -49,9 +49,21 @@ Blockly.Blocks.math_on_list = { }; }, getRequiredValueInputs() { + const type_list = [ + 'variables_get', + 'lists_getSublist', + 'ohlc_values', + 'lists_split', + 'ohlc', + 'ticks', + 'lists_repeat', + 'lastDigitList', + 'ohlc_values_in_list', + 'procedures_callreturn', + ]; return { - LIST: input => { - return input !== 'list'; + LIST: () => { + return !type_list.includes(this.childBlocks_[0]?.type); }, }; }, @@ -75,11 +87,8 @@ Blockly.JavaScript.math_on_list = block => { } else if (operation === 'AVERAGE') { const functionName = Blockly.JavaScript.provideFunction_('mathMean', [ `function ${Blockly.JavaScript.FUNCTION_NAME_PLACEHOLDER_}(myList) { - if (!myList || !myList.length) { - return null; - } - - return myList.reduce(function(x, y) { + var final_list = []; + return recursiveList(myList, final_list).reduce(function(x, y) { return x + y; }) / myList.length; }`, @@ -89,21 +98,60 @@ Blockly.JavaScript.math_on_list = block => { code = `${functionName}((${list} || [0]))`; } else if (operation === 'MEDIAN') { const functionName = Blockly.JavaScript.provideFunction_('mathMedian', [ - `function ${Blockly.JavaScript.FUNCTION_NAME_PLACEHOLDER_}(myList) { - var localList = myList.filter(function(x) { - return typeof x == 'number'; - }); - if (!localList.length) { - return null; + ` + Array.prototype.swap = function (x,y) { + var b = this[x]; + this[x] = this[y]; + this[y] = b; + return this; + } + + function partition(arr, start, end){ + var pivotValue = arr[end]; + var pivotIndex = start; + for (var i = start; i < end; i++) { + if (arr[i] < pivotValue) { + arr.swap(pivotIndex, i); + pivotIndex++; + } } - localList.sort(function(a, b) { - return b - a; - }); - if (localList.length % 2 == 0) { - return (localList[localList.length / 2 - 1] + localList[localList.length / 2]) / 2; - } else { - return localList[(localList.length - 1) / 2]; + arr.swap(end, pivotIndex); + return pivotIndex; + }; + + function quickSort(arr) { + var stack = []; + stack.push(0); + stack.push(arr.length - 1); + + while(stack[stack.length - 1] >= 0){ + end = stack.pop(); + start = stack.pop(); + pivotIndex = partition(arr, start, end); + if (pivotIndex - 1 > start){ + stack.push(start); + stack.push(pivotIndex - 1); + } + if (pivotIndex + 1 < end){ + stack.push(pivotIndex + 1); + stack.push(end); + } } + + } + + function calculateMedian(final_list){ + quickSort(final_list); + + if (final_list.length % 2 == 0) { + return (final_list[final_list.length / 2 - 1] + final_list[final_list.length / 2]) / 2; + } + return final_list[(final_list.length - 1) / 2]; + } + + function ${Blockly.JavaScript.FUNCTION_NAME_PLACEHOLDER_}(myList) { + var final_list = []; + return calculateMedian(recursiveList(myList, final_list)); }`, ]); diff --git a/packages/bot-skeleton/src/scratch/blocks/Text/text_charAt.js b/packages/bot-skeleton/src/scratch/blocks/Text/text_charAt.js index 7c4f7da07098..255ef31deed6 100755 --- a/packages/bot-skeleton/src/scratch/blocks/Text/text_charAt.js +++ b/packages/bot-skeleton/src/scratch/blocks/Text/text_charAt.js @@ -111,6 +111,5 @@ Blockly.JavaScript.text_charAt = block => { ]); code = `${functionName}(${text})`; } - return [code, Blockly.JavaScript.ORDER_FUNCTION_CALL]; }; diff --git a/packages/bot-skeleton/src/scratch/dbot.js b/packages/bot-skeleton/src/scratch/dbot.js index 450ce0be4259..cbe225ed00f8 100644 --- a/packages/bot-skeleton/src/scratch/dbot.js +++ b/packages/bot-skeleton/src/scratch/dbot.js @@ -127,7 +127,6 @@ class DBot { runBot() { try { const code = this.generateCode(); - if (this.interpreter !== null) { this.interpreter = null; } @@ -160,6 +159,21 @@ class DBot { var BinaryBotPrivateLastTickTime; var BinaryBotPrivateTickAnalysisList = []; var BinaryBotPrivateHasCalledTradeOptions = false; + + + function recursiveList(list, final_list){ + for(var i=0; i < list.length; i++){ + if(typeof(list[i]) === 'object'){ + recursiveList(list[i], final_list); + } + if(typeof(list[i]) == 'number'){ + final_list.push(list[i]); + + } + } + return final_list; + } + function BinaryBotPrivateRun(f, arg) { if (f) return f(arg); return false; diff --git a/packages/bot-skeleton/src/services/api/contracts-for.js b/packages/bot-skeleton/src/services/api/contracts-for.js index b5a03ea7babb..876f7d48ebd7 100644 --- a/packages/bot-skeleton/src/services/api/contracts-for.js +++ b/packages/bot-skeleton/src/services/api/contracts-for.js @@ -13,7 +13,7 @@ export default class ContractsFor { // e.g. if market omitted, rule will apply to all markets. this.disabled_options = [ { - submarket: 'smart_fx', + submarket: 'forex_basket', trade_type: 'higherlower', }, { diff --git a/packages/bot-skeleton/src/services/tradeEngine/trade/Ticks.js b/packages/bot-skeleton/src/services/tradeEngine/trade/Ticks.js index 9eda14d33f7e..4c73ac0bfffc 100644 --- a/packages/bot-skeleton/src/services/tradeEngine/trade/Ticks.js +++ b/packages/bot-skeleton/src/services/tradeEngine/trade/Ticks.js @@ -75,9 +75,13 @@ export default Engine => } getLastDigitList() { - return new Promise(resolve => - this.getTicks().then(ticks => resolve(ticks.map(tick => getLastDigit(tick)))) - ); + return new Promise(resolve => this.getTicks().then(ticks => resolve(this.getLastDigitsFromList(ticks)))); + } + getLastDigitsFromList(ticks) { + const digits = ticks.map(tick => { + return getLastDigit(tick.toFixed(this.getPipSize())); + }); + return digits; } checkDirection(dir) { diff --git a/packages/bot-skeleton/src/services/tradeEngine/utils/helpers.js b/packages/bot-skeleton/src/services/tradeEngine/utils/helpers.js index fa0596090503..ecb02e769017 100644 --- a/packages/bot-skeleton/src/services/tradeEngine/utils/helpers.js +++ b/packages/bot-skeleton/src/services/tradeEngine/utils/helpers.js @@ -59,7 +59,12 @@ export const getLastDigit = tick => { if (typeof number_string === 'number') { number_string = String(number_string); } - return number_string[number_string.length - 1]; + return Number(number_string[number_string.length - 1]); +}; + +export const getLastDigitForList = (tick, pip_size = 0) => { + const value = Number(tick).toFixed(pip_size); + return value[value.length - 1]; }; const getBackoffDelayInMs = (error, delay_index) => { diff --git a/packages/bot-web-ui/package.json b/packages/bot-web-ui/package.json index 5cf669cd58e2..7394ab0996e6 100644 --- a/packages/bot-web-ui/package.json +++ b/packages/bot-web-ui/package.json @@ -1,86 +1,86 @@ { - "version": "1.0.0", - "name": "@deriv/bot-web-ui", - "description": "Visual automation for Deriv.com", - "main": "dist/bot/js/bot-web-ui.main.js", - "private": true, - "jest": { - "setupFilesAfterEnv": [ - "/.jest" - ], - "testPathIgnorePatterns": [ - "/node_modules/", - "tools.js", - "Misc.js" - ] - }, - "engines": { - "node": "^14.17.1" - }, - "scripts": { - "start": "npm run test && npm run serve", - "serve": "echo \"Serving...\" && webpack --progress --watch", - "build": "f () { npm run build:skeleton && webpack --progress --env base=$1 ;}; f", - "build:skeleton": "lerna exec --scope @deriv/bot-skeleton -- npm run build", - "build:travis": "echo \"No build:travis specified\"", - "test": "npm run test:mocha", - "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", - "test:mocha": "echo \"No test:mocha specified\"", - "deploy": "echo \"No deploy specified\"", - "deploy:clean": "echo \"No deploy:clean specified\"", - "deploy:folder": "echo \"No deploy:folder specified\"", - "deploy:staging": "echo \"No deploy:staging specified\"", - "deploy:production": "echo \"No deploy:production specified\"" - }, - "author": "Binary.com", - "license": "MIT", - "devDependencies": { - "babel-eslint": "^10.1.0", - "babel-loader": "^8.1.0", - "chai": "^4.2.0", - "clean-webpack-plugin": "^3.0.0", - "concurrently": "^5.3.0", - "copy-webpack-plugin": "^9.0.1", - "css-hot-loader": "^1.4.4", - "css-loader": "^5.0.1", - "eslint-config-airbnb-base": "^14.2.1", - "eslint-config-binary": "^1.0.2", - "eslint-config-prettier": "^7.2.0", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.22.0", - "eslint-plugin-react-hooks": "^4.2.0", - "lint-staged": "^10.4.0", - "loader-utils": "^1.1.0", - "mini-css-extract-plugin": "^1.3.4", - "node-sass": "^4.12.0", - "raw-loader": "^4.0.0", - "sass-loader": "^10.1.1", - "sass-resources-loader": "^2.1.1", - "stylelint-webpack-plugin": "^2.1.1", - "svg-sprite-loader": "^5.2.1", - "webpack": "^5.46.0", - "webpack-cli": "^4.7.2" - }, - "dependencies": { - "@deriv/bot-skeleton": "^1.0.0", - "@deriv/components": "^1.0.0", - "@deriv/deriv-charts": "^0.5.1", - "@deriv/shared": "^1.0.0", - "@deriv/translations": "^1.0.0", - "classnames": "^2.2.6", - "crc-32": "^1.2.0", - "formik": "^2.1.4", - "gh-pages": "^2.1.1", - "immutable": "^3.8.2", - "lz-string": "^1.4.4", - "mobx": "^5.15.7", - "mobx-react": "6.3.1", - "pako": "^1.0.11", - "prop-types": "^15.7.2", - "react": "^16.14.0", - "react-content-loader": "^4.3.2", - "react-dom": "^16.14.0", - "react-transition-group": "^4.3.0" - } + "version": "1.0.0", + "name": "@deriv/bot-web-ui", + "description": "Visual automation for Deriv.com", + "main": "dist/bot/js/bot-web-ui.main.js", + "private": true, + "jest": { + "setupFilesAfterEnv": [ + "/.jest" + ], + "testPathIgnorePatterns": [ + "/node_modules/", + "tools.js", + "Misc.js" + ] + }, + "engines": { + "node": "^14.17.1" + }, + "scripts": { + "start": "npm run test && npm run serve", + "serve": "echo \"Serving...\" && webpack --progress --watch", + "build": "f () { npm run build:skeleton && webpack --progress --env base=$1 ;}; f", + "build:skeleton": "lerna exec --scope @deriv/bot-skeleton -- npm run build", + "build:travis": "echo \"No build:travis specified\"", + "test": "npm run test:mocha", + "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", + "test:mocha": "echo \"No test:mocha specified\"", + "deploy": "echo \"No deploy specified\"", + "deploy:clean": "echo \"No deploy:clean specified\"", + "deploy:folder": "echo \"No deploy:folder specified\"", + "deploy:staging": "echo \"No deploy:staging specified\"", + "deploy:production": "echo \"No deploy:production specified\"" + }, + "author": "Binary.com", + "license": "MIT", + "devDependencies": { + "babel-eslint": "^10.1.0", + "babel-loader": "^8.1.0", + "chai": "^4.2.0", + "clean-webpack-plugin": "^3.0.0", + "concurrently": "^5.3.0", + "copy-webpack-plugin": "^9.0.1", + "css-hot-loader": "^1.4.4", + "css-loader": "^5.0.1", + "eslint-config-airbnb-base": "^14.2.1", + "eslint-config-binary": "^1.0.2", + "eslint-config-prettier": "^7.2.0", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-prettier": "^3.3.1", + "eslint-plugin-react": "^7.22.0", + "eslint-plugin-react-hooks": "^4.2.0", + "lint-staged": "^10.4.0", + "loader-utils": "^1.1.0", + "mini-css-extract-plugin": "^1.3.4", + "node-sass": "^4.12.0", + "raw-loader": "^4.0.0", + "sass-loader": "^10.1.1", + "sass-resources-loader": "^2.1.1", + "stylelint-webpack-plugin": "^2.1.1", + "svg-sprite-loader": "^5.2.1", + "webpack": "^5.46.0", + "webpack-cli": "^4.7.2" + }, + "dependencies": { + "@deriv/bot-skeleton": "^1.0.0", + "@deriv/components": "^1.0.0", + "@deriv/deriv-charts": "^0.5.1", + "@deriv/shared": "^1.0.0", + "@deriv/translations": "^1.0.0", + "classnames": "^2.2.6", + "crc-32": "^1.2.0", + "formik": "^2.1.4", + "gh-pages": "^2.1.1", + "immutable": "^3.8.2", + "lz-string": "^1.4.4", + "mobx": "6.5.0", + "mobx-react": "7.3.0", + "pako": "^1.0.11", + "prop-types": "^15.7.2", + "react": "^16.14.0", + "react-content-loader": "^4.3.2", + "react-dom": "^16.14.0", + "react-transition-group": "^4.3.0" + } } diff --git a/packages/bot-web-ui/src/components/flyout/flyout.scss b/packages/bot-web-ui/src/components/flyout/flyout.scss index 4c5c5e2f31f0..98ee9d3a46f1 100644 --- a/packages/bot-web-ui/src/components/flyout/flyout.scss +++ b/packages/bot-web-ui/src/components/flyout/flyout.scss @@ -35,7 +35,7 @@ } &__content { overflow: auto; - height: calc(100% - 56px); + height: calc(100% - 64px); .dc-themed-scrollbars { padding: 5px 25px; diff --git a/packages/bot-web-ui/src/components/journal/journal.scss b/packages/bot-web-ui/src/components/journal/journal.scss index 8a30cd36c3cd..623fc96af3a4 100644 --- a/packages/bot-web-ui/src/components/journal/journal.scss +++ b/packages/bot-web-ui/src/components/journal/journal.scss @@ -83,6 +83,15 @@ &--error { color: var(--status-danger); } + &--warn { + color: var(--status-warning); + } + &--info { + color: var(--status-info); + } + &--success { + color: var(--status-success); + } &--bold { font-weight: bold; } diff --git a/packages/bot-web-ui/src/stores/journal-store.js b/packages/bot-web-ui/src/stores/journal-store.js index bfd7228f03b2..208f88f46a34 100644 --- a/packages/bot-web-ui/src/stores/journal-store.js +++ b/packages/bot-web-ui/src/stores/journal-store.js @@ -131,7 +131,7 @@ export default class JournalStore { } welcomeBackUser() { - this.pushMessage(log_types.WELCOME_BACK, message_types.SUCCESS, 'journal__text--info'); + this.pushMessage(log_types.WELCOME_BACK, message_types.SUCCESS, 'journal__text'); } registerReactions() { diff --git a/packages/bot-web-ui/src/xml/dalembert.xml b/packages/bot-web-ui/src/xml/dalembert.xml index 8cfdf759a154..0982fa9d5b2c 100644 --- a/packages/bot-web-ui/src/xml/dalembert.xml +++ b/packages/bot-web-ui/src/xml/dalembert.xml @@ -18,8 +18,8 @@ - forex - smart_fx + basket_index + forex_basket WLDAUD diff --git a/packages/bot-web-ui/src/xml/martingale.xml b/packages/bot-web-ui/src/xml/martingale.xml index fc6667ff116c..74fd6f0f8a42 100644 --- a/packages/bot-web-ui/src/xml/martingale.xml +++ b/packages/bot-web-ui/src/xml/martingale.xml @@ -18,8 +18,8 @@ - forex - smart_fx + basket_index + forex_basket WLDAUD diff --git a/packages/bot-web-ui/src/xml/oscars_grind.xml b/packages/bot-web-ui/src/xml/oscars_grind.xml index ba7051bb73f1..ad610f773639 100644 --- a/packages/bot-web-ui/src/xml/oscars_grind.xml +++ b/packages/bot-web-ui/src/xml/oscars_grind.xml @@ -19,8 +19,8 @@ - forex - smart_fx + basket_index + forex_basket WLDAUD diff --git a/packages/cashier/babel.config.json b/packages/cashier/babel.config.json index a62413ec1593..c531ee41c357 100644 --- a/packages/cashier/babel.config.json +++ b/packages/cashier/babel.config.json @@ -4,6 +4,7 @@ ["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties", { "loose": true }], ["@babel/plugin-proposal-private-methods", { "loose": true }], + ["@babel/plugin-proposal-private-property-in-object", { "loose": true }], "@babel/plugin-proposal-export-default-from", "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-export-namespace-from", diff --git a/packages/cashier/package.json b/packages/cashier/package.json index 26f51d147fc4..4aa18f366498 100644 --- a/packages/cashier/package.json +++ b/packages/cashier/package.json @@ -1,92 +1,92 @@ { - "name": "@deriv/cashier", - "version": "1.0.0", - "description": "Deriv Cashier", - "keywords": [ - "deriv-app", - "deriv.com" - ], - "main": "dist/cashier/js/cashier.js", - "directories": { - "lib": "lib", - "test": "__tests__" - }, - "engines": { - "node": "^14.17.1" - }, - "files": [ - "lib" - ], - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/binary-com/deriv-app.git" - }, - "scripts": { - "test": "echo \"No test specified\"", - "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", - "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", - "build:travis": "rimraf dist && webpack --config \"./build/webpack.config.js\" --mode=production", - "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f" - }, - "bugs": { - "url": "https://github.com/binary-com/deriv-app/issues" - }, - "dependencies": { - "@deriv/components": "^1.0.0", - "@deriv/deriv-api": "^1.0.8", - "@deriv/p2p": "^0.7.3", - "@deriv/shared": "^1.0.0", - "@deriv/translations": "^1.0.0", - "classnames": "^2.2.6", - "formik": "^2.1.4", - "loadjs": "^4.2.0", - "mobx": "^5.15.7", - "mobx-react": "6.3.1", - "moment": "^2.24.0", - "prop-types": "^15.7.2", - "qrcode.react": "^1.0.0", - "react": "^16.14.0", - "react-content-loader": "^4.3.2", - "react-dom": "^16.14.0", - "react-loadable": "^5.5.0", - "react-pose": "^4.0.10", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0" - }, - "devDependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "babel-loader": "^8.1.0", - "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^9.0.1", - "css-loader": "^5.0.1", - "file-loader": "^6.2.0", - "mini-css-extract-plugin": "^1.3.4", - "node-sass": "^4.12.0", - "css-minimizer-webpack-plugin": "^3.0.1", - "postcss-loader": "^6.1.1", - "postcss-preset-env": "^6.7.0", - "postcss-scss": "^4.0.0", - "react-svg-loader": "^3.0.3", - "resolve-url-loader": "^3.1.2", - "sass-loader": "^10.1.1", - "sass-resources-loader": "^2.1.1", - "@testing-library/react": "^12.0.0", - "webpack": "^5.46.0", - "webpack-cli": "^4.7.2", - "webpack-manifest-plugin": "^4.0.2", - "webpack-node-externals": "^2.5.2" - } + "name": "@deriv/cashier", + "version": "1.0.0", + "description": "Deriv Cashier", + "keywords": [ + "deriv-app", + "deriv.com" + ], + "main": "dist/cashier/js/cashier.js", + "directories": { + "lib": "lib", + "test": "__tests__" + }, + "engines": { + "node": "^14.17.1" + }, + "files": [ + "lib" + ], + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/binary-com/deriv-app.git" + }, + "scripts": { + "test": "echo \"No test specified\"", + "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", + "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", + "build:travis": "rimraf dist && webpack --config \"./build/webpack.config.js\" --mode=production", + "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f" + }, + "bugs": { + "url": "https://github.com/binary-com/deriv-app/issues" + }, + "dependencies": { + "@deriv/components": "^1.0.0", + "@deriv/deriv-api": "^1.0.8", + "@deriv/p2p": "^0.7.3", + "@deriv/shared": "^1.0.0", + "@deriv/translations": "^1.0.0", + "classnames": "^2.2.6", + "formik": "^2.1.4", + "loadjs": "^4.2.0", + "mobx": "6.5.0", + "mobx-react": "7.3.0", + "moment": "^2.24.0", + "prop-types": "^15.7.2", + "qrcode.react": "^1.0.0", + "react": "^16.14.0", + "react-content-loader": "^4.3.2", + "react-dom": "^16.14.0", + "react-loadable": "^5.5.0", + "react-pose": "^4.0.10", + "react-router": "^5.2.0", + "react-router-dom": "^5.2.0" + }, + "devDependencies": { + "@babel/core": "^7.12.10", + "@babel/plugin-proposal-class-properties": "^7.12.1", + "@babel/plugin-proposal-decorators": "^7.12.12", + "@babel/plugin-proposal-export-default-from": "^7.12.1", + "@babel/plugin-proposal-export-namespace-from": "^7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", + "@babel/plugin-proposal-optional-chaining": "^7.12.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/preset-env": "^7.12.11", + "@babel/preset-react": "^7.12.10", + "babel-loader": "^8.1.0", + "clean-webpack-plugin": "^3.0.0", + "copy-webpack-plugin": "^9.0.1", + "css-loader": "^5.0.1", + "file-loader": "^6.2.0", + "mini-css-extract-plugin": "^1.3.4", + "node-sass": "^4.12.0", + "css-minimizer-webpack-plugin": "^3.0.1", + "postcss-loader": "^6.2.1", + "postcss-preset-env": "^7.4.3", + "postcss-scss": "^4.0.3", + "react-svg-loader": "^3.0.3", + "resolve-url-loader": "^3.1.2", + "sass-loader": "^10.1.1", + "sass-resources-loader": "^2.1.1", + "@testing-library/react": "^12.0.0", + "webpack": "^5.46.0", + "webpack-cli": "^4.7.2", + "webpack-manifest-plugin": "^4.0.2", + "webpack-node-externals": "^2.5.2" + } } diff --git a/packages/cashier/src/App.jsx b/packages/cashier/src/App.jsx index 89c0f8edca4a..9c7b39bba47d 100644 --- a/packages/cashier/src/App.jsx +++ b/packages/cashier/src/App.jsx @@ -4,24 +4,17 @@ import { init } from '_common/server_time'; import Routes from 'Containers/routes.jsx'; import { MobxContentProvider } from 'Stores/connect'; -class App extends React.Component { - constructor(props) { - super(props); - const { - passthrough: { WS, root_store }, - } = props; +const App = ({ passthrough: { WS, root_store } }) => { + React.useEffect(() => { setWebsocket(WS); - this.root_store = root_store; init(); - } + }, []); - render() { - return ( - - - - ); - } -} + return ( + + + + ); +}; export default App; diff --git a/packages/cashier/src/Components/CashierDefault/cashier-default.jsx b/packages/cashier/src/Components/CashierDefault/cashier-default.jsx index 4b4f076bcf04..a308e37c844b 100644 --- a/packages/cashier/src/Components/CashierDefault/cashier-default.jsx +++ b/packages/cashier/src/Components/CashierDefault/cashier-default.jsx @@ -17,6 +17,7 @@ const CashierDefault = ({ is_dark_mode_on, is_landing_company_loaded, is_mobile, + is_from_derivgo, is_payment_agent_visible_in_onboarding, is_switching, onMountCashierDefault, @@ -154,7 +155,7 @@ const CashierDefault = ({
- {is_mobile && ( + {is_mobile && !is_from_derivgo && (
window.open(getStaticUrl('/payment-methods'))} @@ -192,6 +193,7 @@ CashierDefault.propTypes = { is_dark_mode_on: PropTypes.bool, is_landing_company_loaded: PropTypes.bool, is_mobile: PropTypes.bool, + is_from_derivgo: PropTypes.bool, is_payment_agent_visible_in_onboarding: PropTypes.bool, is_switching: PropTypes.bool, onMountCashierDefault: PropTypes.func, @@ -208,7 +210,7 @@ CashierDefault.propTypes = { toggleSetCurrencyModal: PropTypes.func, }; -export default connect(({ client, modules, ui }) => ({ +export default connect(({ client, common, modules, ui }) => ({ accounts_list: modules.cashier.account_transfer.accounts_list, available_crypto_currencies: client.available_crypto_currencies, currency: client.currency, @@ -216,6 +218,7 @@ export default connect(({ client, modules, ui }) => ({ is_dark_mode_on: ui.is_dark_mode_on, is_landing_company_loaded: client.is_landing_company_loaded, is_mobile: ui.is_mobile, + is_from_derivgo: common.is_from_derivgo, is_payment_agent_visible_in_onboarding: modules.cashier.payment_agent.is_payment_agent_visible_in_onboarding, is_switching: client.is_switching, onMountCashierDefault: modules.cashier.general_store.onMountCashierDefault, diff --git a/packages/cashier/src/Components/Error/cashier-locked.jsx b/packages/cashier/src/Components/Error/cashier-locked.jsx index b5955bd4e431..ac96c02c1860 100644 --- a/packages/cashier/src/Components/Error/cashier-locked.jsx +++ b/packages/cashier/src/Components/Error/cashier-locked.jsx @@ -21,6 +21,7 @@ const CashierLocked = ({ const self_exclusion = cashier_validation?.includes('SelfExclusion'); const no_withdrawal_or_trading_status = cashier_validation?.includes('no_withdrawal_or_trading_status'); const only_pa_withdrawals_allowed_status = cashier_validation?.includes('only_pa_withdrawals_allowed_status'); + const withdraw_service_unavailable_for_pa = cashier_validation?.includes('WithdrawServiceUnavailableForPA'); const withdrawal_locked_status = cashier_validation?.includes('withdrawal_locked_status'); const documents_expired = cashier_validation?.includes('documents_expired'); const cashier_locked_status = cashier_validation?.includes('cashier_locked_status'); @@ -197,6 +198,10 @@ const CashierLocked = ({ icon = 'IcCashierDepositLock'; title = localize('Deposits are locked'); message = localize('Please contact us via live chat.'); + } else if (is_withdrawal_lock && withdraw_service_unavailable_for_pa) { + icon = 'IcCashierWithdrawalLock'; + title = localize('Withdrawals are locked'); + message = localize('This feature is not available for payment agents.'); } else if (is_withdrawal_lock && no_withdrawal_or_trading_status) { icon = 'IcCashierWithdrawalLock'; title = localize('Withdrawals are locked'); diff --git a/packages/cashier/src/Components/Error/payment-agent-withdrawal-locked.jsx b/packages/cashier/src/Components/Error/payment-agent-withdrawal-locked.jsx new file mode 100644 index 000000000000..51da82d83dea --- /dev/null +++ b/packages/cashier/src/Components/Error/payment-agent-withdrawal-locked.jsx @@ -0,0 +1,86 @@ +import React from 'react'; +import PropTypes from 'prop-types'; +import { Button, StaticUrl, Text } from '@deriv/components'; +import { localize, Localize } from '@deriv/translations'; +import { routes } from '@deriv/shared'; +import { withRouter } from 'react-router-dom'; +import Error from './error.jsx'; +import 'Sass/payment-agent-withdrawal-locked.scss'; + +const PaymentAgentWithdrawalLockedItem = ({ item }) => { + return ( +
+ {item.title && ( + + {item.title} + + )} + + {item.content} + + +
+ ); +}; + +const PaymentAgentWithdrawalLocked = ({ error, history }) => { + const items = [ + ...(error.code === 'PaymentAgentWithdrawSameMethod' + ? [ + { + btn_confirm_text: localize('OK'), + content: localize( + 'To withdraw your funds, please choose the same payment method you used to make your deposits.' + ), + onConfirm: () => history.push(routes.cashier_withdrawal), + }, + ] + : []), + ...(error.code === 'PaymentAgentUseOtherMethod' + ? [ + { + btn_confirm_text: localize('OK'), + content: ( + ]} + /> + ), + onConfirm: () => history.push(routes.cashier_withdrawal), + title: localize('Please use an e-wallet to withdraw your funds.'), + }, + ] + : []), + ]; + + if (error.onClickButton || error.code === 'PaymentAgentJustification') { + return ; + } + + return ( + + {items.map((item, index) => { + return ; + })} + + ); +}; + +PaymentAgentWithdrawalLocked.propTypes = { + error: PropTypes.object, + history: PropTypes.object, +}; + +PaymentAgentWithdrawalLockedItem.propTypes = { + item: PropTypes.object, +}; + +export default withRouter(PaymentAgentWithdrawalLocked); diff --git a/packages/cashier/src/Components/Receipt/account-transfer-receipt.jsx b/packages/cashier/src/Components/Receipt/account-transfer-receipt.jsx index 3c4fceed3d40..c965eb90ef67 100644 --- a/packages/cashier/src/Components/Receipt/account-transfer-receipt.jsx +++ b/packages/cashier/src/Components/Receipt/account-transfer-receipt.jsx @@ -11,6 +11,7 @@ const AccountTransferReceipt = ({ disableApp, enableApp, history, + is_from_derivgo, loginid, receipt, resetAccountTransfer, @@ -106,14 +107,16 @@ const AccountTransferReceipt = ({
-
)}
- +
+ +); + +const CloseUKAccountModal = ({ + is_logged_in, + is_loading, + is_close_uk_account_modal_visible, + removeNotificationMessageByKey, + showCloseUKAccountPopup, +}) => { + const [is_visible, setIsVisible] = React.useState(false); + + React.useEffect(() => { + setIsVisible(is_logged_in && is_close_uk_account_modal_visible); + }, [is_logged_in, is_close_uk_account_modal_visible]); + + return ( +
+ + + +
+ ); +}; + +CloseUKAccountModal.propTypes = { + is_loading: PropTypes.bool, + is_logged_in: PropTypes.bool, + is_close_uk_account_modal_visible: PropTypes.bool, +}; + +export default connect(({ client, notifications, ui }) => ({ + is_close_uk_account_modal_visible: ui.is_close_uk_account_modal_visible, + is_loading: ui.is_loading, + is_logged_in: client.is_logged_in, + removeNotificationMessageByKey: notifications.removeNotificationMessageByKey, + showCloseUKAccountPopup: ui.showCloseUKAccountPopup, +}))(CloseUKAccountModal); diff --git a/packages/core/src/App/Containers/CloseUKAccountModal/close-uk-account-modal.scss b/packages/core/src/App/Containers/CloseUKAccountModal/close-uk-account-modal.scss new file mode 100644 index 000000000000..cf34155b8e49 --- /dev/null +++ b/packages/core/src/App/Containers/CloseUKAccountModal/close-uk-account-modal.scss @@ -0,0 +1,75 @@ +.close-uk-account { + &-header { + width: 100%; + height: 6.5rem; + padding: 2.4rem; + + @include mobile { + height: 2rem; + padding: 0 1.2rem; + position: sticky; + .dc-text { + margin: 1.6rem 0 !important; + } + } + } + &__content { + padding: 2rem 4.8rem; + @include mobile { + padding: 0.8rem 1.2rem; + } + } + + .dc-dialog__wrapper, + &__wrapper { + z-index: 1001; + .dc-dialog__dialog, + &__dialog { + max-height: unset; + max-width: unset; + width: 58.8rem; + height: 42rem; + left: 42.6rem; + top: 16.2rem; + margin-top: 0; + padding: 0; + .dc-dialog__content { + max-width: unset; + height: 100%; + margin-bottom: 5rem; + overflow-y: auto; + padding: 0; + } + .close-uk-account.dc-dialog__footer { + position: absolute; + right: 0; + bottom: 0; + left: 0; + border-bottom-right-radius: 0.8rem; + border-bottom-left-radius: 0.8rem; + padding: 1.6rem 2.4rem; + background-color: var(--general-main-1); + .dc-btn--primary { + margin-left: 0.5rem; + } + } + .dc-text { + margin: 0.3rem 0; + text-align: left; + } + @include mobile { + margin: 2rem; + width: 32.8rem; + height: 40rem; + box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.08); + border-radius: 8px; + } + } + } +} + +body.theme--dark { + .close-uk-account { + color: var(--general-main-1); + } +} diff --git a/packages/core/src/App/Containers/CloseUKAccountModal/index.js b/packages/core/src/App/Containers/CloseUKAccountModal/index.js new file mode 100644 index 000000000000..589850eb13ed --- /dev/null +++ b/packages/core/src/App/Containers/CloseUKAccountModal/index.js @@ -0,0 +1 @@ +export default from './close-uk-account-modal.jsx'; diff --git a/packages/core/src/App/Containers/Layout/header/dashboard-header.jsx b/packages/core/src/App/Containers/Layout/header/dashboard-header.jsx index e35d819f658e..1ca4e4d0421a 100644 --- a/packages/core/src/App/Containers/Layout/header/dashboard-header.jsx +++ b/packages/core/src/App/Containers/Layout/header/dashboard-header.jsx @@ -15,7 +15,7 @@ import DerivText from 'Assets/SvgComponents/header/deriv-text.svg'; import ToggleMenuDrawer from 'App/Components/Layout/Header/toggle-menu-drawer.jsx'; import HeaderItemsLoader from '../../../Components/Layout/Header/Components/Preloader/header-items.jsx'; -const LoggedInHeader = ({ is_dark_mode }) => { +const LoggedInHeader = ({ is_dark_mode, is_social_signup }) => { const history = useHistory(); const getDesktopHeaderLogo = () => (!is_dark_mode ? : ); @@ -39,7 +39,13 @@ const LoggedInHeader = ({ is_dark_mode }) => {
- + )}
@@ -47,7 +53,7 @@ const LoggedInHeader = ({ is_dark_mode }) => { ); }; -const LoggedOutHeader = () => { +const LoggedOutHeader = ({ is_social_signup }) => { const history = useHistory(); const { is_appstore } = React.useContext(PlatformContext); @@ -94,7 +100,12 @@ const LoggedOutHeader = () => { {isMobile() && (
- + )}
@@ -108,26 +119,28 @@ const HeaderPreloader = () => (
); -const DashboardHeader = ({ is_dark_mode, is_logged_in, is_logging_in }) => { +const DashboardHeader = ({ is_dark_mode, is_logged_in, is_logging_in, is_social_signup }) => { if (is_logging_in) { return ; } if (is_logged_in) { - return ; + return ; } - return ; + return ; }; DashboardHeader.propTypes = { is_dark_mode: PropTypes.bool, is_logged_in: PropTypes.bool, is_logging_in: PropTypes.bool, + is_social_signup: PropTypes.bool, }; export default connect(({ client, ui }) => ({ is_dark_mode: ui.is_dark_mode_on, is_logged_in: client.is_logged_in, is_logging_in: client.is_logging_in, + is_social_signup: client.is_social_signup, }))(DashboardHeader); diff --git a/packages/core/src/App/Containers/Layout/header/dashboard-platform-header.jsx b/packages/core/src/App/Containers/Layout/header/dashboard-platform-header.jsx index 4106dc111b2e..7ad052e16b38 100644 --- a/packages/core/src/App/Containers/Layout/header/dashboard-platform-header.jsx +++ b/packages/core/src/App/Containers/Layout/header/dashboard-platform-header.jsx @@ -121,6 +121,7 @@ const DashboardPlatformHeader = ({ should_allow_authentication, toggleNotifications, toggleSettingsModal, + is_social_signup, }) => { const toggle_menu_drawer_ref = React.useRef(null); const filterPlatformsForClients = payload => @@ -161,6 +162,7 @@ const DashboardPlatformHeader = ({ toggleDrawer={toggle_menu_drawer_ref.current?.toggleDrawer} /> } + is_social_signup={is_social_signup} /> {header_extension && is_logged_in &&
{header_extension}
} @@ -224,6 +226,7 @@ DashboardPlatformHeader.propTypes = { setDarkMode: PropTypes.func, should_allow_authentication: PropTypes.bool, toggleNotifications: PropTypes.func, + is_social_signup: PropTypes.bool, }; export default connect(({ client, common, modules, notifications, ui }) => ({ @@ -249,4 +252,5 @@ export default connect(({ client, common, modules, notifications, ui }) => ({ setDarkMode: ui.setDarkMode, should_allow_authentication: client.should_allow_authentication, toggleNotifications: notifications.toggleNotificationsModal, + is_social_signup: client.is_social_signup, }))(withRouter(DashboardPlatformHeader)); diff --git a/packages/core/src/App/Containers/Layout/header/default-header.jsx b/packages/core/src/App/Containers/Layout/header/default-header.jsx index 61b7dcdc2953..078f3e0af84e 100644 --- a/packages/core/src/App/Containers/Layout/header/default-header.jsx +++ b/packages/core/src/App/Containers/Layout/header/default-header.jsx @@ -59,6 +59,7 @@ const DefaultHeader = ({ toggleAccountsDialog, toggleNotifications, changeCurrentLanguage, + is_social_signup, }) => { const toggle_menu_drawer_ref = React.useRef(null); const addUpdateNotification = () => addNotificationMessage(client_notifications.new_version_available); @@ -133,6 +134,7 @@ const DefaultHeader = ({ toggleDrawer={toggle_menu_drawer_ref.current?.toggleDrawer} /> } + is_social_signup={is_social_signup} /> {header_extension && is_logged_in && (
{header_extension}
@@ -229,6 +231,7 @@ DefaultHeader.propTypes = { setDarkMode: PropTypes.func, toggleAccountsDialog: PropTypes.func, toggleNotifications: PropTypes.func, + is_social_signup: PropTypes.bool, }; export default connect(({ client, common, ui, menu, modules, notifications }) => ({ @@ -275,4 +278,5 @@ export default connect(({ client, common, ui, menu, modules, notifications }) => setDarkMode: ui.setDarkMode, toggleAccountsDialog: ui.toggleAccountsDialog, toggleNotifications: notifications.toggleNotificationsModal, + is_social_signup: client.is_social_signup, }))(withRouter(DefaultHeader)); diff --git a/packages/core/src/App/Containers/Modals/app-modals.jsx b/packages/core/src/App/Containers/Modals/app-modals.jsx index 7eb0e508c497..f70dd4978beb 100644 --- a/packages/core/src/App/Containers/Modals/app-modals.jsx +++ b/packages/core/src/App/Containers/Modals/app-modals.jsx @@ -24,12 +24,20 @@ const RealityCheckModal = React.lazy(() => ); const WelcomeModal = React.lazy(() => import(/* webpackChunkName: "welcome-modal" */ '../WelcomeModal')); +const ResetEmailModal = React.lazy(() => import(/* webpackChunkName: "reset-email-modal" */ '../ResetEmailModal')); + +const UpdateEmailModal = React.lazy(() => import(/* webpackChunkName: "update-email-modal" */ '../UpdateEmailModal')); + +const CloseUKAccountModal = React.lazy(() => + import(/* webpackChunkName: "close-mx-mlt-account-modal" */ '../CloseUKAccountModal') +); const AppModals = ({ is_account_needed_modal_on, is_welcome_modal_visible, is_reality_check_visible, is_set_residence_modal_visible, is_close_mx_mlt_account_modal_visible, + is_close_uk_account_modal_visible, is_eu, is_logged_in, }) => { @@ -47,6 +55,12 @@ const AppModals = ({ case 'signup': ComponentToLoad = ; break; + case 'request_email': + ComponentToLoad = ; + break; + case 'system_email_change': + ComponentToLoad = ; + break; default: if (is_set_residence_modal_visible) { ComponentToLoad = ; @@ -56,6 +70,9 @@ const AppModals = ({ if (is_close_mx_mlt_account_modal_visible) { ComponentToLoad = ; } + if (is_close_uk_account_modal_visible) { + ComponentToLoad = ; + } if (is_welcome_modal_visible) { ComponentToLoad = ; @@ -81,6 +98,7 @@ export default connect(({ client, ui }) => ({ is_welcome_modal_visible: ui.is_welcome_modal_visible, is_account_needed_modal_on: ui.is_account_needed_modal_on, is_close_mx_mlt_account_modal_visible: ui.is_close_mx_mlt_account_modal_visible, + is_close_uk_account_modal_visible: ui.is_close_uk_account_modal_visible, is_set_residence_modal_visible: ui.is_set_residence_modal_visible, is_real_acc_signup_on: ui.is_real_acc_signup_on, is_eu: client.is_eu, diff --git a/packages/core/src/App/Containers/Redirect/redirect.jsx b/packages/core/src/App/Containers/Redirect/redirect.jsx index c41643e096bc..e65fa0bdca3a 100644 --- a/packages/core/src/App/Containers/Redirect/redirect.jsx +++ b/packages/core/src/App/Containers/Redirect/redirect.jsx @@ -15,6 +15,9 @@ const Redirect = ({ setResetTradingPasswordModalOpen, toggleAccountSignupModal, toggleResetPasswordModal, + setNewEmail, + toggleResetEmailModal, + toggleUpdateEmailModal, }) => { const url_query_string = window.location.search; const url_params = new URLSearchParams(url_query_string); @@ -23,6 +26,8 @@ const Redirect = ({ setVerificationCode(url_params.get('code'), url_params.get('action')); + setNewEmail(url_params.get('email'), url_params.get('action')); + switch (url_params.get('action')) { case 'signup': { if (is_appstore) { @@ -41,6 +46,14 @@ const Redirect = ({ toggleResetPasswordModal(true); break; } + case 'request_email': { + toggleResetEmailModal(true); + break; + } + case 'system_email_change': { + toggleUpdateEmailModal(true); + break; + } case 'trading_platform_mt5_password_reset': case 'trading_platform_dxtrade_password_reset': { const redirect_to = url_params.get('redirect_to'); @@ -151,6 +164,9 @@ Redirect.propTypes = { setVerificationCode: PropTypes.func, toggleAccountSignupModal: PropTypes.func, toggleResetPasswordModal: PropTypes.func, + setNewEmail: PropTypes.func, + toggleResetEmailModal: PropTypes.func, + toggleUpdateEmailModal: PropTypes.func, }; export default withRouter( @@ -163,5 +179,8 @@ export default withRouter( setResetTradingPasswordModalOpen: ui.setResetTradingPasswordModalOpen, toggleAccountSignupModal: ui.toggleAccountSignupModal, toggleResetPasswordModal: ui.toggleResetPasswordModal, + setNewEmail: client.setNewEmail, + toggleResetEmailModal: ui.toggleResetEmailModal, + toggleUpdateEmailModal: ui.toggleUpdateEmailModal, }))(Redirect) ); diff --git a/packages/core/src/App/Containers/ResetEmailModal/index.js b/packages/core/src/App/Containers/ResetEmailModal/index.js new file mode 100644 index 000000000000..1adddfa90a19 --- /dev/null +++ b/packages/core/src/App/Containers/ResetEmailModal/index.js @@ -0,0 +1 @@ +export default from './reset-email-modal.jsx'; diff --git a/packages/core/src/App/Containers/ResetEmailModal/reset-email-modal.jsx b/packages/core/src/App/Containers/ResetEmailModal/reset-email-modal.jsx new file mode 100644 index 000000000000..0f2e067d2ff6 --- /dev/null +++ b/packages/core/src/App/Containers/ResetEmailModal/reset-email-modal.jsx @@ -0,0 +1,194 @@ +import React from 'react'; +import PropTypes from 'prop-types'; +import classNames from 'classnames'; +import { Formik, Form } from 'formik'; +import { Button, Dialog, Text, Input } from '@deriv/components'; +import { validEmail, getErrorMessages } from '@deriv/shared'; +import { Localize, localize } from '@deriv/translations'; +import { connect } from 'Stores/connect'; +import { SentEmailModal } from '@deriv/account'; +import { WS } from 'Services'; + +const ResetEmailModal = ({ + disableApp, + enableApp, + is_loading, + is_visible, + verification_code, + toggleResetEmailModal, +}) => { + const [is_send_email_modal_open, setIsSendEmailModalOpen] = React.useState(false); + const [email_request, setEmailRequest] = React.useState(null); + + const onResetComplete = (error_msg, actions) => { + actions.setSubmitting(false); + // Error would be returned on invalid token (and the like) cases. + if (error_msg) { + actions.resetForm({ email: '' }); + actions.setStatus({ error_msg }); + return; + } + + actions.setStatus({ reset_complete: true }); + setIsSendEmailModalOpen(true); + toggleResetEmailModal(false); + }; + + const handleSubmit = (values, actions) => { + const api_request = { + change_email: 'verify', + new_email: values.email, + verification_code, + }; + + setEmailRequest(api_request); + + WS.changeEmail(api_request).then(async response => { + if (response.error) { + onResetComplete(response.error.message, actions); + } else { + onResetComplete(null, actions); + } + }); + }; + + const resendEmail = () => { + WS.changeEmail(email_request); + }; + + const validateReset = values => { + const errors = {}; + + if (!values.email) { + errors.email = localize('The email input should not be empty.'); + } else if (!validEmail(values.email)) { + errors.email = getErrorMessages().email(); + } + + return errors; + }; + + const reset_initial_values = { email: '' }; + + if (is_send_email_modal_open) { + return ( + setIsSendEmailModalOpen(false)} + identifier_title={'Change_Email'} + onClickSendEmail={resendEmail} + has_live_chat={true} + is_modal_when_mobile={true} + /> + ); + } + + return ( + + {({ errors, values, touched, isSubmitting, handleChange, setFieldTouched, status }) => ( + toggleResetEmailModal(false)} + is_closed_on_cancel={false} + > +
+
+ + {status.reset_complete ? ( +
+ + + + + + +
+ ) : ( +
+ + + + + + +
+ { + setFieldTouched('email', true); + handleChange(e); + }} + /> +
+ + {status.error_msg && ( + + )} + + +
+ )} +
+ +
+
+ )} +
+ ); +}; + +ResetEmailModal.propTypes = { + disableApp: PropTypes.func, + enableApp: PropTypes.func, + is_loading: PropTypes.bool, + is_visible: PropTypes.bool, + logoutClient: PropTypes.func, + verification_code: PropTypes.string, +}; + +export default connect(({ ui, client }) => ({ + disableApp: ui.disableApp, + enableApp: ui.enableApp, + is_loading: ui.is_loading, + is_visible: ui.is_reset_email_modal_visible, + logoutClient: client.logout, + toggleResetEmailModal: ui.toggleResetEmailModal, + verification_code: client.verification_code.request_email, +}))(ResetEmailModal); diff --git a/packages/core/src/App/Containers/UpdateEmailModal/index.js b/packages/core/src/App/Containers/UpdateEmailModal/index.js new file mode 100644 index 000000000000..7f07c868c92d --- /dev/null +++ b/packages/core/src/App/Containers/UpdateEmailModal/index.js @@ -0,0 +1 @@ +export default from './update-email-modal.jsx'; diff --git a/packages/core/src/App/Containers/UpdateEmailModal/update-email-modal.jsx b/packages/core/src/App/Containers/UpdateEmailModal/update-email-modal.jsx new file mode 100644 index 000000000000..29a55b2d44b4 --- /dev/null +++ b/packages/core/src/App/Containers/UpdateEmailModal/update-email-modal.jsx @@ -0,0 +1,110 @@ +import React from 'react'; +import PropTypes from 'prop-types'; +import { connect } from 'Stores/connect'; +import { Button, Modal, Text, Icon, Loading } from '@deriv/components'; +import { localize, Localize, getLanguage } from '@deriv/translations'; +import { redirectToLogin } from '@deriv/shared'; +import { WS } from 'Services'; + +const UpdateEmailModal = ({ + is_visible, + toggleUpdateEmailModal, + logoutClient, + new_email, + verification_code, + is_logged_in, +}) => { + const [is_email_updated, setIsEmailUpdated] = React.useState(false); + const [update_email_error, setUpdateEmailMessage] = React.useState(null); + + const onClickButton = () => { + toggleUpdateEmailModal(false); + if (is_logged_in) { + logoutClient().then(() => { + redirectToLogin(false, getLanguage(), false); + }); + } else { + redirectToLogin(false, getLanguage(), false); + } + }; + + const api_request = { + change_email: 'update', + new_email, + verification_code, + }; + + const sendUpdateEmail = () => { + WS.changeEmail(api_request).then(response => { + setIsEmailUpdated(true); + if (response.error) { + setUpdateEmailMessage(response.error.message); + logoutClient(); + } + }); + }; + + React.useEffect(() => { + if (is_logged_in) { + WS.wait('authorize').then(() => { + sendUpdateEmail(); + }); + return; + } + sendUpdateEmail(); + }, []); + + return ( + + {is_email_updated ? ( +
+ {!update_email_error && ( + + )} + + + + + Now, log in with your new email address.' + : update_email_error + } + components={[
]} + /> +
+ +
+ ) : ( + + )} +
+ ); +}; + +UpdateEmailModal.prototypes = { + toggleUpdateEmailModal: PropTypes.func, + is_visible: PropTypes.bool, + logoutClient: PropTypes.func, + new_email: PropTypes.string, + verification_code: PropTypes.string, + is_logged_in: PropTypes.bool, +}; + +export default connect(({ ui, client }) => ({ + logoutClient: client.logout, + is_visible: ui.is_update_email_modal_visible, + toggleUpdateEmailModal: ui.toggleUpdateEmailModal, + new_email: client.new_email.system_email_change, + verification_code: client.verification_code.system_email_change, + is_logged_in: client.is_logged_in, +}))(UpdateEmailModal); diff --git a/packages/core/src/App/Containers/app-notification-messages.jsx b/packages/core/src/App/Containers/app-notification-messages.jsx index 4fc24933e438..1ce6a8ed61de 100644 --- a/packages/core/src/App/Containers/app-notification-messages.jsx +++ b/packages/core/src/App/Containers/app-notification-messages.jsx @@ -106,6 +106,7 @@ const AppNotificationMessages = ({ 'deriv_go', 'close_mx_mlt_account', 'trustpilot', + 'close_uk_account', ].includes(message.key) : true; return is_not_marked_notification && is_non_hidden_notification; diff --git a/packages/core/src/Constants/contract.js b/packages/core/src/Constants/contract.js index 08e36edc9e0a..7fcc8beeea9c 100644 --- a/packages/core/src/Constants/contract.js +++ b/packages/core/src/Constants/contract.js @@ -60,11 +60,11 @@ export const getMarketNamesMap = () => ({ RDBEAR: localize('Bear Market Index'), RDBULL: localize('Bull Market Index'), STPRNG: localize('Step Index'), - WLDAUD: localize('AUD Index'), - WLDEUR: localize('EUR Index'), - WLDGBP: localize('GBP Index'), - WLDXAU: localize('Gold Index'), - WLDUSD: localize('USD Index'), + WLDAUD: localize('AUD Basket'), + WLDEUR: localize('EUR Basket'), + WLDGBP: localize('GBP Basket'), + WLDXAU: localize('Gold Basket'), + WLDUSD: localize('USD Basket'), '1HZ10V': localize('Volatility 10 (1s) Index'), '1HZ100V': localize('Volatility 100 (1s) Index'), '1HZ200V': localize('Volatility 200 (1s) Index'), diff --git a/packages/core/src/Services/socket-general.js b/packages/core/src/Services/socket-general.js index d40730cbee04..9dd2d58d3238 100644 --- a/packages/core/src/Services/socket-general.js +++ b/packages/core/src/Services/socket-general.js @@ -1,6 +1,6 @@ import moment from 'moment'; import { flow } from 'mobx'; -import { State, getActivePlatform, getPropertyValue, routes } from '@deriv/shared'; +import { State, getActivePlatform, getPropertyValue, routes, getActionFromUrl } from '@deriv/shared'; import { localize } from '@deriv/translations'; import ServerTime from '_common/base/server_time'; import BinarySocket from '_common/base/socket_base'; @@ -190,6 +190,7 @@ const BinarySocketGeneral = (() => { 'p2p_advertiser_info', 'portfolio', 'proposal_open_contract', + 'change_email', ].includes(msg_type) ) { return; @@ -205,6 +206,10 @@ const BinarySocketGeneral = (() => { client_store.logout().then(() => { let redirect_to = routes.trade; + const action = getActionFromUrl(); + if (action === 'system_email_change') { + return; + } if (active_platform === 'DMT5') { redirect_to = routes.mt5; } diff --git a/packages/core/src/Stores/client-store.js b/packages/core/src/Stores/client-store.js index ad4ce726f754..cb5105667b8c 100644 --- a/packages/core/src/Stores/client-store.js +++ b/packages/core/src/Stores/client-store.js @@ -104,7 +104,15 @@ export default class ClientStore extends BaseStore { payment_agent_withdraw: '', trading_platform_mt5_password_reset: '', trading_platform_dxtrade_password_reset: '', + request_email: '', + system_email_change: '', }; + + @observable new_email = { + system_email_change: '', + }; + + @observable account_limits = {}; @observable account_limits = {}; @observable self_exclusion = {}; @@ -958,27 +966,46 @@ export default class ClientStore extends BaseStore { @action.bound async accountRealReaction(response) { return new Promise(resolve => { + let client_accounts; + const has_client_accounts = !!LocalStore.get(storage_key); + runInAction(() => { this.is_populating_account_list = true; }); - const client_accounts = JSON.parse(LocalStore.get(storage_key)); + + if (this.is_logged_in && !has_client_accounts) { + localStorage.setItem(storage_key, JSON.stringify(this.accounts)); + LocalStore.set(storage_key, JSON.stringify(this.accounts)); + } + + try { + client_accounts = JSON.parse(LocalStore.get(storage_key)); + } catch (error) { + // eslint-disable-next-line no-console + console.error('JSON parse failed, invalid value (client.accounts): ', error); + } + const { oauth_token, client_id } = response.new_account_real ?? response.new_account_maltainvest; - BinarySocket.authorize(oauth_token).then(authorize_response => { - const new_data = {}; - new_data.token = oauth_token; - new_data.residence = authorize_response.authorize.country; - new_data.currency = authorize_response.authorize.currency; - new_data.is_virtual = authorize_response.authorize.is_virtual; - new_data.landing_company_name = authorize_response.authorize.landing_company_fullname; - new_data.landing_company_shortcode = authorize_response.authorize.landing_company_name; - - runInAction(() => (client_accounts[client_id] = new_data)); - this.setLoginInformation(client_accounts, client_id); - WS.authorized.storage.getSettings().then(get_settings_response => { - this.setAccountSettings(get_settings_response.get_settings); - resolve(); + BinarySocket.authorize(oauth_token) + .then(authorize_response => { + const new_data = {}; + new_data.token = oauth_token; + new_data.residence = authorize_response.authorize.country; + new_data.currency = authorize_response.authorize.currency; + new_data.is_virtual = authorize_response.authorize.is_virtual; + new_data.landing_company_name = authorize_response.authorize.landing_company_fullname; + new_data.landing_company_shortcode = authorize_response.authorize.landing_company_name; + runInAction(() => (client_accounts[client_id] = new_data)); + this.setLoginInformation(client_accounts, client_id); + WS.authorized.storage.getSettings().then(get_settings_response => { + this.setAccountSettings(get_settings_response.get_settings); + resolve(); + }); + }) + .catch(error => { + // eslint-disable-next-line no-console + console.error('Something went wrong while registering a real account: ', error); }); - }); }); } @@ -1819,6 +1846,16 @@ export default class ClientStore extends BaseStore { } } + @action.bound + setNewEmail(email, action) { + this.new_email[action] = email; + if (email) { + LocalStore.set(`new_email.${action}`, email); + } else { + LocalStore.remove(`new_email.${action}`); + } + } + @action.bound setDeviceData() { setDeviceDataCookie('signup_device', isDesktopOs() ? 'desktop' : 'mobile'); diff --git a/packages/core/src/Stores/common-store.js b/packages/core/src/Stores/common-store.js index ac75c5d8ed5a..cc0baa6263af 100644 --- a/packages/core/src/Stores/common-store.js +++ b/packages/core/src/Stores/common-store.js @@ -1,6 +1,6 @@ -import { getAppId, getUrlBinaryBot, getUrlSmartTrader, isMobile, routes, toMoment } from '@deriv/shared'; +import { getAppId, getUrlBinaryBot, getUrlSmartTrader, isMobile, platforms, routes, toMoment } from '@deriv/shared'; import { getAllowedLanguages } from '@deriv/translations'; -import { action, observable } from 'mobx'; +import { action, computed, observable } from 'mobx'; import { currentLanguage } from 'Utils/Language/index'; import ServerTime from '_common/base/server_time'; import BinarySocket from '_common/base/socket_base'; @@ -71,6 +71,11 @@ export default class CommonStore extends BaseStore { } } + @computed + get is_from_derivgo() { + return platforms[this.platform]?.platform_name === platforms.derivgo.platform_name; + } + @action.bound setInitialRouteHistoryItem(location) { if (window.location.href.indexOf('?ext_platform_url=') !== -1) { diff --git a/packages/core/src/Stores/notification-store.js b/packages/core/src/Stores/notification-store.js index 06264899cc3c..31f373b2e0d1 100644 --- a/packages/core/src/Stores/notification-store.js +++ b/packages/core/src/Stores/notification-store.js @@ -173,11 +173,12 @@ export default class NotificationStore extends BaseStore { accounts, has_iom_account, has_malta_account, + isAccountOfType, is_eu, is_identity_verification_needed, is_logged_in, is_tnc_needed, - isAccountOfType, + is_uk, landing_company_shortcode, loginid, obj_total_balance, @@ -204,8 +205,15 @@ export default class NotificationStore extends BaseStore { const hidden_close_account_notification = parseInt(localStorage.getItem('hide_close_mx_mlt_account_notification')) === 1; - const { cashier_locked, withdrawal_locked, deposit_locked, mt5_withdrawal_locked, document_needs_action } = - getStatusValidations(status || []); + const { + cashier_locked, + deposit_locked, + document_needs_action, + mt5_withdrawal_locked, + personal_details_locked, + poi_name_mismatch, + withdrawal_locked, + } = getStatusValidations(status || []); if (obj_total_balance.amount_real > 0) { this.addNotificationMessage(this.client_notifications.two_f_a); @@ -213,6 +221,10 @@ export default class NotificationStore extends BaseStore { if (loginid !== LocalStore.get('active_loginid')) return; + if (is_uk && malta_account) { + this.addNotificationMessage(this.client_notifications.close_uk_account); + } + if ( (has_iom_account || has_malta_account) && (!malta_account || !virtual_account) && @@ -245,14 +257,23 @@ export default class NotificationStore extends BaseStore { ASK_UK_FUNDS_PROTECTION, } = cashier_validation ? getCashierValidations(cashier_validation) : {}; - this.addVerificationNotifications(identity, document); const needs_poa = is_10k_withdrawal_limit_reached && (needs_verification.includes('document') || document?.status !== 'verified'); const needs_poi = is_10k_withdrawal_limit_reached && identity?.status !== 'verified'; + const onfido_submissions_left = identity?.services.onfido.submissions_left; + + this.addVerificationNotifications(identity, document); if (needs_poa) this.addNotificationMessage(this.client_notifications.needs_poa); if (needs_poi) this.addNotificationMessage(this.client_notifications.needs_poi); + if (poi_name_mismatch && identity?.services.onfido.last_rejected) { + if (!personal_details_locked && onfido_submissions_left > 0) { + this.addNotificationMessage(this.client_notifications.poi_name_mismatch); + } else { + this.addNotificationMessage(this.client_notifications.onfido_failed); + } + } if (system_maintenance) { this.setClientNotifications(client); this.addNotificationMessage( @@ -359,6 +380,7 @@ export default class NotificationStore extends BaseStore { refreshNotifications() { this.removeNotifications(true); this.removeAllNotificationMessages(); + this.setClientNotifications(); this.handleClientNotifications(); } @@ -441,10 +463,12 @@ export default class NotificationStore extends BaseStore { } @action.bound - setClientNotifications(client = {}) { + setClientNotifications(client_data = {}) { + const { ui, client } = this.root_store; const mx_mlt_custom_header = this.custom_notifications.mx_mlt_notification.header(); const mx_mlt_custom_content = this.custom_notifications.mx_mlt_notification.main(); - const { ui } = this.root_store; + const client_name = + client.account_status.authentication.identity?.services?.onfido?.reported_properties?.first_name; const notifications = { ask_financial_risk_approval: { @@ -527,6 +551,23 @@ export default class NotificationStore extends BaseStore { img_alt: 'close mx mlt account', type: 'close_mx_mlt', }, + close_uk_account: { + key: 'close_uk_account', + header: localize('Your account is scheduled to be closed'), + message: localize('Please withdraw all your funds.'), + action: { + text: localize('Learn more'), + onClick: () => { + ui.showCloseUKAccountPopup(true); + this.removeNotificationByKey({ key: this.client_notifications.close_uk_account.key }); + this.removeNotificationMessage({ + key: this.client_notifications.close_uk_account.key, + should_show_again: false, + }); + }, + }, + type: 'danger', + }, currency: { key: 'currency', header: localize('You have not selected your account currency'), @@ -676,7 +717,7 @@ export default class NotificationStore extends BaseStore { needs_poi_virtual: { action: { onClick: async () => { - const { switchAccount, first_switchable_real_loginid } = client; + const { switchAccount, first_switchable_real_loginid } = client_data; await switchAccount(first_switchable_real_loginid); }, @@ -726,12 +767,36 @@ export default class NotificationStore extends BaseStore { }, type: 'warning', }, + onfido_failed: { + key: 'onfido_failed', + header: localize("You've reached the limit for uploading your documents."), + message: localize('Please contact us via live chat.'), + action: { + onClick: () => { + window.LC_API.open_chat_window(); + }, + text: localize('Go to live chat'), + }, + type: 'danger', + }, password_changed: { key: 'password_changed', header: localize('Password updated.'), message: , type: 'info', }, + poi_name_mismatch: { + action: { + route: routes.personal_details, + text: localize('Personal details'), + }, + key: 'poi_name_mismatch', + header: localize('What’s your real name, {{client_name}}?', { client_name }), + message: localize( + 'It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.' + ), + type: 'warning', + }, required_fields: (withdrawal_locked, deposit_locked) => { let message; if (withdrawal_locked) { @@ -761,7 +826,7 @@ export default class NotificationStore extends BaseStore { reset_virtual_balance: { key: 'reset_virtual_balance', header: localize('Reset your balance'), - message: client.message, + message: client_data.message, type: 'info', is_persistent: true, should_show_again: true, @@ -770,7 +835,7 @@ export default class NotificationStore extends BaseStore { action: { text: localize('Reset balance'), onClick: async () => { - await client.resetVirtualBalance(); + await client_data.resetVirtualBalance(); }, }, }, @@ -808,7 +873,7 @@ export default class NotificationStore extends BaseStore { }, system_maintenance: (withdrawal_locked, deposit_locked) => { let message, header; - if (isCryptocurrency(client.currency)) { + if (isCryptocurrency(client_data.currency)) { if (withdrawal_locked) { header = localize('Unable to process withdrawals in the moment'); message = localize( diff --git a/packages/core/src/Stores/ui-store.js b/packages/core/src/Stores/ui-store.js index 692dc8611fe3..16110ec1e3f3 100644 --- a/packages/core/src/Stores/ui-store.js +++ b/packages/core/src/Stores/ui-store.js @@ -36,6 +36,8 @@ export default class UIStore extends BaseStore { @observable is_account_signup_modal_visible = false; @observable is_set_residence_modal_visible = false; @observable is_reset_password_modal_visible = false; + @observable is_reset_email_modal_visible = false; + @observable is_update_email_modal_visible = false; @observable is_reset_trading_password_modal_visible = false; // @observable is_purchase_lock_on = false; @@ -78,9 +80,12 @@ export default class UIStore extends BaseStore { // Welcome modal @observable is_welcome_modal_visible = false; - // Remove MX gaming account modal + // Remove MX & MLT @observable is_close_mx_mlt_account_modal_visible = false; + // Remove MF account modal + @observable is_close_uk_account_modal_visible = false; + // set currency modal @observable is_set_currency_modal_visible = false; @@ -233,6 +238,11 @@ export default class UIStore extends BaseStore { this.is_close_mx_mlt_account_modal_visible = is_open; } + @action.bound + showCloseUKAccountPopup(is_open) { + this.is_close_uk_account_modal_visible = is_open; + } + @computed get is_mobile() { return this.screen_width <= MAX_MOBILE_WIDTH; @@ -514,6 +524,16 @@ export default class UIStore extends BaseStore { this.is_reset_password_modal_visible = state_change; } + @action.bound + toggleResetEmailModal(state_change = !this.is_reset_email_modal_visible) { + this.is_reset_email_modal_visible = state_change; + } + + @action.bound + toggleUpdateEmailModal(state_change = !this.is_update_email_modal_visible) { + this.is_update_email_modal_visible = state_change; + } + @action.bound setResetTradingPasswordModalOpen(is_reset_trading_password_modal_visible) { this.is_reset_trading_password_modal_visible = is_reset_trading_password_modal_visible; diff --git a/packages/core/src/_common/base/socket_base.js b/packages/core/src/_common/base/socket_base.js index 52f4a1310f46..671e97028cd0 100644 --- a/packages/core/src/_common/base/socket_base.js +++ b/packages/core/src/_common/base/socket_base.js @@ -263,14 +263,14 @@ const BinarySocketBase = (() => { const paymentAgentDetails = (passthrough, req_id) => deriv_api.send({ paymentagent_details: 1, passthrough, req_id }); - const paymentAgentWithdraw = ({ loginid, currency, amount, verification_code, dry_run = 0 }) => + const paymentAgentWithdraw = ({ amount, currency, dry_run = 0, loginid, verification_code }) => deriv_api.send({ amount, currency, - verification_code, - paymentagent_withdraw: 1, dry_run, paymentagent_loginid: loginid, + paymentagent_withdraw: 1, + verification_code, }); const cryptoWithdraw = ({ address, amount, verification_code, dry_run = 0 }) => @@ -373,6 +373,8 @@ const BinarySocketBase = (() => { name: 'test real labuan financial stp', }); + const changeEmail = api_request => deriv_api.send(api_request); + return { init, openNewConnection, @@ -459,6 +461,7 @@ const BinarySocketBase = (() => { tradingPlatformAccountsList, tradingPlatformNewAccount, triggerMt5DryRun, + changeEmail, }; })(); diff --git a/packages/core/src/sass/app.scss b/packages/core/src/sass/app.scss index f9637b138cbd..67cc070fc4c8 100644 --- a/packages/core/src/sass/app.scss +++ b/packages/core/src/sass/app.scss @@ -52,6 +52,7 @@ @import 'app/modules/account-deactivated'; @import 'app/modules/reality-check'; @import 'app/modules/reset-password'; +@import 'app/modules/reset-email'; //@import 'app/modules/contract'; //@import 'app/modules/contract/bottom-widgets'; @import 'app/modules/external-link'; diff --git a/packages/core/src/sass/app/_common/components/notification-banner.scss b/packages/core/src/sass/app/_common/components/notification-banner.scss index 019defe8faf3..bb73c0342991 100644 --- a/packages/core/src/sass/app/_common/components/notification-banner.scss +++ b/packages/core/src/sass/app/_common/components/notification-banner.scss @@ -7,7 +7,7 @@ box-shadow: 0 4px 6px 0 var(--shadow-menu), 0 4px 6px 0 var(--shadow-menu); width: 100%; max-width: 40rem; - height: 14.4rem; + min-height: 14.4rem; transition: transform 0.25s ease, opacity 0.25s linear; z-index: 10; margin-bottom: 16px; @@ -48,7 +48,7 @@ margin-top: 4rem; @include mobile { - margin-top: 2rem; + margin-top: 1rem; } } } diff --git a/packages/core/src/sass/app/modules/reset-email.scss b/packages/core/src/sass/app/modules/reset-email.scss new file mode 100644 index 000000000000..816d88271417 --- /dev/null +++ b/packages/core/src/sass/app/modules/reset-email.scss @@ -0,0 +1,89 @@ +/* @define reset-email */ +.reset-email { + .dc-dialog__content { + margin-bottom: 0; + } + &__email-selection { + display: flex; + justify-content: center; + align-items: flex-start; + flex-flow: nowrap column; + .reset-email__heading { + margin-bottom: 1.6rem; + } + .reset-email__descripton { + margin-bottom: 2rem; + } + } + &__heading { + margin-bottom: 0.8rem; + } + &__text { + text-align: center; + margin-bottom: 3.3rem; + } + &__btn { + margin: 0; + background-color: var(--button-primary-default); + font-weight: bold; + align-self: flex-end; + color: var(--text-colored-background); + font-size: 1.2rem; + + &:hover { + background-color: var(--button-primary-hover); + } + &--disabled { + opacity: 0.32; + cursor: not-allowed !important; + } + } + &__fieldset { + position: relative; + width: 100%; + margin-bottom: 1rem; + } + &__email-field { + /* postcss-bem-linter: ignore */ + & > label { + top: 0.9rem; + background-color: var(--general-main-2); + } + } +} + +.change-email-update { + display: grid; + padding: 3.2rem 0; + &__modal { + &-content { + display: grid; + grid-gap: 8px; + } + &-close { + display: flex; + justify-content: flex-end; + padding-bottom: 1.2rem; + cursor: pointer; + } + &-title { + margin: 0.8rem 2.4rem; + text-align: center; + } + &-description { + text-align: center; + margin: 0 2rem; + } + &-icon { + width: 100%; + text-align: center; + margin-top: 1.6rem; + padding-top: 0; + padding-bottom: 1.6rem; + align-self: center; + } + } + &__footer { + justify-content: center; + } +} diff --git a/packages/p2p/babel.config.json b/packages/p2p/babel.config.json index 73ec51bb0d5e..eaa063db0035 100644 --- a/packages/p2p/babel.config.json +++ b/packages/p2p/babel.config.json @@ -1,17 +1,16 @@ { - "presets": [ - "@babel/preset-env", - "@babel/preset-react" - ], - "plugins": [ - [ "@babel/plugin-proposal-decorators", { "legacy": true } ], - [ "@babel/plugin-proposal-class-properties", { "loose": true } ], - "@babel/plugin-proposal-export-default-from", - "@babel/plugin-proposal-object-rest-spread", - "@babel/plugin-proposal-export-namespace-from", - "@babel/plugin-syntax-dynamic-import", - [ "@babel/plugin-proposal-unicode-property-regex", { "useUnicodeFlag": false } ], - "@babel/plugin-proposal-optional-chaining", - "@babel/plugin-proposal-nullish-coalescing-operator" - ] + "presets": ["@babel/preset-env", "@babel/preset-react"], + "plugins": [ + ["@babel/plugin-proposal-decorators", { "legacy": true }], + ["@babel/plugin-proposal-class-properties", { "loose": true }], + ["@babel/plugin-proposal-private-methods", { "loose": true }], + ["@babel/plugin-proposal-private-property-in-object", { "loose": true }], + ["@babel/plugin-proposal-unicode-property-regex", { "useUnicodeFlag": false }], + "@babel/plugin-proposal-export-default-from", + "@babel/plugin-proposal-object-rest-spread", + "@babel/plugin-proposal-export-namespace-from", + "@babel/plugin-syntax-dynamic-import", + "@babel/plugin-proposal-optional-chaining", + "@babel/plugin-proposal-nullish-coalescing-operator" + ] } diff --git a/packages/p2p/crowdin/messages.json b/packages/p2p/crowdin/messages.json index 3d5097cf6331..af88a65b8257 100644 --- a/packages/p2p/crowdin/messages.json +++ b/packages/p2p/crowdin/messages.json @@ -1 +1 @@ -{"6794664":"Ads that match your Deriv P2P balance and limit.","21103557":"Deriv P2P balance = deposits that can’t be reversed (bank transfers, etc.) + a portion of deposits that might be reversed (credit card payments, etc.)","24711354":"Total orders <0>30d | <1>lifetime","47573834":"Fixed rate (1 {{account_currency}})","50672601":"Bought","51881712":"You already have an ad with the same exchange rate for this currency pair and order type.

Please set a different rate for your ad.","55916349":"All","68867477":"Order ID {{ id }}","121738739":"Send","122280248":"Avg release time <0>30d","145959105":"Choose a nickname","150156106":"Save changes","160092151":"Choose payment method","173939998":"Avg. pay time <0>30d","197477687":"Edit {{ad_type}} ad","246815378":"Once set, your nickname cannot be changed.","276261353":"Avg pay time <0>30d","323002325":"Post ad","324970564":"Seller's contact details","338910048":"You will appear to other users as","346163411":"Buy {{ id }}","364681129":"Contact details","416167062":"You'll receive","424668491":"expired","439264204":"Please set a different minimum and/or maximum order limit.

The range of your ad should not overlap with any of your active ads.","452752527":"Rate (1 {{ currency }})","460477293":"Enter message","464044457":"Buyer's nickname","473688701":"Enter a valid amount","498500965":"Seller's nickname","501523417":"You have no orders.","523301614":"Release {{amount}} {{currency}}","525380157":"Buy {{offered_currency}} order","531912261":"Bank name, account number, beneficiary name","554135844":"Edit","580715136":"Please register with us!","587882987":"Advertisers","592082899":"Cannot repeat a character more than 5 times.","611376642":"Clear","649549724":"I’ve not received any payment.","662578726":"Available","671582270":"Max available amount is {{value}}","683273691":"Rate (1 {{ account_currency }})","728383001":"I’ve received more than the agreed amount.","767789372":"Wait for payment","782834680":"Time left","783454335":"Yes, remove","829867834":"This field has exceeded maximum length of 200 characters.","830703311":"My profile","838024160":"Bank details","842911528":"Don’t show this message again.","873437248":"Instructions (optional)","876086855":"Complete the financial assessment form","881141084":"If you cancel this order, you’ll be blocked from using Deriv P2P for {{block_duration}} hours.","887667868":"Order","949859957":"Submit","954233511":"Sold","957529514":"To place an order, add one of the advertiser’s preferred payment methods:","988380202":"Your instructions","1001160515":"Sell","1002264993":"Seller's real name","1020552673":"You're creating an ad to buy <0>{{ target_amount }} {{ target_currency }}...","1030390916":"You already have an ad with this range","1035893169":"Delete","1052094244":"Max order","1057127276":"{{- avg_release_time_in_minutes}} min","1080990424":"Confirm","1103731601":"Your ads are paused","1106073960":"You've created an ad","1106485202":"Available Deriv P2P balance","1119887091":"Verification","1137964885":"Can only contain letters, numbers, and special characters .- _ @.","1151608942":"Total amount","1157877436":"{{field_name}} should not exceed Amount","1161621759":"Choose your nickname","1162965175":"Buyer","1163072833":"<0>ID verified","1202500203":"Pay now","1236083813":"Your payment details","1258285343":"Oops, something went wrong","1265751551":"Deriv P2P Balance","1286797620":"Active","1287051975":"Nickname is too long","1314266187":"Joined today","1326475003":"Activate","1328352136":"Sell {{ account_currency }}","1337027601":"You sold {{offered_amount}} {{offered_currency}}","1347724133":"I have paid {{amount}} {{currency}}.","1366244749":"Limits","1371193412":"Cancel","1381949324":"<0>Address verified","1422356389":"No results for \"{{text}}\".","1430413419":"Maximum is {{value}} {{currency}}","1438140245":"To avoid loss of funds, please do not use cash transactions. We recommend using e-wallets or bank transfers.","1448855725":"Add payment methods","1467483693":"Past orders","1474532322":"Sort by","1505293001":"Trade partners","1538160426":"Please make sure that you've paid {{amount}} {{currency}} to {{other_user_name}}.","1555610869":"You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","1583335572":"If the ad doesn't receive an order for {{adverts_archive_period}} days, it will be deactivated.","1587250288":"Ad ID {{advert_id}} ","1589127544":"I have paid {{amount}} {{currency}}","1607051458":"Search by nickname","1615530713":"Something's not right","1623916605":"I wasn’t able to make full payment.","1654365787":"Unknown","1675716253":"Min limit","1678804253":"Buy {{ currency }}","1703154819":"You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }}...","1721422292":"Show my real name","1734661732":"Your DP2P balance is {{ dp2p_balance }}","1747523625":"Go back","1752096323":"{{field_name}} should not be below Min limit","1767817594":"Buy completion <0>30d","1794470010":"I’ve made full payment, but the seller hasn’t released the funds.","1794474847":"I've received payment","1798116519":"Available amount","1842172737":"You've received {{offered_amount}} {{offered_currency}}","1848044659":"You have no ads.","1874956952":"Hit the button below to add payment methods.","1893264068":"Sell amount","1923443894":"Inactive","1928240840":"Sell {{ currency }}","1976156928":"You'll send","1992961867":"Rate (1 {{currency}})","2020104747":"Filter","2039361923":"You're creating an ad to sell...","2063890788":"Cancelled","2086563542":"Exchange rate (Default)","2091671594":"Status","2096014107":"Apply","2121837513":"Minimum is {{value}} {{currency}}","2142425493":"Ad ID","2144972362":"Please use live chat to contact our Customer Support team for help.","2146619399":"Limits: {{min}}–{{max}} {{currency}}","-1005884051":"Completion rate","-1540251249":"Buy {{ account_currency }}","-1267880283":"{{field_name}} is required","-2019083683":"{{field_name}} can only include letters, numbers, spaces, and any of these symbols: -+.,'#@():;","-222920564":"{{field_name}} has exceeded maximum length","-857786650":"Check your verification status.","-612892886":"We’ll need you to upload your documents to verify your identity.","-2090325029":"Identity verification is complete.","-1101273282":"Nickname is required","-919203928":"Nickname is too short","-1907100457":"Cannot start, end with, or repeat special characters.","-2125702445":"Instructions","-1274358564":"Max limit","-1995606668":"Amount","-1965472924":"Fixed rate","-1081775102":"{{field_name}} should not be below Max limit","-885044836":"{{field_name}} should not exceed Max limit","-1764050750":"Payment details","-1207312691":"Completed","-688728873":"Expired","-1951641340":"Under dispute","-1738697484":"Confirm payment","-559149524":"Wait for release","-1452684930":"Buyer's real name","-1597110099":"Receive","-892663026":"Your contact details","-1875343569":"Seller's payment details","-92830427":"Seller's instructions","-1940034707":"Buyer's instructions","-137444201":"Buy","-1306639327":"Payment methods","-1102534097":"No ads","-904197848":"Limits {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}","-464361439":"{{- avg_buy_time_in_minutes}} min","-2109576323":"Sell completion <0>30d","-165392069":"Avg. release time <0>30d","-1154208372":"Trade volume <0>30d","-1845037007":"Advertiser's page","-1070228546":"Joined {{days_since_joined}}d","-1837059346":"Buy / Sell","-494667560":"Orders","-679691613":"My ads","-55126326":"Seller","-835196958":"Receive payment to","-1218007718":"You may choose up to 3.","-2144314441":"Buy amount","-1974067943":"Your bank details","-412680608":"Add payment method","-1657433201":"There are no matching ads.","-198897319":"Completion rate: {{total_completion_rate}}%","-1862812590":"Limits {{ min_order }}–{{ max_order }} {{ currency }}","-375836822":"Buy {{account_currency}}","-1035421133":"Sell {{account_currency}}","-1325806155":"There are no ads.","-227512949":"Check your spelling or use a different term.","-1554938377":"Search payment method","-1285759343":"Search","-75934135":"Matching ads","-1856204727":"Reset","-1638172550":"To enable this feature you must complete the following:","-559300364":"Your Deriv P2P cashier is blocked","-674715853":"Your ad exceeds the daily limit","-744406":"Your ad is not listed on <0>Buy/Sell because the amount exceeds your daily limit of {{limit}} {{currency}}.\n <1 /><1 />You can still see your ad on <0>My ads. If you’d like to increase your daily limit, please contact us via <2>live chat.","-329713179":"Ok","-480724783":"You already have an ad with this rate","-1072444041":"Update ad","-1406830100":"Payment method","-984140537":"Add","-1561775203":"Buy {{currency}}","-1527285935":"Sell {{currency}}","-592818187":"Your Deriv P2P balance is {{ dp2p_balance }}","-1654157453":"Fixed rate (1 {{currency}})","-379708059":"Min order","-1459289144":"This information will be visible to everyone.","-458710804":"You're creating an ad to buy <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","-907714482":"You're creating an ad to sell <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","-40669120":"You're creating an ad to sell <0>{{ target_amount }} {{ target_currency }}...","-514789442":"You're creating an ad to buy...","-1179827369":"Create new ad","-2061807537":"Something’s not right","-1388914542":"You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","-107996509":"You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }}...","-863580260":"You're editing an ad to buy...","-1396464057":"You're editing an ad to sell...","-392043307":"Do you want to delete this ad?","-854930519":"You will NOT be able to restore it.","-372210670":"Rate (1 {{account_currency}})","-1395240684":"Sell {{ id }}","-1318334333":"Deactivate","-1667041441":"Rate (1 {{ offered_currency }})","-2057238438":"Some of your ads don't contain payment methods. To make it easier for people to pay you, please add payment methods to all your ads.","-792015701":"Deriv P2P cashier is unavailable in your country.","-1220275347":"You may choose up to 3 payment methods for this ad.","-806152028":"Your ads are running","-179005984":"Save","-2059312414":"Ad details","-1769584466":"Stats","-2090878601":"Daily limit","-130547447":"Trade volume <0>30d | <1>lifetime","-549609118":"This field can only include letters, numbers, spaces, and any of these symbols: -+._@","-1792280476":"Choose your payment method","-293182503":"Cancel adding this payment method?","-1850127397":"If you choose to cancel, the details you’ve entered will be lost.","-1889014820":"<0>Don’t see your payment method? <1>Add new.","-383030149":"You haven’t added any payment methods yet","-1269362917":"Add new","-146021156":"Delete {{payment_method_name}}?","-1846700504":"Are you sure you want to remove this payment method?","-231863107":"No","-532709160":"Your nickname","-2008992756":"Do you want to cancel this order?","-1666369246":"If you cancel your order {{cancellation_limit}} times in {{cancellation_period}} hours, you will be blocked from using Deriv P2P for {{block_duration}} hours.
({{number_of_cancels_remaining}} cancellations remaining.)","-2026176944":"Please do not cancel if you have already made payment.","-1989544601":"Cancel this order","-492996224":"Do not cancel","-510341549":"I’ve received less than the agreed amount.","-650030360":"I’ve paid more than the agreed amount.","-1192446042":"If your complaint isn't listed here, please contact our Customer Support team.","-573132778":"Complaint","-792338456":"What's your complaint?","-1392383387":"I've paid","-567498463":"Confirm payment?","-1485778481":"Have you received payment?","-403938778":"Please confirm only after checking your bank or e-wallet account to make sure you have received payment.","-2000877952":"I have received {{amount}} {{currency}}","-563116612":"I haven't paid yet","-418870584":"Cancel order","-727273667":"Complain","-2016990049":"Sell {{offered_currency}} order","-811190405":"Time","-1983512566":"This conversation is closed.","-1797318839":"In case of a dispute, we will only consider the communication through Deriv P2P chat channel.","-283017497":"Retry","-979459594":"Buy/Sell","-2052184983":"Order ID","-2096350108":"Counterparty","-750202930":"Active orders","-471540636":"I have received {{amount}} {{currency}}.","-2054589794":"You've been temporarily barred from using our services due to multiple cancellation attempts. Try again after {{date_time}} GMT.","-1079963355":"trades","-930400128":"To use Deriv P2P, you need to choose a display name (a nickname) and verify your identity."} \ No newline at end of file +{"6794664":"Ads that match your Deriv P2P balance and limit.","21103557":"Deriv P2P balance = deposits that can’t be reversed (bank transfers, etc.) + a portion of deposits that might be reversed (credit card payments, etc.)","24711354":"Total orders <0>30d | <1>lifetime","47573834":"Fixed rate (1 {{account_currency}})","50672601":"Bought","51881712":"You already have an ad with the same exchange rate for this currency pair and order type.

Please set a different rate for your ad.","55916349":"All","68867477":"Order ID {{ id }}","121738739":"Send","122280248":"Avg release time <0>30d","145959105":"Choose a nickname","150156106":"Save changes","173939998":"Avg. pay time <0>30d","197477687":"Edit {{ad_type}} ad","246815378":"Once set, your nickname cannot be changed.","276261353":"Avg pay time <0>30d","323002325":"Post ad","324970564":"Seller's contact details","338910048":"You will appear to other users as","346163411":"Buy {{ id }}","364681129":"Contact details","416167062":"You'll receive","424668491":"expired","439264204":"Please set a different minimum and/or maximum order limit.

The range of your ad should not overlap with any of your active ads.","452752527":"Rate (1 {{ currency }})","460477293":"Enter message","464044457":"Buyer's nickname","473688701":"Enter a valid amount","498500965":"Seller's nickname","501523417":"You have no orders.","523301614":"Release {{amount}} {{currency}}","525380157":"Buy {{offered_currency}} order","531912261":"Bank name, account number, beneficiary name","554135844":"Edit","580715136":"Please register with us!","587882987":"Advertisers","592082899":"Cannot repeat a character more than 5 times.","611376642":"Clear","649549724":"I’ve not received any payment.","662578726":"Available","671582270":"Max available amount is {{value}}","683273691":"Rate (1 {{ account_currency }})","728383001":"I’ve received more than the agreed amount.","767789372":"Wait for payment","782834680":"Time left","783454335":"Yes, remove","829867834":"This field has exceeded maximum length of 200 characters.","830703311":"My profile","838024160":"Bank details","842911528":"Don’t show this message again.","873437248":"Instructions (optional)","876086855":"Complete the financial assessment form","881141084":"If you cancel this order, you’ll be blocked from using Deriv P2P for {{block_duration}} hours.","887667868":"Order","949859957":"Submit","954233511":"Sold","957529514":"To place an order, add one of the advertiser’s preferred payment methods:","988380202":"Your instructions","1001160515":"Sell","1002264993":"Seller's real name","1020552673":"You're creating an ad to buy <0>{{ target_amount }} {{ target_currency }}...","1030390916":"You already have an ad with this range","1035893169":"Delete","1052094244":"Max order","1057127276":"{{- avg_release_time_in_minutes}} min","1080990424":"Confirm","1103731601":"Your ads are paused","1106073960":"You've created an ad","1106485202":"Available Deriv P2P balance","1119887091":"Verification","1137964885":"Can only contain letters, numbers, and special characters .- _ @.","1151608942":"Total amount","1157877436":"{{field_name}} should not exceed Amount","1161621759":"Choose your nickname","1162965175":"Buyer","1163072833":"<0>ID verified","1202500203":"Pay now","1236083813":"Your payment details","1258285343":"Oops, something went wrong","1265751551":"Deriv P2P Balance","1286797620":"Active","1287051975":"Nickname is too long","1314266187":"Joined today","1326475003":"Activate","1328352136":"Sell {{ account_currency }}","1337027601":"You sold {{offered_amount}} {{offered_currency}}","1347724133":"I have paid {{amount}} {{currency}}.","1366244749":"Limits","1371193412":"Cancel","1381949324":"<0>Address verified","1422356389":"No results for \"{{text}}\".","1430413419":"Maximum is {{value}} {{currency}}","1438140245":"To avoid loss of funds, please do not use cash transactions. We recommend using e-wallets or bank transfers.","1448855725":"Add payment methods","1467483693":"Past orders","1474532322":"Sort by","1505293001":"Trade partners","1538160426":"Please make sure that you've paid {{amount}} {{currency}} to {{other_user_name}}.","1555610869":"You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","1583335572":"If the ad doesn't receive an order for {{adverts_archive_period}} days, it will be deactivated.","1587250288":"Ad ID {{advert_id}} ","1589127544":"I have paid {{amount}} {{currency}}","1607051458":"Search by nickname","1615530713":"Something's not right","1623916605":"I wasn’t able to make full payment.","1654365787":"Unknown","1675716253":"Min limit","1678804253":"Buy {{ currency }}","1703154819":"You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }}...","1721422292":"Show my real name","1734661732":"Your DP2P balance is {{ dp2p_balance }}","1747523625":"Go back","1752096323":"{{field_name}} should not be below Min limit","1767817594":"Buy completion <0>30d","1794470010":"I’ve made full payment, but the seller hasn’t released the funds.","1794474847":"I've received payment","1798116519":"Available amount","1842172737":"You've received {{offered_amount}} {{offered_currency}}","1848044659":"You have no ads.","1874956952":"Hit the button below to add payment methods.","1893264068":"Sell amount","1923443894":"Inactive","1928240840":"Sell {{ currency }}","1976156928":"You'll send","1992961867":"Rate (1 {{currency}})","2020104747":"Filter","2039361923":"You're creating an ad to sell...","2063890788":"Cancelled","2086563542":"Exchange rate (Default)","2091671594":"Status","2096014107":"Apply","2121837513":"Minimum is {{value}} {{currency}}","2142425493":"Ad ID","2144972362":"Please use live chat to contact our Customer Support team for help.","2146619399":"Limits: {{min}}–{{max}} {{currency}}","-1005884051":"Completion rate","-1540251249":"Buy {{ account_currency }}","-1267880283":"{{field_name}} is required","-2019083683":"{{field_name}} can only include letters, numbers, spaces, and any of these symbols: -+.,'#@():;","-222920564":"{{field_name}} has exceeded maximum length","-857786650":"Check your verification status.","-612892886":"We’ll need you to upload your documents to verify your identity.","-2090325029":"Identity verification is complete.","-1101273282":"Nickname is required","-919203928":"Nickname is too short","-1907100457":"Cannot start, end with, or repeat special characters.","-2125702445":"Instructions","-1274358564":"Max limit","-1995606668":"Amount","-1965472924":"Fixed rate","-1081775102":"{{field_name}} should not be below Max limit","-885044836":"{{field_name}} should not exceed Max limit","-1764050750":"Payment details","-1207312691":"Completed","-688728873":"Expired","-1951641340":"Under dispute","-1738697484":"Confirm payment","-559149524":"Wait for release","-1452684930":"Buyer's real name","-1597110099":"Receive","-892663026":"Your contact details","-1875343569":"Seller's payment details","-92830427":"Seller's instructions","-1940034707":"Buyer's instructions","-137444201":"Buy","-1306639327":"Payment methods","-1102534097":"No ads","-904197848":"Limits {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}","-464361439":"{{- avg_buy_time_in_minutes}} min","-2109576323":"Sell completion <0>30d","-165392069":"Avg. release time <0>30d","-1154208372":"Trade volume <0>30d","-1845037007":"Advertiser's page","-1070228546":"Joined {{days_since_joined}}d","-1837059346":"Buy / Sell","-494667560":"Orders","-679691613":"My ads","-55126326":"Seller","-835196958":"Receive payment to","-1218007718":"You may choose up to 3.","-2144314441":"Buy amount","-1974067943":"Your bank details","-412680608":"Add payment method","-1657433201":"There are no matching ads.","-198897319":"Completion rate: {{total_completion_rate}}%","-1862812590":"Limits {{ min_order }}–{{ max_order }} {{ currency }}","-375836822":"Buy {{account_currency}}","-1035421133":"Sell {{account_currency}}","-1325806155":"There are no ads.","-227512949":"Check your spelling or use a different term.","-1554938377":"Search payment method","-1285759343":"Search","-75934135":"Matching ads","-1856204727":"Reset","-1638172550":"To enable this feature you must complete the following:","-559300364":"Your Deriv P2P cashier is blocked","-674715853":"Your ad exceeds the daily limit","-744406":"Your ad is not listed on <0>Buy/Sell because the amount exceeds your daily limit of {{limit}} {{currency}}.\n <1 /><1 />You can still see your ad on <0>My ads. If you’d like to increase your daily limit, please contact us via <2>live chat.","-329713179":"Ok","-480724783":"You already have an ad with this rate","-1072444041":"Update ad","-1406830100":"Payment method","-984140537":"Add","-1561775203":"Buy {{currency}}","-1527285935":"Sell {{currency}}","-592818187":"Your Deriv P2P balance is {{ dp2p_balance }}","-1654157453":"Fixed rate (1 {{currency}})","-379708059":"Min order","-1459289144":"This information will be visible to everyone.","-458710804":"You're creating an ad to buy <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","-907714482":"You're creating an ad to sell <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","-40669120":"You're creating an ad to sell <0>{{ target_amount }} {{ target_currency }}...","-514789442":"You're creating an ad to buy...","-1179827369":"Create new ad","-2061807537":"Something’s not right","-1388914542":"You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})","-107996509":"You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }}...","-863580260":"You're editing an ad to buy...","-1396464057":"You're editing an ad to sell...","-392043307":"Do you want to delete this ad?","-854930519":"You will NOT be able to restore it.","-372210670":"Rate (1 {{account_currency}})","-1395240684":"Sell {{ id }}","-1318334333":"Deactivate","-1667041441":"Rate (1 {{ offered_currency }})","-2057238438":"Some of your ads don't contain payment methods. To make it easier for people to pay you, please add payment methods to all your ads.","-792015701":"Deriv P2P cashier is unavailable in your country.","-1220275347":"You may choose up to 3 payment methods for this ad.","-806152028":"Your ads are running","-179005984":"Save","-2059312414":"Ad details","-1769584466":"Stats","-2090878601":"Daily limit","-130547447":"Trade volume <0>30d | <1>lifetime","-549609118":"This field can only include letters, numbers, spaces, and any of these symbols: -+._@","-1792280476":"Choose your payment method","-293182503":"Cancel adding this payment method?","-1850127397":"If you choose to cancel, the details you’ve entered will be lost.","-1889014820":"<0>Don’t see your payment method? <1>Add new.","-383030149":"You haven’t added any payment methods yet","-1269362917":"Add new","-146021156":"Delete {{payment_method_name}}?","-1846700504":"Are you sure you want to remove this payment method?","-231863107":"No","-532709160":"Your nickname","-2008992756":"Do you want to cancel this order?","-1666369246":"If you cancel your order {{cancellation_limit}} times in {{cancellation_period}} hours, you will be blocked from using Deriv P2P for {{block_duration}} hours.
({{number_of_cancels_remaining}} cancellations remaining.)","-2026176944":"Please do not cancel if you have already made payment.","-1989544601":"Cancel this order","-492996224":"Do not cancel","-510341549":"I’ve received less than the agreed amount.","-650030360":"I’ve paid more than the agreed amount.","-1192446042":"If your complaint isn't listed here, please contact our Customer Support team.","-573132778":"Complaint","-792338456":"What's your complaint?","-1392383387":"I've paid","-567498463":"Confirm payment?","-1485778481":"Have you received payment?","-403938778":"Please confirm only after checking your bank or e-wallet account to make sure you have received payment.","-2000877952":"I have received {{amount}} {{currency}}","-563116612":"I haven't paid yet","-418870584":"Cancel order","-727273667":"Complain","-2016990049":"Sell {{offered_currency}} order","-811190405":"Time","-1983512566":"This conversation is closed.","-1797318839":"In case of a dispute, we will only consider the communication through Deriv P2P chat channel.","-283017497":"Retry","-979459594":"Buy/Sell","-2052184983":"Order ID","-2096350108":"Counterparty","-750202930":"Active orders","-471540636":"I have received {{amount}} {{currency}}.","-2054589794":"You've been temporarily barred from using our services due to multiple cancellation attempts. Try again after {{date_time}} GMT.","-1079963355":"trades","-930400128":"To use Deriv P2P, you need to choose a display name (a nickname) and verify your identity."} \ No newline at end of file diff --git a/packages/p2p/package-lock.json b/packages/p2p/package-lock.json index 82888d196cc4..6f444eee8cce 100644 --- a/packages/p2p/package-lock.json +++ b/packages/p2p/package-lock.json @@ -36,7 +36,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", + "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", @@ -63,9 +63,9 @@ "mini-css-extract-plugin": "^1.3.4", "mocha": "^7.1.1", "node-sass": "^4.12.0", - "postcss-loader": "^6.1.1", - "postcss-preset-env": "^6.7.0", - "postcss-scss": "^4.0.0", + "postcss-loader": "^6.2.1", + "postcss-preset-env": "^7.4.3", + "postcss-scss": "^4.0.3", "sass-loader": "^10.1.1", "sass-resources-loader": "^2.1.1", "style-loader": "^1.2.1", @@ -118,6 +118,7 @@ "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "copy-webpack-plugin": "^9.0.1", + "copy-webpack-plugin-v6": "npm:copy-webpack-plugin@6", "cross-env": "^5.2.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-binary": "^1.0.2", @@ -183,8 +184,7 @@ }, "node_modules/@babel/code-frame": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "license": "MIT", "dependencies": { "@babel/highlight": "^7.16.7" }, @@ -193,17 +193,16 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.8.tgz", - "integrity": "sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==", + "version": "7.17.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", + "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz", - "integrity": "sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.7", "@babel/generator": "^7.16.7", @@ -229,10 +228,49 @@ "url": "https://opencollective.com/babel" } }, + "node_modules/@babel/core/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@babel/core/node_modules/gensync": { + "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==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/core/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "node_modules/@babel/generator": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz", - "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.8", "jsesc": "^2.5.1", @@ -244,8 +282,7 @@ }, "node_modules/@babel/helper-annotate-as-pure": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -255,9 +292,8 @@ }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz", - "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-explode-assignable-expression": "^7.16.7", "@babel/types": "^7.16.7" @@ -268,8 +304,7 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", - "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.16.4", "@babel/helper-validator-option": "^7.16.7", @@ -284,9 +319,9 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz", - "integrity": "sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==", + "version": "7.17.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz", + "integrity": "sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", @@ -306,9 +341,8 @@ }, "node_modules/@babel/helper-create-regexp-features-plugin": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz", - "integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", "regexpu-core": "^4.7.1" @@ -321,9 +355,9 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz", - "integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", + "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", "dev": true, "dependencies": { "@babel/helper-compilation-targets": "^7.13.0", @@ -339,10 +373,32 @@ "@babel/core": "^7.4.0-0" } }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, "node_modules/@babel/helper-environment-visitor": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -352,9 +408,8 @@ }, "node_modules/@babel/helper-explode-assignable-expression": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz", - "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -364,8 +419,7 @@ }, "node_modules/@babel/helper-function-name": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", + "license": "MIT", "dependencies": { "@babel/helper-get-function-arity": "^7.16.7", "@babel/template": "^7.16.7", @@ -377,8 +431,7 @@ }, "node_modules/@babel/helper-get-function-arity": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -388,8 +441,7 @@ }, "node_modules/@babel/helper-hoist-variables": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -399,9 +451,8 @@ }, "node_modules/@babel/helper-member-expression-to-functions": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz", - "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -411,8 +462,7 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -422,8 +472,7 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", - "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-module-imports": "^7.16.7", @@ -440,9 +489,8 @@ }, "node_modules/@babel/helper-optimise-call-expression": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz", - "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -452,17 +500,15 @@ }, "node_modules/@babel/helper-plugin-utils": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz", - "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-wrap-function": "^7.16.8", @@ -474,9 +520,8 @@ }, "node_modules/@babel/helper-replace-supers": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", - "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-member-expression-to-functions": "^7.16.7", @@ -490,8 +535,7 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", - "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -501,9 +545,8 @@ }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz", - "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.16.0" }, @@ -513,8 +556,7 @@ }, "node_modules/@babel/helper-split-export-declaration": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "license": "MIT", "dependencies": { "@babel/types": "^7.16.7" }, @@ -524,25 +566,22 @@ }, "node_modules/@babel/helper-validator-identifier": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz", - "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-function-name": "^7.16.7", "@babel/template": "^7.16.7", @@ -555,8 +594,7 @@ }, "node_modules/@babel/helpers": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.7.tgz", - "integrity": "sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==", + "license": "MIT", "dependencies": { "@babel/template": "^7.16.7", "@babel/traverse": "^7.16.7", @@ -568,8 +606,7 @@ }, "node_modules/@babel/highlight": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz", - "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==", + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", @@ -581,8 +618,7 @@ }, "node_modules/@babel/parser": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz", - "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==", + "license": "MIT", "bin": { "parser": "bin/babel-parser.js" }, @@ -592,9 +628,8 @@ }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz", - "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -607,9 +642,8 @@ }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz", - "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", @@ -624,9 +658,8 @@ }, "node_modules/@babel/plugin-proposal-async-generator-functions": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz", - "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/helper-remap-async-to-generator": "^7.16.8", @@ -657,9 +690,8 @@ }, "node_modules/@babel/plugin-proposal-class-static-block": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz", - "integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7", @@ -673,14 +705,16 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz", - "integrity": "sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ==", + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.8.tgz", + "integrity": "sha512-U69odN4Umyyx1xO1rTII0IDkAEC+RNlcKXtqOblfpzqy1C+aOplb76BQNq0+XdpVkOaPlpEDwd++joY8FNFJKA==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.16.7", + "@babel/helper-create-class-features-plugin": "^7.17.6", "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-decorators": "^7.16.7" + "@babel/helper-replace-supers": "^7.16.7", + "@babel/plugin-syntax-decorators": "^7.17.0", + "charcodes": "^0.2.0" }, "engines": { "node": ">=6.9.0" @@ -691,9 +725,8 @@ }, "node_modules/@babel/plugin-proposal-dynamic-import": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz", - "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -739,9 +772,8 @@ }, "node_modules/@babel/plugin-proposal-json-strings": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz", - "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -755,9 +787,8 @@ }, "node_modules/@babel/plugin-proposal-logical-assignment-operators": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz", - "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -787,9 +818,8 @@ }, "node_modules/@babel/plugin-proposal-numeric-separator": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz", - "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -802,12 +832,12 @@ } }, "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz", - "integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==", + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz", + "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.16.4", + "@babel/compat-data": "^7.17.0", "@babel/helper-compilation-targets": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", @@ -822,9 +852,8 @@ }, "node_modules/@babel/plugin-proposal-optional-catch-binding": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz", - "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -854,12 +883,12 @@ } }, "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz", - "integrity": "sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==", + "version": "7.16.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz", + "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.16.7", + "@babel/helper-create-class-features-plugin": "^7.16.10", "@babel/helper-plugin-utils": "^7.16.7" }, "engines": { @@ -871,9 +900,8 @@ }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz", - "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-create-class-features-plugin": "^7.16.7", @@ -905,9 +933,8 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -917,9 +944,8 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -929,9 +955,8 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -943,9 +968,9 @@ } }, "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz", - "integrity": "sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz", + "integrity": "sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" @@ -971,9 +996,8 @@ }, "node_modules/@babel/plugin-syntax-export-default-from": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz", - "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -986,9 +1010,8 @@ }, "node_modules/@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" }, @@ -998,9 +1021,8 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1010,8 +1032,7 @@ }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1024,9 +1045,8 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", - "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -1036,9 +1056,8 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", - "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1048,9 +1067,8 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", - "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -1060,9 +1078,8 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", - "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1072,9 +1089,8 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", - "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1084,9 +1100,8 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1096,9 +1111,8 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1111,9 +1125,8 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1126,9 +1139,8 @@ }, "node_modules/@babel/plugin-transform-arrow-functions": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz", - "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1141,9 +1153,8 @@ }, "node_modules/@babel/plugin-transform-async-to-generator": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", - "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7", @@ -1158,9 +1169,8 @@ }, "node_modules/@babel/plugin-transform-block-scoped-functions": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz", - "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1173,9 +1183,8 @@ }, "node_modules/@babel/plugin-transform-block-scoping": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz", - "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1188,9 +1197,8 @@ }, "node_modules/@babel/plugin-transform-classes": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz", - "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-environment-visitor": "^7.16.7", @@ -1210,9 +1218,8 @@ }, "node_modules/@babel/plugin-transform-computed-properties": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz", - "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1225,9 +1232,8 @@ }, "node_modules/@babel/plugin-transform-destructuring": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz", - "integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1240,9 +1246,8 @@ }, "node_modules/@babel/plugin-transform-dotall-regex": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz", - "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7" @@ -1256,9 +1261,8 @@ }, "node_modules/@babel/plugin-transform-duplicate-keys": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz", - "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1271,9 +1275,8 @@ }, "node_modules/@babel/plugin-transform-exponentiation-operator": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz", - "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7" @@ -1287,9 +1290,8 @@ }, "node_modules/@babel/plugin-transform-for-of": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz", - "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1302,9 +1304,8 @@ }, "node_modules/@babel/plugin-transform-function-name": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz", - "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.16.7", "@babel/helper-function-name": "^7.16.7", @@ -1319,9 +1320,8 @@ }, "node_modules/@babel/plugin-transform-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz", - "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1334,9 +1334,8 @@ }, "node_modules/@babel/plugin-transform-member-expression-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz", - "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1349,9 +1348,8 @@ }, "node_modules/@babel/plugin-transform-modules-amd": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz", - "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7", @@ -1366,9 +1364,8 @@ }, "node_modules/@babel/plugin-transform-modules-commonjs": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz", - "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7", @@ -1384,9 +1381,8 @@ }, "node_modules/@babel/plugin-transform-modules-systemjs": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz", - "integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-hoist-variables": "^7.16.7", "@babel/helper-module-transforms": "^7.16.7", @@ -1403,9 +1399,8 @@ }, "node_modules/@babel/plugin-transform-modules-umd": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz", - "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7" @@ -1419,9 +1414,8 @@ }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz", - "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.16.7" }, @@ -1434,9 +1428,8 @@ }, "node_modules/@babel/plugin-transform-new-target": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz", - "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1449,9 +1442,8 @@ }, "node_modules/@babel/plugin-transform-object-super": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz", - "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/helper-replace-supers": "^7.16.7" @@ -1465,9 +1457,8 @@ }, "node_modules/@babel/plugin-transform-parameters": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", - "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1480,9 +1471,8 @@ }, "node_modules/@babel/plugin-transform-property-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz", - "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1495,8 +1485,7 @@ }, "node_modules/@babel/plugin-transform-react-display-name": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1509,8 +1498,7 @@ }, "node_modules/@babel/plugin-transform-react-jsx": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz", - "integrity": "sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-module-imports": "^7.16.7", @@ -1527,8 +1515,7 @@ }, "node_modules/@babel/plugin-transform-react-jsx-development": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", + "license": "MIT", "dependencies": { "@babel/plugin-transform-react-jsx": "^7.16.7" }, @@ -1541,8 +1528,7 @@ }, "node_modules/@babel/plugin-transform-react-pure-annotations": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz", - "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7" @@ -1556,9 +1542,8 @@ }, "node_modules/@babel/plugin-transform-regenerator": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz", - "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-transform": "^0.14.2" }, @@ -1571,9 +1556,8 @@ }, "node_modules/@babel/plugin-transform-reserved-words": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz", - "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1586,9 +1570,8 @@ }, "node_modules/@babel/plugin-transform-shorthand-properties": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz", - "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1601,9 +1584,8 @@ }, "node_modules/@babel/plugin-transform-spread": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz", - "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" @@ -1617,9 +1599,8 @@ }, "node_modules/@babel/plugin-transform-sticky-regex": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz", - "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1632,9 +1613,8 @@ }, "node_modules/@babel/plugin-transform-template-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz", - "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1647,9 +1627,8 @@ }, "node_modules/@babel/plugin-transform-typeof-symbol": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz", - "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1662,9 +1641,8 @@ }, "node_modules/@babel/plugin-transform-unicode-escapes": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz", - "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.16.7" }, @@ -1677,9 +1655,8 @@ }, "node_modules/@babel/plugin-transform-unicode-regex": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz", - "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7" @@ -1692,9 +1669,9 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.8.tgz", - "integrity": "sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==", + "version": "7.16.11", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz", + "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==", "dev": true, "dependencies": { "@babel/compat-data": "^7.16.8", @@ -1715,7 +1692,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.16.7", "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", "@babel/plugin-proposal-optional-chaining": "^7.16.7", - "@babel/plugin-proposal-private-methods": "^7.16.7", + "@babel/plugin-proposal-private-methods": "^7.16.11", "@babel/plugin-proposal-private-property-in-object": "^7.16.7", "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", "@babel/plugin-syntax-async-generators": "^7.8.4", @@ -1779,11 +1756,72 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", + "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.3.1", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", + "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.1", + "core-js-compat": "^3.21.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/core-js-compat": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.21.1.tgz", + "integrity": "sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==", + "dev": true, + "dependencies": { + "browserslist": "^4.19.1", + "semver": "7.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/@babel/preset-env/node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/@babel/preset-modules": { "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", @@ -1816,8 +1854,7 @@ }, "node_modules/@babel/runtime": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", - "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.13.4" }, @@ -1827,8 +1864,7 @@ }, "node_modules/@babel/template": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.7", "@babel/parser": "^7.16.7", @@ -1840,8 +1876,7 @@ }, "node_modules/@babel/traverse": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz", - "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.7", "@babel/generator": "^7.16.8", @@ -1858,10 +1893,30 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/traverse/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@babel/traverse/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "node_modules/@babel/types": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz", - "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==", + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -1870,13 +1925,119 @@ "node": ">=6.9.0" } }, - "node_modules/@csstools/convert-colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", - "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==", + "node_modules/@csstools/postcss-color-function": { + "version": "1.0.3", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@csstools/postcss-font-format-keywords": { + "version": "1.0.0", "dev": true, + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=4.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/@csstools/postcss-hwb-function": { + "version": "1.0.0", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/@csstools/postcss-ic-unit": { + "version": "1.0.0", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/@csstools/postcss-is-pseudo-class": { + "version": "2.0.1", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@csstools/postcss-normalize-display-values": { + "version": "1.0.0", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/@csstools/postcss-oklab-function": { + "version": "1.0.2", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@csstools/postcss-progressive-custom-properties": { + "version": "1.3.0", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" } }, "node_modules/@deriv/components": { @@ -1893,9 +2054,8 @@ }, "node_modules/@discoveryjs/json-ext": { "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz", - "integrity": "sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } @@ -1921,10 +2081,28 @@ "node": "^10.12.0 || >=12.0.0" } }, + "node_modules/@eslint/eslintrc/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "peer": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz", - "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", + "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", "dev": true, "peer": true, "dependencies": { @@ -1937,6 +2115,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@eslint/eslintrc/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true, + "peer": true + }, "node_modules/@eslint/eslintrc/node_modules/type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", @@ -1965,6 +2150,31 @@ "node": ">=10.10.0" } }, + "node_modules/@humanwhocodes/config-array/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "peer": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@humanwhocodes/config-array/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true, + "peer": true + }, "node_modules/@humanwhocodes/object-schema": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", @@ -1974,9 +2184,8 @@ }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -1987,18 +2196,16 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -2009,14 +2216,12 @@ }, "node_modules/@polka/url": { "version": "1.0.0-next.21", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@testing-library/dom": { "version": "8.11.3", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz", - "integrity": "sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -2033,8 +2238,7 @@ }, "node_modules/@testing-library/dom/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -2047,8 +2251,7 @@ }, "node_modules/@testing-library/dom/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -2062,8 +2265,7 @@ }, "node_modules/@testing-library/dom/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -2073,35 +2275,16 @@ }, "node_modules/@testing-library/dom/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/@testing-library/dom/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@testing-library/dom/node_modules/supports-color": { - "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" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.0.0.tgz", - "integrity": "sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz", + "integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==", "dependencies": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^8.0.0" + "@testing-library/dom": "^8.0.0", + "@types/react-dom": "*" }, "engines": { "node": ">=12" @@ -2113,23 +2296,20 @@ }, "node_modules/@trysound/sax": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10.13.0" } }, "node_modules/@types/aria-query": { "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==" + "license": "MIT" }, "node_modules/@types/eslint": { "version": "8.2.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.2.2.tgz", - "integrity": "sha512-nQxgB8/Sg+QKhnV8e0WzPpxjIGT3tuJDDzybkDi8ItE/IgTlHo07U0shaIjzhcvQxlq9SDRE42lsJ23uvEgJ2A==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -2137,54 +2317,71 @@ }, "node_modules/@types/eslint-scope": { "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz", - "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==", "dev": true, + "license": "MIT", "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, "node_modules/@types/estree": { - "version": "0.0.50", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz", - "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==", + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", "dev": true }, "node_modules/@types/json-schema": { "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==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/json5": { "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz", - "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/parse-json": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/@types/prop-types": { + "version": "15.7.4", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz", + "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==" + }, + "node_modules/@types/react": { + "version": "17.0.43", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.43.tgz", + "integrity": "sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==", + "dependencies": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "17.0.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz", + "integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==", + "dependencies": { + "@types/react": "*" + } }, - "node_modules/@types/q": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", - "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==" + "node_modules/@types/scheduler": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" }, "node_modules/@webassemblyjs/ast": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/helper-numbers": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1" @@ -2192,27 +2389,23 @@ }, "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -2221,15 +2414,13 @@ }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -2239,33 +2430,29 @@ }, "node_modules/@webassemblyjs/ieee754": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", "dev": true, + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -2279,9 +2466,8 @@ }, "node_modules/@webassemblyjs/wasm-gen": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", @@ -2292,9 +2478,8 @@ }, "node_modules/@webassemblyjs/wasm-opt": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -2304,9 +2489,8 @@ }, "node_modules/@webassemblyjs/wasm-parser": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -2318,18 +2502,17 @@ }, "node_modules/@webassemblyjs/wast-printer": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@xtuc/long": "4.2.2" } }, "node_modules/@webpack-cli/configtest": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.0.tgz", - "integrity": "sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.1.tgz", + "integrity": "sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==", "dev": true, "peerDependencies": { "webpack": "4.x.x || 5.x.x", @@ -2337,9 +2520,9 @@ } }, "node_modules/@webpack-cli/info": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.4.0.tgz", - "integrity": "sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.4.1.tgz", + "integrity": "sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==", "dev": true, "dependencies": { "envinfo": "^7.7.3" @@ -2349,9 +2532,9 @@ } }, "node_modules/@webpack-cli/serve": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.0.tgz", - "integrity": "sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.1.tgz", + "integrity": "sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==", "dev": true, "peerDependencies": { "webpack-cli": "4.x.x" @@ -2364,15 +2547,13 @@ }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/abbrev": { "version": "1.1.1", @@ -2380,64 +2561,6 @@ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true }, - "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "peer": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peer": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/agentkeepalive": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz", - "integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -2454,77 +2577,20 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dev": true, - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/ajv-formats/node_modules/ajv": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, "node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", - "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", "dev": true }, - "node_modules/amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true, - "engines": { - "node": ">=0.4.2" - } + "node_modules/ajv/node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true }, - "node_modules/ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "dev": true, - "engines": { - "node": ">=6" - } + "node_modules/ajv/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true }, "node_modules/ansi-escapes": { "version": "4.3.2", @@ -2542,22 +2608,21 @@ } }, "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, "node_modules/ansi-styles": { - "version": "3.2.1", - "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" - }, + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, "node_modules/anymatch": { @@ -2573,6 +2638,15 @@ "node": ">= 8" } }, + "node_modules/anymatch/node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/aproba": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", @@ -2589,22 +2663,13 @@ "readable-stream": "^2.0.6" } }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/aria-query": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz", - "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==", - "engines": { - "node": ">=6.0" - } + "node_modules/are-we-there-yet/node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true }, + "node_modules/aria-query": {}, "node_modules/array-find-index": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", @@ -2614,25 +2679,6 @@ "node": ">=0.10.0" } }, - "node_modules/array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -2642,203 +2688,177 @@ "node": ">=8" } }, - "node_modules/array.prototype.flat": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz", - "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==", + "node_modules/assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "*" } }, - "node_modules/array.prototype.flatmap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz", - "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, - "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "node_modules/aws4": { + "dev": true + }, + "node_modules/babel-core": { + "version": "6.26.3", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz", + "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==", "dev": true, "dependencies": { - "safer-buffer": "~2.1.0" + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.1", + "debug": "^2.6.9", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.8", + "slash": "^1.0.0", + "source-map": "^0.5.7" } }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "node_modules/babel-core/node_modules/babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, - "engines": { - "node": ">=0.8" + "dependencies": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" } }, - "node_modules/assertion-error": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", - "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "node_modules/babel-core/node_modules/babel-generator": { + "version": "6.26.1", + "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", + "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", "dev": true, - "engines": { - "node": "*" + "dependencies": { + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.7", + "trim-right": "^1.0.1" } }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "node_modules/babel-core/node_modules/babel-helpers": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", + "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, - "node_modules/async": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", - "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", - "dev": true - }, - "node_modules/async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", + "node_modules/babel-core/node_modules/babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", "dev": true, - "engines": { - "node": "*" + "dependencies": { + "babel-runtime": "^6.22.0" } }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "node_modules/autoprefixer": { - "version": "9.8.8", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", - "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", + "node_modules/babel-core/node_modules/babel-register": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", + "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", "dev": true, "dependencies": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "picocolors": "^0.2.1", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" } }, - "node_modules/autoprefixer/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/autoprefixer/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/babel-core/node_modules/babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" } }, - "node_modules/autoprefixer/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/babel-core/node_modules/babel-template": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", + "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" } }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "node_modules/babel-core/node_modules/babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", - "dev": true - }, - "node_modules/axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "dependencies": { - "follow-redirects": "^1.14.0" + "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" } }, - "node_modules/babel-code-frame": { + "node_modules/babel-core/node_modules/babel-types": { "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", "dev": true, "dependencies": { - "chalk": "^1.1.3", + "babel-runtime": "^6.26.0", "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - } - }, - "node_modules/babel-code-frame/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" } }, - "node_modules/babel-code-frame/node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "node_modules/babel-core/node_modules/babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", "dev": true, - "engines": { - "node": ">=0.10.0" + "bin": { + "babylon": "bin/babylon.js" } }, - "node_modules/babel-code-frame/node_modules/chalk": { + "node_modules/babel-core/node_modules/chalk": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", @@ -2854,67 +2874,48 @@ "node": ">=0.10.0" } }, - "node_modules/babel-code-frame/node_modules/js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", - "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", - "dev": true + "node_modules/babel-core/node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", + "dev": true, + "hasInstallScript": true }, - "node_modules/babel-code-frame/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "node_modules/babel-core/node_modules/globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/babel-code-frame/node_modules/supports-color": { + "node_modules/babel-core/node_modules/has-ansi": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, "engines": { - "node": ">=0.8.0" + "node": ">=0.10.0" } }, - "node_modules/babel-core": { - "version": "6.26.3", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz", - "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==", - "dev": true, - "dependencies": { - "babel-code-frame": "^6.26.0", - "babel-generator": "^6.26.0", - "babel-helpers": "^6.24.1", - "babel-messages": "^6.23.0", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "babel-template": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "convert-source-map": "^1.5.1", - "debug": "^2.6.9", - "json5": "^0.5.1", - "lodash": "^4.17.4", - "minimatch": "^3.0.4", - "path-is-absolute": "^1.0.1", - "private": "^0.1.8", - "slash": "^1.0.0", - "source-map": "^0.5.7" - } + "node_modules/babel-core/node_modules/js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true }, - "node_modules/babel-core/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/babel-core/node_modules/jsesc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", + "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", "dev": true, - "dependencies": { - "ms": "2.0.0" + "bin": { + "jsesc": "bin/jsesc" } }, "node_modules/babel-core/node_modules/json5": { @@ -2926,14 +2927,68 @@ "json5": "lib/cli.js" } }, - "node_modules/babel-core/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "node_modules/babel-core/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/babel-eslint": { - "version": "10.1.0", + "node_modules/babel-core/node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "node_modules/babel-core/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/babel-core/node_modules/regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", + "dev": true + }, + "node_modules/babel-core/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-core/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/babel-core/node_modules/to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-eslint": { + "version": "10.1.0", "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.", @@ -2953,49 +3008,14 @@ "eslint": ">= 4.12.1" } }, - "node_modules/babel-generator": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", - "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", - "dev": true, - "dependencies": { - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "detect-indent": "^4.0.0", - "jsesc": "^1.3.0", - "lodash": "^4.17.4", - "source-map": "^0.5.7", - "trim-right": "^1.0.1" - } - }, - "node_modules/babel-generator/node_modules/jsesc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", - "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/babel-helpers": { - "version": "6.24.1", - "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", - "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", - "dev": true, - "dependencies": { - "babel-runtime": "^6.22.0", - "babel-template": "^6.24.1" - } - }, "node_modules/babel-loader": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz", - "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.4.tgz", + "integrity": "sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A==", "dev": true, "dependencies": { "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", + "loader-utils": "^2.0.0", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" }, @@ -3007,204 +3027,39 @@ "webpack": ">=2" } }, - "node_modules/babel-messages": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", - "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", - "dev": true, - "dependencies": { - "babel-runtime": "^6.22.0" - } - }, - "node_modules/babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "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==", - "dev": true, - "dependencies": { - "object.assign": "^4.1.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz", - "integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.13.11", - "@babel/helper-define-polyfill-provider": "^0.3.0", - "semver": "^6.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz", - "integrity": "sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.0", - "core-js-compat": "^3.20.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz", - "integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==", + "node_modules/babel-loader/node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.0" + "bin": { + "json5": "lib/cli.js" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-react-svg": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/babel-plugin-react-svg/-/babel-plugin-react-svg-3.0.3.tgz", - "integrity": "sha512-Pst1RWjUIiV0Ykv1ODSeceCBsFOP2Y4dusjq7/XkjuzJdvS9CjpkPMUIoO4MLlvp5PiLCeMlsOC7faEUA0gm3Q==", "engines": { - "node": ">=8" - }, - "peerDependencies": { - "@babel/plugin-syntax-jsx": "^7.2.0" - } - }, - "node_modules/babel-register": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", - "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", - "dev": true, - "dependencies": { - "babel-core": "^6.26.0", - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "home-or-tmp": "^2.0.0", - "lodash": "^4.17.4", - "mkdirp": "^0.5.1", - "source-map-support": "^0.4.15" - } - }, - "node_modules/babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "dev": true, - "dependencies": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - } - }, - "node_modules/babel-runtime/node_modules/regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", - "dev": true - }, - "node_modules/babel-template": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", - "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", - "dev": true, - "dependencies": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - } - }, - "node_modules/babel-traverse": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", - "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", - "dev": true, - "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" + "node": ">=6" } }, - "node_modules/babel-traverse/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/babel-loader/node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", "dev": true, "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/babel-traverse/node_modules/globals": { - "version": "9.18.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", - "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", - "dev": true, + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8.9.0" } }, - "node_modules/babel-traverse/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "node_modules/babel-plugin-dynamic-import-node": { "dev": true }, - "node_modules/babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", - "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", - "dev": true, - "dependencies": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - } - }, - "node_modules/babel-types/node_modules/to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", - "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/babylon": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", - "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", - "dev": true, - "bin": { - "babylon": "bin/babylon.js" - } - }, + "node_modules/babel-plugin-react-svg": {}, "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dev": true, - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, "node_modules/big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", @@ -3222,23 +3077,6 @@ "node": ">=8" } }, - "node_modules/block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "dependencies": { - "inherits": "~2.0.0" - }, - "engines": { - "node": "0.4 || >=0.5.8" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" - }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -3249,33 +3087,43 @@ "concat-map": "0.0.1" } }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } + "node_modules/brace-expansion/node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true }, - "node_modules/browser-stdout": { + "node_modules/brace-expansion/node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/browser-stdout": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", "dev": true }, "node_modules/browserslist": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", - "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", + "version": "4.20.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", + "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], "dependencies": { - "caniuse-lite": "^1.0.30001286", - "electron-to-chromium": "^1.4.17", + "caniuse-lite": "^1.0.30001317", + "electron-to-chromium": "^1.4.84", "escalade": "^3.1.1", - "node-releases": "^2.0.1", + "node-releases": "^2.0.2", "picocolors": "^1.0.0" }, "bin": { @@ -3283,12 +3131,36 @@ }, "engines": { "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" } }, + "node_modules/browserslist/node_modules/caniuse-lite": { + "version": "1.0.30001320", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", + "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] + }, + "node_modules/browserslist/node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/browserslist/node_modules/node-releases": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", + "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + }, "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", @@ -3296,25 +3168,7 @@ "dev": true }, "node_modules/call-bind": { - "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" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } + "dev": true }, "node_modules/camelcase": { "version": "2.1.1", @@ -3350,31 +3204,33 @@ "lodash.uniq": "^4.5.0" } }, - "node_modules/caniuse-lite": { - "version": "1.0.30001299", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz", - "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } - }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true + "node_modules/caniuse-api/node_modules/caniuse-lite": { + "version": "1.0.30001320", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", + "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] }, "node_modules/chai": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz", - "integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.6.tgz", + "integrity": "sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==", "dev": true, "dependencies": { "assertion-error": "^1.1.0", "check-error": "^1.0.2", "deep-eql": "^3.0.1", "get-func-name": "^2.0.0", + "loupe": "^2.3.1", "pathval": "^1.1.1", "type-detect": "^4.0.5" }, @@ -3382,17 +3238,14 @@ "node": ">=4" } }, - "node_modules/chalk": { - "version": "2.4.2", - "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" - }, + "node_modules/chalk": {}, + "node_modules/charcodes": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz", + "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==", + "dev": true, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/check-error": { @@ -3404,62 +3257,11 @@ "node": "*" } }, - "node_modules/chokidar": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", - "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", - "dev": true, - "dependencies": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.2.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.1.1" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/chrome-trace-event": { - "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==", - "dev": true, - "engines": { - "node": ">=6.0" - } - }, "node_modules/classnames": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -3489,107 +3291,9 @@ } }, "node_modules/cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/cliui/node_modules/emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", "dev": true }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/cliui/node_modules/string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/cliui/node_modules/wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/coa": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", - "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", - "dependencies": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "engines": { - "node": ">= 4.0" - } - }, + "node_modules/coa": {}, "node_modules/code-point-at": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", @@ -3603,6 +3307,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, "dependencies": { "color-name": "1.1.3" } @@ -3610,7 +3315,8 @@ "node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true }, "node_modules/colord": { "version": "2.9.2", @@ -3625,15 +3331,7 @@ "dev": true }, "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } + "dev": true }, "node_modules/commander": { "version": "3.0.2", @@ -3641,18 +3339,6 @@ "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", "dev": true }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, "node_modules/confusing-browser-globals": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", @@ -3697,84 +3383,118 @@ "webpack": "^5.1.0" } }, - "node_modules/copy-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "node_modules/copy-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/copy-webpack-plugin/node_modules/fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", "dev": true, "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" }, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": ">=8.6.0" } }, - "node_modules/core-js": { - "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "dev": true, - "hasInstallScript": true - }, - "node_modules/core-js-compat": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.2.tgz", - "integrity": "sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==", + "node_modules/copy-webpack-plugin/node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "dependencies": { - "browserslist": "^4.19.1", - "semver": "7.0.0" + "is-glob": "^4.0.1" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" + "engines": { + "node": ">= 6" } }, - "node_modules/core-js-compat/node_modules/semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "node_modules/copy-webpack-plugin/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "dev": true + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "node_modules/copy-webpack-plugin/node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/copy-webpack-plugin/node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "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" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": ">=10" + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/copy-webpack-plugin/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" } }, + "node_modules/core-util-is": { + "dev": true + }, "node_modules/crc-32": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.0.tgz", - "integrity": "sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.1.tgz", + "integrity": "sha512-Dn/xm/1vFFgs3nfrpEVScHoIslO9NZRITWGz/1E/St6u4xw99vfZzVkW0OSnzx2h9egej9xwMCEut6sqwokM/w==", "dependencies": { "exit-on-epipe": "~1.0.1", - "printj": "~1.1.0" + "printj": "~1.3.1" }, "bin": { "crc32": "bin/crc32.njs" @@ -3799,7 +3519,7 @@ "node": ">=4.0" } }, - "node_modules/cross-spawn": { + "node_modules/cross-env/node_modules/cross-spawn": { "version": "6.0.5", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", @@ -3815,7 +3535,13 @@ "node": ">=4.8" } }, - "node_modules/cross-spawn/node_modules/semver": { + "node_modules/cross-env/node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node_modules/cross-env/node_modules/semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", @@ -3824,153 +3550,79 @@ "semver": "bin/semver" } }, - "node_modules/css-blank-pseudo": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz", - "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==", - "dev": true, - "dependencies": { - "postcss": "^7.0.5" - }, - "bin": { - "css-blank-pseudo": "cli.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/css-blank-pseudo/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/css-blank-pseudo/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/css-blank-pseudo/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/css-declaration-sorter": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz", - "integrity": "sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==", + "node_modules/css-hot-loader": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/css-hot-loader/-/css-hot-loader-1.4.4.tgz", + "integrity": "sha512-J/qXHz+r7FOT92qMIJfxUk0LC9fecQNZVr0MswQ4FOpKLyOCBjofVMfc6R268bh/5ktkTShrweMr0wWqerC92g==", "dev": true, "dependencies": { - "timsort": "^0.3.0" - }, - "engines": { - "node": ">= 10" - }, - "peerDependencies": { - "postcss": "^8.0.9" + "loader-utils": "^1.1.0", + "lodash": "^4.17.5", + "normalize-url": "^1.9.1" } }, - "node_modules/css-has-pseudo": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz", - "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==", + "node_modules/css-hot-loader/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "dependencies": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^5.0.0-rc.4" + "minimist": "^1.2.0" }, "bin": { - "css-has-pseudo": "cli.js" - }, - "engines": { - "node": ">=6.0.0" + "json5": "lib/cli.js" } }, - "node_modules/css-has-pseudo/node_modules/cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", + "node_modules/css-hot-loader/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", "dev": true, - "bin": { - "cssesc": "bin/cssesc" + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" }, "engines": { - "node": ">=4" + "node": ">=4.0.0" } }, - "node_modules/css-has-pseudo/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "node_modules/css-hot-loader/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/css-has-pseudo/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } + "node_modules/css-hot-loader/node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true }, - "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "node_modules/css-hot-loader/node_modules/normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", "dev": true, "dependencies": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" }, "engines": { "node": ">=4" } }, - "node_modules/css-has-pseudo/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/css-hot-loader/node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/css-hot-loader": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/css-hot-loader/-/css-hot-loader-1.4.4.tgz", - "integrity": "sha512-J/qXHz+r7FOT92qMIJfxUk0LC9fecQNZVr0MswQ4FOpKLyOCBjofVMfc6R268bh/5ktkTShrweMr0wWqerC92g==", - "dev": true, - "dependencies": { - "loader-utils": "^1.1.0", - "lodash": "^4.17.5", - "normalize-url": "^1.9.1" - } - }, "node_modules/css-loader": { "version": "5.2.7", "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", @@ -3999,6 +3651,39 @@ "webpack": "^4.27.0 || ^5.0.0" } }, + "node_modules/css-loader/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/css-loader/node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/css-loader/node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/css-loader/node_modules/loader-utils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", @@ -4047,9 +3732,9 @@ } }, "node_modules/css-minimizer-webpack-plugin": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.3.1.tgz", - "integrity": "sha512-SHA7Hu/EiF0dOwdmV2+agvqYpG+ljlUa7Dvn1AVOmSH3N8KOERoaM9lGpstz9nGsoTjANGyUXdrxl/EwdMScRg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", "dev": true, "dependencies": { "cssnano": "^5.0.6", @@ -4070,6 +3755,9 @@ "webpack": "^5.0.0" }, "peerDependenciesMeta": { + "@parcel/css": { + "optional": true + }, "clean-css": { "optional": true }, @@ -4082,9 +3770,9 @@ } }, "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -4097,6 +3785,23 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", @@ -4109,79 +3814,131 @@ "ajv": "^8.8.2" } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true + "node_modules/css-minimizer-webpack-plugin/node_modules/css-declaration-sorter": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.2.2.tgz", + "integrity": "sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "node_modules/css-minimizer-webpack-plugin/node_modules/cssnano": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.5.tgz", + "integrity": "sha512-VZO1e+bRRVixMeia1zKagrv0lLN1B/r/u12STGNNUFxnp97LIFgZHQa0JxqlwEkvzUyA9Oz/WnCTAFkdEbONmg==", "dev": true, "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" + "cssnano-preset-default": "^5.2.5", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" }, "engines": { - "node": ">= 12.13.0" + "node": "^10 || ^12 || >=14.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://opencollective.com/cssnano" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/css-minimizer-webpack-plugin/node_modules/cssnano-preset-default": { + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.5.tgz", + "integrity": "sha512-WopL7PzN7sos3X8B54/QGl+CZUh1f0qN4ds+y2d5EPwRSSc3jsitVw81O+Uyop0pXyOfPfZxnc+LmA8w/Ki/WQ==", "dev": true, + "dependencies": { + "css-declaration-sorter": "^6.0.3", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.0", + "postcss-convert-values": "^5.1.0", + "postcss-discard-comments": "^5.1.1", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.3", + "postcss-merge-rules": "^5.1.1", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.2", + "postcss-minify-selectors": "^5.2.0", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.0", + "postcss-normalize-repeat-style": "^5.1.0", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.0", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.1", + "postcss-reduce-initial": "^5.1.0", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + }, "engines": { - "node": ">=0.10.0" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/css-prefers-color-scheme": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz", - "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==", + "node_modules/css-minimizer-webpack-plugin/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, "dependencies": { - "postcss": "^7.0.5" - }, - "bin": { - "css-prefers-color-scheme": "cli.js" + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">= 10.13.0" } }, - "node_modules/css-prefers-color-scheme/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true }, - "node_modules/css-prefers-color-scheme/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/css-minimizer-webpack-plugin/node_modules/lilconfig": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", + "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "url": "https://opencollective.com/webpack" } }, - "node_modules/css-prefers-color-scheme/node_modules/source-map": { + "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", @@ -4190,145 +3947,41 @@ "node": ">=0.10.0" } }, - "node_modules/css-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", - "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", + "node_modules/css-minimizer-webpack-plugin/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^5.1.0", - "domhandler": "^4.3.0", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/fb55" + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", - "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + "node_modules/css-select": { + "dev": true }, + "node_modules/css-select-base-adapter": {}, "node_modules/css-tree": { - "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.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/css-tree/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/css-what": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", - "dev": true, - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } + "dev": true }, "node_modules/cssdb": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz", - "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.5.0.tgz", + "integrity": "sha512-Rh7AAopF2ckPXe/VBcoUS9JrCZNSyc60+KpgE6X25vpVxA32TmiqvExjkfhwP4wGSb6Xe8Z/JIyGqwgx/zZYFA==", "dev": true }, "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cssnano": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.15.tgz", - "integrity": "sha512-ppZsS7oPpi2sfiyV5+i+NbB/3GtQ+ab2Vs1azrZaXWujUSN4o+WdTxlCZIMcT9yLW3VO/5yX3vpyDaQ1nIn8CQ==", - "dev": true, - "dependencies": { - "cssnano-preset-default": "^5.1.10", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/cssnano" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-preset-default": { - "version": "5.1.10", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.10.tgz", - "integrity": "sha512-BcpSzUVygHMOnp9uG5rfPzTOCb0GAHQkqtUQx8j1oMNF9A1Q8hziOOhiM4bdICpmrBIU85BE64RD5XGYsVQZNA==", - "dev": true, - "dependencies": { - "css-declaration-sorter": "^6.0.3", - "cssnano-utils": "^3.0.0", - "postcss-calc": "^8.2.0", - "postcss-colormin": "^5.2.3", - "postcss-convert-values": "^5.0.2", - "postcss-discard-comments": "^5.0.1", - "postcss-discard-duplicates": "^5.0.1", - "postcss-discard-empty": "^5.0.1", - "postcss-discard-overridden": "^5.0.2", - "postcss-merge-longhand": "^5.0.4", - "postcss-merge-rules": "^5.0.4", - "postcss-minify-font-values": "^5.0.2", - "postcss-minify-gradients": "^5.0.4", - "postcss-minify-params": "^5.0.3", - "postcss-minify-selectors": "^5.1.1", - "postcss-normalize-charset": "^5.0.1", - "postcss-normalize-display-values": "^5.0.2", - "postcss-normalize-positions": "^5.0.2", - "postcss-normalize-repeat-style": "^5.0.2", - "postcss-normalize-string": "^5.0.2", - "postcss-normalize-timing-functions": "^5.0.2", - "postcss-normalize-unicode": "^5.0.2", - "postcss-normalize-url": "^5.0.4", - "postcss-normalize-whitespace": "^5.0.2", - "postcss-ordered-values": "^5.0.3", - "postcss-reduce-initial": "^5.0.2", - "postcss-reduce-transforms": "^5.0.2", - "postcss-svgo": "^5.0.3", - "postcss-unique-selectors": "^5.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } + "dev": true }, "node_modules/cssnano-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.0.0.tgz", - "integrity": "sha512-Pzs7/BZ6OgT+tXXuF12DKR8SmSbzUeVYCtMBbS8lI0uAm3mrYmkyqCXXPsQESI6kmLfEVBppbdVY/el3hg3nAA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", "dev": true, "engines": { "node": "^10 || ^12 || >=14.0" @@ -4337,21 +3990,11 @@ "postcss": "^8.2.15" } }, - "node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "dependencies": { - "css-tree": "^1.1.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, + "node_modules/csso": {}, "node_modules/csstype": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz", - "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==" + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz", + "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==" }, "node_modules/currently-unhandled": { "version": "0.4.1", @@ -4365,32 +4008,13 @@ "node": ">=0.10.0" } }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, "node_modules/debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "ms": "2.0.0" } }, "node_modules/decamelize": { @@ -4402,12 +4026,6 @@ "node": ">=0.10.0" } }, - "node_modules/dedent": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", - "dev": true - }, "node_modules/deep-eql": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", @@ -4420,54 +4038,7 @@ "node": ">=0.12" } }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true, - "peer": true - }, - "node_modules/deepmerge": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz", - "integrity": "sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-properties": { - "version": "1.1.3", - "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" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "dev": true - }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "engines": { - "node": ">= 0.6" - } - }, + "node_modules/define-properties": {}, "node_modules/detect-indent": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", @@ -4480,15 +4051,6 @@ "node": ">=0.10.0" } }, - "node_modules/diff": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", - "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -4514,239 +4076,64 @@ "node": ">=6.0.0" } }, - "node_modules/dom-accessibility-api": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.10.tgz", - "integrity": "sha512-Xu9mD0UjrJisTmv7lmVSDMagQcU9R5hwAbxsaAE/35XPnPLJobbuREfV/rraiSaEj/UOvgrzQs66zyTWTlyd+g==" + "node_modules/dom-accessibility-api": {}, + "node_modules/domelementtype": {}, + "node_modules/electron-to-chromium": { + "version": "1.4.97", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.97.tgz", + "integrity": "sha512-vqSu7Qn6o5E1uAJQxmq2U69aBhBTxUAXMuT5Sm3jj8kEJciuUcKciktLuTPFSRlwSdNyeu9qah8Nzy9JyxefCw==" }, - "node_modules/dom-helpers": { - "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" + "node_modules/emoji-regex": { + "dev": true + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "engines": { + "node": ">= 4" } }, - "node_modules/dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", "dev": true, "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "ansi-colors": "^4.1.1" }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + "engines": { + "node": ">=8.6" } }, - "node_modules/domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/domhandler": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", - "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", + "node_modules/enquirer/node_modules/ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", "dev": true, - "dependencies": { - "domelementtype": "^2.2.0" - }, "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "node": ">=6" } }, - "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "node_modules/entities": {}, + "node_modules/envinfo": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", + "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", "dev": true, - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "bin": { + "envinfo": "dist/cli.js" }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "dev": true - }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dev": true, - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.4.45", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz", - "integrity": "sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==" - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/enhanced-resolve": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz", - "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "dependencies": { - "ansi-colors": "^4.1.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/envinfo": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", - "dev": true, - "bin": { - "envinfo": "dist/cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz", - "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==", - "dependencies": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.1", - "object-inspect": "^1.11.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", - "dev": true - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "engines": { - "node": ">=6" + "engines": { + "node": ">=4" } }, + "node_modules/es-abstract": {}, "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, "engines": { "node": ">=0.8.0" } @@ -4827,1102 +4214,1071 @@ "eslint-plugin-import": "^2.22.1" } }, - "node_modules/eslint-config-binary": { + "node_modules/eslint-config-airbnb-base/node_modules/call-bind": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/eslint-config-binary/-/eslint-config-binary-1.0.2.tgz", - "integrity": "sha1-i6McWtAl6hFNMn0SFbvyfNvD6dI=", - "dev": true - }, - "node_modules/eslint-config-prettier": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz", - "integrity": "sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, - "bin": { - "eslint-config-prettier": "bin/cli.js" + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" }, - "peerDependencies": { - "eslint": ">=7.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-import-resolver-node": { - "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==", + "node_modules/eslint-config-airbnb-base/node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "dependencies": { - "debug": "^3.2.7", - "resolve": "^1.20.0" + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" } }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "node_modules/eslint-config-airbnb-base/node_modules/es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", "dev": true, "dependencies": { - "ms": "^2.1.1" + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-module-utils": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz", - "integrity": "sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==", + "node_modules/eslint-config-airbnb-base/node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, "dependencies": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" }, "engines": { - "node": ">=4" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "node_modules/eslint-config-airbnb-base/node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/eslint-config-airbnb-base/node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dev": true, "dependencies": { - "ms": "^2.1.1" + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-import": { - "version": "2.25.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz", - "integrity": "sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==", + "node_modules/eslint-config-airbnb-base/node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "dev": true, "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.2", - "has": "^1.0.3", - "is-core-module": "^2.8.0", - "is-glob": "^4.0.3", - "minimatch": "^3.0.4", - "object.values": "^1.1.5", - "resolve": "^1.20.0", - "tsconfig-paths": "^3.12.0" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" }, "engines": { - "node": ">=4" + "node": ">= 0.4" }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/eslint-config-airbnb-base/node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "dependencies": { - "ms": "2.0.0" + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" } }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "node_modules/eslint-config-airbnb-base/node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-import/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "node_modules/eslint-plugin-prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz", - "integrity": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==", + "node_modules/eslint-config-airbnb-base/node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "dependencies": { - "prettier-linter-helpers": "^1.0.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "eslint": ">=5.0.0", - "prettier": ">=1.13.0" + "node": ">= 0.4" }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-react": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz", - "integrity": "sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==", + "node_modules/eslint-config-airbnb-base/node_modules/internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flatmap": "^1.2.5", - "doctrine": "^2.1.0", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.0.4", - "object.entries": "^1.1.5", - "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.0", - "object.values": "^1.1.5", - "prop-types": "^15.7.2", - "resolve": "^2.0.0-next.3", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.6" + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" }, "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + "node": ">= 0.4" } }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz", - "integrity": "sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==", + "node_modules/eslint-config-airbnb-base/node_modules/is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "dev": true, "engines": { - "node": ">=10" + "node": ">= 0.4" }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "node_modules/eslint-config-airbnb-base/node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "dependencies": { - "esutils": "^2.0.2" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.3", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", - "dev": true, - "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/eslint-scope/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "node_modules/eslint-config-airbnb-base/node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", "dev": true, "engines": { - "node": ">=4.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "node_modules/eslint-config-airbnb-base/node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, - "peer": true, "dependencies": { - "eslint-visitor-keys": "^1.1.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=6" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true, - "engines": { - "node": ">=4" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "node_modules/eslint-config-airbnb-base/node_modules/is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", "dev": true, - "peer": true, - "dependencies": { - "@babel/highlight": "^7.10.4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/eslint-config-airbnb-base/node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, - "peer": true, "dependencies": { - "color-convert": "^2.0.1" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/eslint-config-airbnb-base/node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, - "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/eslint-config-airbnb-base/node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, - "peer": true, "dependencies": { - "color-name": "~1.1.4" + "call-bind": "^1.0.2" }, - "engines": { - "node": ">=7.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "node_modules/eslint-config-airbnb-base/node_modules/object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", "dev": true, - "peer": true + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "node_modules/eslint/node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "node_modules/eslint-config-airbnb-base/node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, - "peer": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, "engines": { - "node": ">= 8" + "node": ">= 0.4" } }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "node_modules/eslint-config-airbnb-base/node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "dev": true, - "peer": true, + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "node_modules/eslint-config-airbnb-base/node_modules/object.entries": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", + "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", "dev": true, - "peer": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, "engines": { - "node": ">=10" + "node": ">= 0.4" } }, - "node_modules/eslint/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/eslint-config-binary": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-binary/-/eslint-config-binary-1.0.2.tgz", + "integrity": "sha1-i6McWtAl6hFNMn0SFbvyfNvD6dI=", + "dev": true + }, + "node_modules/eslint-config-prettier": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz", + "integrity": "sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==", "dev": true, - "peer": true, - "dependencies": { - "is-glob": "^4.0.1" + "bin": { + "eslint-config-prettier": "bin/cli.js" }, - "engines": { - "node": ">= 6" + "peerDependencies": { + "eslint": ">=7.0.0" } }, - "node_modules/eslint/node_modules/globals": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz", - "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==", + "node_modules/eslint-plugin-import": { + "version": "2.25.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz", + "integrity": "sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==", "dev": true, - "peer": true, "dependencies": { - "type-fest": "^0.20.2" + "array-includes": "^3.1.4", + "array.prototype.flat": "^1.2.5", + "debug": "^2.6.9", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-module-utils": "^2.7.2", + "has": "^1.0.3", + "is-core-module": "^2.8.0", + "is-glob": "^4.0.3", + "minimatch": "^3.0.4", + "object.values": "^1.1.5", + "resolve": "^1.20.0", + "tsconfig-paths": "^3.12.0" }, "engines": { - "node": ">=8" + "node": ">=4" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" } }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/eslint-plugin-import/node_modules/array-includes": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", + "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", "dev": true, - "peer": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" + }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "node_modules/eslint-plugin-import/node_modules/array.prototype.flat": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz", + "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==", "dev": true, - "peer": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0" + }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "node_modules/eslint-plugin-import/node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, - "peer": true, "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "node_modules/eslint-plugin-import/node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, - "peer": true, "dependencies": { - "shebang-regex": "^3.0.0" + "object-keys": "^1.0.12" }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/eslint/node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "node_modules/eslint-plugin-import/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, - "peer": true, + "dependencies": { + "esutils": "^2.0.2" + }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/eslint-plugin-import/node_modules/es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", "dev": true, - "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "node_modules/eslint-plugin-import/node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, - "peer": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "node_modules/eslint-plugin-import/node_modules/eslint-import-resolver-node": { + "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==", "dev": true, - "peer": true, "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" + "debug": "^3.2.7", + "resolve": "^1.20.0" } }, - "node_modules/espree": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", + "node_modules/eslint-plugin-import/node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "peer": true, "dependencies": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" + "ms": "^2.1.1" } }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" + "node_modules/eslint-plugin-import/node_modules/eslint-module-utils": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", + "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "dev": true, + "dependencies": { + "debug": "^3.2.7", + "find-up": "^2.1.0" }, "engines": { "node": ">=4" } }, - "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "node_modules/eslint-plugin-import/node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "peer": true, "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" + "ms": "^2.1.1" } }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "node_modules/eslint-plugin-import/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "dependencies": { - "estraverse": "^5.2.0" + "locate-path": "^2.0.0" }, "engines": { - "node": ">=4.0" + "node": ">=4" } }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } + "node_modules/eslint-plugin-import/node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "node_modules/eslint-plugin-import/node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dev": true, - "engines": { - "node": ">=0.8.x" + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "node_modules/eslint-plugin-import/node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "dev": true, "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/execa/node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "node_modules/eslint-plugin-import/node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" + "function-bind": "^1.1.1" }, "engines": { - "node": ">= 8" + "node": ">= 0.4.0" } }, - "node_modules/execa/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "node_modules/eslint-plugin-import/node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/execa/node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "node_modules/eslint-plugin-import/node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "dependencies": { - "shebang-regex": "^3.0.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=8" - } - }, - "node_modules/execa/node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/execa/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "node_modules/eslint-plugin-import/node_modules/internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" }, "engines": { - "node": ">= 8" + "node": ">= 0.4" } }, - "node_modules/exit-on-epipe": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", - "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==", + "node_modules/eslint-plugin-import/node_modules/is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "dev": true, "engines": { - "node": ">=0.8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true, - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "node_modules/fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.10.tgz", - "integrity": "sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A==", + "node_modules/eslint-plugin-import/node_modules/is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", "dev": true, "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "has": "^1.0.3" }, - "engines": { - "node": ">=8.6.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/eslint-plugin-import/node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "dependencies": { - "is-glob": "^4.0.1" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">= 6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true, - "peer": true - }, - "node_modules/fastest-levenshtein": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", - "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", - "dev": true - }, - "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "node_modules/eslint-plugin-import/node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", "dev": true, - "dependencies": { - "reusify": "^1.0.4" + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "node_modules/eslint-plugin-import/node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, - "peer": true, "dependencies": { - "flat-cache": "^3.0.4" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "node_modules/eslint-plugin-import/node_modules/is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "node_modules/eslint-plugin-import/node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "node_modules/eslint-plugin-import/node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, "dependencies": { - "locate-path": "^2.0.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=4" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/flat": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.1.tgz", - "integrity": "sha512-FmTtBsHskrU6FJ2VxCnsDb84wu9zhmO3cUX2kGFb5tuwhfXxGciiT0oRY+cck35QmG+NmGh5eLz6lLCpWTqwpA==", + "node_modules/eslint-plugin-import/node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, "dependencies": { - "is-buffer": "~2.0.3" + "call-bind": "^1.0.2" }, - "bin": { - "flat": "cli.js" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "node_modules/eslint-plugin-import/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, - "peer": true, "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=4" } }, - "node_modules/flatted": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz", - "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==", - "dev": true, - "peer": true - }, - "node_modules/flatten": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz", - "integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==", - "deprecated": "flatten is deprecated in favor of utility frameworks such as lodash.", + "node_modules/eslint-plugin-import/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/follow-redirects": { - "version": "1.14.7", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", - "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } + "node_modules/eslint-plugin-import/node_modules/object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "node_modules/eslint-plugin-import/node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, "engines": { - "node": "*" + "node": ">= 0.4" } }, - "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "node_modules/eslint-plugin-import/node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "dev": true, "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" }, "engines": { - "node": ">= 0.12" - } - }, - "node_modules/formik": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/formik/-/formik-2.2.9.tgz", - "integrity": "sha512-LQLcISMmf1r5at4/gyJigGn0gOwFbeEAlji+N9InZF6LIMXnFNkO42sCI8Jt84YZggpD4cPWObAZaxpEFtSzNA==", - "funding": [ - { - "type": "individual", - "url": "https://opencollective.com/formik" - } - ], - "dependencies": { - "deepmerge": "^2.1.1", - "hoist-non-react-statics": "^3.3.0", - "lodash": "^4.17.21", - "lodash-es": "^4.17.21", - "react-fast-compare": "^2.0.1", - "tiny-warning": "^1.0.2", - "tslib": "^1.10.0" + "node": ">= 0.4" }, - "peerDependencies": { - "react": ">=16.8.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "node_modules/fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "deprecated": "\"Please update to latest v2.3 or v2.2\"", + "node_modules/eslint-plugin-import/node_modules/object.values": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "node_modules/eslint-plugin-import/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" + "p-try": "^1.0.0" }, "engines": { - "node": ">=0.6" + "node": ">=4" } }, - "node_modules/fstream/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "node_modules/eslint-plugin-import/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "dependencies": { - "glob": "^7.1.3" + "p-limit": "^1.1.0" }, - "bin": { - "rimraf": "bin.js" + "engines": { + "node": ">=4" } }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "node_modules/eslint-plugin-import/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "dev": true, + "engines": { + "node": ">=4" + } }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "node_modules/eslint-plugin-prettier": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz", + "integrity": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==", "dev": true, - "peer": true + "dependencies": { + "prettier-linter-helpers": "^1.0.0" + }, + "engines": { + "node": ">=6.0.0" + }, + "peerDependencies": { + "eslint": ">=5.0.0", + "prettier": ">=1.13.0" + }, + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } + } }, - "node_modules/gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "node_modules/eslint-plugin-react": { + "version": "7.29.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", + "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", "dev": true, "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" + "array-includes": "^3.1.4", + "array.prototype.flatmap": "^1.2.5", + "doctrine": "^2.1.0", + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.5", + "object.fromentries": "^2.0.5", + "object.hasown": "^1.1.0", + "object.values": "^1.1.5", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.3", + "semver": "^6.3.0", + "string.prototype.matchall": "^4.0.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, - "node_modules/gauge/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "node_modules/eslint-plugin-react-hooks": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz", + "integrity": "sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" } }, - "node_modules/gauge/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "node_modules/eslint-plugin-react/node_modules/array-includes": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", + "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", "dev": true, "dependencies": { - "number-is-nan": "^1.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/gauge/node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "node_modules/eslint-plugin-react/node_modules/array.prototype.flatmap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz", + "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", "dev": true, "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/gauge/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "node_modules/eslint-plugin-react/node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, "dependencies": { - "ansi-regex": "^2.0.0" + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/gaze": { + "node_modules/eslint-plugin-react/node_modules/define-properties": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "dependencies": { - "globule": "^1.0.0" + "object-keys": "^1.0.12" }, "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/gensync": { - "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==", - "engines": { - "node": ">=6.9.0" + "node": ">= 0.4" } }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": ">=0.10.0" } }, - "node_modules/get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "node_modules/eslint-plugin-react/node_modules/es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dependencies": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/get-own-enumerable-property-symbols": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", - "dev": true - }, - "node_modules/get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "node_modules/eslint-plugin-react/node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "node_modules/eslint-plugin-react/node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/eslint-plugin-react/node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dev": true, "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/get-symbol-description": { + "node_modules/eslint-plugin-react/node_modules/get-symbol-description": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" @@ -5934,238 +5290,219 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "node_modules/eslint-plugin-react/node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "function-bind": "^1.1.1" }, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 0.4.0" } }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "node_modules/eslint-plugin-react/node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "engines": { - "node": ">=4" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "node_modules/eslint-plugin-react/node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globby/node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "node_modules/eslint-plugin-react/node_modules/internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + }, "engines": { - "node": ">= 4" + "node": ">= 0.4" } }, - "node_modules/globby/node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "node_modules/eslint-plugin-react/node_modules/is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "dev": true, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globule": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz", - "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==", + "node_modules/eslint-plugin-react/node_modules/is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", "dev": true, "dependencies": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" + "has": "^1.0.3" }, - "engines": { - "node": ">= 0.10" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globule/node_modules/glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "node_modules/eslint-plugin-react/node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": "*" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", - "dev": true - }, - "node_modules/growl": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", - "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "node_modules/eslint-plugin-react/node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", "dev": true, "engines": { - "node": ">=4.x" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/gzip-size": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", - "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "node_modules/eslint-plugin-react/node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "dependencies": { - "duplexer": "^0.1.2" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "node_modules/eslint-plugin-react/node_modules/is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", "dev": true, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", + "node_modules/eslint-plugin-react/node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "node_modules/eslint-plugin-react/node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, "dependencies": { - "function-bind": "^1.1.1" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">= 0.4.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "node_modules/eslint-plugin-react/node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, "dependencies": { - "ansi-regex": "^2.0.0" + "call-bind": "^1.0.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-ansi/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "node_modules/eslint-plugin-react/node_modules/jsx-ast-utils": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz", + "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==", "dev": true, + "dependencies": { + "array-includes": "^3.1.3", + "object.assign": "^4.1.2" + }, "engines": { - "node": ">=0.10.0" + "node": ">=4.0" } }, - "node_modules/has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "node_modules/eslint-plugin-react/node_modules/object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/eslint-plugin-react/node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, "engines": { - "node": ">=4" + "node": ">= 0.4" } }, - "node_modules/has-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", - "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "node_modules/eslint-plugin-react/node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, "engines": { "node": ">= 0.4" }, @@ -6173,12 +5510,29 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "node_modules/eslint-plugin-react/node_modules/object.entries": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", + "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "dev": true, "dependencies": { - "has-symbols": "^1.0.2" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/eslint-plugin-react/node_modules/object.fromentries": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", + "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" }, "engines": { "node": ">= 0.4" @@ -6187,1155 +5541,1096 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", - "dev": true - }, - "node_modules/he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "node_modules/eslint-plugin-react/node_modules/object.hasown": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", + "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", "dev": true, - "bin": { - "he": "bin/he" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "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" + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/home-or-tmp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", - "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", + "node_modules/eslint-plugin-react/node_modules/object.values": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", "dev": true, "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/hosted-git-info": { - "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==", - "dev": true - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" - }, - "node_modules/html-parse-stringify": { - "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==", + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.3", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", + "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", + "dev": true, "dependencies": { - "void-elements": "3.1.0" + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" }, "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" + "node": ">=8.0.0" } }, - "node_modules/human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "node_modules/eslint-scope/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, "engines": { - "node": ">=8.12.0" - } - }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "dependencies": { - "ms": "^2.0.0" + "node": ">=4.0" } }, - "node_modules/i18next": { - "version": "20.6.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz", - "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==", + "node_modules/eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "dev": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.12.0" + "eslint-visitor-keys": "^1.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" } }, - "node_modules/icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", "dev": true, "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">=4" } }, - "node_modules/ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "node_modules/eslint/node_modules/@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "peer": true, - "engines": { - "node": ">= 4" + "dependencies": { + "@babel/highlight": "^7.10.4" } }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", "dev": true, + "license": "MIT", + "peer": true, "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=6" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", "dev": true, + "license": "MIT", + "peer": true, "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", "dev": true, + "license": "MIT", "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, "engines": { - "node": ">=0.8.19" + "node": ">=7.0.0" } }, - "node_modules/in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz", - "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==", + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", "dev": true, - "bin": { - "in-install": "in-install.js", - "in-publish": "in-publish.js", - "not-in-install": "not-in-install.js", - "not-in-publish": "not-in-publish.js" - } + "license": "MIT", + "peer": true }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "node_modules/eslint/node_modules/cross-spawn": { + "version": "7.0.3", "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, "engines": { - "node": ">=8" + "node": ">= 8" } }, - "node_modules/indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", - "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", - "dev": true - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "node_modules/eslint/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, + "peer": true, "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "dependencies": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" + "ms": "2.1.2" }, "engines": { - "node": ">= 0.4" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/interpret": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", "dev": true, + "license": "MIT", + "peer": true, "engines": { - "node": ">= 0.10" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dev": true, - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "node_modules/is-bigint": { - "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" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-binary-path": { + "node_modules/eslint/node_modules/eslint-visitor-keys": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "peer": true, "dependencies": { - "binary-extensions": "^2.0.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "node_modules/eslint/node_modules/globals": { + "version": "13.12.0", + "dev": true, + "license": "MIT", + "peer": true, "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "type-fest": "^0.20.2" }, "engines": { - "node": ">= 0.4" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "node_modules/eslint/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } + "peer": true }, - "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "node_modules/eslint/node_modules/path-key": { + "version": "3.1.1", + "dev": true, + "license": "MIT", + "peer": true, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "node_modules/eslint/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dev": true, + "peer": true, "dependencies": { - "has": "^1.0.3" + "lru-cache": "^6.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" } }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "node_modules/eslint/node_modules/shebang-command": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "peer": true, "dependencies": { - "has-tostringtag": "^1.0.0" + "shebang-regex": "^3.0.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "node_modules/eslint/node_modules/shebang-regex": { + "version": "3.0.0", "dev": true, + "license": "MIT", + "peer": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", - "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", "dev": true, + "license": "(MIT OR CC0-1.0)", + "peer": true, "engines": { - "node": ">=0.10.0" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/eslint/node_modules/which": { + "version": "2.0.2", "dev": true, + "license": "ISC", + "peer": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, "engines": { - "node": ">=8" + "node": ">= 8" } }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "node_modules/espree": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", "dev": true, + "peer": true, "dependencies": { - "is-extglob": "^2.1.1" + "acorn": "^7.4.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^1.3.0" }, "engines": { - "node": ">=0.10.0" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "node_modules/espree/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "peer": true, + "bin": { + "acorn": "bin/acorn" + }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.4.0" } }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "node_modules/espree/node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, - "engines": { - "node": ">=0.12.0" + "peer": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/is-number-object": { - "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==", + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "peer": true, "dependencies": { - "has-tostringtag": "^1.0.0" + "estraverse": "^5.1.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.10" } }, - "node_modules/is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=4.0" } }, - "node_modules/is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=4.0" } }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "node_modules/exit-on-epipe": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", + "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true, + "peer": true + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", + "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", + "dev": true + }, + "node_modules/fastq": { + "dev": true + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "peer": true, "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "flat-cache": "^3.0.4" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", + "node_modules/file-entry-cache/node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", "dev": true, + "peer": true, + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, "engines": { - "node": ">=0.10.0" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", - "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "node_modules/file-entry-cache/node_modules/flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "dev": true, + "peer": true }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, "dependencies": { - "has-tostringtag": "^1.0.0" + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" }, "engines": { - "node": ">= 0.4" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "node_modules/find-cache-dir/node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, "dependencies": { - "has-symbols": "^1.0.2" + "locate-path": "^3.0.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=6" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "node_modules/flat": { "dev": true }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true, + "node_modules/follow-redirects": { + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { - "node": ">=10" + "node": ">=4.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependenciesMeta": { + "debug": { + "optional": true + } } }, - "node_modules/is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "node_modules/form-data": { "dev": true }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "node_modules/formik": { + "version": "2.2.9", + "resolved": "https://registry.npmjs.org/formik/-/formik-2.2.9.tgz", + "integrity": "sha512-LQLcISMmf1r5at4/gyJigGn0gOwFbeEAlji+N9InZF6LIMXnFNkO42sCI8Jt84YZggpD4cPWObAZaxpEFtSzNA==", + "funding": [ + { + "type": "individual", + "url": "https://opencollective.com/formik" + } + ], "dependencies": { - "call-bind": "^1.0.2" + "deepmerge": "^2.1.1", + "hoist-non-react-statics": "^3.3.0", + "lodash": "^4.17.21", + "lodash-es": "^4.17.21", + "react-fast-compare": "^2.0.1", + "tiny-warning": "^1.0.2", + "tslib": "^1.10.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "react": ">=16.8.0" } }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true, + "node_modules/formik/node_modules/deepmerge": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz", + "integrity": "sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==", "engines": { "node": ">=0.10.0" } }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "dev": true - }, - "node_modules/jest-worker": { - "version": "27.4.6", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.6.tgz", - "integrity": "sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==", - "dev": true, + "node_modules/formik/node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" + "react-is": "^16.7.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/formik/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", "dev": true, "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" + "node": "*" }, "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", - "dev": true - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "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" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "type": "patreon", + "url": "https://www.patreon.com/infusion" } }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "bin": { - "jsesc": "bin/jsesc" - }, + "node_modules/fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "deprecated": "\"Please update to latest v2.3 or v2.2\"", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=4" + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, - "node_modules/json-parse-even-better-errors": { - "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==", - "dev": true - }, - "node_modules/json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "node_modules/fstream": { "dev": true }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "node_modules/function-bind": { "dev": true }, - "node_modules/json-stable-stringify-without-jsonify": { + "node_modules/functional-red-black-tree": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", "dev": true, "peer": true }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "node_modules/json5": { - "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" - }, - "bin": { - "json5": "lib/cli.js" - }, + "node_modules/get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "dev": true, "engines": { - "node": ">=6" + "node": "*" } }, - "node_modules/jsprim": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "node_modules/get-intrinsic": { + "dev": true + }, + "node_modules/get-own-enumerable-property-symbols": { + "dev": true + }, + "node_modules/get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", "dev": true, - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - }, "engines": { - "node": ">=0.6.0" + "node": ">=0.10.0" } }, - "node_modules/jsx-ast-utils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz", - "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==", + "node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, "dependencies": { - "array-includes": "^3.1.3", - "object.assign": "^4.1.2" + "pump": "^3.0.0" }, "engines": { - "node": ">=4.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/klona": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, "engines": { - "node": ">= 8" + "node": ">=10.13.0" } }, - "node_modules/levn": { + "node_modules/glob-to-regexp": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "node_modules/glob/node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, - "peer": true, "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" + "wrappy": "1" } }, - "node_modules/lilconfig": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", - "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", - "dev": true, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "node_modules/graceful-fs": { + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", "dev": true }, - "node_modules/lint-staged": { - "version": "10.5.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.4.tgz", - "integrity": "sha512-EechC3DdFic/TdOPgj/RB3FicqE6932LTHCUm0Y2fsD9KGlLB+RwJl2q1IYBIvEsKzDOgn0D4gll+YxG5RsrKg==", + "node_modules/gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", "dev": true, "dependencies": { - "chalk": "^4.1.0", - "cli-truncate": "^2.1.0", - "commander": "^6.2.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.2.0", - "dedent": "^0.7.0", - "enquirer": "^2.3.6", - "execa": "^4.1.0", - "listr2": "^3.2.2", - "log-symbols": "^4.0.0", - "micromatch": "^4.0.2", - "normalize-path": "^3.0.0", - "please-upgrade-node": "^3.2.0", - "string-argv": "0.3.1", - "stringify-object": "^3.3.0" + "duplexer": "^0.1.2" }, - "bin": { - "lint-staged": "bin/lint-staged.js" + "engines": { + "node": ">=10" }, "funding": { - "url": "https://opencollective.com/lint-staged" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lint-staged/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "node_modules/gzip-size/node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true + }, + "node_modules/har-validator": { + "dev": true + }, + "node_modules/has-bigints": { + "dev": true + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/lint-staged/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/has-symbols": {}, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "node_modules/home-or-tmp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", + "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/lint-staged/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/home-or-tmp/node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": ">=0.10.0" } }, - "node_modules/lint-staged/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/lint-staged/node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "node_modules/home-or-tmp/node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", "dev": true, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/lint-staged/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" + "node_modules/hosted-git-info": { + "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==", + "dev": true + }, + "node_modules/http-signature": { + "dev": true + }, + "node_modules/humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "dependencies": { + "ms": "^2.0.0" } }, - "node_modules/lint-staged/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, + "node_modules/i18next": { + "version": "20.6.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz", + "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==", "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@babel/runtime": "^7.12.0" } }, - "node_modules/listr2": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", - "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", + "node_modules/icss-utils": { + "dev": true + }, + "node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "dev": true, - "dependencies": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.16", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rfdc": "^1.3.0", - "rxjs": "^7.5.1", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - }, + "peer": true, "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "enquirer": ">= 2.3.0 < 3" - }, - "peerDependenciesMeta": { - "enquirer": { - "optional": true - } + "node": ">= 4" } }, - "node_modules/load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/load-json-file/node_modules/parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", "dev": true, - "dependencies": { - "error-ex": "^1.2.0" - }, + "peer": true, "engines": { - "node": ">=0.10.0" + "node": ">=0.8.19" } }, - "node_modules/loader-runner": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", - "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==", + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, - "engines": { - "node": ">=6.11.5" + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/loader-utils": { + "node_modules/inflight/node_modules/once": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/internal-slot": { + "dev": true + }, + "node_modules/interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "dev": true, "engines": { - "node": ">=4.0.0" + "node": ">= 0.10" } }, - "node_modules/loader-utils/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "dev": true, "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "loose-envify": "^1.0.0" } }, - "node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "node_modules/is-bigint": { + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "binary-extensions": "^2.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" - }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" + "node_modules/is-boolean-object": { + "dev": true }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", + "node_modules/is-core-module": { "dev": true }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true, - "peer": true + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "peer": true - }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", - "dev": true + "engines": { + "node": ">=8" + } }, - "node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" + "is-extglob": "^2.1.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/is-number-object": { + "dev": true + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { "node": ">=8" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/is-string": { + "dev": true + }, + "node_modules/is-symbol": { + "dev": true + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "node_modules/isexe": { + "dev": true + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dependencies": { - "color-name": "~1.1.4" + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/js-yaml/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/js-yaml/node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" }, "engines": { - "node": ">=7.0.0" + "node": ">=4" } }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "node_modules/jsesc": {}, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", "dev": true, - "engines": { - "node": ">=8" - } + "peer": true }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/json-stringify-safe": { + "dev": true + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, + "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" }, "engines": { - "node": ">=8" + "node": ">= 0.8.0" } }, - "node_modules/log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "node_modules/lines-and-columns": { + "dev": true + }, + "node_modules/lint-staged": { + "version": "10.5.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.4.tgz", + "integrity": "sha512-EechC3DdFic/TdOPgj/RB3FicqE6932LTHCUm0Y2fsD9KGlLB+RwJl2q1IYBIvEsKzDOgn0D4gll+YxG5RsrKg==", "dev": true, "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" + "chalk": "^4.1.0", + "cli-truncate": "^2.1.0", + "commander": "^6.2.0", + "cosmiconfig": "^7.0.0", + "debug": "^4.2.0", + "dedent": "^0.7.0", + "enquirer": "^2.3.6", + "execa": "^4.1.0", + "listr2": "^3.2.2", + "log-symbols": "^4.0.0", + "micromatch": "^4.0.2", + "normalize-path": "^3.0.0", + "please-upgrade-node": "^3.2.0", + "string-argv": "0.3.1", + "stringify-object": "^3.3.0" }, - "engines": { - "node": ">=10" + "bin": { + "lint-staged": "bin/lint-staged.js" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/lint-staged" } }, - "node_modules/log-update/node_modules/ansi-styles": { + "node_modules/lint-staged/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -7350,7 +6645,23 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/log-update/node_modules/color-convert": { + "node_modules/lint-staged/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/lint-staged/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -7362,905 +6673,864 @@ "node": ">=7.0.0" } }, - "node_modules/log-update/node_modules/color-name": { + "node_modules/lint-staged/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "node_modules/lint-staged/node_modules/commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" + "node": ">= 6" } }, - "node_modules/log-update/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/lint-staged/node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "@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" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "node_modules/lint-staged/node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, - "bin": { - "loose-envify": "cli.js" + "engines": { + "node": ">= 8" } }, - "node_modules/loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "node_modules/lint-staged/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" + "ms": "2.1.2" }, "engines": { - "node": ">=0.10.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/lint-staged/node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", + "dev": true + }, + "node_modules/lint-staged/node_modules/execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/lz-string": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz", - "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=", - "bin": { - "lz-string": "bin/bin.js" - } - }, - "node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "node_modules/lint-staged/node_modules/human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "dev": true, + "engines": { + "node": ">=8.12.0" + } + }, + "node_modules/lint-staged/node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/lint-staged/node_modules/listr2": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", + "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", "dev": true, "dependencies": { - "semver": "^6.0.0" + "cli-truncate": "^2.1.0", + "colorette": "^2.0.16", + "log-update": "^4.0.0", + "p-map": "^4.0.0", + "rfdc": "^1.3.0", + "rxjs": "^7.5.1", + "through": "^2.3.8", + "wrap-ansi": "^7.0.0" }, "engines": { - "node": ">=8" + "node": ">=10.0.0" + }, + "peerDependencies": { + "enquirer": ">= 2.3.0 < 3" + }, + "peerDependenciesMeta": { + "enquirer": { + "optional": true + } + } + }, + "node_modules/lint-staged/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "node_modules/lint-staged/node_modules/log-update": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", + "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, + "dependencies": { + "ansi-escapes": "^4.3.0", + "cli-cursor": "^3.1.0", + "slice-ansi": "^4.0.0", + "wrap-ansi": "^6.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "node_modules/meow": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "node_modules/lint-staged/node_modules/log-update/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, "dependencies": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "node_modules/lint-staged/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "node_modules/lint-staged/node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, "engines": { - "node": ">= 8" + "node": ">=0.10.0" } }, - "node_modules/micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "node_modules/lint-staged/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, "dependencies": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" + "path-key": "^3.0.0" }, "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", - "engines": { - "node": ">= 0.6" + "node": ">=8" } }, - "node_modules/mime-types": { - "version": "2.1.34", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", - "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "node_modules/lint-staged/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, "dependencies": { - "mime-db": "1.51.0" + "mimic-fn": "^2.1.0" }, "engines": { - "node": ">= 0.6" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "node_modules/lint-staged/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/mini-css-extract-plugin": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", - "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", + "node_modules/lint-staged/node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "webpack-sources": "^1.1.0" + "shebang-regex": "^3.0.0" }, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.4.0 || ^5.0.0" + "node": ">=8" } }, - "node_modules/mini-css-extract-plugin/node_modules/loader-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "node_modules/lint-staged/node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, "engines": { - "node": ">=8.9.0" + "node": ">=8" } }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "node_modules/lint-staged/node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" }, "engines": { - "node": ">= 10.13.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "node_modules/lint-staged/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "dependencies": { - "brace-expansion": "^1.1.7" + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" }, "engines": { - "node": "*" + "node": ">= 8" } }, - "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "node_modules/load-json-file": { + "dev": true }, - "node_modules/mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, "dependencies": { - "minimist": "^1.2.5" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" }, - "bin": { - "mkdirp": "bin/cmd.js" + "engines": { + "node": ">=6" } }, - "node_modules/mobx": { - "version": "5.15.7", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.7.tgz", - "integrity": "sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mobx" - } + "node_modules/lodash": { + "dev": true }, - "node_modules/mobx-react-lite": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-2.2.2.tgz", - "integrity": "sha512-2SlXALHIkyUPDsV4VTKVR9DW7K3Ksh1aaIv3NrNJygTbhXe2A9GrcKHZ2ovIiOp/BXilOcTYemfHHZubP431dg==", - "peerDependencies": { - "mobx": "^4.0.0 || ^5.0.0", - "react": "^16.8.0" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } + "node_modules/lodash-es": { + "version": "4.17.21", + "license": "MIT" }, - "node_modules/mocha": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", - "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", - "dev": true, - "dependencies": { - "ansi-colors": "3.2.3", - "browser-stdout": "1.3.1", - "chokidar": "3.3.0", - "debug": "3.2.6", - "diff": "3.5.0", - "escape-string-regexp": "1.0.5", - "find-up": "3.0.0", - "glob": "7.1.3", - "growl": "1.10.5", - "he": "1.2.0", - "js-yaml": "3.13.1", - "log-symbols": "3.0.0", - "minimatch": "3.0.4", - "mkdirp": "0.5.5", - "ms": "2.1.1", - "node-environment-flags": "1.0.6", - "object.assign": "4.1.0", - "strip-json-comments": "2.0.1", - "supports-color": "6.0.0", - "which": "1.3.1", - "wide-align": "1.1.3", - "yargs": "13.3.2", - "yargs-parser": "13.1.2", - "yargs-unparser": "1.6.0" + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "peer": true + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "dev": true + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "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" }, "bin": { - "_mocha": "bin/_mocha", - "mocha": "bin/mocha" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mochajs" + "loose-envify": "cli.js" } }, - "node_modules/mocha/node_modules/ansi-colors": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", - "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==", + "node_modules/loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", "dev": true, + "dependencies": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + }, "engines": { - "node": ">=6" + "node": ">=0.10.0" } }, - "node_modules/mocha/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "node_modules/loupe": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.4.tgz", + "integrity": "sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ==", "dev": true, "dependencies": { - "ms": "^2.1.1" + "get-func-name": "^2.0.0" } }, - "node_modules/mocha/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "dependencies": { - "locate-path": "^3.0.0" + "yallist": "^4.0.0" }, "engines": { - "node": ">=6" + "node": ">=10" } }, - "node_modules/mocha/node_modules/glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "node_modules/lz-string": {}, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "semver": "^6.0.0" }, "engines": { - "node": "*" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mocha/node_modules/js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "node_modules/map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/mocha/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "node_modules/meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", "dev": true, "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" }, "engines": { - "node": ">=6" + "node": ">=0.10.0" } }, - "node_modules/mocha/node_modules/log-symbols": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", - "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "node_modules/meow/node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "node_modules/meow/node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "dependencies": { - "chalk": "^2.4.2" - }, + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/meow/node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/mocha/node_modules/ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "node_modules/meow/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "dev": true }, - "node_modules/mocha/node_modules/object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, - "dependencies": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" - }, "engines": { - "node": ">= 0.4" + "node": ">= 8" } }, - "node_modules/mocha/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "p-try": "^2.0.0" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8.6" } }, - "node_modules/mocha/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "node_modules/micromatch/node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "dependencies": { - "p-limit": "^2.0.0" + "fill-range": "^7.0.1" }, "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/mocha/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "engines": { - "node": ">=6" + "node": ">= 0.6" } }, - "node_modules/mocha/node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.6" } }, - "node_modules/mocha/node_modules/supports-color": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", - "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, "engines": { "node": ">=6" } }, - "node_modules/mrmime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.0.tgz", - "integrity": "sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==", + "node_modules/mini-css-extract-plugin": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "webpack-sources": "^1.1.0" + }, "engines": { - "node": ">=10" + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.4.0 || ^5.0.0" } }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", - "dev": true + "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } }, - "node_modules/nanoid": { - "version": "3.1.32", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.32.tgz", - "integrity": "sha512-F8mf7R3iT9bvThBoW4tGXhXFHCctyCiUUPrWF8WaTqa3h96d9QybkSeba43XVOOE3oiLfkVDe4bT8MeGmkrTxw==", + "node_modules/mini-css-extract-plugin/node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true, "bin": { - "nanoid": "bin/nanoid.cjs" + "json5": "lib/cli.js" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=6" } }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true, - "peer": true - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "node_modules/nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", - "dev": true - }, - "node_modules/node-environment-flags": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", - "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "node_modules/mini-css-extract-plugin/node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", "dev": true, "dependencies": { - "object.getownpropertydescriptors": "^2.0.3", - "semver": "^5.7.0" - } - }, - "node_modules/node-environment-flags/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" } }, - "node_modules/node-gyp": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", - "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "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" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/node-gyp/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { - "glob": "^7.1.3" + "brace-expansion": "^1.1.7" }, - "bin": { - "rimraf": "bin.js" + "engines": { + "node": "*" } }, - "node_modules/node-gyp/node_modules/semver": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", - "dev": true, - "bin": { - "semver": "bin/semver" + "node_modules/minimist": { + "dev": true + }, + "node_modules/mkdirp": {}, + "node_modules/mobx": { + "version": "5.15.7", + "resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.7.tgz", + "integrity": "sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mobx" } }, - "node_modules/node-releases": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", - "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + "node_modules/mobx-react-lite": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-2.2.2.tgz", + "integrity": "sha512-2SlXALHIkyUPDsV4VTKVR9DW7K3Ksh1aaIv3NrNJygTbhXe2A9GrcKHZ2ovIiOp/BXilOcTYemfHHZubP431dg==", + "peerDependencies": { + "mobx": "^4.0.0 || ^5.0.0", + "react": "^16.8.0" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } + } }, - "node_modules/node-sass": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", - "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", + "node_modules/mocha": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", "dev": true, - "hasInstallScript": true, "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" + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" }, "bin": { - "node-sass": "bin/node-sass" + "_mocha": "bin/_mocha", + "mocha": "bin/mocha" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/node-sass/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node": ">= 8.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mochajs" } }, - "node_modules/node-sass/node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "node_modules/mocha/node_modules/ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/node-sass/node_modules/chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "node_modules/mocha/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "color-convert": "^1.9.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/node-sass/node_modules/cross-spawn": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", - "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", + "node_modules/mocha/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "dependencies": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" + "sprintf-js": "~1.0.2" } }, - "node_modules/node-sass/node_modules/lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dev": true, - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "node_modules/node-sass/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "node_modules/mocha/node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "dependencies": { - "ansi-regex": "^2.0.0" + "fill-range": "^7.0.1" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/node-sass/node_modules/supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true, - "engines": { - "node": ">=0.8.0" + "node": ">=8" } }, - "node_modules/node-sass/node_modules/yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", - "dev": true - }, - "node_modules/nopt": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", - "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "node_modules/mocha/node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, "dependencies": { - "abbrev": "1" + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" }, - "bin": { - "nopt": "bin/nopt.js" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "node_modules/mocha/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true, + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", - "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", + "node_modules/mocha/node_modules/chalk/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" + "has-flag": "^3.0.0" }, "engines": { "node": ">=4" } }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "node_modules/mocha/node_modules/chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", "dev": true, "dependencies": { - "path-key": "^3.0.0" + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/npm-run-path/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.1.1" } }, - "node_modules/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "node_modules/mocha/node_modules/debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", "dev": true, "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" + "ms": "^2.1.1" } }, - "node_modules/nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "node_modules/mocha/node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "dependencies": { - "boolbase": "^1.0.0" + "object-keys": "^1.0.12" }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", - "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", - "dev": true - }, - "node_modules/number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "node_modules/mocha/node_modules/diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", "dev": true, "engines": { - "node": "*" + "node": ">=0.3.1" } }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "node_modules/mocha/node_modules/es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" + }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { + "node_modules/mocha/node_modules/es-abstract/node_modules/object.assign": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", @@ -8274,1574 +7544,1574 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "node_modules/mocha/node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "node_modules/mocha/node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" }, "engines": { - "node": ">= 0.4" + "node": ">=4" + } + }, + "node_modules/mocha/node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/mocha/node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz", - "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==", + "node_modules/mocha/node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "get-intrinsic": "^1.1.1" }, "engines": { - "node": ">= 0.8" + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.hasown": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", - "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", + "node_modules/mocha/node_modules/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", "dev": true, "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "*" } }, - "node_modules/object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "node_modules/mocha/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "is-glob": "^4.0.1" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">= 6" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "node_modules/mocha/node_modules/growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", "dev": true, - "dependencies": { - "wrappy": "1" + "engines": { + "node": ">=4.x" } }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "node_modules/mocha/node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "dependencies": { - "mimic-fn": "^2.1.0" + "function-bind": "^1.1.1" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.4.0" } }, - "node_modules/opener": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "node_modules/mocha/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, - "bin": { - "opener": "bin/opener-bin.js" + "engines": { + "node": ">=4" } }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "node_modules/mocha/node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mocha/node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, - "peer": true, "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "node_modules/mocha/node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true, - "engines": { - "node": ">=0.10.0" + "bin": { + "he": "bin/he" } }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "node_modules/mocha/node_modules/internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, - "node_modules/osenv": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "node_modules/mocha/node_modules/is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "dev": true, - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "node_modules/mocha/node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "dependencies": { - "p-try": "^1.0.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=4" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "node_modules/mocha/node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", "dev": true, - "dependencies": { - "p-limit": "^1.1.0" - }, "engines": { - "node": ">=4" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "node_modules/mocha/node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "dependencies": { - "aggregate-error": "^3.0.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "node_modules/mocha/node_modules/is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", "dev": true, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "node_modules/mocha/node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, "dependencies": { - "callsites": "^3.0.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "node_modules/mocha/node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "node_modules/mocha/node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, - "engines": { - "node": ">=4" + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "node_modules/mocha/node_modules/js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "node_modules/mocha/node_modules/log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", "dev": true, + "dependencies": { + "chalk": "^2.4.2" + }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/pathval": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", - "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "node_modules/mocha/node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, "engines": { "node": "*" } }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "node_modules/mocha/node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "node_modules/mocha/node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", "dev": true, - "engines": { - "node": ">=8.6" + "dependencies": { + "minimist": "^1.2.5" }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/mocha/node_modules/ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "node_modules/mocha/node_modules/node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" } }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "node_modules/mocha/node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, - "dependencies": { - "pinkie": "^2.0.0" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "node_modules/mocha/node_modules/object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/mocha/node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/mocha/node_modules/object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", "dev": true, "dependencies": { - "p-locate": "^4.1.0" + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/mocha/node_modules/object.getownpropertydescriptors": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz", + "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==", "dev": true, "dependencies": { - "p-try": "^2.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" }, "engines": { - "node": ">=6" + "node": ">= 0.8" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/mocha/node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" + "wrappy": "1" } }, - "node_modules/pkg-dir/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "node_modules/mocha/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "engines": { - "node": ">=6" + "bin": { + "semver": "bin/semver" } }, - "node_modules/pkg-dir/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "node_modules/mocha/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", "dev": true, "engines": { - "node": ">=8" - } - }, - "node_modules/please-upgrade-node": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", - "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", - "dev": true, - "dependencies": { - "semver-compare": "^1.0.0" + "node": ">=0.10.0" } }, - "node_modules/postcss": { - "version": "8.4.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz", - "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==", + "node_modules/mocha/node_modules/supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", "dev": true, "dependencies": { - "nanoid": "^3.1.30", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.1" + "has-flag": "^3.0.0" }, "engines": { - "node": "^10 || ^12 || >=14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">=6" } }, - "node_modules/postcss-attribute-case-insensitive": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz", - "integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==", - "dev": true, - "dependencies": { - "postcss": "^7.0.2", - "postcss-selector-parser": "^6.0.2" - } + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, - "node_modules/postcss-attribute-case-insensitive/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "node_modules/nanoid": { "dev": true }, - "node_modules/postcss-attribute-case-insensitive/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true, + "peer": true + }, + "node_modules/node-sass": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", + "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", "dev": true, + "hasInstallScript": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "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" }, - "engines": { - "node": ">=6.0.0" + "bin": { + "node-sass": "bin/node-sass" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/postcss-attribute-case-insensitive/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/node-sass/node_modules/async-foreach": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", + "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", "dev": true, "engines": { - "node": ">=0.10.0" + "node": "*" } }, - "node_modules/postcss-calc": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.2.tgz", - "integrity": "sha512-B5R0UeB4zLJvxNt1FVCaDZULdzsKLPc6FhjFJ+xwFiq7VG4i9cuaJLxVjNtExNK8ocm3n2o4unXXLiVX1SCqxA==", + "node_modules/node-sass/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.0.2" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" }, - "peerDependencies": { - "postcss": "^8.2.2" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/postcss-color-functional-notation": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz", - "integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==", + "node_modules/node-sass/node_modules/cross-spawn": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", + "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", "dev": true, "dependencies": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "engines": { - "node": ">=6.0.0" + "lru-cache": "^4.0.1", + "which": "^1.2.9" } }, - "node_modules/postcss-color-functional-notation/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-color-functional-notation/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/node-sass/node_modules/fstream": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" }, "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">=0.6" } }, - "node_modules/postcss-color-functional-notation/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/node-sass/node_modules/gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" } }, - "node_modules/postcss-color-gray": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz", - "integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==", + "node_modules/node-sass/node_modules/gaze": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", + "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", "dev": true, "dependencies": { - "@csstools/convert-colors": "^1.4.0", - "postcss": "^7.0.5", - "postcss-values-parser": "^2.0.0" + "globule": "^1.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">= 4.0.0" } }, - "node_modules/postcss-color-gray/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-color-gray/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/node-sass/node_modules/glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": ">=6.0.0" + "node": "*" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/postcss-color-gray/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/node-sass/node_modules/globule": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz", + "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==", "dev": true, + "dependencies": { + "glob": "~7.1.1", + "lodash": "~4.17.10", + "minimatch": "~3.0.2" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.10" } }, - "node_modules/postcss-color-hex-alpha": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz", - "integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==", + "node_modules/node-sass/node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "dependencies": { - "postcss": "^7.0.14", - "postcss-values-parser": "^2.0.1" + "ansi-regex": "^2.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=0.10.0" } }, - "node_modules/postcss-color-hex-alpha/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/node-sass/node_modules/in-publish": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz", + "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==", + "dev": true, + "bin": { + "in-install": "in-install.js", + "in-publish": "in-publish.js", + "not-in-install": "not-in-install.js", + "not-in-publish": "not-in-publish.js" + } }, - "node_modules/postcss-color-hex-alpha/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/node-sass/node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "number-is-nan": "^1.0.0" }, "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">=0.10.0" } }, - "node_modules/postcss-color-hex-alpha/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/node-sass/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/node-sass/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, - "node_modules/postcss-color-mod-function": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz", - "integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==", + "node_modules/node-sass/node_modules/minimatch": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", + "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", "dev": true, "dependencies": { - "@csstools/convert-colors": "^1.4.0", - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=6.0.0" + "node": "*" } }, - "node_modules/postcss-color-mod-function/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "node_modules/node-sass/node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, - "node_modules/postcss-color-mod-function/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/node-sass/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "minimist": "^1.2.6" }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/postcss-color-mod-function/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/node-sass/node_modules/nan": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", + "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", + "dev": true + }, + "node_modules/node-sass/node_modules/node-gyp": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", "dev": true, + "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" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.8.0" } }, - "node_modules/postcss-color-rebeccapurple": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz", - "integrity": "sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==", + "node_modules/node-sass/node_modules/nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", "dev": true, "dependencies": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" + "abbrev": "1" }, - "engines": { - "node": ">=6.0.0" + "bin": { + "nopt": "bin/nopt.js" } }, - "node_modules/postcss-color-rebeccapurple/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-color-rebeccapurple/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/node-sass/node_modules/npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" } }, - "node_modules/postcss-color-rebeccapurple/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/node-sass/node_modules/number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/postcss-colormin": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.3.tgz", - "integrity": "sha512-dra4xoAjub2wha6RUXAgadHEn2lGxbj8drhFcIGLOMn914Eu7DkPUurugDXgstwttCYkJtZ/+PkWRWdp3UHRIA==", + "node_modules/node-sass/node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "dev": true, - "dependencies": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0", - "colord": "^2.9.1", - "postcss-value-parser": "^4.2.0" - }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=0.10.0" } }, - "node_modules/postcss-convert-values": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.2.tgz", - "integrity": "sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==", + "node_modules/node-sass/node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "dependencies": { - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "wrappy": "1" } }, - "node_modules/postcss-custom-media": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz", - "integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==", + "node_modules/node-sass/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, "dependencies": { - "postcss": "^7.0.14" + "glob": "^7.1.3" }, - "engines": { - "node": ">=6.0.0" + "bin": { + "rimraf": "bin.js" } }, - "node_modules/postcss-custom-media/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/node-sass/node_modules/semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true, + "bin": { + "semver": "bin/semver" + } }, - "node_modules/postcss-custom-media/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/node-sass/node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" }, "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">=0.10.0" } }, - "node_modules/postcss-custom-media/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/node-sass/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, "engines": { "node": ">=0.10.0" } }, - "node_modules/postcss-custom-properties": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz", - "integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==", + "node_modules/node-sass/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true, - "dependencies": { - "postcss": "^7.0.17", - "postcss-values-parser": "^2.0.1" - }, "engines": { - "node": ">=6.0.0" + "node": ">=0.8.0" } }, - "node_modules/postcss-custom-properties/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/node-sass/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true }, - "node_modules/postcss-custom-properties/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } + "node_modules/normalize-package-data": { + "dev": true }, - "node_modules/postcss-custom-properties/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/oauth-sign": { + "dev": true }, - "node_modules/postcss-custom-selectors": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz", - "integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==", + "node_modules/object-assign": {}, + "node_modules/object-inspect": { + "dev": true + }, + "node_modules/object.getownpropertydescriptors": {}, + "node_modules/object.values": {}, + "node_modules/once": { + "dev": true + }, + "node_modules/onetime": { + "dev": true + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", "dev": true, + "peer": true, "dependencies": { - "postcss": "^7.0.2", - "postcss-selector-parser": "^5.0.0-rc.3" + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" }, "engines": { - "node": ">=6.0.0" + "node": ">= 0.8.0" } }, - "node_modules/postcss-custom-selectors/node_modules/cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", + "node_modules/optionator/node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } + "peer": true + }, + "node_modules/os-homedir": { + "dev": true }, - "node_modules/postcss-custom-selectors/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "node_modules/os-tmpdir": { "dev": true }, - "node_modules/postcss-custom-selectors/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/osenv": { + "version": "0.1.5", "dev": true, + "license": "ISC", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=6" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "dependencies": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "p-limit": "^2.0.0" }, "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/postcss-custom-selectors/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/p-map": { + "version": "4.0.0", "dev": true, + "license": "MIT", + "dependencies": { + "aggregate-error": "^3.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/postcss-dir-pseudo-class": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz", - "integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==", + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, - "dependencies": { - "postcss": "^7.0.2", - "postcss-selector-parser": "^5.0.0-rc.3" - }, "engines": { - "node": ">=4.0.0" + "node": ">=6" } }, - "node_modules/postcss-dir-pseudo-class/node_modules/cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", + "node_modules/parent-module": { + "version": "1.0.1", "dev": true, - "bin": { - "cssesc": "bin/cssesc" + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" }, "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/postcss-dir-pseudo-class/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-dir-pseudo-class/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/parse-json": { + "version": "5.2.0", "dev": true, + "license": "MIT", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" }, "engines": { - "node": ">=6.0.0" + "node": ">=8" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", "dev": true, - "dependencies": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, "engines": { "node": ">=4" } }, - "node_modules/postcss-dir-pseudo-class/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/path-is-absolute": { + "version": "1.0.1", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, - "node_modules/postcss-discard-comments": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz", - "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==", + "node_modules/path-key": { + "version": "2.0.1", "dev": true, + "license": "MIT", "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=4" } }, - "node_modules/postcss-discard-duplicates": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz", - "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==", + "node_modules/path-parse": { + "version": "1.0.7", "dev": true, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } + "license": "MIT" }, - "node_modules/postcss-discard-empty": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz", - "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==", + "node_modules/path-type": { + "version": "4.0.0", "dev": true, + "license": "MIT", "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=8" } }, - "node_modules/postcss-discard-overridden": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.2.tgz", - "integrity": "sha512-+56BLP6NSSUuWUXjRgAQuho1p5xs/hU5Sw7+xt9S3JSg+7R6+WMGnJW7Hre/6tTuZ2xiXMB42ObkiZJ2hy/Pew==", + "node_modules/pathval": { + "version": "1.1.1", "dev": true, + "license": "MIT", "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": "*" } }, - "node_modules/postcss-double-position-gradients": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz", - "integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==", + "node_modules/performance-now": { + "version": "2.1.0", "dev": true, - "dependencies": { - "postcss": "^7.0.5", - "postcss-values-parser": "^2.0.0" - }, - "engines": { - "node": ">=6.0.0" - } + "license": "MIT" }, - "node_modules/postcss-double-position-gradients/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/picocolors": { + "version": "1.0.0", + "license": "ISC" }, - "node_modules/postcss-double-position-gradients/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/picomatch": { + "version": "2.3.1", "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, + "license": "MIT", "engines": { - "node": ">=6.0.0" + "node": ">=8.6" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/postcss-double-position-gradients/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/pify": { + "version": "2.3.0", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, - "node_modules/postcss-env-function": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz", - "integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==", + "node_modules/pinkie": { + "version": "2.0.4", "dev": true, - "dependencies": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, + "license": "MIT", "engines": { - "node": ">=6.0.0" + "node": ">=0.10.0" } }, - "node_modules/postcss-env-function/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-env-function/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/pinkie-promise": { + "version": "2.0.1", "dev": true, + "license": "MIT", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "pinkie": "^2.0.0" }, "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">=0.10.0" } }, - "node_modules/postcss-env-function/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/pkg-dir": { + "version": "4.2.0", "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^4.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/postcss-focus-visible": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz", - "integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==", + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", "dev": true, + "license": "MIT", "dependencies": { - "postcss": "^7.0.2" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=8" } }, - "node_modules/postcss-focus-visible/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-focus-visible/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", "dev": true, + "license": "MIT", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "p-locate": "^4.1.0" }, "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">=8" } }, - "node_modules/postcss-focus-visible/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/postcss-focus-within": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz", - "integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==", + "node_modules/pkg-dir/node_modules/path-exists": { + "version": "4.0.0", "dev": true, - "dependencies": { - "postcss": "^7.0.2" - }, + "license": "MIT", "engines": { - "node": ">=6.0.0" + "node": ">=8" } }, - "node_modules/postcss-focus-within/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/please-upgrade-node": { + "version": "3.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "semver-compare": "^1.0.0" + } }, - "node_modules/postcss-focus-within/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss": { + "version": "8.4.12", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], + "license": "MIT", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "nanoid": "^3.3.1", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" }, "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": "^10 || ^12 || >=14" } }, - "node_modules/postcss-focus-within/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-attribute-case-insensitive": { + "version": "5.0.0", "dev": true, - "engines": { - "node": ">=0.10.0" + "license": "MIT", + "dependencies": { + "postcss-selector-parser": "^6.0.2" + }, + "peerDependencies": { + "postcss": "^8.0.2" } }, - "node_modules/postcss-font-variant": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz", - "integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==", + "node_modules/postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", "dev": true, "dependencies": { - "postcss": "^7.0.2" + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + }, + "peerDependencies": { + "postcss": "^8.2.2" } }, - "node_modules/postcss-font-variant/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-font-variant/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-clamp": { + "version": "4.1.0", "dev": true, + "license": "MIT", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=7.6.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.4.6" } }, - "node_modules/postcss-font-variant/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-color-functional-notation": { + "version": "4.2.2", "dev": true, + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-gap-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz", - "integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==", + "node_modules/postcss-color-hex-alpha": { + "version": "8.0.3", "dev": true, + "license": "MIT", "dependencies": { - "postcss": "^7.0.2" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-gap-properties/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-gap-properties/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-color-rebeccapurple": { + "version": "7.0.2", "dev": true, + "license": "CC0-1.0", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.3" } }, - "node_modules/postcss-gap-properties/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-colormin": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz", + "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/postcss-image-set-function": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz", - "integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==", + "node_modules/postcss-convert-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz", + "integrity": "sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==", "dev": true, "dependencies": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6.0.0" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/postcss-image-set-function/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-image-set-function/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-custom-media": { + "version": "8.0.0", "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, + "license": "MIT", "engines": { - "node": ">=6.0.0" + "node": ">=10.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/postcss-image-set-function/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-custom-properties": { + "version": "12.1.5", "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-initial": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz", - "integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==", + "node_modules/postcss-custom-selectors": { + "version": "6.0.0", "dev": true, + "license": "MIT", "dependencies": { - "postcss": "^7.0.2" + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.1.2" } }, - "node_modules/postcss-initial/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-initial/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-dir-pseudo-class": { + "version": "6.0.4", "dev": true, + "license": "CC0-1.0", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-selector-parser": "^6.0.9" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-initial/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-discard-comments": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz", + "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/postcss-lab-function": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz", - "integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==", + "node_modules/postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", "dev": true, - "dependencies": { - "@csstools/convert-colors": "^1.4.0", - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, "engines": { - "node": ">=6.0.0" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/postcss-lab-function/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-lab-function/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, "engines": { - "node": ">=6.0.0" + "node": "^10 || ^12 || >=14.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/postcss-lab-function/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/postcss-loader": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", - "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "node_modules/postcss-double-position-gradients": { + "version": "3.1.1", "dev": true, + "license": "CC0-1.0", "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.5", - "semver": "^7.3.5" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" + "postcss": "^8.4" } }, - "node_modules/postcss-loader/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "node_modules/postcss-env-function": { + "version": "4.0.6", "dev": true, + "license": "CC0-1.0", "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-logical": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz", - "integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==", + "node_modules/postcss-focus-visible": { + "version": "6.0.4", "dev": true, + "license": "CC0-1.0", "dependencies": { - "postcss": "^7.0.2" + "postcss-selector-parser": "^6.0.9" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-logical/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-logical/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-focus-within": { + "version": "5.0.4", "dev": true, + "license": "CC0-1.0", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-selector-parser": "^6.0.9" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-logical/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-font-variant": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-gap-properties": { + "version": "3.0.3", "dev": true, + "license": "CC0-1.0", "engines": { - "node": ">=0.10.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-media-minmax": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz", - "integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==", + "node_modules/postcss-image-set-function": { + "version": "4.0.6", "dev": true, + "license": "CC0-1.0", "dependencies": { - "postcss": "^7.0.2" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-media-minmax/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/postcss-initial": { + "version": "4.0.1", + "dev": true, + "license": "MIT", + "peerDependencies": { + "postcss": "^8.0.0" + } }, - "node_modules/postcss-media-minmax/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-lab-function": { + "version": "4.1.2", "dev": true, + "license": "CC0-1.0", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dev": true, + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" } }, - "node_modules/postcss-media-minmax/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-loader/node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, + "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" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/postcss-merge-longhand": { + "node_modules/postcss-loader/node_modules/klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/postcss-loader/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/postcss-logical": { "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz", - "integrity": "sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==", + "dev": true, + "license": "CC0-1.0", + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-media-minmax": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-merge-longhand": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.3.tgz", + "integrity": "sha512-lX8GPGvZ0iGP/IboM7HXH5JwkXvXod1Rr8H8ixwiA372hArk0zP4ZcCy4z4Prg/bfNlbbTf0KCOjCF9kKnpP/w==", "dev": true, "dependencies": { - "postcss-value-parser": "^4.1.0", - "stylehacks": "^5.0.1" + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.0" }, "engines": { "node": "^10 || ^12 || >=14.0" @@ -9851,14 +9121,14 @@ } }, "node_modules/postcss-merge-rules": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.4.tgz", - "integrity": "sha512-yOj7bW3NxlQxaERBB0lEY1sH5y+RzevjbdH4DBJurjKERNpknRByFNdNe+V72i5pIZL12woM9uGdS5xbSB+kDQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.1.tgz", + "integrity": "sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==", "dev": true, "dependencies": { "browserslist": "^4.16.6", "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-selector-parser": "^6.0.5" }, "engines": { @@ -9869,9 +9139,9 @@ } }, "node_modules/postcss-minify-font-values": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.2.tgz", - "integrity": "sha512-R6MJZryq28Cw0AmnyhXrM7naqJZZLoa1paBltIzh2wM7yb4D45TLur+eubTQ4jCmZU9SGeZdWsc5KcSoqTMeTg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -9884,13 +9154,13 @@ } }, "node_modules/postcss-minify-gradients": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.4.tgz", - "integrity": "sha512-RVwZA7NC4R4J76u8X0Q0j+J7ItKUWAeBUJ8oEEZWmtv3Xoh19uNJaJwzNpsydQjk6PkuhRrK+YwwMf+c+68EYg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", "dev": true, "dependencies": { "colord": "^2.9.1", - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -9901,14 +9171,13 @@ } }, "node_modules/postcss-minify-params": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.3.tgz", - "integrity": "sha512-NY92FUikE+wralaiVexFd5gwb7oJTIDhgTNeIw89i1Ymsgt4RWiPXfz3bg7hDy4NL6gepcThJwOYNtZO/eNi7Q==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.2.tgz", + "integrity": "sha512-aEP+p71S/urY48HWaRHasyx4WHQJyOYaKpQ6eXl8k0kxg66Wt/30VR6/woh8THgcpRbonJD5IeD+CzNhPi1L8g==", "dev": true, "dependencies": { - "alphanum-sort": "^1.0.2", "browserslist": "^4.16.6", - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -9919,12 +9188,11 @@ } }, "node_modules/postcss-minify-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.1.tgz", - "integrity": "sha512-TOzqOPXt91O2luJInaVPiivh90a2SIK5Nf1Ea7yEIM/5w+XA5BGrZGUSW8aEx9pJ/oNj7ZJBhjvigSiBV+bC1Q==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz", + "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==", "dev": true, "dependencies": { - "alphanum-sort": "^1.0.2", "postcss-selector-parser": "^6.0.5" }, "engines": { @@ -9936,9 +9204,8 @@ }, "node_modules/postcss-modules-extract-imports": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -9948,9 +9215,8 @@ }, "node_modules/postcss-modules-local-by-default": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", - "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^6.0.2", @@ -9965,9 +9231,8 @@ }, "node_modules/postcss-modules-scope": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", - "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", "dev": true, + "license": "ISC", "dependencies": { "postcss-selector-parser": "^6.0.4" }, @@ -9980,9 +9245,8 @@ }, "node_modules/postcss-modules-values": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -9994,53 +9258,23 @@ } }, "node_modules/postcss-nesting": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz", - "integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==", - "dev": true, - "dependencies": { - "postcss": "^7.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/postcss-nesting/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-nesting/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "version": "10.1.3", "dev": true, + "license": "CC0-1.0", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-selector-parser": "^6.0.9" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-nesting/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "peerDependencies": { + "postcss": "^8.4" } }, "node_modules/postcss-normalize-charset": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz", - "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", "dev": true, "engines": { "node": "^10 || ^12 || >=14.0" @@ -10050,9 +9284,9 @@ } }, "node_modules/postcss-normalize-display-values": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.2.tgz", - "integrity": "sha512-RxXoJPUR0shSjkMMzgEZDjGPrgXUVYyWA/YwQRicb48H15OClPuaDR7tYokLAlGZ2tCSENEN5WxjgxSD5m4cUw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -10065,9 +9299,9 @@ } }, "node_modules/postcss-normalize-positions": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.2.tgz", - "integrity": "sha512-tqghWFVDp2btqFg1gYob1etPNxXLNh3uVeWgZE2AQGh6b2F8AK2Gj36v5Vhyh+APwIzNjmt6jwZ9pTBP+/OM8g==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz", + "integrity": "sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -10080,9 +9314,9 @@ } }, "node_modules/postcss-normalize-repeat-style": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.2.tgz", - "integrity": "sha512-/rIZn8X9bBzC7KvY4iKUhXUGW3MmbXwfPF23jC9wT9xTi7kAvgj8sEgwxjixBmoL6MVa4WOgxNz2hAR6wTK8tw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz", + "integrity": "sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -10095,9 +9329,9 @@ } }, "node_modules/postcss-normalize-string": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.2.tgz", - "integrity": "sha512-zaI1yzwL+a/FkIzUWMQoH25YwCYxi917J4pYm1nRXtdgiCdnlTkx5eRzqWEC64HtRa06WCJ9TIutpb6GmW4gFw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -10110,9 +9344,9 @@ } }, "node_modules/postcss-normalize-timing-functions": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.2.tgz", - "integrity": "sha512-Ao0PP6MoYsRU1LxeVUW740ioknvdIUmfr6uAA3xWlQJ9s69/Tupy8qwhuKG3xWfl+KvLMAP9p2WXF9cwuk/7Bg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -10125,9 +9359,9 @@ } }, "node_modules/postcss-normalize-unicode": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.2.tgz", - "integrity": "sha512-3y/V+vjZ19HNcTizeqwrbZSUsE69ZMRHfiiyLAJb7C7hJtYmM4Gsbajy7gKagu97E8q5rlS9k8FhojA8cpGhWw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz", + "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==", "dev": true, "dependencies": { "browserslist": "^4.16.6", @@ -10141,9 +9375,9 @@ } }, "node_modules/postcss-normalize-url": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.4.tgz", - "integrity": "sha512-cNj3RzK2pgQQyNp7dzq0dqpUpQ/wYtdDZM3DepPmFjCmYIfceuD9VIAcOdvrNetjIU65g1B4uwdP/Krf6AFdXg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", "dev": true, "dependencies": { "normalize-url": "^6.0.1", @@ -10158,9 +9392,8 @@ }, "node_modules/postcss-normalize-url/node_modules/normalize-url": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -10169,9 +9402,9 @@ } }, "node_modules/postcss-normalize-whitespace": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.2.tgz", - "integrity": "sha512-CXBx+9fVlzSgbk0IXA/dcZn9lXixnQRndnsPC5ht3HxlQ1bVh77KQDL1GffJx1LTzzfae8ftMulsjYmO2yegxA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -10183,13 +9416,31 @@ "postcss": "^8.2.15" } }, + "node_modules/postcss-opacity-percentage": { + "version": "1.1.2", + "dev": true, + "funding": [ + { + "type": "kofi", + "url": "https://ko-fi.com/mrcgrtz" + }, + { + "type": "liberapay", + "url": "https://liberapay.com/mrcgrtz" + } + ], + "license": "MIT", + "engines": { + "node": "^12 || ^14 || >=16" + } + }, "node_modules/postcss-ordered-values": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.3.tgz", - "integrity": "sha512-T9pDS+P9bWeFvqivXd5ACzQmrCmHjv3ZP+djn8E1UZY7iK79pFSm7i3WbKw2VSmFmdbMm8sQ12OPcNpzBo3Z2w==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.1.tgz", + "integrity": "sha512-7lxgXF0NaoMIgyihL/2boNAEZKiW0+HkMhdKMTD93CjW8TdCy2hSdj8lsAo+uwm7EDG16Da2Jdmtqpedl0cMfw==", "dev": true, "dependencies": { - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -10200,290 +9451,222 @@ } }, "node_modules/postcss-overflow-shorthand": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz", - "integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==", + "version": "3.0.3", "dev": true, - "dependencies": { - "postcss": "^7.0.2" - }, + "license": "CC0-1.0", "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-overflow-shorthand/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/postcss-page-break": { + "version": "3.0.4", + "dev": true, + "license": "MIT", + "peerDependencies": { + "postcss": "^8" + } }, - "node_modules/postcss-overflow-shorthand/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-place": { + "version": "7.0.4", "dev": true, + "license": "CC0-1.0", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-overflow-shorthand/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, + "node_modules/postcss-preset-env": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.3.tgz", + "integrity": "sha512-dlPA65g9KuGv7YsmGyCKtFkZKCPLkoVMUE3omOl6yM+qrynVHxFvf0tMuippIrXB/sB/MyhL1FgTIbrO+qMERg==", + "dev": true, + "dependencies": { + "@csstools/postcss-color-function": "^1.0.3", + "@csstools/postcss-font-format-keywords": "^1.0.0", + "@csstools/postcss-hwb-function": "^1.0.0", + "@csstools/postcss-ic-unit": "^1.0.0", + "@csstools/postcss-is-pseudo-class": "^2.0.1", + "@csstools/postcss-normalize-display-values": "^1.0.0", + "@csstools/postcss-oklab-function": "^1.0.2", + "@csstools/postcss-progressive-custom-properties": "^1.3.0", + "autoprefixer": "^10.4.4", + "browserslist": "^4.20.2", + "css-blank-pseudo": "^3.0.3", + "css-has-pseudo": "^3.0.4", + "css-prefers-color-scheme": "^6.0.3", + "cssdb": "^6.5.0", + "postcss-attribute-case-insensitive": "^5.0.0", + "postcss-clamp": "^4.1.0", + "postcss-color-functional-notation": "^4.2.2", + "postcss-color-hex-alpha": "^8.0.3", + "postcss-color-rebeccapurple": "^7.0.2", + "postcss-custom-media": "^8.0.0", + "postcss-custom-properties": "^12.1.5", + "postcss-custom-selectors": "^6.0.0", + "postcss-dir-pseudo-class": "^6.0.4", + "postcss-double-position-gradients": "^3.1.1", + "postcss-env-function": "^4.0.6", + "postcss-focus-visible": "^6.0.4", + "postcss-focus-within": "^5.0.4", + "postcss-font-variant": "^5.0.0", + "postcss-gap-properties": "^3.0.3", + "postcss-image-set-function": "^4.0.6", + "postcss-initial": "^4.0.1", + "postcss-lab-function": "^4.1.2", + "postcss-logical": "^5.0.4", + "postcss-media-minmax": "^5.0.0", + "postcss-nesting": "^10.1.3", + "postcss-opacity-percentage": "^1.1.2", + "postcss-overflow-shorthand": "^3.0.3", + "postcss-page-break": "^3.0.4", + "postcss-place": "^7.0.4", + "postcss-pseudo-class-any-link": "^7.1.1", + "postcss-replace-overflow-wrap": "^4.0.0", + "postcss-selector-not": "^5.0.0", + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-page-break": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz", - "integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==", + "node_modules/postcss-preset-env/node_modules/autoprefixer": { + "version": "10.4.4", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.4.tgz", + "integrity": "sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + ], "dependencies": { - "postcss": "^7.0.2" + "browserslist": "^4.20.2", + "caniuse-lite": "^1.0.30001317", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/postcss-page-break/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "node_modules/postcss-preset-env/node_modules/caniuse-lite": { + "version": "1.0.30001320", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", + "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] }, - "node_modules/postcss-page-break/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-preset-env/node_modules/css-blank-pseudo": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-blank-pseudo": "dist/cli.cjs" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-page-break/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-preset-env/node_modules/css-has-pseudo": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-has-pseudo": "dist/cli.cjs" + }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss-place": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz", - "integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==", - "dev": true, - "dependencies": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/postcss-place/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-place/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-place/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss-preset-env": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz", - "integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==", - "dev": true, - "dependencies": { - "autoprefixer": "^9.6.1", - "browserslist": "^4.6.4", - "caniuse-lite": "^1.0.30000981", - "css-blank-pseudo": "^0.1.4", - "css-has-pseudo": "^0.10.0", - "css-prefers-color-scheme": "^3.1.1", - "cssdb": "^4.4.0", - "postcss": "^7.0.17", - "postcss-attribute-case-insensitive": "^4.0.1", - "postcss-color-functional-notation": "^2.0.1", - "postcss-color-gray": "^5.0.0", - "postcss-color-hex-alpha": "^5.0.3", - "postcss-color-mod-function": "^3.0.3", - "postcss-color-rebeccapurple": "^4.0.1", - "postcss-custom-media": "^7.0.8", - "postcss-custom-properties": "^8.0.11", - "postcss-custom-selectors": "^5.1.2", - "postcss-dir-pseudo-class": "^5.0.0", - "postcss-double-position-gradients": "^1.0.0", - "postcss-env-function": "^2.0.2", - "postcss-focus-visible": "^4.0.0", - "postcss-focus-within": "^3.0.0", - "postcss-font-variant": "^4.0.0", - "postcss-gap-properties": "^2.0.0", - "postcss-image-set-function": "^3.0.1", - "postcss-initial": "^3.0.0", - "postcss-lab-function": "^2.0.1", - "postcss-logical": "^3.0.0", - "postcss-media-minmax": "^4.0.0", - "postcss-nesting": "^7.0.0", - "postcss-overflow-shorthand": "^2.0.0", - "postcss-page-break": "^2.0.0", - "postcss-place": "^4.0.1", - "postcss-pseudo-class-any-link": "^6.0.0", - "postcss-replace-overflow-wrap": "^3.0.0", - "postcss-selector-matches": "^4.0.0", - "postcss-selector-not": "^4.0.0" + "node": "^12 || ^14 || >=16" }, - "engines": { - "node": ">=6.0.0" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-preset-env/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-preset-env/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/postcss-preset-env/node_modules/css-prefers-color-scheme": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "bin": { + "css-prefers-color-scheme": "dist/cli.cjs" }, "engines": { - "node": ">=6.0.0" + "node": "^12 || ^14 || >=16" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/postcss-preset-env/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/postcss-preset-env/node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/postcss-pseudo-class-any-link": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz", - "integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==", - "dev": true, - "dependencies": { - "postcss": "^7.0.2", - "postcss-selector-parser": "^5.0.0-rc.3" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/postcss-pseudo-class-any-link/node_modules/cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-pseudo-class-any-link/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-pseudo-class-any-link/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "version": "7.1.1", "dev": true, + "license": "CC0-1.0", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-selector-parser": "^6.0.9" }, "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-pseudo-class-any-link/node_modules/postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", - "dev": true, - "dependencies": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "node": "^12 || ^14 || >=16" }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-pseudo-class-any-link/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "peerDependencies": { + "postcss": "^8.4" } }, "node_modules/postcss-reduce-initial": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.2.tgz", - "integrity": "sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz", + "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==", "dev": true, "dependencies": { "browserslist": "^4.16.6", @@ -10497,9 +9680,9 @@ } }, "node_modules/postcss-reduce-transforms": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.2.tgz", - "integrity": "sha512-25HeDeFsgiPSUx69jJXZn8I06tMxLQJJNF5h7i9gsUg8iP4KOOJ8EX8fj3seeoLt3SLU2YDD6UPnDYVGUO7DEA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" @@ -10512,44 +9695,11 @@ } }, "node_modules/postcss-replace-overflow-wrap": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz", - "integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==", - "dev": true, - "dependencies": { - "postcss": "^7.0.2" - } - }, - "node_modules/postcss-replace-overflow-wrap/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-replace-overflow-wrap/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-replace-overflow-wrap/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "version": "4.0.0", "dev": true, - "engines": { - "node": ">=0.10.0" + "license": "MIT", + "peerDependencies": { + "postcss": "^8.0.3" } }, "node_modules/postcss-scss": { @@ -10568,95 +9718,21 @@ "postcss": "^8.3.3" } }, - "node_modules/postcss-selector-matches": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz", - "integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "postcss": "^7.0.2" - } - }, - "node_modules/postcss-selector-matches/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-selector-matches/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-selector-matches/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/postcss-selector-not": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz", - "integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "postcss": "^7.0.2" - } - }, - "node_modules/postcss-selector-not/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/postcss-selector-not/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "version": "5.0.0", "dev": true, + "license": "MIT", "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" + "balanced-match": "^1.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-selector-not/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "peerDependencies": { + "postcss": "^8.1.0" } }, "node_modules/postcss-selector-parser": { - "version": "6.0.8", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz", - "integrity": "sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==", + "version": "6.0.9", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -10666,12 +9742,12 @@ } }, "node_modules/postcss-svgo": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.3.tgz", - "integrity": "sha512-41XZUA1wNDAZrQ3XgWREL/M2zSw8LJPvb5ZWivljBsUQAGoEKMYm6okHsTjJxKYI4M75RQEH4KYlEM52VwdXVA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", "dev": true, "dependencies": { - "postcss-value-parser": "^4.1.0", + "postcss-value-parser": "^4.2.0", "svgo": "^2.7.0" }, "engines": { @@ -10682,12 +9758,11 @@ } }, "node_modules/postcss-unique-selectors": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.2.tgz", - "integrity": "sha512-w3zBVlrtZm7loQWRPVC0yjUwwpty7OM6DnEHkxcSQXO1bMS3RJ+JUS5LFMSDZHJcvGsRwhZinCWVqn8Kej4EDA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", "dev": true, "dependencies": { - "alphanum-sort": "^1.0.2", "postcss-selector-parser": "^6.0.5" }, "engines": { @@ -10699,29 +9774,13 @@ }, "node_modules/postcss-value-parser": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/postcss-values-parser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz", - "integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==", "dev": true, - "dependencies": { - "flatten": "^1.0.2", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "engines": { - "node": ">=6.14.4" - } + "license": "MIT" }, "node_modules/prelude-ls": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, + "license": "MIT", "peer": true, "engines": { "node": ">= 0.8.0" @@ -10729,18 +9788,16 @@ }, "node_modules/prepend-http": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/prettier": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "dev": true, + "license": "MIT", "peer": true, "bin": { "prettier": "bin-prettier.js" @@ -10751,9 +9808,8 @@ }, "node_modules/prettier-linter-helpers": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, + "license": "MIT", "dependencies": { "fast-diff": "^1.1.2" }, @@ -10763,8 +9819,7 @@ }, "node_modules/pretty-format": { "version": "27.4.6", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.4.6.tgz", - "integrity": "sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", @@ -10774,10 +9829,17 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, + "node_modules/pretty-format/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, "node_modules/pretty-format/node_modules/ansi-styles": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -10787,13 +9849,12 @@ }, "node_modules/pretty-format/node_modules/react-is": { "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + "license": "MIT" }, "node_modules/printj": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz", - "integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/printj/-/printj-1.3.1.tgz", + "integrity": "sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg==", "bin": { "printj": "bin/printj.njs" }, @@ -10803,24 +9864,21 @@ }, "node_modules/private": { "version": "0.1.8", - "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", - "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/process-nextick-args": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/progress": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true, + "license": "MIT", "peer": true, "engines": { "node": ">=0.4.0" @@ -10836,23 +9894,28 @@ "react-is": "^16.13.1" } }, + "node_modules/prop-types/node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/pseudomap": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/psl": { "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pump": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -10860,36 +9923,24 @@ }, "node_modules/punycode": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, "node_modules/qs": { "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.6" } }, "node_modules/query-string": { "version": "4.3.4", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", - "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", "dev": true, + "license": "MIT", "dependencies": { "object-assign": "^4.1.0", "strict-uri-encode": "^1.0.0" @@ -10900,8 +9951,6 @@ }, "node_modules/queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ { @@ -10916,13 +9965,13 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/randombytes": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } @@ -10962,15 +10011,22 @@ "react": "^16.14.0" } }, + "node_modules/react-dom/node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/react-fast-compare": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz", - "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" + "license": "MIT" }, "node_modules/react-i18next": { - "version": "11.15.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz", - "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==", + "version": "11.16.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.2.tgz", + "integrity": "sha512-1iuZduvARUelL5ux663FvIoDZExwFO+9QtRAAt4uvs1/aun4cUZt8XBrVg7iiDgNls9cOSORAhE7Ri5KA9RMvg==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -10989,15 +10045,26 @@ } } }, + "node_modules/react-i18next/node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "node_modules/react-i18next/node_modules/html-parse-stringify": { + "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" + } + }, "node_modules/react-is": { "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + "license": "MIT" }, "node_modules/react-svg-core": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/react-svg-core/-/react-svg-core-3.0.3.tgz", - "integrity": "sha512-Ws3eM3xCAwcaYeqm4Ajcz3zxBYNI6BeTWWhFR0cpOT+pWuVtozgHYK9xUM0S/ilapZgYMQDe49XgOxpvooFq4w==", + "license": "MIT", "dependencies": { "@babel/core": "^7.4.5", "@babel/plugin-syntax-jsx": "^7.2.0", @@ -11013,8 +10080,7 @@ }, "node_modules/react-svg-core/node_modules/css-select": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", - "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-what": "^3.2.1", @@ -11024,8 +10090,7 @@ }, "node_modules/react-svg-core/node_modules/css-tree": { "version": "1.0.0-alpha.37", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", - "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "license": "MIT", "dependencies": { "mdn-data": "2.0.4", "source-map": "^0.6.1" @@ -11036,8 +10101,7 @@ }, "node_modules/react-svg-core/node_modules/css-what": { "version": "3.4.2", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", - "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", + "license": "BSD-2-Clause", "engines": { "node": ">= 6" }, @@ -11047,8 +10111,7 @@ }, "node_modules/react-svg-core/node_modules/dom-serializer": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "entities": "^2.0.0" @@ -11056,8 +10119,7 @@ }, "node_modules/react-svg-core/node_modules/domutils": { "version": "1.7.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", - "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "0", "domelementtype": "1" @@ -11065,35 +10127,29 @@ }, "node_modules/react-svg-core/node_modules/domutils/node_modules/domelementtype": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + "license": "BSD-2-Clause" }, "node_modules/react-svg-core/node_modules/mdn-data": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", - "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + "license": "CC0-1.0" }, "node_modules/react-svg-core/node_modules/nth-check": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", - "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "license": "BSD-2-Clause", "dependencies": { "boolbase": "~1.0.0" } }, "node_modules/react-svg-core/node_modules/source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/react-svg-core/node_modules/svgo": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", - "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", - "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", + "license": "MIT", "dependencies": { "chalk": "^2.4.1", "coa": "^2.0.2", @@ -11128,28 +10184,73 @@ "node": ">=8" } }, - "node_modules/react-transition-group": { - "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==", + "node_modules/react-svg-loader/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" + "minimist": "^1.2.0" }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" + "bin": { + "json5": "lib/cli.js" } }, - "node_modules/read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "dev": true, - "dependencies": { - "load-json-file": "^1.0.0", + "node_modules/react-svg-loader/node_modules/loader-utils": { + "version": "1.4.0", + "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", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/react-svg-loader/node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "node_modules/react-transition-group": { + "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", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "node_modules/react-transition-group/node_modules/dom-helpers": { + "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" + } + }, + "node_modules/react/node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/read-pkg": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "load-json-file": "^1.0.0", "normalize-package-data": "^2.3.2", "path-type": "^1.0.0" }, @@ -11159,9 +10260,8 @@ }, "node_modules/read-pkg-up": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^1.0.0", "read-pkg": "^1.0.0" @@ -11172,9 +10272,8 @@ }, "node_modules/read-pkg-up/node_modules/find-up": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, + "license": "MIT", "dependencies": { "path-exists": "^2.0.0", "pinkie-promise": "^2.0.0" @@ -11185,9 +10284,8 @@ }, "node_modules/read-pkg-up/node_modules/path-exists": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, + "license": "MIT", "dependencies": { "pinkie-promise": "^2.0.0" }, @@ -11197,9 +10295,8 @@ }, "node_modules/read-pkg/node_modules/path-type": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "pify": "^2.0.0", @@ -11211,9 +10308,8 @@ }, "node_modules/readable-stream": { "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -11226,9 +10322,8 @@ }, "node_modules/readdirp": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", - "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", "dev": true, + "license": "MIT", "dependencies": { "picomatch": "^2.0.4" }, @@ -11238,9 +10333,8 @@ }, "node_modules/rechoir": { "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", - "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, + "license": "MIT", "dependencies": { "resolve": "^1.9.0" }, @@ -11250,9 +10344,8 @@ }, "node_modules/redent": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, + "license": "MIT", "dependencies": { "indent-string": "^2.1.0", "strip-indent": "^1.0.1" @@ -11263,9 +10356,8 @@ }, "node_modules/redent/node_modules/indent-string": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, + "license": "MIT", "dependencies": { "repeating": "^2.0.0" }, @@ -11275,15 +10367,13 @@ }, "node_modules/regenerate": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz", - "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -11293,23 +10383,20 @@ }, "node_modules/regenerator-runtime": { "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.14.5", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", - "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regexp.prototype.flags": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz", - "integrity": "sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" @@ -11323,9 +10410,8 @@ }, "node_modules/regexpp": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "dev": true, + "license": "MIT", "peer": true, "engines": { "node": ">=8" @@ -11336,9 +10422,8 @@ }, "node_modules/regexpu-core": { "version": "4.8.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz", - "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2", "regenerate-unicode-properties": "^9.0.0", @@ -11353,15 +10438,13 @@ }, "node_modules/regjsgen": { "version": "0.5.2", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", - "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regjsparser": { "version": "0.7.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz", - "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "jsesc": "~0.5.0" }, @@ -11371,8 +10454,6 @@ }, "node_modules/regjsparser/node_modules/jsesc": { "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", "dev": true, "bin": { "jsesc": "bin/jsesc" @@ -11380,9 +10461,8 @@ }, "node_modules/repeating": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, + "license": "MIT", "dependencies": { "is-finite": "^1.0.0" }, @@ -11392,10 +10472,8 @@ }, "node_modules/request": { "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", "dev": true, + "license": "Apache-2.0", "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -11424,33 +10502,29 @@ }, "node_modules/require-directory": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/require-from-string": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/require-main-filename": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/resolve": { "version": "1.21.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz", - "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==", "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.8.0", "path-parse": "^1.0.7", @@ -11465,9 +10539,8 @@ }, "node_modules/resolve-cwd": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -11477,27 +10550,24 @@ }, "node_modules/resolve-cwd/node_modules/resolve-from": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/resolve-from": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/restore-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -11506,27 +10576,15 @@ "node": ">=8" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, "node_modules/rfdc": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, + "license": "ISC", "peer": true, "dependencies": { "glob": "^7.1.3" @@ -11540,8 +10598,6 @@ }, "node_modules/run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ { @@ -11557,41 +10613,32 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "queue-microtask": "^1.2.2" } }, "node_modules/rxjs": { "version": "7.5.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.2.tgz", - "integrity": "sha512-PwDt186XaL3QN5qXj/H9DGyHhP3/RYYgZZwqBv9Tv8rsAaiwFH1IsJJlcgD37J7UW5a6O67qX0KWKS3/pu0m4w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/rxjs/node_modules/tslib": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", - "dev": true + "dev": true, + "license": "0BSD" }, "node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "license": "MIT" }, "node_modules/sass-graph": { "version": "2.2.5", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz", - "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==", "dev": true, + "license": "MIT", "dependencies": { "glob": "^7.0.0", "lodash": "^4.0.0", @@ -11603,9 +10650,9 @@ } }, "node_modules/sass-loader": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.0.tgz", - "integrity": "sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.1.tgz", + "integrity": "sha512-RRvWl+3K2LSMezIsd008ErK4rk6CulIMSwrcc2aZvjymUgKo/vjXGp1rSWmfTUX7bblEOz8tst4wBwWtCGBqKA==", "dev": true, "dependencies": { "klona": "^2.0.4", @@ -11639,6 +10686,36 @@ } } }, + "node_modules/sass-loader/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/sass-loader/node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/sass-loader/node_modules/klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, "node_modules/sass-loader/node_modules/loader-utils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", @@ -11653,6 +10730,12 @@ "node": ">=8.9.0" } }, + "node_modules/sass-loader/node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, "node_modules/sass-loader/node_modules/schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", @@ -11713,6 +10796,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/sass-resources-loader/node_modules/async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", + "dev": true + }, "node_modules/sass-resources-loader/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -11747,13 +10836,16 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/sass-resources-loader/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/sass-resources-loader/node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true, + "bin": { + "json5": "lib/cli.js" + }, "engines": { - "node": ">=8" + "node": ">=6" } }, "node_modules/sass-resources-loader/node_modules/loader-utils": { @@ -11770,27 +10862,13 @@ "node": ">=8.9.0" } }, - "node_modules/sass-resources-loader/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/sax": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + "license": "ISC" }, "node_modules/scheduler": { "version": "0.19.1", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", - "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1" @@ -11798,9 +10876,8 @@ }, "node_modules/schema-utils": { "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", @@ -11816,9 +10893,8 @@ }, "node_modules/scss-tokenizer": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", - "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", "dev": true, + "license": "MIT", "dependencies": { "js-base64": "^2.1.8", "source-map": "^0.4.2" @@ -11826,9 +10902,8 @@ }, "node_modules/scss-tokenizer/node_modules/source-map": { "version": "0.4.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "amdefine": ">=0.0.4" }, @@ -11838,17 +10913,15 @@ }, "node_modules/semver": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/semver-compare": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", - "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/sendbird": { "version": "3.0.160", @@ -11861,6 +10934,75 @@ "ws": "^7.5.5" } }, + "node_modules/sendbird/node_modules/agentkeepalive": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz", + "integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==", + "dependencies": { + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/sendbird/node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "node_modules/sendbird/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/sendbird/node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/sendbird/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/sendbird/node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/sendbird/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/sendbird/node_modules/form-data": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", @@ -11874,38 +11016,28 @@ "node": ">= 6" } }, + "node_modules/sendbird/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "node_modules/serialize-javascript": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } }, "node_modules/set-blocking": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } + "license": "ISC" }, "node_modules/shebang-command": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^1.0.0" }, @@ -11915,17 +11047,16 @@ }, "node_modules/shebang-regex": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/side-channel": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", @@ -11937,15 +11068,13 @@ }, "node_modules/signal-exit": { "version": "3.0.6", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", - "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/sirv": { "version": "1.0.19", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", "dev": true, + "license": "MIT", "dependencies": { "@polka/url": "^1.0.0-next.20", "mrmime": "^1.0.0", @@ -11957,18 +11086,16 @@ }, "node_modules/slash": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", - "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/slice-ansi": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -11980,9 +11107,8 @@ }, "node_modules/slice-ansi/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -11995,9 +11121,8 @@ }, "node_modules/slice-ansi/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -12007,15 +11132,13 @@ }, "node_modules/slice-ansi/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/sort-keys": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", - "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", "dev": true, + "license": "MIT", "dependencies": { "is-plain-obj": "^1.0.0" }, @@ -12025,41 +11148,36 @@ }, "node_modules/source-list-map": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/source-map": { "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", - "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==", + "version": "1.0.2", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-support": { "version": "0.4.18", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", - "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, + "license": "MIT", "dependencies": { "source-map": "^0.5.6" } }, "node_modules/spdx-correct": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -12067,15 +11185,13 @@ }, "node_modules/spdx-exceptions": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true + "dev": true, + "license": "CC-BY-3.0" }, "node_modules/spdx-expression-parse": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, + "license": "MIT", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -12083,86 +11199,53 @@ }, "node_modules/spdx-license-ids": { "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", - "dev": true + "dev": true, + "license": "CC0-1.0" }, "node_modules/sprintf-js": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" - }, - "node_modules/sshpk": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", - "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", - "dev": true, - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } + "license": "BSD-3-Clause" }, "node_modules/stable": { "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + "license": "MIT" }, "node_modules/stdout-stream": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", "dev": true, + "license": "MIT", "dependencies": { "readable-stream": "^2.0.1" } }, "node_modules/strict-uri-encode": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/string-argv": { "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.6.19" } }, "node_modules/string-width": { "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -12174,9 +11257,8 @@ }, "node_modules/string.prototype.matchall": { "version": "4.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz", - "integrity": "sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", @@ -12193,8 +11275,8 @@ }, "node_modules/string.prototype.trimend": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" @@ -12205,8 +11287,8 @@ }, "node_modules/string.prototype.trimstart": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" @@ -12217,9 +11299,8 @@ }, "node_modules/stringify-object": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "get-own-enumerable-property-symbols": "^3.0.0", "is-obj": "^1.0.1", @@ -12231,9 +11312,8 @@ }, "node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -12241,32 +11321,27 @@ "node": ">=8" } }, - "node_modules/strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "node_modules/strip-ansi/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, - "dependencies": { - "is-utf8": "^0.2.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/strip-indent": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, + "license": "MIT", "dependencies": { "get-stdin": "^4.0.1" }, @@ -12310,6 +11385,18 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/style-loader/node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/style-loader/node_modules/loader-utils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", @@ -12325,12 +11412,12 @@ } }, "node_modules/stylehacks": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz", - "integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz", + "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==", "dev": true, "dependencies": { - "browserslist": "^4.16.0", + "browserslist": "^4.16.6", "postcss-selector-parser": "^6.0.4" }, "engines": { @@ -12341,21 +11428,20 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" + "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" }, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -12365,9 +11451,8 @@ }, "node_modules/svgo": { "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", "dev": true, + "license": "MIT", "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", @@ -12386,18 +11471,16 @@ }, "node_modules/svgo/node_modules/commander": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } }, "node_modules/table": { "version": "6.8.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", - "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", "dev": true, + "license": "BSD-3-Clause", "peer": true, "dependencies": { "ajv": "^8.0.1", @@ -12412,9 +11495,8 @@ }, "node_modules/table/node_modules/ajv": { "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -12429,9 +11511,8 @@ }, "node_modules/table/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "color-convert": "^2.0.1" @@ -12445,9 +11526,8 @@ }, "node_modules/table/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "color-name": "~1.1.4" @@ -12458,23 +11538,20 @@ }, "node_modules/table/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, + "license": "MIT", "peer": true }, "node_modules/table/node_modules/json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, + "license": "MIT", "peer": true }, "node_modules/table/node_modules/slice-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "ansi-styles": "^4.0.0", @@ -12490,32 +11567,47 @@ }, "node_modules/tapable": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/tar": { "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", - "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", - "deprecated": "This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.", "dev": true, + "license": "ISC", "dependencies": { "block-stream": "*", "fstream": "^1.0.12", "inherits": "2" } }, + "node_modules/terser": { + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", + "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "dev": true, + "dependencies": { + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map": "~0.7.2", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/terser-webpack-plugin": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.0.tgz", - "integrity": "sha512-LPIisi3Ol4chwAaPP8toUJ3L4qCM1G0wao7L3qNv57Drezxj6+VEyySpPw4B1HSO2Eg/hDY/MNF5XihCAoqnsQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", + "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", "dev": true, "dependencies": { - "jest-worker": "^27.4.1", + "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", "serialize-javascript": "^6.0.0", "source-map": "^0.6.1", @@ -12543,26 +11635,29 @@ } } }, - "node_modules/terser-webpack-plugin/node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, - "optional": true, - "peer": true, - "bin": { - "acorn": "bin/acorn" + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/terser-webpack-plugin/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, "engines": { - "node": ">=0.4.0" + "node": ">= 10.13.0" } }, - "node_modules/terser-webpack-plugin/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, "node_modules/terser-webpack-plugin/node_modules/schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", @@ -12590,42 +11685,40 @@ "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "node_modules/terser-webpack-plugin/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/terser-webpack-plugin/node_modules/terser": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.10.0.tgz", - "integrity": "sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==", + "node_modules/terser/node_modules/acorn": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", + "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", "dev": true, - "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.20" - }, "bin": { - "terser": "bin/terser" + "acorn": "bin/acorn" }, "engines": { - "node": ">=10" - }, - "peerDependencies": { - "acorn": "^8.5.0" - }, - "peerDependenciesMeta": { - "acorn": { - "optional": true - } + "node": ">=0.4.0" } }, - "node_modules/terser-webpack-plugin/node_modules/terser/node_modules/source-map": { + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/terser/node_modules/source-map": { "version": "0.7.3", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", @@ -12634,43 +11727,51 @@ "node": ">= 8" } }, + "node_modules/terser/node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/terser/node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/text-table": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true, + "license": "MIT", "peer": true }, "node_modules/through": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "node_modules/timsort": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/tiny-warning": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + "license": "MIT" }, "node_modules/to-fast-properties": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -12680,18 +11781,16 @@ }, "node_modules/totalist": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/tough-cookie": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.28", "punycode": "^2.1.1" @@ -12702,36 +11801,32 @@ }, "node_modules/trim-newlines": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/trim-right": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", - "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/true-case-path": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", - "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", "dev": true, + "license": "Apache-2.0", "dependencies": { "glob": "^7.1.2" } }, "node_modules/tsconfig-paths": { "version": "3.12.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz", - "integrity": "sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.1", @@ -12741,9 +11836,8 @@ }, "node_modules/tsconfig-paths/node_modules/json5": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -12753,23 +11847,20 @@ }, "node_modules/tsconfig-paths/node_modules/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "license": "0BSD" }, "node_modules/tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "dev": true, + "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" }, @@ -12777,17 +11868,10 @@ "node": "*" } }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true - }, "node_modules/type-check": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "prelude-ls": "^1.2.1" @@ -12798,18 +11882,16 @@ }, "node_modules/type-detect": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/type-fest": { "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==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -12819,8 +11901,8 @@ }, "node_modules/unbox-primitive": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "dev": true, + "license": "MIT", "dependencies": { "function-bind": "^1.1.1", "has-bigints": "^1.0.1", @@ -12833,18 +11915,16 @@ }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -12855,52 +11935,40 @@ }, "node_modules/unicode-match-property-value-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", - "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, - "node_modules/uniq": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", - "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", - "dev": true - }, "node_modules/unquote": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", - "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + "license": "MIT" }, "node_modules/uri-js": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } }, "node_modules/util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/util.promisify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "license": "MIT", "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.2", @@ -12913,64 +11981,38 @@ }, "node_modules/uuid": { "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", "dev": true, + "license": "MIT", "bin": { "uuid": "bin/uuid" } }, "node_modules/v8-compile-cache": { "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==", "dev": true, + "license": "MIT", "peer": true }, "node_modules/validate-npm-package-license": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "dev": true, - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/verror/node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, "node_modules/void-elements": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", - "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/watchpack": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", "dev": true, + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -12980,13 +12022,13 @@ } }, "node_modules/webpack": { - "version": "5.66.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz", - "integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==", + "version": "5.70.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", + "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", "dev": true, "dependencies": { - "@types/eslint-scope": "^3.7.0", - "@types/estree": "^0.0.50", + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/wasm-edit": "1.11.1", "@webassemblyjs/wasm-parser": "1.11.1", @@ -12994,7 +12036,7 @@ "acorn-import-assertions": "^1.7.6", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.8.3", + "enhanced-resolve": "^5.9.2", "es-module-lexer": "^0.9.0", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -13008,7 +12050,7 @@ "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", "watchpack": "^2.3.1", - "webpack-sources": "^3.2.2" + "webpack-sources": "^3.2.3" }, "bin": { "webpack": "bin/webpack.js" @@ -13061,6 +12103,15 @@ "node": ">=0.4.0" } }, + "node_modules/webpack-bundle-analyzer/node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/webpack-bundle-analyzer/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -13119,37 +12170,31 @@ "node": ">= 10" } }, - "node_modules/webpack-bundle-analyzer/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/webpack-bundle-analyzer/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true }, - "node_modules/webpack-bundle-analyzer/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/webpack-bundle-analyzer/node_modules/opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "bin": { + "opener": "bin/opener-bin.js" } }, "node_modules/webpack-cli": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.9.1.tgz", - "integrity": "sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.9.2.tgz", + "integrity": "sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==", "dev": true, "dependencies": { "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.1.0", - "@webpack-cli/info": "^1.4.0", - "@webpack-cli/serve": "^1.6.0", + "@webpack-cli/configtest": "^1.1.1", + "@webpack-cli/info": "^1.4.1", + "@webpack-cli/serve": "^1.6.1", "colorette": "^2.0.14", "commander": "^7.0.0", "execa": "^5.0.0", @@ -13250,6 +12295,58 @@ "node": ">=10.17.0" } }, + "node_modules/webpack-cli/node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/webpack-cli/node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/webpack-cli/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-cli/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/webpack-cli/node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", @@ -13297,9 +12394,8 @@ }, "node_modules/webpack-merge": { "version": "5.8.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", - "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" @@ -13310,9 +12406,8 @@ }, "node_modules/webpack-sources": { "version": "1.4.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", - "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "dev": true, + "license": "MIT", "dependencies": { "source-list-map": "^2.0.0", "source-map": "~0.6.1" @@ -13320,9 +12415,8 @@ }, "node_modules/webpack-sources/node_modules/source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -13348,40 +12442,100 @@ "acorn": "^8" } }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "node_modules/webpack/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "peerDependencies": { + "ajv": "^6.9.1" } }, - "node_modules/webpack/node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "node_modules/webpack/node_modules/chrome-trace-event": { + "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==", "dev": true, "engines": { - "node": ">=10.13.0" + "node": ">=6.0" } }, - "node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "node_modules/webpack/node_modules/enhanced-resolve": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", + "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", "dev": true, "dependencies": { - "isexe": "^2.0.0" + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack/node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true + }, + "node_modules/webpack/node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/webpack/node_modules/loader-runner": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", + "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==", + "dev": true, + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/webpack/node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack/node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" }, "bin": { "which": "bin/which" @@ -13389,8 +12543,8 @@ }, "node_modules/which-boxed-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "license": "MIT", "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -13404,42 +12558,37 @@ }, "node_modules/which-module": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/wide-align": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^1.0.2 || 2" } }, "node_modules/wide-align/node_modules/ansi-regex": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/wide-align/node_modules/is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/wide-align/node_modules/string-width": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, + "license": "MIT", "dependencies": { "is-fullwidth-code-point": "^2.0.0", "strip-ansi": "^4.0.0" @@ -13450,9 +12599,8 @@ }, "node_modules/wide-align/node_modules/strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^3.0.0" }, @@ -13462,15 +12610,13 @@ }, "node_modules/wildcard": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", - "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/word-wrap": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", "dev": true, + "license": "MIT", "peer": true, "engines": { "node": ">=0.10.0" @@ -13478,9 +12624,8 @@ }, "node_modules/wrap-ansi": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -13495,9 +12640,8 @@ }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13510,9 +12654,8 @@ }, "node_modules/wrap-ansi/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13522,20 +12665,17 @@ }, "node_modules/wrap-ansi/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ws": { "version": "7.5.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz", - "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==", + "license": "MIT", "engines": { "node": ">=8.3.0" }, @@ -13554,30 +12694,26 @@ }, "node_modules/y18n": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yaml": { "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 6" } }, "node_modules/yargs": { "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", "dev": true, + "license": "MIT", "dependencies": { "cliui": "^5.0.0", "find-up": "^3.0.0", @@ -13593,9 +12729,8 @@ }, "node_modules/yargs-parser": { "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", "dev": true, + "license": "ISC", "dependencies": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" @@ -13603,18 +12738,16 @@ }, "node_modules/yargs-parser/node_modules/camelcase": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/yargs-unparser": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", - "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", "dev": true, + "license": "MIT", "dependencies": { "flat": "^4.1.0", "lodash": "^4.17.15", @@ -13626,94 +12759,29 @@ }, "node_modules/yargs/node_modules/ansi-regex": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/yargs/node_modules/emoji-regex": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "node_modules/yargs/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } + "license": "MIT" }, "node_modules/yargs/node_modules/is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, - "node_modules/yargs/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yargs/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/yargs/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yargs/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/yargs/node_modules/string-width": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^7.0.1", "is-fullwidth-code-point": "^2.0.0", @@ -13725,9 +12793,8 @@ }, "node_modules/yargs/node_modules/strip-ansi": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^4.1.0" }, @@ -13739,21 +12806,17 @@ "dependencies": { "@babel/code-frame": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", "requires": { "@babel/highlight": "^7.16.7" } }, "@babel/compat-data": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.8.tgz", - "integrity": "sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==" + "version": "7.17.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", + "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==" }, "@babel/core": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz", - "integrity": "sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==", "requires": { "@babel/code-frame": "^7.16.7", "@babel/generator": "^7.16.7", @@ -13770,12 +12833,35 @@ "json5": "^2.1.2", "semver": "^6.3.0", "source-map": "^0.5.0" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "gensync": { + "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==" + }, + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } } }, "@babel/generator": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz", - "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==", "requires": { "@babel/types": "^7.16.8", "jsesc": "^2.5.1", @@ -13784,16 +12870,12 @@ }, "@babel/helper-annotate-as-pure": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-builder-binary-assignment-operator-visitor": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz", - "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==", "dev": true, "requires": { "@babel/helper-explode-assignable-expression": "^7.16.7", @@ -13802,8 +12884,6 @@ }, "@babel/helper-compilation-targets": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", - "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", "requires": { "@babel/compat-data": "^7.16.4", "@babel/helper-validator-option": "^7.16.7", @@ -13812,9 +12892,9 @@ } }, "@babel/helper-create-class-features-plugin": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz", - "integrity": "sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==", + "version": "7.17.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz", + "integrity": "sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", @@ -13828,8 +12908,6 @@ }, "@babel/helper-create-regexp-features-plugin": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz", - "integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", @@ -13837,9 +12915,9 @@ } }, "@babel/helper-define-polyfill-provider": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz", - "integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", + "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", "dev": true, "requires": { "@babel/helper-compilation-targets": "^7.13.0", @@ -13850,20 +12928,33 @@ "lodash.debounce": "^4.0.8", "resolve": "^1.14.2", "semver": "^6.1.2" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + } } }, "@babel/helper-environment-visitor": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-explode-assignable-expression": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz", - "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==", "dev": true, "requires": { "@babel/types": "^7.16.7" @@ -13871,8 +12962,6 @@ }, "@babel/helper-function-name": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", "requires": { "@babel/helper-get-function-arity": "^7.16.7", "@babel/template": "^7.16.7", @@ -13881,24 +12970,18 @@ }, "@babel/helper-get-function-arity": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-hoist-variables": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-member-expression-to-functions": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz", - "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==", "dev": true, "requires": { "@babel/types": "^7.16.7" @@ -13906,16 +12989,12 @@ }, "@babel/helper-module-imports": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-module-transforms": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", - "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", "requires": { "@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-module-imports": "^7.16.7", @@ -13929,22 +13008,16 @@ }, "@babel/helper-optimise-call-expression": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz", - "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==", "dev": true, "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==" + "version": "7.16.7" }, "@babel/helper-remap-async-to-generator": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz", - "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", @@ -13954,8 +13027,6 @@ }, "@babel/helper-replace-supers": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", - "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.16.7", @@ -13967,16 +13038,12 @@ }, "@babel/helper-simple-access": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", - "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-skip-transparent-expression-wrappers": { "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz", - "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==", "dev": true, "requires": { "@babel/types": "^7.16.0" @@ -13984,26 +13051,18 @@ }, "@babel/helper-split-export-declaration": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", "requires": { "@babel/types": "^7.16.7" } }, "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" + "version": "7.16.7" }, "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==" + "version": "7.16.7" }, "@babel/helper-wrap-function": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz", - "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==", "dev": true, "requires": { "@babel/helper-function-name": "^7.16.7", @@ -14014,8 +13073,6 @@ }, "@babel/helpers": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.7.tgz", - "integrity": "sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==", "requires": { "@babel/template": "^7.16.7", "@babel/traverse": "^7.16.7", @@ -14024,8 +13081,6 @@ }, "@babel/highlight": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz", - "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", @@ -14033,14 +13088,10 @@ } }, "@babel/parser": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz", - "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==" + "version": "7.16.8" }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz", - "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14048,8 +13099,6 @@ }, "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz", - "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14059,8 +13108,6 @@ }, "@babel/plugin-proposal-async-generator-functions": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz", - "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14080,8 +13127,6 @@ }, "@babel/plugin-proposal-class-static-block": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz", - "integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==", "dev": true, "requires": { "@babel/helper-create-class-features-plugin": "^7.16.7", @@ -14090,20 +13135,20 @@ } }, "@babel/plugin-proposal-decorators": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz", - "integrity": "sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ==", + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.8.tgz", + "integrity": "sha512-U69odN4Umyyx1xO1rTII0IDkAEC+RNlcKXtqOblfpzqy1C+aOplb76BQNq0+XdpVkOaPlpEDwd++joY8FNFJKA==", "dev": true, "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.7", + "@babel/helper-create-class-features-plugin": "^7.17.6", "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-decorators": "^7.16.7" + "@babel/helper-replace-supers": "^7.16.7", + "@babel/plugin-syntax-decorators": "^7.17.0", + "charcodes": "^0.2.0" } }, "@babel/plugin-proposal-dynamic-import": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz", - "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14132,8 +13177,6 @@ }, "@babel/plugin-proposal-json-strings": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz", - "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14142,8 +13185,6 @@ }, "@babel/plugin-proposal-logical-assignment-operators": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz", - "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14162,8 +13203,6 @@ }, "@babel/plugin-proposal-numeric-separator": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz", - "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14171,12 +13210,12 @@ } }, "@babel/plugin-proposal-object-rest-spread": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz", - "integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==", + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz", + "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==", "dev": true, "requires": { - "@babel/compat-data": "^7.16.4", + "@babel/compat-data": "^7.17.0", "@babel/helper-compilation-targets": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", @@ -14185,8 +13224,6 @@ }, "@babel/plugin-proposal-optional-catch-binding": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz", - "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14205,19 +13242,17 @@ } }, "@babel/plugin-proposal-private-methods": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz", - "integrity": "sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==", + "version": "7.16.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz", + "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==", "dev": true, "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.7", + "@babel/helper-create-class-features-plugin": "^7.16.10", "@babel/helper-plugin-utils": "^7.16.7" } }, "@babel/plugin-proposal-private-property-in-object": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz", - "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", @@ -14238,8 +13273,6 @@ }, "@babel/plugin-syntax-async-generators": { "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" @@ -14247,8 +13280,6 @@ }, "@babel/plugin-syntax-class-properties": { "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.12.13" @@ -14256,17 +13287,15 @@ }, "@babel/plugin-syntax-class-static-block": { "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-syntax-decorators": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz", - "integrity": "sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz", + "integrity": "sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14283,8 +13312,6 @@ }, "@babel/plugin-syntax-export-default-from": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz", - "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14292,8 +13319,6 @@ }, "@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.3" @@ -14301,8 +13326,6 @@ }, "@babel/plugin-syntax-json-strings": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" @@ -14310,16 +13333,12 @@ }, "@babel/plugin-syntax-jsx": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", "requires": { "@babel/helper-plugin-utils": "^7.16.7" } }, "@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", - "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4" @@ -14327,8 +13346,6 @@ }, "@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", - "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" @@ -14336,8 +13353,6 @@ }, "@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", - "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4" @@ -14345,8 +13360,6 @@ }, "@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", - "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" @@ -14354,8 +13367,6 @@ }, "@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", - "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" @@ -14363,8 +13374,6 @@ }, "@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" @@ -14372,8 +13381,6 @@ }, "@babel/plugin-syntax-private-property-in-object": { "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" @@ -14381,8 +13388,6 @@ }, "@babel/plugin-syntax-top-level-await": { "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==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" @@ -14390,8 +13395,6 @@ }, "@babel/plugin-transform-arrow-functions": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz", - "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14399,8 +13402,6 @@ }, "@babel/plugin-transform-async-to-generator": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", - "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.16.7", @@ -14410,8 +13411,6 @@ }, "@babel/plugin-transform-block-scoped-functions": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz", - "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14419,8 +13418,6 @@ }, "@babel/plugin-transform-block-scoping": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz", - "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14428,8 +13425,6 @@ }, "@babel/plugin-transform-classes": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz", - "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", @@ -14444,8 +13439,6 @@ }, "@babel/plugin-transform-computed-properties": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz", - "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14453,8 +13446,6 @@ }, "@babel/plugin-transform-destructuring": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz", - "integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14462,8 +13453,6 @@ }, "@babel/plugin-transform-dotall-regex": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz", - "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==", "dev": true, "requires": { "@babel/helper-create-regexp-features-plugin": "^7.16.7", @@ -14472,8 +13461,6 @@ }, "@babel/plugin-transform-duplicate-keys": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz", - "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14481,8 +13468,6 @@ }, "@babel/plugin-transform-exponentiation-operator": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz", - "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==", "dev": true, "requires": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7", @@ -14491,8 +13476,6 @@ }, "@babel/plugin-transform-for-of": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz", - "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14500,8 +13483,6 @@ }, "@babel/plugin-transform-function-name": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz", - "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==", "dev": true, "requires": { "@babel/helper-compilation-targets": "^7.16.7", @@ -14511,8 +13492,6 @@ }, "@babel/plugin-transform-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz", - "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14520,8 +13499,6 @@ }, "@babel/plugin-transform-member-expression-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz", - "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14529,8 +13506,6 @@ }, "@babel/plugin-transform-modules-amd": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz", - "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==", "dev": true, "requires": { "@babel/helper-module-transforms": "^7.16.7", @@ -14540,8 +13515,6 @@ }, "@babel/plugin-transform-modules-commonjs": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz", - "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==", "dev": true, "requires": { "@babel/helper-module-transforms": "^7.16.7", @@ -14552,8 +13525,6 @@ }, "@babel/plugin-transform-modules-systemjs": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz", - "integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==", "dev": true, "requires": { "@babel/helper-hoist-variables": "^7.16.7", @@ -14565,8 +13536,6 @@ }, "@babel/plugin-transform-modules-umd": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz", - "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==", "dev": true, "requires": { "@babel/helper-module-transforms": "^7.16.7", @@ -14575,8 +13544,6 @@ }, "@babel/plugin-transform-named-capturing-groups-regex": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz", - "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==", "dev": true, "requires": { "@babel/helper-create-regexp-features-plugin": "^7.16.7" @@ -14584,8 +13551,6 @@ }, "@babel/plugin-transform-new-target": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz", - "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14593,8 +13558,6 @@ }, "@babel/plugin-transform-object-super": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz", - "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14603,8 +13566,6 @@ }, "@babel/plugin-transform-parameters": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", - "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14612,8 +13573,6 @@ }, "@babel/plugin-transform-property-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz", - "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14621,16 +13580,12 @@ }, "@babel/plugin-transform-react-display-name": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", "requires": { "@babel/helper-plugin-utils": "^7.16.7" } }, "@babel/plugin-transform-react-jsx": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz", - "integrity": "sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==", "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-module-imports": "^7.16.7", @@ -14641,16 +13596,12 @@ }, "@babel/plugin-transform-react-jsx-development": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", "requires": { "@babel/plugin-transform-react-jsx": "^7.16.7" } }, "@babel/plugin-transform-react-pure-annotations": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz", - "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==", "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-plugin-utils": "^7.16.7" @@ -14658,8 +13609,6 @@ }, "@babel/plugin-transform-regenerator": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz", - "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==", "dev": true, "requires": { "regenerator-transform": "^0.14.2" @@ -14667,8 +13616,6 @@ }, "@babel/plugin-transform-reserved-words": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz", - "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14676,8 +13623,6 @@ }, "@babel/plugin-transform-shorthand-properties": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz", - "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14685,8 +13630,6 @@ }, "@babel/plugin-transform-spread": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz", - "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7", @@ -14695,8 +13638,6 @@ }, "@babel/plugin-transform-sticky-regex": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz", - "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14704,8 +13645,6 @@ }, "@babel/plugin-transform-template-literals": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz", - "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14713,8 +13652,6 @@ }, "@babel/plugin-transform-typeof-symbol": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz", - "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14722,8 +13659,6 @@ }, "@babel/plugin-transform-unicode-escapes": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz", - "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.16.7" @@ -14731,8 +13666,6 @@ }, "@babel/plugin-transform-unicode-regex": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz", - "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==", "dev": true, "requires": { "@babel/helper-create-regexp-features-plugin": "^7.16.7", @@ -14740,9 +13673,9 @@ } }, "@babel/preset-env": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.8.tgz", - "integrity": "sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==", + "version": "7.16.11", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz", + "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==", "dev": true, "requires": { "@babel/compat-data": "^7.16.8", @@ -14763,7 +13696,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.16.7", "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", "@babel/plugin-proposal-optional-chaining": "^7.16.7", - "@babel/plugin-proposal-private-methods": "^7.16.7", + "@babel/plugin-proposal-private-methods": "^7.16.11", "@babel/plugin-proposal-private-property-in-object": "^7.16.7", "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", "@babel/plugin-syntax-async-generators": "^7.8.4", @@ -14819,12 +13752,60 @@ "babel-plugin-polyfill-regenerator": "^0.3.0", "core-js-compat": "^3.20.2", "semver": "^6.3.0" + }, + "dependencies": { + "babel-plugin-polyfill-corejs2": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", + "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.3.1", + "semver": "^6.1.1" + } + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", + "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.1", + "core-js-compat": "^3.21.0" + } + }, + "babel-plugin-polyfill-regenerator": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.1" + } + }, + "core-js-compat": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.21.1.tgz", + "integrity": "sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==", + "dev": true, + "requires": { + "browserslist": "^4.19.1", + "semver": "7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true + } + } + } } }, "@babel/preset-modules": { "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -14849,16 +13830,12 @@ }, "@babel/runtime": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", - "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", "requires": { "regenerator-runtime": "^0.13.4" } }, "@babel/template": { "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", "requires": { "@babel/code-frame": "^7.16.7", "@babel/parser": "^7.16.7", @@ -14867,8 +13844,6 @@ }, "@babel/traverse": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz", - "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==", "requires": { "@babel/code-frame": "^7.16.7", "@babel/generator": "^7.16.8", @@ -14880,56 +13855,123 @@ "@babel/types": "^7.16.8", "debug": "^4.1.0", "globals": "^11.1.0" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } } }, "@babel/types": { "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz", - "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" } }, - "@csstools/convert-colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", - "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==", - "dev": true + "@csstools/postcss-color-function": { + "version": "1.0.3", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } }, - "@deriv/components": { - "version": "file:../components", + "@csstools/postcss-font-format-keywords": { + "version": "1.0.0", + "dev": true, "requires": { - "@contentpass/zxcvbn": "^4.4.3", - "@deriv/deriv-onboarding": "^1.0.0", - "@deriv/shared": "^1.0.0", - "@storybook/addon-actions": "^5.2.4", - "@storybook/addon-info": "^5.2.4", - "@storybook/addon-knobs": "^5.2.4", - "@storybook/addon-links": "^5.2.4", - "@storybook/addon-notes": "^5.2.4", - "@storybook/addon-viewport": "^5.3.9", - "@storybook/addons": "^5.2.4", - "@storybook/react": "^5.2.4", - "@storybook/source-loader": "^5.2.4", - "@storybook/storybook-deployer": "^2.8.1", - "@testing-library/react": "^12.0.0", - "@wapps/storybook-addon-state": "0.0.4", - "babel-eslint": "^10.1.0", - "babel-loader": "^8.1.0", - "classnames": "^2.2.6", - "copy-webpack-plugin": "^9.0.1", - "cross-env": "^5.2.0", - "eslint-config-airbnb-base": "^14.2.1", - "eslint-config-binary": "^1.0.2", - "eslint-config-prettier": "^7.2.0", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.22.0", - "eslint-plugin-react-hooks": "^4.2.0", - "gh-pages": "^2.1.1", - "glob": "^7.1.5", - "lint-staged": "^10.4.0", + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-hwb-function": { + "version": "1.0.0", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-ic-unit": { + "version": "1.0.0", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-is-pseudo-class": { + "version": "2.0.1", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9" + } + }, + "@csstools/postcss-normalize-display-values": { + "version": "1.0.0", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-oklab-function": { + "version": "1.0.2", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-progressive-custom-properties": { + "version": "1.3.0", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@deriv/components": { + "version": "file:../components", + "requires": { + "@contentpass/zxcvbn": "^4.4.3", + "@deriv/deriv-onboarding": "^1.0.0", + "@deriv/shared": "^1.0.0", + "@storybook/addon-actions": "^5.2.4", + "@storybook/addon-info": "^5.2.4", + "@storybook/addon-knobs": "^5.2.4", + "@storybook/addon-links": "^5.2.4", + "@storybook/addon-notes": "^5.2.4", + "@storybook/addon-viewport": "^5.3.9", + "@storybook/addons": "^5.2.4", + "@storybook/react": "^5.2.4", + "@storybook/source-loader": "^5.2.4", + "@storybook/storybook-deployer": "^2.8.1", + "@testing-library/react": "^12.0.0", + "@wapps/storybook-addon-state": "0.0.4", + "babel-eslint": "^10.1.0", + "babel-loader": "^8.1.0", + "classnames": "^2.2.6", + "copy-webpack-plugin": "^9.0.1", + "copy-webpack-plugin-v6": "npm:copy-webpack-plugin@6", + "cross-env": "^5.2.0", + "eslint-config-airbnb-base": "^14.2.1", + "eslint-config-binary": "^1.0.2", + "eslint-config-prettier": "^7.2.0", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-prettier": "^3.3.1", + "eslint-plugin-react": "^7.22.0", + "eslint-plugin-react-hooks": "^4.2.0", + "gh-pages": "^2.1.1", + "glob": "^7.1.5", + "lint-staged": "^10.4.0", "lodash.throttle": "^4.1.1", "node-sass": "^4.12.0", "prop-types": "^15.7.2", @@ -14990,8 +14032,6 @@ }, "@discoveryjs/json-ext": { "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz", - "integrity": "sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==", "dev": true }, "@eslint/eslintrc": { @@ -15012,16 +14052,33 @@ "strip-json-comments": "^3.1.1" }, "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "peer": true, + "requires": { + "ms": "2.1.2" + } + }, "globals": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz", - "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", + "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", "dev": true, "peer": true, "requires": { "type-fest": "^0.20.2" } }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true, + "peer": true + }, "type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", @@ -15041,6 +14098,25 @@ "@humanwhocodes/object-schema": "^1.2.0", "debug": "^4.1.1", "minimatch": "^3.0.4" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "peer": true, + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true, + "peer": true + } } }, "@humanwhocodes/object-schema": { @@ -15052,8 +14128,6 @@ }, "@nodelib/fs.scandir": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, "requires": { "@nodelib/fs.stat": "2.0.5", @@ -15062,14 +14136,10 @@ }, "@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true }, "@nodelib/fs.walk": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, "requires": { "@nodelib/fs.scandir": "2.1.5", @@ -15078,14 +14148,10 @@ }, "@polka/url": { "version": "1.0.0-next.21", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", "dev": true }, "@testing-library/dom": { "version": "8.11.3", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz", - "integrity": "sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -15099,16 +14165,12 @@ "dependencies": { "ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "requires": { "color-convert": "^2.0.1" } }, "chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -15116,56 +14178,34 @@ }, "color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "requires": { "color-name": "~1.1.4" } }, "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } + "version": "1.1.4" } } }, "@testing-library/react": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.0.0.tgz", - "integrity": "sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz", + "integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==", "requires": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^8.0.0" + "@testing-library/dom": "^8.0.0", + "@types/react-dom": "*" } }, "@trysound/sax": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", "dev": true }, "@types/aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==" + "version": "4.2.2" }, "@types/eslint": { "version": "8.2.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.2.2.tgz", - "integrity": "sha512-nQxgB8/Sg+QKhnV8e0WzPpxjIGT3tuJDDzybkDi8ItE/IgTlHo07U0shaIjzhcvQxlq9SDRE42lsJ23uvEgJ2A==", "dev": true, "requires": { "@types/estree": "*", @@ -15174,8 +14214,6 @@ }, "@types/eslint-scope": { "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz", - "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==", "dev": true, "requires": { "@types/eslint": "*", @@ -15183,44 +14221,57 @@ } }, "@types/estree": { - "version": "0.0.50", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz", - "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==", + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", "dev": true }, "@types/json-schema": { "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==", "dev": true }, "@types/json5": { "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, "@types/node": { "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz", - "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==", "dev": true }, "@types/parse-json": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", "dev": true }, - "@types/q": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", - "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==" + "@types/prop-types": { + "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/react": { + "version": "17.0.43", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.43.tgz", + "integrity": "sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==", + "requires": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "@types/react-dom": { + "version": "17.0.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz", + "integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==", + "requires": { + "@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==" }, "@webassemblyjs/ast": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, "requires": { "@webassemblyjs/helper-numbers": "1.11.1", @@ -15229,26 +14280,18 @@ }, "@webassemblyjs/floating-point-hex-parser": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", "dev": true }, "@webassemblyjs/helper-api-error": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", "dev": true }, "@webassemblyjs/helper-buffer": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", "dev": true }, "@webassemblyjs/helper-numbers": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", "dev": true, "requires": { "@webassemblyjs/floating-point-hex-parser": "1.11.1", @@ -15258,14 +14301,10 @@ }, "@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", "dev": true }, "@webassemblyjs/helper-wasm-section": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", @@ -15276,8 +14315,6 @@ }, "@webassemblyjs/ieee754": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", "dev": true, "requires": { "@xtuc/ieee754": "^1.2.0" @@ -15285,8 +14322,6 @@ }, "@webassemblyjs/leb128": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", "dev": true, "requires": { "@xtuc/long": "4.2.2" @@ -15294,14 +14329,10 @@ }, "@webassemblyjs/utf8": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", "dev": true }, "@webassemblyjs/wasm-edit": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", @@ -15316,8 +14347,6 @@ }, "@webassemblyjs/wasm-gen": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", @@ -15329,8 +14358,6 @@ }, "@webassemblyjs/wasm-opt": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", @@ -15341,8 +14368,6 @@ }, "@webassemblyjs/wasm-parser": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", @@ -15355,8 +14380,6 @@ }, "@webassemblyjs/wast-printer": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", @@ -15364,38 +14387,34 @@ } }, "@webpack-cli/configtest": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.0.tgz", - "integrity": "sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.1.tgz", + "integrity": "sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==", "dev": true, "requires": {} }, "@webpack-cli/info": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.4.0.tgz", - "integrity": "sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.4.1.tgz", + "integrity": "sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==", "dev": true, "requires": { "envinfo": "^7.7.3" } }, "@webpack-cli/serve": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.0.tgz", - "integrity": "sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.1.tgz", + "integrity": "sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==", "dev": true, "requires": {} }, "@xtuc/ieee754": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "dev": true }, "@xtuc/long": { "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "dev": true }, "abbrev": { @@ -15404,47 +14423,6 @@ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "peer": true - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peer": true, - "requires": {} - }, - "acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", - "dev": true - }, - "agentkeepalive": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz", - "integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==", - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - } - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -15455,60 +14433,23 @@ "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" - } - }, - "ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dev": true, - "requires": { - "ajv": "^8.0.0" }, "dependencies": { - "ajv": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true }, "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true } } }, "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} - }, - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", - "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", - "dev": true - }, - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true - }, - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", "dev": true }, "ansi-escapes": { @@ -15521,17 +14462,16 @@ } }, "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true }, "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true }, "anymatch": { "version": "3.1.2", @@ -15541,6 +14481,14 @@ "requires": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" + }, + "dependencies": { + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + } } }, "aproba": { @@ -15557,83 +14505,29 @@ "requires": { "delegates": "^1.0.0", "readable-stream": "^2.0.6" + }, + "dependencies": { + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + } } }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "aria-query": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz", - "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==" - }, + "aria-query": {}, "array-find-index": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", "dev": true }, - "array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - } - }, "array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, - "array.prototype.flat": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz", - "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - } - }, - "array.prototype.flatmap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz", - "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - } - }, - "asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - }, "assertion-error": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", @@ -15646,141 +14540,9 @@ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true }, - "async": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", - "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", - "dev": true - }, - "async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "autoprefixer": { - "version": "9.8.8", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", - "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", - "dev": true, - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "picocolors": "^0.2.1", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "dev": true - }, "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", "dev": true }, - "axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", - "requires": { - "follow-redirects": "^1.14.0" - } - }, - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", - "dev": true, - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", - "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } - } - }, "babel-core": { "version": "6.26.3", "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz", @@ -15808,270 +14570,279 @@ "source-map": "^0.5.7" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, "requires": { - "ms": "2.0.0" + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" } }, - "json5": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", - "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", + "babel-generator": { + "version": "6.26.1", + "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", + "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", + "dev": true, + "requires": { + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.7", + "trim-right": "^1.0.1" + } + }, + "babel-helpers": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", + "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-register": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", + "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", + "dev": true, + "requires": { + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" + } + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "dev": true, + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "babel-template": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", + "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "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": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", "dev": true }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", "dev": true - } - } - }, - "babel-eslint": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", - "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - } - }, - "babel-generator": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", - "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", - "dev": true, - "requires": { - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "detect-indent": "^4.0.0", - "jsesc": "^1.3.0", - "lodash": "^4.17.4", - "source-map": "^0.5.7", - "trim-right": "^1.0.1" - }, - "dependencies": { - "jsesc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", - "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", "dev": true - } - } - }, - "babel-helpers": { - "version": "6.24.1", - "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", - "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", - "dev": true, - "requires": { - "babel-runtime": "^6.22.0", - "babel-template": "^6.24.1" - } - }, - "babel-loader": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz", - "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==", - "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - } - }, - "babel-messages": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", - "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", - "dev": true, - "requires": { - "babel-runtime": "^6.22.0" - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "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==", - "dev": true, - "requires": { - "object.assign": "^4.1.0" - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz", - "integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.13.11", - "@babel/helper-define-polyfill-provider": "^0.3.0", - "semver": "^6.1.1" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz", - "integrity": "sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.0", - "core-js-compat": "^3.20.0" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz", - "integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.0" - } - }, - "babel-plugin-react-svg": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/babel-plugin-react-svg/-/babel-plugin-react-svg-3.0.3.tgz", - "integrity": "sha512-Pst1RWjUIiV0Ykv1ODSeceCBsFOP2Y4dusjq7/XkjuzJdvS9CjpkPMUIoO4MLlvp5PiLCeMlsOC7faEUA0gm3Q==", - "requires": {} - }, - "babel-register": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", - "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", - "dev": true, - "requires": { - "babel-core": "^6.26.0", - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "home-or-tmp": "^2.0.0", - "lodash": "^4.17.4", - "mkdirp": "^0.5.1", - "source-map-support": "^0.4.15" - } - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "dev": true, - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", "dev": true - } - } - }, - "babel-template": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", - "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", - "dev": true, - "requires": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - } - }, - "babel-traverse": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", - "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", - "dev": true, - "requires": { - "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" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + }, + "jsesc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", + "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", + "dev": true + }, + "json5": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", + "dev": true + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, "requires": { - "ms": "2.0.0" + "minimist": "^1.2.6" } }, - "globals": { - "version": "9.18.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", - "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", "dev": true }, - "ms": { + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", "dev": true } } }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", - "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "babel-eslint": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", + "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", "dev": true, "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.7.0", + "@babel/traverse": "^7.7.0", + "@babel/types": "^7.7.0", + "eslint-visitor-keys": "^1.0.0", + "resolve": "^1.12.0" + } + }, + "babel-loader": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.4.tgz", + "integrity": "sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A==", + "dev": true, + "requires": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" }, "dependencies": { - "to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", - "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true + }, + "loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } } } }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", - "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "babel-plugin-dynamic-import-node": { "dev": true }, + "babel-plugin-react-svg": {}, "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dev": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, "big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", @@ -16083,20 +14854,6 @@ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true }, - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "requires": { - "inherits": "~2.0.0" - } - }, - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -16105,15 +14862,20 @@ "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + } } }, "browser-stdout": { @@ -16123,15 +14885,32 @@ "dev": true }, "browserslist": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", - "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", + "version": "4.20.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", + "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", "requires": { - "caniuse-lite": "^1.0.30001286", - "electron-to-chromium": "^1.4.17", + "caniuse-lite": "^1.0.30001317", + "electron-to-chromium": "^1.4.84", "escalade": "^3.1.1", - "node-releases": "^2.0.1", + "node-releases": "^2.0.2", "picocolors": "^1.0.0" + }, + "dependencies": { + "caniuse-lite": { + "version": "1.0.30001320", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", + "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==" + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + }, + "node-releases": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", + "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + } } }, "buffer-from": { @@ -16141,18 +14920,6 @@ "dev": true }, "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true }, "camelcase": { @@ -16181,42 +14948,37 @@ "caniuse-lite": "^1.0.0", "lodash.memoize": "^4.1.2", "lodash.uniq": "^4.5.0" + }, + "dependencies": { + "caniuse-lite": { + "version": "1.0.30001320", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", + "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==", + "dev": true + } } }, - "caniuse-lite": { - "version": "1.0.30001299", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz", - "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true - }, "chai": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz", - "integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.6.tgz", + "integrity": "sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==", "dev": true, "requires": { "assertion-error": "^1.1.0", "check-error": "^1.0.2", "deep-eql": "^3.0.1", "get-func-name": "^2.0.0", + "loupe": "^2.3.1", "pathval": "^1.1.1", "type-detect": "^4.0.5" } }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } + "chalk": {}, + "charcodes": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz", + "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==", + "dev": true }, "check-error": { "version": "1.0.2", @@ -16224,50 +14986,11 @@ "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", "dev": true }, - "chokidar": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", - "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", - "dev": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.2.0" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, - "chrome-trace-event": { - "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==", - "dev": true - }, "classnames": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, "cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -16288,88 +15011,9 @@ } }, "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - } - } - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "coa": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", - "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - } + "dev": true }, + "coa": {}, "code-point-at": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", @@ -16380,6 +15024,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, "requires": { "color-name": "1.1.3" } @@ -16387,7 +15032,8 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true }, "colord": { "version": "2.9.2", @@ -16402,29 +15048,12 @@ "dev": true }, "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", - "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", "dev": true }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "commander": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", + "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", "dev": true }, "confusing-browser-globals": { @@ -16461,6 +15090,63 @@ "serialize-javascript": "^6.0.0" }, "dependencies": { + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, + "ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", @@ -16471,59 +15157,25 @@ "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } - } - } - }, - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "dev": true - }, - "core-js-compat": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.2.tgz", - "integrity": "sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==", - "dev": true, - "requires": { - "browserslist": "^4.19.1", - "semver": "7.0.0" - }, - "dependencies": { - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true } } }, "core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, - "cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", - "dev": true, - "requires": { - "@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" - } - }, "crc-32": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.0.tgz", - "integrity": "sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.1.tgz", + "integrity": "sha512-Dn/xm/1vFFgs3nfrpEVScHoIslO9NZRITWGz/1E/St6u4xw99vfZzVkW0OSnzx2h9egej9xwMCEut6sqwokM/w==", "requires": { "exit-on-epipe": "~1.0.1", - "printj": "~1.1.0" + "printj": "~1.3.1" } }, "cross-env": { @@ -16533,21 +15185,27 @@ "dev": true, "requires": { "cross-spawn": "^6.0.5" - } - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dev": true, - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" }, "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", @@ -16556,110 +15214,69 @@ } } }, - "css-blank-pseudo": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz", - "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==", + "css-hot-loader": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/css-hot-loader/-/css-hot-loader-1.4.4.tgz", + "integrity": "sha512-J/qXHz+r7FOT92qMIJfxUk0LC9fecQNZVr0MswQ4FOpKLyOCBjofVMfc6R268bh/5ktkTShrweMr0wWqerC92g==", "dev": true, "requires": { - "postcss": "^7.0.5" + "loader-utils": "^1.1.0", + "lodash": "^4.17.5", + "normalize-url": "^1.9.1" }, "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", "dev": true, "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, - "css-declaration-sorter": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz", - "integrity": "sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==", - "dev": true, - "requires": { - "timsort": "^0.3.0" - } - }, - "css-has-pseudo": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz", - "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==", - "dev": true, - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^5.0.0-rc.4" - }, - "dependencies": { - "cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", "dev": true, "requires": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "dev": true } } }, - "css-hot-loader": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/css-hot-loader/-/css-hot-loader-1.4.4.tgz", - "integrity": "sha512-J/qXHz+r7FOT92qMIJfxUk0LC9fecQNZVr0MswQ4FOpKLyOCBjofVMfc6R268bh/5ktkTShrweMr0wWqerC92g==", - "dev": true, - "requires": { - "loader-utils": "^1.1.0", - "lodash": "^4.17.5", - "normalize-url": "^1.9.1" - } - }, "css-loader": { "version": "5.2.7", "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", @@ -16678,6 +15295,26 @@ "semver": "^7.3.5" }, "dependencies": { + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "requires": {} + }, + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true + }, "loader-utils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", @@ -16712,9 +15349,9 @@ } }, "css-minimizer-webpack-plugin": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.3.1.tgz", - "integrity": "sha512-SHA7Hu/EiF0dOwdmV2+agvqYpG+ljlUa7Dvn1AVOmSH3N8KOERoaM9lGpstz9nGsoTjANGyUXdrxl/EwdMScRg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", "dev": true, "requires": { "cssnano": "^5.0.6", @@ -16726,9 +15363,9 @@ }, "dependencies": { "ajv": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -16737,6 +15374,15 @@ "uri-js": "^4.2.2" } }, + "ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "requires": { + "ajv": "^8.0.0" + } + }, "ajv-keywords": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", @@ -16746,12 +15392,84 @@ "fast-deep-equal": "^3.1.3" } }, + "css-declaration-sorter": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.2.2.tgz", + "integrity": "sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg==", + "dev": true, + "requires": {} + }, + "cssnano": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.5.tgz", + "integrity": "sha512-VZO1e+bRRVixMeia1zKagrv0lLN1B/r/u12STGNNUFxnp97LIFgZHQa0JxqlwEkvzUyA9Oz/WnCTAFkdEbONmg==", + "dev": true, + "requires": { + "cssnano-preset-default": "^5.2.5", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + } + }, + "cssnano-preset-default": { + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.5.tgz", + "integrity": "sha512-WopL7PzN7sos3X8B54/QGl+CZUh1f0qN4ds+y2d5EPwRSSc3jsitVw81O+Uyop0pXyOfPfZxnc+LmA8w/Ki/WQ==", + "dev": true, + "requires": { + "css-declaration-sorter": "^6.0.3", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.0", + "postcss-convert-values": "^5.1.0", + "postcss-discard-comments": "^5.1.1", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.3", + "postcss-merge-rules": "^5.1.1", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.2", + "postcss-minify-selectors": "^5.2.0", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.0", + "postcss-normalize-repeat-style": "^5.1.0", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.0", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.1", + "postcss-reduce-initial": "^5.1.0", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + } + }, + "jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + } + }, "json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true }, + "lilconfig": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", + "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", + "dev": true + }, "schema-utils": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", @@ -16769,161 +15487,46 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true - } - } - }, - "css-prefers-color-scheme": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz", - "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==", - "dev": true, - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "has-flag": "^4.0.0" } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true } } }, "css-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", - "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", - "dev": true, - "requires": { - "boolbase": "^1.0.0", - "css-what": "^5.1.0", - "domhandler": "^4.3.0", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - } - }, - "css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", - "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + "dev": true }, + "css-select-base-adapter": {}, "css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - } - }, - "css-what": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", "dev": true }, "cssdb": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz", - "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.5.0.tgz", + "integrity": "sha512-Rh7AAopF2ckPXe/VBcoUS9JrCZNSyc60+KpgE6X25vpVxA32TmiqvExjkfhwP4wGSb6Xe8Z/JIyGqwgx/zZYFA==", "dev": true }, "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true }, - "cssnano": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.15.tgz", - "integrity": "sha512-ppZsS7oPpi2sfiyV5+i+NbB/3GtQ+ab2Vs1azrZaXWujUSN4o+WdTxlCZIMcT9yLW3VO/5yX3vpyDaQ1nIn8CQ==", - "dev": true, - "requires": { - "cssnano-preset-default": "^5.1.10", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - } - }, - "cssnano-preset-default": { - "version": "5.1.10", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.10.tgz", - "integrity": "sha512-BcpSzUVygHMOnp9uG5rfPzTOCb0GAHQkqtUQx8j1oMNF9A1Q8hziOOhiM4bdICpmrBIU85BE64RD5XGYsVQZNA==", - "dev": true, - "requires": { - "css-declaration-sorter": "^6.0.3", - "cssnano-utils": "^3.0.0", - "postcss-calc": "^8.2.0", - "postcss-colormin": "^5.2.3", - "postcss-convert-values": "^5.0.2", - "postcss-discard-comments": "^5.0.1", - "postcss-discard-duplicates": "^5.0.1", - "postcss-discard-empty": "^5.0.1", - "postcss-discard-overridden": "^5.0.2", - "postcss-merge-longhand": "^5.0.4", - "postcss-merge-rules": "^5.0.4", - "postcss-minify-font-values": "^5.0.2", - "postcss-minify-gradients": "^5.0.4", - "postcss-minify-params": "^5.0.3", - "postcss-minify-selectors": "^5.1.1", - "postcss-normalize-charset": "^5.0.1", - "postcss-normalize-display-values": "^5.0.2", - "postcss-normalize-positions": "^5.0.2", - "postcss-normalize-repeat-style": "^5.0.2", - "postcss-normalize-string": "^5.0.2", - "postcss-normalize-timing-functions": "^5.0.2", - "postcss-normalize-unicode": "^5.0.2", - "postcss-normalize-url": "^5.0.4", - "postcss-normalize-whitespace": "^5.0.2", - "postcss-ordered-values": "^5.0.3", - "postcss-reduce-initial": "^5.0.2", - "postcss-reduce-transforms": "^5.0.2", - "postcss-svgo": "^5.0.3", - "postcss-unique-selectors": "^5.0.2" - } - }, "cssnano-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.0.0.tgz", - "integrity": "sha512-Pzs7/BZ6OgT+tXXuF12DKR8SmSbzUeVYCtMBbS8lI0uAm3mrYmkyqCXXPsQESI6kmLfEVBppbdVY/el3hg3nAA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", "dev": true, "requires": {} }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "requires": { - "css-tree": "^1.1.2" - } - }, + "csso": {}, "csstype": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz", - "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==" + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz", + "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==" }, "currently-unhandled": { "version": "0.4.1", @@ -16934,33 +15537,19 @@ "array-find-index": "^1.0.1" } }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, "debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "requires": { - "ms": "2.1.2" + "ms": "2.0.0" } }, "decamelize": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "dedent": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true }, "deep-eql": { @@ -16972,42 +15561,7 @@ "type-detect": "^4.0.0" } }, - "deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true, - "peer": true - }, - "deepmerge": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz", - "integrity": "sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==" - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "requires": { - "object-keys": "^1.0.12" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" - }, - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "dev": true - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, + "define-properties": {}, "detect-indent": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", @@ -17017,12 +15571,6 @@ "repeating": "^2.0.0" } }, - "diff": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", - "dev": true - }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -17042,81 +15590,14 @@ "esutils": "^2.0.2" } }, - "dom-accessibility-api": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.10.tgz", - "integrity": "sha512-Xu9mD0UjrJisTmv7lmVSDMagQcU9R5hwAbxsaAE/35XPnPLJobbuREfV/rraiSaEj/UOvgrzQs66zyTWTlyd+g==" - }, - "dom-helpers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", - "dev": true, - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - } - }, - "domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==" - }, - "domhandler": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", - "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", - "dev": true, - "requires": { - "domelementtype": "^2.2.0" - } - }, - "domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dev": true, - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "dev": true - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dev": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, + "dom-accessibility-api": {}, + "domelementtype": {}, "electron-to-chromium": { - "version": "1.4.45", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz", - "integrity": "sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==" + "version": "1.4.97", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.97.tgz", + "integrity": "sha512-vqSu7Qn6o5E1uAJQxmq2U69aBhBTxUAXMuT5Sm3jj8kEJciuUcKciktLuTPFSRlwSdNyeu9qah8Nzy9JyxefCw==" }, "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "emojis-list": { @@ -17124,25 +15605,6 @@ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, - "enhanced-resolve": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz", - "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, "enquirer": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", @@ -17150,80 +15612,29 @@ "dev": true, "requires": { "ansi-colors": "^4.1.1" + }, + "dependencies": { + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true + } } }, - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" - }, + "entities": {}, "envinfo": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", "dev": true }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "es-abstract": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz", - "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.1", - "object-inspect": "^1.11.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - } - }, - "es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", - "dev": true - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" - }, + "es-abstract": {}, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true }, "eslint": { "version": "7.32.0", @@ -17286,8 +15697,6 @@ }, "ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "peer": true, "requires": { @@ -17296,8 +15705,6 @@ }, "chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "peer": true, "requires": { @@ -17307,8 +15714,6 @@ }, "color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "peer": true, "requires": { @@ -17317,15 +15722,11 @@ }, "color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "peer": true }, "cross-spawn": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "peer": true, "requires": { @@ -17334,10 +15735,18 @@ "which": "^2.0.1" } }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "peer": true, + "requires": { + "ms": "2.1.2" + } + }, "escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "peer": true }, @@ -17353,102 +15762,301 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, - "peer": true, + "peer": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "globals": { + "version": "13.12.0", + "dev": true, + "peer": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true, + "peer": true + }, + "path-key": { + "version": "3.1.1", + "dev": true, + "peer": true + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "peer": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "shebang-command": { + "version": "2.0.0", + "dev": true, + "peer": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "dev": true, + "peer": true + }, + "type-fest": { + "version": "0.20.2", + "dev": true, + "peer": true + }, + "which": { + "version": "2.0.2", + "dev": true, + "peer": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "eslint-config-airbnb-base": { + "version": "14.2.1", + "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz", + "integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==", + "dev": true, + "requires": { + "confusing-browser-globals": "^1.0.10", + "object.assign": "^4.1.2", + "object.entries": "^1.1.2" + }, + "dependencies": { + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, "requires": { - "is-glob": "^4.0.1" + "function-bind": "^1.1.1" } }, - "globals": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz", - "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==", + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true + }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, - "peer": true, "requires": { - "type-fest": "^0.20.2" + "has-symbols": "^1.0.2" } }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, - "peer": true + "requires": { + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + } }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "dev": true + }, + "is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, - "peer": true + "requires": { + "has-tostringtag": "^1.0.0" + } }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, - "peer": true, "requires": { - "lru-cache": "^6.0.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" } }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", + "dev": true + }, + "is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, - "peer": true, "requires": { - "shebang-regex": "^3.0.0" + "has-tostringtag": "^1.0.0" } }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, - "peer": true + "requires": { + "has-symbols": "^1.0.2" + } }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, - "peer": true, "requires": { - "has-flag": "^4.0.0" + "call-bind": "^1.0.2" } }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "dev": true, - "peer": true + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "object.entries": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", + "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", "dev": true, - "peer": true, "requires": { - "isexe": "^2.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" } } } }, - "eslint-config-airbnb-base": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz", - "integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==", - "dev": true, - "requires": { - "confusing-browser-globals": "^1.0.10", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - } - }, "eslint-config-binary": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/eslint-config-binary/-/eslint-config-binary-1.0.2.tgz", @@ -17462,48 +16070,6 @@ "dev": true, "requires": {} }, - "eslint-import-resolver-node": { - "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==", - "dev": true, - "requires": { - "debug": "^3.2.7", - "resolve": "^1.20.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "eslint-module-utils": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz", - "integrity": "sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==", - "dev": true, - "requires": { - "debug": "^3.2.7", - "find-up": "^2.1.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - } - } - }, "eslint-plugin-import": { "version": "2.25.4", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz", @@ -17525,28 +16091,356 @@ "tsconfig-paths": "^3.12.0" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "array-includes": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", + "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" + } + }, + "array.prototype.flat": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz", + "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0" + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "eslint-import-resolver-node": { + "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==", + "dev": true, + "requires": { + "debug": "^3.2.7", + "resolve": "^1.20.0" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "eslint-module-utils": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", + "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "dev": true, + "requires": { + "debug": "^3.2.7", + "find-up": "^2.1.0" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "dev": true, + "requires": { + "locate-path": "^2.0.0" + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true + }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + } + }, + "is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "dev": true + }, + "is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", + "dev": true + }, + "is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "dev": true, + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "dev": true, "requires": { - "ms": "2.0.0" + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" } }, - "doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "object.values": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", "dev": true, "requires": { - "esutils": "^2.0.2" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" } }, - "ms": { + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dev": true, + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "dev": true, + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", "dev": true } } @@ -17561,9 +16455,9 @@ } }, "eslint-plugin-react": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz", - "integrity": "sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==", + "version": "7.29.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", + "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", "dev": true, "requires": { "array-includes": "^3.1.4", @@ -17571,17 +16465,60 @@ "doctrine": "^2.1.0", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "object.entries": "^1.1.5", "object.fromentries": "^2.0.5", "object.hasown": "^1.1.0", "object.values": "^1.1.5", - "prop-types": "^15.7.2", + "prop-types": "^15.8.1", "resolve": "^2.0.0-next.3", "semver": "^6.3.0", "string.prototype.matchall": "^4.0.6" }, "dependencies": { + "array-includes": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", + "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" + } + }, + "array.prototype.flatmap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz", + "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0" + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, "doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", @@ -17591,6 +16528,257 @@ "esutils": "^2.0.2" } }, + "es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true + }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + } + }, + "is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "dev": true + }, + "is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", + "dev": true + }, + "is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" + } + }, + "jsx-ast-utils": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz", + "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==", + "dev": true, + "requires": { + "array-includes": "^3.1.3", + "object.assign": "^4.1.2" + } + }, + "object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "object.entries": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", + "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + } + }, + "object.fromentries": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", + "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + } + }, + "object.hasown": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", + "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + } + }, + "object.values": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + } + }, "resolve": { "version": "2.0.0-next.3", "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", @@ -17654,13 +16842,25 @@ "acorn": "^7.4.0", "acorn-jsx": "^5.3.1", "eslint-visitor-keys": "^1.3.0" + }, + "dependencies": { + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "peer": true + }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peer": true, + "requires": {} + } } }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" - }, "esquery": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", @@ -17692,129 +16892,15 @@ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, - "events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true - }, - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, "exit-on-epipe": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==" }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, - "fast-glob": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.10.tgz", - "integrity": "sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, "fast-levenshtein": { @@ -17831,13 +16917,7 @@ "dev": true }, "fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } + "dev": true }, "file-entry-cache": { "version": "6.0.1", @@ -17847,6 +16927,26 @@ "peer": true, "requires": { "flat-cache": "^3.0.4" + }, + "dependencies": { + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "peer": true, + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "dev": true, + "peer": true + } } }, "fill-range": { @@ -17867,71 +16967,35 @@ "commondir": "^1.0.1", "make-dir": "^3.0.2", "pkg-dir": "^4.1.0" + }, + "dependencies": { + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + } } }, "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "^2.0.0" + "locate-path": "^3.0.0" } }, "flat": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.1.tgz", - "integrity": "sha512-FmTtBsHskrU6FJ2VxCnsDb84wu9zhmO3cUX2kGFb5tuwhfXxGciiT0oRY+cck35QmG+NmGh5eLz6lLCpWTqwpA==", - "dev": true, - "requires": { - "is-buffer": "~2.0.3" - } - }, - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dev": true, - "peer": true, - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - } - }, - "flatted": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz", - "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==", - "dev": true, - "peer": true - }, - "flatten": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz", - "integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==", "dev": true }, "follow-redirects": { - "version": "1.14.7", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", - "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" }, "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } + "dev": true }, "formik": { "version": "2.2.9", @@ -17945,8 +17009,34 @@ "react-fast-compare": "^2.0.1", "tiny-warning": "^1.0.2", "tslib": "^1.10.0" + }, + "dependencies": { + "deepmerge": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz", + "integrity": "sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==" + }, + "hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "requires": { + "react-is": "^16.7.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } } }, + "fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "dev": true + }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -17961,32 +17051,10 @@ "optional": true }, "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": { - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } + "dev": true }, "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "dev": true }, "functional-red-black-tree": { "version": "1.0.1", @@ -17995,79 +17063,6 @@ "dev": true, "peer": true }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "dev": true, - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "dev": true, - "requires": { - "globule": "^1.0.0" - } - }, - "gensync": { - "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": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true - }, "get-func-name": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", @@ -18075,19 +17070,9 @@ "dev": true }, "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - } + "dev": true }, "get-own-enumerable-property-symbols": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", "dev": true }, "get-stdin": { @@ -18105,24 +17090,6 @@ "pump": "^3.0.0" } }, - "get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, "glob": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", @@ -18135,95 +17102,45 @@ "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" - }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "dependencies": { - "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - } - } - }, - "globule": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz", - "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==", - "dev": true, - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" }, "dependencies": { - "glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "wrappy": "1" } } } }, + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } + }, + "glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, "graceful-fs": { "version": "4.2.9", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", "dev": true }, - "growl": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", - "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", - "dev": true - }, "gzip-size": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", @@ -18231,92 +17148,34 @@ "dev": true, "requires": { "duplexer": "^0.1.2" - } - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "dev": true - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "dev": true, - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" }, "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", "dev": true } } }, + "har-validator": { + "dev": true + }, "has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==" + "dev": true }, "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "has-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", - "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" - }, - "has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "requires": { - "has-symbols": "^1.0.2" - } + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "has-symbols": {}, "has-unicode": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", "dev": true }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "dev": true - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "requires": { - "react-is": "^16.7.0" - } - }, "home-or-tmp": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", @@ -18325,6 +17184,20 @@ "requires": { "os-homedir": "^1.0.0", "os-tmpdir": "^1.0.1" + }, + "dependencies": { + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + } } }, "hosted-git-info": { @@ -18333,34 +17206,7 @@ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" - }, - "html-parse-stringify": { - "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==", - "requires": { - "void-elements": "3.1.0" - } - }, "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", "dev": true }, "humanize-ms": { @@ -18380,11 +17226,7 @@ } }, "icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "dev": true, - "requires": {} + "dev": true }, "ignore": { "version": "4.0.6", @@ -18403,16 +17245,6 @@ "resolve-from": "^4.0.0" } }, - "import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - } - }, "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -18420,24 +17252,6 @@ "dev": true, "peer": true }, - "in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz", - "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==", - "dev": true - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", - "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", - "dev": true - }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -18446,6 +17260,17 @@ "requires": { "once": "^1.3.0", "wrappy": "1" + }, + "dependencies": { + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + } } }, "inherits": { @@ -18455,14 +17280,7 @@ "dev": true }, "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - } + "dev": true }, "interpret": { "version": "2.2.0", @@ -18479,19 +17297,8 @@ "loose-envify": "^1.0.0" } }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, "is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "requires": { - "has-bigints": "^1.0.1" - } + "dev": true }, "is-binary-path": { "version": "2.1.0", @@ -18503,41 +17310,10 @@ } }, "is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", "dev": true }, - "is-callable": { - "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-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "requires": { - "has-tostringtag": "^1.0.0" - } + "dev": true }, "is-extglob": { "version": "2.1.1", @@ -18545,12 +17321,6 @@ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true }, - "is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", - "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", - "dev": true - }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -18566,170 +17336,28 @@ "is-extglob": "^2.1.1" } }, - "is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==" - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, "is-number-object": { - "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==", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", - "dev": true - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", - "dev": true - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", "dev": true }, - "is-shared-array-buffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", - "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==" - }, "is-stream": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "requires": { - "has-symbols": "^1.0.2" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "requires": { - "call-bind": "^1.0.2" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "is-string": { "dev": true }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "is-symbol": { "dev": true }, - "jest-worker": { - "version": "27.4.6", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.6.tgz", - "integrity": "sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true }, - "js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", + "isexe": { "dev": true }, "js-tokens": { @@ -18744,43 +17372,30 @@ "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" + }, + "dependencies": { + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + } } }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "dev": true - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" - }, + "jsesc": {}, "json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, - "json-parse-even-better-errors": { - "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==", - "dev": true - }, - "json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", @@ -18789,51 +17404,6 @@ "peer": true }, "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "requires": { - "minimist": "^1.2.5" - } - }, - "jsprim": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - } - }, - "jsx-ast-utils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz", - "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==", - "dev": true, - "requires": { - "array-includes": "^3.1.3", - "object.assign": "^4.1.2" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true - }, - "klona": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", "dev": true }, "levn": { @@ -18847,16 +17417,7 @@ "type-check": "~0.4.0" } }, - "lilconfig": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", - "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", - "dev": true - }, "lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "dev": true }, "lint-staged": { @@ -18922,245 +17483,174 @@ "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true + "cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dev": true, + "requires": { + "@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" + } }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "requires": { - "has-flag": "^4.0.0" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" } - } - } - }, - "listr2": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", - "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", - "dev": true, - "requires": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.16", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rfdc": "^1.3.0", - "rxjs": "^7.5.1", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - } - }, - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": { - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { - "error-ex": "^1.2.0" + "ms": "2.1.2" } - } - } - }, - "loader-runner": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", - "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==", - "dev": true - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + }, + "dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", + "dev": true + }, + "execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "dev": true, "requires": { - "minimist": "^1.2.0" + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" } - } - } - }, - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dev": true, - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "lodash-es": { - "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.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", - "dev": true - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true, - "peer": true - }, - "lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true, - "peer": true - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", - "dev": true - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + }, + "human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "listr2": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", + "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", "dev": true, "requires": { - "color-convert": "^2.0.1" + "cli-truncate": "^2.1.0", + "colorette": "^2.0.16", + "log-update": "^4.0.0", + "p-map": "^4.0.0", + "rfdc": "^1.3.0", + "rxjs": "^7.5.1", + "through": "^2.3.8", + "wrap-ansi": "^7.0.0" } }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" } }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "log-update": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", + "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, "requires": { - "color-name": "~1.1.4" + "ansi-escapes": "^4.3.0", + "cli-cursor": "^3.1.0", + "slice-ansi": "^4.0.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } } }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, "requires": { - "has-flag": "^4.0.0" + "path-key": "^3.0.0" } - } - } - }, - "log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", - "dev": true, - "requires": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, "requires": { - "color-convert": "^2.0.1" + "mimic-fn": "^2.1.0" } }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "requires": { - "color-name": "~1.1.4" + "shebang-regex": "^3.0.0" } }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, "slice-ansi": { @@ -19174,19 +17664,60 @@ "is-fullwidth-code-point": "^3.0.0" } }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "isexe": "^2.0.0" } } } }, + "load-json-file": { + "dev": true + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "dev": true + }, + "lodash-es": { + "version": "4.17.21" + }, + "lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", + "dev": true + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "peer": true + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "dev": true + }, "loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -19205,6 +17736,15 @@ "signal-exit": "^3.0.0" } }, + "loupe": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.4.tgz", + "integrity": "sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ==", + "dev": true, + "requires": { + "get-func-name": "^2.0.0" + } + }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -19214,11 +17754,7 @@ "yallist": "^4.0.0" } }, - "lz-string": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz", - "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=" - }, + "lz-string": {}, "make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", @@ -19234,11 +17770,6 @@ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true }, - "mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, "meow": { "version": "3.7.0", "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", @@ -19255,6 +17786,38 @@ "read-pkg-up": "^1.0.1", "redent": "^1.0.0", "trim-newlines": "^1.0.0" + }, + "dependencies": { + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "merge-stream": { @@ -19270,26 +17833,37 @@ "dev": true }, "micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "requires": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "dependencies": { + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + } } }, "mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==" + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" }, "mime-types": { - "version": "2.1.34", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", - "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "requires": { - "mime-db": "1.51.0" + "mime-db": "1.52.0" } }, "mimic-fn": { @@ -19309,6 +17883,19 @@ "webpack-sources": "^1.1.0" }, "dependencies": { + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true + }, "loader-utils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", @@ -19334,27 +17921,18 @@ } }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "requires": { - "minimist": "^1.2.5" - } + "dev": true }, + "mkdirp": {}, "mobx": { "version": "5.15.7", "resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.7.tgz", @@ -19404,36 +17982,329 @@ "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==", "dev": true }, - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", + "dev": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "dev": true + }, + "es-abstract": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", + "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.1", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" + }, + "dependencies": { + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + } + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true + }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "requires": { - "ms": "^2.1.1" + "has-symbols": "^1.0.2" } }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" } }, - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "dev": true + }, + "is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "has-tostringtag": "^1.0.0" + } + }, + "is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-shared-array-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", + "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", + "dev": true + }, + "is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" } }, "js-yaml": { @@ -19446,16 +18317,6 @@ "esprima": "^4.0.0" } }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, "log-symbols": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", @@ -19465,12 +18326,64 @@ "chalk": "^2.4.2" } }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, "ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", "dev": true }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "dev": true, + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, "object.assign": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", @@ -19483,28 +18396,30 @@ "object-keys": "^1.0.11" } }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "object.getownpropertydescriptors": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz", + "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==", "dev": true, "requires": { - "p-try": "^2.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" } }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "p-limit": "^2.0.0" + "wrappy": "1" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true }, "strip-json-comments": { @@ -19524,27 +18439,12 @@ } } }, - "mrmime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.0.tgz", - "integrity": "sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==", - "dev": true - }, "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", - "dev": true + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "nanoid": { - "version": "3.1.32", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.32.tgz", - "integrity": "sha512-F8mf7R3iT9bvThBoW4tGXhXFHCctyCiUUPrWF8WaTqa3h96d9QybkSeba43XVOOE3oiLfkVDe4bT8MeGmkrTxw==", "dev": true }, "natural-compare": { @@ -19554,146 +18454,278 @@ "dev": true, "peer": true }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", - "dev": true - }, - "node-environment-flags": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", - "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", - "dev": true, - "requires": { - "object.getownpropertydescriptors": "^2.0.3", - "semver": "^5.7.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "node-gyp": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", - "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "node-sass": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", + "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", "dev": true, "requires": { - "fstream": "^1.0.0", + "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", - "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" + "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" }, "dependencies": { - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "async-foreach": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", + "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "cross-spawn": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", + "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "which": "^1.2.9" + } + }, + "fstream": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "gaze": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", + "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", + "dev": true, + "requires": { + "globule": "^1.0.0" + } + }, + "glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "globule": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz", + "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==", + "dev": true, + "requires": { + "glob": "~7.1.1", + "lodash": "~4.17.10", + "minimatch": "~3.0.2" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "in-publish": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz", + "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "minimatch": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", + "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, "requires": { - "glob": "^7.1.3" + "minimist": "^1.2.6" } }, - "semver": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "nan": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", + "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", "dev": true - } - } - }, - "node-releases": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", - "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" - }, - "node-sass": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", - "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", - "dev": true, - "requires": { - "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" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + }, + "node-gyp": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "dev": true, + "requires": { + "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" + } + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "dev": true, + "requires": { + "abbrev": "1" + } + }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dev": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", "dev": true }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "dev": true }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "wrappy": "1" } }, - "cross-spawn": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", - "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" + "glob": "^7.1.3" } }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "strip-ansi": { @@ -19719,215 +18751,22 @@ } } }, - "nopt": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", - "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", - "dev": true, - "requires": { - "abbrev": "1" - } - }, "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true - }, - "normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", - "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", - "dev": true, - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - } - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - } - } - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", - "dev": true, - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", - "dev": true, - "requires": { - "boolbase": "^1.0.0" - } - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", - "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", - "dev": true - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", "dev": true }, "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", "dev": true }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, + "object-assign": {}, "object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - } - }, - "object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz", - "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.hasown": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", - "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", - "dev": true, - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } + "dev": true }, + "object.getownpropertydescriptors": {}, + "object.values": {}, "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "requires": { - "wrappy": "1" - } + "dev": true }, "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "opener": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", "dev": true }, "optionator": { @@ -19943,24 +18782,25 @@ "prelude-ls": "^1.2.1", "type-check": "^0.4.0", "word-wrap": "^1.2.3" + }, + "dependencies": { + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true, + "peer": true + } } }, "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", "dev": true }, "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", "dev": true }, "osenv": { "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", "dev": true, "requires": { "os-homedir": "^1.0.0", @@ -19968,42 +18808,38 @@ } }, "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "requires": { - "p-try": "^1.0.0" + "p-try": "^2.0.0" } }, "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "^1.1.0" + "p-limit": "^2.0.0" } }, "p-map": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, "requires": { "aggregate-error": "^3.0.0" } }, "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, "parent-module": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "requires": { "callsites": "^3.0.0" @@ -20011,8 +18847,6 @@ }, "parse-json": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", @@ -20029,67 +18863,45 @@ }, "path-is-absolute": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true }, "path-key": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", "dev": true }, "path-parse": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-type": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true }, "pathval": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", - "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", "dev": true }, "performance-now": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", "dev": true }, "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "1.0.0" }, "picomatch": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true }, "pify": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true }, "pinkie": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", "dev": true }, "pinkie-promise": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "dev": true, "requires": { "pinkie": "^2.0.0" @@ -20097,8 +18909,6 @@ }, "pkg-dir": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, "requires": { "find-up": "^4.0.0" @@ -20106,8 +18916,6 @@ "dependencies": { "find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { "locate-path": "^5.0.0", @@ -20116,285 +18924,89 @@ }, "locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { "p-locate": "^4.1.0" } }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, "p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, "path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true } } }, "please-upgrade-node": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", - "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", "dev": true, "requires": { "semver-compare": "^1.0.0" } }, "postcss": { - "version": "8.4.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz", - "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==", + "version": "8.4.12", "dev": true, "requires": { - "nanoid": "^3.1.30", + "nanoid": "^3.3.1", "picocolors": "^1.0.0", - "source-map-js": "^1.0.1" + "source-map-js": "^1.0.2" } }, "postcss-attribute-case-insensitive": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz", - "integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==", + "version": "5.0.0", "dev": true, "requires": { - "postcss": "^7.0.2", "postcss-selector-parser": "^6.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } } }, "postcss-calc": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.2.tgz", - "integrity": "sha512-B5R0UeB4zLJvxNt1FVCaDZULdzsKLPc6FhjFJ+xwFiq7VG4i9cuaJLxVjNtExNK8ocm3n2o4unXXLiVX1SCqxA==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", "dev": true, "requires": { - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.0.2" + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" } }, - "postcss-color-functional-notation": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz", - "integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==", + "postcss-clamp": { + "version": "4.1.0", "dev": true, "requires": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-value-parser": "^4.2.0" } }, - "postcss-color-gray": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz", - "integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==", + "postcss-color-functional-notation": { + "version": "4.2.2", "dev": true, "requires": { - "@csstools/convert-colors": "^1.4.0", - "postcss": "^7.0.5", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-value-parser": "^4.2.0" } }, "postcss-color-hex-alpha": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz", - "integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==", - "dev": true, - "requires": { - "postcss": "^7.0.14", - "postcss-values-parser": "^2.0.1" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, - "postcss-color-mod-function": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz", - "integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==", + "version": "8.0.3", "dev": true, "requires": { - "@csstools/convert-colors": "^1.4.0", - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-value-parser": "^4.2.0" } }, "postcss-color-rebeccapurple": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz", - "integrity": "sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==", + "version": "7.0.2", "dev": true, "requires": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-value-parser": "^4.2.0" } }, "postcss-colormin": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.3.tgz", - "integrity": "sha512-dra4xoAjub2wha6RUXAgadHEn2lGxbj8drhFcIGLOMn914Eu7DkPUurugDXgstwttCYkJtZ/+PkWRWdp3UHRIA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz", + "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", "dev": true, "requires": { "browserslist": "^4.16.6", @@ -20404,511 +19016,125 @@ } }, "postcss-convert-values": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.2.tgz", - "integrity": "sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz", + "integrity": "sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==", "dev": true, "requires": { - "postcss-value-parser": "^4.1.0" + "postcss-value-parser": "^4.2.0" } }, "postcss-custom-media": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz", - "integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==", + "version": "8.0.0", "dev": true, - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-custom-properties": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz", - "integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==", + "version": "12.1.5", "dev": true, "requires": { - "postcss": "^7.0.17", - "postcss-values-parser": "^2.0.1" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-value-parser": "^4.2.0" } }, "postcss-custom-selectors": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz", - "integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==", + "version": "6.0.0", "dev": true, "requires": { - "postcss": "^7.0.2", - "postcss-selector-parser": "^5.0.0-rc.3" - }, - "dependencies": { - "cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", - "dev": true - }, - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", - "dev": true, - "requires": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-selector-parser": "^6.0.4" } }, - "postcss-dir-pseudo-class": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz", - "integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==", - "dev": true, - "requires": { - "postcss": "^7.0.2", - "postcss-selector-parser": "^5.0.0-rc.3" - }, - "dependencies": { - "cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", - "dev": true - }, - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", - "dev": true, - "requires": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-dir-pseudo-class": { + "version": "6.0.4", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9" } }, "postcss-discard-comments": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz", - "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz", + "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==", "dev": true, "requires": {} }, "postcss-discard-duplicates": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz", - "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", "dev": true, "requires": {} }, "postcss-discard-empty": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz", - "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", "dev": true, "requires": {} }, "postcss-discard-overridden": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.2.tgz", - "integrity": "sha512-+56BLP6NSSUuWUXjRgAQuho1p5xs/hU5Sw7+xt9S3JSg+7R6+WMGnJW7Hre/6tTuZ2xiXMB42ObkiZJ2hy/Pew==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", "dev": true, "requires": {} }, "postcss-double-position-gradients": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz", - "integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==", + "version": "3.1.1", "dev": true, "requires": { - "postcss": "^7.0.5", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" } }, "postcss-env-function": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz", - "integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==", + "version": "4.0.6", "dev": true, "requires": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-value-parser": "^4.2.0" } }, "postcss-focus-visible": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz", - "integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==", + "version": "6.0.4", "dev": true, "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-selector-parser": "^6.0.9" } }, "postcss-focus-within": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz", - "integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==", + "version": "5.0.4", "dev": true, "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-selector-parser": "^6.0.9" } }, "postcss-font-variant": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz", - "integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==", + "version": "5.0.0", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-gap-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz", - "integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==", + "version": "3.0.3", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-image-set-function": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz", - "integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==", + "version": "4.0.6", "dev": true, "requires": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-value-parser": "^4.2.0" } }, "postcss-initial": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz", - "integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==", + "version": "4.0.1", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-lab-function": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz", - "integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==", + "version": "4.1.2", "dev": true, "requires": { - "@csstools/convert-colors": "^1.4.0", - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" } }, "postcss-loader": { @@ -20922,6 +19148,25 @@ "semver": "^7.3.5" }, "dependencies": { + "cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dev": true, + "requires": { + "@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" + } + }, + "klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true + }, "semver": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", @@ -20934,146 +19179,84 @@ } }, "postcss-logical": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz", - "integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==", + "version": "5.0.4", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-media-minmax": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz", - "integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==", + "version": "5.0.0", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-merge-longhand": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz", - "integrity": "sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.3.tgz", + "integrity": "sha512-lX8GPGvZ0iGP/IboM7HXH5JwkXvXod1Rr8H8ixwiA372hArk0zP4ZcCy4z4Prg/bfNlbbTf0KCOjCF9kKnpP/w==", "dev": true, "requires": { - "postcss-value-parser": "^4.1.0", - "stylehacks": "^5.0.1" + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.0" } }, "postcss-merge-rules": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.4.tgz", - "integrity": "sha512-yOj7bW3NxlQxaERBB0lEY1sH5y+RzevjbdH4DBJurjKERNpknRByFNdNe+V72i5pIZL12woM9uGdS5xbSB+kDQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.1.tgz", + "integrity": "sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==", "dev": true, "requires": { "browserslist": "^4.16.6", "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-selector-parser": "^6.0.5" } }, "postcss-minify-font-values": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.2.tgz", - "integrity": "sha512-R6MJZryq28Cw0AmnyhXrM7naqJZZLoa1paBltIzh2wM7yb4D45TLur+eubTQ4jCmZU9SGeZdWsc5KcSoqTMeTg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, "postcss-minify-gradients": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.4.tgz", - "integrity": "sha512-RVwZA7NC4R4J76u8X0Q0j+J7ItKUWAeBUJ8oEEZWmtv3Xoh19uNJaJwzNpsydQjk6PkuhRrK+YwwMf+c+68EYg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", "dev": true, "requires": { "colord": "^2.9.1", - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" } }, "postcss-minify-params": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.3.tgz", - "integrity": "sha512-NY92FUikE+wralaiVexFd5gwb7oJTIDhgTNeIw89i1Ymsgt4RWiPXfz3bg7hDy4NL6gepcThJwOYNtZO/eNi7Q==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.2.tgz", + "integrity": "sha512-aEP+p71S/urY48HWaRHasyx4WHQJyOYaKpQ6eXl8k0kxg66Wt/30VR6/woh8THgcpRbonJD5IeD+CzNhPi1L8g==", "dev": true, "requires": { - "alphanum-sort": "^1.0.2", "browserslist": "^4.16.6", - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" } }, "postcss-minify-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.1.tgz", - "integrity": "sha512-TOzqOPXt91O2luJInaVPiivh90a2SIK5Nf1Ea7yEIM/5w+XA5BGrZGUSW8aEx9pJ/oNj7ZJBhjvigSiBV+bC1Q==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz", + "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==", "dev": true, "requires": { - "alphanum-sort": "^1.0.2", "postcss-selector-parser": "^6.0.5" } }, "postcss-modules-extract-imports": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", "dev": true, "requires": {} }, "postcss-modules-local-by-default": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", - "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", "dev": true, "requires": { "icss-utils": "^5.0.0", @@ -21083,8 +19266,6 @@ }, "postcss-modules-scope": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", - "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", "dev": true, "requires": { "postcss-selector-parser": "^6.0.4" @@ -21092,102 +19273,74 @@ }, "postcss-modules-values": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, "requires": { "icss-utils": "^5.0.0" } }, "postcss-nesting": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz", - "integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==", + "version": "10.1.3", "dev": true, "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "postcss-selector-parser": "^6.0.9" } }, "postcss-normalize-charset": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz", - "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", "dev": true, "requires": {} }, "postcss-normalize-display-values": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.2.tgz", - "integrity": "sha512-RxXoJPUR0shSjkMMzgEZDjGPrgXUVYyWA/YwQRicb48H15OClPuaDR7tYokLAlGZ2tCSENEN5WxjgxSD5m4cUw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, "postcss-normalize-positions": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.2.tgz", - "integrity": "sha512-tqghWFVDp2btqFg1gYob1etPNxXLNh3uVeWgZE2AQGh6b2F8AK2Gj36v5Vhyh+APwIzNjmt6jwZ9pTBP+/OM8g==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz", + "integrity": "sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, "postcss-normalize-repeat-style": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.2.tgz", - "integrity": "sha512-/rIZn8X9bBzC7KvY4iKUhXUGW3MmbXwfPF23jC9wT9xTi7kAvgj8sEgwxjixBmoL6MVa4WOgxNz2hAR6wTK8tw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz", + "integrity": "sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, "postcss-normalize-string": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.2.tgz", - "integrity": "sha512-zaI1yzwL+a/FkIzUWMQoH25YwCYxi917J4pYm1nRXtdgiCdnlTkx5eRzqWEC64HtRa06WCJ9TIutpb6GmW4gFw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, "postcss-normalize-timing-functions": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.2.tgz", - "integrity": "sha512-Ao0PP6MoYsRU1LxeVUW740ioknvdIUmfr6uAA3xWlQJ9s69/Tupy8qwhuKG3xWfl+KvLMAP9p2WXF9cwuk/7Bg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, "postcss-normalize-unicode": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.2.tgz", - "integrity": "sha512-3y/V+vjZ19HNcTizeqwrbZSUsE69ZMRHfiiyLAJb7C7hJtYmM4Gsbajy7gKagu97E8q5rlS9k8FhojA8cpGhWw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz", + "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==", "dev": true, "requires": { "browserslist": "^4.16.6", @@ -21195,9 +19348,9 @@ } }, "postcss-normalize-url": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.4.tgz", - "integrity": "sha512-cNj3RzK2pgQQyNp7dzq0dqpUpQ/wYtdDZM3DepPmFjCmYIfceuD9VIAcOdvrNetjIU65g1B4uwdP/Krf6AFdXg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", "dev": true, "requires": { "normalize-url": "^6.0.1", @@ -21206,255 +19359,165 @@ "dependencies": { "normalize-url": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "dev": true } } }, "postcss-normalize-whitespace": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.2.tgz", - "integrity": "sha512-CXBx+9fVlzSgbk0IXA/dcZn9lXixnQRndnsPC5ht3HxlQ1bVh77KQDL1GffJx1LTzzfae8ftMulsjYmO2yegxA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, + "postcss-opacity-percentage": { + "version": "1.1.2", + "dev": true + }, "postcss-ordered-values": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.3.tgz", - "integrity": "sha512-T9pDS+P9bWeFvqivXd5ACzQmrCmHjv3ZP+djn8E1UZY7iK79pFSm7i3WbKw2VSmFmdbMm8sQ12OPcNpzBo3Z2w==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.1.tgz", + "integrity": "sha512-7lxgXF0NaoMIgyihL/2boNAEZKiW0+HkMhdKMTD93CjW8TdCy2hSdj8lsAo+uwm7EDG16Da2Jdmtqpedl0cMfw==", "dev": true, "requires": { - "cssnano-utils": "^3.0.0", + "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" } }, "postcss-overflow-shorthand": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz", - "integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==", + "version": "3.0.3", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-page-break": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz", - "integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==", + "version": "3.0.4", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-place": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz", - "integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==", + "version": "7.0.4", "dev": true, "requires": { - "postcss": "^7.0.2", - "postcss-values-parser": "^2.0.0" + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-preset-env": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.3.tgz", + "integrity": "sha512-dlPA65g9KuGv7YsmGyCKtFkZKCPLkoVMUE3omOl6yM+qrynVHxFvf0tMuippIrXB/sB/MyhL1FgTIbrO+qMERg==", + "dev": true, + "requires": { + "@csstools/postcss-color-function": "^1.0.3", + "@csstools/postcss-font-format-keywords": "^1.0.0", + "@csstools/postcss-hwb-function": "^1.0.0", + "@csstools/postcss-ic-unit": "^1.0.0", + "@csstools/postcss-is-pseudo-class": "^2.0.1", + "@csstools/postcss-normalize-display-values": "^1.0.0", + "@csstools/postcss-oklab-function": "^1.0.2", + "@csstools/postcss-progressive-custom-properties": "^1.3.0", + "autoprefixer": "^10.4.4", + "browserslist": "^4.20.2", + "css-blank-pseudo": "^3.0.3", + "css-has-pseudo": "^3.0.4", + "css-prefers-color-scheme": "^6.0.3", + "cssdb": "^6.5.0", + "postcss-attribute-case-insensitive": "^5.0.0", + "postcss-clamp": "^4.1.0", + "postcss-color-functional-notation": "^4.2.2", + "postcss-color-hex-alpha": "^8.0.3", + "postcss-color-rebeccapurple": "^7.0.2", + "postcss-custom-media": "^8.0.0", + "postcss-custom-properties": "^12.1.5", + "postcss-custom-selectors": "^6.0.0", + "postcss-dir-pseudo-class": "^6.0.4", + "postcss-double-position-gradients": "^3.1.1", + "postcss-env-function": "^4.0.6", + "postcss-focus-visible": "^6.0.4", + "postcss-focus-within": "^5.0.4", + "postcss-font-variant": "^5.0.0", + "postcss-gap-properties": "^3.0.3", + "postcss-image-set-function": "^4.0.6", + "postcss-initial": "^4.0.1", + "postcss-lab-function": "^4.1.2", + "postcss-logical": "^5.0.4", + "postcss-media-minmax": "^5.0.0", + "postcss-nesting": "^10.1.3", + "postcss-opacity-percentage": "^1.1.2", + "postcss-overflow-shorthand": "^3.0.3", + "postcss-page-break": "^3.0.4", + "postcss-place": "^7.0.4", + "postcss-pseudo-class-any-link": "^7.1.1", + "postcss-replace-overflow-wrap": "^4.0.0", + "postcss-selector-not": "^5.0.0", + "postcss-value-parser": "^4.2.0" }, "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "autoprefixer": { + "version": "10.4.4", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.4.tgz", + "integrity": "sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==", "dev": true, "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "browserslist": "^4.20.2", + "caniuse-lite": "^1.0.30001317", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, - "postcss-preset-env": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz", - "integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==", - "dev": true, - "requires": { - "autoprefixer": "^9.6.1", - "browserslist": "^4.6.4", - "caniuse-lite": "^1.0.30000981", - "css-blank-pseudo": "^0.1.4", - "css-has-pseudo": "^0.10.0", - "css-prefers-color-scheme": "^3.1.1", - "cssdb": "^4.4.0", - "postcss": "^7.0.17", - "postcss-attribute-case-insensitive": "^4.0.1", - "postcss-color-functional-notation": "^2.0.1", - "postcss-color-gray": "^5.0.0", - "postcss-color-hex-alpha": "^5.0.3", - "postcss-color-mod-function": "^3.0.3", - "postcss-color-rebeccapurple": "^4.0.1", - "postcss-custom-media": "^7.0.8", - "postcss-custom-properties": "^8.0.11", - "postcss-custom-selectors": "^5.1.2", - "postcss-dir-pseudo-class": "^5.0.0", - "postcss-double-position-gradients": "^1.0.0", - "postcss-env-function": "^2.0.2", - "postcss-focus-visible": "^4.0.0", - "postcss-focus-within": "^3.0.0", - "postcss-font-variant": "^4.0.0", - "postcss-gap-properties": "^2.0.0", - "postcss-image-set-function": "^3.0.1", - "postcss-initial": "^3.0.0", - "postcss-lab-function": "^2.0.1", - "postcss-logical": "^3.0.0", - "postcss-media-minmax": "^4.0.0", - "postcss-nesting": "^7.0.0", - "postcss-overflow-shorthand": "^2.0.0", - "postcss-page-break": "^2.0.0", - "postcss-place": "^4.0.1", - "postcss-pseudo-class-any-link": "^6.0.0", - "postcss-replace-overflow-wrap": "^3.0.0", - "postcss-selector-matches": "^4.0.0", - "postcss-selector-not": "^4.0.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "caniuse-lite": { + "version": "1.0.30001320", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", + "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==", "dev": true }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "css-blank-pseudo": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", "dev": true, "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-selector-parser": "^6.0.9" } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, - "postcss-pseudo-class-any-link": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz", - "integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==", - "dev": true, - "requires": { - "postcss": "^7.0.2", - "postcss-selector-parser": "^5.0.0-rc.3" - }, - "dependencies": { - "cssesc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", - "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", - "dev": true - }, - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "css-has-pseudo": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", "dev": true, "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "postcss-selector-parser": "^6.0.9" } }, - "postcss-selector-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", - "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "css-prefers-color-scheme": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", "dev": true, - "requires": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - } + "requires": {} }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true } } }, + "postcss-pseudo-class-any-link": { + "version": "7.1.1", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9" + } + }, "postcss-reduce-initial": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.2.tgz", - "integrity": "sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz", + "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==", "dev": true, "requires": { "browserslist": "^4.16.6", @@ -21462,46 +19525,18 @@ } }, "postcss-reduce-transforms": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.2.tgz", - "integrity": "sha512-25HeDeFsgiPSUx69jJXZn8I06tMxLQJJNF5h7i9gsUg8iP4KOOJ8EX8fj3seeoLt3SLU2YDD6UPnDYVGUO7DEA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", "dev": true, "requires": { "postcss-value-parser": "^4.2.0" } }, "postcss-replace-overflow-wrap": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz", - "integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==", + "version": "4.0.0", "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } + "requires": {} }, "postcss-scss": { "version": "4.0.3", @@ -21510,78 +19545,15 @@ "dev": true, "requires": {} }, - "postcss-selector-matches": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz", - "integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, "postcss-selector-not": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz", - "integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==", + "version": "5.0.0", "dev": true, "requires": { - "balanced-match": "^1.0.0", - "postcss": "^7.0.2" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "balanced-match": "^1.0.0" } }, "postcss-selector-parser": { - "version": "6.0.8", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz", - "integrity": "sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==", + "version": "6.0.9", "dev": true, "requires": { "cssesc": "^3.0.0", @@ -21589,66 +19561,44 @@ } }, "postcss-svgo": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.3.tgz", - "integrity": "sha512-41XZUA1wNDAZrQ3XgWREL/M2zSw8LJPvb5ZWivljBsUQAGoEKMYm6okHsTjJxKYI4M75RQEH4KYlEM52VwdXVA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", "dev": true, "requires": { - "postcss-value-parser": "^4.1.0", + "postcss-value-parser": "^4.2.0", "svgo": "^2.7.0" } }, "postcss-unique-selectors": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.2.tgz", - "integrity": "sha512-w3zBVlrtZm7loQWRPVC0yjUwwpty7OM6DnEHkxcSQXO1bMS3RJ+JUS5LFMSDZHJcvGsRwhZinCWVqn8Kej4EDA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", "dev": true, "requires": { - "alphanum-sort": "^1.0.2", "postcss-selector-parser": "^6.0.5" } }, "postcss-value-parser": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "dev": true }, - "postcss-values-parser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz", - "integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==", - "dev": true, - "requires": { - "flatten": "^1.0.2", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - } - }, "prelude-ls": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, "peer": true }, "prepend-http": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", "dev": true }, "prettier": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "dev": true, "peer": true }, "prettier-linter-helpers": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, "requires": { "fast-diff": "^1.1.2" @@ -21656,47 +19606,40 @@ }, "pretty-format": { "version": "27.4.6", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.4.6.tgz", - "integrity": "sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g==", "requires": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", "react-is": "^17.0.1" }, "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + "version": "5.2.0" }, "react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + "version": "17.0.2" } } }, "printj": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz", - "integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/printj/-/printj-1.3.1.tgz", + "integrity": "sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg==" }, "private": { "version": "0.1.8", - "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", - "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==", "dev": true }, "process-nextick-args": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", "dev": true }, "progress": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true, "peer": true }, @@ -21708,24 +19651,25 @@ "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" + }, + "dependencies": { + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + } } }, "pseudomap": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", "dev": true }, "psl": { "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", "dev": true }, "pump": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { "end-of-stream": "^1.1.0", @@ -21734,25 +19678,14 @@ }, "punycode": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" - }, "qs": { "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "dev": true }, "query-string": { "version": "4.3.4", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", - "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", "dev": true, "requires": { "object-assign": "^4.1.0", @@ -21761,14 +19694,10 @@ }, "queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, "randombytes": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, "requires": { "safe-buffer": "^5.1.0" @@ -21782,6 +19711,13 @@ "loose-envify": "^1.1.0", "object-assign": "^4.1.1", "prop-types": "^15.6.2" + }, + "dependencies": { + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + } } }, "react-content-loader": { @@ -21799,32 +19735,48 @@ "object-assign": "^4.1.1", "prop-types": "^15.6.2", "scheduler": "^0.19.1" + }, + "dependencies": { + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + } } }, "react-fast-compare": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz", - "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" + "version": "2.0.4" }, "react-i18next": { - "version": "11.15.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz", - "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==", + "version": "11.16.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.2.tgz", + "integrity": "sha512-1iuZduvARUelL5ux663FvIoDZExwFO+9QtRAAt4uvs1/aun4cUZt8XBrVg7iiDgNls9cOSORAhE7Ri5KA9RMvg==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", "html-parse-stringify": "^3.0.1" + }, + "dependencies": { + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "html-parse-stringify": { + "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==", + "requires": { + "void-elements": "3.1.0" + } + } } }, "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + "version": "16.13.1" }, "react-svg-core": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/react-svg-core/-/react-svg-core-3.0.3.tgz", - "integrity": "sha512-Ws3eM3xCAwcaYeqm4Ajcz3zxBYNI6BeTWWhFR0cpOT+pWuVtozgHYK9xUM0S/ilapZgYMQDe49XgOxpvooFq4w==", "requires": { "@babel/core": "^7.4.5", "@babel/plugin-syntax-jsx": "^7.2.0", @@ -21837,8 +19789,6 @@ "dependencies": { "css-select": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", - "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", "requires": { "boolbase": "^1.0.0", "css-what": "^3.2.1", @@ -21848,22 +19798,16 @@ }, "css-tree": { "version": "1.0.0-alpha.37", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", - "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", "requires": { "mdn-data": "2.0.4", "source-map": "^0.6.1" } }, "css-what": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", - "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==" + "version": "3.4.2" }, "dom-serializer": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", "requires": { "domelementtype": "^2.0.1", "entities": "^2.0.0" @@ -21871,42 +19815,30 @@ }, "domutils": { "version": "1.7.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", - "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", "requires": { "dom-serializer": "0", "domelementtype": "1" }, "dependencies": { "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + "version": "1.3.1" } } }, "mdn-data": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", - "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + "version": "2.0.4" }, "nth-check": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", - "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", "requires": { "boolbase": "~1.0.0" } }, "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "version": "0.6.1" }, "svgo": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", - "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", "requires": { "chalk": "^2.4.1", "coa": "^2.0.2", @@ -21932,6 +19864,31 @@ "requires": { "loader-utils": "^1.2.3", "react-svg-core": "^3.0.3" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + } } }, "react-transition-group": { @@ -21943,12 +19900,21 @@ "dom-helpers": "^5.0.1", "loose-envify": "^1.4.0", "prop-types": "^15.6.2" + }, + "dependencies": { + "dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "requires": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + } } }, "read-pkg": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { "load-json-file": "^1.0.0", @@ -21958,8 +19924,6 @@ "dependencies": { "path-type": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { "graceful-fs": "^4.1.2", @@ -21971,8 +19935,6 @@ }, "read-pkg-up": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { "find-up": "^1.0.0", @@ -21981,8 +19943,6 @@ "dependencies": { "find-up": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { "path-exists": "^2.0.0", @@ -21991,8 +19951,6 @@ }, "path-exists": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { "pinkie-promise": "^2.0.0" @@ -22002,8 +19960,6 @@ }, "readable-stream": { "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", @@ -22017,8 +19973,6 @@ }, "readdirp": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", - "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", "dev": true, "requires": { "picomatch": "^2.0.4" @@ -22026,8 +19980,6 @@ }, "rechoir": { "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", - "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, "requires": { "resolve": "^1.9.0" @@ -22035,8 +19987,6 @@ }, "redent": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, "requires": { "indent-string": "^2.1.0", @@ -22045,8 +19995,6 @@ "dependencies": { "indent-string": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { "repeating": "^2.0.0" @@ -22056,28 +20004,20 @@ }, "regenerate": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true }, "regenerate-unicode-properties": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz", - "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==", "dev": true, "requires": { "regenerate": "^1.4.2" } }, "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "version": "0.13.9" }, "regenerator-transform": { "version": "0.14.5", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", - "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", "dev": true, "requires": { "@babel/runtime": "^7.8.4" @@ -22085,8 +20025,6 @@ }, "regexp.prototype.flags": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz", - "integrity": "sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==", "dev": true, "requires": { "call-bind": "^1.0.2", @@ -22095,15 +20033,11 @@ }, "regexpp": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "dev": true, "peer": true }, "regexpu-core": { "version": "4.8.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz", - "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==", "dev": true, "requires": { "regenerate": "^1.4.2", @@ -22116,14 +20050,10 @@ }, "regjsgen": { "version": "0.5.2", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", - "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==", "dev": true }, "regjsparser": { "version": "0.7.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz", - "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==", "dev": true, "requires": { "jsesc": "~0.5.0" @@ -22131,16 +20061,12 @@ "dependencies": { "jsesc": { "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", "dev": true } } }, "repeating": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, "requires": { "is-finite": "^1.0.0" @@ -22148,8 +20074,6 @@ }, "request": { "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", "dev": true, "requires": { "aws-sign2": "~0.7.0", @@ -22176,26 +20100,18 @@ }, "require-directory": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "dev": true }, "require-from-string": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true }, "require-main-filename": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, "resolve": { "version": "1.21.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz", - "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==", "dev": true, "requires": { "is-core-module": "^2.8.0", @@ -22205,8 +20121,6 @@ }, "resolve-cwd": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, "requires": { "resolve-from": "^5.0.0" @@ -22214,44 +20128,28 @@ "dependencies": { "resolve-from": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true } } }, "resolve-from": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, "restore-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "requires": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" } }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, "rfdc": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", "dev": true }, "rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "peer": true, "requires": { @@ -22260,8 +20158,6 @@ }, "run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "requires": { "queue-microtask": "^1.2.2" @@ -22269,8 +20165,6 @@ }, "rxjs": { "version": "7.5.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.2.tgz", - "integrity": "sha512-PwDt186XaL3QN5qXj/H9DGyHhP3/RYYgZZwqBv9Tv8rsAaiwFH1IsJJlcgD37J7UW5a6O67qX0KWKS3/pu0m4w==", "dev": true, "requires": { "tslib": "^2.1.0" @@ -22278,27 +20172,15 @@ "dependencies": { "tslib": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "dev": true } } }, "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "version": "5.1.2" }, "sass-graph": { "version": "2.2.5", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz", - "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==", "dev": true, "requires": { "glob": "^7.0.0", @@ -22308,9 +20190,9 @@ } }, "sass-loader": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.0.tgz", - "integrity": "sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.1.tgz", + "integrity": "sha512-RRvWl+3K2LSMezIsd008ErK4rk6CulIMSwrcc2aZvjymUgKo/vjXGp1rSWmfTUX7bblEOz8tst4wBwWtCGBqKA==", "dev": true, "requires": { "klona": "^2.0.4", @@ -22320,6 +20202,25 @@ "semver": "^7.3.2" }, "dependencies": { + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true + }, + "klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true + }, "loader-utils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", @@ -22331,6 +20232,12 @@ "json5": "^2.1.2" } }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", @@ -22374,6 +20281,12 @@ "color-convert": "^2.0.1" } }, + "async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", + "dev": true + }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -22399,10 +20312,10 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true }, "loader-utils": { @@ -22415,27 +20328,14 @@ "emojis-list": "^3.0.0", "json5": "^2.1.2" } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } } } }, "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + "version": "1.2.4" }, "scheduler": { "version": "0.19.1", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", - "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1" @@ -22443,8 +20343,6 @@ }, "schema-utils": { "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, "requires": { "@types/json-schema": "^7.0.5", @@ -22454,8 +20352,6 @@ }, "scss-tokenizer": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", - "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", "dev": true, "requires": { "js-base64": "^2.1.8", @@ -22464,8 +20360,6 @@ "dependencies": { "source-map": { "version": "0.4.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", "dev": true, "requires": { "amdefine": ">=0.0.4" @@ -22474,14 +20368,10 @@ } }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.0" }, "semver-compare": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", - "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", "dev": true }, "sendbird": { @@ -22495,6 +20385,55 @@ "ws": "^7.5.5" }, "dependencies": { + "agentkeepalive": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz", + "integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==", + "requires": { + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "requires": { + "follow-redirects": "^1.14.0" + } + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, "form-data": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", @@ -22504,13 +20443,16 @@ "combined-stream": "^1.0.8", "mime-types": "^2.1.12" } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, "serialize-javascript": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", "dev": true, "requires": { "randombytes": "^2.1.0" @@ -22518,23 +20460,10 @@ }, "set-blocking": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dev": true, - "requires": { - "kind-of": "^6.0.2" - } - }, "shebang-command": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, "requires": { "shebang-regex": "^1.0.0" @@ -22542,14 +20471,11 @@ }, "shebang-regex": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", "dev": true }, "side-channel": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, "requires": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", @@ -22558,14 +20484,10 @@ }, "signal-exit": { "version": "3.0.6", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", - "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==", "dev": true }, "sirv": { "version": "1.0.19", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", "dev": true, "requires": { "@polka/url": "^1.0.0-next.20", @@ -22575,14 +20497,10 @@ }, "slash": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", - "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", "dev": true }, "slice-ansi": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, "requires": { "ansi-styles": "^4.0.0", @@ -22592,8 +20510,6 @@ "dependencies": { "ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "requires": { "color-convert": "^2.0.1" @@ -22601,8 +20517,6 @@ }, "color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { "color-name": "~1.1.4" @@ -22610,16 +20524,12 @@ }, "color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true } } }, "sort-keys": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", - "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", "dev": true, "requires": { "is-plain-obj": "^1.0.0" @@ -22627,25 +20537,17 @@ }, "source-list-map": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", "dev": true }, "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + "version": "0.5.7" }, "source-map-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", - "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==", + "version": "1.0.2", "dev": true }, "source-map-support": { "version": "0.4.18", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", - "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, "requires": { "source-map": "^0.5.6" @@ -22653,8 +20555,6 @@ }, "spdx-correct": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "dev": true, "requires": { "spdx-expression-parse": "^3.0.0", @@ -22663,14 +20563,10 @@ }, "spdx-exceptions": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", "dev": true }, "spdx-expression-parse": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, "requires": { "spdx-exceptions": "^2.1.0", @@ -22679,41 +20575,16 @@ }, "spdx-license-ids": { "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", "dev": true }, "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" - }, - "sshpk": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", - "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", - "dev": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } + "version": "1.0.3" }, "stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + "version": "0.1.8" }, "stdout-stream": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", "dev": true, "requires": { "readable-stream": "^2.0.1" @@ -22721,14 +20592,10 @@ }, "strict-uri-encode": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", "dev": true }, "string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" @@ -22736,14 +20603,10 @@ }, "string-argv": { "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", "dev": true }, "string-width": { "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "requires": { "emoji-regex": "^8.0.0", @@ -22753,8 +20616,6 @@ }, "string.prototype.matchall": { "version": "4.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz", - "integrity": "sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==", "dev": true, "requires": { "call-bind": "^1.0.2", @@ -22769,8 +20630,7 @@ }, "string.prototype.trimend": { "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==", + "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" @@ -22778,8 +20638,7 @@ }, "string.prototype.trimstart": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" @@ -22787,8 +20646,6 @@ }, "stringify-object": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", "dev": true, "requires": { "get-own-enumerable-property-symbols": "^3.0.0", @@ -22798,32 +20655,25 @@ }, "strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "requires": { "ansi-regex": "^5.0.1" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "^0.2.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + } } }, "strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true }, "strip-indent": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, "requires": { "get-stdin": "^4.0.1" @@ -22846,6 +20696,12 @@ "schema-utils": "^2.7.0" }, "dependencies": { + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true + }, "loader-utils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", @@ -22860,33 +20716,29 @@ } }, "stylehacks": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz", - "integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz", + "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==", "dev": true, "requires": { - "browserslist": "^4.16.0", + "browserslist": "^4.16.6", "postcss-selector-parser": "^6.0.4" } }, "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "requires": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" } }, "supports-preserve-symlinks-flag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true }, "svgo": { "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", "dev": true, "requires": { "@trysound/sax": "0.2.0", @@ -22900,16 +20752,12 @@ "dependencies": { "commander": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true } } }, "table": { "version": "6.8.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", - "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", "dev": true, "peer": true, "requires": { @@ -22922,8 +20770,6 @@ "dependencies": { "ajv": { "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", "dev": true, "peer": true, "requires": { @@ -22935,8 +20781,6 @@ }, "ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "peer": true, "requires": { @@ -22945,8 +20789,6 @@ }, "color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "peer": true, "requires": { @@ -22955,22 +20797,16 @@ }, "color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "peer": true }, "json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, "peer": true }, "slice-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "peer": true, "requires": { @@ -22983,14 +20819,10 @@ }, "tapable": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true }, "tar": { "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", - "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", "dev": true, "requires": { "block-stream": "*", @@ -22998,26 +20830,23 @@ "inherits": "2" } }, - "terser-webpack-plugin": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.0.tgz", - "integrity": "sha512-LPIisi3Ol4chwAaPP8toUJ3L4qCM1G0wao7L3qNv57Drezxj6+VEyySpPw4B1HSO2Eg/hDY/MNF5XihCAoqnsQ==", + "terser": { + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", + "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", "dev": true, "requires": { - "jest-worker": "^27.4.1", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1", - "terser": "^5.7.2" + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map": "~0.7.2", + "source-map-support": "~0.5.20" }, "dependencies": { "acorn": { "version": "8.7.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", - "dev": true, - "optional": true, - "peer": true + "dev": true }, "commander": { "version": "2.20.3", @@ -23025,6 +20854,63 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "dev": true + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + } + } + }, + "terser-webpack-plugin": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", + "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", + "dev": true, + "requires": { + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1", + "terser": "^5.7.2" + }, + "dependencies": { + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + } + }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", @@ -23042,70 +20928,34 @@ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "terser": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.10.0.tgz", - "integrity": "sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==", + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "requires": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.20" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true - } + "has-flag": "^4.0.0" } } } }, "text-table": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true, "peer": true }, "through": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "timsort": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", "dev": true }, "tiny-warning": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + "version": "1.0.3" }, "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + "version": "2.0.0" }, "to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "requires": { "is-number": "^7.0.0" @@ -23113,14 +20963,10 @@ }, "totalist": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", "dev": true }, "tough-cookie": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", "dev": true, "requires": { "psl": "^1.1.28", @@ -23129,20 +20975,14 @@ }, "trim-newlines": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", "dev": true }, "trim-right": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", - "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", "dev": true }, "true-case-path": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", - "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", "dev": true, "requires": { "glob": "^7.1.2" @@ -23150,8 +20990,6 @@ }, "tsconfig-paths": { "version": "3.12.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz", - "integrity": "sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==", "dev": true, "requires": { "@types/json5": "^0.0.29", @@ -23162,8 +21000,6 @@ "dependencies": { "json5": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "requires": { "minimist": "^1.2.0" @@ -23171,36 +21007,22 @@ }, "strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", "dev": true } } }, "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "version": "1.14.1" }, "tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "dev": true, "requires": { "safe-buffer": "^5.0.1" } }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true - }, "type-check": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "peer": true, "requires": { @@ -23209,20 +21031,15 @@ }, "type-detect": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true }, "type-fest": { "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==", "dev": true }, "unbox-primitive": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "dev": true, "requires": { "function-bind": "^1.1.1", "has-bigints": "^1.0.1", @@ -23232,14 +21049,10 @@ }, "unicode-canonical-property-names-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true }, "unicode-match-property-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, "requires": { "unicode-canonical-property-names-ecmascript": "^2.0.0", @@ -23248,31 +21061,17 @@ }, "unicode-match-property-value-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", "dev": true }, "unicode-property-aliases-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", - "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", - "dev": true - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", - "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", "dev": true }, "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", - "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + "version": "1.1.1" }, "uri-js": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "requires": { "punycode": "^2.1.0" @@ -23280,14 +21079,10 @@ }, "util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "util.promisify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.2", @@ -23297,55 +21092,26 @@ }, "uuid": { "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "dev": true }, "v8-compile-cache": { "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==", "dev": true, "peer": true }, "validate-npm-package-license": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, "requires": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - } - } - }, "void-elements": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", - "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=" + "version": "3.1.0" }, "watchpack": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", "dev": true, "requires": { "glob-to-regexp": "^0.4.1", @@ -23353,13 +21119,13 @@ } }, "webpack": { - "version": "5.66.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz", - "integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==", + "version": "5.70.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", + "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", "dev": true, "requires": { - "@types/eslint-scope": "^3.7.0", - "@types/estree": "^0.0.50", + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/wasm-edit": "1.11.1", "@webassemblyjs/wasm-parser": "1.11.1", @@ -23367,7 +21133,7 @@ "acorn-import-assertions": "^1.7.6", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.8.3", + "enhanced-resolve": "^5.9.2", "es-module-lexer": "^0.9.0", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -23381,7 +21147,7 @@ "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", "watchpack": "^2.3.1", - "webpack-sources": "^3.2.2" + "webpack-sources": "^3.2.3" }, "dependencies": { "acorn": { @@ -23397,6 +21163,53 @@ "dev": true, "requires": {} }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "chrome-trace-event": { + "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==", + "dev": true + }, + "enhanced-resolve": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", + "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + } + }, + "es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true + }, + "loader-runner": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", + "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==", + "dev": true + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", @@ -23439,6 +21252,12 @@ "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", "dev": true }, + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -23479,33 +21298,30 @@ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } + "opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true } } }, "webpack-cli": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.9.1.tgz", - "integrity": "sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.9.2.tgz", + "integrity": "sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==", "dev": true, "requires": { "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.1.0", - "@webpack-cli/info": "^1.4.0", - "@webpack-cli/serve": "^1.6.0", + "@webpack-cli/configtest": "^1.1.1", + "@webpack-cli/info": "^1.4.1", + "@webpack-cli/serve": "^1.6.1", "colorette": "^2.0.14", "commander": "^7.0.0", "execa": "^5.0.0", @@ -23562,6 +21378,40 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true }, + "import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "requires": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + } + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, "path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", @@ -23596,8 +21446,6 @@ }, "webpack-merge": { "version": "5.8.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", - "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "dev": true, "requires": { "clone-deep": "^4.0.1", @@ -23606,8 +21454,6 @@ }, "webpack-sources": { "version": "1.4.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", - "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "dev": true, "requires": { "source-list-map": "^2.0.0", @@ -23616,16 +21462,12 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "which": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { "isexe": "^2.0.0" @@ -23633,8 +21475,7 @@ }, "which-boxed-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, "requires": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -23645,14 +21486,10 @@ }, "which-module": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", "dev": true }, "wide-align": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", "dev": true, "requires": { "string-width": "^1.0.2 || 2" @@ -23660,20 +21497,14 @@ "dependencies": { "ansi-regex": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true }, "is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, "string-width": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { "is-fullwidth-code-point": "^2.0.0", @@ -23682,8 +21513,6 @@ }, "strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { "ansi-regex": "^3.0.0" @@ -23693,21 +21522,15 @@ }, "wildcard": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", - "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", "dev": true }, "word-wrap": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", "dev": true, "peer": true }, "wrap-ansi": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, "requires": { "ansi-styles": "^4.0.0", @@ -23717,8 +21540,6 @@ "dependencies": { "ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "requires": { "color-convert": "^2.0.1" @@ -23726,8 +21547,6 @@ }, "color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { "color-name": "~1.1.4" @@ -23735,46 +21554,32 @@ }, "color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true } } }, "wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true }, "ws": { "version": "7.5.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz", - "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==", "requires": {} }, "y18n": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", "dev": true }, "yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, "yaml": { "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true }, "yargs": { "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", "dev": true, "requires": { "cliui": "^5.0.0", @@ -23791,69 +21596,18 @@ "dependencies": { "ansi-regex": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, "emoji-regex": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", "dev": true }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, "is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, "string-width": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { "emoji-regex": "^7.0.1", @@ -23863,8 +21617,6 @@ }, "strip-ansi": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { "ansi-regex": "^4.1.0" @@ -23874,8 +21626,6 @@ }, "yargs-parser": { "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", "dev": true, "requires": { "camelcase": "^5.0.0", @@ -23884,16 +21634,12 @@ "dependencies": { "camelcase": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true } } }, "yargs-unparser": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", - "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", "dev": true, "requires": { "flat": "^4.1.0", diff --git a/packages/p2p/package.json b/packages/p2p/package.json index 244db65cfaa0..6611594d8c44 100644 --- a/packages/p2p/package.json +++ b/packages/p2p/package.json @@ -39,8 +39,8 @@ "formik": "^2.1.4", "i18next": "^20.3.2", "lodash.debounce": "^4.0.8", - "mobx": "^5.15.7", - "mobx-react-lite": "^2.2.2", + "mobx": "6.5.0", + "mobx-react-lite": "3.3.0", "prop-types": "^15.7.2", "react": "^16.14.0", "react-content-loader": "^4.3.2", @@ -58,7 +58,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", + "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", @@ -85,9 +85,9 @@ "mini-css-extract-plugin": "^1.3.4", "mocha": "^7.1.1", "node-sass": "^4.12.0", - "postcss-loader": "^6.1.1", - "postcss-preset-env": "^6.7.0", - "postcss-scss": "^4.0.0", + "postcss-loader": "^6.2.1", + "postcss-preset-env": "^7.4.3", + "postcss-scss": "^4.0.3", "sass-loader": "^10.1.1", "sass-resources-loader": "^2.1.1", "style-loader": "^1.2.1", diff --git a/packages/p2p/src/assets/icon-close.jsx b/packages/p2p/src/assets/icon-close.jsx index b4c11f47827d..c3d54a1274ae 100644 --- a/packages/p2p/src/assets/icon-close.jsx +++ b/packages/p2p/src/assets/icon-close.jsx @@ -9,6 +9,7 @@ const IconClose = ({ className, onClick }) => ( width='16' height='16' onClick={onClick} + data-testid='icon_close' > { const isMounted = useIsMounted(); @@ -290,6 +291,11 @@ const BuySellForm = props => { {buy_sell_store.account_currency} } + onKeyDown={event => { + if (!floatingPointValidator(event.key)) { + event.preventDefault(); + } + }} onChange={event => { if (event.target.value === '') { setFieldValue('amount', ''); diff --git a/packages/p2p/src/components/buy-sell/filter-modal/filter-modal.jsx b/packages/p2p/src/components/buy-sell/filter-modal/filter-modal.jsx index 5bbd6af6d148..d760b3d44d0b 100644 --- a/packages/p2p/src/components/buy-sell/filter-modal/filter-modal.jsx +++ b/packages/p2p/src/components/buy-sell/filter-modal/filter-modal.jsx @@ -16,14 +16,16 @@ const FilterModal = () => { const onChange = payment_method => { if (!buy_sell_store.filter_payment_methods.includes(payment_method.value)) { buy_sell_store.filter_payment_methods.push(payment_method.value); - setSelectedMethods([...selected_methods, payment_method.value]); - setSelectedMethodsText([...selected_methods_text, payment_method.text]); + setSelectedMethods(prev_selected_methods => [...prev_selected_methods, payment_method.value]); + setSelectedMethodsText(prev_selected_methods_text => [...prev_selected_methods_text, payment_method.text]); } else { buy_sell_store.filter_payment_methods = buy_sell_store.filter_payment_methods.filter( payment_method_id => payment_method_id !== payment_method.value ); - setSelectedMethods(selected_methods.filter(i => i !== payment_method.value)); - setSelectedMethodsText(selected_methods_text.filter(i => i !== payment_method.text)); + setSelectedMethods(prev_selected_methods => prev_selected_methods.filter(i => i !== payment_method.value)); + setSelectedMethodsText(prev_selected_methods_text => + prev_selected_methods_text.filter(i => i !== payment_method.text) + ); } }; @@ -31,12 +33,19 @@ const FilterModal = () => { buy_sell_store.filter_payment_methods = []; setSelectedMethods([]); setSelectedMethodsText([]); + buy_sell_store.setSelectedPaymentMethodValue([]); + buy_sell_store.setSelectedPaymentMethodText([]); }; React.useEffect(() => { buy_sell_store.setShowFilterPaymentMethods(false); my_profile_store.getPaymentMethodsList(); + if (buy_sell_store.selected_payment_method_value.length) { + setSelectedMethods(buy_sell_store.selected_payment_method_value); + setSelectedMethodsText(buy_sell_store.selected_payment_method_text); + } + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); @@ -155,7 +164,11 @@ const FilterModal = () => { > {localize('Reset')} - diff --git a/packages/p2p/src/components/my-ads/create-ad-add-payment-method-modal.jsx b/packages/p2p/src/components/my-ads/create-ad-add-payment-method-modal.jsx index cb83ef405c32..bd86ecea7956 100644 --- a/packages/p2p/src/components/my-ads/create-ad-add-payment-method-modal.jsx +++ b/packages/p2p/src/components/my-ads/create-ad-add-payment-method-modal.jsx @@ -1,3 +1,4 @@ +import classNames from 'classnames'; import * as React from 'react'; import { observer } from 'mobx-react-lite'; import { Button, MobileFullPageModal, Modal, Text } from '@deriv/components'; @@ -47,7 +48,7 @@ const CreateAdAddPaymentMethodModal = () => { is_flex is_modal_open={my_ads_store.should_show_add_payment_method_modal} page_header_className='buy-sell__modal-header' - page_header_text={localize('Choose payment method')} + page_header_text={localize('Add payment method')} pageHeaderReturnFn={() => my_ads_store.setShouldShowAddPaymentMethodModal(false)} > @@ -61,9 +62,11 @@ const CreateAdAddPaymentMethodModal = () => { has_close_icon={false} height='560px' is_open={my_ads_store.should_show_add_payment_method_modal} - title={localize('Choose payment method')} + title={localize('Add payment method')} > - + {!my_profile_store.selected_payment_method && ( diff --git a/packages/p2p/src/components/my-ads/create-ad-form.jsx b/packages/p2p/src/components/my-ads/create-ad-form.jsx index 5614a179da15..be6d585389d8 100644 --- a/packages/p2p/src/components/my-ads/create-ad-form.jsx +++ b/packages/p2p/src/components/my-ads/create-ad-form.jsx @@ -56,7 +56,7 @@ const CreateAdForm = () => { JSON.stringify(should_not_show_auto_archive_message_again.current) ); my_ads_store.setIsAdCreatedModalVisible(false); - if (!my_ads_store.advert_details.is_visible) { + if (my_ads_store.advert_details?.visibility_status?.includes('advertiser_daily_limit')) { my_ads_store.setIsAdExceedsDailyLimitModalOpen(true); } my_ads_store.setShowAdForm(false); diff --git a/packages/p2p/src/components/my-ads/my-ads-row-renderer.jsx b/packages/p2p/src/components/my-ads/my-ads-row-renderer.jsx index 48064a233193..bce7ed0f56b0 100644 --- a/packages/p2p/src/components/my-ads/my-ads-row-renderer.jsx +++ b/packages/p2p/src/components/my-ads/my-ads-row-renderer.jsx @@ -35,11 +35,16 @@ const MyAdsRowRenderer = observer(({ row: advert, setAdvert }) => { const amount_dealt = amount - remaining_amount; const is_buy_advert = type === buy_sell.BUY; - const onClickActivateDeactivate = () => { - my_ads_store.onClickActivateDeactivate(id, is_advert_active, setIsAdvertActive); + const onClickAddPaymentMethod = () => { + if (!general_store.is_barred) { + setAdvert(advert); + my_ads_store.showQuickAddModal(advert); + } }; - const onClickDelete = () => !general_store.is_barred && my_ads_store.onClickDelete(id); - const onClickEdit = () => !general_store.is_barred && my_ads_store.onClickEdit(id); + const onClickActivateDeactivate = () => + my_ads_store.onClickActivateDeactivate(id, is_advert_active, setIsAdvertActive); + const onClickDelete = () => my_ads_store.onClickDelete(id); + const onClickEdit = () => my_ads_store.onClickEdit(id); const onMouseEnter = () => setIsPopoverActionsVisible(true); const onMouseLeave = () => setIsPopoverActionsVisible(false); @@ -159,15 +164,13 @@ const MyAdsRowRenderer = observer(({ row: advert, setAdvert }) => { ); }) ) : ( -
{ - setAdvert(advert); - my_ads_store.showQuickAddModal(advert); - }} - > - - +
+ +
@@ -224,15 +227,13 @@ const MyAdsRowRenderer = observer(({ row: advert, setAdvert }) => { ); }) ) : ( -
{ - setAdvert(advert); - my_ads_store.showQuickAddModal(advert); - }} - > - - +
+ +
@@ -281,7 +282,7 @@ const MyAdsRowRenderer = observer(({ row: advert, setAdvert }) => { className='p2p-my-ads__table-popovers__edit' message={localize('Edit')} > - +
diff --git a/packages/p2p/src/components/my-ads/my-ads.scss b/packages/p2p/src/components/my-ads/my-ads.scss index 72118a820138..22f5e4499959 100644 --- a/packages/p2p/src/components/my-ads/my-ads.scss +++ b/packages/p2p/src/components/my-ads/my-ads.scss @@ -406,11 +406,9 @@ } } - @include mobile { - .dc-text { - &:not(.ad-status--inactive) { - color: var(--text-disabled); - } + .dc-text { + &:not(.ad-status--inactive) { + color: var(--text-disabled); } } } @@ -630,6 +628,10 @@ } } + &__modal-body--scroll { + overflow: auto; + } + .toggle-ads { align-items: center; display: flex; diff --git a/packages/p2p/src/components/my-ads/quick-add-modal.jsx b/packages/p2p/src/components/my-ads/quick-add-modal.jsx index 72c6e9f611f2..7301499c87b7 100644 --- a/packages/p2p/src/components/my-ads/quick-add-modal.jsx +++ b/packages/p2p/src/components/my-ads/quick-add-modal.jsx @@ -1,3 +1,4 @@ +import classNames from 'classnames'; import * as React from 'react'; import { Formik, Field } from 'formik'; import { @@ -92,7 +93,7 @@ const QuickAddModal = ({ advert }) => { height_offset='80px' is_flex is_modal_open={my_ads_store.is_quick_add_modal_open} - page_header_text={localize('Add payment methods')} + page_header_text={localize('Add payment method')} pageHeaderReturnFn={() => { setSelectedMethods([]); my_ads_store.hideQuickAddModal(); @@ -243,7 +244,7 @@ const QuickAddModal = ({ advert }) => { height_offset='80px' is_flex is_modal_open={my_ads_store.is_quick_add_modal_open} - page_header_text={localize('Add payment methods')} + page_header_text={localize('Add payment method')} pageHeaderReturnFn={() => { setSelectedMethods([]); my_ads_store.hideQuickAddModal(); @@ -313,7 +314,7 @@ const QuickAddModal = ({ advert }) => { has_close_icon={false} height='660px' is_open={my_ads_store.is_quick_add_modal_open} - title={localize('Add payment methods')} + title={localize('Add payment method')} >
@@ -458,10 +459,14 @@ const QuickAddModal = ({ advert }) => { has_close_icon={false} height='660px' is_open={my_ads_store.is_quick_add_modal_open} - title={localize('Add payment methods')} + title={localize('Add payment method')} > {my_ads_store.should_show_add_payment_method ? ( - + ) : ( diff --git a/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-name/my-profile-name.jsx b/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-name/my-profile-name.jsx index f35e02842b08..db4dcf92edb7 100644 --- a/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-name/my-profile-name.jsx +++ b/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-name/my-profile-name.jsx @@ -11,7 +11,7 @@ import MyProfilePrivacy from '../my-profile-privacy'; const MyProfileName = () => { const { general_store, my_profile_store } = useStores(); - const { basic_verification, created_time, full_verification, total_orders_count } = + const { basic_verification, buy_orders_count, created_time, full_verification, sell_orders_count } = my_profile_store.advertiser_info; const joined_since = daysSince(created_time); @@ -44,7 +44,7 @@ const MyProfileName = () => {
diff --git a/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/add-payment-method-form.jsx b/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/add-payment-method-form.jsx index be5145abf2f2..5375c9ced094 100644 --- a/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/add-payment-method-form.jsx +++ b/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/add-payment-method-form.jsx @@ -57,6 +57,14 @@ const AddPaymentMethodForm = ({ should_show_separated_footer = false }) => { } } + if (values.bank_code) { + if (!no_symbols_regex.test(values.bank_code)) { + errors.bank_code = no_symbols_message; + } else if (values.bank_code.length > 200) { + errors.bank_code = max_characters_error_message; + } + } + return errors; }; diff --git a/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/select-payment-method.jsx b/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/select-payment-method.jsx index 3c9da0c2ced2..e9bb65ad58af 100644 --- a/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/select-payment-method.jsx +++ b/packages/p2p/src/components/my-profile/payment-methods/add-payment-method/select-payment-method.jsx @@ -46,7 +46,7 @@ const SelectPaymentMethod = () => { , my_profile_store.setSelectedPaymentMethod('other')} />, diff --git a/packages/p2p/src/components/my-profile/payment-methods/payment-method-card/payment-method-card.jsx b/packages/p2p/src/components/my-profile/payment-methods/payment-method-card/payment-method-card.jsx index 5369b1c75c56..abe970a96a0e 100644 --- a/packages/p2p/src/components/my-profile/payment-methods/payment-method-card/payment-method-card.jsx +++ b/packages/p2p/src/components/my-profile/payment-methods/payment-method-card/payment-method-card.jsx @@ -18,7 +18,6 @@ const PaymentMethodCard = ({ style, }) => { const { my_profile_store } = useStores(); - const method = !is_add && payment_method.display_name.replace(/\s|-/gm, ''); const payment_account = payment_method?.fields?.account?.value; const payment_account_name = payment_method?.fields?.account?.display_name; diff --git a/packages/p2p/src/components/my-profile/payment-methods/payment-methods-list/edit-payment-method-form.jsx b/packages/p2p/src/components/my-profile/payment-methods/payment-methods-list/edit-payment-method-form.jsx index f38d6066e287..27faa3ff4f4d 100644 --- a/packages/p2p/src/components/my-profile/payment-methods/payment-methods-list/edit-payment-method-form.jsx +++ b/packages/p2p/src/components/my-profile/payment-methods/payment-methods-list/edit-payment-method-form.jsx @@ -56,6 +56,14 @@ const EditPaymentMethodForm = () => { } } + if (values.bank_code) { + if (!no_symbols_regex.test(values.bank_code)) { + errors.bank_code = no_symbols_message; + } else if (values.bank_code.length > 200) { + errors.bank_code = max_characters_error_message; + } + } + return errors; }; diff --git a/packages/p2p/src/components/nickname-form/__test__/nickname-form-wrapper.spec.js b/packages/p2p/src/components/nickname-form/__test__/nickname-form-wrapper.spec.js new file mode 100644 index 000000000000..997eb70fb705 --- /dev/null +++ b/packages/p2p/src/components/nickname-form/__test__/nickname-form-wrapper.spec.js @@ -0,0 +1,35 @@ +import React from 'react'; +import { isMobile } from '@deriv/shared'; +import { render, screen } from '@testing-library/react'; +import NicknameFormWrapper from '../nickname-form-wrapper.jsx'; + +jest.mock('Stores', () => ({ + ...jest.requireActual('Stores'), + useStores: jest.fn(() => ({ + general_store: { should_show_popup: true }, + })), +})); + +jest.mock('@deriv/shared', () => ({ + ...jest.requireActual('@deriv/shared'), + isMobile: jest.fn(), +})); + +jest.mock('@deriv/components', () => ({ + Modal: jest.fn(() =>
Modal
), +})); + +describe('', () => { + it('renders mobile view if isMobile is evaluted to true', () => { + isMobile.mockImplementation(() => true); + render(); + expect(screen.getByTestId('mobile_nicknme_form')).toBeInTheDocument(); + }); + + it('renders the desktop view when isMobile is evaluated to false', () => { + isMobile.mockReset(); + render(); + expect(screen.getByText('Modal')).toBeInTheDocument(); + expect(screen.queryByTestId('mobile_nicknme_form')).not.toBeInTheDocument(); + }); +}); diff --git a/packages/p2p/src/components/nickname-form/__test__/nickname-form.spec.js b/packages/p2p/src/components/nickname-form/__test__/nickname-form.spec.js new file mode 100644 index 000000000000..7e5bd7b51c95 --- /dev/null +++ b/packages/p2p/src/components/nickname-form/__test__/nickname-form.spec.js @@ -0,0 +1,64 @@ +import React from 'react'; +import { useStores } from 'Stores'; +import { fireEvent, render, screen, waitFor } from '@testing-library/react'; +import NicknameForm from '../nickname-form.jsx'; + +const mock_general_store = { + onNicknamePopupClose: jest.fn(), + createAdvertiser: jest.fn(), + validatePopup: jest.fn(), + setNicknameError: jest.fn(), + nickname_error: false, +}; + +jest.mock('Stores', () => ({ + ...jest.requireActual('Stores'), + useStores: jest.fn(() => ({ + general_store: { ...mock_general_store }, + })), +})); + +jest.mock('@deriv/shared', () => ({ + ...jest.requireActual('@deriv/shared'), + isMobile: jest.fn(), +})); + +jest.mock('@deriv/components', () => ({ + ...jest.requireActual('@deriv/components'), + Modal: jest.fn(({ children }) =>
{children}
), +})); + +describe('', () => { + it('closes the popup if close icon is clicked', () => { + const { general_store } = useStores(); + render(); + fireEvent.click(screen.getByTestId('icon_close')); + + expect(general_store.onNicknamePopupClose).toHaveBeenCalled(); + }); + + it('should disable only the Subit button when empty form is present', () => { + render(); + + expect(screen.getByRole('button', { name: 'Confirm' })).toBeDisabled(); + expect(screen.getByRole('button', { name: 'Cancel' })).toBeEnabled(); + }); + + it('shoucl submit data when valid data is present in the form', async () => { + const { general_store } = useStores(); + render(); + fireEvent.input(screen.getByLabelText(/nickname/i), { target: { value: 'P2P Test' } }); + fireEvent.click(screen.getByRole('button', { name: /Confirm/i })); + + await waitFor(() => expect(general_store.createAdvertiser).toHaveBeenCalledWith('P2P Test')); + }); + + it('should close popup if Cancel button is clicked', () => { + const { general_store } = useStores(); + render(); + fireEvent.input(screen.getByLabelText(/nickname/i), { target: { value: 'P2P Test' } }); + fireEvent.click(screen.getByRole('button', { name: /Cancel/i })); + + expect(general_store.onNicknamePopupClose).toHaveBeenCalled(); + }); +}); diff --git a/packages/p2p/src/components/nickname-form/nickname-form-wrapper.jsx b/packages/p2p/src/components/nickname-form/nickname-form-wrapper.jsx index a51e5de04f7d..e7cb35b06d6c 100644 --- a/packages/p2p/src/components/nickname-form/nickname-form-wrapper.jsx +++ b/packages/p2p/src/components/nickname-form/nickname-form-wrapper.jsx @@ -9,7 +9,11 @@ const NicknameFormWrapper = ({ children }) => { const { general_store } = useStores(); if (isMobile()) { - return
{children}
; + return ( +
+ {children} +
+ ); } return ( diff --git a/packages/p2p/src/stores/buy-sell-store.js b/packages/p2p/src/stores/buy-sell-store.js index 7968dd4870c2..3542dafa84f0 100644 --- a/packages/p2p/src/stores/buy-sell-store.js +++ b/packages/p2p/src/stores/buy-sell-store.js @@ -24,6 +24,8 @@ export default class BuySellStore extends BaseStore { @observable search_results = []; @observable search_term = ''; @observable selected_ad_state = {}; + @observable selected_payment_method_value = []; + @observable selected_payment_method_text = []; @observable selected_value = 'rate'; @observable should_show_popup = false; @observable should_show_verification = false; @@ -113,8 +115,7 @@ export default class BuySellStore extends BaseStore { @computed get should_filter_by_payment_method() { const { my_profile_store } = this.root_store; - - return my_profile_store.payment_methods_list_values !== this.filter_payment_methods; + return my_profile_store.payment_methods_list_values !== this.selected_payment_method_value; } @action.bound @@ -203,7 +204,9 @@ export default class BuySellStore extends BaseStore { limit: general_store.list_item_limit, sort_by: this.sort_by, use_client_limits: this.should_use_client_limits ? 1 : 0, - ...(this.filter_payment_methods.length > 0 ? { payment_method: this.filter_payment_methods } : {}), + ...(this.selected_payment_method_value.length > 0 + ? { payment_method: this.selected_payment_method_value } + : {}), }).then(response => { if (response && !response.error) { // Ignore any responses that don't match our request. This can happen @@ -272,7 +275,9 @@ export default class BuySellStore extends BaseStore { } @action.bound - onClickApply() { + onClickApply(payment_method_value, payment_method_text) { + this.setSelectedPaymentMethodValue(payment_method_value); + this.setSelectedPaymentMethodText(payment_method_text); this.setItems([]); this.setIsLoading(true); this.loadMoreItems({ startIndex: 0 }); @@ -400,6 +405,16 @@ export default class BuySellStore extends BaseStore { this.selected_ad_state = selected_ad_state; } + @action.bound + setSelectedPaymentMethodValue(payment_method_value) { + this.selected_payment_method_value = [...payment_method_value]; + } + + @action.bound + setSelectedPaymentMethodText(payment_method_text) { + this.selected_payment_method_text = [...payment_method_text]; + } + @action.bound setSelectedValue(selected_value) { this.selected_value = selected_value; diff --git a/packages/p2p/src/stores/general-store.js b/packages/p2p/src/stores/general-store.js index a110c6d05a73..b6ba51150508 100644 --- a/packages/p2p/src/stores/general-store.js +++ b/packages/p2p/src/stores/general-store.js @@ -226,7 +226,6 @@ export default class GeneralStore extends BaseStore { } const { sendbird_store } = this.root_store; - this.ws_subscriptions = { advertiser_subscription: subscribeWS( { @@ -439,17 +438,14 @@ export default class GeneralStore extends BaseStore { @action.bound updateAdvertiserInfo(response) { const { p2p_advertiser_info } = response; - if (!response.error) { this.setAdvertiserId(p2p_advertiser_info.id); this.setIsAdvertiser(!!p2p_advertiser_info.is_approved); this.setIsListed(!!p2p_advertiser_info.is_listed); this.setNickname(p2p_advertiser_info.name); this.setUserBlockedUntil(p2p_advertiser_info.blocked_until); - this.setShouldShowRealName(!!p2p_advertiser_info.show_name); } else { this.ws_subscriptions.advertiser_subscription.unsubscribe(); - if (response.error.code === 'RestrictedCountry') { this.setIsRestricted(true); } else if (response.error.code === 'AdvertiserNotFound') { diff --git a/packages/p2p/src/stores/my-ads-store.js b/packages/p2p/src/stores/my-ads-store.js index 9d6c83247417..0cb904e21848 100644 --- a/packages/p2p/src/stores/my-ads-store.js +++ b/packages/p2p/src/stores/my-ads-store.js @@ -189,14 +189,16 @@ export default class MyAdsStore extends BaseStore { @action.bound onClickActivateDeactivate(id, is_ad_active, setIsAdvertActive) { - requestWS({ p2p_advert_update: 1, id, is_active: is_ad_active ? 0 : 1 }).then(response => { - if (response.error) { - this.setActivateDeactivateErrorMessage(response.error.message); - } else { - setIsAdvertActive(!!response.p2p_advert_update.is_active); - } - this.setSelectedAdId(''); - }); + if (!this.root_store.general_store.is_barred) { + requestWS({ p2p_advert_update: 1, id, is_active: is_ad_active ? 0 : 1 }).then(response => { + if (response.error) { + this.setActivateDeactivateErrorMessage(response.error.message); + } else { + setIsAdvertActive(!!response.p2p_advert_update.is_active); + } + this.setSelectedAdId(''); + }); + } } @action.bound @@ -226,15 +228,19 @@ export default class MyAdsStore extends BaseStore { @action.bound onClickDelete(id) { - this.setSelectedAdId(id); - this.setIsDeleteModalOpen(true); + if (!this.root_store.general_store.is_barred) { + this.setSelectedAdId(id); + this.setIsDeleteModalOpen(true); + } } @action.bound onClickEdit(id) { - this.setSelectedAdId(id); - this.setShowEditAdForm(true); - this.getAdvertInfo(); + if (!this.root_store.general_store.is_barred) { + this.setSelectedAdId(id); + this.setShowEditAdForm(true); + this.getAdvertInfo(); + } } @action.bound diff --git a/packages/p2p/src/stores/my-profile-store.js b/packages/p2p/src/stores/my-profile-store.js index f923ff60e09c..7e49f93e8223 100644 --- a/packages/p2p/src/stores/my-profile-store.js +++ b/packages/p2p/src/stores/my-profile-store.js @@ -127,7 +127,6 @@ export default class MyProfileStore extends BaseStore { @action.bound createPaymentMethod(values, { setSubmitting }) { setSubmitting(true); - requestWS({ p2p_advertiser_payment_methods: 1, create: [ @@ -138,6 +137,7 @@ export default class MyProfileStore extends BaseStore { instructions: values?.instructions, method: this.payment_method_value || this.selected_payment_method, name: values?.name, + bank_code: values?.bank_code, }, ], }).then(response => { @@ -178,6 +178,7 @@ export default class MyProfileStore extends BaseStore { this.setBalanceAvailable(p2p_advertiser_info.balance_available); this.setContactInfo(p2p_advertiser_info.contact_info); this.setDefaultAdvertDescription(p2p_advertiser_info.default_advert_description); + this.root_store.general_store.setShouldShowRealName(!!p2p_advertiser_info.show_name); } else if (response.error.code === 'PermissionDenied') { this.root_store.general_store.setIsBlocked(true); } else { @@ -205,27 +206,31 @@ export default class MyProfileStore extends BaseStore { requestWS({ p2p_payment_methods: 1, }).then(response => { - const { p2p_payment_methods } = response; - const list = []; - const list_items = []; - this.setAvailablePaymentMethods(p2p_payment_methods); + if (response) { + if (response.error) { + return; + } + const { p2p_payment_methods } = response; + const list = []; + const list_items = []; + this.setAvailablePaymentMethods(p2p_payment_methods); + if (this.search_term) { + Object.entries(this.available_payment_methods).forEach(key => { + if (key[1].display_name.toLowerCase().includes(this.search_term.toLowerCase().trim())) + list_items.push({ text: key[1].display_name, value: key[0] }); + }); + } - if (this.search_term) { Object.entries(this.available_payment_methods).forEach(key => { - if (key[1].display_name.toLowerCase().includes(this.search_term.toLowerCase().trim())) - list_items.push({ text: key[1].display_name, value: key[0] }); + list.push({ text: key[1].display_name, value: key[0] }); }); - } + this.setPaymentMethodsList(list); - Object.entries(this.available_payment_methods).forEach(key => { - list.push({ text: key[1].display_name, value: key[0] }); - }); - this.setPaymentMethodsList(list); - - if (list_items.length) { - this.setSearchResults(list_items); - } else { - this.setSearchResults([]); + if (list_items.length) { + this.setSearchResults(list_items); + } else { + this.setSearchResults([]); + } } }); } @@ -305,14 +310,16 @@ export default class MyProfileStore extends BaseStore { } @action.bound handleToggle() { + this.root_store.general_store.setShouldShowRealName(!this.root_store?.general_store?.should_show_real_name); requestWS({ p2p_advertiser_update: 1, - show_name: this.root_store?.general_store?.should_show_real_name ? 0 : 1, + show_name: this.root_store?.general_store?.should_show_real_name ? 1 : 0, }).then(response => { if (response.error) { this.setFormError(response.error.message); - } else { - this.root_store.general_store.setShouldShowRealName(true); + this.root_store.general_store.setShouldShowRealName( + !this.root_store?.general_store?.should_show_real_name + ); } }); } diff --git a/packages/p2p/src/translations/es.json b/packages/p2p/src/translations/es.json index 6ed332a7b9cf..fad909cbb324 100644 --- a/packages/p2p/src/translations/es.json +++ b/packages/p2p/src/translations/es.json @@ -11,7 +11,6 @@ "122280248": "Tiempo promedio de lanzamiento <0>30d", "145959105": "Elija un alias", "150156106": "Guardar cambios", - "160092151": "Elija el método de pago", "173939998": "Tiempo promedio de pago <0>30d", "197477687": "Editar {{ad_type}} anuncio", "246815378": "Una vez establecido, su alias no se puede cambiar.", diff --git a/packages/p2p/src/translations/fr.json b/packages/p2p/src/translations/fr.json index 1a0bcaea89cb..8089b6e4ba18 100644 --- a/packages/p2p/src/translations/fr.json +++ b/packages/p2p/src/translations/fr.json @@ -11,7 +11,6 @@ "122280248": "Avg release time <0>30d", "145959105": "Choisissez un nom", "150156106": "Sauvegarder les changements", - "160092151": "Choose payment method", "173939998": "Avg. pay time <0>30d", "197477687": "Edit {{ad_type}} ad", "246815378": "Une fois choisi, votre pseudo ne peut pas être modifié.", diff --git a/packages/p2p/src/translations/id.json b/packages/p2p/src/translations/id.json index 7356e5e11325..972bb1003619 100644 --- a/packages/p2p/src/translations/id.json +++ b/packages/p2p/src/translations/id.json @@ -11,7 +11,6 @@ "122280248": "Waktu rilis rata-rata <0>30 hari", "145959105": "Pilih nama panggilan\n", "150156106": "Simpan perubahan", - "160092151": "Pilih metode pembayaran", "173939998": "Waktu pembayaran rata-rata <0>30 hari", "197477687": "Edit {{ad_type}} iklan", "246815378": "Setelah ditetapkan, nama panggilan Anda tidak dapat diubah.", diff --git a/packages/p2p/src/translations/it.json b/packages/p2p/src/translations/it.json index ced737337e86..ea69df6031be 100644 --- a/packages/p2p/src/translations/it.json +++ b/packages/p2p/src/translations/it.json @@ -1,21 +1,20 @@ { - "6794664": "Ads that match your Deriv P2P balance and limit.", + "6794664": "Gli annunci corrispondenti al limite e al saldo Deriv P2P.", "21103557": "Saldo Deriv P2P = depositi che non possono essere annullati (bonifici bancari ecc.) + una parte dei depositi che potrebbero essere annullati (pagamenti con carta di credito ecc.)", - "24711354": "Total orders <0>30d | <1>lifetime", - "47573834": "Fixed rate (1 {{account_currency}})", + "24711354": "Total ordini <0>30d | <1>lifetime", + "47573834": "Tasso fisso (1 {{account_currency}})", "50672601": "Acquistato", "51881712": "Esiste già un annuncio con lo stesso tasso di scambio per coppia valutaria e tipo di ordine identici.

Imposta un tasso di scambio diverso per l'annuncio aggiornato.", - "55916349": "All", + "55916349": "Tutto", "68867477": "ID dell'ordine {{ id }}", "121738739": "Invia", - "122280248": "Avg release time <0>30d", + "122280248": "Tempo di rilascio medio <0>30gg", "145959105": "Scegli un soprannome", - "150156106": "Save changes", - "160092151": "Choose payment method", - "173939998": "Avg. pay time <0>30d", - "197477687": "Edit {{ad_type}} ad", + "150156106": "Salva le modifiche", + "173939998": "Tempo medio pagamento <0>30gg", + "197477687": "Modifica {{ad_type}} annuncio", "246815378": "Una volta impostato, il soprannome non può essere cambiato.", - "276261353": "Avg pay time <0>30d", + "276261353": "Tempo medio pagamento <0>30gg", "323002325": "Pubblica annuncio", "324970564": "Dettagli contatto venditore", "338910048": "Gli utenti visualizzeranno il nome", @@ -33,20 +32,20 @@ "523301614": "Immetti {{amount}} {{currency}}", "525380157": "Acquista ordine in {{offered_currency}}", "531912261": "Nome della banca, numero di conto, nome del beneficiario", - "554135844": "Edit", + "554135844": "Modifica", "580715136": "Registrati subito!", "587882987": "Annunci", "592082899": "Non puoi ripetere un carattere per più di 5 volte.", - "611376642": "Clear", + "611376642": "Cancella", "649549724": "Non ho ricevuto alcun pagamento.", - "662578726": "Available", + "662578726": "Disponibile", "671582270": "L'importo massimo disponibile è {{value}}", "683273691": "Tasso (1 {{ account_currency }})", "728383001": "Ho ricevuto un importo superiore a quello stabilito.", "767789372": "Attendi il termine del pagamento", "782834680": "Tempo residuo", - "783454335": "Yes, remove", - "829867834": "This field has exceeded maximum length of 200 characters.", + "783454335": "Sì, rimuovi", + "829867834": "Questo campo ha superato la lunghezza massima di 200 caratteri.", "830703311": "Il mio profilo", "838024160": "Dettagli bancari", "842911528": "Non mostrare più questo messaggio.", @@ -56,7 +55,7 @@ "887667868": "Ordine", "949859957": "Invia", "954233511": "Venduto", - "957529514": "To place an order, add one of the advertiser’s preferred payment methods:", + "957529514": "Per inserire un ordine, aggiungi una delle modalità di pagamento preferite dall'inserzionista:", "988380202": "Istruzioni", "1001160515": "Vendi", "1002264993": "Nome reale del compratore", @@ -75,30 +74,30 @@ "1157877436": "{{field_name}} non deve superare l'importo", "1161621759": "Scegli un soprannome", "1162965175": "Compratore", - "1163072833": "<0>ID verified", + "1163072833": "<0>ID verificato", "1202500203": "Paga ora", "1236083813": "Dettagli del pagamento", "1258285343": "Ops, qualcosa non ha funzionato", - "1265751551": "Deriv P2P Balance", + "1265751551": "Saldo P2P Deriv", "1286797620": "Attivo", "1287051975": "Soprannome troppo lungo", - "1314266187": "Joined today", + "1314266187": "Registrato oggi", "1326475003": "Attiva", "1328352136": "Vendi {{ account_currency }}", "1337027601": "Hai venduto {{offered_amount}} {{offered_currency}}", "1347724133": "Ho pagato {{amount}} {{currency}}.", "1366244749": "Limiti", "1371193412": "Annulla", - "1381949324": "<0>Address verified", - "1422356389": "No results for \"{{text}}\".", + "1381949324": "<0>Indirizzo verificato", + "1422356389": "Nessun risultato per \"{{text}}\".", "1430413419": "Il massimo è {{value}} {{currency}}", - "1438140245": "To avoid loss of funds, please do not use cash transactions. We recommend using e-wallets or bank transfers.", - "1448855725": "Add payment methods", + "1438140245": "Per evitare di perdere fondi, non scegliere operazioni di cassa. Consigliamo di usare portafogli elettronici o trasferimenti bancari.", + "1448855725": "Aggiungi modalità di pagamento", "1467483693": "Ordini passati", "1474532322": "Ordina per", - "1505293001": "Trade partners", + "1505293001": "Partners di trading", "1538160426": "Assicurati di aver pagato {{amount}} {{currency}} a {{other_user_name}}.", - "1555610869": "You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", + "1555610869": "Stai modificando un annuncio per acquistare <0>{{ target_amount }} {{ target_currency }} per <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", "1583335572": "Se non ricevi ordini per il tuo annuncio per {{adverts_archive_period}} giorni, questo verrà disattivato.", "1587250288": "ID annuncio {{advert_id}} ", "1589127544": "Ho pagato {{amount}} {{currency}}", @@ -108,29 +107,29 @@ "1654365787": "Sconosciuto", "1675716253": "Limite minimo", "1678804253": "Acquista {{ currency }}", - "1703154819": "You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }}...", - "1721422292": "Show my real name", - "1734661732": "Your DP2P balance is {{ dp2p_balance }}", - "1747523625": "Go back", + "1703154819": "Stai modificando un annuncio per vendere <0>{{ target_amount }} {{ target_currency }}...", + "1721422292": "Mostra il mio vero nome", + "1734661732": "Il tuo saldo DP2P è {{ dp2p_balance }}", + "1747523625": "Torna indietro", "1752096323": "{{field_name}} non può essere inferiore al limite minimo", - "1767817594": "Buy completion <0>30d", + "1767817594": "Completamento acquisto <0>30gg", "1794470010": "Ho effettuato il pagamento completo ma il venditore non ha emesso fondi.", "1794474847": "Ho ricevuto il pagamento", "1798116519": "Importo disponibile", "1842172737": "Hai ricevuto {{offered_amount}} {{offered_currency}}", "1848044659": "Non hai annunci.", - "1874956952": "Hit the button below to add payment methods.", + "1874956952": "Premi il pulsante sottostante per aggiungere modalità di pagamento.", "1893264068": "Vendi importo", "1923443894": "Disattivato", "1928240840": "Vendi {{ currency }}", "1976156928": "Invia", "1992961867": "Tasso (1 {{currency}})", - "2020104747": "Filter", + "2020104747": "Filtro", "2039361923": "Stai creando un annuncio per vendere...", "2063890788": "Annullato", "2086563542": "Tasso di scambio (predefinito)", "2091671594": "Stato", - "2096014107": "Apply", + "2096014107": "Richiedi", "2121837513": "Il minimo è {{value}} {{currency}}", "2142425493": "ID annuncio", "2144972362": "Sei ti serve aiuto, usa la live chat per contattare il nostro team di assistenza clienti.", @@ -165,44 +164,44 @@ "-92830427": "Istruzioni del venditore", "-1940034707": "Istruzioni dell'acquirente", "-137444201": "Acquista", - "-1306639327": "Payment methods", + "-1306639327": "Modalità di pagamento", "-1102534097": "Nessun annuncio", - "-904197848": "Limits {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}", + "-904197848": "Limiti {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}", "-464361439": "{{- avg_buy_time_in_minutes}} min", - "-2109576323": "Sell completion <0>30d", - "-165392069": "Avg. release time <0>30d", - "-1154208372": "Trade volume <0>30d", + "-2109576323": "Completamento vendita <0>30gg", + "-165392069": "Tempo di rilascio medio <0>30gg", + "-1154208372": "Volume trade <0>30gg", "-1845037007": "Pagina dell'inserzionista", - "-1070228546": "Joined {{days_since_joined}}d", + "-1070228546": "Attivo da {{days_since_joined}}gg", "-1837059346": "Acquista / Vendi", "-494667560": "Ordini", "-679691613": "I miei annunci", "-55126326": "Venditore", - "-835196958": "Receive payment to", - "-1218007718": "You may choose up to 3.", + "-835196958": "Ricevi pagamento su", + "-1218007718": "Puoi scegliere fino a 3.", "-2144314441": "Acquista corrispettivo", "-1974067943": "Dettagli bancari personali", - "-412680608": "Add payment method", + "-412680608": "Aggiungi una modalità di pagamento", "-1657433201": "Non ci sono annunci corrispondenti.", "-198897319": "Tasso di completamento: {{total_completion_rate}}%", - "-1862812590": "Limits {{ min_order }}–{{ max_order }} {{ currency }}", + "-1862812590": "Limiti {{ min_order }}–{{ max_order }} {{ currency }}", "-375836822": "Acquista {{account_currency}}", "-1035421133": "Vendi {{account_currency}}", "-1325806155": "Non ci sono annunci.", - "-227512949": "Check your spelling or use a different term.", - "-1554938377": "Search payment method", + "-227512949": "Correggi eventuali errori ortografici o usa un termine diverso.", + "-1554938377": "Cerca modalità di pagamento", "-1285759343": "Cerca", - "-75934135": "Matching ads", - "-1856204727": "Reset", + "-75934135": "Annunci corrispondenti", + "-1856204727": "Reimposta", "-1638172550": "Per disabilitare questa funzione, completa quanto segue:", "-559300364": "La tua cassa Deriv P2P è bloccata", "-674715853": "L'annuncio supera il limite giornaliero", - "-744406": "Your ad is not listed on <0>Buy/Sell because the amount exceeds your daily limit of {{limit}} {{currency}}.\n <1 /><1 />You can still see your ad on <0>My ads. If you’d like to increase your daily limit, please contact us via <2>live chat.", + "-744406": "Il tuo annuncio non è listato su <0>Acquista/Vendi perche l'importo supera il tuo limite giornaliero di {{limit}} {{currency}}.\n <1 /><1 />Puoi ancora vedere il tuo annuncio su <0>I miei annunci. Se vuoi aumentaare il tuo limite giornaliero, contattaci tramite <2>live chat.", "-329713179": "Ok", "-480724783": "Esiste già un annuncio con questo tasso", "-1072444041": "Aggiorna annuncio", - "-1406830100": "Payment method", - "-984140537": "Add", + "-1406830100": "Modalità di pagamento", + "-984140537": "Aggiungi", "-1561775203": "Acquista {{currency}}", "-1527285935": "Vendi {{currency}}", "-592818187": "Il tuo saldo Deriv P2P è {{ dp2p_balance }}", @@ -215,34 +214,34 @@ "-514789442": "Stai creando un annuncio per acquistare...", "-1179827369": "Crea nuovo annuncio", "-2061807537": "Qualcosa non va", - "-1388914542": "You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", - "-107996509": "You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }}...", - "-863580260": "You're editing an ad to buy...", - "-1396464057": "You're editing an ad to sell...", + "-1388914542": "Stai modificando un annuncio per vendere <0>{{ target_amount }} {{ target_currency }} per <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", + "-107996509": "Stai modificando un annuncio per acquistare <0>{{ target_amount }} {{ target_currency }}...", + "-863580260": "Stai modificando un annuncio per acquistare...", + "-1396464057": "Stai modificando un annuncio per vendere...", "-392043307": "Vuoi eliminare questo annuncio?", "-854930519": "NON potrai ripristinarlo.", "-372210670": "Tasso (1 {{account_currency}})", "-1395240684": "Vendi {{ id }}", "-1318334333": "Disattiva", "-1667041441": "Tasso (1 {{ offered_currency }})", - "-2057238438": "Some of your ads don't contain payment methods. To make it easier for people to pay you, please add payment methods to all your ads.", + "-2057238438": "Alcuni annunci non contengono una modalità di pagamento. Per facilitare gli utenti che devono pagarti, aggiungi le modalità di pagamento a tutti gli annunci.", "-792015701": "La cassa Deriv P2P non è disponibile nel tuo Paese.", - "-1220275347": "You may choose up to 3 payment methods for this ad.", + "-1220275347": "Puoi scegliere fino a 3 modalità di pagamento per questo annuncio.", "-806152028": "Annunci in riproduzione", "-179005984": "Salva", - "-2059312414": "Ad details", - "-1769584466": "Stats", - "-2090878601": "Daily limit", - "-130547447": "Trade volume <0>30d | <1>lifetime", - "-549609118": "This field can only include letters, numbers, spaces, and any of these symbols: -+._@", - "-1792280476": "Choose your payment method", - "-293182503": "Cancel adding this payment method?", - "-1850127397": "If you choose to cancel, the details you’ve entered will be lost.", - "-1889014820": "<0>Don’t see your payment method? <1>Add new.", - "-383030149": "You haven’t added any payment methods yet", - "-1269362917": "Add new", - "-146021156": "Delete {{payment_method_name}}?", - "-1846700504": "Are you sure you want to remove this payment method?", + "-2059312414": "Dettagli annuncio", + "-1769584466": "Statistiche", + "-2090878601": "Limite giornaliero", + "-130547447": "Volume trading <0>30d | <1>lifetime", + "-549609118": "Questo campo può comprendere solo lettere, numeri, spazi e i seguenti simboli: -+._@", + "-1792280476": "Scegli una modalità di pagamento", + "-293182503": "Rimuovere questa modalità di pagamento?", + "-1850127397": "Se scegli di annullare l'operazione, i dati andranno persi.", + "-1889014820": "<0>Non vedi la tua modalità di pagamento?<1>Aggiungere una nuova.", + "-383030149": "Non hai ancora aggiunto alcuna modalità di pagamento", + "-1269362917": "Aggiungi nuovo", + "-146021156": "Eliminare {{payment_method_name}}?", + "-1846700504": "Confermi di voler rimuovere questa modalità di pagamento?", "-231863107": "No", "-532709160": "Soprannome", "-2008992756": "Vuoi annullare l'ordine?", @@ -274,6 +273,6 @@ "-750202930": "Ordini attivi", "-471540636": "Ho ricevuto {{amount}} {{currency}}.", "-2054589794": "Il tuo profilo è stato momentaneamente bloccato e non potrai accedere ai nostri servizi a causa di vari tentativi di annullamento. Riprova nuovamente dopo il giorno {{date_time}} GMT.", - "-1079963355": "trades", + "-1079963355": "trade", "-930400128": "Per usare Deriv P2P, scegli un nome visualizzato (ossia un soprannome) e verifica la tua identità." } \ No newline at end of file diff --git a/packages/p2p/src/translations/pl.json b/packages/p2p/src/translations/pl.json index 1199ed01db5f..2f49c0f7544a 100644 --- a/packages/p2p/src/translations/pl.json +++ b/packages/p2p/src/translations/pl.json @@ -11,7 +11,6 @@ "122280248": "Avg release time <0>30d", "145959105": "Wybierz pseudonim", "150156106": "Save changes", - "160092151": "Choose payment method", "173939998": "Avg. pay time <0>30d", "197477687": "Edit {{ad_type}} ad", "246815378": "Po wybraniu pseudonimu nie można go zmienić.", diff --git a/packages/p2p/src/translations/pt.json b/packages/p2p/src/translations/pt.json index 1cd75b66b80b..ee8d326f1e5b 100644 --- a/packages/p2p/src/translations/pt.json +++ b/packages/p2p/src/translations/pt.json @@ -1,21 +1,20 @@ { - "6794664": "Ads that match your Deriv P2P balance and limit.", + "6794664": "Anúncios que correspondem ao seu saldo e limite Deriv P2P.", "21103557": "Deriv Saldo P2P = depósitos que não podem ser revertidos (transferências bancárias, etc.) + uma parte dos depósitos que podem ser revertidos (pagamentos com cartão de crédito, etc.)", - "24711354": "Total orders <0>30d | <1>lifetime", - "47573834": "Fixed rate (1 {{account_currency}})", + "24711354": "Ordens totais <0>30d | <1>Todas as ordens", + "47573834": "Taxa fixa (1 {{account_currency}})", "50672601": "Adquiridos", "51881712": "Você já tem um anúncio com a mesma taxa de câmbio para este par de moedas e tipo de pedido.

Por favor, defina uma taxa diferente para seu anúncio.", - "55916349": "All", + "55916349": "Tudo", "68867477": "ID do pedido {{ id }}", "121738739": "Enviar", - "122280248": "Avg release time <0>30d", + "122280248": "Tempo médio de liberação <0>30d", "145959105": "Escolha um apelido", - "150156106": "Save changes", - "160092151": "Choose payment method", - "173939998": "Avg. pay time <0>30d", - "197477687": "Edit {{ad_type}} ad", + "150156106": "Salvar alterações", + "173939998": "Tempo médio de pagamento <0>30d", + "197477687": "Editar {{ad_type}} anúncio", "246815378": "Uma vez definido, seu apelido não pode ser alterado.", - "276261353": "Avg pay time <0>30d", + "276261353": "Tempo médio de pagamento <0>30d", "323002325": "Postar anúncio", "324970564": "Detalhes de contato do vendedor", "338910048": "Você aparecerá para outros usuários como", @@ -33,20 +32,20 @@ "523301614": "Liberar {{amount}} {{currency}}", "525380157": "Pedido de compra de {{offered_currency}}", "531912261": "Nome do banco, número da conta, nome do beneficiário", - "554135844": "Edit", + "554135844": "Editar", "580715136": "Por favor, registre-se conosco!", "587882987": "Anunciantes", "592082899": "Não pode repetir caracteres mais de 5 vezes.", - "611376642": "Clear", + "611376642": "Limpar", "649549724": "Eu não recebi nenhum pagamento.", - "662578726": "Available", + "662578726": "Disponível", "671582270": "O valor máximo disponível é {{value}}", "683273691": "Taxa (1 {{ account_currency }})", "728383001": "Eu recebi mais do que o valor combinado.", "767789372": "Aguarde pagamento", "782834680": "Tempo restante", - "783454335": "Yes, remove", - "829867834": "This field has exceeded maximum length of 200 characters.", + "783454335": "Sim, remover", + "829867834": "Este campo excedeu o comprimento máximo de 200 caracteres.", "830703311": "Meu perfil", "838024160": "Detalhes bancários", "842911528": "Não mostre esta mensagem novamente.", @@ -56,7 +55,7 @@ "887667868": "Ordem", "949859957": "Enviar", "954233511": "Vendido", - "957529514": "To place an order, add one of the advertiser’s preferred payment methods:", + "957529514": "Para fazer um pedido, acrescente uma das formas de pagamento preferidas pelo anunciante:", "988380202": "Suas instruções", "1001160515": "Vender", "1002264993": "Nome real do Vendedor", @@ -75,30 +74,30 @@ "1157877436": "{{field_name}} não deve exceder o Montante", "1161621759": "Escolha um apelido", "1162965175": "Comprador", - "1163072833": "<0>ID verified", + "1163072833": "<0>ID verificado", "1202500203": "Pagar agora", "1236083813": "Seus dados de pagamento", "1258285343": "Ops, algo deu errado", - "1265751551": "Deriv P2P Balance", + "1265751551": "Saldo Deriv P2P", "1286797620": "Ativo", "1287051975": "Apelido muito longo", - "1314266187": "Joined today", + "1314266187": "Ingressou hoje", "1326475003": "Ativar", "1328352136": "Vender {{ account_currency }}", "1337027601": "Você vendeu {{offered_amount}} {{offered_currency}}", "1347724133": "Eu paguei {{amount}} {{currency}}.", "1366244749": "Limites", "1371193412": "Cancelar", - "1381949324": "<0>Address verified", - "1422356389": "No results for \"{{text}}\".", + "1381949324": "<0>Endereço verificado", + "1422356389": "Nenhum resultado para \"{{text}}\".", "1430413419": "O máximo é {{value}} {{currency}}", - "1438140245": "To avoid loss of funds, please do not use cash transactions. We recommend using e-wallets or bank transfers.", - "1448855725": "Add payment methods", + "1438140245": "Para evitar a perda de fundos, não use transações em dinheiro. Recomendamos o uso de carteiras eletrônicas ou transferências bancárias.", + "1448855725": "Adicionar métodos de pagamento", "1467483693": "Pedidos anteriores", "1474532322": "Ordenar por", - "1505293001": "Trade partners", + "1505293001": "Parceiros de negociação", "1538160426": "Certifique-se de ter pago {{amount}} {{currency}} a {{other_user_name}}.", - "1555610869": "You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", + "1555610869": "Você está editando um anúncio para comprar <0>{{ target_amount }} {{ target_currency }} por <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", "1583335572": "Se o anúncio não receber um pedido por {{adverts_archive_period}} dias, ele será desativado.", "1587250288": "ID do anúncio {{advert_id}} ", "1589127544": "Eu paguei {{amount}} {{currency}}", @@ -108,29 +107,29 @@ "1654365787": "Desconhecido", "1675716253": "Limite mín", "1678804253": "Comprar {{ currency }}", - "1703154819": "You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }}...", - "1721422292": "Show my real name", - "1734661732": "Your DP2P balance is {{ dp2p_balance }}", - "1747523625": "Go back", + "1703154819": "Você está editando um anúncio para vender <0>{{ target_amount }} {{ target_currency }}...", + "1721422292": "Mostrar meu nome verdadeiro", + "1734661732": "Seu saldo DP2P é {{dp2p_balance}}", + "1747523625": "Voltar", "1752096323": "{{field_name}} não deve estar abaixo do Limite mín", - "1767817594": "Buy completion <0>30d", + "1767817594": "Compras completadas <0>30d", "1794470010": "Fiz o pagamento integral, mas o vendedor não liberou os fundos.", "1794474847": "Recebi o pagamento", "1798116519": "Quantia disponível", "1842172737": "Você irá receber {{offered_amount}} {{offered_currency}}", "1848044659": "Você não tem anúncios.", - "1874956952": "Hit the button below to add payment methods.", + "1874956952": "Aperte o botão abaixo para adicionar métodos de pagamento.", "1893264068": "Quantidade de venda", "1923443894": "Inativo", "1928240840": "Vender {{ currency }}", "1976156928": "Você vai enviar", "1992961867": "Taxa (1 {{currency}})", - "2020104747": "Filter", + "2020104747": "Filtros", "2039361923": "Você está criando um anúncio para vender...", "2063890788": "Cancelado", "2086563542": "Taxa de câmbio (padrão)", "2091671594": "Status", - "2096014107": "Apply", + "2096014107": "Aplicar", "2121837513": "O mínimo é {{value}} {{currency}}", "2142425493": "ID Anúncio", "2144972362": "Use o chat ao vivo para entrar em contato com nossa equipe de Suporte ao Cliente para obter ajuda.", @@ -165,44 +164,44 @@ "-92830427": "Instruções do vendedor", "-1940034707": "Instruções do comprador", "-137444201": "Comprar", - "-1306639327": "Payment methods", + "-1306639327": "Métodos de Pagamento", "-1102534097": "Nenhum anúncio", - "-904197848": "Limits {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}", + "-904197848": "Limites {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}", "-464361439": "{{- avg_buy_time_in_minutes}} min", - "-2109576323": "Sell completion <0>30d", - "-165392069": "Avg. release time <0>30d", - "-1154208372": "Trade volume <0>30d", + "-2109576323": "Vendas completadas <0>30d", + "-165392069": "Tempo médio de liberação <0>30d", + "-1154208372": "Volume de negociações <0>30d", "-1845037007": "Página do anunciante", - "-1070228546": "Joined {{days_since_joined}}d", + "-1070228546": "Ingressou à {{days_since_joined}}d", "-1837059346": "Comprar/Vender", "-494667560": "Pedidos", "-679691613": "Meus anúncios", "-55126326": "Vendedor", - "-835196958": "Receive payment to", - "-1218007718": "You may choose up to 3.", + "-835196958": "Receber o pagamento para", + "-1218007718": "Você pode escolher até 3.", "-2144314441": "Valor de compra", "-1974067943": "Seus dados bancários", - "-412680608": "Add payment method", + "-412680608": "Adicionar método de pagamento", "-1657433201": "Não há anúncios correspondentes.", "-198897319": "Taxa de conclusão: {{total_completion_rate}}%", - "-1862812590": "Limits {{ min_order }}–{{ max_order }} {{ currency }}", + "-1862812590": "Limites {{ min_order }}–{{ max_order }} {{ currency }}", "-375836822": "Comprar {{account_currency}}", "-1035421133": "Vendas {{account_currency}}", "-1325806155": "Não há anúncios.", - "-227512949": "Check your spelling or use a different term.", - "-1554938377": "Search payment method", + "-227512949": "Verifique a ortografia ou use um termo diferente.", + "-1554938377": "Pesquisar método de pagamento", "-1285759343": "Pesquisar", - "-75934135": "Matching ads", - "-1856204727": "Reset", + "-75934135": "Anúncios que correspondem", + "-1856204727": "Resetar", "-1638172550": "Para habilitar este recurso, você deve completar o seguinte:", "-559300364": "Seu caixa do Deriv P2P está bloqueado", "-674715853": "Seu anúncio excede o limite diário", - "-744406": "Your ad is not listed on <0>Buy/Sell because the amount exceeds your daily limit of {{limit}} {{currency}}.\n <1 /><1 />You can still see your ad on <0>My ads. If you’d like to increase your daily limit, please contact us via <2>live chat.", + "-744406": "Seu anúncio não está listado em <0>Compra/Venda porque a quantidade excede seu limite diário de {{limit}} {{currency}}.\n <1 /><1 />Você ainda pode ver seu anúncio em <0>Meus anúncios. Se você gostaria de aumentar seu limite diário, por favor, entre em contato conosco através <2>live chat.", "-329713179": "Ok", "-480724783": "Você já tem um anúncio com esta taxa", "-1072444041": "Atualize seu anúncio", - "-1406830100": "Payment method", - "-984140537": "Add", + "-1406830100": "Método de pagamento", + "-984140537": "Adicionar", "-1561775203": "Comprar {{currency}}", "-1527285935": "Vendas {{currency}}", "-592818187": "Seu saldo Deriv P2P é {{ dp2p_balance }}", @@ -215,35 +214,35 @@ "-514789442": "\nVocê está criando um anúncio para comprar ...", "-1179827369": "Criar novo anúncio", "-2061807537": "Alguma coisa não está certa", - "-1388914542": "You're editing an ad to sell <0>{{ target_amount }} {{ target_currency }} for <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", - "-107996509": "You're editing an ad to buy <0>{{ target_amount }} {{ target_currency }}...", - "-863580260": "You're editing an ad to buy...", - "-1396464057": "You're editing an ad to sell...", + "-1388914542": "Você está editando um anúncio para vender <0>{{ target_amount }} {{ target_currency }} por <0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }})", + "-107996509": "Você está editando um anúncio para comprar <0>{{ target_amount }} {{ target_currency }}...", + "-863580260": "Você está editando um anúncio para comprar...", + "-1396464057": "Você está editando um anúncio para vender...", "-392043307": "Você quer deletar este anúncio?", "-854930519": "Você NÃO poderá restaurá-lo(a).", "-372210670": "Taxa (1 {{account_currency}})", "-1395240684": "Venda {{id}}", "-1318334333": "Desativar", "-1667041441": "Taxa (1 {{ offered_currency }})", - "-2057238438": "Some of your ads don't contain payment methods. To make it easier for people to pay you, please add payment methods to all your ads.", + "-2057238438": "Alguns de seus anúncios não contêm métodos de pagamento. Para que seja mais fácil para as pessoas pagarem a você, adicione métodos de pagamento a todos os seus anúncios.", "-792015701": "O caixa Deriv P2P não está disponível em seu país.", - "-1220275347": "You may choose up to 3 payment methods for this ad.", + "-1220275347": "Você pode escolher até 3 formas de pagamento para este anúncio.", "-806152028": "Seus anúncios estão sendo exibidos", "-179005984": "Salvar", - "-2059312414": "Ad details", - "-1769584466": "Stats", - "-2090878601": "Daily limit", - "-130547447": "Trade volume <0>30d | <1>lifetime", - "-549609118": "This field can only include letters, numbers, spaces, and any of these symbols: -+._@", - "-1792280476": "Choose your payment method", - "-293182503": "Cancel adding this payment method?", - "-1850127397": "If you choose to cancel, the details you’ve entered will be lost.", - "-1889014820": "<0>Don’t see your payment method? <1>Add new.", - "-383030149": "You haven’t added any payment methods yet", - "-1269362917": "Add new", - "-146021156": "Delete {{payment_method_name}}?", - "-1846700504": "Are you sure you want to remove this payment method?", - "-231863107": "No", + "-2059312414": "Detalhes do anúncio", + "-1769584466": "Estatísticas", + "-2090878601": "Limite diário", + "-130547447": "Volume de negociações <0>30d | <1>Valor total", + "-549609118": "Este campo só pode incluir letras, números, espaços e qualquer um destes símbolos: -+._@", + "-1792280476": "Escolha o seu método de pagamento", + "-293182503": "Cancelar a adição deste método de pagamento?", + "-1850127397": "Se você decidir cancelar, os detalhes inseridos serão perdidos.", + "-1889014820": "<0>Não visualiza seu método de pagamento? <1>Adicionar novo.", + "-383030149": "Você ainda não adicionou nenhum método de pagamento", + "-1269362917": "Adicionar novo", + "-146021156": "Deletar {{payment_method_name}}?", + "-1846700504": "Tem certeza de que deseja remover este método de pagamento?", + "-231863107": "Não", "-532709160": "Seu apelido", "-2008992756": "Quer cancelar este pedido?", "-1666369246": "Se você cancelar seu pedido {{cancellation_limit}} vezes em {{cancellation_period}} horas, você será bloqueado de usar o Deriv P2P durante {{block_duration}} horas.
({{number_of_cancels_remaining}} cancelamentos restantes.)", @@ -274,6 +273,6 @@ "-750202930": "Pedidos ativos", "-471540636": "Eu recebi {{amount}} {{currency}}.", "-2054589794": "Você foi temporariamente impedido de usar nossos serviços devido às várias tentativas de cancelamento. Tente novamente após {{date_time}} GMT.", - "-1079963355": "trades", + "-1079963355": "negócios", "-930400128": "Para usar o Deriv P2P, você precisa escolher um nome de exibição (um apelido) e verificar sua identidade." } \ No newline at end of file diff --git a/packages/p2p/src/translations/ru.json b/packages/p2p/src/translations/ru.json index 35a7d4d91dcc..5102f7c1f461 100644 --- a/packages/p2p/src/translations/ru.json +++ b/packages/p2p/src/translations/ru.json @@ -11,7 +11,6 @@ "122280248": "Avg release time <0>30d", "145959105": "Выберите псевдоним", "150156106": "Save changes", - "160092151": "Choose payment method", "173939998": "Avg. pay time <0>30d", "197477687": "Edit {{ad_type}} ad", "246815378": "После установки ваш псевдоним не может быть изменен.", diff --git a/packages/p2p/src/translations/th.json b/packages/p2p/src/translations/th.json index 7f6ed8d8dd11..d0169c530464 100644 --- a/packages/p2p/src/translations/th.json +++ b/packages/p2p/src/translations/th.json @@ -11,7 +11,6 @@ "122280248": "เวลาเผยแพร่เฉลี่ย <0>30d", "145959105": "เลือกชื่อเล่น", "150156106": "บันทึกการเปลี่ยนแปลง", - "160092151": "เลือกวิธีการชำระเงิน", "173939998": "เฉลี่ย จ่ายเวลา <0>30d", "197477687": "แก้ไข {{ad_type}} โฆษณา", "246815378": "เมื่อตั้งค่าแล้ว ชื่อเล่นของคุณจะไม่สามารถเปลี่ยนแปลงได้", diff --git a/packages/p2p/src/translations/tr.json b/packages/p2p/src/translations/tr.json index 4b13b1de1118..48c342246bcf 100644 --- a/packages/p2p/src/translations/tr.json +++ b/packages/p2p/src/translations/tr.json @@ -1,21 +1,20 @@ { "6794664": "Deriv P2P bakiyenize ve limitinize uyan ilanlar.", "21103557": "Deriv P2P bakiyesi = geri çevrilemez mevduatlar (banka transferleri vb.) + para yatırma işlemlerinin geri alınma ihtimali olan bir bölümü (kredi kartı ödemeleri vb.)", - "24711354": "Total orders <0>30d | <1>lifetime", + "24711354": "Toplam sipariş <0>30g | <1>lifetime", "47573834": "Sabit oran (1 {{account_currency}})", "50672601": "Satın alındı", "51881712": "Bu döviz çifti ve emir türü için aynı döviz kuruna sahip bir ilanınız zaten var. \n

Lütfen ilanınız için farklı bir oran belirleyin.", "55916349": "Hepsi", "68867477": "Emir ID {{ id }}", "121738739": "Gönder", - "122280248": "Avg release time <0>30d", + "122280248": "Ort. serbest bırakma süresi <0>30g", "145959105": "Bir takma ad seçin", "150156106": "Değişiklikleri kaydet", - "160092151": "Ödeme yöntemini seçin", - "173939998": "Avg. pay time <0>30d", + "173939998": "Ort. ödeme süresi <0>30g", "197477687": "{{ad_type}} ilanını düzenle", "246815378": "Ayarlandıktan sonra takma adınız değiştirilemez.", - "276261353": "Avg pay time <0>30d", + "276261353": "Ort. ödeme süresi <0>30g", "323002325": "İlan ver", "324970564": "Satıcının iletişim bilgileri", "338910048": "Diğer kullanıcılara şu şekilde görüneceksiniz", @@ -39,7 +38,7 @@ "592082899": "Bir karakteri 5 defadan fazla tekrarlayamaz.", "611376642": "Temizle", "649549724": "Hiçbir ödeme almadım.", - "662578726": "Available", + "662578726": "Kullanılabilir", "671582270": "Maksimum kullanılabilir tutar: {{value}}", "683273691": "Oran (1 {{ account_currency }})", "728383001": "Kabul edilen tutardan fazlasını aldım.", @@ -75,28 +74,28 @@ "1157877436": "{{field_name}} miktarı aşmamalıdır", "1161621759": "Takma adınızı seçin", "1162965175": "Alıcı", - "1163072833": "<0>ID verified", + "1163072833": "<0>ID doğrulandı", "1202500203": "Şimdi öde", "1236083813": "Ödeme ayrıntılarınız", "1258285343": "Oops, bir sorun oluştu", - "1265751551": "Deriv P2P Balance", + "1265751551": "Deriv P2P Bakiyesi", "1286797620": "Aktif", "1287051975": "Takma ad çok uzun", - "1314266187": "Joined today", + "1314266187": "Bugün katıldı", "1326475003": "Etkinleştir", "1328352136": "Sat {{ account_currency }}", "1337027601": "{{offered_amount}} {{offered_currency}} Sattınız", "1347724133": "{{amount}} {{currency}} ödeme yaptım.", "1366244749": "Limitler", "1371193412": "İptal et", - "1381949324": "<0>Address verified", + "1381949324": "<0>Address doğrulandı", "1422356389": "\"{{text}}\" için sonuç yok.", "1430413419": "Maksimum değer: {{value}} {{currency}}", "1438140245": "Fon kaybını önlemek için lütfen nakit işlemleri kullanmayın. E-cüzdanlar veya banka havaleleri kullanmanızı öneririz.", "1448855725": "Ödeme yöntemi ekle", "1467483693": "Geçmiş alımlar", "1474532322": "İle Sırala", - "1505293001": "Trade partners", + "1505293001": "Ticaret ortakları", "1538160426": "Lütfen {{amount}} {{currency}} tutarını {{other_user_name}} kullanıcısına ödediğinizden emin olun.", "1555610869": "<0>{{ local_amount }} {{ local_currency }} ({{ price_rate }} {{local_currency}}/{{ target_currency }}) için <0>{{ target_amount }} {{ target_currency }} Satın almak amacıyla bir ilan oluşturuyorsunuz", "1583335572": "Eğer ilan {{adverts_archive_period}} gün boyunca bir sipariş almazsa devre dışı bırakılır.", @@ -109,11 +108,11 @@ "1675716253": "Min. Limit", "1678804253": "Satın al {{ currency }}", "1703154819": "<0>{{ target_amount }} {{ target_currency }} satmak için bir ilan oluşturuyorsunuz...", - "1721422292": "Show my real name", + "1721422292": "Gerçek adımı göster", "1734661732": "DP2P bakiyeniz {{ dp2p_balance }}", "1747523625": "Geri dön", "1752096323": "{{field_name}}, Min. Sınırın altında olmamalıdır", - "1767817594": "Buy completion <0>30d", + "1767817594": "Satın alma tamamlama <0>30g", "1794470010": "Tam ödeme yaptım ancak satıcı parayı serbest bırakmadı.", "1794474847": "Ödeme aldım", "1798116519": "Kullanılabilir miktar", @@ -167,13 +166,13 @@ "-137444201": "Satın al", "-1306639327": "Ödeme yöntemleri", "-1102534097": "İlan yok", - "-904197848": "Limits {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}", - "-464361439": "{{- avg_buy_time_in_minutes}} min", - "-2109576323": "Sell completion <0>30d", - "-165392069": "Avg. release time <0>30d", - "-1154208372": "Trade volume <0>30d", + "-904197848": "Sınırlar {{min_order_amount_limit_display}}-{{max_order_amount_limit_display}} {{currency}}", + "-464361439": "{{- avg_buy_time_in_minutes}} dk", + "-2109576323": "Satış tamamlama <0>30g", + "-165392069": "Ort. serbest bırakma süresi <0>30g", + "-1154208372": "Ticaret hacmi <0>30g", "-1845037007": "Reklamveren sayfası", - "-1070228546": "Joined {{days_since_joined}}d", + "-1070228546": "Katıldı {{days_since_joined}}g", "-1837059346": "Satın al / Sat", "-494667560": "Emirler", "-679691613": "İlanlarım", @@ -185,7 +184,7 @@ "-412680608": "Ödeme yöntemi ekle", "-1657433201": "Eşleşen ilan yok.", "-198897319": "Tamamlama oranı: %{{total_completion_rate}}", - "-1862812590": "Limits {{ min_order }}–{{ max_order }} {{ currency }}", + "-1862812590": "Limitler {{ min_order }}–{{ max_order }} {{ currency }}", "-375836822": "Satın al {{account_currency}}", "-1035421133": "Sat {{account_currency}}", "-1325806155": "İlan yok.", @@ -231,9 +230,9 @@ "-806152028": "İlanlarınız devam ediyor", "-179005984": "Kaydet", "-2059312414": "İlan ayrıntıları", - "-1769584466": "Stats", - "-2090878601": "Daily limit", - "-130547447": "Trade volume <0>30d | <1>lifetime", + "-1769584466": "İstatistikler", + "-2090878601": "Günlük sınır", + "-130547447": "Ticaret hacmi <0>30g | <1>lifetime", "-549609118": "Bu alan yalnızca harf, sayı, boşluk ve bu simgelerden herhangi birini içerebilir: -+._@", "-1792280476": "Ödeme yönteminizi seçin", "-293182503": "Bu ödeme yöntemini ekleme iptal edilsin mi?", @@ -274,6 +273,6 @@ "-750202930": "Aktif emirler", "-471540636": "{{amount}} {{currency}} aldım.", "-2054589794": "Birden fazla iptal girişimi nedeniyle hizmetlerimizi kullanmanız geçici olarak engellendi. {{date_time}} GMT'den sonra tekrar deneyin.", - "-1079963355": "trades", + "-1079963355": "işlemler", "-930400128": "Deriv P2P'yi kullanmak için bir ekran adı (takma ad) seçmeniz ve kimliğinizi doğrulamanız gerekir." } \ No newline at end of file diff --git a/packages/p2p/src/translations/vi.json b/packages/p2p/src/translations/vi.json index 371ce4bcca1a..66a7f36cbefb 100644 --- a/packages/p2p/src/translations/vi.json +++ b/packages/p2p/src/translations/vi.json @@ -11,7 +11,6 @@ "122280248": "Avg release time <0>30d", "145959105": "Chọn một biệt danh", "150156106": "Lưu các thay đổi", - "160092151": "Chọn phương thức thanh toán", "173939998": "Avg. pay time <0>30d", "197477687": "Chỉnh sửa {{ad_type}} quảng cáo", "246815378": "Sau khi đặt, biệt danh của bạn không thể thay đổi.", diff --git a/packages/p2p/src/translations/zh_tw.json b/packages/p2p/src/translations/zh_tw.json index 886328ea6ef3..876adeb53f63 100644 --- a/packages/p2p/src/translations/zh_tw.json +++ b/packages/p2p/src/translations/zh_tw.json @@ -11,7 +11,6 @@ "122280248": "平均發布時間 <0>30天", "145959105": "選擇暱稱", "150156106": "儲存更改", - "160092151": "選擇付款方法", "173939998": "平均付款時間 <0>30天", "197477687": "編輯 {{ad_type}} 廣告", "246815378": "設定後,您的暱稱就無法更改。", diff --git a/packages/p2p/src/utils/validations.js b/packages/p2p/src/utils/validations.js index eda6728135f2..44f197422a29 100644 --- a/packages/p2p/src/utils/validations.js +++ b/packages/p2p/src/utils/validations.js @@ -3,3 +3,6 @@ export const decimalValidator = v => /^(\d+\.)?\d+$/.test(v); export const lengthValidator = v => v.length >= 1 && v.length <= 300; export const textValidator = v => /^[\p{L}\p{Nd}\s'.,:;()@#+/-]*$/u.test(v); + +// validates floating-point integers in input box that do not contain scientific notation (e, E, -, +) such as 12.2e+2 or 12.2e-2 and no negative numbers +export const floatingPointValidator = v => ['Backspace', 'Delete', 'ArrowLeft', 'ArrowRight', '.'].includes(v) || /^[0-9]*[.]?[0-9]+$(?:[eE\-+]*$)/.test(v); diff --git a/packages/shared/src/utils/url/helpers.js b/packages/shared/src/utils/url/helpers.js index e07e6f5fb962..0ca6f1c1f82b 100644 --- a/packages/shared/src/utils/url/helpers.js +++ b/packages/shared/src/utils/url/helpers.js @@ -7,6 +7,13 @@ export const getlangFromUrl = () => { return lang; }; +export const getActionFromUrl = () => { + const queryString = window.location.search; + const urlParams = new URLSearchParams(queryString); + const action = urlParams.get('action'); + return action; +}; + export const getUrlSmartTrader = () => { const { is_staging_deriv_app } = getPlatformFromUrl(); const url_lang = getlangFromUrl(); diff --git a/packages/shared/src/utils/validation/declarative-validation-rules.js b/packages/shared/src/utils/validation/declarative-validation-rules.js index b6c1ced7fb20..c7355dd20f90 100644 --- a/packages/shared/src/utils/validation/declarative-validation-rules.js +++ b/packages/shared/src/utils/validation/declarative-validation-rules.js @@ -18,8 +18,8 @@ export const validLetterSymbol = value => !/[`~!@#$%^&*)(_=+[}{\]\\/";:?><,|\d]+ export const validLength = (value = '', options) => (options.min ? value.length >= options.min : true) && (options.max ? value.length <= options.max : true); export const validPassword = value => /(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d]+/.test(value); +export const validEmail = value => /^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}$/.test(value); const validBarrier = value => /^[+-]?\d+\.?\d*$/.test(value); -const validEmail = value => /^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}$/.test(value); const validGeneral = value => !/[`~!@#$%^&*)(_=+[}{\]\\/";:?><|]+/.test(value); const validRegular = (value, options) => options.regex.test(value); const confirmRequired = value => value === true; diff --git a/packages/trader/build/config.js b/packages/trader/build/config.js index 7d6b6b8fc4b7..bc266d6a99eb 100644 --- a/packages/trader/build/config.js +++ b/packages/trader/build/config.js @@ -6,7 +6,7 @@ const { IS_RELEASE } = require('./constants'); const generateSWConfig = () => ({ importWorkboxFrom: 'local', cleanupOutdatedCaches: true, - exclude: [/CNAME$/, /index\.html$/, /404\.html$/], + exclude: [/CNAME$/, /index\.html$/, /404\.html$/, /^public\/images\/favicons\//, /^favicon\.ico$/], skipWaiting: true, clientsClaim: true, }); @@ -24,20 +24,6 @@ const htmlOutputConfig = () => ({ }, }); -const htmlInjectConfig = () => ({ - links: [ - { - path: 'public/images/favicons', - glob: '*', - globPath: path.resolve(__dirname, '../src/public/images/favicons'), - attributes: { - rel: 'icon', - }, - }, - ], - append: false, -}); - const cssConfig = () => ({ filename: 'trader/css/trader.main.[contenthash].css', chunkFilename: 'trader/css/trader.[name].[contenthash].css', @@ -52,7 +38,6 @@ const stylelintConfig = () => ({ module.exports = { htmlOutputConfig, - htmlInjectConfig, cssConfig, stylelintConfig, generateSWConfig, diff --git a/packages/trader/build/webpack.config.js b/packages/trader/build/webpack.config.js index 9efab405d613..209bbb561081 100644 --- a/packages/trader/build/webpack.config.js +++ b/packages/trader/build/webpack.config.js @@ -9,7 +9,6 @@ module.exports = function (env) { devtool: IS_RELEASE ? undefined : 'eval-cheap-module-source-map', entry: { trader: path.resolve(__dirname, '../src', 'index.tsx'), - CFDStore: 'Stores/Modules/CFD/cfd-store.js', }, mode: IS_RELEASE ? 'production' : 'development', module: { diff --git a/packages/trader/package.json b/packages/trader/package.json index 531bf83a7933..e5e2b06fbb75 100644 --- a/packages/trader/package.json +++ b/packages/trader/package.json @@ -65,9 +65,9 @@ "mochapack": "^2.1.2", "mock-local-storage": "^1.1.8", "node-sass": "^4.12.0", - "postcss-loader": "^6.1.1", - "postcss-preset-env": "^6.7.0", - "postcss-scss": "^4.0.0", + "postcss-loader": "^6.2.1", + "postcss-preset-env": "^7.4.3", + "postcss-scss": "^4.0.3", "react-svg-loader": "^3.0.3", "resolve-url-loader": "^3.1.2", "sass-loader": "^10.1.1", @@ -106,9 +106,9 @@ "js-cookie": "^2.2.1", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", - "mobx": "^5.15.7", - "mobx-react": "6.3.1", - "mobx-utils": "^5.5.5", + "mobx": "6.5.0", + "mobx-react": "7.3.0", + "mobx-utils": "6.0.5", "moment": "^2.24.0", "null-loader": "^4.0.1", "object.fromentries": "^2.0.0", diff --git a/packages/trader/src/App/Constants/routes-config.js b/packages/trader/src/App/Constants/routes-config.js index 4f4879526882..ec404fbc0ef5 100644 --- a/packages/trader/src/App/Constants/routes-config.js +++ b/packages/trader/src/App/Constants/routes-config.js @@ -6,9 +6,6 @@ import Trade from 'Modules/Trading'; const ContractDetails = React.lazy(() => import(/* webpackChunkName: "contract" */ 'Modules/Contract')); -// CFD Routes -const CFD = React.lazy(() => import(/* webpackChunkName: "cfd", webpackPrefetch: true */ 'Modules/CFD')); - // Error Routes const Page404 = React.lazy(() => import(/* webpackChunkName: "404" */ 'Modules/Page404')); @@ -27,20 +24,6 @@ const initRoutesConfig = () => { getTitle: () => localize('Contract Details'), is_authenticated: true, }, - { - path: routes.dxtrade, - // eslint-disable-next-line react/display-name - component: props => , - getTitle: () => localize('Deriv X'), - is_authenticated: false, - }, - { - path: routes.mt5, - // eslint-disable-next-line react/display-name - component: props => , - getTitle: () => localize('MT5'), - is_authenticated: false, - }, { path: routes.reports, component: lazyLoadReportComponent('Reports'), diff --git a/packages/trader/src/App/Containers/trade-header-extensions.jsx b/packages/trader/src/App/Containers/trade-header-extensions.jsx index 474567870072..b8793b387ab2 100644 --- a/packages/trader/src/App/Containers/trade-header-extensions.jsx +++ b/packages/trader/src/App/Containers/trade-header-extensions.jsx @@ -4,6 +4,7 @@ import { when } from 'mobx'; import { MobileWrapper } from '@deriv/components'; import { isMobile, routes, WS } from '@deriv/shared'; import TogglePositionsMobile from 'App/Components/Elements/TogglePositions/toggle-positions-mobile.jsx'; +import { filterByContractType } from 'App/Components/Elements/PositionsDrawer/helpers'; import { connect, MobxContentProvider } from 'Stores/connect'; const TradeHeaderExtensions = props => { @@ -28,13 +29,20 @@ const TradeHeaderExtensions = props => { const populateHeader = React.useCallback(() => { const { is_logged_in, - is_positions_empty, active_positions_count, positions, positions_currency, positions_error, + trade_contract_type, + symbol, } = props_ref.current; + const symbol_positions = positions.filter( + p => + p.contract_info && + symbol === p.contract_info.underlying && + filterByContractType(p.contract_info, trade_contract_type) + ); const header_items = is_logged_in && show_positions_toggle && ( @@ -43,7 +51,7 @@ const TradeHeaderExtensions = props => { all_positions={positions} currency={positions_currency} disableApp={disableApp} - is_empty={is_positions_empty} + is_empty={!symbol_positions.length} enableApp={enableApp} error={positions_error} onClickSell={onPositionsSell} @@ -114,14 +122,15 @@ export default connect(({ client, modules, ui }) => ({ positions_currency: client.currency, is_logged_in: client.is_logged_in, positions: modules.portfolio.all_positions, - positions_error: modules.portfolio.error, - is_positions_empty: modules.portfolio.is_empty, onPositionsSell: modules.portfolio.onClickSell, + positions_error: modules.portfolio.error, onPositionsRemove: modules.portfolio.removePositionById, onPositionsCancel: modules.portfolio.onClickCancel, onMountCashier: modules.cashier.general_store.onMountCommon, onMountPositions: modules.portfolio.onMount, active_positions_count: modules.portfolio.active_positions_count, + trade_contract_type: modules.trade.contract_type, + symbol: modules.trade.symbol, disableApp: ui.disableApp, enableApp: ui.enableApp, populateHeaderExtensions: ui.populateHeaderExtensions, diff --git a/packages/trader/src/Constants/contract.js b/packages/trader/src/Constants/contract.js index b1797962c68d..fed52ba6450a 100644 --- a/packages/trader/src/Constants/contract.js +++ b/packages/trader/src/Constants/contract.js @@ -94,11 +94,11 @@ export const getMarketNamesMap = () => ({ RDBEAR: localize('Bear Market Index'), RDBULL: localize('Bull Market Index'), STPRNG: localize('Step Index'), - WLDAUD: localize('AUD Index'), - WLDEUR: localize('EUR Index'), - WLDGBP: localize('GBP Index'), - WLDXAU: localize('Gold Index'), - WLDUSD: localize('USD Index'), + WLDAUD: localize('AUD Basket'), + WLDEUR: localize('EUR Basket'), + WLDGBP: localize('GBP Basket'), + WLDXAU: localize('Gold Basket'), + WLDUSD: localize('USD Basket'), '1HZ10V': localize('Volatility 10 (1s) Index'), '1HZ100V': localize('Volatility 100 (1s) Index'), '1HZ200V': localize('Volatility 200 (1s) Index'), diff --git a/packages/trader/src/Modules/CFD/index.js b/packages/trader/src/Modules/CFD/index.js deleted file mode 100644 index f47d7ee63f02..000000000000 --- a/packages/trader/src/Modules/CFD/index.js +++ /dev/null @@ -1,5 +0,0 @@ -import CFDDashboard from './Containers/cfd-dashboard'; - -export CFDPasswordModal from './Containers/cfd-password-modal'; -export CFDServerErrorDialog from './Containers/cfd-server-error-dialog'; -export default CFDDashboard; diff --git a/packages/trader/src/Modules/Reports/Components/empty-portfolio-message.jsx b/packages/trader/src/Modules/Reports/Components/empty-portfolio-message.jsx index c2066318b49d..5f26070b2c88 100644 --- a/packages/trader/src/Modules/Reports/Components/empty-portfolio-message.jsx +++ b/packages/trader/src/Modules/Reports/Components/empty-portfolio-message.jsx @@ -12,8 +12,10 @@ const EmptyPortfolioMessage = ({ error }) => ( ) : ( - - {localize('No open positions')} + + {localize( + 'You have no open positions for this asset. To view other open positions, click Go to Reports' + )} )} diff --git a/packages/trader/src/Modules/Reports/Containers/reports.jsx b/packages/trader/src/Modules/Reports/Containers/reports.jsx index 871bb6307a27..33b0e8a509a2 100644 --- a/packages/trader/src/Modules/Reports/Containers/reports.jsx +++ b/packages/trader/src/Modules/Reports/Containers/reports.jsx @@ -20,6 +20,7 @@ const Reports = ({ history, is_logged_in, is_logging_in, + is_from_derivgo, is_visible, location, routeBackInApp, @@ -67,7 +68,7 @@ const Reports = ({ return (
- + ({ is_logged_in: client.is_logged_in, is_logging_in: client.is_logging_in, + is_from_derivgo: common.is_from_derivgo, is_visible: ui.is_reports_visible, routeBackInApp: common.routeBackInApp, setVisibilityRealityCheck: client.setVisibilityRealityCheck, diff --git a/packages/trader/src/Stores/Modules/index.js b/packages/trader/src/Stores/Modules/index.js index 1117b45ed99a..61c3a8e725dd 100644 --- a/packages/trader/src/Stores/Modules/index.js +++ b/packages/trader/src/Stores/Modules/index.js @@ -1,6 +1,5 @@ import ContractReplayStore from './Contract/contract-replay-store'; import ContractTradeStore from './Contract/contract-trade-store'; -import CFDStore from './CFD/cfd-store'; import PortfolioStore from './Portfolio/portfolio-store'; import ProfitTableStore from './Profit/profit-store'; import StatementStore from './Statement/statement-store'; @@ -11,7 +10,6 @@ export default class ModulesStore { this.cashier = core_store.modules.cashier; this.contract_replay = new ContractReplayStore({ root_store }); this.contract_trade = new ContractTradeStore({ root_store }); - this.cfd = new CFDStore({ root_store }); this.portfolio = new PortfolioStore({ root_store }); this.profit_table = new ProfitTableStore({ root_store }); this.statement = new StatementStore({ root_store }); diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg index 8d6d6e3b3a5e..f8bb3bada9ae 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg index 56536eda4262..fbf69868b4ae 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg index e64b17980fa5..0c5c158becb0 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg index 0aae1e911972..59e2d31437ea 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss b/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss index c4289961409a..6010fcb1ea14 100644 --- a/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss +++ b/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss @@ -609,7 +609,7 @@ } &--has-banner { .cfd-account-card--paragraph { - width: 15rem; + width: 17rem; } } } diff --git a/packages/trader/src/sass/app/modules/portfolio.scss b/packages/trader/src/sass/app/modules/portfolio.scss index e95e64667de9..47747f83fe4b 100644 --- a/packages/trader/src/sass/app/modules/portfolio.scss +++ b/packages/trader/src/sass/app/modules/portfolio.scss @@ -84,4 +84,7 @@ width: 4.8em; margin-bottom: 1.6em; } + &__text { + padding: 0 1.6rem; + } } diff --git a/packages/translations/crowdin/messages.json b/packages/translations/crowdin/messages.json index b493404ebeac..f6e98fc29e74 100644 --- a/packages/translations/crowdin/messages.json +++ b/packages/translations/crowdin/messages.json @@ -1 +1 @@ -{"0":"","1014140":"You may also call <0>+447723580049 to place your complaint.","3215342":"Last 30 days","7100308":"Hour must be between 0 and 23.","11539750":"set {{ variable }} to Relative Strength Index Array {{ dummy }}","11872052":"Yes, I'll come back later","14365404":"Request failed for: {{ message_type }}, retrying in {{ delay }}s","15377251":"Profit amount: {{profit}}","17843034":"Check proof of identity document verification status","19424289":"Username","21035405":"Please tell us why you’re leaving. (Select up to {{ allowed_reasons }} reasons.)","25854018":"This block displays messages in the developer’s console with an input that can be either a string of text, a number, boolean, or an array of data.","26566655":"Summary","26596220":"Finance","27582767":"{{amount}} {{currency}}","39720204":"AUD Index","41737927":"Thank you","44877997":"Residence permit","45453595":"Binary Coin","45941470":"Where would you like to start?","46523711":"Your proof of identity is verified","49963458":"Choose an option","54185751":"Less than $100,000","55340304":"Keep your current contract?","55916349":"All","58254854":"Scopes","59169515":"If you select \"Asian Rise\", you will win the payout if the last tick is higher than the average of the ticks.","59341501":"Unrecognized file format","59662816":"Stated limits are subject to change without prior notice.","62748351":"List Length","63869411":"This block tests a given number according to the selection","65185694":"Fiat onramp","65982042":"Total","66519591":"Investor password","68885999":"Repeats the previous trade when an error is encountered.","69005593":"The example below restarts trading after 30 or more seconds after 1 minute candle was started.","69284613":"Trade popular currency pairs and cryptocurrencies with straight-through processing order (STP).","71016232":"OMG/USD","71445658":"Open","71563326":"A fast and secure fiat-to-crypto payment service. Deposit cryptocurrencies from anywhere in the world using your credit/debit cards and bank transfers.","71853457":"$100,001 - $500,000","72500774":"Please fill in Tax residence.","73086872":"You have self-excluded from trading","73326375":"The low is the lowest point ever reached by the market during the contract period.","74963864":"Under","76916358":"You have reached the withdrawal limit.<0/>Please upload your proof of identity and address to lift the limit to continue your withdrawal.","81450871":"We couldn’t find that page","83202647":"Collapse Block","85343079":"Financial assessment","85389154":"Steps required to continue verification on your mobile","89062902":"Trade on MT5","90266322":"2. Start a chat with your newly created Telegram bot and make sure to send it some messages before proceeding to the next step. (e.g. Hello Bot!)","91993812":"The Martingale Strategy is a classic trading technique that has been used for more than a hundred years, popularised by the French mathematician Paul Pierre Levy in the 18th century.","96381225":"ID verification failed","98473502":"We’re not obliged to conduct an appropriateness test, nor provide you with any risk warnings.","98972777":"random item","100239694":"Upload front of card from your computer","102226908":"Field cannot be empty","108916570":"Duration: {{duration}} days","111215238":"Move away from direct light","111718006":"End date","111931529":"Max. total stake over 7 days","113378532":"ETH/USD","113884303":"German Index","113933902":"Download the Deriv X app","115032488":"Buy price and P/L","116005488":"Indicators","117318539":"Password should have lower and uppercase English letters with numbers.","119261701":"Prediction:","119446122":"Contract type is not selected","120340777":"Complete your personal details","123454801":"{{withdraw_amount}} {{currency_symbol}}","124723298":"Upload a proof of address to verify your address","125443840":"6. Restart last trade on error","127307725":"A politically exposed person (PEP) is someone appointed with a prominent public position. Close associates and family members of a PEP are also considered to be PEPs.","130567238":"THEN","132689841":"Trade on web terminal","133523018":"Please go to the Deposit page to get an address.","133536621":"and","139454343":"Confirm my limits","141626595":"Make sure your device has a working camera","142050447":"set {{ variable }} to create text with","142390699":"Connected to your mobile","143970826":"Payment problems?","145146541":"Our accounts and services are unavailable for the Jersey postal code","145736466":"Take a selfie","150486954":"Token name","151344063":"The exit spot is the market price when the contract is closed.","151646545":"Unable to read file {{name}}","152415091":"Math","152524253":"Trade the world’s markets with our popular user-friendly platform.","157593038":"random integer from {{ start_number }} to {{ end_number }}","160863687":"Camera not detected","162727973":"Please enter a valid payment agent ID.","164112826":"This block allows you to load blocks from a URL if you have them stored on a remote server, and they will be loaded only when your bot runs.","164564432":"Deposits are temporarily unavailable due to system maintenance. You can make your deposits when the maintenance is complete.","165294347":"Please set your country of residence in your account settings to access the cashier.","165312615":"Continue on phone","165682516":"If you don’t mind sharing, which other trading platforms do you use?","170185684":"Ignore","171307423":"Recovery","171579918":"Go to Self-exclusion","171638706":"Variables","173991459":"We’re sending your request to the blockchain.","176319758":"Max. total stake over 30 days","176654019":"$100,000 - $250,000","178413314":"First name should be between 2 and 50 characters.","179083332":"Date","181881956":"Contract Type: {{ contract_type }}","184024288":"lower case","189705706":"This block uses the variable \"i\" to control the iterations. With each iteration, the value of \"i\" is determined by the items in a given list.","189759358":"Creates a list by repeating a given item","191372501":"Accumulation of Income/Savings","192436105":"No need for symbols, digits, or uppercase letters","192573933":"Verification complete","195972178":"Get character","196998347":"We hold customer funds in bank accounts separate from our operational accounts which would not, in the event of insolvency, form part of the company's assets. This meets the <0>Gambling Commission's requirements for the segregation of customer funds at the level: <1>medium protection.","198735482":"Thanks for submitting your documents!","201091938":"30 days","203271702":"Try again","204797764":"Transfer to client","204863103":"Exit time","206010672":"Delete {{ delete_count }} Blocks","207824122":"Please withdraw your funds from the following Deriv account(s):","210385770":"If you have an active account, please log in to continue. Otherwise, please sign up.","211224838":"Investment","211461880":"Common names and surnames are easy to guess","211847965":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable withdrawals.","216650710":"You are using a demo account","217504255":"Financial assessment submitted successfully","220014242":"Upload a selfie from your computer","220186645":"Text Is empty","220232017":"demo CFDs","222468543":"The amount that you may add to your stake if you’re losing a trade.","223120514":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 50 days.","223607908":"Last digit stats for latest 1000 ticks for {{underlying_name}}","224650827":"IOT/USD","225887649":"This block is mandatory. It's added to your strategy by default when you create new strategy. You can not add more than one copy of this block to the canvas.","227591929":"To timestamp {{ input_datetime }} {{ dummy }}","228079844":"Click here to upload","228521812":"Tests whether a string of text is empty. Returns a boolean value (true or false).","233500222":"- High: the highest price","235583807":"SMA is a frequently used indicator in technical analysis. It calculates the average market price over a specified period, and is usually used to identify market trend direction: up or down. For example, if the SMA is moving upwards, it means the market trend is up. ","236642001":"Journal","240247367":"Profit table","243614144":"This is only available for existing clients.","245005091":"lower","245187862":"The DRC will make a <0>decision on the complaint (please note that the DRC mentions no timeframe for announcing its decision).","245812353":"if {{ condition }} return {{ value }}","247418415":"Gaming trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","248565468":"Check your {{ identifier_title }} account email and click the link in the email to proceed.","248909149":"Send a secure link to your phone","251134918":"Account Information","251445658":"Dark theme","254912581":"This block is similar to EMA, except that it gives you the entire EMA line based on the input list and the given period.","256031314":"Cash Business","258310842":"Workspace","258448370":"MT5","260069181":"An error occured while trying to load the URL","260086036":"Place blocks here to perform tasks once when your bot starts running.","260361841":"Tax Identification Number can't be longer than 25 characters.","264976398":"3. 'Error' displays a message in red to highlight something that needs to be resolved immediately.","265644304":"Trade types","267992618":"The platforms lack key features or functionality.","268940240":"Your balance ({{format_balance}} {{currency}}) is less than the current minimum withdrawal allowed ({{format_min_withdraw_amount}} {{currency}}). Please top up your account to continue with your withdrawal.","269607721":"Upload","270339490":"If you select \"Over\", you will win the payout if the last digit of the last tick is greater than your prediction.","270610771":"In this example, the open price of a candle is assigned to the variable \"candle_open_price\".","270712176":"descending","270780527":"You've reached the limit for uploading your documents.","272179372":"This block is commonly used to adjust the parameters of your next trade and to implement stop loss/take profit logic.","273350342":"Copy and paste the token into the app.","273728315":"Should not be 0 or empty","274268819":"Volatility 100 Index","275116637":"Deriv X","277469417":"Exclude time cannot be for more than five years.","278684544":"get sub-list from # from end","282319001":"Check your image","282564053":"Next, we'll need your proof of address.","284527272":"antimode","284772879":"Contract","287934290":"Are you sure you want to cancel this transaction?","289898640":"TERMS OF USE","292491635":"If you select “Stop loss” and specify an amount to limit your loss, your position will be closed automatically when your loss is more than or equals to this amount. Your loss may be more than the amount you entered depending on the market price at closing.","292526130":"Tick and candle analysis","292589175":"This will display the SMA for the specified period, using a candle list.","292887559":"Transfer to {{selected_value}} is not allowed, Please choose another account from dropdown","294305803":"Manage account settings","294335229":"Sell at market price","300762428":"Swiss Index","303959005":"Sell Price:","304309961":"We're reviewing your withdrawal request. You may still cancel this transaction if you wish. Once we start processing, you won't be able to cancel.","312142140":"Save new limits?","312300092":"Trims the spaces within a given string or text.","312318161":"Your contract will be closed automatically at the next available asset price when the duration exceeds <0>.","313298169":"Our cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","313741895":"This block returns “True” if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","315306603":"You have an account that do not have currency assigned. Please choose a currency to trade with this account.","316694303":"Is candle black?","317601768":"Themes","318865860":"close","318984807":"This block repeats the instructions contained within for a specific number of times.","323179846":"The time interval for each candle can be set from one minute to one day.","323209316":"Select a Deriv Bot Strategy","325662004":"Expand Block","325763347":"result","326770937":"Withdraw {{currency}} ({{currency_symbol}}) to your wallet","327534692":"Duration value is not allowed. To run the bot, please enter {{min}}.","328539132":"Repeats inside instructions specified number of times","329404045":"<0>Switch to your real account<1> to create a {{platform}} {{account_title}} account.","333456603":"Withdrawal limits","334942497":"Buy time","335040248":"About us","335046131":"Switch to crypto account?","337023006":"Start time cannot be in the past.","339449279":"Remaining time","339610914":"Spread Up/Spread Down","339879944":"GBP/USD","340807218":"Description not found.","342181776":"Cancel transaction","343873723":"This block displays a message. You can specify the color of the message and choose from 6 different sound options.","345320063":"Invalid timestamp","347039138":"Iterate (2)","348951052":"Your cashier is currently locked","349047911":"Over","351744408":"Tests if a given text string is empty","353731490":"Job done","354945172":"Submit document","357477280":"No face found","358266012":"Warning!","359053005":"Please enter a token name.","359649435":"Given candle list is not valid","359809970":"This block gives you the selected candle value from a list of candles within the selected time interval. You can choose from open price, close price, high price, low price, and open time.","360224937":"Logic","362772494":"This should not exceed {{max}} characters.","363576009":"- High price: the highest price","363738790":"Browser","363990763":"Sell price:","368160866":"in list","371151609":"Last used","372291654":"Exclude time must be after today.","372645383":"True if the market direction matches the selection","373021397":"random","373495360":"This block returns the entire SMA line, containing a list of all values for a given period.","373919918":"Your account will be opened with Deriv Investments (Europe) Limited, regulated by the Malta Financial Services Authority (MFSA), and will be subject to the laws of Malta.","374537470":"No results for \"{{text}}\"","375714803":"Deal Cancellation Error","379730150":"US Tech Index","380606668":"tick","380694312":"Maximum consecutive trades","382781785":"Your contract is closed automatically when your profit is more than or equals to this amount.","384303768":"This block returns \"True\" if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","386502387":"Bot is not running","389923099":"Zoom in","390647540":"Real account","390890891":"Last quarter","391915203":"Hedging","392582370":"Fall Equals","396418990":"Offline","396961806":"We do not support Polygon (Matic), to deposit please use only Ethereum ({{token}}).","399387585":"Please check your email for details. If you have any questions, please go to our <0>Help Centre.","401339495":"Verify address","402343402":"Due to an issue on our server, some of your {{platform}} accounts are unavailable at the moment. Please bear with us and thank you for your patience.","403456289":"The formula for SMA is:","404743411":"Total deposits","406359555":"Contract details","406497323":"Sell your active contract if needed (optional)","411482865":"Add {{deriv_account}} account","412433839":"I agree to the <0>terms and conditions.","413594348":"Only letters, numbers, space, hyphen, period, and forward slash are allowed.","417864079":"You’ll not be able to change currency once you have made a deposit.","420072489":"CFD trading frequency","422055502":"From","426031496":"Stop","427134581":"Try using another file type.","427617266":"Bitcoin","428709688":"Your preferred time interval between each report:","430975601":"Town/City is not in a proper format.","432508385":"Take Profit: {{ currency }} {{ take_profit }}","432519573":"Document uploaded","433348384":"Real accounts are not available to politically exposed persons (PEPs).","433616983":"2. Investigation phase","434548438":"Highlight function definition","434896834":"Custom functions","437138731":"Create a new {{platform}} password","437453244":"Choose your preferred cryptocurrency","437485293":"File type not supported","437904704":"Maximum open positions","438067535":"Over $500,000","440529960":"Set your password","442520703":"$250,001 - $500,000","444484637":"Logic negation","450983288":"Your deposit is unsuccessful due to an error on the blockchain. Please contact your crypto wallet service provider for more info.","451852761":"Continue on your phone","452054360":"Similar to RSI, this block gives you a list of values for each entry in the input list.","452662014":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and DMT5 accounts and between your Deriv fiat and Deriv X accounts.","453409608":"Your profit is the percentage change in market price times your stake and the multiplier of your choice.","454593402":"2. Please upload one of the following:","454664700":"FX-majors, FX-minors, FX-exotics, Cryptocurrencies","456746157":"Grant access to your camera from your browser settings","457020083":"It’ll take longer to verify you if we can’t read it","457494524":"1. From the block library, enter a name for the new variable and click Create.","459817765":"Pending","460975214":"Complete your Appropriateness Test","461795838":"Please contact us via live chat to unlock it.","462079779":"Resale not offered","463361726":"Select an item","465993338":"Oscar's Grind","466369320":"Your gross profit is the percentage change in market price times your stake and the multiplier chosen here.","473154195":"Settings","475492878":"Try Synthetic Indices","476023405":"Didn't receive the email?","477557241":"Remote blocks to load must be a collection.","478280278":"This block displays a dialog box that uses a customised message to prompt for an input. The input can be either a string of text or a number and can be assigned to a variable. When the dialog box is displayed, your strategy is paused and will only resume after you enter a response and click \"OK\".","479420576":"Tertiary","481276888":"Goes Outside","482028864":"Your contract will be closed automatically at the next available asset price when the duration exceeds {{ days }} {{ unit }} {{ timestamp }}.","483591040":"Delete all {{ delete_count }} blocks?","487239607":"Converts a given True or False to the opposite value","488150742":"Resend email","489768502":"Change investor password","491603904":"Unsupported browser","492198410":"Make sure everything is clear","496680295":"Choose country","497518317":"Function that returns a value","498562439":"or","499522484":"1. for \"string\": 1325.68 USD","500855527":"Chief Executives, Senior Officials and Legislators","500920471":"This block performs arithmetic operations between two numbers.","501401157":"You are only allowed to make deposits","501537611":"*Maximum number of open positions","502041595":"This block gives you a specific candle from within the selected time interval.","503137339":"Payout limit","505793554":"last letter","508390614":"Demo Financial STP","510815408":"Letters, numbers, spaces, hyphens only","514031715":"list {{ input_list }} is empty","514776243":"Your {{account_type}} password has been changed.","514948272":"Copy link","518955798":"7. Run Once at Start","520136698":"Boom 500 Index","521872670":"item","521947594":"Launch DTrader in seconds the next time you want to trade.","522283618":"Digital options trading experience","522703281":"divisible by","523123321":"- 10 to the power of a given number","527329988":"This is a top-100 common password","529056539":"Options","530953413":"Authorised applications","531114081":"3. Contract Type","531675669":"Euro","535041346":"Max. total stake per day","538228086":"Close-Low","541650045":"Manage {{platform}} password","542305026":"You must also submit a proof of identity.","543915570":"Forex, stocks, stock indices, cryptocurrencies, synthetic indices","545476424":"Total withdrawals","546534357":"If you select “Deal cancellation”, you’ll be able to cancel your trade within a chosen time frame should the market move against your favour. We’ll charge a small fee for this, but we’ll return your stake amount without profit or loss. If the stop-out amount is reached before the deal cancellation expires, your position will be cancelled automatically and we’ll return your stake amount without profit or loss. While “Deal cancellation” is active:","549348623":"Send only Tether Omni to this deposit address.<0 /><0 />Sending Tether ERC20 to this address will result in the loss of your deposit.","549479175":"Deriv Multipliers","551414637":"Click the <0>Change password button to change your DMT5 password.","551569133":"Learn more about trading limits","554410233":"This is a top-10 common password","555351771":"After defining trade parameters and trade options, you may want to instruct your bot to purchase contracts when specific conditions are met. To do that you can use conditional blocks and indicators blocks to help your bot to make decisions.","556095366":"We'll process your details within a few minutes and notify its status via email.","556264438":"Time interval","559224320":"Our classic “drag-and-drop” tool for creating trading bots, featuring pop-up trading charts, for advanced users.","561982839":"Change your currency","562599414":"This block returns the purchase price for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","563034502":"We shall try to resolve your complaint within 15 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","563166122":"We shall acknowledge receiving your complaint, review it carefully, and keep you updated on the handling process. We might request further information or clarifications to facilitate the resolution of the complaint.","563652273":"Go to block","565410797":"The below image illustrates how Simple Moving Average Array block works:","566274201":"1. Market","567019968":"A variable is among the most important and powerful components in creating a bot. It is a way to store information, either as text or numbers. The information stored as a variable can be used and changed according to the given instructions. Variables can be given any name, but usually they are given useful, symbolic names so that it is easier to call them during the execution of instructions.","567163880":"Create a {{platform}} password","567755787":"Tax Identification Number is required.","569057236":"In which country was your document issued?","569923414":"If you have a DMT5 real account, log in to close any open positions.","571921777":"Funds protection level","573173477":"Is candle {{ input_candle }} black?","577215477":"count with {{ variable }} from {{ start_number }} to {{ end_number }} by {{ step_size }}","577779861":"Withdrawal","577883523":"4. Awards and orders","578099923":"Get a faster mobile trading experience with the <0>Deriv GO app!","578522309":"These trading limits and self-exclusion help you control the amount of money and time you spend on Deriv.com and exercise <0>responsible trading.","578640761":"Call Spread","579529868":"Show all details — including the bottom 2 lines","580431127":"Restart buy/sell on error (disable for better performance): {{ checkbox }}","580665362":"Stays In/Goes Out","580774080":"insert at","581168980":"Legal","582945649":"2 minutes","584025813":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and DMT5 accounts.","584028307":"Allow equals","587577425":"Secure my account","589609985":"Linked with {{identifier_title}}","593459109":"Try a different currency","595136687":"Save Strategy","597089493":"Here is where you can decide to sell your contract before it expires. Only one copy of this block is allowed.","597481571":"DISCLAIMER","597707115":"Tell us about your trading experience.","599469202":"{{secondPast}}s ago","602278674":"Verify identity","606240547":"- Natural log","606877840":"Back to today","607807243":"Get candle","609650241":"Infinite loop detected","610537973":"Any information you provide is confidential and will be used for verification purposes only.","611020126":"View address on Blockchain","611786123":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices","613877038":"Chart","617345387":"If you select \"Reset-Up”, you win the payout if the exit spot is strictly higher than either the entry spot or the spot at reset time.","617400581":"Client login ID","618520466":"Example of a cut-off document","619268911":"<0>a.The Financial Commission will investigate the validity of the complaint within 5 business days.","619407328":"Are you sure you want to unlink from {{identifier_title}}?","623192233":"Please complete the <0>Appropriateness Test to access your cashier.","623542160":"Exponential Moving Average Array (EMAA)","626175020":"Standard Deviation Up Multiplier {{ input_number }}","626809456":"Resubmit","627292452":"<0>Your Proof of Identity or Proof of Address did not meet our requirements. Please check your email for further instructions.","627814558":"This block returns a value when a condition is true. Use this block within either of the function blocks above.","629145209":"In case if the \"AND\" operation is selected, the block returns \"True\" only if both given values are \"True\"","632398049":"This block assigns a null value to an item or statement.","634219491":"You have not provided your tax identification number. This information is necessary for legal and regulatory requirements. Please go to <0>Personal details in your account settings, and fill in your latest tax identification number.","636219628":"<0>c.If no settlement opportunity can be found, the complaint will proceed to the determination phase to be handled by the DRC.","637939279":"By default, all Deriv.com clients are retail clients but anyone can request to be treated as a professional client.","639382772":"Please upload supported file type.","640596349":"You have yet to receive any notifications","640730141":"Refresh this page to restart the identity verification process","641420532":"We've sent you an email","642210189":"Please check your email for the verification link to complete the process.","642546661":"Upload back of license from your computer","643014039":"The trade length of your purchased contract.","644150241":"The number of contracts you have won since you last cleared your stats.","645016681":"Trading frequency in other financial instruments","645902266":"EUR/NZD","647192851":"Contract will be sold at the prevailing market price when the request is received by our servers. This price may differ from the indicated price.","647745382":"Input List {{ input_list }}","649317411":"On the basis of the information provided in relation to your knowledge and experience, we consider that the investments available via this website are not appropriate for you.<0/><1/>","649923867":"Adds a sign to a number to create a barrier offset. (deprecated)","651284052":"Low Tick","651684094":"Notify","652041791":"To create a Deriv X real account, create a Deriv real account first.","652298946":"Date of birth","654264404":"Up to 1:30","654507872":"True-False","654924603":"Martingale","655937299":"We’ll update your limits. Click <0>Accept to acknowledge that you are fully responsible for your actions, and we are not liable for any addiction or loss.","657325150":"This block is used to define trade options within the Trade parameters root block. Some options are only applicable for certain trade types. Parameters such as duration and stake are common among most trade types. Prediction is used for trade types such as Digits, while barrier offsets are for trade types that involve barriers such as Touch/No Touch, Ends In/Out, etc.","657444253":"Sorry, account opening is unavailable in your region.","659482342":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your account settings.","660481941":"To access your mobile apps and other third-party apps, you'll first need to generate an API token.","660991534":"Finish","662609119":"Download the MT5 app","665089217":"Please submit your <0>proof of identity to authenticate your account and access your Cashier.","665777772":"XLM/USD","665872465":"In the example below, the opening price is selected, which is then assigned to a variable called \"op\".","672008428":"ZEC/USD","673915530":"Jurisdiction and choice of law","676159329":"Could not switch to default account.","677918431":"Market: {{ input_market }} > {{ input_submarket }} > {{ input_symbol }}","678517581":"Units","680334348":"This block was required to correctly convert your old strategy.","681926004":"Example of a blurry document","682056402":"Standard Deviation Down Multiplier {{ input_number }}","684282133":"Trading instruments","685391401":"If you're having trouble signing in, let us know via <0>chat","687212287":"Amount is a required field.","689137215":"Purchase price","691956534":"<0>You have added a {{currency}} account.<0> Make a deposit now to start trading.","693396140":"Deal cancellation (expired)","694532392":"Deriv X Password","696870196":"- Open time: the opening time stamp","697630556":"This market is presently closed.","698748892":"Let’s try that again","699159918":"1. Filing complaints","700259824":"Account currency","701034660":"We are still processing your withdrawal request.<0 />Please wait for the transaction to be completed before deactivating your account.","701462190":"Entry spot","701647434":"Search for string","706727320":"Binary options trading frequency","706755289":"This block performs trigonometric functions.","710123510":"repeat {{ while_or_until }} {{ boolean }}","711029377":"Please confirm the transaction details in order to complete the withdrawal:","711999057":"Successful","712101776":"Take a photo of your passport photo page","712635681":"This block gives you the selected candle value from a list of candles. You can choose from open price, close price, high price, low price, and open time.","713054648":"Sending","714080194":"Submit proof","715841616":"Please enter a valid phone number (e.g. +15417541234).","716428965":"(Closed)","718504300":"Postal/ZIP code","718710899":"We can't change your account currency as you've either made a deposit into your {{currency}} account or created a real account on DMT5 or Deriv X.","718724141":"Expires in","720293140":"Log out","720519019":"Reset my password","721011817":"- Raise the first number to the power of the second number","723961296":"Manage password","724203548":"You can send your complaint to the <0>European Commission's Online Dispute Resolution (ODR) platform. This is not applicable to UK clients.","728042840":"To continue trading with us, please confirm where you live.","728824018":"Spanish Index","730473724":"This block performs the \"AND\" or the \"OR\" logic operation with the given values.","731382582":"BNB/USD","734390964":"Insufficient balance","734881840":"false","744110277":"Bollinger Bands Array (BBA)","745656178":"Use this block to sell your contract at the market price.","745674059":"Returns the specific character from a given string of text according to the selected option. ","746112978":"Your computer may take a few seconds to update","752024971":"Reached maximum number of digits","752992217":"This block gives you the selected constant values.","753088835":"Default","753184969":"In providing our services to you, we are required to obtain information from you in order to assess whether a given product or service is appropriate for you (that is, whether you possess the experience and knowledge to understand the risks involved).<0/><1/>","753727511":"Type","756152377":"SMA places equal weight to the entire distribution of values.","758003269":"make list from text","759783233":"For more information and assistance to counselling and support services, please visit <0>begambleaware.org.","760528514":"Please note that changing the value of \"i\" won't change the value of the original item in the list","761576760":"Fund your account to start trading.","762185380":"<0>Multiply returns by <0>risking only what you put in.","762871622":"{{remaining_time}}s","763019867":"Your Gaming account is scheduled to be closed","764366329":"Trading limits","764540515":"Stopping the bot is risky","766317539":"Language","770171141":"Go to {{hostname}}","772632060":"Do not send any other currency to the following address. Otherwise, you'll lose funds.","773091074":"Stake:","773309981":"Oil/USD","773336410":"Tether is a blockchain-enabled platform designed to facilitate the use of fiat currencies in a digital manner.","775679302":"{{pending_withdrawals}} pending withdrawal(s)","776085955":"Strategies","781924436":"Call Spread/Put Spread","783974693":"Avoid recent years","784311461":"Exponential Moving Average (EMA)","784583814":"Linked to your computer","785969488":"Jump 75 Index","787727156":"Barrier","788005234":"NA","790168327":"Deriv X accounts","792739000":"We’ll review your document and notify you of its status within 1 to 2 hours.","793526589":"To file a complaint about our service, send an email to <0>complaints@deriv.com and state your complaint in detail. Please submit any relevant screenshots of your trading or system for our better understanding.","793531921":"Our company is one of the oldest and most reputable online trading companies in the world. We are committed to treat our clients fairly and provide them with excellent service.<0/><1/>Please provide us with feedback on how we can improve our services to you. Rest assured that you will be heard, valued, and treated fairly at all times.","794682658":"Copy the link to your phone","795859446":"Password saved","796845736":"To continue trading with us, you need to send us a copy of any one of these government-issued photo ID documents via <0>LiveChat.","797007873":"Follow these steps to recover camera access:","797500286":"negative","800521289":"Your personal details are incomplete","802436811":"View transaction details","802438383":"New proof of address is needed","802556390":"seconds","802989607":"Drag your XML file here","803500173":"Initial stake","807499069":"Financial commission complaints procedure","808323704":"You can also use \"Compare\" and \"Logic operation\" blocks to make test variables.","816580787":"Welcome back! Your messages have been restored.","816738009":"<0/><1/>You may also raise your unresolved dispute to the <2>Office of the Arbiter for Financial Services.","818447476":"Switch account?","820877027":"Please verify your proof of identity","823186089":"A block that can contain text.","824797920":"Is list empty?","826511719":"USD/SEK","827688195":"Disable Block","828219890":"then","828602451":"Returns the list of tick values in string format","830164967":"Last name","830711697":"Driving license","830993327":"No current transactions available","832217983":"40 transactions or more in the past 12 months","832398317":"Sell Error","832588873":"Order execution","832721563":"If you select \"Low Tick\", you win the payout if the selected tick is the lowest among the next five ticks.","834966953":"1551661986 seconds since Jan 01 1970 (UTC) translates to 03/04/2019 @ 1:13am (UTC).","835058671":"Total buy price","835350845":"Add another word or two. Uncommon words are better.","837066896":"Your document is being reviewed, please check back in 1-3 days.","839618971":"ADDRESS","839805709":"To smoothly verify you, we need a better photo","841434703":"Disable stack","841543189":"View transaction on Blockchain","845213721":"Logout","845304111":"Slow EMA Period {{ input_number }}","848172194":"Trade major (standard and micro-lots) and minor currency pairs, stocks, stock indices, commodities, and cryptocurrencies with high leverage.","849805216":"Choose an agent","851054273":"If you select \"Higher\", you win the payout if the exit spot is strictly higher than the barrier.","851264055":"Creates a list with a given item repeated for a specific number of times.","851508288":"This block constrains a given number within a set range.","852583045":"Tick List String","854399751":"Digit code must only contain numbers.","854630522":"Choose a cryptocurrency account","857363137":"Volatility 300 (1s) Index","857445204":"Deriv currently supports withdrawals of Tether eUSDT to Ethereum wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","857986403":"do something","860319618":"Tourism","862283602":"Phone number*","863328851":"Proof of identity","864957760":"Math Number Positive","865424952":"High-to-Low","865642450":"2. Logged in from a different browser","866496238":"Make sure your license details are clear to read, with no blur or glare","869611522":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts.","869823595":"Function","872549975":"You have {{number}} transfers remaining for today.","872817404":"Entry Spot Time","872957901":"Dark (Coming soon to DBot)","873166343":"1. 'Log' displays a regular message.","874461655":"Scan the QR code with your phone","874484887":"Take profit must be a positive number.","875532284":"Restart process on a different device","876086855":"Complete the financial assessment form","876292912":"Exit","877354242":"Trade on DTrader","879014472":"Reached maximum number of decimals","887328652":"As a precaution, we have disabled trading, deposits and withdrawals for this account. If you have any questions, please go to our <0>Help Centre.","888274063":"Town/City","890299833":"Go to Reports","891097078":"USD Index","891337947":"Select country","892341141":"Your trading statistics since: {{date_time}}","893117915":"Variable","893963781":"Close-to-Low","893975500":"You do not have any recent bots","894191608":"<0>c.We must award the settlement within 28 days of when the decision is reached.","895890867":"Your account will be opened with Deriv (SVG) LLC, and will be subject to the laws of Saint Vincent and the Grenadines.","897687778":"Your Deriv password is for logging in to your Deriv account.","898457777":"You have added a Deriv Financial account.","900111088":"You can <0>set a new currency before you deposit for the first time or create a real DMT5 or Deriv X account.","902045490":"3 minutes","903429103":"In candles list read {{ candle_property }} # from end {{ input_number }}","904696726":"API token","905134118":"Payout:","905227556":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters and numbers.","910888293":"Too many attempts","912344358":"I hereby confirm that the tax information I provided is true and complete. I will also inform Deriv Investments (Europe) Limited about any changes to this information.","915735109":"Back to {{platform_name}}","918447723":"Real","920125517":"Add demo account","926813068":"Fixed/Variable","930346117":"Capitalization doesn't help very much","930546422":"Touch","933126306":"Enter some text here","933193610":"Only letters, periods, hyphens, apostrophes, and spaces, please.","934835052":"Potential profit","934932936":"PERSONAL","936766426":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit.","937237342":"Strategy name cannot be empty","937831119":"Last name*","937992258":"Table","938988777":"High barrier","940950724":"This trade type is currently not supported on {{website_name}}. Please go to <0>Binary.com for details.","943535887":"Please close your positions in the following Deriv MT5 account(s):","944499219":"Max. open positions","945532698":"Contract sold","946204249":"Read","946841802":"A white (or green) candle indicates that the open price is lower than the close price. This represents an upward movement of the market price.","946944859":"Hit the button below and we'll send you an email with a link. Click that link to verify your withdrawal request.","947046137":"Your withdrawal will be processed within 24 hours","947363256":"Create list","947758334":"City is required","947914894":"Top up  <0>","948156236":"Create {{type}} password","948545552":"150+","949859957":"Submit","952655566":"Payment agent","956448295":"Cut-off image detected","957182756":"Trigonometric functions","958430760":"In/Out","959031082":"set {{ variable }} to MACD Array {{ dropdown }} {{ dummy }}","960201789":"3. Sell conditions","961692401":"Bot","964780376":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your identity.","966457287":"set {{ variable }} to Exponential Moving Average {{ dummy }}","968576099":"Up/Down","969987233":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between exit spot and lower barrier.","970915884":"AN","974888153":"High-Low","975950139":"Country of Residence","977929335":"Go to my account settings","981138557":"Redirect","982402892":"First line of address","982829181":"Barriers","988361781":"You have no trading activity yet.","988934465":"When prompted, you must enable camera access to continue","992294492":"Your postal code is invalid","995563717":"not {{ boolean }}","999008199":"text","1001160515":"Sell","1003876411":"Should start with letter or number and may contain a hyphen, period and slash.","1004127734":"Send email","1006458411":"Errors","1006664890":"Silent","1008240921":"Choose a payment agent and contact them for instructions.","1009032439":"All time","1010198306":"This block creates a list with strings and numbers.","1012102263":"You will not be able to log in to your account until this date (up to 6 weeks from today).","1015201500":"Define your trade options such as duration and stake.","1016220824":"You need to switch to a real money account to use this feature.<0/>You can do this by selecting a real account from the <1>Account Switcher.","1018803177":"standard deviation","1019265663":"You have no transactions yet.","1019508841":"Barrier 1","1022934784":"1 minute","1023237947":"1. In the example below, the instructions are repeated as long as the value of x is less than or equal to 10. Once the value of x exceeds 10, the loop is terminated.","1023643811":"This block purchases contract of a specified type.","1023795011":"Even/Odd","1024205076":"Logic operation","1026046972":"Please enter a payout amount that's lower than {{max_payout}}.","1027098103":"Leverage gives you the ability to trade a larger position using your existing capital. Leverage varies across different symbols.","1028211549":"All fields are required","1028758659":"Citizenship*","1029164365":"We presume that you possess the experience, knowledge, and expertise to make your own investment decisions and properly assess the risk involved.","1030021206":"change {{ variable }} by {{ number }}","1031602624":"We've sent a secure link to %{number}","1031731167":"Pound Sterling","1032173180":"Deriv","1032907147":"AUD/NZD","1035506236":"Choose a new password","1035893169":"Delete","1036867749":"The desired duration, stake, prediction, and/or barrier(s) for the contract is defined here.","1038575777":"Change password","1039755542":"Use a few words, avoid common phrases","1040677897":"To continue trading, you must also submit a proof of address.","1041001318":"This block performs the following operations on a given list: sum, minimum, maximum, average, median, mode, antimode, standard deviation, random item.","1041620447":"If you are unable to scan the QR code, you can manually enter this code instead:","1042659819":"You have an account that needs action","1043790274":"There was an error","1044230481":"This is an Ethereum ({{token}}) only address, please do not use {{prohibited_token}}.","1044540155":"100+","1044599642":"<0> has been credited into your {{platform}} {{title}} account.","1045242890":"Proof of identity verification failed","1045704971":"Jump 150 Index","1045782294":"Click the <0>Change password button to change your Deriv password.","1047389068":"Food Services","1048947317":"Sorry, this app is unavailable in {{clients_country}}.","1049384824":"Rise","1050844889":"Reports","1052137359":"Family name*","1052779010":"You are on your demo account","1053153674":"Jump 50 Index","1053159279":"Level of education","1055313820":"No document detected","1056381071":"Return to trade","1056821534":"Are you sure?","1057216772":"text {{ input_text }} is empty","1057749183":"Two-factor authentication (2FA)","1057765448":"Stop out level","1057904606":"The concept of the D’Alembert Strategy is said to be similar to the Martingale Strategy where you will increase your contract size after a loss. With the D’Alembert Strategy, you will also decrease your contract size after a successful trade.","1061308507":"Purchase {{ contract_type }}","1062536855":"Equals","1065498209":"Iterate (1)","1069347258":"The verification link you used is invalid or expired. Please request for a new one.","1069576070":"Purchase lock","1070624871":"Check proof of address document verification status","1076006913":"Profit/loss on the last {{item_count}} contracts","1077515534":"Date to","1080068516":"Action","1080990424":"Confirm","1082158368":"*Maximum account cash balance","1082406746":"Please enter a stake amount that's at least {{min_stake}}.","1083781009":"Tax identification number*","1083826534":"Enable Block","1088138125":"Tick {{current_tick}} - ","1090191592":"Total assets in your Deriv and Deriv X demo accounts.","1090410775":"Contract Lost","1098622295":"\"i\" starts with the value of 1, and it will be increased by 2 at every iteration. The loop will repeat until \"i\" reaches the value of 12, and then the loop is terminated.","1100870148":"To learn more about account limits and how they apply, please go to the <0>Help Centre.","1101560682":"stack","1101712085":"Buy Price","1102995654":"Calculates Exponential Moving Average (EMA) list from a list of values with a period","1103309514":"Target","1103452171":"Cookies help us to give you a better experience and personalised content on our site.","1104912023":"Pending verification","1106261041":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC, Deriv (FX) Ltd, and Deriv (V) Ltd.","1107474660":"Submit proof of address","1107555942":"To","1109217274":"Success!","1110102997":"Statement","1112582372":"Interval duration","1113119682":"This block gives you the selected candle value from a list of candles.","1113292761":"Less than 8MB","1113808050":"Total assets in your Deriv and Deriv X real accounts.","1117863275":"Security and safety","1118294625":"You have chosen to exclude yourself from trading on our website until {{exclusion_end}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","1119887091":"Verification","1119986999":"Your proof of address was submitted successfully","1120985361":"Terms & conditions updated","1122910860":"Please complete your <0>financial assessment.","1123927492":"You have not selected your account currency","1125090693":"Must be a number","1126934455":"Length of token name must be between 2 and 32 characters.","1127149819":"Make sure§","1128404172":"Undo","1129124569":"If you select \"Under\", you will win the payout if the last digit of the last tick is less than your prediction.","1129296176":"IMPORTANT NOTICE TO RECEIVE YOUR FUNDS","1129842439":"Please enter a take profit amount.","1130744117":"We shall try to resolve your complaint within 10 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","1130791706":"N","1133651559":"Live chat","1134879544":"Example of a document with glare","1139483178":"Enable stack","1143730031":"Direction is {{ direction_type }}","1144028300":"Relative Strength Index Array (RSIA)","1145927365":"Run the blocks inside after a given number of seconds","1146064568":"Go to Deposit page","1147269948":"Barrier cannot be zero.","1147625645":"Please proceed to withdraw all your funds from your account before <0>30 November 2021.","1151964318":"both sides","1154021400":"list","1154239195":"Title and name","1155011317":"This block converts the date and time to the number of seconds since the Unix Epoch (1970-01-01 00:00:00).","1158678321":"<0>b.The Head of the Dispute Resolution Committee (DRC) will contact both you and us within 5 business days to obtain all necessary information and see if there is a chance to settle the complaint during the investigation phase.","1160761178":"No payout if exit spot is below or equal to the lower barrier.","1161924555":"Please select an option","1163836811":"Real Estate","1164773983":"Take profit and/or stop loss are not available while deal cancellation is active.","1166128807":"Choose one of your accounts or add a new cryptocurrency account","1166377304":"Increment value","1168029733":"Win payout if exit spot is also equal to entry spot.","1169201692":"Create {{platform}} password","1173187492":"Deactivate account","1174542625":"- Find the chat ID property in the response, and copy the value of the id property","1174748431":"Payment channel","1176926166":"Experience with trading other financial instruments","1177396776":"If you select \"Asian Fall\", you will win the payout if the last tick is lower than the average of the ticks.","1177723589":"There are no transactions to display","1178582280":"The number of contracts you have lost since you last cleared your stats.","1178800778":"Take a photo of the back of your license","1178942276":"Please try again in a minute.","1179704370":"Please enter a take profit amount that's higher than the current potential profit.","1181396316":"This block gives you a random number from within a set range","1181770592":"Profit/loss from selling","1183007646":"- Contract type: the name of the contract type such as Rise, Fall, Touch, No Touch, etс.","1188980408":"5 minutes","1189368976":"Please complete your personal details before you verify your identity.","1191644656":"Predict the market direction and select either “Up” or “Down” to open a position. We will charge a commission when you open a position.","1192708099":"Duration unit","1195393249":"Notify {{ notification_type }} with sound: {{ notification_sound }} {{ input_message }}","1196006480":"Profit threshold","1196458986":"We do not charge a transfer fee for transfers in the same currency between your Deriv fiat and DMT5 accounts and between your Deriv fiat and Deriv X accounts.","1197326289":"You are no longer able to trade digital options on any of our platforms. Also, you can’t make deposits into your Options account.","1198368641":"Relative Strength Index (RSI)","1199281499":"Last Digits List","1201533528":"Contracts won","1201773643":"numeric","1203297580":"This block sends a message to a Telegram channel.","1204202371":"No open positions","1204223111":"In this example, the open prices from a list of candles are assigned to a variable called \"candle_list\".","1204919083":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC.","1206821331":"Armed Forces","1208729868":"Ticks","1208903663":"Invalid token","1211912982":"Bot is starting","1214893428":"Account creation is currently unavailable for mobile. Please log in with your computer to create a new account.","1216408337":"Self-Employed","1218546232":"What is Fiat onramp?","1219844088":"do %1","1222096166":"Deposit via bank wire, credit card, and e-wallet","1222521778":"Making deposits and withdrawals is difficult.","1222544232":"We’ve sent you an email","1225150022":"Number of assets","1226027513":"Transfer from","1227074958":"random fraction","1227240509":"Trim spaces","1228208126":"Please Verify your address","1228534821":"Some currencies may not be supported by payment agents in your country.","1229883366":"Tax identification number","1230884443":"State/Province (optional)","1231282282":"Use only the following special characters: {{permitted_characters}}","1232291311":"Maximum withdrawal remaining","1232353969":"0-5 transactions in the past 12 months","1233300532":"Payout","1234292259":"Source of wealth","1235426525":"50%","1237330017":"Pensioner","1238311538":"Admin","1239940690":"Restarts the bot when an error is encountered.","1240027773":"Please Log in","1243064300":"Local","1245469923":"FX-majors (standard/micro lots), FX-minors, Smart-FX, Commodities, Cryptocurrencies","1246207976":"Enter the authentication code generated by your 2FA app:","1246880072":"Select issuing country","1247280835":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can make cryptocurrency deposits and withdrawals in a few minutes when the maintenance is complete.","1248018350":"Source of income","1248940117":"<0>a.The decisions made by the DRC are binding on us. DRC decisions are binding on you only if you accept them.","1250495155":"Token copied!","1254565203":"set {{ variable }} to create list with","1255909792":"last","1255963623":"To date/time {{ input_timestamp }} {{ dummy }}","1258097139":"What could we do to improve?","1258198117":"positive","1259598687":"GBP/JPY","1260259925":"Phone is not in a proper format.","1263387702":"All {{count}} account types use market execution. This means you agree with the broker's price in advance and will place orders at the broker's price.","1264096613":"Search for a given string","1265704976":"","1270581106":"If you select \"No Touch\", you win the payout if the market never touches the barrier at any time during the contract period.","1272012156":"GBP/CHF","1272337240":"Days","1272681097":"Hours","1274819385":"3. Complaints and Disputes","1275474387":"Quick","1281045211":"Sorts the items in a given list, by their numeric or alphabetical value, in either ascending or descending order.","1281290230":"Select","1282951921":"Only Downs","1284522768":"If \"Loss\" is selected, it will return \"True\" if your last trade was unsuccessful. Otherwise, it will return an empty string.","1286094280":"Withdraw","1286507651":"Close identity verification screen","1288965214":"Passport","1289646209":"Margin call","1290525720":"Example: ","1291887623":"Digital options trading frequency","1292891860":"Notify Telegram","1293660048":"Max. total loss per day","1294756261":"This block creates a function, which is a group of instructions that can be executed at any time. Place other blocks in here to perform any kind of action that you need in your strategy. When all the instructions in a function have been carried out, your bot will continue with the remaining blocks in your strategy. Click the “do something” field to give it a name of your choice. Click the plus icon to send a value (as a named variable) to your function.","1295284664":"Please accept our <0>updated Terms and Conditions to proceed.","1296380713":"Close my contract","1299479533":"8 hours","1301668579":"We’re working to have this available for you soon. If you have another account, switch to that account to continue trading. You may add a DMT5 Financial.","1302691457":"Occupation","1303016265":"Yes","1303530014":"We’re processing your withdrawal.","1304083330":"copy","1304620236":"Enable camera","1304788377":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to the <2>Information and Data Protection Commissioner (Malta) on their website or make a complaint to any supervisory authority within the European Union.","1308625834":"Sets the default time interval for blocks that read list of candles.","1309017029":"Enabling this allows you to save your blocks as one collection which can be easily integrated into other bots.","1309044871":"Returns the value of the latest tick in string format","1310483610":"Results for \"{{ search_term }}\"","1311680770":"payout","1311799109":"We do not support Binance Smart Chain tokens to deposit, please use only Ethereum ({{token}}).","1313167179":"Please log in","1313302450":"The bot will stop trading if your total loss exceeds this amount.","1314671947":"DMT5 Accounts","1316216284":"You can use this password for all your {{platform}} accounts.","1319217849":"Check your mobile","1320750775":"Front and back","1322804930":"Restart the process on the latest version of Google Chrome","1323327633":"Our complaints process comprises the following 4 steps:","1323476617":"Changes the capitalisation of a string of text to Upper case, Lower case, Title case.","1323996051":"Profile","1324110809":"Address information","1324922837":"2. The new variable will appear as a block under Set variable.","1327494533":"{{sell_value}} (Sell)","1329136554":"Jump 200 Index","1329325646":"The content of this block is called on every tick","1331199417":"Please enter the correct format. ","1332168410":"Learn more","1332168769":"Disconnect","1333576137":"Please update your {{details}} to continue.","1333839457":"Submit identity card (front)","1334326985":"It may take a few minutes to arrive","1335967988":"Notice","1337846406":"This block gives you the selected candle value from a list of candles within the selected time interval.","1337864666":"Photo of your document","1338496204":"Ref. ID","1340314141":"Go to SmartTrader","1341840346":"View in Journal","1346204508":"Take profit","1346339408":"Managers","1347071802":"{{minutePast}}m ago","1348009461":"Please close your positions in the following Deriv X account(s):","1349289354":"Great, that's everything we need","1349295677":"in text {{ input_text }} get substring from {{ position1 }} {{ index1 }} to {{ position2 }} {{ index2 }}","1351152200":"Welcome to Deriv MT5 (DMT5) dashboard","1353197182":"Please select","1355250245":"{{ calculation }} of list {{ input_list }}","1356574493":"Returns a specific portion of a given string of text.","1356607862":"Deriv password","1357129681":"{{num_day}} days {{num_hour}} hours {{num_minute}} minutes","1357213116":"Identity card","1358543466":"Not available","1359424217":"You have sold this contract at <0 />","1359701341":"You’ll not be charged a transfer fee for transfers in the same currency between your Deriv fiat and DMT5 accounts.","1360929368":"Add a Deriv account","1362578283":"High","1363060668":"Your trading statistics since:","1363675688":"Duration is a required field.","1366244749":"Limits","1367023655":"To ensure your loss does not exceed your stake, your contract will be closed automatically when your loss equals to <0/>.","1367488817":"4. Restart trading conditions","1367990698":"Volatility 10 Index","1369709538":"Our terms of use","1371193412":"Cancel","1371641641":"Open the link on your mobile","1374627690":"Max. account balance","1376329801":"Last 60 days","1378419333":"Ether","1383017005":"You have switched accounts.","1384127719":"You should enter {{min}}-{{max}} numbers.","1384222389":"Please submit valid identity documents to unlock the cashier.","1385418910":"Please set a currency for your existing real account before creating another account.","1387503299":"Log in","1389197139":"Import error","1390792283":"Trade parameters","1390897177":"To deposit cryptocurrency, switch your account.","1391174838":"Potential payout:","1392966771":"Mrs","1392985917":"This is similar to a commonly used password","1393559748":"Invalid date/time: {{ datetime_string }}","1393901361":"There’s an app for that","1393903598":"if true {{ return_value }}","1396179592":"Commission","1396417530":"Bear Market Index","1397046738":"View in statement","1397628594":"Insufficient funds","1399620764":"We're legally obliged to ask for your financial information.","1400637999":"(All fields are required)","1400732866":"View from camera","1400962248":"High-Close","1402208292":"Change text case","1403376207":"Update my details","1405584799":"with interval: {{ candle_interval_type }}","1407191858":"DTrader","1408844944":"Click the plus icon to extend the functionality of this block.","1412535872":"You can check the result of the last trade with this block. It can only be placed within the \"Restart trading conditions\" root block.","1413047745":"Assigns a given value to a variable","1413359359":"Make a new transfer","1414205271":"prime","1415006332":"get sub-list from first","1415974522":"If you select \"Differs\", you will win the payout if the last digit of the last tick is not the same as your prediction.","1417558007":"Max. total loss over 7 days","1417914636":"Login ID","1418115525":"This block repeats instructions as long as a given condition is true.","1421749665":"Simple Moving Average (SMA)","1422060302":"This block replaces a specific item in a list with another given item. It can also insert the new item in the list at a specific position.","1422129582":"All details must be clear — nothing blurry","1423082412":"Last Digit","1424741507":"See more","1424779296":"If you've recently used bots but don't see them in this list, it may be because you:","1429669335":"Indicators on the chart tab are for indicative purposes only and may vary slightly from the ones on the DBot workspace.","1430396558":"5. Restart buy/sell on error","1430632931":"To get trading, please confirm who you are, and where you live.","1433367863":"Sorry, an error occured while processing your request.","1434382099":"Displays a dialog window with a message","1434976996":"Announcement","1435363248":"This block converts the number of seconds since the Unix Epoch to a date and time format such as 2019-08-01 00:00:00.","1435380105":"Minimum deposit","1437396005":"Add comment","1438247001":"A professional client receives a lower degree of client protection due to the following.","1438340491":"else","1439168633":"Stop loss:","1441208301":"Total<0 />profit/loss","1442747050":"Loss amount: <0>{{profit}}","1442840749":"Random integer","1443478428":"Selected proposal does not exist","1443544547":"Synthetic indices in the EU are offered by Deriv (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority (<0>licence no. MGA/B2C/102/2000) and by the Revenue Commissioners for clients in Ireland (<2>licence no. 1010285).","1445592224":"You accidentally gave us another email address (Usually a work or a personal one instead of the one you meant).","1449462402":"In review","1452260922":"Too many failed attempts","1452941569":"This block delays execution for a given number of seconds. You can place any blocks within this block. The execution of other blocks in your strategy will be paused until the instructions in this block are carried out.","1453317405":"This block gives you the balance of your account either as a number or a string of text.","1453362009":"Deriv Accounts","1453415617":"Create a DMT5 real Financial STP account","1454648764":"deal reference id","1454865058":"Do not enter an address linked to an ICO purchase or crowdsale. If you do, the ICO tokens will not be credited into your account.","1457603571":"No notifications","1461323093":"Display messages in the developer’s console.","1464190305":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract without manually stopping and restarting your bot.","1464253511":"You already have an account for each of the cryptocurrencies available on {{deriv}}.","1465919899":"Pick an end date","1466430429":"Should be between {{min_value}} and {{max_value}}","1466900145":"Doe","1467421920":"with interval: %1","1467661678":"Cryptocurrency trading","1468308734":"This block repeats instructions as long as a given condition is true","1468419186":"Deriv currently supports withdrawals of Tether USDT to Omni wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","1469150826":"Take Profit","1469764234":"Cashier Error","1469814942":"- Division","1470319695":"Returns either True or False","1471070549":"Can contract be sold?","1471741480":"Severe error","1475513172":"Size","1475523125":"View the trading history.","1476301886":"Similar to SMA, this block gives you the entire SMA line containing a list of all values for a given period.","1481977420":"Please help us verify your withdrawal request.","1484336612":"This block is used to either terminate or continue a loop, and can be placed anywhere within a loop block.","1490583127":"DBot isn't quite ready for real accounts","1491392301":"<0>Sold for: {{sold_for}}","1492686447":"Your MT5 Financial STP account will be opened through Deriv (FX) Ltd. All trading in this account is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA).","1496810530":"GBP/AUD","1499074768":"Add a real Deriv Multipliers account","1499080621":"Tried to perform an invalid operation.","1502039206":"Over {{barrier}}","1502325741":"Your password cannot be the same as your email address.","1503618738":"- Deal reference ID: the reference ID of the contract","1505898522":"Download stack","1509570124":"{{buy_value}} (Buy)","1509678193":"Education","1510075920":"Gold/USD","1510357015":"Tax residence is required.","1510735345":"This block gives you a list of the last digits of the last 1000 tick values.","1512469749":"In the above example it is assumed that variable candle_open_price is processed somewhere within other blocks.","1515034599":"This complaints policy, which may change from time to time, applies to your account registered with Deriv (MX) Ltd, having its registered office address at First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, licensed and regulated respectively by (1) the Gambling Supervision Commission in the Isle of Man (current <0>licence issued on 31 August 2017) and (2) the Gambling Commission in the UK (<1>licence no. 39172).","1516676261":"Deposit","1517503814":"Drop file or click here to upload","1519336051":"Try a different phone number","1520332426":"Net annual income","1524636363":"Authentication failed","1527251898":"Unsuccessful","1527906715":"This block adds the given number to the selected variable.","1531017969":"Creates a single text string from combining the text value of each attached item, without spaces in between. The number of items can be added accordingly.","1533177906":"Fall","1534796105":"Gets variable value","1537711064":"You need to make a quick identity verification before you can access the Cashier. Please go to your account settings to submit your proof of identity.","1539108340":"EUR Index","1540585098":"Decline","1541969455":"Both","1544642951":"If you select \"Only Ups\", you win the payout if consecutive ticks rise successively after the entry spot. No payout if any tick falls or is equal to any of the previous ticks.","1548765374":"Verification of document number failed","1549098835":"Total withdrawn","1552080191":"Excluded from Deriv.com until","1552918367":"Send only {{currency}} ({{currency_symbol}}) to this address.","1557682012":"Account Settings","1558972889":"set {{ variable }} to Simple Moving Average {{ dummy }}","1560302445":"Copied","1561490926":"Trade server: ","1562374116":"Students","1565336048":"Contract Won","1566037033":"Bought: {{longcode}} (ID: {{transaction_id}})","1567076540":"Only use an address for which you have proof of residence - ","1567586204":"Self-exclusion","1569624004":"Dismiss alert","1570484627":"Ticks list","1572504270":"Rounding operation","1572982976":"Server","1575556189":"Tether on the Ethereum blockchain, as an ERC20 token, is a newer transport layer, which now makes Tether available in Ethereum smart contracts. As a standard ERC20 token, it can also be sent to any Ethereum address.","1577480486":"Your mobile link will expire in one hour","1577527507":"Account opening reason is required.","1577612026":"Select a folder","1579484521":"Trading hub","1580498808":"Multiple faces found","1584109614":"Ticks String List","1584936297":"XML file contains unsupported elements. Please check or modify file.","1587046102":"Documents from that country are not currently supported — try another document type","1589640950":"Resale of this contract is not offered.","1589702653":"Proof of address","1594147169":"Please come back in","1594322503":"Sell is available","1596378630":"You have added a real Gaming account.<0/>Make a deposit now to start trading.","1598009247":"<0>a.You may file a complaint with the Financial Commission up to 45 days after the incident.","1598386296":"Town/City is required.","1598443642":"Transaction hash","1602894348":"Create a password","1604171868":"Please withdraw all your funds as soon as possible.","1604916224":"Absolute","1605292429":"Max. total loss","1612105450":"Get substring","1613633732":"Interval should be between 10-60 minutes","1615897837":"Signal EMA Period {{ input_number }}","1619070150":"You are being redirected to an external website.","1620278321":"Names and surnames by themselves are easy to guess","1620346110":"Set currency","1622662457":"Date from","1623706874":"Use this block when you want to use multipliers as your trade type.","1630372516":"Try our Fiat onramp","1630417358":"Please go to your account settings and complete your personal details to enable withdrawals.","1634594289":"Select language","1634903642":"Only your face can be in the selfie","1634969163":"Change currency","1636605481":"Platform settings","1636782601":"Multipliers","1638321777":"Your demo account balance is low. Reset your balance to continue trading from your demo account.","1639262461":"Pending withdrawal request:","1639304182":"Please click on the link in the email to reset your password.","1641395634":"Last digits list","1641635657":"New proof of identity document needed","1641980662":"Salutation is required.","1644656085":"Buy and sell contracts, renew expired purchases, and top up demo accounts.","1644908559":"Digit code is required.","1647186767":"The bot encountered an error while running.","1651513020":"Display remaining time for each interval","1651951220":"Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"","1652366857":"get and remove","1652968048":"Define your trade options such as multiplier and stake.","1652976865":"In this example, this block is used with another block to get the open prices from a list of candles. The open prices are then assigned to the variable called \"cl\".","1653136377":"copied!","1653159197":"Payment agent withdrawal","1653180917":"We cannot verify you without using your camera","1654365787":"Unknown","1654496508":"Our system will finish any DBot trades that are running, and DBot will not place any new trades.","1654721858":"Upload anyway","1655627840":"UPPER CASE","1656155124":"Resend in <0 /> seconds","1656970322":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (Europe) Limited, having its registered office address at W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority in Malta for gambling products only, <0>licence no. MGA/B2C/102/2000, and for clients residing in the UK by the UK Gambling Commission (account number 39495).","1658954996":"Plant and Machine Operators and Assemblers","1659074761":"Reset Put","1665272539":"Remember: You cannot log in to your account until the selected date.","1665738338":"Balance","1665756261":"Go to live chat","1667395210":"Your proof of identity was submitted successfully","1670016002":"Multiplier: {{ multiplier }}","1670426231":"End Time","1671232191":"You have set the following limits:","1677027187":"Forex","1677990284":"My apps","1682409128":"Untitled Strategy","1682636566":"Resend email in","1683501755":"We’ll process your documents within 1-3 days. Once they are verified, we’ll notify you via email.","1684419981":"What's this?","1686800117":"{{error_msg}}","1689103988":"Second Since Epoch","1689738742":"Gold Index","1690703448":"You may transfer between your Deriv fiat, cryptocurrency, DMT5, and Deriv X accounts.","1691335819":"To continue trading with us, please confirm who you are.","1691765860":"- Negation","1693614409":"Start time","1694331708":"You can switch between CFDs, digital options, and multipliers at any time.","1695807119":"Could not load Google Drive blocks","1700233813":"Transfer from {{selected_value}} is not allowed, Please choose another account from dropdown","1708413635":"For your {{currency_name}} ({{currency}}) account","1709859601":"Exit Spot Time","1711013665":"Anticipated account turnover","1711676335":"square root","1711929663":"Your funds have been transferred","1712357617":"Invalid email address.","1715011380":"Jump 25 Index","1715630945":"Returns the total profit in string format","1719248689":"EUR/GBP/USD","1720451994":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv fiat and Deriv cryptocurrency accounts.","1720968545":"Upload passport photo page from your computer","1722401148":"The amount that you may add to your stake after each successful trade.","1723398114":"A recent utility bill (e.g. electricity, water, gas, phone or internet)","1723589564":"Represents the maximum number of outstanding contracts in your portfolio. Each line in your portfolio counts for one open position. Once the maximum is reached, you will not be able to open new positions without closing an existing position first.","1724696797":"You are limited to one fiat account only.","1726472773":"Function with no return value","1728121741":"Transactions.csv","1728183781":"About Tether","1729145421":"Risk warning","1731747596":"The block(s) highlighted in red are missing input values. Please update them and click \"Run bot\".","1732891201":"Sell price","1734185104":"Balance: %1","1734264460":"Disclaimer","1736292549":"Update postal code","1737352280":"Bot.init is not called","1738681493":"Remove your glasses, if necessary","1739384082":"Unemployed","1740371444":"Underlying market is not selected","1740843997":"Buy cryptocurrencies in an instant. Enjoy easy, quick, and secure exchanges using your local payment methods.","1743448290":"Payment agents","1743902050":"Complete your financial assessment","1745523557":"- Square root","1746051371":"Download the app","1746273643":"Moving Average Convergence Divergence","1747501260":"Sell conditions","1747523625":"Go back","1747674345":"Please use `.` as a decimal separator for fractional numbers.","1747682136":"Contract was cancelled.","1748754976":"Run","1749675724":"Deriv charges no commission across all account types.","1750065391":"Login time:","1753226544":"remove","1753975551":"Upload passport photo page","1756678453":"break out","1761038852":"Let’s continue with providing proofs of address and identity.","1761762171":"Restart last trade on error (bot ignores the unsuccessful trade): {{ checkbox }}","1762707297":"Phone number","1766993323":"Only letters, numbers, and underscores are allowed.","1767726621":"Choose agent","1768861315":"Minute","1768918213":"Only letters, space, hyphen, period, and apostrophe are allowed.","1769068935":"Choose any of these exchanges to buy cryptocurrencies:","1771037549":"Add a Deriv real account","1771592738":"Conditional block","1772532756":"Create and edit","1777847421":"This is a very common password","1778815073":"{{website_name}} is not affiliated with any Payment Agent. Customers deal with Payment Agents at their sole risk. Customers are advised to check the credentials of Payment Agents, and check the accuracy of any information about Payments Agents (on Deriv or elsewhere) before transferring funds.","1778893716":"Click here","1779519903":"Should be a valid number.","1780770384":"This block gives you a random fraction between 0.0 to 1.0.","1782308283":"Quick strategy","1782395995":"Last Digit Prediction","1782690282":"Blocks menu","1782703044":"Sign up","1787135187":"Postal/ZIP code is required","1788966083":"01-07-1999","1789497185":"Make sure your passport details are clear to read, with no blur or glare","1790770969":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies","1791432284":"Search for country","1791971912":"Recent","1793913365":"To deposit money, please switch to your {{currency_symbol}} account.","1794815502":"Download your transaction history.","1801093206":"Get candle list","1803338729":"Choose what type of contract you want to trade. For example, for the Rise/Fall trade type you can choose one of three options: Rise, Fall, or Both. Selected option will determine available options for the Purchase block.","1804620701":"Expiration","1804789128":"{{display_value}} Ticks","1806355993":"No commission","1806503050":"Please note that some payment methods might not be available in your country.","1808058682":"Blocks are loaded successfully","1808393236":"Login","1808867555":"This block uses the variable “i” to control the iterations. With each iteration, the value of “i” is determined by the items in a given list.","1810217569":"Please refresh this page to continue.","1810691615":"When you set your limits, they will be aggregated across all your account types in DTrader, DBot, and SmartTrader. For example, the losses made on all three platforms will add up and be counted towards the loss limit you set.","1811972349":"Market","1811973475":"Returns a specific character from a given string","1812582011":"Connecting to server","1813700208":"Boom 300 Index","1813958354":"Remove comment","1815034361":"alphabetic","1815995250":"Buying contract","1817154864":"This block gives you a random number from within a set range.","1820242322":"e.g. United States","1820332333":"Top up","1823177196":"Most popular","1824193700":"This block gives you the last digit of the latest tick value.","1827607208":"File not uploaded.","1828994348":"DMT5 is not available in {{country}}","1832974109":"SmartTrader","1833481689":"Unlock","1837762008":"Please submit your proof of identity and proof of address to verify your account in your account settings to access the cashier.","1838639373":"Resources","1839497304":"If you have a DMT5 or Deriv X real account, go to your <0>DMT5 or <1>Deriv X dashboard to withdraw your funds","1840865068":"set {{ variable }} to Simple Moving Average Array {{ dummy }}","1841788070":"Palladium/USD","1841996888":"Daily loss limit","1842266423":"back","1842862156":"Welcome to your Deriv X dashboard","1843658716":"If you select \"Only Downs\", you win the payout if consecutive ticks fall successively after the entry spot. No payout if any tick rises or is equal to any of the previous ticks.","1844033601":"Self-exclusion on the website only applies to your Deriv.com account and does not include other companies or websites.","1845892898":"(min: {{min_stake}} - max: {{max_payout}})","1846266243":"This feature is not available for demo accounts.","1846587187":"You have not selected your country of residence","1849484058":"Any unsaved changes will be lost.","1850031313":"- Low: the lowest price","1850132581":"Country not found","1850659345":"- Payout: the payout of the contract","1850663784":"Submit proofs","1851052337":"Place of birth is required.","1851776924":"upper","1851951013":"Please switch to your demo account to run your DBot.","1854480511":"Cashier is locked","1855566768":"List item position","1858251701":"minute","1863053247":"Please upload your identity document.","1866811212":"Deposit in your local currency via an authorised, independent payment agent in your country.","1866836018":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to your local supervisory authority.","1867217564":"Index must be a positive integer","1867783237":"High-to-Close","1869315006":"See how we protect your funds to unlock the cashier.","1869787212":"Even","1869851061":"Passwords","1870933427":"Crypto","1871196637":"True if the result of the last trade matches the selection","1871664426":"Note","1873838570":"Please verify your address","1874481756":"Use this block to purchase the specific contract you want. You may add multiple Purchase blocks together with conditional blocks to define your purchase conditions. This block can only be used within the Purchase conditions block.","1875505777":"If you have a Deriv real account, go to <0>Reports to close or sell any open positions.","1876325183":"Minutes","1877225775":"Your proof of address is verified","1877410120":"What you need to do now","1877832150":"# from end","1879042430":"Appropriateness Test, WARNING:","1879412976":"Profit amount: <0>{{profit}}","1880029566":"Australian Dollar","1880097605":"prompt for {{ string_or_number }} with message {{ input_text }}","1880875522":"Create \"get %1\"","1881018702":"hour","1881587673":"Total stake since you last cleared your stats.","1882825238":"Restart trading conditions","1883531976":"Clerks","1885708031":"#","1887852176":"Site is being updated","1889357660":"Enter a value in minutes, up to 60480 minutes (equivalent to 6 weeks).","1890171328":"By clicking Accept below and proceeding with the Account Opening you should note that you may be exposing yourself to risks (which may be significant, including the risk of loss of the entire sum invested) that you may not have the knowledge and experience to properly assess or mitigate.","1890284485":"Explore DTrader","1890332321":"Returns the number of characters of a given string of text, including numbers, spaces, punctuation marks, and symbols.","1894667135":"Please verify your proof of address","1898670234":"{{formatted_opening_time}} (GMT) on {{opening_day}},<0> {{opening_date}}.","1903437648":"Blurry photo detected","1905032541":"We're now ready to verify your identity","1906639368":"If this is the first time you try to create a password, or you have forgotten your password, please reset it.","1907884620":"Add a real Deriv Gaming account","1908239019":"Make sure all of the document is in the photo","1909647105":"TRX/USD","1909769048":"median","1913777654":"Switch account","1914014145":"Today","1914270645":"Default Candle Interval: {{ candle_interval_type }}","1917523456":"This block sends a message to a Telegram channel. You will need to create your own Telegram bot to use this block.","1917804780":"You will lose access to your Options account when it gets closed, so be sure to withdraw all your funds. (If you have a CFDs account, you can also transfer the funds from your Options account to your CFDs account.)","1918633767":"Second line of address is not in a proper format.","1918796823":"Please enter a stop loss amount.","1919030163":"Tips to take a good selfie","1920217537":"Compare","1920468180":"How to use the SMA block","1921634159":"A few personal details","1921914669":"Deposit with Deriv P2P","1922529883":"Boom 1000 Index","1922955556":"Use a longer keyboard pattern with more turns","1923431535":"“Stop loss” is deactivated and will only be available when “Deal cancellation” expires.","1924365090":"Maybe later","1924765698":"Place of birth*","1925090823":"Sorry, trading is unavailable in {{clients_country}}.","1927244779":"Use only the following special characters: . , ' : ; ( ) @ # / -","1928930389":"GBP/NOK","1929309951":"Employment Status","1929694162":"Compare accounts","1930899934":"Tether","1931659123":"Run on every tick","1934302388":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your address.","1939902659":"Signal","1941915555":"Try later","1942091675":"Cryptocurrency trading is not available for clients residing in the United Kingdom.","1943440862":"Calculates Bollinger Bands (BB) list from a list with a period","1944204227":"This block returns current account balance.","1947527527":"1. This link was sent by you","1948092185":"GBP/CAD","1949719666":"Here are the possible reasons:","1950413928":"Submit identity documents","1952580688":"Submit passport photo page","1955219734":"Town/City*","1957759876":"Upload identity document","1958807602":"4. 'Table' takes an array of data, such as a list of candles, and displays it in a table format.","1959678342":"Highs & Lows","1960240336":"first letter","1964097111":"USD","1964165648":"Connection lost","1965916759":"Asian options settle by comparing the last tick with the average spot over the period.","1966023998":"2FA enabled","1966281100":"Console {{ message_type }} value: {{ input_message }}","1968025770":"Bitcoin Cash","1968077724":"Agriculture","1968368585":"Employment status","1971898712":"Add or manage account","1973536221":"You have no open positions yet.","1982912252":"Relative Strength Index (RSI) from a list with a period","1983001416":"Define your trade options such as multiplier and stake. This block can only be used with the multipliers trade type. If you select another trade type, this block will be replaced with the Trade options block.","1983387308":"Preview","1983544897":"P.O. Box is not accepted in address","1983676099":"Please check your email for details.","1984700244":"Request an input","1985637974":"Any blocks placed within this block will be executed at every tick. If the default candle interval is set to 1 minute in the Trade Parameters root block, the instructions in this block will be executed once every minute. Place this block outside of any root block.","1986498784":"BTC/LTC","1987080350":"Demo","1987447369":"Your cashier is locked","1988153223":"Email address","1988302483":"Take profit:","1988601220":"Duration value","1990735316":"Rise Equals","1991448657":"Don't know your tax identification number? Click <0>here to learn more.","1991524207":"Jump 100 Index","1994558521":"The platforms aren’t user-friendly.","1994600896":"This block requires a list of candles as an input parameter.","1995023783":"First line of address*","1996767628":"Please confirm your tax information.","1997138507":"If the last tick is equal to the average of the ticks, you don't win the payout.","1998199587":"You can also exclude yourself entirely for a specified duration. If, at any time, you decide to trade again, you must then contact our Customer Support to remove this self-exclusion. There will be a 24-hour-cooling-off period before you can resume trading. ","2001222130":"Check your spam or junk folder. If it's not there, try resending the email.","2004792696":"If you are a UK resident, to self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","2007028410":"market, trade type, contract type","2007092908":"Trade with leverage and low spreads for better returns on successful trades.","2008809853":"Please proceed to withdraw your funds before 30 November 2021.","2009620100":"DBot will not proceed with any new trades. Any ongoing trades will be completed by our system. Any unsaved changes will be lost.<0>Note: Please check your statement to view completed transactions.","2009770416":"Address:","2010031213":"Trade on Deriv X","2010759971":"Uploads successful","2010866561":"Returns the total profit/loss","2011609940":"Please input number greater than 0","2011808755":"Purchase Time","2014590669":"Variable '{{variable_name}}' has no value. Please set a value for variable '{{variable_name}}' to notify.","2017672013":"Please select the country of document issuance.","2021037737":"Please update your details to continue.","2023659183":"Student","2023762268":"I prefer another trading website.","2024107855":"{{payment_agent}} agent contact details:","2025339348":"Move away from direct light — no glare","2027625329":"Simple Moving Average Array (SMAA)","2027696535":"Tax information","2028163119":"EOS/USD","2030018735":"RSI is a technical analysis tool that helps you identify the market trend. It will give you a value from 0 to 100. An RSI value of 70 and above means that the asset is overbought and the current trend may reverse, while a value of 30 and below means that the asset is oversold.","2030045667":"Message","2033648953":"This block gives you the specified candle value for a selected time interval.","2034803607":"You must be 18 years old and above.","2035258293":"Start trading with us","2035925727":"sort {{ sort_type }} {{ sort_direction }} {{ input_list }}","2036578466":"Should be {{value}}","2037481040":"Choose a way to fund your account","2037665157":"Expand All Blocks","2037906477":"get sub-list from #","2042050260":"- Purchase price: the purchase price (stake) of the contract","2044086432":"The close is the latest tick at or before the end time. If you selected a specific end time, the end time is the selected time.","2046273837":"Last tick","2048110615":"Email address*","2048134463":"File size exceeded.","2050080992":"Tron","2050170533":"Tick list","2051558666":"View transaction history","2054500647":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC and Deriv (V) Ltd.","2054889300":"Create \"%1\"","2055317803":"Copy the link to your mobile browser","2057082550":"Accept our updated <0>terms and conditions","2057419639":"Exit Spot","2062912059":"function {{ function_name }} {{ function_params }}","2063655921":"By purchasing the \"Close-to-Low\" contract, you'll win the multiplier times the difference between the close and low over the duration of the contract.","2063812316":"Text Statement","2063890788":"Cancelled","2065278286":"Spread","2070002739":"Don’t accept","2070752475":"Regulatory Information","2074235904":"Last name is required.","2074497711":"The Telegram notification could not be sent","2080553498":"3. Get the chat ID using the Telegram REST API (read more: https://core.telegram.org/bots/api#getupdates)","2080829530":"Sold for: {{sold_for}}","2081088445":"When you set your limits or self-exclusion, they will be aggregated across all your account types in DTrader and DBot. For example, the losses made on both platforms will add up and be counted towards the loss limit you set.","2084693624":"Converts a string representing a date/time string into seconds since Epoch. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825. Time and time zone offset are optional.","2084925123":"Use our fiat onramp services to buy and deposit cryptocurrency into your Deriv account.","2085387371":"Must be numbers, letters, and special characters . , ' -","2085602195":"- Entry value: the value of the first tick of the contract","2086742952":"You have added a real Options account.<0/>Make a deposit now to start trading.","2086792088":"Both barriers should be relative or absolute","2088735355":"Your session and login limits","2089299875":"Total assets in your Deriv real accounts.","2091671594":"Status","2093167705":"You can only make deposits. Please contact us via live chat for more information.","2093675079":"- Close: the closing price","2096014107":"Apply","2096456845":"Date of birth*","2097170986":"About Tether (Omni)","2097381850":"Calculates Simple Moving Average line from a list with a period","2100713124":"account","2101972779":"This is the same as the above example, using a tick list.","2102115846":"Financial products in the EU are offered by Deriv Investments (Europe) Limited, licensed as a Category 3 Investment Services provider by the Malta Financial Services Authority (<0>licence no. IS/70156).","2102572780":"Length of digit code must be 6 characters.","2104115663":"Last login","2104397115":"Please go to your account settings and complete your personal details to enable deposits and withdrawals.","2107381257":"Scheduled cashier system maintenance","2109208876":"Manage {{platform}} Demo {{account_title}} account password","2109312805":"The spread is the difference between the buy price and sell price. A variable spread means that the spread is constantly changing, depending on market conditions. A fixed spread remains constant but is subject to alteration, at the Broker's absolute discretion.","2110365168":"Maximum number of trades reached","2111015970":"This block helps you check if your contract can be sold. If your contract can be sold, it returns “True”. Otherwise, it returns an empty string.","2111528352":"Creating a variable","2112119013":"Take a selfie showing your face","2112175277":"with delimiter","2113321581":"Add a Deriv Gaming account","2115007481":"Total assets in your Deriv demo accounts.","2115223095":"Loss","2117073379":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","2117165122":"1. Create a Telegram bot and get your Telegram API token. Read more on how to create bots in Telegram here: https://core.telegram.org/bots#6-botfather","2117489390":"Auto update in {{ remaining }} seconds","2118315870":"Where do you live?","2119449126":"Example output of the below example will be:","2120617758":"Set up your trade","2121227568":"NEO/USD","2127564856":"Withdrawals are locked","2131963005":"Please withdraw your funds from the following Deriv MT5 account(s):","2133451414":"Duration","2133470627":"This block returns the potential payout for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","2133778783":"DMT5 Synthetic","2135563258":"Forex trading frequency","2136246996":"Selfie uploaded","2137901996":"This will clear all data in the summary, transactions, and journal panels. All counters will be reset to zero.","2137993569":"This block compares two values and is used to build a conditional structure.","2138861911":"Scans and photocopies are not accepted","2139171480":"Reset Up/Reset Down","2139362660":"left side","2141055709":"New {{type}} password","2143803283":"Purchase Error","2144609616":"If you select \"Reset-Down”, you win the payout if the exit spot is strictly lower than either the entry spot or the spot at reset time.","2145690912":"Income Earning","2145995536":"Create new account","2146336100":"in text %1 get %2","2146892766":"Binary options trading experience","-612174191":"First line of address is required","-242734402":"Only {{max}} characters, please.","-378415317":"State is required","-1784470716":"State is not in a proper format","-1699820408":"Please enter a {{field_name}} under {{max_number}} characters.","-1575567374":"postal/ZIP code","-1497654315":"Our accounts and services are unavailable for the Jersey postal code.","-755626951":"Complete your address details","-1024240099":"Address","-584911871":"Select wallet currency","-1461267236":"Please choose your currency","-1352330125":"CURRENCY","-1027595143":"Less than $25,000","-40491332":"$25,000 - $50,000","-1139806939":"$50,001 - $100,000","-626752657":"0-1 year","-532014689":"1-2 years","-1001024004":"Over 3 years","-790513277":"6-10 transactions in the past 12 months","-580085300":"11-39 transactions in the past 12 months","-654781670":"Primary","-1717373258":"Secondary","-996132458":"Construction","-915003867":"Health","-1430012453":"Information & Communications Technology","-987824916":"Science & Engineering","-146630682":"Social & Cultural","-761306973":"Manufacturing","-739367071":"Employed","-1156937070":"$500,001 - $1,000,000","-315534569":"Over $1,000,000","-2068544539":"Salaried Employee","-531314998":"Investments & Dividends","-1235114522":"Pension","-1298056749":"State Benefits","-449943381":"Savings & Inheritance","-1631552645":"Professionals","-474864470":"Personal Care, Sales and Service Workers","-1129355784":"Agricultural, Forestry and Fishery Workers","-1242914994":"Craft, Metal, Electrical and Electronics Workers","-1317824715":"Cleaners and Helpers","-1592729751":"Mining, Construction, Manufacturing and Transport Workers","-2137323480":"Company Ownership","-1590574533":"Divorce Settlement","-1667683002":"Inheritance","-1237843731":"Investment Income","-777506574":"Sale of Property","-1161338910":"First name is required.","-1161818065":"Last name should be between 2 and 50 characters.","-1281693513":"Date of birth is required.","-26599672":"Citizenship is required","-912174487":"Phone is required.","-673765468":"Letters, numbers, spaces, periods, hyphens and forward slashes only.","-1356204661":"This Tax Identification Number (TIN) is invalid. You may continue with account creation, but to facilitate future payment processes, valid tax information will be required.","-1823540512":"Personal details","-1227878799":"Speculative","-1174064217":"Mr","-855506127":"Ms","-204765990":"Terms of use","-931052769":"Submit verification","-1004605898":"Tips","-1938142055":"Documents uploaded","-448090287":"The link only works on mobile devices","-1244287721":"Something's gone wrong","-241258681":"You'll need to restart your verification on your computer","-929254273":"Get secure link","-2021867851":"Check back here to finish the submission","-1547069149":"Open the link and complete the tasks","-1767652006":"Here's how to do it:","-277611959":"You can now return to your computer to continue","-724178625":"Make sure full document is visible","-1519380038":"Glare detected","-1895280620":"Make sure your card details are clear to read, with no blur or glare","-1464447919":"Make sure your permit details are clear to read, with no blur or glare","-1436160506":"Make sure details are clear to read, with no blur or glare","-759124288":"Close","-759118956":"Redo","-753375398":"Enlarge image","-1042933881":"Driver's license","-1503134764":"Face photo page","-1335343167":"Sorry, no mobile phone bills","-699045522":"Documents you can use to verify your identity","-543666102":"It must be an official photo ID","-903877217":"These are the documents most likely to show your current home address","-1356835948":"Choose document","-1364375936":"Select a %{country} document","-401586196":"or upload photo – no scans or photocopies","-3110517":"Take a photo with your phone","-2033894027":"Submit identity card (back)","-20684738":"Submit license (back)","-1359585500":"Submit license (front)","-106779602":"Submit residence permit (back)","-1287247476":"Submit residence permit (front)","-1954762444":"Restart the process on the latest version of Safari","-261174676":"Must be under 10MB.","-685885589":"An error occurred while loading the component","-502539866":"Your face is needed in the selfie","-1377968356":"Please try again","-1226547734":"Try using a JPG or PNG file","-849068301":"Loading...","-1730346712":"Loading","-1849371752":"Check that your number is correct","-309848900":"Copy","-1424436001":"Send link","-1093833557":"How to scan a QR code","-1408210605":"Point your phone’s camera at the QR code","-1773802163":"If it doesn’t work, download a QR code scanner from Google Play or the App Store","-109026565":"Scan QR code","-1644436882":"Get link via SMS","-1667839246":"Enter mobile number","-1533172567":"Enter your mobile number:","-1352094380":"Send this one-time link to your phone","-28974899":"Get your secure link","-359315319":"Continue","-1279080293":"2. Your desktop window stays open","-102776692":"Continue with the verification","-89152891":"Take a photo of the back of your card","-1646367396":"Take a photo of the front of your card","-1350855047":"Take a photo of the front of your license","-2119367889":"Take a photo using the basic camera mode instead","-342915396":"Take a photo","-419040068":"Passport photo page","-1354983065":"Refresh","-1925063334":"Recover camera access to continue face verification","-54784207":"Camera access is denied","-1392699864":"Allow camera access","-269477401":"Provide the whole document page for best results","-864639753":"Upload back of card from your computer","-1309771027":"Upload front of license from your computer","-1722060225":"Take photo","-565732905":"Selfie","-1703181240":"Check that it is connected and functional. You can also continue verification on your phone","-2043114239":"Camera not working?","-2029238500":"It may be disconnected. Try using your phone instead.","-468928206":"Make sure your device's camera works","-466246199":"Camera not working","-698978129":"Remember to press stop when you're done. Redo video actions","-538456609":"Looks like you took too long","-781816433":"Photo of your face","-1471336265":"Make sure your selfie clearly shows your face","-1375068556":"Check selfie","-1914530170":"Face forward and make sure your eyes are clearly visible","-776541617":"We'll compare it with your document","-478752991":"Your link will expire in one hour","-1859729380":"Keep this window open while using your mobile","-1283761937":"Resend link","-629011256":"Don't refresh this page","-1005231905":"Once you've finished we'll take you to the next step","-542134805":"Upload photo","-1462975230":"Document example","-1472844935":"The photo should clearly show your document","-883103549":"Account deactivated","-1466827732":"Self exclusion","-1498206510":"Account limits","-241588481":"Login history","-966136867":"Connected apps","-213009361":"Two-factor authentication","-1214803297":"Dashboard-only path","-526636259":"Error 404","-1030759620":"Government Officers","-612752984":"These are default limits that we apply to your accounts.","-1598263601":"To learn more about trading limits and how they apply, please go to the <0>Help Centre.","-1411635770":"Learn more about account limits","-1340125291":"Done","-1786659798":"Trading limits - Item","-1101543580":"Limit","-858297154":"Represents the maximum amount of cash that you may hold in your account. If the maximum is reached, you will be asked to withdraw funds.","-1182362640":"Represents the maximum aggregate payouts on outstanding contracts in your portfolio. If the maximum is attained, you may not purchase additional contracts without first closing out existing positions.","-1781293089":"Maximum aggregate payouts on open positions","-1412690135":"*Any limits in your Self-exclusion settings will override these default limits.","-1598751496":"Represents the maximum volume of contracts that you may purchase in any given trading day.","-1359847094":"Trading limits - Maximum daily turnover","-1502578110":"Your account is fully authenticated and your withdrawal limits have been lifted.","-854023608":"To increase limit please verify your identity","-1500958859":"Verify","-1662154767":"a recent utility bill (e.g. electricity, water, gas, landline, or internet), bank statement, or government-issued letter with your name and this address.","-190838815":"We need this for verification. If the information you provide is fake or inaccurate, you won’t be able to deposit and withdraw.","-223216785":"Second line of address*","-594456225":"Second line of address","-1315410953":"State/Province","-1940457555":"Postal/ZIP Code*","-1964954030":"Postal/ZIP Code","-1541554430":"Next","-71696502":"Previous","-231863107":"No","-786372363":"Learn more about API token","-55560916":"To access our mobile apps and other third-party apps, you'll first need to generate an API token.","-198329198":"API Token","-763859447":"Click here to copy token","-605778668":"Never","-32386760":"Name","-1628008897":"Token","-1238499897":"Last Used","-1049724201":"Scope","-1171226355":"Length of token name must be between {{MIN_TOKEN}} and {{MAX_TOKEN}} characters.","-1803339710":"Maximum {{MAX_TOKEN}} characters.","-408613988":"Select scopes based on the access you need.","-1052849013":"View account activity such as settings, limits, balance sheets, trade purchase history, and more.","-1076138910":"Trade","-1666909852":"Payments","-147694447":"Withdraw to payment agents, and transfer funds between accounts.","-1927980053":"Open accounts, manage settings, manage token usage, and more.","-488597603":"Trading information","-1117963487":"Name your token and click on 'Create' to generate your token.","-2005211699":"Create","-2115275974":"CFDs","-988523882":"DMT5","-359091713":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} or Deriv X account.","-460645791":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} account.","-1146960797":"Fiat currencies","-1959484303":"Cryptocurrencies","-561724665":"You are limited to one fiat currency only","-1319246342":"Tether as an ERC20 token (eUSDT) is a version of Tether that is hosted on Ethereum, an open software platform where anyone can build and deploy decentralised applications.","-2087317410":"Oops, something went wrong.","-1437206131":"JPEG JPG PNG PDF GIF","-820458471":"1 - 6 months old","-155705811":"A clear colour photo or scanned image","-587941902":"Issued under your name with your current address","-438669274":"JPEG JPG PNG PDF GIF","-723198394":"File size should be 8MB or less","-1948369500":"File uploaded is not supported","-1040865880":"Drop files here..","-1100235269":"Industry of employment","-684388823":"Estimated net worth","-509054266":"Anticipated annual turnover","-601903492":"Forex trading experience","-1012699451":"CFD trading experience","-1437017790":"Financial information","-39038029":"Trading experience","-1044962593":"Upload Document","-164448351":"Show less","-1361653502":"Show more","-337620257":"Switch to real account","-2120454054":"Add a real account","-38915613":"Unsaved changes","-2137450250":"You have unsaved changes. Are you sure you want to discard changes and leave this page?","-1067082004":"Leave Settings","-1416797980":"Please enter your {{ field_name }} as in your official identity documents.","-1466268810":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your <0>account settings.","-1120954663":"First name*","-1659980292":"First name","-1857534296":"John","-1485480657":"Other details","-1315571766":"Place of birth","-2040322967":"Citizenship","-1692219415":"Tax residence","-1903720068":"The country in which you meet the criteria for paying taxes. Usually the country in which you physically reside.","-651516152":"Tax Identification Number","-1387062433":"Account opening reason","-1451334536":"Continue trading","-1525879032":"Your documents for proof of address is expired. Please submit again.","-1425489838":"Proof of address verification not required","-1008641170":"Your account does not need address verification at this time. We will inform you if address verification is required in the future.","-60204971":"We could not verify your proof of address","-1944264183":"To continue trading, you must also submit a proof of identity.","-2004327866":"Please select a valid country of document issuance.","-1664159494":"Country","-1552821634":"Try submitting an ID document instead.","-1176889260":"Please select a document type.","-1515286538":"Please enter your document number. ","-1785463422":"Verify your identity","-78467788":"Please select the document type and enter the ID number.","-1117345066":"Choose the document type","-651192353":"Sample:","-1263033978":"Please ensure all your personal details are the same as in your chosen document. If you wish to update your personal details, go to account settings.","-937707753":"Go Back","-1926456107":"The ID you submitted is expired.","-555047589":"It looks like your identity document has expired. Please try again with a valid document.","-841187054":"Try Again","-2097808873":"We were unable to verify your ID with the details you provided. ","-228284848":"We were unable to verify your ID with the details you provided.","-1443800801":"Your ID number was submitted successfully","-1391934478":"Your ID is verified. You will also need to submit proof of your address.","-118547687":"ID verification passed","-749870311":"Please contact us via <0>live chat.","-200989771":"Go to personal details","-1358357943":"Please check and update your postal code before submitting proof of identity.","-1401994581":"Your personal details are missing","-1084991359":"Proof of identity verification not required","-1981334109":"Your account does not need identity verification at this time. We will inform you if identity verification is required in the future.","-1909155192":"We were unable to verify your document automatically. We will try to verify your document manually. Please check back in 1-3 days.","-182918740":"Your proof of identity submission failed because:","-337979330":"We could not verify your proof of identity","-706528101":"As a precaution, we have disabled trading, deposits and withdrawals for this account. If you have any questions, please go to our Help Center.<0>Help Centre.","-856213726":"You must also submit a proof of address.","-1389323399":"You should enter {{min_number}}-{{max_number}} characters.","-1313806160":"Please request a new password and check your email for the new token.","-329713179":"Ok","-1598167506":"Success","-1077809489":"You have a new {{platform}} password to log in to your {{platform}} accounts on the web and mobile apps.","-2068479232":"{{platform}} password","-1332137219":"Strong passwords contain at least 8 characters that include uppercase and lowercase letters, numbers, and symbols.","-1597186502":"Reset {{platform}} password","-848721396":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. If you live in the United Kingdom, Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request. If you live in the Isle of Man, Customer Support can only remove or weaken your trading limits after your trading limit period has expired.","-469096390":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request.","-42808954":"You can also exclude yourself entirely for a specified duration. This can only be removed once your self-exclusion has expired. If you wish to continue trading once your self-exclusion period expires, you must contact Customer Support by calling <0>+447723580049 to lift this self-exclusion. Requests by chat or email shall not be entertained. There will be a 24-hour cooling-off period before you can resume trading.","-135354733":"These self-exclusion limits help you control the amount of money and time you spend trading on DTrader, DBot, and SmartTrader. The limits you set here will help you exercise <0>responsible trading.","-1702324712":"These limits are optional, and you can adjust them at any time. You decide how much and how long you’d like to trade. If you don’t wish to set a specific limit, leave the field blank.","-1819875658":"You can also exclude yourself entirely for a specified duration. Once the self-exclusion period has ended, you can either extend it further or resume trading immediately. If you wish to reduce or remove the self-exclusion period, contact our <0>Customer Support.","-1031814119":"About trading limits and self-exclusion","-183468698":"Trading limits and self-exclusion","-933963283":"No, review my limits","-1759860126":"Yes, log me out immediately","-839094775":"Back","-572347855":"{{value}} mins","-313333548":"You’ll be able to adjust these limits at any time. You can reduce your limits from the <0>self-exclusion page. To increase or remove your limits, please contact our <1>Customer Support team.","-1265833982":"Accept","-2123139671":"Your stake and loss limits","-1250802290":"24 hours","-2070080356":"Max. total stake","-1545823544":"7 days","-180147209":"You will be automatically logged out from each session after this time limit.","-374553538":"Your account will be excluded from the website until this date (at least 6 months, up to 5 years).","-2121421686":"To self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","-2105708790":"Your maximum account balance and open positions","-1960600163":"Once your account balance reaches this amount, you will not be able to deposit funds into your account.","-1073845224":"No. of open position(s)","-288196326":"Your maximum deposit limit","-568749373":"Max. deposit limit","-1884902844":"Max. deposit limit per day","-545085253":"Max. deposit limit over 7 days","-1031006762":"Max. deposit limit over 30 days","-1116871438":"Max. total loss over 30 days","-2134714205":"Time limit per session","-1884271702":"Time out until","-1265825026":"Timeout time must be greater than current time.","-1332882202":"Timeout time cannot be more than 6 weeks.","-1635977118":"Exclude time cannot be less than 6 months.","-1617352279":"The email is in your spam folder (Sometimes things get lost there).","-547557964":"We can’t deliver the email to this address (Usually because of firewalls or filtering).","-1964320730":"Please click on the link in the email to change your <0>Deriv X password.","-976364600":"Please click on the link in the email to change your DMT5 password.","-2073934245":"The financial trading services offered on this site are only suitable for customers who accept the possibility of losing all the money they invest and who understand and have experience of the risk involved in the purchase of financial contracts. Transactions in financial contracts carry a high degree of risk. If the contracts you purchased expire as worthless, you will lose all your investment, which includes the contract premium.","-679569665":"Your account will be opened with Deriv (MX) Ltd, regulated by the UK Gaming Commission (UKGC), and will be subject to the laws of the Isle of Man.","-1970096931":"Your account will be opened with Deriv (Europe) Limited, regulated by the Malta Gaming Authority, and will be subject to the laws of Malta.","-1300699650":"Your account will be opened with Deriv Capital International Ltd and will be subject to the laws of Samoa.","-1125193491":"Add account","-2068229627":"I am not a PEP, and I have not been a PEP in the last 12 months.","-428335668":"You will need to set a password to complete the process.","-1850792730":"Unlink from {{identifier_title}}","-2139303636":"You may have followed a broken link, or the page has moved to a new address.","-1448368765":"Error code: {{error_code}} page not found","-2145244263":"This field is required","-70342544":"We’re legally obliged to ask for your financial information.","-1894668798":"Other trading instruments experience","-1026468600":"Other trading instruments frequency","-179005984":"Save","-789291456":"Tax residence*","-1651554702":"Only alphabet is allowed","-1458676679":"You should enter 2-50 characters.","-1166111912":"Use only the following special characters: {{ permitted_characters }}","-884768257":"You should enter 0-35 characters.","-2113555886":"Only letters, numbers, space, and hyphen are allowed.","-874280157":"This Tax Identification Number (TIN) is invalid. You may continue using it, but to facilitate future payment processes, valid tax information will be required.","-1037916704":"Miss","-1113902570":"Details","-634958629":"We use the information you give us only for verification purposes. All information is kept confidential.","-731992635":"Title*","-352888977":"Title","-136976514":"Country of residence*","-945104751":"We’re legally obliged to ask for your tax information.","-1702919018":"Second line of address (optional)","-1124948631":"Professional Client","-1463348492":"I would like to be treated as a professional client.","-1958764604":"Email preference","-2121071263":"Check this box to receive updates via email.","-2068064150":"Get updates about Deriv products, services and events.","-1558679249":"Please make sure your information is correct or it may affect your trading experience.","-862399107":"We’re sorry to see you leave. Your account is now deactivated.","-1822545742":"Ether Classic","-1334641066":"Litecoin","-1214036543":"US Dollar","-1782590355":"No currency has been set for this account","-536187647":"Confirm revoke access?","-1357606534":"Permission","-570222048":"Revoke access","-2116332353":"Please close your positions in the following Deriv account(s):","-2048005267":"{{number_of_positions}} position(s)","-1923892687":"Please withdraw your funds from the following Deriv X account(s):","-684271315":"OK","-1629894615":"I have other financial priorities.","-844051272":"I want to stop myself from trading.","-1113965495":"I’m no longer interested in trading.","-1224285232":"Customer service was unsatisfactory.","-401778324":"I’m deactivating my account for other reasons.","-9323953":"Remaining characters: {{remaining_characters}}","-1248180182":"Deactivate account?","-136868676":"Deactivating your account will automatically log you out. You can reactivate your account by logging in at any time.","-1318334333":"Deactivate","-1219849101":"Please select at least one reason","-484540402":"An error occurred","-1911549768":"Inaccessible MT5 account(s)","-1869355019":"Action required","-1944396623":"Before you deactivate your account, you’ll need to:","-1427203041":"1. Ensure to close all your positions","-115851087":"If you have a DMT5 or Deriv X real account, log in to close any open positions.","-1191568235":"2. Withdraw your funds","-1323183253":"If you have a Deriv real account, go to <0>Cashier to withdraw your funds.","-72910365":"If you have a DMT5 real account, go to your <0>DMT5 dashboard to withdraw your funds","-249431422":"Continue to account deactivation","-1725454783":"Failed","-506510414":"Date and time","-1708927037":"IP address","-365847515":"Apps you can use with your Deriv login:","-26491905":"You're using your {{identifier_title}} account to log in to your Deriv account. To change your login method into using a username and password, click the <0>Unlink button.","-596920538":"Unlink","-1319725774":"DMT5 Password","-1403020742":"Your DMT5 password is for logging in to your Deriv MT5 accounts on the desktop, web, and mobile apps.","-340060402":"Your Deriv X password is for logging in to your Deriv X accounts on the web and mobile apps.","-872790083":"Click the <0>Change password button to change your Deriv X password.","-412891493":"Disable 2FA","-200487676":"Enable","-1840392236":"That's not the right code. Please try again.","-307075478":"6 digit code","-790444493":"Protect your account with 2FA. Each time you log in to your account, you will need to enter your password and an authentication code generated by a 2FA app on your smartphone.","-368010540":"You have enabled 2FA for your Deriv account.","-403552929":"To disable 2FA, please enter the six-digit authentication code generated by your 2FA app below:","-752939584":"How to set up 2FA for your Deriv account","-1691236701":"Scan the QR code below with your 2FA app. We recommend <0>Authy or <1>Google Authenticator. We do not support <2>Duo Mobile.","-90649785":"Click here to copy key","-206376148":"Key copied!","-650175948":"A recent bank statement or government-issued letter with your name and address.","-2006895756":"1. Address","-716361389":"An accurate and complete address helps to speed up your verification process.","-890084320":"Save and submit","-902076926":"Before uploading your document, please ensure that your personal details are updated to match your proof of identity. This will help to avoid delays during the verification process.","-1517325716":"Deposit via the following payment methods:","-1547606079":"We accept the following cryptocurrencies:","-42592103":"Deposit cryptocurrencies","-639677539":"Buy cryptocurrencies","-1560098002":"Buy cryptocurrencies via fiat onramp","-541870313":"Deposit via payment agents","-72314872":"Deposit in your local currency via peer-to-peer exchange with fellow traders in your country.","-58126117":"Your simple access to crypto. Fast and secure way to exchange and purchase cryptocurrencies. 24/7 live chat support.","-1975494965":"Cashier","-1186807402":"Transfer","-1787304306":"Deriv P2P","-1705887186":"Your deposit is successful.","-142361708":"In process","-1582681840":"We’ve received your request and are waiting for more blockchain confirmations.","-1626218538":"You’ve cancelled your withdrawal request.","-1062841150":"Your withdrawal is unsuccessful due to an error on the blockchain. Please <0>contact us via live chat for more info.","-630780094":"We’re awaiting confirmation from the blockchain.","-1525882769":"Your withdrawal is unsuccessful. We've sent you an email with more information.","-298601922":"Your withdrawal is successful.","-2021135479":"This field is required.","-1870909526":"Our server cannot retrieve an address.","-582721696":"The current allowed withdraw amount is {{format_min_withdraw_amount}} to {{format_max_withdraw_amount}} {{currency}}","-1957498244":"more","-1684548351":"Switch to crypto account","-197251450":"Don't want to trade in {{currency_code}}? You can open another cryptocurrency account.","-212277385":"You can no longer change your account currency because you've made a deposit into your fiat account or created a real DMT5 or Deriv X account. Please contact us via <0>live chat for clarification.","-1900848111":"This is your {{currency_code}} account.","-749765720":"Your fiat account currency is set to {{currency_code}}.","-803546115":"Manage your accounts ","-1463156905":"Learn more about payment methods","-486580863":"Transfer to","-1995606668":"Amount","-344403983":"Description","-1746825352":"Please confirm the transaction details in order to complete the transfer:","-1272778997":"We've sent you an email.","-89973258":"Resend email in {{seconds}}s","-2024958619":"This is to protect your account from unauthorised withdrawals.","-2061807537":"Something’s not right","-1675848843":"Error","-283017497":"Retry","-1157701227":"You need at least two accounts","-1366788579":"Please create another Deriv, DMT5, or Deriv X account.","-380740368":"Please create another Deriv or DMT5 account.","-417711545":"Create account","-1321645628":"Your cashier is currently locked. Please contact us via live chat to find out how to unlock it.","-60779216":"Withdrawals are temporarily unavailable due to system maintenance. You can make your withdrawals when the maintenance is complete.","-215186732":"You’ve not set your country of residence. To access Cashier, please update your country of residence in the Personal details section in your account settings.","-1392897508":"The identification documents you submitted have expired. Please submit valid identity documents to unlock Cashier. ","-1158467524":"Your account is temporarily disabled. Please contact us via live chat to enable deposits and withdrawals again.","-929148387":"Please set your account currency to enable deposits and withdrawals.","-1318742415":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and request for withdrawals.","-541392118":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and access your cashier.","-247122507":"Your cashier is locked. Please complete the <0>financial assessment to unlock it.","-1443721737":"Your cashier is locked. See <0>how we protect your funds before you proceed.","-901712457":"Your access to Cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to <0>Self-exclusion and set your 30-day turnover limit.","-666905139":"Deposits are locked","-378858101":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits.","-166472881":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits and withdrawals.","-1037495888":"You have chosen to exclude yourself from trading on our website until {{exclude_until}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","-949074612":"Please contact us via live chat.","-127614820":"Unfortunately, you can only make deposits. Please contact us via live chat to enable withdrawals.","-759000391":"We were unable to verify your information automatically. To enable this function, you must complete the following:","-1638172550":"To enable this feature you must complete the following:","-1632668764":"I accept","-1196049878":"First line of home address","-1326406485":"Postal Code/ZIP","-939625805":"Telephone","-442575534":"Email verification failed","-1459042184":"Update your personal details","-1603543465":"We can't validate your personal details because there is some information missing.","-614516651":"Need help? <0>Contact us.","-1332236294":"Please verify your identity","-203002433":"Deposit now","-720315013":"You have no funds in your {{currency}} account","-2052373215":"Please make a deposit to use this feature.","-553249337":"Transfers are locked","-705272444":"Upload a proof of identity to verify your identity","-1196994774":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency accounts.","-1611462487":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts and between your Deriv cryptocurrency and Deriv X accounts.","-1059419768":"Notes","-1905569336":"You may transfer between your Deriv fiat, cryptocurrency, and DMT5 accounts.","-201770295":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts, up to {{ allowed_mt5 }} transfers between your Deriv and DMT5 accounts, and up to {{ allowed_dxtrade }} transfers between your Deriv and Deriv X accounts.","-1260947881":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts and up to {{ allowed_mt5 }} transfers between your Deriv and DMT5 accounts.","-1151983985":"Transfer limits may vary depending on the exchange rates.","-1747571263":"Please bear in mind that some transfers may not be possible.","-757062699":"Transfers may be unavailable due to high volatility or technical issues and when the exchange markets are closed.","-1221972195":"DMT5 accounts","-1344870129":"Deriv accounts","-1156059326":"You have {{number}} transfer remaining for today.","-1593609508":"Transfer between your accounts in Deriv","-464965808":"Transfer limits: <0 /> - <1 />","-1077304626":"Amount ({{currency}})","-1559994981":"Approximate value","-190084602":"Transaction","-811190405":"Time","-2004264970":"Your wallet address should have 25 to 64 characters.","-1707299138":"Your {{currency_symbol}} wallet address","-1179992129":"All payment agents","-922432739":"Please enter a valid client login ID.","-1024241603":"Insufficient balance.","-1979554765":"Please enter a valid description.","-596416199":"By name","-1169636644":"By payment agent ID","-118683067":"Withdrawal limits: <0 />-<1 />","-544232635":"Please go to the Deposit page to generate an address. Then come back here to continue with your transaction.","-1161069724":"Please copy the crypto address you see below. You'll need it to deposit your cryptocurrency.","-1388977563":"Copied!","-1962894999":"This address can only be used ONCE. Please copy a new one for your next transaction.","-451858550":"By clicking 'Continue' you will be redirected to {{ service }}, a third-party payment service provider. Please note that {{ website_name }} is not responsible for the content or services provided by {{ service }}. If you encounter any issues related to {{ service }} services, you must contact {{ service }} directly.","-344959847":"A payment agent is authorised to process deposits and withdrawals for you if your local payment methods or currencies are not supported on {{website_name}}.","-1232852916":"We’re switching over to your {{currency}} account to view the transaction.","-38063175":"{{account_text}} wallet","-1474202916":"Make a new withdrawal","-460879294":"You're not done yet. To receive the transferred funds, you must contact the payment agent for further instruction. A summary of this transaction has been emailed to you for your records.","-299033842":"Recent transactions","-348296830":"{{transaction_type}} {{currency}}","-1929538515":"{{amount}} {{currency}} on {{submit_date}}","-1534990259":"Transaction hash:","-1612346919":"View all","-598073640":"About Tether (Ethereum)","-275902914":"Tether on Ethereum (eUSDT)","-1188009792":"Tether on Omni Layer (USDT)","-1239329687":"Tether was originally created to use the bitcoin network as its transport protocol ‒ specifically, the Omni Layer ‒ to allow transactions of tokenised traditional currency.","-2013448791":"Want to exchange between e-wallet currencies? Try <0>Ewallet.Exchange","-993393818":"Binance Smart Chain","-561858764":"Polygon (Matic)","-410890127":"Ethereum (ERC20)","-1059526741":"Ethereum (ETH)","-1615615253":"We do not support Tron, to deposit please use only Ethereum ({{token}}).","-1831000957":"Please select the network from where your deposit will come from.","-314177745":"Unfortunately, we couldn't get the address since our server was down. Please click Refresh to reload the address or try again later.","-1345040662":"Looking for a way to buy cryptocurrency?","-2005265642":"Fiat onramp is a cashier service that allows you to convert fiat currencies to crypto to top up your Deriv crypto accounts. Listed here are third-party crypto exchanges. You’ll need to create an account with them to use their services.","-1593063457":"Select payment channel","-130833284":"Please note that your maximum and minimum withdrawal limits aren’t fixed. They change due to the high volatility of cryptocurrency.","-1531269493":"We'll send you an email once your transaction has been processed.","-113940416":"Current stake:","-1999539705":"Deal cancel. fee:","-447037544":"Buy price:","-1342699195":"Total profit/loss:","-1511825574":"Profit/Loss:","-726626679":"Potential profit/loss:","-338379841":"Indicative price:","-1525144993":"Payout limit:","-1167474366":"Tick ","-555886064":"Won","-529060972":"Lost","-571642000":"Day","-155989831":"Decrement value","-1192773792":"Don't show this again","-1769852749":"N/A","-1572746946":"Asian Up","-686840306":"Asian Down","-2141198770":"Higher","-816098265":"Lower","-1646655742":"Spread Up","-668987427":"Spread Down","-912577498":"Matches","-1862940531":"Differs","-808904691":"Odd","-556230215":"Ends Outside","-1268220904":"Ends Between","-703542574":"Up","-1127399675":"Down","-768425113":"No Touch","-1163058241":"Stays Between","-1354485738":"Reset Call","-376148198":"Only Ups","-1337379177":"High Tick","-328036042":"Please enter a stop loss amount that's higher than the current potential loss.","-2127699317":"Invalid stop loss. Stop loss cannot be more than stake.","-1940333322":"DBot is not available for this account","-1210387519":"Go to DMT5 dashboard","-1223145005":"Loss amount: {{profit}}","-1062922595":"Reference ID (buy)","-2068574600":"Reference ID (sell)","-994038153":"Start Time","-1979852400":"Entry Spot","-427802309":"Profit/Loss","-668558002":"Journal.csv","-746652890":"Notifications","-824109891":"System","-507620484":"Unsaved","-764102808":"Google Drive","-1109191651":"Must be a number higher than 0","-1917772100":"Invalid number format","-689786738":"Minimum duration: {{ min }}","-184183432":"Maximum duration: {{ max }}","-1194719174":"The multiplier amount used to increase your stake if you’re losing a trade.","-749186458":"Account switching is disabled while your bot is running. Please stop your bot before switching accounts.","-662836330":"Would you like to keep your current contract or close it? If you decide to keep it running, you can check and close it later on the <0>Reports page.","-597939268":"Keep my contract","-1322453991":"You need to log in to run the bot.","-1483938124":"This strategy is currently not compatible with DBot.","-236548954":"Contract Update Error","-1428017300":"THE","-1450728048":"OF","-255051108":"YOU","-1845434627":"IS","-931434605":"THIS","-740712821":"A","-187634388":"This block is mandatory. Here is where you can decide if your bot should continue trading. Only one copy of this block is allowed.","-2105473795":"The only input parameter determines how block output is going to be formatted. In case if the input parameter is \"string\" then the account currency will be added.","-1800436138":"2. for \"number\": 1325.68","-2046396241":"This block is mandatory. Only one copy of this block is allowed. It is added to the canvas by default when you open DBot.","-530632460":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of \"True\" or \"False\".","-1875717842":"Examples:","-890079872":"1. If the selected direction is \"Rise\", and the previous tick value is less than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-489739641":"2. If the selected direction is \"Fall\", and the previous tick value is more than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-2116076360":"There are 4 message types:","-1421941045":"2. 'Warn' displays a message in yellow to highlight something that needs attention.","-277850921":"If \"Win\" is selected, it will return \"True\" if your last trade was successful. Otherwise, it will return an empty string.","-1918487001":"Example:","-2139916657":"1. In the below example the loop is terminated in case \"x\" is \"False\" even though only one iteration is complete","-1238900333":"2. In the below example the loop jumps to the next iteration without executing below block in case if \"x\" is \"False\"","-1729479576":"You can use \"i\" inside the loop, for example to access list items","-1474636594":"In this example, the loop will repeat three times, as that is the number of items in the given list. During each iteration, the variable \"i\" will be assigned a value from the list. ","-908772734":"This block evaluates a statement and will perform an action only when the statement is true.","-334040831":"2. In this example, the instructions are repeated as long as the value of x is greater than or equal to 10. Once the value of x drops below 10, the loop is terminated.","-444267958":"\"Seconds Since Epoch\" block returns the number of seconds since January 1st, 1970.","-447522129":"You might need it when you want to repeat an actions after certain amount of time.","-1488259879":"The term \"candle\" refers to each bar on the candlestick chart. Each candle represents four market prices for the selected time interval:","-2020693608":"Each candlestick on the chart represents 4 market prices for the selected time interval:","-62728852":"- Open price: the opening price","-1247744334":"- Low price: the lowest price","-1386365697":"- Close price: the closing price","-1498732382":"A black (or red) candle indicates that the open price is higher than the close price. This represents a downward movement of the market price.","-1871864755":"This block gives you the last digit of the latest tick value of the selected market. If the latest tick value is 1410.90, this block will return 0. It’s useful for digit-based contracts such as Even/Odd, Matches/Differs, or Higher/Lower.","-1029671512":"In case if the \"OR\" operation is selected, the block returns \"True\" in case if one or both given values are \"True\"","-210295176":"Available operations:","-1385862125":"- Addition","-983721613":"- Subtraction","-854750243":"- Multiplication","-1394815185":"In case if the given number is less than the lower boundary of the range, the block returns the lower boundary value. Similarly, if the given number is greater than the higher boundary, the block will return the higher boundary value. In case if the given value is between boundaries, the block will return the given value unchanged.","-1034564248":"In the below example the block returns the value of 10 as the given value (5) is less than the lower boundary (10)","-2009817572":"This block performs the following operations to a given number","-671300479":"Available operations are:","-514610724":"- Absolute","-1923861818":"- Euler’s number (2.71) to the power of a given number","-1556344549":"Here’s how:","-1061127827":"- Visit the following URL, make sure to replace with the Telegram API token you created in Step 1: https://api.telegram.org/bot/getUpdates","-70949308":"4. Come back to DBot and add the Notify Telegram block to the workspace. Paste the Telegram API token and chat ID into the block fields accordingly.","-311389920":"In this example, the open prices from a list of candles are assigned to a variable called \"cl\".","-1460794449":"This block gives you a list of candles within a selected time interval.","-1634242212":"Used within a function block, this block returns a value when a specific condition is true.","-2012970860":"This block gives you information about your last contract.","-1504783522":"You can choose to see one of the following:","-10612039":"- Profit: the profit you’ve earned","-555996976":"- Entry time: the starting time of the contract","-1391071125":"- Exit time: the contract expiration time","-1961642424":"- Exit value: the value of the last tick of the contract","-111312913":"- Barrier: the barrier value of the contract (applicable to barrier-based trade types such as stays in/out, touch/no touch, etc.)","-674283099":"- Result: the result of the last contract: \"win\" or \"loss\"","-704543890":"This block gives you the selected candle value such as open price, close price, high price, low price, and open time. It requires a candle as an input parameter.","-482281200":"In the example below, the open price is assigned to the variable \"op\".","-364621012":"This block gives you the specified candle value for a selected time interval. You can choose which value you want:","-232477769":"- Open: the opening price","-610736310":"Use this block to sell your contract at the market price. Selling your contract is optional. You may choose to sell if the market trend is unfavourable.","-1307657508":"This block gives you the potential profit or loss if you decide to sell your contract. It can only be used within the \"Sell conditions\" root block.","-1921072225":"In the example below, the contract will only be sold if the potential profit or loss is more than the stake.","-955397705":"SMA adds the market price in a list of ticks or candles for a number of time periods, and divides the sum by that number of time periods.","-1424923010":"where n is the number of periods.","-1835384051":"What SMA tells you","-749487251":"SMA serves as an indicator of the trend. If the SMA points up then the market price is increasing and vice versa. The larger the period number, the smoother SMA line is.","-1996062088":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 10 days.","-1866751721":"Input list accepts a list of ticks or candles, while period is the specified time period.","-1097076512":"You may compare SMA values calculated on every bot run to identify the market trend direction. Alternatively, you may also use a variation of the SMA block, the Simple Moving Average Array block. ","-1254849504":"If a period of 10 is entered, the Simple Moving Average Array block will return a list of SMA values calculated based on period of 10.","-1190046167":"This block displays a dialog box with a customised message. When the dialog box is displayed, your strategy is paused and will only resume after you click \"OK\".","-859028989":"In this example, the date and time will be displayed in a green notification box.","-1452086215":"In this example, a Rise contract will be purchased at midnight on 1 August 2019.","-1765276625":"Click the multiplier drop-down menu and choose the multiplier value you want to trade with.","-1872233077":"Your potential profit will be multiplied by the multiplier value you’ve chosen.","-614454953":"To learn more about multipliers, please go to the <0>Multipliers page.","-2078588404":"Select your desired market and asset type. For example, Forex > Major pairs > AUD/JPY","-2037446013":"2. Trade Type","-533927844":"Select your desired trade type. For example, Up/Down > Rise/Fall","-1192411640":"4. Default Candle Interval","-485434772":"8. Trade Options","-1827646586":"This block assigns a given value to a variable, creating the variable if it doesn't already exist.","-254421190":"List: ({{message_length}})","-9461328":"Security and privacy","-418247251":"Download your journal.","-1616649196":"results","-90107030":"No results found","-984140537":"Add","-870004399":"<0>Bought: {{longcode}} (ID: {{transaction_id}})","-1211474415":"Filters","-186972150":"There are no messages to display","-558594655":"The bot is not running","-478946875":"The stats are cleared","-999254545":"All messages are filtered out","-786915692":"You are connected to Google Drive","-1150107517":"Connect","-1759213415":"Find out how this app handles your data by reviewing Deriv's <0>Privacy policy, which is part of Deriv's <1>Terms and conditions.","-934909826":"Load strategy","-1121028020":"or, if you prefer...","-254025477":"Select an XML file from your device","-1131095838":"Please upload an XML file","-523928088":"Create one or upload one from your local drive or Google Drive.","-1684205190":"Why can't I see my recent bots?","-2050879370":"1. Logged in from a different device","-811857220":"3. Cleared your browser cache","-1016171176":"Asset","-621128676":"Trade type","-671128668":"The amount that you pay to enter a trade.","-447853970":"Loss threshold","-410856998":"The bot will stop trading if your total profit exceeds this amount.","-1823621139":"Quick Strategy","-625024929":"Leaving already?","-584289785":"No, I'll stay","-1435060006":"If you leave, your current contract will be completed, but your bot will stop running immediately.","-783058284":"Total stake","-2077494994":"Total payout","-1073955629":"No. of runs","-1729519074":"Contracts lost","-42436171":"Total profit/loss","-1856204727":"Reset","-224804428":"Transactions","-1137823888":"Total payout since you last cleared your stats.","-992662695":"The number of times your bot has run since you last cleared your stats. Each run includes the execution of all the root blocks.","-1382491190":"Your total profit/loss since you last cleared your stats. It is the difference between your total payout and your total stake.","-305283152":"Strategy name","-1003476709":"Save as collection","-636521735":"Save strategy","-1373954791":"Should be a valid number","-1278608332":"Please enter a number between 0 and {{api_max_losses}}.","-287597204":"Enter limits to stop your bot from trading when any of these conditions are met.","-1445989611":"Limits your potential losses for the day across all Deriv platforms.","-152878438":"Maximum number of trades your bot will execute for this run.","-1490942825":"Apply and run","-686334932":"Build a bot from the start menu then hit the run button to run the bot.","-1696412885":"Import","-250192612":"Sort","-1566369363":"Zoom out","-2060170461":"Load","-1200116647":"Click here to start building your DBot.","-1040972299":"Purchase contract","-600546154":"Sell contract (optional)","-985351204":"Trade again","-112876186":"Analysis","-1769584466":"Stats","-1133736197":"Utility","-1682372359":"Text","-907562847":"Lists","-1646497683":"Loops","-251326965":"Miscellaneous","-1285759343":"Search","-1058262694":"Stopping the bot will prevent further trades. Any ongoing trades will be completed by our system.","-1473283434":"Please be aware that some completed transactions may not be displayed in the transaction table if the bot is stopped while placing trades.","-397015538":"You may refer to the statement page for details of all completed transactions.","-1442034178":"Contract bought","-2020280751":"Bot is stopping","-1436403979":"Contract closed","-1711732508":"Reference IDs","-386141434":"(Buy)","-482272687":"(Sell)","-1983189496":"ticks","-694277729":"(High)","-2028564707":"(Low)","-627895223":"Exit spot","-596238067":"Entry/Exit spot","-1717650468":"Online","-1825471709":"A whole new trading experience on a powerful yet easy to use platform.","-215905387":"DBot","-981017278":"Automated trading at your fingertips. No coding needed.","-398198412":"Trade on Deriv MT5 (DMT5), the all-in-one FX and CFD trading platform.","-1793883644":"Trade FX and CFDs on a customisable, easy-to-use trading platform.","-1246992539":"Binary Bot","-821418875":"Trader","-1309011360":"Open positions","-679102561":"Contract Details","-430118939":"Complaints policy","-744999940":"Deriv account","-568280383":"Deriv Gaming","-1936757551":"Deriv Synthetic","-1546927062":"Deriv Financial","-895331276":"Complete your proof of address","-782679300":"Complete your proof of identity","-1019903756":"Synthetic","-328128497":"Financial","-1416247163":"Financial STP","-1669418686":"AUD/CAD","-1548588249":"AUD/CHF","-1552890620":"AUD/JPY","-681231560":"AUD/PLN","-64938413":"AUD/USD","-1430522808":"EUR/AUD","-2020477069":"EUR/CAD","-1201853162":"EUR/CHF","-1318070255":"EUR/GBP","-1197505739":"EUR/JPY","-405907358":"EUR/USD","-1536293064":"NZD/JPY","-79700881":"NZD/USD","-642323838":"USD/CAD","-428199705":"USD/CHF","-424108348":"USD/JPY","-548255282":"USD/NOK","-1834131208":"USD/PLN","-524302516":"Silver/USD","-764731776":"Platinum/USD","-700966800":"Dutch Index","-1863229260":"Australian Index","-946336619":"Wall Street Index","-945048133":"French Index","-1093355162":"UK Index","-932734062":"Hong Kong Index","-2030624691":"Japanese Index","-354063409":"US Index","-232855849":"Euro 50 Index","-1925264914":"Volatility 25 Index","-708579504":"Volatility 50 Index","-975255670":"Volatility 75 Index","-1736314513":"Crash 300 Index","-342128411":"Crash 500 Index","-9704319":"Crash 1000 Index","-465860988":"Bull Market Index","-390528194":"Step Index","-1800672151":"GBP Index","-563812039":"Volatility 10 (1s) Index","-764111252":"Volatility 100 (1s) Index","-1374309449":"Volatility 200 (1s) Index","-1164978320":"Jump 10 Index","-575272887":"BCH/USD","-295406873":"BTC/ETH","-1713556301":"ZMR/USD","-2046638412":"XRP/USD","-1263203461":"BTC/USD","-1112522776":"DSH/USD","-460689370":"LTC/USD","-841561409":"Put Spread","-144803045":"Only numbers and these special characters are allowed: {{permitted_characters}}","-1450516268":"Only letters, numbers, space, hyphen, period, and apostrophe are allowed.","-1072358250":"Letters, spaces, periods, hyphens, apostrophes only","-1966032552":"The length of token should be 8.","-2128137611":"Should start with letter or number, and may contain hyphen and underscore.","-1590869353":"Up to {{decimal_count}} decimal places are allowed.","-2061307421":"Should be more than {{min_value}}","-1099941162":"Should be less than {{max_value}}","-1528188268":"Straight rows of keys are easy to guess","-1339903234":"Short keyboard patterns are easy to guess","-23980798":"Repeats like \"aaa\" are easy to guess","-235760680":"Avoid repeated words and characters","-1568933154":"Sequences like abc or 6543 are easy to guess","-725663701":"Avoid sequences","-1450768475":"Recent years are easy to guess","-1804838610":"Avoid years that are associated with you","-64849469":"Dates are often easy to guess","-2006915194":"Avoid dates and years that are associated with you","-2124205211":"A word by itself is easy to guess","-1095202689":"All-uppercase is almost as easy to guess as all-lowercase","-2137856661":"Reversed words aren't much harder to guess","-1885413063":"Predictable substitutions like '@' instead of 'a' don't help very much","-369258265":"This password is on the blacklist","-681468758":"Your web browser is out of date and may affect your trading experience. Please <0>update your browser.","-577777971":"You have reached the rate limit of requests per second. Please try later.","-206321775":"Fiat","-522767852":"DEMO","-433761292":"Switching to default account.","-1590712279":"Gaming","-16448469":"Virtual","-540474806":"Your Options account is scheduled to be closed","-618539786":"Your account is scheduled to be closed","-945275490":"Withdraw all funds from your Options account.","-705744796":"Your demo account balance has reached the maximum limit, and you will not be able to place new trades. Reset your balance to continue trading from your demo account.","-1585069798":"Please click the following link to complete your Appropriateness Test.","-1287141934":"Find out more","-367759751":"Your account has not been verified","-596690079":"Enjoy using Deriv?","-265932467":"We’d love to hear your thoughts","-1815573792":"Drop your review on Trustpilot.","-823349637":"Go to Trustpilot","-1204063440":"Set my account currency","-1164554246":"You submitted expired identification documents","-219846634":"Let’s verify your ID","-529038107":"Install","-87149410":"Install the DTrader web app","-1738575826":"Please switch to your real account or create one to access the cashier.","-1329329028":"You’ve not set your 30-day turnover limit","-132893998":"Your access to the cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to Self-exclusion and set the limit.","-1852207910":"MT5 withdrawal disabled","-764323310":"MT5 withdrawals have been disabled on your account. Please check your email for more details.","-1435762703":"Please Verify your identity","-1902997828":"Refresh now","-753791937":"A new version of Deriv is available","-1775108444":"This page will automatically refresh in 5 minutes to load the latest version.","-1175685940":"Please contact us via live chat to enable withdrawals.","-1125797291":"Password updated.","-157145612":"Please log in with your updated password.","-87177461":"Please go to your account settings and complete your personal details to enable deposits.","-904632610":"Reset your balance","-470018967":"Reset balance","-156611181":"Please complete the financial assessment in your account settings to unlock it.","-1925176811":"Unable to process withdrawals in the moment","-980696193":"Withdrawals are temporarily unavailable due to system maintenance. You can make withdrawals when the maintenance is complete.","-1647226944":"Unable to process deposit in the moment","-488032975":"Deposits are temporarily unavailable due to system maintenance. You can make deposits when the maintenance is complete.","-67021419":"Our cashier is temporarily down due to system maintenance. You can access the cashier in a few minutes when the maintenance is complete.","-849587074":"You have not provided your tax identification number","-47462430":"This information is necessary for legal and regulatory requirements. Please go to your account settings, and fill in your latest tax identification number.","-2067423661":"Stronger security for your Deriv account","-1719731099":"With two-factor authentication, you’ll protect your account with both your password and your phone - so only you can access your account, even if someone knows your password.","-822888359":"Your withdrawal is locked","-1197701578":"Please submit your Proof of Identity again and complete the financial assessment in account setting to unlock it.","-2087822170":"You are offline","-1669693571":"Check your connection.","-1998049070":"If you agree to our use of cookies, click on Accept. For more information, <0>see our policy.","-1721181859":"You’ll need a {{deriv_account}} account","-1989074395":"Please add a {{deriv_account}} account first before adding a {{dmt5_account}} account. Deposits and withdrawals for your {{dmt5_label}} account are done by transferring funds to and from your {{deriv_label}} account.","-689237734":"Proceed","-1642457320":"Help centre","-1966944392":"Network status: {{status}}","-557093123":"Virtual events based bets in the UK and the Isle of Man are offered by Deriv (MX) Ltd, Millennium House, Level 1, Victoria Road, Douglas IM2 4RW, Isle of Man, licensed and regulated in Great Britain by the Gambling Commission under <0>account no. 39172 and by the Gambling Supervision Commission in the Isle of Man (<1>view licence).","-181484419":"Responsible trading","-650505513":"Full screen","-1823504435":"View notifications","-1954045170":"No currency assigned","-583559763":"Menu","-1396326507":"Unfortunately, {{website_name}} is not available in your country.","-2094580348":"Thanks for verifying your email","-71049153":"Keep your account secure with a password","-1861974537":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters, numbers, and symbols.","-1965920446":"Start trading","-288996254":"Unavailable","-1815192976":"real CFDs","-1730264949":"Total assets in your Deriv, DMT5 and Deriv X demo accounts.","-1623652567":"Total assets in your Deriv and DMT5 demo accounts.","-1706681135":"Total assets in your Deriv, DMT5 and Deriv X real accounts.","-1650369677":"Total assets in your Deriv and DMT5 real accounts.","-697343663":"Deriv X Accounts","-1740162250":"Manage account","-1277942366":"Total assets","-1310654342":"As part of the changes in our product line-up, we will be closing Gaming accounts belonging to our UK clients.","-626152766":"As part of the changes in our product line-up, we are closing Options accounts belonging to our clients in Europe.","-490100162":"As part of the changes in our product line-up, we will be closing accounts belonging to our Isle of Man clients.","-1208958060":"You can no longer trade digital options on any of our platforms. You also can’t deposit funds into your account.<0/><1/>Any open positions on digital options have been closed with full payout.","-2050417883":"You’ll lose access to your Gaming account when it gets closed, so make sure to withdraw your funds as soon as possible.","-1950045402":"Withdraw all your funds","-168971942":"What this means for you","-905560792":"OK, I understand","-2024365882":"Explore","-1197864059":"Create free demo account","-1485242688":"Step {{step}}: {{step_title}} ({{step}} of {{steps}})","-1829842622":"You can open an account for each cryptocurrency.","-987221110":"Choose a currency you would like to trade with.","-1066574182":"Choose a currency","-1914534236":"Choose your currency","-2058256518":"We can't change your account currency as you've either made a deposit into your {{currency}} account or created a real account on DMT5.","-200560194":"Please switch to your {{fiat_currency}} account to change currencies.","-1829493739":"Choose the currency you would like to trade with.","-1814647553":"Add a new","-1269362917":"Add new","-650480777":"crypto account","-175638343":"Choose an account or add a new one","-1768223277":"Your account is ready","-1215717784":"<0>You have successfully changed your currency to {{currency}}.<0>Make a deposit now to start trading.","-786091297":"Trade on demo","-228099749":"Please verify your identity and address","-1041852744":"We're processing your personal information","-1775006840":"Make a deposit now to start trading.","-983734304":"We need proof of your identity and address before you can start trading.","-917733293":"To get trading, please confirm where you live.","-1282628163":"You'll be able to get trading as soon as verification is complete.","-952649119":"Log In","-3815578":"Sign Up","-1456176427":"Set a currency for your real account","-1557011219":"Add a real Deriv Options account","-259386249":"Add a Deriv Synthetic account","-241733171":"Add a Deriv Financial account","-1329687645":"Create a cryptocurrency account","-1429178373":"Create a new account","-1016775979":"Choose an account","-1369294608":"Already signed up?","-617844567":"An account with your details already exists.","-292363402":"Trading statistics report","-1656860130":"Options trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","-28080461":"Would like to check your statement first? <0>Check Statement","-611059051":"Please specify your preferred interval reality check in minutes:","-1876891031":"Currency","-11615110":"Turnover","-1370419052":"Profit / Loss","-437320982":"Session duration:","-3959715":"Current time:","-1534648620":"Your password has been changed","-596199727":"We will now redirect you to the login page.","-437918412":"No currency assigned to your account","-707550055":"We need this to make sure our service complies with laws and regulations in your country.","-280139767":"Set residence","-601615681":"Select theme","-1152511291":"Dark","-1428458509":"Light","-1917706589":"Your Deriv account is unlinked from {{social_identity_provider}}. Use your email and password for future log in.","-2017825013":"Got it","-505449293":"Enter a new password for your Deriv account.","-1787820992":"Platforms","-184713104":"Earn fixed payouts with options, or trade multipliers to amplify your gains with limited risk.","-1571775875":"Our flagship options and multipliers trading platform.","-1107320163":"Automate your trading, no coding needed.","-196712726":"Trade on DBot","-820028470":"Options & Multipliers","-895091803":"If you're looking for CFDs","-1447215751":"Not sure? Try this","-2338797":"<0>Maximise returns by <0>risking more than you put in.","-1682067341":"Earn <0>fixed returns by <0>risking only what you put in.","-1184094048":"Let us introduce you to trading on Deriv.","-49067150":"Not sure?","-1125272179":"This complaints policy, which may change from time to time, applies to your account registered with Deriv Investments (Europe) Limited.","-974989415":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC and Deriv (FX) Ltd.","-1639808836":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Independent Betting Adjudication Service (IBAS) by filling the IBAS adjudication form. Please note that IBAS only deals with disputes that result from transactions.","-1505742956":"<0/><1/>You can also refer your dispute to the Malta Gaming Authority via the <2>Player Support Unit.","-1406192787":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Financial Commission.","-1776547326":"<0/><1/>If you reside in the UK and you are unhappy with our response you may escalate your complaint to the <2>Financial Ombudsman Service.","-2115348800":"1. Introduction","-744009523":"2. Fair treatment","-866831420":"3.1. Submission of a complaint","-1102904026":"3.2. Handling your complaint","-603378979":"3.3. Resolving your complaint","-697569974":"3.4. Your decision","-993572476":"<0>b.The Financial Commission has 5 days to acknowledge that your complaint was received and 14 days to answer the complaint through our Internal Dispute Resolution (IDR) procedure.","-1769159081":"<0>c.You will be able to file a complaint with the Financial Commission only if you are not satisfied with our decision or the decision wasn’t made within 14 days.","-58307244":"3. Determination phase","-356618087":"<0>b.The DRC may request additional information from you or us, who must then provide the requested information within 7 days.","-945718602":"<0>b.If you agree with a DRC decision, you will need to accept it within 14 days. If you do not respond to the DRC decision within 14 days, the complaint is considered closed.","-1500907666":"<0>d.If the decision is made in our favour, you must provide a release for us within 7 days of when the decision is made, and the complaint will be considered closed.","-429248139":"5. Disclaimer","-818926350":"The Financial Commission accepts appeals for 45 days following the date of the incident and only after the trader has tried to resolve the issue with the company directly.","-1282933308":"Not {{barrier}}","-968190634":"Equals {{barrier}}","-1747377543":"Under {{barrier}}","-337314714":"days","-442488432":"day","-175369516":"Welcome to Deriv X","-1667427537":"Run Deriv X on your browser or download the mobile app","-305915794":"Run MT5 from your browser or download the MT5 app for your devices","-1330036364":"Trade forex, commodities and cryptocurrencies at high leverage.","-811331160":"Trade CFDs on forex, stocks, stock indices, synthetic indices, and commodities with leverage.","-513103225":"Transaction time","-2066666313":"Credit/Debit","-2140412463":"Buy price","-1981004241":"Sell time","-600828210":"Indicative profit/loss","-706219815":"Indicative price","-339236213":"Multiplier","-1358367903":"Stake","-700280380":"Deal cancel. fee","-3423966":"Take profit<0 />Stop loss","-2082644096":"Current stake","-1572548510":"Ups & Downs","-71301554":"Ins & Outs","-952298801":"Look Backs","-763273340":"Digits","-1790089996":"NEW!","-590018519":"Contract Purchased","-405439829":"Sorry, you can't view this contract because it doesn't belong to this account.","-1714959941":"This chart display is not ideal for tick contracts","-1254554534":"Please change the chart duration to tick for a better trading experience.","-1977959027":"hours","-1603581277":"minutes","-1658230823":"Contract was sold for <0 />.","-1905867404":"Contract cancelled","-922253974":"Rise/Fall","-1361254291":"Higher/Lower","-1691868913":"Touch/No Touch","-335816381":"Ends In/Ends Out","-1789807039":"Asian Up/Asian Down","-330437517":"Matches/Differs","-657360193":"Over/Under","-558031309":"High Tick/Low Tick","-1237186896":"Only Ups/Only Downs","-1386326276":"Barrier is a required field.","-1418742026":"Higher barrier must be higher than lower barrier.","-92007689":"Lower barrier must be lower than higher barrier.","-1095538960":"Please enter the start time in the format \"HH:MM\".","-1975910372":"Minute must be between 0 and 59.","-866277689":"Expiry time cannot be in the past.","-2092611555":"Sorry, this app is unavailable in your current location.","-1488537825":"If you have an account, log in to continue.","-555592125":"Unfortunately, trading options isn't possible in your country","-1571816573":"Sorry, trading is unavailable in your current location.","-1455298001":"Now","-529846150":"Seconds","-256210543":"Trading is unavailable at this time.","-1050725091":"DTrader is not available for this account","-402175529":"History","-902712434":"Deal cancellation","-988484646":"Deal cancellation (executed)","-444882676":"Deal cancellation (active)","-13423018":"Reference ID","-1551639437":"No history","-1214703885":"You have yet to update either take profit or stop loss","-880722426":"Market is closed","-504849554":"It will reopen at","-59803288":"In the meantime, try our synthetic indices. They simulate real-market volatility and are open 24/7.","-1278109940":"See open markets","-694105443":"This market is closed","-439389714":"We’re working on it","-732351158":"Stay on DTrader","-1530772005":"This market is not yet available on DTrader, but it is on SmartTrader.","-138538812":"Log in or create a free account to place a trade.","-2036388794":"Create free account","-590131162":"Stay on {{website_domain}}","-1444663817":"Go to Binary.com","-1526466612":"You’ve selected a trade type that is currently unsupported, but we’re working on it.","-1043795232":"Recent positions","-1572796316":"Purchase price:","-130601012":"Please select duration","-232254547":"Custom","-1577570698":"Start date","-1251526905":"Last 7 days","-153220091":"{{display_value}} Tick","-802374032":"Hour","-2039780875":"Purchase confirmation","-1672470173":"Require confirmation before purchasing a contract","-1342661765":"Lock contract purchase buttons","-939764287":"Charts","-1738427539":"Purchase","-1392065699":"If you select \"Rise\", you win the payout if the exit spot is strictly higher than the entry spot.","-1762566006":"If you select \"Fall\", you win the payout if the exit spot is strictly lower than the entry spot.","-1435306976":"If you select \"Allow equals\", you win the payout if exit spot is higher than or equal to entry spot for \"Rise\". Similarly, you win the payout if exit spot is lower than or equal to entry spot for \"Fall\".","-1959473569":"If you select \"Lower\", you win the payout if the exit spot is strictly lower than the barrier.","-1350745673":"If the exit spot is equal to the barrier, you don't win the payout.","-2089488446":"If you select \"Ends Between\", you win the payout if the exit spot is strictly higher than the Low barrier AND strictly lower than the High barrier.","-1876950330":"If you select \"Ends Outside\", you win the payout if the exit spot is EITHER strictly higher than the High barrier, OR strictly lower than the Low barrier.","-546460677":"If the exit spot is equal to either the Low barrier or the High barrier, you don't win the payout.","-1812957362":"If you select \"Stays Between\", you win the payout if the market stays between (does not touch) either the High barrier or the Low barrier at any time during the contract period","-220379757":"If you select \"Goes Outside\", you win the payout if the market touches either the High barrier or the Low barrier at any time during the contract period.","-1281286610":"If you select \"Matches\", you will win the payout if the last digit of the last tick is the same as your prediction.","-1929209278":"If you select \"Even\", you will win the payout if the last digit of the last tick is an even number (i.e., 2, 4, 6, 8, or 0).","-2038865615":"If you select \"Odd\", you will win the payout if the last digit of the last tick is an odd number (i.e., 1, 3, 5, 7, or 9).","-1416078023":"If you select \"Touch\", you win the payout if the market touches the barrier at any time during the contract period.","-1272255095":"If the exit spot is equal to the barrier or the new barrier (if a reset occurs), you don't win the payout.","-231957809":"Win maximum payout if the exit spot is higher than or equal to the upper barrier.","-464144986":"Win maximum payout if the exit spot is lower than or equal to the lower barrier.","-1031456093":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between upper barrier and exit spot.","-968162707":"No payout if exit spot is above or equal to the upper barrier.","-299450697":"If you select \"High Tick\", you win the payout if the selected tick is the highest among the next five ticks.","-705681870":"By purchasing the \"High-to-Low\" contract, you'll win the multiplier times the difference between the high and low over the duration of the contract.","-420387848":"The high is the highest point ever reached by the market during the contract period.","-1666375348":"By purchasing the \"High-to-Close\" contract, you'll win the multiplier times the difference between the high and close over the duration of the contract.","-2024955268":"If you select “Up”, you will earn a profit by closing your position when the market price is higher than the entry spot.","-1598433845":"If you select “Down”, you will earn a profit by closing your position when the market price is lower than the entry spot.","-1092777202":"The Stop-out level on the chart indicates the price at which your potential loss equals your entire stake. When the market price reaches this level, your position will be closed automatically. This ensures that your loss does not exceed the amount you paid to purchase the contract.","-885323297":"These are optional parameters for each position that you open:","-584696680":"If you select “Take profit” and specify an amount that you’d like to earn, your position will be closed automatically when your profit is more than or equals to this amount. Your profit may be more than the amount you entered depending on the market price at closing.","-178096090":"“Take profit” cannot be updated. You may update it only when “Deal cancellation” expires.","-206909651":"The entry spot is the market price when your contract is processed by our servers.","-464262734":"Manage {{platform}} Real {{account_title}} account password","-2042845290":"Your investor password has been changed.","-1882295407":"Your password has been changed.","-254497873":"Use this password to grant viewing access to another user. While they may view your trading account, they will not be able to trade or take any other actions.","-161656683":"Current investor password","-374736923":"New investor password","-1793894323":"Create or reset investor password","-149836494":"Your transaction reference number is {{transaction_id}}","-1382749084":"Go back to trading","-538215347":"Net deposits","-280147477":"All transactions","-137444201":"Buy","-360975483":"You've made no transactions of this type during this period.","-1231210510":"Tick","-1239477911":"second","-1585766960":"min","-1652791614":"mins","-8998663":"Digit: {{last_digit}} ","-1435392215":"About deal cancellation","-1280319153":"Cancel your trade anytime within a chosen time-frame. Triggered automatically if your trade reaches the stop out level within the chosen time-frame.","-471757681":"Risk management","-976258774":"Not set","-843831637":"Stop loss","-771725194":"Deal Cancellation","-945156951":"Are you sure you want to purchase this contract?","-45873457":"NEW","-127118348":"Choose {{contract_type}}","-543478618":"Try checking your spelling or use a different term","-338707425":"Minimum duration is 1 day","-1003473648":"Duration: {{duration}} day","-741395299":"{{value}}","-1527492178":"Purchase Locked","-725375562":"You can lock/unlock the purchase button from the Settings menu","-1513281069":"Barrier 2","-390994177":"Should be between {{min}} and {{max}}","-2055106024":"Toggle between advanced and simple duration settings","-1012793015":"End time","-629549519":"Commission <0/>","-2131859340":"Stop out <0/>","-1686280757":"<0>{{commission_percentage}}% of (<1/> * {{multiplier}})","-1043117679":"When your current loss equals or exceeds {{stop_out_percentage}}% of your stake, your contract will be closed at the nearest available asset price.","-477998532":"Your contract is closed automatically when your loss is more than or equals to this amount.","-243332856":"Last digit stats for latest 1000 ticks for {{ underlying_name }}","-781132577":"Leverage","-1264604378":"Up to 1:1000","-637908996":"100%","-1420548257":"20+","-1373949478":"50+","-1686150678":"Up to 1:100","-1382029900":"70+","-1493055298":"90+","-2050821902":"Demo Synthetic","-1434036215":"Demo Financial","-1882063886":"Demo CFDs","-1228860600":"Add region","-785625598":"Use these credentials to log in to your {{platform}} account on the website and mobile apps.","-997127433":"Change Password","-162753510":"Add real account","-251202291":"Broker","-860609405":"Password","-742647506":"Fund transfer","-1874242353":"Fund top up","-1352641295":"Trade CFDs on our Synthetic Indices that simulate real-world market movement.","-2040196445":"Your MT5 Financial STP account is almost ready, please set your password now.","-712681566":"Peer-to-peer exchange","-1267880283":"{{field_name}} is required","-2084509650":"{{field_name}} is not properly formatted.","-1779241732":"First line of address is not in a proper format.","-188222339":"This should not exceed {{max_number}} characters.","-1673422138":"State/Province is not in a proper format.","-1262200612":"Identity confirmation failed. You will be redirected to the previous step.","-1385484963":"Confirm to change your {{platform}} password","-1990902270":"This will change the password to all of your {{platform}} accounts.","-1357917360":"Web terminal","-1454896285":"The MT5 desktop app is not supported by Windows XP, Windows 2003, and Windows Vista.","-673424733":"Demo account","-1066565281":"Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. Service may be disrupted during this time.","-1481390656":"Server maintenance starting 01:00 GMT every Sunday. This process may take up to 2 hours to complete. Service may be disrupted during this time.","-1199152768":"Please explore our other platforms.","-498346912":"Explore DBot","-184453418":"Enter your {{platform}} password","-731759165":"Choose a region for your DMT5 real {{ account_type }} account","-1769158315":"real","-700260448":"demo","-1175356567":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account. To start trading, transfer funds from your Deriv account into this account.","-1570793523":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account.","-790488576":"Forgot password?","-1190393389":"Enter your {{platform}} password to add a {{platform}} {{account}} account.","-1987408434":"Your MT5 Financial STP account will be opened through Deriv (BVI) Ltd. All trading in this account is subject to the regulations and guidelines of the British Virgin Islands Financial Services Commission (BVIFSC). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the British Virgin Islands Financial Services Commission (BVIFSC).","-2057918502":"Hint: You may have entered your Deriv password, which is different from your {{platform}} password.","-1752211105":"Transfer now","-1928229820":"Reset Deriv X investor password","-1917043724":"Reset DMT5 investor password","-1087845020":"main","-1950683866":"investor","-89838213":"You can top up your demo account with an additional <0> if your balance is <1> or less.","-1211122723":"{{ platform }} {{ account_title }} account","-78895143":"Current balance","-149993085":"New current balance","-490244964":"Forex, stocks, stock indices, cryptocurrencies","-1368041210":", synthetic indices","-877064208":"EUR","-1302404116":"Maximum leverage","-1284221303":"You’ll get a warning, known as margin call, if your account balance drops down close to the stop out level.","-1848799829":"To understand stop out, first you need to learn about margin level, which is the ratio of your equity (the total balance you would have if you close all your positions at that point) to the margin you're using at the moment. If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.","-224051432":"24/7","-511301450":"Indicates the availability of cryptocurrency trading on a particular account.","-1591882610":"Synthetics","-287097947":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies (except UK)","-2102641225":"At bank rollover, liquidity in the forex markets is reduced and may increase the spread and processing time for client orders. This happens around 21:00 GMT during daylight saving time, and 22:00 GMT non-daylight saving time.","-495364248":"Margin call and stop out level will change from time to time based on market condition.","-536189739":"To protect your portfolio from adverse market movements due to the market opening gap, we reserve the right to decrease leverage on all offered symbols for financial accounts before market close and increase it again after market open. Please make sure that you have enough funds available in your {{platform}} account to support your positions at all times.","-10956371":"You need a real account (fiat currency or cryptocurrency) in Deriv to create a real DMT5 account.","-1760596315":"Create a Deriv account","-1324223697":"Use this password to log in to your DMT5 accounts on the desktop, web, and mobile apps.","-648956272":"Use this password to log in to your Deriv X accounts on the web and mobile apps.","-337314155":"Change {{platform}} password","-1814308691":"Please click on the link in the email to change your {{platform}} password.","-461955353":"purchase price","-172348735":"profit","-1624674721":"contract type","-1644154369":"entry spot time","-510792478":"entry spot price","-1974651308":"exit spot time","-1600267387":"exit spot price","-514917720":"barrier","-2004386410":"Win","-1072292603":"No Change","-1631669591":"string","-1768939692":"number","-795152863":"green","-1640576332":"blue","-804983649":"yellow","-94281841":"red","-1242470654":"Earned money","-1429914047":"Low","-1893628957":"Open Time","-1896106455":"10 minutes","-999492762":"15 minutes","-1978767852":"30 minutes","-293628675":"1 hour","-385604445":"2 hours","-1965813351":"4 hours","-525321833":"1 day","-151151292":"Asians","-1048378719":"Reset Call/Reset Put","-1282312809":"High/Low Ticks","-2035315547":"Low barrier","-1635771697":"middle","-1529389221":"Histogram","-1819860668":"MACD","-1750896349":"D'Alembert","-102980621":"The Oscar's Grind Strategy is a low-risk positive progression strategy that first appeared in 1965. By using this strategy, the size of your contract will increase after successful trades, but remains unchanged after unsuccessful trades.","-462715374":"Untitled Bot","-2002533437":"Custom function","-215053350":"with:","-1257232389":"Specify a parameter name:","-1885742588":"with: ","-188442606":"function {{ function_name }} {{ function_params }} {{ dummy }}","-313112159":"This block is similar to the one above, except that this returns a value. The returned value can be assigned to a variable of your choice.","-1783320173":"Prematurely returns a value within a function","-1485521724":"Conditional return","-1482801393":"return","-46453136":"get","-1838027177":"first","-1182568049":"Get list item","-1675454867":"This block gives you the value of a specific item in a list, given the position of the item. It can also remove the item from the list.","-381501912":"This block creates a list of items from an existing list, using specific item positions.","-426766796":"Get sub-list","-1679267387":"in list {{ input_list }} find {{ first_or_last }} occurence of item {{ input_value }}","-2087996855":"This block gives you the position of an item in a given list.","-422008824":"Checks if a given list is empty","-1343887675":"This block checks if a given list is empty. It returns “True” if the list is empty, “False” if otherwise.","-1548407578":"length of {{ input_list }}","-1786976254":"This block gives you the total number of items in a given list.","-2113424060":"create list with item {{ input_item }} repeated {{ number }} times","-1955149944":"Repeat an item","-434887204":"set","-197957473":"as","-851591741":"Set list item","-1874774866":"ascending","-1457178757":"Sorts the items in a given list","-350986785":"Sort list","-324118987":"make text from list","-155065324":"This block creates a list from a given string of text, splitting it with the given delimiter. It can also join items in a list into a string of text.","-459051222":"Create list from text","-977241741":"List Statement","-451425933":"{{ break_or_continue }} of loop","-323735484":"continue with next iteration","-1592513697":"Break out/continue","-713658317":"for each item {{ variable }} in list {{ input_list }}","-1825658540":"Iterates through a given list","-952264826":"repeat {{ number }} times","-887757135":"Repeat (2)","-1608672233":"This block is similar to the block above, except that the number of times it repeats is determined by a given variable.","-533154446":"Repeat (1)","-1059826179":"while","-1893063293":"until","-279445533":"Repeat While/Until","-1003706492":"User-defined variable","-359097473":"set {{ variable }} to {{ value }}","-1588521055":"Sets variable value","-980448436":"Set variable","-1538570345":"Get the last trade information and result, then trade again.","-222725327":"Here is where you can decide if your bot should continue trading.","-1638446329":"Result is {{ win_or_loss }}","-1968029988":"Last trade result","-1588406981":"You can check the result of the last trade with this block.","-1459154781":"Contract Details: {{ contract_detail }}","-1652241017":"Reads a selected property from contract details list","-2082345383":"These blocks transfer control to the Purchase conditions block.","-172574065":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract.","-403103225":"restart","-837044282":"Ask Price {{ contract_type }}","-1033917049":"This block returns the purchase price for the selected trade type.","-1863737684":"2. Purchase conditions","-228133740":"Specify contract type and purchase conditions.","-1291088318":"Purchase conditions","-1098726473":"This block is mandatory. Only one copy of this block is allowed. You can place the Purchase block (see below) here as well as conditional blocks to define your purchase conditions.","-1777988407":"Payout {{ contract_type }}","-511116341":"This block returns the potential payout for the selected trade type","-1943211857":"Potential payout","-813464969":"buy","-53668380":"True if active contract can be sold before expiration at current market price","-43337012":"Sell profit/loss","-2112866691":"Returns the profit/loss from selling at market price","-2132417588":"This block gives you the potential profit or loss if you decide to sell your contract.","-1360483055":"set {{ variable }} to Bollinger Bands {{ band_type }} {{ dummy }}","-20542296":"Calculates Bollinger Bands (BB) from a list with a period","-1951109427":"Bollinger Bands (BB)","-857226052":"BB is a technical analysis indicator that’s commonly used by traders. The idea behind BB is that the market price stays within the upper and lower bands for 95% of the time. The bands are the standard deviations of the market price, while the line in the middle is a simple moving average line. If the price reaches either the upper or lower band, there’s a possibility of a trend reversal.","-325196350":"set {{ variable }} to Bollinger Bands Array {{ band_type }} {{ dummy }}","-199689794":"Similar to BB. This block gives you a choice of returning the values of either the lower band, higher band, or the SMA line in the middle.","-920690791":"Calculates Exponential Moving Average (EMA) from a list with a period","-960641587":"EMA is a type of moving average that places more significance on the most recent data points. It’s also known as the exponentially weighted moving average. EMA is different from SMA in that it reacts more significantly to recent price changes.","-1557584784":"set {{ variable }} to Exponential Moving Average Array {{ dummy }}","-32333344":"Calculates Moving Average Convergence Divergence (MACD) from a list","-628573413":"MACD is calculated by subtracting the long-term EMA (26 periods) from the short-term EMA (12 periods). If the short-term EMA is greater or lower than the long-term EMA than there’s a possibility of a trend reversal.","-1133676960":"Fast EMA Period {{ input_number }}","-883166598":"Period {{ input_period }}","-450311772":"set {{ variable }} to Relative Strength Index {{ dummy }}","-1861493523":"Calculates Relative Strength Index (RSI) list from a list of values with a period","-880048629":"Calculates Simple Moving Average (SMA) from a list with a period","-1150972084":"Market direction","-276935417":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of “True” or “False”.","-764931948":"in candle list get # from end {{ input_number }}","-924607337":"Returns the last digit of the latest tick","-560033550":"Returns the list of last digits of 1000 recent tick values","-74062476":"Make a List of {{ candle_property }} values in candles list with interval: {{ candle_interval_type }}","-1556495906":"Returns a list of specific values from a candle list according to selected time interval","-166816850":"Create a list of candle values (1)","-1261436901":"Candles List","-1174859923":"Read the selected candle value","-1972165119":"Read candle value (1)","-1956100732":"You can use this block to analyze the ticks, regardless of your trades","-443243232":"The content of this block is called on every tick. Place this block outside of any root block.","-641399277":"Last Tick","-1628954567":"Returns the value of the last tick","-1332756793":"This block gives you the value of the last tick.","-2134440920":"Last Tick String","-1466340125":"Tick value","-467913286":"Tick value Description","-785831237":"This block gives you a list of the last 1000 tick values.","-1546430304":"Tick List String Description","-1788626968":"Returns \"True\" if the given candle is black","-436010611":"Make a list of {{ candle_property }} values from candles list {{ candle_list }}","-1384340453":"Returns a list of specific values from a given candle list","-584859539":"Create a list of candle values (2)","-2010558323":"Read {{ candle_property }} value in candle {{ input_candle }}","-2846417":"This block gives you the selected candle value.","-1587644990":"Read candle value (2)","-1202212732":"This block returns account balance","-1737837036":"Account balance","-1963883840":"Put your blocks in here to prevent them from being removed","-1284013334":"Use this block if you want some instructions to be ignored when your bot runs. Instructions within this block won’t be executed.","-1217253851":"Log","-1987568069":"Warn","-104925654":"Console","-1956819233":"This block displays messages in the developer's console with an input that can be either a string of text, a number, boolean, or an array of data.","-1450461842":"Load block from URL: {{ input_url }}","-1088614441":"Loads blocks from URL","-1747943728":"Loads from URL","-2105753391":"Notify Telegram {{ dummy }} Access Token: {{ input_access_token }} Chat ID: {{ input_chat_id }} Message: {{ input_message }}","-1008209188":"Sends a message to Telegram","-1218671372":"Displays a notification and optionally play selected sound","-2099284639":"This block gives you the total profit/loss of your trading strategy since your bot started running. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-683825404":"Total Profit String","-718220730":"Total Profit String Description","-1861858493":"Number of runs","-264195345":"Returns the number of runs","-303451917":"This block gives you the total number of times your bot has run. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-2132861129":"Conversion Helper Block","-74095551":"Seconds Since Epoch","-15528039":"Returns the number of seconds since January 1st, 1970","-729807788":"This block returns the number of seconds since January 1st, 1970.","-1370107306":"{{ dummy }} {{ stack_input }} Run after {{ number }} second(s)","-558838192":"Delayed run","-1975250999":"This block converts the number of seconds since the Unix Epoch (1 January 1970) into a string of text representing the date and time.","-702370957":"Convert to date/time","-982729677":"Convert to timestamp","-311268215":"This block converts a string of text that represents the date and time into seconds since the Unix Epoch (1 January 1970). The time and time zone offset are optional. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825.","-1797602591":"Stop Loss: {{ currency }} {{ stop_loss }}","-1214929127":"Stop loss must be a positive number.","-2142851225":"Multiplier trade options","-625636913":"Amount must be a positive number.","-1466383897":"Duration: {{ duration_unit }} {{ duration_value }}","-440702280":"Trade options","-1193894978":"Define your trade options such as duration and stake. Some options are only applicable for certain trade types.","-46523443":"Duration value is not allowed. To run the bot, please enter a value between {{min}} to {{max}}.","-1483427522":"Trade Type: {{ trade_type_category }} > {{ trade_type }}","-323348124":"1. Trade parameters","-1671903503":"Run once at start:","-783173909":"Trade options:","-376956832":"Here is where you define the parameters of your contract.","-1244007240":"if {{ condition }} then","-1577206704":"else if","-33796979":"true","-1434883449":"This is a single block that returns a boolean value, either true or false.","-1946404450":"Compares two values","-979918560":"This block converts the boolean value (true or false) to its opposite.","-2047257743":"Null","-1274387519":"Performs selected logic operation","-766386234":"This block performs the \"AND\" or the \"OR\" logic operation.","-790995537":"test {{ condition }}","-1860211657":"if false {{ return_value }}","-1643760249":"This block tests if a given value is true or false and returns “True” or “False” accordingly.","-1551875333":"Test value","-52486882":"Arithmetical operations","-1010436425":"This block adds the given number to the selected variable","-999773703":"Change variable","-1272091683":"Mathematical constants","-1396629894":"constrain {{ number }} low {{ low_number }} high {{ high_number }}","-425224412":"This block constrains a given number so that it is within a set range.","-2072551067":"Constrain within a range","-43523220":"remainder of {{ number1 }} ÷ {{ number2 }}","-1291857083":"Returns the remainder after a division","-592154850":"Remainder after division","-736665095":"Returns the remainder after the division of the given numbers.","-1266992960":"Math Number Description","-77191651":"{{ number }} is {{ type }}","-817881230":"even","-142319891":"odd","-1000789681":"whole","-1735674752":"Test a number","-1017805068":"This block tests a given number according to the selection and it returns a value of “True” or “False”. Available options: Even, Odd, Prime, Whole, Positive, Negative, Divisible","-1858332062":"Number","-1053492479":"Enter an integer or fractional number into this block. Please use `.` as a decimal separator for fractional numbers.","-927097011":"sum","-1653202295":"max","-1555878023":"average","-1748351061":"mode","-992067330":"Aggregate operations","-1691561447":"This block gives you a random fraction between 0.0 to 1.0","-523625686":"Random fraction number","-933024508":"Rounds a given number to an integer","-1656927862":"This block rounds a given number according to the selection: round, round up, round down.","-1495304618":"absolute","-61210477":"Operations on a given number","-181644914":"This block performs the selected operations to a given number.","-840732999":"to {{ variable }} append text {{ input_text }}","-1469497908":"Appends a given text to a variable","-1851366276":"Text Append","-1666316828":"Appends a given text to a variable.","-1902332770":"Transform {{ input_text }} to {{ transform_type }}","-1489004405":"Title Case","-904432685":"Changes text case accordingly","-882381096":"letter #","-1027605069":"letter # from end","-2066990284":"random letter","-337089610":"in text {{ input_text1 }} find {{ first_or_last }} occurence of text {{ input_text2 }}","-1966694141":"Searches through a string of text for a specific occurrence of a given character or word, and returns the position.","-697543841":"Text join","-141160667":"length of {{ input_text }}","-1133072029":"Text String Length","-1109723338":"print {{ input_text }}","-736668830":"Print","-1821552998":"trim spaces from {{ side }} of {{ input_text }}","-801766026":"right side","-474779821":"Trims spaces","-1219239717":"One or more mandatory blocks are missing from your workspace. Please add the required block(s) and then try again.","-250761331":"One or more mandatory blocks are disabled in your workspace. Please enable the required block(s) and then try again.","-1687036846":"Download block","-1266781295":"Expand","-894560707":"function","-1867119688":"Duplicate","-610728049":"Rearrange Vertically","-2033146714":"Collapse All Blocks","-958601558":"Delete Block","-1193267384":"Detach Block","-1750478127":"New variable name","-1061878051":"Y","-2047029150":"Unable to load the block file.","-1410769167":"Target must be an XML file","-609157479":"This URL is already loaded","-241945454":"Proposals are not ready","-1087890592":"Maximum loss amount reached","-1030545878":"You are rate limited for: {{ message_type }}, retrying in {{ delay }}s (ID: {{ request }})","-490766438":"You are disconnected, retrying in {{ delay }}s","-1389975609":"unknown","-1900515692":"Duration must be a positive integer","-245297595":"Please login","-1445046468":"Given candle is not valid","-1891622945":"{{hourPast}}h ago","-1723202824":"Please grant permission to view and manage Google Drive folders created with Binary Bot","-210953314":"There was an error retrieving data from Google Drive","-1521930919":"Select a Binary Bot strategy","-845301264":"There was an error listing files from Google Drive","-1452908801":"There was an error retrieving files from Google Drive","-232617824":"There was an error processing your request"} \ No newline at end of file +{"0":"","1014140":"You may also call <0>+447723580049 to place your complaint.","3215342":"Last 30 days","7100308":"Hour must be between 0 and 23.","11539750":"set {{ variable }} to Relative Strength Index Array {{ dummy }}","11872052":"Yes, I'll come back later","14365404":"Request failed for: {{ message_type }}, retrying in {{ delay }}s","15377251":"Profit amount: {{profit}}","17843034":"Check proof of identity document verification status","19424289":"Username","19552684":"USD Basket","21035405":"Please tell us why you’re leaving. (Select up to {{ allowed_reasons }} reasons.)","24900606":"Gold Basket","25854018":"This block displays messages in the developer’s console with an input that can be either a string of text, a number, boolean, or an array of data.","26566655":"Summary","26596220":"Finance","27582767":"{{amount}} {{currency}}","33433576":"Please use an e-wallet to withdraw your funds.","41737927":"Thank you","44877997":"Residence permit","45453595":"Binary Coin","45941470":"Where would you like to start?","46523711":"Your proof of identity is verified","49963458":"Choose an option","50200731":"FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies","54185751":"Less than $100,000","55340304":"Keep your current contract?","55916349":"All","58254854":"Scopes","59169515":"If you select \"Asian Rise\", you will win the payout if the last tick is higher than the average of the ticks.","59341501":"Unrecognized file format","59662816":"Stated limits are subject to change without prior notice.","62748351":"List Length","63869411":"This block tests a given number according to the selection","65185694":"Fiat onramp","65982042":"Total","66519591":"Investor password","68885999":"Repeats the previous trade when an error is encountered.","69005593":"The example below restarts trading after 30 or more seconds after 1 minute candle was started.","69284613":"Trade popular currency pairs and cryptocurrencies with straight-through processing order (STP).","71016232":"OMG/USD","71445658":"Open","71563326":"A fast and secure fiat-to-crypto payment service. Deposit cryptocurrencies from anywhere in the world using your credit/debit cards and bank transfers.","71853457":"$100,001 - $500,000","72500774":"Please fill in Tax residence.","73086872":"You have self-excluded from trading","73326375":"The low is the lowest point ever reached by the market during the contract period.","74963864":"Under","76916358":"You have reached the withdrawal limit.<0/>Please upload your proof of identity and address to lift the limit to continue your withdrawal.","81450871":"We couldn’t find that page","83202647":"Collapse Block","85343079":"Financial assessment","85389154":"Steps required to continue verification on your mobile","89062902":"Trade on MT5","90266322":"2. Start a chat with your newly created Telegram bot and make sure to send it some messages before proceeding to the next step. (e.g. Hello Bot!)","91993812":"The Martingale Strategy is a classic trading technique that has been used for more than a hundred years, popularised by the French mathematician Paul Pierre Levy in the 18th century.","96381225":"ID verification failed","98473502":"We’re not obliged to conduct an appropriateness test, nor provide you with any risk warnings.","98972777":"random item","100239694":"Upload front of card from your computer","102226908":"Field cannot be empty","108916570":"Duration: {{duration}} days","109073671":"Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.","111215238":"Move away from direct light","111718006":"End date","111931529":"Max. total stake over 7 days","113378532":"ETH/USD","113884303":"German Index","113933902":"Download the Deriv X app","115032488":"Buy price and P/L","116005488":"Indicators","117318539":"Password should have lower and uppercase English letters with numbers.","119261701":"Prediction:","119446122":"Contract type is not selected","120340777":"Complete your personal details","123454801":"{{withdraw_amount}} {{currency_symbol}}","124723298":"Upload a proof of address to verify your address","125443840":"6. Restart last trade on error","127307725":"A politically exposed person (PEP) is someone appointed with a prominent public position. Close associates and family members of a PEP are also considered to be PEPs.","130567238":"THEN","132689841":"Trade on web terminal","133523018":"Please go to the Deposit page to get an address.","133536621":"and","139454343":"Confirm my limits","141626595":"Make sure your device has a working camera","142050447":"set {{ variable }} to create text with","142390699":"Connected to your mobile","143970826":"Payment problems?","145146541":"Our accounts and services are unavailable for the Jersey postal code","145736466":"Take a selfie","150486954":"Token name","151344063":"The exit spot is the market price when the contract is closed.","151646545":"Unable to read file {{name}}","152415091":"Math","152524253":"Trade the world’s markets with our popular user-friendly platform.","157593038":"random integer from {{ start_number }} to {{ end_number }}","160863687":"Camera not detected","162727973":"Please enter a valid payment agent ID.","164112826":"This block allows you to load blocks from a URL if you have them stored on a remote server, and they will be loaded only when your bot runs.","164564432":"Deposits are temporarily unavailable due to system maintenance. You can make your deposits when the maintenance is complete.","165294347":"Please set your country of residence in your account settings to access the cashier.","165312615":"Continue on phone","165682516":"If you don’t mind sharing, which other trading platforms do you use?","170185684":"Ignore","171307423":"Recovery","171579918":"Go to Self-exclusion","171638706":"Variables","173991459":"We’re sending your request to the blockchain.","176319758":"Max. total stake over 30 days","176654019":"$100,000 - $250,000","178413314":"First name should be between 2 and 50 characters.","179083332":"Date","181881956":"Contract Type: {{ contract_type }}","184024288":"lower case","189705706":"This block uses the variable \"i\" to control the iterations. With each iteration, the value of \"i\" is determined by the items in a given list.","189759358":"Creates a list by repeating a given item","191372501":"Accumulation of Income/Savings","192436105":"No need for symbols, digits, or uppercase letters","192573933":"Verification complete","195972178":"Get character","196998347":"We hold customer funds in bank accounts separate from our operational accounts which would not, in the event of insolvency, form part of the company's assets. This meets the <0>Gambling Commission's requirements for the segregation of customer funds at the level: <1>medium protection.","198735482":"Thanks for submitting your documents!","201091938":"30 days","203271702":"Try again","204797764":"Transfer to client","204863103":"Exit time","206010672":"Delete {{ delete_count }} Blocks","207824122":"Please withdraw your funds from the following Deriv account(s):","210385770":"If you have an active account, please log in to continue. Otherwise, please sign up.","211224838":"Investment","211461880":"Common names and surnames are easy to guess","211847965":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable withdrawals.","216650710":"You are using a demo account","217504255":"Financial assessment submitted successfully","220014242":"Upload a selfie from your computer","220186645":"Text Is empty","220232017":"demo CFDs","222468543":"The amount that you may add to your stake if you’re losing a trade.","223120514":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 50 days.","223607908":"Last digit stats for latest 1000 ticks for {{underlying_name}}","224650827":"IOT/USD","225887649":"This block is mandatory. It's added to your strategy by default when you create new strategy. You can not add more than one copy of this block to the canvas.","227591929":"To timestamp {{ input_datetime }} {{ dummy }}","228079844":"Click here to upload","228521812":"Tests whether a string of text is empty. Returns a boolean value (true or false).","233500222":"- High: the highest price","235583807":"SMA is a frequently used indicator in technical analysis. It calculates the average market price over a specified period, and is usually used to identify market trend direction: up or down. For example, if the SMA is moving upwards, it means the market trend is up. ","236642001":"Journal","240247367":"Profit table","243614144":"This is only available for existing clients.","245005091":"lower","245187862":"The DRC will make a <0>decision on the complaint (please note that the DRC mentions no timeframe for announcing its decision).","245812353":"if {{ condition }} return {{ value }}","247418415":"Gaming trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","248565468":"Check your {{ identifier_title }} account email and click the link in the email to proceed.","248909149":"Send a secure link to your phone","251134918":"Account Information","251445658":"Dark theme","254912581":"This block is similar to EMA, except that it gives you the entire EMA line based on the input list and the given period.","256031314":"Cash Business","258310842":"Workspace","258448370":"MT5","260069181":"An error occured while trying to load the URL","260086036":"Place blocks here to perform tasks once when your bot starts running.","260361841":"Tax Identification Number can't be longer than 25 characters.","264976398":"3. 'Error' displays a message in red to highlight something that needs to be resolved immediately.","265644304":"Trade types","267992618":"The platforms lack key features or functionality.","268940240":"Your balance ({{format_balance}} {{currency}}) is less than the current minimum withdrawal allowed ({{format_min_withdraw_amount}} {{currency}}). Please top up your account to continue with your withdrawal.","269607721":"Upload","270339490":"If you select \"Over\", you will win the payout if the last digit of the last tick is greater than your prediction.","270610771":"In this example, the open price of a candle is assigned to the variable \"candle_open_price\".","270712176":"descending","270780527":"You've reached the limit for uploading your documents.","272179372":"This block is commonly used to adjust the parameters of your next trade and to implement stop loss/take profit logic.","273350342":"Copy and paste the token into the app.","273728315":"Should not be 0 or empty","274268819":"Volatility 100 Index","275116637":"Deriv X","277469417":"Exclude time cannot be for more than five years.","278684544":"get sub-list from # from end","282319001":"Check your image","282564053":"Next, we'll need your proof of address.","284527272":"antimode","284772879":"Contract","287934290":"Are you sure you want to cancel this transaction?","289898640":"TERMS OF USE","292491635":"If you select “Stop loss” and specify an amount to limit your loss, your position will be closed automatically when your loss is more than or equals to this amount. Your loss may be more than the amount you entered depending on the market price at closing.","292526130":"Tick and candle analysis","292589175":"This will display the SMA for the specified period, using a candle list.","292887559":"Transfer to {{selected_value}} is not allowed, Please choose another account from dropdown","294305803":"Manage account settings","294335229":"Sell at market price","300762428":"Swiss Index","303959005":"Sell Price:","304309961":"We're reviewing your withdrawal request. You may still cancel this transaction if you wish. Once we start processing, you won't be able to cancel.","312142140":"Save new limits?","312300092":"Trims the spaces within a given string or text.","312318161":"Your contract will be closed automatically at the next available asset price when the duration exceeds <0>.","313298169":"Our cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","313741895":"This block returns “True” if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","315306603":"You have an account that do not have currency assigned. Please choose a currency to trade with this account.","316694303":"Is candle black?","317601768":"Themes","318865860":"close","318984807":"This block repeats the instructions contained within for a specific number of times.","323179846":"The time interval for each candle can be set from one minute to one day.","323209316":"Select a Deriv Bot Strategy","325662004":"Expand Block","325763347":"result","326770937":"Withdraw {{currency}} ({{currency_symbol}}) to your wallet","327534692":"Duration value is not allowed. To run the bot, please enter {{min}}.","328539132":"Repeats inside instructions specified number of times","329404045":"<0>Switch to your real account<1> to create a {{platform}} {{account_title}} account.","333456603":"Withdrawal limits","334942497":"Buy time","335040248":"About us","335046131":"Switch to crypto account?","337023006":"Start time cannot be in the past.","339449279":"Remaining time","339610914":"Spread Up/Spread Down","339879944":"GBP/USD","340807218":"Description not found.","342181776":"Cancel transaction","343873723":"This block displays a message. You can specify the color of the message and choose from 6 different sound options.","345320063":"Invalid timestamp","347039138":"Iterate (2)","348951052":"Your cashier is currently locked","349047911":"Over","351744408":"Tests if a given text string is empty","353731490":"Job done","354945172":"Submit document","357477280":"No face found","358266012":"Warning!","359053005":"Please enter a token name.","359649435":"Given candle list is not valid","359809970":"This block gives you the selected candle value from a list of candles within the selected time interval. You can choose from open price, close price, high price, low price, and open time.","360224937":"Logic","362772494":"This should not exceed {{max}} characters.","363576009":"- High price: the highest price","363738790":"Browser","363990763":"Sell price:","368160866":"in list","371151609":"Last used","372291654":"Exclude time must be after today.","372645383":"True if the market direction matches the selection","373021397":"random","373495360":"This block returns the entire SMA line, containing a list of all values for a given period.","373919918":"Your account will be opened with Deriv Investments (Europe) Limited, regulated by the Malta Financial Services Authority (MFSA), and will be subject to the laws of Malta.","374537470":"No results for \"{{text}}\"","375714803":"Deal Cancellation Error","379730150":"US Tech Index","380606668":"tick","380694312":"Maximum consecutive trades","382781785":"Your contract is closed automatically when your profit is more than or equals to this amount.","384303768":"This block returns \"True\" if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","386502387":"Bot is not running","389923099":"Zoom in","390647540":"Real account","390890891":"Last quarter","391915203":"Hedging","392582370":"Fall Equals","396418990":"Offline","396961806":"We do not support Polygon (Matic), to deposit please use only Ethereum ({{token}}).","399387585":"Please check your email for details. If you have any questions, please go to our <0>Help Centre.","401339495":"Verify address","402343402":"Due to an issue on our server, some of your {{platform}} accounts are unavailable at the moment. Please bear with us and thank you for your patience.","403456289":"The formula for SMA is:","404743411":"Total deposits","406359555":"Contract details","406497323":"Sell your active contract if needed (optional)","411482865":"Add {{deriv_account}} account","412433839":"I agree to the <0>terms and conditions.","413594348":"Only letters, numbers, space, hyphen, period, and forward slash are allowed.","417864079":"You’ll not be able to change currency once you have made a deposit.","420072489":"CFD trading frequency","422055502":"From","426031496":"Stop","427134581":"Try using another file type.","427617266":"Bitcoin","428709688":"Your preferred time interval between each report:","430975601":"Town/City is not in a proper format.","432508385":"Take Profit: {{ currency }} {{ take_profit }}","432519573":"Document uploaded","433348384":"Real accounts are not available to politically exposed persons (PEPs).","433616983":"2. Investigation phase","434548438":"Highlight function definition","434896834":"Custom functions","437138731":"Create a new {{platform}} password","437453244":"Choose your preferred cryptocurrency","437485293":"File type not supported","437904704":"Maximum open positions","438067535":"Over $500,000","440529960":"Set your password","442520703":"$250,001 - $500,000","444484637":"Logic negation","450983288":"Your deposit is unsuccessful due to an error on the blockchain. Please contact your crypto wallet service provider for more info.","451852761":"Continue on your phone","452054360":"Similar to RSI, this block gives you a list of values for each entry in the input list.","452662014":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and DMT5 accounts and between your Deriv fiat and Deriv X accounts.","453409608":"Your profit is the percentage change in market price times your stake and the multiplier of your choice.","454593402":"2. Please upload one of the following:","456746157":"Grant access to your camera from your browser settings","457020083":"It’ll take longer to verify you if we can’t read it","457494524":"1. From the block library, enter a name for the new variable and click Create.","459817765":"Pending","460975214":"Complete your Appropriateness Test","461795838":"Please contact us via live chat to unlock it.","462079779":"Resale not offered","463361726":"Select an item","465993338":"Oscar's Grind","466369320":"Your gross profit is the percentage change in market price times your stake and the multiplier chosen here.","473154195":"Settings","475492878":"Try Synthetic Indices","476023405":"Didn't receive the email?","477557241":"Remote blocks to load must be a collection.","478280278":"This block displays a dialog box that uses a customised message to prompt for an input. The input can be either a string of text or a number and can be assigned to a variable. When the dialog box is displayed, your strategy is paused and will only resume after you enter a response and click \"OK\".","479420576":"Tertiary","481276888":"Goes Outside","482028864":"Your contract will be closed automatically at the next available asset price when the duration exceeds {{ days }} {{ unit }} {{ timestamp }}.","483591040":"Delete all {{ delete_count }} blocks?","487239607":"Converts a given True or False to the opposite value","488150742":"Resend email","489768502":"Change investor password","491603904":"Unsupported browser","492198410":"Make sure everything is clear","496680295":"Choose country","497518317":"Function that returns a value","498562439":"or","499522484":"1. for \"string\": 1325.68 USD","500855527":"Chief Executives, Senior Officials and Legislators","500920471":"This block performs arithmetic operations between two numbers.","501401157":"You are only allowed to make deposits","501537611":"*Maximum number of open positions","502041595":"This block gives you a specific candle from within the selected time interval.","503137339":"Payout limit","505793554":"last letter","508390614":"Demo Financial STP","510815408":"Letters, numbers, spaces, hyphens only","514031715":"list {{ input_list }} is empty","514776243":"Your {{account_type}} password has been changed.","514948272":"Copy link","518955798":"7. Run Once at Start","520136698":"Boom 500 Index","521872670":"item","521947594":"Launch DTrader in seconds the next time you want to trade.","522283618":"Digital options trading experience","522703281":"divisible by","523123321":"- 10 to the power of a given number","525012324":"Trade major (standard & micro-lots) and minor forex, stocks & stock indices, commodities, basket indices, and crypto with high leverage.","527329988":"This is a top-100 common password","529056539":"Options","529597350":"If you had any open positions, we have closed them and refunded you.","530953413":"Authorised applications","531114081":"3. Contract Type","531675669":"Euro","535041346":"Max. total stake per day","538228086":"Close-Low","541650045":"Manage {{platform}} password","542305026":"You must also submit a proof of identity.","543413346":"You have no open positions for this asset. To view other open positions, click Go to Reports","543915570":"Forex, stocks, stock indices, cryptocurrencies, synthetic indices","545476424":"Total withdrawals","546534357":"If you select “Deal cancellation”, you’ll be able to cancel your trade within a chosen time frame should the market move against your favour. We’ll charge a small fee for this, but we’ll return your stake amount without profit or loss. If the stop-out amount is reached before the deal cancellation expires, your position will be cancelled automatically and we’ll return your stake amount without profit or loss. While “Deal cancellation” is active:","549348623":"Send only Tether Omni to this deposit address.<0 /><0 />Sending Tether ERC20 to this address will result in the loss of your deposit.","549479175":"Deriv Multipliers","551414637":"Click the <0>Change password button to change your DMT5 password.","551569133":"Learn more about trading limits","554410233":"This is a top-10 common password","555351771":"After defining trade parameters and trade options, you may want to instruct your bot to purchase contracts when specific conditions are met. To do that you can use conditional blocks and indicators blocks to help your bot to make decisions.","556095366":"We'll process your details within a few minutes and notify its status via email.","556264438":"Time interval","559224320":"Our classic “drag-and-drop” tool for creating trading bots, featuring pop-up trading charts, for advanced users.","561982839":"Change your currency","562599414":"This block returns the purchase price for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","563034502":"We shall try to resolve your complaint within 15 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","563166122":"We shall acknowledge receiving your complaint, review it carefully, and keep you updated on the handling process. We might request further information or clarifications to facilitate the resolution of the complaint.","563652273":"Go to block","565410797":"The below image illustrates how Simple Moving Average Array block works:","566274201":"1. Market","567019968":"A variable is among the most important and powerful components in creating a bot. It is a way to store information, either as text or numbers. The information stored as a variable can be used and changed according to the given instructions. Variables can be given any name, but usually they are given useful, symbolic names so that it is easier to call them during the execution of instructions.","567163880":"Create a {{platform}} password","567755787":"Tax Identification Number is required.","569057236":"In which country was your document issued?","569923414":"If you have a DMT5 real account, log in to close any open positions.","571921777":"Funds protection level","573173477":"Is candle {{ input_candle }} black?","577215477":"count with {{ variable }} from {{ start_number }} to {{ end_number }} by {{ step_size }}","577779861":"Withdrawal","577883523":"4. Awards and orders","578099923":"Get a faster mobile trading experience with the <0>Deriv GO app!","578522309":"These trading limits and self-exclusion help you control the amount of money and time you spend on Deriv.com and exercise <0>responsible trading.","578640761":"Call Spread","579529868":"Show all details — including the bottom 2 lines","580431127":"Restart buy/sell on error (disable for better performance): {{ checkbox }}","580665362":"Stays In/Goes Out","580774080":"insert at","581168980":"Legal","582945649":"2 minutes","584025813":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and DMT5 accounts.","584028307":"Allow equals","587577425":"Secure my account","589609985":"Linked with {{identifier_title}}","593459109":"Try a different currency","595136687":"Save Strategy","597089493":"Here is where you can decide to sell your contract before it expires. Only one copy of this block is allowed.","597481571":"DISCLAIMER","597707115":"Tell us about your trading experience.","599469202":"{{secondPast}}s ago","602278674":"Verify identity","606240547":"- Natural log","606877840":"Back to today","607807243":"Get candle","609519227":"This is the email address associated with your Deriv account.","609650241":"Infinite loop detected","610537973":"Any information you provide is confidential and will be used for verification purposes only.","611020126":"View address on Blockchain","611786123":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices","613877038":"Chart","617345387":"If you select \"Reset-Up”, you win the payout if the exit spot is strictly higher than either the entry spot or the spot at reset time.","617400581":"Client login ID","618520466":"Example of a cut-off document","619268911":"<0>a.The Financial Commission will investigate the validity of the complaint within 5 business days.","619407328":"Are you sure you want to unlink from {{identifier_title}}?","623192233":"Please complete the <0>Appropriateness Test to access your cashier.","623542160":"Exponential Moving Average Array (EMAA)","626175020":"Standard Deviation Up Multiplier {{ input_number }}","626809456":"Resubmit","627292452":"<0>Your Proof of Identity or Proof of Address did not meet our requirements. Please check your email for further instructions.","627814558":"This block returns a value when a condition is true. Use this block within either of the function blocks above.","629145209":"In case if the \"AND\" operation is selected, the block returns \"True\" only if both given values are \"True\"","632398049":"This block assigns a null value to an item or statement.","634219491":"You have not provided your tax identification number. This information is necessary for legal and regulatory requirements. Please go to <0>Personal details in your account settings, and fill in your latest tax identification number.","636219628":"<0>c.If no settlement opportunity can be found, the complaint will proceed to the determination phase to be handled by the DRC.","637939279":"By default, all Deriv.com clients are retail clients but anyone can request to be treated as a professional client.","639382772":"Please upload supported file type.","640596349":"You have yet to receive any notifications","640730141":"Refresh this page to restart the identity verification process","641420532":"We've sent you an email","642210189":"Please check your email for the verification link to complete the process.","642546661":"Upload back of license from your computer","643014039":"The trade length of your purchased contract.","644150241":"The number of contracts you have won since you last cleared your stats.","645016681":"Trading frequency in other financial instruments","645902266":"EUR/NZD","647192851":"Contract will be sold at the prevailing market price when the request is received by our servers. This price may differ from the indicated price.","647745382":"Input List {{ input_list }}","649317411":"On the basis of the information provided in relation to your knowledge and experience, we consider that the investments available via this website are not appropriate for you.<0/><1/>","649923867":"Adds a sign to a number to create a barrier offset. (deprecated)","651284052":"Low Tick","651684094":"Notify","652041791":"To create a Deriv X real account, create a Deriv real account first.","652298946":"Date of birth","654264404":"Up to 1:30","654507872":"True-False","654924603":"Martingale","655937299":"We’ll update your limits. Click <0>Accept to acknowledge that you are fully responsible for your actions, and we are not liable for any addiction or loss.","657325150":"This block is used to define trade options within the Trade parameters root block. Some options are only applicable for certain trade types. Parameters such as duration and stake are common among most trade types. Prediction is used for trade types such as Digits, while barrier offsets are for trade types that involve barriers such as Touch/No Touch, Ends In/Out, etc.","657444253":"Sorry, account opening is unavailable in your region.","659482342":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your account settings.","660481941":"To access your mobile apps and other third-party apps, you'll first need to generate an API token.","660991534":"Finish","662609119":"Download the MT5 app","665089217":"Please submit your <0>proof of identity to authenticate your account and access your Cashier.","665777772":"XLM/USD","665872465":"In the example below, the opening price is selected, which is then assigned to a variable called \"op\".","672008428":"ZEC/USD","673915530":"Jurisdiction and choice of law","676159329":"Could not switch to default account.","677918431":"Market: {{ input_market }} > {{ input_submarket }} > {{ input_symbol }}","678517581":"Units","680334348":"This block was required to correctly convert your old strategy.","681926004":"Example of a blurry document","682056402":"Standard Deviation Down Multiplier {{ input_number }}","684282133":"Trading instruments","685391401":"If you're having trouble signing in, let us know via <0>chat","687212287":"Amount is a required field.","689137215":"Purchase price","691956534":"<0>You have added a {{currency}} account.<0> Make a deposit now to start trading.","693396140":"Deal cancellation (expired)","694532392":"Deriv X Password","696870196":"- Open time: the opening time stamp","697630556":"This market is presently closed.","698748892":"Let’s try that again","699159918":"1. Filing complaints","700259824":"Account currency","701034660":"We are still processing your withdrawal request.<0 />Please wait for the transaction to be completed before deactivating your account.","701462190":"Entry spot","701647434":"Search for string","706727320":"Binary options trading frequency","706755289":"This block performs trigonometric functions.","710123510":"repeat {{ while_or_until }} {{ boolean }}","711029377":"Please confirm the transaction details in order to complete the withdrawal:","711999057":"Successful","712101776":"Take a photo of your passport photo page","712635681":"This block gives you the selected candle value from a list of candles. You can choose from open price, close price, high price, low price, and open time.","713054648":"Sending","714080194":"Submit proof","715841616":"Please enter a valid phone number (e.g. +15417541234).","716428965":"(Closed)","718504300":"Postal/ZIP code","718710899":"We can't change your account currency as you've either made a deposit into your {{currency}} account or created a real account on DMT5 or Deriv X.","718724141":"Expires in","720293140":"Log out","720519019":"Reset my password","721011817":"- Raise the first number to the power of the second number","723045653":"You'll log in to your Deriv account with this email address.","723961296":"Manage password","724203548":"You can send your complaint to the <0>European Commission's Online Dispute Resolution (ODR) platform. This is not applicable to UK clients.","728042840":"To continue trading with us, please confirm where you live.","728824018":"Spanish Index","730473724":"This block performs the \"AND\" or the \"OR\" logic operation with the given values.","731382582":"BNB/USD","734390964":"Insufficient balance","734881840":"false","744110277":"Bollinger Bands Array (BBA)","745656178":"Use this block to sell your contract at the market price.","745674059":"Returns the specific character from a given string of text according to the selected option. ","746112978":"Your computer may take a few seconds to update","752024971":"Reached maximum number of digits","752992217":"This block gives you the selected constant values.","753088835":"Default","753184969":"In providing our services to you, we are required to obtain information from you in order to assess whether a given product or service is appropriate for you (that is, whether you possess the experience and knowledge to understand the risks involved).<0/><1/>","753727511":"Type","756152377":"SMA places equal weight to the entire distribution of values.","758003269":"make list from text","759783233":"For more information and assistance to counselling and support services, please visit <0>begambleaware.org.","760528514":"Please note that changing the value of \"i\" won't change the value of the original item in the list","761576760":"Fund your account to start trading.","762185380":"<0>Multiply returns by <0>risking only what you put in.","762871622":"{{remaining_time}}s","763019867":"Your Gaming account is scheduled to be closed","764366329":"Trading limits","764540515":"Stopping the bot is risky","766317539":"Language","770171141":"Go to {{hostname}}","772632060":"Do not send any other currency to the following address. Otherwise, you'll lose funds.","773091074":"Stake:","773309981":"Oil/USD","773336410":"Tether is a blockchain-enabled platform designed to facilitate the use of fiat currencies in a digital manner.","775679302":"{{pending_withdrawals}} pending withdrawal(s)","776085955":"Strategies","781924436":"Call Spread/Put Spread","783974693":"Avoid recent years","784311461":"Exponential Moving Average (EMA)","784583814":"Linked to your computer","785969488":"Jump 75 Index","787727156":"Barrier","788005234":"NA","790168327":"Deriv X accounts","792739000":"We’ll review your document and notify you of its status within 1 to 2 hours.","793526589":"To file a complaint about our service, send an email to <0>complaints@deriv.com and state your complaint in detail. Please submit any relevant screenshots of your trading or system for our better understanding.","793531921":"Our company is one of the oldest and most reputable online trading companies in the world. We are committed to treat our clients fairly and provide them with excellent service.<0/><1/>Please provide us with feedback on how we can improve our services to you. Rest assured that you will be heard, valued, and treated fairly at all times.","794682658":"Copy the link to your phone","795859446":"Password saved","796845736":"To continue trading with us, you need to send us a copy of any one of these government-issued photo ID documents via <0>LiveChat.","797007873":"Follow these steps to recover camera access:","797500286":"negative","800521289":"Your personal details are incomplete","802436811":"View transaction details","802438383":"New proof of address is needed","802556390":"seconds","802989607":"Drag your XML file here","803500173":"Initial stake","807499069":"Financial commission complaints procedure","808323704":"You can also use \"Compare\" and \"Logic operation\" blocks to make test variables.","816580787":"Welcome back! Your messages have been restored.","816738009":"<0/><1/>You may also raise your unresolved dispute to the <2>Office of the Arbiter for Financial Services.","818447476":"Switch account?","820877027":"Please verify your proof of identity","823186089":"A block that can contain text.","824797920":"Is list empty?","826511719":"USD/SEK","827688195":"Disable Block","828219890":"then","828602451":"Returns the list of tick values in string format","830164967":"Last name","830711697":"Driving license","830993327":"No current transactions available","832217983":"40 transactions or more in the past 12 months","832398317":"Sell Error","832588873":"Order execution","832721563":"If you select \"Low Tick\", you win the payout if the selected tick is the lowest among the next five ticks.","834966953":"1551661986 seconds since Jan 01 1970 (UTC) translates to 03/04/2019 @ 1:13am (UTC).","835058671":"Total buy price","835350845":"Add another word or two. Uncommon words are better.","837066896":"Your document is being reviewed, please check back in 1-3 days.","839618971":"ADDRESS","839805709":"To smoothly verify you, we need a better photo","841434703":"Disable stack","841543189":"View transaction on Blockchain","845213721":"Logout","845304111":"Slow EMA Period {{ input_number }}","847888634":"Please withdraw all your funds.","849805216":"Choose an agent","851054273":"If you select \"Higher\", you win the payout if the exit spot is strictly higher than the barrier.","851264055":"Creates a list with a given item repeated for a specific number of times.","851508288":"This block constrains a given number within a set range.","852583045":"Tick List String","854399751":"Digit code must only contain numbers.","854630522":"Choose a cryptocurrency account","857363137":"Volatility 300 (1s) Index","857445204":"Deriv currently supports withdrawals of Tether eUSDT to Ethereum wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","857986403":"do something","860319618":"Tourism","862283602":"Phone number*","863328851":"Proof of identity","864957760":"Math Number Positive","865424952":"High-to-Low","865642450":"2. Logged in from a different browser","866496238":"Make sure your license details are clear to read, with no blur or glare","869611522":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts.","869823595":"Function","872549975":"You have {{number}} transfers remaining for today.","872817404":"Entry Spot Time","872957901":"Dark (Coming soon to DBot)","873166343":"1. 'Log' displays a regular message.","874461655":"Scan the QR code with your phone","874484887":"Take profit must be a positive number.","875532284":"Restart process on a different device","876086855":"Complete the financial assessment form","876292912":"Exit","877354242":"Trade on DTrader","879014472":"Reached maximum number of decimals","887328652":"As a precaution, we have disabled trading, deposits and withdrawals for this account. If you have any questions, please go to our <0>Help Centre.","888274063":"Town/City","890299833":"Go to Reports","891337947":"Select country","892341141":"Your trading statistics since: {{date_time}}","893117915":"Variable","893963781":"Close-to-Low","893975500":"You do not have any recent bots","894191608":"<0>c.We must award the settlement within 28 days of when the decision is reached.","895890867":"Your account will be opened with Deriv (SVG) LLC, and will be subject to the laws of Saint Vincent and the Grenadines.","898457777":"You have added a Deriv Financial account.","900111088":"You can <0>set a new currency before you deposit for the first time or create a real DMT5 or Deriv X account.","902045490":"3 minutes","903429103":"In candles list read {{ candle_property }} # from end {{ input_number }}","904696726":"API token","905134118":"Payout:","905227556":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters and numbers.","910888293":"Too many attempts","912344358":"I hereby confirm that the tax information I provided is true and complete. I will also inform Deriv Investments (Europe) Limited about any changes to this information.","915735109":"Back to {{platform_name}}","918447723":"Real","920125517":"Add demo account","926813068":"Fixed/Variable","930346117":"Capitalization doesn't help very much","930546422":"Touch","933126306":"Enter some text here","933193610":"Only letters, periods, hyphens, apostrophes, and spaces, please.","934835052":"Potential profit","934932936":"PERSONAL","936766426":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit.","937237342":"Strategy name cannot be empty","937831119":"Last name*","937992258":"Table","938988777":"High barrier","940950724":"This trade type is currently not supported on {{website_name}}. Please go to <0>Binary.com for details.","943535887":"Please close your positions in the following Deriv MT5 account(s):","944499219":"Max. open positions","945532698":"Contract sold","946204249":"Read","946841802":"A white (or green) candle indicates that the open price is lower than the close price. This represents an upward movement of the market price.","946944859":"Hit the button below and we'll send you an email with a link. Click that link to verify your withdrawal request.","947046137":"Your withdrawal will be processed within 24 hours","947363256":"Create list","947758334":"City is required","947914894":"Top up  <0>","948156236":"Create {{type}} password","948545552":"150+","949859957":"Submit","952655566":"Payment agent","956448295":"Cut-off image detected","957182756":"Trigonometric functions","958430760":"In/Out","959031082":"set {{ variable }} to MACD Array {{ dropdown }} {{ dummy }}","960201789":"3. Sell conditions","961692401":"Bot","964780376":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your identity.","966457287":"set {{ variable }} to Exponential Moving Average {{ dummy }}","968576099":"Up/Down","969987233":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between exit spot and lower barrier.","970915884":"AN","974888153":"High-Low","975950139":"Country of Residence","977929335":"Go to my account settings","981138557":"Redirect","982402892":"First line of address","982829181":"Barriers","988361781":"You have no trading activity yet.","988934465":"When prompted, you must enable camera access to continue","992294492":"Your postal code is invalid","995563717":"not {{ boolean }}","999008199":"text","1001160515":"Sell","1003876411":"Should start with letter or number and may contain a hyphen, period and slash.","1004127734":"Send email","1006458411":"Errors","1006664890":"Silent","1008240921":"Choose a payment agent and contact them for instructions.","1009032439":"All time","1010198306":"This block creates a list with strings and numbers.","1012102263":"You will not be able to log in to your account until this date (up to 6 weeks from today).","1015201500":"Define your trade options such as duration and stake.","1016220824":"You need to switch to a real money account to use this feature.<0/>You can do this by selecting a real account from the <1>Account Switcher.","1018803177":"standard deviation","1019265663":"You have no transactions yet.","1019508841":"Barrier 1","1022934784":"1 minute","1023237947":"1. In the example below, the instructions are repeated as long as the value of x is less than or equal to 10. Once the value of x exceeds 10, the loop is terminated.","1023643811":"This block purchases contract of a specified type.","1023795011":"Even/Odd","1024205076":"Logic operation","1026046972":"Please enter a payout amount that's lower than {{max_payout}}.","1027098103":"Leverage gives you the ability to trade a larger position using your existing capital. Leverage varies across different symbols.","1028211549":"All fields are required","1028758659":"Citizenship*","1029164365":"We presume that you possess the experience, knowledge, and expertise to make your own investment decisions and properly assess the risk involved.","1030021206":"change {{ variable }} by {{ number }}","1031602624":"We've sent a secure link to %{number}","1031731167":"Pound Sterling","1032173180":"Deriv","1032907147":"AUD/NZD","1035506236":"Choose a new password","1035893169":"Delete","1036867749":"The desired duration, stake, prediction, and/or barrier(s) for the contract is defined here.","1038575777":"Change password","1039755542":"Use a few words, avoid common phrases","1040677897":"To continue trading, you must also submit a proof of address.","1041001318":"This block performs the following operations on a given list: sum, minimum, maximum, average, median, mode, antimode, standard deviation, random item.","1041620447":"If you are unable to scan the QR code, you can manually enter this code instead:","1042659819":"You have an account that needs action","1043790274":"There was an error","1044230481":"This is an Ethereum ({{token}}) only address, please do not use {{prohibited_token}}.","1044540155":"100+","1044599642":"<0> has been credited into your {{platform}} {{title}} account.","1045242890":"Proof of identity verification failed","1045704971":"Jump 150 Index","1045782294":"Click the <0>Change password button to change your Deriv password.","1047389068":"Food Services","1048947317":"Sorry, this app is unavailable in {{clients_country}}.","1049384824":"Rise","1050844889":"Reports","1052137359":"Family name*","1052779010":"You are on your demo account","1053153674":"Jump 50 Index","1053159279":"Level of education","1055313820":"No document detected","1056381071":"Return to trade","1056821534":"Are you sure?","1057216772":"text {{ input_text }} is empty","1057749183":"Two-factor authentication (2FA)","1057765448":"Stop out level","1057904606":"The concept of the D’Alembert Strategy is said to be similar to the Martingale Strategy where you will increase your contract size after a loss. With the D’Alembert Strategy, you will also decrease your contract size after a successful trade.","1061308507":"Purchase {{ contract_type }}","1062536855":"Equals","1065498209":"Iterate (1)","1069347258":"The verification link you used is invalid or expired. Please request for a new one.","1069576070":"Purchase lock","1070624871":"Check proof of address document verification status","1076006913":"Profit/loss on the last {{item_count}} contracts","1077515534":"Date to","1080068516":"Action","1080990424":"Confirm","1082158368":"*Maximum account cash balance","1082406746":"Please enter a stake amount that's at least {{min_stake}}.","1083781009":"Tax identification number*","1083826534":"Enable Block","1088138125":"Tick {{current_tick}} - ","1090191592":"Total assets in your Deriv and Deriv X demo accounts.","1090410775":"Contract Lost","1098622295":"\"i\" starts with the value of 1, and it will be increased by 2 at every iteration. The loop will repeat until \"i\" reaches the value of 12, and then the loop is terminated.","1100870148":"To learn more about account limits and how they apply, please go to the <0>Help Centre.","1101560682":"stack","1101712085":"Buy Price","1102995654":"Calculates Exponential Moving Average (EMA) list from a list of values with a period","1103309514":"Target","1103452171":"Cookies help us to give you a better experience and personalised content on our site.","1104912023":"Pending verification","1106261041":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC, Deriv (FX) Ltd, and Deriv (V) Ltd.","1107474660":"Submit proof of address","1107555942":"To","1109217274":"Success!","1110102997":"Statement","1112582372":"Interval duration","1113119682":"This block gives you the selected candle value from a list of candles.","1113292761":"Less than 8MB","1113808050":"Total assets in your Deriv and Deriv X real accounts.","1117863275":"Security and safety","1118294625":"You have chosen to exclude yourself from trading on our website until {{exclusion_end}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","1119887091":"Verification","1119986999":"Your proof of address was submitted successfully","1120985361":"Terms & conditions updated","1122910860":"Please complete your <0>financial assessment.","1123927492":"You have not selected your account currency","1125090693":"Must be a number","1126934455":"Length of token name must be between 2 and 32 characters.","1127149819":"Make sure§","1128404172":"Undo","1129124569":"If you select \"Under\", you will win the payout if the last digit of the last tick is less than your prediction.","1129296176":"IMPORTANT NOTICE TO RECEIVE YOUR FUNDS","1129842439":"Please enter a take profit amount.","1130744117":"We shall try to resolve your complaint within 10 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","1130791706":"N","1133651559":"Live chat","1134879544":"Example of a document with glare","1139483178":"Enable stack","1143730031":"Direction is {{ direction_type }}","1144028300":"Relative Strength Index Array (RSIA)","1145927365":"Run the blocks inside after a given number of seconds","1146064568":"Go to Deposit page","1147269948":"Barrier cannot be zero.","1147625645":"Please proceed to withdraw all your funds from your account before <0>30 November 2021.","1151964318":"both sides","1154021400":"list","1154239195":"Title and name","1155011317":"This block converts the date and time to the number of seconds since the Unix Epoch (1970-01-01 00:00:00).","1158678321":"<0>b.The Head of the Dispute Resolution Committee (DRC) will contact both you and us within 5 business days to obtain all necessary information and see if there is a chance to settle the complaint during the investigation phase.","1160761178":"No payout if exit spot is below or equal to the lower barrier.","1161924555":"Please select an option","1163836811":"Real Estate","1164773983":"Take profit and/or stop loss are not available while deal cancellation is active.","1164896842":"Trade CFDs on our Synthetic indices that simulate real-world market movement.","1166128807":"Choose one of your accounts or add a new cryptocurrency account","1166377304":"Increment value","1168029733":"Win payout if exit spot is also equal to entry spot.","1169201692":"Create {{platform}} password","1173187492":"Deactivate account","1174542625":"- Find the chat ID property in the response, and copy the value of the id property","1174748431":"Payment channel","1176926166":"Experience with trading other financial instruments","1177396776":"If you select \"Asian Fall\", you will win the payout if the last tick is lower than the average of the ticks.","1177723589":"There are no transactions to display","1178582280":"The number of contracts you have lost since you last cleared your stats.","1178800778":"Take a photo of the back of your license","1178942276":"Please try again in a minute.","1179704370":"Please enter a take profit amount that's higher than the current potential profit.","1181396316":"This block gives you a random number from within a set range","1181770592":"Profit/loss from selling","1183007646":"- Contract type: the name of the contract type such as Rise, Fall, Touch, No Touch, etс.","1188980408":"5 minutes","1189368976":"Please complete your personal details before you verify your identity.","1191644656":"Predict the market direction and select either “Up” or “Down” to open a position. We will charge a commission when you open a position.","1192708099":"Duration unit","1195393249":"Notify {{ notification_type }} with sound: {{ notification_sound }} {{ input_message }}","1196006480":"Profit threshold","1196458986":"We do not charge a transfer fee for transfers in the same currency between your Deriv fiat and DMT5 accounts and between your Deriv fiat and Deriv X accounts.","1197326289":"You are no longer able to trade digital options on any of our platforms. Also, you can’t make deposits into your Options account.","1198368641":"Relative Strength Index (RSI)","1199281499":"Last Digits List","1201533528":"Contracts won","1201773643":"numeric","1203297580":"This block sends a message to a Telegram channel.","1204223111":"In this example, the open prices from a list of candles are assigned to a variable called \"candle_list\".","1204919083":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC.","1206821331":"Armed Forces","1208729868":"Ticks","1208903663":"Invalid token","1211912982":"Bot is starting","1214893428":"Account creation is currently unavailable for mobile. Please log in with your computer to create a new account.","1216408337":"Self-Employed","1218546232":"What is Fiat onramp?","1219844088":"do %1","1222096166":"Deposit via bank wire, credit card, and e-wallet","1222521778":"Making deposits and withdrawals is difficult.","1222544232":"We’ve sent you an email","1225150022":"Number of assets","1226027513":"Transfer from","1227074958":"random fraction","1227240509":"Trim spaces","1228208126":"Please Verify your address","1228534821":"Some currencies may not be supported by payment agents in your country.","1229883366":"Tax identification number","1230884443":"State/Province (optional)","1231282282":"Use only the following special characters: {{permitted_characters}}","1232291311":"Maximum withdrawal remaining","1232353969":"0-5 transactions in the past 12 months","1233300532":"Payout","1234292259":"Source of wealth","1235426525":"50%","1237330017":"Pensioner","1238311538":"Admin","1239940690":"Restarts the bot when an error is encountered.","1240027773":"Please Log in","1243064300":"Local","1246207976":"Enter the authentication code generated by your 2FA app:","1246880072":"Select issuing country","1247280835":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can make cryptocurrency deposits and withdrawals in a few minutes when the maintenance is complete.","1248018350":"Source of income","1248940117":"<0>a.The decisions made by the DRC are binding on us. DRC decisions are binding on you only if you accept them.","1250495155":"Token copied!","1254565203":"set {{ variable }} to create list with","1255909792":"last","1255963623":"To date/time {{ input_timestamp }} {{ dummy }}","1258097139":"What could we do to improve?","1258198117":"positive","1259598687":"GBP/JPY","1260259925":"Phone is not in a proper format.","1263387702":"All {{count}} account types use market execution. This means you agree with the broker's price in advance and will place orders at the broker's price.","1264096613":"Search for a given string","1265704976":"","1270581106":"If you select \"No Touch\", you win the payout if the market never touches the barrier at any time during the contract period.","1272012156":"GBP/CHF","1272337240":"Days","1272681097":"Hours","1274819385":"3. Complaints and Disputes","1275474387":"Quick","1281045211":"Sorts the items in a given list, by their numeric or alphabetical value, in either ascending or descending order.","1281290230":"Select","1282951921":"Only Downs","1284522768":"If \"Loss\" is selected, it will return \"True\" if your last trade was unsuccessful. Otherwise, it will return an empty string.","1286094280":"Withdraw","1286507651":"Close identity verification screen","1288965214":"Passport","1289646209":"Margin call","1290525720":"Example: ","1291887623":"Digital options trading frequency","1292891860":"Notify Telegram","1293660048":"Max. total loss per day","1294756261":"This block creates a function, which is a group of instructions that can be executed at any time. Place other blocks in here to perform any kind of action that you need in your strategy. When all the instructions in a function have been carried out, your bot will continue with the remaining blocks in your strategy. Click the “do something” field to give it a name of your choice. Click the plus icon to send a value (as a named variable) to your function.","1295284664":"Please accept our <0>updated Terms and Conditions to proceed.","1296380713":"Close my contract","1299479533":"8 hours","1301668579":"We’re working to have this available for you soon. If you have another account, switch to that account to continue trading. You may add a DMT5 Financial.","1302691457":"Occupation","1303016265":"Yes","1303530014":"We’re processing your withdrawal.","1304083330":"copy","1304620236":"Enable camera","1304788377":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to the <2>Information and Data Protection Commissioner (Malta) on their website or make a complaint to any supervisory authority within the European Union.","1308625834":"Sets the default time interval for blocks that read list of candles.","1309017029":"Enabling this allows you to save your blocks as one collection which can be easily integrated into other bots.","1309044871":"Returns the value of the latest tick in string format","1310483610":"Results for \"{{ search_term }}\"","1311680770":"payout","1311799109":"We do not support Binance Smart Chain tokens to deposit, please use only Ethereum ({{token}}).","1313167179":"Please log in","1313302450":"The bot will stop trading if your total loss exceeds this amount.","1314671947":"DMT5 Accounts","1316216284":"You can use this password for all your {{platform}} accounts.","1319217849":"Check your mobile","1320750775":"Front and back","1322804930":"Restart the process on the latest version of Google Chrome","1323327633":"Our complaints process comprises the following 4 steps:","1323476617":"Changes the capitalisation of a string of text to Upper case, Lower case, Title case.","1323996051":"Profile","1324110809":"Address information","1324922837":"2. The new variable will appear as a block under Set variable.","1327494533":"{{sell_value}} (Sell)","1329136554":"Jump 200 Index","1329325646":"The content of this block is called on every tick","1331199417":"Please enter the correct format. ","1332168410":"Learn more","1332168769":"Disconnect","1333576137":"Please update your {{details}} to continue.","1333839457":"Submit identity card (front)","1334326985":"It may take a few minutes to arrive","1335967988":"Notice","1337846406":"This block gives you the selected candle value from a list of candles within the selected time interval.","1337864666":"Photo of your document","1338496204":"Ref. ID","1340314141":"Go to SmartTrader","1341840346":"View in Journal","1346204508":"Take profit","1346339408":"Managers","1347071802":"{{minutePast}}m ago","1348009461":"Please close your positions in the following Deriv X account(s):","1349289354":"Great, that's everything we need","1349295677":"in text {{ input_text }} get substring from {{ position1 }} {{ index1 }} to {{ position2 }} {{ index2 }}","1351152200":"Welcome to Deriv MT5 (DMT5) dashboard","1351906264":"This feature is not available for payment agents.","1353197182":"Please select","1355250245":"{{ calculation }} of list {{ input_list }}","1356574493":"Returns a specific portion of a given string of text.","1356607862":"Deriv password","1357129681":"{{num_day}} days {{num_hour}} hours {{num_minute}} minutes","1357213116":"Identity card","1358543466":"Not available","1359424217":"You have sold this contract at <0 />","1359701341":"You’ll not be charged a transfer fee for transfers in the same currency between your Deriv fiat and DMT5 accounts.","1360929368":"Add a Deriv account","1362578283":"High","1363060668":"Your trading statistics since:","1363675688":"Duration is a required field.","1366244749":"Limits","1367023655":"To ensure your loss does not exceed your stake, your contract will be closed automatically when your loss equals to <0/>.","1367488817":"4. Restart trading conditions","1367990698":"Volatility 10 Index","1369709538":"Our terms of use","1371193412":"Cancel","1371641641":"Open the link on your mobile","1374627690":"Max. account balance","1376329801":"Last 60 days","1378419333":"Ether","1383017005":"You have switched accounts.","1384127719":"You should enter {{min}}-{{max}} numbers.","1384222389":"Please submit valid identity documents to unlock the cashier.","1385418910":"Please set a currency for your existing real account before creating another account.","1387503299":"Log in","1389197139":"Import error","1390792283":"Trade parameters","1390897177":"To deposit cryptocurrency, switch your account.","1391174838":"Potential payout:","1392966771":"Mrs","1392985917":"This is similar to a commonly used password","1393559748":"Invalid date/time: {{ datetime_string }}","1393901361":"There’s an app for that","1393903598":"if true {{ return_value }}","1396179592":"Commission","1396417530":"Bear Market Index","1397046738":"View in statement","1397628594":"Insufficient funds","1399620764":"We're legally obliged to ask for your financial information.","1400637999":"(All fields are required)","1400732866":"View from camera","1400962248":"High-Close","1402208292":"Change text case","1403376207":"Update my details","1405584799":"with interval: {{ candle_interval_type }}","1407191858":"DTrader","1408844944":"Click the plus icon to extend the functionality of this block.","1412535872":"You can check the result of the last trade with this block. It can only be placed within the \"Restart trading conditions\" root block.","1413047745":"Assigns a given value to a variable","1413359359":"Make a new transfer","1414205271":"prime","1415006332":"get sub-list from first","1415974522":"If you select \"Differs\", you will win the payout if the last digit of the last tick is not the same as your prediction.","1417558007":"Max. total loss over 7 days","1417914636":"Login ID","1418115525":"This block repeats instructions as long as a given condition is true.","1421749665":"Simple Moving Average (SMA)","1422060302":"This block replaces a specific item in a list with another given item. It can also insert the new item in the list at a specific position.","1422129582":"All details must be clear — nothing blurry","1423082412":"Last Digit","1424741507":"See more","1424779296":"If you've recently used bots but don't see them in this list, it may be because you:","1429669335":"Indicators on the chart tab are for indicative purposes only and may vary slightly from the ones on the DBot workspace.","1430396558":"5. Restart buy/sell on error","1430632931":"To get trading, please confirm who you are, and where you live.","1433367863":"Sorry, an error occured while processing your request.","1434382099":"Displays a dialog window with a message","1434976996":"Announcement","1435363248":"This block converts the number of seconds since the Unix Epoch to a date and time format such as 2019-08-01 00:00:00.","1435380105":"Minimum deposit","1437396005":"Add comment","1438247001":"A professional client receives a lower degree of client protection due to the following.","1438340491":"else","1439168633":"Stop loss:","1441208301":"Total<0 />profit/loss","1442747050":"Loss amount: <0>{{profit}}","1442840749":"Random integer","1443478428":"Selected proposal does not exist","1443544547":"Synthetic indices in the EU are offered by Deriv (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority (<0>licence no. MGA/B2C/102/2000) and by the Revenue Commissioners for clients in Ireland (<2>licence no. 1010285).","1445592224":"You accidentally gave us another email address (Usually a work or a personal one instead of the one you meant).","1449462402":"In review","1452260922":"Too many failed attempts","1452941569":"This block delays execution for a given number of seconds. You can place any blocks within this block. The execution of other blocks in your strategy will be paused until the instructions in this block are carried out.","1453317405":"This block gives you the balance of your account either as a number or a string of text.","1453362009":"Deriv Accounts","1453415617":"Create a DMT5 real Financial STP account","1454648764":"deal reference id","1454865058":"Do not enter an address linked to an ICO purchase or crowdsale. If you do, the ICO tokens will not be credited into your account.","1457603571":"No notifications","1461323093":"Display messages in the developer’s console.","1464190305":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract without manually stopping and restarting your bot.","1464253511":"You already have an account for each of the cryptocurrencies available on {{deriv}}.","1465919899":"Pick an end date","1466430429":"Should be between {{min_value}} and {{max_value}}","1466900145":"Doe","1467421920":"with interval: %1","1467661678":"Cryptocurrency trading","1468308734":"This block repeats instructions as long as a given condition is true","1468419186":"Deriv currently supports withdrawals of Tether USDT to Omni wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","1469150826":"Take Profit","1469764234":"Cashier Error","1469814942":"- Division","1470319695":"Returns either True or False","1471070549":"Can contract be sold?","1471741480":"Severe error","1475513172":"Size","1475523125":"View the trading history.","1476301886":"Similar to SMA, this block gives you the entire SMA line containing a list of all values for a given period.","1481977420":"Please help us verify your withdrawal request.","1484336612":"This block is used to either terminate or continue a loop, and can be placed anywhere within a loop block.","1490583127":"DBot isn't quite ready for real accounts","1491392301":"<0>Sold for: {{sold_for}}","1492686447":"Your MT5 Financial STP account will be opened through Deriv (FX) Ltd. All trading in this account is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA).","1493673429":"Change email","1496810530":"GBP/AUD","1499074768":"Add a real Deriv Multipliers account","1499080621":"Tried to perform an invalid operation.","1502039206":"Over {{barrier}}","1502325741":"Your password cannot be the same as your email address.","1503618738":"- Deal reference ID: the reference ID of the contract","1505898522":"Download stack","1509570124":"{{buy_value}} (Buy)","1509678193":"Education","1510075920":"Gold/USD","1510357015":"Tax residence is required.","1510735345":"This block gives you a list of the last digits of the last 1000 tick values.","1512469749":"In the above example it is assumed that variable candle_open_price is processed somewhere within other blocks.","1515034599":"This complaints policy, which may change from time to time, applies to your account registered with Deriv (MX) Ltd, having its registered office address at First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, licensed and regulated respectively by (1) the Gambling Supervision Commission in the Isle of Man (current <0>licence issued on 31 August 2017) and (2) the Gambling Commission in the UK (<1>licence no. 39172).","1516537408":"You can no longer trade on Deriv or deposit funds into your account.","1516676261":"Deposit","1517503814":"Drop file or click here to upload","1519336051":"Try a different phone number","1520332426":"Net annual income","1524636363":"Authentication failed","1527251898":"Unsuccessful","1527906715":"This block adds the given number to the selected variable.","1531017969":"Creates a single text string from combining the text value of each attached item, without spaces in between. The number of items can be added accordingly.","1533177906":"Fall","1534569275":"As part of the changes in our markets, we will be closing our UK clients’ accounts.","1534796105":"Gets variable value","1537711064":"You need to make a quick identity verification before you can access the Cashier. Please go to your account settings to submit your proof of identity.","1540585098":"Decline","1541969455":"Both","1544642951":"If you select \"Only Ups\", you win the payout if consecutive ticks rise successively after the entry spot. No payout if any tick falls or is equal to any of the previous ticks.","1548765374":"Verification of document number failed","1549098835":"Total withdrawn","1551172020":"AUD Basket","1552080191":"Excluded from Deriv.com until","1552918367":"Send only {{currency}} ({{currency_symbol}}) to this address.","1557682012":"Account Settings","1558972889":"set {{ variable }} to Simple Moving Average {{ dummy }}","1560302445":"Copied","1561490926":"Trade server: ","1562374116":"Students","1565336048":"Contract Won","1566037033":"Bought: {{longcode}} (ID: {{transaction_id}})","1567076540":"Only use an address for which you have proof of residence - ","1567586204":"Self-exclusion","1569624004":"Dismiss alert","1570484627":"Ticks list","1572504270":"Rounding operation","1572982976":"Server","1575556189":"Tether on the Ethereum blockchain, as an ERC20 token, is a newer transport layer, which now makes Tether available in Ethereum smart contracts. As a standard ERC20 token, it can also be sent to any Ethereum address.","1577480486":"Your mobile link will expire in one hour","1577527507":"Account opening reason is required.","1577612026":"Select a folder","1579484521":"Trading hub","1580498808":"Multiple faces found","1584109614":"Ticks String List","1584936297":"XML file contains unsupported elements. Please check or modify file.","1587046102":"Documents from that country are not currently supported — try another document type","1589640950":"Resale of this contract is not offered.","1589702653":"Proof of address","1594147169":"Please come back in","1594322503":"Sell is available","1596378630":"You have added a real Gaming account.<0/>Make a deposit now to start trading.","1598009247":"<0>a.You may file a complaint with the Financial Commission up to 45 days after the incident.","1598386296":"Town/City is required.","1598443642":"Transaction hash","1602894348":"Create a password","1604171868":"Please withdraw all your funds as soon as possible.","1604916224":"Absolute","1605292429":"Max. total loss","1612105450":"Get substring","1613633732":"Interval should be between 10-60 minutes","1615897837":"Signal EMA Period {{ input_number }}","1619070150":"You are being redirected to an external website.","1620278321":"Names and surnames by themselves are easy to guess","1620346110":"Set currency","1622662457":"Date from","1623706874":"Use this block when you want to use multipliers as your trade type.","1630372516":"Try our Fiat onramp","1630417358":"Please go to your account settings and complete your personal details to enable withdrawals.","1631281562":"GBP Basket","1634594289":"Select language","1634903642":"Only your face can be in the selfie","1634969163":"Change currency","1636605481":"Platform settings","1636782601":"Multipliers","1638321777":"Your demo account balance is low. Reset your balance to continue trading from your demo account.","1639262461":"Pending withdrawal request:","1639304182":"Please click on the link in the email to reset your password.","1641395634":"Last digits list","1641635657":"New proof of identity document needed","1641980662":"Salutation is required.","1644656085":"Buy and sell contracts, renew expired purchases, and top up demo accounts.","1644908559":"Digit code is required.","1647186767":"The bot encountered an error while running.","1651513020":"Display remaining time for each interval","1651951220":"Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"","1652366857":"get and remove","1652968048":"Define your trade options such as multiplier and stake.","1652976865":"In this example, this block is used with another block to get the open prices from a list of candles. The open prices are then assigned to the variable called \"cl\".","1653136377":"copied!","1653159197":"Payment agent withdrawal","1653180917":"We cannot verify you without using your camera","1654365787":"Unknown","1654496508":"Our system will finish any DBot trades that are running, and DBot will not place any new trades.","1654721858":"Upload anyway","1655627840":"UPPER CASE","1656155124":"Resend in <0 /> seconds","1656970322":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (Europe) Limited, having its registered office address at W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority in Malta for gambling products only, <0>licence no. MGA/B2C/102/2000, and for clients residing in the UK by the UK Gambling Commission (account number 39495).","1658954996":"Plant and Machine Operators and Assemblers","1659074761":"Reset Put","1665272539":"Remember: You cannot log in to your account until the selected date.","1665738338":"Balance","1665756261":"Go to live chat","1667395210":"Your proof of identity was submitted successfully","1670016002":"Multiplier: {{ multiplier }}","1670426231":"End Time","1671232191":"You have set the following limits:","1677027187":"Forex","1677990284":"My apps","1682409128":"Untitled Strategy","1682636566":"Resend email in","1683501755":"We’ll process your documents within 1-3 days. Once they are verified, we’ll notify you via email.","1684419981":"What's this?","1686800117":"{{error_msg}}","1689103988":"Second Since Epoch","1690703448":"You may transfer between your Deriv fiat, cryptocurrency, DMT5, and Deriv X accounts.","1691335819":"To continue trading with us, please confirm who you are.","1691765860":"- Negation","1693614409":"Start time","1694331708":"You can switch between CFDs, digital options, and multipliers at any time.","1694517345":"Enter a new email address","1695807119":"Could not load Google Drive blocks","1700233813":"Transfer from {{selected_value}} is not allowed, Please choose another account from dropdown","1708413635":"For your {{currency_name}} ({{currency}}) account","1709859601":"Exit Spot Time","1711013665":"Anticipated account turnover","1711676335":"square root","1711929663":"Your funds have been transferred","1712357617":"Invalid email address.","1715011380":"Jump 25 Index","1715630945":"Returns the total profit in string format","1719248689":"EUR/GBP/USD","1720451994":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv fiat and Deriv cryptocurrency accounts.","1720968545":"Upload passport photo page from your computer","1722401148":"The amount that you may add to your stake after each successful trade.","1723398114":"A recent utility bill (e.g. electricity, water, gas, phone or internet)","1723589564":"Represents the maximum number of outstanding contracts in your portfolio. Each line in your portfolio counts for one open position. Once the maximum is reached, you will not be able to open new positions without closing an existing position first.","1724696797":"You are limited to one fiat account only.","1726472773":"Function with no return value","1728121741":"Transactions.csv","1728183781":"About Tether","1729145421":"Risk warning","1731747596":"The block(s) highlighted in red are missing input values. Please update them and click \"Run bot\".","1732891201":"Sell price","1734185104":"Balance: %1","1734264460":"Disclaimer","1736292549":"Update postal code","1737352280":"Bot.init is not called","1738681493":"Remove your glasses, if necessary","1739384082":"Unemployed","1740371444":"Underlying market is not selected","1740843997":"Buy cryptocurrencies in an instant. Enjoy easy, quick, and secure exchanges using your local payment methods.","1743448290":"Payment agents","1743902050":"Complete your financial assessment","1745523557":"- Square root","1746051371":"Download the app","1746273643":"Moving Average Convergence Divergence","1747501260":"Sell conditions","1747523625":"Go back","1747674345":"Please use `.` as a decimal separator for fractional numbers.","1747682136":"Contract was cancelled.","1748754976":"Run","1749675724":"Deriv charges no commission across all account types.","1750065391":"Login time:","1753226544":"remove","1753975551":"Upload passport photo page","1756678453":"break out","1761038852":"Let’s continue with providing proofs of address and identity.","1761762171":"Restart last trade on error (bot ignores the unsuccessful trade): {{ checkbox }}","1762707297":"Phone number","1766993323":"Only letters, numbers, and underscores are allowed.","1767726621":"Choose agent","1768861315":"Minute","1768918213":"Only letters, space, hyphen, period, and apostrophe are allowed.","1769068935":"Choose any of these exchanges to buy cryptocurrencies:","1771037549":"Add a Deriv real account","1771592738":"Conditional block","1772532756":"Create and edit","1777847421":"This is a very common password","1778815073":"{{website_name}} is not affiliated with any Payment Agent. Customers deal with Payment Agents at their sole risk. Customers are advised to check the credentials of Payment Agents, and check the accuracy of any information about Payments Agents (on Deriv or elsewhere) before transferring funds.","1778893716":"Click here","1779519903":"Should be a valid number.","1780770384":"This block gives you a random fraction between 0.0 to 1.0.","1782308283":"Quick strategy","1782395995":"Last Digit Prediction","1782690282":"Blocks menu","1782703044":"Sign up","1787135187":"Postal/ZIP code is required","1788966083":"01-07-1999","1789497185":"Make sure your passport details are clear to read, with no blur or glare","1790770969":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies","1791432284":"Search for country","1791971912":"Recent","1793913365":"To deposit money, please switch to your {{currency_symbol}} account.","1794815502":"Download your transaction history.","1801093206":"Get candle list","1803338729":"Choose what type of contract you want to trade. For example, for the Rise/Fall trade type you can choose one of three options: Rise, Fall, or Both. Selected option will determine available options for the Purchase block.","1804620701":"Expiration","1804789128":"{{display_value}} Ticks","1806355993":"No commission","1806503050":"Please note that some payment methods might not be available in your country.","1808058682":"Blocks are loaded successfully","1808393236":"Login","1808867555":"This block uses the variable “i” to control the iterations. With each iteration, the value of “i” is determined by the items in a given list.","1810217569":"Please refresh this page to continue.","1810691615":"When you set your limits, they will be aggregated across all your account types in DTrader, DBot, and SmartTrader. For example, the losses made on all three platforms will add up and be counted towards the loss limit you set.","1811972349":"Market","1811973475":"Returns a specific character from a given string","1812582011":"Connecting to server","1813700208":"Boom 300 Index","1813958354":"Remove comment","1815034361":"alphabetic","1815995250":"Buying contract","1817154864":"This block gives you a random number from within a set range.","1820242322":"e.g. United States","1820332333":"Top up","1823177196":"Most popular","1824193700":"This block gives you the last digit of the latest tick value.","1827607208":"File not uploaded.","1828994348":"DMT5 is not available in {{country}}","1832974109":"SmartTrader","1833481689":"Unlock","1837762008":"Please submit your proof of identity and proof of address to verify your account in your account settings to access the cashier.","1838639373":"Resources","1839497304":"If you have a DMT5 or Deriv X real account, go to your <0>DMT5 or <1>Deriv X dashboard to withdraw your funds","1840865068":"set {{ variable }} to Simple Moving Average Array {{ dummy }}","1841788070":"Palladium/USD","1841996888":"Daily loss limit","1842266423":"back","1842862156":"Welcome to your Deriv X dashboard","1843658716":"If you select \"Only Downs\", you win the payout if consecutive ticks fall successively after the entry spot. No payout if any tick rises or is equal to any of the previous ticks.","1844033601":"Self-exclusion on the website only applies to your Deriv.com account and does not include other companies or websites.","1845892898":"(min: {{min_stake}} - max: {{max_payout}})","1846266243":"This feature is not available for demo accounts.","1846587187":"You have not selected your country of residence","1849484058":"Any unsaved changes will be lost.","1850031313":"- Low: the lowest price","1850132581":"Country not found","1850659345":"- Payout: the payout of the contract","1850663784":"Submit proofs","1851052337":"Place of birth is required.","1851776924":"upper","1851951013":"Please switch to your demo account to run your DBot.","1854480511":"Cashier is locked","1855566768":"List item position","1858251701":"minute","1863053247":"Please upload your identity document.","1866811212":"Deposit in your local currency via an authorised, independent payment agent in your country.","1866836018":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to your local supervisory authority.","1867217564":"Index must be a positive integer","1867783237":"High-to-Close","1869315006":"See how we protect your funds to unlock the cashier.","1869787212":"Even","1869851061":"Passwords","1870933427":"Crypto","1871196637":"True if the result of the last trade matches the selection","1871664426":"Note","1873838570":"Please verify your address","1874481756":"Use this block to purchase the specific contract you want. You may add multiple Purchase blocks together with conditional blocks to define your purchase conditions. This block can only be used within the Purchase conditions block.","1875505777":"If you have a Deriv real account, go to <0>Reports to close or sell any open positions.","1876325183":"Minutes","1877225775":"Your proof of address is verified","1877410120":"What you need to do now","1877832150":"# from end","1879042430":"Appropriateness Test, WARNING:","1879412976":"Profit amount: <0>{{profit}}","1880029566":"Australian Dollar","1880097605":"prompt for {{ string_or_number }} with message {{ input_text }}","1880875522":"Create \"get %1\"","1881018702":"hour","1881587673":"Total stake since you last cleared your stats.","1882825238":"Restart trading conditions","1883531976":"Clerks","1885708031":"#","1887852176":"Site is being updated","1889357660":"Enter a value in minutes, up to 60480 minutes (equivalent to 6 weeks).","1890171328":"By clicking Accept below and proceeding with the Account Opening you should note that you may be exposing yourself to risks (which may be significant, including the risk of loss of the entire sum invested) that you may not have the knowledge and experience to properly assess or mitigate.","1890284485":"Explore DTrader","1890332321":"Returns the number of characters of a given string of text, including numbers, spaces, punctuation marks, and symbols.","1894667135":"Please verify your proof of address","1898670234":"{{formatted_opening_time}} (GMT) on {{opening_day}},<0> {{opening_date}}.","1903437648":"Blurry photo detected","1905032541":"We're now ready to verify your identity","1906639368":"If this is the first time you try to create a password, or you have forgotten your password, please reset it.","1907884620":"Add a real Deriv Gaming account","1908239019":"Make sure all of the document is in the photo","1909647105":"TRX/USD","1909769048":"median","1913777654":"Switch account","1914014145":"Today","1914270645":"Default Candle Interval: {{ candle_interval_type }}","1917523456":"This block sends a message to a Telegram channel. You will need to create your own Telegram bot to use this block.","1917804780":"You will lose access to your Options account when it gets closed, so be sure to withdraw all your funds. (If you have a CFDs account, you can also transfer the funds from your Options account to your CFDs account.)","1918633767":"Second line of address is not in a proper format.","1918796823":"Please enter a stop loss amount.","1919030163":"Tips to take a good selfie","1920217537":"Compare","1920468180":"How to use the SMA block","1921634159":"A few personal details","1921914669":"Deposit with Deriv P2P","1922529883":"Boom 1000 Index","1922955556":"Use a longer keyboard pattern with more turns","1923431535":"“Stop loss” is deactivated and will only be available when “Deal cancellation” expires.","1924365090":"Maybe later","1924765698":"Place of birth*","1925090823":"Sorry, trading is unavailable in {{clients_country}}.","1927244779":"Use only the following special characters: . , ' : ; ( ) @ # / -","1928930389":"GBP/NOK","1929309951":"Employment Status","1929694162":"Compare accounts","1930899934":"Tether","1931659123":"Run on every tick","1934302388":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your address.","1939902659":"Signal","1941915555":"Try later","1942091675":"Cryptocurrency trading is not available for clients residing in the United Kingdom.","1943440862":"Calculates Bollinger Bands (BB) list from a list with a period","1944204227":"This block returns current account balance.","1947527527":"1. This link was sent by you","1948092185":"GBP/CAD","1949719666":"Here are the possible reasons:","1950413928":"Submit identity documents","1952580688":"Submit passport photo page","1955219734":"Town/City*","1957759876":"Upload identity document","1958807602":"4. 'Table' takes an array of data, such as a list of candles, and displays it in a table format.","1959678342":"Highs & Lows","1960240336":"first letter","1964097111":"USD","1964165648":"Connection lost","1965916759":"Asian options settle by comparing the last tick with the average spot over the period.","1966023998":"2FA enabled","1966281100":"Console {{ message_type }} value: {{ input_message }}","1968025770":"Bitcoin Cash","1968077724":"Agriculture","1968368585":"Employment status","1971898712":"Add or manage account","1973536221":"You have no open positions yet.","1974304588":"It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.","1982912252":"Relative Strength Index (RSI) from a list with a period","1983001416":"Define your trade options such as multiplier and stake. This block can only be used with the multipliers trade type. If you select another trade type, this block will be replaced with the Trade options block.","1983387308":"Preview","1983544897":"P.O. Box is not accepted in address","1983676099":"Please check your email for details.","1984700244":"Request an input","1985637974":"Any blocks placed within this block will be executed at every tick. If the default candle interval is set to 1 minute in the Trade Parameters root block, the instructions in this block will be executed once every minute. Place this block outside of any root block.","1986498784":"BTC/LTC","1987080350":"Demo","1987447369":"Your cashier is locked","1988153223":"Email address","1988302483":"Take profit:","1988601220":"Duration value","1990735316":"Rise Equals","1991448657":"Don't know your tax identification number? Click <0>here to learn more.","1991524207":"Jump 100 Index","1994023526":"The email address you entered had a mistake or typo (happens to the best of us).","1994558521":"The platforms aren’t user-friendly.","1994600896":"This block requires a list of candles as an input parameter.","1995023783":"First line of address*","1996767628":"Please confirm your tax information.","1997138507":"If the last tick is equal to the average of the ticks, you don't win the payout.","1998199587":"You can also exclude yourself entirely for a specified duration. If, at any time, you decide to trade again, you must then contact our Customer Support to remove this self-exclusion. There will be a 24-hour-cooling-off period before you can resume trading. ","2001222130":"Check your spam or junk folder. If it's not there, try resending the email.","2004792696":"If you are a UK resident, to self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","2007028410":"market, trade type, contract type","2007092908":"Trade with leverage and low spreads for better returns on successful trades.","2008809853":"Please proceed to withdraw your funds before 30 November 2021.","2009620100":"DBot will not proceed with any new trades. Any ongoing trades will be completed by our system. Any unsaved changes will be lost.<0>Note: Please check your statement to view completed transactions.","2009770416":"Address:","2010031213":"Trade on Deriv X","2010759971":"Uploads successful","2010866561":"Returns the total profit/loss","2011609940":"Please input number greater than 0","2011808755":"Purchase Time","2014590669":"Variable '{{variable_name}}' has no value. Please set a value for variable '{{variable_name}}' to notify.","2017672013":"Please select the country of document issuance.","2021037737":"Please update your details to continue.","2023659183":"Student","2023762268":"I prefer another trading website.","2024107855":"{{payment_agent}} agent contact details:","2025339348":"Move away from direct light — no glare","2027625329":"Simple Moving Average Array (SMAA)","2027696535":"Tax information","2028163119":"EOS/USD","2030018735":"RSI is a technical analysis tool that helps you identify the market trend. It will give you a value from 0 to 100. An RSI value of 70 and above means that the asset is overbought and the current trend may reverse, while a value of 30 and below means that the asset is oversold.","2030045667":"Message","2033648953":"This block gives you the specified candle value for a selected time interval.","2034803607":"You must be 18 years old and above.","2035258293":"Start trading with us","2035925727":"sort {{ sort_type }} {{ sort_direction }} {{ input_list }}","2036578466":"Should be {{value}}","2037481040":"Choose a way to fund your account","2037665157":"Expand All Blocks","2037906477":"get sub-list from #","2042050260":"- Purchase price: the purchase price (stake) of the contract","2044086432":"The close is the latest tick at or before the end time. If you selected a specific end time, the end time is the selected time.","2046273837":"Last tick","2048110615":"Email address*","2048134463":"File size exceeded.","2050080992":"Tron","2050170533":"Tick list","2051558666":"View transaction history","2053617863":"Please proceed to withdraw all your funds from your account.","2054500647":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC and Deriv (V) Ltd.","2054889300":"Create \"%1\"","2055317803":"Copy the link to your mobile browser","2057082550":"Accept our updated <0>terms and conditions","2057419639":"Exit Spot","2062912059":"function {{ function_name }} {{ function_params }}","2063655921":"By purchasing the \"Close-to-Low\" contract, you'll win the multiplier times the difference between the close and low over the duration of the contract.","2063812316":"Text Statement","2063890788":"Cancelled","2065278286":"Spread","2070002739":"Don’t accept","2070752475":"Regulatory Information","2074235904":"Last name is required.","2074497711":"The Telegram notification could not be sent","2080553498":"3. Get the chat ID using the Telegram REST API (read more: https://core.telegram.org/bots/api#getupdates)","2080829530":"Sold for: {{sold_for}}","2081088445":"When you set your limits or self-exclusion, they will be aggregated across all your account types in DTrader and DBot. For example, the losses made on both platforms will add up and be counted towards the loss limit you set.","2084693624":"Converts a string representing a date/time string into seconds since Epoch. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825. Time and time zone offset are optional.","2084925123":"Use our fiat onramp services to buy and deposit cryptocurrency into your Deriv account.","2085387371":"Must be numbers, letters, and special characters . , ' -","2085602195":"- Entry value: the value of the first tick of the contract","2086742952":"You have added a real Options account.<0/>Make a deposit now to start trading.","2086792088":"Both barriers should be relative or absolute","2088735355":"Your session and login limits","2089299875":"Total assets in your Deriv real accounts.","2091671594":"Status","2093167705":"You can only make deposits. Please contact us via live chat for more information.","2093675079":"- Close: the closing price","2096014107":"Apply","2096456845":"Date of birth*","2097170986":"About Tether (Omni)","2097381850":"Calculates Simple Moving Average line from a list with a period","2100713124":"account","2101972779":"This is the same as the above example, using a tick list.","2102115846":"Financial products in the EU are offered by Deriv Investments (Europe) Limited, licensed as a Category 3 Investment Services provider by the Malta Financial Services Authority (<0>licence no. IS/70156).","2102572780":"Length of digit code must be 6 characters.","2104115663":"Last login","2104397115":"Please go to your account settings and complete your personal details to enable deposits and withdrawals.","2107381257":"Scheduled cashier system maintenance","2109208876":"Manage {{platform}} Demo {{account_title}} account password","2109312805":"The spread is the difference between the buy price and sell price. A variable spread means that the spread is constantly changing, depending on market conditions. A fixed spread remains constant but is subject to alteration, at the Broker's absolute discretion.","2110365168":"Maximum number of trades reached","2111015970":"This block helps you check if your contract can be sold. If your contract can be sold, it returns “True”. Otherwise, it returns an empty string.","2111528352":"Creating a variable","2112119013":"Take a selfie showing your face","2112175277":"with delimiter","2113321581":"Add a Deriv Gaming account","2115007481":"Total assets in your Deriv demo accounts.","2115223095":"Loss","2117073379":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","2117165122":"1. Create a Telegram bot and get your Telegram API token. Read more on how to create bots in Telegram here: https://core.telegram.org/bots#6-botfather","2117489390":"Auto update in {{ remaining }} seconds","2118315870":"Where do you live?","2119449126":"Example output of the below example will be:","2120617758":"Set up your trade","2121227568":"NEO/USD","2127564856":"Withdrawals are locked","2131963005":"Please withdraw your funds from the following Deriv MT5 account(s):","2133451414":"Duration","2133470627":"This block returns the potential payout for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","2133778783":"DMT5 Synthetic","2135563258":"Forex trading frequency","2136246996":"Selfie uploaded","2137901996":"This will clear all data in the summary, transactions, and journal panels. All counters will be reset to zero.","2137993569":"This block compares two values and is used to build a conditional structure.","2138861911":"Scans and photocopies are not accepted","2139171480":"Reset Up/Reset Down","2139362660":"left side","2141055709":"New {{type}} password","2143803283":"Purchase Error","2144609616":"If you select \"Reset-Down”, you win the payout if the exit spot is strictly lower than either the entry spot or the spot at reset time.","2145690912":"Income Earning","2145995536":"Create new account","2146336100":"in text %1 get %2","2146892766":"Binary options trading experience","-612174191":"First line of address is required","-242734402":"Only {{max}} characters, please.","-378415317":"State is required","-1784470716":"State is not in a proper format","-1699820408":"Please enter a {{field_name}} under {{max_number}} characters.","-1575567374":"postal/ZIP code","-1497654315":"Our accounts and services are unavailable for the Jersey postal code.","-755626951":"Complete your address details","-1024240099":"Address","-584911871":"Select wallet currency","-1461267236":"Please choose your currency","-1352330125":"CURRENCY","-1027595143":"Less than $25,000","-40491332":"$25,000 - $50,000","-1139806939":"$50,001 - $100,000","-626752657":"0-1 year","-532014689":"1-2 years","-1001024004":"Over 3 years","-790513277":"6-10 transactions in the past 12 months","-580085300":"11-39 transactions in the past 12 months","-654781670":"Primary","-1717373258":"Secondary","-996132458":"Construction","-915003867":"Health","-1430012453":"Information & Communications Technology","-987824916":"Science & Engineering","-146630682":"Social & Cultural","-761306973":"Manufacturing","-739367071":"Employed","-1156937070":"$500,001 - $1,000,000","-315534569":"Over $1,000,000","-2068544539":"Salaried Employee","-531314998":"Investments & Dividends","-1235114522":"Pension","-1298056749":"State Benefits","-449943381":"Savings & Inheritance","-1631552645":"Professionals","-474864470":"Personal Care, Sales and Service Workers","-1129355784":"Agricultural, Forestry and Fishery Workers","-1242914994":"Craft, Metal, Electrical and Electronics Workers","-1317824715":"Cleaners and Helpers","-1592729751":"Mining, Construction, Manufacturing and Transport Workers","-2137323480":"Company Ownership","-1590574533":"Divorce Settlement","-1667683002":"Inheritance","-1237843731":"Investment Income","-777506574":"Sale of Property","-1161338910":"First name is required.","-1161818065":"Last name should be between 2 and 50 characters.","-1281693513":"Date of birth is required.","-26599672":"Citizenship is required","-912174487":"Phone is required.","-673765468":"Letters, numbers, spaces, periods, hyphens and forward slashes only.","-1356204661":"This Tax Identification Number (TIN) is invalid. You may continue with account creation, but to facilitate future payment processes, valid tax information will be required.","-1823540512":"Personal details","-1227878799":"Speculative","-1174064217":"Mr","-855506127":"Ms","-204765990":"Terms of use","-931052769":"Submit verification","-1004605898":"Tips","-1938142055":"Documents uploaded","-448090287":"The link only works on mobile devices","-1244287721":"Something's gone wrong","-241258681":"You'll need to restart your verification on your computer","-929254273":"Get secure link","-2021867851":"Check back here to finish the submission","-1547069149":"Open the link and complete the tasks","-1767652006":"Here's how to do it:","-277611959":"You can now return to your computer to continue","-724178625":"Make sure full document is visible","-1519380038":"Glare detected","-1895280620":"Make sure your card details are clear to read, with no blur or glare","-1464447919":"Make sure your permit details are clear to read, with no blur or glare","-1436160506":"Make sure details are clear to read, with no blur or glare","-759124288":"Close","-759118956":"Redo","-753375398":"Enlarge image","-1042933881":"Driver's license","-1503134764":"Face photo page","-1335343167":"Sorry, no mobile phone bills","-699045522":"Documents you can use to verify your identity","-543666102":"It must be an official photo ID","-903877217":"These are the documents most likely to show your current home address","-1356835948":"Choose document","-1364375936":"Select a %{country} document","-401586196":"or upload photo – no scans or photocopies","-3110517":"Take a photo with your phone","-2033894027":"Submit identity card (back)","-20684738":"Submit license (back)","-1359585500":"Submit license (front)","-106779602":"Submit residence permit (back)","-1287247476":"Submit residence permit (front)","-1954762444":"Restart the process on the latest version of Safari","-261174676":"Must be under 10MB.","-685885589":"An error occurred while loading the component","-502539866":"Your face is needed in the selfie","-1377968356":"Please try again","-1226547734":"Try using a JPG or PNG file","-849068301":"Loading...","-1730346712":"Loading","-1849371752":"Check that your number is correct","-309848900":"Copy","-1424436001":"Send link","-1093833557":"How to scan a QR code","-1408210605":"Point your phone’s camera at the QR code","-1773802163":"If it doesn’t work, download a QR code scanner from Google Play or the App Store","-109026565":"Scan QR code","-1644436882":"Get link via SMS","-1667839246":"Enter mobile number","-1533172567":"Enter your mobile number:","-1352094380":"Send this one-time link to your phone","-28974899":"Get your secure link","-359315319":"Continue","-1279080293":"2. Your desktop window stays open","-102776692":"Continue with the verification","-89152891":"Take a photo of the back of your card","-1646367396":"Take a photo of the front of your card","-1350855047":"Take a photo of the front of your license","-2119367889":"Take a photo using the basic camera mode instead","-342915396":"Take a photo","-419040068":"Passport photo page","-1354983065":"Refresh","-1925063334":"Recover camera access to continue face verification","-54784207":"Camera access is denied","-1392699864":"Allow camera access","-269477401":"Provide the whole document page for best results","-864639753":"Upload back of card from your computer","-1309771027":"Upload front of license from your computer","-1722060225":"Take photo","-565732905":"Selfie","-1703181240":"Check that it is connected and functional. You can also continue verification on your phone","-2043114239":"Camera not working?","-2029238500":"It may be disconnected. Try using your phone instead.","-468928206":"Make sure your device's camera works","-466246199":"Camera not working","-698978129":"Remember to press stop when you're done. Redo video actions","-538456609":"Looks like you took too long","-781816433":"Photo of your face","-1471336265":"Make sure your selfie clearly shows your face","-1375068556":"Check selfie","-1914530170":"Face forward and make sure your eyes are clearly visible","-776541617":"We'll compare it with your document","-478752991":"Your link will expire in one hour","-1859729380":"Keep this window open while using your mobile","-1283761937":"Resend link","-629011256":"Don't refresh this page","-1005231905":"Once you've finished we'll take you to the next step","-542134805":"Upload photo","-1462975230":"Document example","-1472844935":"The photo should clearly show your document","-883103549":"Account deactivated","-773766766":"Email and passwords","-1466827732":"Self exclusion","-1498206510":"Account limits","-241588481":"Login history","-966136867":"Connected apps","-213009361":"Two-factor authentication","-1214803297":"Dashboard-only path","-526636259":"Error 404","-1030759620":"Government Officers","-612752984":"These are default limits that we apply to your accounts.","-1598263601":"To learn more about trading limits and how they apply, please go to the <0>Help Centre.","-1411635770":"Learn more about account limits","-1340125291":"Done","-1786659798":"Trading limits - Item","-1101543580":"Limit","-858297154":"Represents the maximum amount of cash that you may hold in your account. If the maximum is reached, you will be asked to withdraw funds.","-1182362640":"Represents the maximum aggregate payouts on outstanding contracts in your portfolio. If the maximum is attained, you may not purchase additional contracts without first closing out existing positions.","-1781293089":"Maximum aggregate payouts on open positions","-1412690135":"*Any limits in your Self-exclusion settings will override these default limits.","-1598751496":"Represents the maximum volume of contracts that you may purchase in any given trading day.","-1359847094":"Trading limits - Maximum daily turnover","-1502578110":"Your account is fully authenticated and your withdrawal limits have been lifted.","-854023608":"To increase limit please verify your identity","-1500958859":"Verify","-1662154767":"a recent utility bill (e.g. electricity, water, gas, landline, or internet), bank statement, or government-issued letter with your name and this address.","-190838815":"We need this for verification. If the information you provide is fake or inaccurate, you won’t be able to deposit and withdraw.","-223216785":"Second line of address*","-594456225":"Second line of address","-1315410953":"State/Province","-1940457555":"Postal/ZIP Code*","-1964954030":"Postal/ZIP Code","-1541554430":"Next","-71696502":"Previous","-231863107":"No","-786372363":"Learn more about API token","-55560916":"To access our mobile apps and other third-party apps, you'll first need to generate an API token.","-198329198":"API Token","-763859447":"Click here to copy token","-605778668":"Never","-32386760":"Name","-1628008897":"Token","-1238499897":"Last Used","-1049724201":"Scope","-1171226355":"Length of token name must be between {{MIN_TOKEN}} and {{MAX_TOKEN}} characters.","-1803339710":"Maximum {{MAX_TOKEN}} characters.","-408613988":"Select scopes based on the access you need.","-1052849013":"View account activity such as settings, limits, balance sheets, trade purchase history, and more.","-1076138910":"Trade","-1666909852":"Payments","-147694447":"Withdraw to payment agents, and transfer funds between accounts.","-1927980053":"Open accounts, manage settings, manage token usage, and more.","-488597603":"Trading information","-1117963487":"Name your token and click on 'Create' to generate your token.","-2005211699":"Create","-2115275974":"CFDs","-988523882":"DMT5","-359091713":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} or Deriv X account.","-460645791":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} account.","-1146960797":"Fiat currencies","-1959484303":"Cryptocurrencies","-561724665":"You are limited to one fiat currency only","-1319246342":"Tether as an ERC20 token (eUSDT) is a version of Tether that is hosted on Ethereum, an open software platform where anyone can build and deploy decentralised applications.","-2087317410":"Oops, something went wrong.","-1437206131":"JPEG JPG PNG PDF GIF","-820458471":"1 - 6 months old","-155705811":"A clear colour photo or scanned image","-587941902":"Issued under your name with your current address","-438669274":"JPEG JPG PNG PDF GIF","-723198394":"File size should be 8MB or less","-1948369500":"File uploaded is not supported","-1040865880":"Drop files here..","-1100235269":"Industry of employment","-684388823":"Estimated net worth","-509054266":"Anticipated annual turnover","-601903492":"Forex trading experience","-1012699451":"CFD trading experience","-1437017790":"Financial information","-39038029":"Trading experience","-1044962593":"Upload Document","-164448351":"Show less","-1361653502":"Show more","-337620257":"Switch to real account","-2120454054":"Add a real account","-38915613":"Unsaved changes","-2137450250":"You have unsaved changes. Are you sure you want to discard changes and leave this page?","-1067082004":"Leave Settings","-1416797980":"Please enter your {{ field_name }} as in your official identity documents.","-1466268810":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your <0>account settings.","-1120954663":"First name*","-1659980292":"First name","-1857534296":"John","-1485480657":"Other details","-1315571766":"Place of birth","-2040322967":"Citizenship","-1692219415":"Tax residence","-1903720068":"The country in which you meet the criteria for paying taxes. Usually the country in which you physically reside.","-651516152":"Tax Identification Number","-1387062433":"Account opening reason","-1451334536":"Continue trading","-1525879032":"Your documents for proof of address is expired. Please submit again.","-1425489838":"Proof of address verification not required","-1008641170":"Your account does not need address verification at this time. We will inform you if address verification is required in the future.","-60204971":"We could not verify your proof of address","-1944264183":"To continue trading, you must also submit a proof of identity.","-2004327866":"Please select a valid country of document issuance.","-1664159494":"Country","-1552821634":"Try submitting an ID document instead.","-1176889260":"Please select a document type.","-1515286538":"Please enter your document number. ","-1785463422":"Verify your identity","-78467788":"Please select the document type and enter the ID number.","-1117345066":"Choose the document type","-651192353":"Sample:","-1263033978":"Please ensure all your personal details are the same as in your chosen document. If you wish to update your personal details, go to account settings.","-937707753":"Go Back","-1926456107":"The ID you submitted is expired.","-555047589":"It looks like your identity document has expired. Please try again with a valid document.","-841187054":"Try Again","-2097808873":"We were unable to verify your ID with the details you provided. ","-228284848":"We were unable to verify your ID with the details you provided.","-1443800801":"Your ID number was submitted successfully","-1391934478":"Your ID is verified. You will also need to submit proof of your address.","-118547687":"ID verification passed","-749870311":"Please contact us via <0>live chat.","-200989771":"Go to personal details","-1358357943":"Please check and update your postal code before submitting proof of identity.","-1401994581":"Your personal details are missing","-1084991359":"Proof of identity verification not required","-1981334109":"Your account does not need identity verification at this time. We will inform you if identity verification is required in the future.","-1909155192":"We were unable to verify your document automatically. We will try to verify your document manually. Please check back in 1-3 days.","-182918740":"Your proof of identity submission failed because:","-337979330":"We could not verify your proof of identity","-706528101":"As a precaution, we have disabled trading, deposits and withdrawals for this account. If you have any questions, please go to our Help Center.<0>Help Centre.","-856213726":"You must also submit a proof of address.","-1389323399":"You should enter {{min_number}}-{{max_number}} characters.","-1313806160":"Please request a new password and check your email for the new token.","-329713179":"Ok","-1598167506":"Success","-1077809489":"You have a new {{platform}} password to log in to your {{platform}} accounts on the web and mobile apps.","-2068479232":"{{platform}} password","-1332137219":"Strong passwords contain at least 8 characters that include uppercase and lowercase letters, numbers, and symbols.","-1597186502":"Reset {{platform}} password","-848721396":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. If you live in the United Kingdom, Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request. If you live in the Isle of Man, Customer Support can only remove or weaken your trading limits after your trading limit period has expired.","-469096390":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request.","-42808954":"You can also exclude yourself entirely for a specified duration. This can only be removed once your self-exclusion has expired. If you wish to continue trading once your self-exclusion period expires, you must contact Customer Support by calling <0>+447723580049 to lift this self-exclusion. Requests by chat or email shall not be entertained. There will be a 24-hour cooling-off period before you can resume trading.","-135354733":"These self-exclusion limits help you control the amount of money and time you spend trading on DTrader, DBot, and SmartTrader. The limits you set here will help you exercise <0>responsible trading.","-1702324712":"These limits are optional, and you can adjust them at any time. You decide how much and how long you’d like to trade. If you don’t wish to set a specific limit, leave the field blank.","-1819875658":"You can also exclude yourself entirely for a specified duration. Once the self-exclusion period has ended, you can either extend it further or resume trading immediately. If you wish to reduce or remove the self-exclusion period, contact our <0>Customer Support.","-1031814119":"About trading limits and self-exclusion","-183468698":"Trading limits and self-exclusion","-933963283":"No, review my limits","-1759860126":"Yes, log me out immediately","-839094775":"Back","-572347855":"{{value}} mins","-313333548":"You’ll be able to adjust these limits at any time. You can reduce your limits from the <0>self-exclusion page. To increase or remove your limits, please contact our <1>Customer Support team.","-1265833982":"Accept","-2123139671":"Your stake and loss limits","-1250802290":"24 hours","-2070080356":"Max. total stake","-1545823544":"7 days","-180147209":"You will be automatically logged out from each session after this time limit.","-374553538":"Your account will be excluded from the website until this date (at least 6 months, up to 5 years).","-2121421686":"To self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","-2105708790":"Your maximum account balance and open positions","-1960600163":"Once your account balance reaches this amount, you will not be able to deposit funds into your account.","-1073845224":"No. of open position(s)","-288196326":"Your maximum deposit limit","-568749373":"Max. deposit limit","-1884902844":"Max. deposit limit per day","-545085253":"Max. deposit limit over 7 days","-1031006762":"Max. deposit limit over 30 days","-1116871438":"Max. total loss over 30 days","-2134714205":"Time limit per session","-1884271702":"Time out until","-1265825026":"Timeout time must be greater than current time.","-1332882202":"Timeout time cannot be more than 6 weeks.","-1635977118":"Exclude time cannot be less than 6 months.","-1617352279":"The email is in your spam folder (Sometimes things get lost there).","-547557964":"We can’t deliver the email to this address (Usually because of firewalls or filtering).","-1964320730":"Please click on the link in the email to change your <0>Deriv X password.","-976364600":"Please click on the link in the email to change your DMT5 password.","-742748008":"Check your email and click the link in the email to proceed.","-84068414":"Still didn't get the email? Please contact us via <0>live chat.","-2073934245":"The financial trading services offered on this site are only suitable for customers who accept the possibility of losing all the money they invest and who understand and have experience of the risk involved in the purchase of financial contracts. Transactions in financial contracts carry a high degree of risk. If the contracts you purchased expire as worthless, you will lose all your investment, which includes the contract premium.","-679569665":"Your account will be opened with Deriv (MX) Ltd, regulated by the UK Gaming Commission (UKGC), and will be subject to the laws of the Isle of Man.","-1970096931":"Your account will be opened with Deriv (Europe) Limited, regulated by the Malta Gaming Authority, and will be subject to the laws of Malta.","-1300699650":"Your account will be opened with Deriv Capital International Ltd and will be subject to the laws of Samoa.","-1125193491":"Add account","-2068229627":"I am not a PEP, and I have not been a PEP in the last 12 months.","-428335668":"You will need to set a password to complete the process.","-1850792730":"Unlink from {{identifier_title}}","-2139303636":"You may have followed a broken link, or the page has moved to a new address.","-1448368765":"Error code: {{error_code}} page not found","-2145244263":"This field is required","-70342544":"We’re legally obliged to ask for your financial information.","-1894668798":"Other trading instruments experience","-1026468600":"Other trading instruments frequency","-179005984":"Save","-789291456":"Tax residence*","-1651554702":"Only alphabet is allowed","-1458676679":"You should enter 2-50 characters.","-1166111912":"Use only the following special characters: {{ permitted_characters }}","-884768257":"You should enter 0-35 characters.","-2113555886":"Only letters, numbers, space, and hyphen are allowed.","-874280157":"This Tax Identification Number (TIN) is invalid. You may continue using it, but to facilitate future payment processes, valid tax information will be required.","-1037916704":"Miss","-1113902570":"Details","-634958629":"We use the information you give us only for verification purposes. All information is kept confidential.","-731992635":"Title*","-352888977":"Title","-136976514":"Country of residence*","-945104751":"We’re legally obliged to ask for your tax information.","-1702919018":"Second line of address (optional)","-1124948631":"Professional Client","-1463348492":"I would like to be treated as a professional client.","-1958764604":"Email preference","-2121071263":"Check this box to receive updates via email.","-2068064150":"Get updates about Deriv products, services and events.","-1558679249":"Please make sure your information is correct or it may affect your trading experience.","-862399107":"We’re sorry to see you leave. Your account is now deactivated.","-1822545742":"Ether Classic","-1334641066":"Litecoin","-1214036543":"US Dollar","-1782590355":"No currency has been set for this account","-536187647":"Confirm revoke access?","-1357606534":"Permission","-570222048":"Revoke access","-2116332353":"Please close your positions in the following Deriv account(s):","-2048005267":"{{number_of_positions}} position(s)","-1923892687":"Please withdraw your funds from the following Deriv X account(s):","-684271315":"OK","-1629894615":"I have other financial priorities.","-844051272":"I want to stop myself from trading.","-1113965495":"I’m no longer interested in trading.","-1224285232":"Customer service was unsatisfactory.","-401778324":"I’m deactivating my account for other reasons.","-9323953":"Remaining characters: {{remaining_characters}}","-1248180182":"Deactivate account?","-136868676":"Deactivating your account will automatically log you out. You can reactivate your account by logging in at any time.","-1318334333":"Deactivate","-1219849101":"Please select at least one reason","-484540402":"An error occurred","-1911549768":"Inaccessible MT5 account(s)","-1869355019":"Action required","-1944396623":"Before you deactivate your account, you’ll need to:","-1427203041":"1. Ensure to close all your positions","-115851087":"If you have a DMT5 or Deriv X real account, log in to close any open positions.","-1191568235":"2. Withdraw your funds","-1323183253":"If you have a Deriv real account, go to <0>Cashier to withdraw your funds.","-72910365":"If you have a DMT5 real account, go to your <0>DMT5 dashboard to withdraw your funds","-249431422":"Continue to account deactivation","-1725454783":"Failed","-506510414":"Date and time","-1708927037":"IP address","-1042416056":"Use the <0>Deriv password to log in to Deriv.com, Deriv Go, Dtrader, SmartTrader, and DBot.","-365847515":"Apps you can use with your Deriv login:","-26491905":"You're using your {{identifier_title}} account to log in to your Deriv account. To change your login method into using a username and password, click the <0>Unlink button.","-596920538":"Unlink","-1319725774":"DMT5 Password","-1403020742":"Your DMT5 password is for logging in to your Deriv MT5 accounts on the desktop, web, and mobile apps.","-340060402":"Your Deriv X password is for logging in to your Deriv X accounts on the web and mobile apps.","-872790083":"Click the <0>Change password button to change your Deriv X password.","-412891493":"Disable 2FA","-200487676":"Enable","-1840392236":"That's not the right code. Please try again.","-307075478":"6 digit code","-790444493":"Protect your account with 2FA. Each time you log in to your account, you will need to enter your password and an authentication code generated by a 2FA app on your smartphone.","-368010540":"You have enabled 2FA for your Deriv account.","-403552929":"To disable 2FA, please enter the six-digit authentication code generated by your 2FA app below:","-752939584":"How to set up 2FA for your Deriv account","-1691236701":"Scan the QR code below with your 2FA app. We recommend <0>Authy or <1>Google Authenticator. We do not support <2>Duo Mobile.","-90649785":"Click here to copy key","-206376148":"Key copied!","-650175948":"A recent bank statement or government-issued letter with your name and address.","-2006895756":"1. Address","-716361389":"An accurate and complete address helps to speed up your verification process.","-890084320":"Save and submit","-902076926":"Before uploading your document, please ensure that your personal details are updated to match your proof of identity. This will help to avoid delays during the verification process.","-1517325716":"Deposit via the following payment methods:","-1547606079":"We accept the following cryptocurrencies:","-42592103":"Deposit cryptocurrencies","-639677539":"Buy cryptocurrencies","-1560098002":"Buy cryptocurrencies via fiat onramp","-541870313":"Deposit via payment agents","-72314872":"Deposit in your local currency via peer-to-peer exchange with fellow traders in your country.","-58126117":"Your simple access to crypto. Fast and secure way to exchange and purchase cryptocurrencies. 24/7 live chat support.","-1975494965":"Cashier","-1186807402":"Transfer","-1787304306":"Deriv P2P","-1705887186":"Your deposit is successful.","-142361708":"In process","-1582681840":"We’ve received your request and are waiting for more blockchain confirmations.","-1626218538":"You’ve cancelled your withdrawal request.","-1062841150":"Your withdrawal is unsuccessful due to an error on the blockchain. Please <0>contact us via live chat for more info.","-630780094":"We’re awaiting confirmation from the blockchain.","-1525882769":"Your withdrawal is unsuccessful. We've sent you an email with more information.","-298601922":"Your withdrawal is successful.","-2021135479":"This field is required.","-1870909526":"Our server cannot retrieve an address.","-582721696":"The current allowed withdraw amount is {{format_min_withdraw_amount}} to {{format_max_withdraw_amount}} {{currency}}","-1957498244":"more","-1684548351":"Switch to crypto account","-197251450":"Don't want to trade in {{currency_code}}? You can open another cryptocurrency account.","-212277385":"You can no longer change your account currency because you've made a deposit into your fiat account or created a real DMT5 or Deriv X account. Please contact us via <0>live chat for clarification.","-1900848111":"This is your {{currency_code}} account.","-749765720":"Your fiat account currency is set to {{currency_code}}.","-803546115":"Manage your accounts ","-1463156905":"Learn more about payment methods","-486580863":"Transfer to","-1995606668":"Amount","-344403983":"Description","-1746825352":"Please confirm the transaction details in order to complete the transfer:","-1272778997":"We've sent you an email.","-89973258":"Resend email in {{seconds}}s","-2024958619":"This is to protect your account from unauthorised withdrawals.","-2061807537":"Something’s not right","-1675848843":"Error","-283017497":"Retry","-1157701227":"You need at least two accounts","-1366788579":"Please create another Deriv, DMT5, or Deriv X account.","-380740368":"Please create another Deriv or DMT5 account.","-417711545":"Create account","-1321645628":"Your cashier is currently locked. Please contact us via live chat to find out how to unlock it.","-60779216":"Withdrawals are temporarily unavailable due to system maintenance. You can make your withdrawals when the maintenance is complete.","-215186732":"You’ve not set your country of residence. To access Cashier, please update your country of residence in the Personal details section in your account settings.","-1392897508":"The identification documents you submitted have expired. Please submit valid identity documents to unlock Cashier. ","-1158467524":"Your account is temporarily disabled. Please contact us via live chat to enable deposits and withdrawals again.","-929148387":"Please set your account currency to enable deposits and withdrawals.","-1318742415":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and request for withdrawals.","-541392118":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and access your cashier.","-247122507":"Your cashier is locked. Please complete the <0>financial assessment to unlock it.","-1443721737":"Your cashier is locked. See <0>how we protect your funds before you proceed.","-901712457":"Your access to Cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to <0>Self-exclusion and set your 30-day turnover limit.","-666905139":"Deposits are locked","-378858101":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits.","-166472881":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits and withdrawals.","-1037495888":"You have chosen to exclude yourself from trading on our website until {{exclude_until}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","-949074612":"Please contact us via live chat.","-127614820":"Unfortunately, you can only make deposits. Please contact us via live chat to enable withdrawals.","-759000391":"We were unable to verify your information automatically. To enable this function, you must complete the following:","-1638172550":"To enable this feature you must complete the following:","-1632668764":"I accept","-1196049878":"First line of home address","-1326406485":"Postal Code/ZIP","-939625805":"Telephone","-442575534":"Email verification failed","-1459042184":"Update your personal details","-1603543465":"We can't validate your personal details because there is some information missing.","-614516651":"Need help? <0>Contact us.","-1332236294":"Please verify your identity","-203002433":"Deposit now","-720315013":"You have no funds in your {{currency}} account","-2052373215":"Please make a deposit to use this feature.","-1201279468":"To withdraw your funds, please choose the same payment method you used to make your deposits.","-553249337":"Transfers are locked","-705272444":"Upload a proof of identity to verify your identity","-1196994774":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency accounts.","-1611462487":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts and between your Deriv cryptocurrency and Deriv X accounts.","-1059419768":"Notes","-1905569336":"You may transfer between your Deriv fiat, cryptocurrency, and DMT5 accounts.","-201770295":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts, up to {{ allowed_mt5 }} transfers between your Deriv and DMT5 accounts, and up to {{ allowed_dxtrade }} transfers between your Deriv and Deriv X accounts.","-1260947881":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts and up to {{ allowed_mt5 }} transfers between your Deriv and DMT5 accounts.","-1151983985":"Transfer limits may vary depending on the exchange rates.","-1747571263":"Please bear in mind that some transfers may not be possible.","-757062699":"Transfers may be unavailable due to high volatility or technical issues and when the exchange markets are closed.","-1221972195":"DMT5 accounts","-1344870129":"Deriv accounts","-1156059326":"You have {{number}} transfer remaining for today.","-1593609508":"Transfer between your accounts in Deriv","-464965808":"Transfer limits: <0 /> - <1 />","-1077304626":"Amount ({{currency}})","-1559994981":"Approximate value","-190084602":"Transaction","-811190405":"Time","-2004264970":"Your wallet address should have 25 to 64 characters.","-1707299138":"Your {{currency_symbol}} wallet address","-1179992129":"All payment agents","-922432739":"Please enter a valid client login ID.","-1024241603":"Insufficient balance.","-1979554765":"Please enter a valid description.","-596416199":"By name","-1169636644":"By payment agent ID","-118683067":"Withdrawal limits: <0 />-<1 />","-544232635":"Please go to the Deposit page to generate an address. Then come back here to continue with your transaction.","-1161069724":"Please copy the crypto address you see below. You'll need it to deposit your cryptocurrency.","-1388977563":"Copied!","-1962894999":"This address can only be used ONCE. Please copy a new one for your next transaction.","-451858550":"By clicking 'Continue' you will be redirected to {{ service }}, a third-party payment service provider. Please note that {{ website_name }} is not responsible for the content or services provided by {{ service }}. If you encounter any issues related to {{ service }} services, you must contact {{ service }} directly.","-1137412124":"Can’t find a suitable payment method for your country? Then try a payment agent.","-1232852916":"We’re switching over to your {{currency}} account to view the transaction.","-38063175":"{{account_text}} wallet","-1474202916":"Make a new withdrawal","-460879294":"You're not done yet. To receive the transferred funds, you must contact the payment agent for further instruction. A summary of this transaction has been emailed to you for your records.","-299033842":"Recent transactions","-348296830":"{{transaction_type}} {{currency}}","-1929538515":"{{amount}} {{currency}} on {{submit_date}}","-1534990259":"Transaction hash:","-1612346919":"View all","-598073640":"About Tether (Ethereum)","-275902914":"Tether on Ethereum (eUSDT)","-1188009792":"Tether on Omni Layer (USDT)","-1239329687":"Tether was originally created to use the bitcoin network as its transport protocol ‒ specifically, the Omni Layer ‒ to allow transactions of tokenised traditional currency.","-2013448791":"Want to exchange between e-wallet currencies? Try <0>Ewallet.Exchange","-993393818":"Binance Smart Chain","-561858764":"Polygon (Matic)","-410890127":"Ethereum (ERC20)","-1059526741":"Ethereum (ETH)","-1615615253":"We do not support Tron, to deposit please use only Ethereum ({{token}}).","-1831000957":"Please select the network from where your deposit will come from.","-314177745":"Unfortunately, we couldn't get the address since our server was down. Please click Refresh to reload the address or try again later.","-1345040662":"Looking for a way to buy cryptocurrency?","-2005265642":"Fiat onramp is a cashier service that allows you to convert fiat currencies to crypto to top up your Deriv crypto accounts. Listed here are third-party crypto exchanges. You’ll need to create an account with them to use their services.","-1593063457":"Select payment channel","-130833284":"Please note that your maximum and minimum withdrawal limits aren’t fixed. They change due to the high volatility of cryptocurrency.","-1531269493":"We'll send you an email once your transaction has been processed.","-113940416":"Current stake:","-1999539705":"Deal cancel. fee:","-447037544":"Buy price:","-1342699195":"Total profit/loss:","-1511825574":"Profit/Loss:","-726626679":"Potential profit/loss:","-338379841":"Indicative price:","-1525144993":"Payout limit:","-1167474366":"Tick ","-555886064":"Won","-529060972":"Lost","-571642000":"Day","-155989831":"Decrement value","-1192773792":"Don't show this again","-1769852749":"N/A","-1572746946":"Asian Up","-686840306":"Asian Down","-2141198770":"Higher","-816098265":"Lower","-1646655742":"Spread Up","-668987427":"Spread Down","-912577498":"Matches","-1862940531":"Differs","-808904691":"Odd","-556230215":"Ends Outside","-1268220904":"Ends Between","-703542574":"Up","-1127399675":"Down","-768425113":"No Touch","-1163058241":"Stays Between","-1354485738":"Reset Call","-376148198":"Only Ups","-1337379177":"High Tick","-328036042":"Please enter a stop loss amount that's higher than the current potential loss.","-2127699317":"Invalid stop loss. Stop loss cannot be more than stake.","-1940333322":"DBot is not available for this account","-1210387519":"Go to DMT5 dashboard","-1223145005":"Loss amount: {{profit}}","-1062922595":"Reference ID (buy)","-2068574600":"Reference ID (sell)","-994038153":"Start Time","-1979852400":"Entry Spot","-427802309":"Profit/Loss","-668558002":"Journal.csv","-746652890":"Notifications","-824109891":"System","-507620484":"Unsaved","-764102808":"Google Drive","-1109191651":"Must be a number higher than 0","-1917772100":"Invalid number format","-689786738":"Minimum duration: {{ min }}","-184183432":"Maximum duration: {{ max }}","-1194719174":"The multiplier amount used to increase your stake if you’re losing a trade.","-749186458":"Account switching is disabled while your bot is running. Please stop your bot before switching accounts.","-662836330":"Would you like to keep your current contract or close it? If you decide to keep it running, you can check and close it later on the <0>Reports page.","-597939268":"Keep my contract","-1322453991":"You need to log in to run the bot.","-1483938124":"This strategy is currently not compatible with DBot.","-236548954":"Contract Update Error","-1428017300":"THE","-1450728048":"OF","-255051108":"YOU","-1845434627":"IS","-931434605":"THIS","-740712821":"A","-187634388":"This block is mandatory. Here is where you can decide if your bot should continue trading. Only one copy of this block is allowed.","-2105473795":"The only input parameter determines how block output is going to be formatted. In case if the input parameter is \"string\" then the account currency will be added.","-1800436138":"2. for \"number\": 1325.68","-2046396241":"This block is mandatory. Only one copy of this block is allowed. It is added to the canvas by default when you open DBot.","-530632460":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of \"True\" or \"False\".","-1875717842":"Examples:","-890079872":"1. If the selected direction is \"Rise\", and the previous tick value is less than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-489739641":"2. If the selected direction is \"Fall\", and the previous tick value is more than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-2116076360":"There are 4 message types:","-1421941045":"2. 'Warn' displays a message in yellow to highlight something that needs attention.","-277850921":"If \"Win\" is selected, it will return \"True\" if your last trade was successful. Otherwise, it will return an empty string.","-1918487001":"Example:","-2139916657":"1. In the below example the loop is terminated in case \"x\" is \"False\" even though only one iteration is complete","-1238900333":"2. In the below example the loop jumps to the next iteration without executing below block in case if \"x\" is \"False\"","-1729479576":"You can use \"i\" inside the loop, for example to access list items","-1474636594":"In this example, the loop will repeat three times, as that is the number of items in the given list. During each iteration, the variable \"i\" will be assigned a value from the list. ","-908772734":"This block evaluates a statement and will perform an action only when the statement is true.","-334040831":"2. In this example, the instructions are repeated as long as the value of x is greater than or equal to 10. Once the value of x drops below 10, the loop is terminated.","-444267958":"\"Seconds Since Epoch\" block returns the number of seconds since January 1st, 1970.","-447522129":"You might need it when you want to repeat an actions after certain amount of time.","-1488259879":"The term \"candle\" refers to each bar on the candlestick chart. Each candle represents four market prices for the selected time interval:","-2020693608":"Each candlestick on the chart represents 4 market prices for the selected time interval:","-62728852":"- Open price: the opening price","-1247744334":"- Low price: the lowest price","-1386365697":"- Close price: the closing price","-1498732382":"A black (or red) candle indicates that the open price is higher than the close price. This represents a downward movement of the market price.","-1871864755":"This block gives you the last digit of the latest tick value of the selected market. If the latest tick value is 1410.90, this block will return 0. It’s useful for digit-based contracts such as Even/Odd, Matches/Differs, or Higher/Lower.","-1029671512":"In case if the \"OR\" operation is selected, the block returns \"True\" in case if one or both given values are \"True\"","-210295176":"Available operations:","-1385862125":"- Addition","-983721613":"- Subtraction","-854750243":"- Multiplication","-1394815185":"In case if the given number is less than the lower boundary of the range, the block returns the lower boundary value. Similarly, if the given number is greater than the higher boundary, the block will return the higher boundary value. In case if the given value is between boundaries, the block will return the given value unchanged.","-1034564248":"In the below example the block returns the value of 10 as the given value (5) is less than the lower boundary (10)","-2009817572":"This block performs the following operations to a given number","-671300479":"Available operations are:","-514610724":"- Absolute","-1923861818":"- Euler’s number (2.71) to the power of a given number","-1556344549":"Here’s how:","-1061127827":"- Visit the following URL, make sure to replace with the Telegram API token you created in Step 1: https://api.telegram.org/bot/getUpdates","-70949308":"4. Come back to DBot and add the Notify Telegram block to the workspace. Paste the Telegram API token and chat ID into the block fields accordingly.","-311389920":"In this example, the open prices from a list of candles are assigned to a variable called \"cl\".","-1460794449":"This block gives you a list of candles within a selected time interval.","-1634242212":"Used within a function block, this block returns a value when a specific condition is true.","-2012970860":"This block gives you information about your last contract.","-1504783522":"You can choose to see one of the following:","-10612039":"- Profit: the profit you’ve earned","-555996976":"- Entry time: the starting time of the contract","-1391071125":"- Exit time: the contract expiration time","-1961642424":"- Exit value: the value of the last tick of the contract","-111312913":"- Barrier: the barrier value of the contract (applicable to barrier-based trade types such as stays in/out, touch/no touch, etc.)","-674283099":"- Result: the result of the last contract: \"win\" or \"loss\"","-704543890":"This block gives you the selected candle value such as open price, close price, high price, low price, and open time. It requires a candle as an input parameter.","-482281200":"In the example below, the open price is assigned to the variable \"op\".","-364621012":"This block gives you the specified candle value for a selected time interval. You can choose which value you want:","-232477769":"- Open: the opening price","-610736310":"Use this block to sell your contract at the market price. Selling your contract is optional. You may choose to sell if the market trend is unfavourable.","-1307657508":"This block gives you the potential profit or loss if you decide to sell your contract. It can only be used within the \"Sell conditions\" root block.","-1921072225":"In the example below, the contract will only be sold if the potential profit or loss is more than the stake.","-955397705":"SMA adds the market price in a list of ticks or candles for a number of time periods, and divides the sum by that number of time periods.","-1424923010":"where n is the number of periods.","-1835384051":"What SMA tells you","-749487251":"SMA serves as an indicator of the trend. If the SMA points up then the market price is increasing and vice versa. The larger the period number, the smoother SMA line is.","-1996062088":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 10 days.","-1866751721":"Input list accepts a list of ticks or candles, while period is the specified time period.","-1097076512":"You may compare SMA values calculated on every bot run to identify the market trend direction. Alternatively, you may also use a variation of the SMA block, the Simple Moving Average Array block. ","-1254849504":"If a period of 10 is entered, the Simple Moving Average Array block will return a list of SMA values calculated based on period of 10.","-1190046167":"This block displays a dialog box with a customised message. When the dialog box is displayed, your strategy is paused and will only resume after you click \"OK\".","-859028989":"In this example, the date and time will be displayed in a green notification box.","-1452086215":"In this example, a Rise contract will be purchased at midnight on 1 August 2019.","-1765276625":"Click the multiplier drop-down menu and choose the multiplier value you want to trade with.","-1872233077":"Your potential profit will be multiplied by the multiplier value you’ve chosen.","-614454953":"To learn more about multipliers, please go to the <0>Multipliers page.","-2078588404":"Select your desired market and asset type. For example, Forex > Major pairs > AUD/JPY","-2037446013":"2. Trade Type","-533927844":"Select your desired trade type. For example, Up/Down > Rise/Fall","-1192411640":"4. Default Candle Interval","-485434772":"8. Trade Options","-1827646586":"This block assigns a given value to a variable, creating the variable if it doesn't already exist.","-254421190":"List: ({{message_length}})","-9461328":"Security and privacy","-418247251":"Download your journal.","-1616649196":"results","-90107030":"No results found","-984140537":"Add","-870004399":"<0>Bought: {{longcode}} (ID: {{transaction_id}})","-1211474415":"Filters","-186972150":"There are no messages to display","-558594655":"The bot is not running","-478946875":"The stats are cleared","-999254545":"All messages are filtered out","-786915692":"You are connected to Google Drive","-1150107517":"Connect","-1759213415":"Find out how this app handles your data by reviewing Deriv's <0>Privacy policy, which is part of Deriv's <1>Terms and conditions.","-934909826":"Load strategy","-1121028020":"or, if you prefer...","-254025477":"Select an XML file from your device","-1131095838":"Please upload an XML file","-523928088":"Create one or upload one from your local drive or Google Drive.","-1684205190":"Why can't I see my recent bots?","-2050879370":"1. Logged in from a different device","-811857220":"3. Cleared your browser cache","-1016171176":"Asset","-621128676":"Trade type","-671128668":"The amount that you pay to enter a trade.","-447853970":"Loss threshold","-410856998":"The bot will stop trading if your total profit exceeds this amount.","-1823621139":"Quick Strategy","-625024929":"Leaving already?","-584289785":"No, I'll stay","-1435060006":"If you leave, your current contract will be completed, but your bot will stop running immediately.","-783058284":"Total stake","-2077494994":"Total payout","-1073955629":"No. of runs","-1729519074":"Contracts lost","-42436171":"Total profit/loss","-1856204727":"Reset","-224804428":"Transactions","-1137823888":"Total payout since you last cleared your stats.","-992662695":"The number of times your bot has run since you last cleared your stats. Each run includes the execution of all the root blocks.","-1382491190":"Your total profit/loss since you last cleared your stats. It is the difference between your total payout and your total stake.","-305283152":"Strategy name","-1003476709":"Save as collection","-636521735":"Save strategy","-1373954791":"Should be a valid number","-1278608332":"Please enter a number between 0 and {{api_max_losses}}.","-287597204":"Enter limits to stop your bot from trading when any of these conditions are met.","-1445989611":"Limits your potential losses for the day across all Deriv platforms.","-152878438":"Maximum number of trades your bot will execute for this run.","-1490942825":"Apply and run","-686334932":"Build a bot from the start menu then hit the run button to run the bot.","-1696412885":"Import","-250192612":"Sort","-1566369363":"Zoom out","-2060170461":"Load","-1200116647":"Click here to start building your DBot.","-1040972299":"Purchase contract","-600546154":"Sell contract (optional)","-985351204":"Trade again","-112876186":"Analysis","-1769584466":"Stats","-1133736197":"Utility","-1682372359":"Text","-907562847":"Lists","-1646497683":"Loops","-251326965":"Miscellaneous","-1285759343":"Search","-1058262694":"Stopping the bot will prevent further trades. Any ongoing trades will be completed by our system.","-1473283434":"Please be aware that some completed transactions may not be displayed in the transaction table if the bot is stopped while placing trades.","-397015538":"You may refer to the statement page for details of all completed transactions.","-1442034178":"Contract bought","-2020280751":"Bot is stopping","-1436403979":"Contract closed","-1711732508":"Reference IDs","-386141434":"(Buy)","-482272687":"(Sell)","-1983189496":"ticks","-694277729":"(High)","-2028564707":"(Low)","-627895223":"Exit spot","-596238067":"Entry/Exit spot","-1717650468":"Online","-1825471709":"A whole new trading experience on a powerful yet easy to use platform.","-215905387":"DBot","-981017278":"Automated trading at your fingertips. No coding needed.","-398198412":"Trade on Deriv MT5 (DMT5), the all-in-one FX and CFD trading platform.","-1793883644":"Trade FX and CFDs on a customisable, easy-to-use trading platform.","-1246992539":"Binary Bot","-821418875":"Trader","-1309011360":"Open positions","-679102561":"Contract Details","-430118939":"Complaints policy","-744999940":"Deriv account","-568280383":"Deriv Gaming","-1936757551":"Deriv Synthetic","-1546927062":"Deriv Financial","-895331276":"Complete your proof of address","-782679300":"Complete your proof of identity","-1019903756":"Synthetic","-328128497":"Financial","-1416247163":"Financial STP","-1669418686":"AUD/CAD","-1548588249":"AUD/CHF","-1552890620":"AUD/JPY","-681231560":"AUD/PLN","-64938413":"AUD/USD","-1430522808":"EUR/AUD","-2020477069":"EUR/CAD","-1201853162":"EUR/CHF","-1318070255":"EUR/GBP","-1197505739":"EUR/JPY","-405907358":"EUR/USD","-1536293064":"NZD/JPY","-79700881":"NZD/USD","-642323838":"USD/CAD","-428199705":"USD/CHF","-424108348":"USD/JPY","-548255282":"USD/NOK","-1834131208":"USD/PLN","-524302516":"Silver/USD","-764731776":"Platinum/USD","-700966800":"Dutch Index","-1863229260":"Australian Index","-946336619":"Wall Street Index","-945048133":"French Index","-1093355162":"UK Index","-932734062":"Hong Kong Index","-2030624691":"Japanese Index","-354063409":"US Index","-232855849":"Euro 50 Index","-1925264914":"Volatility 25 Index","-708579504":"Volatility 50 Index","-975255670":"Volatility 75 Index","-1736314513":"Crash 300 Index","-342128411":"Crash 500 Index","-9704319":"Crash 1000 Index","-465860988":"Bull Market Index","-390528194":"Step Index","-280323742":"EUR Basket","-563812039":"Volatility 10 (1s) Index","-764111252":"Volatility 100 (1s) Index","-1374309449":"Volatility 200 (1s) Index","-1164978320":"Jump 10 Index","-575272887":"BCH/USD","-295406873":"BTC/ETH","-1713556301":"ZMR/USD","-2046638412":"XRP/USD","-1263203461":"BTC/USD","-1112522776":"DSH/USD","-460689370":"LTC/USD","-841561409":"Put Spread","-144803045":"Only numbers and these special characters are allowed: {{permitted_characters}}","-1450516268":"Only letters, numbers, space, hyphen, period, and apostrophe are allowed.","-1072358250":"Letters, spaces, periods, hyphens, apostrophes only","-1966032552":"The length of token should be 8.","-2128137611":"Should start with letter or number, and may contain hyphen and underscore.","-1590869353":"Up to {{decimal_count}} decimal places are allowed.","-2061307421":"Should be more than {{min_value}}","-1099941162":"Should be less than {{max_value}}","-1528188268":"Straight rows of keys are easy to guess","-1339903234":"Short keyboard patterns are easy to guess","-23980798":"Repeats like \"aaa\" are easy to guess","-235760680":"Avoid repeated words and characters","-1568933154":"Sequences like abc or 6543 are easy to guess","-725663701":"Avoid sequences","-1450768475":"Recent years are easy to guess","-1804838610":"Avoid years that are associated with you","-64849469":"Dates are often easy to guess","-2006915194":"Avoid dates and years that are associated with you","-2124205211":"A word by itself is easy to guess","-1095202689":"All-uppercase is almost as easy to guess as all-lowercase","-2137856661":"Reversed words aren't much harder to guess","-1885413063":"Predictable substitutions like '@' instead of 'a' don't help very much","-369258265":"This password is on the blacklist","-681468758":"Your web browser is out of date and may affect your trading experience. Please <0>update your browser.","-577777971":"You have reached the rate limit of requests per second. Please try later.","-206321775":"Fiat","-522767852":"DEMO","-433761292":"Switching to default account.","-1590712279":"Gaming","-16448469":"Virtual","-540474806":"Your Options account is scheduled to be closed","-618539786":"Your account is scheduled to be closed","-945275490":"Withdraw all funds from your Options account.","-705744796":"Your demo account balance has reached the maximum limit, and you will not be able to place new trades. Reset your balance to continue trading from your demo account.","-1585069798":"Please click the following link to complete your Appropriateness Test.","-1287141934":"Find out more","-367759751":"Your account has not been verified","-596690079":"Enjoy using Deriv?","-265932467":"We’d love to hear your thoughts","-1815573792":"Drop your review on Trustpilot.","-823349637":"Go to Trustpilot","-1204063440":"Set my account currency","-1164554246":"You submitted expired identification documents","-219846634":"Let’s verify your ID","-529038107":"Install","-87149410":"Install the DTrader web app","-1738575826":"Please switch to your real account or create one to access the cashier.","-1329329028":"You’ve not set your 30-day turnover limit","-132893998":"Your access to the cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to Self-exclusion and set the limit.","-1852207910":"MT5 withdrawal disabled","-764323310":"MT5 withdrawals have been disabled on your account. Please check your email for more details.","-1435762703":"Please Verify your identity","-1902997828":"Refresh now","-753791937":"A new version of Deriv is available","-1775108444":"This page will automatically refresh in 5 minutes to load the latest version.","-1175685940":"Please contact us via live chat to enable withdrawals.","-1125797291":"Password updated.","-157145612":"Please log in with your updated password.","-1217269360":"What’s your real name, {{client_name}}?","-87177461":"Please go to your account settings and complete your personal details to enable deposits.","-904632610":"Reset your balance","-470018967":"Reset balance","-156611181":"Please complete the financial assessment in your account settings to unlock it.","-1925176811":"Unable to process withdrawals in the moment","-980696193":"Withdrawals are temporarily unavailable due to system maintenance. You can make withdrawals when the maintenance is complete.","-1647226944":"Unable to process deposit in the moment","-488032975":"Deposits are temporarily unavailable due to system maintenance. You can make deposits when the maintenance is complete.","-67021419":"Our cashier is temporarily down due to system maintenance. You can access the cashier in a few minutes when the maintenance is complete.","-849587074":"You have not provided your tax identification number","-47462430":"This information is necessary for legal and regulatory requirements. Please go to your account settings, and fill in your latest tax identification number.","-2067423661":"Stronger security for your Deriv account","-1719731099":"With two-factor authentication, you’ll protect your account with both your password and your phone - so only you can access your account, even if someone knows your password.","-822888359":"Your withdrawal is locked","-1197701578":"Please submit your Proof of Identity again and complete the financial assessment in account setting to unlock it.","-2087822170":"You are offline","-1669693571":"Check your connection.","-1998049070":"If you agree to our use of cookies, click on Accept. For more information, <0>see our policy.","-1721181859":"You’ll need a {{deriv_account}} account","-1989074395":"Please add a {{deriv_account}} account first before adding a {{dmt5_account}} account. Deposits and withdrawals for your {{dmt5_label}} account are done by transferring funds to and from your {{deriv_label}} account.","-689237734":"Proceed","-1642457320":"Help centre","-1966944392":"Network status: {{status}}","-557093123":"Virtual events based bets in the UK and the Isle of Man are offered by Deriv (MX) Ltd, Millennium House, Level 1, Victoria Road, Douglas IM2 4RW, Isle of Man, licensed and regulated in Great Britain by the Gambling Commission under <0>account no. 39172 and by the Gambling Supervision Commission in the Isle of Man (<1>view licence).","-181484419":"Responsible trading","-650505513":"Full screen","-1823504435":"View notifications","-1954045170":"No currency assigned","-583559763":"Menu","-1396326507":"Unfortunately, {{website_name}} is not available in your country.","-2094580348":"Thanks for verifying your email","-71049153":"Keep your account secure with a password","-1861974537":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters, numbers, and symbols.","-1965920446":"Start trading","-288996254":"Unavailable","-1815192976":"real CFDs","-1730264949":"Total assets in your Deriv, DMT5 and Deriv X demo accounts.","-1623652567":"Total assets in your Deriv and DMT5 demo accounts.","-1706681135":"Total assets in your Deriv, DMT5 and Deriv X real accounts.","-1650369677":"Total assets in your Deriv and DMT5 real accounts.","-697343663":"Deriv X Accounts","-1740162250":"Manage account","-1277942366":"Total assets","-1310654342":"As part of the changes in our product line-up, we will be closing Gaming accounts belonging to our UK clients.","-626152766":"As part of the changes in our product line-up, we are closing Options accounts belonging to our clients in Europe.","-490100162":"As part of the changes in our product line-up, we will be closing accounts belonging to our Isle of Man clients.","-1208958060":"You can no longer trade digital options on any of our platforms. You also can’t deposit funds into your account.<0/><1/>Any open positions on digital options have been closed with full payout.","-2050417883":"You’ll lose access to your Gaming account when it gets closed, so make sure to withdraw your funds as soon as possible.","-1950045402":"Withdraw all your funds","-168971942":"What this means for you","-905560792":"OK, I understand","-1308593541":"You will lose access to your account when it gets closed, so be sure to withdraw all your funds.","-2024365882":"Explore","-1197864059":"Create free demo account","-1485242688":"Step {{step}}: {{step_title}} ({{step}} of {{steps}})","-1829842622":"You can open an account for each cryptocurrency.","-987221110":"Choose a currency you would like to trade with.","-1066574182":"Choose a currency","-1914534236":"Choose your currency","-2058256518":"We can't change your account currency as you've either made a deposit into your {{currency}} account or created a real account on DMT5.","-200560194":"Please switch to your {{fiat_currency}} account to change currencies.","-1829493739":"Choose the currency you would like to trade with.","-1814647553":"Add a new","-1269362917":"Add new","-650480777":"crypto account","-175638343":"Choose an account or add a new one","-1768223277":"Your account is ready","-1215717784":"<0>You have successfully changed your currency to {{currency}}.<0>Make a deposit now to start trading.","-786091297":"Trade on demo","-228099749":"Please verify your identity and address","-1041852744":"We're processing your personal information","-1775006840":"Make a deposit now to start trading.","-983734304":"We need proof of your identity and address before you can start trading.","-917733293":"To get trading, please confirm where you live.","-1282628163":"You'll be able to get trading as soon as verification is complete.","-952649119":"Log In","-3815578":"Sign Up","-1456176427":"Set a currency for your real account","-1557011219":"Add a real Deriv Options account","-259386249":"Add a Deriv Synthetic account","-241733171":"Add a Deriv Financial account","-1329687645":"Create a cryptocurrency account","-1429178373":"Create a new account","-1016775979":"Choose an account","-1369294608":"Already signed up?","-617844567":"An account with your details already exists.","-292363402":"Trading statistics report","-1656860130":"Options trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","-28080461":"Would like to check your statement first? <0>Check Statement","-611059051":"Please specify your preferred interval reality check in minutes:","-1876891031":"Currency","-11615110":"Turnover","-1370419052":"Profit / Loss","-437320982":"Session duration:","-3959715":"Current time:","-1534648620":"Your password has been changed","-596199727":"We will now redirect you to the login page.","-310434518":"The email input should not be empty.","-437918412":"No currency assigned to your account","-707550055":"We need this to make sure our service complies with laws and regulations in your country.","-280139767":"Set residence","-601615681":"Select theme","-1152511291":"Dark","-1428458509":"Light","-1917706589":"Your Deriv account is unlinked from {{social_identity_provider}}. Use your email and password for future log in.","-2017825013":"Got it","-505449293":"Enter a new password for your Deriv account.","-1787820992":"Platforms","-184713104":"Earn fixed payouts with options, or trade multipliers to amplify your gains with limited risk.","-1571775875":"Our flagship options and multipliers trading platform.","-1107320163":"Automate your trading, no coding needed.","-196712726":"Trade on DBot","-820028470":"Options & Multipliers","-895091803":"If you're looking for CFDs","-1447215751":"Not sure? Try this","-2338797":"<0>Maximise returns by <0>risking more than you put in.","-1682067341":"Earn <0>fixed returns by <0>risking only what you put in.","-1184094048":"Let us introduce you to trading on Deriv.","-49067150":"Not sure?","-1125272179":"This complaints policy, which may change from time to time, applies to your account registered with Deriv Investments (Europe) Limited.","-974989415":"This complaints policy, which may change from time to time, applies to your account(s) registered with Deriv (SVG) LLC and Deriv (FX) Ltd.","-1639808836":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Independent Betting Adjudication Service (IBAS) by filling the IBAS adjudication form. Please note that IBAS only deals with disputes that result from transactions.","-1505742956":"<0/><1/>You can also refer your dispute to the Malta Gaming Authority via the <2>Player Support Unit.","-1406192787":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Financial Commission.","-1776547326":"<0/><1/>If you reside in the UK and you are unhappy with our response you may escalate your complaint to the <2>Financial Ombudsman Service.","-2115348800":"1. Introduction","-744009523":"2. Fair treatment","-866831420":"3.1. Submission of a complaint","-1102904026":"3.2. Handling your complaint","-603378979":"3.3. Resolving your complaint","-697569974":"3.4. Your decision","-993572476":"<0>b.The Financial Commission has 5 days to acknowledge that your complaint was received and 14 days to answer the complaint through our Internal Dispute Resolution (IDR) procedure.","-1769159081":"<0>c.You will be able to file a complaint with the Financial Commission only if you are not satisfied with our decision or the decision wasn’t made within 14 days.","-58307244":"3. Determination phase","-356618087":"<0>b.The DRC may request additional information from you or us, who must then provide the requested information within 7 days.","-945718602":"<0>b.If you agree with a DRC decision, you will need to accept it within 14 days. If you do not respond to the DRC decision within 14 days, the complaint is considered closed.","-1500907666":"<0>d.If the decision is made in our favour, you must provide a release for us within 7 days of when the decision is made, and the complaint will be considered closed.","-429248139":"5. Disclaimer","-818926350":"The Financial Commission accepts appeals for 45 days following the date of the incident and only after the trader has tried to resolve the issue with the company directly.","-175369516":"Welcome to Deriv X","-1667427537":"Run Deriv X on your browser or download the mobile app","-305915794":"Run MT5 from your browser or download the MT5 app for your devices","-404375367":"Trade forex, basket indices, commodities, and cryptocurrencies with high leverage.","-811331160":"Trade CFDs on forex, stocks, stock indices, synthetic indices, and commodities with leverage.","-464262734":"Manage {{platform}} Real {{account_title}} account password","-2042845290":"Your investor password has been changed.","-1882295407":"Your password has been changed.","-254497873":"Use this password to grant viewing access to another user. While they may view your trading account, they will not be able to trade or take any other actions.","-161656683":"Current investor password","-374736923":"New investor password","-1793894323":"Create or reset investor password","-781132577":"Leverage","-1264604378":"Up to 1:1000","-637908996":"100%","-1420548257":"20+","-1373949478":"50+","-1686150678":"Up to 1:100","-1382029900":"70+","-1493055298":"90+","-2050821902":"Demo Synthetic","-1434036215":"Demo Financial","-1882063886":"Demo CFDs","-1228860600":"Add region","-785625598":"Use these credentials to log in to your {{platform}} account on the website and mobile apps.","-997127433":"Change Password","-162753510":"Add real account","-251202291":"Broker","-860609405":"Password","-742647506":"Fund transfer","-1874242353":"Fund top up","-2040196445":"Your MT5 Financial STP account is almost ready, please set your password now.","-712681566":"Peer-to-peer exchange","-1267880283":"{{field_name}} is required","-2084509650":"{{field_name}} is not properly formatted.","-1779241732":"First line of address is not in a proper format.","-188222339":"This should not exceed {{max_number}} characters.","-1673422138":"State/Province is not in a proper format.","-1262200612":"Identity confirmation failed. You will be redirected to the previous step.","-1385484963":"Confirm to change your {{platform}} password","-1990902270":"This will change the password to all of your {{platform}} accounts.","-1357917360":"Web terminal","-1454896285":"The MT5 desktop app is not supported by Windows XP, Windows 2003, and Windows Vista.","-673424733":"Demo account","-1066565281":"Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. Service may be disrupted during this time.","-1481390656":"Server maintenance starting 01:00 GMT every Sunday. This process may take up to 2 hours to complete. Service may be disrupted during this time.","-1199152768":"Please explore our other platforms.","-498346912":"Explore DBot","-184453418":"Enter your {{platform}} password","-731759165":"Choose a region for your DMT5 real {{ account_type }} account","-1769158315":"real","-700260448":"demo","-1175356567":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account. To start trading, transfer funds from your Deriv account into this account.","-1570793523":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account.","-790488576":"Forgot password?","-1190393389":"Enter your {{platform}} password to add a {{platform}} {{account}} account.","-1987408434":"Your MT5 Financial STP account will be opened through Deriv (BVI) Ltd. All trading in this account is subject to the regulations and guidelines of the British Virgin Islands Financial Services Commission (BVIFSC). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the British Virgin Islands Financial Services Commission (BVIFSC).","-2057918502":"Hint: You may have entered your Deriv password, which is different from your {{platform}} password.","-1752211105":"Transfer now","-1928229820":"Reset Deriv X investor password","-1917043724":"Reset DMT5 investor password","-1087845020":"main","-1950683866":"investor","-89838213":"You can top up your demo account with an additional <0> if your balance is <1> or less.","-1211122723":"{{ platform }} {{ account_title }} account","-78895143":"Current balance","-149993085":"New current balance","-490244964":"Forex, stocks, stock indices, cryptocurrencies","-1368041210":", synthetic indices","-877064208":"EUR","-1302404116":"Maximum leverage","-1284221303":"You’ll get a warning, known as margin call, if your account balance drops down close to the stop out level.","-1848799829":"To understand stop out, first you need to learn about margin level, which is the ratio of your equity (the total balance you would have if you close all your positions at that point) to the margin you're using at the moment. If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.","-224051432":"24/7","-511301450":"Indicates the availability of cryptocurrency trading on a particular account.","-1591882610":"Synthetics","-70716111":"FX-majors (standard/micro lots), FX-minors, basket indices, commodities, cryptocurrencies, and stocks and stock indices","-1041629137":"FX-majors, FX-minors, FX-exotics, and cryptocurrencies","-287097947":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies (except UK)","-2102641225":"At bank rollover, liquidity in the forex markets is reduced and may increase the spread and processing time for client orders. This happens around 21:00 GMT during daylight saving time, and 22:00 GMT non-daylight saving time.","-495364248":"Margin call and stop out level will change from time to time based on market condition.","-536189739":"To protect your portfolio from adverse market movements due to the market opening gap, we reserve the right to decrease leverage on all offered symbols for financial accounts before market close and increase it again after market open. Please make sure that you have enough funds available in your {{platform}} account to support your positions at all times.","-10956371":"You need a real account (fiat currency or cryptocurrency) in Deriv to create a real DMT5 account.","-1760596315":"Create a Deriv account","-1324223697":"Use this password to log in to your DMT5 accounts on the desktop, web, and mobile apps.","-648956272":"Use this password to log in to your Deriv X accounts on the web and mobile apps.","-337314155":"Change {{platform}} password","-1814308691":"Please click on the link in the email to change your {{platform}} password.","-1282933308":"Not {{barrier}}","-968190634":"Equals {{barrier}}","-1747377543":"Under {{barrier}}","-337314714":"days","-442488432":"day","-513103225":"Transaction time","-2066666313":"Credit/Debit","-2140412463":"Buy price","-1981004241":"Sell time","-600828210":"Indicative profit/loss","-706219815":"Indicative price","-339236213":"Multiplier","-1358367903":"Stake","-700280380":"Deal cancel. fee","-3423966":"Take profit<0 />Stop loss","-2082644096":"Current stake","-1572548510":"Ups & Downs","-71301554":"Ins & Outs","-952298801":"Look Backs","-763273340":"Digits","-1790089996":"NEW!","-590018519":"Contract Purchased","-405439829":"Sorry, you can't view this contract because it doesn't belong to this account.","-1714959941":"This chart display is not ideal for tick contracts","-1254554534":"Please change the chart duration to tick for a better trading experience.","-1977959027":"hours","-1603581277":"minutes","-1658230823":"Contract was sold for <0 />.","-1905867404":"Contract cancelled","-922253974":"Rise/Fall","-1361254291":"Higher/Lower","-1691868913":"Touch/No Touch","-335816381":"Ends In/Ends Out","-1789807039":"Asian Up/Asian Down","-330437517":"Matches/Differs","-657360193":"Over/Under","-558031309":"High Tick/Low Tick","-1237186896":"Only Ups/Only Downs","-1386326276":"Barrier is a required field.","-1418742026":"Higher barrier must be higher than lower barrier.","-92007689":"Lower barrier must be lower than higher barrier.","-1095538960":"Please enter the start time in the format \"HH:MM\".","-1975910372":"Minute must be between 0 and 59.","-866277689":"Expiry time cannot be in the past.","-2092611555":"Sorry, this app is unavailable in your current location.","-1488537825":"If you have an account, log in to continue.","-555592125":"Unfortunately, trading options isn't possible in your country","-1571816573":"Sorry, trading is unavailable in your current location.","-1455298001":"Now","-529846150":"Seconds","-256210543":"Trading is unavailable at this time.","-1050725091":"DTrader is not available for this account","-402175529":"History","-902712434":"Deal cancellation","-988484646":"Deal cancellation (executed)","-444882676":"Deal cancellation (active)","-13423018":"Reference ID","-1551639437":"No history","-1214703885":"You have yet to update either take profit or stop loss","-880722426":"Market is closed","-504849554":"It will reopen at","-59803288":"In the meantime, try our synthetic indices. They simulate real-market volatility and are open 24/7.","-1278109940":"See open markets","-694105443":"This market is closed","-439389714":"We’re working on it","-732351158":"Stay on DTrader","-1530772005":"This market is not yet available on DTrader, but it is on SmartTrader.","-138538812":"Log in or create a free account to place a trade.","-2036388794":"Create free account","-590131162":"Stay on {{website_domain}}","-1444663817":"Go to Binary.com","-1526466612":"You’ve selected a trade type that is currently unsupported, but we’re working on it.","-1043795232":"Recent positions","-1572796316":"Purchase price:","-130601012":"Please select duration","-232254547":"Custom","-1577570698":"Start date","-1251526905":"Last 7 days","-153220091":"{{display_value}} Tick","-802374032":"Hour","-2039780875":"Purchase confirmation","-1672470173":"Require confirmation before purchasing a contract","-1342661765":"Lock contract purchase buttons","-939764287":"Charts","-1738427539":"Purchase","-1392065699":"If you select \"Rise\", you win the payout if the exit spot is strictly higher than the entry spot.","-1762566006":"If you select \"Fall\", you win the payout if the exit spot is strictly lower than the entry spot.","-1435306976":"If you select \"Allow equals\", you win the payout if exit spot is higher than or equal to entry spot for \"Rise\". Similarly, you win the payout if exit spot is lower than or equal to entry spot for \"Fall\".","-1959473569":"If you select \"Lower\", you win the payout if the exit spot is strictly lower than the barrier.","-1350745673":"If the exit spot is equal to the barrier, you don't win the payout.","-2089488446":"If you select \"Ends Between\", you win the payout if the exit spot is strictly higher than the Low barrier AND strictly lower than the High barrier.","-1876950330":"If you select \"Ends Outside\", you win the payout if the exit spot is EITHER strictly higher than the High barrier, OR strictly lower than the Low barrier.","-546460677":"If the exit spot is equal to either the Low barrier or the High barrier, you don't win the payout.","-1812957362":"If you select \"Stays Between\", you win the payout if the market stays between (does not touch) either the High barrier or the Low barrier at any time during the contract period","-220379757":"If you select \"Goes Outside\", you win the payout if the market touches either the High barrier or the Low barrier at any time during the contract period.","-1281286610":"If you select \"Matches\", you will win the payout if the last digit of the last tick is the same as your prediction.","-1929209278":"If you select \"Even\", you will win the payout if the last digit of the last tick is an even number (i.e., 2, 4, 6, 8, or 0).","-2038865615":"If you select \"Odd\", you will win the payout if the last digit of the last tick is an odd number (i.e., 1, 3, 5, 7, or 9).","-1416078023":"If you select \"Touch\", you win the payout if the market touches the barrier at any time during the contract period.","-1272255095":"If the exit spot is equal to the barrier or the new barrier (if a reset occurs), you don't win the payout.","-231957809":"Win maximum payout if the exit spot is higher than or equal to the upper barrier.","-464144986":"Win maximum payout if the exit spot is lower than or equal to the lower barrier.","-1031456093":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between upper barrier and exit spot.","-968162707":"No payout if exit spot is above or equal to the upper barrier.","-299450697":"If you select \"High Tick\", you win the payout if the selected tick is the highest among the next five ticks.","-705681870":"By purchasing the \"High-to-Low\" contract, you'll win the multiplier times the difference between the high and low over the duration of the contract.","-420387848":"The high is the highest point ever reached by the market during the contract period.","-1666375348":"By purchasing the \"High-to-Close\" contract, you'll win the multiplier times the difference between the high and close over the duration of the contract.","-2024955268":"If you select “Up”, you will earn a profit by closing your position when the market price is higher than the entry spot.","-1598433845":"If you select “Down”, you will earn a profit by closing your position when the market price is lower than the entry spot.","-1092777202":"The Stop-out level on the chart indicates the price at which your potential loss equals your entire stake. When the market price reaches this level, your position will be closed automatically. This ensures that your loss does not exceed the amount you paid to purchase the contract.","-885323297":"These are optional parameters for each position that you open:","-584696680":"If you select “Take profit” and specify an amount that you’d like to earn, your position will be closed automatically when your profit is more than or equals to this amount. Your profit may be more than the amount you entered depending on the market price at closing.","-178096090":"“Take profit” cannot be updated. You may update it only when “Deal cancellation” expires.","-206909651":"The entry spot is the market price when your contract is processed by our servers.","-149836494":"Your transaction reference number is {{transaction_id}}","-1382749084":"Go back to trading","-538215347":"Net deposits","-280147477":"All transactions","-137444201":"Buy","-360975483":"You've made no transactions of this type during this period.","-1231210510":"Tick","-1239477911":"second","-1585766960":"min","-1652791614":"mins","-8998663":"Digit: {{last_digit}} ","-1435392215":"About deal cancellation","-1280319153":"Cancel your trade anytime within a chosen time-frame. Triggered automatically if your trade reaches the stop out level within the chosen time-frame.","-471757681":"Risk management","-976258774":"Not set","-843831637":"Stop loss","-771725194":"Deal Cancellation","-945156951":"Are you sure you want to purchase this contract?","-45873457":"NEW","-127118348":"Choose {{contract_type}}","-543478618":"Try checking your spelling or use a different term","-338707425":"Minimum duration is 1 day","-1003473648":"Duration: {{duration}} day","-741395299":"{{value}}","-1527492178":"Purchase Locked","-725375562":"You can lock/unlock the purchase button from the Settings menu","-1513281069":"Barrier 2","-390994177":"Should be between {{min}} and {{max}}","-2055106024":"Toggle between advanced and simple duration settings","-1012793015":"End time","-629549519":"Commission <0/>","-2131859340":"Stop out <0/>","-1686280757":"<0>{{commission_percentage}}% of (<1/> * {{multiplier}})","-1043117679":"When your current loss equals or exceeds {{stop_out_percentage}}% of your stake, your contract will be closed at the nearest available asset price.","-477998532":"Your contract is closed automatically when your loss is more than or equals to this amount.","-243332856":"Last digit stats for latest 1000 ticks for {{ underlying_name }}","-461955353":"purchase price","-172348735":"profit","-1624674721":"contract type","-1644154369":"entry spot time","-510792478":"entry spot price","-1974651308":"exit spot time","-1600267387":"exit spot price","-514917720":"barrier","-2004386410":"Win","-1072292603":"No Change","-1631669591":"string","-1768939692":"number","-795152863":"green","-1640576332":"blue","-804983649":"yellow","-94281841":"red","-1242470654":"Earned money","-1429914047":"Low","-1893628957":"Open Time","-1896106455":"10 minutes","-999492762":"15 minutes","-1978767852":"30 minutes","-293628675":"1 hour","-385604445":"2 hours","-1965813351":"4 hours","-525321833":"1 day","-151151292":"Asians","-1048378719":"Reset Call/Reset Put","-1282312809":"High/Low Ticks","-2035315547":"Low barrier","-1635771697":"middle","-1529389221":"Histogram","-1819860668":"MACD","-1750896349":"D'Alembert","-102980621":"The Oscar's Grind Strategy is a low-risk positive progression strategy that first appeared in 1965. By using this strategy, the size of your contract will increase after successful trades, but remains unchanged after unsuccessful trades.","-462715374":"Untitled Bot","-2002533437":"Custom function","-215053350":"with:","-1257232389":"Specify a parameter name:","-1885742588":"with: ","-188442606":"function {{ function_name }} {{ function_params }} {{ dummy }}","-313112159":"This block is similar to the one above, except that this returns a value. The returned value can be assigned to a variable of your choice.","-1783320173":"Prematurely returns a value within a function","-1485521724":"Conditional return","-1482801393":"return","-46453136":"get","-1838027177":"first","-1182568049":"Get list item","-1675454867":"This block gives you the value of a specific item in a list, given the position of the item. It can also remove the item from the list.","-381501912":"This block creates a list of items from an existing list, using specific item positions.","-426766796":"Get sub-list","-1679267387":"in list {{ input_list }} find {{ first_or_last }} occurence of item {{ input_value }}","-2087996855":"This block gives you the position of an item in a given list.","-422008824":"Checks if a given list is empty","-1343887675":"This block checks if a given list is empty. It returns “True” if the list is empty, “False” if otherwise.","-1548407578":"length of {{ input_list }}","-1786976254":"This block gives you the total number of items in a given list.","-2113424060":"create list with item {{ input_item }} repeated {{ number }} times","-1955149944":"Repeat an item","-434887204":"set","-197957473":"as","-851591741":"Set list item","-1874774866":"ascending","-1457178757":"Sorts the items in a given list","-350986785":"Sort list","-324118987":"make text from list","-155065324":"This block creates a list from a given string of text, splitting it with the given delimiter. It can also join items in a list into a string of text.","-459051222":"Create list from text","-977241741":"List Statement","-451425933":"{{ break_or_continue }} of loop","-323735484":"continue with next iteration","-1592513697":"Break out/continue","-713658317":"for each item {{ variable }} in list {{ input_list }}","-1825658540":"Iterates through a given list","-952264826":"repeat {{ number }} times","-887757135":"Repeat (2)","-1608672233":"This block is similar to the block above, except that the number of times it repeats is determined by a given variable.","-533154446":"Repeat (1)","-1059826179":"while","-1893063293":"until","-279445533":"Repeat While/Until","-1003706492":"User-defined variable","-359097473":"set {{ variable }} to {{ value }}","-1588521055":"Sets variable value","-980448436":"Set variable","-1538570345":"Get the last trade information and result, then trade again.","-222725327":"Here is where you can decide if your bot should continue trading.","-1638446329":"Result is {{ win_or_loss }}","-1968029988":"Last trade result","-1588406981":"You can check the result of the last trade with this block.","-1459154781":"Contract Details: {{ contract_detail }}","-1652241017":"Reads a selected property from contract details list","-2082345383":"These blocks transfer control to the Purchase conditions block.","-172574065":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract.","-403103225":"restart","-837044282":"Ask Price {{ contract_type }}","-1033917049":"This block returns the purchase price for the selected trade type.","-1863737684":"2. Purchase conditions","-228133740":"Specify contract type and purchase conditions.","-1291088318":"Purchase conditions","-1098726473":"This block is mandatory. Only one copy of this block is allowed. You can place the Purchase block (see below) here as well as conditional blocks to define your purchase conditions.","-1777988407":"Payout {{ contract_type }}","-511116341":"This block returns the potential payout for the selected trade type","-1943211857":"Potential payout","-813464969":"buy","-53668380":"True if active contract can be sold before expiration at current market price","-43337012":"Sell profit/loss","-2112866691":"Returns the profit/loss from selling at market price","-2132417588":"This block gives you the potential profit or loss if you decide to sell your contract.","-1360483055":"set {{ variable }} to Bollinger Bands {{ band_type }} {{ dummy }}","-20542296":"Calculates Bollinger Bands (BB) from a list with a period","-1951109427":"Bollinger Bands (BB)","-857226052":"BB is a technical analysis indicator that’s commonly used by traders. The idea behind BB is that the market price stays within the upper and lower bands for 95% of the time. The bands are the standard deviations of the market price, while the line in the middle is a simple moving average line. If the price reaches either the upper or lower band, there’s a possibility of a trend reversal.","-325196350":"set {{ variable }} to Bollinger Bands Array {{ band_type }} {{ dummy }}","-199689794":"Similar to BB. This block gives you a choice of returning the values of either the lower band, higher band, or the SMA line in the middle.","-920690791":"Calculates Exponential Moving Average (EMA) from a list with a period","-960641587":"EMA is a type of moving average that places more significance on the most recent data points. It’s also known as the exponentially weighted moving average. EMA is different from SMA in that it reacts more significantly to recent price changes.","-1557584784":"set {{ variable }} to Exponential Moving Average Array {{ dummy }}","-32333344":"Calculates Moving Average Convergence Divergence (MACD) from a list","-628573413":"MACD is calculated by subtracting the long-term EMA (26 periods) from the short-term EMA (12 periods). If the short-term EMA is greater or lower than the long-term EMA than there’s a possibility of a trend reversal.","-1133676960":"Fast EMA Period {{ input_number }}","-883166598":"Period {{ input_period }}","-450311772":"set {{ variable }} to Relative Strength Index {{ dummy }}","-1861493523":"Calculates Relative Strength Index (RSI) list from a list of values with a period","-880048629":"Calculates Simple Moving Average (SMA) from a list with a period","-1150972084":"Market direction","-276935417":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of “True” or “False”.","-764931948":"in candle list get # from end {{ input_number }}","-924607337":"Returns the last digit of the latest tick","-560033550":"Returns the list of last digits of 1000 recent tick values","-74062476":"Make a List of {{ candle_property }} values in candles list with interval: {{ candle_interval_type }}","-1556495906":"Returns a list of specific values from a candle list according to selected time interval","-166816850":"Create a list of candle values (1)","-1261436901":"Candles List","-1174859923":"Read the selected candle value","-1972165119":"Read candle value (1)","-1956100732":"You can use this block to analyze the ticks, regardless of your trades","-443243232":"The content of this block is called on every tick. Place this block outside of any root block.","-641399277":"Last Tick","-1628954567":"Returns the value of the last tick","-1332756793":"This block gives you the value of the last tick.","-2134440920":"Last Tick String","-1466340125":"Tick value","-467913286":"Tick value Description","-785831237":"This block gives you a list of the last 1000 tick values.","-1546430304":"Tick List String Description","-1788626968":"Returns \"True\" if the given candle is black","-436010611":"Make a list of {{ candle_property }} values from candles list {{ candle_list }}","-1384340453":"Returns a list of specific values from a given candle list","-584859539":"Create a list of candle values (2)","-2010558323":"Read {{ candle_property }} value in candle {{ input_candle }}","-2846417":"This block gives you the selected candle value.","-1587644990":"Read candle value (2)","-1202212732":"This block returns account balance","-1737837036":"Account balance","-1963883840":"Put your blocks in here to prevent them from being removed","-1284013334":"Use this block if you want some instructions to be ignored when your bot runs. Instructions within this block won’t be executed.","-1217253851":"Log","-1987568069":"Warn","-104925654":"Console","-1956819233":"This block displays messages in the developer's console with an input that can be either a string of text, a number, boolean, or an array of data.","-1450461842":"Load block from URL: {{ input_url }}","-1088614441":"Loads blocks from URL","-1747943728":"Loads from URL","-2105753391":"Notify Telegram {{ dummy }} Access Token: {{ input_access_token }} Chat ID: {{ input_chat_id }} Message: {{ input_message }}","-1008209188":"Sends a message to Telegram","-1218671372":"Displays a notification and optionally play selected sound","-2099284639":"This block gives you the total profit/loss of your trading strategy since your bot started running. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-683825404":"Total Profit String","-718220730":"Total Profit String Description","-1861858493":"Number of runs","-264195345":"Returns the number of runs","-303451917":"This block gives you the total number of times your bot has run. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-2132861129":"Conversion Helper Block","-74095551":"Seconds Since Epoch","-15528039":"Returns the number of seconds since January 1st, 1970","-729807788":"This block returns the number of seconds since January 1st, 1970.","-1370107306":"{{ dummy }} {{ stack_input }} Run after {{ number }} second(s)","-558838192":"Delayed run","-1975250999":"This block converts the number of seconds since the Unix Epoch (1 January 1970) into a string of text representing the date and time.","-702370957":"Convert to date/time","-982729677":"Convert to timestamp","-311268215":"This block converts a string of text that represents the date and time into seconds since the Unix Epoch (1 January 1970). The time and time zone offset are optional. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825.","-1797602591":"Stop Loss: {{ currency }} {{ stop_loss }}","-1214929127":"Stop loss must be a positive number.","-2142851225":"Multiplier trade options","-625636913":"Amount must be a positive number.","-1466383897":"Duration: {{ duration_unit }} {{ duration_value }}","-440702280":"Trade options","-1193894978":"Define your trade options such as duration and stake. Some options are only applicable for certain trade types.","-46523443":"Duration value is not allowed. To run the bot, please enter a value between {{min}} to {{max}}.","-1483427522":"Trade Type: {{ trade_type_category }} > {{ trade_type }}","-323348124":"1. Trade parameters","-1671903503":"Run once at start:","-783173909":"Trade options:","-376956832":"Here is where you define the parameters of your contract.","-1244007240":"if {{ condition }} then","-1577206704":"else if","-33796979":"true","-1434883449":"This is a single block that returns a boolean value, either true or false.","-1946404450":"Compares two values","-979918560":"This block converts the boolean value (true or false) to its opposite.","-2047257743":"Null","-1274387519":"Performs selected logic operation","-766386234":"This block performs the \"AND\" or the \"OR\" logic operation.","-790995537":"test {{ condition }}","-1860211657":"if false {{ return_value }}","-1643760249":"This block tests if a given value is true or false and returns “True” or “False” accordingly.","-1551875333":"Test value","-52486882":"Arithmetical operations","-1010436425":"This block adds the given number to the selected variable","-999773703":"Change variable","-1272091683":"Mathematical constants","-1396629894":"constrain {{ number }} low {{ low_number }} high {{ high_number }}","-425224412":"This block constrains a given number so that it is within a set range.","-2072551067":"Constrain within a range","-43523220":"remainder of {{ number1 }} ÷ {{ number2 }}","-1291857083":"Returns the remainder after a division","-592154850":"Remainder after division","-736665095":"Returns the remainder after the division of the given numbers.","-1266992960":"Math Number Description","-77191651":"{{ number }} is {{ type }}","-817881230":"even","-142319891":"odd","-1000789681":"whole","-1735674752":"Test a number","-1017805068":"This block tests a given number according to the selection and it returns a value of “True” or “False”. Available options: Even, Odd, Prime, Whole, Positive, Negative, Divisible","-1858332062":"Number","-1053492479":"Enter an integer or fractional number into this block. Please use `.` as a decimal separator for fractional numbers.","-927097011":"sum","-1653202295":"max","-1555878023":"average","-1748351061":"mode","-992067330":"Aggregate operations","-1691561447":"This block gives you a random fraction between 0.0 to 1.0","-523625686":"Random fraction number","-933024508":"Rounds a given number to an integer","-1656927862":"This block rounds a given number according to the selection: round, round up, round down.","-1495304618":"absolute","-61210477":"Operations on a given number","-181644914":"This block performs the selected operations to a given number.","-840732999":"to {{ variable }} append text {{ input_text }}","-1469497908":"Appends a given text to a variable","-1851366276":"Text Append","-1666316828":"Appends a given text to a variable.","-1902332770":"Transform {{ input_text }} to {{ transform_type }}","-1489004405":"Title Case","-904432685":"Changes text case accordingly","-882381096":"letter #","-1027605069":"letter # from end","-2066990284":"random letter","-337089610":"in text {{ input_text1 }} find {{ first_or_last }} occurence of text {{ input_text2 }}","-1966694141":"Searches through a string of text for a specific occurrence of a given character or word, and returns the position.","-697543841":"Text join","-141160667":"length of {{ input_text }}","-1133072029":"Text String Length","-1109723338":"print {{ input_text }}","-736668830":"Print","-1821552998":"trim spaces from {{ side }} of {{ input_text }}","-801766026":"right side","-474779821":"Trims spaces","-1219239717":"One or more mandatory blocks are missing from your workspace. Please add the required block(s) and then try again.","-250761331":"One or more mandatory blocks are disabled in your workspace. Please enable the required block(s) and then try again.","-1687036846":"Download block","-1266781295":"Expand","-894560707":"function","-1867119688":"Duplicate","-610728049":"Rearrange Vertically","-2033146714":"Collapse All Blocks","-958601558":"Delete Block","-1193267384":"Detach Block","-1750478127":"New variable name","-1061878051":"Y","-2047029150":"Unable to load the block file.","-1410769167":"Target must be an XML file","-609157479":"This URL is already loaded","-241945454":"Proposals are not ready","-1087890592":"Maximum loss amount reached","-1030545878":"You are rate limited for: {{ message_type }}, retrying in {{ delay }}s (ID: {{ request }})","-490766438":"You are disconnected, retrying in {{ delay }}s","-1389975609":"unknown","-1900515692":"Duration must be a positive integer","-245297595":"Please login","-1445046468":"Given candle is not valid","-1891622945":"{{hourPast}}h ago","-1723202824":"Please grant permission to view and manage Google Drive folders created with Binary Bot","-210953314":"There was an error retrieving data from Google Drive","-1521930919":"Select a Binary Bot strategy","-845301264":"There was an error listing files from Google Drive","-1452908801":"There was an error retrieving files from Google Drive","-232617824":"There was an error processing your request"} \ No newline at end of file diff --git a/packages/translations/scripts/extract-string.js b/packages/translations/scripts/extract-string.js index 5bad935e5dbe..7d57b4b21421 100644 --- a/packages/translations/scripts/extract-string.js +++ b/packages/translations/scripts/extract-string.js @@ -40,6 +40,7 @@ const getTranslatableFiles = () => { 'cashier', 'bot-web-ui', 'core', + 'cfd', 'trader', 'bot-skeleton', ]; diff --git a/packages/translations/src/translations/ach.json b/packages/translations/src/translations/ach.json index 0d0795fcdba8..b46ed0b346c7 100644 --- a/packages/translations/src/translations/ach.json +++ b/packages/translations/src/translations/ach.json @@ -9,18 +9,21 @@ "15377251": "crwdns125068:0{{profit}}crwdne125068:0", "17843034": "crwdns160284:0crwdne160284:0", "19424289": "crwdns170566:0crwdne170566:0", + "19552684": "crwdns170986:0crwdne170986:0", "21035405": "crwdns163608:0{{ allowed_reasons }}crwdne163608:0", + "24900606": "crwdns170988:0crwdne170988:0", "25854018": "crwdns117724:0crwdne117724:0", "26566655": "crwdns68916:0crwdne68916:0", "26596220": "crwdns79961:0crwdne79961:0", "27582767": "crwdns165789:0{{amount}}crwdnd165789:0{{currency}}crwdne165789:0", - "39720204": "crwdns79963:0crwdne79963:0", + "33433576": "crwdns171282:0crwdne171282:0", "41737927": "crwdns156234:0crwdne156234:0", "44877997": "crwdns158674:0crwdne158674:0", "45453595": "crwdns79967:0crwdne79967:0", "45941470": "crwdns156968:0crwdne156968:0", "46523711": "crwdns79969:0crwdne79969:0", "49963458": "crwdns168843:0crwdne168843:0", + "50200731": "crwdns170974:0crwdne170974:0", "54185751": "crwdns79971:0crwdne79971:0", "55340304": "crwdns170440:0crwdne170440:0", "55916349": "crwdns120922:0crwdne120922:0", @@ -58,6 +61,7 @@ "100239694": "crwdns156242:0crwdne156242:0", "102226908": "crwdns68936:0crwdne68936:0", "108916570": "crwdns117778:0{{duration}}crwdne117778:0", + "109073671": "crwdns171284:0crwdne171284:0", "111215238": "crwdns156244:0crwdne156244:0", "111718006": "crwdns120574:0crwdne120574:0", "111931529": "crwdns123570:0crwdne123570:0", @@ -297,7 +301,6 @@ "452662014": "crwdns168687:0crwdne168687:0", "453409608": "crwdns89226:0crwdne89226:0", "454593402": "crwdns160958:0crwdne160958:0", - "454664700": "crwdns170602:0crwdne170602:0", "456746157": "crwdns156306:0crwdne156306:0", "457020083": "crwdns158680:0crwdne158680:0", "457494524": "crwdns158682:0crwdne158682:0", @@ -345,8 +348,10 @@ "522283618": "crwdns123642:0crwdne123642:0", "522703281": "crwdns69082:0crwdne69082:0", "523123321": "crwdns84861:0crwdne84861:0", + "525012324": "crwdns170976:0crwdne170976:0", "527329988": "crwdns157640:0crwdne157640:0", "529056539": "crwdns89236:0crwdne89236:0", + "529597350": "crwdns171258:0crwdne171258:0", "530953413": "crwdns123644:0crwdne123644:0", "531114081": "crwdns84865:0crwdne84865:0", "531675669": "crwdns80119:0crwdne80119:0", @@ -354,6 +359,7 @@ "538228086": "crwdns80121:0crwdne80121:0", "541650045": "crwdns165227:0{{platform}}crwdne165227:0", "542305026": "crwdns80127:0crwdne80127:0", + "543413346": "crwdns171270:0crwdne171270:0", "543915570": "crwdns170608:0crwdne170608:0", "545476424": "crwdns123648:0crwdne123648:0", "546534357": "crwdns121214:0crwdne121214:0", @@ -406,6 +412,7 @@ "606240547": "crwdns84881:0crwdne84881:0", "606877840": "crwdns89246:0crwdne89246:0", "607807243": "crwdns69110:0crwdne69110:0", + "609519227": "crwdns171192:0crwdne171192:0", "609650241": "crwdns69114:0crwdne69114:0", "610537973": "crwdns170612:0crwdne170612:0", "611020126": "crwdns165807:0crwdne165807:0", @@ -498,6 +505,7 @@ "720293140": "crwdns80187:0crwdne80187:0", "720519019": "crwdns80189:0crwdne80189:0", "721011817": "crwdns84897:0crwdne84897:0", + "723045653": "crwdns171194:0crwdne171194:0", "723961296": "crwdns117800:0crwdne117800:0", "724203548": "crwdns166093:0crwdne166093:0", "728042840": "crwdns124312:0crwdne124312:0", @@ -584,7 +592,7 @@ "841543189": "crwdns165815:0crwdne165815:0", "845213721": "crwdns158958:0crwdne158958:0", "845304111": "crwdns157004:0{{ input_number }}crwdne157004:0", - "848172194": "crwdns164368:0crwdne164368:0", + "847888634": "crwdns171260:0crwdne171260:0", "849805216": "crwdns163600:0crwdne163600:0", "851054273": "crwdns89276:0crwdne89276:0", "851264055": "crwdns69192:0crwdne69192:0", @@ -618,7 +626,6 @@ "887328652": "crwdns160962:0crwdne160962:0", "888274063": "crwdns80239:0crwdne80239:0", "890299833": "crwdns80241:0crwdne80241:0", - "891097078": "crwdns80243:0crwdne80243:0", "891337947": "crwdns156368:0crwdne156368:0", "892341141": "crwdns123712:0{{date_time}}crwdne123712:0", "893117915": "crwdns170628:0crwdne170628:0", @@ -626,7 +633,6 @@ "893975500": "crwdns89286:0crwdne89286:0", "894191608": "crwdns123714:0crwdne123714:0", "895890867": "crwdns163980:0crwdne163980:0", - "897687778": "crwdns165235:0crwdne165235:0", "898457777": "crwdns164406:0crwdne164406:0", "900111088": "crwdns168857:0crwdne168857:0", "902045490": "crwdns69200:0crwdne69200:0", @@ -816,6 +822,7 @@ "1161924555": "crwdns123758:0crwdne123758:0", "1163836811": "crwdns80379:0crwdne80379:0", "1164773983": "crwdns121882:0crwdne121882:0", + "1164896842": "crwdns170978:0crwdne170978:0", "1166128807": "crwdns167683:0crwdne167683:0", "1166377304": "crwdns117170:0crwdne117170:0", "1168029733": "crwdns80383:0crwdne80383:0", @@ -846,7 +853,6 @@ "1201533528": "crwdns86011:0crwdne86011:0", "1201773643": "crwdns69296:0crwdne69296:0", "1203297580": "crwdns69298:0crwdne69298:0", - "1204202371": "crwdns80395:0crwdne80395:0", "1204223111": "crwdns89318:0crwdne89318:0", "1204919083": "crwdns124330:0crwdne124330:0", "1206821331": "crwdns80397:0crwdne80397:0", @@ -879,7 +885,6 @@ "1239940690": "crwdns84933:0crwdne84933:0", "1240027773": "crwdns80417:0crwdne80417:0", "1243064300": "crwdns69318:0crwdne69318:0", - "1245469923": "crwdns170666:0crwdne170666:0", "1246207976": "crwdns121222:0crwdne121222:0", "1246880072": "crwdns158696:0crwdne158696:0", "1247280835": "crwdns167981:0crwdne167981:0", @@ -965,6 +970,7 @@ "1349289354": "crwdns156414:0crwdne156414:0", "1349295677": "crwdns157026:0{{ input_text }}crwdnd157026:0{{ position1 }}crwdnd157026:0{{ index1 }}crwdnd157026:0{{ position2 }}crwdnd157026:0{{ index2 }}crwdne157026:0", "1351152200": "crwdns162060:0crwdne162060:0", + "1351906264": "crwdns171298:0crwdne171298:0", "1353197182": "crwdns117740:0crwdne117740:0", "1355250245": "crwdns157028:0{{ calculation }}crwdnd157028:0{{ input_list }}crwdne157028:0", "1356574493": "crwdns69354:0crwdne69354:0", @@ -1081,6 +1087,7 @@ "1490583127": "crwdns69414:0crwdne69414:0", "1491392301": "crwdns117746:0{{sold_for}}crwdne117746:0", "1492686447": "crwdns170682:0crwdne170682:0", + "1493673429": "crwdns171196:0crwdne171196:0", "1496810530": "crwdns80533:0crwdne80533:0", "1499074768": "crwdns167519:0crwdne167519:0", "1499080621": "crwdns157384:0crwdne157384:0", @@ -1095,6 +1102,7 @@ "1510735345": "crwdns69416:0crwdne69416:0", "1512469749": "crwdns84961:0crwdne84961:0", "1515034599": "crwdns124338:0crwdne124338:0", + "1516537408": "crwdns171262:0crwdne171262:0", "1516676261": "crwdns80547:0crwdne80547:0", "1517503814": "crwdns168871:0crwdne168871:0", "1519336051": "crwdns156432:0crwdne156432:0", @@ -1104,14 +1112,15 @@ "1527906715": "crwdns70480:0crwdne70480:0", "1531017969": "crwdns69426:0crwdne69426:0", "1533177906": "crwdns69428:0crwdne69428:0", + "1534569275": "crwdns171264:0crwdne171264:0", "1534796105": "crwdns69430:0crwdne69430:0", "1537711064": "crwdns169285:0crwdne169285:0", - "1539108340": "crwdns80555:0crwdne80555:0", "1540585098": "crwdns117188:0crwdne117188:0", "1541969455": "crwdns69432:0crwdne69432:0", "1544642951": "crwdns89340:0crwdne89340:0", "1548765374": "crwdns167271:0crwdne167271:0", "1549098835": "crwdns80557:0crwdne80557:0", + "1551172020": "crwdns170990:0crwdne170990:0", "1552080191": "crwdns123820:0crwdne123820:0", "1552918367": "crwdns165831:0{{currency}}crwdnd165831:0{{currency_symbol}}crwdne165831:0", "1557682012": "crwdns117190:0crwdne117190:0", @@ -1158,6 +1167,7 @@ "1623706874": "crwdns170450:0crwdne170450:0", "1630372516": "crwdns165835:0crwdne165835:0", "1630417358": "crwdns167985:0crwdne167985:0", + "1631281562": "crwdns170992:0crwdne170992:0", "1634594289": "crwdns80579:0crwdne80579:0", "1634903642": "crwdns156460:0crwdne156460:0", "1634969163": "crwdns80581:0crwdne80581:0", @@ -1203,12 +1213,12 @@ "1684419981": "crwdns157232:0crwdne157232:0", "1686800117": "crwdns80605:0{{error_msg}}crwdne80605:0", "1689103988": "crwdns69480:0crwdne69480:0", - "1689738742": "crwdns165469:0crwdne165469:0", "1690703448": "crwdns168697:0crwdne168697:0", "1691335819": "crwdns124340:0crwdne124340:0", "1691765860": "crwdns84967:0crwdne84967:0", "1693614409": "crwdns80607:0crwdne80607:0", "1694331708": "crwdns163510:0crwdne163510:0", + "1694517345": "crwdns171198:0crwdne171198:0", "1695807119": "crwdns69488:0crwdne69488:0", "1700233813": "crwdns160390:0{{selected_value}}crwdne160390:0", "1708413635": "crwdns80609:0{{currency_name}}crwdnd80609:0{{currency}}crwdne80609:0", @@ -1426,6 +1436,7 @@ "1968368585": "crwdns80723:0crwdne80723:0", "1971898712": "crwdns80725:0crwdne80725:0", "1973536221": "crwdns80729:0crwdne80729:0", + "1974304588": "crwdns171294:0crwdne171294:0", "1982912252": "crwdns69602:0crwdne69602:0", "1983001416": "crwdns170456:0crwdne170456:0", "1983387308": "crwdns89386:0crwdne89386:0", @@ -1442,6 +1453,7 @@ "1990735316": "crwdns69604:0crwdne69604:0", "1991448657": "crwdns124248:0crwdne124248:0", "1991524207": "crwdns163402:0crwdne163402:0", + "1994023526": "crwdns171200:0crwdne171200:0", "1994558521": "crwdns123864:0crwdne123864:0", "1994600896": "crwdns84991:0crwdne84991:0", "1995023783": "crwdns80745:0crwdne80745:0", @@ -1488,6 +1500,7 @@ "2050080992": "crwdns168893:0crwdne168893:0", "2050170533": "crwdns69622:0crwdne69622:0", "2051558666": "crwdns165841:0crwdne165841:0", + "2053617863": "crwdns171266:0crwdne171266:0", "2054500647": "crwdns124352:0crwdne124352:0", "2054889300": "crwdns89398:0%1crwdne89398:0", "2055317803": "crwdns156510:0crwdne156510:0", @@ -1715,6 +1728,7 @@ "-1462975230": "crwdns156730:0crwdne156730:0", "-1472844935": "crwdns158750:0crwdne158750:0", "-883103549": "crwdns123904:0crwdne123904:0", + "-773766766": "crwdns171202:0crwdne171202:0", "-1466827732": "crwdns123906:0crwdne123906:0", "-1498206510": "crwdns80831:0crwdne80831:0", "-241588481": "crwdns123908:0crwdne123908:0", @@ -1895,6 +1909,8 @@ "-547557964": "crwdns81269:0crwdne81269:0", "-1964320730": "crwdns165623:0crwdne165623:0", "-976364600": "crwdns165255:0crwdne165255:0", + "-742748008": "crwdns171204:0crwdne171204:0", + "-84068414": "crwdns171206:0crwdne171206:0", "-2073934245": "crwdns121006:0crwdne121006:0", "-679569665": "crwdns163982:0crwdne163982:0", "-1970096931": "crwdns124054:0crwdne124054:0", @@ -1966,6 +1982,7 @@ "-1725454783": "crwdns124162:0crwdne124162:0", "-506510414": "crwdns124158:0crwdne124158:0", "-1708927037": "crwdns124160:0crwdne124160:0", + "-1042416056": "crwdns171208:0crwdne171208:0", "-365847515": "crwdns165259:0crwdne165259:0", "-26491905": "crwdns165261:0{{identifier_title}}crwdne165261:0", "-596920538": "crwdns162092:0crwdne162092:0", @@ -2064,6 +2081,7 @@ "-203002433": "crwdns81531:0crwdne81531:0", "-720315013": "crwdns160468:0{{currency}}crwdne160468:0", "-2052373215": "crwdns160470:0crwdne160470:0", + "-1201279468": "crwdns171286:0crwdne171286:0", "-553249337": "crwdns160472:0crwdne160472:0", "-705272444": "crwdns160476:0crwdne160476:0", "-1196994774": "crwdns168701:0{{minimum_fee}}crwdnd168701:0{{currency}}crwdne168701:0", @@ -2098,7 +2116,7 @@ "-1388977563": "crwdns160514:0crwdne160514:0", "-1962894999": "crwdns160516:0crwdne160516:0", "-451858550": "crwdns160518:0{{ service }}crwdnd160518:0{{ website_name }}crwdnd160518:0{{ service }}crwdnd160518:0{{ service }}crwdnd160518:0{{ service }}crwdne160518:0", - "-344959847": "crwdns160522:0{{website_name}}crwdne160522:0", + "-1137412124": "crwdns171288:0crwdne171288:0", "-1232852916": "crwdns165867:0{{currency}}crwdne165867:0", "-38063175": "crwdns165869:0{{account_text}}crwdne165869:0", "-1474202916": "crwdns165895:0crwdne165895:0", @@ -2408,7 +2426,7 @@ "-9704319": "crwdns158204:0crwdne158204:0", "-465860988": "crwdns80901:0crwdne80901:0", "-390528194": "crwdns158206:0crwdne158206:0", - "-1800672151": "crwdns80903:0crwdne80903:0", + "-280323742": "crwdns170994:0crwdne170994:0", "-563812039": "crwdns80905:0crwdne80905:0", "-764111252": "crwdns80907:0crwdne80907:0", "-1374309449": "crwdns165603:0crwdne165603:0", @@ -2479,6 +2497,7 @@ "-1175685940": "crwdns168055:0crwdne168055:0", "-1125797291": "crwdns81471:0crwdne81471:0", "-157145612": "crwdns81473:0crwdne81473:0", + "-1217269360": "crwdns171296:0{{client_name}}crwdne171296:0", "-87177461": "crwdns168069:0crwdne168069:0", "-904632610": "crwdns158026:0crwdne158026:0", "-470018967": "crwdns158028:0crwdne158028:0", @@ -2530,6 +2549,7 @@ "-1950045402": "crwdns168649:0crwdne168649:0", "-168971942": "crwdns168123:0crwdne168123:0", "-905560792": "crwdns168127:0crwdne168127:0", + "-1308593541": "crwdns171300:0crwdne171300:0", "-2024365882": "crwdns158754:0crwdne158754:0", "-1197864059": "crwdns158966:0crwdne158966:0", "-1485242688": "crwdns117304:0{{step}}crwdnd117304:0{{step_title}}crwdnd117304:0{{step}}crwdnd117304:0{{steps}}crwdne117304:0", @@ -2575,6 +2595,7 @@ "-3959715": "crwdns124070:0crwdne124070:0", "-1534648620": "crwdns81633:0crwdne81633:0", "-596199727": "crwdns81635:0crwdne81635:0", + "-310434518": "crwdns171210:0crwdne171210:0", "-437918412": "crwdns167733:0crwdne167733:0", "-707550055": "crwdns117916:0crwdne117916:0", "-280139767": "crwdns81639:0crwdne81639:0", @@ -2616,16 +2637,99 @@ "-1500907666": "crwdns124112:0crwdne124112:0", "-429248139": "crwdns124114:0crwdne124114:0", "-818926350": "crwdns124116:0crwdne124116:0", + "-175369516": "crwdns163356:0crwdne163356:0", + "-1667427537": "crwdns163358:0crwdne163358:0", + "-305915794": "crwdns120664:0crwdne120664:0", + "-404375367": "crwdns170980:0crwdne170980:0", + "-811331160": "crwdns167535:0crwdne167535:0", + "-464262734": "crwdns163370:0{{platform}}crwdnd163370:0{{account_title}}crwdne163370:0", + "-2042845290": "crwdns120672:0crwdne120672:0", + "-1882295407": "crwdns120674:0crwdne120674:0", + "-254497873": "crwdns120678:0crwdne120678:0", + "-161656683": "crwdns81379:0crwdne81379:0", + "-374736923": "crwdns81381:0crwdne81381:0", + "-1793894323": "crwdns81383:0crwdne81383:0", + "-781132577": "crwdns170772:0crwdne170772:0", + "-1264604378": "crwdns170774:0crwdne170774:0", + "-637908996": "crwdns170776:0crwdne170776:0", + "-1420548257": "crwdns170778:0crwdne170778:0", + "-1373949478": "crwdns170780:0crwdne170780:0", + "-1686150678": "crwdns170782:0crwdne170782:0", + "-1382029900": "crwdns170784:0crwdne170784:0", + "-1493055298": "crwdns170786:0crwdne170786:0", + "-2050821902": "crwdns170788:0crwdne170788:0", + "-1434036215": "crwdns170790:0crwdne170790:0", + "-1882063886": "crwdns170792:0crwdne170792:0", + "-1228860600": "crwdns170794:0crwdne170794:0", + "-785625598": "crwdns170796:0{{platform}}crwdne170796:0", + "-997127433": "crwdns170798:0crwdne170798:0", + "-162753510": "crwdns170800:0crwdne170800:0", + "-251202291": "crwdns170802:0crwdne170802:0", + "-860609405": "crwdns170804:0crwdne170804:0", + "-742647506": "crwdns170806:0crwdne170806:0", + "-1874242353": "crwdns170808:0crwdne170808:0", + "-2040196445": "crwdns170812:0crwdne170812:0", + "-712681566": "crwdns170814:0crwdne170814:0", + "-1267880283": "crwdns170816:0{{field_name}}crwdne170816:0", + "-2084509650": "crwdns170818:0{{field_name}}crwdne170818:0", + "-1779241732": "crwdns170820:0crwdne170820:0", + "-188222339": "crwdns170822:0{{max_number}}crwdne170822:0", + "-1673422138": "crwdns170824:0crwdne170824:0", + "-1262200612": "crwdns170826:0crwdne170826:0", + "-1385484963": "crwdns170828:0{{platform}}crwdne170828:0", + "-1990902270": "crwdns170830:0{{platform}}crwdne170830:0", + "-1357917360": "crwdns170832:0crwdne170832:0", + "-1454896285": "crwdns170834:0crwdne170834:0", + "-673424733": "crwdns170836:0crwdne170836:0", + "-1066565281": "crwdns170838:0crwdne170838:0", + "-1481390656": "crwdns170840:0crwdne170840:0", + "-1199152768": "crwdns170842:0crwdne170842:0", + "-498346912": "crwdns170844:0crwdne170844:0", + "-184453418": "crwdns170846:0{{platform}}crwdne170846:0", + "-731759165": "crwdns170848:0{{ account_type }}crwdne170848:0", + "-1769158315": "crwdns170850:0crwdne170850:0", + "-700260448": "crwdns170852:0crwdne170852:0", + "-1175356567": "crwdns170854:0{{category}}crwdnd170854:0{{platform}}crwdnd170854:0{{type}}crwdne170854:0", + "-1570793523": "crwdns170856:0{{category}}crwdnd170856:0{{platform}}crwdnd170856:0{{type}}crwdne170856:0", + "-790488576": "crwdns170858:0crwdne170858:0", + "-1190393389": "crwdns170860:0{{platform}}crwdnd170860:0{{platform}}crwdnd170860:0{{account}}crwdne170860:0", + "-1987408434": "crwdns170862:0crwdne170862:0", + "-2057918502": "crwdns170864:0{{platform}}crwdne170864:0", + "-1752211105": "crwdns170866:0crwdne170866:0", + "-1928229820": "crwdns170868:0crwdne170868:0", + "-1917043724": "crwdns170870:0crwdne170870:0", + "-1087845020": "crwdns170872:0crwdne170872:0", + "-1950683866": "crwdns170874:0crwdne170874:0", + "-89838213": "crwdns170876:0crwdne170876:0", + "-1211122723": "crwdns170878:0{{ platform }}crwdnd170878:0{{ account_title }}crwdne170878:0", + "-78895143": "crwdns170880:0crwdne170880:0", + "-149993085": "crwdns170882:0crwdne170882:0", + "-490244964": "crwdns170884:0crwdne170884:0", + "-1368041210": "crwdns170886:0crwdne170886:0", + "-877064208": "crwdns170888:0crwdne170888:0", + "-1302404116": "crwdns170890:0crwdne170890:0", + "-1284221303": "crwdns170892:0crwdne170892:0", + "-1848799829": "crwdns170894:0crwdne170894:0", + "-224051432": "crwdns170896:0crwdne170896:0", + "-511301450": "crwdns170898:0crwdne170898:0", + "-1591882610": "crwdns170900:0crwdne170900:0", + "-70716111": "crwdns170982:0crwdne170982:0", + "-1041629137": "crwdns170984:0crwdne170984:0", + "-287097947": "crwdns170902:0crwdne170902:0", + "-2102641225": "crwdns170904:0crwdne170904:0", + "-495364248": "crwdns170906:0crwdne170906:0", + "-536189739": "crwdns170908:0{{platform}}crwdne170908:0", + "-10956371": "crwdns170910:0crwdne170910:0", + "-1760596315": "crwdns170912:0crwdne170912:0", + "-1324223697": "crwdns170914:0crwdne170914:0", + "-648956272": "crwdns170916:0crwdne170916:0", + "-337314155": "crwdns170918:0{{platform}}crwdne170918:0", + "-1814308691": "crwdns170920:0{{platform}}crwdne170920:0", "-1282933308": "crwdns117860:0{{barrier}}crwdne117860:0", "-968190634": "crwdns117862:0{{barrier}}crwdne117862:0", "-1747377543": "crwdns117864:0{{barrier}}crwdne117864:0", "-337314714": "crwdns81033:0crwdne81033:0", "-442488432": "crwdns81035:0crwdne81035:0", - "-175369516": "crwdns163356:0crwdne163356:0", - "-1667427537": "crwdns163358:0crwdne163358:0", - "-305915794": "crwdns120664:0crwdne120664:0", - "-1330036364": "crwdns163460:0crwdne163460:0", - "-811331160": "crwdns167535:0crwdne167535:0", "-513103225": "crwdns81003:0crwdne81003:0", "-2066666313": "crwdns81007:0crwdne81007:0", "-2140412463": "crwdns70342:0crwdne70342:0", @@ -2736,13 +2840,6 @@ "-584696680": "crwdns89618:0crwdne89618:0", "-178096090": "crwdns89620:0crwdne89620:0", "-206909651": "crwdns89622:0crwdne89622:0", - "-464262734": "crwdns163370:0{{platform}}crwdnd163370:0{{account_title}}crwdne163370:0", - "-2042845290": "crwdns120672:0crwdne120672:0", - "-1882295407": "crwdns120674:0crwdne120674:0", - "-254497873": "crwdns120678:0crwdne120678:0", - "-161656683": "crwdns81379:0crwdne81379:0", - "-374736923": "crwdns81381:0crwdne81381:0", - "-1793894323": "crwdns81383:0crwdne81383:0", "-149836494": "crwdns117888:0{{transaction_id}}crwdne117888:0", "-1382749084": "crwdns81321:0crwdne81321:0", "-538215347": "crwdns123902:0crwdne123902:0", @@ -2779,81 +2876,6 @@ "-1043117679": "crwdns158216:0{{stop_out_percentage}}crwdne158216:0", "-477998532": "crwdns89654:0crwdne89654:0", "-243332856": "crwdns117904:0{{ underlying_name }}crwdne117904:0", - "-781132577": "crwdns170772:0crwdne170772:0", - "-1264604378": "crwdns170774:0crwdne170774:0", - "-637908996": "crwdns170776:0crwdne170776:0", - "-1420548257": "crwdns170778:0crwdne170778:0", - "-1373949478": "crwdns170780:0crwdne170780:0", - "-1686150678": "crwdns170782:0crwdne170782:0", - "-1382029900": "crwdns170784:0crwdne170784:0", - "-1493055298": "crwdns170786:0crwdne170786:0", - "-2050821902": "crwdns170788:0crwdne170788:0", - "-1434036215": "crwdns170790:0crwdne170790:0", - "-1882063886": "crwdns170792:0crwdne170792:0", - "-1228860600": "crwdns170794:0crwdne170794:0", - "-785625598": "crwdns170796:0{{platform}}crwdne170796:0", - "-997127433": "crwdns170798:0crwdne170798:0", - "-162753510": "crwdns170800:0crwdne170800:0", - "-251202291": "crwdns170802:0crwdne170802:0", - "-860609405": "crwdns170804:0crwdne170804:0", - "-742647506": "crwdns170806:0crwdne170806:0", - "-1874242353": "crwdns170808:0crwdne170808:0", - "-1352641295": "crwdns170810:0crwdne170810:0", - "-2040196445": "crwdns170812:0crwdne170812:0", - "-712681566": "crwdns170814:0crwdne170814:0", - "-1267880283": "crwdns170816:0{{field_name}}crwdne170816:0", - "-2084509650": "crwdns170818:0{{field_name}}crwdne170818:0", - "-1779241732": "crwdns170820:0crwdne170820:0", - "-188222339": "crwdns170822:0{{max_number}}crwdne170822:0", - "-1673422138": "crwdns170824:0crwdne170824:0", - "-1262200612": "crwdns170826:0crwdne170826:0", - "-1385484963": "crwdns170828:0{{platform}}crwdne170828:0", - "-1990902270": "crwdns170830:0{{platform}}crwdne170830:0", - "-1357917360": "crwdns170832:0crwdne170832:0", - "-1454896285": "crwdns170834:0crwdne170834:0", - "-673424733": "crwdns170836:0crwdne170836:0", - "-1066565281": "crwdns170838:0crwdne170838:0", - "-1481390656": "crwdns170840:0crwdne170840:0", - "-1199152768": "crwdns170842:0crwdne170842:0", - "-498346912": "crwdns170844:0crwdne170844:0", - "-184453418": "crwdns170846:0{{platform}}crwdne170846:0", - "-731759165": "crwdns170848:0{{ account_type }}crwdne170848:0", - "-1769158315": "crwdns170850:0crwdne170850:0", - "-700260448": "crwdns170852:0crwdne170852:0", - "-1175356567": "crwdns170854:0{{category}}crwdnd170854:0{{platform}}crwdnd170854:0{{type}}crwdne170854:0", - "-1570793523": "crwdns170856:0{{category}}crwdnd170856:0{{platform}}crwdnd170856:0{{type}}crwdne170856:0", - "-790488576": "crwdns170858:0crwdne170858:0", - "-1190393389": "crwdns170860:0{{platform}}crwdnd170860:0{{platform}}crwdnd170860:0{{account}}crwdne170860:0", - "-1987408434": "crwdns170862:0crwdne170862:0", - "-2057918502": "crwdns170864:0{{platform}}crwdne170864:0", - "-1752211105": "crwdns170866:0crwdne170866:0", - "-1928229820": "crwdns170868:0crwdne170868:0", - "-1917043724": "crwdns170870:0crwdne170870:0", - "-1087845020": "crwdns170872:0crwdne170872:0", - "-1950683866": "crwdns170874:0crwdne170874:0", - "-89838213": "crwdns170876:0crwdne170876:0", - "-1211122723": "crwdns170878:0{{ platform }}crwdnd170878:0{{ account_title }}crwdne170878:0", - "-78895143": "crwdns170880:0crwdne170880:0", - "-149993085": "crwdns170882:0crwdne170882:0", - "-490244964": "crwdns170884:0crwdne170884:0", - "-1368041210": "crwdns170886:0crwdne170886:0", - "-877064208": "crwdns170888:0crwdne170888:0", - "-1302404116": "crwdns170890:0crwdne170890:0", - "-1284221303": "crwdns170892:0crwdne170892:0", - "-1848799829": "crwdns170894:0crwdne170894:0", - "-224051432": "crwdns170896:0crwdne170896:0", - "-511301450": "crwdns170898:0crwdne170898:0", - "-1591882610": "crwdns170900:0crwdne170900:0", - "-287097947": "crwdns170902:0crwdne170902:0", - "-2102641225": "crwdns170904:0crwdne170904:0", - "-495364248": "crwdns170906:0crwdne170906:0", - "-536189739": "crwdns170908:0{{platform}}crwdne170908:0", - "-10956371": "crwdns170910:0crwdne170910:0", - "-1760596315": "crwdns170912:0crwdne170912:0", - "-1324223697": "crwdns170914:0crwdne170914:0", - "-648956272": "crwdns170916:0crwdne170916:0", - "-337314155": "crwdns170918:0{{platform}}crwdne170918:0", - "-1814308691": "crwdns170920:0{{platform}}crwdne170920:0", "-461955353": "crwdns69664:0crwdne69664:0", "-172348735": "crwdns69666:0crwdne69666:0", "-1624674721": "crwdns69668:0crwdne69668:0", diff --git a/packages/translations/src/translations/es.json b/packages/translations/src/translations/es.json index ba2f497be118..7224018fadde 100644 --- a/packages/translations/src/translations/es.json +++ b/packages/translations/src/translations/es.json @@ -3,25 +3,28 @@ "1014140": "También puede llamar al <0>+447723580049 para presentar su queja.", "3215342": "Últimos 30 días", "7100308": "La hora debe ser entre 0 y 23.", - "11539750": "ajustar {{ variable }} a Conjunto de Índice de fuerza relativa {{ dummy }}", + "11539750": "ajuste {{ variable }} a Conjunto de Índice de Fuerza Relativa {{ dummy }}", "11872052": "Sí, volveré más tarde", - "14365404": "La solicitud falló para: {{ message_type }}, volviendo a intentarlo en {{ delay }}s", + "14365404": "Fallo en la solicitud por: {{ message_type }}, nuevo intento en {{ delay }}s", "15377251": "Cantidad de ganancia: {{profit}}", - "17843034": "Ver estado de la verificación del comprobante de identidad", + "17843034": "Ver estado de la verificación de la prueba de identidad", "19424289": "Nombre de usuario", - "21035405": "Cuéntenos por qué se va (seleccione hasta {{ allowed_reasons }} razones.)", - "25854018": "Este bloque muestra mensajes en la consola del desarrollador con una entrada que puede ser una cadena de texto, un número, un booleano o una matriz de datos.", + "19552684": "Cesta de USD", + "21035405": "Cuéntenos por qué se va. (Seleccione hasta {{ allowed_reasons }} razones)", + "24900606": "Cesta de Oro", + "25854018": "Este bloque muestra mensajes en la consola del desarrollador con una entrada que puede ser una cadena de texto, un número, un booleano (lógico) o una matriz de datos.", "26566655": "Resumen", "26596220": "Finanzas", "27582767": "{{amount}} {{currency}}", - "39720204": "Índice AUD", + "33433576": "Por favor, utilice una billetera electrónica para retirar sus fondos.", "41737927": "Gracias", "44877997": "Permiso de residencia", "45453595": "Binary Coin", "45941470": "¿Por dónde le gustaría empezar?", - "46523711": "Su comprobante de identidad está verificado", - "49963458": "Selecciones una opción", - "54185751": "Menos de $100.000", + "46523711": "Su prueba de identidad está verificada", + "49963458": "Seleccione una opción", + "50200731": "FX mayores (lotes estándar/micro), FX menores, cesta de índices, materias primas y criptomonedas", + "54185751": "Menos de 100.000 $", "55340304": "¿Mantener su contrato actual?", "55916349": "Todo", "58254854": "Finalidad", @@ -38,26 +41,27 @@ "69284613": "Opere con pares de divisas y criptomonedas populares con orden de procesamiento directo (STP).", "71016232": "OMG/USD", "71445658": "Abierto", - "71563326": "Un servicio de pago de fíat a cripto rápido y seguro. Deposite criptomonedas desde cualquier parte del mundo utilizando sus tarjetas de crédito / débito y transferencias bancarias.", - "71853457": "$100.001 - $500.000", + "71563326": "Un servicio de pago de fiat a cripto rápido y seguro. Deposite criptomonedas desde cualquier parte del mundo utilizando sus tarjetas de crédito/débito y transferencias bancarias.", + "71853457": "100.001 $ - 500.000 $", "72500774": "Por favor complete la residencia fiscal.", - "73086872": "Se ha autoexcluido del comercio", + "73086872": "Se ha autoexcluido del trading", "73326375": "El mínimo corresponde al menor punto alcanzado por el mercado durante el período del contrato.", "74963864": "Bajo", - "76916358": "Ha alcanzado el límite de retiro. <0/> Suba su comprobante de identidad y dirección para levantar el límite y continuar con su retiro.", + "76916358": "Ha alcanzado el límite de retiro. <0/> Suba su prueba de identidad y dirección para levantar el límite y continuar con su retiro.", "81450871": "No pudimos encontrar la página", "83202647": "Bloque de colapso", "85343079": "Evaluación financiera", - "85389154": "Pasos necesarios para continuar con la verificación en tu móvil", - "89062902": "Opera en MT5", + "85389154": "Pasos necesarios para continuar con la verificación en su móvil", + "89062902": "Opere en MT5", "90266322": "2. Inicie una conversación con su recién creado bot de Telegram y asegúrese de enviarle algunos mensajes antes de continuar con el siguiente paso. (por ejemplo, ¡Hola Bot!)", "91993812": "La Estrategia Martingala es una técnica comercial clásica que se ha utilizado durante más de cien años, popularizada por el matemático francés Paul Pierre Levy en el siglo XVIII.", - "96381225": "La verificación de identificación fallida", + "96381225": "Fallo en la verificación de identificación", "98473502": "No estamos obligados a llevar a cabo una prueba de idoneidad ni a brindarle ningún tipo de advertencia con respecto a los riesgos.", "98972777": "artículo aleatorio", - "100239694": "Suba la parte delantera de la tarjeta identificación desde su computadora", + "100239694": "Suba la parte delantera de la documento de identidad desde su computadora", "102226908": "El campo no puede estar vacío", "108916570": "Duración: {{duration}} días", + "109073671": "Por favor, utilice la billetera electrónica que ha usado para depósitos anteriormente. Asegúrese de que su billetera electrónica admite retiros. Puede consultar la lista de billeteras electrónicas que admiten retiros <0>aquí.", "111215238": "Aléjese de la luz directa", "111718006": "Fecha final", "111931529": "Inversión máx. total durante 7 días", @@ -66,31 +70,31 @@ "113933902": "Descargar la aplicación Deriv X", "115032488": "Precio de compra y P / L", "116005488": "Indicadores", - "117318539": "La contraseña debe tener letras minúsculas y mayúsculas, del alfabeto inglés, con números.", + "117318539": "La contraseña debe tener letras minúsculas y mayúsculas del alfabeto inglés, con números.", "119261701": "Predicción:", "119446122": "No ha seleccionado el tipo de contrato", "120340777": "Completar sus datos personales", "123454801": "{{withdraw_amount}} {{currency_symbol}}", - "124723298": "Suba un comprobante de domicilio para verificar su dirección", + "124723298": "Suba una prueba de dirección para verificar su dirección", "125443840": "6. Reiniciar última operación en caso de error", "127307725": "Una persona expuesta políticamente (PEP) es alguien con una posición pública prominente. Los asociados cercanos y los miembros de la familia de una PEP también se consideran PEP.", "130567238": "ENTONCES", - "132689841": "Operar en la terminal web", + "132689841": "Opere en el terminal web", "133523018": "Diríjase a la página de depósito para obtener una dirección.", "133536621": "y", "139454343": "Confirmar mis límites", "141626595": "Asegúrese de que su dispositivo tenga una cámara que funcione", - "142050447": "establecer {{ variable }} para crear texto con", + "142050447": "establezca {{ variable }} para crear texto con", "142390699": "Conectado a su móvil", "143970826": "¿Problemas de pago?", "145146541": "Nuestras cuentas y servicios no están disponibles para el código postal de Jersey", - "145736466": "Tome una selfie", + "145736466": "Tómese un selfie", "150486954": "Nombre del token", "151344063": "El punto de salida es el precio de mercado cuando se cierra el contrato.", "151646545": "No fue posible leer el archivo {{name}}", "152415091": "Matemáticas", "152524253": "Opere en los mercados mundiales con nuestra popular plataforma fácil de usar.", - "157593038": "entero aleatorio de {{ start_number }} a {{ end_number }}", + "157593038": "número entero aleatorio de {{ start_number }} a {{ end_number }}", "160863687": "Cámara no detectada", "162727973": "Ingrese una ID de agente de pago válida.", "164112826": "Este bloque le permite cargar bloques desde una URL si los tiene almacenados en un servidor remoto, y se cargarán solo cuando se ejecute su bot.", @@ -104,7 +108,7 @@ "171638706": "Variables", "173991459": "Estamos enviando su solicitud a la cadena de bloques.", "176319758": "Inversión máx. total durante 30 días", - "176654019": "$100.000 - $250.000", + "176654019": "100.000 $ - 250.000 $", "178413314": "El nombre debe tener entre 2 y 50 caracteres.", "179083332": "Fecha", "181881956": "Tipo de contrato: {{ contract_type }}", @@ -129,16 +133,16 @@ "211847965": "Sus <0>datos personales están incompletos. Vaya a la configuración de su cuenta y complete sus datos personales para permitir retiros.", "216650710": "Está usando una cuenta demo", "217504255": "Su evaluación financiera fue enviada correctamente", - "220014242": "Suba una selfie desde su computadora", + "220014242": "Suba un selfie desde su computadora", "220186645": "El texto esta vacío", - "220232017": "demo de CFDs", + "220232017": "demo de CFD", "222468543": "La cantidad que puede agregar a su inversión si está perdiendo una operación.", "223120514": "En este ejemplo, cada punto de la línea SMA es un promedio aritmético de precios de cierre de los últimos 50 días.", "223607908": "Estadísticas del último dígito para los últimos 1000 ticks para {{underlying_name}}", "224650827": "IOT/USD", "225887649": "Este bloque es obligatorio. Se agrega a su estrategia de forma predeterminada cuando crea una nueva estrategia. No puede agregar más de una copia de este bloque al lienzo.", "227591929": "Para marcar la hora {{ input_datetime }} {{ dummy }}", - "228079844": "Haga clic aquí para cargar", + "228079844": "Haga clic aquí para subir", "228521812": "Comprueba si una cadena de texto está vacía. Devuelve un valor booleano (verdadero o falso).", "233500222": "- Alto: el precio más alto", "235583807": "La SMA es un indicador de uso frecuente en el análisis técnico. Calcula el precio promedio de mercado durante un período específico y generalmente se usa para identificar la dirección de la tendencia del mercado: hacia arriba o hacia abajo. Por ejemplo, si la SMA se mueve hacia arriba, significa que la tendencia del mercado está al alza. ", @@ -168,7 +172,7 @@ "270339490": "Si selecciona \"Sobre\", ganará el pago si el último dígito del último tick es mayor que su predicción.", "270610771": "En este ejemplo, el precio de apertura de una vela se asigna a la variable \"candle_open_price\".", "270712176": "descendiendo", - "270780527": "Ha alcanzado el límite para cargar sus documentos.", + "270780527": "Ha alcanzado el límite para subir sus documentos.", "272179372": "Este bloque se usa comúnmente para ajustar los parámetros de su próxima operación y para implementar la lógica de stop loss / take profit.", "273350342": "Copie y pegue el token en la aplicación.", "273728315": "No debe ser 0 o estar vacío", @@ -177,13 +181,13 @@ "277469417": "El tiempo de exclusión no puede ser mayor a cinco años.", "278684544": "obtener sublista desde # desde el final", "282319001": "Revise su foto", - "282564053": "A continuación, necesitaremos su comprobante de domicilio.", + "282564053": "A continuación, necesitaremos su prueba de dirección.", "284527272": "antimoda", "284772879": "Contrato", "287934290": "¿Está seguro de que quiere cancelar esta transacción?", "289898640": "TÉRMINOS DE USO", "292491635": "Si selecciona \"Stop loss\" y especifica una cantidad para limitar su pérdida, su posición se cerrará automáticamente cuando su pérdida sea mayor o igual a esta cantidad. Su pérdida puede ser mayor que la cantidad que ingresó dependiendo del precio de mercado al cierre.", - "292526130": "Análisis de tics y velas", + "292526130": "Análisis de ticks y velas", "292589175": "Esto mostrará la SMA para el período especificado, usando una lista de velas.", "292887559": "No se permite la transferencia a {{selected_value}}. Elija otra cuenta del menú desplegable", "294305803": "Administrar la configuración de la cuenta", @@ -227,7 +231,7 @@ "351744408": "Comprueba si una cadena de texto dada está vacía", "353731490": "Trabajo hecho", "354945172": "Enviar documento", - "357477280": "No se encontró rostro", + "357477280": "Rostro no encontrado", "358266012": "¡Advertencia!", "359053005": "Por favor ingrese el nombre del token.", "359649435": "La lista actual de velas no es válida", @@ -256,12 +260,12 @@ "390647540": "Cuenta real", "390890891": "Último trimestre", "391915203": "Cobertura", - "392582370": "Fall Equals", + "392582370": "Baja Igual a", "396418990": "Fuera de línea", "396961806": "No admitimos Polygon (Matic), para depositar por favor utilice sólo Ethereum ({{token}}).", "399387585": "Por favor revise su correo electrónico para más detalles. Si tiene alguna pregunta, diríjase a nuestro <0>Centro de ayuda.", "401339495": "Verificar la dirección", - "402343402": "Debido a un problema en nuestro servidor, algunas de sus cuentas {{platform}} no están disponibles en este momento. Por favor, tenga paciencia con nosotros y gracias por su cooperación.", + "402343402": "Debido a un problema en nuestro servidor, algunas de sus cuentas {{platform}} no están disponibles en este momento. Por favor, tenga paciencia y gracias por su cooperación.", "403456289": "La fórmula para la SMA es:", "404743411": "Total de depósitos", "406359555": "Detalles del contrato", @@ -281,23 +285,22 @@ "432519573": "Documento subido", "433348384": "Las cuentas reales no están disponibles para personas expuestas políticamente (PEP).", "433616983": "2. Fase de investigación", - "434548438": "Definición de función resaltada", + "434548438": "Resaltar definición de función", "434896834": "Funciones personalizadas", "437138731": "Crear una nueva contraseña {{platform}}", "437453244": "Elija su criptomoneda preferida", "437485293": "Tipo de archivo no compatible", "437904704": "Posiciones máximas abiertas", - "438067535": "Más de $500.000", + "438067535": "Más de 500.000 $", "440529960": "Establezca su contraseña", - "442520703": "$250.001 - $500.000", + "442520703": "250.001 $ - 500.000 $", "444484637": "Negación lógica", - "450983288": "Su depósito no ha tenido éxito debido a un error en la cadena de bloques. Póngase en contacto con su proveedor de servicios de monedero critpo para obtener más información.", + "450983288": "Su depósito no ha tenido éxito debido a un error en la cadena de bloques. Póngase en contacto con su proveedor de servicios de monedero cripto para obtener más información.", "451852761": "Continuar en su teléfono", "452054360": "Similar al RSI, este bloque le brinda una lista de valores para cada entrada en la lista de entrada.", - "452662014": "Cobraremos una comisión de transferencia del 1% por las transferencias en diferentes divisas entre sus cuentas Deriv fíat y DMT5 y entre sus cuentas Deriv fíat y Deriv X.", + "452662014": "Cobraremos una comisión de transferencia del 1% por las transferencias en diferentes divisas entre sus cuentas Deriv fiat y DMT5 y entre sus cuentas Deriv fiat y Deriv X.", "453409608": "Su ganancia es el cambio porcentual en el precio de mercado multiplicado por su inversión y el multiplicador de su elección.", - "454593402": "2. Cargue uno de los siguientes:", - "454664700": "FX-mayores, FX-menores, FX-exóticos, Criptomonedas", + "454593402": "2. Suba uno de los siguientes:", "456746157": "Otorgue acceso a su cámara desde la configuración de su navegador", "457020083": "Nos llevará más tiempo verificarlo si no podemos leerlo", "457494524": "1. Desde la biblioteca de bloques, ingrese un nombre para la nueva variable y haga clic en Crear.", @@ -315,7 +318,7 @@ "478280278": "Este bloque muestra un cuadro de diálogo que utiliza un mensaje personalizado para solicitar una entrada. La entrada puede ser una cadena de texto o un número y puede asignarse a una variable. Cuando se muestra el cuadro de diálogo, su estrategia se detiene y solo se reanudará después que ingrese una respuesta y haga clic en \"OK\".", "479420576": "Terciario", "481276888": "Sale fuera", - "482028864": "Su contrato se cerrará automáticamente al próximo precio de activo disponible cuando la duración supere los {{ days }} {{ unit }} {{ timestamp }}.", + "482028864": "Su contrato se cerrará automáticamente al próximo precio de activo disponible cuando la duración supere los {{ days }} {{ unit }} {{ timestamp }}.", "483591040": "Eliminar todos los {{ delete_count }} bloques?", "487239607": "Convierte un valor booleano Verdadero o Falso al valor opuesto", "488150742": "Reenviar correo", @@ -334,7 +337,7 @@ "503137339": "Límite de pago", "505793554": "la última letra", "508390614": "Financiera STP demo", - "510815408": "Letras, números, espacios, guiones únicamente", + "510815408": "Solo letras, números, espacios, guiones", "514031715": "lista {{ input_list }} está vacía", "514776243": "La contraseña de su {{account_type}} ha sido cambiada.", "514948272": "Copiar enlace", @@ -345,23 +348,26 @@ "522283618": "Experiencia en trading con opciones digitales", "522703281": "divisible por", "523123321": "- 10 a la potencia de un número dado", - "527329988": "Esta es una contraseña común entre las top 100", + "525012324": "Opere con forex mayores (estándar y microlotes) y menores, acciones e índices bursátiles, materias primas, cesta de índices y criptodivisas con alto apalancamiento.", + "527329988": "Esta es una de las 100 contraseñas más comunes", "529056539": "Opciones", + "529597350": "Si tenía alguna posición abierta, la hemos cerrado y le hemos reembolsado.", "530953413": "Aplicaciones autorizadas", "531114081": "3. Tipo de contrato", "531675669": "Euro", "535041346": "Inversión máx. total por día", "538228086": "Cierre-Bajo", "541650045": "Gestionar la contraseña de {{platform}}", - "542305026": "También debe presentar un comprobante de identidad.", - "543915570": "Forex, índices bursátiles, criptomonedas, índices sintéticos", + "542305026": "También debe presentar una prueba de identidad.", + "543413346": "No tiene posiciones abiertas para este activo. Para ver las posiciones abiertas, haga clic en Ir a Informes", + "543915570": "Forex, acciones, índices bursátiles, criptomonedas, índices sintéticos", "545476424": "Total de retiros", "546534357": "Si selecciona \"Cancelación del contrato\", podrá cancelar su operación dentro de un período de tiempo elegido si el mercado se mueve en su contra. Le cobraremos una pequeña comisión por esto, pero le devolveremos el importe de su inversión sin pérdidas o ganancias. Si alcanza el nivel de stop out antes que la cancelación del contrato expire, su posición será cancelada automáticamente y le devolveremos su inversión inicial sin pérdidas o ganancias. Mientras la \"Cancelación del contrato\" está activa:", "549348623": "Envíe solo Tether Omni a esta dirección de depósito. <0 /><0 />Enviando Tether ERC20 a esta dirección resultará en la pérdida de su depósito.", "549479175": "Multiplicadores de Deriv", "551414637": "Haga clic en el botón <0>Cambiar contraseña para cambiar su contraseña del DMT5.", "551569133": "Aprenda más sobre los límites de trading", - "554410233": "Esta es una contraseña común entre las top 10", + "554410233": "Esta es una de las 10 contraseñas más comunes", "555351771": "Después de definir los parámetros y las opciones comerciales, es posible que desee indicarle a su bot que compre contratos cuando se cumplan condiciones específicas. Para hacerlo, puede usar bloques condicionales e indicadores para ayudar a su bot a tomar decisiones.", "556095366": "Procesaremos sus datos en unos minutos y le notificaremos sobre su estado por correo electrónico.", "556264438": "Intervalo de tiempo", @@ -380,7 +386,7 @@ "569923414": "Si tiene una cuenta real DMT5, inicie sesión para cerrar cualquier posición abierta.", "571921777": "Nivel de protección de fondos", "573173477": "¿La vela {{ input_candle }} es negra?", - "577215477": "cuenta con {{ variable }} desde {{ start_number }} hasta {{ end_number }} por {{ step_size }}", + "577215477": "cuente con {{ variable }} desde {{ start_number }} hasta {{ end_number }} por {{ step_size }}", "577779861": "Retirar", "577883523": "4. Premios y órdenes", "578099923": "¡Obtenga una experiencia del trading con móvil más rápida con la aplicación <0>Deriv GO!", @@ -406,12 +412,13 @@ "606240547": "- Registro natural", "606877840": "Volver a hoy", "607807243": "Conseguir vela", + "609519227": "Esta es la dirección de correo electrónico asociada a su cuenta Deriv.", "609650241": "Bucle infinito detectado", "610537973": "Cualquier información que proporcione es confidencial y se utilizará solo con fines de verificación.", "611020126": "Ver dirección en Blockchain", - "611786123": "FX-mayores (lotes estándar / micro), FX-menores, Commodities, Criptomonedas, Acciones e Índices de acciones", + "611786123": "FX-mayores (lotes estándar/micro), FX-menores, Materias primas, Criptomonedas, Acciones e Índices bursátiles", "613877038": "Gráfico", - "617345387": "Si usted selecciona \"Reset-Up\", gana el pago si el punto de salida es estrictamente más alto que el punto de entrada o el punto en el momento del reset.", + "617345387": "Si selecciona \"Reset-Up\", gana el pago si el punto de salida es estrictamente más alto que el punto de entrada o el punto en el momento del reset.", "617400581": "ID de inicio de sesión del cliente", "618520466": "Ejemplo de un documento cortado", "619268911": "<0>a. La Comisión Financiera investigará la validez de la queja dentro de 5 días hábiles.", @@ -420,11 +427,11 @@ "623542160": "Conjunto de la Media Móvil Exponencial (EMAA)", "626175020": "Multiplicador de desviación estándar ascendente {{ input_number }}", "626809456": "Reenviar", - "627292452": "<0>Su comprobante de identidad o de domiciliono cumple nuestros requisitos. Por favor, revise su correo electrónico para más instrucciones.", + "627292452": "<0>Su prueba de identidad o de direcciónno cumple nuestros requisitos. Por favor, revise su correo electrónico para más instrucciones.", "627814558": "Este bloque devuelve un valor cuando una condición es verdadera. Use este bloque dentro de cualquiera de los bloques de funciones anteriores.", "629145209": "En caso que se seleccione la operación \"Y\", el bloque devuelve \"Verdadero\" solo si ambos valores dados son \"Verdaderos\"", "632398049": "Este bloque asigna un valor nulo a un elemento o afirmación.", - "634219491": "No ha proporcionado su número de identificación fiscal. Esta información es necesaria para los requisitos legales y reglamentarios. Vaya a <0>Detalles personales en la configuración de su cuenta y complete su último número de identificación fiscal.", + "634219491": "No ha proporcionado su número de identificación fiscal. Esta información es necesaria para los requisitos legales y reglamentarios. Vaya a <0>Detalles personales en la configuración de su cuenta y complete su número de identificación fiscal más reciente.", "636219628": "<0>c. Si no se encuentra una oportunidad de solución, la queja pasará a la fase de determinación que será manejada por el DRC.", "637939279": "De forma predeterminada, todos los clientes de Deriv.com son clientes minoristas, pero cualquier persona puede solicitar ser tratada como un cliente profesional.", "639382772": "Suba un tipo de archivo compatible.", @@ -452,10 +459,10 @@ "657325150": "Este bloque se utiliza para definir opciones de trading dentro del bloque raíz de parámetros comerciales. Algunas opciones solo son aplicables para ciertos tipos de trading. Parámetros como la duración y la participación son comunes entre la mayoría de los tipos de trading. La predicción se usa para tipos como Dígitos mientras que las compensaciones de barrera son para tipos que involucran barreras como Toque / Sin Toque, Finaliza dentro / Fuera, etc.", "657444253": "Lo sentimos, la apertura de cuenta no está disponible en su región.", "659482342": "Recuerde que es su responsabilidad mantener sus respuestas exactas y actualizadas. Puede actualizar sus datos personales en cualquier momento en la configuración de su cuenta.", - "660481941": "Para acceder a sus aplicaciones móviles y otras aplicaciones de terceros, primero deberá generar un token API.", + "660481941": "Para acceder a sus aplicaciones móviles y otras aplicaciones de terceros, primero deberá generar un token de la API.", "660991534": "Terminar", "662609119": "Descargar la aplicación MT5", - "665089217": "Por favor, presente su <0>proof of identity para autenticar su cuenta y acceder a su Cajero.", + "665089217": "Por favor, presente su <0>prueba de identidad para autenticar su cuenta y acceder a su Cajero.", "665777772": "XLM/USD", "665872465": "En el siguiente ejemplo, se selecciona el precio de apertura, que luego se asigna a una variable llamada \"op\".", "672008428": "ZEC/USD", @@ -498,6 +505,7 @@ "720293140": "Cerrar sesión", "720519019": "Restablecer mi contraseña", "721011817": "- Eleve el primer número a la potencia del segundo número", + "723045653": "Accederás a tu cuenta de Deriv con esta dirección de correo electrónico.", "723961296": "Administrar contraseña", "724203548": "Puede enviar su queja a la plataforma de <0>Resolución de disputas en línea de la Comisión Europea (ODR). Esto no se aplica a los clientes del Reino Unido.", "728042840": "Para continuar operando con nosotros, por favor confirme dónde vive.", @@ -542,7 +550,7 @@ "788005234": "No disponible", "790168327": "Cuentas Deriv X", "792739000": "Revisaremos su documento y le notificaremos sobre su estado en un plazo de 1 a 2 horas.", - "793526589": "Para presentar una queja sobre nuestro servicio, envíe un correo electrónico a <0>complaints@deriv.com y exponga su queja en detalle. Envíe cualquier captura de pantalla relevante y relacionada a su queja para que la comprendamos mejor.", + "793526589": "Para presentar una queja sobre nuestro servicio, envíe un correo electrónico a <0>complaints@deriv.com y exponga su queja en detalle. Envíe cualquier captura de pantalla relevante y relacionada con su queja para que la comprendamos mejor.", "793531921": "Nuestra empresa es una de las empresas de trading online más antiguas y de mayor reputación del mundo. Estamos comprometidos a tratar a nuestros clientes de manera justa y brindarles un excelente servicio.<0/><1/>Por favor, envíenos sus comentarios sobre cómo podemos mejorar nuestros servicios para usted. Tenga la seguridad de que será escuchado, valorado y tratado de manera justa en todo momento.", "794682658": "Copie el enlace a su teléfono", "795859446": "Contraseña guardada", @@ -551,16 +559,16 @@ "797500286": "negativo", "800521289": "Sus datos personales están incompletos", "802436811": "Ver detalles de la transacción", - "802438383": "Se necesita un nuevo comprobante de domicilio", + "802438383": "Se necesita una nueva prueba de dirección", "802556390": "segundos", "802989607": "Arrastre su archivo XML aquí", "803500173": "Inversión inicial", "807499069": "Procedimiento de quejas a Comisión financiera", "808323704": "También puede usar los bloques \"Comparar\" y \"Operación lógica\" para crear variables de prueba.", - "816580787": "¡Bienvenida/o de nuevo! Sus mensajes han sido restaurados.", + "816580787": "¡Bienvenid@ de nuevo! Sus mensajes han sido restaurados.", "816738009": "<0/><1/>También puede presentar su disputa no resuelta a la <2>Oficina del Árbitro de Servicios Financieros.", - "818447476": "¿Cambiar de cuentas?", - "820877027": "Verifique su comprobante de identidad", + "818447476": "¿Cambiar de cuenta?", + "820877027": "Verifique su prueba de identidad", "823186089": "Un bloque que puede contener texto.", "824797920": "¿La lista está vacía?", "826511719": "USD/SEK", @@ -575,7 +583,7 @@ "832588873": "Ejecución de orden", "832721563": "Si selecciona \"Tick Bajo\", gana el pago si el tick seleccionado es el más bajo entre los siguientes cinco ticks.", "834966953": "1551661986 segundos desde el 1 de enero de 1970 (UTC) se traduce a 03/04/2019 a la 1:13am (UTC).", - "835058671": "Total de precio de compra", + "835058671": "Precio de compra total", "835350845": "Agregue unas palabras más. Las palabras poco comunes son mejores.", "837066896": "Su documento se está revisado, vuelva a consultarnos en 1-3 días.", "839618971": "DIRECCIÓN", @@ -584,7 +592,7 @@ "841543189": "Ver transacción en Blockchain", "845213721": "Cerrar sesión", "845304111": "Período de EMA lento {{ input_number }}", - "848172194": "Opere con pares de divisas mayores (lotes estándar y micro) y menores, acciones, índices de acciones, materias primas, y criptomonedas con alto apalancamiento.", + "847888634": "Por favor, retire todos sus fondos.", "849805216": "Elija un agente", "851054273": "Si selecciona \"Superior\", ganará el pago si el precio de salida es estrictamente superior a la barrera.", "851264055": "Crea una lista con un elemento dado repetido por un número específico de veces.", @@ -592,14 +600,14 @@ "852583045": "Cadena de la lista de ticks", "854399751": "El código de dígitos solo debe contener números.", "854630522": "Elija una cuenta de criptomonedas", - "857363137": "Índice de volatilidad 300 (1s)", + "857363137": "Índice de Volatilidad 300 (1s)", "857445204": "Deriv actualmente admite retiros de Tether eUSDT a la billetera Ethereum. Para garantizar una transacción exitosa, ingrese una dirección de billetera compatible con los tokens que desea retirar. <0>Más información", "857986403": "hacer algo", "860319618": "Turismo", "862283602": "Número de teléfono*", - "863328851": "Comprobante de identidad", + "863328851": "Prueba de identidad", "864957760": "Número matemático positivo", - "865424952": "De Alto a Bajo", + "865424952": "Alto-a-Bajo", "865642450": "2. Se ha conectado desde un navegador diferente", "866496238": "Asegúrese de que los detalles de su licencia sean claros para leer, sin borrosidad ni reflejos", "869611522": "Cobraremos una tarifa de transferencia del 2% o {{minimum_fee}} {{currency}}, lo que sea mayor, por las transferencias entre sus cuentas de criptomoneda Deriv y DMT5.", @@ -615,18 +623,16 @@ "876292912": "Salir", "877354242": "Opere en DTrader", "879014472": "Número máximo de decimales alcanzado", - "887328652": "Como medida de precaución, hemos desactivado el trading, los depósitos y los retiros para esta cuenta. Si tiene alguna pregunta, visite nuestro <0>Centro de ayuda.", + "887328652": "Como medida de precaución, hemos desactivado las operaciones, los depósitos y los retiros para esta cuenta. Si tiene alguna pregunta, visite nuestro <0>Centro de ayuda.", "888274063": "Pueblo/Ciudad", "890299833": "Ir a Informes", - "891097078": "Índice USD", "891337947": "Seleccione país", "892341141": "Sus estadísticas comerciales desde: {{date_time}}", "893117915": "Variable", - "893963781": "Cierre-Bajo", + "893963781": "Cierre-a-Bajo", "893975500": "No tiene bots recientes", "894191608": "<0>c.Debemos otorgar el acuerdo dentro de los 28 días posteriores a la toma de la decisión.", "895890867": "Su cuenta se abrirá con Deriv (SVG) LLC, y estará sujeta a las leyes de San Vicente y las Granadinas.", - "897687778": "Su contraseña Deriv es para acceder a su cuenta de Deriv.", "898457777": "Ha agregado una cuenta Financiera de Deriv.", "900111088": "Puede <0>establecer una nueva moneda antes de depositar por primera vez o crear una cuenta real de DMT5 o Deriv X.", "902045490": "3 minutos", @@ -639,7 +645,7 @@ "915735109": "Volver a {{platform_name}}", "918447723": "Real", "920125517": "Agregar la cuenta demo", - "926813068": "Fijos / Variables", + "926813068": "Fijos/Variables", "930346117": "Las mayúsculas no ayudan mucho", "930546422": "Toca", "933126306": "Ingrese un texto aquí", @@ -695,7 +701,7 @@ "1006664890": "Silencioso", "1008240921": "Elija un agente de pagos y contáctelo para obtener instrucciones.", "1009032439": "Todo el tiempo", - "1010198306": "Este bloque crea una lista con cuerdas y números.", + "1010198306": "Este bloque crea una lista con cadenas y números.", "1012102263": "No podrá iniciar sesión en su cuenta hasta esta fecha (hasta 6 semanas a partir de hoy).", "1015201500": "Defina sus parámetros comerciales tales como la duración y la inversión.", "1016220824": "Debe cambiar a una cuenta de dinero real para usar esta función.<0 />Puede hacerlo seleccionando una cuenta real desde el <1>Selector de cuenta.", @@ -722,7 +728,7 @@ "1036867749": "Aquí se define la duración deseada, la inversión, la predicción y / o la(s) barrera(s) para el contrato.", "1038575777": "Cambiar contraseña", "1039755542": "Use algunas palabras, evite frases comunes", - "1040677897": "Para continuar operando, también debe presentar un comprobante de domicilio.", + "1040677897": "Para continuar operando, también debe presentar una prueba de dirección.", "1041001318": "Este bloque realiza las siguientes operaciones en una lista dada: suma, mínimo, máximo, promedio, mediana, modo, antimodo, desviación estándar, elemento aleatorio.", "1041620447": "Si no puede escanear el código QR, puede ingresar este código manualmente:", "1042659819": "Tiene una cuenta que necesita acción", @@ -730,7 +736,7 @@ "1044230481": "Esta es una dirección sólo para ({{token}}) Ethereum, por favor no utilice {{prohibited_token}}.", "1044540155": "100+", "1044599642": "<0> se ha acreditado en su cuenta {{title}} {{platform}}.", - "1045242890": "Verificación fallida del comprobante de identidad", + "1045242890": "Verificación fallida de la prueba de identidad", "1045704971": "Índice Jump 150", "1045782294": "Haga clic en el botón <0>Cambiar contraseña para cambiar su contraseña Deriv.", "1047389068": "Servicios de comida", @@ -753,7 +759,7 @@ "1065498209": "Iterar (1)", "1069347258": "El enlace de verificación que usó no es válido o expiró. Solicite uno nuevo.", "1069576070": "Compra bloqueada", - "1070624871": "Ver estado de la verificación del comprobante de dirección", + "1070624871": "Ver estado de la verificación de la prueba de dirección", "1076006913": "Ganancia / pérdida en los últimos {{item_count}} contratos", "1077515534": "Fecha a", "1080068516": "Acción", @@ -774,7 +780,7 @@ "1103452171": "Las cookies nos ayudan a brindarle una mejor experiencia y contenido personalizado en nuestro sitio.", "1104912023": "Verificación pendiente", "1106261041": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su (s) cuenta (s) registrada con Deriv (SVG) LLC, Deriv (FX) Ltd y Deriv (V) Ltd.", - "1107474660": "Enviar comprobante de domicilio", + "1107474660": "Enviar prueba de dirección", "1107555942": "A", "1109217274": "¡Exitoso!", "1110102997": "Extracto", @@ -785,13 +791,13 @@ "1117863275": "Seguridad y privacidad", "1118294625": "Ha elegido excluirse del comercio en nuestro sitio web hasta el {{exclusion_end}}. Si no puede realizar una transacción o depósito después de su período de autoexclusión, comuníquese con nosotros a través del chat en vivo.", "1119887091": "Verificación", - "1119986999": "Su comprobante de domicilio se subió correctamente", + "1119986999": "Su prueba de dirección se ha subido correctamente", "1120985361": "Términos y condiciones actualizados", "1122910860": "Por favor, complete su <0>evaluación financiera.", "1123927492": "No ha seleccionado la moneda de su cuenta", "1125090693": "Debe ser un número", "1126934455": "La longitud del nombre del token debe tener entre 2 y 32 caracteres.", - "1127149819": "Asegúrese", + "1127149819": "Asegúrese§", "1128404172": "Deshacer", "1129124569": "Si selecciona \"Debajo\", ganará el pago si el último dígito del último tick es menor a su predicción.", "1129296176": "AVISO IMPORTANTE PARA RECIBIR SUS FONDOS", @@ -804,24 +810,25 @@ "1143730031": "La dirección es {{ direction_type }}", "1144028300": "Conjunto de índice de fuerza relativa (RSIA)", "1145927365": "Ejecuta los bloques dentro tras un número determinado de segundos", - "1146064568": "Diríjase a la página de depósito", + "1146064568": "Diríjase a la página de Depósito", "1147269948": "La barrera no puede ser cero.", "1147625645": "Proceda a retirar todos los fondos de su cuenta antes del <0>30 de noviembre de 2021.", "1151964318": "ambos lados", "1154021400": "lista", "1154239195": "Título y nombre", - "1155011317": "Este bloque convierte la fecha y la hora en el número de segundos desde el Unix Epoch (1970-01-01 00:00:00).", - "1158678321": "<0>b.El Jefe del Comité de Resolución de Conflictos (DRC) se comunicará con usted y con nosotros dentro de los 5 días hábiles para obtener toda la información necesaria y ver si existe la posibilidad de resolver la queja durante la fase de investigación.", + "1155011317": "Este bloque convierte la fecha y la hora en el número de segundos desde el Epoch Unix (1970-01-01 00:00:00).", + "1158678321": "<0>b.El Jefe del Comité de Resolución de Disputas (DRC) se comunicará con usted y con nosotros dentro de los 5 días hábiles para obtener toda la información necesaria y ver si existe la posibilidad de resolver la queja durante la fase de investigación.", "1160761178": "No hay pago si el punto de salida es menor o igual a la barrera inferior.", "1161924555": "Por favor, seleccione una opción", - "1163836811": "Propiedad", + "1163836811": "Mercado Inmobiliario", "1164773983": "Take Profit y / o Stop Loss no están disponibles mientras la cancelación de contrato está activa.", + "1164896842": "Opere con CFD en nuestros índices sintéticos que simulan el movimiento del mercado en el mundo real.", "1166128807": "Elija una de sus cuentas o agregue una nueva cuenta de criptomonedas", "1166377304": "Incrementar valor", "1168029733": "Gane el pago si el punto de salida es igual al punto de entrada.", "1169201692": "Crear contraseña {{platform}}", "1173187492": "Desactivar cuenta", - "1174542625": "- Encuentre la propiedad ID de chat en la respuesta y copie el valor de la propiedad id", + "1174542625": "- Encuentre la propiedad ID del chat en la respuesta y copie el valor de la propiedad ID", "1174748431": "Canal de pago", "1176926166": "Experiencia en operación con otros instrumentos financieros", "1177396776": "Si selecciona \"Asiáticas - Baja\", ganará el pago si el último tick es inferior a la media de los ticks.", @@ -846,7 +853,6 @@ "1201533528": "Contratos ganados", "1201773643": "numérico", "1203297580": "Este bloque envía un mensaje a un canal de Telegram.", - "1204202371": "No hay posiciones abiertas", "1204223111": "En este ejemplo, los precios abiertos de una lista de velas se asignan a una variable llamada \"candle_list\".", "1204919083": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su (s) cuenta (s) registrada (s) con Deriv (SVG) LLC.", "1206821331": "Fuerzas armadas", @@ -863,7 +869,7 @@ "1225150022": "Número de activos", "1226027513": "Transferir desde", "1227074958": "fracción aleatoria", - "1227240509": "Corta espacios", + "1227240509": "Recortar espacios", "1228208126": "Por favor verifique su dirección", "1228534821": "Es posible que los agentes de pago de su país no admitan algunas monedas.", "1229883366": "Número de identificación fiscal", @@ -879,10 +885,9 @@ "1239940690": "Reinicia el bot cuando se encuentra un error.", "1240027773": "Por favor inicie sesión", "1243064300": "Local", - "1245469923": "FX-mayores (lotes estándar / micro), FX-menores, Smart-FX, Commodities, Criptomonedas", "1246207976": "Ingrese el código de autenticación generado por su aplicación 2FA:", "1246880072": "Seleccione país de expedición", - "1247280835": "Nuestro cajero de criptomonedas está temporalmente fuera de servicio debido al mantenimiento del sistema. Puede realizar depósitos y retiros de criptomonedas en unos minutos cuando se completa el mantenimiento.", + "1247280835": "Nuestro cajero de criptomonedas está temporalmente fuera de servicio debido al mantenimiento del sistema. Puede realizar depósitos y retiros de criptomonedas en unos minutos cuando se complete el mantenimiento.", "1248018350": "Fuente de ingresos", "1248940117": "<0>a.Las decisiones tomadas por el DRC son vinculantes para nosotros. Las decisiones del DRC son vinculantes para usted solo si las acepta.", "1250495155": "¡Token copiado!", @@ -893,7 +898,7 @@ "1258198117": "positivo", "1259598687": "GBP/JPY", "1260259925": "El teléfono no tiene el formato adecuado.", - "1263387702": "Los {{count}} tipos de cuenta utilizan la ejecución del mercado. Esto significa que está de acuerdo con el precio del broker de antemano y realizará las órdenes al precio del broker.", + "1263387702": "Los {{count}} tipos de cuenta utilizan la ejecución del mercado. Esto significa que está de acuerdo con el precio del bróker de antemano y realizará las órdenes al precio del bróker.", "1264096613": "Buscar una cadena dada", "1265704976": "", "1270581106": "Si selecciona \"No toca\", ganará el pago si el mercado jamás toca la barrera de precio especificada durante el plazo del contrato.", @@ -914,7 +919,7 @@ "1291887623": "Frecuencia de trading con opciones digitales", "1292891860": "Notificar a Telegram", "1293660048": "Pérdida máx. total por día", - "1294756261": "Este bloque crea una función, que es un grupo de instrucciones que se pueden ejecutar en cualquier momento. Coloque otros bloques aquí para realizar cualquier tipo de acción que necesite en su estrategia. Cuando se hayan llevado a cabo todas las instrucciones en una función, su bot continuará con los bloques restantes en su estrategia. Haga clic en el campo \"hacer algo\" para darle un nombre de su elección. Haga clic en el ícono más para enviar un valor (como una variable con nombre) a su función.", + "1294756261": "Este bloque crea una función, que es un grupo de instrucciones que se pueden ejecutar en cualquier momento. Coloque otros bloques aquí para realizar cualquier tipo de acción que necesite en su estrategia. Cuando se hayan llevado a cabo todas las instrucciones en una función, su bot continuará con los bloques restantes en su estrategia. Haga clic en el campo \"hacer algo\" para darle el nombre que elija. Haga clic en el ícono más para enviar un valor (como una variable con nombre) a su función.", "1295284664": "Por favor, acepte nuestros <0>Términos y Condiciones actualizados para proceder.", "1296380713": "Cerrar mi contrato", "1299479533": "8 horas", @@ -930,7 +935,7 @@ "1309044871": "Devuelve el valor del último tick en formato de cadena", "1310483610": "Resultados para \"{{ search_term }}\"", "1311680770": "pago", - "1311799109": "No admitimos tokens de Binance Smart Chain para depositar, por favor utilice sólo Ethereum ({{token}}).", + "1311799109": "No admitimos tokens de Binance Smart Chain para depositar, por favor utilice solo Ethereum ({{token}}).", "1313167179": "Por favor inicie sesión", "1313302450": "El bot dejará de operar si su pérdida total excede esta cantidad.", "1314671947": "Cuentas DMT5", @@ -945,19 +950,19 @@ "1324922837": "2. La nueva variable aparecerá como un bloque en Establecer variable.", "1327494533": "{{sell_value}} (Vender)", "1329136554": "Índice Jump 200", - "1329325646": "El contenido de este bloque se llama en cada tick", + "1329325646": "El contenido de este bloque aparece en cada tick", "1331199417": "Ingrese el formato correcto. ", "1332168410": "Aprenda más", "1332168769": "Desconectar", "1333576137": "Actualice sus {{details}} para continuar.", - "1333839457": "Enviar la tarjeta de identidad (anverso)", + "1333839457": "Envíe el documento de identidad (anverso)", "1334326985": "Puede que tarde unos minutos en llegar", "1335967988": "Aviso", "1337846406": "Este bloque le proporciona el valor de vela seleccionado de una lista de velas dentro del intervalo de tiempo seleccionado.", "1337864666": "Foto de su documento", "1338496204": "ID de ref.", "1340314141": "Ir a SmartTrader", - "1341840346": "Ver en el diario", + "1341840346": "Ver en el Diario", "1346204508": "Take profit", "1346339408": "Gerentes", "1347071802": "Hace {{minutePast}}m", @@ -965,6 +970,7 @@ "1349289354": "Genial, eso es todo lo que necesitamos", "1349295677": "en el texto {{ input_text }} obtener subcadena de {{ position1 }} {{ index1 }} a {{ position2 }} {{ index2 }}", "1351152200": "Bienvenidos al panel de Deriv MT5 (DMT5)", + "1351906264": "Esta función no está disponible para agentes de pago.", "1353197182": "Por favor seleccione", "1355250245": "{{ calculation }} de la lista {{ input_list }}", "1356574493": "Devuelve una parte específica de una cadena de texto dada.", @@ -984,7 +990,7 @@ "1367990698": "Índice de volatilidad 10", "1369709538": "Nuestros Términos de uso", "1371193412": "Cancelar", - "1371641641": "Abrea el enlace en su móvil", + "1371641641": "Abra el enlace en su móvil", "1374627690": "Saldo máx. de la cuenta", "1376329801": "Últimos 60 días", "1378419333": "Ether", @@ -994,11 +1000,11 @@ "1385418910": "Ajuste una moneda para su cuenta real existente antes de crear otra cuenta.", "1387503299": "Iniciar sesión", "1389197139": "Error de importación", - "1390792283": "Parámetros del contrato", + "1390792283": "Parámetros comerciales", "1390897177": "Para depositar criptomonedas, cambie su cuenta.", "1391174838": "Pago potencial:", "1392966771": "Sra.", - "1392985917": "Esto es similar a una contraseña de uso común", + "1392985917": "Se parece a una contraseña de uso común", "1393559748": "Fecha / hora no válida: {{ datetime_string }}", "1393901361": "Hay una aplicación para eso", "1393903598": "si verdadero {{ return_value }}", @@ -1010,7 +1016,7 @@ "1400637999": "(Todos los campos son obligatorios)", "1400732866": "Vista desde la cámara", "1400962248": "Alto-Cierre", - "1402208292": "Cambiar la capitalización del texto", + "1402208292": "Cambiar las mayúsculas y minúsculas del texto", "1403376207": "Actualizar mis datos", "1405584799": "con intervalo: {{ candle_interval_type }}", "1407191858": "Dtrader", @@ -1029,14 +1035,14 @@ "1422129582": "Todos los detalles deben ser claros, nada borroso", "1423082412": "Último dígito", "1424741507": "Ver más", - "1424779296": "Si recientemente ha usado bots pero no los ve en esta lista, puede ser porque usted:", - "1429669335": "Los indicadores en la pestaña de gráficos son únicamente referenciales y pueden variar ligeramente de los del espacio de trabajo del DBot.", - "1430396558": "5. Reiniciar compra/vender por error", + "1424779296": "Si recientemente ha usado bots pero no los ve en esta lista, puede ser porque:", + "1429669335": "Los indicadores en la pestaña de gráficos son únicamente referenciales y pueden variar ligeramente de los del espacio de trabajo de DBot.", + "1430396558": "5. Reiniciar compra/venta por error", "1430632931": "Para comenzar a operar, confirme quién es y dónde vive.", "1433367863": "Lo sentimos, ha ocurrido un error mientras se procesaba su solicitud.", "1434382099": "Muestra una ventana de diálogo con un mensaje", "1434976996": "Anuncio", - "1435363248": "Este bloque convierte el número de segundos desde el Unix Epoch a un formato de fecha y hora como 2019-08-01 00:00:00.", + "1435363248": "Este bloque convierte el número de segundos desde el Epoch Unix a un formato de fecha y hora como 2019-08-01 00:00:00.", "1435380105": "Depósito mínimo", "1437396005": "Agregar comentario", "1438247001": "Un cliente profesional recibe un menor grado de protección al cliente debido a lo siguiente.", @@ -1062,7 +1068,7 @@ "1464253511": "Ya tiene una cuenta para cada una de las criptomonedas disponibles en {{deriv}}.", "1465919899": "Elija una fecha de finalización", "1466430429": "Debe estar entre {{min_value}} y {{max_value}}", - "1466900145": "Doe", + "1466900145": "Pérez", "1467421920": "con intervalo: %1", "1467661678": "Trading con criptomonedas", "1468308734": "Este bloque repite instrucciones siempre que una condición dada sea verdadera", @@ -1078,12 +1084,13 @@ "1476301886": "Similar a SMA, este bloque le brinda toda la línea de SMA que contiene una lista de todos los valores para un período determinado.", "1481977420": "Por favor, ayúdenos a verificar su solicitud de retiro.", "1484336612": "Este bloque se usa para terminar o continuar un ciclo, y se puede colocar en cualquier lugar dentro de un bloque de ciclo.", - "1490583127": "DBot no está listo para cuentas reales", + "1490583127": "DBot aún no está listo para cuentas reales", "1491392301": "<0>Vendido por: {{sold_for}}", "1492686447": "Su cuenta STP Financiera de MT5 se abrirá a través de Deriv (FX) Ltd. Todas las operaciones en esta cuenta están sujetas a las regulaciones y directrices de la Autoridad de Servicios Financieros de Labuan (LFSA, por sus siglas en inglés). Ninguna de sus otras cuentas, incluyendo su cuenta Deriv, está sujeta a las regulaciones y directrices de la Autoridad de Servicios Financieros de Labuan (LFSA).", + "1493673429": "Cambiar correo electrónico", "1496810530": "GBP/AUD", "1499074768": "Agregue una cuenta real de Multiplicadores de Deriv", - "1499080621": "Intento para realizar una operación no válida.", + "1499080621": "Ha intentado realizar una operación no válida.", "1502039206": "Sobre {{barrier}}", "1502325741": "Su contraseña no puede ser igual a su dirección de correo electrónico.", "1503618738": "- ID de referencia del acuerdo: el ID de referencia del contrato", @@ -1095,25 +1102,27 @@ "1510735345": "Este bloque le proporciona una lista de los últimos dígitos de los últimos 1000 valores de tick.", "1512469749": "En el ejemplo anterior, se supone que la variable candle_open_price se procesa en algún lugar dentro de otros bloques.", "1515034599": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su cuenta registrada con Deriv (MX) Ltd, que tiene su domicilio social en Primer Piso, Millennium House, Victoria Road, Douglas, Isla de Man, IM2 4RW, licenciado y regulado respectivamente por (1) la Comisión de Supervisión del Juego en la Isla de Man (<0>licencia vigente emitida el 31 de agosto de 2017) y (2) la Comisión del Juego en el Reino Unido (<1>licencia no. 39172).", + "1516537408": "Ya no puede operar en Deriv ni depositar fondos en su cuenta.", "1516676261": "Depositar", "1517503814": "Suelte el archivo o haga clic aquí para cargar", - "1519336051": "Intente con otro número de teléfono", + "1519336051": "Inténtelo con otro número de teléfono", "1520332426": "Ingreso neto anual", "1524636363": "Autenticación fallida", "1527251898": "Sin éxito", "1527906715": "Este bloque agrega el número dado a la variable seleccionada.", - "1531017969": "Crea una sola cadena de texto combinando el valor de texto de cada elemento adjunto, sin espacios intermedios. El número de elementos se puede agregar en consecuencia.", + "1531017969": "Crea una sola cadena de texto combinando el valor de texto de cada elemento adjunto, sin espacios entre ellos. El número de elementos se puede agregar como corresponda.", "1533177906": "Baja", + "1534569275": "Como parte de los cambios en nuestros mercados, cerraremos las cuentas de nuestros clientes del Reino Unido.", "1534796105": "Obtiene un valor de variable", "1537711064": "Debe realizar una rápida verificación de identidad antes de poder acceder al Cajero. Vaya a la configuración de su cuenta para presentar su prueba de identidad.", - "1539108340": "Índice EUR", "1540585098": "Rechazar", "1541969455": "Ambos", - "1544642951": "Si selecciona \"Sólo Abajo\", usted gana el pago si los ticks consecutivos suben sucesivamente después del precio de entrada. No se gana el pago si algún tick cae o es igual a cualquier de los ticks anteriores.", + "1544642951": "Si selecciona \"Solo Abajo\", usted gana el pago si los ticks consecutivos suben sucesivamente después del precio de entrada. No se gana el pago si algún tick cae o es igual a cualquiera de los ticks anteriores.", "1548765374": "Verificación del número de documento fallida", "1549098835": "Retiros totales", + "1551172020": "Cesta de AUD", "1552080191": "Excluido de Deriv.com hasta", - "1552918367": "Envíe sólo {{currency}} ({{currency_symbol}}) a esta dirección.", + "1552918367": "Envíe solo {{currency}} ({{currency_symbol}}) a esta dirección.", "1557682012": "Configuración de cuenta", "1558972889": "ajustar {{ variable }} a la Media móvil simple {{ dummy }}", "1560302445": "Copiado", @@ -1121,13 +1130,13 @@ "1562374116": "Estudiantes", "1565336048": "Contrato ganado", "1566037033": "Compra: {{longcode}} (ID:{{transaction_id}})", - "1567076540": "Utilice solo la dirección que puede comprobar a través de un comprobante de residencia - ", + "1567076540": "Utilice solo una dirección que pueda demostrar mediante un comprobante de residencia - ", "1567586204": "Autoexclusión", "1569624004": "Descartar alerta", "1570484627": "Lista de ticks", "1572504270": "Redondear operación", "1572982976": "Servidor", - "1575556189": "Tether en la blockchain Ethereum, como el token ERC20, es una capa de transporte más nueva, que ahora hace que Tether esté disponible en los contratos inteligentes de Ethereum. Así como token ERC20 estándar, también se puede enviar a cualquier dirección Ethereum.", + "1575556189": "Tether en la blockchain Ethereum, como el token ERC20, es una capa de transporte más nueva, que ahora hace que Tether esté disponible en los contratos inteligentes de Ethereum. Como token ERC20 estándar, también se puede enviar a cualquier dirección Ethereum.", "1577480486": "Su enlace móvil caducará en una hora", "1577527507": "Se requiere el motivo de apertura de la cuenta.", "1577612026": "Seleccione una carpeta", @@ -1137,12 +1146,12 @@ "1584936297": "El archivo XML contiene elementos no soportados. Por favor, compruebe o modifique el archivo.", "1587046102": "Actualmente no se admiten documentos de ese país: pruebe con otro tipo de documento", "1589640950": "No se ofrece reventa de este contrato.", - "1589702653": "Comprobante de domicilio", + "1589702653": "Prueba de dirección", "1594147169": "Por favor regrese en", "1594322503": "Venta disponible", "1596378630": "Ha agregado una cuenta de juego real. <0/>Realice un depósito ahora para comenzar a operar.", "1598009247": "<0>a. Puede presentar una queja ante la Comisión Financiera hasta 45 días después del incidente.", - "1598386296": "Se requiere pueblo / ciudad.", + "1598386296": "Se requiere Pueblo/Ciudad.", "1598443642": "Hash de la transacción", "1602894348": "Cree una contraseña", "1604171868": "Por favor, retire todos sus fondos tan pronto como sea posible.", @@ -1152,14 +1161,15 @@ "1613633732": "El intervalo debe estar entre 10 y 60 minutos", "1615897837": "Período de EMA de señal {{ input_number }}", "1619070150": "Será redirigido a un sitio web externo.", - "1620278321": "Los nombres y apellidos por sí mismos son fáciles de adivinar", + "1620278321": "Los nombres y apellidos por sí solos son fáciles de adivinar", "1620346110": "Definir moneda", "1622662457": "Desde fecha", "1623706874": "Utilice este bloque cuando quiera utilizar multiplicadores como tipo de operación.", "1630372516": "Pruebe Fiat onramp", "1630417358": "Vaya a la configuración de su cuenta y complete los datos personales para permitir los retiros.", + "1631281562": "Cesta de GBP", "1634594289": "Seleccionar idioma", - "1634903642": "Solo su cara puede estar en la selfie", + "1634903642": "Solo su cara puede estar en el selfie", "1634969163": "Cambiar moneda", "1636605481": "Configuración de la plataforma", "1636782601": "Multiplicadores", @@ -1176,39 +1186,39 @@ "1651951220": "Las repeticiones como \"abcabcabc\" son solo un poco más difíciles de adivinar que \"abc\"", "1652366857": "obtener y eliminar", "1652968048": "Defina sus opciones de operación, como el multiplicador y la inversión.", - "1652976865": "En este ejemplo, este bloque se usa con otro bloque para obtener los precios de apertura de una lista de velas. Los precios de apertura se asignan a la variable llamada\"cl\".", + "1652976865": "En este ejemplo, este bloque se usa con otro bloque para obtener los precios de apertura de una lista de velas. Después, los precios de apertura se asignan a la variable llamada \"cl\".", "1653136377": "¡copiado!", "1653159197": "Retiro del agente de pagos", "1653180917": "No podemos verificarle sin usar su cámara", "1654365787": "Desconocido", - "1654496508": "Nuestro sistema finalizará cualquier operación de DBot que se esté ejecutando, y DBot no colocará ninguna operación nueva.", + "1654496508": "Nuestro sistema finalizará cualquier operación de DBot que se esté ejecutando, y DBot no iniciará ninguna operación nueva.", "1654721858": "Subir de todos modos", "1655627840": "MAYÚSCULAS", "1656155124": "Reenviar en <0 /> segundos", - "1656970322": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su (s) cuenta (s) registrada (s) con Deriv (Europe) Limited, que tiene su domicilio social en W Business Center, Nivel 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, licenciado y regulado por la Autoridad de Juegos de Malta en Malta solo para productos de juego, <0>licencia núm. MGA/B2C/102/2000, y para clientes que residen en el Reino Unido por la Comisión de Juegos del Reino Unido (cuenta número 39495).", + "1656970322": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su(s) cuenta(s) registrada(s) con Deriv (Europe) Limited, que tiene su domicilio social en W Business Center, Nivel 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, licenciado y regulado por la Autoridad de Juegos de Malta en Malta solo para productos de juego, <0>licencia núm. MGA/B2C/102/2000, y para clientes que residen en el Reino Unido por la Comisión de Juegos del Reino Unido (cuenta número 39495).", "1658954996": "Operadores y ensambladores de plantas y máquinas", "1659074761": "Reset Put", "1665272539": "Recuerde: no puede iniciar sesión en su cuenta hasta la fecha seleccionada.", "1665738338": "Balance", "1665756261": "Ir al chat en vivo", - "1667395210": "Su comprobante de identidad se envió correctamente", + "1667395210": "Su prueba de identidad se envió correctamente", "1670016002": "Multiplicador: {{ multiplier }}", - "1670426231": "Hora de término", + "1670426231": "Hora de finalización", "1671232191": "Ha establecido los siguientes límites:", "1677027187": "Forex", "1677990284": "Mis apps", "1682409128": "Estrategia sin título", "1682636566": "Reenviar correo en", - "1683501755": "Procesaremos sus documentos dentro de 1-3 días. Una vez verificados, le notificaremos por correo electrónico.", + "1683501755": "Procesaremos sus documentos dentro de 1-3 días. Una vez verificados, se lo notificaremos por correo electrónico.", "1684419981": "¿Qué es esto?", "1686800117": "{{error_msg}}", - "1689103988": "Segundo desde Epoch", - "1689738742": "Índice Oro", + "1689103988": "Segundo desde el Epoch", "1690703448": "Puede transferir entre sus cuentas Deriv fiat, criptomoneda, DMT5 y Deriv X.", "1691335819": "Para continuar operando, por favor confirme su identidad.", "1691765860": "- Negación", "1693614409": "Hora de inicio", - "1694331708": "Puede cambiar entre CFDs, opciones digitales y multiplicadores en cualquier momento.", + "1694331708": "Puede cambiar entre CFD, opciones digitales y multiplicadores en cualquier momento.", + "1694517345": "Introduzca una nueva dirección de correo electrónico", "1695807119": "No se pudieron cargar los bloques de Google Drive", "1700233813": "No se permite la transferencia desde {{selected_value}}. Elija otra cuenta del menú desplegable", "1708413635": "Para su cuenta {{currency_name}} ({{currency}})", @@ -1230,7 +1240,7 @@ "1728121741": "Transacciones.csv", "1728183781": "Sobre Tether", "1729145421": "Advertencia de riesgos", - "1731747596": "Los bloques resaltados en rojo son valores de entrada faltantes. Actualícelos y haga clic en \"Ejecutar bot\".", + "1731747596": "Los bloques resaltados en rojo indican valores de entrada faltantes. Actualícelos y haga clic en \"Ejecutar bot\".", "1732891201": "Precio de venta", "1734185104": "Saldo: %1", "1734264460": "Aviso legal", @@ -1247,7 +1257,7 @@ "1746273643": "Medias móvil de convergencia/divergencia", "1747501260": "Condiciones de venta", "1747523625": "Volver", - "1747674345": "Utilice `.` como separador decimal para números fraccionarios.", + "1747674345": "Utilice \".\" como separador decimal para números fraccionarios.", "1747682136": "El contrato fue cancelado.", "1748754976": "Ejecutar", "1749675724": "Deriv no cobra comisiones en todos los tipos de cuentas.", @@ -1261,13 +1271,13 @@ "1766993323": "Se permiten solo letras, números y guiones bajos.", "1767726621": "Elija agente", "1768861315": "Minuto", - "1768918213": "Se permite sólo el uso de letras, espacios, guiones, puntos y apóstrofes.", + "1768918213": "Se permite solo el uso de letras, espacios, guiones, puntos y apóstrofes.", "1769068935": "Elija cualquiera de estos intercambios para comprar criptomonedas:", "1771037549": "Agregar una cuenta real Deriv", "1771592738": "Bloque condicional", "1772532756": "Crear y editar", "1777847421": "Esta es una contraseña muy común", - "1778815073": "{{website_name}} no está asociados con los Agente de pagos. Los clientes tratan con los Agentes de pago bajo su propio riesgo. Se recomienda a los clientes que verifiquen las credenciales de los Agentes de pagos y que verifiquen la precisión de cualquier información sobre los Agentes de pagos (en Deriv o en otro lugar) antes de transferir fondos.", + "1778815073": "{{website_name}} no está asociado con ningún Agente de pagos. Los clientes tratan con los Agentes de pagos bajo su propia responsabilidad. Se recomienda a los clientes que verifiquen las credenciales de los Agentes de pagos y que verifiquen la precisión de cualquier información sobre los Agentes de pagos (en Deriv o en otro lugar) antes de transferir fondos.", "1778893716": "Haga clic aquí", "1779519903": "Debe ser un número válido.", "1780770384": "Este bloque le da una fracción aleatoria entre 0.0 a 1.0.", @@ -1278,13 +1288,13 @@ "1787135187": "Se requiere código postal", "1788966083": "01-07-1999", "1789497185": "Asegúrese de que los detalles de su pasaporte sean claros para leer, sin borrosidad ni reflejos", - "1790770969": "FX-mayores (lotes estándar / micro), FX-menores, Commodities, Criptomonedas", - "1791432284": "Buscar país", + "1790770969": "FX-mayores (lotes estándar / micro), FX-menores, Materias primas, Criptomonedas", + "1791432284": "Buscar por país", "1791971912": "Reciente", "1793913365": "Para depositar dinero, cambie a su cuenta de {{currency_symbol}}.", "1794815502": "Descargar su historial de transacciones.", "1801093206": "Obtenga la lista de velas", - "1803338729": "Elija que tipo de contrato desea operar. Por ejemplo, para el tipo Arriba / Abajo puede elegir entre una de las tres opciones: Arriba, Abajo o Ambos. La opción seleccionada determinará las opciones disponibles para el bloque Compra.", + "1803338729": "Elija qué tipo de contrato desea operar. Por ejemplo, para el tipo Alza/Baja puede elegir entre una de las tres opciones: Alza, Baja o Ambos. La opción seleccionada determinará las opciones disponibles para el bloque de Compra.", "1804620701": "Vencimiento", "1804789128": "{{display_value}} Ticks", "1806355993": "Sin comisiones", @@ -1338,7 +1348,7 @@ "1866811212": "Deposite en su moneda local a través de un agente de pago independiente autorizado en su país.", "1866836018": "<0/><1/> Si su queja se relaciona con nuestras prácticas de procesamiento de datos, puede enviar una queja formal a su autoridad de control local.", "1867217564": "El índice debe ser un número entero positivo", - "1867783237": "Alto-Cierre", + "1867783237": "Alto-a-Cierre", "1869315006": "Vea cómo protegemos sus fondos para desbloquear el cajero.", "1869787212": "Par", "1869851061": "Contraseñas", @@ -1349,7 +1359,7 @@ "1874481756": "Use este bloque para comprar el contrato específico que desea. Puede agregar varios bloques de compra junto con bloques condicionales para definir sus condiciones de compra. Este bloque solo se puede usar dentro del bloque Condiciones de compra.", "1875505777": "Si tiene una cuenta real de Deriv, vaya a <0>Informes para cerrar cualquier posición abierta.", "1876325183": "Minutos", - "1877225775": "Su comprobante de dirección está verificado", + "1877225775": "Su prueba de dirección se ha verificado", "1877410120": "Lo que necesita hacer ahora", "1877832150": "# desde final", "1879042430": "Prueba de Idoneidad, ADVERTENCIA:", @@ -1367,7 +1377,7 @@ "1890171328": "Al hacer clic en Aceptar abajo y proceder a la apretura de la cuenta, debe tener en cuenta que es posible que se esté exponiendo a riesgos (que pueden ser significativos, incluyendo el riesgo de pérdida de la totalidad de la suma invertida) que usted puede no conocer y no tiene la experiencia para evaluarlos o mitigarlos adecuadamente.", "1890284485": "Explore DTrader", "1890332321": "Devuelve el número de caracteres de una cadena de texto dada, incluyendo números, espacios, signos de puntuación y símbolos.", - "1894667135": "Verifique su comprobante de dirección", + "1894667135": "Verifique su prueba de dirección", "1898670234": "{{formatted_opening_time}} (GMT) el {{opening_day}},<0> {{opening_date}}.", "1903437648": "Se detectó una foto borrosa", "1905032541": "Ahora estamos listos para verificar su identidad", @@ -1380,17 +1390,17 @@ "1914014145": "Hoy", "1914270645": "Intervalo de velas predeterminado: {{ candle_interval_type }}", "1917523456": "Este bloque envía un mensaje a un canal de Telegram. Tendrá que crear su propio bot de Telegram para usar este bloque.", - "1917804780": "Usted perderá el acceso a su cuenta de Opciones cuando se cierre, así que asegúrese de retirar todos sus fondos. (Si tiene una cuenta de CFDs, también puede transferir los fondos de su cuenta de Opciones a su cuenta de CFDs)", + "1917804780": "Usted perderá el acceso a su cuenta de Opciones cuando se cierre, así que asegúrese de retirar todos sus fondos. (Si tiene una cuenta de CFD, también puede transferir los fondos de su cuenta de Opciones a su cuenta de CFD)", "1918633767": "La segunda línea de dirección no está en un formato adecuado.", "1918796823": "Por favor, inserte la cantidad de stop loss.", - "1919030163": "Consejos para sacarse una buena selfie", + "1919030163": "Consejos para sacarse un buen selfie", "1920217537": "Comparar", "1920468180": "Cómo usar el bloque SMA", "1921634159": "Algunos datos personales", "1921914669": "Deposite con Deriv P2P", "1922529883": "Índice Boom 1000", - "1922955556": "Utilice un patrón de teclado más largo con más giros", - "1923431535": "\"Stop loss\" está desactivado y solo estará disponible cuando expire la \"Cancelación del contrato\".", + "1922955556": "Utilice un patrón de teclado más largo con más cambios", + "1923431535": "La opción \"Stop loss\" está desactivada y solo estará disponible cuando expire la \"Cancelación del contrato\".", "1924365090": "Quizás más tarde", "1924765698": "Lugar de nacimiento*", "1925090823": "Lo sentimos, el trading no está disponible en {{clients_country}}.", @@ -1402,8 +1412,8 @@ "1931659123": "Corre en cada tick", "1934302388": "No pudimos verificar sus datos personales con nuestros registros. Para permitir el depósito, los retiros y las operaciones, debe cargar un comprobante de su dirección.", "1939902659": "Señal", - "1941915555": "Intente más tarde", - "1942091675": "El comercio de criptomonedas no está disponible para los clientes que residen en el Reino Unido.", + "1941915555": "Inténtelo más tarde", + "1942091675": "Las operaciones con criptomonedas no está disponible para los clientes que residen en el Reino Unido.", "1943440862": "Calcula la lista de Bandas de Bollinger (BB) a partir de una lista con un período", "1944204227": "Este bloque devuelve el saldo de la cuenta corriente.", "1947527527": "1. Este enlace fue enviado por usted", @@ -1414,7 +1424,7 @@ "1955219734": "Pueblo/Ciudad*", "1957759876": "Subir documento de identidad", "1958807602": "4. 'Tabla' toma un conjunto de datos, como una lista de velas, y la muestra en formato de tabla.", - "1959678342": "Altos & Bajos", + "1959678342": "Altos y Bajos", "1960240336": "primera letra", "1964097111": "USD", "1964165648": "Conexión perdida", @@ -1426,8 +1436,9 @@ "1968368585": "Estado laboral", "1971898712": "Agregar o administrar cuenta", "1973536221": "Aún no tiene posiciones abiertas.", + "1974304588": "Parece que el nombre en su documento no coincide con el nombre en su perfil de Deriv. Por favor, actualice ahora su nombre en la página de datos personales.", "1982912252": "Índice de fuerza relativa (RSI) de una lista con un período", - "1983001416": "Defina sus opciones de operación, como el multiplicador y la inversión. Este bloque sólo puede utilizarse con el tipo de operación de multiplicadores. Si selecciona otro tipo de operación, este bloque será sustituido por el bloque Opciones de operación.", + "1983001416": "Defina sus opciones de operación, como el multiplicador y la inversión. Este bloque solo puede utilizarse con el tipo de operación de multiplicadores. Si selecciona otro tipo de operación, este bloque será sustituido por el bloque Opciones de operación.", "1983387308": "Vista preliminar", "1983544897": "No se aceptan apartados postales como dirección", "1983676099": "Por favor revise su correo electrónico para más detalles.", @@ -1442,6 +1453,7 @@ "1990735316": "Rise Equals", "1991448657": "¿No sabe su número de identificación fiscal? Haga clic <0>aquí para obtener más información.", "1991524207": "Índice Jump 100", + "1994023526": "La dirección de correo electrónico que has introducido tenía un error o una imprecisión tipográfica (suele pasarnos a todos).", "1994558521": "Las plataformas no son fáciles de usar.", "1994600896": "Este bloque requiere una lista de velas como parámetro de entrada.", "1995023783": "Primera línea de dirección*", @@ -1456,8 +1468,8 @@ "2009620100": "DBot no continuará con nuevas operaciones. Nuestro sistema completará todas las operaciones en curso. Se perderán todos los cambios que no se hayan guardado. <0>Nota: Consulte su estado de cuenta para ver las transacciones completadas.", "2009770416": "Dirección:", "2010031213": "Opere en Deriv X", - "2010759971": "Cargas exitosas", - "2010866561": "Devuelve la ganancia /pérdida total", + "2010759971": "Subido con éxito", + "2010866561": "Devuelve la ganancia/pérdida total", "2011609940": "Ingrese un número superior a 0", "2011808755": "Hora de compra", "2014590669": "La variable '{{variable_name}}' no tiene valor. Establezca un valor para la variable '{{variable_name}}' para notificar.", @@ -1488,13 +1500,14 @@ "2050080992": "Tron", "2050170533": "Lista de ticks", "2051558666": "Ver el historial de transacciones", - "2054500647": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su (s) cuenta (s) registrada (s) con Deriv (SVG) LLC y Deriv (V) Ltd.", + "2053617863": "Por favor, proceda a retirar todos sus fondos de su cuenta.", + "2054500647": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su(s) cuenta(s) registrada(s) con Deriv (SVG) LLC y Deriv (V) Ltd.", "2054889300": "Crear \"%1\"", - "2055317803": "Copie el enlace a su navegador móvil", + "2055317803": "Copie el enlace en su navegador móvil", "2057082550": "Acepte nuestros <0>términos y condiciones actualizados", "2057419639": "Punto de salida", "2062912059": "función {{ function_name }} {{ function_params }}", - "2063655921": "Al comprar el contrato \"Cerrar-Bajo\", ganará el valor del multiplicador por la diferencia entre el cierre y el bajo a lo largo la duración del contrato.", + "2063655921": "Al comprar el contrato \"Cierre-a-Bajo\", ganará el valor del multiplicador por la diferencia entre el cierre y el bajo a lo largo la duración del contrato.", "2063812316": "Bloque de texto", "2063890788": "Cancelado", "2065278286": "Spread", @@ -1505,7 +1518,7 @@ "2080553498": "3. Obtenga la ID de chat utilizando la API REST de Telegram (lea más: https://core.telegram.org/bots/api#getupdates)", "2080829530": "Vendido por: {{sold_for}}", "2081088445": "Cuando establezca sus límites o autoexclusión, se agregarán a todos sus tipos de cuenta en DTrader y DBot. Por ejemplo, las pérdidas realizadas en ambas plataformas se sumarán y se contarán para el límite de pérdidas que establezca.", - "2084693624": "Convierte una cadena que representa una cadena de fecha / hora en segundos desde Epoch. Ejemplo: 2019-01-01 21:03:45 GMT + 0800 se convertirá a 1546347825. La hora y el desplazamiento de zona horaria son opcionales.", + "2084693624": "Convierte una cadena que representa una cadena de fecha/hora en segundos desde el Epoch. Ejemplo: 2019-01-01 21:03:45 GMT + 0800 se convertirá a 1546347825. La hora y el desplazamiento de zona horaria son opcionales.", "2084925123": "Utilice nuestro servicio de fiat onramp para comprar y depositar criptomonedas en su cuenta Deriv.", "2085387371": "Deben ser números, letras y caracteres especiales. , '-", "2085602195": "- Valor de entrada: el valor del primer tick del contrato", @@ -1528,11 +1541,11 @@ "2104397115": "Vaya a la configuración de su cuenta y complete los datos personales para habilitar los depósitos y los retiros.", "2107381257": "Mantenimiento programado del sistema de cajero", "2109208876": "Administre la contraseña de cuenta demo {{account_title}} de {{platform}}", - "2109312805": "El diferencial (spread) es la diferencia entre el precio de compra y el precio de venta. Un spread variable significa que el spread cambia constantemente, dependiendo de las condiciones del mercado. Un spread fijo permanece constante pero está sujeto a modificaciones, a discreción absoluta del broker.", + "2109312805": "El diferencial (spread) es la diferencia entre el precio de compra y el precio de venta. Un spread variable significa que el spread cambia constantemente, dependiendo de las condiciones del mercado. Un spread fijo permanece constante pero está sujeto a modificaciones, a discreción absoluta del bróker.", "2110365168": "Número máximo de operaciones alcanzado", "2111015970": "Este bloque le ayuda a verificar si su contrato puede venderse. Si su contrato se puede vender, devuelve \"Verdadero\". De lo contrario, devuelve una cadena vacía.", "2111528352": "Crear una variable", - "2112119013": "Tome una selfie mostrando su cara", + "2112119013": "Tómese un selfie mostrando su cara", "2112175277": "con delimitador", "2113321581": "Agregue una cuenta de juegos de Deriv", "2115007481": "Total de activos en sus cuentas demo de Deriv.", @@ -1541,7 +1554,7 @@ "2117165122": "1. Cree un bot de Telegram y obtenga su token API de Telegram. Lea más sobre cómo crear bots en Telegram aquí: https://core.telegram.org/bots#6-botfather", "2117489390": "Actualización automática en {{ remaining }} segundos", "2118315870": "¿Dónde vive?", - "2119449126": "La salida ejemplo del siguiente ejemplo será:", + "2119449126": "Un posible resultado del siguiente ejemplo será:", "2120617758": "Configura tu operación", "2121227568": "NEO/USD", "2127564856": "Los retiros están bloqueados", @@ -1549,9 +1562,9 @@ "2133451414": "Duración", "2133470627": "Este bloque devuelve el pago potencial para el tipo de operación seleccionada. Este bloque solo se puede utilizar en el bloque raíz \"Condiciones de compra\".", "2133778783": "Sintética DMT5", - "2135563258": "Frecuencia de trading en forex", + "2135563258": "Frecuencia de operación en forex", "2136246996": "Selfie subido", - "2137901996": "Esto borrará todos los datos en el resumen, las transacciones y los paneles de diario. Todos los contadores se restablecerán a cero.", + "2137901996": "Esto borrará todos los datos de los paneles de resumen, transacciones y diario. Todos los contadores se restablecerán a cero.", "2137993569": "Este bloque compara dos valores y se usa para construir una estructura condicional.", "2138861911": "No se aceptan escaneos ni fotocopias", "2139171480": "Reset Up/Reset Down", @@ -1559,7 +1572,7 @@ "2141055709": "Nueva {{type}} contraseña", "2143803283": "Error de compra", "2144609616": "Si selecciona \"Reset-Down\", ganará el pago si el punto de salida es estrictamente más bajo que el punto de entrada o el punto en el momento del reset.", - "2145690912": "Ingresos", + "2145690912": "Percibir Ingresos", "2145995536": "Crear una cuenta nueva", "2146336100": "en el texto %1 obtener %2", "2146892766": "Experiencia en trading con opciones binarias", @@ -1567,7 +1580,7 @@ "-242734402": "Solo {{max}} caracteres, por favor.", "-378415317": "Se requiere el estado", "-1784470716": "El estado no tiene el formato adecuado", - "-1699820408": "Ingrese un {{field_name}} debajo de {{max_number}} caracteres.", + "-1699820408": "Ingrese un {{field_name}} con menos de {{max_number}} caracteres.", "-1575567374": "código postal", "-1497654315": "Nuestras cuentas y servicios no están disponibles para el código postal de Jersey.", "-755626951": "Complete sus datos personales", @@ -1576,8 +1589,8 @@ "-1461267236": "Por favor elija su moneda", "-1352330125": "MONEDA", "-1027595143": "Menos de 25.000 $", - "-40491332": "25,000 $ - 50,000 $", - "-1139806939": "$50.001 - $100.000", + "-40491332": "25.000 $ - 50.000 $", + "-1139806939": "50.001 $ - 100.000 $", "-626752657": "0-1 año", "-532014689": "1-2 años", "-1001024004": "Más de 3 años", @@ -1588,12 +1601,12 @@ "-996132458": "Construcción", "-915003867": "Salud", "-1430012453": "Tecnología de la Información y Comunicaciones", - "-987824916": "Ciencia & Ingeniería", - "-146630682": "Social & Cultural", + "-987824916": "Ciencia e Ingeniería", + "-146630682": "Social y Cultural", "-761306973": "Producción", "-739367071": "Empleado", - "-1156937070": "$500.001 - $1.000.000", - "-315534569": "Más de $1.000.000", + "-1156937070": "500.001 $ - 1.000.000 $", + "-315534569": "Más de 1.000.000 $", "-2068544539": "Empleado asalariado", "-531314998": "Inversiones y dividendos", "-1235114522": "Pensión", @@ -1615,12 +1628,12 @@ "-1281693513": "Se requiere fecha de nacimiento.", "-26599672": "Se requiere nacionalidad", "-912174487": "Se requiere teléfono.", - "-673765468": "Letras, números, espacios, puntos, guiones y barras diagonales únicamente.", - "-1356204661": "Este número de identificación fiscal (NIF) no es válido. Puede continuar con la creación de la cuenta, pero para facilitar futuros procesos de pago, se requerirá información fiscal válida.", + "-673765468": "Solo letras, números, espacios, puntos, guiones y barras diagonales.", + "-1356204661": "Este número de identificación fiscal (NIF) no es válido. Puede continuar con la creación de la cuenta, pero para facilitar futuros procesos de pago se requerirá información fiscal válida.", "-1823540512": "Datos personales", "-1227878799": "Especulativo", "-1174064217": "Sr.", - "-855506127": "Sra.", + "-855506127": "Srta.", "-204765990": "Términos de uso", "-931052769": "Enviar verificación", "-1004605898": "Consejos", @@ -1634,19 +1647,19 @@ "-1767652006": "He aquí cómo hacerlo:", "-277611959": "Ahora puede regresar a su computadora para continuar", "-724178625": "Asegúrese de que el documento completo esté visible", - "-1519380038": "Deslumbramiento detectado", - "-1895280620": "Asegúrese de que los detalles de su tarjeta sean claros para leer, sin borrosidad ni reflejos", - "-1464447919": "Asegúrese de que los detalles de su permiso sean claros para leer, sin borrosidad ni reflejos", - "-1436160506": "Asegúrese de que los detalles sean claros para leer, sin borrosidad ni reflejos", + "-1519380038": "Reflejos detectados", + "-1895280620": "Asegúrese de que los detalles de su tarjeta se lean claramente, sin borrosidad ni reflejos", + "-1464447919": "Asegúrese de que los detalles de su permiso se lean claramente, sin borrosidad ni reflejos", + "-1436160506": "Asegúrese de que los detalles se lean claramente, sin borrosidad ni reflejos", "-759124288": "Cerrar", "-759118956": "Rehacer", "-753375398": "Aumentar imagen", "-1042933881": "Licencia de conducir", "-1503134764": "Página de foto de cara", - "-1335343167": "Lo sentimos, sin facturas de teléfono móvil", + "-1335343167": "Lo sentimos, no se aceptan facturas de teléfono móvil", "-699045522": "Documentos que puede utilizar para verificar su identidad", "-543666102": "Debe ser una identificación oficial con foto", - "-903877217": "Estos documentos con más probabilidades muestran su domicilio actual", + "-903877217": "Estos son los documentos con más probabilidades de mostrar su domicilio actual", "-1356835948": "Elija el documento", "-1364375936": "Seleccione un documento de %{country}", "-401586196": "o suba una foto, no se aceptan escaneos ni fotocopias", @@ -1654,13 +1667,13 @@ "-2033894027": "Enviar la tarjeta de identidad (reverso)", "-20684738": "Enviar licencia (reverso)", "-1359585500": "Enviar licencia (anverso)", - "-106779602": "Presentar permiso de residencia (reverso)", - "-1287247476": "Presentar permiso de residencia (anverso)", + "-106779602": "Enviar permiso de residencia (reverso)", + "-1287247476": "Enviar permiso de residencia (anverso)", "-1954762444": "Reinicie el proceso en la última versión de Safari", "-261174676": "Debe tener menos de 10MB.", "-685885589": "Se produjo un error al cargar el componente", - "-502539866": "Se necesita su cara en la selfie", - "-1377968356": "Por favor intente de nuevo", + "-502539866": "Se necesita su cara en el selfie", + "-1377968356": "Por favor inténtelo de nuevo", "-1226547734": "Intente usar un archivo JPG o PNG", "-849068301": "Cargando...", "-1730346712": "Cargando", @@ -1671,9 +1684,9 @@ "-1408210605": "Apunte la cámara de su teléfono al código QR", "-1773802163": "Si no funciona, descargue un escáner de códigos QR de Google Play o App Store", "-109026565": "Escanear código QR", - "-1644436882": "Obtenga enlace por SMS", + "-1644436882": "Obtener enlace por SMS", "-1667839246": "Ingrese el número de móvil", - "-1533172567": "Ingrese el numero de su móvil:", + "-1533172567": "Ingrese su número de móvil:", "-1352094380": "Envíe este enlace único a su teléfono", "-28974899": "Obtenga su enlace seguro", "-359315319": "Continuar", @@ -1683,16 +1696,16 @@ "-1646367396": "Tome una foto del anverso de su tarjeta", "-1350855047": "Tome una foto del anverso de su licencia", "-2119367889": "Tome una foto usando el modo de cámara básico en su lugar", - "-342915396": "Tome una foto", + "-342915396": "Tomar una foto", "-419040068": "Página con foto de pasaporte", "-1354983065": "Recargar", "-1925063334": "Recupere el acceso a la cámara para continuar con la verificación de cara", - "-54784207": "El acceso a la cámara es denegado", + "-54784207": "Acceso a la cámara denegado", "-1392699864": "Permitir el acceso a la cámara", "-269477401": "Proporcione toda la página del documento para obtener mejores resultados", "-864639753": "Suba la parte trasera de la tarjeta identificación desde su computadora", "-1309771027": "Suba la parte delantera de la licencia de conducir desde su computadora", - "-1722060225": "Tome una foto", + "-1722060225": "Tomar foto", "-565732905": "Selfie", "-1703181240": "Compruebe que esté conectado y en funcionamiento. También puede continuar la verificación en su teléfono ", "-2043114239": "¿La cámara no funciona?", @@ -1710,11 +1723,12 @@ "-1859729380": "Mantenga esta ventana abierta mientras usa su móvil", "-1283761937": "Reenviar enlace", "-629011256": "No actualice esta página", - "-1005231905": "Una vez que haya terminado, lo llevaremos al siguiente paso", + "-1005231905": "Una vez que haya terminado, le llevaremos al siguiente paso", "-542134805": "Subir foto", "-1462975230": "Ejemplo de documento", "-1472844935": "La foto debe mostrar claramente su documento", "-883103549": "Cuenta desactivada", + "-773766766": "Correo electrónico y contraseñas", "-1466827732": "Autoexclusión", "-1498206510": "Límites de la cuenta", "-241588481": "Historial de accesos", @@ -1730,9 +1744,9 @@ "-1786659798": "Límites comerciales - Artículo", "-1101543580": "Límite", "-858297154": "Representa el monto máximo de dinero que puede tener en su cuenta. Si se alcanza el máximo se le pedirá que retire sus fondos.", - "-1182362640": "Reresenta el salida máximo de los contratos pendientes en su cartera. Si se ajusta al máximo, no podrá comprar contratos adicionales sin primero cerrar las posiciones actuales.", + "-1182362640": "Representa el saldo máximo de los contratos pendientes en su cartera. Si se llega al máximo, no podrá comprar contratos adicionales sin cerrar primero las posiciones existentes.", "-1781293089": "Máximo de pagos agregados en posiciones abiertas", - "-1412690135": "* Cualquier límite en la configuración de autoexclusión anulará estos límites predeterminados.", + "-1412690135": "*Cualquier límite en la configuración de autoexclusión anulará estos límites predeterminados.", "-1598751496": "Representa el volumen máximo de contratos que puede comprar en un día de operación determinado.", "-1359847094": "Límites comerciales: facturación diaria máxima", "-1502578110": "Su cuenta está totalmente autenticada y su límite de retiro ha sido aumentado.", @@ -1747,7 +1761,7 @@ "-1964954030": "Código postal", "-1541554430": "Siguiente", "-71696502": "Anterior", - "-231863107": "Núm", + "-231863107": "No", "-786372363": "Aprenda más sobre el token API", "-55560916": "Para acceder a nuestras aplicaciones móviles y otras aplicaciones de terceros, primero deberá generar un token API.", "-198329198": "Token API", @@ -1788,36 +1802,36 @@ "-1100235269": "Sector laboral", "-684388823": "Valor neto estimado", "-509054266": "Volumen de negocios anual anticipado", - "-601903492": "Experiencia de trading con Forex", - "-1012699451": "Experiencia de trading con CFD", + "-601903492": "Experiencia en operación con Forex", + "-1012699451": "Experiencia de operación con CFD", "-1437017790": "Información financiera", - "-39038029": "Experiencia de trading", + "-39038029": "Experiencia de operación", "-1044962593": "Subir documento", "-164448351": "Mostrar menos", "-1361653502": "Mostrar más", "-337620257": "Cambiar a la cuenta real", - "-2120454054": "Agregar la cuenta real", + "-2120454054": "Agregar una cuenta real", "-38915613": "Cambios no guardados", - "-2137450250": "Usted tiene cambios no guardados. ¿Está seguro de que desea descartar los cambios y salir de esta página?", - "-1067082004": "Dejar los ajustes", + "-2137450250": "Tiene cambios no guardados. ¿Está seguro de que desea descartar los cambios y salir de esta página?", + "-1067082004": "Salir de los ajustes", "-1416797980": "Por favor, introduzca su {{ field_name }} como en sus documentos oficiales de identidad.", "-1466268810": "Recuerde que es su responsabilidad mantener sus respuestas exactas y actualizadas. Puede actualizar sus datos personales en cualquier momento en <0>configuración de su cuenta.", "-1120954663": "Nombre*", "-1659980292": "Nombre", - "-1857534296": "John", + "-1857534296": "Juan", "-1485480657": "Otros detalles", "-1315571766": "Lugar de nacimiento", - "-2040322967": "Ciudadanía", + "-2040322967": "Nacionalidad", "-1692219415": "Residencia fiscal", "-1903720068": "El país en el que cumple con los criterios para pagar impuestos. Por lo general, el país en el que reside físicamente.", "-651516152": "Número de identificación fiscal", "-1387062433": "Motivo para abrir la cuenta", "-1451334536": "Continúe operando", - "-1525879032": "Sus documentos para comprobante de domicilio caducaron. Por favor envíelos nuevamente.", - "-1425489838": "No se requiere comprobante de verificación de dirección", + "-1525879032": "Sus documentos para verificar su dirección caducaron. Por favor envíelos nuevamente.", + "-1425489838": "No se requiere verificación de la prueba de dirección", "-1008641170": "Su cuenta no necesita verificación de dirección en este momento. Le informaremos si se requiere verificación de dirección en el futuro.", - "-60204971": "No pudimos verificar su comprobante de domicilio", - "-1944264183": "Para continuar operando, también debe presentar un comprobante de identidad.", + "-60204971": "No pudimos verificar su prueba de dirección", + "-1944264183": "Para continuar operando, también debe presentar una prueba de identidad.", "-2004327866": "Seleccione un país válido de emisión del documento.", "-1664159494": "País", "-1552821634": "Intente enviar un documento de identidad.", @@ -1832,22 +1846,22 @@ "-1926456107": "La identificación que envió caducó.", "-555047589": "Parece que su documento de identidad ha caducado. Vuelva a intentarlo con un documento válido.", "-841187054": "Intentar de nuevo", - "-2097808873": "No pudimos verificar su identificación con los detalles que proporcionó. ", - "-228284848": "No pudimos verificar su identificación con los detalles que proporcionó.", + "-2097808873": "No pudimos verificar su identidad con los detalles que proporcionó. ", + "-228284848": "No pudimos verificar su identidad con los detalles que proporcionó.", "-1443800801": "Su número de identificación se envió correctamente", - "-1391934478": "Su identificación está verificada. También deberá presentar un comprobante de su dirección.", - "-118547687": "Verificación de identificación aprobada", - "-749870311": "Contáctenos a través de <0>chat en vivo.", + "-1391934478": "Su identidad está verificada. También deberá presentar una prueba de su dirección.", + "-118547687": "Verificación de identidad aprobada", + "-749870311": "Contáctenos a través del <0>chat en vivo.", "-200989771": "Ir a detalles personales", - "-1358357943": "Verifique y actualice su código postal antes de enviar un comprobante de identidad.", + "-1358357943": "Verifique y actualice su código postal antes de enviar una prueba de identidad.", "-1401994581": "Faltan sus datos personales", - "-1084991359": "No se requiere comprobande de verificación de identidad", + "-1084991359": "No se requiere verificación de la prueba de identidad", "-1981334109": "Su cuenta no necesita verificación de identidad en este momento. Le informaremos si se requiere verificación de identidad en el futuro.", "-1909155192": "No pudimos verificar su documento automáticamente. Intentaremos verificar su documento manualmente. Vuelva a consultarnos en 1-3 días.", "-182918740": "Su envío de prueba de identidad falló porque:", - "-337979330": "No pudimos verificar su comprobante de identidad", - "-706528101": "Como medida de precaución, hemos desactivado el trading, los depósitos y los retiros para esta cuenta. Si tiene alguna pregunta, visite nuestro Centro de ayuda. <0>Centro de ayuda..", - "-856213726": "También debe presentar un comprobante de domicilio.", + "-337979330": "No pudimos verificar su prueba de identidad", + "-706528101": "Como medida de precaución, hemos desactivado las operaciones, los depósitos y los retiros para esta cuenta. Si tiene alguna pregunta, visite nuestro Centro de ayuda. <0>Centro de ayuda..", + "-856213726": "También debe presentar una prueba de dirección.", "-1389323399": "Debe ingresar {{min_number}} - {{max_number}} caracteres.", "-1313806160": "Solicite una nueva contraseña y revise su correo electrónico para obtener el nuevo token.", "-329713179": "Ok", @@ -1856,19 +1870,19 @@ "-2068479232": "Contraseña {{platform}}", "-1332137219": "Las contraseñas seguras contienen al menos 8 caracteres que combinan letras mayúsculas y minúsculas, números y símbolos.", "-1597186502": "Restablecer contraseña {{platform}}", - "-848721396": "Estos límites comerciales son opcionales y puede fortalecerlos en cualquier momento. Si no desea establecer un límite específico, deje el campo en blanco. Si vive en el Reino Unido, el servicio de atención al cliente solo puede eliminar o debilitar sus límites comerciales después de 24 horas de recibir la solicitud. Si vive en la Isla de Man, el servicio de atención al cliente solo puede eliminar o debilitar sus límites comerciales después de que haya expirado su período de límite comercial.", - "-469096390": "Estos límites comerciales son opcionales y puede fortalecerlos en cualquier momento. Si no desea establecer un límite específico, deje el campo en blanco. El servicio de atención al cliente solo puede eliminar o debilitar sus límites comerciales después de 24 horas de recibir la solicitud.", + "-848721396": "Estos límites de operaciones son opcionales y puede fortalecerlos en cualquier momento. Si no desea establecer un límite específico, deje el campo en blanco. Si vive en el Reino Unido, el servicio de atención al cliente solo puede eliminar o debilitar sus límites comerciales después de 24 horas de recibir la solicitud. Si vive en la Isla de Man, el servicio de atención al cliente solo puede eliminar o debilitar sus límites comerciales después de que haya expirado su período de límite de operaciones.", + "-469096390": "Estos límites de operaciones son opcionales y puede fortalecerlos en cualquier momento. Si no desea establecer un límite específico, deje el campo en blanco. El servicio de atención al cliente solo puede eliminar o debilitar sus límites de operación después de 24 horas de recibir la solicitud.", "-42808954": "También puede excluirse por completo durante un período específico. Esto solo se puede eliminar una vez que haya expirado su autoexclusión. Si desea continuar operando una vez que expire su período de autoexclusión, debe comunicarse con Atención al cliente llamando al <0>+447723580049 para levantar esta autoexclusión. No se admitirán solicitudes por chat o correo electrónico. Habrá un período de reflexión de 24 horas antes de que pueda reanudar las operaciones.", "-135354733": "Estos límites de autoexclusión le ayudan a controlar la cantidad de dinero y el tiempo que dedica a operar en DTrader, DBot y SmartTrader. Los límites que establezca aquí le ayudarán a ejercer <0>trading responsable.", "-1702324712": "Estos límites son opcionales y puede ajustarlos en cualquier momento. Usted decide cuánto y durante cuánto tiempo desea operar. Si no desea establecer un límite específico, deje el campo en blanco.", - "-1819875658": "También puede excluirse por completo durante un período específico. Una vez finalizado el período de autoexclusión, puede ampliarlo más o reanudar el trading de inmediato. Si desea reducir o eliminar el período de autoexclusión, comuníquese con nuestro <0>Atención al cliente.", - "-1031814119": "Acerca de los límites trading y la autoexclusión", - "-183468698": "Límites de trading y auto-exclusión", + "-1819875658": "También puede excluirse por completo durante un período específico. Una vez finalizado el período de autoexclusión, puede ampliarlo más o reanudar las operaciones de inmediato. Si desea reducir o eliminar el período de autoexclusión, comuníquese con nuestro <0>Atención al cliente.", + "-1031814119": "Acerca de los límites de operaciones y la autoexclusión", + "-183468698": "Límites de operaciones y autoexclusión", "-933963283": "No, revisa mis límites", "-1759860126": "Sí, cierra mi sesión inmediatamente", "-839094775": "Atrás", "-572347855": "{{value}} min.", - "-313333548": "Podrá ajustar estos límites en cualquier momento. Puede reducir sus límites desde la <0>página de autoexclusión. Para aumentar o eliminar sus límites, comuníquese con nuestro <1>equipo de atención al cliente.", + "-313333548": "Podrá ajustar estos límites en cualquier momento. Puede reducir sus límites desde la <0>página de autoexclusión. Para aumentar o eliminar sus límites, comuníquese con nuestro <1>equipo de Atención al cliente.", "-1265833982": "Aceptar", "-2123139671": "Sus límites de inversiones y pérdidas", "-1250802290": "24 horas", @@ -1888,14 +1902,16 @@ "-1116871438": "Pérdida máx. total durante 30 días", "-2134714205": "Límite de tiempo por sesión", "-1884271702": "Tiempo de inactividad hasta", - "-1265825026": "El tiempo de inactividad debe ser mayor que el tiempo actual.", + "-1265825026": "El tiempo de inactividad debe ser mayor que el momento actual.", "-1332882202": "El tiempo de inactividad no puede ser mayor a seis semanas.", "-1635977118": "El tiempo de exclusión no puede ser menor a 6 meses.", - "-1617352279": "El correo electrónico está en su bandeja de spam (a veces las cosas se pierden allí).", + "-1617352279": "El correo electrónico está en su carpeta de spam (a veces las cosas se pierden allí).", "-547557964": "No podemos enviar el correo electrónico a esta dirección (generalmente debido a los firewalls o al filtrado).", "-1964320730": "Haga clic en el enlace del correo electrónico para cambiar su contraseña de <0>Deriv X.", "-976364600": "Haga clic en el enlace del correo electrónico para cambiar su contraseña DMT5.", - "-2073934245": "Los servicios del trading financiero ofrecidos en este sitio solo son adecuados para clientes que aceptan la posibilidad de perder todo el dinero que invierten y que entienden y tienen experiencia del riesgo involucrado en la compra de contratos financieros. Las transacciones en contratos financieros conllevan un alto grado de riesgo. Si los contratos que compró caducan como sin valor, perderá toda su inversión, que incluye la prima del contrato.", + "-742748008": "Compruebe su correo electrónico y haga clic en el enlace del mismo para continuar.", + "-84068414": "¿Todavía no ha recibido el correo electrónico? Contáctenos a través del <0>chat en vivo.", + "-2073934245": "Los servicios del trading financiero ofrecidos en este sitio solo son adecuados para clientes que aceptan la posibilidad de perder todo el dinero que invierten y que entienden y tienen experiencia del riesgo involucrado en la compra de contratos financieros. Las transacciones en contratos financieros conllevan un alto grado de riesgo. Si los contratos que compró expiran sin valor, perderá toda su inversión, que incluye la prima del contrato.", "-679569665": "Su cuenta se abrirá con Deriv (MX) Ltd, regulada por la Comisión de Juego del Reino Unido (UKGC), y estará sujeta a las leyes de la Isla de Man.", "-1970096931": "Su cuenta se abrirá con Deriv (Europe) Limited, regulada por la Autoridad de Juegos de Malta, y estará sujeta a las leyes de Malta.", "-1300699650": "Su cuenta se abrirá con Deriv Capital International Ltd y estará sujeta a las leyes de Samoa.", @@ -1912,25 +1928,25 @@ "-179005984": "Guardar", "-789291456": "Residencia fiscal*", "-1651554702": "Solo se permite el alfabeto", - "-1458676679": "Debería ingresar 2-50 caracteres.", + "-1458676679": "Debería ingresar de 2 a 50 caracteres.", "-1166111912": "Utilice solo los siguientes caracteres especiales: {{ permitted_characters }}", - "-884768257": "Debería ingresar 0-35 caracteres.", - "-2113555886": "Se permiten sólo letras, números, espacios y guiones.", - "-874280157": "Este número de identificación fiscal (NIF) no es válido. Puede continuar utilizarlo, pero para facilitar futuros procesos de pago, se requerirá información fiscal válida.", + "-884768257": "Debería ingresar de 0 a 35 caracteres.", + "-2113555886": "Se permiten solo letras, números, espacios y guiones.", + "-874280157": "Este número de identificación fiscal (NIF) no es válido. Puede continuar utilizándolo, pero para facilitar futuros procesos de pago, se requerirá información fiscal válida.", "-1037916704": "Srta.", "-1113902570": "Detalles", "-634958629": "Usamos la información que nos proporciona solo con fines de verificación. Toda la información se mantiene confidencial.", "-731992635": "Título*", "-352888977": "Título", "-136976514": "País de residencia*", - "-945104751": "Estamos legalmente obligados a solicitar su información tributaria.", + "-945104751": "Estamos legalmente obligados a solicitar su información fiscal.", "-1702919018": "Segunda línea de dirección (opcional)", "-1124948631": "Cliente Profesional", "-1463348492": "Quiero ser tratado como un cliente profesional.", "-1958764604": "Preferencias de correo electrónico", "-2121071263": "Marque esta casilla para recibir actualizaciones por correo electrónico.", "-2068064150": "Obtenga actualizaciones sobre los productos, servicios y eventos de Deriv.", - "-1558679249": "Asegúrese de que su información sea correcta o eso puede afectar su experiencia comercial.", + "-1558679249": "Asegúrese de que su información sea correcta o eso puede afectar su experiencia de operaciones.", "-862399107": "Lamentamos que se vaya. Su cuenta ahora está desactivada.", "-1822545742": "Ether Classic", "-1334641066": "Litecoin", @@ -1940,7 +1956,7 @@ "-1357606534": "Permiso", "-570222048": "Revocar el acceso", "-2116332353": "Cierre sus posiciones en las siguientes cuentas Deriv:", - "-2048005267": "{{number_of_positions}} posición (es)", + "-2048005267": "{{number_of_positions}} posición(es)", "-1923892687": "Retire sus fondos de las siguientes cuentas de Deriv X:", "-684271315": "OK", "-1629894615": "Tengo otras prioridades financieras.", @@ -1950,7 +1966,7 @@ "-401778324": "Desactivaré mi cuenta por otros motivos.", "-9323953": "Caracteres restantes: {{remaining_characters}}", "-1248180182": "¿Desactivar cuenta?", - "-136868676": "La desactivación de su cuenta cerrará sesión automáticamente. Puede reactivar su cuenta iniciando sesión en cualquier momento.", + "-136868676": "La desactivación de su cuenta cerrará su sesión automáticamente. Puede reactivar su cuenta iniciando sesión en cualquier momento.", "-1318334333": "Desactivar", "-1219849101": "Por favor seleccione al menos un motivo", "-484540402": "Ocurrió un error", @@ -1966,18 +1982,19 @@ "-1725454783": "Fallado", "-506510414": "Fecha y hora", "-1708927037": "Dirección IP", - "-365847515": "Aplicaciones que puede utilizar con su login de Deriv:", + "-1042416056": "Utilice la contraseña de <0>Deriv para iniciar sesión en Deriv.com, Deriv Go, Dtrader, SmartTrader y DBot.", + "-365847515": "Aplicaciones que puede utilizar con su usuario de Deriv:", "-26491905": "Está utilizando su cuenta {{identifier_title}} para acceder a su cuenta Deriv. Para cambiar su método de inicio de sesión en usar un nombre de usuario y una contraseña, haga clic en el botón <0>Desconectar.", "-596920538": "Desvincular", - "-1319725774": "Constraseña DMT5", - "-1403020742": "Esta contraseña DMT5 es para acceder a sus cuentas de Deriv MT5 en el escritorio, la web y las aplicaciones móviles.", - "-340060402": "Su contraseña de Deriv X es para iniciar sesión en sus cuentas de Deriv X en la web y en las aplicaciones móviles.", + "-1319725774": "Contraseña DMT5", + "-1403020742": "Esta contraseña DMT5 es para acceder a sus cuentas de Deriv MT5 en la aplicación de escritorio, web y móvil.", + "-340060402": "Su contraseña de Deriv X es para iniciar sesión en sus cuentas de Deriv X en la aplicación web y móvil.", "-872790083": "Haga clic en el botón <0>Cambiar contraseña para cambiar su contraseña Deriv X.", "-412891493": "Deshabilitar 2FA", "-200487676": "Activar", "-1840392236": "Ese no es el código correcto. Inténtelo de nuevo.", "-307075478": "Código de 6 dígitos", - "-790444493": "Proteja su cuenta con 2FA. Cada vez que inicie sesión en su cuenta, deberá ingresar su contraseña y un código de autenticación generado por una aplicación 2FA en su teléfono inteligente.", + "-790444493": "Proteja su cuenta con 2FA. Cada vez que inicie sesión en su cuenta, deberá ingresar su contraseña y un código de autenticación generado por una aplicación 2FA en su smartphone.", "-368010540": "Ha habilitado 2FA para su cuenta Deriv.", "-403552929": "Para deshabilitar 2FA, ingrese el código de autenticación de seis dígitos generado por su aplicación 2FA a continuación:", "-752939584": "Cómo configurar 2FA para su cuenta Deriv", @@ -1995,19 +2012,19 @@ "-639677539": "Comprar criptomonedas", "-1560098002": "Comprar criptomonedas a través de fiat onramp", "-541870313": "Depositar a través de agentes de pago", - "-72314872": "Deposite en su moneda local a través de un intercambio peer-to-peer con otros compañeros traders en su país.", + "-72314872": "Deposite en su moneda local a través de un intercambio entre pares (P2P) con otros traders en su país.", "-58126117": "Su acceso simple a las cripto. Una forma rápida y segura de intercambiar y comprar criptomonedas. Soporte de chat en vivo 24/7.", "-1975494965": "Cajero", "-1186807402": "Transferir", "-1787304306": "Deriv P2P", - "-1705887186": "Su depósito ha sido exitoso.", + "-1705887186": "Su depósito se ha realizado con éxito.", "-142361708": "En proceso", - "-1582681840": "Hemos recibido su solicitud y estamos esperando más confirmaciones de la cadena de bloques.", + "-1582681840": "Hemos recibido su solicitud y estamos esperando más confirmaciones de la cadena de bloques (blockchain).", "-1626218538": "Ha cancelado su solicitud de retiro.", "-1062841150": "Su retiro no ha tenido éxito debido a un error en la cadena de bloques. Por favor <0>contacte con nosotros a través del chat en vivo para más información.", "-630780094": "Estamos esperando la confirmación de la cadena de bloques.", - "-1525882769": "Su retiro no ha sido exitoso. Te hemos enviado un correo electrónico con más información.", - "-298601922": "Su retiro es exitoso.", + "-1525882769": "No se ha podido realizar su retiro. Le hemos enviado un correo electrónico con más información.", + "-298601922": "Su retiro se ha realizado con éxito.", "-2021135479": "Este campo es obligatorio.", "-1870909526": "Nuestro servidor no puede recuperar una dirección.", "-582721696": "La cantidad de retiro permitido actualmente es de {{format_min_withdraw_amount}} a {{format_max_withdraw_amount}} {{currency}}", @@ -2016,7 +2033,7 @@ "-197251450": "¿No quiere comerciar en {{currency_code}}? Puede abrir otra cuenta de criptomoneda.", "-212277385": "Ya no puede cambiar la moneda de su cuenta porque ha hecho un depósito en su cuenta fiat o ha creado una cuenta real DMT5 o Deriv X. Por favor, contáctenos a través del <0>chat en vivo para aclarar su situación.", "-1900848111": "Esta es su {{currency_code}} cuenta.", - "-749765720": "La moneda de su cuenta fíat está configurada en {{currency_code}}.", + "-749765720": "La moneda de su cuenta fiat está configurada en {{currency_code}}.", "-803546115": "Gestione sus cuentas ", "-1463156905": "Aprenda más sobre los métodos de pago", "-486580863": "Transferir a", @@ -2035,7 +2052,7 @@ "-417711545": "Crear cuenta", "-1321645628": "Su cajero está bloqueado actualmente. Comuníquese con nosotros a través del chat en vivo para averiguar cómo desbloquearlo.", "-60779216": "Los retiros no están disponibles temporalmente debido al mantenimiento del sistema. Puede hacer retiros cuando se complete el mantenimiento.", - "-215186732": "No ha ajustado el país de su residencia. Para acceder al Cajero, actualice el país de su residencia en la sección Datos personales en la configuración de su cuenta.", + "-215186732": "No ha ajustado su país de residencia. Para acceder al Cajero, actualice su país de residencia en la sección Datos personales en la configuración de su cuenta.", "-1392897508": "Los documentos de identificación que envió han caducado. Envíe documentos de identidad válidos para desbloquear el cajero. ", "-1158467524": "Su cuenta está temporalmente deshabilitada. Comuníquese con nosotros a través del chat en vivo para habilitar los depósitos y retiros nuevamente.", "-929148387": "Configure la moneda de su cuenta para permitir depósitos y retiros.", @@ -2044,12 +2061,12 @@ "-247122507": "Su cajero está bloqueado. Complete la <0>evaluación financiera para desbloquearlo.", "-1443721737": "Su cajero está bloqueado. Vea <0>cómo protegemos sus fondos antes de continuar.", "-901712457": "Su acceso al Cajero se ha desactivado temporalmente porque no ha establecido su límite de facturación de 30 días. Vaya a <0>Autoexclusión y establezca su límite de facturación de 30 días.", - "-666905139": "Depósitos están bloqueados", + "-666905139": "Los depósitos están bloqueados", "-378858101": "Sus <0>datos personales están incompletos. Vaya a la configuración de su cuenta y complete sus datos personales para permitir depositos.", "-166472881": "Sus <0>datos personales están incompletos. Vaya a la configuración de su cuenta y complete sus datos personales para permitir depósitos y retiros.", "-1037495888": "Ha elegido excluirse del comercio en nuestro sitio web hasta el {{exclude_until}}. Si no puede realizar una transacción o depósito después de su período de autoexclusión, comuníquese con nosotros a través del chat en vivo.", "-949074612": "Contáctenos a través de chat en vivo.", - "-127614820": "Desafortunadamente, solo puede realizar depósitos. Comuníquese con nosotros a través del chat en vivo para habilitar los retiros.", + "-127614820": "Desgraciadamente, solo puede realizar depósitos. Comuníquese con nosotros a través del chat en vivo para habilitar los retiros.", "-759000391": "No pudimos verificar su información automáticamente. Para habilitar esta función, debe completar lo siguiente:", "-1638172550": "Para habilitar esta función, debe completar lo siguiente:", "-1632668764": "Acepto", @@ -2064,8 +2081,9 @@ "-203002433": "Deposite ahora", "-720315013": "No tiene fondos en su cuenta {{currency}}", "-2052373215": "Haga un depósito para usar esta función.", + "-1201279468": "Para retirar los fondos, elija el mismo método de pago que utilizó para depositar.", "-553249337": "Las transferencias están bloqueadas", - "-705272444": "Adjunte un comprobante de identidad para verificación", + "-705272444": "Adjunte una prueba de identidad para verificación", "-1196994774": "Cobraremos una tarifa de transferencia del 2% o {{minimum_fee}} {{currency}}, lo que sea mayor, por las transferencias entre sus cuentas de criptomoneda Deriv.", "-1611462487": "Cobraremos una tarifa de transferencia del 2% o {{minimum_fee}} {{currency}}, lo que sea mayor, por las transferencias entre sus cuentas de criptomoneda Deriv y DMT5 y entre sus cuentas de criptomoneda Deriv y Deriv X.", "-1059419768": "Notas", @@ -2083,7 +2101,7 @@ "-1077304626": "Cantidad ({{currency}})", "-1559994981": "Valor aproximado", "-190084602": "Transacción", - "-811190405": "Tiempo", + "-811190405": "Hora", "-2004264970": "La dirección de su billetera debe tener entre 25 y 64 caracteres.", "-1707299138": "La dirección de su monedero {{currency_symbol}}", "-1179992129": "Todos los agentes de pago", @@ -2093,12 +2111,12 @@ "-596416199": "Por nombre", "-1169636644": "Por ID de agente de pago", "-118683067": "Límites de retiro: <0 />-<1 />", - "-544232635": "Diríajse a la página Depósito para generar una dirección. Luego regrese aquí para continuar con su transacción.", + "-544232635": "Diríjase a la página Depósito para generar una dirección. Luego regrese aquí para continuar con su transacción.", "-1161069724": "Copie la dirección criptográfica que vea a continuación. La necesitará para depositar su criptomoneda.", "-1388977563": "¡Copiado!", "-1962894999": "Esta dirección solo se puede utilizar UNA VEZ. Copie una nueva para su próxima transacción.", "-451858550": "Al hacer clic en \"Continuar\", será redirigido a {{ service }}, un proveedor de servicios de pago externo. Tenga en cuenta que {{ website_name }} no es responsable del contenido o los servicios proporcionados por {{ service }}. Si encuentra algún problema relacionado con los servicios de {{ service }}, debe comunicarse directamente con {{ service }}.", - "-344959847": "Un agente de pagos está autorizado a procesar depósitos y retiros por usted si sus métodos de pago o monedas locales no son compatibles con {{website_name}}.", + "-1137412124": "¿No encuentra un método de pago adecuado para su país? Pruebe con un agente de pagos.", "-1232852916": "Estamos cambiando a su cuenta {{currency}} para ver la transacción.", "-38063175": "{{account_text}} billetera", "-1474202916": "Hacer un nuevo retiro", @@ -2111,22 +2129,22 @@ "-598073640": "Sobre Tether (Ethereum)", "-275902914": "Tether en Ethereum (eUSDT)", "-1188009792": "Tether en Omni Layer (USDT)", - "-1239329687": "Tether se creó originalmente para usar la red bitcoin como su protocolo de transporte, específicamente, Omni Layer, para permitir transacciones de moneda tradicional tokenizada.", + "-1239329687": "Tether se creó originalmente para usar la red bitcoin como su protocolo de transporte, específicamente Omni Layer, para permitir transacciones de moneda tradicional tokenizada.", "-2013448791": "¿Quiere intercambiar monedas de billetera electrónica? Pruebe <0>Ewallet.Exchange", "-993393818": "Binance Smart Chain", "-561858764": "Polygon (Matic)", "-410890127": "Ethereum (ERC20)", "-1059526741": "Ethereum (ETH)", - "-1615615253": "No admitimos Tron, para depositar por favor utilice sólo Ethereum ({{token}}).", + "-1615615253": "No admitimos Tron, para depositar por favor utilice solo Ethereum ({{token}}).", "-1831000957": "Seleccione la red de la que procederá su depósito.", "-314177745": "Desafortunadamente, no pudimos obtener la dirección porque nuestro servidor no funcionaba. Haga clic en Actualizar para volver a subir la dirección o vuelva a intentarlo más tarde.", "-1345040662": "¿Busca una forma de comprar criptomonedas?", - "-2005265642": "Fiat onramp es un servicio de caja que le permite convertir monedas fiduciarias a cripto para recargar sus cuentas cripto de Deriv. Aquí se enumeran los intercambios cripto de terceros. Deberá crear una cuenta con ellos para utilizar sus servicios.", + "-2005265642": "Fiat onramp es un servicio de cajero que le permite convertir monedas fiduciarias a cripto para recargar sus cuentas cripto de Deriv. Aquí se enumeran los intercambios cripto de terceros. Deberá crear una cuenta con ellos para utilizar sus servicios.", "-1593063457": "Seleccione canal de pago", "-130833284": "Tenga en cuenta que sus límites de retiro máximo y mínimo no son fijos. Cambian debido a la alta volatilidad de las criptomonedas.", "-1531269493": "Le enviaremos un correo electrónico una vez que su transacción haya sido procesada.", "-113940416": "Inversión actual:", - "-1999539705": "Cancelación de contrato. cuota:", + "-1999539705": "Cuota por cancelación de contrato:", "-447037544": "Precio de compra:", "-1342699195": "Ganancia/pérdida total:", "-1511825574": "Ganancia/Pérdida:", @@ -2159,13 +2177,13 @@ "-376148198": "Solo Arriba", "-1337379177": "Tick alto", "-328036042": "Ingrese una cantidad de stop loss que sea mayor que la pérdida potencial actual.", - "-2127699317": "Stop loss inválido. Stop loss no puede ser superior a una inversión.", + "-2127699317": "Stop loss inválido. Stop loss no puede ser superior a la inversión.", "-1940333322": "El DBot no está disponible para esta cuenta", "-1210387519": "Ir al panel de DMT5", "-1223145005": "Cantidad de pérdida: {{profit}}", "-1062922595": "ID de referencia (compra)", "-2068574600": "ID de referencia (venta)", - "-994038153": "Hora de comienzo", + "-994038153": "Hora de inicio", "-1979852400": "Punto de entrada", "-427802309": "Ganancia/Pérdida", "-668558002": "Diario.csv", @@ -2178,7 +2196,7 @@ "-689786738": "Duración mínima: {{ min }}", "-184183432": "Duración máxima: {{ max }}", "-1194719174": "La cantidad del multiplicador utilizada para aumentar su inversión si está perdiendo una operación.", - "-749186458": "El cambio de cuenta está deshabilitado mientras su bot se está ejecutando. Detenga su bot antes de cambiar de cuenta.", + "-749186458": "No es posible cambiar de cuenta mientras su bot se está ejecutando. Detenga el bot antes de cambiar de cuenta.", "-662836330": "¿Desea mantener su contrato actual o cerrarlo? Si decide mantenerlo en marcha, puede comprobarlo y cerrarlo más tarde en la página <0>Informes.", "-597939268": "Mantener mi contrato", "-1322453991": "Debes iniciar sesión para ejecutar el bot.", @@ -2192,7 +2210,7 @@ "-740712821": "UN", "-187634388": "Este bloque es obligatorio. Aquí es donde puede decidir si su bot debe continuar operando. Solo se permite una copia de este bloque.", "-2105473795": "El único parámetro de entrada determina cómo se formateará la salida de bloque. En caso de que el parámetro de entrada sea \"cadena\", se agregará la moneda de la cuenta.", - "-1800436138": "2. para \"número\": 1325.68", + "-1800436138": "2. para \"número\": 1.325,68", "-2046396241": "Este bloque es obligatorio. Solo se permite una copia de este bloque. Se agrega al lienzo de forma predeterminada cuando abre DBot.", "-530632460": "Este bloque se usa para determinar si el precio de mercado se mueve en la dirección seleccionada o no. Le da un valor de \"Verdadero\" o \"Falso\".", "-1875717842": "Ejemplos:", @@ -2216,7 +2234,7 @@ "-1247744334": "- Precio bajo: el precio más bajo", "-1386365697": "- Precio de cierre: el precio de cierre", "-1498732382": "Una vela negra (o roja) indica que el precio de apertura es más alto que el precio de cierre. Esto representa un movimiento a la baja del precio de mercado.", - "-1871864755": "Este bloque le proporciona el último dígito del último valor de tick del mercado seleccionado. Si el último valor de tick es 1410.90, este bloque devolverá 0. Es útil para contratos basados en dígitos, como Par/Impar, Iguales/Diferentes o Superior/Inferior.", + "-1871864755": "Este bloque le proporciona el último dígito del último valor de tick del mercado seleccionado. Si el último valor de tick es 1.410,90, este bloque devolverá 0. Es útil para contratos basados en dígitos, como Par/Impar, Iguales/Diferentes o Superior/Inferior.", "-1029671512": "En caso de que se seleccione la operación \"O\", el bloque devuelve \"Verdadero\" en caso de que uno o ambos valores dados sean \"Verdaderos\"", "-210295176": "Operaciones disponibles:", "-1385862125": "- Adición", @@ -2227,8 +2245,8 @@ "-2009817572": "Este bloque realiza las siguientes operaciones a un número dado", "-671300479": "Las operaciones disponibles son:", "-514610724": "- Absoluto", - "-1923861818": "- El número de Euler (2.71) a la potencia de un número dado", - "-1556344549": "Así es cómo:", + "-1923861818": "- El número de Euler (2,71) a la potencia de un número dado", + "-1556344549": "He aquí cómo:", "-1061127827": "- Visite la siguiente URL, asegúrese de reemplazar con el token API de Telegram que creó en el Paso 1: https://api.telegram.org/bot/getUpdates", "-70949308": "4. Regrese a DBot y agregue el bloque Notificar Telegram al espacio de trabajo. Pegue el token API de Telegram y la ID de chat en los campos de bloque en consecuencia.", "-311389920": "En este ejemplo, los precios abiertos de una lista de velas se asignan a una variable llamada \"cl\".", @@ -2240,23 +2258,23 @@ "-555996976": "- Hora de entrada: la hora de inicio del contrato", "-1391071125": "- Tiempo de salida: el tiempo de vencimiento del contrato", "-1961642424": "- Valor de salida: el valor del último tick del contrato", - "-111312913": "- Barrera: el valor de la barrera del contrato (aplicable a los tipos de comercio basados en la barrera, como permanecer dentro / fuera, tocar / no tocar, etc.)", - "-674283099": "- Resultado: el resultado del último contrato: \"ganar\" o \"perder\"", + "-111312913": "- Barrera: el valor de la barrera del contrato (aplicable a los tipos de operación basados en la barrera, como permanece dentro/fuera, toca/no toca, etc.)", + "-674283099": "- Resultado: el resultado del último contrato: \"gana\" o \"pierde\"", "-704543890": "Este bloque le proporciona el valor de vela seleccionado, como precio de apertura, precio de cierre, precio alto, precio bajo y tiempo de apertura. Requiere una vela como parámetro de entrada.", "-482281200": "En el siguiente ejemplo, el precio de apertura se asigna a la variable \"op\".", "-364621012": "Este bloque le proporciona el valor de vela especificado para un intervalo de tiempo seleccionado. Puede elegir qué valor quiere:", - "-232477769": "- Abierto: el precio de apertura", + "-232477769": "- Apertura: el precio de apertura", "-610736310": "Use este bloque para vender su contrato al precio de mercado. Vender su contrato es opcional. Puede optar por vender si la tendencia del mercado es desfavorable.", "-1307657508": "Este bloque le brinda la ganancia o pérdida potencial si decide vender su contrato. Solo se puede usar dentro del bloque raíz \"Condiciones de venta\".", "-1921072225": "En el siguiente ejemplo, el contrato solo se venderá si la ganancia o pérdida potencial es mayor que la inversión.", - "-955397705": "SMA agrega el precio de mercado en una lista de ticks o velas por varios períodos de tiempo, y divide la suma por ese número de períodos de tiempo.", + "-955397705": "El indicador SMA agrega el precio de mercado en una lista de ticks o velas por varios períodos de tiempo, y divide la suma por ese número de períodos de tiempo.", "-1424923010": "donde n es el número de períodos.", - "-1835384051": "Que indica la SMA", - "-749487251": "SMA sirve como un indicador de la tendencia. Si la SMA apunta hacia arriba, entonces el precio de mercado está aumentando y viceversa. Cuanto mayor es el número de período, más suave es la línea SMA.", + "-1835384051": "Qué indica la SMA", + "-749487251": "El indicador SMA sirve como un indicador de tendencia. Si la SMA apunta hacia arriba, entonces el precio de mercado está aumentando y viceversa. Cuanto mayor es el número de período, más suave es la línea SMA.", "-1996062088": "En este ejemplo, cada punto de la línea SMA es un promedio aritmético de precios de cierre de los últimos 10 días.", "-1866751721": "La lista de entrada acepta una lista de ticks o velas, mientras que el período es el período de tiempo especificado.", "-1097076512": "Puede comparar los valores de SMA calculados en cada ejecución de bot para identificar la dirección de la tendencia del mercado. Alternativamente puede usar una variación del bloque SMA, el bloque del Conjunto de la Media Móvil Simple. ", - "-1254849504": "Si se ingresa un período de 10, el bloque del Conjunto de la Media Móvil Simple devolverá una lista de valores de SMA calculados en función del período de 10.", + "-1254849504": "Si se ingresa un período de 10, el bloque del Conjunto de la Media Móvil Simple (SMA) devolverá una lista de valores de SMA calculados en función del período de 10.", "-1190046167": "Este bloque muestra un cuadro de diálogo con un mensaje personalizado. Cuando se muestra el cuadro de diálogo, su estrategia se detiene y solo se reanudará después de hacer clic en \"Aceptar\".", "-859028989": "En este ejemplo, la fecha y la hora se mostrarán en un cuadro de notificación verde.", "-1452086215": "En este ejemplo, se comprará un contrato Alza a la medianoche del 1 de agosto de 2019.", @@ -2264,10 +2282,10 @@ "-1872233077": "Su ganancia potencial se multiplicará por el valor del multiplicador que haya elegido.", "-614454953": "Para saber más sobre multiplicadores, vaya a la página <0>Multiplicadores.", "-2078588404": "Seleccione su mercado deseado y el tipo de activo. Por ejemplo, Forex > Pares principales > AUD/JPY", - "-2037446013": "2.Tipo de Comercio", + "-2037446013": "2. Tipo de Operación", "-533927844": "Seleccione su tipo de comercio deseado. Por ejemplo, Arriba/Abajo > Alza/Baja", "-1192411640": "4. Intervalo de vela predeterminado", - "-485434772": "8. Opciones comerciales", + "-485434772": "8. Opciones de Operación", "-1827646586": "Este bloque asigna un valor dado a una variable, creando la variable si aún no existe.", "-254421190": "Listar: ({{message_length}})", "-9461328": "Seguridad y privacidad", @@ -2278,20 +2296,20 @@ "-870004399": "<0>Compra: {{longcode}} (ID: {{transaction_id}})", "-1211474415": "Filtros", "-186972150": "No hay mensajes para mostrar", - "-558594655": "El bot no está funcionando", - "-478946875": "Las estadísticas están borradas", - "-999254545": "Todos los mensajes son filtrados", + "-558594655": "El bot no se está ejecutando", + "-478946875": "Las estadísticas se han borrado", + "-999254545": "Todos los mensajes se han filtrado", "-786915692": "Está conectado a Google Drive", "-1150107517": "Conectar", - "-1759213415": "Vea como esta aplicación maneja sus datos de acuerdo a la <0>Política de privacidad de Deriv, la cuál es parte de los <1>Términos y condiciones de Deriv.", + "-1759213415": "Vea cómo esta aplicación maneja sus datos de acuerdo a la <0>Política de privacidad de Deriv, la cual forma parte de los <1>Términos y condiciones de Deriv.", "-934909826": "Cargar la estrategia", "-1121028020": "o, si lo prefiere...", "-254025477": "Seleccione un archivo XML de su dispositivo", "-1131095838": "Suba un archivo XML", - "-523928088": "Cree uno o sube uno desde su disco local o Google Drive.", + "-523928088": "Cree uno o suba uno desde su disco local o Google Drive.", "-1684205190": "¿Por qué no puedo ver mis bots recientes?", "-2050879370": "1. Se ha conectado desde un dispositivo diferente", - "-811857220": "3. El caché de su navegador borrado", + "-811857220": "3. Ha borrado la caché de su navegador", "-1016171176": "Activo", "-621128676": "Tipo de operación", "-671128668": "La cantidad que paga para abrir una operación.", @@ -2302,7 +2320,7 @@ "-584289785": "No, me quedaré", "-1435060006": "Si se va, su contrato actual se completará, pero su bot dejará de ejecutarse de inmediato.", "-783058284": "Inversión total", - "-2077494994": "Salida", + "-2077494994": "Pago total", "-1073955629": "Nº de ejecuciones", "-1729519074": "Contratos perdidos", "-42436171": "Ganancia/Pérdida total", @@ -2310,17 +2328,17 @@ "-224804428": "Transacciones", "-1137823888": "Pago total desde la última vez que borró sus estadísticas.", "-992662695": "La cantidad de veces que su bot se ha ejecutado desde la última vez que borró sus estadísticas. Cada ejecución incluye la aplicación de todos los bloques raíz.", - "-1382491190": "Su ganancia / pérdida total desde la última vez que borró sus estadísticas. Es la diferencia entre su pago y su inversión total.", + "-1382491190": "Su ganancia/pérdida total desde la última vez que borró sus estadísticas. Es la diferencia entre su pago y su inversión total.", "-305283152": "Nombre de la estrategia", "-1003476709": "Guardar como colección", "-636521735": "Guardar estrategia", "-1373954791": "Debe ser un número válido", "-1278608332": "Por favor, ingrese un número entre 0 y {{api_max_losses}}.", - "-287597204": "Establezca límites para detener a su bot y evitar operar cuando se cumplen alguna de estas condiciones.", + "-287597204": "Establezca límites para detener su bot y evitar operar cuando se cumplen alguna de estas condiciones.", "-1445989611": "Limita sus pérdidas potenciales por el día en todas las plataformas de Deriv.", "-152878438": "La máxima cantidad de operaciones que realizará su bot en esta ejecución.", "-1490942825": "Aplicar y ejecutar", - "-686334932": "Crea un bot desde el menú de inicio y luego presiona el botón ejecutar para iniciar el bot.", + "-686334932": "Cree un bot desde el menú de inicio y luego presione el botón ejecutar para iniciar el bot.", "-1696412885": "Importar", "-250192612": "Clasificar", "-1566369363": "Alejar", @@ -2334,14 +2352,14 @@ "-1133736197": "Utilidad", "-1682372359": "Texto", "-907562847": "Listas", - "-1646497683": "Loops", + "-1646497683": "Bucles", "-251326965": "Misceláneo", "-1285759343": "Buscar", "-1058262694": "Detener el bot evitará más operaciones. Nuestro sistema completará todas las operaciones en curso.", "-1473283434": "Tenga en cuenta que es posible que algunas transacciones completadas no se muestren en la tabla de transacciones si el bot se detiene mientras realiza operaciones.", "-397015538": "Puede consultar la página de estado de cuenta para obtener detalles de todas las transacciones completadas.", "-1442034178": "Contratos comprados", - "-2020280751": "Bot se está deteniendo", + "-2020280751": "El bot se está deteniendo", "-1436403979": "Contrato cerrado", "-1711732508": "IDs de Referencia", "-386141434": "(Comprar)", @@ -2350,24 +2368,24 @@ "-694277729": "(Alto)", "-2028564707": "(Bajo)", "-627895223": "Punto de salida", - "-596238067": "Punto de entrada / salida", + "-596238067": "Punto de entrada/salida", "-1717650468": "En línea", - "-1825471709": "Una experiencia de trading completamente nueva en una plataforma poderosa pero fácil de usar.", + "-1825471709": "Una experiencia de operaciones completamente nueva en una plataforma poderosa pero fácil de usar.", "-215905387": "DBot", - "-981017278": "Trading automatizado a tu alcance. No se necesita conocimiento de codificación.", + "-981017278": "Operaciones automatizadas a tu alcance. No se necesita conocimiento de codificación.", "-398198412": "Opere en Deriv MT5 (DMT5), la plataforma de operación con CFD y FX todo en uno.", - "-1793883644": "Opere FX y CFDs en una plataforma de trading personalizable y fácil de usar.", + "-1793883644": "Opere FX y CFD en una plataforma de operaciones personalizable y fácil de usar.", "-1246992539": "Binary Bot", - "-821418875": "Operador", + "-821418875": "Trader", "-1309011360": "Posiciones abiertas", "-679102561": "Detalles del contrato", - "-430118939": "Política de conflictos", + "-430118939": "Política de quejas", "-744999940": "Cuenta Deriv", "-568280383": "Juegos en Deriv", "-1936757551": "Sintética Deriv", "-1546927062": "Financiera Deriv", - "-895331276": "Complete su comprobante de domicilio", - "-782679300": "Complete su comprobante de identidad", + "-895331276": "Complete su prueba de dirección", + "-782679300": "Complete su prueba de identidad", "-1019903756": "Sintética", "-328128497": "Financiera", "-1416247163": "Financiera STP", @@ -2400,18 +2418,18 @@ "-2030624691": "Índice japonés", "-354063409": "Índice de Estados Unidos", "-232855849": "Índice Euro 50", - "-1925264914": "Índice de volatilidad 25", - "-708579504": "Índice de volatilidad 50", - "-975255670": "Índice de volatilidad 75", + "-1925264914": "Índice de Volatilidad 25", + "-708579504": "Índice de Volatilidad 50", + "-975255670": "Índice de Volatilidad 75", "-1736314513": "Índice Crash 300", "-342128411": "Índice Crash 500", "-9704319": "Índice Crash 1000", "-465860988": "Índice del Mercado Alcista", "-390528194": "Índice Step", - "-1800672151": "Índice GBP", - "-563812039": "Índice de volatilidad 10 (1s)", - "-764111252": "Índice de volatilidad 100 (1s)", - "-1374309449": "Índice de volatilidad 200 (1s)", + "-280323742": "Cesta de EUR", + "-563812039": "Índice de Volatilidad 10 (1s)", + "-764111252": "Índice de Volatilidad 100 (1s)", + "-1374309449": "Índice de Volatilidad 200 (1s)", "-1164978320": "Índice Jump 10", "-575272887": "BCH/USD", "-295406873": "BTC/ETH", @@ -2421,17 +2439,17 @@ "-1112522776": "DSH/USD", "-460689370": "LTC/USD", "-841561409": "Put Spread", - "-144803045": "Se permite sólo el uso de números y los siguientes caracteres especiales {{permitted_characters}}", - "-1450516268": "Se permite sólo el uso de letras, números, espacios, guiones, puntos y apóstrofes.", + "-144803045": "Solo se permite el uso de números y los siguientes caracteres especiales: {{permitted_characters}}", + "-1450516268": "Solo se permite el uso de letras, números, espacios, guiones, puntos y apóstrofes.", "-1072358250": "Letras, espacios, puntos, guiones, apóstrofes únicamente", "-1966032552": "La longitud del token debe ser 8.", - "-2128137611": "Debería empezar con letra o número y puede contener guión y guión bajo.", + "-2128137611": "Debería empezar con letra o número y puede contener guion y guion bajo.", "-1590869353": "Se permiten hasta {{decimal_count}} lugares decimales.", "-2061307421": "Debería ser más de {{min_value}}", "-1099941162": "Debería ser menos de {{max_value}}", - "-1528188268": "Líneas rectas de claves son fáciles de adivinar", + "-1528188268": "Una hilera de teclas seguidas es fácil de adivinar", "-1339903234": "Los patrones de teclado cortos son fáciles de adivinar", - "-23980798": "Las repeticiones así como \"aaa\" son fáciles de adivinar", + "-23980798": "Las repeticiones como \"aaa\" son fáciles de adivinar", "-235760680": "Evite palabras y caracteres repetidos", "-1568933154": "Secuencias como abc o 6543 son fáciles de adivinar", "-725663701": "Evite las secuencias", @@ -2446,7 +2464,7 @@ "-369258265": "Esta contraseña está en la lista negra", "-681468758": "Su navegador web no está actualizado y puede afectar su experiencia comercial. Por favor, <0>actualice su navegador.", "-577777971": "Ha alcanzado el límite de solicitudes por segundo. Vuelva a intentarlo más tarde.", - "-206321775": "Dinero fíat", + "-206321775": "Fiat", "-522767852": "DEMO", "-433761292": "Cambio a cuenta predeterminada.", "-1590712279": "Juego", @@ -2473,25 +2491,26 @@ "-1852207910": "Retiro MT5 deshabilitado", "-764323310": "Los retiros de MT5 están deshabilitados en su cuenta. Por favor, revise su correo electrónico para más detalles.", "-1435762703": "Por favor, verifique su identidad", - "-1902997828": "Recargar ahora", + "-1902997828": "Actualizar ahora", "-753791937": "Una nueva versión de Deriv está disponible", "-1775108444": "Esta página se actualizará automáticamente en 5 minutos para cargar la última versión.", "-1175685940": "Comuníquese con nosotros a través del chat en vivo para habilitar los retiros.", "-1125797291": "Contraseña actualizada.", "-157145612": "Inicie sesión con su contraseña actualizada.", + "-1217269360": "¿Cómo se llama en realidad, {{client_name}}?", "-87177461": "Vaya a la configuración de su cuenta y complete los datos personales para permitir los depósitos.", "-904632610": "Reinicie su saldo", "-470018967": "Reiniciar saldo", "-156611181": "Complete la evaluación financiera en la configuración de su cuenta para desbloquearla.", - "-1925176811": "No se pueden procesar retiros en el momento", + "-1925176811": "No se pueden procesar retiros en este momento", "-980696193": "Los retiros no están disponibles temporalmente debido al mantenimiento del sistema. Puede hacer retiros cuando se complete el mantenimiento.", "-1647226944": "No se pueden procesar los depósitos en este momento", "-488032975": "Los depósitos no están disponibles temporalmente debido al mantenimiento del sistema. Puede realizar depósitos cuando se complete el mantenimiento.", "-67021419": "Nuestro cajero está temporalmente fuera de servicio debido al mantenimiento del sistema. Puede acceder al cajero en unos minutos cuando se complete el mantenimiento.", "-849587074": "No ha proporcionado su número de identificación fiscal", - "-47462430": "Esta información es necesaria para los requisitos legales y reglamentarios. Vaya a la configuración de su cuenta y complete su último número de identificación fiscal.", + "-47462430": "Esta información es necesaria para los requisitos legales y reglamentarios. Vaya a la configuración de su cuenta e introduzca su número de identificación fiscal más reciente.", "-2067423661": "Mayor seguridad para su cuenta Deriv", - "-1719731099": "Con la autenticación de dos factores, protegerá su cuenta tanto con su contraseña como con su teléfono, para que sólo usted pueda acceder a su cuenta, incluso si alguien conoce su contraseña.", + "-1719731099": "Con la autenticación de dos factores, protegerá su cuenta tanto con su contraseña como con su teléfono, para que solo usted pueda acceder a su cuenta, incluso si alguien conoce su contraseña.", "-822888359": "Su retiro está bloqueado", "-1197701578": "Vuelva a presentar su prueba de identidad y complete la evaluación financiera en la configuración de la cuenta para desbloquearla.", "-2087822170": "Está desconectado", @@ -2499,7 +2518,7 @@ "-1998049070": "Si acepta nuestro uso de cookies, haga clic en Aceptar. Para obtener más información, <0>consulte nuestra política.", "-1721181859": "Necesitará una cuenta de {{deriv_account}}", "-1989074395": "Primero agregue una cuenta de {{deriv_account}} antes de agregar una cuenta de {{dmt5_account}}. Los depósitos y retiros de su cuenta {{dmt5_label}} se realizan mediante la transferencia de fondos desde y hacia su cuenta {{deriv_label}}.", - "-689237734": "Proseguir", + "-689237734": "Continuar", "-1642457320": "Centro de ayuda", "-1966944392": "Estado de la red: {{status}}", "-557093123": "Las inversiones basadas en eventos virtuales en el Reino Unido y la Isla de Man son ofrecidas por Deriv (MX) Ltd, Millennium House, Level 1, Victoria Road, Douglas IM2 4RW, Isle of Man, autorizada y regulada en Gran Bretaña por la Comisión del Juego bajo <0>cuenta no. 39172 y por la Comisión de Supervisión del Juego en la Isla de Man (<1>ver licencia).", @@ -2513,8 +2532,8 @@ "-71049153": "Mantenga su cuenta segura con una contraseña", "-1861974537": "Las contraseñas seguras contienen al menos 8 caracteres, combinan letras mayúsculas y minúsculas, números y símbolos.", "-1965920446": "Comience a operar", - "-288996254": "Indisponible", - "-1815192976": "real de CFDs", + "-288996254": "No disponible", + "-1815192976": "real de CFD", "-1730264949": "Total de activos en sus cuentas demo de Deriv, DMT5 y Deriv X.", "-1623652567": "Total de activos en sus cuentas demo de Deriv y DMT5.", "-1706681135": "Total de activos en sus cuentas reales de Deriv, DMT5 y Deriv X.", @@ -2530,6 +2549,7 @@ "-1950045402": "Retire todos sus fondos", "-168971942": "Lo que esto significa para usted", "-905560792": "Vale, lo entiendo", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Explore", "-1197864059": "Crear cuenta demo gratis", "-1485242688": "Paso {{step}}: {{step_title}} ({{step}} de {{steps}})", @@ -2566,19 +2586,20 @@ "-617844567": "Ya existe una cuenta con sus detalles.", "-292363402": "Informe de estadísticas comerciales", "-1656860130": "El trading con opciones puede convertirse en una adicción real, al igual que cualquier otra actividad llevada al extremo. Para evitar el peligro de una adicción así, le ofrecemos una verificación de realidad que le da un resumen de sus transacciones y cuentas de forma regular.", - "-28080461": "¿Le gustaría comprobar su estado de cuenta primero? <0>Revise Extracto", + "-28080461": "¿Le gustaría comprobar primero su estado de cuenta? <0>Revise Extracto", "-611059051": "Por favor, especifique su intervalo de comprobación de la realidad en minutos:", "-1876891031": "Moneda", "-11615110": "Volumen de ventas", - "-1370419052": "Perdido / Ganado", + "-1370419052": "Ganancias/Pérdidas", "-437320982": "Duración de la sesión:", "-3959715": "Hora actual:", "-1534648620": "Su contraseña ha sido cambiada", "-596199727": "Ahora le redirigiremos a la página de inicio de sesión.", + "-310434518": "El campo correo electrónico no debe estar vacía.", "-437918412": "Ninguna moneda asignada a su cuenta", - "-707550055": "Necesitamos esto para asegurarnos de que nuestro servicio cumpla con las leyes y regulaciones de su país.", - "-280139767": "Ajuste residencia", - "-601615681": "Seleccione el tema", + "-707550055": "Esto es necesario para asegurarnos de que nuestro servicio cumple con las leyes y regulaciones de su país.", + "-280139767": "Establecer residencia", + "-601615681": "Seleccione el estilo", "-1152511291": "Oscuro", "-1428458509": "Claro", "-1917706589": "Su cuenta de Deriv está desvinculada de {{social_identity_provider}}. Utilice su correo electrónico y contraseña para iniciar sesión en el futuro.", @@ -2589,18 +2610,18 @@ "-1571775875": "Nuestra plataforma insignia de trading con opciones y multiplicadores.", "-1107320163": "Automatice sus operaciones, sin necesidad de codificación.", "-196712726": "Opere en DBot", - "-820028470": "Opciones & Multiplicadores", - "-895091803": "Si está buscando los CFDs", + "-820028470": "Opciones y Multiplicadores", + "-895091803": "Si está buscando los CFD", "-1447215751": "¿No está seguro? Pruebe esto", "-2338797": "<0>Maximice retornos <0> arriesgando más de lo que invirtió.", "-1682067341": "Obtenga <0>retornos fijos <0> arriesgando solo lo que invirtió.", - "-1184094048": "Permítanos presentarle el comercio en Deriv.", + "-1184094048": "Permítanos presentarle las operaciones en Deriv.", "-49067150": "¿No está seguro?", "-1125272179": "Esta política de quejas, que puede cambiar ocasionalmente, se aplica a su cuenta registrada en Deriv Investments (Europe) Limited.", - "-974989415": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su (s) cuenta (s) registrada (s) con Deriv (SVG) LLC y Deriv (FX) Ltd.", + "-974989415": "Esta política de quejas, que puede cambiar de vez en cuando, se aplica a su(s) cuenta(s) registrada(s) con Deriv (SVG) LLC y Deriv (FX) Ltd.", "-1639808836": "Si no está satisfecho con el resultado, puede elevar su queja al <0>Servicio Independiente de Adjudicación de Apuestas (IBAS) completando el formulario de adjudicación de IBAS. Tenga en cuenta que IBAS solo se ocupa de las disputas que resultan de transacciones.", "-1505742956": "<0/><1/>También puede remitir su disputa a la Autoridad de Juegos de Malta a través de la <2>Unidad de asistencia al jugador.", - "-1406192787": "Si no está satisfecho con el resultado, puede escalar su queja a la <0>Comisión Financiera.", + "-1406192787": "Si no está satisfecho con el resultado, puede elevar su queja a la <0>Comisión Financiera.", "-1776547326": "<0/><1/>Si reside en el Reino Unido y no está satisfecho con nuestra respuesta, puede elevar su reclamo al <2>Servicio del Intermediario Financiero.", "-2115348800": "1. Introducción", "-744009523": "2. Trato justo", @@ -2608,44 +2629,127 @@ "-1102904026": "3.2. Manejo de su queja", "-603378979": "3.3. Resolución de su queja", "-697569974": "3.4. Su decisión", - "-993572476": "<0>b. La Comisión Financiera tiene 5 días para reconocer que su queja fue recibida y 14 días para responder la queja a través de nuestro procedimiento de Resolución de Disputas Internas (RDI).", + "-993572476": "<0>b. La Comisión Financiera tiene 5 días para reconocer que su queja fue recibida y 14 días para responder a la queja a través de nuestro procedimiento de Resolución de Disputas Internas (RDI).", "-1769159081": "<0>c.Podrá presentar una queja ante la Comisión Financiera solo si no está satisfecho con nuestra decisión o si la decisión no se tomó dentro de los 14 días.", "-58307244": "3. Fase de determinación", "-356618087": "<0>b. El DRC puede solicitarle información adicional a usted o a nosotros, quienes luego deben proporcionar la información solicitada dentro de los 7 días.", "-945718602": "<0>b. Si está de acuerdo con una decisión del DRC, deberá aceptarla dentro de los 14 días. Si no responde a la decisión del DRC dentro de los 14 días, la queja se considera cerrada.", "-1500907666": "<0>d. Si la decisión se toma a nuestro favor, debe proporcionarnos una autorización dentro de los 7 días posteriores a la fecha en que se tomó la decisión, y la queja se considerará cerrada.", - "-429248139": "5. Descargo de responsabilidad", - "-818926350": "La Comisión Financiera acepta apelaciones durante los 45 días posteriores a la fecha del incidente y solo después de que el operador haya tratado de resolver el problema directamente con la empresa.", + "-429248139": "5. Deslinde de responsabilidad", + "-818926350": "La Comisión Financiera acepta apelaciones durante los 45 días posteriores a la fecha del incidente y solo después de que el trader haya tratado de resolver el problema directamente con la empresa.", + "-175369516": "Bienvenidos a Deriv X", + "-1667427537": "Ejecute Deriv X en su navegador o descargue la aplicación móvil", + "-305915794": "Ejecute MT5 desde su navegador o descargue la aplicación MT5 para sus dispositivos", + "-404375367": "Opere con forex, cesta de índices, materias primas y criptodivisas con un alto apalancamiento.", + "-811331160": "Opere con CFD en forex, acciones, índices bursátiles, índices sintéticos y materias primas con apalancamiento.", + "-464262734": "Administre la contraseña de cuenta real {{account_title}} de {{platform}}", + "-2042845290": "Su contraseña de inversionista ha sido cambiada.", + "-1882295407": "Su contraseña sido cambiada.", + "-254497873": "Use esta contraseña para otorgar acceso de visualización a otro usuario. Aunque puedan ver su cuenta de operaciones, no podrán operar ni realizar ninguna otra acción.", + "-161656683": "Actual contraseña de inversor", + "-374736923": "Nueva contraseña de inversor", + "-1793894323": "Crear o restablecer la contraseña de inversor", + "-781132577": "Apalancamiento", + "-1264604378": "Hasta 1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "Hasta 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Sintética demo", + "-1434036215": "Financiera demo", + "-1882063886": "Demo de CFD", + "-1228860600": "Agregar región", + "-785625598": "Utilice estas credenciales para iniciar sesión en su cuenta {{platform}} en el sitio web y en las aplicaciones móviles.", + "-997127433": "Cambiar contraseña", + "-162753510": "Agregar la cuenta real", + "-251202291": "Bróker", + "-860609405": "Contraseña", + "-742647506": "Transferencia de fondos", + "-1874242353": "Recarga de fondos", + "-2040196445": "Su cuenta Financiera STP de MT5 está casi lista, por favor establezca su contraseña ahora.", + "-712681566": "Intercambio entre pares (peer-to-peer)", + "-1267880283": "Se requiere {{field_name}}", + "-2084509650": "{{field_name}} no tiene el formato adecuado.", + "-1779241732": "La primera línea de dirección no está en un formato adecuado.", + "-188222339": "No debe exceder {{max_number}} caracteres.", + "-1673422138": "El Estado/Provincia no está en un formato adecuado.", + "-1262200612": "La confirmación de identidad ha fallado. Será redirigido al paso anterior.", + "-1385484963": "Confirme el cambio de su contraseña {{platform}}", + "-1990902270": "Esto cambiará la contraseña de todas sus cuentas {{platform}}.", + "-1357917360": "Terminal web", + "-1454896285": "La aplicación de escritorio MT5 no es compatible con Windows XP, Windows 2003 y Windows Vista.", + "-673424733": "Cuenta demo", + "-1066565281": "El mantenimiento del servidor comienza a las 06:00 GMT todos los domingos y puede durar hasta 2 horas. El servicio puede ser interrumpido durante este tiempo.", + "-1481390656": "El mantenimiento del servidor empieza a las 01:00 GMT todos los domingos. Este proceso puede durar hasta 2 horas en completarse. El servicio puede ser interrumpido durante este tiempo.", + "-1199152768": "Explore nuestras otras plataformas.", + "-498346912": "Explore DBot", + "-184453418": "Introduzca su contraseña {{platform}}", + "-731759165": "Elija una región para su cuenta real DMT5 {{ account_type }}", + "-1769158315": "real", + "-700260448": "demo", + "-1175356567": "Felicidades, ha creado con éxito su cuenta {{category}} <0>{{platform}} <1>{{type}}. Para empezar a operar, transfiera fondos de su cuenta Deriv a esta cuenta.", + "-1570793523": "Felicidades, ha creado con éxito su cuenta {{category}} <0>{{platform}} <1>{{type}}.", + "-790488576": "¿Olvidó la contraseña?", + "-1190393389": "Introduzca su contraseña de {{platform}} para añadir una cuenta de {{account}} {{platform}}.", + "-1987408434": "Su cuenta STP Financiera de MT5 se abrirá a través de Deriv (BVI) Ltd. Todas las operaciones en esta cuenta están sujetas a las regulaciones y directrices de la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (BVIFSC, por sus siglas en inglés). Ninguna de sus otras cuentas, incluyendo su cuenta Deriv, está sujeta a las regulaciones y directrices de la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (BVIFSC).", + "-2057918502": "Sugerencia: Es posible que haya introducido su contraseña de Deriv, que es diferente de su contraseña de {{platform}}.", + "-1752211105": "Transferir ahora", + "-1928229820": "Restablecer la contraseña de inversor Deriv X", + "-1917043724": "Restablecer la contraseña de inversor DMT5", + "-1087845020": "principal", + "-1950683866": "inversor", + "-89838213": "Puede recargar su cuenta demo con unos <0> adicionales si su saldo es <1> o menos.", + "-1211122723": "cuenta {{ account_title }} de {{ platform }}", + "-78895143": "Saldo actual", + "-149993085": "Nuevo saldo actual", + "-490244964": "Forex, acciones, índices bursátiles, criptomonedas", + "-1368041210": ", índices sintéticos", + "-877064208": "EUR", + "-1302404116": "Apalancamiento máximo", + "-1284221303": "Recibirá una advertencia, conocida como llamada de margen, si el saldo de su cuenta cae cerca del nivel de stop out.", + "-1848799829": "Para comprender el stop out, primero debe aprender sobre el nivel de margen, que es la proporción de su capital (el saldo total que tendría si cerrase todas sus posiciones en ese punto) al margen que está utilizando en este momento. Si su nivel de margen cae por debajo de nuestro nivel de stop out, sus posiciones pueden cerrarse automáticamente para protegerlo de más pérdidas.", + "-224051432": "24/7", + "-511301450": "Indica la disponibilidad para operar con criptomonedas en una cuenta particular.", + "-1591882610": "Sintéticos", + "-70716111": "FX-mayores (lotes estándar/micro lotes), FX-menores, cesta de índices, materias primas, criptodivisas y acciones e índices bursátiles", + "-1041629137": "FX-mayores, FX-menores, FX-exóticos y criptomonedas", + "-287097947": "FX-mayores (lotes estándar/micro), FX-menores, materias primas, criptomonedas (excepto Reino Unido)", + "-2102641225": "Durante prórrogas bancarias, la liquidez del mercado forex se reduce y puede incrementar el spread y tiempo de proceso de las operaciones de los clientes. Esto ocurre alrededor de las 21:00 GMT en horario de verano, y las 22:00 GMT en horario de invierno.", + "-495364248": "La llamada de margen y el nivel de stop out cambiarán de vez en cuando según las condiciones del mercado.", + "-536189739": "Para proteger su cartera de movimientos adversos del mercado debido a la brecha de apertura del mercado, nos reservamos el derecho de disminuir el apalancamiento en todos los símbolos ofrecidos para las cuentas financieras antes del cierre del mercado y aumentarlo nuevamente después de la apertura del mercado. Asegúrese de tener suficientes fondos disponibles en su cuenta {{platform}} para respaldar sus posiciones en todo momento.", + "-10956371": "Necesita una cuenta real (moneda fiduciaria o criptomoneda) en Deriv para crear una cuenta DMT5 real.", + "-1760596315": "Crear una cuenta Deriv", + "-1324223697": "Utilice esta contraseña para acceder a sus cuentas de DMT5 en la aplicación de escritorio, web y móvil.", + "-648956272": "Utilice esta contraseña para acceder a sus cuentas de Deriv X en la aplicación de escritorio, web y móvil.", + "-337314155": "Cambiar la contraseña {{platform}}", + "-1814308691": "Haga clic en el enlace del correo electrónico para cambiar su contraseña {{platform}}.", "-1282933308": "No {{barrier}}", - "-968190634": "Iguales {{barrier}}", + "-968190634": "Iguales a {{barrier}}", "-1747377543": "Debajo de {{barrier}}", "-337314714": "días", "-442488432": "día", - "-175369516": "Bienvenidos a Deriv X", - "-1667427537": "Ejecute Deriv X en su navegador o descargue la aplicación móvil", - "-305915794": "Ejecute MT5 desde su navegador o descargue la aplicación MT5 para sus dispositivos", - "-1330036364": "Opere forex, commodities y criptomonedas en alto apalancamiento.", - "-811331160": "Opere con CFDs en forex, acciones, índices bursátiles, índices sintéticos y materias primas con apalancamiento.", "-513103225": "Hora de transacción", "-2066666313": "Crédito/débito", "-2140412463": "Precio de compra", - "-1981004241": "Tiempo de venta", - "-600828210": "Ganancia / pérdida indicativa", + "-1981004241": "Hora de venta", + "-600828210": "Ganancia/pérdida indicativa", "-706219815": "Precio indicativo", "-339236213": "Multiplicador", "-1358367903": "Inversión", "-700280380": "Cuota de cancelación de contrato", "-3423966": "Take profit<0 />Stop loss", "-2082644096": "Inversión actual", - "-1572548510": "Arriba & Abajo", - "-71301554": "Dentro & Fuera", + "-1572548510": "Arriba y Abajo", + "-71301554": "Dentro y Fuera", "-952298801": "Retroactivos", "-763273340": "Dígitos", "-1790089996": "¡NUEVO!", "-590018519": "Contrato comprado", "-405439829": "Lo sentimos, no puede ver este contrato porque no pertenece a esta cuenta.", "-1714959941": "Esta visualización de gráfico no es ideal para contratos de tick", - "-1254554534": "Cambie la duración del gráfico para marcar una mejor experiencia comercial.", + "-1254554534": "Cambie la duración del gráfico para una mejor experiencia de trading.", "-1977959027": "horas", "-1603581277": "minutos", "-1658230823": "El contrato se vendió por <0 />.", @@ -2663,29 +2767,29 @@ "-1418742026": "La barrera superior debe ser superior a la barrera inferior.", "-92007689": "La barrera inferior debe ser inferior a la barrera superior.", "-1095538960": "Introduzca la hora de inicio en formato \"HH:MM\".", - "-1975910372": "El minuto debe ser entre 0 y 59.", - "-866277689": "El tiempo de expiración no puede estar en el pasado.", + "-1975910372": "Los minutos deben ser entre 0 y 59.", + "-866277689": "La hora de expiración no puede estar en el pasado.", "-2092611555": "Lo sentimos, esta aplicación no está disponible en su ubicación actual.", "-1488537825": "Si tiene una cuenta, inicie sesión para continuar.", "-555592125": "Lamentablemente, operar con opciones no es posible en su país", - "-1571816573": "Lo sentimos, el trading no está disponible en su ubicación actual.", + "-1571816573": "Lo sentimos, las operaciones no están disponibles en su ubicación actual.", "-1455298001": "Ahora", "-529846150": "Segundos", "-256210543": "No se puede operar en este momento.", - "-1050725091": "El DTrader no está disponible para esta cuenta", + "-1050725091": "DTrader no está disponible para esta cuenta", "-402175529": "Historial", "-902712434": "Cancelación del contrato", "-988484646": "Cancelación del contrato (ejecutado)", "-444882676": "Cancelación del contrato (activo)", "-13423018": "ID de Referencia", "-1551639437": "Sin historial", - "-1214703885": "Aún tiene que actualizar, ya sea tomar ganancias o detener pérdidas", + "-1214703885": "Aún tiene que actualizar el take profit o el stop loss", "-880722426": "El mercado está cerrado", "-504849554": "Se volverá a abrir a las", "-59803288": "Mientras tanto, pruebe nuestros índices sintéticos que simulan la volatilidad del mercado real y están abiertos las 24 horas del día, los 7 días de la semana.", "-1278109940": "Ver mercados abiertos", - "-694105443": "El mercado está cerrado", - "-439389714": "Estamos trabajando en eso", + "-694105443": "Este mercado está cerrado", + "-439389714": "Estamos trabajando en ello", "-732351158": "Permanezca en DTrader", "-1530772005": "Este mercado aún no está disponible en DTrader, pero sí en SmartTrader.", "-138538812": "Inicie sesión o cree una cuenta gratuita para realizar una operación.", @@ -2696,13 +2800,13 @@ "-1043795232": "Posiciones recientes", "-1572796316": "Precio de compra:", "-130601012": "Por favor, seleccione la duración", - "-232254547": "Personalizado", + "-232254547": "Personalizar", "-1577570698": "Fecha de inicio", "-1251526905": "Últimos 7 días", "-153220091": "{{display_value}} Tick", "-802374032": "Hora", "-2039780875": "Confirmación de compra", - "-1672470173": "Requiere confirmación antes de comprar un contrato", + "-1672470173": "Requerir confirmación antes de comprar un contrato", "-1342661765": "Bloquear botones de compra de contrato", "-939764287": "Gráficos", "-1738427539": "Comprar", @@ -2717,8 +2821,8 @@ "-1812957362": "Si selecciona \"Permanece dentro\", ganará el pago si el mercado se mantiene dentro de la barrera superior y la inferior (sin tocarlas) en todo momento durante el plazo del contrato", "-220379757": "Si selecciona \"Sale\", ganará el pago si el mercado toca o bien la barrera superior o la inferior en cualquier momento durante el plazo del contrato.", "-1281286610": "Si selecciona \"Iguales\", ganará el pago si el último dígito del último tick coincide con su predicción.", - "-1929209278": "Si selecciona \"Par\", ganará el pago si el último dígito del último tick es un número par (por ejemplo: 2, 4, 6, 8 o 0).", - "-2038865615": "Si selecciona \"Impar\", ganará el pago si el último dígito del último tick es un número impar (por ejemplo: 1, 3, 5, 7 o 9).", + "-1929209278": "Si selecciona \"Par\", ganará el pago si el último dígito del último tick es un número par (es decir: 2, 4, 6, 8 o 0).", + "-2038865615": "Si selecciona \"Impar\", ganará el pago si el último dígito del último tick es un número impar (es decir: 1, 3, 5, 7 o 9).", "-1416078023": "Si selecciona \"Toca\", ganará el pago si el mercado toca la barrera especificada en cualquier momento durante el plazo del contrato.", "-1272255095": "Si el punto de salida es igual a la barrera existente o la nueva barrera (si ocurre un reinicio), no gana el pago.", "-231957809": "Gane el pago máximo si el punto de salida es más alto o igual que la barrera superior.", @@ -2726,23 +2830,16 @@ "-1031456093": "Gane hasta el pago máximo si el punto de salida se encuentra entre la barrera inferior y superior, en proporción equivalente a la diferencia entre la barrera superior y el punto de salida.", "-968162707": "No hay pago si el punto de salida es superior o igual a la barrera superior.", "-299450697": "Si selecciona \"Tick alto\", gana el pago si el tick seleccionado es el más alto entre los siguientes cinco ticks.", - "-705681870": "Al comprar el contrato \"Alto-Bajo\", ganará el valor del multiplicador aumentado por la diferencia entre el máximo y el mínimo durante la duración del contrato.", + "-705681870": "Al comprar el contrato \"Alto-a-Bajo\", ganará el valor del multiplicador aumentado por la diferencia entre el máximo y el mínimo durante la duración del contrato.", "-420387848": "El máximo es el punto más alto alcanzado por el mercado durante el período del contrato.", - "-1666375348": "Al comprar el contrato \"Cierre-Alto\", ganará el valor del multiplicador por la diferencia entre el alto y el cierre a lo largo de la duración del contrato.", + "-1666375348": "Al comprar el contrato \"Alto-a-Cierre\", ganará el valor del multiplicador por la diferencia entre el alto y el cierre a lo largo de la duración del contrato.", "-2024955268": "Si selecciona \"Arriba\", obtendrá una ganancia al cerrar su posición cuando el precio de mercado sea más alto que el punto de entrada.", "-1598433845": "Si selecciona \"Abajo\", obtendrá una ganancia al cerrar su posición cuando el precio de mercado sea más bajo que el punto de entrada.", "-1092777202": "El nivel de Stop-out en el gráfico indica el precio al que su pérdida potencial es igual a su inversión total. Cuando el precio de mercado alcanza este nivel, su posición se cerrará automáticamente. Esto asegura que su pérdida no exceda la cantidad que pagó para comprar el contrato.", "-885323297": "Estos son parámetros opcionales para cada posición que abra:", - "-584696680": "Si selecciona \"Tomar ganancias\" y especifica una cantidad que le gustaría ganar, su posición se cerrará automáticamente cuando su ganancia sea mayor o igual a esta cantidad. Su ganancia puede ser mayor que la cantidad que ingresó dependiendo del precio de mercado al cierre.", - "-178096090": "\"Take profit\" no se puede actualizar. Puede actualizarlo solo cuando la \"Cancelación del trato\" expire.", + "-584696680": "Si selecciona \"Take profit\" y especifica una cantidad que le gustaría ganar, su posición se cerrará automáticamente cuando su ganancia sea mayor o igual a esta cantidad. Su ganancia puede ser mayor que la cantidad que ingresó dependiendo del precio de mercado al cierre.", + "-178096090": "El \"Take profit\" no se puede actualizar. Puede actualizarlo solo cuando la \"Cancelación del trato\" expire.", "-206909651": "El punto de entrada es el precio de mercado cuando nuestros servidores procesan su contrato.", - "-464262734": "Administre la contraseña de cuenta real {{account_title}} de {{platform}}", - "-2042845290": "Su contraseña de inversionista ha sido cambiada.", - "-1882295407": "Su contraseña sido cambiada.", - "-254497873": "Use esta contraseña para otorgar acceso de visualización a otro usuario. Mientras que pueden ver su cuenta comercial, no podrán comerciar ni realizar ninguna otra acción.", - "-161656683": "Actual contraseña de inversor", - "-374736923": "Nueva contraseña de inversor", - "-1793894323": "Crear o restablecer la contraseña de inversor", "-149836494": "El número de referencia de su transacción es {{transaction_id}}", "-1382749084": "Volver al trading", "-538215347": "Depósitos netos", @@ -2752,9 +2849,9 @@ "-1231210510": "Tick", "-1239477911": "segundo", "-1585766960": "min", - "-1652791614": "minutos", + "-1652791614": "mins", "-8998663": "Dígito: {{last_digit}} ", - "-1435392215": "Acerca de cancelación del contrato", + "-1435392215": "Acerca de la cancelación del contrato", "-1280319153": "Cancela sus operaciones en cualquier momento dentro de un período de tiempo dado. Se ejecuta automáticamente si su operación alcanza el nivel de stop out durante un período determinado.", "-471757681": "Gestión de riesgos", "-976258774": "No está ajustado", @@ -2779,83 +2876,8 @@ "-1043117679": "Cuando su pérdida actual es igual a o exceda el {{stop_out_percentage}}% de su inversión, su contrato se cerrará al precio de activo disponible más cercano.", "-477998532": "Su contrato se cierra automáticamente cuando su pérdida es superior o igual a esta cantidad.", "-243332856": "Estadísticas del último dígito para los últimos 1000 ticks para {{ underlying_name }}", - "-781132577": "Apalancamiento", - "-1264604378": "Hasta 1: 1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "Hasta 1: 100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Sintética demo", - "-1434036215": "Financiera demo", - "-1882063886": "Demo de CFDs", - "-1228860600": "Agregar región", - "-785625598": "Utilice estas credenciales para iniciar sesión en su cuenta {{platform}} en el sitio web y en las aplicaciones móviles.", - "-997127433": "Cambiar contraseña", - "-162753510": "Agregar la cuenta real", - "-251202291": "Broker", - "-860609405": "Contraseña", - "-742647506": "Transf. de fondos", - "-1874242353": "Recarga de fondos", - "-1352641295": "Opere con CFDs en nuestros índices sintéticos que simulan el movimiento del mercado real.", - "-2040196445": "Su cuenta Financiera STP de MT5 está casi lista, por favor establezca su contraseña ahora.", - "-712681566": "Intercambio entre pares (peer-to-peer)", - "-1267880283": "Se requiere {{field_name}}", - "-2084509650": "{{field_name}} no tiene el formato adecuado.", - "-1779241732": "La primera línea de dirección no está en un formato adecuado.", - "-188222339": "No debe exceder {{max_number}} caracteres.", - "-1673422138": "Estado / Provincia no está en un formato adecuado.", - "-1262200612": "La confirmación de identidad ha fallado. Será redirigido al paso anterior.", - "-1385484963": "Confirme el cambio de su contraseña {{platform}}", - "-1990902270": "Esto cambiará la contraseña de todas sus cuentas {{platform}}.", - "-1357917360": "Terminal web", - "-1454896285": "La aplicación de escritorio MT5 no es compatible con Windows XP, Windows 2003 y Windows Vista.", - "-673424733": "Cuenta demo", - "-1066565281": "El mantenimiento del servidor comienza a las 06:00 GMT todos los domingos y puede durar hasta 2 horas. El servicio puede ser interrumpido durante este tiempo.", - "-1481390656": "Mantenimiento del servidor empieza de las 01:00 GMT todos los domingos. Este proceso puede demorar hasta 2 horas en completarse. El servicio puede ser interrumpido durante este tiempo.", - "-1199152768": "Explore nuestras otras plataformas.", - "-498346912": "Explore DBot", - "-184453418": "Introduzca su contraseña {{platform}}", - "-731759165": "Elija una región para su cuenta real DMT5 {{ account_type }}", - "-1769158315": "real", - "-700260448": "demo", - "-1175356567": "Felicidades, ha creado con éxito su cuenta {{category}} <0>{{platform}} <1>{{type}}. Para empezar a operar, transfiera fondos de su cuenta Deriv a esta cuenta.", - "-1570793523": "Felicidades, ha creado con éxito su cuenta {{category}} <0>{{platform}} <1>{{type}}.", - "-790488576": "¿Olvidó la contraseña?", - "-1190393389": "Introduzca su contraseña de {{platform}} para añadir una cuenta de {{account}} {{platform}}.", - "-1987408434": "Su cuenta STP Financiera de MT5 se abrirá a través de Deriv (BVI) Ltd. Todas las operaciones en esta cuenta están sujetas a las regulaciones y directrices de la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (BVIFSC, por sus siglas en inglés). Ninguna de sus otras cuentas, incluyendo su cuenta Deriv, está sujeta a las regulaciones y directrices de la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (BVIFSC).", - "-2057918502": "Sugerencia: Es posible que haya introducido su contraseña de Deriv, que es diferente de su contraseña de {{platform}}.", - "-1752211105": "Transferir ahora", - "-1928229820": "Restablecer la contraseña del inversor Deriv X", - "-1917043724": "Restablecer la contraseña del inversor DMT5", - "-1087845020": "principal", - "-1950683866": "inversor", - "-89838213": "Puede recargar su cuenta demo con unos <0> adicionales si su saldo es <1> o menos.", - "-1211122723": "cuenta {{ account_title }} de {{ platform }}", - "-78895143": "Saldo actual", - "-149993085": "Nuevo saldo actual", - "-490244964": "Forex, acciones, índices bursátiles, criptomonedas", - "-1368041210": ", índices sintéticos", - "-877064208": "EUR", - "-1302404116": "Apalancamiento máximo", - "-1284221303": "Recibirá una advertencia, conocida como llamada de margen, si el saldo de su cuenta cae cerca del nivel de stop out.", - "-1848799829": "Para comprender el stop out, primero debe aprender sobre el nivel de margen, que es la proporción de su capital (el saldo total que tendría si cierra todas sus posiciones en ese punto) al margen que está utilizando en este momento. Si su nivel de margen cae por debajo de nuestro nivel de stop out, sus posiciones pueden cerrarse automáticamente para protegerlo de más pérdidas.", - "-224051432": "24/7", - "-511301450": "Indica la disponibilidad para operar con criptomonedas en una cuenta particular.", - "-1591882610": "Sintéticos", - "-287097947": "FX-mayores (lotes estándar / micro), FX-menores, materias primas, criptomonedas (excepto Reino Unido)", - "-2102641225": "Durante prórrogas bancarias, la liquidez del mercado forex se reduce y puede incrementar el spread y tiempo de proceso de las operaciones de los clientes. Esto ocurre alrededor de las 21:00 GMT en horario de verano, y las 22:00 GMT en horario de invierno.", - "-495364248": "La llamada de margen y el nivel de stop out cambiarán de vez en cuando según las condiciones del mercado.", - "-536189739": "Para proteger su cartera de movimientos adversos del mercado debido a la brecha de apertura del mercado, nos reservamos el derecho de disminuir el apalancamiento en todos los símbolos ofrecidos para las cuentas financieras antes del cierre del mercado y aumentarlo nuevamente después de la apertura del mercado. Asegúrese de tener suficientes fondos disponibles en su cuenta {{platform}} para respaldar sus posiciones en todo momento.", - "-10956371": "Necesita una cuenta real (moneda fiduciaria o criptomoneda) en Deriv para crear una cuenta DMT5 real.", - "-1760596315": "Crear una cuenta Deriv", - "-1324223697": "Utilice esta contraseña para acceder a sus cuentas de DMT5 en el escritorio, la web y las aplicaciones móviles.", - "-648956272": "Utilice esta contraseña para acceder a sus cuentas de Deriv X en el escritorio, la web y las aplicaciones móviles.", - "-337314155": "Cambiar la contraseña {{platform}}", - "-1814308691": "Haga clic en el enlace del correo electrónico para cambiar su contraseña {{platform}}.", "-461955353": "precio de compra", - "-172348735": "ganancia", + "-172348735": "ganancias", "-1624674721": "tipo de contrato", "-1644154369": "tiempo de punto de entrada", "-510792478": "precio de punto de entrada", @@ -2864,7 +2886,7 @@ "-514917720": "barrera", "-2004386410": "Ganar", "-1072292603": "Sin cambios", - "-1631669591": "cuerda", + "-1631669591": "cadena", "-1768939692": "número", "-795152863": "verde", "-1640576332": "azul", @@ -2895,11 +2917,11 @@ "-1257232389": "Especifique un nombre de parámetro:", "-1885742588": "con: ", "-188442606": "función {{ function_name }} {{ function_params }} {{ dummy }}", - "-313112159": "Este bloque es similar al anterior, excepto que esto devuelve un valor. El valor devuelto se puede asignar a una variable de su elección.", + "-313112159": "Este bloque es similar al anterior, excepto que este devuelve un valor. El valor devuelto se puede asignar a una variable de su elección.", "-1783320173": "Devuelve prematuramente un valor dentro de una función", "-1485521724": "Retorno condicional", - "-1482801393": "devolver", - "-46453136": "obtener", + "-1482801393": "devuelve", + "-46453136": "obtiene", "-1838027177": "primero", "-1182568049": "Obtener elemento de lista", "-1675454867": "Este bloque le da el valor de un elemento específico en una lista, dada la posición del elemento. También puede eliminar el elemento de la lista.", @@ -2923,9 +2945,9 @@ "-155065324": "Este bloque crea una lista de una cadena de texto dada, dividiéndola con el delimitador dado. También puede unir elementos de una lista en una cadena de texto.", "-459051222": "Crear una lista de texto", "-977241741": "Extracto de lista", - "-451425933": "{{ break_or_continue }} de loop", + "-451425933": "{{ break_or_continue }} de bucle", "-323735484": "continuar con la próxima iteración", - "-1592513697": "Romper / continuar", + "-1592513697": "Romper/continuar", "-713658317": "para cada elemento {{ variable }} en la lista {{ input_list }}", "-1825658540": "Itera a través de una lista dada", "-952264826": "repetir {{ number }} veces", @@ -2934,14 +2956,14 @@ "-533154446": "Repetir (1)", "-1059826179": "mientras", "-1893063293": "hasta", - "-279445533": "Repetir mientras / hasta", + "-279445533": "Repetir mientras/hasta", "-1003706492": "Variable definida por el usuario", "-359097473": "ajustar {{ variable }} a {{ value }}", "-1588521055": "Establece un valor de variable", "-980448436": "Establecer variable", "-1538570345": "Obtenga la última información comercial y el resultado, luego vuelva a operar.", "-222725327": "Aquí es donde puede decidir si su bot debe continuar operando.", - "-1638446329": "Resultado es {{ win_or_loss }}", + "-1638446329": "El resultado es {{ win_or_loss }}", "-1968029988": "Resultado de la última operación", "-1588406981": "Puede verificar el resultado de la última operación con este bloque.", "-1459154781": "Detalles de contrato: {{ contract_detail }}", @@ -2950,24 +2972,24 @@ "-172574065": "Este bloque transferirá el control nuevamente al bloque de Condiciones de compra, permitiéndole comprar otro contrato.", "-403103225": "reiniciar", "-837044282": "Precio de venta {{ contract_type }}", - "-1033917049": "Este bloque devuelve el precio de compra para el tipo de comercio seleccionado.", + "-1033917049": "Este bloque devuelve el precio de compra para el tipo de operación seleccionado.", "-1863737684": "2. Condiciones de compra", "-228133740": "Especifique el tipo de contrato y las condiciones de compra.", "-1291088318": "Condiciones de compra", "-1098726473": "Este bloque es obligatorio. Solo se permite una copia de este bloque. Puede colocar el bloque de Compra (ver más abajo) aquí, así como los bloques condicionales para definir sus condiciones de compra.", "-1777988407": "Pago {{ contract_type }}", - "-511116341": "Este bloque devuelve el pago potencial para el tipo de comercio seleccionado", + "-511116341": "Este bloque devuelve el pago potencial para el tipo de operación seleccionado", "-1943211857": "Pago potencial", "-813464969": "comprar", "-53668380": "Verdadero si el contrato activo se puede vender antes del vencimiento al precio de mercado actual", "-43337012": "Vender ganancias/pérdidas", "-2112866691": "Devuelve las ganancias / pérdidas de la venta al precio de mercado", "-2132417588": "Este bloque le brinda la ganancia o pérdida potencial si decide vender su contrato.", - "-1360483055": "ajustar {{ variable }} a bandas de Bollinger {{ band_type }} {{ dummy }}", + "-1360483055": "ajustar {{ variable }} a Bandas de Bollinger {{ band_type }} {{ dummy }}", "-20542296": "Calcula las Bandas de Bollinger (BB) de una lista con un período", "-1951109427": "Bandas de Bollinger (BB)", - "-857226052": "BB es un indicador de análisis técnico que los traders utilizan habitualmente. La idea detrás de BB es que el precio de mercado se mantenga dentro de las bandas superior e inferior durante el 95% del tiempo. Las bandas son las desviaciones estándar del precio de mercado, mientras que la línea en el medio es una línea de media móvil simple. Si el precio alcanza la banda superior o inferior, existe la posibilidad de un cambio de tendencia.", - "-325196350": "ajustar {{ variable }} al conjunto de bandas de Bollinger {{ band_type }} {{ dummy }}", + "-857226052": "BB es un indicador de análisis técnico que los traders utilizan habitualmente. La idea detrás de BB es que el precio de mercado se mantenga dentro de las bandas superior e inferior el 95% del tiempo. Las bandas son las desviaciones estándar del precio de mercado, mientras que la línea en el medio es una línea de media móvil simple. Si el precio alcanza la banda superior o inferior, existe la posibilidad de un cambio de tendencia.", + "-325196350": "ajustar {{ variable }} al conjunto de Bandas de Bollinger {{ band_type }} {{ dummy }}", "-199689794": "Similar a BB. Este bloque le da la opción de devolver los valores de la banda inferior, la banda superior o la línea SMA en el medio.", "-920690791": "Calcula la Media Móvil Exponencial (EMA) a partir de una lista con un período", "-960641587": "EMA es un tipo de media móvil que otorga más importancia a los puntos de datos más recientes. También se conoce como la media móvil ponderada exponencialmente. EMA es diferente de SMA ya que reacciona más significativamente a los recientes cambios de precios.", @@ -2976,12 +2998,12 @@ "-628573413": "MACD se calcula restando la EMA a largo plazo (26 períodos) de la EMA a corto plazo (12 períodos). Si la EMA a corto plazo es mayor o menor que la EMA a largo plazo, existe la posibilidad de un cambio de tendencia.", "-1133676960": "Período de EMA rápido {{ input_number }}", "-883166598": "Período {{ input_period }}", - "-450311772": "ajustar {{ variable }} a Índice de fuerza relativa {{ dummy }}", - "-1861493523": "Calcula la lista del índice de fuerza relativa (RSI) de una lista de valores con un período", + "-450311772": "ajustar {{ variable }} a Índice de Fuerza Relativa {{ dummy }}", + "-1861493523": "Calcula la lista del Índice de Fuerza Relativa (RSI) de una lista de valores con un período", "-880048629": "Calcula la Media Móvil Simple (SMA) a partir de una lista con un período", "-1150972084": "Dirección del mercado", "-276935417": "Este bloque se usa para determinar si el precio de mercado se mueve en la dirección seleccionada o no. Le da un valor de \"Verdadero\" o \"Falso\".", - "-764931948": "en la lista de velas obtenga # del final {{ input_number }}", + "-764931948": "en la lista de velas obtenga # desde el final {{ input_number }}", "-924607337": "Devuelve el último dígito del último tick", "-560033550": "Devuelve la lista de los últimos dígitos de 1000 valores de tick recientes", "-74062476": "Haga una lista de valores de {{ candle_property }} en la lista de velas con intervalo: {{ candle_interval_type }}", @@ -2991,7 +3013,7 @@ "-1174859923": "Leer el valor de vela seleccionado", "-1972165119": "Leer el valor de la vela (1)", "-1956100732": "Puede usar este bloque para analizar los ticks, independientemente de sus operaciones", - "-443243232": "El contenido de este bloque se llama en cada tick. Coloque este bloque fuera de cualquier bloque raíz.", + "-443243232": "El contenido de este bloque aparece en cada tick. Coloque este bloque fuera de cualquier bloque raíz.", "-641399277": "Último tick", "-1628954567": "Devuelve el valor del último tick", "-1332756793": "Este bloque le da el valor del último tick.", @@ -3009,24 +3031,24 @@ "-1587644990": "Leer el valor de la vela (2)", "-1202212732": "Este bloque devuelve el saldo de la cuenta", "-1737837036": "Saldo de la cuenta", - "-1963883840": "Ponga sus bloques aquí para prevenir que sean removidos", + "-1963883840": "Ponga sus bloques aquí para evitar que sean eliminados", "-1284013334": "Utilice este bloque si desea que se ignoren algunas instrucciones cuando se ejecuta su bot. Las instrucciones dentro de este bloque no se ejecutarán.", "-1217253851": "Log", "-1987568069": "Avisar", "-104925654": "Consola", - "-1956819233": "Este bloque muestra mensajes en la consola del desarrollador con una entrada que puede ser una cadena de texto, un número, booleano o una matriz de datos.", + "-1956819233": "Este bloque muestra mensajes en la consola del desarrollador con una entrada que puede ser una cadena de texto, un número, booleano (lógico) o una matriz de datos.", "-1450461842": "Cargar bloque desde URL: {{ input_url }}", - "-1088614441": "Cargar bloques desde URL", - "-1747943728": "Cargar desde URL", - "-2105753391": "Notifica a Telegram {{ dummy }} Token de acceso: {{ input_access_token }} ID de chat: {{ input_chat_id }} Mensaje: {{ input_message }}", + "-1088614441": "Carga bloques desde la URL", + "-1747943728": "Carga desde la URL", + "-2105753391": "Notificar a Telegram {{ dummy }} Token de acceso: {{ input_access_token }} ID de chat: {{ input_chat_id }} Mensaje: {{ input_message }}", "-1008209188": "Envía un mensaje a Telegram", "-1218671372": "Muestra una notificación y, opcionalmente, reproduce el sonido seleccionado", - "-2099284639": "Este bloque le proporciona la ganancia / pérdida total de su estrategia comercial desde que su bot comenzó a ejecutarse. Puede restablecer esto haciendo clic en \"Borrar estadísticas\" en la ventana Estadísticas de transacción, o actualizando esta página en su navegador.", + "-2099284639": "Este bloque le proporciona la ganancia/pérdida total de su estrategia de operaciones desde que su bot comenzó a ejecutarse. Puede restablecerlo haciendo clic en \"Borrar estadísticas\" en la ventana Estadísticas de transacción, o actualizando esta página en su navegador.", "-683825404": "Cadena de ganancia total", "-718220730": "Descripción de la cadena ganancia total", "-1861858493": "Número de ejecuciones", "-264195345": "Devuelve el número de ejecuciones", - "-303451917": "Este bloque le da el número total de veces que su bot se ha ejecutado. Puede restablecer esto haciendo clic en \"Borrar estadísticas\" en la ventana Estadísticas de transacción, o actualizando esta página en su navegador.", + "-303451917": "Este bloque le da el número total de veces que su bot se ha ejecutado. Puede restablecerlo haciendo clic en \"Borrar estadísticas\" en la ventana Estadísticas de transacción, o actualizando esta página en su navegador.", "-2132861129": "Bloque auxiliar de conversión", "-74095551": "Segundos desde el Epoch", "-15528039": "Devuelve el número de segundos desde el 1 de enero de 1970", @@ -3034,7 +3056,7 @@ "-1370107306": "{{ dummy }} {{ stack_input }} Ejecutar después de {{ number }} segundo(s)", "-558838192": "Ejecución retrasada", "-1975250999": "Este bloque convierte el número de segundos desde el Epoch Unix (1 de enero de 1970) en una cadena de texto que representa la fecha y la hora.", - "-702370957": "Convertir a fecha / hora", + "-702370957": "Convertir a fecha/hora", "-982729677": "Convertir a marca temporal", "-311268215": "Este bloque convierte una cadena de texto que representa la fecha y la hora en segundos desde el Epoch Unix (1 de enero de 1970). El desplazamiento de hora y zona horaria es opcional. Ejemplo: 2019-01-01 21:03:45 GMT + 0800 se convertirá a 1546347825.", "-1797602591": "Stop Loss: {{ currency }} {{ stop_loss }}", @@ -3043,17 +3065,17 @@ "-625636913": "El monto debe ser un número positivo.", "-1466383897": "Duración: {{ duration_unit }} {{ duration_value }}", "-440702280": "Opciones comerciales", - "-1193894978": "Defina sus opciones comerciales, como la duración y la inversión. Algunas opciones solo son aplicables para ciertos tipos de comercio.", + "-1193894978": "Defina sus opciones de operación, como la duración y la inversión. Algunas opciones solo son aplicables para ciertos tipos de operación.", "-46523443": "El valor de duración no está permitido. Para ejecutar el bot, ingrese un valor entre {{min}} a {{max}}.", "-1483427522": "Tipo de operación: {{ trade_type_category }} > {{ trade_type }}", - "-323348124": "1. Parámetros comerciales", + "-323348124": "1. Parámetros de operación", "-1671903503": "Ejecutar una vez al inicio:", - "-783173909": "Opciones comerciales:", + "-783173909": "Opciones de operación:", "-376956832": "Aquí es donde define los parámetros de su contrato.", "-1244007240": "si {{ condition }} entonces", "-1577206704": "si en cambio", "-33796979": "verdadero", - "-1434883449": "Este es un bloque único que devuelve un valor booleano, ya sea verdadero o falso.", + "-1434883449": "Este es un bloque único que devuelve un valor booleano (lógico), ya sea verdadero o falso.", "-1946404450": "Compara dos valores", "-979918560": "Este bloque convierte el valor booleano (verdadero o falso) a su opuesto.", "-2047257743": "Nulo", @@ -3082,15 +3104,15 @@ "-1735674752": "Prueba un número", "-1017805068": "Este bloque prueba un número dado de acuerdo con la selección y devuelve un valor de \"Verdadero\" o \"Falso\". Opciones disponibles: Par, Impar, Primo, Entero, Positivo, Negativo, Divisible", "-1858332062": "Número", - "-1053492479": "Ingrese un número entero o fraccionario en este bloque. Utilice `.` como separador decimal para números fraccionarios.", + "-1053492479": "Ingrese un número entero o fraccionario en este bloque. Utilice '.' como separador decimal para números fraccionarios.", "-927097011": "suma", "-1653202295": "máx", "-1555878023": "promedio", "-1748351061": "modo", "-992067330": "Operaciones agregadas", - "-1691561447": "Este bloque le da una fracción aleatoria entre 0.0 a 1.0", + "-1691561447": "Este bloque le da una fracción aleatoria entre 0,0 a 1,0", "-523625686": "Número de fracción aleatoria", - "-933024508": "Redondea un número dado a un entero", + "-933024508": "Redondea un número dado a uno entero", "-1656927862": "Este bloque redondea un número dado de acuerdo con la selección: redondear, redondear hacia arriba, redondear hacia abajo.", "-1495304618": "absoluto", "-61210477": "Operaciones en un número dado", @@ -3101,11 +3123,11 @@ "-1666316828": "Agrega un texto dado a una variable.", "-1902332770": "Transforma {{ input_text }} en {{ transform_type }}", "-1489004405": "Primera letra mayúscula", - "-904432685": "Cambiar la capitalización del texto en consecuencia", + "-904432685": "Cambiar las mayúsculas y minúsculas como corresponda", "-882381096": "letra #", "-1027605069": "letra # desde el final", "-2066990284": "letra aleatoria", - "-337089610": "en el texto {{ input_text1 }} buscar {{ first_or_last }} aparición de texto {{ input_text2 }}", + "-337089610": "en el texto {{ input_text1 }} encuentra {{ first_or_last }} ocurrencia del texto {{ input_text2 }}", "-1966694141": "Busca en una cadena de texto una aparición específica de un determinado carácter o palabra, y devuelve la posición.", "-697543841": "Conectar texto", "-141160667": "longitud de {{ input_text }}", @@ -3114,9 +3136,9 @@ "-736668830": "Imprimir", "-1821552998": "recortar espacios de {{ side }} de {{ input_text }}", "-801766026": "lado derecho", - "-474779821": "Corta espacios", - "-1219239717": "Falta uno o más bloques obligatorios en su espacio de trabajo. Agregue los bloques requeridos e intente nuevamente.", - "-250761331": "Uno o más bloques obligatorios están deshabilitados en su espacio de trabajo. Habilite los bloques necesarios y vuelva a intentarlo.", + "-474779821": "Recorta espacios", + "-1219239717": "Falta uno o más bloques obligatorios en su espacio de trabajo. Agregue los bloques requeridos e inténtelo de nuevo.", + "-250761331": "Uno o más bloques obligatorios están deshabilitados en su espacio de trabajo. Habilite los bloques necesarios e inténtelo de nuevo.", "-1687036846": "Descargar bloque", "-1266781295": "Expandir", "-894560707": "función", @@ -3126,10 +3148,10 @@ "-958601558": "Eliminar bloque", "-1193267384": "Separar bloque", "-1750478127": "Nuevo nombre de variable", - "-1061878051": "Y", + "-1061878051": "Sí", "-2047029150": "Incapaz de cargar el archivo de bloque.", "-1410769167": "El objetivo debe ser un archivo XML", - "-609157479": "Esta Url ya está cargada", + "-609157479": "Esta URL ya está cargada", "-241945454": "Las propuestas no están listas", "-1087890592": "Valor máximo de pérdidas alcanzado", "-1030545878": "Tiene una tarifa limitada para: {{ message_type }}, volviendo a intentarlo en {{ delay }} s (ID: {{ request }})", diff --git a/packages/translations/src/translations/fr.json b/packages/translations/src/translations/fr.json index 692d4171fb55..37944c2ebaa2 100644 --- a/packages/translations/src/translations/fr.json +++ b/packages/translations/src/translations/fr.json @@ -9,18 +9,21 @@ "15377251": "Montant du profit: {{profit}}", "17843034": "Vérifier le statut de la vérification de la pièce d'identité", "19424289": "Nom d'utilisateur", + "19552684": "Panier USD", "21035405": "Pourriez-vous nous dire pourquoi vous partez s'il vous plait ? (Sélectionnez jusqu'à {{ allowed_reasons }} raisons.)", + "24900606": "Panier Or", "25854018": "Ce bloc affiche des messages dans la console du développeur avec une entrée qui peut être soit une chaîne de texte, un nombre, un booléen ou un tableau de données.", "26566655": "Synthèse", "26596220": "Finance", "27582767": "{{amount}} {{currency}}", - "39720204": "AUD Index", + "33433576": "Please use an e-wallet to withdraw your funds.", "41737927": "Merci", "44877997": "Permis de résidence", "45453595": "Binary Coin", "45941470": "Par où souhaitez-vous commencer?", "46523711": "Votre pièce d'identité est vérifiée", "49963458": "Choisissez une option", + "50200731": "Les devises majeures (lots standard/micro), les devises mineures, les indices, les matières premières et les crypto-monnaies", "54185751": "Moins de $100 000", "55340304": "Garder votre contrat actuel?", "55916349": "Tout", @@ -58,6 +61,7 @@ "100239694": "Téléchargez le recto de la carte depuis votre ordinateur", "102226908": "Case à remplir", "108916570": "Durée: {{duration}} jours", + "109073671": "Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.", "111215238": "Éloignez-vous de la lumière directe", "111718006": "Date de fin", "111931529": "Max. mise totale sur 7 jours", @@ -297,7 +301,6 @@ "452662014": "Nous facturons des frais de transfert de 1% pour les transferts dans des devises différentes entre vos comptes Deriv fiat et DMT5 et entre vos comptes Deriv fiat et Deriv X.", "453409608": "Votre profit est le pourcentage de variation du prix du marché multiplié par votre mise et le multiplicateur de votre choix.", "454593402": "2. Veuillez télécharger l'un des éléments suivants:", - "454664700": "FX-majeures, FX-mineures, FX-exotiques, Crypto-monnaies", "456746157": "Accordez l'accès à votre caméra à partir des paramètres de votre navigateur", "457020083": "Il faudra plus de temps pour vous vérifier si nous ne pouvons pas le lire", "457494524": "1. Dans la bibliothèque de blocs, entrez un nom pour la nouvelle variable et cliquez sur Créer.", @@ -345,8 +348,10 @@ "522283618": "Expérience de trading d’options digitales", "522703281": "divisible par", "523123321": "- 10 à la puissance d'un nombre donné", + "525012324": "Tradez des devises majeures (standard et micro-lots) et mineures, des actions et des indices boursiers, des matières premières, des indices de panier et des crypto-monnaies avec un effet de levier élevé.", "527329988": "Ceci est un mot de passe commun parmi les 100 premiers", "529056539": "Options", + "529597350": "Si vous aviez des positions ouvertes, nous les avons fermées et vous avons remboursé.", "530953413": "Applications autorisées", "531114081": "3. Type de Contrat", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "Clôture-Bas", "541650045": "Gérer le mot de passe {{platform}}", "542305026": "Vous devez également présenter une preuve d'identité.", + "543413346": "Vous n'avez aucune position ouverte pour cet actif. Pour afficher d'autres positions ouvertes, cliquez sur Aller aux rapports", "543915570": "Forex, actions, indices boursiers, cryptomonnaies, indices synthétiques", "545476424": "Retraits Totaux", "546534357": "Si vous sélectionnez \"Option annulation\", vous pourrez annuler votre transaction dans un délai choisi si le marché évolue contre votre faveur. Nous facturons une somme modique pour cela, mais nous vous rembourserons le montant de votre mise sans profit ni perte. Si le montant de l'arrêt est atteint avant l'expiration de l'annulation de l'accord, votre position sera automatiquement annulée et nous vous rembourserons le montant de votre mise sans profit ni perte. Pendant que «Option annulation» est active:", @@ -406,6 +412,7 @@ "606240547": "- Natural log", "606877840": "Retour à aujourd'hui", "607807243": "Atteindre la bougie", + "609519227": "Il s'agit de l'email associé à votre compte Deriv.", "609650241": "Boucle infinie détectée", "610537973": "Toutes les informations que vous fournissez sont confidentielles et ne seront utilisées qu'à des fins de vérification.", "611020126": "Voir l'adresse sur Blockchain", @@ -498,6 +505,7 @@ "720293140": "Déconnexion", "720519019": "Réinitialiser mon mot de passe", "721011817": "- Élever le premier nombre à la puissance du deuxième nombre", + "723045653": "Vous vous connecterez à votre compte Deriv avec cette adresse e-mail.", "723961296": "Paramétrer le mot de passe", "724203548": "Vous pouvez envoyer votre plainte à la <0>plate-forme de règlement en ligne des litiges (RLL) de la Commission européenne. Cela ne s'applique pas aux clients britanniques.", "728042840": "Pour continuer à trader avec nous, veuillez confirmer votre lieu de résidence.", @@ -584,7 +592,7 @@ "841543189": "Voir la transaction sur Blockchain", "845213721": "Déconnexion", "845304111": "Période EMA lente {{ input_number }}", - "848172194": "Tradez des paires de devises majeures (standard et micro-lots) et mineures, des actions, des indices boursiers, des matières premières et des crypto-monnaies avec un effet de levier élevé.", + "847888634": "Merci de retirer tous vos fonds.", "849805216": "Choisissez un agent", "851054273": "Si vous sélectionnez \"Supérieur\", vous gagnez le paiement si le point de sortie est strictement supérieur à la barrière.", "851264055": "Crée une liste avec un élément donné répété un certain nombre de fois.", @@ -618,7 +626,6 @@ "887328652": "Par précaution, nous avons désactivé le trading, les dépôts et les retraits pour ce compte. Si vous avez des questions, veuillez consulter notre <0>Centre d’aide.", "888274063": "Ville", "890299833": "Accéder aux rapports", - "891097078": "Indice USD", "891337947": "Sélectionner un pays", "892341141": "Vos statistiques de trading depuis: {{date_time}}", "893117915": "Variable", @@ -626,7 +633,6 @@ "893975500": "Vous n'avez pas de bots récents", "894191608": "<0>c. Nous devons accorder le règlement dans les 28 jours suivant la prise de décision.", "895890867": "Votre compte sera ouvert auprès de Deriv (SVG) LLC, et sera soumis aux lois de Saint-Vincent-et-les Grenadines.", - "897687778": "Votre mot de passe Deriv sert à vous connecter à votre compte Deriv.", "898457777": "Vous avez ajouté un compte Deriv Financier.", "900111088": "Vous pouvez <0>sélectionner une nouvelle devise avant de déposer pour la première fois ou de créer un compte réel DMT5 ou Deriv X.", "902045490": "3 minutes", @@ -816,6 +822,7 @@ "1161924555": "Veuillez sélectionner une option", "1163836811": "Immobilier", "1164773983": "Take profit et/ou stop loss ne sont pas disponibles tant que l'option annulation est active.", + "1164896842": "Tradez des CFD sur nos indices synthétiques qui simulent les mouvements réels du marché.", "1166128807": "Choisissez l'un de vos comptes ou ajoutez un nouveau compte de cryptomonnaie", "1166377304": "Incrémenter la valeur", "1168029733": "Remportez des gains si la sortie spot est aussi égale à l’entrée spot.", @@ -846,7 +853,6 @@ "1201533528": "Contrats gagnés", "1201773643": "numérique", "1203297580": "Ce bloc envoie un message au réseau social Telegram.", - "1204202371": "Pas de positions ouvertes", "1204223111": "Dans cet exemple, les prix ouverts d'une liste de bougies sont affectés à une variable appelée \"candle_list\".", "1204919083": "Cette politique de réclamation, qui peut changer de temps à autre, s'applique à votre (vos) compte (s) enregistré (s) auprès de Deriv (SVG) LLC.", "1206821331": "Forces armées", @@ -879,7 +885,6 @@ "1239940690": "Redémarre le bot lorsqu'une erreur se produit.", "1240027773": "Veuillez vous connecter", "1243064300": "Local", - "1245469923": "Majeures FX (lots standard/micro), Mineures FX, Smart-FX, Matières premières, Cryptodevises", "1246207976": "Saisissez le code d'authentification généré par votre application 2FA:", "1246880072": "Sélectionnez le pays émetteur", "1247280835": "Notre caisse de cryptomonnaie est temporairement hors service en raison d'une maintenance du système. Vous pourrez effectuer des dépôts et des retraits de cryptomonnaie dans quelques minutes lorsque la maintenance sera terminée.", @@ -965,6 +970,7 @@ "1349289354": "Parfait, c'est tout ce dont nous avons besoin", "1349295677": "dans le texte {{ input_text }} obtenir la sous-chaîne de {{ position1 }} {{ index1 }} à {{ position2 }} {{ index2 }}", "1351152200": "Bienvenue sur votre tableau de bord Deriv MT5 (DMT5)", + "1351906264": "This feature is not available for payment agents.", "1353197182": "Veuillez sélectionner", "1355250245": "{{ calculation }} de la liste {{ input_list }}", "1356574493": "Renvoie une partie spécifique d'une chaîne de texte donnée.", @@ -1081,6 +1087,7 @@ "1490583127": "DBot n'est pas tout à fait prêt pour les comptes réels", "1491392301": "<0>Vendu pour: {{sold_for}}", "1492686447": "Votre compte MT5 Financial STP sera ouvert via Deriv (FX) Ltd. Toutes les transactions sur ce compte sont soumises aux réglementations et directives de la Labuan Financial Service Authority (LFSA). Aucun de vos autres comptes, y compris votre compte Deriv, n'est soumis aux réglementations et directives de la Labuan Financial Service Authority (LFSA).", + "1493673429": "Changer d'email", "1496810530": "GBP/AUD", "1499074768": "Ajouter un compte réel Multiplicateurs Deriv", "1499080621": "Essai d'effectuer une opération non valide.", @@ -1095,6 +1102,7 @@ "1510735345": "Ce bloc vous donne une liste des derniers chiffres des 1000 dernières valeurs de tick.", "1512469749": "Dans l'exemple ci-dessus, on suppose que la variable candle_open_price est traitée quelque part dans d'autres blocs.", "1515034599": "Cette politique de réclamation, qui peut changer de temps à autre, s'applique à votre compte enregistré auprès de Deriv (MX) Ltd, ayant son siège social au First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, sous licence et réglementés respectivement par (1) la Gambling Supervision Commission de l'île de Man (licence <0>actuelle délivrée le 31 août 2017) et (2) la Gambling Commission au Royaume-Uni (<1>licence n ° 39172).", + "1516537408": "Vous ne pouvez plus trader sur Deriv ou déposer des fonds sur votre compte.", "1516676261": "Dépôt", "1517503814": "Déposez le fichier ou cliquez ici pour le télécharger", "1519336051": "Essayez un autre numéro de téléphone", @@ -1104,14 +1112,15 @@ "1527906715": "Ce bloc ajoute le nombre donné à la variable sélectionnée.", "1531017969": "Crée une chaîne de texte unique à partir de la combinaison de la valeur de texte de chaque élément attaché, sans espaces entre les deux. Le nombre d'articles peut être ajouté en conséquence.", "1533177906": "Baisse", + "1534569275": "Dans le cadre des changements intervenus sur nos marchés, nous allons fermer les comptes de nos clients britanniques.", "1534796105": "Obtient une valeur variable", "1537711064": "Vous devez procéder à une vérification rapide de votre identité avant de pouvoir accéder à la caisse. Veuillez vous rendre dans les paramètres de votre compte pour soumettre votre document d'identité.", - "1539108340": "Indice EUR", "1540585098": "Refuser", "1541969455": "Les deux", "1544642951": "Si vous sélectionnez \"Only Ups\", vous gagnez le paiement si des ticks consécutifs augmentent successivement après le point d'entrée. Aucun paiement si un tick tombe ou est égal à l'un des ticks précédents.", "1548765374": "La vérification du numéro du document a échoué", "1549098835": "Total retiré", + "1551172020": "Panier AUD", "1552080191": "Exclus de Deriv.com jusqu'au", "1552918367": "N'envoyez que des {{currency}} ({{currency_symbol}}) à cette adresse.", "1557682012": "Paramètres du compte", @@ -1158,6 +1167,7 @@ "1623706874": "Utilisez ce bloc lorsque vous souhaitez utiliser les multiplicateurs comme type de transaction.", "1630372516": "Essayez notre Fiat onramp", "1630417358": "Veuillez vous rendre dans les paramètres de votre compte et compléter vos données personnelles pour permettre les retraits.", + "1631281562": "Panier GBP", "1634594289": "Sélectionnez une langue", "1634903642": "Seul votre visage peut être dans le selfie", "1634969163": "Changer de devise", @@ -1203,12 +1213,12 @@ "1684419981": "Qu'est-ce que c'est ?", "1686800117": "{{error_msg}}", "1689103988": "Seconde depuis période", - "1689738742": "Indice Gold", "1690703448": "Vous pouvez effectuer des transferts entre vos comptes Deriv fiat, cryptomonnaie, DMT5, et Deriv X.", "1691335819": "Pour continuer à trader avec nous, veuillez confirmer qui vous êtes.", "1691765860": "- Négation", "1693614409": "Heure de début", "1694331708": "Vous pouvez basculer entre les CFDs, les options numériques et les multiplicateurs à tout moment.", + "1694517345": "Entrez un nouvel email", "1695807119": "Impossible de charger les blocs de Google Drive", "1700233813": "Le transfert depuis {{selected_value}} n'est pas autorisé, veuillez choisir un autre compte dans la liste déroulante", "1708413635": "Pour votre compte {{currency_name}} ({{currency}})", @@ -1426,6 +1436,7 @@ "1968368585": "Statut d’emploi", "1971898712": "Ajouter ou gérer un compte", "1973536221": "Vous n'avez pas encore de positions ouvertes.", + "1974304588": "It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.", "1982912252": "Index de force relative (RSI en anglais) d’une liste avec une période", "1983001416": "Définissez vos options de transaction telles que le multiplicateur et la mise. Ce bloc ne peut être utilisé qu'avec le type de transaction multiplicateur. Si vous sélectionnez un autre type de transaction, ce bloc sera remplacé par le bloc Trade Options.", "1983387308": "Aperçu", @@ -1442,6 +1453,7 @@ "1990735316": "La hausse est égale à", "1991448657": "Vous ne connaissez pas votre numéro d'identification fiscale? Cliquez <0>ici pour en savoir plus.", "1991524207": "Indice Jump 100", + "1994023526": "L'email que vous avez entré comportait une erreur ou une faute de frappe (cela arrive aux meilleurs d'entre nous).", "1994558521": "Les plates-formes ne sont pas adaptées aux débutants.", "1994600896": "Ce bloc nécessite une liste de bougies comme paramètre d'entrée.", "1995023783": "Première ligne d'adresse*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Liste des ticks", "2051558666": "Voir l'historique de la transaction", + "2053617863": "Veuillez procéder au retrait de tous vos fonds de votre compte.", "2054500647": "Cette politique de réclamation, qui peut changer de temps en temps, s'applique à votre (vos) compte(s) enregistré(s) auprès de Deriv (SVG) LLC et Deriv (V) Ltd.", "2054889300": "Créer \"%1\"", "2055317803": "Copiez le lien dans votre navigateur mobile", @@ -1715,6 +1728,7 @@ "-1462975230": "Exemple de document", "-1472844935": "La photo doit clairement montrer votre document", "-883103549": "Compte désactivé", + "-773766766": "Email et mots de passe", "-1466827732": "Auto-exclusion", "-1498206510": "Limites du Compte", "-241588481": "Historique de connexion", @@ -1895,6 +1909,8 @@ "-547557964": "Nous ne pouvons pas livrer le courriel à cette adresse (Habituellement à cause des pare-feu ou du filtrage).", "-1964320730": "Veuillez cliquer sur le lien reçu par email afin de modifier votre mot de passe <0>Deriv X.", "-976364600": "Veuillez cliquer sur le lien reçu par email afin de modifier votre mot de passe DMT5.", + "-742748008": "Vérifiez vos emails et cliquez sur le lien dans l'email afin de continuer.", + "-84068414": "Vous n'avez toujours pas reçu l'email ? Veuillez nous contacter via <0>live chat.", "-2073934245": "Les services de trading financier proposés sur ce site ne conviennent qu'aux clients qui acceptent la possibilité de perdre tout l'argent qu'ils investissent et qui comprennent et ont une expérience du risque lié à l'achat de contrats financiers. Les transactions sur contrats financiers comportent un degré de risque élevé. Si les contrats que vous avez achetés expirent comme sans valeur, vous perdrez tout votre investissement, qui comprend la prime du contrat.", "-679569665": "Votre compte sera ouvert auprès de Deriv (MX) Ltd, réglementé par la UK Gaming Commission (UKGC), et soumis aux lois de l'île de Man.", "-1970096931": "Votre compte sera ouvert auprès de Deriv (Europe) Limited, réglementé par la Malta Gaming Authority, et sera soumis aux lois de Malte.", @@ -1966,6 +1982,7 @@ "-1725454783": "Échec", "-506510414": "Date et heure", "-1708927037": "Adresse IP", + "-1042416056": "Utilisez le <0>mot de passe Deriv pour vous connecter à Deriv.com, Deriv Go, Dtrader, SmartTrader et DBot.", "-365847515": "Applications que vous pouvez utiliser avec votre identifiant Deriv:", "-26491905": "Vous utilisez votre compte {{identifier_title}} pour vous connecter à votre compte Deriv. Pour modifier votre méthode de connexion en utilisant un identifiant et un mot de passe, cliquez sur <0>Unlink.", "-596920538": "Déconnecter", @@ -2064,6 +2081,7 @@ "-203002433": "Faire un dépôt maintenant", "-720315013": "Vous n'avez pas de fonds dans votre compte {{currency}}", "-2052373215": "Veuillez effectuer un dépôt pour utiliser cette fonction.", + "-1201279468": "To withdraw your funds, please choose the same payment method you used to make your deposits.", "-553249337": "Les transferts sont verrouillés", "-705272444": "Téléchargez une preuve d'identité pour vérifier votre identité", "-1196994774": "Nous facturons des frais de transfert de 2 % ou de {{minimum_fee}} {{currency}}, le montant le plus élevé étant retenu, pour les transferts entre vos comptes Deriv cryptomonnaie.", @@ -2098,7 +2116,7 @@ "-1388977563": "Copié!", "-1962894999": "Cette adresse ne peut être utilisée qu'UNE SEULE FOIS. Veuillez en copier un nouveau pour votre prochaine transaction.", "-451858550": "En cliquant sur \"Continuer\", vous serez redirigé vers {{ service }}, un fournisseur de services de paiement tiers. Veuillez noter que {{ website_name }} n'est pas responsable du contenu ou des services fournis par {{ service }}. Si vous rencontrez des problèmes liés aux services {{ service }}, vous devez contacter {{ service }} directement.", - "-344959847": "Un agent de paiement est autorisé à traiter les dépôts et les retraits à votre place si vos modes de paiement locaux ou vos devises ne sont pas pris en charge sur {{website_name}}.", + "-1137412124": "Can’t find a suitable payment method for your country? Then try a payment agent.", "-1232852916": "Nous passons à votre compte {{currency}} pour consulter la transaction.", "-38063175": "portefeuille {{account_text}}", "-1474202916": "Effectuer un nouveau retrait", @@ -2408,7 +2426,7 @@ "-9704319": "Indice Crash 1000", "-465860988": "Indice Bull Market", "-390528194": "Indice Step", - "-1800672151": "Indice GBP", + "-280323742": "Panier EUR", "-563812039": "Indice de volatilité 10 (1s)", "-764111252": "Indice de volatilité 100 (1s)", "-1374309449": "Indice de volatilité 200 (1s)", @@ -2479,6 +2497,7 @@ "-1175685940": "Veuillez nous contacter via le chat en direct pour permettre les retraits.", "-1125797291": "Mot de passe mis à jour.", "-157145612": "Veuillez vous connecter avec votre mot de passe mis à jour.", + "-1217269360": "What’s your real name, {{client_name}}?", "-87177461": "Veuillez vous rendre dans les paramètres de votre compte et compléter vos données personnelles pour permettre les dépôts.", "-904632610": "Réinitialisez votre balance", "-470018967": "Réinitialisez la balance", @@ -2530,6 +2549,7 @@ "-1950045402": "Retirez tous vos fonds", "-168971942": "Ce que cela signifie pour vous", "-905560792": "OK, je comprends", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Explorer", "-1197864059": "Ouvrir un compte démo", "-1485242688": "Step {{step}}: {{step_title}} ({{step}} of {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "Heure actuelle :", "-1534648620": "Votre mot de passe a été modifié", "-596199727": "Nous allons maintenant vous rediriger vers la page de connexion.", + "-310434518": "L'email ne doit pas être vacant.", "-437918412": "Aucune devise assignée à votre compte", "-707550055": "Nous en avons besoin pour nous assurer que notre service est conforme aux lois et réglementations de votre pays.", "-280139767": "Définir la résidence", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d. Si la décision est prise en notre faveur, vous devez nous fournir une décharge dans les 7 jours suivant le moment où la décision est prise, et la plainte sera considérée comme close.", "-429248139": "5. Clause de non-responsabilité", "-818926350": "La Commission financière accepte les appels pendant 45 jours après la date de l'incident et seulement après que le commerçant a essayé de résoudre le problème directement avec l'entreprise.", + "-175369516": "Bienvenue sur Deriv X", + "-1667427537": "Lancez Deriv X sur votre navigateur ou téléchargez l'application mobile", + "-305915794": "Exécutez MT5 à partir de votre navigateur ou téléchargez l'application MT5 pour vos appareils", + "-404375367": "Tradez le forex, un ensemble d'indices, les matières premières et les cryptomonnaies avec un effet de levier élevé.", + "-811331160": "Négociez des CFD sur le forex, les actions, les indices boursiers, les indices synthétiques et les matières premières avec un effet de levier.", + "-464262734": "Gérer le mot de passe du compte {{platform}} Real {{account_title}}", + "-2042845290": "Votre mot de passe investisseur a été modifié.", + "-1882295407": "Votre mot de passe a été modifié.", + "-254497873": "Utilisez ce mot de passe pour accorder l'accès de visualisation à un autre utilisateur. Bien qu'ils puissent consulter votre compte de trading, ils ne pourront pas échanger ou prendre d'autres mesures.", + "-161656683": "Mot de passe investisseur actuel", + "-374736923": "Nouveau mot de passe investisseur", + "-1793894323": "Créer ou réinitialiser le mot de passe de l'investisseur", + "-781132577": "Effet de levier", + "-1264604378": "Jusqu'à 1/1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "Jusqu’au 1/100", + "-1382029900": "70 +", + "-1493055298": "90+", + "-2050821902": "Demo Synthétique", + "-1434036215": "Demo Financier", + "-1882063886": "CFD démo", + "-1228860600": "Ajouter une région", + "-785625598": "Utilisez ces identifiants afin de vous connecter à votre compte {{platform}} sur le site web et l'application mobile.", + "-997127433": "Changer le mot de passe", + "-162753510": "Ajouter un compte réel", + "-251202291": "Broker", + "-860609405": "Mot de passe", + "-742647506": "Transfert de fonds", + "-1874242353": "Top up de fonds", + "-2040196445": "Votre compte MT5 Financier STP est presque prêt, veuillez définir votre mot de passe maintenant.", + "-712681566": "Échange Peer-to-peer", + "-1267880283": "{{field_name}} est obligatoire", + "-2084509650": "{{field_name}} n'est pas dans un format correct.", + "-1779241732": "La première ligne d'adresse n'est pas dans un format approprié.", + "-188222339": "Cela ne doit pas dépasser {{max_number}} caractères.", + "-1673422138": "Région/Département n'est pas dans un format approprié.", + "-1262200612": "La confirmation d'identité a échoué. Vous allez être redirigé vers l'étape précédente.", + "-1385484963": "Confirmer le changement de votre mot de passe {{platform}}", + "-1990902270": "Cela changera le mot de passe de tous vos comptes {{platform}}.", + "-1357917360": "Web terminal", + "-1454896285": "L'application de bureau MT5 n'est pas prise en charge par, Windows XP, Windows 2003 et Windows Vista.", + "-673424733": "Compte démo", + "-1066565281": "Maintenance du serveur à partir de 06:00 GMT tous les dimanches. Ce processus peut prendre jusqu'à 2 heures. Le service peut être interrompu pendant cette période.", + "-1481390656": "Maintenance du serveur à partir de 01h00 GMT tous les dimanches. Ce processus peut prendre jusqu'à 2 heures. Le service peut être interrompu pendant cette période.", + "-1199152768": "Veuillez explorer nos autres plateformes.", + "-498346912": "Explorer DBot", + "-184453418": "Entrer votre mot de passe {{platform}}", + "-731759165": "Choisissez une région pour votre compte réel DMT5 {{ account_type }}", + "-1769158315": "réel", + "-700260448": "démo", + "-1175356567": "Félicitations, vous avez créé avec succès votre compte {{category}} <0>{{platform}} <1>{{type}}. Pour commencer à trader, transférez des fonds de votre compte Deriv vers ce compte.", + "-1570793523": "Félicitations, vous avez créé avec succès votre compte {{category}} <0>{{platform}} <1>{{type}}.", + "-790488576": "Mot de passe oublié?", + "-1190393389": "Entrez votre mot de passe {{platform}} pour ajouter un compte {{account}} {{platform}}.", + "-1987408434": "Votre compte MT5 Financial STP sera ouvert via Deriv (BVI) Ltd. Toutes les transactions effectuées sur ce compte sont soumises aux règlements et directives de la British Virgin Islands Financial Services Commission (BVIFSC). Aucun de vos autres comptes, y compris votre compte Deriv, n'est soumis aux règlements et directives de la British Virgin Islands Financial Services Commission (BVIFSC).", + "-2057918502": "Astuce: vous avez peut-être entré votre mot de passe Deriv, qui est différent de votre mot de passe {{platform}}.", + "-1752211105": "Transférer maintenant", + "-1928229820": "Réinitialiser le mot de passe investisseur de Deriv X", + "-1917043724": "Réinitialiser le mot de passe investisseur de DMT5", + "-1087845020": "principal", + "-1950683866": "investisseur", + "-89838213": "Vous pouvez recharger votre compte de démonstration avec un <0> supplémentaire si votre solde est <1> ou moins.", + "-1211122723": "Compte {{ platform }} {{ account_title }}", + "-78895143": "Solde actuel", + "-149993085": "Nouveau solde actuel", + "-490244964": "Forex, actions, indices boursiers, cryptomonnaies", + "-1368041210": ", indices synthétiques", + "-877064208": "EUR", + "-1302404116": "Effet de levier maximum", + "-1284221303": "Si le solde de votre compte descend près du niveau de stop out, vous recevrez un avertissement, connu sous le nom d'appel de marge.", + "-1848799829": "Pour comprendre le stop out, vous devez d'abord connaître le niveau de marge. C'est est le coefficient de fonds propres (le solde total que vous auriez si vous fermiez toutes vos positions à ce stade) à la marge que vous utilisez en ce moment. Si votre niveau de marge tombe en dessous de notre niveau de stop out, vos positions peuvent être fermées automatiquement afin de vous protéger contre de nouvelles pertes.", + "-224051432": "24/7", + "-511301450": "Indique la disponibilité du trading de crypto-monnaie sur un compte particulier.", + "-1591882610": "Synthétiques", + "-70716111": "FX-majeurs (lots standard/micro), FX-mineurs, panier d'indices, matières premières, crypto-monnaies, actions et indices boursiers", + "-1041629137": "FX-majeures, FX-mineures, FX-exotiques et cryptomonnaies", + "-287097947": "FX Majeures (lots standard/micro), FX Mineures, Matières premières, Cryptodevises (sauf Royaume-Uni)", + "-2102641225": "Lors du refinancement bancaire, la liquidité sur les marchés des changes est réduite et peut augmenter le spread et le temps de traitement des ordres des clients. Cela se produit vers 21h00 GMT pendant l'heure d'été et 22h00 GMT hors heure d'été.", + "-495364248": "Les niveaux d'appel de marge et d'arrêt changeront de temps en temps en fonction des conditions du marché.", + "-536189739": "Pour protéger votre portefeuille contre les mouvements défavorables du marché en raison de l'écart d'ouverture du marché, nous nous réservons le droit de réduire l'effet de levier sur tous les symboles offerts pour les comptes financiers avant la fermeture du marché et de l'augmenter à nouveau après l'ouverture du marché. Veuillez vous assurer que vous disposez de suffisamment de fonds sur votre compte {{platform}} pour soutenir vos positions à tout moment.", + "-10956371": "Vous avez besoin d'un compte réel (monnaie fiduciaire ou crypto-monnaie) dans Deriv pour créer un vrai compte DMT5.", + "-1760596315": "Créer un compte Deriv", + "-1324223697": "Utilisez ce mot de passe pour vous connecter à vos comptes DMT5 sur les applications de bureau, web et mobile.", + "-648956272": "Utilisez ce mot de passe pour vous connecter à vos comptes Deriv X sur le web et l'application mobile.", + "-337314155": "Modifier le mot de passe {{platform}}", + "-1814308691": "Veuillez cliquer sur le lien reçu par email afin de modifier votre mot de passe {{platform}}.", "-1282933308": "Pas {{barrier}}", "-968190634": "Egal {{barrier}}", "-1747377543": "Sous {{barrier}}", "-337314714": "jours", "-442488432": "jour", - "-175369516": "Bienvenue sur Deriv X", - "-1667427537": "Lancez Deriv X sur votre navigateur ou téléchargez l'application mobile", - "-305915794": "Exécutez MT5 à partir de votre navigateur ou téléchargez l'application MT5 pour vos appareils", - "-1330036364": "Tradez des forex, matières premières et les crypto-monnaies avec effet de levier élevé.", - "-811331160": "Négociez des CFD sur le forex, les actions, les indices boursiers, les indices synthétiques et les matières premières avec un effet de levier.", "-513103225": "Temps de la transaction", "-2066666313": "Crédit/Débit", "-2140412463": "Prix d'achat", @@ -2736,13 +2840,6 @@ "-584696680": "Si vous sélectionnez \"Take Profit\" et spécifiez un montant que vous souhaitez gagner, votre position sera clôturée automatiquement lorsque votre profit sera supérieur ou égal à ce montant. Votre profit peut être supérieur au montant que vous avez entré en fonction du prix du marché à la clôture.", "-178096090": "«Take profit» ne peut pas être mis à jour. Vous ne pouvez le mettre à jour que lorsque «l'offre annulation» expire.", "-206909651": "Le point d'entrée est le prix du marché lorsque votre contrat est traité par nos serveurs.", - "-464262734": "Gérer le mot de passe du compte {{platform}} Real {{account_title}}", - "-2042845290": "Votre mot de passe investisseur a été modifié.", - "-1882295407": "Votre mot de passe a été modifié.", - "-254497873": "Utilisez ce mot de passe pour accorder l'accès de visualisation à un autre utilisateur. Bien qu'ils puissent consulter votre compte de trading, ils ne pourront pas échanger ou prendre d'autres mesures.", - "-161656683": "Mot de passe investisseur actuel", - "-374736923": "Nouveau mot de passe investisseur", - "-1793894323": "Créer ou réinitialiser le mot de passe de l'investisseur", "-149836494": "Le numéro de référence de votre transaction est {{transaction_id}}", "-1382749084": "Revenir au trading", "-538215347": "Dépôts nets", @@ -2779,81 +2876,6 @@ "-1043117679": "Lorsque votre perte actuelle est égale ou supérieure à {{stop_out_percentage}}% de votre Equité, votre contrat sera clôturé au prix d'actif disponible le plus proche.", "-477998532": "Votre contrat est automatiquement clôturé lorsque votre perte est supérieure ou égale à ce montant.", "-243332856": "Statistiques du dernier chiffre pour les 1000 derniers ticks pour {{ underlying_name }}", - "-781132577": "Effet de levier", - "-1264604378": "Jusqu'à 1/1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "Jusqu’au 1/100", - "-1382029900": "70 +", - "-1493055298": "90+", - "-2050821902": "Demo Synthétique", - "-1434036215": "Demo Financier", - "-1882063886": "CFD démo", - "-1228860600": "Ajouter une région", - "-785625598": "Utilisez ces identifiants afin de vous connecter à votre compte {{platform}} sur le site web et l'application mobile.", - "-997127433": "Changer le mot de passe", - "-162753510": "Ajouter un compte réel", - "-251202291": "Broker", - "-860609405": "Mot de passe", - "-742647506": "Transfert de fonds", - "-1874242353": "Top up de fonds", - "-1352641295": "Tradez des CFD sur nos indices synthétiques qui simulent le mouvement du marché réel.", - "-2040196445": "Votre compte MT5 Financier STP est presque prêt, veuillez définir votre mot de passe maintenant.", - "-712681566": "Échange Peer-to-peer", - "-1267880283": "{{field_name}} est obligatoire", - "-2084509650": "{{field_name}} n'est pas dans un format correct.", - "-1779241732": "La première ligne d'adresse n'est pas dans un format approprié.", - "-188222339": "Cela ne doit pas dépasser {{max_number}} caractères.", - "-1673422138": "Région/Département n'est pas dans un format approprié.", - "-1262200612": "La confirmation d'identité a échoué. Vous allez être redirigé vers l'étape précédente.", - "-1385484963": "Confirmer le changement de votre mot de passe {{platform}}", - "-1990902270": "Cela changera le mot de passe de tous vos comptes {{platform}}.", - "-1357917360": "Web terminal", - "-1454896285": "L'application de bureau MT5 n'est pas prise en charge par, Windows XP, Windows 2003 et Windows Vista.", - "-673424733": "Compte démo", - "-1066565281": "Maintenance du serveur à partir de 06:00 GMT tous les dimanches. Ce processus peut prendre jusqu'à 2 heures. Le service peut être interrompu pendant cette période.", - "-1481390656": "Maintenance du serveur à partir de 01h00 GMT tous les dimanches. Ce processus peut prendre jusqu'à 2 heures. Le service peut être interrompu pendant cette période.", - "-1199152768": "Veuillez explorer nos autres plateformes.", - "-498346912": "Explorer DBot", - "-184453418": "Entrer votre mot de passe {{platform}}", - "-731759165": "Choisissez une région pour votre compte réel DMT5 {{ account_type }}", - "-1769158315": "réel", - "-700260448": "démo", - "-1175356567": "Félicitations, vous avez créé avec succès votre compte {{category}} <0>{{platform}} <1>{{type}}. Pour commencer à trader, transférez des fonds de votre compte Deriv vers ce compte.", - "-1570793523": "Félicitations, vous avez créé avec succès votre compte {{category}} <0>{{platform}} <1>{{type}}.", - "-790488576": "Mot de passe oublié?", - "-1190393389": "Entrez votre mot de passe {{platform}} pour ajouter un compte {{account}} {{platform}}.", - "-1987408434": "Votre compte MT5 Financial STP sera ouvert via Deriv (BVI) Ltd. Toutes les transactions effectuées sur ce compte sont soumises aux règlements et directives de la British Virgin Islands Financial Services Commission (BVIFSC). Aucun de vos autres comptes, y compris votre compte Deriv, n'est soumis aux règlements et directives de la British Virgin Islands Financial Services Commission (BVIFSC).", - "-2057918502": "Astuce: vous avez peut-être entré votre mot de passe Deriv, qui est différent de votre mot de passe {{platform}}.", - "-1752211105": "Transférer maintenant", - "-1928229820": "Réinitialiser le mot de passe investisseur de Deriv X", - "-1917043724": "Réinitialiser le mot de passe investisseur de DMT5", - "-1087845020": "principal", - "-1950683866": "investisseur", - "-89838213": "Vous pouvez recharger votre compte de démonstration avec un <0> supplémentaire si votre solde est <1> ou moins.", - "-1211122723": "Compte {{ platform }} {{ account_title }}", - "-78895143": "Solde actuel", - "-149993085": "Nouveau solde actuel", - "-490244964": "Forex, actions, indices boursiers, cryptomonnaies", - "-1368041210": ", indices synthétiques", - "-877064208": "EUR", - "-1302404116": "Effet de levier maximum", - "-1284221303": "Si le solde de votre compte descend près du niveau de stop out, vous recevrez un avertissement, connu sous le nom d'appel de marge.", - "-1848799829": "Pour comprendre le stop out, vous devez d'abord connaître le niveau de marge. C'est est le coefficient de fonds propres (le solde total que vous auriez si vous fermiez toutes vos positions à ce stade) à la marge que vous utilisez en ce moment. Si votre niveau de marge tombe en dessous de notre niveau de stop out, vos positions peuvent être fermées automatiquement afin de vous protéger contre de nouvelles pertes.", - "-224051432": "24/7", - "-511301450": "Indique la disponibilité du trading de crypto-monnaie sur un compte particulier.", - "-1591882610": "Synthétiques", - "-287097947": "FX Majeures (lots standard/micro), FX Mineures, Matières premières, Cryptodevises (sauf Royaume-Uni)", - "-2102641225": "Lors du refinancement bancaire, la liquidité sur les marchés des changes est réduite et peut augmenter le spread et le temps de traitement des ordres des clients. Cela se produit vers 21h00 GMT pendant l'heure d'été et 22h00 GMT hors heure d'été.", - "-495364248": "Les niveaux d'appel de marge et d'arrêt changeront de temps en temps en fonction des conditions du marché.", - "-536189739": "Pour protéger votre portefeuille contre les mouvements défavorables du marché en raison de l'écart d'ouverture du marché, nous nous réservons le droit de réduire l'effet de levier sur tous les symboles offerts pour les comptes financiers avant la fermeture du marché et de l'augmenter à nouveau après l'ouverture du marché. Veuillez vous assurer que vous disposez de suffisamment de fonds sur votre compte {{platform}} pour soutenir vos positions à tout moment.", - "-10956371": "Vous avez besoin d'un compte réel (monnaie fiduciaire ou crypto-monnaie) dans Deriv pour créer un vrai compte DMT5.", - "-1760596315": "Créer un compte Deriv", - "-1324223697": "Utilisez ce mot de passe pour vous connecter à vos comptes DMT5 sur les applications de bureau, web et mobile.", - "-648956272": "Utilisez ce mot de passe pour vous connecter à vos comptes Deriv X sur le web et l'application mobile.", - "-337314155": "Modifier le mot de passe {{platform}}", - "-1814308691": "Veuillez cliquer sur le lien reçu par email afin de modifier votre mot de passe {{platform}}.", "-461955353": "prix d’achat", "-172348735": "profit", "-1624674721": "type de contrat", diff --git a/packages/translations/src/translations/id.json b/packages/translations/src/translations/id.json index 11436460a8f9..f6721eaeb78d 100644 --- a/packages/translations/src/translations/id.json +++ b/packages/translations/src/translations/id.json @@ -9,18 +9,21 @@ "15377251": "Jumlah keuntungan: {{profit}}", "17843034": "Periksa status verifikasi untuk dokumen bukti identitas", "19424289": "Nama pengguna", + "19552684": "Basket USD", "21035405": "Mohon informasikan alasan Anda untuk menutup Akun. (Pilih hingga {{ allowed_reasons }} alasan.)", + "24900606": "Basket Gold", "25854018": "Blok ini menampilkan pesan pada konsol developer dengan input yang dapat berupa data string teks, angka, boolean, atau array.", "26566655": "Ringkasan", "26596220": "Keuangan", "27582767": "{{amount}} {{currency}}", - "39720204": "Indeks AUD", + "33433576": "Gunakan e-wallet untuk menarik dana Anda.", "41737927": "Terima kasih", "44877997": "Izin tinggal", "45453595": "Koin Binary", "45941470": "Darimana anda ingin memulai?", "46523711": "Bukti identitas Anda telah diverifikasi", "49963458": "Pilih opsi", + "50200731": "FX mayor (standar/lot mikro), FX minor, indeks basket, komoditas, dan mata uang kripto", "54185751": "Kurang dari $100.000", "55340304": "Tetap aktifkan kontrak Anda?", "55916349": "Semua", @@ -58,6 +61,7 @@ "100239694": "Unggah bagian depan kartu dari komputer Anda", "102226908": "Kolom tidak boleh kosong", "108916570": "Durasi: {{duration}} hari", + "109073671": "Gunakan e-wallet yang pernsh Anda gunakan untuk mendeposit sebelumnya. Pastikan e-wallet tersebut menyediakan fasilitas penarikan. Lihat daftar e-wallet yang menyediakan fasilitas penarikan <0>di sini.", "111215238": "Menjauh dari cahaya langsung", "111718006": "Tanggal berakhir", "111931529": "Maks. total modal dalam 7 hari", @@ -297,7 +301,6 @@ "452662014": "Kami akan mengenakan biaya transfer sebesar 1% bagi akun dengan mata uang berbeda antara akun fiat Deriv ke akun MT5 dan juga antara akun fiat Deriv ke akun Deriv X.", "453409608": "Keuntungan Anda adalah perubahan persentasi pada harga pasar dikalikan dengan modal dan multiplier pilihan Anda.", "454593402": "2. Silakan unggah salah satu dari data berikut ini:", - "454664700": "FX-mayor, FX-minor, FX-eksotik, Mata uang kripto", "456746157": "Beri akses pada kamera Anda melalui pengaturan browser", "457020083": "Akan memerlukan waktu lebih lama untuk memverifikasi Anda jika kami tidak dapat membacanya", "457494524": "1. Dari perpustakaan blok, masukkan nama untuk variabel baru dan klik Buat.", @@ -345,8 +348,10 @@ "522283618": "Pengalaman trading opsi digital", "522703281": "dibagi dengan", "523123321": "- 10 untuk kekuatan nomor tertentu", + "525012324": "Trading pasangan forex mayor (standar dan lot mikro) dan minor, saham & indeks saham, komoditas, indeks basket dan mata uang kripto dengan leverage tinggi.", "527329988": "Ini adalah 100 kata sandi umum teratas", "529056539": "Opsi", + "529597350": "Posisi aktif akan kami tutup dan dana Anda akan dikembalikan.", "530953413": "Aplikasi resmi", "531114081": "3. Jenis Kontrak", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "Close-Low", "541650045": "Atur kata sandi {{platform}}", "542305026": "Anda juga perlu mengirimkan bukti identitas.", + "543413346": "Anda tidak memiliki posisi aktif untuk aset ini. Untuk melihat posisi aktif, klik Kunjungi Laporan", "543915570": "Forex, saham, indeks saham, mata uang kripto, indeks sintetis", "545476424": "Total penarikan", "546534357": "Jika Anda memilih \"Pembatalan transaksi\", Anda akan dapat membatalkan trading sesuai dengan jangka waktu yang Anda pilih jika pasar bergerak berlawanan arah dengan analisa Anda. Kami akan mengenakan biaya kecil untuk fasilitas ini, namun kami akan mengembalikan harga kontrak yang telah Anda bayarkan tanpa keuntungan atau kerugian. Jika jumlah batas henti tercapai sebelum pembatalan transaksi berakhir, maka kontrak Anda akan dibatalkan secara otomatis dan kami akan mengembalikan jumlah harga pembelian kontrak tanpa keuntungan atau kerugian. Sementara \"pembatalan transaksi\" aktif:", @@ -406,6 +412,7 @@ "606240547": "- log Natural", "606877840": "Kembali ke hari ini", "607807243": "Dapatkan candle", + "609519227": "Berikut adalah alamat email yang terhubung dengan akun Deriv Anda.", "609650241": "Loop tak terbatas terdeteksi", "610537973": "Setiap informasi yang Anda berikan adalah bersifat rahasia dan hanya akan digunakan untuk tujuan verifikasi saja.", "611020126": "Lihat alamat pada Blockchain", @@ -498,6 +505,7 @@ "720293140": "Keluar", "720519019": "Reset kata sandi saya", "721011817": "- Naikkan nomor pertama ke kekuatan nomor kedua", + "723045653": "Anda akan mengakses akun Deriv menggunakan alamat email berikut.", "723961296": "Mengelola kata sandi", "724203548": "Anda dapat mengirimkan keluhan Anda ke platform <0>Penyelesaian Sengketa Online Komisi Eropa (ODR). Hal ini tidak berlaku untuk klien Inggris.", "728042840": "Untuk melanjutkan trading, silakan konfirmasi di mana tempat tinggal Anda.", @@ -584,7 +592,7 @@ "841543189": "Lihat transaksi pada Blockchain", "845213721": "Keluar", "845304111": "Periode EMA lambat {{ input_number }}", - "848172194": "Trading pasangan mata uang mayor (standar dan lot mikro) dan minor, saham, indeks saham, komoditas, dan mata uang kripto dengan leverage tinggi.", + "847888634": "Tarik semua dana Anda.", "849805216": "Pilih agen", "851054273": "Jika Anda memilih \"Higher\", maka anda akan memperoleh hasil jika spot akhir lebih tinggi dari barrier.", "851264055": "Buat daftar dengan item yang diberikan secara berulang untuk beberapa kali.", @@ -618,7 +626,6 @@ "887328652": "Untuk pencegahan, kami telah menonaktifkan trading, deposit, dan penarikan untuk akun ini. Jika Anda memiliki pertanyaan, silakan kunjungi <0>Pusat Bantuan kami.", "888274063": "Kota", "890299833": "Kunjungi Laporan", - "891097078": "Indeks USD", "891337947": "Pilih negara", "892341141": "Statistik trading Anda sejak: {{date_time}}", "893117915": "Variabel", @@ -626,7 +633,6 @@ "893975500": "Anda tidak memiliki bot terbaru", "894191608": "<0>c.Kami harus membayar penyelesaian dalam tempo 28 hari setelah keputusan tercapai.", "895890867": "Akun Anda akan terdaftar pada Deriv (SVG) LLC, dan akan tunduk pada hukum yang berlaku di Saint Vincent dan Grenadines.", - "897687778": "Kata sandi Deriv adalah untuk mengakses akun Deriv Anda.", "898457777": "Anda telah menambahkan akun Finansial Deriv.", "900111088": "Anda dapat <0>memilih mata uang baru sebelum mendeposit atau mendaftar akun riil DMT5 atau akun Deriv X.", "902045490": "3 menit", @@ -816,6 +822,7 @@ "1161924555": "Silakan pilih opsi", "1163836811": "Real Estat", "1164773983": "Batas keuntungan dan/atau batas kerugian tidak tersedia saat fasilitas pembatalan transaksi aktif.", + "1164896842": "Trading CFD pada indeks Sintetis kami yang mensimulasikan pergerakan pasar dunia nyata.", "1166128807": "Pilih salah satu akun Anda atau tambahkan akun mata uang kripto baru", "1166377304": "Nilai kenaikan", "1168029733": "Dapatkan hasil jika spot akhir adalah sama dengan spot awal.", @@ -846,7 +853,6 @@ "1201533528": "Kontrak profit", "1201773643": "numerik", "1203297580": "Blok ini mengirim pesan ke saluran Telegram.", - "1204202371": "Tidak tersedia posisi berjalan", "1204223111": "Dalam contoh ini, harga open daftar candle ditugaskan pada variabel yang disebut \"candle_list\".", "1204919083": "Kebijakan keluhan ini dapat berubah dari waktu ke waktu, berlaku untuk akun Anda yang terdaftar pada Deriv (SVG) LLC.", "1206821331": "Angkatan Bersenjata", @@ -879,7 +885,6 @@ "1239940690": "Restart bot ketika terjadi error.", "1240027773": "Silahkan log in", "1243064300": "Lokal", - "1245469923": "FX-mayor (standar/lot mikro), FX-minor, Smart-FX, Komoditas, Mata uang kripto", "1246207976": "Masukkan kode autentikasi yang dihasilkan oleh aplikasi 2FA Anda:", "1246880072": "Pilih negara pengeluar", "1247280835": "Bagian kasir mata uang kripto tidak tersedia berhubung perbaikan sistem. Anda dapat mendeposit dan menarik dana kembali beberapa menit setelah perbaikan selesai.", @@ -965,6 +970,7 @@ "1349289354": "Luar biasa, itu saja yang kami butuhkan", "1349295677": "dalam teks {{ input_text }} dapatkan substring dari {{ position1 }} {{ index1 }} ke {{ position2 }} {{ index2 }}", "1351152200": "Selamat datang di dasbor Deriv MT5 (DMT5)", + "1351906264": "Fitur ini tidak tersedia untuk agen pembayaran.", "1353197182": "Silakan pilih", "1355250245": "{{ calculation }} dari daftar {{ input_list }}", "1356574493": "Menampilkan bagian tertentu dari teks string yang diberikan.", @@ -1081,6 +1087,7 @@ "1490583127": "DBot belum maksimal untuk disediakan pada akun riil", "1491392301": "<0>Dijual sebesar: {{sold_for}}", "1492686447": "Akun MT5 Finansial STP Anda akan didaftarkan pada Deriv (FX) Ltd. Semua trading pada akun ini adalah tunduk pada peraturan dan pedoman dari Otoritas Jasa Keuangan Labuan (LFSA). Tidak ada akun lain, termasuk akun Deriv Anda, tunduk pada peraturan dan pedoman pada Otoritas Jasa Keuangan Labuan (LFSA).", + "1493673429": "Rubah email", "1496810530": "GBP/AUD", "1499074768": "Tambahkan akun riil Multiplier Deriv", "1499080621": "Mencoba melakukan operasi yang tidak valid.", @@ -1095,6 +1102,7 @@ "1510735345": "Blok ini memberi Anda daftar digit terakhir dari nilai 1000 tik terakhir.\n", "1512469749": "Dalam contoh di atas diasumsikan bahwa variabel candle_open_price diproses di suatu tempat pada blok lain.", "1515034599": "Kebijakan keluhan ini dapat berubah dari waktu ke waktu, berlaku untuk akun yang terdaftar pada Deriv (MX) Ltd, yang beralamat di First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, berlisensi dan diatur masing-masing oleh (1) Otoritas Jasa Keuangan Isle of Man (<0>perizinan saat ini dikeluarkan pada tanggal 31 Agustus 2017) dan (2) Otoritas Jasa Keuangan di Inggris (<1>no. perizinan 39172).", + "1516537408": "Anda tidak dapat lagi bertrading atau mendeposit dana pada akun Anda.", "1516676261": "Deposit", "1517503814": "Jatuhkan file atau klik disini untuk mengunggah", "1519336051": "Coba lagi dengan nomor telefon berbeda", @@ -1104,14 +1112,15 @@ "1527906715": "Blok ini akan menambahkan angka pada variabel yang dipilih.", "1531017969": "Membuat satu string teks dari menggabungkan nilai teks dari setiap item terlampir, tanpa spasi di antaranya. Jumlah item dapat disesuaikan.", "1533177906": "Fall", + "1534569275": "Sebagai bagian dari perubahan terkini, kami akan menutup akun klien Inggris.", "1534796105": "Dapatkan nilai variabel", "1537711064": "Anda perlu melakukan verifikasi identitas sebelum mengakses bagian Kasir. Akses bagian pengaturan akun untuk mengirimkan bukti identitas Anda.", - "1539108340": "Indeks EUR", "1540585098": "Ditolak", "1541969455": "Keduanya", "1544642951": "Jika Anda memilih \"Only Ups\", Anda memperoleh hasil jika tik secara berurutan meningkat setelah spot awal. Pembayaran tidak terjadi jika tik menurun atau sama dengan salah satu tik sebelumnya. ", "1548765374": "Verifikasi nomor dokumen gagal", "1549098835": "Total penarikan", + "1551172020": "Basket AUD", "1552080191": "Dikecualikan dari Deriv.com hingga", "1552918367": "Hanya kirim {{currency}} ({{currency_symbol}}) ke alamat ini.", "1557682012": "Pengaturan Akun", @@ -1158,6 +1167,7 @@ "1623706874": "Gunakan blok ini jika Anda ingin menggunakan multiplier sebagai jenis kontrak.", "1630372516": "Coba Fiat onramp kami", "1630417358": "Kunjungi bagian pengaturan akun dan lengkapi data pribadi Anda untuk mengaktifkan penarikan.", + "1631281562": "Basket GBP", "1634594289": "Pilih bahasa", "1634903642": "Hanya wajah Anda yang bisa berada pada kolom selfie", "1634969163": "Tukar mata uang", @@ -1203,12 +1213,12 @@ "1684419981": "Apa ini?", "1686800117": "{{error_msg}}", "1689103988": "Kedua Sejak Epoch", - "1689738742": "Indeks Gold", "1690703448": "Anda dapat melakukan transfer antara akun fiat Deriv, akun mata uang kripto, DMT5 dan akun Deriv X.", "1691335819": "Untuk melanjutkan trading, silakan konfirmasi siapa Anda.", "1691765860": "- Negasi", "1693614409": "Waktu mulai", "1694331708": "Anda dapat berpindah antara CFD, opsi digital, dan multiplier kapan saja.", + "1694517345": "Masukkan alamat email baru", "1695807119": "Tidak dapat memuat blok Google Drive", "1700233813": "Transfer dari {{selected_value}} tidak diperbolehkan, silakan pilih akun lain dari menu dropdown", "1708413635": "Untuk akun {{currency_name}} ({{currency}}) Anda", @@ -1426,6 +1436,7 @@ "1968368585": "Status pekerjaan", "1971898712": "Menambahkan atau mengelola akun", "1973536221": "Anda belum memiliki posisi berjalan.", + "1974304588": "Nama pada dokumen tidak sesuai dengan nama pada profil akun Deriv Anda. Perbarui nama pada halaman data pribadi sekarang.", "1982912252": "Indeks Kekuatan Relatif (RSI) adalah dari daftar dengan periode", "1983001416": "Tentukan opsi trading Anda seperti multiplier dan modal. Blok ini hanya dapat digunakan pada jenis trading multiplier. Jika Anda memilih jenis trading lain, blok ini akan diganti dengan blok trading opsi.", "1983387308": "Tampilan", @@ -1442,6 +1453,7 @@ "1990735316": "Rise Equal", "1991448657": "Tidak tahu nomor Npwp Anda? Klik <0>di sini untuk mempelajari lebih lanjut.", "1991524207": "Indeks Jump 100", + "1994023526": "Alamat email yang Anda masukkan sepertinya salah ketik (hal ini sering terjadi).", "1994558521": "Platform tidak mudah untuk digunakan.", "1994600896": "Blok ini memerlukan daftar candle sebagai parameter input.", "1995023783": "Alamat*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Daftar tik", "2051558666": "Lihat histori transaksi", + "2053617863": "Lanjutkan untuk menarik semua saldo dana dari akun Anda.", "2054500647": "Kebijakan keluhan ini dapat berubah dari waktu ke waktu, berlaku untuk akun Anda yang terdaftar pada Deriv (SVG) LLC dan Deriv (V) Ltd.", "2054889300": "Membuat \"%1\"", "2055317803": "Salin tautan ke browser seluler Anda", @@ -1715,6 +1728,7 @@ "-1462975230": "Contoh dokumen", "-1472844935": "Foto harus menunjukkan dokumen Anda dengan jelas", "-883103549": "Akun dinonaktifkan", + "-773766766": "Email dan kata sandi", "-1466827732": "Pengecualian diri", "-1498206510": "Batasan akun", "-241588481": "Histori login", @@ -1895,6 +1909,8 @@ "-547557964": "Kami tidak dapat mengirimkan email ke alamat ini (Biasanya berhubung firewall atau penyaringan).", "-1964320730": "Klik tautan pada email untuk mengubah kata sandi <0>Deriv X Anda.", "-976364600": "Klik tautan pada email untuk mengubah kata sandi DMT5 Anda.", + "-742748008": "Cek email dan klik tautan pada email untuk melanjutkan.", + "-84068414": "Masih belum menerima email? Hubungi kami melalui <0>obrolan langsung.", "-2073934245": "Layanan trading keuangan yang ditawarkan pada situs web ini hanya cocok bagi pelanggan yang menerima kenyataaan dimana mereka mungkin akan kehilangan semua dana yang telah diinvestasikan dan yang memahami serta memiliki pengalaman dengan risiko yang terlibat pada pembelian kontrak keuangan. Bertransaksi pada kontrak keuangan sangat berisiko. Jika kontrak yang Anda beli tidak menghasilkan, maka Anda akan kehilangan seluruh investasi Anda, termasuk harga beli kontrak.", "-679569665": "Akun Anda akan terdaftar pada Deriv (MX) Ltd, diatur oleh Otoritas Jasa Keuangan Inggris (UKGC) dan tunduk pada hukum di Isle of Man.", "-1970096931": "Akun Anda akan didaftarkan pada Deriv (Europe) Limited, diatur oleh Otoritas Jasa Keuangan Malta, dan akan tunduk pada hukum yang berlaku di negara Malta.", @@ -1966,6 +1982,7 @@ "-1725454783": "Gagal", "-506510414": "Tanggal dan waktu", "-1708927037": "Alamat IP", + "-1042416056": "Gunakan <0>kata sandi Deriv untuk mengakses Deriv.com, DerivGo, Dtrader, SmartTrader, dan DBot.", "-365847515": "Aplikasi yang dapat Anda gunakan dengan login Deriv:", "-26491905": "Anda menggunakan akun {{identifier_title}} untuk mengakses akun Binary. com Anda. Untuk mengakses menggunakan nama pengguna dan kata sandi, klik tombol <0>Batalkan tautan.", "-596920538": "Batalkan tautan", @@ -2064,6 +2081,7 @@ "-203002433": "Deposit sekarang", "-720315013": "Anda tidak memiliki saldo pada akun {{currency}}", "-2052373215": "Lakukan deposit untuk menggunakan fitur ini.", + "-1201279468": "Untuk menarik dana, pilih metode pembayaran yang sama dengan metode deposit.", "-553249337": "Transfer terkunci", "-705272444": "Unggah bukti identitas untuk memverifikasi identitas Anda", "-1196994774": "Kami akan mengenakan biaya transfer sebesar 2% atau {{minimum_fee}} {{currency}}, mana yang lebih tinggi, untuk transfer antara akun mata uang kripto Deriv Anda.", @@ -2098,7 +2116,7 @@ "-1388977563": "Tersalin!", "-1962894999": "Alamat ini hanya dapat digunakan satu kali saja. Mohon salin alamat baru untuk transaksi berikutnya.", "-451858550": "Dengan mengklik 'Lanjutkan' Anda akan diarahkan ke {{ service }}, penyedia layanan pembayaran pihak ketiga. Mohon diketahui bahwa {{ website_name }} tidak bertanggung jawab atas konten atau layanan yang disediakan oleh {{ service }}. Jika Anda mengalami masalah yang terkait dengan layanan {{ service }}, Anda harus menghubungi {{ service }} langsung.", - "-344959847": "Agen pembayaran diberi wewenang untuk memproses deposit dan penarikan untuk Anda jika metode pembayaran lokal atau mata uang Anda tidak tersedia pada {{website_name}}.", + "-1137412124": "Belum menemukan metode pembayaran yang sesuai untuk Anda? Coba gunakan metode agen pembayaran.", "-1232852916": "Kami pindah ke dalam akun {{currency}} Anda untuk melihat transaksi lebih lanjut.", "-38063175": "wallet {{account_text}}", "-1474202916": "Lakukan penarikan baru", @@ -2408,7 +2426,7 @@ "-9704319": "Indeks Crash 1000", "-465860988": "Indeks Market Bull", "-390528194": "Indeks Step", - "-1800672151": "Indeks GBP", + "-280323742": "Basket EUR", "-563812039": "Indeks Volatilitas 10 (1s)", "-764111252": "Indeks Volatilitas 100 (1s)", "-1374309449": "Indeks Volatilitas 200 (1s)", @@ -2479,6 +2497,7 @@ "-1175685940": "Hubungi kami melalui obrolan langsung untuk mengaktifkan penarikan.", "-1125797291": "Kata sandi diperbarui.", "-157145612": "Silakan akses menggunakan kata sandi baru Anda.", + "-1217269360": "Apa nama asli Anda, {{client_name}}?", "-87177461": "Kunjungi bagian pengaturan akun dan lengkapi data pribadi Anda untuk mengaktifkan deposit.", "-904632610": "Mereset saldo Anda", "-470018967": "Mereset saldo", @@ -2530,6 +2549,7 @@ "-1950045402": "Tarik semua dana Anda", "-168971942": "Hal ini berarti", "-905560792": "OK, saya mengerti", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Jelajahi", "-1197864059": "Daftar akun demo gratis", "-1485242688": "Langkah {{step}}: {{step_title}} ({{step}} dari {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "Waktu saat ini:", "-1534648620": "Kata sandi Anda telah diubah", "-596199727": "Kami akan mengarahkan Anda ke halaman login.", + "-310434518": "Kolom email tidak boleh kosong.", "-437918412": "Tidak ada mata uang yang ditetapkan pada akun Anda", "-707550055": "Kami membutuhkan ini untuk memastikan layanan kami mematuhi hukum dan peraturan di negara Anda.", "-280139767": "Tetapkan tempat tinggal", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.Jika keputusan yang dihasilkan adalah mendukung kami, maka Anda harus memberikan pelepasan kepada kami dalam tempo 7 hari setelah keputusan dibuat, dan keluhan akan dianggap telah ditutup.", "-429248139": "5. Sangkalan", "-818926350": "Komisi Keuangan menerima banding dalam tempo 45 hari setelah tanggal kejadian dan hanya setelah trader sudah mencoba untuk menyelesaikan masalah dengan perusahaan secara langsung.", + "-175369516": "Selamat datang di Deriv X", + "-1667427537": "Operasikan Deriv X pada browser atau unggah melalui aplikasi seluler", + "-305915794": "Jalankan MT5 dari browser atau unduh aplikasi MT5 untuk perangkat Anda", + "-404375367": "Trading forex, indeks basket, komoditas, dan mata uang kripto dengan leverage tinggi.", + "-811331160": "Trading CFD pada forex, saham, indeks saham, indeks sintetis, dan komoditas dengan leverage.", + "-464262734": "Mengelola kata sandi akun Riil {{platform}} {{account_title}}", + "-2042845290": "Kata sandi investor Anda telah diubah.", + "-1882295407": "Kata sandi Anda telah diubah.", + "-254497873": "Gunakan kata sandi ini untuk memberikan tampilan akses pada pengguna lain. Meskipun mereka dapat melihat akun trading Anda, mereka tidak akan dapat bertrading atau mengambil tindakan lainnya.", + "-161656683": "Kata sandi investor saat ini", + "-374736923": "Kata sandi investor baru", + "-1793894323": "Membuat atau mengatur ulang kata sandi investor", + "-781132577": "Leverage", + "-1264604378": "Hingga 1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "Hingga 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Demo Sintetis", + "-1434036215": "Demo Finansial", + "-1882063886": "CFD Demo", + "-1228860600": "Tambah wilayah", + "-785625598": "Gunakan kredensial ini untuk mengakses akun {{platform}} Anda di situs web dan aplikasi seluler.", + "-997127433": "Ubah Kata Sandi", + "-162753510": "Tambahkan akun riil", + "-251202291": "Broker", + "-860609405": "Kata sandi", + "-742647506": "Transfer dana", + "-1874242353": "Tambahkan dana", + "-2040196445": "Akun MT5 Finansial STP Anda hampir siap, atur kata sandi Anda sekarang.", + "-712681566": "Pertukaran peer-to-peer", + "-1267880283": "{{field_name}} diperlukan", + "-2084509650": "{{field_name}} tidak diformat dengan benar.", + "-1779241732": "Baris pertama alamat tidak dalam format yang benar.", + "-188222339": "Tidak boleh melebihi {{max_number}} karakter.", + "-1673422138": "Wilayah/Propinsi tidak dalam format yang benar.", + "-1262200612": "Konfirmasi identitas gagal. Anda akan diarahkan ke langkah sebelumnya.", + "-1385484963": "Konfirmasi untuk mengubah kata sandi {{platform}} Anda", + "-1990902270": "Ini akan mengubah kata sandi untuk semua akun {{platform}} Anda.", + "-1357917360": "Terminal web", + "-1454896285": "Aplikasi desktop MT5 tidak tersedia pada Windows XP, Windows 2003, dan Windows Vista.", + "-673424733": "Akun demo", + "-1066565281": "Pemeliharaan server akan di mulai pada pukul 06:00 GMT (13:00 WIB) setiap hari Minggu dan proses ini dapat mengambil waktu selama 2 jam. Beberapa layanan mungkin akan mengalami gangguan selama periode ini.", + "-1481390656": "Pemeliharaan server akan di mulai pada pukul 01:00 GMT (08:00 WIB) setiap hari Minggu. Proses ini dapat memakan waktu hingga 2 jam. Beberapa layanan mungkin akan mengalami gangguan selama waktu ini.", + "-1199152768": "Silakan jelajahi platform lainnya.", + "-498346912": "Jelajahi DBot", + "-184453418": "Masukkan kata sandi {{platform}} Anda", + "-731759165": "Pilih wilayah untuk akun riil DMT5 {{ account_type }} Anda", + "-1769158315": "riil", + "-700260448": "demo", + "-1175356567": "Selamat, Anda telah berhasil mendaftar akun {{category}} <0>{{platform}} <1>{{type}} Anda. Untuk memulai trading, transfer dana dari akun Deriv Anda ke akun ini.", + "-1570793523": "Selamat, Anda telah berhasil mendaftar akun {{category}} <0>{{platform}} <1>{{type}} Anda.", + "-790488576": "Lupa kata sandi?", + "-1190393389": "Masukkan kata sandi {{platform}} untuk menambahkan akun {{platform}} {{account}}.", + "-1987408434": "Akun MT5 Finansial STP Anda akan didaftarkan pada Deriv (BVI) Ltd. Semua trading pada akun ini adalah tunduk pada peraturan dan pedoman dari Komisi Layanan Keuangan Kepulauan Virgin Inggris (BVIFSC). Tidak ada akun lain, termasuk akun Deriv Anda, tunduk pada peraturan dan pedoman pada Komisi Layanan Keuangan Kepulauan Virgin Inggris (BVIFSC).", + "-2057918502": "Petunjuk: Anda mungkin menggunakan kata sandi Deriv, yang berbeda dengan kata sandi {{platform}}.", + "-1752211105": "Transfer sekarang", + "-1928229820": "Reset kata sandi investor Deriv X", + "-1917043724": "Reset kata sandi investor DMT5", + "-1087845020": "utama", + "-1950683866": "investor", + "-89838213": "Anda dapat mengisi ulang akun demo Anda sejumlah <0> jika saldo Anda <1> atau kurang.", + "-1211122723": "akun {{ platform }} {{ account_title }}", + "-78895143": "Saldo saat ini", + "-149993085": "Saldo terbaru saat ini", + "-490244964": "Forex, saham, indeks saham, mata uang kripto", + "-1368041210": ", indeks sintetis", + "-877064208": "EUR", + "-1302404116": "Leverage maksimal", + "-1284221303": "Anda akan mendapatkan peringatan, yang dikenal sebagai margin call, jika saldo akun Anda turun mendekati level stop out.", + "-1848799829": "Untuk memahami stop out, pertama-tama Anda perlu belajar tentang level margin, yang merupakan rasio ekuitas Anda (total saldo yang akan Anda miliki jika Anda menutup semua posisi Anda pada saat itu) dengan margin yang Anda gunakan saat ini. Jika level margin Anda turun di bawah level stop out kami, posisi Anda mungkin ditutup secara otomatis untuk melindungi Anda dari kerugian lebih lanjut.", + "-224051432": "24/7", + "-511301450": "Menunjukkan ketersediaan perdagangan mata uang kripto pada akun tertentu.", + "-1591882610": "Sintetis", + "-70716111": "FX-mayor (standar/lot mikro), FX-minor, indeks basket, komoditas, mata uang kripto, saham, dan indeks saham", + "-1041629137": "FX-mayor, FX-minor, FX-eksotik, dan mata uang kripto", + "-287097947": "FX-mayor (standar/lot mikro), FX-minor, Komoditas, Mata uang kripto (kecuali Inggris)", + "-2102641225": "Pada saat rollover bank terjadi, likuiditas pada pasar forex akan berkurang dan hal ini dapat menyebabkan spread dan waktu pemrosesan order klien meningkat. Hal ini biasanya terjadi sekitar pukul 21:00 GMT selama waktu daylight saving, dan pukul 22:00 GMT di luar waktu daylight saving.", + "-495364248": "Margin call dan stop out level akan berubah dari waktu ke waktu berdasarkan kondisi pasar.", + "-536189739": "Untuk melindungi portofolio Anda dari pergerakan pasar yang merugikan karena kesenjangan pembukaan pasar, kami berhak menurunkan leverage pada semua simbol yang ditawarkan untuk akun keuangan sebelum penutupan pasar dan meningkatkannya kembali setelah pasar terbuka. Mohon pastikan bahwa Anda memiliki cukup dana yang tersedia pada akun {{platform}} Anda untuk mendukung posisi Anda setiap saat.", + "-10956371": "Anda memerlukan akun riil (dalam mata uang fiat atau kripto) Deriv untuk mendaftar akun riil DMT5.", + "-1760596315": "Daftar akun Deriv", + "-1324223697": "Gunakan kata sandi ini untuk mengakses akun DMT5 Anda melalui desktop, web dan aplikasi seluler.", + "-648956272": "Gunakan kata sandi ini untuk mengakses akun Deriv X Anda melalui web dan aplikasi seluler.", + "-337314155": "Mengubah kata sandi {{platform}}", + "-1814308691": "Klik tautan pada email untuk mengubah kata sandi {{platform}} Anda.", "-1282933308": "Bukan {{barrier}}", "-968190634": "Sama (Equal) {{barrier}}", "-1747377543": "Di bawah (Under) {{barrier}}", "-337314714": "hari", "-442488432": "hari", - "-175369516": "Selamat datang di Deriv X", - "-1667427537": "Operasikan Deriv X pada browser atau unggah melalui aplikasi seluler", - "-305915794": "Jalankan MT5 dari browser atau unduh aplikasi MT5 untuk perangkat Anda", - "-1330036364": "Bertrading forex, komoditas dan mata uang kripto dengan leverage tinggi.", - "-811331160": "Trading CFD pada forex, saham, indeks saham, indeks sintetis, dan komoditas dengan leverage.", "-513103225": "Waktu transaksi", "-2066666313": "Kredit/Debit", "-2140412463": "Harga beli", @@ -2736,13 +2840,6 @@ "-584696680": "Jika Anda memilih \"Batas keuntungan\" dan menentukan jumlah yang ingin Anda hasilkan, posisi Anda akan ditutup secara otomatis ketika profit Anda lebih dari atau sama dengan jumlah tersebut. Keuntungan Anda mungkin lebih dari jumlah yang Anda masukkan tergantung pada harga penutupan pasar.", "-178096090": "“Batas keuntungan” tidak dapat diperbarui. Anda dapat memperbaruinya hanya ketika “Pembatalan transaksi” telah berakhir.", "-206909651": "Spot masuk adalah harga pasar ketika kontrak Anda diproses oleh server kami.", - "-464262734": "Mengelola kata sandi akun Riil {{platform}} {{account_title}}", - "-2042845290": "Kata sandi investor Anda telah diubah.", - "-1882295407": "Kata sandi Anda telah diubah.", - "-254497873": "Gunakan kata sandi ini untuk memberikan tampilan akses pada pengguna lain. Meskipun mereka dapat melihat akun trading Anda, mereka tidak akan dapat bertrading atau mengambil tindakan lainnya.", - "-161656683": "Kata sandi investor saat ini", - "-374736923": "Kata sandi investor baru", - "-1793894323": "Membuat atau mengatur ulang kata sandi investor", "-149836494": "Nomor referensi transaksi Anda adalah {{transaction_id}}", "-1382749084": "Kembali ke trading", "-538215347": "Deposit bersih", @@ -2779,81 +2876,6 @@ "-1043117679": "Ketika kerugian Anda saat ini sama atau melebihi {{stop_out_percentage}}% dari modal, kontrak Anda akan ditutup pada harga aset terdekat yang tersedia.", "-477998532": "Kontrak Anda ditutup secara otomatis ketika kerugian Anda lebih dari atau sama dengan jumlah berikut.", "-243332856": "Statistik digit terakhir pada 1000 tik terkini {{ underlying_name }}", - "-781132577": "Leverage", - "-1264604378": "Hingga 1:1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "Hingga 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Demo Sintetis", - "-1434036215": "Demo Finansial", - "-1882063886": "CFD Demo", - "-1228860600": "Tambah wilayah", - "-785625598": "Gunakan kredensial ini untuk mengakses akun {{platform}} Anda di situs web dan aplikasi seluler.", - "-997127433": "Ubah Kata Sandi", - "-162753510": "Tambahkan akun riil", - "-251202291": "Broker", - "-860609405": "Kata sandi", - "-742647506": "Transfer dana", - "-1874242353": "Tambahkan dana", - "-1352641295": "Trading CFD pada indeks sintetis kami yang mensimulasikan pergerakan pasar dunia nyata.", - "-2040196445": "Akun MT5 Finansial STP Anda hampir siap, atur kata sandi Anda sekarang.", - "-712681566": "Pertukaran peer-to-peer", - "-1267880283": "{{field_name}} diperlukan", - "-2084509650": "{{field_name}} tidak diformat dengan benar.", - "-1779241732": "Baris pertama alamat tidak dalam format yang benar.", - "-188222339": "Tidak boleh melebihi {{max_number}} karakter.", - "-1673422138": "Wilayah/Propinsi tidak dalam format yang benar.", - "-1262200612": "Konfirmasi identitas gagal. Anda akan diarahkan ke langkah sebelumnya.", - "-1385484963": "Konfirmasi untuk mengubah kata sandi {{platform}} Anda", - "-1990902270": "Ini akan mengubah kata sandi untuk semua akun {{platform}} Anda.", - "-1357917360": "Terminal web", - "-1454896285": "Aplikasi desktop MT5 tidak tersedia pada Windows XP, Windows 2003, dan Windows Vista.", - "-673424733": "Akun demo", - "-1066565281": "Pemeliharaan server akan di mulai pada pukul 06:00 GMT (13:00 WIB) setiap hari Minggu dan proses ini dapat mengambil waktu selama 2 jam. Beberapa layanan mungkin akan mengalami gangguan selama periode ini.", - "-1481390656": "Pemeliharaan server akan di mulai pada pukul 01:00 GMT (08:00 WIB) setiap hari Minggu. Proses ini dapat memakan waktu hingga 2 jam. Beberapa layanan mungkin akan mengalami gangguan selama waktu ini.", - "-1199152768": "Silakan jelajahi platform lainnya.", - "-498346912": "Jelajahi DBot", - "-184453418": "Masukkan kata sandi {{platform}} Anda", - "-731759165": "Pilih wilayah untuk akun riil DMT5 {{ account_type }} Anda", - "-1769158315": "riil", - "-700260448": "demo", - "-1175356567": "Selamat, Anda telah berhasil mendaftar akun {{category}} <0>{{platform}} <1>{{type}} Anda. Untuk memulai trading, transfer dana dari akun Deriv Anda ke akun ini.", - "-1570793523": "Selamat, Anda telah berhasil mendaftar akun {{category}} <0>{{platform}} <1>{{type}} Anda.", - "-790488576": "Lupa kata sandi?", - "-1190393389": "Masukkan kata sandi {{platform}} untuk menambahkan akun {{platform}} {{account}}.", - "-1987408434": "Akun MT5 Finansial STP Anda akan didaftarkan pada Deriv (BVI) Ltd. Semua trading pada akun ini adalah tunduk pada peraturan dan pedoman dari Komisi Layanan Keuangan Kepulauan Virgin Inggris (BVIFSC). Tidak ada akun lain, termasuk akun Deriv Anda, tunduk pada peraturan dan pedoman pada Komisi Layanan Keuangan Kepulauan Virgin Inggris (BVIFSC).", - "-2057918502": "Petunjuk: Anda mungkin menggunakan kata sandi Deriv, yang berbeda dengan kata sandi {{platform}}.", - "-1752211105": "Transfer sekarang", - "-1928229820": "Reset kata sandi investor Deriv X", - "-1917043724": "Reset kata sandi investor DMT5", - "-1087845020": "utama", - "-1950683866": "investor", - "-89838213": "Anda dapat mengisi ulang akun demo Anda sejumlah <0> jika saldo Anda <1> atau kurang.", - "-1211122723": "akun {{ platform }} {{ account_title }}", - "-78895143": "Saldo saat ini", - "-149993085": "Saldo terbaru saat ini", - "-490244964": "Forex, saham, indeks saham, mata uang kripto", - "-1368041210": ", indeks sintetis", - "-877064208": "EUR", - "-1302404116": "Leverage maksimal", - "-1284221303": "Anda akan mendapatkan peringatan, yang dikenal sebagai margin call, jika saldo akun Anda turun mendekati level stop out.", - "-1848799829": "Untuk memahami stop out, pertama-tama Anda perlu belajar tentang level margin, yang merupakan rasio ekuitas Anda (total saldo yang akan Anda miliki jika Anda menutup semua posisi Anda pada saat itu) dengan margin yang Anda gunakan saat ini. Jika level margin Anda turun di bawah level stop out kami, posisi Anda mungkin ditutup secara otomatis untuk melindungi Anda dari kerugian lebih lanjut.", - "-224051432": "24/7", - "-511301450": "Menunjukkan ketersediaan perdagangan mata uang kripto pada akun tertentu.", - "-1591882610": "Sintetis", - "-287097947": "FX-mayor (standar/lot mikro), FX-minor, Komoditas, Mata uang kripto (kecuali Inggris)", - "-2102641225": "Pada saat rollover bank terjadi, likuiditas pada pasar forex akan berkurang dan hal ini dapat menyebabkan spread dan waktu pemrosesan order klien meningkat. Hal ini biasanya terjadi sekitar pukul 21:00 GMT selama waktu daylight saving, dan pukul 22:00 GMT di luar waktu daylight saving.", - "-495364248": "Margin call dan stop out level akan berubah dari waktu ke waktu berdasarkan kondisi pasar.", - "-536189739": "Untuk melindungi portofolio Anda dari pergerakan pasar yang merugikan karena kesenjangan pembukaan pasar, kami berhak menurunkan leverage pada semua simbol yang ditawarkan untuk akun keuangan sebelum penutupan pasar dan meningkatkannya kembali setelah pasar terbuka. Mohon pastikan bahwa Anda memiliki cukup dana yang tersedia pada akun {{platform}} Anda untuk mendukung posisi Anda setiap saat.", - "-10956371": "Anda memerlukan akun riil (dalam mata uang fiat atau kripto) Deriv untuk mendaftar akun riil DMT5.", - "-1760596315": "Daftar akun Deriv", - "-1324223697": "Gunakan kata sandi ini untuk mengakses akun DMT5 Anda melalui desktop, web dan aplikasi seluler.", - "-648956272": "Gunakan kata sandi ini untuk mengakses akun Deriv X Anda melalui web dan aplikasi seluler.", - "-337314155": "Mengubah kata sandi {{platform}}", - "-1814308691": "Klik tautan pada email untuk mengubah kata sandi {{platform}} Anda.", "-461955353": "harga beli", "-172348735": "untung", "-1624674721": "jenis kontrak", diff --git a/packages/translations/src/translations/it.json b/packages/translations/src/translations/it.json index 60cd8f168354..d53d0dda3b00 100644 --- a/packages/translations/src/translations/it.json +++ b/packages/translations/src/translations/it.json @@ -9,18 +9,21 @@ "15377251": "Totale profitto: {{profit}}", "17843034": "Controlla lo stato della valutazione del documento di verifica identità", "19424289": "Nome utente", + "19552684": "Paniere USD", "21035405": "Indica le motivazioni della disattivazione (massimo {{ allowed_reasons }} risposte.)", + "24900606": "Paniere oro", "25854018": "Questo blocco mostra messaggi nella console dello sviluppatore attraverso un input che può essere una stringa di testo, un numero, un valore booleano o un insieme di dati.", "26566655": "Riepilogo", "26596220": "Finanza", "27582767": "{{amount}} {{currency}}", - "39720204": "Indice AUD", + "33433576": "Per favore, usa un portafoglio elettronico per prelevare i tuoi fondi.", "41737927": "Grazie", "44877997": "Permesso di soggiorno", "45453595": "Moneta Binary", "45941470": "Da dove preferisci iniziare?", "46523711": "La verifica dell'identità è andata a buon fine", "49963458": "Scegli un'opzione", + "50200731": "Coppie maggiori FX (standard/micro-lotti), coppie minori FX, indici del paniere, materie prime e criptovalute", "54185751": "Meno di 100.000 $", "55340304": "Mantenere contratto corrente?", "55916349": "Tutto", @@ -58,6 +61,7 @@ "100239694": "Carica il lato frontale della carta dal tuo computer", "102226908": "Il campo non può essere vuoto", "108916570": "Durata: {{duration}} giorni", + "109073671": "Per favore, usa un portafoglio elettronico che hai già usato per i depositi altre volte. Assicurati che il portafoglio elettronico supporti i prelievi. Puoi vedere la lista dei portafogli elettronici che supportano i prelievi <0>qui.", "111215238": "Allontanati dalla luce diretta", "111718006": "Data di termine", "111931529": "Puntata massima totale su 7 giorni", @@ -297,7 +301,6 @@ "452662014": "Verrà addebitata una commissione dell'1% per i trasferimenti in valute diverse tra il conto per fiat Deriv e il conto DMT5, e tra il conto per fiat Deriv e il conto Deriv X.", "453409608": "Il profitto corrisponde alla variazione percentuale del prezzo di mercato moltiplicata per la puntata e il moltiplicatore da te scelto.", "454593402": "2. Carica uno dei seguenti documenti:", - "454664700": "FX-maggiori, FX-minori, FX-esotiche, criptovalute", "456746157": "Consenti l'accesso alla fotocameta dalle impostazioni del browser", "457020083": "Servirà più tempo a verificare la tua identità se i documenti non sono leggibili", "457494524": "1. Vai sulla libreria dei blocchi, inserisci un nome per la nuova variabile e clicca su Crea.", @@ -345,8 +348,10 @@ "522283618": "Esperienza di trading di opzioni digitali", "522703281": "divisibile per", "523123321": "-10 alla potenza di un dato numero", + "525012324": "Fai trading con le coppie valutarie maggiori (standard e micro-lotti) e minori su Forex, azioni e indici azionari, materie prime, indici del paniere e criptovalute con leva elevata.", "527329988": "Questa è una delle 100 password più usate", "529056539": "Opzioni", + "529597350": "Se avevi qualche posizione aperta, le abbiamo chiuse e ti abbiamo rimborsato.", "530953413": "Applicazioni autorizzate", "531114081": "3. Tipologia di contratto", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "Chiusura-Minimo", "541650045": "Gestisci password {{platform}}", "542305026": "Dovrai inoltre consegnare una prova a verifica dell'identità.", + "543413346": "Non hai posizioni aperte per questo asset. Per vedere le posizione aperte, clicca su Vai ai report", "543915570": "Forex, azioni, indici azionari, criptovalute, indici sintetici", "545476424": "Prelievi totali", "546534357": "Se selezioni \"Cancellazione\", potrai cancellare il tuo trade entro un orario stabilito nel caso il mercato si muovesse a tuo sfavore. Per farlo, applicheremo una piccola commissione, salvo restituirti poi l'importo della puntata senza profitti o perdite. Se si raggiunge l'importo di stop-out prima del termine della cancellazione, la posizione verrà cancellata automaticamente e ti restituiremo l'importo della puntata senza profitti o perdite. Mentre la cancellazione è attiva:", @@ -406,6 +412,7 @@ "606240547": "- Registro naturale", "606877840": "Torna a oggi", "607807243": "Ricevi candela", + "609519227": "Questo è l'indirizzo e-mail associato al tuo conto Deriv.", "609650241": "Rilevato loop infinito", "610537973": "Le informazioni condivise con noi sono confidenziali e verranno utilizzate esclusivamente a scopo di verifica.", "611020126": "Visualizza l'indirizzo su Blockchain", @@ -498,6 +505,7 @@ "720293140": "Logout", "720519019": "Reimposta la password", "721011817": "- Aumenta il primo numero alla potenza del secondo numero", + "723045653": "Accederai al tuo conto Deriv con questo indirizzo e-mail.", "723961296": "Gestisci la password", "724203548": "Puoi inviare il reclamo sulla piattaforma <0>Risoluzione online delle controversie (ODR) della Commissione Europea. Procedura non valida per i clienti nel Regno Unito.", "728042840": "Per continuare a fare trading con noi, conferma il luogo in cui vivi.", @@ -584,7 +592,7 @@ "841543189": "Visualizza operazioni su Blockchain", "845213721": "Logout", "845304111": "Periodo EMA lenta {{ input_number }}", - "848172194": "Fai trading con le coppie valutarie maggiori (standard e micro-lotti) e minori, azioni, indizi azionari, materie prime e criptovalute con leva.", + "847888634": "Preleva tutti i tuoi fondi.", "849805216": "Scegli un agente", "851054273": "Selezionando \"Higher\", vinci il payout se lo spot d'uscita è notevolmente superiore alla barriera.", "851264055": "Crea un elenco contenente un item ripetuto per uno specifico numero di volte.", @@ -618,7 +626,6 @@ "887328652": "In via precauzionale, abbiamo disabilitato trading, depositi e prelievi per questo conto. Se hai domande, visita la pagina <0>Assistenza clienti.", "888274063": "Città/paese", "890299833": "Vai ai report", - "891097078": "Indice USD", "891337947": "Seleziona Paese", "892341141": "Statistiche di trading dal: {{date_time}}", "893117915": "Variabile", @@ -626,7 +633,6 @@ "893975500": "Non hai bot recenti", "894191608": "<0>c.Siamo tenuti ad aggiudicare la transazione entro 28 giorni a partire dal raggiungimento della decisione.", "895890867": "Il tuo conto verrà aperto con Deriv (SVG) LLC, e sarà sottoposto alla leggi di San Vincent e Grenadine.", - "897687778": "La password Deriv serve per accedere al conto Deriv.", "898457777": "Hai aggiunto un conto finanziario Deriv.", "900111088": "È possibile <0>impostare una nuova valuta prima di effettuare il primo deposito o di creare un conto reale DMT5 o un conto Deriv X.", "902045490": "3 minuti", @@ -816,6 +822,7 @@ "1161924555": "Seleziona un'opzione", "1163836811": "Mercato immobiliare", "1164773983": "Take profit e/o stop loss non sono disponibili mentre è attiva la cancellazione.", + "1164896842": "Fai trading con i CFD sui nostri indici sintetici che simulano i movimenti del mercato reale.", "1166128807": "Scegli uno dei tuoi conti oppure aggiungi un conto per criptovalute", "1166377304": "Valore dell'incremento", "1168029733": "Ottieni il payout se il punto di uscita coincide con il punto di entrata.", @@ -846,7 +853,6 @@ "1201533528": "Contratti vinti", "1201773643": "numerico", "1203297580": "Questo blocco invia un messaggio a un canale Telegram.", - "1204202371": "Nessuna posizione aperta", "1204223111": "In questo esempio, i prezzi di apertura presi da una lista di candele sono assegnati a una variabile chiamata \"candle_list\".", "1204919083": "La presente politica sui reclami potrebbe cambiare nel tempo, e si applica ai conti registrati con Deriv (SVG) LLC.", "1206821331": "Forze armate", @@ -879,7 +885,6 @@ "1239940690": "Riavvia il bot quando si verifica un errore.", "1240027773": "Effettua il login", "1243064300": "Locale", - "1245469923": "Maggiori FX (standard/micro-lotti), minori FX, smart FX, materie prime, criptovalute", "1246207976": "Inserisci il codice di autenticazione generato dall'app 2FA:", "1246880072": "Seleziona Paese di emissione", "1247280835": "La cassa di criptovalute è momentaneamente fuori servizio a causa della manutenzione del sistema; potrai effettuare depositi e prelievi di criptovalute tra pochi minuti, a manutenzione finita.", @@ -965,6 +970,7 @@ "1349289354": "Ottimo, abbiamo tutto ciò che ci serve", "1349295677": "nel testo {{ input_text }} sposta la sottostringa da {{ position1 }} {{ index1 }} a {{ position2 }} {{ index2 }}", "1351152200": "Benvenuto sulla dashboard di Deriv MT5 (DMT5)", + "1351906264": "Questa funzione non è disponibile per agenti di pagamento.", "1353197182": "Seleziona", "1355250245": "{{ calculation }} dell'elenco {{ input_list }}", "1356574493": "Restituisce una specifica porzione di una data stringa di testo.", @@ -1081,6 +1087,7 @@ "1490583127": "Il Dbot non è ancora pronto per conti reali", "1491392301": "<0>Venduto per: {{sold_for}}", "1492686447": "Il tuo conto reale STP di MT5 verrà aperto tramite Deriv (FX) Ltd. I trade effettuati con questo conto sono soggetti a regolamenti e linee guida della Labuan Financial Service Authority (LFSA). Nessuno degli altri conti, incluso quello Deriv, fa riferimento a tali regolamenti e linee guida.", + "1493673429": "Cambia l'e-mail", "1496810530": "GBP/AUD", "1499074768": "Aggiungi un conto reale per moltiplicatori di Deriv", "1499080621": "Operazione non valida.", @@ -1095,6 +1102,7 @@ "1510735345": "Questo blocco fornisce un elenco delle ultime cifre dei valori degli ultimi 1000 tick.", "1512469749": "Nell'esempio sopra, viene supposto che la variabile candela_apertura_prezzo viene processata all'interno di altri blocchi.", "1515034599": "La politica sui reclami, che potrebbe essere soggetta a modifiche, è valida per i conti registrati con Deriv (MX) Ltd., primo piano, Millennium House, Victoria Road, Douglas, Isola di Man, IM2 4RW, autorizzata e regolamentata rispettivamente dalla (1) Gambling Supervision Commission dell'Isola di Man (<0>licenza attuale emessa il 31 agosto 2017) e dalla (2) Gambling Commission del Regno Unito (<1>licenza n. 39172).", + "1516537408": "Non puoi fare trading su Deriv o depositare fondi sul tuo conto.", "1516676261": "Deposito", "1517503814": "Trascina il file oppure clicca qui per caricarlo", "1519336051": "Ritenta con un altro numero di telefono", @@ -1104,14 +1112,15 @@ "1527906715": "Questo blocco aggiunge il numero dato alla variabile selezionata.", "1531017969": "Crea una singola stringa di testo combinando tutti i valori testuali di ogni item annesso, senza includere spazi. Il numero di item può essere aggiunto di conseguenza.", "1533177906": "Ribasso", + "1534569275": "Come parte dei cambiamenti nei nostri mercati, chiuderemo i conti dei nostri clienti del Regno Unito.", "1534796105": "Ricevi il valore della variabile", "1537711064": "Occorre verificare rapidamente la tua identità prima di permetterti di accedere alla cassa. Vai sulle impostazioni del conto e invia un documento di verifica dell'identità.", - "1539108340": "Indice EUR", "1540585098": "Rifiuta", "1541969455": "Entrambi", "1544642951": "Selezionando \"Solo ascendente\", ottieni il payout se tick consecutivi superano successivamente il punto di entrata. Non ottieni alcun payout se qualsiasi tick è minore o uguale a uno dei tick precedenti.", "1548765374": "La verifica del numero di documento non è andata a buon fine", "1549098835": "Totale prelievo", + "1551172020": "Paniere AUD", "1552080191": "Esclusione da Deriv.com fino a", "1552918367": "Invia solo {{currency}} ({{currency_symbol}}) a questo indirizzo.", "1557682012": "Impostazioni conto", @@ -1158,6 +1167,7 @@ "1623706874": "Usa questo blocco quando vuoi usare i moltiplicatori come tipo di trade.", "1630372516": "Prova Fiat onramp", "1630417358": "Vai sulle impostazioni del conto e inserisci le informazioni personali per abilitare i prelievi.", + "1631281562": "Paniere GBP", "1634594289": "Seleziona la lingua", "1634903642": "Inquadra solo il tuo viso", "1634969163": "Cambia la valuta", @@ -1203,12 +1213,12 @@ "1684419981": "Cos'è?", "1686800117": "{{error_msg}}", "1689103988": "Secondi rispetto all'epoca", - "1689738742": "Indice Gold", "1690703448": "Puoi trasferire fondi tra i conti fiat Deriv, per criptovalute, DMT5 e Deriv X.", "1691335819": "Per continuare a fare trading con noi, conferma la tua identità.", "1691765860": "- Negazione", "1693614409": "Orario d'inizio", "1694331708": "Puoi cambiare scegliendo tra CFD, opzioni digitali e moltiplicatori in qualsiasi momento.", + "1694517345": "Inserisci un nuovo indirizzo e-mail", "1695807119": "Impossibile caricare i blocchi di Google Drive", "1700233813": "Il trasferimento da {{selected_value}} non è consentito. Scegli un altro conto dal menu a discesa", "1708413635": "Per il tuo conto {{currency_name}} in {{currency}}", @@ -1426,6 +1436,7 @@ "1968368585": "Situazione lavorativa", "1971898712": "Aggiungi o gestisci conti", "1973536221": "Non hai ancora posizioni aperte.", + "1974304588": "Il nome nel tuo documento non sembra di corrispondere al nome nel tuo profilo Deriv. Aggiorna il tuo nome nella pagina delle informazioni personali ora.", "1982912252": "Indice di forza relativa (RSI) da un elenco con un periodo", "1983001416": "Definisci le tue opzioni di trading come moltiplicatore e puntata. Questo blocco può essere utilizzato solo con il tipo di commercio dei moltiplicatori. Se selezioni un altro tipo di trade, questo blocco sarà sostituito dal blocco Trade options.", "1983387308": "Anteprima", @@ -1442,6 +1453,7 @@ "1990735316": "Aumento pari a", "1991448657": "Non conosci il tuo numero di identificazione fiscale? Clicca <0>qui per saperne di più.", "1991524207": "Indice Jump 100", + "1994023526": "L'indirizzo e-mail inserito contiene un errore o un refuso (è un errore comune, non preoccuparti!).", "1994558521": "Le piattaforme non sono facili da usare.", "1994600896": "Questo blocco necessita di una lista di candele come parametro input.", "1995023783": "Prima riga dell'indirizzo*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Elenco dei tick", "2051558666": "Visualizza cronologia operazioni", + "2053617863": "Per favore, ritira tutti i fondi dal tuo conto.", "2054500647": "La presente politica sui reclami potrebbe cambiare nel tempo, e si applica ai conti registrati con Deriv (SVG) LLC e Deriv (V) Ltd.", "2054889300": "Crea \"%1\"", "2055317803": "Copia il link sul browser del tuo smartphone", @@ -1715,6 +1728,7 @@ "-1462975230": "Esempio di documento", "-1472844935": "La foto deve mostrare in modo chiaro il documento", "-883103549": "Conto disattivato", + "-773766766": "E-mail e password", "-1466827732": "Autoesclusione", "-1498206510": "Limiti del conto", "-241588481": "Cronologia degli accessi", @@ -1895,6 +1909,8 @@ "-547557964": "Non possiamo inviare l'e-mail a questo indirizzo (solitamente a causa di filtri o firewall).", "-1964320730": "Per modificare la password di <0>Deriv X, fai clic sul link presente nell'e-mail.", "-976364600": "Per modificare la password di DMT5, fai clic sul link presente nell'e-mail.", + "-742748008": "Apri la posta elettronica e clicca sul link ricevuto per continuare.", + "-84068414": "Non hai ricevuto ancora l'e-mail? Contattaci tramite <0>live chat.", "-2073934245": "I servizi di trading finanziario offerti su questo sito sono disponibili esclusivamente per i clienti che accettano la possibilità di perdere tutto il denaro investito e comprendono a fondo il rischio legato all'acqusito di contratti finanziari. Le operazioni relative a tali contratti comportano un elevato livello di rischio; se il contratto acquistato termina con valore nullo, perdererai tutto il denaro investito, compresso il premio contrattuale.", "-679569665": "Il conto sarà aperto con Deriv (MX) Ltd, regolamentata dalla UK Gaming Commission (UKGC), e soggetta alla legge dell'Isola di Man.", "-1970096931": "Il tuo conto sarà aperto con Deriv (Europe) Limited, regolamentata dalla Malta Gaming Authority, e sarà sottoposto alla legge di Malta.", @@ -1966,6 +1982,7 @@ "-1725454783": "Non riuscito", "-506510414": "Data e ora", "-1708927037": "Indirizzo IP", + "-1042416056": "Usa il <0>password Deriv per accedere a Deriv.com, Deriv Go, DTrader,<0 /> SmartTrader e DBot.", "-365847515": "App che puoi usare con l'accesso a Deriv:", "-26491905": "Stai usando il conto {{identifier_title}} per accedere al conto Deriv. Per accedere usando nome utente e password, fai clic sul pulsante <0>Scollega.", "-596920538": "Scollegare", @@ -2018,7 +2035,7 @@ "-1900848111": "Questo è il tuo {{currency_code}} conto.", "-749765720": "Il conto per fiat è impostato in {{currency_code}}.", "-803546115": "Gestisci i tuoi conti ", - "-1463156905": "Scopri di più sui metodi di pagamento", + "-1463156905": "Scopri di più sulle modalità di pagamento", "-486580863": "Trasferisci a", "-1995606668": "Importo", "-344403983": "Descrizione", @@ -2064,6 +2081,7 @@ "-203002433": "Deposita adesso", "-720315013": "Non sono presenti fondi nel conto in {{currency}}", "-2052373215": "Effettuare un deposito per utilizzare questa funzione.", + "-1201279468": "Per prelevare i fondi, scegli la stessa modalità di pagamento che hai usato per fare i depositi.", "-553249337": "I trasferimenti sono bloccati", "-705272444": "Carica un documento valido per verificare la tua identità", "-1196994774": "Verrà addebitata una commissione per i trasferimenti 2% oppure {{minimum_fee}} {{currency}}, se ha un valore superiore, per i trasferimenti tra i conti per criptovalute di Deriv.", @@ -2098,7 +2116,7 @@ "-1388977563": "Copia eseguita!", "-1962894999": "Questo indirizzo può essere usato solo UNA VOLTA. Copia un nuovo indirizzo per la prossima operazione.", "-451858550": "Facendo click su \"Continua\" verrai reindirizzato a {{ service }}, un fornitore di servizi di pagamento esterno. {{ website_name }} declina qualsiasi responsabilità per i contenuti o i servizi forniti da {{ service }}. Se riscontri problemi relativi ai servizi di {{ service }}, contatta direttamente {{ service }}.", - "-344959847": "Un agente di pagamento è autorizzato ad effettuare depositi e prelievi per tuo conto se i metodi di pagamento locali e le valute da te utilizzati non sono supportati su {{website_name}}.", + "-1137412124": "Non riesci a trovare una modalità di pagamento adatta al tuo paese? Allora prova un agente di pagamento.", "-1232852916": "Stiamo passando al tuo conto in {{currency}} per visualizzare l'operazione.", "-38063175": "Portafoglio in {{account_text}}", "-1474202916": "Effettua un nuovo prelievo", @@ -2408,7 +2426,7 @@ "-9704319": "Indice Crash 1000", "-465860988": "Indice mercato rialzista", "-390528194": "Indice Step", - "-1800672151": "Indice GBP", + "-280323742": "Paniere EUR", "-563812039": "Indice di volatilità 10 (1s)", "-764111252": "Indice di volatilità 100 (1s)", "-1374309449": "Indice di volatilità 200 (1s)", @@ -2479,6 +2497,7 @@ "-1175685940": "Contattaci tramite la chat live per abilitare i prelievi.", "-1125797291": "Password aggiornata.", "-157145612": "Effettua il login con la password aggiornata.", + "-1217269360": "Qual'è il tuo vero nome, {{client_name}}?", "-87177461": "Vai sulle impostazioni del conto e inserisci le informazioni personali per abilitare i depositi.", "-904632610": "Ripristina il saldo", "-470018967": "Ripristina saldo", @@ -2530,6 +2549,7 @@ "-1950045402": "Preleva tutti i fondi", "-168971942": "Conseguenze per te", "-905560792": "Ok, ho capito", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Esplora", "-1197864059": "Crea un conto di prova gratuito", "-1485242688": "Passaggio {{step}}: {{step_title}} {{step}} su {{steps}}", @@ -2575,6 +2595,7 @@ "-3959715": "Orario attuale:", "-1534648620": "La password è stata modificata", "-596199727": "Verrai ora reindirizzato alla pagina di login.", + "-310434518": "Il campo e-mail non deve essere vuoto.", "-437918412": "Nessuna valuta assegnata al conto", "-707550055": "È nostra responsabilità assicurarci che i servizi rispettino le norme e i regolamenti del tuo Paese.", "-280139767": "Imposta residenza", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.Se la decisione pone a nostro favore, dovrai fornirci una comunicazione entro 7 giorni in cui specifichi quando è stata presa, e il reclamo sarà considerato chiuso.", "-429248139": "5. Dichiarazione di esclusione di responsabilità", "-818926350": "La commissioni finanziaria accetta appelli per 45 giorni dopo la data dell'incidente e solo dopo che il trader ha provato a risolvere il problema direttamente con la società.", + "-175369516": "Benvenuto su Deriv X", + "-1667427537": "Avvia Deriv X sul tuo browser oppure scarica l'app per smartphone", + "-305915794": "Avvia MT5 dal browser o scarica l'app MT5 per i tuoi dispositivi", + "-404375367": "Fai trading su Forex, indici del paniere, materie prime e criptovalute con leva elevata.", + "-811331160": "Fai trading su CFD, Forex, azioni, indici azionari, indici sintetici e materia prima con leva.", + "-464262734": "Gestisci la password conto reale {{account_title}} {{platform}}", + "-2042845290": "La password di investitore è stata modificata.", + "-1882295407": "La password è stata modificata.", + "-254497873": "Utilizza la password per permettere a un altro utente di visualizzare l'accesso: questo potrebbe vedere il tuo conto di trading, ma non potrà effettuare trading né altre operazioni.", + "-161656683": "Attuale password investitore", + "-374736923": "Nuova password investitore", + "-1793894323": "Crea o reimposta la password investitore", + "-781132577": "Leva", + "-1264604378": "Fino a 1:1000", + "-637908996": "100%", + "-1420548257": "+ 20", + "-1373949478": "50+", + "-1686150678": "Fino a 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Per indici sintetici di prova", + "-1434036215": "Finanziario di prova", + "-1882063886": "CFD di prova", + "-1228860600": "Aggiungi zona", + "-785625598": "Usa queste credenziali per accedere al conto {{platform}} sul sito web e sulle app per smartphone.", + "-997127433": "Modifica Password", + "-162753510": "Aggiungi conto reale", + "-251202291": "Broker", + "-860609405": "Password", + "-742647506": "Trasferimento di fondi", + "-1874242353": "Accredita fondi", + "-2040196445": "Il tuo conto finanziario STP di MT5 è quasi pronto: imposta ora la password.", + "-712681566": "Scambio peer-to-peer", + "-1267880283": "{{field_name}} è obbligatorio", + "-2084509650": "{{field_name}} non è in un formato corretto.", + "-1779241732": "La seconda riga dell'indirizzo non è in un formato corretto.", + "-188222339": "Non può superare {{max_number}} caratteri.", + "-1673422138": "Lo Stato/Provincia non è in un formato corretto.", + "-1262200612": "La conferma dell'identità non è riuscita. Verrai reindirizzato al passaggio precedente.", + "-1385484963": "Conferma per modificare la password {{platform}}", + "-1990902270": "Così cambierai la password per tutti i conti {{platform}}.", + "-1357917360": "Terminale web", + "-1454896285": "L'app per Desktop di MT5 non è supportata da Windows XP, Windows 2003 e Windows Vista.", + "-673424733": "Conto demo", + "-1066565281": "La manutenzione del server inizia ogni domenica alle 06:00 GMT e potrebbe richiedere fino a 2 ore. Possibili interruzioni del servizio.", + "-1481390656": "La manutenzione del server inizia ogni domenica alle 01:00 GMT. Questa operazione potrebbe richiedere fino a 2 ore e provocare alcune interruzioni del servizio.", + "-1199152768": "Scopri tutte le nostre piattaforme.", + "-498346912": "Scopri DBot", + "-184453418": "Inserisci la password {{platform}}", + "-731759165": "Scegli una ragione per il tuo conto {{ account_type }} reale DMT5", + "-1769158315": "reale", + "-700260448": "demo", + "-1175356567": "Congratulazioni, hai creato il conto {{category}} <0>{{platform}} <1>{{type}}. Per iniziare il trading, trasferisci fondi dal tuo conto Deriv a questo.", + "-1570793523": "Congratulazioni, hai creato il conto {{category}} <0>{{platform}} <1>{{type}}.", + "-790488576": "Hai dimenticato la password?", + "-1190393389": "Inserisci la password {{platform}} per aggiungere un conto {{account}} {{platform}}.", + "-1987408434": "Il tuo conto reale STP di MT5 verrà aperto tramite Deriv (BVI) Ltd. I trade effettuati con questo conto sono soggetti a regolamenti e linee guida della British Virgin Islands Financial Services Commission (BVIFSC). Nessuno degli altri conti, incluso quello Deriv, fa riferimento a tali regolamenti e linee guida.", + "-2057918502": "Suggerimento: forse hai inserito la password di Deriv, che è diversa dalla password {{platform}}.", + "-1752211105": "Trasferisci ora", + "-1928229820": "Reimposta password investitore Deriv X", + "-1917043724": "Reimposta password investitore DMT5", + "-1087845020": "principale", + "-1950683866": "investitore", + "-89838213": "Puoi versare <0> addizionali sul conto di prova se il saldo è minore o uguale a <1>.", + "-1211122723": "Conto {{ platform }} {{ account_title }}", + "-78895143": "Saldo attuale", + "-149993085": "Nuovo saldo", + "-490244964": "Forex, azioni, indici azionari, criptovalute", + "-1368041210": ", indici sintetici", + "-877064208": "EUR", + "-1302404116": "Leva massima", + "-1284221303": "Riceverai un avviso, detto \"chiamata a margine\", se il saldo del conto scende quasi fino al livello di stop out.", + "-1848799829": "Per capire lo stop out è importante conoscere prima il livello di margine, ovvero il rapporto tra l'equity (il saldo totale che otterresti chiudendo tutte le posizioni in un dato momento) e il margine utilizzato in quel momento. Se il livello di margine scende sotto al livello di stop out, le posizioni potrebbero essere chiuse automaticamente per evitare ulteriori perdite.", + "-224051432": "24/7", + "-511301450": "Indica la possibilità di fare trading di criptovalute su un conto specifico.", + "-1591882610": "Sintetici", + "-70716111": "Coppie valutarie maggiori (standard/micro-lotti) e minori su FX, indici del paniere, materie prime e criptovalute, azioni e indici azionari", + "-1041629137": "FX-maggiori, FX-minori, FX-esotiche e criptovalute", + "-287097947": "Maggiori FX (standard/micro-lotti), minori FX, materie prime, criptovalute (tranne Regno Unito)", + "-2102641225": "In caso di rollover bancario, la liquidità dei mercati Forex è ridotta e potrebbe aumentare il tempo di elaborazione e diffusione degli ordini dei clienti. Ciò accade intorno alle 21:00 GMT durante l'ora legale e alle 22:00 GMT durante l'ora solare.", + "-495364248": "Il livello di margin call e stop out cambierà di volta in volta in base alle condizioni di mercato.", + "-536189739": "Per proteggere il portafoglio da movimenti di mercato sfavorevoli causati dalle differenze nelle aperture dei mercati, ci riserviamo il diritto di ridurre la leva finanziaria sui simboli offerti per i conti finanziari prima della chiusura del mercato, e di aumentarla di nuovo all'apertura. Assicurati di avere fondi sufficienti sul conto {{platform}} per mantenere sempre le tue posizioni.", + "-10956371": "Per creare un conto reale DMT5, devi essere in possesso di un conto reale (in valuta fiat o criptovaluta) su Deriv.", + "-1760596315": "Crea un conto Deriv", + "-1324223697": "Usa questa password per accedere ai conti DMT5 via deskstop, web e app su smartphone.", + "-648956272": "Usa questa password per accedere ai conti Derov X via web e app su smartphone.", + "-337314155": "Modifica password {{platform}}", + "-1814308691": "Per modificare la password {{platform}}, fai clic sul link presente nell'e-mail.", "-1282933308": "Non {{barrier}}", "-968190634": "Uguale a {{barrier}}", "-1747377543": "Inferiore a {{barrier}}", "-337314714": "giorni", "-442488432": "giorno", - "-175369516": "Benvenuto su Deriv X", - "-1667427537": "Avvia Deriv X sul tuo browser oppure scarica l'app per smartphone", - "-305915794": "Avvia MT5 dal browser o scarica l'app MT5 per i tuoi dispositivi", - "-1330036364": "Fai trading con Forex, materie prime e criptovalute con leva elevata.", - "-811331160": "Fai trading su CFD, Forex, azioni, indici azionari, indici sintetici e materia prima con leva.", "-513103225": "Orario della transazione", "-2066666313": "Credito/Debito", "-2140412463": "Prezzo d'acquisto", @@ -2736,13 +2840,6 @@ "-584696680": "Se selezioni \"Take profit\" specificando l'importo che vorresti guadagnare, la posizione verrà chiusa automaticamente quando il tuo profitto raggiunge un valore pari o superiore a tale importo. Il profitto potrebbero superare l'importo indicato a seconda del prezzo di chiusura del mercato.", "-178096090": "Il \"Take profit\" non può essere aggiornato. Sarà possibile farlo una volta terminata la cancellazione del contratto.", "-206909651": "Il punto di entrata è il prezzo del mercato al momento dell'elaborazione del contratto da parte dei nostri server.", - "-464262734": "Gestisci la password conto reale {{account_title}} {{platform}}", - "-2042845290": "La password di investitore è stata modificata.", - "-1882295407": "La password è stata modificata.", - "-254497873": "Utilizza la password per permettere a un altro utente di visualizzare l'accesso: questo potrebbe vedere il tuo conto di trading, ma non potrà effettuare trading né altre operazioni.", - "-161656683": "Attuale password investitore", - "-374736923": "Nuova password investitore", - "-1793894323": "Crea o reimposta la password investitore", "-149836494": "Il numero di riferimento dell'operazione è {{transaction_id}}", "-1382749084": "Torna al trading", "-538215347": "Depositi netti", @@ -2779,81 +2876,6 @@ "-1043117679": "Quando le perdite correnti sono pari o maggiori al {{stop_out_percentage}}% della puntata, il contratto viene chiuso al prezzo dell'asset disponibile più vicino.", "-477998532": "Il contratto viene chiuso automaticamente quando la perdita è maggiore o pari a questo importo.", "-243332856": "Statistiche dell'ultima cifra per gli ultimi 1000 tick per {{ underlying_name }}", - "-781132577": "Leva", - "-1264604378": "Fino a 1:1000", - "-637908996": "100%", - "-1420548257": "+ 20", - "-1373949478": "50+", - "-1686150678": "Fino a 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Per indici sintetici di prova", - "-1434036215": "Finanziario di prova", - "-1882063886": "CFD di prova", - "-1228860600": "Aggiungi zona", - "-785625598": "Usa queste credenziali per accedere al conto {{platform}} sul sito web e sulle app per smartphone.", - "-997127433": "Modifica Password", - "-162753510": "Aggiungi conto reale", - "-251202291": "Broker", - "-860609405": "Password", - "-742647506": "Trasferimento di fondi", - "-1874242353": "Accredita fondi", - "-1352641295": "Fai trading con i CFD sui nostri indici sintetici che simulano i reali movimenti del mercato.", - "-2040196445": "Il tuo conto finanziario STP di MT5 è quasi pronto: imposta ora la password.", - "-712681566": "Scambio peer-to-peer", - "-1267880283": "{{field_name}} è obbligatorio", - "-2084509650": "{{field_name}} non è in un formato corretto.", - "-1779241732": "La seconda riga dell'indirizzo non è in un formato corretto.", - "-188222339": "Non può superare {{max_number}} caratteri.", - "-1673422138": "Lo Stato/Provincia non è in un formato corretto.", - "-1262200612": "La conferma dell'identità non è riuscita. Verrai reindirizzato al passaggio precedente.", - "-1385484963": "Conferma per modificare la password {{platform}}", - "-1990902270": "Così cambierai la password per tutti i conti {{platform}}.", - "-1357917360": "Terminale web", - "-1454896285": "L'app per Desktop di MT5 non è supportata da Windows XP, Windows 2003 e Windows Vista.", - "-673424733": "Conto demo", - "-1066565281": "La manutenzione del server inizia ogni domenica alle 06:00 GMT e potrebbe richiedere fino a 2 ore. Possibili interruzioni del servizio.", - "-1481390656": "La manutenzione del server inizia ogni domenica alle 01:00 GMT. Questa operazione potrebbe richiedere fino a 2 ore e provocare alcune interruzioni del servizio.", - "-1199152768": "Scopri tutte le nostre piattaforme.", - "-498346912": "Scopri DBot", - "-184453418": "Inserisci la password {{platform}}", - "-731759165": "Scegli una ragione per il tuo conto {{ account_type }} reale DMT5", - "-1769158315": "reale", - "-700260448": "demo", - "-1175356567": "Congratulazioni, hai creato il conto {{category}} <0>{{platform}} <1>{{type}}. Per iniziare il trading, trasferisci fondi dal tuo conto Deriv a questo.", - "-1570793523": "Congratulazioni, hai creato il conto {{category}} <0>{{platform}} <1>{{type}}.", - "-790488576": "Hai dimenticato la password?", - "-1190393389": "Inserisci la password {{platform}} per aggiungere un conto {{account}} {{platform}}.", - "-1987408434": "Il tuo conto reale STP di MT5 verrà aperto tramite Deriv (BVI) Ltd. I trade effettuati con questo conto sono soggetti a regolamenti e linee guida della British Virgin Islands Financial Services Commission (BVIFSC). Nessuno degli altri conti, incluso quello Deriv, fa riferimento a tali regolamenti e linee guida.", - "-2057918502": "Suggerimento: forse hai inserito la password di Deriv, che è diversa dalla password {{platform}}.", - "-1752211105": "Trasferisci ora", - "-1928229820": "Reimposta password investitore Deriv X", - "-1917043724": "Reimposta password investitore DMT5", - "-1087845020": "principale", - "-1950683866": "investitore", - "-89838213": "Puoi versare <0> addizionali sul conto di prova se il saldo è minore o uguale a <1>.", - "-1211122723": "Conto {{ platform }} {{ account_title }}", - "-78895143": "Saldo attuale", - "-149993085": "Nuovo saldo", - "-490244964": "Forex, azioni, indici azionari, criptovalute", - "-1368041210": ", indici sintetici", - "-877064208": "EUR", - "-1302404116": "Leva massima", - "-1284221303": "Riceverai un avviso, detto \"chiamata a margine\", se il saldo del conto scende quasi fino al livello di stop out.", - "-1848799829": "Per capire lo stop out è importante conoscere prima il livello di margine, ovvero il rapporto tra l'equity (il saldo totale che otterresti chiudendo tutte le posizioni in un dato momento) e il margine utilizzato in quel momento. Se il livello di margine scende sotto al livello di stop out, le posizioni potrebbero essere chiuse automaticamente per evitare ulteriori perdite.", - "-224051432": "24/7", - "-511301450": "Indica la possibilità di fare trading di criptovalute su un conto specifico.", - "-1591882610": "Sintetici", - "-287097947": "Maggiori FX (standard/micro-lotti), minori FX, materie prime, criptovalute (tranne Regno Unito)", - "-2102641225": "In caso di rollover bancario, la liquidità dei mercati Forex è ridotta e potrebbe aumentare il tempo di elaborazione e diffusione degli ordini dei clienti. Ciò accade intorno alle 21:00 GMT durante l'ora legale e alle 22:00 GMT durante l'ora solare.", - "-495364248": "Il livello di margin call e stop out cambierà di volta in volta in base alle condizioni di mercato.", - "-536189739": "Per proteggere il portafoglio da movimenti di mercato sfavorevoli causati dalle differenze nelle aperture dei mercati, ci riserviamo il diritto di ridurre la leva finanziaria sui simboli offerti per i conti finanziari prima della chiusura del mercato, e di aumentarla di nuovo all'apertura. Assicurati di avere fondi sufficienti sul conto {{platform}} per mantenere sempre le tue posizioni.", - "-10956371": "Per creare un conto reale DMT5, devi essere in possesso di un conto reale (in valuta fiat o criptovaluta) su Deriv.", - "-1760596315": "Crea un conto Deriv", - "-1324223697": "Usa questa password per accedere ai conti DMT5 via deskstop, web e app su smartphone.", - "-648956272": "Usa questa password per accedere ai conti Derov X via web e app su smartphone.", - "-337314155": "Modifica password {{platform}}", - "-1814308691": "Per modificare la password {{platform}}, fai clic sul link presente nell'e-mail.", "-461955353": "prezzo d'acquisto", "-172348735": "profitto", "-1624674721": "tipologia di contratto", diff --git a/packages/translations/src/translations/ko.json b/packages/translations/src/translations/ko.json index 139861c8d9fd..e6df31b2919d 100644 --- a/packages/translations/src/translations/ko.json +++ b/packages/translations/src/translations/ko.json @@ -9,18 +9,21 @@ "15377251": "이윤 양: {{profit}}", "17843034": "신분증명 문서 인증 상태를 확인하세요", "19424289": "사용자 명", + "19552684": "USD 바스켓", "21035405": "귀하께서 떠나시는 이유가 무엇인지 저희에게 알려주시기 바랍니다. (최대 {{ allowed_reasons }} 이유까지 선택해주세요.)", + "24900606": "골드 바스켓", "25854018": "이 블록은 문자열 또는 숫자, 불 또는 데이터 배열로 된 입력값과 함께 개발자의 콘솔에서 메시지를 보여줍니다.", "26566655": "요약", "26596220": "금융", "27582767": "{{amount}} {{currency}}", - "39720204": "AUD 지수", + "33433576": "Please use an e-wallet to withdraw your funds.", "41737927": "감사합니다", "44877997": "체류 허가", "45453595": "Binary 코인", "45941470": "어디서 시작하시고 싶으신가요?", "46523711": "귀하의 신분 증명이 확인되었습니다", "49963458": "옵션을 선택하세요", + "50200731": "FX 주요 (기준/마이크로 랏), FX 마이너, 바스켓 지수, 원자재 및 암호화폐", "54185751": "$100,000 미만", "55340304": "귀하의 현재 계약을 유지하시겠습니까?", "55916349": "전체", @@ -58,6 +61,7 @@ "100239694": "귀하의 컴퓨터에서 신분증의 앞면을 업로드해주세요", "102226908": "입력란은 비어 있을 수 없습니다", "108916570": "기간: {{duration}} 일", + "109073671": "Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.", "111215238": "직사광선에서 피해주세요", "111718006": "종료일", "111931529": "7일간에 대한 최대 총 지분", @@ -297,7 +301,6 @@ "452662014": "귀하의 Deriv fiat과 DMT5 계좌 사이와 그리고 귀하의 Deriv fiat과 Deriv X 계좌간에 있어서 다른 통화들에 적용되는 송금에 우리는 1%의 송금 비용을 청구할 것입니다.", "453409608": "귀하의 이윤은 시장가격에서의 퍼센트 변동에서 귀하께서 선택하신 승수 및 귀하의 지분의 곱입니다.", "454593402": "2. 다음중 한가지를 업로드 해주시기 바랍니다:", - "454664700": "FX-메이저, FX-마이너, FX-이국, 암호화폐", "456746157": "귀하의 브라우저 설정에서 카메라 접근권한을 부여하세요", "457020083": "해당 부분을 우리가 읽을 수 없는 경우 귀하를 검증하는 데에 시간이 더 걸릴 것입니다", "457494524": "1. 블록 라이브러리에서 새로운 변수를 위한 이름을 입력하시고 생성하기를 클릭하세요.", @@ -345,8 +348,10 @@ "522283618": "디지털 옵션 거래 경험", "522703281": "다음의 수로 나누기", "523123321": "- 10에 주어진 숫자가 지수로 거듭제곱됩니다", + "525012324": "높은 레버리지와 함께 암호화폐와 주요 (기준 & 마이크로 랏) 및 마이너 외환, 주식 및 주식 지수, 원자재, 바스켓 지수를 거래하세요.", "527329988": "이것은 가장 흔한 비밀번호 100위에 들어가는 비밀번호입니다", "529056539": "옵션", + "529597350": "만약 귀하에게 오픈 포지션이 있으셨다면, 저희는 그 포지션들을 닫았고 귀하에게 환불해 드렸습니다.", "530953413": "인가된 앱", "531114081": "3. 계약 종류", "531675669": "유로", @@ -354,6 +359,7 @@ "538228086": "종가-저가", "541650045": "{{platform}} 비밀번호 관리", "542305026": "귀하께서는 또한 반드시 신분증명을 제출해야 합니다.", + "543413346": "You have no open positions for this asset. To view other open positions, click Go to Reports", "543915570": "외환, 주식, 주식 지수, 암호화폐, 합성 지수", "545476424": "총 인출액", "546534357": "만약 귀하께서 “거래취소”를 선택하시면, 시장이 귀하에게 호의적이지 않은 동향을 보일 시에 귀하께서는 선택된 시간 프레임 내에 귀하의 거래를 취소하실 수 있을 것입니다. 우리는 이에 대해 약간의 비용을 청구할 것입니다. 하지만 우리는 이윤 또는 손실 없이 귀하의 지분금액 그대로를 되돌려드릴 것입니다. 만약 거래 취소가 만료되기 이전에 손실제한금액에 도달한다면, 귀하의 포지션은 자동적으로 취소될 것이며 우리는 이윤 또는 손실 없이 귀하의 지분 금액을 되돌려드릴 것입니다. “거래 취소”가 활성화되어 있는 동안은:", @@ -406,6 +412,7 @@ "606240547": "자연로그", "606877840": "오늘로 돌아가기", "607807243": "캔들 받기", + "609519227": "이는 귀하의 Deriv 계좌와 함께 연동되어 있는 이메일 주소입니다.", "609650241": "무한 루프가 발견되었습니다", "610537973": "귀하께서 제공하시는 모든 정보는 기밀이며 오직 인증을 위한 목적으로만 활용될 것입니다.", "611020126": "블록체인 상에서 주소 확인하기", @@ -498,6 +505,7 @@ "720293140": "로그아웃", "720519019": "비밀번호 재설정", "721011817": "- 밑을 첫번째 숫자로 하고 두번째 숫자를 지수로 하는 거듭제곱", + "723045653": "귀하께서는 이 이메일 주소로 귀하의 Deriv 계좌에 로그인 하실 것입니다.", "723961296": "비밀번호 관리", "724203548": "귀하께서는 귀하의 불만을 <0>유럽 위원회의 온라인 분쟁해결 (ODR) 플랫폼으로 보내실 수 있습니다. 이는 영국 고객분들께는 적용되지 않습니다.", "728042840": "우리를 통해 거래를 계속하기 위해서는, 귀하께서 어디에 거주하시는지를 확인해주세요.", @@ -584,7 +592,7 @@ "841543189": "블록체인에 대한 거래 확인하기", "845213721": "로그아웃", "845304111": "느린 EMA 기간 {{ input_number }}", - "848172194": "높은 레버리지와 함께 메이저 (기준 및 마이크로 랏) 및 마이너 통화쌍, 주식, 주식 지수, 원자재 및 암호화폐들을 거래하세요.", + "847888634": "귀하의 자금을 모두 인출해 주시기 바랍니다.", "849805216": "에이전트를 선택하세요", "851054273": "만약 \"Higher\"를 선택하시면, 귀하께서는 출구부가 해당 장벽보다 엄격하게 높을 경우에 지불금을 획득합니다.", "851264055": "특정 수로 반복된 주어진 항목들의 목록을 생성합니다.", @@ -618,7 +626,6 @@ "887328652": "예방책으로, 우리는 이 계좌에 대해 거래, 입금 및 인출을 중지시켰습니다. 만약 질문이 있으시면 우리의 <0>헬프 센터로 가주세요.", "888274063": "타운/도시", "890299833": "보고서로 가기", - "891097078": "USD 지수", "891337947": "국가를 선택하세요", "892341141": "{{date_time}} 부터 귀하의 거래 통계", "893117915": "변동", @@ -626,7 +633,6 @@ "893975500": "귀하께서는 최근의 봇이 없습니다", "894191608": "<0>c.결정이 되고 나면 우리는 28일 이내에 합의사항을 지급해야 합니다.", "895890867": "귀하의 계좌는 Deriv (SVG) LLC를 통해 개설될 것이며, 세인트빈센트 그레나딘의 법률에 따르게 될 것입니다.", - "897687778": "귀하의 Deriv 비밀번호는 귀하의 Deriv 계좌에 로그인하기 위한 것입니다.", "898457777": "귀하께서는 Deriv 금융 계좌를 추가하셨습니다.", "900111088": "귀하께서는 귀하께서 처음으로 예금하시거나 실제 DMT5 또는 Deriv X 계좌를 생성하시기 이전에 <0>새로운 화폐를 설정하실 수 있습니다.", "902045490": "3분", @@ -816,6 +822,7 @@ "1161924555": "하나를 선택해주시기 바랍니다", "1163836811": "부동산", "1164773983": "거래 취소가 활성화되어 있는동안에는 이윤 취득 및/또는 손실 취하기는 적용되지 않습니다.", + "1164896842": "실제 세계의 시장 동향을 모방하는 저희의 합성 지수에서 CFD를 거래하세요.", "1166128807": "귀하의 계좌들 중 하나를 선택하시거나 새로운 암호화폐 계좌를 추가하세요", "1166377304": "증가값", "1168029733": "출구부가 입구부와 같은 경우에도 지불금을 받으세요.", @@ -846,7 +853,6 @@ "1201533528": "획득한 계약", "1201773643": "숫자의", "1203297580": "이 블록은 텔레그램 채널에 메시지를 전송합니다.", - "1204202371": "오픈 포지션이 없습니다", "1204223111": "이 예시에서, 캔들 목록에서의 개장가격은 \"candle_list\"로 불리는 변수에 할당되어집니다.", "1204919083": "때때로 변경될 수 있는 이 불만사항 정책은 Deriv (SVG) LLC에 등록되어 있는 귀하의 계좌(들) 에 적용됩니다.", "1206821331": "군", @@ -879,7 +885,6 @@ "1239940690": "에러가 발생되었을 때에 봇을 재시작 합니다.", "1240027773": "로그인해주세요", "1243064300": "로컬", - "1245469923": "FX-메이저 (스탠다드/마이크로 랏), FX-마이너, Smart-FX, 원자재, 암호화폐", "1246207976": "귀하의 2FA 앱에 의해 생성된 인증 코드를 입력하세요:", "1246880072": "발급 국가를 선택하세요", "1247280835": "저희 암호화폐 캐셔는 시스템 관리로 인해 일시적으로 다운되어 있습니다. 몇 분 후 시스템 관리가 완료되면 귀하께서는 암호화폐의 예금 및 인출을 하실 수 있습니다.", @@ -965,6 +970,7 @@ "1349289354": "좋습니다, 우리가 필요한 모든것들이 충족되었습니다", "1349295677": "{{ input_text }} 텍스트에서 {{ position1 }} {{ index1 }} 에서 {{ position2 }} {{ index2 }} 까지의 부분열을 받으세요", "1351152200": "Deriv MT5 (DMT5) 대시보드에 오신 것을 환영합니다", + "1351906264": "This feature is not available for payment agents.", "1353197182": "선택해주세요", "1355250245": "목록 {{ input_list }}의 {{ calculation }}", "1356574493": "주어진 문자열의 특정 부분을 불러옵니다.", @@ -1081,6 +1087,7 @@ "1490583127": "실제 계좌를 위해서 DBot은 아직 완전한 준비가 되어 있지 않습니다", "1491392301": "<0>판매 금액: {{sold_for}}", "1492686447": "귀하의 MT5 금융 STP 계좌는 Deriv (FX) Ltd를 통해 개설될 것입니다. 이 계좌의 모든 거래는 라부안 금융감독청 (LFSA) 의 가이드라인 및 규제에 따릅니다. 귀하의 Deriv 계좌를 포함하여 귀하의 다른 계좌들은 라부안 금융감독청 (LFSA) 의 가이드라인과 규제에 적용되지 않습니다.", + "1493673429": "이메일을 변경하세요", "1496810530": "GBP/AUD", "1499074768": "실제 Deriv 승수 계좌를 추가하세요", "1499080621": "유효하지 않은 연산 수행이 시도되었습니다", @@ -1095,6 +1102,7 @@ "1510735345": "이 블록은 귀하에게 마지막 1000 틱 값의 마지막 숫자의 목록을 제공합니다.", "1512469749": "위의 예시에서는 변수 candle_open_price가 다른 블록들 내의 어딘가에서 처리되는 것이라고 추측되어집니다.", "1515034599": "때때로 변경될 수 있는 이 불만사항 정책은 First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW를 주소로 하며 (1) 맨섬의 도박 위원회와 (현재의 <0>라이센스는 2017년 8월 31일에 발급), 및 (2) 영국의 도박 위원회에 의해 인가되고 규제되는 (<1>라이센스 번호. 39172) Deriv (MX) Ltd를 통해 등록되어 있는 귀하의 계좌에 적용됩니다.", + "1516537408": "귀하께서는 더이상 Deriv에서 거래하실 수 없으시거나 또는 귀하의 계좌로 자금을 예금하실 수 없습니다.", "1516676261": "예금", "1517503814": "파일을 드랍하시거나 또는 여기를 클릭하셔서 업로드 하세요", "1519336051": "다른 전화번호로 시도해주세요", @@ -1104,14 +1112,15 @@ "1527906715": "이 블록은 선택된 변수에 주어진 수를 추가합니다.", "1531017969": "첨부되어진 각각의 항목의 문자 값을 합침으로써 하나의 단일 문자열을 띄어쓰기 없이 단일 문자열을 생성합니다. 이에 따라서 항목의 수가 추가될 수 있습니다.", "1533177906": "하락", + "1534569275": "저희 시장에서의 변경의 일부로, 저희는 저희의 영국 고객분들의 계좌들을 닫을 것입니다.", "1534796105": "변수값을 받습니다", "1537711064": "귀하께서는 캐셔에 접근하실 수 있기 이전에 길지 않은 신분 검증 절차를 거치셔야 합니다. 귀하의 계좌 설정으로 가셔서 신분 증명을 제출해 주시기 바랍니다.", - "1539108340": "EUR 지수", "1540585098": "거절하기", "1541969455": "두가지 모두", "1544642951": "만약 귀하께서 \"Only Ups\"를 선택하시면, 연속적인 틱들이 엔트리 스팟 이후 성공적으로 오를 경우 귀하께서 지불금을 받습니다. 만약 그 어떠한 틱이라도 떨어지거나 또는 이전의 틱과 동일하다면 지불금은 없습니다.", "1548765374": "문서 번호의 인증이 실패되었습니다", "1549098835": "인출된 총 금액", + "1551172020": "AUD 바스켓", "1552080191": "때까지 Deriv.com에서 제외됩니다", "1552918367": "오직 {{currency}} ({{currency_symbol}}) 만 이 주소로 전송하세요.", "1557682012": "계좌 설정", @@ -1158,6 +1167,7 @@ "1623706874": "승수를 귀하의 트레이드 종류로써 이용하고 싶으실 때에 이 블록을 이용하세요.", "1630372516": "우리의 피아트 온램프를 이용해 보세요", "1630417358": "인출을 활성화 하시기 위해 귀하의 계좌설정으로 가셔서 귀하의 세부인적사항을 완료해주시기 바랍니다.", + "1631281562": "GBP 바스켓", "1634594289": "언어를 선택하세요", "1634903642": "오직 귀하의 얼굴만 자가촬영사진에 있을 수 있습니다", "1634969163": "통화 변경", @@ -1203,12 +1213,12 @@ "1684419981": "이것은 무엇인가요?", "1686800117": "{{error_msg}}", "1689103988": "에포크 시간", - "1689738742": "금 지수", "1690703448": "귀하께서는 귀하의 Deriv fiat, 암호화폐, DMT5, 그리고 Deriv X 계좌들 간에 송금을 하실 수 있습니다.", "1691335819": "우리를 통해 거래를 계속 하시기 위해서는, 귀하께서 어떠한 사람인지 확정해 주세요.", "1691765860": "- 부정", "1693614409": "시작 시간", "1694331708": "귀하께서는 CFDs, 디지털 옵션, 및 승수 사이에서 그 언제든지 바꾸실 수 있습니다.", + "1694517345": "새로운 이메일 주소를 입력하세요", "1695807119": "구글 드라이브 블록을 로드하지 못했습니다", "1700233813": "{{selected_value}} 에서의 송금이 허용되지 않습니다, 드롭다운에서 다른 계좌를 선택해주시기 바랍니다", "1708413635": "귀하의 {{currency_name}} ({{currency}}) 계좌", @@ -1426,6 +1436,7 @@ "1968368585": "고용 상태", "1971898712": "계좌 추가 또는 관리", "1973536221": "귀하께서는 아직 개설된 포지션이 없습니다.", + "1974304588": "It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.", "1982912252": "기간과 함께 목록에서의 상대강도지수 (RSI)", "1983001416": "승수 및 지분과 같이 귀하의 트레이드 옵션을 정의하세요. 이 블록은 오직 승수 거래 종류에만 이용될 수 있습니다. 귀하께서 만약 다른 거래 종류를 선택하시면, 이 블록은 트레이드 옵션 블록으로 대체될 것입니다.", "1983387308": "미리보기", @@ -1442,6 +1453,7 @@ "1990735316": "상승 일치", "1991448657": "귀하의 세금 식별번호를 모르시나요? <0>여기를 클릭하셔서 더 알아보세요.", "1991524207": "Jump 100 지수", + "1994023526": "귀하께서 입력하신 이메일 주소에는 오류 또는 오타가 있습니다 (많은 분들에게 이러한 현상이 있을 수 있습니다).", "1994558521": "해당 플랫폼들은 사용자 친화적이지 않습니다.", "1994600896": "이 블록은 캔들의 목록을 입력 매개변수로써 요구합니다.", "1995023783": "주소의 첫째 줄*", @@ -1488,6 +1500,7 @@ "2050080992": "트론", "2050170533": "틱 목록", "2051558666": "거래 내역 확인하기", + "2053617863": "귀하의 계좌에서 귀하의 모든 자금을 인출하기 위해 진행해 주시기 바랍니다.", "2054500647": "때때로 변경될 수 있는 이 불만사항 정책은 Deriv (SVG) LLC과 Deriv (V) Ltd를 통해 등록되어 있는 귀하의 계좌(들) 에게 적용됩니다.", "2054889300": "\"%1\" 생성하기", "2055317803": "해당 링크를 귀하의 모바일 브라우저로 복사해주세요", @@ -1715,6 +1728,7 @@ "-1462975230": "문서 예시", "-1472844935": "해당 사진에서 귀하의 문서가 명확히 보여야 합니다", "-883103549": "계좌가 비활성화되었습니다", + "-773766766": "이메일 및 비밀번호", "-1466827732": "자가 제한", "-1498206510": "계좌 제한", "-241588481": "로그인 내역", @@ -1895,6 +1909,8 @@ "-547557964": "우리는 이 주소로 이메일을 전송할 수 없습니다 (보통 방화벽 또는 필터링때문입니다).", "-1964320730": "귀하의 <0>Deriv X비밀번호를 변경하기 위해 이메일에 들어있는 링크를 클릭해 주시기 바랍니다.", "-976364600": "귀하의 DMT5 비밀번호를 변경하기 위해 이메일에 있는 링크를 클릭해 주시기 바랍니다.", + "-742748008": "진행하시기 위해 귀하의 이메일을 확인하시고 이메일에 있는 링크를 클릭하세요.", + "-84068414": "이메일을 아직 받지 못하셨나요? <0>라이브 챗.을 통해 저희에게 연락해 주시기 바랍니다", "-2073934245": "이 사이트에서 제공되는 금융 거래 서비스는 투자한 금액을 모두 잃을 수 있는 가능성을 받아들이고 금융 계약의 구매에 연루되어 있는 위험에 대한 경험을 보유하신 고개분들만을 위한 것입니다. 금융 계약에서의 거래는 높은 수준의 위험을 수반합니다. 만약 귀하께서 구매하신 계약이 아무 가치가 없는 것으로 만기되면, 귀하께서는 해당되는 계약 프리미엄을 포함하는 투자하신 모든 부분을 잃게 될 것입니다.", "-679569665": "귀하의 계좌는 Deriv (MX) Ltd를 통해 개설될 것이며 영국 도박 위원회 (UKGC) 에 의해 규제되며, 맨섬의 법률에 따르게 될 것입니다.", "-1970096931": "귀하의 계좌는 몰타 게임 규제당국에 의해 규제되며 Deriv (Europe) Limited를 통해 개설될 것입니다. 그리고 몰타의 법률에 따를 것입니다.", @@ -1966,6 +1982,7 @@ "-1725454783": "실패되었습니다", "-506510414": "날짜 및 시간", "-1708927037": "IP 주소", + "-1042416056": "Deriv.com, Deriv Go, Dtrader, SmartTrader 및 DBot에 로그인 하시기 위해 <0>Deriv 비밀번호를 이용하세요.", "-365847515": "귀하의 Deriv 로그인으로 이용하실 수 있는 앱들:", "-26491905": "귀하께서는 귀하의 Deriv 계좌로 로그인하시기 위해 귀하의 {{identifier_title}} 계정을 이용하고 계십니다. 귀하께서 로그인 하시고자 하는 방법을 아이디와 비밀번호의 방식으로 변경하기 위해서, <0>언링크버튼을 클릭하세요.", "-596920538": "연결해제", @@ -2064,6 +2081,7 @@ "-203002433": "지금 입금하기", "-720315013": "귀하께서는 {{currency}} 계좌에 자금이 없습니다", "-2052373215": "이 기능을 활용하기 위해 입금을 해 주시기 바랍니다.", + "-1201279468": "To withdraw your funds, please choose the same payment method you used to make your deposits.", "-553249337": "송금은 할 수 없는 상태입니다", "-705272444": "귀하의 신분을 인증하기 위해 신분증을 업로드하세요", "-1196994774": "귀하의 Deriv 암호화폐 계좌들 간에 이루어지는 송금에 대하여, 저희는 2% 송금 비용 또는 {{minimum_fee}} {{currency}} 중에서 더 높은 금액을 청구할 것입니다.", @@ -2098,7 +2116,7 @@ "-1388977563": "복사되었습니다!", "-1962894999": "이 주소는 오직 한번만 사용될 수 있습니다. 귀하의 다음 거래를 위해 새 주소를 복사하시기 바랍니다.", "-451858550": "'계속하기'를 클릭함으로써 귀하께서는 제 3자 결제 서비스 제공자인 {{ service }} 로 재연결될 것입니다. {{ service }} 에 의해 제공되는 컨텐츠 또는 서비스에 대해서 {{ website_name }} 는 책임이 없다는 것을 아시기 바랍니다. 귀하께서 만약 {{ service }} 서비스와 관련된 문제를 접하시면, 귀하께서는 반드시 바로 {{ service }} 로 연락하셔야 합니다.", - "-344959847": "만약 {{website_name}}에서 귀하의 로컬 결제 방식 또는 통화가 지원되지 않는 경우에는 예금 및 인출을 처리하기 위해 지불 에이전트가 인가됩니다.", + "-1137412124": "Can’t find a suitable payment method for your country? Then try a payment agent.", "-1232852916": "해당 거래를 확인하기 위해 우리는 귀하의 {{currency}} 계좌로 변경하고 있습니다.", "-38063175": "{{account_text}} 지갑", "-1474202916": "새로 인출하기", @@ -2408,7 +2426,7 @@ "-9704319": "Crash 1000 지수", "-465860988": "강세장 지수", "-390528194": "Step 지수", - "-1800672151": "GBP 지수", + "-280323742": "EUR 바스켓", "-563812039": "변동성 10 (1s) 지수", "-764111252": "변동성 100 (1s) 지수", "-1374309449": "Volatility 200 (1s) 지수", @@ -2479,6 +2497,7 @@ "-1175685940": "인출이 가능하도록 하기 위해서는 라이브 챗을 통해 저희에게 연락해 주시기 바랍니다.", "-1125797291": "비밀번호가 업데이트되었습니다.", "-157145612": "귀하의 업데이트된 비밀번호로 로그인해주시기 바랍니다.", + "-1217269360": "What’s your real name, {{client_name}}?", "-87177461": "예금을 활성화시키기 위해 귀하의 계좌 설정으로 가셔서 귀하의 세부 인적사항을 완료해 주시기 바랍니다.", "-904632610": "귀하의 잔액 재설정", "-470018967": "잔액 재설정", @@ -2530,6 +2549,7 @@ "-1950045402": "귀하의 모든 자금을 인출하세요", "-168971942": "이것이 귀하에게 의미하는 점", "-905560792": "네, 이해합니다", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "둘러보기", "-1197864059": "무료 데모 계좌를 생성하세요", "-1485242688": "{{step}} 단계: {{step_title}} ({{steps}} 의 {{step}})", @@ -2575,6 +2595,7 @@ "-3959715": "현재 시간:", "-1534648620": "귀하의 비밀번호가 변경되었습니다", "-596199727": "우리는 귀하를 로그인 창으로 다시 연결해 드릴 것입니다.", + "-310434518": "이메일 입력란은 비어 있을 수 없습니다.", "-437918412": "귀하의 계좌에 할당된 통화가 없습니다", "-707550055": "우리의 서비스가 귀하의 국가의 법률과 규정들을 따르는지 확실히 하기 위해 우리는 이 사항이 필요합니다.", "-280139767": "거주지 설정", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.만약 결정되어진 결론이 우리에게 더 나은 것이라면, 귀하께서는 해당 결론이 결정되어진 때부터 7일 이내에 저희에게 동의서를 제출하셔야 합니다, 그리고 해당 불만사항은 종료된 것으로 간주될 것입니다.", "-429248139": "5. 고지사항", "-818926350": "금융 위원회는 사건 발생일로부터 45일간만 항소를 받아들이며 해당 트레이더가 해당 문제를 해당 회사와 직접적으로 통해 해결하려고 한 이후에만 받아들여집니다.", + "-175369516": "Deriv X에 오신 것을 환영합니다", + "-1667427537": "귀하의 브라우저에서 Deriv X를 실행시키시거나 또는 모바일 앱을 다운받으세요", + "-305915794": "귀하의 브라우저에서 MT5를 실행시키거나 귀하의 장치에 MT5 앱을 다운받으세요.", + "-404375367": "높은 레버리지로 외환, 바스켓 지수, 원자재 및 암호화폐를 거래하세요.", + "-811331160": "레버리지를 통해 외환, 주식, 주식 지수, 합성지수 및 원자재 상에서 CFD를 거래하세요.", + "-464262734": "{{platform}} 실제 {{account_title}} 계좌 비밀번호 관리하기", + "-2042845290": "귀하의 투자자 비밀번호가 변경되었습니다.", + "-1882295407": "귀하의 비밀번호가 변경되었습니다.", + "-254497873": "다른 사용자에게 볼 수 있는 접근 권한을 부여하기 위해 이 비밀번호를 사용하세요. 그들이 귀하의 트레이딩 계좌를 볼 수 있더라도 그들은 거래 또는 다른 행동들을 취할 수 없습니다.", + "-161656683": "현재의 투자자 비밀번호", + "-374736923": "새로운 투자자 비밀번호", + "-1793894323": "투자자 비밀번호를 생성 또는 재설정하세요", + "-781132577": "레버리지", + "-1264604378": "1:1000 까지", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "1:100까지", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "데모 종합", + "-1434036215": "데모 금융", + "-1882063886": "데모 CFD", + "-1228860600": "지역 추가하기", + "-785625598": "웹사이트와 모바일 앱에서 귀하의 {{platform}} 계좌에 로그인 하시기 위해 이 크리덴셜들을 이용하세요.", + "-997127433": "비밀번호를 변경하세요", + "-162753510": "실제계좌 추가하기", + "-251202291": "브로커", + "-860609405": "비밀번호", + "-742647506": "자금 이체", + "-1874242353": "자금 완전 충전", + "-2040196445": "귀하의 MT5 금융 STP 계좌의 준비가 거의 다 되었습니다, 귀하의 비밀번호를 지금 설정 해주시기 바랍니다.", + "-712681566": "피어 투 피어 거래", + "-1267880283": "{{field_name}} 은 필수입력 사항입니다", + "-2084509650": "{{field_name}} 이 올바른 형식으로 되어 있지 않습니다.", + "-1779241732": "주소의 첫번째 줄이 올바른 형식으로 되어 있지 않습니다.", + "-188222339": "글자수는 {{max_number}} 을 초과할 수 없습니다.", + "-1673422138": "주/지방이 올바른 형식으로 되어 있지 않습니다.", + "-1262200612": "신분확인이 실패되었습니다. 귀하께서는 이전의 단계로 다시 안내 받으시게 됩니다.", + "-1385484963": "귀하의 {{platform}} 비밀번호를 변경하기 위해 확인하세요", + "-1990902270": "이는 귀하의 모든 {{platform}} 계좌들의 비밀번호를 바꿀 것입니다.", + "-1357917360": "웹 터미널", + "-1454896285": "MT5 데스크탑 앱은 윈도우 XP, 윈도우 2003 및 윈도우 비스타에서는 지원이 되지 않습니다.", + "-673424733": "데모 계좌", + "-1066565281": "서버관리는 매 일요일 06:00 GMT에 시작되며 최대 2시간까지 걸릴 수 있습니다. 이 시간에는 서비스가 원활하지 않을 수 있습니다.", + "-1481390656": "서버관리는 매 일요일 01:00 GMT에 시작됩니다. 이 절차는 완료되기까지 2시간 정도가 소요될 수 있습니다. 이 시간에는 서비스가 원활하지 않을 수 있습니다.", + "-1199152768": "우리의 다른 플랫폼들도 둘러보시기 바랍니다.", + "-498346912": "DBot 둘러보기", + "-184453418": "귀하의 {{platform}} 비밀번호를 입력하세요", + "-731759165": "귀하의 DMT5 실제 {{ account_type }} 계좌를 위한 지역을 선택하세요", + "-1769158315": "실제", + "-700260448": "데모", + "-1175356567": "축하드립니다, 귀하께서는 귀하의 {{category}} <0>{{platform}} <1>{{type}} 계좌를 성공적으로 생성하셨습니다. 거래를 시작하기 위해서, 귀하의 Deriv 계좌에서 이 계좌로 자금을 송금하세요.", + "-1570793523": "축하합니다, 귀하께서는 귀하의 {{category}} <0>{{platform}} <1>{{type}} 계좌를 성공적으로 생성하셨습니다.", + "-790488576": "비밀번호를 잊어버리셨나요?", + "-1190393389": "{{platform}} {{account}} 계좌를 추가하기 위해 귀하의 {{platform}} 비밀번호를 입력하세요.", + "-1987408434": "귀하의 MT5 금융 STP 계좌는 Deriv (BVI) Ltd를 통해 개설될 것입니다. 이 계좌에서의 모든 거래는 영국령 버진 아일랜드 금융 서비스위원회 (BVIFSC) 의 가이드라인 및 규제를 따릅니다. 귀하의 Deriv 계좌를 포함하여 다른 계좌들은 영국령 버진 아일랜드 금융 서비스위원회 (BVIFSC) 의 가이드라인 및 규제를 따르지 않습니다.", + "-2057918502": "알림: 귀하께서는 귀하의 Deriv 비밀번호를 입력하신 것일 수 있으며 이는 귀하의 {{platform}} 비밀번호와 다릅니다.", + "-1752211105": "지금 송금하기", + "-1928229820": "Deriv X 투자자 비밀번호 재설정", + "-1917043724": "DMT5 투자자 비밀번호 재설정", + "-1087845020": "주요", + "-1950683866": "투자자", + "-89838213": "만약 귀하의 잔액이 <0>거나 또는 이보다 적을 경우 추가적인 <1>으로 귀하의 데모 계좌를 충전하실 수 있습니다.", + "-1211122723": "{{ platform }} {{ account_title }} 계좌", + "-78895143": "현재 잔액", + "-149993085": "새 현재 잔액", + "-490244964": "외환, 주식, 주식 지수, 암호화폐", + "-1368041210": ", 합성 지수", + "-877064208": "EUR", + "-1302404116": "최대 레버리지", + "-1284221303": "만약 귀하의 계좌 잔액이 스탑아웃 수준에 가깝게 떨어지면 귀하께서는 마진콜이라고 불리는 경고를 받게 될 것입니다.", + "-1848799829": "스탑아웃을 이애하기 위해서 귀하께서는 귀하의 지분 (해당되는 때에 귀하의 모든 포지션을 닫았을 때 귀하께서 보유하시게 되는 총 잔액) 과 그 때 귀하께서 활용하시는 마진의 비율인 마진 레벨에 대하여 배우셔야 할 필요가 있습니다. 만약 귀하의 마진 레벨이 우리의 스탑아웃 레벨 아래로 떨어지는 경우, 귀하의 포지션들은 추가적인 손실로부터 귀하를 보호하기 위해 자동적으로 종료될 수 있습니다.", + "-224051432": "24/7", + "-511301450": "특정한 계좌에 대해 암호화폐 트레이딩의 이용 가능성을 나타냅니다.", + "-1591882610": "종합", + "-70716111": "FX-주요 (기준/마이크로 랏), FX-마이너, 바스켓 지수, 원자재, 암호화폐 및 주식 및 주식 지수들", + "-1041629137": "FX-메이저, FX-마이너, FX-이국, 및 암호화폐", + "-287097947": "FX-메이저 (스탠다드/마이크로 랏), FX-마이너, 원자재, 암호화폐 (영국 제외)", + "-2102641225": "은행 롤오버시에는 외환 시장에서의 유동성이 감소되며 고객 주문에 대하여 스프레드와 처리 시간이 증가될 수 있습니다. 이는 일광절약시간제(서머타임)에 21:00 GMT 정도에 일어나며, 일광절약시간제가 아닐 시에는 22:00 GMT에 일어납니다.", + "-495364248": "마진 콜 및 스탑아웃 레벨은 시장 상태에 따라 때때로 변동될 것입니다.", + "-536189739": "시장 개설 갭으로 인한 불리한 시장동향으로부터 귀하의 포트폴리오를 보호하기 위해서, 우리는 시장이 종료되기 이전에 금융 계좌들을 위해 제공된 모든 심볼들에 대하여 레버리지를 감소시키고 시장이 개설된 이후 다시 증가시킬 권리를 가지고 있습니다. 귀하의 포지션들을 항상 지원할 수 있도록 귀하의 {{platform}} 계좌에 충분한 자금이 있도록 확실히 해주시기를 바랍니다.", + "-10956371": "귀하께서는 실제 DMT5 계좌를 생성하시기 위해 Deriv에서 실제 계좌 (명목화폐 또는 암호화폐) 가 필요합니다.", + "-1760596315": "Deriv 계좌 생성하기", + "-1324223697": "데스크탑, 웹, 및 모바일 앱에서 귀하의 DMT5 계좌로 로그인 하시기 위해 이 비밀번호를 이용하세요.", + "-648956272": "웹과 모바일 앱에서 귀하의 Deriv X 계좌에 로그인하시기 위해 이 비밀번호를 이용하세요.", + "-337314155": "{{platform}} 비밀번호 변경", + "-1814308691": "귀하의 {{platform}} 비밀번호를 변경하기 위해 이메일에 있는 링크를 클릭해주세요.", "-1282933308": "{{barrier}} 아님", "-968190634": "{{barrier}} 일치", "-1747377543": "{{barrier}} 아래", "-337314714": "일", "-442488432": "일", - "-175369516": "Deriv X에 오신 것을 환영합니다", - "-1667427537": "귀하의 브라우저에서 Deriv X를 실행시키시거나 또는 모바일 앱을 다운받으세요", - "-305915794": "귀하의 브라우저에서 MT5를 실행시키거나 귀하의 장치에 MT5 앱을 다운받으세요.", - "-1330036364": "높은 레버리지에서, 외환, 원자재 및 암호화폐를 거래하세요.", - "-811331160": "레버리지를 통해 외환, 주식, 주식 지수, 합성지수 및 원자재 상에서 CFD를 거래하세요.", "-513103225": "거래 시간", "-2066666313": "신용/직불", "-2140412463": "구매 가격", @@ -2736,13 +2840,6 @@ "-584696680": "만약 귀하께서 “이익 실현”을 선택하시고 귀하께서 벌고자 하시는 금액을 명시하시면, 귀하의 이익이 이 금액과 일치하거나 또는 더 많을 경우에 귀하의 포지션은 자동적으로 종료될 것입니다. 귀하의 이익은 종료시에 시장 가격에 따라 귀하께서 입력하신 금액보다 더 많을 수 있습니다.", "-178096090": "“이익 실현”은 업데이트 될 수 없습니다. 귀하께서는 오직 “거래 취소”가 만료된 경우에만 이를 업데이트 하실 수 있습니다.", "-206909651": "엔트리 스팟은 귀하의 계약이 우리의 서버들에 의해 처리될 때의 시장 가격입니다.", - "-464262734": "{{platform}} 실제 {{account_title}} 계좌 비밀번호 관리하기", - "-2042845290": "귀하의 투자자 비밀번호가 변경되었습니다.", - "-1882295407": "귀하의 비밀번호가 변경되었습니다.", - "-254497873": "다른 사용자에게 볼 수 있는 접근 권한을 부여하기 위해 이 비밀번호를 사용하세요. 그들이 귀하의 트레이딩 계좌를 볼 수 있더라도 그들은 거래 또는 다른 행동들을 취할 수 없습니다.", - "-161656683": "현재의 투자자 비밀번호", - "-374736923": "새로운 투자자 비밀번호", - "-1793894323": "투자자 비밀번호를 생성 또는 재설정하세요", "-149836494": "귀하의 거래 참조 번호는 {{transaction_id}} 입니다", "-1382749084": "트레이딩으로 돌아가기", "-538215347": "순 예금", @@ -2779,81 +2876,6 @@ "-1043117679": "귀하의 현재 손실이 귀하의 지분의 {{stop_out_percentage}}%과 같거나 또는 이를 초과하면, 귀하의 계약은 가능한 가장 근접한 자산 가격으로 종료될 것입니다.", "-477998532": "귀하의 손실이 이 금액과 같거나 또는 더 많을 때에 귀하의 계약은 자동적으로 종료됩니다.", "-243332856": "{{ underlying_name }} 에 대하여 최근 1000 틱들에 대한 마지막 숫자 스탯", - "-781132577": "레버리지", - "-1264604378": "1:1000 까지", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "1:100까지", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "데모 종합", - "-1434036215": "데모 금융", - "-1882063886": "데모 CFD", - "-1228860600": "지역 추가하기", - "-785625598": "웹사이트와 모바일 앱에서 귀하의 {{platform}} 계좌에 로그인 하시기 위해 이 크리덴셜들을 이용하세요.", - "-997127433": "비밀번호를 변경하세요", - "-162753510": "실제계좌 추가하기", - "-251202291": "브로커", - "-860609405": "비밀번호", - "-742647506": "자금 이체", - "-1874242353": "자금 완전 충전", - "-1352641295": "실제 세계의 시장동향을 가장하는 우리의 종합지수상에서 CFD를 거래하세요.", - "-2040196445": "귀하의 MT5 금융 STP 계좌의 준비가 거의 다 되었습니다, 귀하의 비밀번호를 지금 설정 해주시기 바랍니다.", - "-712681566": "피어 투 피어 거래", - "-1267880283": "{{field_name}} 은 필수입력 사항입니다", - "-2084509650": "{{field_name}} 이 올바른 형식으로 되어 있지 않습니다.", - "-1779241732": "주소의 첫번째 줄이 올바른 형식으로 되어 있지 않습니다.", - "-188222339": "글자수는 {{max_number}} 을 초과할 수 없습니다.", - "-1673422138": "주/지방이 올바른 형식으로 되어 있지 않습니다.", - "-1262200612": "신분확인이 실패되었습니다. 귀하께서는 이전의 단계로 다시 안내 받으시게 됩니다.", - "-1385484963": "귀하의 {{platform}} 비밀번호를 변경하기 위해 확인하세요", - "-1990902270": "이는 귀하의 모든 {{platform}} 계좌들의 비밀번호를 바꿀 것입니다.", - "-1357917360": "웹 터미널", - "-1454896285": "MT5 데스크탑 앱은 윈도우 XP, 윈도우 2003 및 윈도우 비스타에서는 지원이 되지 않습니다.", - "-673424733": "데모 계좌", - "-1066565281": "서버관리는 매 일요일 06:00 GMT에 시작되며 최대 2시간까지 걸릴 수 있습니다. 이 시간에는 서비스가 원활하지 않을 수 있습니다.", - "-1481390656": "서버관리는 매 일요일 01:00 GMT에 시작됩니다. 이 절차는 완료되기까지 2시간 정도가 소요될 수 있습니다. 이 시간에는 서비스가 원활하지 않을 수 있습니다.", - "-1199152768": "우리의 다른 플랫폼들도 둘러보시기 바랍니다.", - "-498346912": "DBot 둘러보기", - "-184453418": "귀하의 {{platform}} 비밀번호를 입력하세요", - "-731759165": "귀하의 DMT5 실제 {{ account_type }} 계좌를 위한 지역을 선택하세요", - "-1769158315": "실제", - "-700260448": "데모", - "-1175356567": "축하드립니다, 귀하께서는 귀하의 {{category}} <0>{{platform}} <1>{{type}} 계좌를 성공적으로 생성하셨습니다. 거래를 시작하기 위해서, 귀하의 Deriv 계좌에서 이 계좌로 자금을 송금하세요.", - "-1570793523": "축하합니다, 귀하께서는 귀하의 {{category}} <0>{{platform}} <1>{{type}} 계좌를 성공적으로 생성하셨습니다.", - "-790488576": "비밀번호를 잊어버리셨나요?", - "-1190393389": "{{platform}} {{account}} 계좌를 추가하기 위해 귀하의 {{platform}} 비밀번호를 입력하세요.", - "-1987408434": "귀하의 MT5 금융 STP 계좌는 Deriv (BVI) Ltd를 통해 개설될 것입니다. 이 계좌에서의 모든 거래는 영국령 버진 아일랜드 금융 서비스위원회 (BVIFSC) 의 가이드라인 및 규제를 따릅니다. 귀하의 Deriv 계좌를 포함하여 다른 계좌들은 영국령 버진 아일랜드 금융 서비스위원회 (BVIFSC) 의 가이드라인 및 규제를 따르지 않습니다.", - "-2057918502": "알림: 귀하께서는 귀하의 Deriv 비밀번호를 입력하신 것일 수 있으며 이는 귀하의 {{platform}} 비밀번호와 다릅니다.", - "-1752211105": "지금 송금하기", - "-1928229820": "Deriv X 투자자 비밀번호 재설정", - "-1917043724": "DMT5 투자자 비밀번호 재설정", - "-1087845020": "주요", - "-1950683866": "투자자", - "-89838213": "만약 귀하의 잔액이 <0>거나 또는 이보다 적을 경우 추가적인 <1>으로 귀하의 데모 계좌를 충전하실 수 있습니다.", - "-1211122723": "{{ platform }} {{ account_title }} 계좌", - "-78895143": "현재 잔액", - "-149993085": "새 현재 잔액", - "-490244964": "외환, 주식, 주식 지수, 암호화폐", - "-1368041210": ", 합성 지수", - "-877064208": "EUR", - "-1302404116": "최대 레버리지", - "-1284221303": "만약 귀하의 계좌 잔액이 스탑아웃 수준에 가깝게 떨어지면 귀하께서는 마진콜이라고 불리는 경고를 받게 될 것입니다.", - "-1848799829": "스탑아웃을 이애하기 위해서 귀하께서는 귀하의 지분 (해당되는 때에 귀하의 모든 포지션을 닫았을 때 귀하께서 보유하시게 되는 총 잔액) 과 그 때 귀하께서 활용하시는 마진의 비율인 마진 레벨에 대하여 배우셔야 할 필요가 있습니다. 만약 귀하의 마진 레벨이 우리의 스탑아웃 레벨 아래로 떨어지는 경우, 귀하의 포지션들은 추가적인 손실로부터 귀하를 보호하기 위해 자동적으로 종료될 수 있습니다.", - "-224051432": "24/7", - "-511301450": "특정한 계좌에 대해 암호화폐 트레이딩의 이용 가능성을 나타냅니다.", - "-1591882610": "종합", - "-287097947": "FX-메이저 (스탠다드/마이크로 랏), FX-마이너, 원자재, 암호화폐 (영국 제외)", - "-2102641225": "은행 롤오버시에는 외환 시장에서의 유동성이 감소되며 고객 주문에 대하여 스프레드와 처리 시간이 증가될 수 있습니다. 이는 일광절약시간제(서머타임)에 21:00 GMT 정도에 일어나며, 일광절약시간제가 아닐 시에는 22:00 GMT에 일어납니다.", - "-495364248": "마진 콜 및 스탑아웃 레벨은 시장 상태에 따라 때때로 변동될 것입니다.", - "-536189739": "시장 개설 갭으로 인한 불리한 시장동향으로부터 귀하의 포트폴리오를 보호하기 위해서, 우리는 시장이 종료되기 이전에 금융 계좌들을 위해 제공된 모든 심볼들에 대하여 레버리지를 감소시키고 시장이 개설된 이후 다시 증가시킬 권리를 가지고 있습니다. 귀하의 포지션들을 항상 지원할 수 있도록 귀하의 {{platform}} 계좌에 충분한 자금이 있도록 확실히 해주시기를 바랍니다.", - "-10956371": "귀하께서는 실제 DMT5 계좌를 생성하시기 위해 Deriv에서 실제 계좌 (명목화폐 또는 암호화폐) 가 필요합니다.", - "-1760596315": "Deriv 계좌 생성하기", - "-1324223697": "데스크탑, 웹, 및 모바일 앱에서 귀하의 DMT5 계좌로 로그인 하시기 위해 이 비밀번호를 이용하세요.", - "-648956272": "웹과 모바일 앱에서 귀하의 Deriv X 계좌에 로그인하시기 위해 이 비밀번호를 이용하세요.", - "-337314155": "{{platform}} 비밀번호 변경", - "-1814308691": "귀하의 {{platform}} 비밀번호를 변경하기 위해 이메일에 있는 링크를 클릭해주세요.", "-461955353": "매입 가격", "-172348735": "이익", "-1624674721": "계약 종류", diff --git a/packages/translations/src/translations/pl.json b/packages/translations/src/translations/pl.json index 83428c06e6e8..bd7f76cc68c1 100644 --- a/packages/translations/src/translations/pl.json +++ b/packages/translations/src/translations/pl.json @@ -9,18 +9,21 @@ "15377251": "Kwota zysku: {{profit}}", "17843034": "Sprawdź status weryfikacji dokumentu potwierdzającego tożsamość", "19424289": "Nazwa użytkownika", + "19552684": "Koszyk USD", "21035405": "Powiedz nam, dlaczego opuszczasz portal (wybierz do {{ allowed_reasons }} powodów.)", + "24900606": "Koszyk: złoto", "25854018": "Ten blok wyświetla wiadomości w konsoli dewelopera zawierającą ciąg tekstu, liczbę, operator logiczny lub szereg danych.", "26566655": "Podsumowanie", "26596220": "Finanse", "27582767": "{{amount}} {{currency}}", - "39720204": "Indeks AUD", + "33433576": "Please use an e-wallet to withdraw your funds.", "41737927": "Dziękujemy", "44877997": "Zezwolenie na pobyt", "45453595": "Moneta binarna", "45941470": "Od czego chcesz zacząć?", "46523711": "Twoje potwierdzenie tożsamości zostało zweryfikowane", "49963458": "Wybierz opcję", + "50200731": "Główne-FX (standardowe/mikro partie), drugorzędne-FX, wskaźniki koszyków, towary i kryptowaluty", "54185751": "Mniej niż 100 000 $", "55340304": "Utrzymać obecną kontrakt?", "55916349": "Wszystko", @@ -58,6 +61,7 @@ "100239694": "Prześlij skan przodu dowodu osobistego ze swojego komputera", "102226908": "Pole nie może być puste", "108916570": "Czas trwania: {{duration}} dni", + "109073671": "Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.", "111215238": "Odsuń się od bezpośredniego światła", "111718006": "Data zakończenia", "111931529": "Całkowita maks. stawka w ciągu 7 dni", @@ -297,7 +301,6 @@ "452662014": "Za przelewy w różnych walutach między kontem Deriv w walucie fiducjarnej a kontem DMT5 lub kontem Deriv w walucie fiducjarnej a kontem Deriv X pobierana jest opłata w wysokości 1% kwoty transferu.", "453409608": "Twój zysk to procentowa zmiana ceny rynkowej pomnożona przez Twoją stawkę i wybrany mnożnik.", "454593402": "2. Załaduj jeden z poniższych:", - "454664700": "FX-pary główne, FX-pary drugorzędne, FX-pary egzotyczne, Kryptowaluty", "456746157": "Udziel dostępu do swojego aparatu w ustawieniach przeglądarki", "457020083": "Jeśli nie będziemy mogli tego odczytać, proces weryfikacji potrwa dłużej", "457494524": "1. W bibliotece bloków wpisz nazwę nowej zmiennej i kliknij Utwórz.", @@ -345,8 +348,10 @@ "522283618": "Doświadczenie w handlowaniu opcjami cyfrowymi", "522703281": "podzielna przez", "523123321": "- 10 do siły określonej liczby", + "525012324": "Handluj głównymi (standardowe i mikro-partie) i drugorzędnymi parami walutowymi, akcjami, wskaźnikami giełdowymi, towarami, wskaźnikami koszyków i kryptowalutami, korzystając z wysokiej dźwigni.", "527329988": "To hasło jest wśród 100 najpopularniejszych", "529056539": "Opcje", + "529597350": "Jeśli masz otwarte pozycje, zamknęliśmy je i zwróciliśmy Ci środki.", "530953413": "Aplikacje zatwierdzone", "531114081": "3. Rodzaj kontraktu", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "Zamknięcia-Niska", "541650045": "Zarządzaj hasłem {{platform}}", "542305026": "Musisz dostarczyć również dokument potwierdzający tożsamość.", + "543413346": "Nie masz żadnych otwartych pozycji dla tego aktywa. Aby zobacz inne otwarte pozycje, przejdź do sekcji Raporty", "543915570": "Forex, akcje, wskaźniki giełdowe, kryptowaluty, wskaźniki syntetyczne", "545476424": "Wszystkie wypłaty", "546534357": "Jeśli wybierzesz opcję „Anulowanie transakcji” będzie możliwe anulowanie zakładu w określonym czasie, jeśli zmiany na rynku będą dla Ciebie niekorzystne. Pobierzemy za to małą opłatę, ale zwrócimy kwotę stawki bez zysku ani straty. Jeśli poziom stop out osiągnie określoną wcześniej kwotę przed wygaśnięciem opcji anulowania transakcji, Twoja pozycja zostanie automatycznie anulowana i zwrócimy Ci kwotę Twojej stawki bez zysku i straty. Gdy opcja „Anulowanie transakcji” jest aktywna:", @@ -406,6 +412,7 @@ "606240547": "- Dziennik naturalny", "606877840": "Powrót do dziś", "607807243": "Pobierz świece", + "609519227": "To adres e-mail powiązany z Twoim kontem Deriv.", "609650241": "Wykryto niekończącą się pętlę", "610537973": "Wszelkie przekazywane przez Ciebie informacje są poufne i będą używane wyłącznie w celu weryfikacji.", "611020126": "Wyświetl adres na Blockchain", @@ -498,6 +505,7 @@ "720293140": "Wyloguj", "720519019": "Zresetuj moje hasło", "721011817": "- Podnieś pierwszą liczbę do potęgi drugiej liczby", + "723045653": "Przy użyciu tego adresu e-mail będziesz się logować do swojego konta Deriv.", "723961296": "Zarządzanie hasłem", "724203548": "Możesz wysłać swoją skargę przez platformę <0>Komisji Europejskiej do Rozstrzygania Sporów On-line (ODR). Ta opcja nie jest dostępna dla klientów z Wielkiej Brytanii.", "728042840": "Aby kontynuować inwestowanie z nami, potwierdź, gdzie mieszkasz.", @@ -584,7 +592,7 @@ "841543189": "Wyświetl transakcję na Blockchain", "845213721": "Wyloguj", "845304111": "Okres wolnej wykładniczej średniej kroczącej {{ input_number }}", - "848172194": "Handluj głównymi (standardowe i mikro-partie) i drugorzędnymi parami walutowymi, akcjami, wskaźnikami giełdowymi, towarami, kryptowalutami, korzystając z wysokiej dźwigni.", + "847888634": "Wypłać wszystkie swoje środki.", "849805216": "Wybierz pośrednika", "851054273": "Jeśli wybierzesz „wzrośnie”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie znacząco wyższy niż limit.", "851264055": "Tworzy listę z danym elementem powtórzonym określoną liczbę razy.", @@ -618,7 +626,6 @@ "887328652": "W ramach ostrożności uniemożliwiliśmy inwestowanie za pomocą tego konta oraz dokonywanie wpłat i wypłat. Jeśli masz pytania, przejdź do <0>Centrum Pomocy.", "888274063": "Miasto", "890299833": "Przejdź do raportów", - "891097078": "Indeks USD", "891337947": "Wybierz kraj", "892341141": "Twoje statystyki inwestycyjne od: {{date_time}}", "893117915": "Zmienne", @@ -626,7 +633,6 @@ "893975500": "Nie masz żadnych ostatnich botów", "894191608": "<0>c.Jesteśmy zobligowani do wykonania postanowień ugody w ciągu 28 dni od dnia podjęcia decyzji.", "895890867": "Twoje konto zostanie otwarte przez Deriv (SVG) LLC, i będzie podlegać prawu i Saint Vincent i Grenadyn.", - "897687778": "Twoje hasło Deriv służy do logowania do kont Deriv.", "898457777": "Dodano konto finansowe Deriv.", "900111088": "Zanim dokonasz pierwszej wpłaty lub utworzysz konto DMT5 lub Deriv X, możesz <0>ustawić nową walutę.", "902045490": "3 minuty", @@ -816,6 +822,7 @@ "1161924555": "Proszę wybrać opcję", "1163836811": "Nieruchomości", "1164773983": "Opcje Uzyskaj zysk i/lub Stop stratom nie są dostępne, gdy anulowanie transakcji jest aktywne.", + "1164896842": "Handluj kontraktami CFD na nasze wskaźniki syntetyczne, które symulują zmiany na prawdziwych rynkach.", "1166128807": "Wybierz jedno ze swoich kont lub dodaj nowe konto w kryptowalucie", "1166377304": "Wartość rosnąca", "1168029733": "Zdobywasz wypłatę, jeśli punkt wyjściowy jest równy punktowi wejściowemu.", @@ -846,7 +853,6 @@ "1201533528": "Wygrane kontrakty", "1201773643": "numeryczna", "1203297580": "Ten blok wysyła wiadomość do kanału Telegram.", - "1204202371": "Brak otwartych pozycji", "1204223111": "W tym przykładzie ceny otwarcia z listy świec są przypisane do zmiennej o nazwie „candle_list”.", "1204919083": "Polityka składania skarg, która może ulegać zmianom co jakiś czas, ma zastosowanie w odniesieniu do Twoich kont zarejestrowanych przez Deriv (SVG) LLC oraz Deriv (SVG) LLC.", "1206821331": "Wojskowi", @@ -879,7 +885,6 @@ "1239940690": "Zrestartuj bot, gdy wystąpi błąd.", "1240027773": "Proszę się zalogować", "1243064300": "Lokalnie", - "1245469923": "Główne-FX (standardowe/mikro partie), Drugorzędne-FX, Smart-FX, Towary, Kryptowaluty", "1246207976": "Wprowadź poniższy kod uwierzytelniający wygenerowany przez aplikację 2FA:", "1246880072": "Wybierz kraj wydania", "1247280835": "Kasjer kryptowalut jest tymczasowo niedostępny z powodu konserwacji systemu. Dokonywanie wpłat i wypłat kryptowalut będzie możliwe za kilka minut, gdy zakończymy konserwację.", @@ -965,6 +970,7 @@ "1349289354": "Świetnie, to wszystko, czego potrzebujemy", "1349295677": "w tekście {{ input_text }} uzyskaj ciąg podrzędny z {{ position1 }} {{ index1 }} do {{ position2 }} {{ index2 }} {{ index2 }}", "1351152200": "Witaj w pulpicie Deriv MT5 (DMT5)", + "1351906264": "This feature is not available for payment agents.", "1353197182": "Proszę wybrać", "1355250245": "{{ calculation }} listy {{ input_list }}", "1356574493": "Zwraca określoną część danego ciągu tekstu.", @@ -1081,6 +1087,7 @@ "1490583127": "DBot nie jest gotowy dla prawdziwych kont", "1491392301": "<0>Sprzedano za: {{sold_for}}", "1492686447": "Twoje konto finansowe MT5 STP zostanie otwarte przez Deriv (FX) Ltd. Handlowanie na tym koncie podlega przepisom i zaleceniom Urzędu ds. Usług Finansowych na Labuanie: Labuan Financial Service Authority (LFSA). Żadne inne Twoje konta, również konto Deriv, nie podlegają pod regulacje i zalecenia Urzędu ds. Usług Finansowych na Labuanie: Labuan Financial Service Authority (LFSA).", + "1493673429": "Zmień adres e-mail", "1496810530": "GBP/AUD", "1499074768": "Dodaj prawdziwe konto Mnożników Deriv", "1499080621": "Próba wykonania nieprawidłowej operacji.", @@ -1095,6 +1102,7 @@ "1510735345": "Ten blok daje listę ostatnich cyfr wartości ostatnich 1000 ticków.", "1512469749": "W przykładzie powyżej zmienna candle_open_price jest przetworzona gdzieś w ramach innych bloków.", "1515034599": "Niniejsza polityka ds. skarg może być co jakiś czas aktualizowana i odnosi się do kont zarejestrowanych przez Deriv (MX) Ltd., z siedzibą pod adresem: First Floor, Millennium House, Victoria Road, Douglas, Wyspa Man, Wyspy Brytyjskie; za wydawanie licencji i jego regulację odpowiada odpowiednio (1) Komisja Nadzoru Gier Hazardowych Wyspy Man, na Wyspach Brytyjskich (Gambling Supervision Commission) – aktualna <0>licencja została wydana dnia 31 sierpnia 2017 r., (2) Komisja ds. Gier Hazardowych w Zjednoczonym Królestwie (UK Gambling Commission) – (licencja o <1>numerze referencyjnym: 39172).", + "1516537408": "Nie możesz już handlować na Deriv ani wpłacać środków na swoje konto.", "1516676261": "Wpłata", "1517503814": "Upuść plik lub kliknij tutaj, aby przesłać", "1519336051": "Użyj innego numeru telefonu", @@ -1104,14 +1112,15 @@ "1527906715": "Ten blok dodaje określoną liczbę do wybranej zmiennej.", "1531017969": "Tworzy pojedynczy ciąg tekstu poprzez połączenie wartości tekstu poszczególnych załączonych elementów bez spacji. Liczbę elementów można dodać odpowiednio.", "1533177906": "Spadek", + "1534569275": "W ramach zmian na naszych rynkach będziemy zamykać konta naszych klientów w Wielkiej Brytanii.", "1534796105": "Pobiera wartość zmiennej", "1537711064": "Musisz dokonać szybkiej weryfikacji tożsamości, zanim uzyskasz dostęp do sekcji Kasjer. Przejdź do ustawień konta, aby przesłać potwierdzenie swojej tożsamości.", - "1539108340": "Indeks EUR", "1540585098": "Odrzuć", "1541969455": "Oba", "1544642951": "Jeśli wybierzesz Tylko wzrosty, zyskasz wygraną, gdy następujące po sobie zmiany ceny są zmianami w górę po punkcie wejściowym. Wypłata nie przysługuje, jeśli cena spada lub jest równa dowolnej poprzedniej zmianie ceny.", "1548765374": "Nie udało się zweryfikować numeru dokumentu", "1549098835": "Wypłaty ogółem", + "1551172020": "Koszyk AUD", "1552080191": "Wykluczono z Deriv.com do", "1552918367": "Wysyłaj na ten adres tylko {{currency}} {{currency_symbol}}.", "1557682012": "Ustawienia konta", @@ -1158,6 +1167,7 @@ "1623706874": "Użyj tego bloku, jeśli chcesz wykorzystać mnożniki jako typ transakcji.", "1630372516": "Wypróbuj on-ramp dla waluty fiducjarnej", "1630417358": "Przejdź do ustawień swojego konta i dodaj dane osobowe, aby włączyć możliwość dokonywania wypłat.", + "1631281562": "Koszyk GBP", "1634594289": "Wybierz język", "1634903642": "Na zdjęciu selfie może być tylko Twoja twarz", "1634969163": "Zmień walutę", @@ -1203,12 +1213,12 @@ "1684419981": "Co to?", "1686800117": "{{error_msg}}", "1689103988": "Sekundy od początku epoki", - "1689738742": "Indeks Gold", "1690703448": "Możesz przelewać środki między kontem Deriv w walucie fiducjarnej i kryptowalucie oraz DMT5 i Deriv X.", "1691335819": "Aby kontynuować inwestowanie z nami, potwierdź, kim jesteś.", "1691765860": "- Negacja", "1693614409": "Godzina rozpoczęcia", "1694331708": "W dowolnej chwili możesz zmienić na kontrakty CFD, opcje cyfrowe i mnożniki.", + "1694517345": "Wprowadź nowy adres e-mail", "1695807119": "Nie udało się załadować bloków Dysku Google", "1700233813": "Przelew z konta {{selected_value}} nie jest dozwolony. Wybierz inne konto z rozwijanej listy", "1708413635": "Dla Twojego konta {{currency_name}} ({{currency}})", @@ -1426,6 +1436,7 @@ "1968368585": "Status zatrudnienia", "1971898712": "Dodaj konto lub zarządzaj nim", "1973536221": "Nie masz jeszcze żadnych otwartych pozycji.", + "1974304588": "It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.", "1982912252": "Wskaźnik względnej siły (RSI) z listy z okresem", "1983001416": "Określ swoje opcje handlowe, takie jak mnożnik i stawka. Ten blok może być używany tylko z typem transakcji \"Mnożniki\". Jeśli wybierzesz inny rodzaj transakcji, ten blok zostanie zastąpiony blokiem Opcje handlowe.", "1983387308": "Podgląd", @@ -1442,6 +1453,7 @@ "1990735316": "Wzrost Równa się", "1991448657": "Nie znasz swojego numeru identyfikacji podatkowej? Kliknij <0>tutaj, aby uzyskać więcej informacji.", "1991524207": "Indeks Jump 100", + "1994023526": "Wprowadzony przez Ciebie adres e-mail zawiera błąd lub literówkę (zdarza się najlepszym).", "1994558521": "Platformy nie są przyjazne użytkownikom.", "1994600896": "Ten blok wymaga listy świec jako parametru wejściowego.", "1995023783": "Pierwsza część adresu*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Lista ticków", "2051558666": "Zobacz historię transakcji", + "2053617863": "Wypłać wszystkie środki ze swojego konta.", "2054500647": "Polityka składania skarg, która może ulegać zmianom co jakiś czas, ma zastosowanie w odniesieniu do Twoich kont zarejestrowanych przez Deriv (SVG) LLC oraz Deriv (V) Ltd.", "2054889300": "Utwórz „%1”", "2055317803": "Skopiuj link do przeglądarki na swoim urządzeniu mobilnym", @@ -1715,6 +1728,7 @@ "-1462975230": "Przykład dokumentu", "-1472844935": "Zdjęcie musi wyraźnie przedstawiać Twój dokument", "-883103549": "Deaktywowano konto", + "-773766766": "Adres e-mail i hasło", "-1466827732": "Samodzielne wykluczenie", "-1498206510": "Limity na koncie", "-241588481": "Historia logowania", @@ -1895,6 +1909,8 @@ "-547557964": "Nie jesteśmy w stanie dostarczyć wiadomości e-mail pod ten adres (zazwyczaj z powodu zapory ogniowej lub filtrów).", "-1964320730": "Kliknij link z wiadomości e-mail, aby zmienić swoje hasło <0>Deriv X.", "-976364600": "Kliknij link z wiadomości e-mail, aby zmienić swoje hasło DMT5.", + "-742748008": "Sprawdź swoją skrzynkę e-mail i kliknij link w wiadomości e-mail, aby kontynuować.", + "-84068414": "Wciąż nie masz wiadomości e-mail? Skontaktuj się z nami przez <0>czat na żywo.", "-2073934245": "Usługi zawierania transakcji finansowych oferowane na niniejszym portalu są odpowiednie tylko dla klientów, którzy akceptują możliwość straty wszystkich zainwestowanych pieniędzy i którzy rozumieją ryzyko związane z zakupem kontraktów finansowych i mają doświadczenie w tym zakresie. Takie transakcje finansowe niosą ze sobą wysokie ryzyko. Jeśli zakupione przez Ciebie kontrakty zakończą się bez wartości, stracisz całą zainwestowaną sumę, która obejmuje premię z kontraktu.", "-679569665": "Twoje konto zostanie otwarte przez Deriv (MX) Ltd, podlegającej regulacjom Komisji ds. Gier Hazardowych w Zjednoczonym Królestwie - UK Gaming Commission (UKGC) i prawom Wyspy Man.", "-1970096931": "Twoje konto zostanie otwarte przez Deriv (Europe) Limited, regulowaną przez Urząd ds. Gier Hazardowych: Malta Gaming Authority na Malcie, i będzie podlegać prawu Malty.", @@ -1966,6 +1982,7 @@ "-1725454783": "Zakończone niepowodzeniem", "-506510414": "Data i czas", "-1708927037": "Adres IP", + "-1042416056": "Użyj <0>hasła Deriv, aby zalogować się do Deriv.com, Deriv Go, Dtrader, SmartTrader i DBot.", "-365847515": "Aplikacje, na których możesz używać loginu Deriv:", "-26491905": "Używasz swojego konta {{identifier_title}} w celu logowania do konta Deriv. Aby zmienić swoją metodę logowania i korzystać z nazwy użytkownika i hasła, kliknij przycisk <0>Zakończ powiązanie.", "-596920538": "Zakończ powiązanie", @@ -2064,6 +2081,7 @@ "-203002433": "Dokonaj wpłaty teraz", "-720315013": "Nie masz żadnych środków na koncie {{currency}}", "-2052373215": "Dokonaj wpłaty, aby użyć tej funkcji.", + "-1201279468": "To withdraw your funds, please choose the same payment method you used to make your deposits.", "-553249337": "Przelewy są zablokowane", "-705272444": "Prześlij dokument potwierdzający tożsamość, aby ją zweryfikować", "-1196994774": "Za przelewy między Twoimi kontami Deriv w kryptowalucie pobierana jest opłata w wysokości 2% kwoty transferu lub {{minimum_fee}} {{currency}}, w zależności od tego, która kwota jest wyższa.", @@ -2098,7 +2116,7 @@ "-1388977563": "Skopiowano!", "-1962894999": "Ten adres może być użyty tylko RAZ. Skopiuj nowy adres dla następnej transakcji.", "-451858550": "Kliknięcie przycisku „Kontynuuj” spowoduje przekierowanie do {{ service }}, zewnętrznego dostarczyciela usług w zakresie płatności. Pamiętaj, że {{ website_name }} nie ponosi odpowiedzialności za zawartość tego serwisu ani za usługi świadczone przez {{ service }}. Jeśli wystąpią jakiekolwiek problemy związane z usługami {{ service }}, skontaktuj się bezpośrednio z {{ service }}.", - "-344959847": "Pośrednik płatności jest uprawniony do przetwarzania wpłat i wypłat, jeśli Twoje lokalne metody płatności lub waluty nie są obsługiwane na stronie {{website_name}}.", + "-1137412124": "Can’t find a suitable payment method for your country? Then try a payment agent.", "-1232852916": "W celu wyświetlenia transakcji nastąpi przekierowanie na Twoje konto {{currency}}.", "-38063175": "portfel {{account_text}}", "-1474202916": "Wypłać", @@ -2408,7 +2426,7 @@ "-9704319": "Indeks Crash 1000", "-465860988": "Indeks rynku byka", "-390528194": "Indeks Step", - "-1800672151": "Indeks GBP", + "-280323742": "Koszyk EUR", "-563812039": "Indeks zmienności 10 (1s)", "-764111252": "Indeks zmienności 100 (1s)", "-1374309449": "Indeks zmienności 200 (1s)", @@ -2479,6 +2497,7 @@ "-1175685940": "Skontaktuj się z nami przez czat na żywo, aby włączyć możliwość dokonywania wypłat.", "-1125797291": "Zaktualizowano hasło.", "-157145612": "Zaloguj się przy użyciu zaktualizowanego hasła.", + "-1217269360": "What’s your real name, {{client_name}}?", "-87177461": "Przejdź do ustawień swojego konta i dodaj dane osobowe, aby włączyć możliwość dokonywania wpłat.", "-904632610": "Resetuj swoje saldo", "-470018967": "Resetuj saldo", @@ -2530,6 +2549,7 @@ "-1950045402": "Wypłać wszystkie swoje środki", "-168971942": "Co to oznacza dla Ciebie", "-905560792": "OK, rozumiem", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Przeglądaj", "-1197864059": "Otwórz darmowe konto demonstracyjne", "-1485242688": "Krok {{step}}: {{step_title}} ({{step}} z {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "Obecny czas:", "-1534648620": "Twoje konto zostało zmienione", "-596199727": "Teraz nastąpi przekierowanie do strony logowania.", + "-310434518": "Pole e-mail nie może być puste.", "-437918412": "Z Twoim kontem nie jest powiązana żadna waluta", "-707550055": "Jest to nam potrzebne, aby upewnić się, że nasze usługi są zgodne z prawem i regulacjami w Twoim kraju.", "-280139767": "Ustaw kraj zamieszkania", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.Jeśli decyzja zostanie podjęta na naszą korzyść, w ciągu 7 dni od podjęcia decyzji musisz przekazać nam dokument potwierdzający zwolnienie z roszczeń, wówczas skarga zostanie uznana za zamkniętą.", "-429248139": "5. Zastrzeżenie", "-818926350": "Komisja Finansowa akceptuje odwołania w ciągu 45 dni od daty zdarzenia i wyłącznie do uprzedniej próbie inwestora rozwiązania sprawy bezpośrednio z firmą.", + "-175369516": "Witaj w Deriv X", + "-1667427537": "Korzystaj z Deriv X w swojej przeglądarce lub pobierz aplikację mobilną", + "-305915794": "Uruchom MT5 w swojej przeglądarce lub pobierz aplikację MT5 na swoje urządzenia", + "-404375367": "Inwestuj w waluty, wskaźniki, towary oraz kryptowaluty, korzystając z dźwigni finansowej.", + "-811331160": "Handluj kontraktami CFD opartymi na walucie, akcjach, wskaźnikach giełdowych, wskaźnikach syntetycznych i towarach z dźwignią.", + "-464262734": "Zarządzaj hasłem do prawdziwego konta {{platform}} {{account_title}}", + "-2042845290": "Twoje hasło inwestora zostało zmienione.", + "-1882295407": "Twoje hasło zostało zmienione.", + "-254497873": "Użyj tego hasła, aby udzielić innemu użytkownikowi prawa podglądu. Będzie mógł zobaczyć Twoje konto handlowe, ale nie będzie mieć możliwości handlowania ani wykonania innych działań.", + "-161656683": "Obecne hasło inwestora", + "-374736923": "Nowe hasło inwestora", + "-1793894323": "Utwórz lub resetuj hasło inwestora", + "-781132577": "Dźwignia", + "-1264604378": "Do 1:1000", + "-637908996": "100%", + "-1420548257": "Ponad 20", + "-1373949478": "50+", + "-1686150678": "Do 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Demo syntetyczne", + "-1434036215": "Demo finansowe", + "-1882063886": "Demo CFD", + "-1228860600": "Dodaj region", + "-785625598": "Użyj tych poświadczeń, aby zalogować się do swojego konta {{platform}} na stronie internetowej i w aplikacjach mobilnych.", + "-997127433": "Zmień hasło", + "-162753510": "Dodaj prawdziwe konto", + "-251202291": "Broker", + "-860609405": "Hasło", + "-742647506": "Przelew środków", + "-1874242353": "Zasilenie środków", + "-2040196445": "Twoje konto finansowe MT5 STP jest prawie gotowe, ustaw swoje hasło teraz.", + "-712681566": "Wymiana między inwestorami", + "-1267880283": "Pole {{field_name}} jest wymagane", + "-2084509650": "Pole {{field_name}} ma niewłaściwy format.", + "-1779241732": "Pierwsza linijka adresu jest w nieprawidłowym formacie.", + "-188222339": "Nie może przekraczać {{max_number}} znaków.", + "-1673422138": "Województwo jest w niewłaściwym formacie.", + "-1262200612": "Potwierdzenie tożsamości nie powiodło się. Nastąpi przekierowanie do poprzedniego kroku.", + "-1385484963": "Potwierdź, aby zmienić swoje hasło {{platform}}", + "-1990902270": "Spowoduje to zmianę hasła do wszystkich kont {{platform}}.", + "-1357917360": "Terminal internetowy", + "-1454896285": "Aplikacja MT5 na komputery stacjonarne nie jest obsługiwana przez systemy Windows XP, Windows 2003 i Windows Vista.", + "-673424733": "Konto demo", + "-1066565281": "Konserwacja serwera rozpoczyna się o godz. 06:00 GMT w każdą niedzielę. Konserwacja może potrwać do 2 godzin. Usługa może nie być dostępna w tym czasie.", + "-1481390656": "Konserwacja serwera rozpoczyna się o godz. 01:00 GMT w każdą niedzielę. Konserwacja może potrwać do 2 godzin. Usługa może nie być dostępna w tym czasie.", + "-1199152768": "Poznaj nasze pozostałe platformy.", + "-498346912": "Poznaj DBot", + "-184453418": "Wprowadź swoje hasło {{platform}}", + "-731759165": "Wybierz region dla swojego prawdziwego konta DMT5 {{ account_type }}", + "-1769158315": "prawdziwe", + "-700260448": "demo", + "-1175356567": "Gratulacje, Twoje konto {{category}} <0>{{platform}} <1>{{type}} zostało utworzone. Aby rozpocząć handlowanie, prześlij swoje środki z konta Deriv na to konto.", + "-1570793523": "Gratulacje, Twoje konto {{category}} <0>{{platform}} <1>{{type}} zostało utworzone.", + "-790488576": "Nie pamiętasz hasła?", + "-1190393389": "Wprowadź swoje hasło {{platform}}, aby dodać konto {{platform}} {{account}}.", + "-1987408434": "Twoje konto finansowe MT5 STP zostanie otwarte przez Deriv (BVI) Ltd. Handlowanie na tym koncie podlega przepisom i zaleceniom Komisji ds. Usług Finansowych Brytyjskich Wysp Dziewiczych: British Virgin Islands Financial Services Commission (BVIFSC). Żadne inne Twoje konta, również konto Deriv, nie podlegają pod regulacje i zalecenia Komisji ds. Usług Finansowych Brytyjskich Wysp Dziewiczych: British Virgin Islands Financial Services Commission (BVIFSC).", + "-2057918502": "Wskazówka: Możliwe, że wprowadzono hasło Deriv, które różni się od hasła {{platform}}.", + "-1752211105": "Przelej teraz", + "-1928229820": "Zresetuj hasło inwestora Deriv X", + "-1917043724": "Zresetuj hasło inwestora DMT5", + "-1087845020": "główne", + "-1950683866": "inwestor", + "-89838213": "Możesz zasilić swoje konto demo dodatkową kwotą <0>, jeśli Twoje saldo wynosi <1> lub mniej.", + "-1211122723": "konto {{ platform }} {{ account_title }}", + "-78895143": "Obecne saldo", + "-149993085": "Nowe obecne saldo", + "-490244964": "Forex, akcje, wskaźniki giełdowe, kryptowaluty", + "-1368041210": ", wskaźniki syntetyczne", + "-877064208": "EUR", + "-1302404116": "Maksymalna dźwignia", + "-1284221303": "Otrzymasz ostrzeżenie, zwane wezwaniem do uzupełnienia depozytu, jeśli saldo Twojego konta zbliży się do poziomu stop out.", + "-1848799829": "Aby zrozumieć jak działa poziom „stop out”, musisz najpierw zrozumieć, jak działa poziom depozytu zabezpieczającego, który jest stosunkiem aktywów (całkowite saldo dostępne w przypadku zamknięcia wszystkich Twoich pozycji w danym momencie) do depozytu będącego obecnie w użyciu. Jeśli poziom Twojego depozytu spadnie poniżej poziomu stop out, wówczas Twoje pozycje mogą zostać zamknięte automatycznie, aby ochronić Cię przed dalszymi stratami.", + "-224051432": "24/7", + "-511301450": "Wskazuje możliwość handlowania kryptowalutami w przypadku określonego konta.", + "-1591882610": "Syntetyczne", + "-70716111": "Główne-FX (standardowe/mikro partie), Drugorzędne-FX, wskaźniki koszyków, towary, kryptowaluty, akcje i wskaźniki giełdowe", + "-1041629137": "FX-pary główne, FX-pary drugorzędne, FX-pary egzotyczne i kryptowaluty", + "-287097947": "Główne-FX (standardowe/mikro partie), Drugorzędne-FX, Towary, Kryptowaluty (z wyjątkiem Wielkiej Brytanii)", + "-2102641225": "Podczas rolowania bankowego płynność na runku Forex jest ograniczona, spready mogą zostać podwyższone i może zostać wydłużony czas procesowania zleceń klientów. Rolowanie odbywa się około godziny 21:00 GMT czasu letniego i 22:00 GMT czasu zimowego.", + "-495364248": "W zależności od warunków rynkowych wezwanie do uzupełnienia depozytu oraz poziom stop out mogą się zmieniać co jakiś czas.", + "-536189739": "Aby chronić Twoje portfolio przed niekorzystnymi zmianami na rynku wywoływanymi przez lukę rynkową, zastrzegamy sobie prawo do zmniejszenia dźwigni dla wszystkich oferowanych symboli dla kont finansowych przed zamknięciem rynku i zwiększenia jej po otwarciu rynku. Upewnij się, że na Twoim koncie {{platform}} są wystarczające środki do obsługi Twojej pozycji w każdym momencie.", + "-10956371": "Aby utworzyć prawdziwe konto DMT5 musisz mieć prawdziwe konto (waluta fiducjarna lub kryptowaluta) w Deriv.", + "-1760596315": "Załóż konto Deriv", + "-1324223697": "Użyj tego hasła, aby zalogować się do kont DMT5 na aplikacji na komputery stacjonarne i urządzenia mobilne oraz aplikacji internetowej.", + "-648956272": "Użyj tego hasła, aby zalogować się do kont Deriv X na aplikacji na urządzenia mobilne oraz aplikacji internetowej.", + "-337314155": "Zmień hasło {{platform}}", + "-1814308691": "Kliknij link z wiadomości e-mail, aby zmienić swoje hasło {{platform}}.", "-1282933308": "Nie {{barrier}}", "-968190634": "Równa się {{barrier}}", "-1747377543": "Poniżej {{barrier}}", "-337314714": "dni", "-442488432": "dzień", - "-175369516": "Witaj w Deriv X", - "-1667427537": "Korzystaj z Deriv X w swojej przeglądarce lub pobierz aplikację mobilną", - "-305915794": "Uruchom MT5 w swojej przeglądarce lub pobierz aplikację MT5 na swoje urządzenia", - "-1330036364": "Handluj walutami, towarami i kryptowalutami, korzystając z dużej dźwigni finansowej.", - "-811331160": "Handluj kontraktami CFD opartymi na walucie, akcjach, wskaźnikach giełdowych, wskaźnikach syntetycznych i towarach z dźwignią.", "-513103225": "Godzina transakcji", "-2066666313": "Winien/Ma", "-2140412463": "Cena zakupu", @@ -2736,13 +2840,6 @@ "-584696680": "Jeśli wybierzesz opcję „Uzyskaj zysk” i określisz kwotę, którą chcesz zarobić, Twoja pozycja zostanie zamknięta automatycznie, gdy Twój zysk jest równy tej kwocie lub wyższy. Twój zysk może wynieść więcej niż podana przez Ciebie kwota, w zależności od ceny rynkowej w momencie zamknięcia kontraktu.", "-178096090": "Nie można zaktualizować opcji „Uzyskaj zysk”. Możesz zaktualizować ją tylko, gdy „Anulowanie transakcji” wygaśnie.", "-206909651": "Cena wejściowa oznacza cenę rynkową w momencie przetworzenia Twojego kontraktu przez nasze serwery.", - "-464262734": "Zarządzaj hasłem do prawdziwego konta {{platform}} {{account_title}}", - "-2042845290": "Twoje hasło inwestora zostało zmienione.", - "-1882295407": "Twoje hasło zostało zmienione.", - "-254497873": "Użyj tego hasła, aby udzielić innemu użytkownikowi prawa podglądu. Będzie mógł zobaczyć Twoje konto handlowe, ale nie będzie mieć możliwości handlowania ani wykonania innych działań.", - "-161656683": "Obecne hasło inwestora", - "-374736923": "Nowe hasło inwestora", - "-1793894323": "Utwórz lub resetuj hasło inwestora", "-149836494": "Numer referencyjny Twojej transakcji to {{transaction_id}}", "-1382749084": "Wróć do handlowania", "-538215347": "Wpłaty netto", @@ -2779,81 +2876,6 @@ "-1043117679": "Gdy Twoje bieżące straty zrównają się z {{stop_out_percentage}}% Twojej stawki lub przewyższą tę wartość, Twój kontrakt zostanie zamknięty po najbliższej dostępnej cenie aktywa.", "-477998532": "Twój kontrakt zostanie automatycznie zamknięty, gdy Twoja strata będzie równa tej kwocie lub wyższa od niej.", "-243332856": "Statystyki ostatnich cyfr dla ostatnich 1000 ticków dla {{ underlying_name }}", - "-781132577": "Dźwignia", - "-1264604378": "Do 1:1000", - "-637908996": "100%", - "-1420548257": "Ponad 20", - "-1373949478": "50+", - "-1686150678": "Do 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Demo syntetyczne", - "-1434036215": "Demo finansowe", - "-1882063886": "Demo CFD", - "-1228860600": "Dodaj region", - "-785625598": "Użyj tych poświadczeń, aby zalogować się do swojego konta {{platform}} na stronie internetowej i w aplikacjach mobilnych.", - "-997127433": "Zmień hasło", - "-162753510": "Dodaj prawdziwe konto", - "-251202291": "Broker", - "-860609405": "Hasło", - "-742647506": "Przelew środków", - "-1874242353": "Zasilenie środków", - "-1352641295": "Handluj kontraktami CFD na nasze wskaźniki syntetyczne, które symulują zmiany na prawdziwych rynkach.", - "-2040196445": "Twoje konto finansowe MT5 STP jest prawie gotowe, ustaw swoje hasło teraz.", - "-712681566": "Wymiana między inwestorami", - "-1267880283": "Pole {{field_name}} jest wymagane", - "-2084509650": "Pole {{field_name}} ma niewłaściwy format.", - "-1779241732": "Pierwsza linijka adresu jest w nieprawidłowym formacie.", - "-188222339": "Nie może przekraczać {{max_number}} znaków.", - "-1673422138": "Województwo jest w niewłaściwym formacie.", - "-1262200612": "Potwierdzenie tożsamości nie powiodło się. Nastąpi przekierowanie do poprzedniego kroku.", - "-1385484963": "Potwierdź, aby zmienić swoje hasło {{platform}}", - "-1990902270": "Spowoduje to zmianę hasła do wszystkich kont {{platform}}.", - "-1357917360": "Terminal internetowy", - "-1454896285": "Aplikacja MT5 na komputery stacjonarne nie jest obsługiwana przez systemy Windows XP, Windows 2003 i Windows Vista.", - "-673424733": "Konto demo", - "-1066565281": "Konserwacja serwera rozpoczyna się o godz. 06:00 GMT w każdą niedzielę. Konserwacja może potrwać do 2 godzin. Usługa może nie być dostępna w tym czasie.", - "-1481390656": "Konserwacja serwera rozpoczyna się o godz. 01:00 GMT w każdą niedzielę. Konserwacja może potrwać do 2 godzin. Usługa może nie być dostępna w tym czasie.", - "-1199152768": "Poznaj nasze pozostałe platformy.", - "-498346912": "Poznaj DBot", - "-184453418": "Wprowadź swoje hasło {{platform}}", - "-731759165": "Wybierz region dla swojego prawdziwego konta DMT5 {{ account_type }}", - "-1769158315": "prawdziwe", - "-700260448": "demo", - "-1175356567": "Gratulacje, Twoje konto {{category}} <0>{{platform}} <1>{{type}} zostało utworzone. Aby rozpocząć handlowanie, prześlij swoje środki z konta Deriv na to konto.", - "-1570793523": "Gratulacje, Twoje konto {{category}} <0>{{platform}} <1>{{type}} zostało utworzone.", - "-790488576": "Nie pamiętasz hasła?", - "-1190393389": "Wprowadź swoje hasło {{platform}}, aby dodać konto {{platform}} {{account}}.", - "-1987408434": "Twoje konto finansowe MT5 STP zostanie otwarte przez Deriv (BVI) Ltd. Handlowanie na tym koncie podlega przepisom i zaleceniom Komisji ds. Usług Finansowych Brytyjskich Wysp Dziewiczych: British Virgin Islands Financial Services Commission (BVIFSC). Żadne inne Twoje konta, również konto Deriv, nie podlegają pod regulacje i zalecenia Komisji ds. Usług Finansowych Brytyjskich Wysp Dziewiczych: British Virgin Islands Financial Services Commission (BVIFSC).", - "-2057918502": "Wskazówka: Możliwe, że wprowadzono hasło Deriv, które różni się od hasła {{platform}}.", - "-1752211105": "Przelej teraz", - "-1928229820": "Zresetuj hasło inwestora Deriv X", - "-1917043724": "Zresetuj hasło inwestora DMT5", - "-1087845020": "główne", - "-1950683866": "inwestor", - "-89838213": "Możesz zasilić swoje konto demo dodatkową kwotą <0>, jeśli Twoje saldo wynosi <1> lub mniej.", - "-1211122723": "konto {{ platform }} {{ account_title }}", - "-78895143": "Obecne saldo", - "-149993085": "Nowe obecne saldo", - "-490244964": "Forex, akcje, wskaźniki giełdowe, kryptowaluty", - "-1368041210": ", wskaźniki syntetyczne", - "-877064208": "EUR", - "-1302404116": "Maksymalna dźwignia", - "-1284221303": "Otrzymasz ostrzeżenie, zwane wezwaniem do uzupełnienia depozytu, jeśli saldo Twojego konta zbliży się do poziomu stop out.", - "-1848799829": "Aby zrozumieć jak działa poziom „stop out”, musisz najpierw zrozumieć, jak działa poziom depozytu zabezpieczającego, który jest stosunkiem aktywów (całkowite saldo dostępne w przypadku zamknięcia wszystkich Twoich pozycji w danym momencie) do depozytu będącego obecnie w użyciu. Jeśli poziom Twojego depozytu spadnie poniżej poziomu stop out, wówczas Twoje pozycje mogą zostać zamknięte automatycznie, aby ochronić Cię przed dalszymi stratami.", - "-224051432": "24/7", - "-511301450": "Wskazuje możliwość handlowania kryptowalutami w przypadku określonego konta.", - "-1591882610": "Syntetyczne", - "-287097947": "Główne-FX (standardowe/mikro partie), Drugorzędne-FX, Towary, Kryptowaluty (z wyjątkiem Wielkiej Brytanii)", - "-2102641225": "Podczas rolowania bankowego płynność na runku Forex jest ograniczona, spready mogą zostać podwyższone i może zostać wydłużony czas procesowania zleceń klientów. Rolowanie odbywa się około godziny 21:00 GMT czasu letniego i 22:00 GMT czasu zimowego.", - "-495364248": "W zależności od warunków rynkowych wezwanie do uzupełnienia depozytu oraz poziom stop out mogą się zmieniać co jakiś czas.", - "-536189739": "Aby chronić Twoje portfolio przed niekorzystnymi zmianami na rynku wywoływanymi przez lukę rynkową, zastrzegamy sobie prawo do zmniejszenia dźwigni dla wszystkich oferowanych symboli dla kont finansowych przed zamknięciem rynku i zwiększenia jej po otwarciu rynku. Upewnij się, że na Twoim koncie {{platform}} są wystarczające środki do obsługi Twojej pozycji w każdym momencie.", - "-10956371": "Aby utworzyć prawdziwe konto DMT5 musisz mieć prawdziwe konto (waluta fiducjarna lub kryptowaluta) w Deriv.", - "-1760596315": "Załóż konto Deriv", - "-1324223697": "Użyj tego hasła, aby zalogować się do kont DMT5 na aplikacji na komputery stacjonarne i urządzenia mobilne oraz aplikacji internetowej.", - "-648956272": "Użyj tego hasła, aby zalogować się do kont Deriv X na aplikacji na urządzenia mobilne oraz aplikacji internetowej.", - "-337314155": "Zmień hasło {{platform}}", - "-1814308691": "Kliknij link z wiadomości e-mail, aby zmienić swoje hasło {{platform}}.", "-461955353": "cena zakupu", "-172348735": "zysk", "-1624674721": "typ kontraktu", diff --git a/packages/translations/src/translations/pt.json b/packages/translations/src/translations/pt.json index a3d9cfc5bf3e..536272798e9d 100644 --- a/packages/translations/src/translations/pt.json +++ b/packages/translations/src/translations/pt.json @@ -9,18 +9,21 @@ "15377251": "Valor do lucro: {{profit}}", "17843034": "Verifique o status de verificação do comprovante de identidade", "19424289": "Usuario", + "19552684": "USD Basket", "21035405": "Conte-nos por que você está saindo. (Selecione até {{ allowed_reasons }} motivos.)", + "24900606": "Gold Basket", "25854018": "Este bloco exibe mensagens no console do desenvolvedor com uma entrada que pode ser uma sequência de texto, um número, booleano ou um conjunto de dados.", "26566655": "Resumo", "26596220": "Finanças", "27582767": "{{amount}} {{currency}}", - "39720204": "Índice AUD", + "33433576": "Por favor, use uma carteira eletrônica para retirar seus fundos.", "41737927": "Obrigado", "44877997": "Permissão de residência", "45453595": "Moeda Binary", "45941470": "Onde você gostaria de começar?", "46523711": "Seu comprovante de identidade foi verificado", "49963458": "Selecione uma opção", + "50200731": "FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "54185751": "Menos de $100.000", "55340304": "Deseja manter seu contrato atual?", "55916349": "Tudo", @@ -58,6 +61,7 @@ "100239694": "Enviar a frente da carteira nacional direto do seu computador", "102226908": "O campo não pode estar vazio", "108916570": "Duração: {{duration}} dias", + "109073671": "Por favor, use uma carteira eletrônica que você já usou para depósitos anteriores. Assegure-se de que a carteira eletrônica permite o saque. Veja a lista de carteiras eletrônicas que suportam saques <0>aqui.", "111215238": "Afaste-se da luz direta", "111718006": "Data final", "111931529": "Máx. entrada total em 7 dias", @@ -297,7 +301,6 @@ "452662014": "Cobraremos uma taxa de transferência de 1% para transferências em diferentes moedas entre suas contas Deriv fiat e DMT5 e entre suas contas Deriv fiat e Deriv X.", "453409608": "Seu lucro é a variação percentual no preço de mercado multiplicado por sua entrada e o multiplicador de sua escolha.", "454593402": "2. Faça o upload de um dos seguintes:", - "454664700": "FX-principais, FX-secundários, FX-exóticos, Criptomoedas", "456746157": "Conceda acesso à sua câmera a partir das configurações do navegador", "457020083": "Levará mais tempo para verificar se não conseguirmos ler", "457494524": "1. Na biblioteca de blocos, insira um nome para a nova variável e clique em Criar.", @@ -345,8 +348,10 @@ "522283618": "Experiência na negociação de opções digitais", "522703281": "divisível por", "523123321": "- 10 à potência de um determinado número", + "525012324": "Trade major (standard & micro-lots) and minor forex, stocks & stock indices, commodities, basket indices, and crypto with high leverage.", "527329988": "Esta é uma das 100 principais senhas comuns", "529056539": "Opções", + "529597350": "If you had any open positions, we have closed them and refunded you.", "530953413": "Aplicativos autorizados", "531114081": "3. Tipo de contrato", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "Fechar-Baixo", "541650045": "Gerenciar {{platform}} senha", "542305026": "Você também deve enviar um comprovante de identidade.", + "543413346": "Você não tem posições em aberto para este índice. Para ver outras posições em aberto, clique em Ir para Relatórios", "543915570": "Forex, ações, índices de ações, criptomoedas, índices sintéticos", "545476424": "Retiradas totais", "546534357": "Se você selecionar \"Cancelamento da transação\", poderá cancelar sua posição dentro de uma hora se achar que o mercado não está se movendo a seu favor. Cobraremos uma pequena taxa por isso, mas devolveremos o valor da sua participação sem lucros ou perdas. Se o valor do Nível de Parada (Stop Out) for atingido antes do término do cancelamento da transação, sua posição será cancelada automaticamente e retornaremos o valor da sua participação sem lucros ou perdas. Enquanto o \"Cancelamento da transação\" estiver ativo:", @@ -406,6 +412,7 @@ "606240547": "- Log natural", "606877840": "Voltar para hoje", "607807243": "Pegar vela", + "609519227": "This is the email address associated with your Deriv account.", "609650241": "Loop infinito detectado", "610537973": "Qualquer informação que você fornecer é confidencial e será usada apenas para fins de verificação.", "611020126": "Ver endereço no Blockchain", @@ -498,6 +505,7 @@ "720293140": "Sair", "720519019": "Redefinir minha senha", "721011817": "- Aumente o primeiro número para a potência do segundo número", + "723045653": "You'll log in to your Deriv account with this email address.", "723961296": "Gerenciar senha", "724203548": "Você pode enviar sua reclamação para a plataforma <0>Resolução de Disputas Online (ODR) da Comissão Européia. Isto não é aplicável aos clientes do Reino Unido.", "728042840": "Para continuar negociando conosco, confirme onde você mora.", @@ -584,7 +592,7 @@ "841543189": "Ver transação no Blockchain", "845213721": "Sair", "845304111": "Período EMA Lento {{ input_number }}", - "848172194": "Negocie pares de moedas principais (padrão e microlotes) e secundários, commodities, ações, índices de ações e criptomoedas com alta alavancagem.", + "847888634": "Please withdraw all your funds.", "849805216": "Escolha um agente", "851054273": "Se você selecionar \"Superior\", ganhará o pagamento se o ponto de saída for estritamente maior que a barreira.", "851264055": "Cria uma lista com um determinado item repetido por um número específico de vezes.", @@ -618,7 +626,6 @@ "887328652": "Como precaução, desativamos as negociações, os depósitos e as retiradas desta conta. Se você tiver alguma dúvida, visite nossa <0>Central de Ajuda.", "888274063": "Cidade", "890299833": "Ir para Relatórios", - "891097078": "Índice USD", "891337947": "Selecione o país", "892341141": "Suas estatísticas de negociação desde: {{date_time}}", "893117915": "Variável", @@ -626,7 +633,6 @@ "893975500": "Você não possui bots recentes", "894191608": "<0>c. Devemos reconhecer o acordo dentro de 28 dias a partir de quando a decisão for tomada.", "895890867": "Sua conta será aberta com Deriv (SVG) LLC, e estará sujeita às leis de São Vicente e Granadinas.", - "897687778": "Sua senha Deriv é para fazer o login em sua conta Deriv.", "898457777": "Você adicionou uma conta Financeira Deriv.", "900111088": "Você pode <0>definir uma nova moeda antes de depositar pela primeira vez ou criar uma conta DMT5 ou Deriv X real.", "902045490": "3 minutos", @@ -816,6 +822,7 @@ "1161924555": "Por favor selecione uma opção", "1163836811": "Imobiliário", "1164773983": "Take Profit e/ou Stop Loss não estão disponíveis enquanto o cancelamento da negociação estiver ativo.", + "1164896842": "Trade CFDs on our Synthetic indices that simulate real-world market movement.", "1166128807": "Escolha uma das contas ou adicione uma nova conta em criptomoeda", "1166377304": "Aumentar", "1168029733": "Ganhe o Retorno se o preço de saída também for igual ao preço de entrada.", @@ -846,7 +853,6 @@ "1201533528": "Contratos ganhos", "1201773643": "numérico", "1203297580": "Este bloco envia uma mensagem para um canal do Telegram.", - "1204202371": "Nenhuma posição em aberto", "1204223111": "Neste exemplo, os preços em aberto de uma lista de velas são atribuídos a uma variável chamada \"candle_list\".", "1204919083": "Esta política de reclamações, que pode mudar de tempos em tempos, se aplica à(s) sua(s) conta(s) registrada(s) na Deriv (SVG) LLC.", "1206821331": "Forças armadas", @@ -879,7 +885,6 @@ "1239940690": "Reinicia o bot quando um erro é encontrado.", "1240027773": "Por favor, conecte-se", "1243064300": "Local", - "1245469923": "Pares de Forex Principais (lotes padrão/micro), Pares de Forex Menores, Commodities, Criptomoedas", "1246207976": "Insira o código de autenticação gerado pelo seu aplicativo 2FA:", "1246880072": "Selecione o país emissor", "1247280835": "Nosso caixa de criptomoeda está temporariamente fora do ar devido à manutenção do sistema. Você poderá fazer depósitos e saques em criptomoedas em poucos minutos quando a manutenção for concluída.", @@ -965,6 +970,7 @@ "1349289354": "Ótimo, é tudo o que precisamos", "1349295677": "no texto {{ input_text }} obter substring de {{ position1 }} {{ index1 }} para {{ position2 }} {{ index2 }}", "1351152200": "Bem-vindo ao seu painel Deriv MT5 (DMT5)", + "1351906264": "This feature is not available for payment agents.", "1353197182": "Por favor selecione", "1355250245": "{{ calculation }} da lista {{ input_list }}", "1356574493": "Retorna uma parte específica de uma determinada sequência de texto.", @@ -1081,6 +1087,7 @@ "1490583127": "O DBot ainda não está pronto para contas reais", "1491392301": "<0>Vendido por: {{sold_for}}", "1492686447": "Sua conta MT5 Financial STP será aberta através de Deriv (FX) Ltd. Todas as negociações nesta conta estão sujeitas aos regulamentos e diretrizes da Labuan Financial Service Authority (LFSA). Nenhuma de suas outras contas, incluindo sua conta Deriv, está sujeita aos regulamentos e diretrizes da Labuan Financial Service Authority (LFSA).", + "1493673429": "Change email", "1496810530": "GBP/AUD", "1499074768": "Adicionar uma conta real Deriv Multiplicadores", "1499080621": "Tentou realizar uma operação inválida.", @@ -1095,6 +1102,7 @@ "1510735345": "Este bloco fornece uma lista dos valores dos últimos dígitos dos últimos 1000 ticks.", "1512469749": "No exemplo acima, supõe-se que a variável candle_open_price seja processada em algum lugar dentro de outros blocos.", "1515034599": "Esta política de reclamações, que pode mudar de tempos em tempos, se aplica à sua conta registrada na Deriv (MX) Ltd, com endereço registrado em First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, licenciada e regulamentada respectivamente (1) pela Gambling Supervision Commission na Ilha de Man (<0>licença atual emitida em 31 de agosto de 2017) e (2) pela Gambling Commission no Reino Unido (<1>licença nº 39172).", + "1516537408": "You can no longer trade on Deriv or deposit funds into your account.", "1516676261": "Depósito", "1517503814": "Solte o arquivo ou clique aqui para fazer o upload", "1519336051": "Tente um número de telefone diferente", @@ -1104,14 +1112,15 @@ "1527906715": "Este bloco adiciona o número fornecido à variável selecionada.", "1531017969": "Cria uma única sequência de texto combinando o valor do texto de cada item anexado, sem espaços no meio. O número de itens pode ser adicionado de acordo.", "1533177906": "Desce", + "1534569275": "As part of the changes in our markets, we will be closing our UK clients’ accounts.", "1534796105": "Pega o valor da variável", "1537711064": "Você precisa realizar uma rápida verificação de identidade antes de poder acessar o Caixa. Por favor, vá às configurações de sua conta para apresentar seu documento de identidade.", - "1539108340": "Índice EUR", "1540585098": "Recusar", "1541969455": "Ambos", "1544642951": "Se você selecionar \"Sempre Acima\", ganhará o pagamento se os ticks consecutivos aumentarem sucessivamente após o ponto de entrada. Não haverá nenhum pagamento se qualquer tick cair ou for igual a qualquer ticks anterior.", "1548765374": "Falha na verificação do número do documento", "1549098835": "Total retirado", + "1551172020": "AUD Basket", "1552080191": "Excluído da Deriv.com até", "1552918367": "Envie apenas {{currency}} ({{currency_symbol}}) para este endereço.", "1557682012": "Configurações da Conta", @@ -1158,6 +1167,7 @@ "1623706874": "Use este bloco quando quiser usar multiplicadores como seu tipo de contrato.", "1630372516": "Experimente nosso Fiat onramp", "1630417358": "Vá para as configurações de sua conta e preencha seus dados pessoais para permitir saques.", + "1631281562": "GBP Basket", "1634594289": "Selecione o idioma", "1634903642": "Somente seu rosto pode estar na selfie", "1634969163": "Mudar moeda", @@ -1203,12 +1213,12 @@ "1684419981": "O que é isso?", "1686800117": "{{error_msg}}", "1689103988": "Segundos desde o Epoch", - "1689738742": "Índice de Ouro", "1690703448": "Você pode transferir entre suas contas Deriv fiduciária, criptomoeda, DMT5 e Deriv X.", "1691335819": "Para continuar negociando conosco, confirme quem você é.", "1691765860": "- Negação", "1693614409": "Hora de início", "1694331708": "Você pode alternar entre CFDs, opções digitais e multiplicadores a qualquer momento.", + "1694517345": "Enter a new email address", "1695807119": "Não foi possível carregar os blocos do Google Drive", "1700233813": "A transferência de {{selected_value}} não é permitida, escolha outra conta no menu suspenso", "1708413635": "Para sua {{currency_name}} conta ({{currency}})", @@ -1426,6 +1436,7 @@ "1968368585": "Situação profissional", "1971898712": "Adicionar ou gerenciar conta", "1973536221": "Você ainda não tem posições em aberto.", + "1974304588": "Parece que o nome em seu documento não corresponde ao nome em seu perfil Deriv. Por favor, atualize agora seu nome na página Dados Pessoais.", "1982912252": "Índice de Força Relativa (RSI) a partir de uma lista com um período", "1983001416": "Defina suas opções de negociação, como multiplicador e valor de entrada. Este bloco só pode ser usado com o tipo de contrato com multiplicadores. Se você selecionar outro tipo de negociações, este bloco será substituído pelo bloco de opções de contratos.", "1983387308": "Pré-visualização", @@ -1442,6 +1453,7 @@ "1990735316": "Sobe-Equivalentes", "1991448657": "Não sabe o seu número de identificação fiscal? Clique <0>aqui para saber mais.", "1991524207": "Índice Jump 100", + "1994023526": "The email address you entered had a mistake or typo (happens to the best of us).", "1994558521": "As plataformas não são amigáveis.", "1994600896": "Este bloco requer uma lista de velas como parâmetro de entrada.", "1995023783": "Endereço residencial*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Lista de ticks", "2051558666": "Ver histórico de transações", + "2053617863": "Please proceed to withdraw all your funds from your account.", "2054500647": "Esta política de reclamações, que pode mudar de tempos em tempos, se aplica às suas contas registradas com Deriv (SVG) LLC e Deriv (V) Ltd.", "2054889300": "Criar \"%1\"", "2055317803": "Copie o link para o seu navegador no celular", @@ -1715,6 +1728,7 @@ "-1462975230": "Exemplo de documento", "-1472844935": "A foto deve mostrar claramente o seu documento", "-883103549": "Conta desativada", + "-773766766": "Email and passwords", "-1466827732": "Auto-exclusão", "-1498206510": "Limites da Conta", "-241588481": "Histórico de logins", @@ -1895,6 +1909,8 @@ "-547557964": "Não podemos enviar o e-mail para este endereço (geralmente por causa de firewalls ou filtragem).", "-1964320730": "Clique no link do e-mail para alterar sua senha da <0>Deriv X.", "-976364600": "Clique no link do e-mail para alterar sua senha DMT5.", + "-742748008": "Check your email and click the link in the email to proceed.", + "-84068414": "Still didn't get the email? Please contact us via <0>live chat.", "-2073934245": "Os serviços de negociação financeira oferecidos neste site são adequados apenas para clientes que aceitem a possibilidade de perder todo o dinheiro que investem e que compreendam e tenham experiência do risco envolvido na aquisição de contratos financeiros. As transações em contratos financeiros apresentam um alto grau de risco. Se os contratos que você adquiriu expirarem sem valor, você perderá todo o seu investimento, o que inclui o prêmio do contrato.", "-679569665": "Sua conta será aberta em Deriv (MX) Ltd, regulamentada pela UK Gaming Commission (UKGC), e sujeita às leis da Ilha de Man.", "-1970096931": "A sua conta será aberta na Deriv (Europe) Limited, regulamentada pela Malta Gaming Authority, e estará sujeita às leis de Malta.", @@ -1966,6 +1982,7 @@ "-1725454783": "Falhou", "-506510414": "Data e hora", "-1708927037": "Endereço IP", + "-1042416056": "Use the <0>Deriv password to log in to Deriv.com, Deriv Go, Dtrader, SmartTrader, and DBot.", "-365847515": "Aplicativos que você pode usar com seu login da Deriv:", "-26491905": "Você está usando sua conta {{identifier_title}} para fazer login em sua conta Deriv. Para alterar seu método de login e usar um nome de usuário e senha, clique no botão <0>Desconectar.", "-596920538": "Desvincular", @@ -2064,6 +2081,7 @@ "-203002433": "Deposite agora", "-720315013": "Você não tem fundos na sua conta {{currency}}", "-2052373215": "Faça um depósito para usar esse recurso.", + "-1201279468": "Para retirar seus fundos, utilize a mesma forma de pagamento que você usou para fazer seus depósitos.", "-553249337": "As transferências estão bloqueadas", "-705272444": "Envie um novo comprovante de identidade para verificar sua identidade", "-1196994774": "Cobraremos uma taxa de transferência de 2% ou {{minimum_fee}} {{currency}}, o que for maior, para transferências entre suas contas em criptomoeda Deriv.", @@ -2098,7 +2116,7 @@ "-1388977563": "Copiado!", "-1962894999": "Este endereço só pode ser usado UMA VEZ. Copie um novo para sua próxima transação.", "-451858550": "Ao clicar em 'Continuar', você será redirecionado para {{ service }}, um provedor de serviços de pagamento terceirizado. Observe que {{ website_name }} não é responsável pelo conteúdo ou serviços fornecidos por {{ service }}. Se você encontrar qualquer problema relacionado aos serviços de {{ service }}, deve entrar em contato com {{ service }} diretamente.", - "-344959847": "Um agente de pagamento está autorizado a processar depósitos e saques para você se suas formas de pagamento locais ou moedas locais não forem suportadas em {{website_name}}.", + "-1137412124": "Não consegue encontrar um método de pagamento adequado para seu país? Tente um agente de pagamento.", "-1232852916": "Estamos mudando para sua conta {{currency}} para ver a transação.", "-38063175": "Carteira {{account_text}}", "-1474202916": "Faça um novo saque", @@ -2408,7 +2426,7 @@ "-9704319": "Índice Crash 1000", "-465860988": "Índice Bull Market", "-390528194": "Índice de Step", - "-1800672151": "Índice GBP", + "-280323742": "EUR Basket", "-563812039": "Índice Volatilidade 10 (1s)", "-764111252": "Índice Volatilidade 100 (1s)", "-1374309449": "Índice Volatilidade 200 (1s)", @@ -2479,6 +2497,7 @@ "-1175685940": "Entre em contato conosco através do chat para permitir retiradas.", "-1125797291": "Senha atualizada.", "-157145612": "Faça login com sua senha atualizada.", + "-1217269360": "Qual é seu nome verdadeiro, {{client_name}}?", "-87177461": "Vá para as configurações de sua conta e preencha seus dados pessoais para permitir depósitos.", "-904632610": "Reinicie o seu saldo", "-470018967": "Reinicie o seu saldo", @@ -2530,6 +2549,7 @@ "-1950045402": "Retire todos os seus fundos", "-168971942": "O que isso significa para você", "-905560792": "Sim, eu compreendo", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Explorar", "-1197864059": "Crie uma conta demo gratuita", "-1485242688": "Passo {{step}}: {{step_title}} ({{step}} de {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "Hora atual:", "-1534648620": "Sua senha foi modificada", "-596199727": "Agora, você será redirecionado para a página de login.", + "-310434518": "The email input should not be empty.", "-437918412": "Nenhuma moeda atribuída à sua conta", "-707550055": "Precisamos disso para garantir que nosso serviço esteja em conformidade com as leis e regulamentos do seu país.", "-280139767": "Definir residência", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d. Se a decisão for a nosso favor, você deve nos fornecer uma liberação dentro de 7 dias a partir de quando a decisão for tomada, e a reclamação será considerada encerrada.", "-429248139": "5. Isenção de responsabilidade", "-818926350": "A Comissão Financeira aceita recursos por 45 dias após a data do incidente e somente após o negociador ter tentado resolver o problema diretamente com a empresa.", + "-175369516": "Bem-vindo à Deriv X", + "-1667427537": "Execute Deriv X em seu navegador ou baixe o aplicativo móvel", + "-305915794": "Execute o MT5 do seu navegador ou baixe o aplicativo MT5 para seus dispositivos", + "-404375367": "Trade forex, basket indices, commodities, and cryptocurrencies with high leverage.", + "-811331160": "Negocie CFD's em forex, ações, índices de ações, índices sintéticos e commodities com alavancagem.", + "-464262734": "Gerenciar sua senha da conta real {{platform}} {{account_title}}", + "-2042845290": "Sua senha de investidor foi alterada.", + "-1882295407": "Sua senha foi modificada.", + "-254497873": "Use esta senha para conceder acesso de visualização a outro usuário. Embora eles possam visualizar sua conta de negociação, eles não poderão negociar ou realizar qualquer outra ação.", + "-161656683": "Senha atual do investidor", + "-374736923": "Nova senha do investidor", + "-1793894323": "Criar ou redefinir a senha do investidor", + "-781132577": "Alavancagem", + "-1264604378": "Até 1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "Até 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Demo Sintéticos", + "-1434036215": "Demo Financeira", + "-1882063886": "CFDs Demo", + "-1228860600": "Adicionar região", + "-785625598": "Use essas credenciais para fazer login em sua conta da {{platform}} no site e nos aplicativos móveis.", + "-997127433": "Alterar Senha", + "-162753510": "Adicionar uma conta real", + "-251202291": "Corretor", + "-860609405": "Senha", + "-742647506": "Transf. de fundos", + "-1874242353": "Recarga de fundos", + "-2040196445": "Sua conta STP financeira MT5 está quase pronta, por favor defina sua senha agora.", + "-712681566": "Câmbio peer-to-peer", + "-1267880283": "{{field_name}} é obrigatório", + "-2084509650": "{{field_name}} não está no formato apropriado.", + "-1779241732": "A primeira linha de endereço não está no formato apropriado.", + "-188222339": "Isso não deve exceder {{max_number}} caracteres.", + "-1673422138": "Estado não está no formato adequado.", + "-1262200612": "A confirmação da identidade falhou. Você será redirecionado para a etapa anterior.", + "-1385484963": "Confirme para alterar sua senha {{platform}}", + "-1990902270": "Isso mudará a senha de todas as suas contas {{platform}}.", + "-1357917360": "Terminal web", + "-1454896285": "O aplicativo de desktop MT5 não é suportado pelo Windows XP, Windows 2003 e Windows Vista.", + "-673424733": "Conta demo", + "-1066565281": "A manutenção do servidor começa a partir das 06:00 GMT todos os domingos e pode levar até 2 horas para ser concluído. O serviço pode ser interrompido durante esse período.", + "-1481390656": "Manutenção do servidor a partir de 01:00 GMT todos os Domingos. Esse processo pode levar até 2 horas para ser concluído. O serviço pode ser interrompido durante este período.", + "-1199152768": "Explore nossas outras plataformas.", + "-498346912": "Explore DBot", + "-184453418": "Digite sua senha da {{platform}}", + "-731759165": "Escolha uma região para sua conta DMT5 real {{ account_type }}", + "-1769158315": "real", + "-700260448": "demo", + "-1175356567": "Parabéns, você criou com sucesso sua conta {{category}} <0>{{platform}} <1>{{type}} . Para começar a negociar, transfira fundos de sua conta Deriv para esta conta.", + "-1570793523": "Parabéns, você criou com sucesso sua conta {{category}} <0>{{platform}} <1>{{type}} .", + "-790488576": "Esqueceu a senha?", + "-1190393389": "Digite sua senha da {{platform}} para adicionar uma conta da {{platform}}{{account}}.", + "-1987408434": "Sua conta MT5 Financial STP será aberta através da Deriv (BVI) Ltd. Todas as negociações nesta conta estão sujeitas aos regulamentos e diretrizes da Comissão de Serviços Financeiros das Ilhas Virgens Britânicas (BVIFSC). Nenhuma de suas outras contas, incluindo sua conta Deriv, está sujeita aos regulamentos e diretrizes da Comissão de Serviços Financeiros das Ilhas Virgens Britânicas (BVIFSC).", + "-2057918502": "Dica: você pode ter inserido sua senha Deriv, que é diferente de sua senha da {{platform}}.", + "-1752211105": "Transferir agora", + "-1928229820": "Redefinir a senha do investidor da Deriv X", + "-1917043724": "Redefinir a senha do investidor da DMT5", + "-1087845020": "principal", + "-1950683866": "investidor", + "-89838213": "Você pode recarregar sua conta demo com um adicional de <0> se seu saldo for <1> ou menos.", + "-1211122723": "conta {{ platform }} {{ account_title }}", + "-78895143": "Saldo atual", + "-149993085": "Novo saldo atual", + "-490244964": "Forex, ações, índices de ações, criptomoedas", + "-1368041210": ", índices sintéticos", + "-877064208": "EUR", + "-1302404116": "Alavancagem máxima", + "-1284221303": "Você receberá um aviso, conhecido como chamada de margem, se o saldo da sua conta cair perto do nível de stop out.", + "-1848799829": "Para entender o \"stop out\", primeiro você precisa aprender sobre o nível de margem, que é a relação entre seu patrimônio (o saldo total que você teria se fechasse todas as suas posições naquele ponto) e a margem que está usando no momento. Se seu nível de margem cair abaixo de nosso nível de \"stop out\", suas posições podem ser fechadas automaticamente para protegê-lo de perdas futuras.", + "-224051432": "24/7", + "-511301450": "Indica a disponibilidade de negociação de criptomoeda em uma conta específica.", + "-1591882610": "Sintéticos", + "-70716111": "FX-majors (standard/micro lots), FX-minors, basket indices, commodities, cryptocurrencies, and stocks and stock indices", + "-1041629137": "FX-majors, FX-minors, FX-exotics, and cryptocurrencies", + "-287097947": "Pares de Forex Principais (lotes padrão/micro), Pares de Forex Secundários, Commodities, Criptomoedas (exceto Reino Unido)", + "-2102641225": "Na rolagem do banco, a liquidez nos mercados cambiais é reduzida e pode aumentar o spread e o tempo de processamento dos pedidos dos clientes. Isso acontece por volta das 21:00 GMT durante o horário de verão e às 22:00 GMT fora do horário de verão.", + "-495364248": "A chamada de margem e o nível de interrupção mudam de tempos em tempos com base nas condições do mercado.", + "-536189739": "Para proteger seu portfólio de movimentos adversos do mercado devido ao hiato de abertura de mercado, reservamos o direito de diminuir a alavancagem em todos os símbolos oferecidos para contas financeiras antes do fechamento do mercado e aumentá-lo novamente após a abertura do mercado. Verifique se você tem fundos suficientes disponíveis na sua conta {{platform}} para apoiar suas posições o tempo todo.", + "-10956371": "Você precisa de uma conta real (moeda fiduciária ou criptomoeda) no Deriv para criar uma conta DMT5 real.", + "-1760596315": "Crie uma conta Deriv", + "-1324223697": "Use esta senha para fazer login em suas contas DMT5 no computador, plataforma web e aplicativos móvel.", + "-648956272": "Use esta senha para fazer login em suas contas Deriv X no plataforma web, e aplicativos móvel.", + "-337314155": "Alterar senha da {{platform}}", + "-1814308691": "Clique no link do e-mail para alterar sua senha {{platform}}.", "-1282933308": "Não {{barrier}}", "-968190634": "Igual a {{barrier}}", "-1747377543": "Abaixo de {{barrier}}", "-337314714": "dias", "-442488432": "dia", - "-175369516": "Bem-vindo à Deriv X", - "-1667427537": "Execute Deriv X em seu navegador ou baixe o aplicativo móvel", - "-305915794": "Execute o MT5 do seu navegador ou baixe o aplicativo MT5 para seus dispositivos", - "-1330036364": "Negocie forex, commodities e criptomoedas em alavancagem alta.", - "-811331160": "Negocie CFD's em forex, ações, índices de ações, índices sintéticos e commodities com alavancagem.", "-513103225": "Data da transação", "-2066666313": "Crédito/Débito", "-2140412463": "Preço de compra", @@ -2736,13 +2840,6 @@ "-584696680": "Se você selecionar \"Take Profit\" e especificar um valor que gostaria de ganhar, sua posição será fechada automaticamente quando seu lucro for maior ou igual a esse valor. Seu lucro pode ser superior ao valor digitado, dependendo do preço de mercado no fechamento.", "-178096090": "\"Take Profit\" não pode ser atualizado. Você pode atualizá-lo apenas quando o tempo de \"Cancelamento da transação\" expirar.", "-206909651": "O ponto de entrada é o preço de mercado quando seu contrato é processado por nossos servidores.", - "-464262734": "Gerenciar sua senha da conta real {{platform}} {{account_title}}", - "-2042845290": "Sua senha de investidor foi alterada.", - "-1882295407": "Sua senha foi modificada.", - "-254497873": "Use esta senha para conceder acesso de visualização a outro usuário. Embora eles possam visualizar sua conta de negociação, eles não poderão negociar ou realizar qualquer outra ação.", - "-161656683": "Senha atual do investidor", - "-374736923": "Nova senha do investidor", - "-1793894323": "Criar ou redefinir a senha do investidor", "-149836494": "O número de referência da sua transação é {{transaction_id}}", "-1382749084": "Voltar as negociações", "-538215347": "Depósitos líquido", @@ -2779,81 +2876,6 @@ "-1043117679": "Quando sua perda atual for igual ou superior a {{stop_out_percentage}}% de sua aposta, seu contrato será fechado ao preço de ativo disponível mais próximo.", "-477998532": "Seu contrato é fechado automaticamente quando sua perda é maior ou igual a esse valor.", "-243332856": "Estatísticas do último dígito para 1000 ticks mais recentes de {{ underlying_name }}", - "-781132577": "Alavancagem", - "-1264604378": "Até 1:1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "Até 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Demo Sintéticos", - "-1434036215": "Demo Financeira", - "-1882063886": "CFDs Demo", - "-1228860600": "Adicionar região", - "-785625598": "Use essas credenciais para fazer login em sua conta da {{platform}} no site e nos aplicativos móveis.", - "-997127433": "Alterar Senha", - "-162753510": "Adicionar uma conta real", - "-251202291": "Corretor", - "-860609405": "Senha", - "-742647506": "Transf. de fundos", - "-1874242353": "Recarga de fundos", - "-1352641295": "Negocie CFDs em nossos Índices Sintéticos que simulam o movimento do mercado no mundo real.", - "-2040196445": "Sua conta STP financeira MT5 está quase pronta, por favor defina sua senha agora.", - "-712681566": "Câmbio peer-to-peer", - "-1267880283": "{{field_name}} é obrigatório", - "-2084509650": "{{field_name}} não está no formato apropriado.", - "-1779241732": "A primeira linha de endereço não está no formato apropriado.", - "-188222339": "Isso não deve exceder {{max_number}} caracteres.", - "-1673422138": "Estado não está no formato adequado.", - "-1262200612": "A confirmação da identidade falhou. Você será redirecionado para a etapa anterior.", - "-1385484963": "Confirme para alterar sua senha {{platform}}", - "-1990902270": "Isso mudará a senha de todas as suas contas {{platform}}.", - "-1357917360": "Terminal web", - "-1454896285": "O aplicativo de desktop MT5 não é suportado pelo Windows XP, Windows 2003 e Windows Vista.", - "-673424733": "Conta demo", - "-1066565281": "A manutenção do servidor começa a partir das 06:00 GMT todos os domingos e pode levar até 2 horas para ser concluído. O serviço pode ser interrompido durante esse período.", - "-1481390656": "Manutenção do servidor a partir de 01:00 GMT todos os Domingos. Esse processo pode levar até 2 horas para ser concluído. O serviço pode ser interrompido durante este período.", - "-1199152768": "Explore nossas outras plataformas.", - "-498346912": "Explore DBot", - "-184453418": "Digite sua senha da {{platform}}", - "-731759165": "Escolha uma região para sua conta DMT5 real {{ account_type }}", - "-1769158315": "real", - "-700260448": "demo", - "-1175356567": "Parabéns, você criou com sucesso sua conta {{category}} <0>{{platform}} <1>{{type}} . Para começar a negociar, transfira fundos de sua conta Deriv para esta conta.", - "-1570793523": "Parabéns, você criou com sucesso sua conta {{category}} <0>{{platform}} <1>{{type}} .", - "-790488576": "Esqueceu a senha?", - "-1190393389": "Digite sua senha da {{platform}} para adicionar uma conta da {{platform}}{{account}}.", - "-1987408434": "Sua conta MT5 Financial STP será aberta através da Deriv (BVI) Ltd. Todas as negociações nesta conta estão sujeitas aos regulamentos e diretrizes da Comissão de Serviços Financeiros das Ilhas Virgens Britânicas (BVIFSC). Nenhuma de suas outras contas, incluindo sua conta Deriv, está sujeita aos regulamentos e diretrizes da Comissão de Serviços Financeiros das Ilhas Virgens Britânicas (BVIFSC).", - "-2057918502": "Dica: você pode ter inserido sua senha Deriv, que é diferente de sua senha da {{platform}}.", - "-1752211105": "Transferir agora", - "-1928229820": "Redefinir a senha do investidor da Deriv X", - "-1917043724": "Redefinir a senha do investidor da DMT5", - "-1087845020": "principal", - "-1950683866": "investidor", - "-89838213": "Você pode recarregar sua conta demo com um adicional de <0> se seu saldo for <1> ou menos.", - "-1211122723": "conta {{ platform }} {{ account_title }}", - "-78895143": "Saldo atual", - "-149993085": "Novo saldo atual", - "-490244964": "Forex, ações, índices de ações, criptomoedas", - "-1368041210": ", índices sintéticos", - "-877064208": "EUR", - "-1302404116": "Alavancagem máxima", - "-1284221303": "Você receberá um aviso, conhecido como chamada de margem, se o saldo da sua conta cair perto do nível de stop out.", - "-1848799829": "Para entender o \"stop out\", primeiro você precisa aprender sobre o nível de margem, que é a relação entre seu patrimônio (o saldo total que você teria se fechasse todas as suas posições naquele ponto) e a margem que está usando no momento. Se seu nível de margem cair abaixo de nosso nível de \"stop out\", suas posições podem ser fechadas automaticamente para protegê-lo de perdas futuras.", - "-224051432": "24/7", - "-511301450": "Indica a disponibilidade de negociação de criptomoeda em uma conta específica.", - "-1591882610": "Sintéticos", - "-287097947": "Pares de Forex Principais (lotes padrão/micro), Pares de Forex Secundários, Commodities, Criptomoedas (exceto Reino Unido)", - "-2102641225": "Na rolagem do banco, a liquidez nos mercados cambiais é reduzida e pode aumentar o spread e o tempo de processamento dos pedidos dos clientes. Isso acontece por volta das 21:00 GMT durante o horário de verão e às 22:00 GMT fora do horário de verão.", - "-495364248": "A chamada de margem e o nível de interrupção mudam de tempos em tempos com base nas condições do mercado.", - "-536189739": "Para proteger seu portfólio de movimentos adversos do mercado devido ao hiato de abertura de mercado, reservamos o direito de diminuir a alavancagem em todos os símbolos oferecidos para contas financeiras antes do fechamento do mercado e aumentá-lo novamente após a abertura do mercado. Verifique se você tem fundos suficientes disponíveis na sua conta {{platform}} para apoiar suas posições o tempo todo.", - "-10956371": "Você precisa de uma conta real (moeda fiduciária ou criptomoeda) no Deriv para criar uma conta DMT5 real.", - "-1760596315": "Crie uma conta Deriv", - "-1324223697": "Use esta senha para fazer login em suas contas DMT5 no computador, plataforma web e aplicativos móvel.", - "-648956272": "Use esta senha para fazer login em suas contas Deriv X no plataforma web, e aplicativos móvel.", - "-337314155": "Alterar senha da {{platform}}", - "-1814308691": "Clique no link do e-mail para alterar sua senha {{platform}}.", "-461955353": "preço de aquisição", "-172348735": "lucro", "-1624674721": "tipo de contrato", diff --git a/packages/translations/src/translations/ru.json b/packages/translations/src/translations/ru.json index eaae71262a2f..71d4e865c58a 100644 --- a/packages/translations/src/translations/ru.json +++ b/packages/translations/src/translations/ru.json @@ -9,18 +9,21 @@ "15377251": "Размер прибыли: {{profit}}", "17843034": "Проверить статус верификации документа, удостоверяющего личность", "19424289": "Имя пользователя", + "19552684": "Индекс USD", "21035405": "Расскажите, почему вы уходите. (Выберите до {{ allowed_reasons }} причин).", + "24900606": "Индекс Gold", "25854018": "Этот блок отображает сообщения в консоли разработчика с вводом, который может быть строкой текста, числом, логическим значением или массивом данных.", "26566655": "Детали", "26596220": "Финансы", "27582767": "{{amount}} {{currency}}", - "39720204": "AUD Index", + "33433576": "Please use an e-wallet to withdraw your funds.", "41737927": "Спасибо", "44877997": "Вид на жительство", "45453595": "Binary Coin", "45941470": "С чего бы вы хотели начать?", "46523711": "Ваше подтверждение личности принято", "49963458": "Выбрать", + "50200731": "Основные валютные пары (стандартные/микро лоты), минорные валютные пары, валютные индексы, сырьевые товары и криптовалюты", "54185751": "Менее $100 000", "55340304": "Оставить текущий контракт?", "55916349": "Все", @@ -58,6 +61,7 @@ "100239694": "Загрузите лицевую сторону карты со своего компьютера", "102226908": "Поле не может быть пустым", "108916570": "Длительность: {{duration}} дн.", + "109073671": "Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.", "111215238": "Отойдите от прямого света", "111718006": "Дата окончания", "111931529": "Макс. общая ставка за 7 дней", @@ -297,7 +301,6 @@ "452662014": "Мы взимаем комиссию в размере 1% за переводы в разных валютах между вашим фиатным счетом Deriv и счетом DMT5, и вашим фиатным счетом Deriv и счетом Deriv X.", "453409608": "Ваша прибыль - это процентное изменение рыночной цены, умноженное на вашу ставку и выбранный мультипликатор.", "454593402": "2. Загрузите одно из следующего:", - "454664700": "Основные пары FX, минорные пары FX, экзотические пары FX, криптовалюты", "456746157": "Предоставьте доступ к вашей камере в настройках браузера.", "457020083": "Если мы не сможем его прочитать, верификация займет больше времени", "457494524": "1. В библиотеке блоков введите имя новой переменной и нажмите 'Создать'.", @@ -345,8 +348,10 @@ "522283618": "Опыт торговли цифровыми опционами", "522703281": "делится на", "523123321": "- 10 к степени заданного числа", + "525012324": "Торгуйте с высоким кредитным плечом на основных (стандартные и микро лоты) и минорных валютных парах, акциях, фондовых и валютных индексах, сырьевых товарах и криптовалютах.", "527329988": "Это один из 100 наиболее распространенных паролей.", "529056539": "Опционы", + "529597350": "Если у вас были открытые позиции, мы закрыли их и запустили возврат средств.", "530953413": "Авторизованные приложения", "531114081": "3. Тип контракта", "531675669": "Евро", @@ -354,6 +359,7 @@ "538228086": "Закрытие-Мин.", "541650045": "Управление паролем {{platform}}", "542305026": "Вам также необходимо предоставить подтверждение личности.", + "543413346": "У вас нет открытых позиций по этому активу. Чтобы просмотреть другие открытые вакансии, нажмите Перейти к отчетам.", "543915570": "Forex, акции, криптовалюты, фондовые и синтетические индексы", "545476424": "Общая сумма вывода", "546534357": "Если вы выберете функцию «Отмена сделки», вы сможете отменить свою позицию в течение указанного времени, если обнаружите, что рынок движется не в вашу пользу. За это мы возьмем небольшую плату, но вернем сумму вашей ставки без прибыли или убытка. Если сумма стоп аут будет достигнута до истечения срока отмены сделки, ваша позиция будет отменена автоматически, и мы вернем сумму вашей ставки без прибыли или убытка. Пока активна «Отмена сделки»:", @@ -406,6 +412,7 @@ "606240547": "- Натуральный логарифм", "606877840": "Вернуться к сегодня", "607807243": "Получить свечу", + "609519227": "Это адрес электронной почты, связанный с вашим счетом Deriv.", "609650241": "Обнаружен бесконечный цикл", "610537973": "Любая предоставленная вами информация является конфиденциальной и будет использоваться только в целях верификации.", "611020126": "Смотреть адрес в блокчейне", @@ -498,6 +505,7 @@ "720293140": "Выход", "720519019": "Сбросить пароль", "721011817": "- Поднять первое число до степени второго числа", + "723045653": "Используйте этот адрес электронной почты для входа на Deriv.", "723961296": "Управление паролем", "724203548": "Вы можете отправить жалобу на платформу <0>онлайн-урегулирования споров (ODR) Европейской Комиссии. Это не относится к клиентам из Великобритании.", "728042840": "Чтобы продолжить торговать у нас, пожалуйста, подтвердите свое место жительства.", @@ -584,7 +592,7 @@ "841543189": "Просмотр транзакции в блокчейне", "845213721": "Выход", "845304111": "Период медленной EMA {{ input_number }}", - "848172194": "Торгуйте с высоким кредитным плечом на основных (стандартные и микро лоты) и минорных валютных парах, акциях, фондовых индексах, сырьевых товарах и криптовалютах.", + "847888634": "Выведите все средства.", "849805216": "Выберите агента", "851054273": "Если вы выбираете \"Выше\", вы выигрываете, если выходная котировка строго выше, чем выбранный барьер.", "851264055": "Создает список с заданным элементом, повторяемым определенное количество раз.", @@ -618,7 +626,6 @@ "887328652": "В качестве меры предосторожности мы отключили трейдинг, пополнение и вывод средств на этом счете. Если у вас есть вопросы, посетите наш <0>Центр поддержки.", "888274063": "Город", "890299833": "Перейти к отчетам", - "891097078": "USD Index", "891337947": "Выберите страну", "892341141": "Ваша торговая статистика с: {{date_time}}", "893117915": "Переменная", @@ -626,7 +633,6 @@ "893975500": "У вас нет недавних ботов", "894191608": "<0>c.Мы должны исполнить постановление DRC в течение 28 дней с момента принятия решения.", "895890867": "Ваш счет будет открыт в компании Deriv (SVG) LLC и будет регулироваться законами Сент-Винсента и Гренадин.", - "897687778": "Пароль Deriv предназначен для входа на ваш счет Deriv.", "898457777": "Вы добавили Финансовый счет Deriv.", "900111088": "Вы можете <0>изменить валюту счета перед первым пополнением счета или открытием реального счета DMT5/Deriv X.", "902045490": "3 минуты", @@ -816,6 +822,7 @@ "1161924555": "Пожалуйста, выберите вариант", "1163836811": "Недвижимость", "1164773983": "Тейк профит и/или стоп лосс недоступны, пока активна отмена сделки.", + "1164896842": "Торгуйте контрактами на разницу (CFD) на наших синтетических индексах, которые имитируют движение реального рынка.", "1166128807": "Выберите один из ваших счетов или откройте новый криптовалютный счет", "1166377304": "Значение шага (+)", "1168029733": "Получить выплату, если спот-котировка на выходе равна спот-котировке на входе.", @@ -846,7 +853,6 @@ "1201533528": "Успешные контракты", "1201773643": "числовой", "1203297580": "Этот блок отправляет сообщение в Telegram-канал.", - "1204202371": "Нет открытых позиций", "1204223111": "В этом примере цены открытия из списка свечей присваиваются переменной с именем \"candle_list\".", "1204919083": "Данная политика рассмотрения жалоб, которая может время от времени меняться, применяется к вашему счету(-ам), открытому в Deriv (SVG) LLC.", "1206821331": "Вооруженные силы", @@ -879,7 +885,6 @@ "1239940690": "Перезапускает бота в случае ошибки.", "1240027773": "Пожалуйста, войдите в систему", "1243064300": "Локальные", - "1245469923": "Основные валютные пары (стандартные/микро лоты), минорные валютные пары, Smart-FX, сырьевые товары, криптовалюты", "1246207976": "Введите код аутентификации, сгенерированный вашим приложением 2FA:", "1246880072": "Выберите страну выдачи", "1247280835": "Криптовалютная касса временно не работает из-за технического обслуживания системы. Вы сможете внести и вывести криптовалюту через несколько минут после завершения обслуживания.", @@ -965,6 +970,7 @@ "1349289354": "Отлично, это все, что нам нужно.", "1349295677": "в тексте {{ input_text }} получить подстроку от {{ position1 }} {{ index1 }} до {{ position2 }} {{ index2 }}", "1351152200": "Добро пожаловать на панель управления Deriv MT5 (DMT5)", + "1351906264": "This feature is not available for payment agents.", "1353197182": "Пожалуйста, выберите", "1355250245": "{{ calculation }} списка {{ input_list }}", "1356574493": "Возвращает определенную часть заданной строки текста.", @@ -1081,6 +1087,7 @@ "1490583127": "DBot пока не готов к использованию на реальных счетах", "1491392301": "<0>Продано за: {{sold_for}}", "1492686447": "Ваш счет MT5 Финансовый STP будет открыт в Deriv (FX) Ltd. Все операции на этом счете регулируются правилами и руководящими принципами Управления финансовых услуг Лабуана (LFSA). Правила и принципы Управления финансовых услуг Лабуана (LFSA) не распространяются ни на один из ваших других счетов, включая счет Deriv.", + "1493673429": "Изменить email", "1496810530": "GBP/AUD", "1499074768": "Добавить реальный счет Deriv для мультипликаторов", "1499080621": "Попытка выполнить недопустимую операцию.", @@ -1095,6 +1102,7 @@ "1510735345": "Этот блок отображает список значений последних десятичных последних 1000 тиков.", "1512469749": "В приведенном выше примере предполагается, что переменная цена_открытия_свечи обрабатывается где-то в других блоках.", "1515034599": "Данная политика рассмотрения жалоб, которая может время от времени меняться, применяется к вашему счету, открытому в Deriv (MX) Ltd. Компания расположена по адресу First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, лицензирована и регулируется (1) Комиссией по надзору за азартными играми на Острове Мэн (текущая <0>лицензия выдана 31 августа 2017 г.) и (2) Комиссией по азартным играм Великобритании (<1>номер лицензии 39172).", + "1516537408": "Вы больше не можете торговать и пополнять счета Deriv.", "1516676261": "Пополнить", "1517503814": "Перетащите файл или нажмите здесь, чтобы загрузить", "1519336051": "Попробуйте другой номер телефона.", @@ -1104,14 +1112,15 @@ "1527906715": "Этот блок добавляет заданный номер к выбранной переменной.", "1531017969": "Создает одну текстовую строку из сочетания текстового значения каждого вложенного элемента без пробелов между ними. Количество элементов может быть добавлено.", "1533177906": "Падение", + "1534569275": "В связи с изменениями регуляторов международных рынков мы будем вынуждены закрыть все счета клиентов из Великобритании.", "1534796105": "Получает значение переменной", "1537711064": "Вам нужно подтвердить личность, чтобы открыть доступ к кассе. Перейдите в настройки счета и отправьте нам ваше удостоверение личности.", - "1539108340": "EUR Index", "1540585098": "Отклонить", "1541969455": "Оба", "1544642951": "Выбрав \"Только вверх\", вы получите выплату, если несколько тиков подряд будут расти по отношению к котировке на входе. Если любой тик покажет снижение или будет равен одному из предыдущих тиков, вы не получите выплату.", "1548765374": "Не удалось верифицировать номер документа", "1549098835": "Общая сумма вывода", + "1551172020": "Индекс AUD", "1552080191": "Исключен с Deriv.com до", "1552918367": "Этот адрес только для {{currency}} ({{currency_symbol}}).", "1557682012": "Настройки счета", @@ -1158,6 +1167,7 @@ "1623706874": "Используйте этот блок, если хотите торговать с мультипликаторами.", "1630372516": "Открыть Fiat onramp", "1630417358": "Пожалуйста, перейдите в настройки счета и введите недостающие личные данные, чтобы активировать вывод средств.", + "1631281562": "Индекс GBP", "1634594289": "Выберите язык", "1634903642": "На селфи может быть только ваше лицо", "1634969163": "Изменить валюту", @@ -1203,12 +1213,12 @@ "1684419981": "Что это?", "1686800117": "{{error_msg}}", "1689103988": "Секунд с начала эпохи Unix", - "1689738742": "Индекс золота", "1690703448": "Вы можете переводить средства между своим фиатным и криптовалютными счетами Deriv, счетом DMT5 и Deriv X.", "1691335819": "Чтобы продолжить торговать у нас, пожалуйста, подтвердите свою личность.", "1691765860": "- Отрицание", "1693614409": "Время начала", "1694331708": "Вы можете переключаться между CFD, цифровыми опционами и мультипликаторами в любое время.", + "1694517345": "Введите новый адрес электронной почты", "1695807119": "Не удалось загрузить блоки из Google Drive", "1700233813": "Перевод с {{selected_value}} не разрешен. Выберите другой счет из выпадающего списка.", "1708413635": "Для вашего счета в {{currency_name}} ({{currency}})", @@ -1426,6 +1436,7 @@ "1968368585": "Статус занятости", "1971898712": "Добавить или настроить счет", "1973536221": "У вас пока нет открытых позиций.", + "1974304588": "It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.", "1982912252": "Индекс относительной силы (RSI) из списка с периодом", "1983001416": "Задайте параметры контракта, такие как мультипликатор и ставка. Этот блок можно использовать только в контрактах с мультипликаторами. Если вы выберете другой тип контракта, блок будет заменен стандартным блоком Параметры контракта.", "1983387308": "Предварительный просмотр", @@ -1442,6 +1453,7 @@ "1990735316": "Повышение равно", "1991448657": "Не знаете свой ИНН? Нажмите <0>здесь, чтобы узнать больше.", "1991524207": "Индекс Jump 100", + "1994023526": "В адресе электронной почты, который вы ввели, была ошибка или опечатка (случается с лучшими из нас).", "1994558521": "Неудобные платформы.", "1994600896": "Этому блоку требуется список свечей в качестве входного параметра.", "1995023783": "Первая строка адреса*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Список тиков", "2051558666": "См. историю транзакций", + "2053617863": "Пожалуйста, выведите все средства с вашего счета.", "2054500647": "Данная политика рассмотрения жалоб, которая может время от времени меняться, применяется к вашему счету(-ам), открытому в Deriv (SVG) LLC и Deriv (V) Ltd.", "2054889300": "Создать \"%1\"", "2055317803": "Скопируйте ссылку в браузер своего телефона", @@ -1715,6 +1728,7 @@ "-1462975230": "Пример документа", "-1472844935": "На фото должен быть четко виден ваш документ", "-883103549": "Счет деактивирован", + "-773766766": "Email и пароли", "-1466827732": "Самоисключение", "-1498206510": "Лимиты счета", "-241588481": "История входов в систему", @@ -1895,6 +1909,8 @@ "-547557964": "Мы не можем отправить письмо на этот адрес (из-за использования firewall или фильтрации).", "-1964320730": "Нажмите на ссылку в письме, чтобы изменить пароль <0>Deriv X.", "-976364600": "Нажмите на ссылку в письме, чтобы сбросить пароль DMT5.", + "-742748008": "Проверьте электронную почту и нажмите на ссылку в письме, чтобы продолжить.", + "-84068414": "Не получили письмо? Свяжитесь с нами через <0>чат.", "-2073934245": "Финансовые услуги, предоставляемые на этом сайте, подходят только для клиентов, готовых нести ответственность за возможную потерю всех инвестированных средств, а также осознающих все риски и имеющих опыт покупки финансовых контрактов. Заключение сделок на финансовых контрактах предполагает высокий уровень риска. Если приобретённые контракты истекут, не принеся прибыли, вы потеряете всю инвестированную сумму.", "-679569665": "Ваш счет будет открыт в компании Deriv (MX) Ltd. Компания регулируется Комиссией по азартным играм Великобритании (UKGC) и подчиняется юрисдикции и законам острова Мэн.", "-1970096931": "Ваш счет будет открыт в компании Deriv (Europe) Limited. Компания регулируется мальтийским управлением по азартным играм и подчиняется законодательству Мальты.", @@ -1966,6 +1982,7 @@ "-1725454783": "Ошибка", "-506510414": "Дата и время", "-1708927037": "IP-адрес", + "-1042416056": "Используйте <0>пароль Deriv для входа на Deriv.com, Deriv Go, Dtrader, SmartTrader и DBot.", "-365847515": "Приложения, которые можно использовать с логином Deriv:", "-26491905": "Вы входите на Deriv через аккаунт {{identifier_title}}. Чтобы изменить способ входа в систему на имя пользователя и пароль, нажмите кнопку <0>Отвязать.", "-596920538": "Отвязать", @@ -2064,6 +2081,7 @@ "-203002433": "Пополнить сейчас", "-720315013": "На вашем счете {{currency}} нет средств", "-2052373215": "Внесите средства на счет, чтобы воспользоваться этой функцией.", + "-1201279468": "To withdraw your funds, please choose the same payment method you used to make your deposits.", "-553249337": "Переводы заблокированы", "-705272444": "Загрузите документ, подтверждающий личность", "-1196994774": "За переводы между вашими криптовалютными счетами Deriv мы взимаем комиссию в размере 2% или {{minimum_fee}} {{currency}}, в зависимости от того, какая сумма больше.", @@ -2098,7 +2116,7 @@ "-1388977563": "Скопировано!", "-1962894999": "Этот адрес можно использовать только ОДИН РАЗ. Сгенерируйте новый адрес для следующей транзакции.", "-451858550": "Нажав \"Продолжить\", вы перейдете на сайт {{ service }}, стороннего поставщика платежных услуг. Обратите внимание, что {{ website_name }} не несет ответственности за контент или услуги, предоставляемые {{ service }}. Если во время использования {{ service }} у вас возникнут какие-либо проблемы, вам нужно будет связаться с {{ service }} напрямую.", - "-344959847": "Платежный агент уполномочен обрабатывать для вас пополнения и вывод средств, если ваши местные способы оплаты или валюты не поддерживаются на {{website_name}}.", + "-1137412124": "Can’t find a suitable payment method for your country? Then try a payment agent.", "-1232852916": "Мы переключаемся на ваш счет {{currency}}, чтобы просмотреть транзакцию.", "-38063175": "{{account_text}} кошелек", "-1474202916": "Новый вывод средств", @@ -2408,7 +2426,7 @@ "-9704319": "Индекс Crash 1000", "-465860988": "Индекс бычьего рынка", "-390528194": "Индекс Step", - "-1800672151": "GBP Index", + "-280323742": "Индекс EUR", "-563812039": "Индекс волатильн. 10 (1с)", "-764111252": "Индекс волатильн. 100 (1с)", "-1374309449": "Индекс волатильн. 200 (1с)", @@ -2479,6 +2497,7 @@ "-1175685940": "Свяжитесь с нами через чат, чтобы активировать вывод средств.", "-1125797291": "Пароль обновлен.", "-157145612": "Пожалуйста, войдите на счет, используя обновленный пароль.", + "-1217269360": "What’s your real name, {{client_name}}?", "-87177461": "Пожалуйста, перейдите в настройки счета и введите недостающие личные данные, чтобы активировать пополнение счета.", "-904632610": "Сбросьте баланс", "-470018967": "Сбросить баланс", @@ -2530,6 +2549,7 @@ "-1950045402": "Выведите все средства", "-168971942": "Что это значит для вас", "-905560792": "ОК, все понятно", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Открыть", "-1197864059": "Открыть демо-счёт", "-1485242688": "Шаг {{step}}: {{step_title}} ({{step}} из {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "Текущее время:", "-1534648620": "Ваш пароль изменен", "-596199727": "Сейчас мы перенаправим вас на страницу входа.", + "-310434518": "Поле email не должно быть пустым.", "-437918412": "На вашем счете не выбрана валюта", "-707550055": "Это необходимо для того, чтобы удостовериться, что наш сервис соответствует законам и правилам вашей страны.", "-280139767": "Указать место жительства", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.Если решение будет принято в нашу пользу, вы должны предоставить нам отказ от претензий в течение 7 дней с момента принятия решения, и жалоба будет считаться закрытой.", "-429248139": "5. Оговорка", "-818926350": "Финансовая комиссия принимает жалобы в течение 45 дней с даты инцидента и только после того, как трейдер попытается решить проблему напрямую с компанией.", + "-175369516": "Добро пожаловать на Deriv X", + "-1667427537": "Запустите Deriv X в своем браузере или скачайте мобильное приложение", + "-305915794": "Работайте на MT5 с браузера или загрузите приложение MT5 для своих устройств", + "-404375367": "Торгуйте с высоким кредитным плечом на forex, валютных индексах, сырьевых товарах и криптовалютах.", + "-811331160": "Торгуйте CFD с кредитным плечом на forex, акциях, сырьевых товарах, фондовых и синтетических индексах.", + "-464262734": "Управление паролем реального счета {{account_title}} {{platform}}", + "-2042845290": "Ваш инвесторский пароль изменен.", + "-1882295407": "Ваш пароль изменен.", + "-254497873": "Используйте этот пароль, чтобы предоставить другому пользователю доступ к просмотру. Они смогут просматривать ваш счет, но не смогут торговать или совершать какие-либо другие действия.", + "-161656683": "Текущий инвесторский пароль", + "-374736923": "Новый инвесторский пароль", + "-1793894323": "Создать или сбросить инвесторский пароль", + "-781132577": "Кредитное плечо", + "-1264604378": "До 1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "До 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Демо Синтетический", + "-1434036215": "Демо Финансовый", + "-1882063886": "Демо CFD", + "-1228860600": "Добавить регион", + "-785625598": "Используйте эти учетные данные для входа на счет {{platform}} на сайте и в мобильных приложениях.", + "-997127433": "Изменить пароль", + "-162753510": "Добавить реальный счет", + "-251202291": "Брокер", + "-860609405": "Пароль", + "-742647506": "Перевод средств", + "-1874242353": "Пополнение счета", + "-2040196445": "Ваш Финансовый STP счет MT5 почти готов, осталось только установить пароль.", + "-712681566": "Одноранговый (P2P) обмен", + "-1267880283": "{{field_name}} является обязательным", + "-2084509650": "Поле {{field_name}} в неправильном формате.", + "-1779241732": "Первая строка адреса в неправильном формате.", + "-188222339": "Не должно превышать {{max_number}} символов.", + "-1673422138": "Штат/Регион в неправильном формате.", + "-1262200612": "Подтверждение личности не удалось. Вы будете перенаправлены на предыдущий шаг.", + "-1385484963": "Подтвердите изменение пароля {{platform}}", + "-1990902270": "Пароль будет изменен для всех ваших счетов {{platform}}.", + "-1357917360": "Веб-терминал", + "-1454896285": "Приложение MT5 для ПК не поддерживается на Windows XP, Windows 2003 и Windows Vista.", + "-673424733": "Демо-счет", + "-1066565281": "Технические работы на сервере начинаются в 06:00 GMT каждое воскресенье. Этот процесс может занять до 2 часов. В это время работа сервиса может прерываться.", + "-1481390656": "Технические работы на сервере начинаются в 01:00 GMT каждое воскресенье. Этот процесс может занять до 2 часов. В это время сервисы и платформы могут быть недоступны.", + "-1199152768": "Попробуйте другие наши платформы.", + "-498346912": "Открыть DBot", + "-184453418": "Введите пароль {{platform}}", + "-731759165": "Выберите регион для вашего реального счета DMT5 {{ account_type }}", + "-1769158315": "реальный", + "-700260448": "демо", + "-1175356567": "Поздравляем, вы успешно открыли {{category}} <1>{{type}} счет <0>{{platform}}. Чтобы начать торговлю, переведите средства со своего счета Deriv на этот счет.", + "-1570793523": "Поздравляем, вы успешно открыли {{category}} <1>{{type}} счет <0>{{platform}}.", + "-790488576": "Забыли пароль?", + "-1190393389": "Введите пароль {{platform}}, чтобы добавить {{account}} счет {{platform}}.", + "-1987408434": "Ваш счет MT5 Финансовый STP будет открыт в Deriv (BVI) Ltd. Все операции на этом счете регулируются правилами и руководящими принципами Комиссии по финансовым услугам Британских Виргинских островов (BVIFSC). Правила и принципы Комиссии по финансовым услугам Британских Виргинских островов (BVIFSC) не распространяются ни на один из ваших других счетов, включая ваш счет Deriv.", + "-2057918502": "Подсказка: возможно, вы ввели свой пароль Deriv, который отличается от вашего пароля {{platform}}.", + "-1752211105": "Перевести сейчас", + "-1928229820": "Сбросить инвесторский пароль Deriv X", + "-1917043724": "Сбросить инвесторский пароль DMT5", + "-1087845020": "основной", + "-1950683866": "инвестор", + "-89838213": "Вы можете дополнительно внести на демо-счет <0>, если ваш баланс \n<1> или меньше.", + "-1211122723": "{{ account_title }} счет {{ platform }}", + "-78895143": "Текущий баланс", + "-149993085": "Новый текущий баланс", + "-490244964": "Forex, акции, криптовалюты, фондовые и", + "-1368041210": "синтетические индексы", + "-877064208": "EUR", + "-1302404116": "Макс. кредитный рычаг", + "-1284221303": "Вы получите предупреждение, известное как маржин колл, если баланс вашего счета упадет до уровня стоп-аут.", + "-1848799829": "Чтобы понять принцип работы стоп аута, давайте сначала разберемся с уровнем маржи. Уровень маржи представляет собой отношение вашего капитала (общего баланса, если вы закроете все свои позиции) к марже, которую вы используете в данный момент. Если уровень маржи упадет ниже уровня стоп аута, ваши позиции могут быть закрыты автоматически, чтобы защитить вас от дальнейших убытков.", + "-224051432": "24/7", + "-511301450": "Обозначает наличие контрактов на криптовалютах на определенном счете.", + "-1591882610": "Синтетические активы", + "-70716111": "Основные валютные пары (стандартные/микро лоты), минорные валютные пары, сырьевые товары, криптовалюты, акции, фондовые и валютные индексы", + "-1041629137": "Основные пары FX, минорные пары FX, экзотические пары FX и криптовалюты", + "-287097947": "Основные валютные пары (стандартные/микро лоты), минорные валютные пары, сырьевые товары, криптовалюты (кроме Великобритании)", + "-2102641225": "В конца банковского торгового дня ликвидность на рынке forex понижена, в результате чего спреды и время обработки клиентских ордеров могут увеличиться. Это происходит около 21:00 по Гринвичу в летнее время и, соответственно, в 22:00 зимнее время.", + "-495364248": "Уровень маржинального требования и стоп аута будет время от времени меняться в зависимости от состояния рынка.", + "-536189739": "Чтобы защитить ваш портфель от неблагоприятных скачков из-за разрыва при открытии рынка, мы оставляем за собой право уменьшить кредитное плечо по всем предлагаемым символам для финансовых счетов до закрытия рынка и снова увеличить его после открытия. Пожалуйста, убедитесь, что на вашем счете {{platform}} всегда находится достаточно средств для поддержки ваших позиций.", + "-10956371": "Вам нужен реальный счет Deriv (в фиатной валюте или криптовалюте), чтобы открыть реальный счет DMT5.", + "-1760596315": "Открыть счет Deriv", + "-1324223697": "Используйте этот пароль для входа на счета DMT5 с веб-браузеров, настольных и мобильных приложений.", + "-648956272": "Используйте этот пароль для входа на счета Deriv X с веб-браузеров и мобильных приложений.", + "-337314155": "Изменить пароль {{platform}}", + "-1814308691": "Нажмите на ссылку в письме, чтобы сбросить пароль {{platform}}.", "-1282933308": "Не {{barrier}}", "-968190634": "Равно {{barrier}}", "-1747377543": "Под {{barrier}}", "-337314714": "дн.", "-442488432": "дн.", - "-175369516": "Добро пожаловать на Deriv X", - "-1667427537": "Запустите Deriv X в своем браузере или скачайте мобильное приложение", - "-305915794": "Работайте на MT5 с браузера или загрузите приложение MT5 для своих устройств", - "-1330036364": "Торгуйте с высоким кредитным плечом на forex, сырьевых товарах и криптовалютах.", - "-811331160": "Торгуйте CFD с кредитным плечом на forex, акциях, сырьевых товарах, фондовых и синтетических индексах.", "-513103225": "Время транзакции", "-2066666313": "Кредит/Дебет", "-2140412463": "Цена покупки", @@ -2736,13 +2840,6 @@ "-584696680": "Если вы выберете «Тейк профит» и зададите сумму, которую хотите получить, ваша позиция будет закрыта автоматически, если прибыль больше или равна этой сумме. Ваша прибыль может оказаться больше, чем сумма, которую вы ввели, в зависимости от рыночной цены при закрытии.", "-178096090": "Невозможно обновить \"Тейк профит\" в данный момент. Вы можете обновить \"Тейк профит\" только по истечении действия \"Отмены сделки\".", "-206909651": "Спот-котировка на входе − это рыночная цена на момент обработки контракта нашим сервером.", - "-464262734": "Управление паролем реального счета {{account_title}} {{platform}}", - "-2042845290": "Ваш инвесторский пароль изменен.", - "-1882295407": "Ваш пароль изменен.", - "-254497873": "Используйте этот пароль, чтобы предоставить другому пользователю доступ к просмотру. Они смогут просматривать ваш счет, но не смогут торговать или совершать какие-либо другие действия.", - "-161656683": "Текущий инвесторский пароль", - "-374736923": "Новый инвесторский пароль", - "-1793894323": "Создать или сбросить инвесторский пароль", "-149836494": "Номер вашей транзакции: {{transaction_id}}", "-1382749084": "Вернуться к трейдингу", "-538215347": "Чистая сумма пополнения", @@ -2779,81 +2876,6 @@ "-1043117679": "Когда ваш текущий убыток станет равен или превысит {{stop_out_percentage}}% вашей ставки, контракт будет закрыт по ближайшей доступной цене актива.", "-477998532": "Ваш контракт будет автоматически закрыт, когда убыток достигнет или превысит это значение.", "-243332856": "Статистика последней десятичной последних 1000 тиков для {{ underlying_name }}", - "-781132577": "Кредитное плечо", - "-1264604378": "До 1:1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "До 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Демо Синтетический", - "-1434036215": "Демо Финансовый", - "-1882063886": "Демо CFD", - "-1228860600": "Добавить регион", - "-785625598": "Используйте эти учетные данные для входа на счет {{platform}} на сайте и в мобильных приложениях.", - "-997127433": "Изменить пароль", - "-162753510": "Добавить реальный счет", - "-251202291": "Брокер", - "-860609405": "Пароль", - "-742647506": "Перевод средств", - "-1874242353": "Пополнение счета", - "-1352641295": "Торгуйте контрактами на разницу (CFD) на наших Синтетических индексах, которые имитируют движение реального рынка.", - "-2040196445": "Ваш Финансовый STP счет MT5 почти готов, осталось только установить пароль.", - "-712681566": "Одноранговый (P2P) обмен", - "-1267880283": "{{field_name}} является обязательным", - "-2084509650": "Поле {{field_name}} в неправильном формате.", - "-1779241732": "Первая строка адреса в неправильном формате.", - "-188222339": "Не должно превышать {{max_number}} символов.", - "-1673422138": "Штат/Регион в неправильном формате.", - "-1262200612": "Подтверждение личности не удалось. Вы будете перенаправлены на предыдущий шаг.", - "-1385484963": "Подтвердите изменение пароля {{platform}}", - "-1990902270": "Пароль будет изменен для всех ваших счетов {{platform}}.", - "-1357917360": "Веб-терминал", - "-1454896285": "Приложение MT5 для ПК не поддерживается на Windows XP, Windows 2003 и Windows Vista.", - "-673424733": "Демо-счет", - "-1066565281": "Технические работы на сервере начинаются в 06:00 GMT каждое воскресенье. Этот процесс может занять до 2 часов. В это время работа сервиса может прерываться.", - "-1481390656": "Технические работы на сервере начинаются в 01:00 GMT каждое воскресенье. Этот процесс может занять до 2 часов. В это время сервисы и платформы могут быть недоступны.", - "-1199152768": "Попробуйте другие наши платформы.", - "-498346912": "Открыть DBot", - "-184453418": "Введите пароль {{platform}}", - "-731759165": "Выберите регион для вашего реального счета DMT5 {{ account_type }}", - "-1769158315": "реальный", - "-700260448": "демо", - "-1175356567": "Поздравляем, вы успешно открыли {{category}} <1>{{type}} счет <0>{{platform}}. Чтобы начать торговлю, переведите средства со своего счета Deriv на этот счет.", - "-1570793523": "Поздравляем, вы успешно открыли {{category}} <1>{{type}} счет <0>{{platform}}.", - "-790488576": "Забыли пароль?", - "-1190393389": "Введите пароль {{platform}}, чтобы добавить {{account}} счет {{platform}}.", - "-1987408434": "Ваш счет MT5 Финансовый STP будет открыт в Deriv (BVI) Ltd. Все операции на этом счете регулируются правилами и руководящими принципами Комиссии по финансовым услугам Британских Виргинских островов (BVIFSC). Правила и принципы Комиссии по финансовым услугам Британских Виргинских островов (BVIFSC) не распространяются ни на один из ваших других счетов, включая ваш счет Deriv.", - "-2057918502": "Подсказка: возможно, вы ввели свой пароль Deriv, который отличается от вашего пароля {{platform}}.", - "-1752211105": "Перевести сейчас", - "-1928229820": "Сбросить инвесторский пароль Deriv X", - "-1917043724": "Сбросить инвесторский пароль DMT5", - "-1087845020": "основной", - "-1950683866": "инвестор", - "-89838213": "Вы можете дополнительно внести на демо-счет <0>, если ваш баланс \n<1> или меньше.", - "-1211122723": "{{ account_title }} счет {{ platform }}", - "-78895143": "Текущий баланс", - "-149993085": "Новый текущий баланс", - "-490244964": "Forex, акции, криптовалюты, фондовые и", - "-1368041210": "синтетические индексы", - "-877064208": "EUR", - "-1302404116": "Макс. кредитный рычаг", - "-1284221303": "Вы получите предупреждение, известное как маржин колл, если баланс вашего счета упадет до уровня стоп-аут.", - "-1848799829": "Чтобы понять принцип работы стоп аута, давайте сначала разберемся с уровнем маржи. Уровень маржи представляет собой отношение вашего капитала (общего баланса, если вы закроете все свои позиции) к марже, которую вы используете в данный момент. Если уровень маржи упадет ниже уровня стоп аута, ваши позиции могут быть закрыты автоматически, чтобы защитить вас от дальнейших убытков.", - "-224051432": "24/7", - "-511301450": "Обозначает наличие контрактов на криптовалютах на определенном счете.", - "-1591882610": "Синтетические активы", - "-287097947": "Основные валютные пары (стандартные/микро лоты), минорные валютные пары, сырьевые товары, криптовалюты (кроме Великобритании)", - "-2102641225": "В конца банковского торгового дня ликвидность на рынке forex понижена, в результате чего спреды и время обработки клиентских ордеров могут увеличиться. Это происходит около 21:00 по Гринвичу в летнее время и, соответственно, в 22:00 зимнее время.", - "-495364248": "Уровень маржинального требования и стоп аута будет время от времени меняться в зависимости от состояния рынка.", - "-536189739": "Чтобы защитить ваш портфель от неблагоприятных скачков из-за разрыва при открытии рынка, мы оставляем за собой право уменьшить кредитное плечо по всем предлагаемым символам для финансовых счетов до закрытия рынка и снова увеличить его после открытия. Пожалуйста, убедитесь, что на вашем счете {{platform}} всегда находится достаточно средств для поддержки ваших позиций.", - "-10956371": "Вам нужен реальный счет Deriv (в фиатной валюте или криптовалюте), чтобы открыть реальный счет DMT5.", - "-1760596315": "Открыть счет Deriv", - "-1324223697": "Используйте этот пароль для входа на счета DMT5 с веб-браузеров, настольных и мобильных приложений.", - "-648956272": "Используйте этот пароль для входа на счета Deriv X с веб-браузеров и мобильных приложений.", - "-337314155": "Изменить пароль {{platform}}", - "-1814308691": "Нажмите на ссылку в письме, чтобы сбросить пароль {{platform}}.", "-461955353": "цена покупки", "-172348735": "прибыль", "-1624674721": "тип контракта", diff --git a/packages/translations/src/translations/th.json b/packages/translations/src/translations/th.json index 04db32fa3f34..11d3a2dd438a 100644 --- a/packages/translations/src/translations/th.json +++ b/packages/translations/src/translations/th.json @@ -9,18 +9,21 @@ "15377251": "จำนวนกำไร: {{profit}}", "17843034": "ตรวจสอบสถานะของเอกสารหลักฐานการยืนยันตัวตน", "19424289": "ชื่อผู้ใช้", + "19552684": "ตะกร้า USD", "21035405": "โปรดอธิบายว่าทำไมคุณถึงจากไป (เลือกได้ไม่เกิน {{ allowed_reasons }} เหตุผล)", + "24900606": "ตะกร้า Gold", "25854018": "บล็อกนี้แสดงข้อความในคอนโซลของนักพัฒนาซอฟต์แวร์ โดยมีอินพุตที่สามารถเป็นสตริงข้อความ ตัวเลข บูลีน หรืออาร์เรย์ของข้อมูล", "26566655": "บทสรุป", "26596220": "การเงิน", "27582767": "{{amount}} {{currency}}", - "39720204": "AUD Index", + "33433576": "กรุณาใช้ e-wallet เพื่อถอนเงินของคุณ", "41737927": "ขอบคุณ", "44877997": "ใบอนุญาตพํานักอาศัย", "45453595": "Binary Coin", "45941470": "คุณต้องการเริ่มต้นที่ไหน?", "46523711": "หลักฐานยืนยันตัวตนของคุณได้รับการยืนยันแล้ว", "49963458": "เลือกตัวเลือก", + "50200731": "FX majors (มาตรฐาน/ไมโครล็อต), FX minors, ดัชนีตะกร้าสินค้า, สินค้าโภคภัณฑ์ และสกุลเงินดิจิตอล", "54185751": "น้อยกว่า $100,000", "55340304": "เก็บสัญญาปัจจุบันของคุณไว้หรือไม่", "55916349": "ทั้งหมด", @@ -58,6 +61,7 @@ "100239694": "อัปโหลดด้านหน้าบัตรประจำตัวประชาชนจากคอมพิวเตอร์ของคุณ", "102226908": "ไม่สามารถเว้นช่องว่างได้", "108916570": "ระยะเวลา {{duration}} วัน", + "109073671": "โปรดใช้ e-wallet ที่คุณใช้สำหรับการฝากเงินก่อนหน้านี้ ตรวจสอบให้แน่ใจว่า e-wallet รองรับการถอนเงิน ดูรายการกระเป๋าเงินอิเล็กทรอนิกส์ที่รองรับการถอนเงิน <0>ที่นี่", "111215238": "หลีกเลี่ยงแสงโดยตรง", "111718006": "เวลาสิ้นสุด", "111931529": "รวมเงินเดิมพันสูงสุด 7 วัน", @@ -297,7 +301,6 @@ "452662014": "เราจะเรียกเก็บค่าธรรมเนียมการโอน 1% สำหรับการโอนเงินในสกุลเงินต่างๆ ระหว่างบัญชี Deriv fiat และ DMT5 และระหว่างบัญชี Deriv fiat และ Deriv X", "453409608": "กำไรของคุณคือเปอร์เซ็นต์การเปลี่ยนแปลงของราคาตลาดคูณกับเงินเดิมพันของคุณและตัวคูณที่คุณเลือก", "454593402": "2. โปรดอัปโหลดหนึ่งในรายการต่อไปนี้:", - "454664700": "สกุลเงินหลัก สกุลเงินรอง สกุลเงินแปลกใหม่ สกุลเงินดิจิทัล", "456746157": "ให้สิทธิ์การเข้าถึงกล้องของคุณจากการตั้งค่าเบราว์เซอร์ของคุณ", "457020083": "มันจะใช้เวลานานกว่าที่จะยืนยันคุณถ้าเราไม่สามารถอ่านได้", "457494524": "1. จากไลบรารีบล็อก ให้ใส่ชื่อสําหรับตัวแปรใหม่ แล้วคลิก สร้าง", @@ -345,8 +348,10 @@ "522283618": "ประสบการณ์การซื้อขายดิจิทัลออปชัน", "522703281": "แบ่งออกโดย", "523123321": "- 10 ยกกำลังของตัวเลขที่กำหนด", + "525012324": "เทรดหลัก (สแตนดาร์ดและไมโครล็อต) และฟอเร็กซ์รอง หุ้นและดัชนีหุ้น สินค้าโภคภัณฑ์ ดัชนีตะกร้า และคริปโตที่มีเลเวอเรจสูง", "527329988": "นี่คือรหัสผ่านทั่วไป 100 อันดับ", "529056539": "ออปชัน", + "529597350": "หากคุณมีตำแหน่งที่เปิดอยู่ เราได้ปิดและคืนเงินให้คุณแล้ว", "530953413": "แอพพลิเคชั่นที่ยินยอมให้ใช้", "531114081": "3. ประเภทของสัญญา", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "ปิด-ต่ำ", "541650045": "จัดการรหัสผ่าน {{platform}}", "542305026": "นอกจากนี้ต้องส่งหลักฐานยืนยันตัวตนของคุณด้วย", + "543413346": "คุณไม่มีตำแหน่งที่เปิดสำหรับสินทรัพย์นี้ หากต้องการดูตำแหน่งอื่นๆ ที่เปิดอยู่ คลิกไปที่รายงาน", "543915570": "Forex, หุ้น, ดัชนีหุ้น, สกุลเงินดิจิตอล, ดัชนีสังเคราะห์", "545476424": "เงินถอนทั้งหมด", "546534357": "หากคุณเลือก“ การยกเลิกข้อตกลง” คุณสามารถยกเลิกการซื้อขายภายในกรอบเวลาที่เลือก หากตลาดเคลื่อนไปตามที่คุณคาดการณ์จะมีการเรียกเก็บค่าธรรมเนียมเล็กน้อย สำหรับการยกเลิก เราจะคืนจำนวนเงินเดิมพันของคุณโดยไม่มีกำไรหรือขาดทุน หากยุติการซื้อขายถึงที่กำหนดก่อนที่จะทำการยกเลิกข้อตกลง ตำแหน่งของคุณจะถูกยกเลิกโดยอัตโนมัติ และเราจะคืนจำนวนเงินเดิมพันของคุณโดยไม่มีกำไรหรือขาดทุนในขณะที่ “การยกเลิกข้อตกลง” เปิดการใช้งาน", @@ -406,6 +412,7 @@ "606240547": "- ลอการิทึมธรรมชาติ", "606877840": "กลับไปวันนี้", "607807243": "รับแท่งเทียน", + "609519227": "นี่คือที่อยู่อีเมลที่เชื่อมโยงกับบัญชี Deriv ของคุณ", "609650241": "ตรวจพบการวนซ้ำไม่สิ้นสุด", "610537973": "ข้อมูลต่างๆ ที่คุณให้เป็นความลับและจะใช้สำหรับการตรวจสอบเท่านั้น", "611020126": "ดูที่อยู่บนบล็อกเชน", @@ -498,6 +505,7 @@ "720293140": "ออกจากระบบ", "720519019": "รีเซ็ตรหัสผ่าน", "721011817": "- เพิ่มเลขตัวแรกเพื่อยกกำลังเลขตัวที่สอง", + "723045653": "คุณจะเข้าสู่ระบบบัญชี Deriv ของคุณด้วยที่อยู่อีเมลนี้", "723961296": "จัดการรหัสผ่าน", "724203548": "คุณสามารถส่งการร้องเรียนของคุณไปที่แพลตฟอร์ม <0>การระงับข้อพิพาททางออนไลน์ของคณะกรรมาธิการยุโรป (ODR) ไม่สามารถใช้ได้กับลูกค้าในสหราชอาณาจักร", "728042840": "เพื่อทำการซื้อขายกับเราต่อไป โปรดยืนยันที่อยู่อาศัยของคุณ", @@ -584,7 +592,7 @@ "841543189": "ดูธุรกรรมบนบล็อกเชน", "845213721": "ออกจากระบบ", "845304111": "ช่วงเวลา EMA ช้า {{ input_number }}", - "848172194": "เทรดคู่เงินหลัก (มาตรฐานและไมโครล็อต) และคู่สกุลเงินรอง หุ้น ดัชนีหุ้น สินค้าโภคภัณฑ์ และคริปโตเคอเรนซี่ที่มีเลเวอเรจสูง", + "847888634": "กรุณาถอนเงินทั้งหมดของคุณ", "849805216": "เลือกตัวแทน", "851054273": "หากคุณเลือก \"สูงกว่า\" คุณจะได้รับเงินก็ต่อเมื่อ จุดออกสุดท้ายมีค่าสูงกว่าค่า Barrier", "851264055": "สร้างรายการที่มีด้วยรายการที่กําหนดซ้ำสําหรับจํานวนครั้งที่ระบุ", @@ -618,7 +626,6 @@ "887328652": "เพื่อเป็นการป้องกันไว้ก่อนเราได้ปิดการซื้อขายการฝากและการถอนสำหรับบัญชีนี้ หากคุณมีคำถามใด ๆ โปรดไปที่ <0>ศูนย์ช่วยเหลือของเรา", "888274063": "เมือง", "890299833": "ไปที่รายงาน", - "891097078": "USD Index", "891337947": "เลือกประเทศ", "892341141": "สถิติการซื้อขายของคุณตั้งแต่: {{date_time}}", "893117915": "ตัวแปร", @@ -626,7 +633,6 @@ "893975500": "คุณยังไม่มีบอทล่าสุด", "894191608": "<0>c เราต้องตัดสินข้อยุติภายใน 28 วันนับจากวันที่ตัดสิน", "895890867": "บัญชีของคุณจะถูกเปิดด้วย Deriv (SVG) LLC และจะอยู่ภายใต้กฎหมายของเซนต์วินเซนต์และเกรนาดีนส์", - "897687778": "รหัสผ่าน Deriv ของคุณใช้สําหรับเข้าสู่ระบบบัญชี Deriv ของคุณ", "898457777": "คุณได้เพิ่มบัญชีการเงินที่ได้รับมา", "900111088": "คุณสามารถ <0>กำหนดสกุลเงินใหม่ ก่อนที่คุณจะฝากเงินครั้งแรก หรือสร้างบัญชี DMT5 หรือ Deriv X จริง", "902045490": "3 นาที", @@ -816,6 +822,7 @@ "1161924555": "โปรดเลือกตัวเลือก", "1163836811": "อสังหาริมทรัพย์", "1164773983": "การทำกำไร/หยุดการขาดทุน ไม่สามารถใช้งานได้ในขณะที่การยกเลิกข้อตกลงนั้นใช้งานอยู่", + "1164896842": "ซื้อขาย CFDs กับดัชนีสังเคราะห์ของเรา ซึ่งจำลองการเคลื่อนไหวของตลาดในโลกแห่งความเป็นจริง", "1166128807": "เลือกบัญชีใดบัญชีหนึ่งของคุณหรือเพิ่มบัญชีสกุลเงินดิจิทัลใหม่", "1166377304": "มูลค่าเพิ่ม", "1168029733": "ได้รับเงินก็ต่อเมื่อ จุดออกเท่ากับจุดเข้า", @@ -846,7 +853,6 @@ "1201533528": "ชนะสัญญา", "1201773643": "ตัวเลข", "1203297580": "บล็อกนี้ส่งข้อความไปยังช่องเทเลแกรม", - "1204202371": "ไม่มีตำแหน่งที่เปิดอยู่", "1204223111": "จากตัวอย่างนี้ ราคาเปิดจากรายการของแท่งเทียน ถูกกำหนดให้กับตัวแปรที่เรียกว่า \"candle_list\"", "1204919083": "นโยบายการร้องเรียนนี้ อาจมีการเปลี่ยนแปลงเป็นครั้งคราวมีผลบังคับใช้กับบัญชีของคุณที่ลงทะเบียนกับ Deriv (SVG) LLC", "1206821331": "เหล่าทัพ", @@ -879,7 +885,6 @@ "1239940690": "เริ่มบอทใหม่เมื่อพบข้อผิดพลาด", "1240027773": "โปรดเข้าสู่ระบบ", "1243064300": "ท้องถิ่น", - "1245469923": "FX-majors (มาตรฐาน/ไมโครล็อต), FX-minors, Smart-FX, สินค้าโภคภัณฑ์, คริปโตเคอเรนซี่", "1246207976": "ป้อนรหัสการรับรองความถูกต้องที่สร้างโดยแอพ 2FA ของคุณ", "1246880072": "เลือกประเทศที่ออก", "1247280835": "แคชเชียร์สกุลเงินดิจิทัลของเราหยุดให้บริการชั่วคราวเนื่องจากการบำรุงรักษาระบบ คุณสามารถทำการฝากและถอนเงินดิจิตอลได้ในเวลาไม่กี่นาทีเมื่อการบำรุงรักษาเสร็จสิ้น", @@ -965,6 +970,7 @@ "1349289354": "เยี่ยม นั่นคือสิ่งที่เราต้องการ", "1349295677": "ในข้อความ {{ input_text }} รับสตริงย่อยจาก {{ position1 }} {{ index1 }} ถึง {{ position2 }} {{ index2 }}", "1351152200": "ยินดีต้อนรับสู่แดชบอร์ด Deriv MT5 (DMT5)", + "1351906264": "คุณลักษณะนี้ไม่สามารถใช้ได้สำหรับตัวแทนการชำระเงิน", "1353197182": "โปรดเลือก", "1355250245": "{{ calculation }} จากรายการ {{ input_list }}", "1356574493": "ส่งคืนส่วนเฉพาะของสตริงข้อความที่กำหนด", @@ -1081,6 +1087,7 @@ "1490583127": "DBot ยังไม่พร้อมใช้งานสำหรับบัญชีจริง", "1491392301": "<0>ขายสำหรับ: {{sold_for}}", "1492686447": "บัญชี MT5 Financial STP ของคุณจะถูกเปิดผ่าน Deriv (FX) Ltd การซื้อขายทั้งหมดในบัญชีนี้จะอยู่ภายใต้ข้อบังคับและหลักเกณฑ์ของ Labuan Financial Services Authority (LFSA) ไม่มีบัญชีอื่น ๆ ของคุณรวมถึงบัญชี Deriv ของคุณอยู่ภายใต้ข้อบังคับและหลักเกณฑ์ของ Labuan Financial Services Authority (LFSA)", + "1493673429": "เปลี่ยนอีเมล", "1496810530": "GBP/AUD", "1499074768": "เพิ่มบัญชีตัวคูณ Deriv จริง", "1499080621": "พยายามดำเนินการที่ไม่ถูกต้อง", @@ -1095,6 +1102,7 @@ "1510735345": "บล็อกนี้จะให้รายการตัวเลขหลักสุดท้ายของค่า 1000 tick", "1512469749": "จากตัวอย่างข้างต้นจะสันนิษฐานว่าตัวแปร candle_open_price มีการประมวลผลภายในบล็อกอื่น", "1515034599": "นโยบายการร้องเรียนนี้ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราว มีผลบังคับใช้กับบัญชีของคุณที่ลงทะเบียนกับ Deriv (MX) Ltd โดยมีที่อยู่สำนักงานจดทะเบียนที่ First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW ได้รับอนุญาตและควบคุมดูแลตามกฎหมายโดย (1) Gambling Supervision Commission ในเกาะไอล์ออฟแมน (ปัจจุบัน <0>ใบอนุญาต ที่ออกเมื่อวันที่ 31 สิงหาคม 2017) และ (2) Gambling Commission ในสหราชอาณาจักร (<1>ใบอนุญาตเลขที่ 39172)", + "1516537408": "คุณไม่สามารถซื้อขายบน Deriv หรือฝากเงินเข้าบัญชีของคุณได้อีกต่อไป", "1516676261": "ฝากเงิน", "1517503814": "วางไฟล์หรือคลิกที่นี่เพื่ออัพโหลด", "1519336051": "ลองใช้หมายเลขโทรศัพท์อื่น", @@ -1104,14 +1112,15 @@ "1527906715": "บล็อกนี้จะเพิ่มจำนวนที่กำหนดให้กับตัวแปรที่เลือก", "1531017969": "สร้างสตริงข้อความเดียวจากการรวมค่าข้อความของแต่ละรายการที่แนบมา โดยไม่ต้องเว้นวรรค สามารถเพิ่มจำนวนรายการได้", "1533177906": "ลง", + "1534569275": "เนื่องจากการเปลี่ยนแปลงในตลาดของเรา เราจะปิดบัญชีของลูกค้าในสหราชอาณาจักร", "1534796105": "รับค่าตัวแปร", "1537711064": "คุณต้องทำการยืนยันตัวตนอย่างรวดเร็วก่อนจึงจะสามารถเข้าถึงแคชเชียร์ได้ โปรดไปที่การตั้งค่าบัญชีของคุณเพื่อส่งหลักฐานยืนยันตัวตน", - "1539108340": "ดัชนี EUR", "1540585098": "ปฏิเสธ", "1541969455": "ทั้งคู่", "1544642951": "หากคุณเลือก \"Only Ups\" คุณจะได้รับเงินก็ต่อเมื่อ ช่วงค่า tick ที่ติดๆกันสูงขึ้นอย่างต่อเนื่อง หลังจากจุดเข้า คุณจะไม่ได้รับเงิน หากค่า tick มีค่าลดลง หรือเท่ากับช่วงค่า tick ก่อนหน้านั้น", "1548765374": "การตรวจสอบหมายเลขเอกสารล้มเหลว", "1549098835": "ถอนเงินทั้งหมด", + "1551172020": "ตะกร้า AUD", "1552080191": "ยกเว้นการใช้งาน Deriv.com จนถึง", "1552918367": "ส่งเฉพาะ {{currency}} ({{currency_symbol}}) ไปยังที่อยู่นี้", "1557682012": "การตั้งค่าบัญชี", @@ -1158,6 +1167,7 @@ "1623706874": "ใช้บล็อกนี้เมื่อคุณต้องการใช้ตัวคูณเป็นประเภทการค้าของคุณ", "1630372516": "ลอง Fiat onramp ของเรา", "1630417358": "โปรดไปที่การตั้งค่าบัญชีของคุณและกรอกรายละเอียดส่วนบุคคลของคุณเพื่อเปิดใช้งานการถอน", + "1631281562": "ตะกร้า GBP", "1634594289": "เลือกภาษา", "1634903642": "ภาพเซลฟี่เฉพาะใบหน้าของคุณเท่านั้น", "1634969163": "เปลี่ยนสกุลเงิน", @@ -1203,12 +1213,12 @@ "1684419981": "นี่คืออะไร?", "1686800117": "{{error_msg}}", "1689103988": "วินาทีตั้งแต่ดำเนินการ", - "1689738742": "ดัชนี Gold", "1690703448": "คุณสามารถโอนระหว่างบัญชี Deriv fiat สกุลเงินดิจิทัล DMT5 และ Deriv X ได้", "1691335819": "เพื่อทำการซื้อขายกับเราต่อไป โปรดยืนยันตัวตนของคุณ", "1691765860": "- การปฏิเสธ", "1693614409": "เวลาเริ่มต้น", "1694331708": "คุณสามารถสลับระหว่าง CFD ตัวเลือกดิจิทัล และตัวคูณได้ตลอดเวลา", + "1694517345": "ป้อนที่อยู่อีเมลใหม่", "1695807119": "ไม่สามารถโหลดบล็อกจาก Google Drive", "1700233813": "ไม่อนุญาตให้โอนจาก {{selected_value}} โปรดเลือกบัญชีอื่นจากเมนูด้านล่าง", "1708413635": "สำหรับบัญชี {{currency_name}} ({{currency}}) ของคุณ", @@ -1426,6 +1436,7 @@ "1968368585": "สถานะการจ้างงาน", "1971898712": "เพิ่มหรือจัดการบัญชี", "1973536221": "คุณยังไม่มีตำแหน่งที่เปิด", + "1974304588": "ดูเหมือนว่าชื่อในเอกสารของคุณไม่ตรงกับชื่อในโปรไฟล์ Deriv ของคุณ โปรดอัปเดตชื่อของคุณในหน้ารายละเอียดส่วนบุคคลทันที", "1982912252": "Relative Strength Index (RSI) จากรายการในระยะเวลาหนึ่ง", "1983001416": "กำหนดตัวเลือกการค้าของคุณ เช่น ตัวคูณและเงินเดิมพัน บล็อกนี้สามารถใช้ได้เฉพาะกับประเภทการค้าตัวคูณเท่านั้น หากคุณเลือกประเภทการค้าอื่น บล็อกนี้จะถูกแทนที่ด้วยบล็อกตัวเลือกการค้า", "1983387308": "ดูตัวอย่าง", @@ -1442,6 +1453,7 @@ "1990735316": "ขึ้นเท่ากับ", "1991448657": "ไม่ทราบหมายเลขประจําตัวผู้เสียภาษีของคุณใช่หรือไม่? คลิก <0>ที่นี่ เพื่อเรียนรู้เพิ่มเติม", "1991524207": "ดัชนีข้าม 100", + "1994023526": "ที่อยู่อีเมลที่คุณป้อนมีข้อผิดพลาดหรือพิมพ์ผิด (เกิดขึ้นกับพวกเรา)", "1994558521": "แพลตฟอร์มเหล่านี้ไม่เป็นมิตรกับผู้ใช้", "1994600896": "บล็อกนี้ต้องการรายการของแท่งเทียน เพื่อใช้เป็นพารามิเตอร์อินพุต", "1995023783": "บรรทัดแรกของที่อยู่*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Tick list", "2051558666": "ดูประวัติธุรกรรม", + "2053617863": "โปรดดำเนินการถอนเงินทั้งหมดออกจากบัญชีของคุณ", "2054500647": "นโยบายการร้องเรียนนี้ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราวใช้กับบัญชีของคุณที่ลงทะเบียนกับ Deriv (SVG) LLC และ Deriv (V) Ltd", "2054889300": "สร้าง \"%1\"", "2055317803": "คัดลอกลิงก์ไปยังเบราว์เซอร์มือถือของคุณ", @@ -1715,6 +1728,7 @@ "-1462975230": "ตัวอย่างเอกสาร", "-1472844935": "รูปภาพควรแสดงเอกสารของคุณอย่างชัดเจน", "-883103549": "บัญชีถูกปิดใช้งาน", + "-773766766": "อีเมลและรหัสผ่าน", "-1466827732": "การป้องกันตนเอง", "-1498206510": "วงเงินในบัญชี", "-241588481": "ประวัติการเข้าสู่ระบบ", @@ -1895,6 +1909,8 @@ "-547557964": "ไม่สามารถส่งอีเมลไปยังที่อยู่นี้ (โดยปกติเกิดจากไฟร์วอลล์หรือการตั้งค่า)", "-1964320730": "โปรดคลิกที่ลิงค์ในอีเมลเพื่อเปลี่ยนรหัสผ่าน <0>Deriv X ของคุณ", "-976364600": "โปรดคลิกที่ลิงค์ในอีเมลเพื่อเปลี่ยนรหัสผ่าน DMT5 ของคุณ", + "-742748008": "ตรวจสอบอีเมลของคุณและคลิกลิงก์ในอีเมลเพื่อดำเนินการต่อ", + "-84068414": "หากยังไม่ได้รับอีเมล โปรดติดต่อเราทาง <0>แชทสด", "-2073934245": "บริการซื้อขายทางการเงินในเว็บไซต์นี้เหมาะสำหรับลูกค้าที่ยอมรับความเป็นไปได้ของการขาดทุนเงินทั้งหมดที่พวกเขาลงทุนและผู้ที่เข้าใจ และมีประสบการณ์เกี่ยวกับความเสี่ยงที่เกี่ยวข้องกับการซื้อสัญญาทางการเงิน การทำธุรกรรมในสัญญาทางการเงินมีความเสี่ยงสูง หากสัญญาที่คุณซื้อหมดอายุ คุณจะสูญเสียเงินลงทุนทั้งหมด ซึ่งรวมถึงค่าธรรมเนียมของสัญญาดังกล่าวด้วย", "-679569665": "บัญชีของคุณจะถูกเปิดด้วย Deriv (MX) Ltd ซึ่งควบคุมโดยคณะกรรมการการเล่นเกมแห่งสหราชอาณาจักร (UKGC) และจะอยู่ภายใต้กฎหมายของ Isle of Man", "-1970096931": "บัญชีของคุณจะถูกเปิดด้วย Deriv (Europe) Limited ได้รับการควบคุมโดย Malta Gaming Authority และจะอยู่ภายใต้กฎหมายของประเทศมอลตา", @@ -1966,6 +1982,7 @@ "-1725454783": "ล้มเหลว", "-506510414": "วันที่และเวลา", "-1708927037": "ที่อยู่ IP", + "-1042416056": "ใช้ <0>รหัสผ่าน Deriv เพื่อเข้าสู่ระบบ Deriv.com, Deriv Go, Dtrader, SmartTrader และ DBot", "-365847515": "แอปที่คุณสามารถใช้กับการเข้าสู่ระบบ Deriv ของคุณ:", "-26491905": "คุณกําลังใช้บัญชีผู้ใช้ {{identifier_title}} ของคุณเพื่อเข้าสู่ระบบบัญชีผู้ใช้ Deriv ของคุณ เมื่อต้องการเปลี่ยนวิธีการเข้าสู่ระบบของคุณให้เป็นชื่อผู้ใช้และรหัสผ่าน ให้คลิกปุ่ม <0>ยกเลิกการเชื่อมโยง", "-596920538": "ยก เลิก", @@ -2064,6 +2081,7 @@ "-203002433": "ฝากเงินตอนนี้", "-720315013": "คุณไม่มีเงินในบัญชี {{currency}} ของคุณ", "-2052373215": "โปรดทำการฝากเงินเพื่อใช้คุณสมบัตินี้", + "-1201279468": "ในการถอนเงินของคุณ โปรดเลือกวิธีการชำระเงินแบบเดียวกับที่คุณใช้ในการฝากเงิน", "-553249337": "การโอนถูกล็อค", "-705272444": "อัปโหลดหลักฐานยืนยันตัวตนเพื่อยืนยันตัวตนของคุณ", "-1196994774": "เราจะเรียกเก็บค่าธรรมเนียมการโอน 2% หรือ {{minimum_fee}} {{currency}} แล้วแต่จำนวนใดจะสูงกว่า สำหรับการโอนเงินระหว่างบัญชีสกุลเงินดิจิทัล Deriv ของคุณ", @@ -2098,7 +2116,7 @@ "-1388977563": "คัดลอก", "-1962894999": "ที่อยู่นี้สามารถใช้ได้เพียงครั้งเดียวเท่านั้น โปรดคัดลอกรายการใหม่สำหรับการทำธุรกรรมครั้งต่อไปของคุณ", "-451858550": "การคลิก \"ดำเนินการต่อ\" จะเปลี่ยนเส้นทางคุณไปยัง {{ service }} ซึ่งเป็นผู้ให้บริการชำระเงินบุคคลที่สาม โปรดทราบว่า {{ website_name }} จะไม่รับผิดชอบต่อเนื้อหาหรือบริการที่จัดทำโดย {{ service }} หากคุณพบปัญหาเกี่ยวกับการบริการ {{ service }} คุณต้องทำการติดต่อ {{ service }} โดยตรง", - "-344959847": "ตัวแทนชำระเงินได้รับอนุญาตให้ดำเนินการฝากและถอนเงินสำหรับคุณ หากวิธีการชำระเงินหรือสกุลเงินของคุณไม่ได้รับการสนับสนุนใน {{website_name}}", + "-1137412124": "ไม่พบวิธีการชำระเงินที่เหมาะสมสำหรับประเทศของคุณใช่หรือไม่ จากนั้นลองใช้ตัวแทนชำระเงิน", "-1232852916": "เรากําลังสลับไปยังบัญชี {{currency}} ของคุณเพื่อดูธุรกรรม", "-38063175": "{{account_text}} wallet", "-1474202916": "ทําการถอนเงินใหม่", @@ -2408,7 +2426,7 @@ "-9704319": "ดัชนี Crash 1000", "-465860988": "ดัชนี ตลาดกระทิง", "-390528194": "ดัชนี Step", - "-1800672151": "ดัชนี GBP", + "-280323742": "ตะกร้า EUR", "-563812039": "ดัชนีความผันผวน 10 (1s)", "-764111252": "ดัชนีความผันผวน 100 (1s)", "-1374309449": "ดัชนีความผันผวน 200 (1s)", @@ -2479,6 +2497,7 @@ "-1175685940": "โปรดติดต่อเราผ่านแชทสดเพื่อเปิดใช้งานการถอนเงิน", "-1125797291": "อัพเดทรหัสผ่านแล้ว", "-157145612": "โปรดเข้าสู่ระบบด้วยรหัสผ่านล่าสุด", + "-1217269360": "ชื่อจริงของคุณคืออะไร {{client_name}}?", "-87177461": "โปรดไปที่การตั้งค่าบัญชีของคุณและกรอกรายละเอียดส่วนบุคคลของคุณเพื่อเปิดใช้งานการฝากเงิน", "-904632610": "รีเซ็ตยอดเงินของคุณ", "-470018967": "รีเซ็ตความสมดุล", @@ -2530,6 +2549,7 @@ "-1950045402": "ถอนเงินทั้งหมดของคุณ", "-168971942": "สิ่งนี้มีความหมายสำหรับคุณ", "-905560792": "โอเคผมเข้าใจแล้ว", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "สำรวจ", "-1197864059": "สร้างบัญชีทดลองฟรี", "-1485242688": "Step {{step}}: {{step_title}} ({{step}} ของ {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "เวลาปัจจุบัน:", "-1534648620": "รหัสผ่านของคุณได้เปลี่ยนเรียบร้อยแล้ว", "-596199727": "เราจะนำคุณไปยังหน้าเข้าสู่ระบบ", + "-310434518": "ข้อมูลอีเมลต้องไม่เว้นว่าง", "-437918412": "ไม่มีสกุลเงินที่กําหนดให้กับบัญชีของคุณ", "-707550055": "เราจําเป็นต้องทําเช่นนี้เพื่อให้แน่ใจว่าบริการของเราสอดคล้องกับกฎหมาย และกฎระเบียบในประเทศของคุณ", "-280139767": "กำหนดที่อยู่", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d หากการตัดสินใจนั้นอยู่ในความโปรดปรานของเรา คุณต้องส่งหนังสือให้เราทราบภายใน 7 วันนับจากวันที่มีการตัดสินใจ และการร้องเรียนจะได้รับการพิจารณาปิด", "-429248139": "5. ข้อความปฏิเสธความรับผิดชอบ", "-818926350": "คณะกรรมการทางการเงินยอมรับการอุทธรณ์เป็นเวลา 45 วันหลังจากวันที่เกิดเหตุการณ์ และหลังจากที่ผู้ซื้อขายได้พยายามแก้ไขปัญหากับ บริษัท โดยตรง", + "-175369516": "ยินดีต้อนรับสู่ Deriv X", + "-1667427537": "เรียกใช้ Deriv X บนเบราว์เซอร์ของคุณหรือดาวน์โหลดแอพมือถือ", + "-305915794": "เรียกใช้ MT5 จากเบราว์เซอร์ของคุณ หรือดาวน์โหลดแอพ MT5 สําหรับอุปกรณ์ของคุณ", + "-404375367": "เทรดฟอเร็กซ์ ดัชนีตะกร้า สินค้าโภคภัณฑ์ และสกุลเงินดิจิทัลด้วยเลเวอเรจสูง", + "-811331160": "เทรด CFD ในฟอเร็กซ์ หุ้น ดัชนีหุ้น ดัชนีสังเคราะห์ และสินค้าโภคภัณฑ์ด้วยเลเวอเรจ", + "-464262734": "จัดการรหัสผ่านบัญชี {{platform}} จริง {{account_title}}", + "-2042845290": "รหัสผ่านนักลงทุนของคุณได้เปลี่ยนเรียบร้อยแล้ว", + "-1882295407": "รหัสผ่านของคุณได้เปลี่ยนเรียบร้อยแล้ว", + "-254497873": "ใช้รหัสผ่านนี้เพื่อให้สิทธิ์การเข้าถึงแก่ผู้ใช้รายอื่น ในขณะพวกเขาอาจดูบัญชีการซื้อขายของคุณ แต่พวกเขาจะไม่สามารถทำการซื้อขายหรือดำเนินการอื่นได้", + "-161656683": "รหัสผ่านนักลงทุนปัจจุบัน", + "-374736923": "รหัสผ่านนักลงทุนใหม่", + "-1793894323": "สร้างหรือรีเซ็ตรหัสผ่านนักลงทุน", + "-781132577": "เลเวอเรจ", + "-1264604378": "สูงถึง 1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "สูงถึง 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "บัญชีทดลอง ดัชนีสังเคราะห์", + "-1434036215": "บัญชีทดลอง Financial", + "-1882063886": "สาธิต CFD", + "-1228860600": "เพิ่มภูมิภาค", + "-785625598": "ใช้ข้อมูลรับรองเหล่านี้เพื่อเข้าสู่ระบบบัญชี {{platform}} ของคุณบนเว็บไซต์และแอปสําหรับอุปกรณ์เคลื่อนที่", + "-997127433": "เปลี่ยนรหัสผ่าน", + "-162753510": "เพิ่มบัญชีจริง", + "-251202291": "โบรกเกอร์", + "-860609405": "รหัสผ่าน", + "-742647506": "การโอนเงิน", + "-1874242353": "การเติมเงิน", + "-2040196445": "บัญชี MT5 Financial STP ของคุณใกล้พร้อมแล้ว โปรดตั้งรหัสผ่านตอนนี้", + "-712681566": "การแลกเปลี่ยน P2P", + "-1267880283": "{{field_name}} ที่จำเป็น", + "-2084509650": "{{field_name}} อยู่ในรูปแบบที่ไม่ถูกต้อง", + "-1779241732": "ที่อยู่ของบรรทัดแรก ไม่ได้อยู่ในรูปแบบที่ถูกต้อง", + "-188222339": "ไม่ควรเกิน {{max_number}} ตัวอักษร", + "-1673422138": "รัฐ/จังหวัด อยู่ในรูปแบบที่ไม่ถูกต้อง", + "-1262200612": "การยืนยันตัวตนล้มเหลว คุณจะถูกกลับไปยังขั้นตอนก่อนหน้า", + "-1385484963": "ยืนยันเปลี่ยนรหัสผ่าน {{platform}} ของคุณ", + "-1990902270": "การดําเนินการนี้จะเปลี่ยนรหัสผ่านไปยังบัญชี {{platform}} ของคุณทั้งหมด", + "-1357917360": "เทอร์มินัลเว็บ", + "-1454896285": "แอพเดสก์ท็อป MT5 ไม่รองรับ Windows XP, Windows 2003, และ Windows Vista", + "-673424733": "บัญชีทดลอง", + "-1066565281": "การบํารุงรักษาเซิร์ฟเวอร์เริ่มต้นที่ 06:00 GMT ทุกวันอาทิตย์และอาจใช้เวลาถึง 2 ชั่วโมง บริการอาจหยุดชะงักในช่วงเวลานี้", + "-1481390656": "การบำรุงรักษาเซิร์ฟเวอร์เริ่มตั้งแต่ 01:00 GMT ทุกวันอาทิตย์ กระบวนการนี้อาจใช้เวลาถึง 2 ชั่วโมงในการดําเนินการให้เสร็จสมบูรณ์ บริการอาจหยุดชะงักในช่วงเวลานี้", + "-1199152768": "โปรดสํารวจแพลตฟอร์มอื่น ๆ ของเรา", + "-498346912": "สำรวจ DBot", + "-184453418": "ใส่รหัสผ่าน {{platform}} ของคุณ", + "-731759165": "เลือกภูมิภาคสำหรับบัญชี {{ account_type }} จริงของ DMT5 ของคุณ", + "-1769158315": "จริง", + "-700260448": "สาธิต", + "-1175356567": "ขอแสดงความยินดี คุณได้สร้างบัญชี {{category}} <0>{{platform}} <1>{{type}} เรียบร้อยแล้ว ในการเริ่มต้นซื้อขาย โอนเงินจากบัญชี Deriv ของคุณไปยังบัญชีนี้", + "-1570793523": "ขอแสดงความยินดี คุณได้สร้างบัญชี {{category}} <0>{{platform}} <1>{{type}} เรียบร้อยแล้ว", + "-790488576": "ลืมรหัสผ่าน?", + "-1190393389": "ใส่รหัสผ่าน {{platform}} ของคุณเพื่อเพิ่มบัญชี {{platform}} {{account}} ของคุณ", + "-1987408434": "บัญชี MT5 Financial STP ของคุณจะเปิดผ่าน Deriv (BVI) Ltd. การซื้อขายทั้งหมดในบัญชีนี้อยู่ภายใต้ข้อบังคับและแนวทางปฏิบัติของ British Virgin Islands Financial Services Commission (BVIFSC) ไม่มีบัญชีอื่น ๆ ของคุณรวมถึงบัญชี Deriv ของคุณอยู่ภายใต้ข้อบังคับและแนวทางปฏิบัติของ British Virgin Islands Financial Services Commission (BVIFSC)", + "-2057918502": "คําแนะนํา: คุณอาจป้อนรหัสผ่าน Deriv ของคุณซึ่งต่างจากรหัสผ่าน {{platform}} ของคุณ", + "-1752211105": "โอนตอนนี้", + "-1928229820": "รีเซ็ตรหัสผ่านนักลงทุน Deriv X", + "-1917043724": "รีเซ็ตรหัสผ่านนักลงทุน DMT5", + "-1087845020": "หลัก", + "-1950683866": "นักลงทุน", + "-89838213": "คุณสามารถเติมเงินในบัญชีทดลองจำนวน <0> หากมียอดคงเหลือในบัญชี <1> หรือน้อยกว่า", + "-1211122723": "บัญชี {{ platform }} {{ account_title }}", + "-78895143": "ยอดคงเหลือปัจจุบัน", + "-149993085": "ยอดคงเหลือใหม่ปัจจุบัน", + "-490244964": "Forex, หุ้น, ดัชนีหุ้น, เงินดิจิตอล", + "-1368041210": ", ดัชนีที่ทำขึ้นเอง", + "-877064208": "EUR", + "-1302404116": "เลเวอเรจสูงสุด", + "-1284221303": "คุณจะได้รับคำเตือนที่เรียกว่า Margin Call หากยอดเงินในบัญชีของคุณลดลงใกล้กับระดับ Stop Out", + "-1848799829": "เพื่อให้เข้าใจถึงการหยุดออก อันดับแรก คุณต้องเรียนรู้เกี่ยวกับระดับมาร์จิ้น ซึ่งเป็นอัตราส่วนของอิควิตี้ของคุณ (ยอดรวมที่คุณจะมีหากคุณปิดสถานะทั้งหมดของคุณ ณ จุดนั้น) กับมาร์จิ้นที่คุณใช้อยู่ในขณะนี้ หากระดับมาร์จิ้นของคุณลดลงต่ำกว่าระดับ Stop Out ของเรา ตำแหน่งของคุณอาจถูกปิดโดยอัตโนมัติเพื่อปกป้องคุณจากการขาดทุนเพิ่มเติม", + "-224051432": "24/7", + "-511301450": "บ่งบอกถึงความพร้อมในการซื้อขายสกุลเงินดิจิตอลในบัญชีใดบัญชีหนึ่ง", + "-1591882610": "สังเคราะห์", + "-70716111": "FX-majors (สแตนดาร์ด/ไมโครล็อต), FX-minors, ดัชนีตะกร้าสินค้า, สินค้าโภคภัณฑ์, สกุลเงินดิจิตอล, และหุ้นและดัชนีหุ้น", + "-1041629137": "สกุลเงินหลัก สกุลเงินรอง สกุลเงินแปลกใหม่ สกุลเงินดิจิทัล", + "-287097947": "FX-majors (มาตรฐาน/ไมโครล็อต), FX-minors, สินค้าโภคภัณฑ์, คริปโตเคอเรนซี่ (ยกเว้นสหราชอาณาจักร)", + "-2102641225": "ในช่วงการโรลโอเวอร์ของธนาคาร สภาพคล่องในตลาดฟอเร็กซ์จะลดลง และสเปรดอาจเพิ่มรวมถึงเวลาในการประมวลผลคำสั่งซื้อของลูกค้า สิ่งนี้จะเกิดขึ้นประมาณ 21:00 น. GMT ในช่วงเวลากลางวันและ 22:00 GMT", + "-495364248": "มาร์จิ้นโทรและหยุดออกระดับจะเปลี่ยนจากเวลาขึ้นอยู่กับสภาพตลาด", + "-536189739": "เพื่อปกป้องข้อมูลบัญชีของคุณจากการเคลื่อนไหวของตลอดที่ไม่พึงประสงค์เนื่องจากช่องว่างการเปิดตลาด เราขอสงวนสิทธิ์ในการลดเลเวอเรจจากที่นำเสนอทั้งหมดสำหรับบัญชี financial ก่อนตลาดปิด และเพิ่มอีกครั้งหลังจากที่ตลาดเปิด โปรดตรวจสอบให้แน่ใจว่าคุณมีเงินเพียงพอในบัญชี {{platform}} ของคุณเพื่อสนับสนุนตำแหน่งของคุณตลอดเวลา", + "-10956371": "คุณต้องมีบัญชีจริง (สกุลเงิน fiat หรือสกุลเงินดิจิตอล) ใน Deriv เพื่อสร้างบัญชีจริง DMT5", + "-1760596315": "สร้างบัญชี Deriv", + "-1324223697": "ใช้รหัสผ่านนี้เพื่อเข้าสู่ระบบบัญชี DMT5 ของคุณบนเดสก์ท็อป เว็บ และแอปสําหรับอุปกรณ์เคลื่อนที่", + "-648956272": "ใช้รหัสผ่านนี้เพื่อเข้าสู่ระบบบัญชี Deriv X ของคุณบนเว็บและแอปสําหรับอุปกรณ์เคลื่อนที่", + "-337314155": "เปลี่ยนรหัสผ่าน {{platform}}", + "-1814308691": "โปรดคลิกที่ลิงค์ในอีเมลเพื่อเปลี่ยนรหัสผ่าน {{platform}} ของคุณ", "-1282933308": "ไม่ใช่ {{barrier}}", "-968190634": "เท่ากับ {{barrier}}", "-1747377543": "ต่ากว่า {{barrier}}", "-337314714": "วัน", "-442488432": "วัน", - "-175369516": "ยินดีต้อนรับสู่ Deriv X", - "-1667427537": "เรียกใช้ Deriv X บนเบราว์เซอร์ของคุณหรือดาวน์โหลดแอพมือถือ", - "-305915794": "เรียกใช้ MT5 จากเบราว์เซอร์ของคุณ หรือดาวน์โหลดแอพ MT5 สําหรับอุปกรณ์ของคุณ", - "-1330036364": "เทรดฟอเร็กซ์ สินค้าโภคภัณฑ์ และคริปโตเคอเรนซี่ด้วยเลเวอเรจสูง", - "-811331160": "เทรด CFD ในฟอเร็กซ์ หุ้น ดัชนีหุ้น ดัชนีสังเคราะห์ และสินค้าโภคภัณฑ์ด้วยเลเวอเรจ", "-513103225": "เวลาทำธุรกรรม", "-2066666313": "เครดิต/เดบิต", "-2140412463": "ราคาซื้อ", @@ -2736,13 +2840,6 @@ "-584696680": "หากคุณเลือก “ทำกำไร” และระบุจำนวนที่ต้องการได้รับของคุณ ตำแหน่งของคุณจะถูกปิดโดยอัตโนมัติเมื่อกำไรของคุณมากกว่าหรือเท่ากับจำนวณที่ระบุ\nกำไรของคุณอาจมากกว่าจำนวนเงินที่คุณวางเงินทั้งนี้ขึ้นอยู่กับราคาตลาดเมื่อปิดทำการ", "-178096090": "“ทำกำไร” ไม่สามารถอัพเดท คุณสามารถอัพเดทได้ก็ต่อเมื่อ “การยกเลิกข้อตกลง” หมดอายุ", "-206909651": "จุดเข้า คือ ราคาตลาดเมื่อสัญญาของคุณดำเนินการโดยเซิร์ฟเวอร์ของเรา", - "-464262734": "จัดการรหัสผ่านบัญชี {{platform}} จริง {{account_title}}", - "-2042845290": "รหัสผ่านนักลงทุนของคุณได้เปลี่ยนเรียบร้อยแล้ว", - "-1882295407": "รหัสผ่านของคุณได้เปลี่ยนเรียบร้อยแล้ว", - "-254497873": "ใช้รหัสผ่านนี้เพื่อให้สิทธิ์การเข้าถึงแก่ผู้ใช้รายอื่น ในขณะพวกเขาอาจดูบัญชีการซื้อขายของคุณ แต่พวกเขาจะไม่สามารถทำการซื้อขายหรือดำเนินการอื่นได้", - "-161656683": "รหัสผ่านนักลงทุนปัจจุบัน", - "-374736923": "รหัสผ่านนักลงทุนใหม่", - "-1793894323": "สร้างหรือรีเซ็ตรหัสผ่านนักลงทุน", "-149836494": "หมายเลขอ้างอิงธุรกรรมของคุณคือ {{transaction_id}}", "-1382749084": "กลับไปที่การซื้อขาย", "-538215347": "เงินฝากสุทธิ", @@ -2779,81 +2876,6 @@ "-1043117679": "เมื่อการสูญเสียปัจจุบันของคุณเท่ากับหรือเกินกว่า {{stop_out_percentage}}% ของเงินเดิมพันของคุณสัญญาของคุณจะถูกปิดในราคาสินทรัพย์ที่อยู่ใกล้ที่สุด", "-477998532": "สัญญาของคุณจะถูกปิดโดยอัตโนมัติ เมื่อการขาดทุนของคุณมีมากกว่าหรื่อเท่ากับจำนวนนี้", "-243332856": "ตัวเลขหลักสุดท้ายของ 1000 ticksล่าสุดสำหรับ {{ underlying_name }}", - "-781132577": "เลเวอเรจ", - "-1264604378": "สูงถึง 1:1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "สูงถึง 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "บัญชีทดลอง ดัชนีสังเคราะห์", - "-1434036215": "บัญชีทดลอง Financial", - "-1882063886": "สาธิต CFD", - "-1228860600": "เพิ่มภูมิภาค", - "-785625598": "ใช้ข้อมูลรับรองเหล่านี้เพื่อเข้าสู่ระบบบัญชี {{platform}} ของคุณบนเว็บไซต์และแอปสําหรับอุปกรณ์เคลื่อนที่", - "-997127433": "เปลี่ยนรหัสผ่าน", - "-162753510": "เพิ่มบัญชีจริง", - "-251202291": "โบรกเกอร์", - "-860609405": "รหัสผ่าน", - "-742647506": "การโอนเงิน", - "-1874242353": "การเติมเงิน", - "-1352641295": "ซื้อขาย CFD กับดัชนีสังเคราะห์ของเราที่จำลองการเคลื่อนไหวของตลาดโลกแห่งความจริง", - "-2040196445": "บัญชี MT5 Financial STP ของคุณใกล้พร้อมแล้ว โปรดตั้งรหัสผ่านตอนนี้", - "-712681566": "การแลกเปลี่ยน P2P", - "-1267880283": "{{field_name}} ที่จำเป็น", - "-2084509650": "{{field_name}} อยู่ในรูปแบบที่ไม่ถูกต้อง", - "-1779241732": "ที่อยู่ของบรรทัดแรก ไม่ได้อยู่ในรูปแบบที่ถูกต้อง", - "-188222339": "ไม่ควรเกิน {{max_number}} ตัวอักษร", - "-1673422138": "รัฐ/จังหวัด อยู่ในรูปแบบที่ไม่ถูกต้อง", - "-1262200612": "การยืนยันตัวตนล้มเหลว คุณจะถูกกลับไปยังขั้นตอนก่อนหน้า", - "-1385484963": "ยืนยันเปลี่ยนรหัสผ่าน {{platform}} ของคุณ", - "-1990902270": "การดําเนินการนี้จะเปลี่ยนรหัสผ่านไปยังบัญชี {{platform}} ของคุณทั้งหมด", - "-1357917360": "เทอร์มินัลเว็บ", - "-1454896285": "แอพเดสก์ท็อป MT5 ไม่รองรับ Windows XP, Windows 2003, และ Windows Vista", - "-673424733": "บัญชีทดลอง", - "-1066565281": "การบํารุงรักษาเซิร์ฟเวอร์เริ่มต้นที่ 06:00 GMT ทุกวันอาทิตย์และอาจใช้เวลาถึง 2 ชั่วโมง บริการอาจหยุดชะงักในช่วงเวลานี้", - "-1481390656": "การบำรุงรักษาเซิร์ฟเวอร์เริ่มตั้งแต่ 01:00 GMT ทุกวันอาทิตย์ กระบวนการนี้อาจใช้เวลาถึง 2 ชั่วโมงในการดําเนินการให้เสร็จสมบูรณ์ บริการอาจหยุดชะงักในช่วงเวลานี้", - "-1199152768": "โปรดสํารวจแพลตฟอร์มอื่น ๆ ของเรา", - "-498346912": "สำรวจ DBot", - "-184453418": "ใส่รหัสผ่าน {{platform}} ของคุณ", - "-731759165": "เลือกภูมิภาคสำหรับบัญชี {{ account_type }} จริงของ DMT5 ของคุณ", - "-1769158315": "จริง", - "-700260448": "สาธิต", - "-1175356567": "ขอแสดงความยินดี คุณได้สร้างบัญชี {{category}} <0>{{platform}} <1>{{type}} เรียบร้อยแล้ว ในการเริ่มต้นซื้อขาย โอนเงินจากบัญชี Deriv ของคุณไปยังบัญชีนี้", - "-1570793523": "ขอแสดงความยินดี คุณได้สร้างบัญชี {{category}} <0>{{platform}} <1>{{type}} เรียบร้อยแล้ว", - "-790488576": "ลืมรหัสผ่าน?", - "-1190393389": "ใส่รหัสผ่าน {{platform}} ของคุณเพื่อเพิ่มบัญชี {{platform}} {{account}} ของคุณ", - "-1987408434": "บัญชี MT5 Financial STP ของคุณจะเปิดผ่าน Deriv (BVI) Ltd. การซื้อขายทั้งหมดในบัญชีนี้อยู่ภายใต้ข้อบังคับและแนวทางปฏิบัติของ British Virgin Islands Financial Services Commission (BVIFSC) ไม่มีบัญชีอื่น ๆ ของคุณรวมถึงบัญชี Deriv ของคุณอยู่ภายใต้ข้อบังคับและแนวทางปฏิบัติของ British Virgin Islands Financial Services Commission (BVIFSC)", - "-2057918502": "คําแนะนํา: คุณอาจป้อนรหัสผ่าน Deriv ของคุณซึ่งต่างจากรหัสผ่าน {{platform}} ของคุณ", - "-1752211105": "โอนตอนนี้", - "-1928229820": "รีเซ็ตรหัสผ่านนักลงทุน Deriv X", - "-1917043724": "รีเซ็ตรหัสผ่านนักลงทุน DMT5", - "-1087845020": "หลัก", - "-1950683866": "นักลงทุน", - "-89838213": "คุณสามารถเติมเงินในบัญชีทดลองจำนวน <0> หากมียอดคงเหลือในบัญชี <1> หรือน้อยกว่า", - "-1211122723": "บัญชี {{ platform }} {{ account_title }}", - "-78895143": "ยอดคงเหลือปัจจุบัน", - "-149993085": "ยอดคงเหลือใหม่ปัจจุบัน", - "-490244964": "Forex, หุ้น, ดัชนีหุ้น, เงินดิจิตอล", - "-1368041210": ", ดัชนีที่ทำขึ้นเอง", - "-877064208": "EUR", - "-1302404116": "เลเวอเรจสูงสุด", - "-1284221303": "คุณจะได้รับคำเตือนที่เรียกว่า Margin Call หากยอดเงินในบัญชีของคุณลดลงใกล้กับระดับ Stop Out", - "-1848799829": "เพื่อให้เข้าใจถึงการหยุดออก อันดับแรก คุณต้องเรียนรู้เกี่ยวกับระดับมาร์จิ้น ซึ่งเป็นอัตราส่วนของอิควิตี้ของคุณ (ยอดรวมที่คุณจะมีหากคุณปิดสถานะทั้งหมดของคุณ ณ จุดนั้น) กับมาร์จิ้นที่คุณใช้อยู่ในขณะนี้ หากระดับมาร์จิ้นของคุณลดลงต่ำกว่าระดับ Stop Out ของเรา ตำแหน่งของคุณอาจถูกปิดโดยอัตโนมัติเพื่อปกป้องคุณจากการขาดทุนเพิ่มเติม", - "-224051432": "24/7", - "-511301450": "บ่งบอกถึงความพร้อมในการซื้อขายสกุลเงินดิจิตอลในบัญชีใดบัญชีหนึ่ง", - "-1591882610": "สังเคราะห์", - "-287097947": "FX-majors (มาตรฐาน/ไมโครล็อต), FX-minors, สินค้าโภคภัณฑ์, คริปโตเคอเรนซี่ (ยกเว้นสหราชอาณาจักร)", - "-2102641225": "ในช่วงการโรลโอเวอร์ของธนาคาร สภาพคล่องในตลาดฟอเร็กซ์จะลดลง และสเปรดอาจเพิ่มรวมถึงเวลาในการประมวลผลคำสั่งซื้อของลูกค้า สิ่งนี้จะเกิดขึ้นประมาณ 21:00 น. GMT ในช่วงเวลากลางวันและ 22:00 GMT", - "-495364248": "มาร์จิ้นโทรและหยุดออกระดับจะเปลี่ยนจากเวลาขึ้นอยู่กับสภาพตลาด", - "-536189739": "เพื่อปกป้องข้อมูลบัญชีของคุณจากการเคลื่อนไหวของตลอดที่ไม่พึงประสงค์เนื่องจากช่องว่างการเปิดตลาด เราขอสงวนสิทธิ์ในการลดเลเวอเรจจากที่นำเสนอทั้งหมดสำหรับบัญชี financial ก่อนตลาดปิด และเพิ่มอีกครั้งหลังจากที่ตลาดเปิด โปรดตรวจสอบให้แน่ใจว่าคุณมีเงินเพียงพอในบัญชี {{platform}} ของคุณเพื่อสนับสนุนตำแหน่งของคุณตลอดเวลา", - "-10956371": "คุณต้องมีบัญชีจริง (สกุลเงิน fiat หรือสกุลเงินดิจิตอล) ใน Deriv เพื่อสร้างบัญชีจริง DMT5", - "-1760596315": "สร้างบัญชี Deriv", - "-1324223697": "ใช้รหัสผ่านนี้เพื่อเข้าสู่ระบบบัญชี DMT5 ของคุณบนเดสก์ท็อป เว็บ และแอปสําหรับอุปกรณ์เคลื่อนที่", - "-648956272": "ใช้รหัสผ่านนี้เพื่อเข้าสู่ระบบบัญชี Deriv X ของคุณบนเว็บและแอปสําหรับอุปกรณ์เคลื่อนที่", - "-337314155": "เปลี่ยนรหัสผ่าน {{platform}}", - "-1814308691": "โปรดคลิกที่ลิงค์ในอีเมลเพื่อเปลี่ยนรหัสผ่าน {{platform}} ของคุณ", "-461955353": "ราคาซื้อ", "-172348735": "กำไร", "-1624674721": "ประเภทของสัญญา", diff --git a/packages/translations/src/translations/tr.json b/packages/translations/src/translations/tr.json index 177206ffeadb..1bc451572e18 100644 --- a/packages/translations/src/translations/tr.json +++ b/packages/translations/src/translations/tr.json @@ -9,18 +9,21 @@ "15377251": "Kâr tutarı: {{profit}}", "17843034": "Kimlik belgesi doğrulama durumunu kontrol edin", "19424289": "Kullanıcı adı", + "19552684": "USD Sepeti", "21035405": "Lütfen neden ayrıldığınızı belirtin. (En fazla {{ allowed_reasons }} neden seçin.)", + "24900606": "Altın Sepeti", "25854018": "Bu blok, geliştiricinin konsolundaki iletileri bir metin dizesi, sayı, boole veya veri dizisi olabilecek bir girişle görüntüler.", "26566655": "Özet", "26596220": "Finans", "27582767": "{{amount}} {{currency}}", - "39720204": "AUD Endeksi", + "33433576": "Please use an e-wallet to withdraw your funds.", "41737927": "Teşekkür ederim", "44877997": "Oturma izni", "45453595": "Binary Koin", "45941470": "Nereden başlamak istersiniz?", "46523711": "Kimlik kanıtınız doğrulandı", "49963458": "Bir seçenek seçin", + "50200731": "FX majör (standart/mikro lot), FX minörler, basket indeksleri, emtialar ve kripto para birimleri", "54185751": "100.000$'dan daha az", "55340304": "Mevcut sözleşmeniz devam etsin mi?", "55916349": "Hepsi", @@ -58,6 +61,7 @@ "100239694": "Bilgisayarınızdan kartın ön tarafını yükleyin", "102226908": "Alan boş bırakılamaz", "108916570": "Süre: {{duration}} gün", + "109073671": "Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.", "111215238": "Direkt ışıktan uzaklaşın", "111718006": "Bitiş tarihi", "111931529": "7 gün boyunca maksimum toplam bahis", @@ -297,7 +301,6 @@ "452662014": "Deriv fiat ve DMT5 hesaplarınız arasında ve Deriv fiat ve Deriv X hesaplarınız arasında farklı para birimlerinde aktarımlar için %1 transfer ücreti tahsil edeceğiz.", "453409608": "Kârınız, piyasa fiyatındaki yüzdelik değişimin hissenizin ve seçtiğiniz çarpanın çarpımıdır.", "454593402": "2. Lütfen aşağıdakilerden birini yükleyin:", - "454664700": "FX-majörler, FX-minörler, FX-egzotik, Kripto para birimleri", "456746157": "Tarayıcı ayarlarınızdan kameranıza erişim izni verin", "457020083": "Eğer onu okuyamazsak, sizi doğrulamak daha uzun sürecek", "457494524": "1. Blok kitaplığından yeni değişken için bir ad girin ve Oluştur'a tıklayın.", @@ -345,8 +348,10 @@ "522283618": "Dijital opsiyon ticareti deneyimi", "522703281": "ile bölünebilen", "523123321": "- Belirli bir sayının gücüne 10", + "525012324": "Majör (standart & mikro-lotlar) ve minör forex, hisse senetleri & hisse senedi endeksleri, emtialar, basket indeksleri, ve kriptoları yüksek kaldıraç ile takas edin.", "527329988": "Bu top-100 ortak parolasıdır", "529056539": "Opsiyonlar", + "529597350": "If you had any open positions, we have closed them and refunded you.", "530953413": "Yetkili uygulamalar", "531114081": "3. Sözleşme Türü", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "Kapanış-Düşük", "541650045": "{{platform}} parolasını yönet", "542305026": "Ayrıca bir kimlik kanıtı da göndermeniz gerekir.", + "543413346": "You have no open positions for this asset. To view other open positions, click Go to Reports", "543915570": "Forex, hisse senetleri, hisse senedi endeksleri, kripto para birimleri, sentetik endeksler", "545476424": "Toplam para çekme işlemleri", "546534357": "\"Anlaşma iptali\"ni seçerseniz, piyasanın aleyhinize hareket etmesi durumunda, seçtiğiniz bir zaman dilimi içinde işleminizi iptal edebileceksiniz. Bunun için küçük bir ücret talep edeceğiz, ancak kar veya zarar etmeden bahis tutarınızı size iade edeceğiz. Anlaşma iptali sona ermeden önce durdurma tutarına ulaşılırsa, pozisyonunuz otomatik olarak iptal edilir, ve kar veya zarar etmeden bahis tutarınızı size iade edeceğiz. \"Anlaşma iptali\" etkinken:", @@ -406,6 +412,7 @@ "606240547": "- Doğal kayıt", "606877840": "Bugüne dön", "607807243": "Mum alın", + "609519227": "Bu, Deriv hesabınızla ilişkili e-posta adresidir.", "609650241": "Sonsuz döngü algılandı", "610537973": "Sağladığınız tüm bilgiler gizlidir ve yalnızca doğrulama amacıyla kullanılacaktır.", "611020126": "Blockchain'de ki adresi görüntüle", @@ -494,10 +501,11 @@ "716428965": "(Kapalı)", "718504300": "Posta/ZIP kodu", "718710899": "{{currency}} hesabınıza para yatırma işlemi yaptığınızdan veya DMT5 ya da Deriv X'te gerçek bir hesap oluşturduğunuz için hesap para biriminizi değiştiremeyiz.", - "718724141": "İçinde sona eriyor", + "718724141": "Sona ereceği süre", "720293140": "Oturumu kapat", "720519019": "Parolamı sıfırla", "721011817": "- İlk sayıyı ikinci sayının gücüne yükseltin", + "723045653": "Bu e-posta adresi ile Deriv hesabınızda oturum açaçaksınız.", "723961296": "Şifreyi yönet", "724203548": "Şikayetinizi <0>Avrupa Komisyonu'nun Online Anlaşmazlık Çözümü (ODR) platformuna gönderebilirsiniz. Bu, Birleşik Krallık müşterileri için geçerli değildir.", "728042840": "Bizimle ticaret yapmaya devam etmek için, lütfen yaşadığınız yeri onaylayın.", @@ -584,7 +592,7 @@ "841543189": "Blockchain'de işlemi görüntüle", "845213721": "Çıkış", "845304111": "Yavaş EMA Periyotu {{ input_number }}", - "848172194": "Majör (standart ve mikro-lotlar) ve minör para birimi çiftlerini, hisse senetlerini, hisse senedi endekslerini, emtiyaları ve kripto para birimlerini yüksek kaldıraç ile takas edin.", + "847888634": "Please withdraw all your funds.", "849805216": "Bir aracı seçin", "851054273": "\"Higher\" seçeneğini seçerseniz çıkış noktası bariyerden çok daha yüksekse ödeme kazanırsınız.", "851264055": "Belirli bir süre boyunca tekrarlanan belirli bir öğeyle bir liste oluşturur.", @@ -618,7 +626,6 @@ "887328652": "Önlem olarak bu hesap için alım satım, para yatırma ve para çekme işlemlerini devre dışı bıraktık. Herhangi bir sorunuz varsa, lütfen <0>Yardım Merkezimize gidin", "888274063": "İlçe/Şehir", "890299833": "Raporlara Git", - "891097078": "USD Endeksi", "891337947": "Ülke seç", "892341141": "{{date_time}}: tarihinden itibaren işlem istatistikleriniz", "893117915": "Değişken", @@ -626,7 +633,6 @@ "893975500": "Şu an hiç güncel botunuz yok", "894191608": "<0>c.Karara varıldığında 28 gün içinde uzlaşmanın hükmünü vermeliyiz.", "895890867": "Hesabınız Deriv (SVG) LLC ile açılacak, ve Saint Vincent ve Grenadines kanunlarına tabi olacaktır.", - "897687778": "Deriv şifreniz, Deriv hesabınıza giriş yapmak içindir.", "898457777": "Bir Deriv Finansal hesabı eklediniz.", "900111088": "İlk kez para yatırmadan önce <0>yeni bir para birimi ayarlama yapabilirsiniz veya gerçek bir DMT5 veya Deriv X hesabı oluşturabilirsiniz.", "902045490": "3 dakika", @@ -816,6 +822,7 @@ "1161924555": "Lütfen bir opsiyon seçin", "1163836811": "Gayrimenkul", "1164773983": "Anlaşma iptali etkinken kar al ve/veya zarar durdur seçeneği kullanılamaz.", + "1164896842": "Gerçek dünya piyasa hareketlerini simüle eden Sentetik indekslerimiz üzerinde CFD ticareti yapın.", "1166128807": "Hesaplarınızdan birini seçin veya yeni bir kriptopara hesabı ekleyin", "1166377304": "Artış değeri", "1168029733": "Çıkış noktası da giriş noktasına eşitse ödeme kazanın.", @@ -846,7 +853,6 @@ "1201533528": "Kazanılan sözleşmeler", "1201773643": "sayısal", "1203297580": "Bu blok bir Telegram kanalına mesaj gönderir.", - "1204202371": "Açık pozisyon yok", "1204223111": "Bu örnekte, mum listesindeki açılış fiyatları \"mum_listesi\" adlı bir değişkene atanır.", "1204919083": "Zaman zaman değişebilen bu şikayet politikası, Deriv (SVG) LLC'ye kayıtlı hesaplarınız için geçerlidir.", "1206821331": "Silahlı Kuvvetler", @@ -879,7 +885,6 @@ "1239940690": "Bir hatayla karşılaşıldığında bot'u yeniden başlatır.", "1240027773": "Lütfen giriş yapın", "1243064300": "Yerel", - "1245469923": "FX-majörler (standart/mikro lotlar), FX-minörler, Smart-FX, Emtialar, Kripto para birimleri", "1246207976": "2FA uygulamanızın oluşturduğu kimlik doğrulama kodunu girin:", "1246880072": "Düzenleyen ülkeyi seçin", "1247280835": "Kripto para kasiyerimiz sistem bakımı nedeniyle geçici olarak çalışmıyor. Bakım tamamlandığında birkaç dakika içinde kripto para yatırma ve çekme işlemleri yapabilirsiniz.", @@ -965,6 +970,7 @@ "1349289354": "Harika, bu ihtiyacımız olan her şey", "1349295677": "{{ input_text }} metninde {{ position1 }} {{ index1 }} ile {{ position2 }} {{ index2 }} arasından alt dize al", "1351152200": "Deriv MT5 (DMT5) kontrol paneline hoş geldiniz", + "1351906264": "This feature is not available for payment agents.", "1353197182": "Lütfen seçiniz", "1355250245": "{{ input_list }} listesinin {{ calculation }}", "1356574493": "Belirli bir metin dizesinin belirli bir bölümünü döndürür.", @@ -1081,6 +1087,7 @@ "1490583127": "DBot gerçek hesaplar için tam olarak hazır değil", "1491392301": "<0>Satıldı: {{sold_for}}", "1492686447": "MT5 Financial STP hesabınız, Deriv (FX) Ltd. aracılığıyla açılacaktır. Bu hesaptaki tüm işlemler, Labuan Financial Service Authority (LFSA) düzenlemelerine ve yönergelerine tabidir. Deriv hesabınız da dahil olmak üzere diğer hesaplarınızın hiçbiri Labuan Financial Service Authority'nin (LFSA) düzenlemelerine ve yönergelerine tabi değildir.", + "1493673429": "E-posta değiştir", "1496810530": "GBP/AUD", "1499074768": "Gerçek Deriv Çarpanları hesabı ekle", "1499080621": "Geçersiz bir işlem gerçekleştirilmeye çalışıldı.", @@ -1095,6 +1102,7 @@ "1510735345": "Bu blok, son 1000 tik değerinin son rakamlarının bir listesini verir.", "1512469749": "Yukarıdaki örnekte, değişken Candle_open_price'in diğer blokların içinde bir yerde işlendiği varsayılmaktadır.", "1515034599": "Zaman zaman değişebilen bu şikayet politikası, kayıtlı ofis adresi First Floor, Millennium House, Victoria Road, Douglas, Man Adası, IM2 4RW adresinde bulunan Deriv (MX) Ltd'de kayıtlı, lisanslı ve sırasıyla (1) Man Adası'ndaki Kumar Denetleme Komisyonu (31 Ağustos 2017'de yayınlanan mevcut <0>lisans) ve (2) Birleşik Krallık'taki Kumar Komisyonu (<1>lisans no. 39172) tarafından düzenlenmektedir).", + "1516537408": "You can no longer trade on Deriv or deposit funds into your account.", "1516676261": "Para yatırma", "1517503814": "Dosyayı bırakın veya yüklemek için buraya tıklayın", "1519336051": "Farklı bir telefon numarası deneyin", @@ -1104,14 +1112,15 @@ "1527906715": "Bu blok, verilen numarayı seçili değişkene ekler.", "1531017969": "Eklenen her öğenin metin değerini arada boşluk bırakmadan birleştirerek tek bir metin dizesi oluşturur. Öğe sayısı buna göre eklenebilir.", "1533177906": "Düşüş", + "1534569275": "As part of the changes in our markets, we will be closing our UK clients’ accounts.", "1534796105": "Değişken değeri alır", "1537711064": "Kasiyere erişmeden önce hızlı bir kimlik doğrulaması yapmanız gerekir. Kimlik belgenizi göndermek için lütfen hesap ayarlarınıza gidin.", - "1539108340": "EUR Endeksi", "1540585098": "Düşüş", "1541969455": "Her ikisi", "1544642951": "\"Only Ups\"ı seçerseniz, giriş noktasından sonra ardışık tikler art arda yükselirse ödemeyi kazanırsınız. Herhangi bir tik düşerse veya önceki tiklerden herhangi birine eşitse ödeme yapılmaz.", "1548765374": "Belge numarası doğrulanamadı", "1549098835": "Çekilen toplam", + "1551172020": "AUD Sepeti", "1552080191": "Şu tarihe kadar Deriv.com'den dışlandı", "1552918367": "Bu adrese yalnızca {{currency}} ({{currency_symbol}}) gönderin.", "1557682012": "Hesap ayarları", @@ -1158,6 +1167,7 @@ "1623706874": "Ticaret türünüz olarak çarpanları kullanmak istediğinizde bu bloğu kullanın.", "1630372516": "Fiat onramp'ı deneyin", "1630417358": "Para çekme işlemlerini etkinleştirmek için lütfen hesap ayarlarınıza gidin ve kişisel bilgilerinizi tamamlayın.", + "1631281562": "GBP Sepeti", "1634594289": "Dil seçin", "1634903642": "Selfie'de yalnızca yüzünüz olabilir", "1634969163": "Para birimini değiştir", @@ -1203,12 +1213,12 @@ "1684419981": "Bu nedir?", "1686800117": "{{error_msg}}", "1689103988": "Epoch'dan bu yana ikinci", - "1689738742": "Altın İndeks", "1690703448": "Deriv fiat, kripto para, DMT5 ve Deriv X hesaplarınız arasında aktarım yapabilirsiniz.", "1691335819": "Bizimle ticaret yapmaya devam etmek için lütfen kim olduğunuzu onaylayın.", "1691765860": "- Olumsuzluk", "1693614409": "Başlangıç zamanı", "1694331708": "İstediğiniz zaman CFD'ler, dijital seçenekler ve çarpanlar arasında geçiş yapabilirsiniz.", + "1694517345": "Yeni bir e-posta adresi girin", "1695807119": "Google Drive blokları yüklenemedi", "1700233813": "{{selected_value}} konumundan aktarıma izin verilmiyor. Lütfen açılır listeden başka bir hesap seçin", "1708413635": "{{currency_name}} ({{currency}}) hesabınız için", @@ -1426,6 +1436,7 @@ "1968368585": "Istihdam durumu", "1971898712": "Hesap ekle veya yönet", "1973536221": "Henüz açık pozisyonunuz yok.", + "1974304588": "It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.", "1982912252": "Bir periyotlu bir listeden Göreceli Güç Endeksi (RSI)", "1983001416": "Çarpan ve bahis gibi ticari seçeneklerinizi tanımlayın. Bu blok yalnızca çarpanlar ticaret tipi ile kullanılabilir. Başka bir ticari tip seçerseniz, bu blok Ticaret opsiyonları bloğuyla değiştirilir.", "1983387308": "Önizleme", @@ -1442,6 +1453,7 @@ "1990735316": "Rise Equals", "1991448657": "Vergi kimlik numaranızı bilmiyor musunuz? Daha fazla bilgi edinmek için <0>buraya tıklayın.", "1991524207": "Jump 100 Endeksi", + "1994023526": "Girdiğiniz e-posta adresi bir hata veya yazım hatası içerdi (en iyilerimizin bile başına geliyor).", "1994558521": "Platformlar kullanıcı dostu değildir.", "1994600896": "Bu blok, giriş parametresi olarak mum listesi gerektirir.", "1995023783": "Adresin ilk satırı *", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Tik listesi", "2051558666": "İşlem geçmişini görüntüle", + "2053617863": "Please proceed to withdraw all your funds from your account.", "2054500647": "Zaman zaman değişebilen bu şikayet politikası, Deriv (SVG) LLC ve Deriv (V) Ltd. ile kayıtlı hesaplarınız için geçerlidir.", "2054889300": "\"%1\" Oluştur", "2055317803": "Bağlantıyı mobil tarayıcınıza kopyalayın", @@ -1715,6 +1728,7 @@ "-1462975230": "Belge örneği", "-1472844935": "Fotoğraf belgenizi net bir şekilde göstermelidir", "-883103549": "Hesap devre dışı bırakıldı", + "-773766766": "E-posta ve şifreler", "-1466827732": "Kendini-dışlama", "-1498206510": "Hesap limitleri", "-241588481": "Oturum açma geçmişi", @@ -1861,7 +1875,7 @@ "-42808954": "Ayrıca belirli bir süre için kendinizi tamamen dışlayabilirsiniz. Bu, yalnızca kendini-dışlama süreniz sona erdiğinde kaldırılabilir. Kendini-dışlama süreniz sona erdiğinde ticarete devam etmek istiyorsanız, bu kendini-dışlamayı kaldırmak için <0>+447723580049 numaralı telefonu arayarak Müşteri Desteği ile iletişime geçmelisiniz. Sohbet veya e-posta yoluyla yapılan talepler kabul edilmeyecektir. Ticarete devam edebilmeniz için 24 saatlik bir bekleme süresi olacaktır.", "-135354733": "Bu kendini-dışlama limitleri, DTrader, DBot ve SmartTrader'da ticaret yapmak için harcadığınız para ve zaman miktarını kontrol etmenize yardımcı olur. Burada belirlemiş olduğunuz limitler, <0>sorumlu ticaret yapmanıza yardımcı olacaktır.", "-1702324712": "Bu sınırlar isteğe bağlıdır ve bunları istediğiniz zaman ayarlayabilirsiniz. Ne kadar ve ne süreyle ticaret yapmak istediğinize siz karar verin. Belirli bir sınır belirlemek istemiyorsanız, alanı boş bırakın.", - "-1819875658": "Ayrıca, kendinizi belirli bir süre için tamamen dışlayabilirsiniz. kendini-dışlama dönemi sona erdiğinde, bu süreyi uzatabilir veya hemen alım satım işlemine devam edebilirsiniz. Kendini-dışlama süresini kısaltmak veya kaldırmak isterseniz, <0>Müşteri Desteği bölümümüz ile iletişim kurun.", + "-1819875658": "Ayrıca, kendinizi belirli bir süre için tamamen dışlayabilirsiniz. Kendini-dışlama dönemi sona erdiğinde, bu süreyi uzatabilir veya hemen alım satım işlemine devam edebilirsiniz. Kendini-dışlama süresini kısaltmak veya kaldırmak isterseniz, <0>Müşteri Desteği bölümümüz ile iletişim kurun.", "-1031814119": "Ticaret limitleri ve kendini-dışlama hakkında", "-183468698": "Ticaret limitleri ve kendini-dışlama", "-933963283": "Hayır, limitlerimi gözden geçir", @@ -1895,6 +1909,8 @@ "-547557964": "E-postayı bu adrese teslim edemeyiz (genellikle güvenlik duvarları veya filtreleme nedeniyle).", "-1964320730": "<0>Deriv X şifrenizi değiştirmek için lütfen e-postadaki bağlantıya tıklayın.", "-976364600": "DMT5 parolanızı değiştirmek için lütfen e-postadaki bağlantıya tıklayın.", + "-742748008": "E-postanızı kontrol edin ve devam etmek için e-postadaki linke tıklayın.", + "-84068414": "E-postayı hala almadınız mı? Lütfen <0>canlı sohbet. yoluyla bizimle iletişime geçin", "-2073934245": "Bu sitede sunulan finansal ticaret hizmetleri, yalnızca yatırım yaptıkları tüm parayı kaybetme olasılığını kabul eden ve finansal sözleşmelerin satın alınmasıyla ilgili riskleri anlayan ve deneyimleyen müşteriler için uygundur. Finansal sözleşmelerdeki işlemler yüksek derecede risk taşır. Satın aldığınız sözleşmeler değersiz olarak sona ererse, sözleşme primi dahil tüm yatırımınızı kaybedersiniz.", "-679569665": "Hesabınız, Birleşik Krallık Oyun Komisyonu (UKGC) tarafından düzenlenen Deriv (MX) Ltd ile açılacak ve Man Adası yasalarına tabi olacaktır.", "-1970096931": "Hesabınız, Malta Oyun Dairesi tarafından düzenlenen Deriv (Avrupa) Limited ile açılacak ve Malta yasalarına tabi olacaktır.", @@ -1966,6 +1982,7 @@ "-1725454783": "Başarısız oldu", "-506510414": "Tarih ve saat", "-1708927037": "IP adresi", + "-1042416056": "Deriv.com, Deriv Go, Dtrader, SmartTrader, ve DBot'ta oturum açmak için <0>Deriv şifresini kullanın.", "-365847515": "Deriv oturum açma bilgilerinizle kullanabileceğiniz uygulamalar:", "-26491905": "Deriv hesabınızda oturum açmak için {{identifier_title}} hesabınızı kullanıyorsunuz. Kullanıcı adı ve parola kullanarak oturum açma yönteminizi değiştirmek için <0>Bağlantıyı Kaldır düğmesine tıklayın.", "-596920538": "Bağlantıyı kaldır", @@ -2064,6 +2081,7 @@ "-203002433": "Şimdi para yatırın", "-720315013": "{{currency}} hesabınızda para yok", "-2052373215": "Bu özelliği kullanmak için lütfen bir para yatırma işlemi yapın.", + "-1201279468": "To withdraw your funds, please choose the same payment method you used to make your deposits.", "-553249337": "Transferler kilitli", "-705272444": "Kimliğinizi doğrulamak için bir kimlik belgesi yükleyin", "-1196994774": "Deriv kripto para hesaplarınız arasındaki transferler için %2 transfer ücreti veya {{minimum_fee}} {{currency}}, hangisi daha yüksekse, tahsil edeceğiz.", @@ -2098,7 +2116,7 @@ "-1388977563": "Kopyalandı!", "-1962894999": "Bu adres yalnızca BIR KEZ kullanılabilir. Lütfen bir sonraki işleminiz için yeni bir tane kopyalayın.", "-451858550": "'Devam'a tıklayarak, üçüncü taraf bir ödeme hizmeti sağlayıcısı olan {{ service }} konumuna yönlendirileceksiniz. {{ website_name }}'in {{ service }} tarafından sağlanan içerik veya hizmetlerden sorumlu olmadığını lütfen unutmayın. {{ service }} hizmetleriyle ilgili herhangi bir sorunla karşılaşırsanız, doğrudan {{ service }} ile iletişime geçmelisiniz.", - "-344959847": "Yerel ödeme yöntemleriniz veya para birimleriniz {{website_name}} üzerinde desteklenmiyorsa, bir ödeme acentesi sizin için para yatırma ve para çekme işlemlerini gerçekleştirmeye yetkilidir.", + "-1137412124": "Can’t find a suitable payment method for your country? Then try a payment agent.", "-1232852916": "İşlemi görüntülemek için {{currency}} hesabınıza geçiyoruz.", "-38063175": "{{account_text}} cüzdan", "-1474202916": "Yeni bir para çekme işlemi gerçekleştirin", @@ -2408,7 +2426,7 @@ "-9704319": "Crash 1000 Endeksi", "-465860988": "Boğa Piyasası Endeksi", "-390528194": "Step Endeksi", - "-1800672151": "GBP Endeksi", + "-280323742": "EUR Sepeti", "-563812039": "Volatilite 10 (1s) Endeksi", "-764111252": "Volatilite 100 (1s) Endeksi", "-1374309449": "Volatilite 200 (1s) Endeksi", @@ -2479,6 +2497,7 @@ "-1175685940": "Para çekme işlemlerini etkinleştirmek için lütfen canlı sohbet ile bizimle iletişime geçin.", "-1125797291": "Parola güncellendi.", "-157145612": "Lütfen güncellenmiş parolanızla oturum açın.", + "-1217269360": "What’s your real name, {{client_name}}?", "-87177461": "Para yatırma işlemlerini etkinleştirmek için lütfen hesap ayarlarınıza gidin ve kişisel bilgilerinizi tamamlayın.", "-904632610": "Bakiyenizi sıfırlayın", "-470018967": "Bakiyeyi sıfırla", @@ -2530,6 +2549,7 @@ "-1950045402": "Tüm paranızı geri çekin", "-168971942": "Bu sizin için şu anlama geliyor", "-905560792": "Tamam, anlıyorum", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Keşfedin", "-1197864059": "Ücretsiz demo hesabı oluştur", "-1485242688": "Step {{step}}: ({{steps}}'in {{step}}) {{step_title}}", @@ -2575,6 +2595,7 @@ "-3959715": "Geçerli saat:", "-1534648620": "Parolanız değiştirildi", "-596199727": "Şimdi sizi giriş sayfasına yönlendireceğiz.", + "-310434518": "E-posta girişi boş olmamalıdır.", "-437918412": "Hesabınıza atanmış para birimi yok", "-707550055": "Hizmetimizin ülkenizdeki yasa ve düzenlemelere uygun olduğundan emin olmak için buna ihtiyacımız var.", "-280139767": "İkameti ayarla", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.Karar lehimize verilirse, kararın verildiği tarihten itibaren 7 gün içinde bizim için bir feragat sağlamanız gerekir ve şikayet kapanmış sayılacaktır.", "-429248139": "5. Yasal Uyarı", "-818926350": "Mali Komisyon, olayın tarihinden itibaren 45 gün içerisinde ve ancak ticaret yapan kişi sorunu doğrudan şirketle çözmeye çalıştıktan sonra itirazları kabul eder.", + "-175369516": "Deriv X'e hoş geldiniz", + "-1667427537": "Tarayıcınızda Deriv X'i çalıştırın veya mobil uygulamayı indirin", + "-305915794": "MT5'i tarayıcınızdan çalıştırın veya cihazlarınız için MT5 uygulamasını indirin", + "-404375367": "Forex, basket indeksleri, emtialar, ve krito para birimlerini yüksek kaldıraçla takas edin.", + "-811331160": "Forex, hisse senetleri, hisse senedi endeksleri, sentetik endeksler ve kaldıraçlı emtialarda CFD ticareti yapın.", + "-464262734": "{{platform}} gerçek {{account_title}} hesap parolasını yönet", + "-2042845290": "Yatırımcı parolanız değiştirildi.", + "-1882295407": "Parolanız değiştirildi.", + "-254497873": "Başka bir kullanıcıya görüntüleme erişimi vermek için bu parolayı kullanın. Onlar alım satım hesabınızı görebilseler de ticaret yapamaz veya başka bir işlem yapamaz.", + "-161656683": "Mevcut yatırımcı parolası", + "-374736923": "Yeni yatırımcı parolası", + "-1793894323": "Yatırımcı parolası oluşturun veya sıfırlayın", + "-781132577": "Kaldıraç", + "-1264604378": "1:1000'e kadar", + "-637908996": "%100", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "1:100'e kadar", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Demo Sentetik", + "-1434036215": "Demo Finansal", + "-1882063886": "Demo CFD'ler", + "-1228860600": "Bölge ekle", + "-785625598": "Web sitesinde ve mobil uygulamalarda {{platform}} hesabınızda oturum açmak için bu kimlik bilgilerini kullanın.", + "-997127433": "Parolayı Değiştir", + "-162753510": "Gerçek hesap ekle", + "-251202291": "Broker", + "-860609405": "Şifre", + "-742647506": "Fon transferi", + "-1874242353": "Fon yükleme", + "-2040196445": "MT5 Finansal STP hesabınız neredeyse hazır, lütfen parolanızı şimdi ayarlayın.", + "-712681566": "Peer-to-peer değişim", + "-1267880283": "{{field_name}} gereklidir", + "-2084509650": "{{field_name}} düzgün biçimlendirilmemiş.", + "-1779241732": "Adresin ilk satırı doğru biçimde değil.", + "-188222339": "Bu, {{max_number}} karakteri aşmamalıdır.", + "-1673422138": "Bölge/İl uygun biçimde değil.", + "-1262200612": "Kimlik doğrulama başarısız. Önceki adıma yönlendirileceksiniz.", + "-1385484963": "{{platform}} parolanızı değiştirmek için onaylayın", + "-1990902270": "Bu işlem, parolayı tüm {{platform}} hesaplarınıza değiştirecektir.", + "-1357917360": "Web terminali", + "-1454896285": "MT5 masaüstü uygulaması Windows XP, Windows 2003 ve Windows Vista tarafından desteklenmez.", + "-673424733": "Demo hesabı", + "-1066565281": "Sunucu bakımı her Pazar 06:00'da (TSİ) başlar ve 2 saate kadar sürebilir. Bu süre içinde hizmet kesintiye uğrayabilir.", + "-1481390656": "Her Pazar 01:00'dan (TSİ) itibaren sunucu bakımı başlıyor. Bu işlemin tamamlanması 2 saat kadar sürebilir. Bu süre içinde hizmet kesintiye uğrayabilir.", + "-1199152768": "Lütfen diğer platformlarımızı inceleyin.", + "-498346912": "DBot'u Keşfet", + "-184453418": "{{platform}} şifrenizi girin", + "-731759165": "DMT5 gerçek {{ account_type }} hesabınız için bir bölge seçin", + "-1769158315": "gerçek", + "-700260448": "demo", + "-1175356567": "Tebrikler, {{category}}<0>{{platform}}<1>{{type}} hesabınızı başarıyla oluşturdunuz. Alım satım işlemini başlatmak için fonları Deriv hesabınızdan bu hesaba aktarın.", + "-1570793523": "Tebrikler, {{category}}<0>{{platform}}<1>{{type}} hesabınızı başarıyla oluşturdunuz.", + "-790488576": "Şifreni mi unuttun?", + "-1190393389": "{{platform}} {{account}} hesabı eklemek için {{platform}} şifrenizi girin.", + "-1987408434": "MT5 Finansal STP hesabınız, Deriv (BVI) Ltd aracılığıyla açılacaktır. Bu hesaptaki tüm işlemler, İngiliz Virgin Adaları Finansal Hizmetler Komisyonu'nun (BVIFSC) düzenlemelerine ve yönergelerine tabidir. Deriv hesabınız da dahil olmak üzere diğer hesaplarınızın hiçbiri İngiliz Virgin Adaları Finansal Hizmetler Komisyonu'nun (BVIFSC) düzenlemelerine ve yönergelerine tabi değildir.", + "-2057918502": "İpucu: {{platform}} parolanızdan farklı olan Deriv parolanızı girmiş olabilirsiniz.", + "-1752211105": "Şimdi aktar", + "-1928229820": "Deriv X yatırımcı parolasını sıfırla", + "-1917043724": "DMT5 yatırımcı parolasını sıfırla", + "-1087845020": "ana", + "-1950683866": "yatırımcı", + "-89838213": "Eğer bakiyeniz<1> veya daha az ise demo hesabınıza ek yükleyebilirsiniz.", + "-1211122723": "{{ platform }} {{ account_title }} hesabı", + "-78895143": "Mevcut bakiye", + "-149993085": "Yeni güncel bakiye", + "-490244964": "Forex, stoklar, hisse senedi endeksleri, kripto para birimleri", + "-1368041210": ", sentetik endeksler", + "-877064208": "EUR", + "-1302404116": "Maksimum kaldıraç", + "-1284221303": "Eğer hesap bakiyeniz durdurma seviyesine yaklaşırsa marjin call olarak bilinen bir uyarı alacaksınız.", + "-1848799829": "Stop out'u anlamak için önce, öz sermayenizin (o noktada tüm pozisyonlarınızı kapatırsanız sahip olacağınız toplam bakiye) o anda kullanmakta olduğunuz marja oranı olan marj seviyesini öğrenmelisiniz. Marj seviyeniz stop out seviyemizin altına düşerse, sizi daha fazla zarardan korumak için pozisyonlarınız otomatik olarak kapatılabilir.", + "-224051432": "7/24", + "-511301450": "Belirli bir hesaptaki kripto para birimi ticaretinin kullanılabilirliğini gösterir.", + "-1591882610": "Sentetikler", + "-70716111": "FX-majörler (standart/mikro lotlar), FX-minörler, basket indeksleri, emtialar, kripto paralar, ve hisse senetleri ve hisse senedi endeksleri", + "-1041629137": "FX-majörler, FX-minörler, FX-egzotikler, ve kripto paralar", + "-287097947": "FX - majörler (standart/mikro lotlar), FX-minörler, Emtialar, Kripto para birimleri (Birleşik Krallık hariç)", + "-2102641225": "Banka pozisyon yenilemelerinde, forex piyasalarda likidite azalır ve müşteri emirlerinin spread ve işleme süresini artırabilir. Bu durum, yaz saati uygulaması sırasında 21:00 GMT ve gün ışığından yararlanma saati dışında 22:00 GMT civarında gerçekleşir.", + "-495364248": "Marj çağrısı ve stop out seviyesi piyasa durumuna göre zaman zaman değişecektir.", + "-536189739": "Portföyünüzü piyasa açılış boşluğundan kaynaklanan olumsuz piyasa hareketlerinden korumak için, piyasa kapanışından önce finansal hesaplar için sunulan tüm sembollerdeki kaldıracı azaltma ve piyasa açıldıktan sonra tekrar artırma hakkımızı saklı tutuyoruz. Lütfen {{platform}} hesabınızda pozisyonlarınızı her zaman desteklemek için yeterli paranız olduğundan emin olun.", + "-10956371": "Gerçek bir DMT5 hesabı oluşturmak için Deriv'de gerçek bir hesaba (fiat para birimi veya kriptopara birimi) ihtiyacınız var.", + "-1760596315": "Bir Deriv hesabı oluştur", + "-1324223697": "Masaüstü, web ve mobil uygulamalardaki DMT5 hesaplarınızda oturum açmak için bu parolayı kullanın.", + "-648956272": "Bu parolayı, web ve mobil uygulamalardaki Deriv X hesaplarınızda oturum açmak için kullanın.", + "-337314155": "{{platform}} şifresini değiştir", + "-1814308691": "{{platform}} parolanızı değiştirmek için lütfen e-postadaki bağlantıyı tıklayın.", "-1282933308": "{{barrier}} değil", "-968190634": "Eşittir {{barrier}}", "-1747377543": "{{barrier}} altında", "-337314714": "gün", "-442488432": "gün", - "-175369516": "Deriv X'e hoş geldiniz", - "-1667427537": "Tarayıcınızda Deriv X'i çalıştırın veya mobil uygulamayı indirin", - "-305915794": "MT5'i tarayıcınızdan çalıştırın veya cihazlarınız için MT5 uygulamasını indirin", - "-1330036364": "Forex, emtia ve kripto para birimlerini yüksek kaldıraçla takas edin.", - "-811331160": "Forex, hisse senetleri, hisse senedi endeksleri, sentetik endeksler ve kaldıraçlı emtialarda CFD ticareti yapın.", "-513103225": "İşlem zamanı", "-2066666313": "Kredi/Hesap", "-2140412463": "Alış fiyatı", @@ -2673,7 +2777,7 @@ "-529846150": "Saniye", "-256210543": "Şu anda alım satım işlemi yapılamıyor.", "-1050725091": "Bu hesap için DTrader kullanılamıyor", - "-402175529": "Tarih", + "-402175529": "Geçmiş", "-902712434": "Anlaşma iptali", "-988484646": "Anlaşma iptali (uygulandı)", "-444882676": "Anlaşma iptali (etkin)", @@ -2736,13 +2840,6 @@ "-584696680": "“Kâr al” seçeneğini seçerseniz ve kazanmak istediğiniz tutarı belirtirseniz, karınız bu miktardan fazla veya bu miktara eşit olduğunda pozisyonunuz otomatik olarak kapatılır. Kârınız, kapanıştaki piyasa fiyatına bağlı olarak girdiğiniz tutardan fazla olabilir.", "-178096090": "“Kâr al” güncellenemez. Yalnızca “Anlaşma iptali” sona erdiğinde güncelleyebilirsiniz.", "-206909651": "Giriş noktası, sözleşmenizin sunucularımız tarafından işlendiği zamanki piyasa fiyatıdır.", - "-464262734": "{{platform}} gerçek {{account_title}} hesap parolasını yönet", - "-2042845290": "Yatırımcı parolanız değiştirildi.", - "-1882295407": "Parolanız değiştirildi.", - "-254497873": "Başka bir kullanıcıya görüntüleme erişimi vermek için bu parolayı kullanın. Onlar alım satım hesabınızı görebilseler de ticaret yapamaz veya başka bir işlem yapamaz.", - "-161656683": "Mevcut yatırımcı parolası", - "-374736923": "Yeni yatırımcı parolası", - "-1793894323": "Yatırımcı parolası oluşturun veya sıfırlayın", "-149836494": "İşlem referans numaranız: {{transaction_id}}", "-1382749084": "Ticarete geri dön", "-538215347": "Net mevduatlar", @@ -2779,81 +2876,6 @@ "-1043117679": "Mevcut kaybınız bahisinizin {{stop_out_percentage}}% değerine eşit olduğunda veya aştığında, sözleşmeniz mevcut en yakın varlık fiyatından kapatılacaktır.", "-477998532": "Kaybınız bu miktardan fazla veya bu miktara eşit olduğunda sözleşmeniz otomatik olarak kapatılır.", "-243332856": "{{ underlying_name }} için en son 1000 tikin son basamak durumu", - "-781132577": "Kaldıraç", - "-1264604378": "1:1000'e kadar", - "-637908996": "%100", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "1:100'e kadar", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Demo Sentetik", - "-1434036215": "Demo Finansal", - "-1882063886": "Demo CFD'ler", - "-1228860600": "Bölge ekle", - "-785625598": "Web sitesinde ve mobil uygulamalarda {{platform}} hesabınızda oturum açmak için bu kimlik bilgilerini kullanın.", - "-997127433": "Parolayı Değiştir", - "-162753510": "Gerçek hesap ekle", - "-251202291": "Broker", - "-860609405": "Şifre", - "-742647506": "Fon transferi", - "-1874242353": "Fon yükleme", - "-1352641295": "Gerçek dünya piyasa hareketini simüle eden sentetik İndekslerimizde CFD'leri takas edin.", - "-2040196445": "MT5 Finansal STP hesabınız neredeyse hazır, lütfen parolanızı şimdi ayarlayın.", - "-712681566": "Peer-to-peer değişim", - "-1267880283": "{{field_name}} gereklidir", - "-2084509650": "{{field_name}} düzgün biçimlendirilmemiş.", - "-1779241732": "Adresin ilk satırı doğru biçimde değil.", - "-188222339": "Bu, {{max_number}} karakteri aşmamalıdır.", - "-1673422138": "Bölge/İl uygun biçimde değil.", - "-1262200612": "Kimlik doğrulama başarısız. Önceki adıma yönlendirileceksiniz.", - "-1385484963": "{{platform}} parolanızı değiştirmek için onaylayın", - "-1990902270": "Bu işlem, parolayı tüm {{platform}} hesaplarınıza değiştirecektir.", - "-1357917360": "Web terminali", - "-1454896285": "MT5 masaüstü uygulaması Windows XP, Windows 2003 ve Windows Vista tarafından desteklenmez.", - "-673424733": "Demo hesabı", - "-1066565281": "Sunucu bakımı her Pazar 06:00'da (TSİ) başlar ve 2 saate kadar sürebilir. Bu süre içinde hizmet kesintiye uğrayabilir.", - "-1481390656": "Her Pazar 01:00'dan (TSİ) itibaren sunucu bakımı başlıyor. Bu işlemin tamamlanması 2 saat kadar sürebilir. Bu süre içinde hizmet kesintiye uğrayabilir.", - "-1199152768": "Lütfen diğer platformlarımızı inceleyin.", - "-498346912": "DBot'u Keşfet", - "-184453418": "{{platform}} şifrenizi girin", - "-731759165": "DMT5 gerçek {{ account_type }} hesabınız için bir bölge seçin", - "-1769158315": "gerçek", - "-700260448": "demo", - "-1175356567": "Tebrikler, {{category}}<0>{{platform}}<1>{{type}} hesabınızı başarıyla oluşturdunuz. Alım satım işlemini başlatmak için fonları Deriv hesabınızdan bu hesaba aktarın.", - "-1570793523": "Tebrikler, {{category}}<0>{{platform}}<1>{{type}} hesabınızı başarıyla oluşturdunuz.", - "-790488576": "Şifreni mi unuttun?", - "-1190393389": "{{platform}} {{account}} hesabı eklemek için {{platform}} şifrenizi girin.", - "-1987408434": "MT5 Finansal STP hesabınız, Deriv (BVI) Ltd aracılığıyla açılacaktır. Bu hesaptaki tüm işlemler, İngiliz Virgin Adaları Finansal Hizmetler Komisyonu'nun (BVIFSC) düzenlemelerine ve yönergelerine tabidir. Deriv hesabınız da dahil olmak üzere diğer hesaplarınızın hiçbiri İngiliz Virgin Adaları Finansal Hizmetler Komisyonu'nun (BVIFSC) düzenlemelerine ve yönergelerine tabi değildir.", - "-2057918502": "İpucu: {{platform}} parolanızdan farklı olan Deriv parolanızı girmiş olabilirsiniz.", - "-1752211105": "Şimdi aktar", - "-1928229820": "Deriv X yatırımcı parolasını sıfırla", - "-1917043724": "DMT5 yatırımcı parolasını sıfırla", - "-1087845020": "ana", - "-1950683866": "yatırımcı", - "-89838213": "Eğer bakiyeniz<1> veya daha az ise demo hesabınıza ek yükleyebilirsiniz.", - "-1211122723": "{{ platform }} {{ account_title }} hesabı", - "-78895143": "Mevcut bakiye", - "-149993085": "Yeni güncel bakiye", - "-490244964": "Forex, stoklar, hisse senedi endeksleri, kripto para birimleri", - "-1368041210": ", sentetik endeksler", - "-877064208": "EUR", - "-1302404116": "Maksimum kaldıraç", - "-1284221303": "Eğer hesap bakiyeniz durdurma seviyesine yaklaşırsa marjin call olarak bilinen bir uyarı alacaksınız.", - "-1848799829": "Stop out'u anlamak için önce, öz sermayenizin (o noktada tüm pozisyonlarınızı kapatırsanız sahip olacağınız toplam bakiye) o anda kullanmakta olduğunuz marja oranı olan marj seviyesini öğrenmelisiniz. Marj seviyeniz stop out seviyemizin altına düşerse, sizi daha fazla zarardan korumak için pozisyonlarınız otomatik olarak kapatılabilir.", - "-224051432": "7/24", - "-511301450": "Belirli bir hesaptaki kripto para birimi ticaretinin kullanılabilirliğini gösterir.", - "-1591882610": "Sentetikler", - "-287097947": "FX - majörler (standart/mikro lotlar), FX-minörler, Emtialar, Kripto para birimleri (Birleşik Krallık hariç)", - "-2102641225": "Banka pozisyon yenilemelerinde, forex piyasalarda likidite azalır ve müşteri emirlerinin spread ve işleme süresini artırabilir. Bu durum, yaz saati uygulaması sırasında 21:00 GMT ve gün ışığından yararlanma saati dışında 22:00 GMT civarında gerçekleşir.", - "-495364248": "Marj çağrısı ve stop out seviyesi piyasa durumuna göre zaman zaman değişecektir.", - "-536189739": "Portföyünüzü piyasa açılış boşluğundan kaynaklanan olumsuz piyasa hareketlerinden korumak için, piyasa kapanışından önce finansal hesaplar için sunulan tüm sembollerdeki kaldıracı azaltma ve piyasa açıldıktan sonra tekrar artırma hakkımızı saklı tutuyoruz. Lütfen {{platform}} hesabınızda pozisyonlarınızı her zaman desteklemek için yeterli paranız olduğundan emin olun.", - "-10956371": "Gerçek bir DMT5 hesabı oluşturmak için Deriv'de gerçek bir hesaba (fiat para birimi veya kriptopara birimi) ihtiyacınız var.", - "-1760596315": "Bir Deriv hesabı oluştur", - "-1324223697": "Masaüstü, web ve mobil uygulamalardaki DMT5 hesaplarınızda oturum açmak için bu parolayı kullanın.", - "-648956272": "Bu parolayı, web ve mobil uygulamalardaki Deriv X hesaplarınızda oturum açmak için kullanın.", - "-337314155": "{{platform}} şifresini değiştir", - "-1814308691": "{{platform}} parolanızı değiştirmek için lütfen e-postadaki bağlantıyı tıklayın.", "-461955353": "alış fiyatı", "-172348735": "kar", "-1624674721": "sözleşme türü", diff --git a/packages/translations/src/translations/vi.json b/packages/translations/src/translations/vi.json index d78fcffa5571..1544d94a35d6 100644 --- a/packages/translations/src/translations/vi.json +++ b/packages/translations/src/translations/vi.json @@ -9,18 +9,21 @@ "15377251": "Khoản lãi: {{profit}}", "17843034": "Kiểm tra trạng thái xác minh của tài liệu xác nhận danh tính", "19424289": "Tên người dùng", + "19552684": "USD Basket", "21035405": "Vui lòng cho chúng tôi biết lý do bạn rời đi. (chọn được {{ allowed_reasons }} lý do.)", + "24900606": "Gold Basket", "25854018": "Khối này hiển thị các thông báo trong bảng điều khiển của nhà phát triển, với một đầu vào có thể là một chuỗi văn bản, một số, boolean hoặc một mảng dữ liệu.", "26566655": "Tóm tắt", "26596220": "Tài chính", "27582767": "{{amount}} {{currency}}", - "39720204": "Chỉ số AUD", + "33433576": "Please use an e-wallet to withdraw your funds.", "41737927": "Xin cảm ơn", "44877997": "Giấy phép cư trú", "45453595": "Tiền Nhị Phân", "45941470": "Bạn muốn bắt đầu từ đâu?", "46523711": "Chứng minh danh tính của bạn đã được phê duyệt", "49963458": "Chọn một lựa chọn", + "50200731": "FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "54185751": "Ít hơn $100,000", "55340304": "Giữ hợp đồng hiện tại của bạn?", "55916349": "Tất cả", @@ -58,6 +61,7 @@ "100239694": "Tải mặt trước thẻ của bạn từ máy tính", "102226908": "Phần không thể để trống", "108916570": "Thời lượng: {{duration}} ngày", + "109073671": "Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.", "111215238": "Tránh khỏi ánh sáng trực tiếp", "111718006": "Ngày kết thúc", "111931529": "Tổng tiền cược tối đa qua 7 ngày", @@ -297,7 +301,6 @@ "452662014": "Chúng tôi sẽ tính phí chuyển khoản 1% đối với các giao dịch chuyển tiền bằng các đơn vị tiền tệ khác nhau giữa tài khoản tiền pháp định Deriv và DMT5 cũng như giữa tài khoản tiền pháp định Deriv và Deriv X.", "453409608": "Lợi nhuận của bạn lấy từ phần trăm thay đổi của giá thị trường nhân tiền cọc của bạn và hệ số nhân bạn chọn.", "454593402": "2. Vui lòng tải lên một trong những thứ sau đây:", - "454664700": "Các cặp ngoại hối chính, phụ, ngoại lai và tiền điện tử", "456746157": "Cấp quyền truy cập vào máy ảnh của bạn từ cài đặt trình duyệt", "457020083": "Sẽ mất nhiều thời gian để xác minh nếu chúng tôi không đọc được tài liệu", "457494524": "1. Từ thư viện khối, nhập tên cho biến mới và nhấp vào Tạo.", @@ -345,8 +348,10 @@ "522283618": "Kinh nghiệm giao dịch các lựa chọn số hóa", "522703281": "chia hết cho", "523123321": "- 10 tới lũy thừa của một số cho sẵn", + "525012324": "Trade major (standard & micro-lots) and minor forex, stocks & stock indices, commodities, basket indices, and crypto with high leverage.", "527329988": "Đây là một trong 100 mật khẩu phổ biến nhất", "529056539": "Tùy chỉnh", + "529597350": "If you had any open positions, we have closed them and refunded you.", "530953413": "Các ứng dụng được cho phép", "531114081": "3. Loại hợp đồng", "531675669": "Euro", @@ -354,6 +359,7 @@ "538228086": "Đóng-Thấp", "541650045": "Quản lý mật khẩu {{platform}}", "542305026": "Bạn cũng cần gửi một bản xác minh danh tính.", + "543413346": "You have no open positions for this asset. To view other open positions, click Go to Reports", "543915570": "Ngoại hối, chứng khoán, chỉ số chứng khoán, tiền mã hóa, chỉ số tổng hợp", "545476424": "Tổng số tiền rút", "546534357": "Nếu bạn chọn \"Hủy giao dịch\", bạn có thể hủy giao dịch của bạn trong khung thời gian đã chọn nếu thị trường đi ngược lại dự đoán của bạn. Chúng tôi sẽ tính một khoản phí nhỏ cho việc này, nhưng chúng tôi sẽ trả lại số tiền cược của bạn mà không có lãi hay lỗ. Nếu đạt được số tiền dừng trước khi hủy thỏa thuận, giao dịch của bạn sẽ tự động được hủy và chúng tôi sẽ trả lại số tiền đặt cược của bạn mà không bao gồm lãi hoặc lỗ. Trong khi \"Hủy giao dịch\" đang hoạt động:", @@ -406,6 +412,7 @@ "606240547": "- Ghi chép tự nhiên", "606877840": "Lùi về hôm nay", "607807243": "Lấy nến", + "609519227": "This is the email address associated with your Deriv account.", "609650241": "Phát hiện vòng lặp vô hạn", "610537973": "Mọi thông tin bạn cung cấp đều được bảo mật và sẽ chỉ được sử dụng cho mục đích xác minh.", "611020126": "Xem địa chỉ trên Chuỗi khối", @@ -498,6 +505,7 @@ "720293140": "Đăng xuất", "720519019": "Lấy lại mật khẩu", "721011817": "- Tăng số đầu tiên lên luỹ thừa của số thứ hai", + "723045653": "You'll log in to your Deriv account with this email address.", "723961296": "Quản lý mật khẩu", "724203548": "Bạn có thể gửi đơn khiếu nại của mình đến nền tảng <0>Giải quyết Tranh chấp Trực tuyến (ODR) của Ủy ban Châu Âu. Điều này không áp dụng cho khách hàng Vương quốc Anh.", "728042840": "Để tiếp tục giao dịch với chúng tôi, vui lòng xác nhận nơi bạn sống.", @@ -584,7 +592,7 @@ "841543189": "Xem giao dịch trên Chuỗi khối", "845213721": "Đăng xuất", "845304111": "Thời lượng EMA chậm {{ input_number }}", - "848172194": "Giao dịch các cặp tiền tệ chính và phụ (lô tiêu chuẩn và lô vi mô), cổ phiếu, chỉ số tài chính, hàng hóa, và tiền điện tử với đòn bẩy cao.", + "847888634": "Please withdraw all your funds.", "849805216": "Chọn đại lý", "851054273": "Nếu bạn chọn \"Cao hơn\", bạn sẽ thắng nếu giá tại thời điểm cuối giao dịch cao hơn giới hạn.", "851264055": "Tạo danh sách với một mục nhất định được lặp lại một số lần cụ thể.", @@ -618,7 +626,6 @@ "887328652": "Để đề phòng, chúng tôi đã vô hiệu hóa hoạt động giao dịch, gửi tiền và rút tiền cho tài khoản này. Nếu bạn có bất kỳ câu hỏi nào, vui lòng truy cập <0>Trung tâm trợ giúp của chúng tôi.", "888274063": "Tỉnh/Thành phố", "890299833": "Tới Báo cáo", - "891097078": "Chỉ số USD", "891337947": "Chọn quốc gia", "892341141": "Thông số giao dịch của bạn kể từ: {{date_time}}", "893117915": "Biến", @@ -626,7 +633,6 @@ "893975500": "Bạn không có bất kỳ bot nào gần đây", "894191608": "<0>c. Chúng tôi phải chi trả và tuân thủ phán quyết trong vòng 28 ngày kể từ khi có quyết định.", "895890867": "Tài khoản của bạn sẽ được mở với Deriv (SVG) LLC, và sẽ tuân theo luật pháp của Saint Vincent và Grenadines.", - "897687778": "Mật khẩu Deriv dùng để đăng nhập vào tài khoản Deriv của bạn.", "898457777": "Bạn đã thêm một tài khoản tài chính Deriv.", "900111088": "Bạn có thể <0>đặt đơn vị tiền tệ mới trước khi gửi tiền lần đầu tiên hoặc tạo tài khoản DMT5 hoặc Deriv X.", "902045490": "3 phút", @@ -816,6 +822,7 @@ "1161924555": "Vui lòng chọn một lựa chọn", "1163836811": "Bất Động Sản", "1164773983": "Chốt lãi và/hoặc dừng lỗ không khả dụng khi chức năng hủy giao dịch đang hoạt động.", + "1164896842": "Trade CFDs on our Synthetic indices that simulate real-world market movement.", "1166128807": "Chọn một trong những tài khoản của bạn hoặc thêm một tài khoản tiền kỹ thuật số mới", "1166377304": "Giá trị tăng dần", "1168029733": "Sẽ thắng nếu như điểm chốt bằng với điểm khởi đầu.", @@ -846,7 +853,6 @@ "1201533528": "Gói thầu đã thắng", "1201773643": "số", "1203297580": "Khung này gửi một tin nhắn tới kênh Telegram.", - "1204202371": "Không có giao dịch mới", "1204223111": "Trong ví dụ, giá bắt đầu từ một danh sách nến của một nến được gán vào một biến gọi là \"candle_list\".", "1204919083": "Chính sách khiếu nại này, có thể thay đổi theo thời gian, áp dụng cho (các) tài khoản của bạn đã đăng ký với Deriv (SVG) LLC.", "1206821331": "Lực lượng vũ trang", @@ -879,7 +885,6 @@ "1239940690": "Khởi động lại bot khi gặp lỗi.", "1240027773": "Vui lòng đăng nhập", "1243064300": "Địa phương", - "1245469923": "Cặp tiền tệ chính (lô tiêu chuẩn/nhỏ), Cặp tiền tệ thứ yếu, Hàng hoá thương mại, Tiền điện tử", "1246207976": "Nhập mã xác thực được tạo bởi ứng dụng 2FA của bạn:", "1246880072": "Chọn quốc gia phát hành", "1247280835": "Thu ngân tiền điện tử của chúng tôi tạm thời ngừng hoạt động do bảo trì hệ thống. Bạn có thể gửi và rút tiền điện tử trong vài phút khi quá trình bảo trì hoàn tất.", @@ -965,6 +970,7 @@ "1349289354": "Rất tốt, đó là tất cả những gì chúng tôi cần", "1349295677": "trong văn bản {{ input_text }} lấy chuỗi phụ từ {{ position1 }} {{ index1 }} tới {{ position2 }} {{ index2 }}", "1351152200": "Chào mừng đến với bảng điều khiển của Deriv MT5 (DMT5)", + "1351906264": "This feature is not available for payment agents.", "1353197182": "Vui lòng chọn", "1355250245": "{{ calculation }} của danh sách {{ input_list }}", "1356574493": "Trả về một phần cụ thể của một chuỗi văn bản có sẵn.", @@ -1081,6 +1087,7 @@ "1490583127": "DBot chưa sẵn sàng cho các tài khoản thực", "1491392301": "<0>Bán cho: {{sold_for}}", "1492686447": "Tài khoản MT5 tài chính STP của bạn sẽ được mở thông qua Deriv (FX) Ltd. Tất cả giao dịch trong tài khoản này phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Labuan (LFSA). Không có các tài khoản khác của bạn, bao gồm tài khoản Deriv của bạn, phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Labuan (LFSA).", + "1493673429": "Change email", "1496810530": "GBP/AUD", "1499074768": "Thêm tài khoản Deriv Multiplier thực", "1499080621": "Đã cố gắng thực hiện một hoạt động không hợp lệ.", @@ -1095,6 +1102,7 @@ "1510735345": "Khung này cung cấp cho bạn một danh sách các chữ số cuối cùng của các giá trị 1000 tick gần nhất.", "1512469749": "Trong ví dụ trên, giả định rằng biến candle_open_price được xử lý ở đâu đó trong các khối khác.", "1515034599": "Chính sách khiếu nại này, có thể thay đổi theo thời gian, áp dụng cho tài khoản của bạn đã đăng ký với Deriv (MX) Ltd, có địa chỉ văn phòng đăng ký tại Tầng 1, Nhà Thiên niên kỷ, Đường Victoria, Douglas, Đảo Man, IM2 4RW, được cấp phép và được quy định tương ứng bởi (1) Ủy ban giám sát cờ bạc ở Isle of Man (<0>giấy phép hiện tại được cấp vào ngày 31 tháng 8 năm 2017) và (2) Ủy ban cờ bạc ở Vương quốc Anh (<1>giấy phép số 39172).", + "1516537408": "You can no longer trade on Deriv or deposit funds into your account.", "1516676261": "Nạp tiền", "1517503814": "Kép thả file hoặc bấm vào đây để tải lên", "1519336051": "Thử một số điện thoại khác", @@ -1104,14 +1112,15 @@ "1527906715": "Khung này thêm số cho sẵn vào biến được chọn.", "1531017969": "Tạo một chuỗi văn bản duy nhất từ ​​việc kết hợp giá trị văn bản của từng mục được đính kèm, không có khoảng trống ở giữa. Số lượng các mục có thể được thêm vào cho phù hợp.", "1533177906": "Giảm", + "1534569275": "As part of the changes in our markets, we will be closing our UK clients’ accounts.", "1534796105": "Lấy giá trị biến", "1537711064": "Bạn cần xác minh nhanh danh tính trước khi có thể truy cập Quỹ. Vui lòng đi tới phần cài đặt tài khoản để gửi bằng chứng nhận dạng của bạn.", - "1539108340": "Chỉ số EUR", "1540585098": "Từ chối", "1541969455": "Cả hai", "1544642951": "Nếu bạn chọn \"Chỉ Tăng\", bạn sẽ thắng nếu các tick liên tục tăng sau điểm khởi đầu. Sẽ không được trả tiền nếu có bất kỳ tick giảm dưới hoặc bằng các tick trước nó.", "1548765374": "Xác minh số giấy tờ thất bại", "1549098835": "Tổng số tiền rút", + "1551172020": "AUD Basket", "1552080191": "Loại trừ khỏi Deriv.com cho đến", "1552918367": "Chỉ gửi {{currency}} ({{currency_symbol}}) đến địa chỉ này.", "1557682012": "Cài đặt tài khoản", @@ -1158,6 +1167,7 @@ "1623706874": "Sử dụng khối này khi bạn muốn sử dụng cấp số nhân làm loại giao dịch của mình.", "1630372516": "Thử dùng dịch vụ Fiat onramp của chúng tôi", "1630417358": "Vui lòng chuyển đến cài đặt tài khoản của bạn và điền đầy đủ thông tin cá nhân của bạn để có thể rút tiền.", + "1631281562": "GBP Basket", "1634594289": "Chọn ngôn ngữ", "1634903642": "Chỉ được phép có mặt của một mình bạn trên ảnh tự chụp", "1634969163": "Thay đổi loại tiền tệ", @@ -1203,12 +1213,12 @@ "1684419981": "Đây là gì?", "1686800117": "{{error_msg}}", "1689103988": "Lần thứ hai kể từ Epoch", - "1689738742": "Chỉ số Gold", "1690703448": "Bạn có thể chuyển khoản giữa các tài khoản tiền pháp định Deriv, tiền kỹ thuật số, DMT5 và Deriv X.", "1691335819": "Để tiếp tục giao dịch với chúng tôi, vui lòng xác nhận danh tính của bạn.", "1691765860": "Phủ định", "1693614409": "Thời gian bắt đầu", "1694331708": "Bạn có thể chuyển đổi giữa các CFD, tùy chọn kỹ thuật số và hệ số nhân bất kỳ lúc nào.", + "1694517345": "Enter a new email address", "1695807119": "Không thể tải các khung Google Drive", "1700233813": "Chuyển tiền từ {{selected_value}} không được phép, Vui lòng chọn một tài khoản khác từ danh sách cuộn", "1708413635": "Cho tài khoản {{currency_name}} {{currency}} của bạn", @@ -1426,6 +1436,7 @@ "1968368585": "Tình trạng việc làm", "1971898712": "Thêm hoặc quản lý tài khoản", "1973536221": "Bạn không có vị thế mở nào.", + "1974304588": "It appears that the name in your document doesn’t match the name in your Deriv profile. Please update your name in the Personal details page now.", "1982912252": "Chỉ số tiềm lực tương đương (RSI) từ một danh sách cùng với một giai đoạn", "1983001416": "Xác định các tùy chọn giao dịch của bạn chẳng hạn như cấp số nhân và tiền đặt cược. Khối này chỉ có thể được sử dụng với loại giao dịch cấp số nhân. Nếu bạn chọn loại giao dịch khác, khối này sẽ được thay thế bằng khối tùy chọn Giao dịch.", "1983387308": "Xem trước", @@ -1442,6 +1453,7 @@ "1990735316": "Tăng tương đương", "1991448657": "Bạn có biết mã số thuế của mình? Nhấn <0>vào đây để tìm hiểu thêm.", "1991524207": "Chỉ số Jump 100", + "1994023526": "The email address you entered had a mistake or typo (happens to the best of us).", "1994558521": "Các nền tảng không thân thiện với người dùng.", "1994600896": "Khung này yêu cầu một danh sách nến như một tham số đầu vào.", "1995023783": "Dòng đầu tiên của địa chỉ*", @@ -1488,6 +1500,7 @@ "2050080992": "Tron", "2050170533": "Danh sách ticks", "2051558666": "Xem lịch sử giao dịch", + "2053617863": "Please proceed to withdraw all your funds from your account.", "2054500647": "Chính sách khiếu nại này, có thể thay đổi theo thời gian, áp dụng cho (các) tài khoản của bạn đã đăng ký với Deriv (SVG) LLC và Deriv (V) Ltd.", "2054889300": "Tạo \"%1\"", "2055317803": "Sao chép đường dẫn vào trình duyệt trên điện thoại của bạn", @@ -1715,6 +1728,7 @@ "-1462975230": "Ví dụ về tài liệu", "-1472844935": "Ảnh phải hiển thị rõ ràng tài liệu của bạn", "-883103549": "Hủy tài khoản", + "-773766766": "Email and passwords", "-1466827732": "Tự loại trừ", "-1498206510": "Giới hạn Tài khoản", "-241588481": "Lịch sử đăng nhập", @@ -1895,6 +1909,8 @@ "-547557964": "Chúng tôi không thể gửi email đến địa chỉ này (Thông thường vì tường lửa hoặc bộ lọc).", "-1964320730": "Vui lòng nhấp vào liên kết trong email để đổi mật khẩu <0>Deriv X của bạn.", "-976364600": "Vui lòng nhấp vào liên kết trong email của bạn để đổi mật khẩu DMT5.", + "-742748008": "Check your email and click the link in the email to proceed.", + "-84068414": "Still didn't get the email? Please contact us via <0>live chat.", "-2073934245": "Các dịch vụ kinh doanh tài chính được cung cấp trên trang web này chỉ phù hợp cho những khách hàng chấp nhận khả năng mất tất cả số tiền họ đầu tư cũng như hiểu và có kinh nghiệm về các rủi ro liên quan trong việc mua lại các hợp đồng tài chính. Các giao dịch hợp đồng tài chính mang một mức độ rủi ro cao. Nếu hợp đồng được mua hết hạn trở nên vô giá trị, bạn sẽ bị mất toàn bộ tiền đầu tư, bao gồm cả phí bảo hiểm hợp đồng.", "-679569665": "Tài khoản của bạn sẽ được mở với Deriv (MX) Ltd, được quản lý bởi Ủy ban cá cược Anh Quốc (UKGC), và sẽ tuân theo luật pháp của Đảo Man.", "-1970096931": "Tài khoản của bạn sẽ được mở với Deriv (Europe) Limited, được quy định bởi Cơ quan quản lý \bcá cược Malta và sẽ tuân theo luật pháp của Malta.", @@ -1966,6 +1982,7 @@ "-1725454783": "Thất bại", "-506510414": "Ngày và thời gian", "-1708927037": "Địa chỉ IP", + "-1042416056": "Use the <0>Deriv password to log in to Deriv.com, Deriv Go, Dtrader, SmartTrader, and DBot.", "-365847515": "Các ứng dụng bạn có thể sử dụng với thông tin đăng nhập Deriv của mình:", "-26491905": "Bạn đang sử dụng tài khoản {{identifier_title}} để đăng nhập vào tài khoản Deriv của mình. Để thay đổi phương thức đăng nhập của bạn thành sử dụng tên người dùng và mật khẩu, hãy nhấp vào nút <0>2Unlink.", "-596920538": "Bỏ liên kết", @@ -2064,6 +2081,7 @@ "-203002433": "Gửi tiền ngay", "-720315013": "Bạn không có tiền trong tài khoản {{currency}} của mình", "-2052373215": "Vui lòng nạp tiền để sử dụng chức năng này.", + "-1201279468": "To withdraw your funds, please choose the same payment method you used to make your deposits.", "-553249337": "Chuyển tiền bị khóa", "-705272444": "Tải lên giấy tờ để xác minh danh tính của bạn", "-1196994774": "Chúng tôi sẽ tính phí chuyển khoản 2% hoặc {{minimum_fee}} {{currency}}, tùy theo mức nào cao hơn, đối với chuyển khoản giữa các tài khoản tiền kỹ thuật số Deriv của bạn.", @@ -2098,7 +2116,7 @@ "-1388977563": "Đã sao chép!", "-1962894999": "Địa chỉ này chỉ có thể được sử dụng MỘT LẦN. Vui lòng sao chép một cái mới cho giao dịch tiếp theo của bạn.", "-451858550": "Bằng cách nhấp vào 'Tiếp tục', bạn sẽ được chuyển hướng đến {{ service }}, một nhà cung cấp dịch vụ thanh khoản bên thứ ba. Xin lưu ý rằng {{ website_name }} không chịu trách nhiệm cho các nội dung hoặc dịch vụ được cung cấp bởi {{ service }}. Nếu bạn gặp bất kỳ sự cố nào liên quan đến các dịch vụ của {{ service }}, bạn phải liên hệ trực tiếp với {{ service }}.", - "-344959847": "Đại lý thanh toán được ủy quyền xử lý nạp và rút tiền cho bạn nếu phương thức thanh toán hoặc tiền tệ địa phương của bạn không được hỗ trợ trên {{website_name}}.", + "-1137412124": "Can’t find a suitable payment method for your country? Then try a payment agent.", "-1232852916": "Chúng tôi đang chuyển sang tài khoản {{currency}} của bạn để xem giao dịch.", "-38063175": "Ví tiền {{account_text}}", "-1474202916": "Tạo một lệnh rút tiền mới", @@ -2408,7 +2426,7 @@ "-9704319": "Chỉ số Crash 1000", "-465860988": "Chỉ số thị trường Bull", "-390528194": "Chỉ Số Bước", - "-1800672151": "Chỉ số GBP", + "-280323742": "EUR Basket", "-563812039": "Chỉ số biến động 10 (1giây)", "-764111252": "Chỉ số biến động 100 (1giây)", "-1374309449": "Chỉ số biến động 200 (1s)", @@ -2479,6 +2497,7 @@ "-1175685940": "Vui lòng liên hệ chúng tôi qua trò chuyện trực tuyến để cho phép rút tiền.", "-1125797291": "Mật khẩu đã được cập nhật.", "-157145612": "Vui lòng đăng nhập với mật khẩu mới cập nhật.", + "-1217269360": "What’s your real name, {{client_name}}?", "-87177461": "Vui lòng đi tới cài đặt tài khoản của bạn và điền đầy đủ thông tin cá nhân của bạn để có thể gửi tiền.", "-904632610": "Đặt lại số dư", "-470018967": "Đặt lại số dư", @@ -2530,6 +2549,7 @@ "-1950045402": "Rút toàn bộ tiền của bạn", "-168971942": "Điều này có ý nghĩa thế nào với bạn", "-905560792": "OK, tôi hiểu", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "Khám phá", "-1197864059": "Tạo tài khoản dùng thử miễn phí", "-1485242688": "Bước {{step}}: {{step_title}} ({{step}} của {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "Thời gian hiện tại:", "-1534648620": "Mật khẩu của bạn đã được đổi", "-596199727": "Bây giờ chúng tôi sẽ chuyển bạn đến trang đăng nhập.", + "-310434518": "The email input should not be empty.", "-437918412": "Không có đơn vị tiền tệ nào được chỉ định cho tài khoản của bạn", "-707550055": "Chúng tôi cần phải đảm bảo dịch vụ của chúng tôi tuân thủ luật pháp và quy định tại quốc gia của bạn.", "-280139767": "Chọn nơi cư trú", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d. Nếu phán quyết được đưa ra có lợi cho chúng tôi, bạn phải xác nhận miễn trừ trách nhiệm cho chúng tôi trong vòng 7 ngày kể từ khi quyết định được đưa ra và đơn khiếu nại sẽ được coi là kết thúc.", "-429248139": "5. Miễn trách nhiệm", "-818926350": "Ủy ban Tài chính chấp nhận kháng cáo trong 45 ngày sau ngày xảy ra vụ việc và chỉ sau khi nhà giao dịch đã cố gắng giải quyết vấn đề trực tiếp với công ty.", + "-175369516": "Chào mừng đến với Deriv X", + "-1667427537": "Chạy Deriv X trên trình duyệt của bạn hoặc tải xuống ứng dụng di động", + "-305915794": "Chạy MT5 trên trình duyệt hoặc tải ứng dụng MT5 cho thiết bị của bạn", + "-404375367": "Trade forex, basket indices, commodities, and cryptocurrencies with high leverage.", + "-811331160": "Giao dịch CFD trên ngoại hối, cổ phiếu, chỉ số chứng khoán, chỉ số tổng hợp và hàng hóa có đòn bẩy.", + "-464262734": "Quản lý mật khẩu tài khoản thực {{platform}} {{account_title}} của bạn", + "-2042845290": "Mật khẩu nhà đầu tư của bạn đã được đổi.", + "-1882295407": "Mật khẩu của bạn đã được đổi.", + "-254497873": "Sử dụng mật khẩu này để cấp quyền quan sát cho một người dùng khác. Trong khi họ có thể xem các tài khoản giao dịch của bạn, họ sẽ không thể thực hiện giao dịch hoặc có các hành động khác.", + "-161656683": "Mật khẩu nhà đầu tư hiện tại", + "-374736923": "Mật khẩu nhà đầu tư mới", + "-1793894323": "Tạo hoặc đặt lại mật khẩu nhà đầu tư", + "-781132577": "Đòn bẩy", + "-1264604378": "Lên đến 1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "Lên đến 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "Tổng hợp demo", + "-1434036215": "Tài chính demo", + "-1882063886": "Demo CFD", + "-1228860600": "Thêm khu vực", + "-785625598": "Sử dụng các thông tin xác thực này để đăng nhập vào tài khoản {{platform}} của bạn trên trang web và các ứng dụng dành cho thiết bị di động.", + "-997127433": "Thay đổi Mật khẩu", + "-162753510": "Thêm tài khoản thực", + "-251202291": "Nhà môi giới", + "-860609405": "Mật khẩu", + "-742647506": "Chuyển khoản", + "-1874242353": "Nạp vốn", + "-2040196445": "Tài khoản Tài chính STP MT5 săp hoàn tất, vui lòng đặt ngay mật khẩu của mình.", + "-712681566": "Trao đổi ngang hàng (P2P)", + "-1267880283": "{{field_name}} là bắt buộc", + "-2084509650": "{{field_name}} không được định dạng đúng.", + "-1779241732": "Dòng địa chỉ đầu tiên không ở định dạng thích hợp.", + "-188222339": "Mục này không được vượt quá {{max_number}} ký tự.", + "-1673422138": "Bang/Tỉnh không ở trong một định dạng thích hợp.", + "-1262200612": "Xác nhận danh tính thất bại. Bạn sẽ được điều hướng về bước trước.", + "-1385484963": "Xác nhận đổi mật khẩu {{platform}} của bạn", + "-1990902270": "Hành động này sẽ thay đổi mật khẩu cho tất cả các tài khoản {{platform}} của bạn.", + "-1357917360": "Thiết bị đầu cuối web", + "-1454896285": "Ứng dụng MT5 máy tính không hỗ trợ bởi các hệ điều hành Windows XP, Windows 2003, và Windows Vista.", + "-673424733": "Tài khoản demo", + "-1066565281": "Bảo trì máy chủ bắt đầu từ 06:00 GMT mỗi Chủ nhật. Quá trình này có thể mất 2 giờ. Dịch vụ có thể bị gián đoạn trong thời gian này.", + "-1481390656": "Bảo trì máy chủ bắt đầu từ 01:00 GMT mỗi Chủ nhật. Quá trình này có thể mất tới 2 giờ để hoàn thành. Dịch vụ có thể bị gián đoạn trong thời gian này.", + "-1199152768": "Vui lòng tìm hiểu các nền tảng khác của chúng tôi.", + "-498346912": "Tìm hiểu DBot", + "-184453418": "Nhập mật khẩu {{platform}} của bạn", + "-731759165": "Chọn một khu vực cho tài khoản {{ account_type }} thực DMT5 của bạn", + "-1769158315": "thực", + "-700260448": "\bdemo", + "-1175356567": "Xin chúc mừng, bạn đã tạo thành công tài khoản {{category}} <0>{{platform}} <1>{{type}} của mình. Để bắt đầu giao dịch, hãy chuyển tiền từ tài khoản Deriv của bạn vào tài khoản này.", + "-1570793523": "Xin chúc mừng, bạn đã tạo thành công tài khoản {{category}} <0>{{platform}} <1>{{type}} của mình.", + "-790488576": "Quên mật khẩu?", + "-1190393389": "Nhập mật khẩu {{platform}} của bạn để thêm tài khoản {{platform}} {{account}}.", + "-1987408434": "Tài khoản MT5 tài chính STP của bạn sẽ được mở thông qua Deriv (BVI) Ltd. Tất cả giao dịch trong tài khoản này phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Quần đảo Bristish Virgin (BVIFSC). Không có các tài khoản khác của bạn, bao gồm tài khoản Deriv của bạn, phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Quần đảo Bristish Virgin (BVIFSC).", + "-2057918502": "Gợi ý: Bạn có thể đã nhập mật khẩu Deriv của mình, mật khẩu này khác với mật khẩu {{platform}} của bạn.", + "-1752211105": "Chuyển khoản ngay", + "-1928229820": "Đặt lại mật khẩu nhà đầu tư Deriv X", + "-1917043724": "Đặt lại mật khẩu nhà đầu tư DMT5", + "-1087845020": "chính", + "-1950683866": "nhà đầu tư", + "-89838213": "Bạn có thể nạp thêm vốn ảo vào tài khoản demo của mình với mức <0> nếu số dư của bạn từ <1> trở xuống.", + "-1211122723": "Tài khoản {{ account_title }} {{ platform }}", + "-78895143": "Số dư hiện tại", + "-149993085": "Số dư hiện tại mới", + "-490244964": "Ngoại hối, chứng khoán, chỉ số chứng khoán, tiền mã hóa", + "-1368041210": ", các chỉ số tổng hợp", + "-877064208": "EUR", + "-1302404116": "Đòn bẩy tối đa", + "-1284221303": "Bạn sẽ nhận được một cảnh báo, được gọi là cuộc gọi khoảng ký quỹ, nếu số dư tài khoản của bạn giảm xuống gần mức dừng.", + "-1848799829": "Để hiểu về ngưng giao dịch, trước tiên bạn cần tìm hiểu về mức ký quỹ, là tỷ lệ vốn chủ sở hữu của bạn (tổng số dư bạn sẽ có nếu đóng tất cả các vị thế của mình tại thời điểm đó) với mức ký quỹ bạn đang sử dụng tại thời điểm này. Nếu mức ký quỹ của bạn giảm xuống dưới mức dừng của chúng tôi, các vị thế của bạn có thể tự động bị đóng để bảo vệ bạn khỏi bị thua lỗ thêm.", + "-224051432": "24/7", + "-511301450": "Chỉ ra sự khả dụng của giao dịch tiền điện tử trên một tài khoản cụ thể.", + "-1591882610": "Chỉ số tổng hợp", + "-70716111": "FX-majors (standard/micro lots), FX-minors, basket indices, commodities, cryptocurrencies, and stocks and stock indices", + "-1041629137": "FX-majors, FX-minors, FX-exotics, and cryptocurrencies", + "-287097947": "Hàng hóa thương mại, tiền điện tử, FX-majors (standard/micro lots), FX-minors (ngoại trừ Vương quốc Anh)", + "-2102641225": "Khi ngân hàng hoán đổi lãi suất, thanh khoản trên thị trường Forex bị giảm và có thể làm tăng biên lãi và tăng thời gian xử lý cho các lệnh của khách hàng. Điều này xảy ra vào khoảng 21:00 GMT trong quy ước giờ mùa hè và 22:00 GMT trong quy ước giờ mùa đông.", + "-495364248": "Mức gọi ký quỹ và mức dừng sẽ thay đổi theo thời gian dựa trên điều kiện thị trường.", + "-536189739": "Để bảo vệ danh mục đầu tư của bạn khỏi những biến động bất lợi của thị trường do khoảng cách mở cửa thị trường, chúng tôi có quyền giảm đòn bẩy đối với tất cả các biểu tượng được cung cấp cho tài khoản tài chính trước khi thị trường đóng cửa và tăng trở lại sau khi mở cửa thị trường. Vui lòng đảm bảo rằng bạn có đủ tiền trong tài khoản {{platform}} để hỗ trợ các đơn hàng của bạn mọi lúc.", + "-10956371": "Bạn cần một tài khoản thực (tiền pháp định hoặc tiền điện tử) trong Deriv để tạo một tài khoản DMT5 thực.", + "-1760596315": "Tạo một tài khoản Deriv", + "-1324223697": "Sử dụng mật khẩu này để đăng nhập vào các tài khoản DMT5 của bạn trên máy tính, trang web, và các ứng dụng điện thoại.", + "-648956272": "Sử dụng mật khẩu này để đăng nhập vào các tài khoản Deriv X của bạn trên máy tính, trang web, và các ứng dụng điện thoại.", + "-337314155": "Thay đổi mật khẩu {{platform}}", + "-1814308691": "Vui lòng nhấp vào liên kết trong email của bạn để đổi mật khẩu {{platform}}.", "-1282933308": "Không {{barrier}}", "-968190634": "Bằng {{barrier}}", "-1747377543": "Dưới {{barrier}}", "-337314714": "ngày", "-442488432": "ngày", - "-175369516": "Chào mừng đến với Deriv X", - "-1667427537": "Chạy Deriv X trên trình duyệt của bạn hoặc tải xuống ứng dụng di động", - "-305915794": "Chạy MT5 trên trình duyệt hoặc tải ứng dụng MT5 cho thiết bị của bạn", - "-1330036364": "Giao dịch ngoại hối, hàng hóa, và tiền điện tử tại đòn bẩy cao.", - "-811331160": "Giao dịch CFD trên ngoại hối, cổ phiếu, chỉ số chứng khoán, chỉ số tổng hợp và hàng hóa có đòn bẩy.", "-513103225": "Thời gian Giao Dịch", "-2066666313": "Tín dụng/Ghi nợ", "-2140412463": "Giá mua", @@ -2736,13 +2840,6 @@ "-584696680": "Nếu bạn chọn \"Lấy lãi\" và đưa ra một giá trị nhất định để giới hạn lãi cho mình, đơn hàng của bạn sẽ tự động đóng khi số lãi lớn hơn hoặc bằng giá trị này. Số lãi của bạn có thể sẽ lớn hơn giá trị bạn đặt ra do phụ thuộc vào giá của thị trường tại thời điểm đóng đơn hàng.", "-178096090": "\"Lấy lãi\" không thể được cập nhật. Bạn chỉ có thể cập nhật nó khi \"Hủy thỏa thuận\" hết hạn.", "-206909651": "Điểm khởi đầu là giá thị trường khi hợp đồng được xử lý bởi máy chủ của chúng tôi.", - "-464262734": "Quản lý mật khẩu tài khoản thực {{platform}} {{account_title}} của bạn", - "-2042845290": "Mật khẩu nhà đầu tư của bạn đã được đổi.", - "-1882295407": "Mật khẩu của bạn đã được đổi.", - "-254497873": "Sử dụng mật khẩu này để cấp quyền quan sát cho một người dùng khác. Trong khi họ có thể xem các tài khoản giao dịch của bạn, họ sẽ không thể thực hiện giao dịch hoặc có các hành động khác.", - "-161656683": "Mật khẩu nhà đầu tư hiện tại", - "-374736923": "Mật khẩu nhà đầu tư mới", - "-1793894323": "Tạo hoặc đặt lại mật khẩu nhà đầu tư", "-149836494": "Số tham chiếu giao dịch của bạn là {{transaction_id}}", "-1382749084": "Trở về giao dịch", "-538215347": "Tiền gửi ròng", @@ -2779,81 +2876,6 @@ "-1043117679": "Khi khoản lỗ hiện tại của bạn bằng hoặc vượt quá {{stop_out_percentage}}% mức cược của bạn, hợp đồng của bạn sẽ được đóng ở mức giá tài sản hiện có gần nhất.", "-477998532": "Hợp đồng của bạn sẽ tự động đóng khi tiền lỗ lớn hơn hoặc bằng giá trị này.", "-243332856": "Số liệu về chữ số cuối cùng của 1000 tick mới nhất cho {{ underlying_name }}", - "-781132577": "Đòn bẩy", - "-1264604378": "Lên đến 1:1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "Lên đến 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "Tổng hợp demo", - "-1434036215": "Tài chính demo", - "-1882063886": "Demo CFD", - "-1228860600": "Thêm khu vực", - "-785625598": "Sử dụng các thông tin xác thực này để đăng nhập vào tài khoản {{platform}} của bạn trên trang web và các ứng dụng dành cho thiết bị di động.", - "-997127433": "Thay đổi Mật khẩu", - "-162753510": "Thêm tài khoản thực", - "-251202291": "Nhà môi giới", - "-860609405": "Mật khẩu", - "-742647506": "Chuyển khoản", - "-1874242353": "Nạp vốn", - "-1352641295": "Giao dịch CFD trên các Chỉ số Tổng hợp của chúng tôi nơi mô phỏng chuyển động thực tế của thị trường.", - "-2040196445": "Tài khoản Tài chính STP MT5 săp hoàn tất, vui lòng đặt ngay mật khẩu của mình.", - "-712681566": "Trao đổi ngang hàng (P2P)", - "-1267880283": "{{field_name}} là bắt buộc", - "-2084509650": "{{field_name}} không được định dạng đúng.", - "-1779241732": "Dòng địa chỉ đầu tiên không ở định dạng thích hợp.", - "-188222339": "Mục này không được vượt quá {{max_number}} ký tự.", - "-1673422138": "Bang/Tỉnh không ở trong một định dạng thích hợp.", - "-1262200612": "Xác nhận danh tính thất bại. Bạn sẽ được điều hướng về bước trước.", - "-1385484963": "Xác nhận đổi mật khẩu {{platform}} của bạn", - "-1990902270": "Hành động này sẽ thay đổi mật khẩu cho tất cả các tài khoản {{platform}} của bạn.", - "-1357917360": "Thiết bị đầu cuối web", - "-1454896285": "Ứng dụng MT5 máy tính không hỗ trợ bởi các hệ điều hành Windows XP, Windows 2003, và Windows Vista.", - "-673424733": "Tài khoản demo", - "-1066565281": "Bảo trì máy chủ bắt đầu từ 06:00 GMT mỗi Chủ nhật. Quá trình này có thể mất 2 giờ. Dịch vụ có thể bị gián đoạn trong thời gian này.", - "-1481390656": "Bảo trì máy chủ bắt đầu từ 01:00 GMT mỗi Chủ nhật. Quá trình này có thể mất tới 2 giờ để hoàn thành. Dịch vụ có thể bị gián đoạn trong thời gian này.", - "-1199152768": "Vui lòng tìm hiểu các nền tảng khác của chúng tôi.", - "-498346912": "Tìm hiểu DBot", - "-184453418": "Nhập mật khẩu {{platform}} của bạn", - "-731759165": "Chọn một khu vực cho tài khoản {{ account_type }} thực DMT5 của bạn", - "-1769158315": "thực", - "-700260448": "\bdemo", - "-1175356567": "Xin chúc mừng, bạn đã tạo thành công tài khoản {{category}} <0>{{platform}} <1>{{type}} của mình. Để bắt đầu giao dịch, hãy chuyển tiền từ tài khoản Deriv của bạn vào tài khoản này.", - "-1570793523": "Xin chúc mừng, bạn đã tạo thành công tài khoản {{category}} <0>{{platform}} <1>{{type}} của mình.", - "-790488576": "Quên mật khẩu?", - "-1190393389": "Nhập mật khẩu {{platform}} của bạn để thêm tài khoản {{platform}} {{account}}.", - "-1987408434": "Tài khoản MT5 tài chính STP của bạn sẽ được mở thông qua Deriv (BVI) Ltd. Tất cả giao dịch trong tài khoản này phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Quần đảo Bristish Virgin (BVIFSC). Không có các tài khoản khác của bạn, bao gồm tài khoản Deriv của bạn, phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Quần đảo Bristish Virgin (BVIFSC).", - "-2057918502": "Gợi ý: Bạn có thể đã nhập mật khẩu Deriv của mình, mật khẩu này khác với mật khẩu {{platform}} của bạn.", - "-1752211105": "Chuyển khoản ngay", - "-1928229820": "Đặt lại mật khẩu nhà đầu tư Deriv X", - "-1917043724": "Đặt lại mật khẩu nhà đầu tư DMT5", - "-1087845020": "chính", - "-1950683866": "nhà đầu tư", - "-89838213": "Bạn có thể nạp thêm vốn ảo vào tài khoản demo của mình với mức <0> nếu số dư của bạn từ <1> trở xuống.", - "-1211122723": "Tài khoản {{ account_title }} {{ platform }}", - "-78895143": "Số dư hiện tại", - "-149993085": "Số dư hiện tại mới", - "-490244964": "Ngoại hối, chứng khoán, chỉ số chứng khoán, tiền mã hóa", - "-1368041210": ", các chỉ số tổng hợp", - "-877064208": "EUR", - "-1302404116": "Đòn bẩy tối đa", - "-1284221303": "Bạn sẽ nhận được một cảnh báo, được gọi là cuộc gọi khoảng ký quỹ, nếu số dư tài khoản của bạn giảm xuống gần mức dừng.", - "-1848799829": "Để hiểu về ngưng giao dịch, trước tiên bạn cần tìm hiểu về mức ký quỹ, là tỷ lệ vốn chủ sở hữu của bạn (tổng số dư bạn sẽ có nếu đóng tất cả các vị thế của mình tại thời điểm đó) với mức ký quỹ bạn đang sử dụng tại thời điểm này. Nếu mức ký quỹ của bạn giảm xuống dưới mức dừng của chúng tôi, các vị thế của bạn có thể tự động bị đóng để bảo vệ bạn khỏi bị thua lỗ thêm.", - "-224051432": "24/7", - "-511301450": "Chỉ ra sự khả dụng của giao dịch tiền điện tử trên một tài khoản cụ thể.", - "-1591882610": "Chỉ số tổng hợp", - "-287097947": "Hàng hóa thương mại, tiền điện tử, FX-majors (standard/micro lots), FX-minors (ngoại trừ Vương quốc Anh)", - "-2102641225": "Khi ngân hàng hoán đổi lãi suất, thanh khoản trên thị trường Forex bị giảm và có thể làm tăng biên lãi và tăng thời gian xử lý cho các lệnh của khách hàng. Điều này xảy ra vào khoảng 21:00 GMT trong quy ước giờ mùa hè và 22:00 GMT trong quy ước giờ mùa đông.", - "-495364248": "Mức gọi ký quỹ và mức dừng sẽ thay đổi theo thời gian dựa trên điều kiện thị trường.", - "-536189739": "Để bảo vệ danh mục đầu tư của bạn khỏi những biến động bất lợi của thị trường do khoảng cách mở cửa thị trường, chúng tôi có quyền giảm đòn bẩy đối với tất cả các biểu tượng được cung cấp cho tài khoản tài chính trước khi thị trường đóng cửa và tăng trở lại sau khi mở cửa thị trường. Vui lòng đảm bảo rằng bạn có đủ tiền trong tài khoản {{platform}} để hỗ trợ các đơn hàng của bạn mọi lúc.", - "-10956371": "Bạn cần một tài khoản thực (tiền pháp định hoặc tiền điện tử) trong Deriv để tạo một tài khoản DMT5 thực.", - "-1760596315": "Tạo một tài khoản Deriv", - "-1324223697": "Sử dụng mật khẩu này để đăng nhập vào các tài khoản DMT5 của bạn trên máy tính, trang web, và các ứng dụng điện thoại.", - "-648956272": "Sử dụng mật khẩu này để đăng nhập vào các tài khoản Deriv X của bạn trên máy tính, trang web, và các ứng dụng điện thoại.", - "-337314155": "Thay đổi mật khẩu {{platform}}", - "-1814308691": "Vui lòng nhấp vào liên kết trong email của bạn để đổi mật khẩu {{platform}}.", "-461955353": "giá Mua", "-172348735": "lợi nhuận", "-1624674721": "loại hợp đồng", diff --git a/packages/translations/src/translations/zh_cn.json b/packages/translations/src/translations/zh_cn.json index f03ff2ecdb6c..42fdc256dc30 100644 --- a/packages/translations/src/translations/zh_cn.json +++ b/packages/translations/src/translations/zh_cn.json @@ -9,18 +9,21 @@ "15377251": "盈利金额: {{profit}}", "17843034": "查看身份证明文件验证状态", "19424289": "用户名", + "19552684": "美元篮子", "21035405": "请告诉我们您为什么要离开。(最多选择{{ allowed_reasons }} 个原因。)", + "24900606": "黄金篮子", "25854018": "此程序块在开发人员控制台中显示消息,输入内容可以是文本字符串、数字、布尔值或数据数组。", "26566655": "摘要", "26596220": "金融", "27582767": "{{amount}} {{currency}}", - "39720204": "澳元指数", + "33433576": "请使用电子钱包取款。", "41737927": "谢谢", "44877997": "居留许可证", "45453595": "Binary 硬币", "45941470": "您想从哪里开始?", "46523711": "您的身份证明已通过验证", "49963458": "选择期权", + "50200731": "外汇主要货币对(标准/微手)、外汇次要货币对、篮子指数、大宗商品、和加密货币", "54185751": "少于$100,000", "55340304": "保留当前合约?", "55916349": "所有", @@ -58,6 +61,7 @@ "100239694": "从电脑上传卡的正面", "102226908": "字段不可为空", "108916570": "持续时间:{{duration}} 天", + "109073671": "请使用您之前用于存款的电子钱包。确保电子钱包支持提款。<0>此处查看支持提款的电子钱包列表。", "111215238": "远离直射光", "111718006": "结束日期", "111931529": "7天内最大总投注金额", @@ -297,7 +301,6 @@ "452662014": "Deriv 法定货币和 DMT5 账户之间以及 Deriv 法定货币和 Deriv X 账户之间的不同货币转账,我们将收取 1% 转账费。", "453409608": "您的盈利将是市价变化的百分比乘以您的投注额和选择的乘数。", "454593402": "2. 请上传以下之一:", - "454664700": "外汇-主要货币对、外汇-次要货币对、外汇-奇异货币对、加密货币", "456746157": "通过浏览器设置给予相机的访问权限", "457020083": "如果看不清楚,就需要更长的时间进行验证", "457494524": "1. 从程序块库输入新变量的名称,然后单击“创建”。", @@ -345,8 +348,10 @@ "522283618": "数字期权交易经验", "522703281": "可除以", "523123321": "-10 的指定数字的次方", + "525012324": "以高杠杆率交易主要(标准和微型手)和次要外汇货币对、股票和股票指数、大宗商品、篮子指数、以及加密货币。", "527329988": "这是100个最常用的密码", "529056539": "选项", + "529597350": "如果您有任何未平仓头寸,我们已将其平仓并退款给您。", "530953413": "授权应用程序", "531114081": "3. 合约类型", "531675669": "欧元", @@ -354,6 +359,7 @@ "538228086": "收盘-最低值", "541650045": "管理{{platform}} 密码", "542305026": "您还必须提交身份证明。", + "543413346": "此资产您没有持仓头寸。点击“前往报表”查看其他持仓头寸", "543915570": "外汇、股票、股票指数、加密货币、综合指数", "545476424": "提款总额", "546534357": "如果您选择“取消交易”,如果市场走势对您不利,您可以在选定时间范围内取消交易。此情况下我们仅收取些许费用,但是您的本金金额将会退还,您没有亏损。如果在取消交易到期之前达到了止损金额,您的头寸将自动被取消,您的本金金额将退还,您没有任何亏损。当“取消交易”处于有效状态时:", @@ -406,6 +412,7 @@ "606240547": "- 自然对数", "606877840": "返回今天", "607807243": "取得烛形线", + "609519227": "这是与您的 Deriv 账户关联的电子邮件地址。", "609650241": "检测到有无限循环", "610537973": "您提供的任何信息均属于机密,并将仅作验证用途。", "611020126": "查看区块链上的地址", @@ -498,6 +505,7 @@ "720293140": "注销", "720519019": "重置密码", "721011817": "- 将首个数字作为第二数字的次方", + "723045653": "您将使用此电子邮件地址登录 Deriv 账户。", "723961296": "管理密码", "724203548": "您可以将投诉提呈到<0>欧洲委员会的在线争议解决(ODR)平台。英国客户不适用。", "728042840": "要继续与我们交易,请确认您的居住地。", @@ -584,7 +592,7 @@ "841543189": "查看区块链上的交易", "845213721": "注销", "845304111": "EMA周期缓慢 {{ input_number }}", - "848172194": "以高杠杆率交易主要(标准和微型手)和次要货币对、股票、股票指数、大宗商品以及加密货币。", + "847888634": "请提取所有资金.", "849805216": "选择代理", "851054273": "如果您选择“高于”期权,只要退市现价严格高于障碍,您将获得赔付。", "851264055": "创建内含以指定次数重复的指定项目的列表。", @@ -618,7 +626,6 @@ "887328652": "为了预防起见,我们已禁用该账户的交易、存款和取款。如有任何疑问,请访问我们的<0>帮助中心。", "888274063": "城镇/城市", "890299833": "前往报表", - "891097078": "美元指数", "891337947": "选择国家", "892341141": "您自:{{date_time}} 至今的交易统计", "893117915": "变量", @@ -626,7 +633,6 @@ "893975500": "您最近没有运行任何机器人", "894191608": "<0>c.做出决定后,我们必须在28天内裁决和解。", "895890867": "您的账户将透过 Deriv (SVG) LLC 开立,并受圣文森特和格林纳丁斯的法律管辖。", - "897687778": "Deriv 密码是用于登录 Deriv 账户。", "898457777": "您已添加 Deriv 金融账户.", "900111088": "首次存款或开立真实 DMT5 或 Deriv X 账户之前, 您可以<0>设定新币种。", "902045490": "3分钟", @@ -816,6 +822,7 @@ "1161924555": "请选择期权", "1163836811": "房地产", "1164773983": "启用取消交易时不可进行止盈和/或止损。", + "1164896842": "在我们模拟真实市场走势的综合指数交易差价合约。", "1166128807": "选择一个账户或添加新的加密货币账户", "1166377304": "递增值", "1168029733": "如果退市现货价与入市现货价相同, 则将赢得赔付。", @@ -846,7 +853,6 @@ "1201533528": "赢得的合约", "1201773643": "数字", "1203297580": "此程序块将消息发送到Telegram通道。", - "1204202371": "无未平仓头寸", "1204223111": "此例中,烛线列表中的开盘价被分配予称为\"candle_list\"的变量。", "1204919083": "此投诉政策可能会不时更改,适用于您在 Deriv (SVG) LLC 注册的账户。", "1206821331": "武装部队", @@ -879,7 +885,6 @@ "1239940690": "遇到错误时重启bot。", "1240027773": "请登录", "1243064300": "本地", - "1245469923": "外汇-主要货币对(标准/微手), 外汇-次要货币对,Smart-外汇,大宗商品, 加密货币", "1246207976": "输入以您的 2FA 应用程序生成的身份验证代码:", "1246880072": "选择发件国家", "1247280835": "由于系统维护,加密货币收银台暂时无法使用。数分钟后一旦维护完成,您即可以加密货币存取款。", @@ -965,6 +970,7 @@ "1349289354": "太好了,这就是我们需要的一切信息", "1349295677": "文本 {{ input_text }} 中获取自 {{ position1 }} {{ index1 }} 至 {{ position2 }} {{ index2 }} 的子字符串", "1351152200": "欢迎来到 Deriv MT5 (DMT5) 仪表板", + "1351906264": "支付代理不能使用此功能。", "1353197182": "请选择", "1355250245": "{{ calculation }} 列表 {{ input_list }}", "1356574493": "返回给定文本字符串的指定部分。", @@ -1081,6 +1087,7 @@ "1490583127": "DBot还不可用于真实账户", "1491392301": "<0>卖价: {{sold_for}}", "1492686447": "您的 MT5 金融 STP 账户将通过 Deriv(FX)Ltd 开立。该账户的所有交易均受 Labuan 金融服务管理局(LFSA)的规定和准则的约束。所有其他账户,包括您的Deriv账户,均不受 Labuan 金融服务管理局(LFSA)的法规和准则的约束。", + "1493673429": "更改电子邮件地址", "1496810530": "英镑/澳元", "1499074768": "添加真实 Deriv 乘数账户", "1499080621": "尝试执行无效的操作。", @@ -1095,6 +1102,7 @@ "1510735345": "此程序块提供最近1000个跳动点的最后数字的列表。", "1512469749": "以上示例假定在其他程序块中的某处处理了Candle_open_price变量。", "1515034599": "此投诉政策可能会不时更改,适用于您在 Deriv (MX) Ltd 注册的账户,其注册地址为:First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, 由 (1) 马恩岛博彩监管委员会授予牌照和监管,(当前<0>牌照于2017 年8 月31 日颁发)及(2) 英国博采委员会授予牌照和监管 (<1>牌照编号: 39172)。", + "1516537408": "您不能再在 Deriv 交易或将资金存入账户。", "1516676261": "存款", "1517503814": "拖放文档或点击此处上传", "1519336051": "尝试使用其他电话号", @@ -1104,14 +1112,15 @@ "1527906715": "此程序块将提供的数字添加到选定的变量中。", "1531017969": "将每个附加项目的文本值合并,使其间没有空格,以创建单个文本字符串。项目数可以按需添加。", "1533177906": "下跌", + "1534569275": "作为我们市场变化的一部分,我们将关闭英国客户的账户。", "1534796105": "取得变量值", "1537711064": "您必须先进行快速身份验证,然后才能访问收银台。请前往账户设置提交身份证明。", - "1539108340": "欧元指数", "1540585098": "拒绝", "1541969455": "两个", "1544642951": "如果您选择“只会持续上涨”期权,只要入市现价后的价格持续上涨,您将获得赔付。如果期间内的价格有任何下跌或相等于之前的价格, 您将不会获得赔付。", "1548765374": "文件号验证已失败", "1549098835": "提款总额", + "1551172020": "澳元篮子", "1552080191": "已被禁止访问 Deriv.com 直到", "1552918367": "仅发送 {{currency}} ({{currency_symbol}}) 至此地址。", "1557682012": "账户设置", @@ -1158,6 +1167,7 @@ "1623706874": "当您想使用乘数作为交易类型时,请使用此程序块。", "1630372516": "体验法币通道", "1630417358": "请前往账户设置并填写个人详细信息,以启用取款。", + "1631281562": "英镑篮子", "1634594289": "选择语言", "1634903642": "自拍照只能拍您的脸", "1634969163": "更改币种", @@ -1203,12 +1213,12 @@ "1684419981": "这是什么?", "1686800117": "{{error_msg}}", "1689103988": "自Epoch以来的秒数", - "1689738742": "黄金指数", "1690703448": "您可进行 Deriv 法定货币、加密货币、DMT5 和 Deriv X 账户之间的转账。", "1691335819": "要继续与我们交易,请确认您的身份。", "1691765860": "- 求反", "1693614409": "开始时间", "1694331708": "随时切换交易差价合约、数字期权和乘数期权。", + "1694517345": "输入新的的电子邮件地址", "1695807119": "无法加载 Google 云端硬盘块", "1700233813": "不允许来自{{selected_value}} 的转汇,请从下拉菜单中选择另一个账户", "1708413635": "用于 {{currency_name}} ({{currency}}) 账户", @@ -1426,6 +1436,7 @@ "1968368585": "就业状况", "1971898712": "添加或管理账户", "1973536221": "您还没有持仓头寸。", + "1974304588": "您文档中的姓名似乎与您在 Deriv 个人资料中的姓名不匹配。请立即在个人详细信息页面中更新姓名。", "1982912252": "从有期限列表获得的相对强度指标 (RSI)", "1983001416": "定义您的交易选项,例如乘数和投注资金。此程序块只能与乘数交易类型一起使用。如果您选择其他交易类型,此程序块将被交易选项程序块取代。", "1983387308": "预览", @@ -1442,6 +1453,7 @@ "1990735316": "上升同价", "1991448657": "不知道您的税务标识号?单击<0>此处了解详情。", "1991524207": "上跳 100 指数", + "1994023526": "您输入的电子邮件地址拼写有误(有时这是难免的)。", "1994558521": "平台操作不便。", "1994600896": "此程序块需要烛线列表作为输入参数。", "1995023783": "地址第一行*", @@ -1488,6 +1500,7 @@ "2050080992": "波场币", "2050170533": "跳动点列表", "2051558666": "查看交易历史", + "2053617863": "请提出账户中的所有资金。", "2054500647": "此投诉政策可能会不时更改,适用于您在 Deriv (SVG) LLC 和 Deriv (V) Ltd 注册的账户。", "2054889300": "创建\"%1\"", "2055317803": "复制链接到您的手机浏览器", @@ -1715,6 +1728,7 @@ "-1462975230": "文档示例", "-1472844935": "照片须清楚显示您的文件", "-883103549": "账户已停用", + "-773766766": "电子邮件和密码", "-1466827732": "自我禁止", "-1498206510": "账户限额", "-241588481": "登录历史", @@ -1895,6 +1909,8 @@ "-547557964": "电子邮件无法传送到此地址(通常是因为安装了防火墙或筛选器)。", "-1964320730": "请单击邮件上的链接以更改<0>Deriv X密码。", "-976364600": "请单击邮件上的链接以更改 DMT5 密码。", + "-742748008": "查看电子邮件并点击邮件里的链接以继续操作。", + "-84068414": "还是没有收到邮件?请通过<0>实时聊天与我们联系。", "-2073934245": "本网站提供的金融交易服务仅适合这样的客户:能够接受全部投入资金亏损的可能性,了解购买金融合约的风险并具有相关经验。金融合约交易有很高的风险。如果购买的合约到期时一文不值,您将损失全部投资,包括合约费用。", "-679569665": "您的账户将通过 Deriv (MX) Ltd 开立,并由英国博彩委员会(UKGC)监管,以及受马恩岛的法律管辖。", "-1970096931": "您的账户将通过 Deriv (Europe) Limited 开立, 并由马耳他博彩机构监管,以及受马耳他的法律管辖。", @@ -1966,6 +1982,7 @@ "-1725454783": "失败", "-506510414": "日期和时间", "-1708927037": "IP 地址", + "-1042416056": "用<0>Deriv密码登录Deriv.com、Deriv Go、DTrader、SmartTrader 和 DBot。", "-365847515": "登录 Deriv 后的可用应用:", "-26491905": "您正在使用{{identifier_title}} 账户登录到 Deriv 账户。如果要将登录方式改成使用用户名和密码,请单击<0>取消链接按钮。", "-596920538": "解除链接", @@ -2064,6 +2081,7 @@ "-203002433": "立刻存款", "-720315013": "您的{{currency}} 账户没有资金", "-2052373215": "请先存款以使用此功能。", + "-1201279468": "要提取资金,请选择您存款时使用的相同付款方式。", "-553249337": "汇款功能已锁定", "-705272444": "上传身份证明以验证您的身份", "-1196994774": "Deriv 加密货币账户之间的转账,我们将收取 2% 转账费或 {{minimum_fee}} {{currency}},以较高者为准。", @@ -2098,7 +2116,7 @@ "-1388977563": "已复制!", "-1962894999": "该地址只能使用一次。请为您的下个交易复制新的地址。", "-451858550": "通过单击“继续”,您将被重定向到第三方付款服务提供商{{service}}。请注意,{{website_name}} 对{{service}} 提供的内容或服务概不负责。如果遇到与{{service}} 服务相关的任何问题,您必须直接与{{service}} 联系。", - "-344959847": "如果{{website_name}} 不支持您的本地付款方式或货币,付款代理商将被授权为您处理存款和取款。", + "-1137412124": "找不到适合您所在国家/地区的付款方式?请试试支付代理。", "-1232852916": "正在转换至您的{{currency}} 账户以查看交易。", "-38063175": "{{account_text}} 钱包", "-1474202916": "新取款", @@ -2408,7 +2426,7 @@ "-9704319": "崩盘 1000 指数", "-465860988": "牛市指数", "-390528194": "步阶指数", - "-1800672151": "英镑指数", + "-280323742": "欧元篮子", "-563812039": "波动率 10 (1s) 指数", "-764111252": "波动率 100 (1s) 指数", "-1374309449": "波动率 200 (1s) 指数", @@ -2479,6 +2497,7 @@ "-1175685940": "请通过实时聊天与我们联系,以启用取款。", "-1125797291": "密码已更新。", "-157145612": "请用更新密码登录。", + "-1217269360": "您的真实姓名{{client_name}} 是什么?", "-87177461": "请前往账户设置并填写个人详细信息,以启用存款。", "-904632610": "重设余额", "-470018967": "重设余额", @@ -2530,6 +2549,7 @@ "-1950045402": "提取所有资金", "-168971942": "这对您来说意味着什么", "-905560792": "好, 我明白", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "探索", "-1197864059": "开立免费模拟账户", "-1485242688": "步骤 {{step}}: {{step_title}} ({{step}} 共 {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "当前时间:", "-1534648620": "您的密码已被更改", "-596199727": "现在,我们将您重定向到登录页面。", + "-310434518": "电子邮件输入不可为空。", "-437918412": "您的账户还未指定币种", "-707550055": "这是必须的,以确保我们的服务符合您所在国家/地区的法律和法规。", "-280139767": "设置居留地", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.如果决定对我们有利,您必须在做出决定后7天内向我们提供免责声明,之后该投诉将被视为已结案。", "-429248139": "5. 免责声明", "-818926350": "事件发生之日起45天内,金融委员会接受上诉,条件是交易者事先须试图直接与公司解决问题。", + "-175369516": "欢迎来到 Deriv X", + "-1667427537": "在浏览器上运行 Deriv X 或下载手机应用程序", + "-305915794": "以浏览器运行 MT5 或为您的设备下载 MT5 应用", + "-404375367": "以高杠杆率交易外汇、篮子指数、大宗商品和加密货币。", + "-811331160": "通过杠杆率进行外汇、股票、股票指数、综合指数和大宗商品的差价合约交易。", + "-464262734": "管理 {{platform}} 真实 {{account_title}} 账户密码", + "-2042845290": "您的投资者密码已被更改.", + "-1882295407": "您的密码已被更改。", + "-254497873": "用此密码给予其他用户查看权限。当该用户查看您的交易账户时将无法交易或采取任何其他行动。", + "-161656683": "当前投资者密码", + "-374736923": "新投资者密码", + "-1793894323": "创建或重置投资者密码", + "-781132577": "杠杆", + "-1264604378": "高达1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "高达1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "模拟综合", + "-1434036215": "模拟金融", + "-1882063886": "模拟差价合约", + "-1228860600": "添加区域", + "-785625598": "用这些凭据登录网络和手机应用上的 {{platform}} 账户。", + "-997127433": "更改密码", + "-162753510": "添加真实账户", + "-251202291": "经纪商", + "-860609405": "密码", + "-742647506": "基金转汇", + "-1874242353": "资金充值", + "-2040196445": "您的 MT5 金融 STP 账户即将就绪,请立刻设置密码。", + "-712681566": "对等交换", + "-1267880283": "{{field_name}} 是必填项", + "-2084509650": "{{field_name}} 的格式不正确。", + "-1779241732": "地址第一行的格式不正确。", + "-188222339": "不可超过 {{max_number}} 个字符。", + "-1673422138": "州/省/区的格式不正确。", + "-1262200612": "身份确认失败。您将重新回到前一步骤。", + "-1385484963": "确认更改 {{platform}} 密码", + "-1990902270": "这将更改用在所有 {{platform}} 账户的密码。", + "-1357917360": "Web 终端", + "-1454896285": "Windows XP、Windows 2003 和 Windows Vista不支持 MT5 桌面应用程序。", + "-673424733": "模拟账户", + "-1066565281": "服务器维护从每个星期日的格林尼治标准时间06:00开始,可能需要2个小时。此期间内服务可能会中断。", + "-1481390656": "服务器维护每个星期日从格林尼治标准时间01:00开始。此过程最多可能需要2个小时才能完成。此期间内服务可能会中断。", + "-1199152768": "请探索我们其他的平台。", + "-498346912": "探索 DBot", + "-184453418": "输入{{platform}} 密码", + "-731759165": "选择 DMT5 {{ account_type }} 真实账户的区域", + "-1769158315": "真实", + "-700260448": "演示", + "-1175356567": "恭喜,您已成功开立 {{category}} <0>{{platform}} <1>{{type}} 账户。请从Deriv账户转汇资金入此账户以开始交易。", + "-1570793523": "恭喜,您已成功开立{{category}} <0>{{platform}} <1>{{type}} 账户。", + "-790488576": "忘记密码?", + "-1190393389": "输入 {{platform}} 密码以添加 {{platform}} {{account}} 账户。", + "-1987408434": "您的 MT5 金融 STP 账户将通过 Deriv(BVI)Ltd 开立。该账户的所有交易均受英属维尔京群岛金融服务委员会(BVIFSC)的规定和准则的约束。所有其他账户,包括您的Deriv账户,均不受英属维尔京群岛金融服务委员会(BVIFSC)的法规和准则的约束。", + "-2057918502": "提示:可能你输入了与 {{platform}} 密码不同的 Deriv 密码。", + "-1752211105": "立刻转汇", + "-1928229820": "重置Deriv X投资者密码", + "-1917043724": "重置DMT5投资者密码", + "-1087845020": "主页", + "-1950683866": "投资者", + "-89838213": "如果您的余额为<1>或更低, 您可以在模拟账户内添加<0> 。", + "-1211122723": "{{ platform }} {{ account_title }} 账户", + "-78895143": "当前余额", + "-149993085": "当前新余额", + "-490244964": "外汇、股票、股票指数、加密货币", + "-1368041210": ", 综合指数", + "-877064208": "欧元", + "-1302404116": "最大杠杆", + "-1284221303": "如您的账户余额降至接近止损水平,您将收到名为追加保证金的警告。", + "-1848799829": "要了解止损是什么,首先您需要了解关于保证金水平,即股权(如将此时所有持仓头寸平仓的总余额)对正在使用的保证金的比率。如果您的保证金水平低于我们的止损水平,您的头寸将自动平仓以防止更大的亏损。", + "-224051432": "全天候", + "-511301450": "指出特定账户交易加密货币的可行性。", + "-1591882610": "综合", + "-70716111": "外汇-主要货币对(标准/微手)、 外汇-次要货币对、篮子指数、大宗商品、加密货币、以及股票和股票指数", + "-1041629137": "外汇-主要货币对、外汇-次要货币对、外汇-奇异货币对、和加密货币", + "-287097947": "外汇-主要货币对(标准/微手), 外汇-次要货币对, 大宗商品, 加密货币(除了英国)", + "-2102641225": "银行展期交割时, 外汇市场的流动性会降低, 客户订单的利差和处理时间可能会增加。这种情况发生在夏时制期间的格林尼治标准时间21:00 左右, 以及非夏时制期间的格林尼治标准时间 22:00 左右。", + "-495364248": "追加保证金和止损水平将根据市场情况不时变更。", + "-536189739": "为了保护您的投资组合免受开盘价差异导致的不利市场变动的影响,我们保留在收市前降低所有提供的金融账户代码杠杆,并在开市后再次增加杠杆的权利。请确保您的 {{platform}} 账户有足够的资金能随时支持您的头寸。", + "-10956371": "您需拥有Deriv真实账户(法定货币或加密货币)以创建真实DMT5账户。", + "-1760596315": "开立Deriv账户", + "-1324223697": "用此密码登录桌面、网络和手机应用上的 DMT5 账户。", + "-648956272": "用此密码登录网络和手机应用上的 Deriv X 账户。", + "-337314155": "更改 {{platform}} 密码", + "-1814308691": "请单击邮件上的链接以更改 {{platform}} 密码。", "-1282933308": "不是 {{barrier}}", "-968190634": "等于 {{barrier}}", "-1747377543": "低于 {{barrier}}", "-337314714": "天", "-442488432": "日", - "-175369516": "欢迎来到 Deriv X", - "-1667427537": "在浏览器上运行 Deriv X 或下载手机应用程序", - "-305915794": "以浏览器运行 MT5 或为您的设备下载 MT5 应用", - "-1330036364": "以高杠杆率交易外汇、大宗商品和加密货币。", - "-811331160": "通过杠杆率进行外汇、股票、股票指数、综合指数和大宗商品的差价合约交易。", "-513103225": "交易时间", "-2066666313": "借方/贷方", "-2140412463": "买入价", @@ -2736,13 +2840,6 @@ "-584696680": "如果您选择“止盈”并指定想要赢得的金额,那么当您的盈利大于或等于该金额时,您的头寸将自动平仓。您的获利可能大于您投入的金额,具体取决于收盘时的市场价格。", "-178096090": "“止盈”无法更新。您只能在“取消交易”到期时更新。", "-206909651": "入市现价指我们服务器处理合约完毕时的市价。", - "-464262734": "管理 {{platform}} 真实 {{account_title}} 账户密码", - "-2042845290": "您的投资者密码已被更改.", - "-1882295407": "您的密码已被更改。", - "-254497873": "用此密码给予其他用户查看权限。当该用户查看您的交易账户时将无法交易或采取任何其他行动。", - "-161656683": "当前投资者密码", - "-374736923": "新投资者密码", - "-1793894323": "创建或重置投资者密码", "-149836494": "您的交易参考号是{{transaction_id}}", "-1382749084": "返回交易", "-538215347": "净存款", @@ -2779,81 +2876,6 @@ "-1043117679": "当您当前的亏损等于或超过您投注额的{{stop_out_percentage}}%时,您的合约将以最接近的可用资产价格平仓。", "-477998532": "当您的亏损达到或大于此金额,合约将自动平仓。", "-243332856": "{{ underlying_name }} 最新1000 跳点的最后统计数字", - "-781132577": "杠杆", - "-1264604378": "高达1:1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "高达1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "模拟综合", - "-1434036215": "模拟金融", - "-1882063886": "模拟差价合约", - "-1228860600": "添加区域", - "-785625598": "用这些凭据登录网络和手机应用上的 {{platform}} 账户。", - "-997127433": "更改密码", - "-162753510": "添加真实账户", - "-251202291": "经纪商", - "-860609405": "密码", - "-742647506": "基金转汇", - "-1874242353": "资金充值", - "-1352641295": "在我们模拟真实市场走势的综合指数交易差价合约。", - "-2040196445": "您的 MT5 金融 STP 账户即将就绪,请立刻设置密码。", - "-712681566": "对等交换", - "-1267880283": "{{field_name}} 是必填项", - "-2084509650": "{{field_name}} 的格式不正确。", - "-1779241732": "地址第一行的格式不正确。", - "-188222339": "不可超过 {{max_number}} 个字符。", - "-1673422138": "州/省/区的格式不正确。", - "-1262200612": "身份确认失败。您将重新回到前一步骤。", - "-1385484963": "确认更改 {{platform}} 密码", - "-1990902270": "这将更改用在所有 {{platform}} 账户的密码。", - "-1357917360": "Web 终端", - "-1454896285": "Windows XP、Windows 2003 和 Windows Vista不支持 MT5 桌面应用程序。", - "-673424733": "模拟账户", - "-1066565281": "服务器维护从每个星期日的格林尼治标准时间06:00开始,可能需要2个小时。此期间内服务可能会中断。", - "-1481390656": "服务器维护每个星期日从格林尼治标准时间01:00开始。此过程最多可能需要2个小时才能完成。此期间内服务可能会中断。", - "-1199152768": "请探索我们其他的平台。", - "-498346912": "探索 DBot", - "-184453418": "输入{{platform}} 密码", - "-731759165": "选择 DMT5 {{ account_type }} 真实账户的区域", - "-1769158315": "真实", - "-700260448": "演示", - "-1175356567": "恭喜,您已成功开立 {{category}} <0>{{platform}} <1>{{type}} 账户。请从Deriv账户转汇资金入此账户以开始交易。", - "-1570793523": "恭喜,您已成功开立{{category}} <0>{{platform}} <1>{{type}} 账户。", - "-790488576": "忘记密码?", - "-1190393389": "输入 {{platform}} 密码以添加 {{platform}} {{account}} 账户。", - "-1987408434": "您的 MT5 金融 STP 账户将通过 Deriv(BVI)Ltd 开立。该账户的所有交易均受英属维尔京群岛金融服务委员会(BVIFSC)的规定和准则的约束。所有其他账户,包括您的Deriv账户,均不受英属维尔京群岛金融服务委员会(BVIFSC)的法规和准则的约束。", - "-2057918502": "提示:可能你输入了与 {{platform}} 密码不同的 Deriv 密码。", - "-1752211105": "立刻转汇", - "-1928229820": "重置Deriv X投资者密码", - "-1917043724": "重置DMT5投资者密码", - "-1087845020": "主页", - "-1950683866": "投资者", - "-89838213": "如果您的余额为<1>或更低, 您可以在模拟账户内添加<0> 。", - "-1211122723": "{{ platform }} {{ account_title }} 账户", - "-78895143": "当前余额", - "-149993085": "当前新余额", - "-490244964": "外汇、股票、股票指数、加密货币", - "-1368041210": ", 综合指数", - "-877064208": "欧元", - "-1302404116": "最大杠杆", - "-1284221303": "如您的账户余额降至接近止损水平,您将收到名为追加保证金的警告。", - "-1848799829": "要了解止损是什么,首先您需要了解关于保证金水平,即股权(如将此时所有持仓头寸平仓的总余额)对正在使用的保证金的比率。如果您的保证金水平低于我们的止损水平,您的头寸将自动平仓以防止更大的亏损。", - "-224051432": "全天候", - "-511301450": "指出特定账户交易加密货币的可行性。", - "-1591882610": "综合", - "-287097947": "外汇-主要货币对(标准/微手), 外汇-次要货币对, 大宗商品, 加密货币(除了英国)", - "-2102641225": "银行展期交割时, 外汇市场的流动性会降低, 客户订单的利差和处理时间可能会增加。这种情况发生在夏时制期间的格林尼治标准时间21:00 左右, 以及非夏时制期间的格林尼治标准时间 22:00 左右。", - "-495364248": "追加保证金和止损水平将根据市场情况不时变更。", - "-536189739": "为了保护您的投资组合免受开盘价差异导致的不利市场变动的影响,我们保留在收市前降低所有提供的金融账户代码杠杆,并在开市后再次增加杠杆的权利。请确保您的 {{platform}} 账户有足够的资金能随时支持您的头寸。", - "-10956371": "您需拥有Deriv真实账户(法定货币或加密货币)以创建真实DMT5账户。", - "-1760596315": "开立Deriv账户", - "-1324223697": "用此密码登录桌面、网络和手机应用上的 DMT5 账户。", - "-648956272": "用此密码登录网络和手机应用上的 Deriv X 账户。", - "-337314155": "更改 {{platform}} 密码", - "-1814308691": "请单击邮件上的链接以更改 {{platform}} 密码。", "-461955353": "购入价格", "-172348735": "利润", "-1624674721": "合约类型", diff --git a/packages/translations/src/translations/zh_tw.json b/packages/translations/src/translations/zh_tw.json index 8aec6c482532..3c01f0b68006 100644 --- a/packages/translations/src/translations/zh_tw.json +++ b/packages/translations/src/translations/zh_tw.json @@ -9,18 +9,21 @@ "15377251": "盈利金額: {{profit}}", "17843034": "查看身份證明文件驗證狀態", "19424289": "使用者名稱", + "19552684": "美元籃子", "21035405": "請告訴我們您為什麼要離開。 (最多選擇{{ allowed_reasons }} 個原因。)", + "24900606": "黃金籃子", "25854018": "此區塊在開發人員主控台中顯示消息,輸入內容可以是文字串、數字、布爾值或資料陣列。", "26566655": "摘要", "26596220": "金融", "27582767": "{{amount}} {{currency}}", - "39720204": "澳元指數", + "33433576": "請使用電子錢包取款。", "41737927": "謝謝", "44877997": "居留證", "45453595": "Binary 硬幣", "45941470": "您想從哪裡開始?", "46523711": "您的身份證明已通過驗證", "49963458": "選擇期權", + "50200731": "外匯主要貨幣對(標準/微手)、外匯次要貨幣對、籃子指數、大宗商品、和加密貨幣", "54185751": "少於$100,000", "55340304": "保留目前合約?", "55916349": "所有", @@ -58,6 +61,7 @@ "100239694": "從電腦上傳卡的正面", "102226908": "欄位不可為空", "108916570": "持續時間: {{duration}} 天", + "109073671": "請使用您之前用於存款的電子錢包。確保電子錢包支持提款。<0>此處查看支持提款的電子錢包清單。", "111215238": "遠離直射光", "111718006": "結束日期", "111931529": "7天內最大總投注金額", @@ -297,7 +301,6 @@ "452662014": "Deriv 法定貨幣和 DMT5 帳戶之間以及 Deriv 法定貨幣和 Deriv X 帳戶之間的不同貨幣轉帳,我們將收取 1% 轉帳費。", "453409608": "您的盈利將是市價變化的百分比乘以您的投注額和選擇的乘數。", "454593402": "2. 請上傳以下之一:", - "454664700": "外匯-主要貨幣對、外匯-次要貨幣對、外匯-奇異貨幣對、加密貨幣", "456746157": "通過瀏覽器設定給予相機的存取權限", "457020083": "如果看不清楚,就需要更長的時間進行驗證", "457494524": "1. 從區塊庫輸入新變數的名稱,然後點選「建立」。", @@ -345,8 +348,10 @@ "522283618": "數字期權交易經驗", "522703281": "可被整除以", "523123321": "-10 的指定數字的次方", + "525012324": "以高槓桿率交易主要(標準和微型手)和次要外匯貨幣對、股票和股票指數、大宗商品、籃子指數、以及加密貨幣。", "527329988": "這是100個最常用的密碼", "529056539": "選項", + "529597350": "如果您有任何未平倉頭寸,我們已將其平倉並退款給您。", "530953413": "授權應用程式", "531114081": "3. 合約類型", "531675669": "歐元", @@ -354,6 +359,7 @@ "538228086": "收盤-低", "541650045": "管理 {{platform}} 密碼", "542305026": "您還需提交身份證明。", + "543413346": "此資產您沒有持倉頭寸。點選「前往報表」查看其他持倉頭寸", "543915570": "外匯、股票、股票指數、加密貨幣、綜合指數", "545476424": "提款總額", "546534357": "如果您選擇「取消交易」,如果市場走勢對您不利,您可以在選定時間範圍內取消交易。此情況下我們僅收取些許費用,但是您的本金金額將會退還,您沒有虧損。如果在取消交易到期之前達到了止損金額,您的頭寸將自動被取消,您的本金金額將退還,您沒有任何虧損。當「取消交易」處於有效狀態時:", @@ -406,6 +412,7 @@ "606240547": "- 自然對數", "606877840": "返回今天", "607807243": "取得蠟形線", + "609519227": "這是與您的 Deriv 帳戶關聯的電子郵件地址。", "609650241": "偵測到有無限迴圈", "610537973": "您提供的任何資訊均屬於機密,並將僅作驗證用途。", "611020126": "檢視區塊鏈上的地址", @@ -498,6 +505,7 @@ "720293140": "登出", "720519019": "重設密碼", "721011817": "- 將首個數字作為第二數字的次方", + "723045653": "您將使用此電子郵件地址登入 Deriv 帳戶。", "723961296": "管理密碼", "724203548": "您可以將投訴提呈到<0>歐洲委員會的線上爭議解決(ODR)平台。不適用於英國客戶。", "728042840": "要繼續與我們交易,請確認您的居住地。", @@ -584,7 +592,7 @@ "841543189": "檢視區塊鏈上的交易", "845213721": "登出", "845304111": "EMA 週期緩慢 {{ input_number }}", - "848172194": "以高槓桿率交易主要(標準和微型手)和次要貨幣對、股票、股票指數、大宗商品以及加密貨幣。", + "847888634": "請提取所有資金.", "849805216": "選擇代理", "851054273": "如果您選擇「高於」期權,只要退市現價嚴格高於障礙,您將獲得賠付。", "851264055": "建立內含以指定次數重覆的指定項目的清單。", @@ -618,7 +626,6 @@ "887328652": "為了預防起見,我們已禁用該帳戶的交易、存款和取款。如有任何疑問,請前往我們的<0>幫助中心。 ", "888274063": "城鎮/城市", "890299833": "前往報表", - "891097078": "美元指數", "891337947": "選擇國家", "892341141": "您自:{{date_time}} 至今的交易統計", "893117915": "變數", @@ -626,7 +633,6 @@ "893975500": "您最近沒有運行任何機器人", "894191608": "<0>c.做出決定後,我們必須在28天內裁決和解。", "895890867": "您的帳戶將透過 Deriv (SVG) LLC 開立,並受聖文森及格瑞那丁的法律管轄。", - "897687778": "Deriv 密碼是用於登入 Deriv 帳戶.", "898457777": "您已新增 Deriv 金融帳戶.", "900111088": "首次存款或開立真實 DMT5 或 Deriv X 帳戶之前, 您可以<0>設定新幣種。", "902045490": "3分鐘", @@ -816,6 +822,7 @@ "1161924555": "請選擇期權", "1163836811": "房地產", "1164773983": "啟用取消交易時不可進行止盈和/或止損。", + "1164896842": "在我們模擬真實市場走勢的綜合指數交易差價合約。", "1166128807": "選擇一個帳戶或開立新的加密貨幣帳戶", "1166377304": "遞增值", "1168029733": "如果退市現貨價與入市現貨價相同, 則將贏得賠付。", @@ -846,7 +853,6 @@ "1201533528": "贏得的合約", "1201773643": "數字", "1203297580": "此區塊將消息發送到Telegram通道。", - "1204202371": "無未平倉頭寸", "1204223111": "此例中,燭線清單中的開盤價被分配予稱為\"candle_list\"的變數。", "1204919083": "此投訴政策可能會不時更改,適用於您在 Deriv (SVG) LLC 註冊的帳戶。", "1206821331": "武裝部隊", @@ -879,7 +885,6 @@ "1239940690": "遇到錯誤時重啟bot 。", "1240027773": "請登入", "1243064300": "本地", - "1245469923": "外匯-主要貨幣對(標準/微手), 外匯-次要貨幣對, Smart-外匯,大宗商品, 加密貨幣", "1246207976": "輸入以您的 2FA 應用程式生成的身份驗證代碼:", "1246880072": "選擇發證國家", "1247280835": "由於系統維護,加密貨幣收銀台暫時無法使用。數分鐘後一旦維護完成,您即可以加密貨幣存取款。", @@ -965,6 +970,7 @@ "1349289354": "太好了,這就是我們需要的一切資訊", "1349295677": "文字 {{ input_text }} 中獲取自 {{ position1 }} {{ index1 }} 至 {{ position2 }} {{ index2 }} 的子字串", "1351152200": "歡迎來到 Deriv MT5 (DMT5) 儀表板", + "1351906264": "支付代理不能使用此功能。", "1353197182": "請選擇", "1355250245": "{{ calculation }} 清單 {{ input_list }}", "1356574493": "返回給定文字字串的指定部分。", @@ -1081,6 +1087,7 @@ "1490583127": "DBot還不可用於真實帳戶", "1491392301": "<0>賣價: {{sold_for}}", "1492686447": "您的 MT5 金融 STP 帳戶將通過 Deriv(FX)Ltd 開立。該帳戶的所有交易均受 Labuan 金融服務管理局(LFSA)的規定和準則的約束。所有其他帳戶,包括您的Deriv帳戶,均不受 Labuan 金融服務管理局(LFSA)的法規和準則的約束。", + "1493673429": "更改電子郵件地址", "1496810530": "英鎊/澳元", "1499074768": "新增真實 Deriv 乘數帳戶", "1499080621": "嘗試執行無效的操作。", @@ -1095,6 +1102,7 @@ "1510735345": "此區塊提供最近1000個跳動點的最後數字的清單。", "1512469749": "以上例子假定在其他區塊中的某處處理了Candle_open_price變數。", "1515034599": "此投訴政策可能會不時更改,適用於您在Deriv (MX) Ltd 註冊的帳戶,其註冊地址為:First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, 由(1) 曼島博彩監管委員會授予執照和監管,(當前<0>執照於2017 年8 月31 日頒發); 及(2) 英國博採委員會授予執照和監管(<1>執照編號: 39172)。", + "1516537408": "您不能再在 Deriv 交易或將資金存入帳戶。", "1516676261": "存款", "1517503814": "拖放文檔或點選此處上傳", "1519336051": "嘗試使用其他電話號", @@ -1104,14 +1112,15 @@ "1527906715": "此區塊將提供的數字增加到選定的變數中。", "1531017969": "將每個附加項目的文字值合併,使其間沒有空格,以建立單個文字字串。項目數可以按需增加。", "1533177906": "下跌", + "1534569275": "作為我們市場變化的一部分,我們將關閉英國客戶的帳戶。", "1534796105": "取得變數值", "1537711064": "您必須先進行快速身份驗證,然後才能存取收銀台。請前往帳戶設定提交身份證明。", - "1539108340": "歐元指數", "1540585098": "拒絕", "1541969455": "兩個", "1544642951": "如果您選擇「只會持續上漲」期權,只要入市現價後的價格持續上漲,您將獲得賠付。如果期間內的價格有任何下跌或相等於之前的價格, 您將不會獲得賠付。", "1548765374": "文件號驗證已失敗", "1549098835": "提款總額", + "1551172020": "澳元籃子", "1552080191": "已被禁止訪問 Deriv.com 直到", "1552918367": "僅傳送 {{currency}} ({{currency_symbol}}) 至此地址。", "1557682012": "設定帳戶", @@ -1158,6 +1167,7 @@ "1623706874": "當您想使用乘數作為交易類型時,請使用此區塊。", "1630372516": "體驗我們的法幣通道", "1630417358": "請前往帳戶設定並填寫個人詳細資料,以啟用取款。", + "1631281562": "英鎊籃子", "1634594289": "選擇語言", "1634903642": "自拍照只能拍您的臉", "1634969163": "更改幣種", @@ -1203,12 +1213,12 @@ "1684419981": "這是甚麽?", "1686800117": "{{error_msg}}", "1689103988": "Epoch以來的秒數", - "1689738742": "黃金指數", "1690703448": "您可進行 Deriv 法定貨幣、加密貨幣、DMT5 和 Deriv X帳戶之間的轉帳。", "1691335819": "要繼續與我們交易,請確認您的身份。", "1691765860": "- 否定", "1693614409": "開始時間", "1694331708": "隨時切換交易差價合約、數字期權和乘數期權。", + "1694517345": "輸入新的電子郵件地址", "1695807119": "無法載入 Google 雲端硬碟塊", "1700233813": "不允許來自{{selected_value}} 的轉匯,請從下拉清單中選擇另一個帳戶", "1708413635": "用於 {{currency_name}} ({{currency}}) 帳戶", @@ -1426,6 +1436,7 @@ "1968368585": "就業狀況", "1971898712": "新增或管理帳戶", "1973536221": "您還沒有持倉頭寸。", + "1974304588": "您文件中的姓名似乎與您在 Deriv 個人資料中的姓名不匹配。請立即在個人詳細資料頁面中更新姓名。", "1982912252": "從有期限清單獲得的相對強度指標 (RSI)", "1983001416": "定義您的交易選項,例如乘數和投注資金。此區塊只能與乘數交易類型一起使用。如果您選擇其他交易類型,此區塊將被交易選項區塊取代。", "1983387308": "預覽", @@ -1442,6 +1453,7 @@ "1990735316": "上漲同價", "1991448657": "不知道您的稅務識別號?點選<0>此處瞭解詳情。", "1991524207": "上跳 100 指數", + "1994023526": "您輸入的電子郵件地址拼寫有誤(有時這是難免的)。", "1994558521": "平台操作不便。", "1994600896": "此區塊需要燭線清單表作為輸入參數。", "1995023783": "地址第一行*", @@ -1488,6 +1500,7 @@ "2050080992": "波場幣", "2050170533": "跳動點清單", "2051558666": "檢視交易歷史", + "2053617863": "請提出帳戶中的所有資金。", "2054500647": "此投訴政策可能會不時更改,適用於您在 Deriv (SVG) LLC 和 Deriv (V) Ltd 註冊的帳戶。", "2054889300": "建立「%1」", "2055317803": "複製連結到您的手機瀏覽器", @@ -1715,6 +1728,7 @@ "-1462975230": "文檔示例", "-1472844935": "照片須清楚顯示您的文件", "-883103549": "帳戶已停用", + "-773766766": "電子郵件和密碼", "-1466827732": "自我禁止", "-1498206510": "帳戶限額", "-241588481": "登入歷史", @@ -1895,6 +1909,8 @@ "-547557964": "電子郵件無法傳送到此地址(通常是因為安裝了防火牆或篩選器)。", "-1964320730": "請點選郵件上的連結以更改<0>Deriv X密碼。", "-976364600": "請點選郵件上的連結以更改 DMT5 密碼。", + "-742748008": "查看電子郵件並點選郵件裡的連結以繼續操作。", + "-84068414": "還是沒有收到郵件?請通過<0>即時聊天 與我們聯繫。", "-2073934245": "本網站所提供的金融交易服務僅適合這樣的客戶:能夠接受全部投入資金虧損的可能性,了解購買金融合約所蘊含的風險並擁有相關的風險經歷。金融合約交易涉及很大的風險。如果所購買的合約到期時一文不值,您的投資將完全損失,其中還包括合約費用。", "-679569665": "您的帳戶將通過 Deriv (MX) Ltd 開立,並由英國博彩委員會(UKGC)監管,以及受曼島的法律管轄。", "-1970096931": "您的帳戶將通過 Deriv (Europe) Limited 開立,並由馬爾他博彩機構監管,以及受馬爾他的法律管轄。", @@ -1966,6 +1982,7 @@ "-1725454783": "失敗", "-506510414": "日期和時間", "-1708927037": "IP地址", + "-1042416056": "用<0>Deriv密碼登入 Deriv.com、Deriv Go、DTrader、SmartTrader和DBot。", "-365847515": "登入 Deriv 後可用的應用:", "-26491905": "您正在使用 {{identifier_title}} 賬戶登入 Deriv 賬戶。如果要將登入方式改成使用者名稱和密碼,請點選<0>取消連結按鈕。", "-596920538": "解除連結", @@ -2064,6 +2081,7 @@ "-203002433": "立刻存款", "-720315013": "您的{{currency}} 帳戶沒有資金", "-2052373215": "請先存款以使用此功能。", + "-1201279468": "要提取資金,請選擇您存款時使用的相同付款方式。", "-553249337": "匯款功能已被鎖定", "-705272444": "上傳身份證明以驗證您的身份", "-1196994774": "Deriv 加密貨幣帳戶之間的轉帳,我們將收取 2% 轉帳費或 {{minimum_fee}} {{currency}},以較高者為準。", @@ -2098,7 +2116,7 @@ "-1388977563": "已複製!", "-1962894999": "此地址只能使用一次。請為您的下個交易複製新的地址。", "-451858550": "通過點選「繼續」,您將被重新導向到第三方付款服務提供商{{service}}。請注意,{{website_name}} 對{{service}} 提供的內容或服務概不負責。如果遇到與{{service}} 服務相關的任何問題,您必須直接與{{service}} 聯繫。", - "-344959847": "如果{{website_name}} 不支持您的本地付款方式或貨幣,付款代理商將被授權為您處理存款和取款。", + "-1137412124": "找不到適合您所在國家/地區的付款方式?請試試支付代理。", "-1232852916": "我們正轉換至您的{{currency}} 帳戶以檢視交易。", "-38063175": "{{account_text}} 錢包", "-1474202916": "新取款", @@ -2408,7 +2426,7 @@ "-9704319": "崩盤 1000 指數", "-465860988": "牛市指數", "-390528194": "步階指數", - "-1800672151": "英鎊指數", + "-280323742": "歐元籃子", "-563812039": "波動率 10 (1s) 指數", "-764111252": "波動率 100 (1s) 指數", "-1374309449": "波動率 200 (1s) 指數", @@ -2479,6 +2497,7 @@ "-1175685940": "請透過即時聊天與我們聯繫,以启用取款。", "-1125797291": "密碼已更新。", "-157145612": "請用更新密碼登入。", + "-1217269360": "您的真實姓名{{client_name}} 是甚麼?", "-87177461": "請前往帳戶設定並填寫個人詳細資料,以啟用存款。", "-904632610": "重設餘額", "-470018967": "重設餘額", @@ -2530,6 +2549,7 @@ "-1950045402": "提取所有資金", "-168971942": "這對您來說意味著什麼", "-905560792": "好, 我明白", + "-1308593541": "You will lose access to your account when it gets closed, so be sure to withdraw all your funds.", "-2024365882": "探索", "-1197864059": "開設免費模擬帳戶", "-1485242688": "步驟 {{step}}: {{step_title}} ({{step}} 共 {{steps}})", @@ -2575,6 +2595,7 @@ "-3959715": "目前時間:", "-1534648620": "您的密碼已被更改", "-596199727": "現在,我們將您重定向到登入頁面。", + "-310434518": "電子郵件輸入不可為空。", "-437918412": "您的帳戶還未指定幣種", "-707550055": "這是必須的,以確保我們的服務符合您所在國家/地區的法律和法規。", "-280139767": "設定居留地", @@ -2616,16 +2637,99 @@ "-1500907666": "<0>d.如果決定對我們有利,您必須在做出決定後7天內向我們提供免責聲明,之後該投訴將被視為已結案。", "-429248139": "免責聲明", "-818926350": "事件發生之日起45天內,金融委員會接受上訴,條件是交易者事先須試圖直接與公司解決問題。", + "-175369516": "歡迎來到 Deriv X", + "-1667427537": "在瀏覽器上運行 Deriv X 或下載手機應用程式", + "-305915794": "以瀏覽器運行 MT5 或為您的裝置下載 MT5 應用", + "-404375367": "以高槓桿率交易外匯、籃子指數、大宗商品和加密貨幣。", + "-811331160": "通過槓桿率進行外匯、股票、股票指數、綜合指數和大宗商品的差價合約交易。", + "-464262734": "管理 {{platform}} 真實{{account_title}} 帳戶密碼", + "-2042845290": "您的投資者密碼已被更改。", + "-1882295407": "您的密碼已被更改.", + "-254497873": "用此密碼給予其他使用者檢視權限。該使用者檢視您的交易帳戶時將無法交易或採取任何其他行動。", + "-161656683": "目前投資者密碼", + "-374736923": "新投資者密碼", + "-1793894323": "建立或重設投資者密碼", + "-781132577": "槓桿", + "-1264604378": "高達 1:1000", + "-637908996": "100%", + "-1420548257": "20+", + "-1373949478": "50+", + "-1686150678": "高達 1:100", + "-1382029900": "70+", + "-1493055298": "90+", + "-2050821902": "模擬綜合", + "-1434036215": "模擬金融", + "-1882063886": "模擬差價合約", + "-1228860600": "新增區域", + "-785625598": "用這些認證登入網絡和手機應用上的 {{platform}} 帳戶.", + "-997127433": "更改密碼", + "-162753510": "新增真實帳戶", + "-251202291": "經紀商", + "-860609405": "密碼", + "-742647506": "基金轉匯", + "-1874242353": "資金充值", + "-2040196445": "您的 MT5 金融 STP 帳戶即將就緒,請立刻設定密碼。", + "-712681566": "對等交換", + "-1267880283": "{{field_name}} 為必填項", + "-2084509650": "{{field_name}} 的格式不正確。", + "-1779241732": "地址第一行的格式不正確。", + "-188222339": "不可超過 {{max_number}} 個字元。", + "-1673422138": "州/省的格式不正確。", + "-1262200612": "身份確認失敗。您將重新回到前一步驟。", + "-1385484963": "確認更改{{platform}} 密碼", + "-1990902270": "這將更改用於所有 {{platform}} 賬戶的密碼。", + "-1357917360": "Web 終端", + "-1454896285": "Windows XP、Windows 2003 和 Windows Vista 不支援 MT5 桌面應用程式。", + "-673424733": "模擬帳戶", + "-1066565281": "伺服器維護從每週日格林尼治標準時間06:00開始,可能需要2個小時。此期間內服務可能會中斷。", + "-1481390656": "伺服器維護每週日從格林尼治標準時間01:00開始。此過程最多可能需要2個小時才能完成。此期間內服務可能會中斷。", + "-1199152768": "請探索我們其它的平台.", + "-498346912": "探索 DBot", + "-184453418": "輸入{{platform}} 密碼", + "-731759165": "選擇 DMT5 {{ account_type }} 真實帳戶的區域", + "-1769158315": "真實", + "-700260448": "展示", + "-1175356567": "恭喜,您已成功建立了 {{category}} <0>{{platform}} <1>{{type}} 帳戶。請從Deriv帳戶轉匯資金入此帳戶以開始交易。", + "-1570793523": "恭喜,您已成功建立了 {{category}} <0>{{platform}} <1>{{type}} account. 帳戶。", + "-790488576": "忘記密碼?", + "-1190393389": "輸入 {{platform}} 密碼以新增 {{platform}} {{account}} 帳戶。", + "-1987408434": "您的 MT5 金融 STP 帳戶將通過 Deriv(BVI)Ltd 開立。該帳戶的所有交易均受英屬維爾京群島金融服務委員會(BVIFSC)的規定和準則的約束。所有其他帳戶,包括您的Deriv帳戶,均不受英屬維爾京群島金融服務委員會(BVIFSC)的法規和準則的約束。", + "-2057918502": "提示:可能您輸入了與 {{platform}} 密碼不同的 Deriv 密碼。", + "-1752211105": "立刻轉匯", + "-1928229820": "重設Deriv X投資者密碼", + "-1917043724": "重設DMT5投資者密碼", + "-1087845020": "首頁", + "-1950683866": "投資者", + "-89838213": "如果您的餘額為<1>或更低, 您可以在模擬帳戶內新增<0>。", + "-1211122723": "{{ platform }} {{ account_title }} 帳戶", + "-78895143": "目前餘額", + "-149993085": "目前新餘額", + "-490244964": "外匯、股票、股票指數、加密貨幣", + "-1368041210": ", 綜合指數", + "-877064208": "歐元", + "-1302404116": "最大杠杆", + "-1284221303": "如您的帳戶餘額降至接近止損水平,您將收到名為追加保證金的警告。", + "-1848799829": "要了解止損是什麼,首先您需要了解關於保證金水平,即股權(如將此時所有持倉頭寸平倉的總餘額)對正在使用的保證金的比率。如果您的保證金水平低於我們的止損水平,您的頭寸將自動平倉以防止更大的虧損。", + "-224051432": "全天候", + "-511301450": "指出特定帳戶交易加密貨幣的可行性。", + "-1591882610": "綜合", + "-70716111": "外匯-主要貨幣對(標準/微手)、 外匯-次要貨幣對、籃子指數、大宗商品、加密貨幣、以及股票和股票指數", + "-1041629137": "外匯-主要貨幣對、外匯-次要貨幣對、外匯-奇異貨幣對、和加密貨幣", + "-287097947": "外匯-主要貨幣對(標準/微手), 外匯-次要貨幣對, 大宗商品, 加密貨幣(除了英國)", + "-2102641225": "銀行展期交割時, 外匯市場的流動性會降低, 客戶訂單的利差和處理時間可能會增加。這種情況發生在夏時制期間的格林威治標準時間21:00 左右, 以及非夏時制期間的格林威治標準時間22:00 左右。", + "-495364248": "追加保證金和止損水平將根據市場情況不時變更。", + "-536189739": "為了保護您的投資組合免受開盤價差異導致的不利市場變動的影響,我們保留在收市前降低所有提供的金融帳戶代碼槓桿,並在開市後再次增加槓桿的權利。請確保您的 {{platform}} 帳戶有足夠的資金能隨時支持您的頭寸。", + "-10956371": "您需擁有Deriv真實帳戶(法定貨幣或加密貨幣)以建立真實DMT5帳戶。", + "-1760596315": "開立Deriv帳戶", + "-1324223697": "使用此密碼登入桌面、網絡和手機應用上的 DMT5 帳戶.", + "-648956272": "使用此密碼登入網絡和手機應用上的 Deriv X 帳戶.", + "-337314155": "更改 {{platform}} 密碼", + "-1814308691": "請點選郵件上的連結以更改{{platform}} 密碼。", "-1282933308": "不是 {{barrier}}", "-968190634": "等於 {{barrier}}", "-1747377543": "低於 {{barrier}}", "-337314714": "天", "-442488432": "天", - "-175369516": "歡迎來到 Deriv X", - "-1667427537": "在瀏覽器上運行 Deriv X 或下載手機應用程式", - "-305915794": "以瀏覽器運行 MT5 或為您的裝置下載 MT5 應用", - "-1330036364": "以高槓桿率交易外匯、大宗商品和加密貨幣。", - "-811331160": "通過槓桿率進行外匯、股票、股票指數、綜合指數和大宗商品的差價合約交易。", "-513103225": "交易時間", "-2066666313": "借記/貸記", "-2140412463": "買入價", @@ -2736,13 +2840,6 @@ "-584696680": "如果您選擇「止盈」並指定想要贏得的金額,那麼當您的盈利大於或等於該金額時,您的頭寸將自動平倉。您的獲利可能大於您投入的金額,具體取決於收盤時的市場價格。", "-178096090": "「止盈」無法更新。您只能在「取消交易」到期時更新。", "-206909651": "入市現價指我們伺服器處理合約完畢時的市價。", - "-464262734": "管理 {{platform}} 真實{{account_title}} 帳戶密碼", - "-2042845290": "您的投資者密碼已被更改。", - "-1882295407": "您的密碼已被更改.", - "-254497873": "用此密碼給予其他使用者檢視權限。該使用者檢視您的交易帳戶時將無法交易或採取任何其他行動。", - "-161656683": "目前投資者密碼", - "-374736923": "新投資者密碼", - "-1793894323": "建立或重設投資者密碼", "-149836494": "您的交易參考號是 {{transaction_id}}", "-1382749084": "返回交易", "-538215347": "淨存款", @@ -2779,81 +2876,6 @@ "-1043117679": "當您目前的虧損等於或超過您投注額的{{stop_out_percentage}}%時,您的合約將以最接近的可用資產價格平倉。", "-477998532": "當您的虧損達到或大於此金額,合約將自動平倉。", "-243332856": "{{ underlying_name }} 最新1000跳點之最後統計數字", - "-781132577": "槓桿", - "-1264604378": "高達 1:1000", - "-637908996": "100%", - "-1420548257": "20+", - "-1373949478": "50+", - "-1686150678": "高達 1:100", - "-1382029900": "70+", - "-1493055298": "90+", - "-2050821902": "模擬綜合", - "-1434036215": "模擬金融", - "-1882063886": "模擬差價合約", - "-1228860600": "新增區域", - "-785625598": "用這些認證登入網絡和手機應用上的 {{platform}} 帳戶.", - "-997127433": "更改密碼", - "-162753510": "新增真實帳戶", - "-251202291": "經紀商", - "-860609405": "密碼", - "-742647506": "基金轉匯", - "-1874242353": "資金充值", - "-1352641295": "在我們模擬真實市場走勢的綜合指數交易差價合約。", - "-2040196445": "您的 MT5 金融 STP 帳戶即將就緒,請立刻設定密碼。", - "-712681566": "對等交換", - "-1267880283": "{{field_name}} 為必填項", - "-2084509650": "{{field_name}} 的格式不正確。", - "-1779241732": "地址第一行的格式不正確。", - "-188222339": "不可超過 {{max_number}} 個字元。", - "-1673422138": "州/省的格式不正確。", - "-1262200612": "身份確認失敗。您將重新回到前一步驟。", - "-1385484963": "確認更改{{platform}} 密碼", - "-1990902270": "這將更改用於所有 {{platform}} 賬戶的密碼。", - "-1357917360": "Web 終端", - "-1454896285": "Windows XP、Windows 2003 和 Windows Vista 不支援 MT5 桌面應用程式。", - "-673424733": "模擬帳戶", - "-1066565281": "伺服器維護從每週日格林尼治標準時間06:00開始,可能需要2個小時。此期間內服務可能會中斷。", - "-1481390656": "伺服器維護每週日從格林尼治標準時間01:00開始。此過程最多可能需要2個小時才能完成。此期間內服務可能會中斷。", - "-1199152768": "請探索我們其它的平台.", - "-498346912": "探索 DBot", - "-184453418": "輸入{{platform}} 密碼", - "-731759165": "選擇 DMT5 {{ account_type }} 真實帳戶的區域", - "-1769158315": "真實", - "-700260448": "展示", - "-1175356567": "恭喜,您已成功建立了 {{category}} <0>{{platform}} <1>{{type}} 帳戶。請從Deriv帳戶轉匯資金入此帳戶以開始交易。", - "-1570793523": "恭喜,您已成功建立了 {{category}} <0>{{platform}} <1>{{type}} account. 帳戶。", - "-790488576": "忘記密碼?", - "-1190393389": "輸入 {{platform}} 密碼以新增 {{platform}} {{account}} 帳戶。", - "-1987408434": "您的 MT5 金融 STP 帳戶將通過 Deriv(BVI)Ltd 開立。該帳戶的所有交易均受英屬維爾京群島金融服務委員會(BVIFSC)的規定和準則的約束。所有其他帳戶,包括您的Deriv帳戶,均不受英屬維爾京群島金融服務委員會(BVIFSC)的法規和準則的約束。", - "-2057918502": "提示:可能您輸入了與 {{platform}} 密碼不同的 Deriv 密碼。", - "-1752211105": "立刻轉匯", - "-1928229820": "重設Deriv X投資者密碼", - "-1917043724": "重設DMT5投資者密碼", - "-1087845020": "首頁", - "-1950683866": "投資者", - "-89838213": "如果您的餘額為<1>或更低, 您可以在模擬帳戶內新增<0>。", - "-1211122723": "{{ platform }} {{ account_title }} 帳戶", - "-78895143": "目前餘額", - "-149993085": "目前新餘額", - "-490244964": "外匯、股票、股票指數、加密貨幣", - "-1368041210": ", 綜合指數", - "-877064208": "歐元", - "-1302404116": "最大杠杆", - "-1284221303": "如您的帳戶餘額降至接近止損水平,您將收到名為追加保證金的警告。", - "-1848799829": "要了解止損是什麼,首先您需要了解關於保證金水平,即股權(如將此時所有持倉頭寸平倉的總餘額)對正在使用的保證金的比率。如果您的保證金水平低於我們的止損水平,您的頭寸將自動平倉以防止更大的虧損。", - "-224051432": "全天候", - "-511301450": "指出特定帳戶交易加密貨幣的可行性。", - "-1591882610": "綜合", - "-287097947": "外匯-主要貨幣對(標準/微手), 外匯-次要貨幣對, 大宗商品, 加密貨幣(除了英國)", - "-2102641225": "銀行展期交割時, 外匯市場的流動性會降低, 客戶訂單的利差和處理時間可能會增加。這種情況發生在夏時制期間的格林威治標準時間21:00 左右, 以及非夏時制期間的格林威治標準時間22:00 左右。", - "-495364248": "追加保證金和止損水平將根據市場情況不時變更。", - "-536189739": "為了保護您的投資組合免受開盤價差異導致的不利市場變動的影響,我們保留在收市前降低所有提供的金融帳戶代碼槓桿,並在開市後再次增加槓桿的權利。請確保您的 {{platform}} 帳戶有足夠的資金能隨時支持您的頭寸。", - "-10956371": "您需擁有Deriv真實帳戶(法定貨幣或加密貨幣)以建立真實DMT5帳戶。", - "-1760596315": "開立Deriv帳戶", - "-1324223697": "使用此密碼登入桌面、網絡和手機應用上的 DMT5 帳戶.", - "-648956272": "使用此密碼登入網絡和手機應用上的 Deriv X 帳戶.", - "-337314155": "更改 {{platform}} 密碼", - "-1814308691": "請點選郵件上的連結以更改{{platform}} 密碼。", "-461955353": "購入價格", "-172348735": "利潤", "-1624674721": "合約類型",