From 5c4db46e4260af5a1525f8e3d1b094fe5268c25a Mon Sep 17 00:00:00 2001 From: Craig Palermo Date: Sat, 5 Dec 2020 19:08:08 -0500 Subject: [PATCH] Port over media-query-match package --- common/config/rush/pnpm-lock.yaml | 9229 +++++++++-------- packages/icons/package.json | 2 +- .../src/__snapshots__/index.spec.js.snap | 3172 +++++- packages/media-query-match/.eslintignore | 6 + packages/media-query-match/.eslintrc.js | 4 + packages/media-query-match/README.md | 15 + packages/media-query-match/babel.config.js | 1 + packages/media-query-match/jest.config.js | 10 + packages/media-query-match/package.json | 70 + .../media-query-match/src/MediaQueryMatch.js | 65 + .../src/MediaQueryMatch.spec.js | 139 + .../src/MediaQueryMatch.stories.js | 146 + .../src/MediaQueryMatch.stories.mdx | 20 + packages/media-query-match/src/index.js | 3 + .../storybookHelpers/index.js | 21 + packages/media-query-match/test/jest.setup.js | 2 + .../media-query-match/test/react-testing.js | 17 + rush.json | 5 + tools/eslint-config/index.js | 3 - 19 files changed, 8431 insertions(+), 4499 deletions(-) create mode 100644 packages/media-query-match/.eslintignore create mode 100644 packages/media-query-match/.eslintrc.js create mode 100644 packages/media-query-match/README.md create mode 100644 packages/media-query-match/babel.config.js create mode 100644 packages/media-query-match/jest.config.js create mode 100644 packages/media-query-match/package.json create mode 100644 packages/media-query-match/src/MediaQueryMatch.js create mode 100644 packages/media-query-match/src/MediaQueryMatch.spec.js create mode 100644 packages/media-query-match/src/MediaQueryMatch.stories.js create mode 100644 packages/media-query-match/src/MediaQueryMatch.stories.mdx create mode 100644 packages/media-query-match/src/index.js create mode 100644 packages/media-query-match/storybookHelpers/index.js create mode 100644 packages/media-query-match/test/jest.setup.js create mode 100644 packages/media-query-match/test/react-testing.js diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index bd7628d937..cfba425daf 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -1,86 +1,83 @@ dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-default-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-proposal-class-properties': 7.12.1 + '@babel/plugin-proposal-export-default-from': 7.12.1 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1 + '@babel/plugin-proposal-optional-chaining': 7.12.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3 + '@babel/plugin-syntax-jsx': 7.12.1 + '@babel/plugin-transform-modules-commonjs': 7.12.1 + '@babel/plugin-transform-react-jsx': 7.12.7 + '@babel/preset-env': 7.12.7 + '@babel/preset-react': 7.12.7 + '@babel/preset-typescript': 7.12.7 '@compositor/kit': 1.0.47 - '@mdx-js/loader': 0.15.7 '@mdx-js/mdx': 0.15.7 '@mdx-js/tag': 0.15.6 - '@microsoft/rush-lib': 5.35.1 + '@microsoft/rush-lib': 5.35.2 '@reach/component-component': 0.7.4 - '@reach/dialog': 0.7.4_@types+react@16.9.49 - '@rush-temp/babel-preset': 'file:projects/babel-preset.tgz' + '@reach/dialog': 0.7.4_@types+react@16.14.2 + '@rush-temp/babel-preset': 'file:projects/babel-preset.tgz_ts-node@9.1.0' '@rush-temp/create-release-notes': 'file:projects/create-release-notes.tgz' - '@rush-temp/docs': 'file:projects/docs.tgz_@babel+core@7.11.6' + '@rush-temp/docs': 'file:projects/docs.tgz' '@rush-temp/eslint-config': 'file:projects/eslint-config.tgz' - '@rush-temp/pcln-autocomplete': 'file:projects/pcln-autocomplete.tgz' - '@rush-temp/pcln-design-system': 'file:projects/pcln-design-system.tgz_5f4e75485d05063debccc2e0651ceb55' - '@rush-temp/pcln-icons': 'file:projects/pcln-icons.tgz_@babel+core@7.11.6' - '@rush-temp/pcln-menu': 'file:projects/pcln-menu.tgz_@babel+core@7.11.6' - '@rush-temp/pcln-modal': 'file:projects/pcln-modal.tgz_df3cdb8411b91d06031563a68743d278' - '@rush-temp/pcln-popover': 'file:projects/pcln-popover.tgz_df3cdb8411b91d06031563a68743d278' - '@rush-temp/pcln-slider': 'file:projects/pcln-slider.tgz' + '@rush-temp/pcln-autocomplete': 'file:projects/pcln-autocomplete.tgz_ts-node@9.1.0' + '@rush-temp/pcln-design-system': 'file:projects/pcln-design-system.tgz_c84040a5e6105c2ab91ff8a3b48eff7f' + '@rush-temp/pcln-icons': 'file:projects/pcln-icons.tgz_ts-node@9.1.0' + '@rush-temp/pcln-media-query-match': 'file:projects/pcln-media-query-match.tgz_ab7f8393b689532e7da7cb62e4b1897d' + '@rush-temp/pcln-menu': 'file:projects/pcln-menu.tgz_ts-node@9.1.0' + '@rush-temp/pcln-modal': 'file:projects/pcln-modal.tgz_5976781a7f3bd1ac3d3839b9f9ab1bf2' + '@rush-temp/pcln-popover': 'file:projects/pcln-popover.tgz_5976781a7f3bd1ac3d3839b9f9ab1bf2' + '@rush-temp/pcln-slider': 'file:projects/pcln-slider.tgz_ts-node@9.1.0' '@rush-temp/pcln-types': 'file:projects/pcln-types.tgz' - '@rush-temp/storybook': 'file:projects/storybook.tgz_df3cdb8411b91d06031563a68743d278' - '@rushstack/eslint-config': 1.3.0 - '@storybook/addon-a11y': 5.3.21_@types+react@16.9.49 - '@storybook/addon-actions': 5.3.21_@types+react@16.9.49 - '@storybook/addon-docs': 5.3.21_5f4e75485d05063debccc2e0651ceb55 - '@storybook/addon-info': 5.3.21_@types+react@16.9.49 - '@storybook/addon-knobs': 5.3.21_@types+react@16.9.49 - '@storybook/addon-viewport': 5.3.21_@types+react@16.9.49 - '@storybook/react': 5.3.21_5f4e75485d05063debccc2e0651ceb55 + '@rush-temp/storybook': 'file:projects/storybook.tgz_@types+react@16.14.2' + '@rushstack/eslint-config': 1.4.2 + '@storybook/addon-a11y': 5.3.21_@types+react@16.14.2 + '@storybook/addon-docs': 5.3.21_cf2a4a7ba89aeb6a1b46b0f2a3ca94db + '@storybook/addon-info': 5.3.21_@types+react@16.14.2 + '@storybook/addon-knobs': 5.3.21_@types+react@16.14.2 + '@storybook/addon-viewport': 5.3.21_@types+react@16.14.2 '@svgr/cli': 4.3.3 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4 - '@testing-library/react-hooks': 3.4.2_react-test-renderer@16.13.1 - '@types/react': 16.9.49 + '@testing-library/react-hooks': 3.4.2_react-test-renderer@16.14.0 + '@types/react': 16.14.2 '@types/styled-system': 4.2.2 - '@types/yargs': 15.0.9 - '@typescript-eslint/eslint-plugin': 4.1.1_@typescript-eslint+parser@4.1.1 - '@typescript-eslint/parser': 4.1.1 + '@types/yargs': 15.0.11 + '@typescript-eslint/eslint-plugin': 4.9.0_@typescript-eslint+parser@4.9.0 + '@typescript-eslint/parser': 4.9.0 + acorn: 7.4.1 babel-eslint: 10.1.0 - babel-loader: 8.1.0_@babel+core@7.11.6 + babel-jest: 26.6.3 + babel-loader: 8.2.2 babel-plugin-date-fns: 2.0.0 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-lodash: 3.3.4 babel-plugin-react-docgen: 4.1.0 - babel-plugin-styled-components: 1.11.1 + babel-plugin-styled-components: 1.12.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 - camelcase: 6.0.0 + camelcase: 6.2.0 cat-names: 2.0.0 - chromatic: 5.2.0_@babel+core@7.11.6 + chromatic: 5.4.0 classnames: 2.2.6 - core-js: 3.6.5 - cross-env: 7.0.2 - csstype: 2.6.13 + core-js: 3.8.0 + cross-env: 7.0.3 + csstype: 2.6.14 deepmerge: 4.2.2 downshift: 3.4.8 - dtslint: 4.0.2 + dtslint: 4.0.6 enzyme: 3.11.0 - enzyme-adapter-react-16: 1.15.4_enzyme@3.11.0 - eslint-config-prettier: 6.11.0 - eslint-import-resolver-typescript: 2.3.0_eslint-plugin-import@2.22.0 - eslint-plugin-import: 2.22.0 - eslint-plugin-jest: 24.0.1 - eslint-plugin-jsx-a11y: 6.3.1 + enzyme-adapter-react-16: 1.15.5_enzyme@3.11.0 + eslint-config-prettier: 6.15.0 + eslint-import-resolver-typescript: 2.3.0_eslint-plugin-import@2.22.1 + eslint-plugin-import: 2.22.1 + eslint-plugin-jest: 24.1.3 + eslint-plugin-jsx-a11y: 6.4.1 eslint-plugin-progress: 0.0.1 eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6 - eslint-plugin-react-hooks: 4.1.2 + eslint-plugin-react: 7.21.5 + eslint-plugin-react-hooks: 4.2.0 eslint-plugin-sonarjs: 0.5.0 hoist-non-react-statics: 3.3.2 is-absolute-url: 2.1.0 - jest: 26.4.2 + jest-bamboo-reporter: 1.2.1 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4 lodash.upperfirst: 4.3.1 @@ -90,17 +87,16 @@ dependencies: next: 9.4.4 next-mdx-docs: 0.0.1-0_@mdx-js+mdx@0.15.7 npm-run-all: 4.1.5 - pcln-design-system: 3.6.1 - prettier: 2.1.2 + prettier: 2.2.1 prop-types: 15.7.2 rc-tools: 8.4.5 rc-tooltip: 3.7.3 rc-trigger: 2.6.5 rc-util: 4.21.1 react-draggable-playground: 1.0.0 - react-focus-lock: 2.4.1_@types+react@16.9.49 + react-focus-lock: 2.5.0_@types+react@16.14.2 react-popper: 1.3.7 - react-test-renderer: 16.13.1 + react-test-renderer: 16.14.0 react-transition-group: 2.9.0 remark-autolink-headings: 5.2.2 remark-emoji: 2.1.0 @@ -108,27 +104,47 @@ dependencies: remark-slug: 5.1.2 rimraf: 3.0.2 shallowequal: 1.1.0 + storybook-addon-deps: 1.0.12_7c55f37eeb62b6fda10faad39fc802e1 styled-system: 4.2.4 stylis: 3.5.4 - ts-node: 9.0.0 + ts-node: 9.1.0 us: 2.0.0 warning: 4.0.3 - yargs: 16.1.0 + yargs: 16.2.0 lockfileVersion: 5.1 packages: - /@ampproject/toolbox-core/2.6.0: + /@actions/core/1.2.6: + dev: false + resolution: + integrity: sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA== + /@actions/github/4.0.0: + dependencies: + '@actions/http-client': 1.0.9 + '@octokit/core': 3.2.4 + '@octokit/plugin-paginate-rest': 2.6.2_@octokit+core@3.2.4 + '@octokit/plugin-rest-endpoint-methods': 4.4.1_@octokit+core@3.2.4 + dev: false + resolution: + integrity: sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA== + /@actions/http-client/1.0.9: + dependencies: + tunnel: 0.0.6 + dev: false + resolution: + integrity: sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg== + /@ampproject/toolbox-core/2.7.1: dependencies: - cross-fetch: 3.0.5 + cross-fetch: 3.0.6 lru-cache: 6.0.0 dev: false resolution: - integrity: sha512-sDMnHj8WaX3tqJS5VsIHkeW98nq5WQ0C9RoFc1PPS3rmYIlS0vhAfHbrjJw6wtuxBTQFxccje+Ew+2OJ2D15kA== + integrity: sha512-MWGmCLyBOouXTy1Vc30Jw7NkshJ5XkPlcXhhRc9Gw3dDAZJ8rUS69SIQ6cFMt2owCQnw7irMNlvZQTqdyx61rA== /@ampproject/toolbox-optimizer/2.4.0: dependencies: - '@ampproject/toolbox-core': 2.6.0 - '@ampproject/toolbox-runtime-version': 2.6.0 + '@ampproject/toolbox-core': 2.7.1 + '@ampproject/toolbox-runtime-version': 2.7.1 '@ampproject/toolbox-script-csp': 2.5.4 - '@ampproject/toolbox-validator-rules': 2.5.4 + '@ampproject/toolbox-validator-rules': 2.7.1 cssnano: 4.1.10 domhandler: 3.0.0 domutils: 2.1.0 @@ -149,25 +165,24 @@ packages: requiresBuild: true resolution: integrity: sha512-Bmb+eMF9/VB3H0qPdZy0V5yPSkWe5RwuGbXiMxzqYdJgmMat+NL75EtozQnlpa0uBlESnOGe7bMojm/SA1ImrA== - /@ampproject/toolbox-runtime-version/2.6.0: + /@ampproject/toolbox-runtime-version/2.7.1: dependencies: - '@ampproject/toolbox-core': 2.6.0 + '@ampproject/toolbox-core': 2.7.1 dev: false resolution: - integrity: sha512-wT+Ehsoq2PRXqpgjebygHD01BpSlaAE4HfDEVxgPVT8oAsLzE4ywZgzI2VQZfaCdb8qLyO5+WXrLSoJXxDBo2Q== + integrity: sha512-3LsjaOz/Aw4YpWG6ZxpVhA2N8GF0gRfvCrNm0ZspUviz/NR+MLrJ50BPoOOAmKCzoNVA2Q8xF3Y8dfamGuoblA== /@ampproject/toolbox-script-csp/2.5.4: dev: false resolution: integrity: sha512-+knTYetI5nWllRZ9wFcj7mYxelkiiFVRAAW/hl0ad8EnKHMH82tRlk40CapEnUHhp6Er5sCYkumQ8dngs3Q4zQ== - /@ampproject/toolbox-validator-rules/2.5.4: + /@ampproject/toolbox-validator-rules/2.7.1: dependencies: - cross-fetch: 3.0.5 + cross-fetch: 3.0.6 dev: false resolution: - integrity: sha512-bS7uF+h0s5aiklc/iRaujiSsiladOsZBLrJ6QImJDXvubCAQtvE7om7ShlGSXixkMAO0OVMDWyuwLlEy8V1Ing== - /@babel/cli/7.11.6_@babel+core@7.11.6: + integrity: sha512-LYkGKqFBOC39lvRX38wGjbLf4r8VXJyiCZSLRepiHjO4xbstZLyHPwxHlobQrBhD7UbHZn5TVD+qw+VMJNMSxw== + /@babel/cli/7.12.8: dependencies: - '@babel/core': 7.11.6 commander: 4.1.1 convert-source-map: 1.7.0 fs-readdir-recursive: 1.1.0 @@ -179,11 +194,32 @@ packages: dev: false hasBin: true optionalDependencies: - chokidar: 2.1.8 + '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents + chokidar: 3.4.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA== + /@babel/cli/7.12.8_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + commander: 4.1.1 + convert-source-map: 1.7.0 + fs-readdir-recursive: 1.1.0 + glob: 7.1.6 + lodash: 4.17.20 + make-dir: 2.1.0 + slash: 2.0.0 + source-map: 0.5.7 + dev: false + hasBin: true + optionalDependencies: + '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents + chokidar: 3.4.3 peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg== + integrity: sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA== /@babel/code-frame/7.0.0-beta.44: dependencies: '@babel/highlight': 7.0.0-beta.44 @@ -208,51 +244,47 @@ packages: dev: false resolution: integrity: sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - /@babel/compat-data/7.11.0: - dependencies: - browserslist: 4.14.3 - invariant: 2.2.4 - semver: 5.7.1 + /@babel/compat-data/7.12.7: dev: false resolution: - integrity: sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== - /@babel/core/7.11.6: + integrity: sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== + /@babel/core/7.12.9: dependencies: '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 + '@babel/generator': 7.12.5 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helpers': 7.12.5 + '@babel/parser': 7.12.7 + '@babel/template': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 + debug: 4.3.1 + gensync: 1.0.0-beta.2 json5: 2.1.3 lodash: 4.17.20 - resolve: 1.17.0 + resolve: 1.19.0 semver: 5.7.1 source-map: 0.5.7 dev: false engines: node: '>=6.9.0' resolution: - integrity: sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== + integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== /@babel/core/7.7.7: dependencies: '@babel/code-frame': 7.8.3 - '@babel/generator': 7.11.6 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 + '@babel/generator': 7.12.5 + '@babel/helpers': 7.12.5 + '@babel/parser': 7.12.7 + '@babel/template': 7.12.7 + '@babel/traverse': 7.12.9 '@babel/types': 7.9.6 convert-source-map: 1.7.0 - debug: 4.1.1 + debug: 4.3.1 json5: 2.1.3 lodash: 4.17.20 - resolve: 1.17.0 + resolve: 1.19.0 semver: 5.7.1 source-map: 0.5.7 dev: false @@ -270,132 +302,158 @@ packages: dev: false resolution: integrity: sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ== - /@babel/generator/7.11.6: + /@babel/generator/7.12.5: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 jsesc: 2.5.2 source-map: 0.5.7 dev: false resolution: - integrity: sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA== + integrity: sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== /@babel/helper-annotate-as-pure/7.10.4: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== /@babel/helper-builder-binary-assignment-operator-visitor/7.10.4: dependencies: - '@babel/helper-explode-assignable-expression': 7.11.4 - '@babel/types': 7.11.5 + '@babel/helper-explode-assignable-expression': 7.12.1 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== - /@babel/helper-builder-react-jsx-experimental/7.11.5: + /@babel/helper-builder-react-jsx-experimental/7.12.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - '@babel/types': 7.11.5 + '@babel/helper-module-imports': 7.12.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-Vc4aPJnRZKWfzeCBsqTBnzulVNjABVdahSPhtdMD3Vs80ykx4a87jTHtF/VR+alSrDmNvat7l13yrRHauGcHVw== + integrity: sha512-AjEa0jrQqNk7eDQOo0pTfUOwQBMF+xVqrausQwT9/rTKy0g04ggFNaJpaE09IQMn9yExluigWMJcj0WC7bq+Og== /@babel/helper-builder-react-jsx/7.10.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.11.6: + /@babel/helper-compilation-targets/7.12.5: dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.11.6 - browserslist: 4.14.3 - invariant: 2.2.4 - levenary: 1.1.1 + '@babel/compat-data': 7.12.7 + '@babel/helper-validator-option': 7.12.1 + browserslist: 4.15.0 + semver: 5.7.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== + /@babel/helper-compilation-targets/7.12.5_@babel+core@7.12.9: + dependencies: + '@babel/compat-data': 7.12.7 + '@babel/core': 7.12.9 + '@babel/helper-validator-option': 7.12.1 + browserslist: 4.15.0 semver: 5.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.7.7: + integrity: sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== + /@babel/helper-compilation-targets/7.12.5_@babel+core@7.7.7: dependencies: - '@babel/compat-data': 7.11.0 + '@babel/compat-data': 7.12.7 '@babel/core': 7.7.7 - browserslist: 4.14.3 - invariant: 2.2.4 - levenary: 1.1.1 + '@babel/helper-validator-option': 7.12.1 + browserslist: 4.15.0 semver: 5.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.6: + integrity: sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== + /@babel/helper-create-class-features-plugin/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.12.7 + '@babel/helper-optimise-call-expression': 7.12.7 + '@babel/helper-replace-supers': 7.12.5 '@babel/helper-split-export-declaration': 7.11.0 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.7.7: + integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== + /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.12.7 + '@babel/helper-optimise-call-expression': 7.12.7 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== + /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.12.7 + '@babel/helper-optimise-call-expression': 7.12.7 + '@babel/helper-replace-supers': 7.12.5 '@babel/helper-split-export-declaration': 7.11.0 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.11.6: + integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== + /@babel/helper-create-regexp-features-plugin/7.12.7: dependencies: - '@babel/core': 7.11.6 '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.5 regexpu-core: 4.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.7.7: + integrity: sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ== + /@babel/helper-create-regexp-features-plugin/7.12.7_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-annotate-as-pure': 7.10.4 + regexpu-core: 4.7.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ== + /@babel/helper-create-regexp-features-plugin/7.12.7_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.5 regexpu-core: 4.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== + integrity: sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ== /@babel/helper-define-map/7.10.5: dependencies: '@babel/helper-function-name': 7.10.4 - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 lodash: 4.17.20 dev: false resolution: integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== - /@babel/helper-explode-assignable-expression/7.11.4: + /@babel/helper-explode-assignable-expression/7.12.1: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ== + integrity: sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA== /@babel/helper-function-name/7.0.0-beta.44: dependencies: '@babel/helper-get-function-arity': 7.0.0-beta.44 @@ -407,8 +465,8 @@ packages: /@babel/helper-function-name/7.10.4: dependencies: '@babel/helper-get-function-arity': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 + '@babel/template': 7.12.7 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== @@ -420,87 +478,81 @@ packages: integrity: sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw== /@babel/helper-get-function-arity/7.10.4: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== /@babel/helper-hoist-variables/7.10.4: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== - /@babel/helper-member-expression-to-functions/7.11.0: + /@babel/helper-member-expression-to-functions/7.12.7: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-module-imports/7.10.4: + integrity: sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== + /@babel/helper-module-imports/7.12.5: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-transforms/7.11.0: + integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== + /@babel/helper-module-transforms/7.12.1: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-simple-access': 7.10.4 + '@babel/helper-module-imports': 7.12.5 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-simple-access': 7.12.1 '@babel/helper-split-export-declaration': 7.11.0 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 + '@babel/helper-validator-identifier': 7.10.4 + '@babel/template': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 lodash: 4.17.20 dev: false resolution: - integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== - /@babel/helper-optimise-call-expression/7.10.4: + integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== + /@babel/helper-optimise-call-expression/7.12.7: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== + integrity: sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw== /@babel/helper-plugin-utils/7.10.4: dev: false resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-regex/7.10.5: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== - /@babel/helper-remap-async-to-generator/7.11.4: + /@babel/helper-remap-async-to-generator/7.12.1: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-wrap-function': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 + '@babel/helper-wrap-function': 7.12.3 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA== - /@babel/helper-replace-supers/7.10.4: + integrity: sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A== + /@babel/helper-replace-supers/7.12.5: dependencies: - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 + '@babel/helper-member-expression-to-functions': 7.12.7 + '@babel/helper-optimise-call-expression': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-simple-access/7.10.4: + integrity: sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== + /@babel/helper-simple-access/7.12.1: dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== - /@babel/helper-skip-transparent-expression-wrappers/7.11.0: + integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== + /@babel/helper-skip-transparent-expression-wrappers/7.12.1: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== + integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== /@babel/helper-split-export-declaration/7.0.0-beta.44: dependencies: '@babel/types': 7.0.0-beta.44 @@ -509,7 +561,7 @@ packages: integrity: sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA== /@babel/helper-split-export-declaration/7.11.0: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -517,23 +569,27 @@ packages: dev: false resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helper-wrap-function/7.10.4: + /@babel/helper-validator-option/7.12.1: + dev: false + resolution: + integrity: sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A== + /@babel/helper-wrap-function/7.12.3: dependencies: '@babel/helper-function-name': 7.10.4 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 + '@babel/template': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== - /@babel/helpers/7.10.4: + integrity: sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow== + /@babel/helpers/7.12.5: dependencies: - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 + '@babel/template': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== + integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== /@babel/highlight/7.0.0-beta.44: dependencies: chalk: 2.4.2 @@ -550,410 +606,432 @@ packages: dev: false resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.11.5: + /@babel/parser/7.12.7: dev: false engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== - /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.11.6: + integrity: sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== + /@babel/plugin-proposal-async-generator-functions/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-remap-async-to-generator': 7.12.1 + '@babel/plugin-syntax-async-generators': 7.8.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A== + /@babel/plugin-proposal-async-generator-functions/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 + '@babel/helper-remap-async-to-generator': 7.12.1 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== - /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.7.7: + integrity: sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A== + /@babel/plugin-proposal-async-generator-functions/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 + '@babel/helper-remap-async-to-generator': 7.12.1 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== - /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.11.6: + integrity: sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A== + /@babel/plugin-proposal-class-properties/7.12.1: + dependencies: + '@babel/helper-create-class-features-plugin': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== + /@babel/plugin-proposal-class-properties/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 + '@babel/core': 7.12.9 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== + integrity: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== /@babel/plugin-proposal-class-properties/7.8.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.7.7 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.11.6: + /@babel/plugin-proposal-dynamic-import/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.7.7: + integrity: sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ== + /@babel/plugin-proposal-dynamic-import/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-export-default-from/7.10.4_@babel+core@7.11.6: + integrity: sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ== + /@babel/plugin-proposal-dynamic-import/7.12.1_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-export-default-from': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-G1l00VvDZ7Yk2yRlC5D8Ybvu3gmeHS3rCHoUYdjrqGYUtdeOBoRypnvDZ5KQqxyaiiGHWnVDeSEzA5F9ozItig== - /@babel/plugin-proposal-export-namespace-from/7.10.4_@babel+core@7.11.6: + integrity: sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ== + /@babel/plugin-proposal-export-default-from/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 + '@babel/plugin-syntax-export-default-from': 7.12.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.11.6: + integrity: sha512-z5Q4Ke7j0AexQRfgUvnD+BdCSgpTEKnqQ3kskk2jWtOBulxICzd1X9BGt7kmWftxZ2W3++OZdt5gtmC8KLxdRQ== + /@babel/plugin-proposal-export-default-from/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 + '@babel/plugin-syntax-export-default-from': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.7.7: + integrity: sha512-z5Q4Ke7j0AexQRfgUvnD+BdCSgpTEKnqQ3kskk2jWtOBulxICzd1X9BGt7kmWftxZ2W3++OZdt5gtmC8KLxdRQ== + /@babel/plugin-proposal-export-namespace-from/7.12.1: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-syntax-export-namespace-from': 7.8.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-logical-assignment-operators/7.11.0_@babel+core@7.11.6: + integrity: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw== + /@babel/plugin-proposal-export-namespace-from/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.11.6: + integrity: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw== + /@babel/plugin-proposal-json-strings/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 + '@babel/plugin-syntax-json-strings': 7.8.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.7.7: + integrity: sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw== + /@babel/plugin-proposal-json-strings/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: + integrity: sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw== + /@babel/plugin-proposal-json-strings/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.11.6: + integrity: sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw== + /@babel/plugin-proposal-logical-assignment-operators/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.7.7: + integrity: sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA== + /@babel/plugin-proposal-logical-assignment-operators/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.7.7 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - /@babel/plugin-proposal-object-rest-spread/7.11.0_@babel+core@7.11.6: + integrity: sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA== + /@babel/plugin-proposal-nullish-coalescing-operator/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== - /@babel/plugin-proposal-object-rest-spread/7.9.6_@babel+core@7.7.7: + integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== + /@babel/plugin-proposal-nullish-coalescing-operator/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.7.7 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.11.6: + integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== + /@babel/plugin-proposal-nullish-coalescing-operator/7.12.1_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.7.7: + integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== + /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.11.6: + integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== + /@babel/plugin-proposal-numeric-separator/7.12.7: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 + '@babel/plugin-syntax-numeric-separator': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.7.7: + integrity: sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== + /@babel/plugin-proposal-numeric-separator/7.12.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.7.7: + integrity: sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== + /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.11.6: + integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== + /@babel/plugin-proposal-object-rest-spread/7.12.1: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-transform-parameters': 7.12.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.11.6: + integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== + /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.9 dev: false - engines: - node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.7.7: + integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== + /@babel/plugin-proposal-object-rest-spread/7.9.6_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.7.7 + '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.7.7 dev: false - engines: - node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.11.6: + integrity: sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== + /@babel/plugin-proposal-optional-catch-binding/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.7.7: + integrity: sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g== + /@babel/plugin-proposal-optional-catch-binding/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.11.6: + integrity: sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g== + /@babel/plugin-proposal-optional-catch-binding/7.12.1_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.7.7: + integrity: sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g== + /@babel/plugin-proposal-optional-chaining/7.12.7: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 + '@babel/plugin-syntax-optional-chaining': 7.8.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.11.6: + integrity: sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== + /@babel/plugin-proposal-optional-chaining/7.12.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.11.6: + integrity: sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== + /@babel/plugin-proposal-optional-chaining/7.12.7_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.7.7: + integrity: sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== + /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-export-default-from/7.10.4_@babel+core@7.11.6: + integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== + /@babel/plugin-proposal-private-methods/7.12.1: dependencies: - '@babel/core': 7.11.6 + '@babel/helper-create-class-features-plugin': 7.12.1 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-79V6r6Pgudz0RnuMGp5xidu6Z+bPFugh8/Q9eDHonmLp4wKFAZDwygJwYgCzuDu8lFA/sYyT+mc5y2wkd7bTXA== - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.11.6: + integrity: sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w== + /@babel/plugin-proposal-private-methods/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-flow/7.10.4_@babel+core@7.11.6: + integrity: sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w== + /@babel/plugin-proposal-unicode-property-regex/7.12.1: dependencies: - '@babel/core': 7.11.6 + '@babel/helper-create-regexp-features-plugin': 7.12.7 '@babel/helper-plugin-utils': 7.10.4 dev: false + engines: + node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-yxQsX1dJixF4qEEdzVbst3SZQ58Nrooz8NV9Z9GL4byTE25BvJgl5lf0RECUf0fh28rZBb/RYTWn/eeKwCMrZQ== - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.11.6: + integrity: sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w== + /@babel/plugin-proposal-unicode-property-regex/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false + engines: + node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.11.6: + integrity: sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w== + /@babel/plugin-proposal-unicode-property-regex/7.12.1_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false + engines: + node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.7.7: + integrity: sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w== + /@babel/plugin-syntax-async-generators/7.8.4: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.6: + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.7.7: + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -961,26 +1039,25 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.11.6: + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + /@babel/plugin-syntax-bigint/7.8.3: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.11.6: + integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: + integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -988,233 +1065,205 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.11.6: + integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== + /@babel/plugin-syntax-class-properties/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.7.7: + integrity: sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA== + /@babel/plugin-syntax-class-properties/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.11.6: + integrity: sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA== + /@babel/plugin-syntax-dynamic-import/7.8.3: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.7.7: + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.11.6: + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.7.7: + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + /@babel/plugin-syntax-export-default-from/7.12.1: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.11.6: + integrity: sha512-dP5eGg6tHEkhnRD2/vRG/KJKRSg8gtxu2i+P/8/yFPJn/CfPU5G0/7Gks2i3M6IOVAPQekmsLN9LPsmXFFL4Uw== + /@babel/plugin-syntax-export-default-from/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.7.7: + integrity: sha512-dP5eGg6tHEkhnRD2/vRG/KJKRSg8gtxu2i+P/8/yFPJn/CfPU5G0/7Gks2i3M6IOVAPQekmsLN9LPsmXFFL4Uw== + /@babel/plugin-syntax-export-namespace-from/7.8.3: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.11.6: + integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.7.7: + integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + /@babel/plugin-syntax-flow/7.12.1: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.6: + integrity: sha512-1lBLLmtxrwpm4VKmtVFselI/P3pX+G63fAtUUt6b2Nzgao77KNDwyuRt90Mj2/9pKobtt68FdvjfqohZjg/FCA== + /@babel/plugin-syntax-flow/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.7.7: + integrity: sha512-1lBLLmtxrwpm4VKmtVFselI/P3pX+G63fAtUUt6b2Nzgao77KNDwyuRt90Mj2/9pKobtt68FdvjfqohZjg/FCA== + /@babel/plugin-syntax-import-meta/7.10.4: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.11.6: + integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.7.7: + integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== + /@babel/plugin-syntax-json-strings/7.8.3: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.11.6: + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-imports': 7.10.4 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.7.7: + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-module-imports': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.11.6: + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + /@babel/plugin-syntax-jsx/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.7.7: + integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoping/7.11.1_@babel+core@7.11.6: + integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== - /@babel/plugin-transform-block-scoping/7.11.1_@babel+core@7.7.7: + integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + /@babel/plugin-syntax-logical-assignment-operators/7.10.4: dependencies: - '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.11.6: + integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.5 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - globals: 11.12.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.7.7: + integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: dependencies: - '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.5 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - globals: 11.12.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.11.6: + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.7.7: + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1222,55 +1271,51 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.11.6: + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + /@babel/plugin-syntax-numeric-separator/7.10.4: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.7.7: + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.11.6: + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.7.7: + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + /@babel/plugin-syntax-object-rest-spread/7.8.3: dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.11.6: + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.7.7: + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1278,85 +1323,77 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.11.6: + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + /@babel/plugin-syntax-optional-catch-binding/7.8.3: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.7.7: + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-flow-strip-types/7.10.4_@babel+core@7.11.6: + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-flow': 7.10.4_@babel+core@7.11.6 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-XTadyuqNst88UWBTdLjM+wEY7BFnY2sYtPyAidfC7M/QaZnSuIZpMvLxqGT7phAcnGyWh/XQFLKcGf04CnvxSQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.11.6: + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + /@babel/plugin-syntax-optional-chaining/7.8.3: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.7.7: + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.11.6: + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-function-name': 7.10.4 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.7.7: + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + /@babel/plugin-syntax-top-level-await/7.12.1: dependencies: - '@babel/core': 7.7.7 - '@babel/helper-function-name': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.11.6: + integrity: sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A== + /@babel/plugin-syntax-top-level-await/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.7.7: + integrity: sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A== + /@babel/plugin-syntax-top-level-await/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1364,155 +1401,642 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.11.6: + integrity: sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A== + /@babel/plugin-syntax-typescript/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.7.7: + integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.11.6: + integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 + '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== - /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.7.7: + integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + /@babel/plugin-transform-arrow-functions/7.12.1: dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.11.6: + integrity: sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A== + /@babel/plugin-transform-arrow-functions/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.7.7: + integrity: sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A== + /@babel/plugin-transform-arrow-functions/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.9.6_@babel+core@7.7.7: + integrity: sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A== + /@babel/plugin-transform-async-to-generator/7.12.1: dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 + '@babel/helper-module-imports': 7.12.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/helper-remap-async-to-generator': 7.12.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== - /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.11.6: + integrity: sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A== + /@babel/plugin-transform-async-to-generator/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.11.0 + '@babel/core': 7.12.9 + '@babel/helper-module-imports': 7.12.5 '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/helper-remap-async-to-generator': 7.12.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== - /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.7.7: + integrity: sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A== + /@babel/plugin-transform-async-to-generator/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.11.0 + '@babel/helper-module-imports': 7.12.5 '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/helper-remap-async-to-generator': 7.12.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.11.6: + integrity: sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A== + /@babel/plugin-transform-block-scoped-functions/7.12.1: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.7.7: + integrity: sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA== + /@babel/plugin-transform-block-scoped-functions/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.11.6: + integrity: sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA== + /@babel/plugin-transform-block-scoped-functions/7.12.1_@babel+core@7.7.7: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA== + /@babel/plugin-transform-block-scoping/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w== + /@babel/plugin-transform-block-scoping/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w== + /@babel/plugin-transform-block-scoping/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w== + /@babel/plugin-transform-classes/7.12.1: + dependencies: + '@babel/helper-annotate-as-pure': 7.10.4 + '@babel/helper-define-map': 7.10.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-optimise-call-expression': 7.12.7 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 + globals: 11.12.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog== + /@babel/plugin-transform-classes/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-annotate-as-pure': 7.10.4 + '@babel/helper-define-map': 7.10.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-optimise-call-expression': 7.12.7 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 + globals: 11.12.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog== + /@babel/plugin-transform-classes/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-annotate-as-pure': 7.10.4 + '@babel/helper-define-map': 7.10.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-optimise-call-expression': 7.12.7 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 + globals: 11.12.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog== + /@babel/plugin-transform-computed-properties/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg== + /@babel/plugin-transform-computed-properties/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg== + /@babel/plugin-transform-computed-properties/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg== + /@babel/plugin-transform-destructuring/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw== + /@babel/plugin-transform-destructuring/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw== + /@babel/plugin-transform-destructuring/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw== + /@babel/plugin-transform-dotall-regex/7.12.1: + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.12.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA== + /@babel/plugin-transform-dotall-regex/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA== + /@babel/plugin-transform-dotall-regex/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA== + /@babel/plugin-transform-duplicate-keys/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw== + /@babel/plugin-transform-duplicate-keys/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw== + /@babel/plugin-transform-duplicate-keys/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw== + /@babel/plugin-transform-exponentiation-operator/7.12.1: + dependencies: + '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug== + /@babel/plugin-transform-exponentiation-operator/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug== + /@babel/plugin-transform-exponentiation-operator/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug== + /@babel/plugin-transform-flow-strip-types/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-flow': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg== + /@babel/plugin-transform-flow-strip-types/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-flow': 7.12.1_@babel+core@7.12.9 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg== + /@babel/plugin-transform-for-of/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg== + /@babel/plugin-transform-for-of/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg== + /@babel/plugin-transform-for-of/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg== + /@babel/plugin-transform-function-name/7.12.1: + dependencies: + '@babel/helper-function-name': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw== + /@babel/plugin-transform-function-name/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw== + /@babel/plugin-transform-function-name/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw== + /@babel/plugin-transform-literals/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ== + /@babel/plugin-transform-literals/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ== + /@babel/plugin-transform-literals/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ== + /@babel/plugin-transform-member-expression-literals/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg== + /@babel/plugin-transform-member-expression-literals/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg== + /@babel/plugin-transform-member-expression-literals/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg== + /@babel/plugin-transform-modules-amd/7.12.1: + dependencies: + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ== + /@babel/plugin-transform-modules-amd/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ== + /@babel/plugin-transform-modules-amd/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ== + /@babel/plugin-transform-modules-commonjs/7.12.1: + dependencies: + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-simple-access': 7.12.1 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag== + /@babel/plugin-transform-modules-commonjs/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-simple-access': 7.12.1 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag== + /@babel/plugin-transform-modules-commonjs/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-simple-access': 7.12.1 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag== + /@babel/plugin-transform-modules-commonjs/7.9.6_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-simple-access': 7.12.1 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== + /@babel/plugin-transform-modules-systemjs/7.12.1: + dependencies: + '@babel/helper-hoist-variables': 7.10.4 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q== + /@babel/plugin-transform-modules-systemjs/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-hoist-variables': 7.10.4 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q== + /@babel/plugin-transform-modules-systemjs/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-hoist-variables': 7.10.4 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q== + /@babel/plugin-transform-modules-umd/7.12.1: + dependencies: + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q== + /@babel/plugin-transform-modules-umd/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q== + /@babel/plugin-transform-modules-umd/7.12.1_@babel+core@7.7.7: + dependencies: + '@babel/core': 7.7.7 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q== + /@babel/plugin-transform-named-capturing-groups-regex/7.12.1: + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.12.7 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q== + /@babel/plugin-transform-named-capturing-groups-regex/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.7.7: + integrity: sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q== + /@babel/plugin-transform-named-capturing-groups-regex/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.11.6: + integrity: sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q== + /@babel/plugin-transform-new-target/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw== + /@babel/plugin-transform-new-target/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.7.7: + integrity: sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw== + /@babel/plugin-transform-new-target/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1520,57 +2044,80 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.11.6: + integrity: sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw== + /@babel/plugin-transform-object-super/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw== + /@babel/plugin-transform-object-super/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.7.7: + integrity: sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw== + /@babel/plugin-transform-object-super/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.11.6: + integrity: sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw== + /@babel/plugin-transform-parameters/7.12.1: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-get-function-arity': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== - /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.7.7: + integrity: sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg== + /@babel/plugin-transform-parameters/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg== + /@babel/plugin-transform-parameters/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-get-function-arity': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.11.6: + integrity: sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg== + /@babel/plugin-transform-property-literals/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ== + /@babel/plugin-transform-property-literals/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.7.7: + integrity: sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ== + /@babel/plugin-transform-property-literals/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1578,26 +2125,42 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-react-constant-elements/7.10.4_@babel+core@7.11.6: + integrity: sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ== + /@babel/plugin-transform-react-constant-elements/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA== + /@babel/plugin-transform-react-constant-elements/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA== + /@babel/plugin-transform-react-display-name/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-cYmQBW1pXrqBte1raMkAulXmi7rjg3VI6ZLg9QIic8Hq7BtYXaWuZSxsr2siOMI6SWwpxjWfnwhTUrd7JlAV7g== - /@babel/plugin-transform-react-display-name/7.10.4_@babel+core@7.11.6: + integrity: sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w== + /@babel/plugin-transform-react-display-name/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== - /@babel/plugin-transform-react-display-name/7.10.4_@babel+core@7.7.7: + integrity: sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w== + /@babel/plugin-transform-react-display-name/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1605,113 +2168,163 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== - /@babel/plugin-transform-react-jsx-development/7.11.5_@babel+core@7.11.6: + integrity: sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w== + /@babel/plugin-transform-react-jsx-development/7.12.7: + dependencies: + '@babel/helper-builder-react-jsx-experimental': 7.12.4 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-jsx': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Rs3ETtMtR3VLXFeYRChle5SsP/P9Jp/6dsewBQfokDSzKJThlsuFcnzLTDRALiUmTC48ej19YD9uN1mupEeEDg== + /@babel/plugin-transform-react-jsx-development/7.12.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 + '@babel/core': 7.12.9 + '@babel/helper-builder-react-jsx-experimental': 7.12.4 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-cImAmIlKJ84sDmpQzm4/0q/2xrXlDezQoixy3qoz1NJeZL/8PRon6xZtluvr4H4FzwlDGI5tCcFupMnXGtr+qw== - /@babel/plugin-transform-react-jsx-development/7.11.5_@babel+core@7.7.7: + integrity: sha512-Rs3ETtMtR3VLXFeYRChle5SsP/P9Jp/6dsewBQfokDSzKJThlsuFcnzLTDRALiUmTC48ej19YD9uN1mupEeEDg== + /@babel/plugin-transform-react-jsx-development/7.12.7_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 + '@babel/helper-builder-react-jsx-experimental': 7.12.4 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.7.7 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Rs3ETtMtR3VLXFeYRChle5SsP/P9Jp/6dsewBQfokDSzKJThlsuFcnzLTDRALiUmTC48ej19YD9uN1mupEeEDg== + /@babel/plugin-transform-react-jsx-self/7.12.1: + dependencies: '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-cImAmIlKJ84sDmpQzm4/0q/2xrXlDezQoixy3qoz1NJeZL/8PRon6xZtluvr4H4FzwlDGI5tCcFupMnXGtr+qw== - /@babel/plugin-transform-react-jsx-self/7.10.4_@babel+core@7.11.6: + integrity: sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA== + /@babel/plugin-transform-react-jsx-self/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== - /@babel/plugin-transform-react-jsx-self/7.10.4_@babel+core@7.7.7: + integrity: sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA== + /@babel/plugin-transform-react-jsx-self/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== - /@babel/plugin-transform-react-jsx-source/7.10.5_@babel+core@7.11.6: + integrity: sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA== + /@babel/plugin-transform-react-jsx-source/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ== + /@babel/plugin-transform-react-jsx-source/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA== - /@babel/plugin-transform-react-jsx-source/7.10.5_@babel+core@7.7.7: + integrity: sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ== + /@babel/plugin-transform-react-jsx-source/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA== - /@babel/plugin-transform-react-jsx/7.10.4_@babel+core@7.11.6: + integrity: sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ== + /@babel/plugin-transform-react-jsx/7.12.7: + dependencies: + '@babel/helper-builder-react-jsx': 7.10.4 + '@babel/helper-builder-react-jsx-experimental': 7.12.4 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-jsx': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ== + /@babel/plugin-transform-react-jsx/7.12.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-builder-react-jsx': 7.10.4 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 + '@babel/helper-builder-react-jsx-experimental': 7.12.4 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== - /@babel/plugin-transform-react-jsx/7.10.4_@babel+core@7.7.7: + integrity: sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ== + /@babel/plugin-transform-react-jsx/7.12.7_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-builder-react-jsx': 7.10.4 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 + '@babel/helper-builder-react-jsx-experimental': 7.12.4 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.7.7 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ== + /@babel/plugin-transform-react-pure-annotations/7.12.1: + dependencies: + '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== - /@babel/plugin-transform-react-pure-annotations/7.10.4_@babel+core@7.11.6: + integrity: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== + /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.11.6: + integrity: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== + /@babel/plugin-transform-regenerator/7.12.1: + dependencies: + regenerator-transform: 0.14.5 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng== + /@babel/plugin-transform-regenerator/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 regenerator-transform: 0.14.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.7.7: + integrity: sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng== + /@babel/plugin-transform-regenerator/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 regenerator-transform: 0.14.5 @@ -1719,17 +2332,25 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.11.6: + integrity: sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng== + /@babel/plugin-transform-reserved-words/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A== + /@babel/plugin-transform-reserved-words/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.7.7: + integrity: sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A== + /@babel/plugin-transform-reserved-words/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1737,29 +2358,37 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== + integrity: sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A== /@babel/plugin-transform-runtime/7.9.6_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-module-imports': 7.10.4 + '@babel/helper-module-imports': 7.12.5 '@babel/helper-plugin-utils': 7.10.4 - resolve: 1.17.0 + resolve: 1.19.0 semver: 5.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.11.6: + /@babel/plugin-transform-shorthand-properties/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw== + /@babel/plugin-transform-shorthand-properties/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.7.7: + integrity: sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw== + /@babel/plugin-transform-shorthand-properties/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1767,77 +2396,106 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-spread/7.11.0_@babel+core@7.11.6: + integrity: sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw== + /@babel/plugin-transform-spread/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== - /@babel/plugin-transform-spread/7.11.0_@babel+core@7.7.7: + integrity: sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng== + /@babel/plugin-transform-spread/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng== + /@babel/plugin-transform-spread/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng== + /@babel/plugin-transform-sticky-regex/7.12.7: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.11.6: + integrity: sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== + /@babel/plugin-transform-sticky-regex/7.12.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.7.7: + integrity: sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== + /@babel/plugin-transform-sticky-regex/7.12.7_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.11.6: + integrity: sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== + /@babel/plugin-transform-template-literals/7.12.1: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== - /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.7.7: + integrity: sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw== + /@babel/plugin-transform-template-literals/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw== + /@babel/plugin-transform-template-literals/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.11.6: + integrity: sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw== + /@babel/plugin-transform-typeof-symbol/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q== + /@babel/plugin-transform-typeof-symbol/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.7.7: + integrity: sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q== + /@babel/plugin-transform-typeof-symbol/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 @@ -1845,150 +2503,248 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.6: + integrity: sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q== + /@babel/plugin-transform-typescript/7.12.1: + dependencies: + '@babel/helper-create-class-features-plugin': 7.12.1 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-typescript': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 + '@babel/core': 7.12.9 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.7.7: + integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.7.7 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.7.7 + '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.11.6: + integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + /@babel/plugin-transform-unicode-escapes/7.12.1: dependencies: - '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.11.6: + integrity: sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q== + /@babel/plugin-transform-unicode-escapes/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.7.7: + integrity: sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q== + /@babel/plugin-transform-unicode-regex/7.12.1: + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.12.7 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg== + /@babel/plugin-transform-unicode-regex/7.12.1_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.9 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg== + /@babel/plugin-transform-unicode-regex/7.12.1_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 + '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.7.7 '@babel/helper-plugin-utils': 7.10.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/preset-env/7.11.5_@babel+core@7.11.6: + integrity: sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg== + /@babel/preset-env/7.12.7: dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.11.6 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.11.6 - '@babel/helper-module-imports': 7.10.4 + '@babel/compat-data': 7.12.7 + '@babel/helper-compilation-targets': 7.12.5 + '@babel/helper-module-imports': 7.12.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-namespace-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-block-scoping': 7.11.1_@babel+core@7.11.6 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.11.6 - '@babel/preset-modules': 0.1.4_@babel+core@7.11.6 - '@babel/types': 7.11.5 - browserslist: 4.14.3 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 + '@babel/helper-validator-option': 7.12.1 + '@babel/plugin-proposal-async-generator-functions': 7.12.1 + '@babel/plugin-proposal-class-properties': 7.12.1 + '@babel/plugin-proposal-dynamic-import': 7.12.1 + '@babel/plugin-proposal-export-namespace-from': 7.12.1 + '@babel/plugin-proposal-json-strings': 7.12.1 + '@babel/plugin-proposal-logical-assignment-operators': 7.12.1 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1 + '@babel/plugin-proposal-numeric-separator': 7.12.7 + '@babel/plugin-proposal-object-rest-spread': 7.12.1 + '@babel/plugin-proposal-optional-catch-binding': 7.12.1 + '@babel/plugin-proposal-optional-chaining': 7.12.7 + '@babel/plugin-proposal-private-methods': 7.12.1 + '@babel/plugin-proposal-unicode-property-regex': 7.12.1 + '@babel/plugin-syntax-async-generators': 7.8.4 + '@babel/plugin-syntax-class-properties': 7.12.1 + '@babel/plugin-syntax-dynamic-import': 7.8.3 + '@babel/plugin-syntax-export-namespace-from': 7.8.3 + '@babel/plugin-syntax-json-strings': 7.8.3 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 + '@babel/plugin-syntax-numeric-separator': 7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3 + '@babel/plugin-syntax-top-level-await': 7.12.1 + '@babel/plugin-transform-arrow-functions': 7.12.1 + '@babel/plugin-transform-async-to-generator': 7.12.1 + '@babel/plugin-transform-block-scoped-functions': 7.12.1 + '@babel/plugin-transform-block-scoping': 7.12.1 + '@babel/plugin-transform-classes': 7.12.1 + '@babel/plugin-transform-computed-properties': 7.12.1 + '@babel/plugin-transform-destructuring': 7.12.1 + '@babel/plugin-transform-dotall-regex': 7.12.1 + '@babel/plugin-transform-duplicate-keys': 7.12.1 + '@babel/plugin-transform-exponentiation-operator': 7.12.1 + '@babel/plugin-transform-for-of': 7.12.1 + '@babel/plugin-transform-function-name': 7.12.1 + '@babel/plugin-transform-literals': 7.12.1 + '@babel/plugin-transform-member-expression-literals': 7.12.1 + '@babel/plugin-transform-modules-amd': 7.12.1 + '@babel/plugin-transform-modules-commonjs': 7.12.1 + '@babel/plugin-transform-modules-systemjs': 7.12.1 + '@babel/plugin-transform-modules-umd': 7.12.1 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.1 + '@babel/plugin-transform-new-target': 7.12.1 + '@babel/plugin-transform-object-super': 7.12.1 + '@babel/plugin-transform-parameters': 7.12.1 + '@babel/plugin-transform-property-literals': 7.12.1 + '@babel/plugin-transform-regenerator': 7.12.1 + '@babel/plugin-transform-reserved-words': 7.12.1 + '@babel/plugin-transform-shorthand-properties': 7.12.1 + '@babel/plugin-transform-spread': 7.12.1 + '@babel/plugin-transform-sticky-regex': 7.12.7 + '@babel/plugin-transform-template-literals': 7.12.1 + '@babel/plugin-transform-typeof-symbol': 7.12.1 + '@babel/plugin-transform-unicode-escapes': 7.12.1 + '@babel/plugin-transform-unicode-regex': 7.12.1 + '@babel/preset-modules': 0.1.4 + '@babel/types': 7.12.7 + core-js-compat: 3.8.0 + semver: 5.7.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== + /@babel/preset-env/7.12.7_@babel+core@7.12.9: + dependencies: + '@babel/compat-data': 7.12.7 + '@babel/core': 7.12.9 + '@babel/helper-compilation-targets': 7.12.5_@babel+core@7.12.9 + '@babel/helper-module-imports': 7.12.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-validator-option': 7.12.1 + '@babel/plugin-proposal-async-generator-functions': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-dynamic-import': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-export-namespace-from': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-json-strings': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-logical-assignment-operators': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-numeric-separator': 7.12.7_@babel+core@7.12.9 + '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-optional-catch-binding': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.12.9 + '@babel/plugin-proposal-private-methods': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.9 + '@babel/plugin-syntax-class-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-top-level-await': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-arrow-functions': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-async-to-generator': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-block-scoped-functions': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-block-scoping': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-computed-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-destructuring': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-duplicate-keys': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-exponentiation-operator': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-for-of': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-function-name': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-literals': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-member-expression-literals': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-modules-amd': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-modules-systemjs': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-modules-umd': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-new-target': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-object-super': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-property-literals': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-regenerator': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-reserved-words': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-shorthand-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-spread': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-sticky-regex': 7.12.7_@babel+core@7.12.9 + '@babel/plugin-transform-template-literals': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-typeof-symbol': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-unicode-escapes': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-unicode-regex': 7.12.1_@babel+core@7.12.9 + '@babel/preset-modules': 0.1.4_@babel+core@7.12.9 + '@babel/types': 7.12.7 + core-js-compat: 3.8.0 semver: 5.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== + integrity: sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== /@babel/preset-env/7.9.6_@babel+core@7.7.7: dependencies: - '@babel/compat-data': 7.11.0 + '@babel/compat-data': 7.12.7 '@babel/core': 7.7.7 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.7.7 - '@babel/helper-module-imports': 7.10.4 + '@babel/helper-compilation-targets': 7.12.5_@babel+core@7.7.7 + '@babel/helper-module-imports': 7.12.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.7.7 + '@babel/plugin-proposal-async-generator-functions': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-proposal-dynamic-import': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-proposal-json-strings': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.7.7 '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.7.7 '@babel/plugin-proposal-object-rest-spread': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.7.7 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.7.7 + '@babel/plugin-proposal-optional-catch-binding': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.7.7 + '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.7.7 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.7.7 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.7.7 @@ -1997,42 +2753,42 @@ packages: '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.7.7 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.7.7 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-block-scoping': 7.11.1_@babel+core@7.7.7 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-spread': 7.11.0_@babel+core@7.7.7 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.7.7 + '@babel/plugin-syntax-top-level-await': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-arrow-functions': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-async-to-generator': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-block-scoped-functions': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-block-scoping': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-computed-properties': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-destructuring': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-duplicate-keys': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-exponentiation-operator': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-for-of': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-function-name': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-literals': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-member-expression-literals': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-modules-amd': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-modules-systemjs': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-modules-umd': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-new-target': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-object-super': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-property-literals': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-regenerator': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-reserved-words': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-shorthand-properties': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-spread': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-sticky-regex': 7.12.7_@babel+core@7.7.7 + '@babel/plugin-transform-template-literals': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-typeof-symbol': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-unicode-regex': 7.12.1_@babel+core@7.7.7 '@babel/preset-modules': 0.1.3_@babel+core@7.7.7 '@babel/types': 7.9.6 browserslist: 4.12.0 - core-js-compat: 3.6.5 + core-js-compat: 3.8.0 invariant: 2.2.4 levenary: 1.1.1 semver: 5.7.1 @@ -2041,22 +2797,31 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== - /@babel/preset-flow/7.10.4_@babel+core@7.11.6: + /@babel/preset-flow/7.12.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-transform-flow-strip-types': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-UAoyMdioAhM6H99qPoKvpHMzxmNVXno8GYU/7vZmGaHk6/KqfDYL1W0NxszVbJ2EP271b7e6Ox+Vk2A9QsB3Sw== + /@babel/preset-flow/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-flow-strip-types': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-transform-flow-strip-types': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-XI6l1CptQCOBv+ZKYwynyswhtOKwpZZp5n0LG1QKCo8erRhqjoQV6nvx61Eg30JHpysWQSBwA2AWRU3pBbSY5g== + integrity: sha512-UAoyMdioAhM6H99qPoKvpHMzxmNVXno8GYU/7vZmGaHk6/KqfDYL1W0NxszVbJ2EP271b7e6Ox+Vk2A9QsB3Sw== /@babel/preset-modules/0.1.3_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.7.7 + '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.7.7 '@babel/types': 7.9.6 esutils: 2.0.3 dev: false @@ -2064,71 +2829,108 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.4_@babel+core@7.11.6: + /@babel/preset-modules/0.1.4: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-proposal-unicode-property-regex': 7.12.1 + '@babel/plugin-transform-dotall-regex': 7.12.1 + '@babel/types': 7.12.7 + esutils: 2.0.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== + /@babel/preset-modules/0.1.4_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 - '@babel/types': 7.11.5 + '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.12.9 + '@babel/types': 7.12.7 esutils: 2.0.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - /@babel/preset-react/7.10.4_@babel+core@7.11.6: + /@babel/preset-react/7.12.7: + dependencies: + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-transform-react-display-name': 7.12.1 + '@babel/plugin-transform-react-jsx': 7.12.7 + '@babel/plugin-transform-react-jsx-development': 7.12.7 + '@babel/plugin-transform-react-jsx-self': 7.12.1 + '@babel/plugin-transform-react-jsx-source': 7.12.1 + '@babel/plugin-transform-react-pure-annotations': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ== + /@babel/preset-react/7.12.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-react-display-name': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-development': 7.11.5_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-self': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-source': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-react-pure-annotations': 7.10.4_@babel+core@7.11.6 + '@babel/plugin-transform-react-display-name': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-react-jsx': 7.12.7_@babel+core@7.12.9 + '@babel/plugin-transform-react-jsx-development': 7.12.7_@babel+core@7.12.9 + '@babel/plugin-transform-react-jsx-self': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-react-jsx-source': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw== + integrity: sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ== /@babel/preset-react/7.9.4_@babel+core@7.7.7: dependencies: - '@babel/core': 7.7.7 + '@babel/core': 7.7.7 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-transform-react-display-name': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-react-jsx': 7.12.7_@babel+core@7.7.7 + '@babel/plugin-transform-react-jsx-development': 7.12.7_@babel+core@7.7.7 + '@babel/plugin-transform-react-jsx-self': 7.12.1_@babel+core@7.7.7 + '@babel/plugin-transform-react-jsx-source': 7.12.1_@babel+core@7.7.7 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ== + /@babel/preset-typescript/7.12.7: + dependencies: '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-react-display-name': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-development': 7.11.5_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-self': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-source': 7.10.5_@babel+core@7.7.7 + '@babel/helper-validator-option': 7.12.1 + '@babel/plugin-transform-typescript': 7.12.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ== - /@babel/preset-typescript/7.10.4_@babel+core@7.11.6: + integrity: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== + /@babel/preset-typescript/7.12.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.11.6 + '@babel/helper-validator-option': 7.12.1 + '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== + integrity: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== /@babel/preset-typescript/7.9.0_@babel+core@7.7.7: dependencies: '@babel/core': 7.7.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.7.7 + '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.7.7 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-S4cueFnGrIbvYJgwsVFKdvOmpiL0XGw9MFW9D0vgRys5g36PBhZRL8NX8Gr2akz8XRtzq6HuDXPD/1nniagNUg== - /@babel/register/7.11.5_@babel+core@7.11.6: + /@babel/register/7.12.1_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 find-cache-dir: 2.1.0 lodash: 4.17.20 make-dir: 2.1.0 @@ -2138,30 +2940,30 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-CAml0ioKX+kOAvBQDHa/+t1fgOt3qkTIz0TrRtRAT6XY0m5qYZXR85k6/sLCNPMGhYDlCFHCYuU0ybTJbvlC6w== - /@babel/runtime-corejs3/7.11.2: + integrity: sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q== + /@babel/runtime-corejs3/7.12.5: dependencies: - core-js-pure: 3.6.5 + core-js-pure: 3.8.0 regenerator-runtime: 0.13.7 dev: false resolution: - integrity: sha512-qh5IR+8VgFz83VBa6OkaET6uN/mJOhHONuy3m1sgF0CV6mXdPSEBdA7e1eUbVvyNtANjMbg22JUv71BaDXLY6A== - /@babel/runtime/7.11.2: + integrity: sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ== + /@babel/runtime/7.12.5: dependencies: regenerator-runtime: 0.13.7 dev: false resolution: - integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== + integrity: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== /@babel/runtime/7.9.6: dependencies: regenerator-runtime: 0.13.7 dev: false resolution: integrity: sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== - /@babel/standalone/7.11.6: + /@babel/standalone/7.12.9: dev: false resolution: - integrity: sha512-Ye1pj3fN76OWlJyi+Ocy1kTr1BNs5vFWHsq2oKPp3lB4Q0r2WrHi+n/Y2w3sZK+1QSKAkDXTp12tCuBprBHZ1w== + integrity: sha512-7SFBBNPjEZnN3dlnOcTa08XLkGUUmZX6Aab2rdeVBfI/bBaZXRRMx5XIMU8piZMVJI+jxu4j7gu0E/yRWmtS4w== /@babel/template/7.0.0-beta.44: dependencies: '@babel/code-frame': 7.0.0-beta.44 @@ -2171,14 +2973,14 @@ packages: dev: false resolution: integrity: sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng== - /@babel/template/7.10.4: + /@babel/template/7.12.7: dependencies: '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== + integrity: sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== /@babel/traverse/7.0.0-beta.44: dependencies: '@babel/code-frame': 7.0.0-beta.44 @@ -2187,27 +2989,27 @@ packages: '@babel/helper-split-export-declaration': 7.0.0-beta.44 '@babel/types': 7.0.0-beta.44 babylon: 7.0.0-beta.44 - debug: 3.2.6 + debug: 3.2.7 globals: 11.12.0 invariant: 2.2.4 lodash: 4.17.20 dev: false resolution: integrity: sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA== - /@babel/traverse/7.11.5: + /@babel/traverse/7.12.9: dependencies: '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.6 + '@babel/generator': 7.12.5 '@babel/helper-function-name': 7.10.4 '@babel/helper-split-export-declaration': 7.11.0 - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - debug: 4.1.1 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 + debug: 4.3.1 globals: 11.12.0 lodash: 4.17.20 dev: false resolution: - integrity: sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== + integrity: sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== /@babel/types/7.0.0-beta.44: dependencies: esutils: 2.0.3 @@ -2216,14 +3018,14 @@ packages: dev: false resolution: integrity: sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ== - /@babel/types/7.11.5: + /@babel/types/7.12.7: dependencies: '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: false resolution: - integrity: sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== + integrity: sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== /@babel/types/7.8.3: dependencies: esutils: 2.0.3 @@ -2251,7 +3053,7 @@ packages: /@chromaui/localtunnel/2.0.1: dependencies: axios: 0.19.0 - debug: 3.2.6 + debug: 3.2.7 openurl: 1.1.1 yargs: 13.3.2 dev: false @@ -2282,7 +3084,7 @@ packages: nano-style: 1.0.0 prop-types: 15.7.2 ramda: 0.25.0 - react-dom: 16.13.1 + react-dom: 16.14.0 react-live: 1.12.0 react-router-dom: 4.3.1 styled-system: 2.3.6 @@ -2291,11 +3093,11 @@ packages: styled-components: '>=2.0.0 || >=3.0.0' resolution: integrity: sha512-6QoBhJ77YIxx8qJ/wrN/IavApkNYdNeU8EM5MvP+LpLBCq4GuSS/1jwl8BTzVE60ZCOQwlwF152M020OtfMk8Q== - /@compositor/kit/1.0.47_d68e1dd1e415fe8dfee7ae76effc9703: + /@compositor/kit/1.0.47_06677a59d5b1ed295fa969e19a0946d4: dependencies: '@compositor/webfont': 1.0.39 '@mdx-js/mdx': 0.9.0 - '@mdx-js/tag': 0.7.2_react@16.13.1 + '@mdx-js/tag': 0.7.2_react@16.14.0 buble: 0.19.8 chroma-js: 1.4.1 colorable: 1.0.5 @@ -2305,10 +3107,10 @@ packages: nano-style: 1.0.0 prop-types: 15.7.2 ramda: 0.25.0 - react-dom: 16.13.1_react@16.13.1 + react-dom: 16.14.0_react@16.14.0 react-live: 1.12.0 - react-router-dom: 4.3.1_react@16.13.1 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + react-router-dom: 4.3.1_react@16.14.0 + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 2.3.6 dev: false peerDependencies: @@ -2323,31 +3125,31 @@ packages: dev: false resolution: integrity: sha512-6FZoQ7pKPY6JhFzuPr4OHWYN3ztbjPu9YDkPTE8wTdlXsCEyyzSDK5DUBx8yTNXwExitRjnZ96Z68bNPeprIIg== - /@definitelytyped/header-parser/0.0.54: + /@definitelytyped/header-parser/0.0.64: dependencies: - '@definitelytyped/typescript-versions': 0.0.54 - '@types/parsimmon': 1.10.2 + '@definitelytyped/typescript-versions': 0.0.64 + '@types/parsimmon': 1.10.5 parsimmon: 1.16.0 dev: false resolution: - integrity: sha512-kyudkkIo51gDRE6wmn/UiMyi0iqW5PEreAWoh1jPzERCpE2h5ISDhTJzsJnuLoMo6FIa3F3xvggSvIwNqYoJow== - /@definitelytyped/typescript-versions/0.0.54: + integrity: sha512-vwh6ojw0PYptEiAogAdKNrwYy2Dv0zZj6M5bjKAoF7/xOmY5B/QluJnNmgF7Q+fxLG2vVxYDbkc26r04xYIZQA== + /@definitelytyped/typescript-versions/0.0.64: dev: false resolution: - integrity: sha512-Q5YUyIdnzPz5mIIWyUqkibwadbmkkKI082xT4VkKDqHJxm1IkS0YWtFou4z8GSeMxOdknhuTk2a1Yej6vfI1ng== - /@definitelytyped/utils/0.0.54: + integrity: sha512-h+RvQPzvC/yVtZ/FqttXoIac/X1htXrmuNbvmQP+RiVonGunKq7S8ona5tm7ckiheur6VvtKQGe+zQIDF3sErQ== + /@definitelytyped/utils/0.0.64: dependencies: - '@definitelytyped/typescript-versions': 0.0.54 - '@types/node': 12.12.62 + '@definitelytyped/typescript-versions': 0.0.64 + '@types/node': 12.19.8 charm: 1.0.2 fs-extra: 8.1.0 fstream: 1.0.12 npm-registry-client: 8.6.0 tar: 2.2.2 - tar-stream: 1.6.2 + tar-stream: 2.1.4 dev: false resolution: - integrity: sha512-wx29frMws76EVbhPsUXzpCshvTtrDE0k+rQ0JYfS+BK1r83o7oOjGgzDa4fJoEQWflSYrEguUCokrt4frKDvkA== + integrity: sha512-ahxruUzplmVwWnJavaRcj8JN4B6znkYjmSTGyWSzgc+aL596nVZGyVRDlOL5mKSnJk1MzT4Uj4Gx0bg3l6CPHw== /@egoist/vue-to-react/1.1.0: dev: false peerDependencies: @@ -2355,9 +3157,9 @@ packages: vue: ^2.6.10 resolution: integrity: sha512-MwfwXHDh6ptZGLEtNLPXp2Wghteav7mzpT2Mcwl3NZWKF814i5hhHnNkVrcQQEuxUroSWQqzxLkMKSb+nhPang== - /@egoist/vue-to-react/1.1.0_react@16.13.1: + /@egoist/vue-to-react/1.1.0_react@16.14.0: dependencies: - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: ^16.8.6 @@ -2373,9 +3175,9 @@ packages: dev: false resolution: integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ== - /@emotion/core/10.0.35: + /@emotion/core/10.1.1: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 '@emotion/cache': 10.0.29 '@emotion/css': 10.0.27 '@emotion/serialize': 0.11.16 @@ -2385,21 +3187,21 @@ packages: peerDependencies: react: '>=16.3.0' resolution: - integrity: sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw== - /@emotion/core/10.0.35_react@16.13.1: + integrity: sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA== + /@emotion/core/10.1.1_react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 '@emotion/cache': 10.0.29 '@emotion/css': 10.0.27 '@emotion/serialize': 0.11.16 '@emotion/sheet': 0.9.4 '@emotion/utils': 0.11.3 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: '>=16.3.0' resolution: - integrity: sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw== + integrity: sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA== /@emotion/css/10.0.27: dependencies: '@emotion/serialize': 0.11.16 @@ -2428,7 +3230,7 @@ packages: '@emotion/memoize': 0.7.4 '@emotion/unitless': 0.7.5 '@emotion/utils': 0.11.3 - csstype: 2.6.13 + csstype: 2.6.14 dev: false resolution: integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg== @@ -2436,24 +3238,24 @@ packages: dev: false resolution: integrity: sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== - /@emotion/styled-base/10.0.31_4d699cf7e8a2bf97a506a18e2a399a54: + /@emotion/styled-base/10.0.31_5f216699bc8c1f24088b3bf77b7cbbdf: dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35_react@16.13.1 + '@babel/runtime': 7.12.5 + '@emotion/core': 10.1.1_react@16.14.0 '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 '@emotion/utils': 0.11.3 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: '@emotion/core': ^10.0.28 react: '>=16.3.0' resolution: integrity: sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== - /@emotion/styled-base/10.0.31_@emotion+core@10.0.35: + /@emotion/styled-base/10.0.31_@emotion+core@10.1.1: dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35 + '@babel/runtime': 7.12.5 + '@emotion/core': 10.1.1 '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 '@emotion/utils': 0.11.3 @@ -2463,22 +3265,22 @@ packages: react: '>=16.3.0' resolution: integrity: sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== - /@emotion/styled/10.0.27_4d699cf7e8a2bf97a506a18e2a399a54: + /@emotion/styled/10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf: dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled-base': 10.0.31_4d699cf7e8a2bf97a506a18e2a399a54 + '@emotion/core': 10.1.1_react@16.14.0 + '@emotion/styled-base': 10.0.31_5f216699bc8c1f24088b3bf77b7cbbdf babel-plugin-emotion: 10.0.33 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: '@emotion/core': ^10.0.27 react: '>=16.3.0' resolution: integrity: sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== - /@emotion/styled/10.0.27_@emotion+core@10.0.35: + /@emotion/styled/10.0.27_@emotion+core@10.1.1: dependencies: - '@emotion/core': 10.0.35 - '@emotion/styled-base': 10.0.31_@emotion+core@10.0.35 + '@emotion/core': 10.1.1 + '@emotion/styled-base': 10.0.31_@emotion+core@10.1.1 babel-plugin-emotion: 10.0.33 dev: false peerDependencies: @@ -2502,14 +3304,14 @@ packages: dev: false resolution: integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== - /@eslint/eslintrc/0.1.3: + /@eslint/eslintrc/0.2.2: dependencies: - ajv: 6.12.5 - debug: 4.1.1 - espree: 7.3.0 + ajv: 6.12.6 + debug: 4.3.1 + espree: 7.3.1 globals: 12.4.0 ignore: 4.0.6 - import-fresh: 3.2.1 + import-fresh: 3.2.2 js-yaml: 3.14.0 lodash: 4.17.20 minimatch: 3.0.4 @@ -2518,16 +3320,16 @@ packages: engines: node: ^10.12.0 || >=12.0.0 resolution: - integrity: sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA== + integrity: sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ== /@icons/material/0.2.4: dev: false peerDependencies: react: '*' resolution: integrity: sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw== - /@icons/material/0.2.4_react@16.13.1: + /@icons/material/0.2.4_react@16.14.0: dependencies: - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: '*' @@ -2573,110 +3375,67 @@ packages: node: '>= 8.3' resolution: integrity: sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw== - /@jest/console/26.3.0: + /@jest/console/26.6.2: dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 chalk: 4.1.0 - jest-message-util: 26.3.0 - jest-util: 26.3.0 + jest-message-util: 26.6.2 + jest-util: 26.6.2 slash: 3.0.0 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-/5Pn6sJev0nPUcAdpJHMVIsA8sKizL2ZkcKPE5+dJrCccks7tcM7c9wbgHudBJbxXLoTbqsHkG1Dofoem4F09w== - /@jest/core/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/reporters': 25.5.1 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - ansi-escapes: 4.3.1 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-changed-files: 25.5.0 - jest-config: 25.5.4 - jest-haste-map: 25.5.1 - jest-message-util: 25.5.0 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-resolve-dependencies: 25.5.4 - jest-runner: 25.5.4 - jest-runtime: 25.5.4 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - jest-watcher: 25.5.0 - micromatch: 4.0.2 - p-each-series: 2.1.0 - realpath-native: 2.0.0 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-3uSo7laYxF00Dg/DMgbn4xMJKmDdWvZnf89n8Xj/5/AeQ2dOQmn6b6Hkj/MleyzZWXpwv+WSdYWl4cLsy2JsoA== - /@jest/core/26.4.2: + integrity: sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g== + /@jest/core/26.6.3_ts-node@9.1.0: dependencies: - '@jest/console': 26.3.0 - '@jest/reporters': 26.4.1 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 + '@jest/console': 26.6.2 + '@jest/reporters': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 ansi-escapes: 4.3.1 chalk: 4.1.0 exit: 0.1.2 graceful-fs: 4.2.4 - jest-changed-files: 26.3.0 - jest-config: 26.4.2 - jest-haste-map: 26.3.0 - jest-message-util: 26.3.0 + jest-changed-files: 26.6.2 + jest-config: 26.6.3_ts-node@9.1.0 + jest-haste-map: 26.6.2 + jest-message-util: 26.6.2 jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-resolve-dependencies: 26.4.2 - jest-runner: 26.4.2 - jest-runtime: 26.4.2 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - jest-watcher: 26.3.0 + jest-resolve: 26.6.2_jest-resolve@26.6.2 + jest-resolve-dependencies: 26.6.3 + jest-runner: 26.6.3_ts-node@9.1.0 + jest-runtime: 26.6.3_ts-node@9.1.0 + jest-snapshot: 26.6.2 + jest-util: 26.6.2 + jest-validate: 26.6.2 + jest-watcher: 26.6.2 micromatch: 4.0.2 - p-each-series: 2.1.0 + p-each-series: 2.2.0 rimraf: 3.0.2 slash: 3.0.0 strip-ansi: 6.0.0 dev: false engines: node: '>= 10.14.2' + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-sDva7YkeNprxJfepOctzS8cAk9TOekldh+5FhVuXS40+94SHbiicRO1VV2tSoRtgIo+POs/Cdyf8p76vPTd6dg== - /@jest/environment/25.5.0: - dependencies: - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA== - /@jest/environment/26.3.0: + integrity: sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw== + /@jest/environment/26.6.2: dependencies: - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 + '@jest/fake-timers': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 + jest-mock: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-EW+MFEo0DGHahf83RAaiqQx688qpXgl99wdb8Fy67ybyzHwR1a58LHcO376xQJHfmoXTu89M09dH3J509cx2AA== + integrity: sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA== /@jest/fake-timers/24.9.0: dependencies: '@jest/types': 24.9.0 @@ -2687,91 +3446,36 @@ packages: node: '>= 6' resolution: integrity: sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A== - /@jest/fake-timers/25.5.0: - dependencies: - '@jest/types': 25.5.0 - jest-message-util: 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - lolex: 5.1.2 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-9y2+uGnESw/oyOI3eww9yaxdZyHq7XvprfP/eeoCsjqKYts2yRlsHS/SgjPDV8FyMfn2nbMy8YzUk6nyvdLOpQ== - /@jest/fake-timers/26.3.0: + /@jest/fake-timers/26.6.2: dependencies: - '@jest/types': 26.3.0 + '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 14.11.1 - jest-message-util: 26.3.0 - jest-mock: 26.3.0 - jest-util: 26.3.0 + '@types/node': 14.14.10 + jest-message-util: 26.6.2 + jest-mock: 26.6.2 + jest-util: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-ZL9ytUiRwVP8ujfRepffokBvD2KbxbqMhrXSBhSdAhISCw3gOkuntisiSFv+A6HN0n0fF4cxzICEKZENLmW+1A== - /@jest/globals/25.5.2: - dependencies: - '@jest/environment': 25.5.0 - '@jest/types': 25.5.0 - expect: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA== - /@jest/globals/26.4.2: + integrity: sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA== + /@jest/globals/26.6.2: dependencies: - '@jest/environment': 26.3.0 - '@jest/types': 26.3.0 - expect: 26.4.2 + '@jest/environment': 26.6.2 + '@jest/types': 26.6.2 + expect: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-Ot5ouAlehhHLRhc+sDz2/9bmNv9p5ZWZ9LE1pXGGTCXBasmi5jnYjlgYcYt03FBwLmZXCZ7GrL29c33/XRQiow== - /@jest/reporters/25.5.1: - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - chalk: 3.0.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - istanbul-lib-coverage: 3.0.0 - istanbul-lib-instrument: 4.0.3 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.0 - istanbul-reports: 3.0.2 - jest-haste-map: 25.5.1 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-util: 25.5.0 - jest-worker: 25.5.0 - slash: 3.0.0 - source-map: 0.6.1 - string-length: 3.1.0 - terminal-link: 2.1.1 - v8-to-istanbul: 4.1.4 - dev: false - engines: - node: '>= 8.3' - optionalDependencies: - node-notifier: 6.0.0 - resolution: - integrity: sha512-3jbd8pPDTuhYJ7vqiHXbSwTJQNavczPs+f1kRprRDxETeE3u6srJ+f0NPuwvOmk+lmunZzPkYWIFZDLHQPkviw== - /@jest/reporters/26.4.1: + integrity: sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA== + /@jest/reporters/26.6.2: dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 + '@jest/console': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 chalk: 4.1.0 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -2782,22 +3486,22 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.0 istanbul-reports: 3.0.2 - jest-haste-map: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-util: 26.3.0 - jest-worker: 26.3.0 + jest-haste-map: 26.6.2 + jest-resolve: 26.6.2_jest-resolve@26.6.2 + jest-util: 26.6.2 + jest-worker: 26.6.2 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.1 terminal-link: 2.1.1 - v8-to-istanbul: 5.0.1 + v8-to-istanbul: 7.0.0 dev: false engines: node: '>= 10.14.2' optionalDependencies: node-notifier: 8.0.0 resolution: - integrity: sha512-aROTkCLU8++yiRGVxLsuDmZsQEKO6LprlrxtAuzvtpbIFl3eIjgIf3EUxDKgomkS25R9ZzwGEdB5weCcBZlrpQ== + integrity: sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw== /@jest/source-map/24.9.0: dependencies: callsites: 3.1.0 @@ -2808,17 +3512,7 @@ packages: node: '>= 6' resolution: integrity: sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== - /@jest/source-map/25.5.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ== - /@jest/source-map/26.3.0: + /@jest/source-map/26.6.2: dependencies: callsites: 3.1.0 graceful-fs: 4.2.4 @@ -2827,7 +3521,7 @@ packages: engines: node: '>= 10.14.2' resolution: - integrity: sha512-hWX5IHmMDWe1kyrKl7IhFwqOuAreIwHhbe44+XH2ZRHjrKIh0LO5eLQ/vxHFeAfRwJapmxuqlGAEYLadDq6ZGQ== + integrity: sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA== /@jest/test-result/24.9.0: dependencies: '@jest/console': 24.9.0 @@ -2838,55 +3532,34 @@ packages: node: '>= 6' resolution: integrity: sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== - /@jest/test-result/25.5.0: - dependencies: - '@jest/console': 25.5.0 - '@jest/types': 25.5.0 - '@types/istanbul-lib-coverage': 2.0.3 - collect-v8-coverage: 1.0.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A== - /@jest/test-result/26.3.0: + /@jest/test-result/26.6.2: dependencies: - '@jest/console': 26.3.0 - '@jest/types': 26.3.0 + '@jest/console': 26.6.2 + '@jest/types': 26.6.2 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-a8rbLqzW/q7HWheFVMtghXV79Xk+GWwOK1FrtimpI5n1la2SY0qHri3/b0/1F0Ve0/yJmV8pEhxDfVwiUBGtgg== - /@jest/test-sequencer/25.5.4: - dependencies: - '@jest/test-result': 25.5.0 - graceful-fs: 4.2.4 - jest-haste-map: 25.5.1 - jest-runner: 25.5.4 - jest-runtime: 25.5.4 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA== - /@jest/test-sequencer/26.4.2: + integrity: sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ== + /@jest/test-sequencer/26.6.3_ts-node@9.1.0: dependencies: - '@jest/test-result': 26.3.0 + '@jest/test-result': 26.6.2 graceful-fs: 4.2.4 - jest-haste-map: 26.3.0 - jest-runner: 26.4.2 - jest-runtime: 26.4.2 + jest-haste-map: 26.6.2 + jest-runner: 26.6.3_ts-node@9.1.0 + jest-runtime: 26.6.3_ts-node@9.1.0 dev: false engines: node: '>= 10.14.2' + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-83DRD8N3M0tOhz9h0bn6Kl6dSp+US6DazuVF8J9m21WAp5x7CqSMaNycMP0aemC/SH/pDQQddbsfHRTBXVUgog== + integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== /@jest/transform/24.9.0: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@jest/types': 24.9.0 babel-plugin-istanbul: 5.2.0 chalk: 2.4.2 @@ -2907,41 +3580,18 @@ packages: node: '>= 6' resolution: integrity: sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ== - /@jest/transform/25.5.1: - dependencies: - '@babel/core': 7.11.6 - '@jest/types': 25.5.0 - babel-plugin-istanbul: 6.0.0 - chalk: 3.0.0 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 25.5.1 - jest-regex-util: 25.2.6 - jest-util: 25.5.0 - micromatch: 4.0.2 - pirates: 4.0.1 - realpath-native: 2.0.0 - slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg== - /@jest/transform/26.3.0: + /@jest/transform/26.6.2: dependencies: - '@babel/core': 7.11.6 - '@jest/types': 26.3.0 + '@babel/core': 7.12.9 + '@jest/types': 26.6.2 babel-plugin-istanbul: 6.0.0 chalk: 4.1.0 convert-source-map: 1.7.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.4 - jest-haste-map: 26.3.0 + jest-haste-map: 26.6.2 jest-regex-util: 26.0.0 - jest-util: 26.3.0 + jest-util: 26.6.2 micromatch: 4.0.2 pirates: 4.0.1 slash: 3.0.0 @@ -2951,12 +3601,12 @@ packages: engines: node: '>= 10.14.2' resolution: - integrity: sha512-Isj6NB68QorGoFWvcOjlUhpkT56PqNIsXKR7XfvoDlCANn/IANlh8DrKAA2l2JKC3yWSMH5wS0GwuQM20w3b2A== + integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== /@jest/types/24.9.0: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 1.1.2 - '@types/yargs': 13.0.10 + '@types/yargs': 13.0.11 dev: false engines: node: '>= 6' @@ -2966,25 +3616,25 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 1.1.2 - '@types/yargs': 15.0.5 + '@types/yargs': 15.0.11 chalk: 3.0.0 dev: false engines: node: '>= 8.3' resolution: integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw== - /@jest/types/26.3.0: + /@jest/types/26.6.2: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.0 - '@types/node': 14.11.1 - '@types/yargs': 15.0.5 + '@types/node': 14.14.10 + '@types/yargs': 15.0.11 chalk: 4.1.0 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ== + integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== /@mdx-js/loader/0.15.7: dependencies: '@mdx-js/mdx': 0.15.7 @@ -2993,28 +3643,38 @@ packages: dev: false resolution: integrity: sha512-0I+mXEfKYDFOEG9gYeBe/QRF1Sdffb+UqOUIPcY5SjS9BkqtkSUHPjC4WgfDVAY+PI4cMWs3B2Fzn4p4ScyBew== - /@mdx-js/loader/1.6.18: + /@mdx-js/loader/0.15.7_react@16.14.0: + dependencies: + '@mdx-js/mdx': 0.15.7 + '@mdx-js/tag': 0.15.6_react@16.14.0 + loader-utils: 1.4.0 + dev: false + peerDependencies: + react: '*' + resolution: + integrity: sha512-0I+mXEfKYDFOEG9gYeBe/QRF1Sdffb+UqOUIPcY5SjS9BkqtkSUHPjC4WgfDVAY+PI4cMWs3B2Fzn4p4ScyBew== + /@mdx-js/loader/1.6.22: dependencies: - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18 + '@mdx-js/mdx': 1.6.22 + '@mdx-js/react': 1.6.22 loader-utils: 2.0.0 dev: false resolution: - integrity: sha512-mCIt3dFc4p7y3ZqVda07grZDWgMcwSePT3k9vQfgfUcGWLeTFhp46fTbzagXVR/izldFSBLVYkouuH2PaI7Ecw== - /@mdx-js/loader/1.6.18_react@16.13.1: + integrity: sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q== + /@mdx-js/loader/1.6.22_react@16.14.0: dependencies: - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18_react@16.13.1 + '@mdx-js/mdx': 1.6.22 + '@mdx-js/react': 1.6.22_react@16.14.0 loader-utils: 2.0.0 dev: false peerDependencies: react: '*' resolution: - integrity: sha512-mCIt3dFc4p7y3ZqVda07grZDWgMcwSePT3k9vQfgfUcGWLeTFhp46fTbzagXVR/izldFSBLVYkouuH2PaI7Ecw== + integrity: sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q== /@mdx-js/mdx/0.15.7: dependencies: change-case: 3.1.0 - detab: 2.0.3 + detab: 2.0.4 mdast-util-to-hast: 3.0.4 remark-parse: 5.0.0 remark-squeeze-paragraphs: 3.0.4 @@ -3035,21 +3695,21 @@ packages: dev: false resolution: integrity: sha512-WA3GexpPNguq9tzMbfwWFCBsLS00iCuzN463tGfvaBlHL4m/9GcSFA0d77lT3HuoD2W1iH8tAwpBvxxfhj5KOg== - /@mdx-js/mdx/1.6.18: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@mdx-js/util': 1.6.18 - babel-plugin-apply-mdx-type-prop: 1.6.18_@babel+core@7.11.6 - babel-plugin-extract-import-names: 1.6.18 + /@mdx-js/mdx/1.6.22: + dependencies: + '@babel/core': 7.12.9 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 + '@mdx-js/util': 1.6.22 + babel-plugin-apply-mdx-type-prop: 1.6.22_@babel+core@7.12.9 + babel-plugin-extract-import-names: 1.6.22 camelcase-css: 2.0.1 - detab: 2.0.3 + detab: 2.0.4 hast-util-raw: 6.0.1 lodash.uniq: 4.5.0 - mdast-util-to-hast: 9.1.1 + mdast-util-to-hast: 10.0.1 remark-footnotes: 2.0.0 - remark-mdx: 1.6.18 + remark-mdx: 1.6.22 remark-parse: 8.0.3 remark-squeeze-paragraphs: 4.0.0 style-to-object: 0.3.0 @@ -3058,27 +3718,27 @@ packages: unist-util-visit: 2.0.3 dev: false resolution: - integrity: sha512-RXtdFBP3cnf/RILx/ipp5TsSY1k75bYYmjorv7jTaPcHPQwhQdI6K4TrVUed/GL4f8zX5TN2QwO5g+3E/8RsXA== + integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA== /@mdx-js/mdxast/0.7.2: dependencies: unist-util-visit: 1.4.1 dev: false resolution: integrity: sha512-iZK3fJGfmMC8QQsxpl1I0bnAL7MPcglazHljnor5qSVz+FIh9lUy1NQ4u8cEgJ6ckjIko+zTCCREIvQdDWJ90g== - /@mdx-js/react/1.6.18: + /@mdx-js/react/1.6.22: dev: false peerDependencies: - react: ^16.13.1 + react: ^16.13.1 || ^17.0.0 resolution: - integrity: sha512-aFHsZVu7r9WamlP+WO/lyvHHZAubkQjkcRYlvS7fQElypfJvjKdHevjC3xiqlsQpasx/4KqRMoEIb++wNtd+6w== - /@mdx-js/react/1.6.18_react@16.13.1: + integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== + /@mdx-js/react/1.6.22_react@16.14.0: dependencies: - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: - react: ^16.13.1 + react: ^16.13.1 || ^17.0.0 resolution: - integrity: sha512-aFHsZVu7r9WamlP+WO/lyvHHZAubkQjkcRYlvS7fQElypfJvjKdHevjC3xiqlsQpasx/4KqRMoEIb++wNtd+6w== + integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== /@mdx-js/tag/0.15.6: dependencies: create-react-context: 0.2.3_prop-types@15.7.2 @@ -3089,12 +3749,12 @@ packages: react: ^0.14.x || ^15.x || ^16.x resolution: integrity: sha512-u1H93/n7t2XE69fWiKIQIcnSHIHV9LgOew09rrzu+ceF+TK8jMacE2FxW09lQDUyL/Rat3fJDS4dQdTY8g/ZdQ== - /@mdx-js/tag/0.15.6_react@16.13.1: + /@mdx-js/tag/0.15.6_react@16.14.0: dependencies: - create-react-context: 0.2.3_prop-types@15.7.2+react@16.13.1 + create-react-context: 0.2.3_prop-types@15.7.2+react@16.14.0 hoist-non-react-statics: 2.5.5 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: ^0.14.x || ^15.x || ^16.x @@ -3108,27 +3768,27 @@ packages: react: ^0.14.x || ^15.x || ^16.x resolution: integrity: sha512-DNGtzX/YdOT8OSxSdEwvgQYrQrTDmd3BErOG+dQ0m/x/Mq7zIUcWMzGnWK6erW26FGZqvu8uVBcrnd5AMFXyrQ== - /@mdx-js/tag/0.7.2_react@16.13.1: + /@mdx-js/tag/0.7.2_react@16.14.0: dependencies: prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: ^0.14.x || ^15.x || ^16.x resolution: integrity: sha512-DNGtzX/YdOT8OSxSdEwvgQYrQrTDmd3BErOG+dQ0m/x/Mq7zIUcWMzGnWK6erW26FGZqvu8uVBcrnd5AMFXyrQ== - /@mdx-js/util/1.6.18: + /@mdx-js/util/1.6.22: dev: false resolution: - integrity: sha512-axMe+NoLF55OlXPbhRn4GNCHcL1f5W3V3c0dWzg05S9JXm3Ecpxzxaht3g3vTP0dcqBL/yh/xCvzK0ZpO54Eug== - /@microsoft/rush-lib/5.35.1: + integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA== + /@microsoft/rush-lib/5.35.2: dependencies: - '@pnpm/link-bins': 5.3.17 - '@rushstack/node-core-library': 3.34.6 - '@rushstack/package-deps-hash': 2.4.90 - '@rushstack/stream-collator': 4.0.34 - '@rushstack/terminal': 0.1.33 - '@rushstack/ts-command-line': 4.7.5 + '@pnpm/link-bins': 5.3.20 + '@rushstack/node-core-library': 3.34.7 + '@rushstack/package-deps-hash': 2.4.93 + '@rushstack/stream-collator': 4.0.37 + '@rushstack/terminal': 0.1.36 + '@rushstack/ts-command-line': 4.7.6 '@yarnpkg/lockfile': 1.0.2 builtin-modules: 3.1.0 cli-table: 0.3.1 @@ -3148,7 +3808,7 @@ packages: npm-packlist: 2.1.4 read-package-tree: 5.1.6 resolve: 1.17.0 - semver: 7.3.2 + semver: 7.3.4 ssri: 8.0.0 strict-uri-encode: 2.0.0 tar: 5.0.5 @@ -3159,20 +3819,20 @@ packages: engines: node: '>=5.6.0' resolution: - integrity: sha512-mpOLk4RIcXo2KhoXNT+DvAQt7w0BKJyxPFSkdPNFqJIbuXzftcrKAWDcofu/S4KF1pKcgRCghH9G4fhnkjBzZA== - /@microsoft/tsdoc-config/0.13.6: + integrity: sha512-xt+Ek1QAx7O983A8MqSDa1KjCwF5nPonjWJiOmskLV1LI6d9aoicdV5wuMax4ynZFC06wztUXxjsmfyuQlM+zA== + /@microsoft/tsdoc-config/0.13.9: dependencies: - '@microsoft/tsdoc': 0.12.21 - ajv: 6.12.5 + '@microsoft/tsdoc': 0.12.24 + ajv: 6.12.6 jju: 1.4.0 - resolve: 1.12.3 + resolve: 1.19.0 dev: false resolution: - integrity: sha512-VJjV35PnrNISoX2WMemZjnCIdOUPTRpCz6pu8inISotLd3SgoDSJygGaE7+lOYdCtDl+4c8PWJdZivxxXgOnLw== - /@microsoft/tsdoc/0.12.21: + integrity: sha512-VqqZn+rT9f6XujFPFR2aN9XKF/fuir/IzKVzoxI0vXIzxysp4ee6S2jCakmlGFHEasibifFTsJr7IYmRPxfzYw== + /@microsoft/tsdoc/0.12.24: dev: false resolution: - integrity: sha512-j+9OJ0A0buZZaUn6NxeHUVpoa05tY2PgVs7kXJhJQiKRB0G1zQqbJxer3T7jWtzpqQWP89OBDluyIeyTsMk8Sg== + integrity: sha512-Mfmij13RUTmHEMi9vRUhMXD7rnGR2VvxeNYtaGtaJ4redwwjT4UXYJ+nzmVJF7hhd4pn/Fx5sncDKxMVFJSWPg== /@mrmlnc/readdir-enhanced/2.2.1: dependencies: call-me-maybe: 1.0.1 @@ -3200,7 +3860,7 @@ packages: react-dom: ^16.9.0 resolution: integrity: sha512-UUAa8RbH7BeWDPCkagIkR4sUsyvTPlEdFrPZ9kGjf2+p8HkLHpcVY7y+XRnNvJQs4PsAF0Plh20FBz7t54U2iQ== - /@next/react-dev-overlay/9.4.4_react-dom@16.13.1+react@16.13.1: + /@next/react-dev-overlay/9.4.4_react-dom@16.14.0+react@16.14.0: dependencies: '@babel/code-frame': 7.8.3 ally.js: 1.4.1 @@ -3208,8 +3868,8 @@ packages: chalk: 4.0.0 classnames: 2.2.6 data-uri-to-buffer: 3.0.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 shell-quote: 1.7.2 source-map: 0.8.0-beta.0 stacktrace-parser: 0.1.10 @@ -3230,10 +3890,27 @@ packages: webpack: ^4 resolution: integrity: sha512-9nKENeWRI6kQk44TbeqleIVtNLfcS3klVUepzl/ZCqzR5Bi06uqBCD277hdVvG/wL1pxA+R/pgJQLqnF5E2wPQ== + /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents: + dependencies: + anymatch: 2.0.0 + async-each: 1.0.3 + braces: 2.3.2 + glob-parent: 3.1.0 + inherits: 2.0.4 + is-binary-path: 1.0.1 + is-glob: 4.0.1 + normalize-path: 3.0.0 + path-is-absolute: 1.0.1 + readdirp: 2.2.1 + upath: 1.2.0 + dev: false + optional: true + resolution: + integrity: sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w== /@nodelib/fs.scandir/2.1.3: dependencies: '@nodelib/fs.stat': 2.0.3 - run-parallel: 1.1.9 + run-parallel: 1.1.10 dev: false engines: node: '>= 8' @@ -3254,25 +3931,109 @@ packages: /@nodelib/fs.walk/1.2.4: dependencies: '@nodelib/fs.scandir': 2.1.3 - fastq: 1.8.0 + fastq: 1.9.0 dev: false engines: node: '>= 8' resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - /@pnpm/error/1.3.1: + /@octokit/auth-token/2.4.4: + dependencies: + '@octokit/types': 6.1.1 + dev: false + resolution: + integrity: sha512-LNfGu3Ro9uFAYh10MUZVaT7X2CnNm2C8IDQmabx+3DygYIQjs9FwzFAHN/0t6mu5HEPhxcb1XOuxdpY82vCg2Q== + /@octokit/core/3.2.4: + dependencies: + '@octokit/auth-token': 2.4.4 + '@octokit/graphql': 4.5.8 + '@octokit/request': 5.4.12 + '@octokit/types': 6.1.1 + before-after-hook: 2.1.0 + universal-user-agent: 6.0.0 + dev: false + resolution: + integrity: sha512-d9dTsqdePBqOn7aGkyRFe7pQpCXdibSJ5SFnrTr0axevObZrpz3qkWm7t/NjYv5a66z6vhfteriaq4FRz3e0Qg== + /@octokit/endpoint/6.0.10: + dependencies: + '@octokit/types': 6.1.1 + is-plain-object: 5.0.0 + universal-user-agent: 6.0.0 + dev: false + resolution: + integrity: sha512-9+Xef8nT7OKZglfkOMm7IL6VwxXUQyR7DUSU0LH/F7VNqs8vyd7es5pTfz9E7DwUIx7R3pGscxu1EBhYljyu7Q== + /@octokit/graphql/4.5.8: + dependencies: + '@octokit/request': 5.4.12 + '@octokit/types': 6.1.1 + universal-user-agent: 6.0.0 + dev: false + resolution: + integrity: sha512-WnCtNXWOrupfPJgXe+vSmprZJUr0VIu14G58PMlkWGj3cH+KLZEfKMmbUQ6C3Wwx6fdhzVW1CD5RTnBdUHxhhA== + /@octokit/openapi-types/2.0.0: + dev: false + resolution: + integrity: sha512-J4bfM7lf8oZvEAdpS71oTvC1ofKxfEZgU5vKVwzZKi4QPiL82udjpseJwxPid9Pu2FNmyRQOX4iEj6W1iOSnPw== + /@octokit/plugin-paginate-rest/2.6.2_@octokit+core@3.2.4: + dependencies: + '@octokit/core': 3.2.4 + '@octokit/types': 6.1.1 + dev: false + peerDependencies: + '@octokit/core': '>=2' + resolution: + integrity: sha512-3Dy7/YZAwdOaRpGQoNHPeT0VU1fYLpIUdPyvR37IyFLgd6XSij4j9V/xN/+eSjF2KKvmfIulEh9LF1tRPjIiDA== + /@octokit/plugin-rest-endpoint-methods/4.4.1_@octokit+core@3.2.4: + dependencies: + '@octokit/core': 3.2.4 + '@octokit/types': 6.1.1 + deprecation: 2.3.1 + dev: false + peerDependencies: + '@octokit/core': '>=3' + resolution: + integrity: sha512-+v5PcvrUcDeFXf8hv1gnNvNLdm4C0+2EiuWt9EatjjUmfriM1pTMM+r4j1lLHxeBQ9bVDmbywb11e3KjuavieA== + /@octokit/request-error/2.0.4: + dependencies: + '@octokit/types': 6.1.1 + deprecation: 2.3.1 + once: 1.4.0 + dev: false + resolution: + integrity: sha512-LjkSiTbsxIErBiRh5wSZvpZqT4t0/c9+4dOe0PII+6jXR+oj/h66s7E4a/MghV7iT8W9ffoQ5Skoxzs96+gBPA== + /@octokit/request/5.4.12: + dependencies: + '@octokit/endpoint': 6.0.10 + '@octokit/request-error': 2.0.4 + '@octokit/types': 6.1.1 + deprecation: 2.3.1 + is-plain-object: 5.0.0 + node-fetch: 2.6.1 + once: 1.4.0 + universal-user-agent: 6.0.0 + dev: false + resolution: + integrity: sha512-MvWYdxengUWTGFpfpefBBpVmmEYfkwMoxonIB3sUGp5rhdgwjXL1ejo6JbgzG/QD9B/NYt/9cJX1pxXeSIUCkg== + /@octokit/types/6.1.1: + dependencies: + '@octokit/openapi-types': 2.0.0 + '@types/node': 14.14.10 + dev: false + resolution: + integrity: sha512-btm3D6S7VkRrgyYF31etUtVY/eQ1KzrNRqhFt25KSe2mKlXuLXJilglRC6eDA2P6ou94BUnk/Kz5MPEolXgoiw== + /@pnpm/error/1.4.0: dev: false engines: - node: '>=10.13' + node: '>=10.16' resolution: - integrity: sha512-So1QNyJzz+HCSXZfCD+uGJSz8KpvB/iZ4p8I3c80CF9NzCMqqbdtrqyTp91f9DSiGo6dUS18TKxr3bOqi1j+TA== - /@pnpm/link-bins/5.3.17: + integrity: sha512-vxkRrkneBPVmP23kyjnYwVOtipwlSl6UfL+h+Xa3TrABJTz5rYBXemlTsU5BzST8U4pD7YDkTb3SQu+MMuIDKA== + /@pnpm/link-bins/5.3.20: dependencies: - '@pnpm/error': 1.3.1 + '@pnpm/error': 1.4.0 '@pnpm/package-bins': 4.0.9 '@pnpm/read-modules-dir': 2.0.3 - '@pnpm/read-package-json': 3.1.7 - '@pnpm/read-project-manifest': 1.1.2 + '@pnpm/read-package-json': 3.1.8 + '@pnpm/read-project-manifest': 1.1.5 '@pnpm/types': 6.3.1 '@zkochan/cmd-shim': 5.0.0 is-subdir: 1.1.1 @@ -3285,7 +4046,7 @@ packages: engines: node: '>=10.16' resolution: - integrity: sha512-UBn8j8SpuQkEbn7K8Y7YZCxWZd/kCyDcdi37Rvw0z3XNswtpqf4o20gykeXZjb4O4pAGGUEyuTxz3DlbR4Is1w== + integrity: sha512-EL3uckiiGihsgrAA1pTSA8TbBqsUoPkXZpsMB+DHEtdFBDp105uQb8w4wRrNa2neYLjb/J6WQkQzox3facbRig== /@pnpm/package-bins/4.0.9: dependencies: '@pnpm/types': 6.3.1 @@ -3305,21 +4066,21 @@ packages: node: '>=10.13' resolution: integrity: sha512-i9OgRvSlxrTS9a2oXokhDxvQzDtfqtsooJ9jaGoHkznue5aFCTSrNZFQ6M18o8hC03QWfnxaKi0BtOvNkKu2+A== - /@pnpm/read-package-json/3.1.7: + /@pnpm/read-package-json/3.1.8: dependencies: - '@pnpm/error': 1.3.1 + '@pnpm/error': 1.4.0 '@pnpm/types': 6.3.1 read-package-json: 3.0.0 dev: false engines: node: '>=10.16' resolution: - integrity: sha512-/KXCcw00u5tgVCW8kXZ3OwNUb10ndk70QwsqGNk2+8pFBGXBe/X9LcZh6B2cHfP4qgYuy/28q6WKu/zryjtIcg== - /@pnpm/read-project-manifest/1.1.2: + integrity: sha512-1oSHj2ON8iktCeOgoyoCPzvtZCQ5fdDH1koxGAIMWYqtCAd3PsIGz/1d81/zsBGSFTThqori7Lcx5KipehFrnw== + /@pnpm/read-project-manifest/1.1.5: dependencies: - '@pnpm/error': 1.3.1 + '@pnpm/error': 1.4.0 '@pnpm/types': 6.3.1 - '@pnpm/write-project-manifest': 1.1.3 + '@pnpm/write-project-manifest': 1.1.5 detect-indent: 6.0.0 fast-deep-equal: 3.1.3 graceful-fs: 4.2.4 @@ -3333,25 +4094,25 @@ packages: engines: node: '>=10.16' resolution: - integrity: sha512-0HVHWukrFtFStT4dHFbks8Sgwp7kQMiWcKGTyqG36XY8w2pOS/9A8aYrG376tv6bIRpT0aIZtLoFqfG2v0MRuQ== + integrity: sha512-U0Mrg2UUl28OspWqggArUFcal5nVAM3K2+NW1+SpdOSbmpLruNMkL9dSM4wyfiaEz8T+EqKhE063FFrrUACQkw== /@pnpm/types/6.3.1: dev: false engines: node: '>=10.16' resolution: integrity: sha512-ZH4Lon7jggSlBVuEJa/XFaHhCCkvmdaG9a8707ZqpD+iTUfslS6WOlyRVKxJiX7y5ZoJRzYRbX4mhV9gPHfXLw== - /@pnpm/write-project-manifest/1.1.3: + /@pnpm/write-project-manifest/1.1.5: dependencies: '@pnpm/types': 6.3.1 json5: 2.1.3 mz: 2.7.0 write-file-atomic: 3.0.3 - write-yaml-file: 4.1.0 + write-yaml-file: 4.1.1 dev: false engines: node: '>=10.16' resolution: - integrity: sha512-gcp1wKYVQWlaJLv/FBYl42U1wsYbnB5XZL+1Zob6h0rICUqYzxRz8OI/0sKHhAHx1kMGNIVpZKypRIvxIRq3JQ== + integrity: sha512-p8y4zIrG4sx3hJgEUob7w9TnaE1QCC25+JrP8hXrkb7gz1Vga/WGnNACSVWRWIDxjJejRCrqzewjfKM4ee2lBg== /@reach/component-component/0.7.4: dependencies: prop-types: 15.7.2 @@ -3361,26 +4122,26 @@ packages: react-dom: ^16.4.0 resolution: integrity: sha512-4yFwJtIwnpHp6aXsB4ztWFLiPfCVj4yaCUWY8HhgcEcK2luEmdnW1fFDeKsdnyrpOgbgtK8JpnJgMNIMN5GZuA== - /@reach/component-component/0.7.4_react-dom@16.13.1+react@16.13.1: + /@reach/component-component/0.7.4_react-dom@16.14.0+react@16.14.0: dependencies: prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false peerDependencies: react: ^16.4.0 react-dom: ^16.4.0 resolution: integrity: sha512-4yFwJtIwnpHp6aXsB4ztWFLiPfCVj4yaCUWY8HhgcEcK2luEmdnW1fFDeKsdnyrpOgbgtK8JpnJgMNIMN5GZuA== - /@reach/dialog/0.7.4_9dda0080177cf6c707a911d3fb3b859b: + /@reach/dialog/0.7.4_0481a0a9865629f4d1be264d521276ac: dependencies: - '@reach/portal': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@reach/utils': 0.7.4_react-dom@16.13.1+react@16.13.1 + '@reach/portal': 0.7.4_react-dom@16.14.0+react@16.14.0 + '@reach/utils': 0.7.4_react-dom@16.14.0+react@16.14.0 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-remove-scroll: 2.4.0_5ce8f66b58dc92cd3f67a918e0e72f70 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-focus-lock: 2.5.0_fa14fe5eab06fc40706f42ae1049ee73 + react-remove-scroll: 2.4.1_fa14fe5eab06fc40706f42ae1049ee73 dev: false peerDependencies: '@types/react': '*' @@ -3388,13 +4149,13 @@ packages: react-dom: ^16.8.0 resolution: integrity: sha512-KKvInRkRSj6TALsKlEVHhWwT6CZAmtGDNG606COMwveEAqXXolQm3dWgIz5H7atUR6rj++f/wOYBAQYZyEfelQ== - /@reach/dialog/0.7.4_@types+react@16.9.49: + /@reach/dialog/0.7.4_@types+react@16.14.2: dependencies: '@reach/portal': 0.7.4 '@reach/utils': 0.7.4 prop-types: 15.7.2 - react-focus-lock: 2.4.1_@types+react@16.9.49 - react-remove-scroll: 2.4.0_@types+react@16.9.49 + react-focus-lock: 2.5.0_@types+react@16.14.2 + react-remove-scroll: 2.4.1_@types+react@16.14.2 dev: false peerDependencies: '@types/react': '*' @@ -3409,35 +4170,23 @@ packages: react-dom: ^16.8.0 resolution: integrity: sha512-yI/UUtErNfb3RbWRMfJW1BTJGjE07/OjVONU8qJ65E28rsnLlwk5UDnWeDPvwIpOixXhUaUI5Bk1HEHDqAOa1w== - /@reach/portal/0.7.4_react-dom@16.13.1+react@16.13.1: + /@reach/portal/0.7.4_react-dom@16.14.0+react@16.14.0: dependencies: - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false peerDependencies: react: ^16.8.0 react-dom: ^16.8.0 resolution: integrity: sha512-yI/UUtErNfb3RbWRMfJW1BTJGjE07/OjVONU8qJ65E28rsnLlwk5UDnWeDPvwIpOixXhUaUI5Bk1HEHDqAOa1w== - /@reach/router/1.3.4: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2 - invariant: 2.2.4 - prop-types: 15.7.2 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/router/1.3.4_react-dom@16.13.1+react@16.13.1: + /@reach/router/1.3.4_react-dom@16.14.0+react@16.14.0: dependencies: - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 + create-react-context: 0.3.0_prop-types@15.7.2+react@16.14.0 invariant: 2.2.4 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-lifecycles-compat: 3.0.4 dev: false peerDependencies: @@ -3445,12 +4194,12 @@ packages: react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 resolution: integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/router/1.3.4_react@16.13.1: + /@reach/router/1.3.4_react@16.14.0: dependencies: - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 + create-react-context: 0.3.0_prop-types@15.7.2+react@16.14.0 invariant: 2.2.4 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 react-lifecycles-compat: 3.0.4 dev: false peerDependencies: @@ -3465,73 +4214,105 @@ packages: react-dom: ^16.8.0 resolution: integrity: sha512-RFhWmeaEfcu+xATfGPH4yjTlgD01ek0D8bVhtP4CgCqV2gnyS0KLAlWshzlAlSrBvr7zmpkA5QZJ1g43vFBSww== - /@reach/utils/0.7.4_react-dom@16.13.1+react@16.13.1: + /@reach/utils/0.7.4_react-dom@16.14.0+react@16.14.0: dependencies: - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false peerDependencies: react: ^16.8.0 react-dom: ^16.8.0 resolution: integrity: sha512-RFhWmeaEfcu+xATfGPH4yjTlgD01ek0D8bVhtP4CgCqV2gnyS0KLAlWshzlAlSrBvr7zmpkA5QZJ1g43vFBSww== - /@rushstack/eslint-config/1.3.0: + /@react-dnd/asap/4.0.0: + dev: false + resolution: + integrity: sha512-0XhqJSc6pPoNnf8DhdsPHtUhRzZALVzYMTzRwV4VI6DJNJ/5xxfL9OQUwb8IH5/2x7lSf7nAZrnzUD+16VyOVQ== + /@react-dnd/invariant/2.0.0: + dev: false + resolution: + integrity: sha512-xL4RCQBCBDJ+GRwKTFhGUW8GXa4yoDfJrPbLblc3U09ciS+9ZJXJ3Qrcs/x2IODOdIE5kQxvMmE2UKyqUictUw== + /@react-dnd/shallowequal/2.0.0: + dev: false + resolution: + integrity: sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg== + /@rushstack/eslint-config/1.4.2: dependencies: '@rushstack/eslint-patch': 1.0.3 - '@rushstack/eslint-plugin': 0.6.1 + '@rushstack/eslint-plugin': 0.6.3 + '@rushstack/eslint-plugin-security': 0.1.1 '@typescript-eslint/eslint-plugin': 3.4.0_@typescript-eslint+parser@3.4.0 '@typescript-eslint/experimental-utils': 3.4.0 '@typescript-eslint/parser': 3.4.0 '@typescript-eslint/typescript-estree': 3.4.0 eslint-plugin-promise: 4.2.1 eslint-plugin-react: 7.20.6 - eslint-plugin-security: 1.4.0 - eslint-plugin-tsdoc: 0.2.7 + eslint-plugin-tsdoc: 0.2.10 dev: false peerDependencies: eslint: ^6.0.0 || ^7.0.0 typescript: '>=3.0.0' resolution: - integrity: sha512-Bxf1x3jjDRFujp66mKMukQsZGJGmO14SxNKPEpcg2MUSbvx2BsUA2B3oRUYyiYfbhmoWpmAXbWJOFBvZpGZMCw== - /@rushstack/eslint-config/1.3.0_eslint@7.9.0+typescript@4.0.2: + integrity: sha512-+MbUZHHnWQ8E7RkQxG+WT0/zohFjMNEfU9VnfVwa2SZrz0oI1/V5M175EZ+gO2y1xsslRpEi3V8a2uBjQhewfQ== + /@rushstack/eslint-config/1.4.2_eslint@7.15.0+typescript@4.1.2: dependencies: '@rushstack/eslint-patch': 1.0.3 - '@rushstack/eslint-plugin': 0.6.1_eslint@7.9.0 - '@typescript-eslint/eslint-plugin': 3.4.0_50d6ca74ff846cc658155e0355ded9f7 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 + '@rushstack/eslint-plugin': 0.6.3_eslint@7.15.0 + '@rushstack/eslint-plugin-security': 0.1.1_eslint@7.15.0 + '@typescript-eslint/eslint-plugin': 3.4.0_064aedb7e6f92f0de566adbf4fdf5bc3 + '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.15.0+typescript@4.1.2 + '@typescript-eslint/parser': 3.4.0_eslint@7.15.0+typescript@4.1.2 + '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.1.2 + eslint: 7.15.0 eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-security: 1.4.0 - eslint-plugin-tsdoc: 0.2.7 - typescript: 4.0.2 + eslint-plugin-react: 7.20.6_eslint@7.15.0 + eslint-plugin-tsdoc: 0.2.10 + typescript: 4.1.2 dev: false peerDependencies: eslint: ^6.0.0 || ^7.0.0 typescript: '>=3.0.0' resolution: - integrity: sha512-Bxf1x3jjDRFujp66mKMukQsZGJGmO14SxNKPEpcg2MUSbvx2BsUA2B3oRUYyiYfbhmoWpmAXbWJOFBvZpGZMCw== + integrity: sha512-+MbUZHHnWQ8E7RkQxG+WT0/zohFjMNEfU9VnfVwa2SZrz0oI1/V5M175EZ+gO2y1xsslRpEi3V8a2uBjQhewfQ== /@rushstack/eslint-patch/1.0.3: dev: false resolution: integrity: sha512-Oq5EYosOGfqE8r2tuRMfJSeZKO+M3QozrYKs5bPuqyWB9pHhclS/Kp8boyu/pPwskE9PtPkagc+qwW+yO2b9Kw== - /@rushstack/eslint-plugin/0.6.1: + /@rushstack/eslint-plugin-security/0.1.1: + dependencies: + '@rushstack/tree-pattern': 0.1.0 + dev: false + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + resolution: + integrity: sha512-h3XeAvFiP11XvkWTJmzaLUG+M5furqtKyhcV4Mu2UUnwYxv4qWOWIoZfdIgfCgNV6S3d6Lk307mDQy3dHSXZsQ== + /@rushstack/eslint-plugin-security/0.1.1_eslint@7.15.0: + dependencies: + '@rushstack/tree-pattern': 0.1.0 + eslint: 7.15.0 + dev: false + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + resolution: + integrity: sha512-h3XeAvFiP11XvkWTJmzaLUG+M5furqtKyhcV4Mu2UUnwYxv4qWOWIoZfdIgfCgNV6S3d6Lk307mDQy3dHSXZsQ== + /@rushstack/eslint-plugin/0.6.3: + dependencies: + '@rushstack/tree-pattern': 0.1.0 dev: false peerDependencies: eslint: ^6.0.0 || ^7.0.0 resolution: - integrity: sha512-+Tg+htYAKl+44IIDe6vUcFWRxSs8utmtDlRM5NZF7ogCOmDsO9acG2JnPJXIB0O1PbQIAVf6Vs5xPn2TdkHGhg== - /@rushstack/eslint-plugin/0.6.1_eslint@7.9.0: + integrity: sha512-vAyt4Kkp4wS+h9vVCyGx9ZGo4vATVdBh+JRRuOW84MfF9jRKlJRXUrYwHh0TQwMLWiRZ8zbkOms6BaHKC2k13g== + /@rushstack/eslint-plugin/0.6.3_eslint@7.15.0: dependencies: - eslint: 7.9.0 + '@rushstack/tree-pattern': 0.1.0 + eslint: 7.15.0 dev: false peerDependencies: eslint: ^6.0.0 || ^7.0.0 resolution: - integrity: sha512-+Tg+htYAKl+44IIDe6vUcFWRxSs8utmtDlRM5NZF7ogCOmDsO9acG2JnPJXIB0O1PbQIAVf6Vs5xPn2TdkHGhg== - /@rushstack/node-core-library/3.34.6: + integrity: sha512-vAyt4Kkp4wS+h9vVCyGx9ZGo4vATVdBh+JRRuOW84MfF9jRKlJRXUrYwHh0TQwMLWiRZ8zbkOms6BaHKC2k13g== + /@rushstack/node-core-library/3.34.7: dependencies: '@types/node': 10.17.13 colors: 1.2.5 @@ -3539,33 +4320,37 @@ packages: import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.17.0 - semver: 7.3.2 + semver: 7.3.4 timsort: 0.3.0 z-schema: 3.18.4 dev: false resolution: - integrity: sha512-f9U1qkVPgc1zUgQI0+OX62G9kqN8kyVCnGIsPd1w77TLmb2fIwZo+mujWwrCg0YeaW0REWkjOVbKlFgbnaX0/Q== - /@rushstack/package-deps-hash/2.4.90: + integrity: sha512-7FwJ0jmZsh7bDIZ1IqDNphY9Kc6aAi1D2K8jiq+da4flMyL84HNeq2KxvwFLzjLwu3eMr88X+oBpgxCTD5Y57Q== + /@rushstack/package-deps-hash/2.4.93: dependencies: - '@rushstack/node-core-library': 3.34.6 + '@rushstack/node-core-library': 3.34.7 dev: false resolution: - integrity: sha512-NfPQ3aKDOK5iu+0RmP3uU4tsVjoKXApoljiHn5EGOhKpmKVJMuMdhXrvySZUwbpDrTnU242PvJX9XQTWaQMktQ== - /@rushstack/stream-collator/4.0.34: + integrity: sha512-eMCSwcf0XFGzp1tjGPKrEICCfEjSZj9OYwTQYh+6cOQ30l+NHWukdfoorfzyZontJDQX3JGDrv8y3oZQp4id7Q== + /@rushstack/stream-collator/4.0.37: dependencies: - '@rushstack/node-core-library': 3.34.6 - '@rushstack/terminal': 0.1.33 + '@rushstack/node-core-library': 3.34.7 + '@rushstack/terminal': 0.1.36 dev: false resolution: - integrity: sha512-WlThEyN4RJoZ72ICCZlPzr8GywJV0lBi2flEUoRSESw99gChnTQkl1waFMAjg98qcfwCYkuiATRZYXHJEhNK/A== - /@rushstack/terminal/0.1.33: + integrity: sha512-EGOuIOk6YYwbgM473Oq5/DYD13ptKH0ZX0W+FGXAGcHR8aKYS+mZpZDpBs95JMLJK22DoQ/IYKrp8e2ttBdssQ== + /@rushstack/terminal/0.1.36: dependencies: - '@rushstack/node-core-library': 3.34.6 + '@rushstack/node-core-library': 3.34.7 '@types/node': 10.17.13 dev: false resolution: - integrity: sha512-yem9WITCOCyFlUpPeXQvtLvrp6pQHxb4OW9ixHR8O/ygzLTbcQRExsq4BKKSuVpbXLCbJpzFE2iHWtvyb6t6Ew== - /@rushstack/ts-command-line/4.7.5: + integrity: sha512-VOEpV1MmGvyNsUO5xT+I/RaaeBykS+8wDH6A9SlDu0Y3rEX+6TujPPBOg5VgtqIDpqebwLGYjnGgjT2j2Tnmpg== + /@rushstack/tree-pattern/0.1.0: + dev: false + resolution: + integrity: sha512-OgOn8WSVaSyUCms4fkUlyItm//9PzxrDkaFRXRh04Euvx/YuL9h47H+AjjgR1fpWX5nRzIGJkXmXIViQ/37TSg== + /@rushstack/ts-command-line/4.7.6: dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -3573,7 +4358,7 @@ packages: string-argv: 0.3.1 dev: false resolution: - integrity: sha512-6i8EZ/1DWAfSLo2T4AwjwYH7qci958IQ36Yh65GbHyZn8H/IxooWFZNhL0mCa92kZVW5eDugdpUr3CPqG/py6A== + integrity: sha512-falJVNfpJtsL3gJaY77JXXycfzhzB9VkKhqEfjRWD69/f6ezMUorPR6Nc90MnIaWgePTcdTJPZibxOQrNpu1Uw== /@samverschueren/stream-to-observable/0.3.1_rxjs@6.6.3: dependencies: any-observable: 0.3.0 @@ -3591,6 +4376,10 @@ packages: optional: true resolution: integrity: sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ== + /@sheerun/mutationobserver-shim/0.3.3: + dev: false + resolution: + integrity: sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw== /@sindresorhus/is/0.7.0: dev: false engines: @@ -3609,89 +4398,68 @@ packages: dev: false resolution: integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== - /@storybook/addon-a11y/5.3.21_@types+react@16.9.49: + /@storybook/addon-a11y/5.3.21_1944eb952cab1f05b64d39ba5c926494: dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 + '@storybook/addons': 5.3.21_react-dom@16.14.0 + '@storybook/api': 5.3.21_react-dom@16.14.0 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.13.1 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 axe-core: 3.5.5 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 memoizerific: 1.11.3 - react: 16.13.1 - react-redux: 7.2.1_react@16.13.1+redux@4.0.5 - react-sizeme: 2.6.12_react@16.13.1 + react: 16.14.0 + react-redux: 7.2.2_bbabd8c34ea235719dc50e75b43f85a4 + react-sizeme: 2.6.12_react-dom@16.14.0+react@16.14.0 redux: 4.0.5 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 dev: false peerDependencies: '@types/react': '*' + react-dom: '*' resolution: integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-a11y/5.3.21_b8c733f7abe50cdc700f864902351693: + /@storybook/addon-a11y/5.3.21_@types+react@16.14.2: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 + '@storybook/addons': 5.3.21 + '@storybook/api': 5.3.21 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 + '@storybook/theming': 5.3.21_react@16.14.0 axe-core: 3.5.5 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 memoizerific: 1.11.3 - react: 16.13.1 - react-redux: 7.2.1_49f644e2f7de4182503f8b93abece808 - react-sizeme: 2.6.12_react-dom@16.13.1+react@16.13.1 + react: 16.14.0 + react-redux: 7.2.2_react@16.14.0+redux@4.0.5 + react-sizeme: 2.6.12_react@16.14.0 redux: 4.0.5 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 dev: false peerDependencies: '@types/react': '*' - react-dom: '*' resolution: integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-actions/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.13.1 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - react-inspector: 4.0.1_react@16.13.1 - uuid: 3.4.0 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-actions/5.3.21_b8c733f7abe50cdc700f864902351693: + /@storybook/addon-actions/5.3.21_1944eb952cab1f05b64d39ba5c926494: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/addons': 5.3.21_react-dom@16.14.0 + '@storybook/api': 5.3.21_react-dom@16.14.0 + '@storybook/client-api': 5.3.21_react-dom@16.14.0 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + core-js: 3.8.0 fast-deep-equal: 2.0.1 global: 4.4.0 - polished: 3.6.6 + polished: 3.6.7 prop-types: 15.7.2 - react: 16.13.1 - react-inspector: 4.0.1_react@16.13.1 + react: 16.14.0 + react-inspector: 4.0.1_react@16.14.0 uuid: 3.4.0 dev: false peerDependencies: @@ -3699,29 +4467,29 @@ packages: react-dom: '*' resolution: integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-docs/5.3.21_5f4e75485d05063debccc2e0651ceb55: + /@storybook/addon-docs/5.3.21_133926cb9aab840cd0261b1a1eebd9b9: dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@egoist/vue-to-react': 1.1.0 + '@babel/generator': 7.12.5 + '@babel/parser': 7.12.7 + '@babel/plugin-transform-react-jsx': 7.12.7 + '@egoist/vue-to-react': 1.1.0_react@16.14.0 '@jest/transform': 24.9.0 - '@mdx-js/loader': 1.6.18 - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18 - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@mdx-js/loader': 1.6.22_react@16.14.0 + '@mdx-js/mdx': 1.6.22 + '@mdx-js/react': 1.6.22_react@16.14.0 + '@storybook/addons': 5.3.21_react-dom@16.14.0 + '@storybook/api': 5.3.21_react-dom@16.14.0 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21 - '@storybook/theming': 5.3.21 - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 + '@storybook/source-loader': 5.3.21_react-dom@16.14.0 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + acorn: 7.4.1 + acorn-jsx: 5.3.1_acorn@7.4.1 acorn-walk: 7.2.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - core-js: 3.6.5 + babel-loader: 8.2.2 + core-js: 3.8.0 doctrine: 3.0.0 escodegen: 1.14.3 global: 4.4.0 @@ -3729,45 +4497,46 @@ packages: js-string-escape: 1.0.1 lodash: 4.17.20 prop-types: 15.7.2 - react-element-to-jsx-string: 14.3.1 + react: 16.14.0 + react-element-to-jsx-string: 14.3.2_react-dom@16.14.0+react@16.14.0 remark-external-links: 5.0.0 remark-slug: 5.1.2 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 - vue-docgen-api: 4.32.1 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.32.1 + vue-docgen-api: 4.34.2 + vue-docgen-loader: 1.5.0_vue-docgen-api@4.34.2 dev: false peerDependencies: - '@babel/core': '*' '@types/react': '*' babel-loader: ^8.0.0 react: ^16.8.0 + react-dom: '*' react-is: ^16.8.0 resolution: integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-docs/5.3.21_859c605ca6661ee792e8f02338da5f92: + /@storybook/addon-docs/5.3.21_cf2a4a7ba89aeb6a1b46b0f2a3ca94db: dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@egoist/vue-to-react': 1.1.0_react@16.13.1 + '@babel/generator': 7.12.5 + '@babel/parser': 7.12.7 + '@babel/plugin-transform-react-jsx': 7.12.7 + '@egoist/vue-to-react': 1.1.0 '@jest/transform': 24.9.0 - '@mdx-js/loader': 1.6.18_react@16.13.1 - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18_react@16.13.1 - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@mdx-js/loader': 1.6.22 + '@mdx-js/mdx': 1.6.22 + '@mdx-js/react': 1.6.22 + '@storybook/addons': 5.3.21 + '@storybook/api': 5.3.21 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21_react-dom@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 + '@storybook/source-loader': 5.3.21 + '@storybook/theming': 5.3.21 + acorn: 7.4.1 + acorn-jsx: 5.3.1_acorn@7.4.1 acorn-walk: 7.2.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - core-js: 3.6.5 + babel-loader: 8.2.2 + core-js: 3.8.0 doctrine: 3.0.0 escodegen: 1.14.3 global: 4.4.0 @@ -3775,90 +4544,87 @@ packages: js-string-escape: 1.0.1 lodash: 4.17.20 prop-types: 15.7.2 - react: 16.13.1 - react-element-to-jsx-string: 14.3.1_react-dom@16.13.1+react@16.13.1 + react-element-to-jsx-string: 14.3.2 remark-external-links: 5.0.0 remark-slug: 5.1.2 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 - vue-docgen-api: 4.32.1 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.32.1 + vue-docgen-api: 4.34.2 + vue-docgen-loader: 1.5.0_vue-docgen-api@4.34.2 dev: false peerDependencies: - '@babel/core': '*' '@types/react': '*' babel-loader: ^8.0.0 react: ^16.8.0 - react-dom: '*' react-is: ^16.8.0 resolution: integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-info/5.3.21_@types+react@16.9.49: + /@storybook/addon-info/5.3.21_1944eb952cab1f05b64d39ba5c926494: dependencies: - '@storybook/addons': 5.3.21 + '@storybook/addons': 5.3.21_react-dom@16.14.0 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/theming': 5.3.21_react@16.13.1 - core-js: 3.6.5 + '@storybook/components': 5.3.21_@types+react@16.14.2 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + core-js: 3.8.0 global: 4.4.0 marksy: 8.0.0 nested-object-assign: 1.0.3 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.1_react@16.13.1 + react-element-to-jsx-string: 14.3.2_react-dom@16.14.0+react@16.14.0 react-is: 16.13.1 react-lifecycles-compat: 3.0.4 util-deprecate: 1.0.2 dev: false peerDependencies: '@types/react': '*' + react-dom: '*' resolution: integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-info/5.3.21_b8c733f7abe50cdc700f864902351693: + /@storybook/addon-info/5.3.21_@types+react@16.14.2: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 + '@storybook/addons': 5.3.21 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 + '@storybook/components': 5.3.21_@types+react@16.14.2 + '@storybook/theming': 5.3.21_react@16.14.0 + core-js: 3.8.0 global: 4.4.0 marksy: 8.0.0 nested-object-assign: 1.0.3 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.1_react-dom@16.13.1+react@16.13.1 + react-element-to-jsx-string: 14.3.2_react@16.14.0 react-is: 16.13.1 react-lifecycles-compat: 3.0.4 util-deprecate: 1.0.2 dev: false peerDependencies: '@types/react': '*' - react-dom: '*' resolution: integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-knobs/5.3.21_9dda0080177cf6c707a911d3fb3b859b: + /@storybook/addon-knobs/5.3.21_0481a0a9865629f4d1be264d521276ac: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/addons': 5.3.21_react-dom@16.14.0 + '@storybook/api': 5.3.21_react-dom@16.14.0 + '@storybook/client-api': 5.3.21_react-dom@16.14.0 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 '@types/react-color': 3.0.4 copy-to-clipboard: 3.3.1 - core-js: 3.6.5 + core-js: 3.8.0 escape-html: 1.0.3 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.20 prop-types: 15.7.2 qs: 6.9.4 - react: 16.13.1 - react-color: 2.18.1_react@16.13.1 + react: 16.14.0 + react-color: 2.19.3_react@16.14.0 react-lifecycles-compat: 3.0.4 - react-select: 3.1.0_react-dom@16.13.1+react@16.13.1 + react-select: 3.1.1_react-dom@16.14.0+react@16.14.0 dev: false peerDependencies: '@types/react': '*' @@ -3866,45 +4632,45 @@ packages: react-dom: '*' resolution: integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-knobs/5.3.21_@types+react@16.9.49: + /@storybook/addon-knobs/5.3.21_@types+react@16.14.2: dependencies: '@storybook/addons': 5.3.21 '@storybook/api': 5.3.21 '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 '@storybook/theming': 5.3.21 '@types/react-color': 3.0.4 copy-to-clipboard: 3.3.1 - core-js: 3.6.5 + core-js: 3.8.0 escape-html: 1.0.3 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.20 prop-types: 15.7.2 qs: 6.9.4 - react-color: 2.18.1 + react-color: 2.19.3 react-lifecycles-compat: 3.0.4 - react-select: 3.1.0 + react-select: 3.1.1 dev: false peerDependencies: '@types/react': '*' react: '*' resolution: integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-viewport/5.3.21_9dda0080177cf6c707a911d3fb3b859b: + /@storybook/addon-viewport/5.3.21_0481a0a9865629f4d1be264d521276ac: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 + '@storybook/addons': 5.3.21_react-dom@16.14.0 + '@storybook/api': 5.3.21_react-dom@16.14.0 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + core-js: 3.8.0 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -3913,15 +4679,15 @@ packages: react-dom: '*' resolution: integrity: sha512-Vb8+yvSU5m4sMCqM/6n3ZD8v6N/9xzElMlT7bYL+l9YecbvbgPVrN7xuNrVFKWMTHyEbkgoVPLtCwjK/Jbuvqw== - /@storybook/addon-viewport/5.3.21_@types+react@16.9.49: + /@storybook/addon-viewport/5.3.21_@types+react@16.14.2: dependencies: '@storybook/addons': 5.3.21 '@storybook/api': 5.3.21 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 '@storybook/theming': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.7.2 @@ -3938,19 +4704,19 @@ packages: '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 util-deprecate: 1.0.2 dev: false resolution: integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_960a3fbaefe402dfa8e5b346058e1917: + /@storybook/addons/5.3.21_553a6a1eff5429c148b1acaf704365ba: dependencies: - '@storybook/api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 + '@storybook/api': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 util-deprecate: 1.0.2 dev: false @@ -3959,13 +4725,13 @@ packages: regenerator-runtime: '*' resolution: integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_react-dom@16.13.1: + /@storybook/addons/5.3.21_react-dom@16.14.0: dependencies: - '@storybook/api': 5.3.21_react-dom@16.13.1 + '@storybook/api': 5.3.21_react-dom@16.14.0 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 util-deprecate: 1.0.2 dev: false @@ -3975,21 +4741,21 @@ packages: integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== /@storybook/api/5.3.21: dependencies: - '@reach/router': 1.3.4_react@16.13.1 + '@reach/router': 1.3.4_react@16.14.0 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react@16.13.1 - '@storybook/theming': 5.3.21_react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 + '@storybook/router': 5.3.21_react@16.14.0 + '@storybook/theming': 5.3.21_react@16.14.0 + '@types/reach__router': 1.3.6 + core-js: 3.8.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.20 memoizerific: 1.11.3 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 semver: 6.3.0 shallow-equal: 1.2.1 store2: 2.12.0 @@ -4000,23 +4766,23 @@ packages: regenerator-runtime: '*' resolution: integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_960a3fbaefe402dfa8e5b346058e1917: + /@storybook/api/5.3.21_553a6a1eff5429c148b1acaf704365ba: dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 + '@reach/router': 1.3.4_react-dom@16.14.0+react@16.14.0 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 + '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@types/reach__router': 1.3.6 + core-js: 3.8.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.20 memoizerific: 1.11.3 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 regenerator-runtime: 0.13.7 semver: 6.3.0 shallow-equal: 1.2.1 @@ -4029,23 +4795,23 @@ packages: regenerator-runtime: '*' resolution: integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_react-dom@16.13.1: + /@storybook/api/5.3.21_react-dom@16.14.0: dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 + '@reach/router': 1.3.4_react-dom@16.14.0+react@16.14.0 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 + '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@types/reach__router': 1.3.6 + core-js: 3.8.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.20 memoizerific: 1.11.3 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 semver: 6.3.0 shallow-equal: 1.2.1 store2: 2.12.0 @@ -4061,7 +4827,7 @@ packages: dependencies: '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 telejson: 3.3.0 dev: false @@ -4069,7 +4835,7 @@ packages: integrity: sha512-CfoP7aEbZtJ35R9zeujMRdIwprETUi+Ve+y84DhXYQ2uJ0rR3vO4zHLZnxMMyJ5VnYOfuO042uch07+EKBz40Q== /@storybook/channels/5.3.21: dependencies: - core-js: 3.6.5 + core-js: 3.8.0 dev: false resolution: integrity: sha512-OXoFs9XtBVg/cCk6lYMrxkzaNlJRf54ABdorp7YAAj7S9tRL1JxOZHxmjNQwEoiRvssmem2rAWtEAxfuEANsAA== @@ -4081,8 +4847,8 @@ packages: '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 + '@types/webpack-env': 1.16.0 + core-js: 3.8.0 eventemitter3: 4.0.7 global: 4.4.0 is-plain-object: 3.0.1 @@ -4090,21 +4856,21 @@ packages: memoizerific: 1.11.3 qs: 6.9.4 stable: 0.1.8 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 dev: false resolution: integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_960a3fbaefe402dfa8e5b346058e1917: + /@storybook/client-api/5.3.21_553a6a1eff5429c148b1acaf704365ba: dependencies: - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 + '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/channel-postmessage': 5.3.21 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 + '@types/webpack-env': 1.16.0 + core-js: 3.8.0 eventemitter3: 4.0.7 global: 4.4.0 is-plain-object: 3.0.1 @@ -4112,7 +4878,7 @@ packages: memoizerific: 1.11.3 qs: 6.9.4 stable: 0.1.8 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -4120,16 +4886,16 @@ packages: regenerator-runtime: '*' resolution: integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_react-dom@16.13.1: + /@storybook/client-api/5.3.21_react-dom@16.14.0: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 + '@storybook/addons': 5.3.21_react-dom@16.14.0 '@storybook/channel-postmessage': 5.3.21 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 + '@types/webpack-env': 1.16.0 + core-js: 3.8.0 eventemitter3: 4.0.7 global: 4.4.0 is-plain-object: 3.0.1 @@ -4137,7 +4903,7 @@ packages: memoizerific: 1.11.3 qs: 6.9.4 stable: 0.1.8 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -4146,33 +4912,33 @@ packages: integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== /@storybook/client-logger/5.3.21: dependencies: - core-js: 3.6.5 + core-js: 3.8.0 dev: false resolution: integrity: sha512-OzQkwpZ5SK9cXD9Mv6lxPGPot+hSZvnkEW12kpt1AHfJz4ET26YTDOI3oetPsjfRJo6qYLeQX8+wF7rklfXbzA== - /@storybook/components/5.3.21_@types+react@16.9.49: + /@storybook/components/5.3.21_@types+react@16.14.2: dependencies: '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.5 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 lodash: 4.17.20 - markdown-to-jsx: 6.11.4_react@16.13.1 + markdown-to-jsx: 6.11.4_react@16.14.0 memoizerific: 1.11.3 - polished: 3.6.6 + polished: 3.6.7 popper.js: 1.16.1 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-helmet-async: 1.0.7_react-dom@16.13.1+react@16.13.1 - react-popper-tooltip: 2.11.1_react-dom@16.13.1+react@16.13.1 - react-syntax-highlighter: 11.0.2_react@16.13.1 - react-textarea-autosize: 7.1.2_react@16.13.1 - simplebar-react: 1.2.3_react-dom@16.13.1+react@16.13.1 - ts-dedent: 1.1.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-focus-lock: 2.5.0_fa14fe5eab06fc40706f42ae1049ee73 + react-helmet-async: 1.0.7_react-dom@16.14.0+react@16.14.0 + react-popper-tooltip: 2.11.1_react-dom@16.14.0+react@16.14.0 + react-syntax-highlighter: 11.0.2_react@16.14.0 + react-textarea-autosize: 7.1.2_react@16.14.0 + simplebar-react: 1.2.3_react-dom@16.14.0+react@16.14.0 + ts-dedent: 1.2.0 dev: false peerDependencies: '@types/react': '*' @@ -4180,32 +4946,31 @@ packages: integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA== /@storybook/core-events/5.3.21: dependencies: - core-js: 3.6.5 + core-js: 3.8.0 dev: false resolution: integrity: sha512-/Zsm1sKAh6pzQv8jQUmuhM7nuM01ZljIRKy8p2HjPNlMjDB5yaRkBfyeAUXUg+qXNI6aHVWa4jGdPEdwwY4oLA== - /@storybook/core/5.3.21_5f4e75485d05063debccc2e0651ceb55: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@storybook/addons': 5.3.21 + /@storybook/core/5.3.21_133926cb9aab840cd0261b1a1eebd9b9: + dependencies: + '@babel/plugin-proposal-class-properties': 7.12.1 + '@babel/plugin-proposal-object-rest-spread': 7.12.1 + '@babel/plugin-syntax-dynamic-import': 7.8.3 + '@babel/plugin-transform-react-constant-elements': 7.12.1 + '@babel/preset-env': 7.12.7 + '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21 + '@storybook/client-api': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21 - '@storybook/theming': 5.3.21 - '@storybook/ui': 5.3.21_@types+react@16.9.49 + '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/ui': 5.3.21_@types+react@16.14.2 airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.14 autoprefixer: 9.8.6 - babel-loader: 8.1.0_@babel+core@7.11.6 + babel-loader: 8.2.2 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-emotion: 10.0.33 babel-plugin-macros: 2.8.0 @@ -4215,7 +4980,7 @@ packages: chalk: 3.0.0 cli-table3: 0.5.1 commander: 4.1.1 - core-js: 3.6.5 + core-js: 3.8.0 corejs-upgrade-webpack-plugin: 2.2.0 css-loader: 3.6.0_webpack@4.44.2 detect-port: 1.3.0 @@ -4229,7 +4994,7 @@ packages: fs-extra: 8.1.0 glob-base: 0.3.0 global: 4.4.0 - html-webpack-plugin: 4.4.1_webpack@4.44.2 + html-webpack-plugin: 4.5.0_webpack@4.44.2 inquirer: 7.3.3 interpret: 2.2.0 ip: 1.1.5 @@ -4237,24 +5002,26 @@ packages: lazy-universal-dotenv: 3.0.1 micromatch: 4.0.2 node-fetch: 2.6.1 - open: 7.2.1 + open: 7.3.0 pnp-webpack-plugin: 1.5.0 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 qs: 6.9.4 raw-loader: 3.1.0_webpack@4.44.2 + react: 16.14.0 react-dev-utils: 9.1.0 + react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 - resolve: 1.17.0 + resolve: 1.19.0 resolve-from: 5.0.0 semver: 6.3.0 serve-favicon: 2.5.0 shelljs: 0.8.4 - style-loader: 1.2.1_webpack@4.44.2 + style-loader: 1.3.0_webpack@4.44.2 terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.1.1 - unfetch: 4.1.0 + ts-dedent: 1.2.0 + unfetch: 4.2.0 url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 util-deprecate: 1.0.2 webpack: 4.44.2_webpack@4.44.2 @@ -4270,28 +5037,28 @@ packages: react-dom: '*' resolution: integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== - /@storybook/core/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 + /@storybook/core/5.3.21_5409f5615c1e9a23ad8f589e29110730: + dependencies: + '@babel/core': 7.12.9 + '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.9 + '@babel/preset-env': 7.12.7_@babel+core@7.12.9 + '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 + '@storybook/client-api': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/ui': 5.3.21_@types+react@16.9.49 + '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/ui': 5.3.21_@types+react@16.14.2 airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.14 autoprefixer: 9.8.6 - babel-loader: 8.1.0_@babel+core@7.11.6 + babel-loader: 8.2.2_@babel+core@7.12.9 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-emotion: 10.0.33 babel-plugin-macros: 2.8.0 @@ -4301,7 +5068,7 @@ packages: chalk: 3.0.0 cli-table3: 0.5.1 commander: 4.1.1 - core-js: 3.6.5 + core-js: 3.8.0 corejs-upgrade-webpack-plugin: 2.2.0 css-loader: 3.6.0_webpack@4.44.2 detect-port: 1.3.0 @@ -4315,7 +5082,7 @@ packages: fs-extra: 8.1.0 glob-base: 0.3.0 global: 4.4.0 - html-webpack-plugin: 4.4.1_webpack@4.44.2 + html-webpack-plugin: 4.5.0_webpack@4.44.2 inquirer: 7.3.3 interpret: 2.2.0 ip: 1.1.5 @@ -4323,26 +5090,26 @@ packages: lazy-universal-dotenv: 3.0.1 micromatch: 4.0.2 node-fetch: 2.6.1 - open: 7.2.1 + open: 7.3.0 pnp-webpack-plugin: 1.5.0 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 qs: 6.9.4 raw-loader: 3.1.0_webpack@4.44.2 - react: 16.13.1 + react: 16.14.0 react-dev-utils: 9.1.0 - react-dom: 16.13.1_react@16.13.1 + react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 - resolve: 1.17.0 + resolve: 1.19.0 resolve-from: 5.0.0 semver: 6.3.0 serve-favicon: 2.5.0 shelljs: 0.8.4 - style-loader: 1.2.1_webpack@4.44.2 + style-loader: 1.3.0_webpack@4.44.2 terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.1.1 - unfetch: 4.1.0 + ts-dedent: 1.2.0 + unfetch: 4.2.0 url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 util-deprecate: 1.0.2 webpack: 4.44.2_webpack@4.44.2 @@ -4368,7 +5135,7 @@ packages: dependencies: '@types/npmlog': 4.1.2 chalk: 3.0.0 - core-js: 3.6.5 + core-js: 3.8.0 npmlog: 4.1.2 pretty-hrtime: 1.0.3 regenerator-runtime: 0.13.7 @@ -4377,34 +5144,35 @@ packages: integrity: sha512-8xibncy873JXePCK5MC0qem1MKtWI1Lc4hv6rwURSwYpZtkO7yElay3XAFGUSfz8qFJkoDBmMTxBR3fp4Dln7g== /@storybook/postinstall/5.3.21: dependencies: - core-js: 3.6.5 + core-js: 3.8.0 dev: false resolution: integrity: sha512-pF+k27DQOWfhlrz9g8t3kAn2dCo7bFRCLMftIDGfJAyMJsXQ+Nl+RAJpM+g7AXV0G9Q0z+H93EEsxV+9ZHF7xA== - /@storybook/react/5.3.21_5f4e75485d05063debccc2e0651ceb55: + /@storybook/react/5.3.21_133926cb9aab840cd0261b1a1eebd9b9: dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@storybook/addons': 5.3.21 - '@storybook/core': 5.3.21_5f4e75485d05063debccc2e0651ceb55 + '@babel/plugin-transform-react-constant-elements': 7.12.1 + '@babel/preset-flow': 7.12.1 + '@babel/preset-react': 7.12.7 + '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba + '@storybook/core': 5.3.21_133926cb9aab840cd0261b1a1eebd9b9 '@storybook/node-logger': 5.3.21 '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.15.3 - babel-loader: 8.1.0_@babel+core@7.11.6 + '@types/webpack-env': 1.16.0 + babel-loader: 8.2.2 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.6_@babel+core@7.11.6 + babel-plugin-named-asset-import: 0.3.7 babel-plugin-react-docgen: 4.1.0 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 lodash: 4.17.20 mini-css-extract-plugin: 0.7.0_webpack@4.44.2 prop-types: 15.7.2 + react: 16.14.0 react-dev-utils: 9.1.0 + react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 semver: 6.3.0 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 webpack: 4.44.2_webpack@4.44.2 dev: false engines: @@ -4418,32 +5186,32 @@ packages: react-dom: '*' resolution: integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/react/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/core': 5.3.21_859c605ca6661ee792e8f02338da5f92 + /@storybook/react/5.3.21_5409f5615c1e9a23ad8f589e29110730: + dependencies: + '@babel/core': 7.12.9 + '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.9 + '@babel/preset-flow': 7.12.1_@babel+core@7.12.9 + '@babel/preset-react': 7.12.7_@babel+core@7.12.9 + '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba + '@storybook/core': 5.3.21_5409f5615c1e9a23ad8f589e29110730 '@storybook/node-logger': 5.3.21 '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.15.3 - babel-loader: 8.1.0_@babel+core@7.11.6 + '@types/webpack-env': 1.16.0 + babel-loader: 8.2.2_@babel+core@7.12.9 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.6_@babel+core@7.11.6 + babel-plugin-named-asset-import: 0.3.7_@babel+core@7.12.9 babel-plugin-react-docgen: 4.1.0 - core-js: 3.6.5 + core-js: 3.8.0 global: 4.4.0 lodash: 4.17.20 mini-css-extract-plugin: 0.7.0_webpack@4.44.2 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 react-dev-utils: 9.1.0 - react-dom: 16.13.1_react@16.13.1 + react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 semver: 6.3.0 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 webpack: 4.44.2_webpack@4.44.2 dev: false engines: @@ -4456,36 +5224,19 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/router/5.3.21: - dependencies: - '@reach/router': 1.3.4 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react-dom@16.13.1+react@16.13.1: + integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== + /@storybook/router/5.3.21_react-dom@16.14.0+react@16.14.0: dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 + '@reach/router': 1.3.4_react-dom@16.14.0+react@16.14.0 '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 + '@types/reach__router': 1.3.6 + core-js: 3.8.0 global: 4.4.0 lodash: 4.17.20 memoizerific: 1.11.3 qs: 6.9.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -4493,17 +5244,17 @@ packages: react-dom: '*' resolution: integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react@16.13.1: + /@storybook/router/5.3.21_react@16.14.0: dependencies: - '@reach/router': 1.3.4_react@16.13.1 + '@reach/router': 1.3.4_react@16.14.0 '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 + '@types/reach__router': 1.3.6 + core-js: 3.8.0 global: 4.4.0 lodash: 4.17.20 memoizerific: 1.11.3 qs: 6.9.4 - react: 16.13.1 + react: 16.14.0 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -4516,7 +5267,7 @@ packages: '@storybook/addons': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/csf': 0.0.1 - core-js: 3.6.5 + core-js: 3.8.0 estraverse: 4.3.0 global: 4.4.0 loader-utils: 1.4.0 @@ -4526,12 +5277,12 @@ packages: dev: false resolution: integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== - /@storybook/source-loader/5.3.21_react-dom@16.13.1: + /@storybook/source-loader/5.3.21_react-dom@16.14.0: dependencies: - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 + '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/client-logger': 5.3.21 '@storybook/csf': 0.0.1 - core-js: 3.6.5 + core-js: 3.8.0 estraverse: 4.3.0 global: 4.4.0 loader-utils: 1.4.0 @@ -4545,97 +5296,97 @@ packages: integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== /@storybook/theming/5.3.21: dependencies: - '@emotion/core': 10.0.35 - '@emotion/styled': 10.0.27_@emotion+core@10.0.35 + '@emotion/core': 10.1.1 + '@emotion/styled': 10.0.27_@emotion+core@10.1.1 '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_@emotion+core@10.0.35 + emotion-theming: 10.0.27_@emotion+core@10.1.1 global: 4.4.0 memoizerific: 1.11.3 - polished: 3.6.6 + polished: 3.6.7 prop-types: 15.7.2 resolve-from: 5.0.0 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 dev: false peerDependencies: react: '*' react-dom: '*' resolution: integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react-dom@16.13.1+react@16.13.1: + /@storybook/theming/5.3.21_react-dom@16.14.0+react@16.14.0: dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled': 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 + '@emotion/core': 10.1.1_react@16.14.0 + '@emotion/styled': 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 + emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf global: 4.4.0 memoizerific: 1.11.3 - polished: 3.6.6 + polished: 3.6.7 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 resolve-from: 5.0.0 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 dev: false peerDependencies: react: '*' react-dom: '*' resolution: integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react@16.13.1: + /@storybook/theming/5.3.21_react@16.14.0: dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled': 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 + '@emotion/core': 10.1.1_react@16.14.0 + '@emotion/styled': 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 + core-js: 3.8.0 deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 + emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf global: 4.4.0 memoizerific: 1.11.3 - polished: 3.6.6 + polished: 3.6.7 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 resolve-from: 5.0.0 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 dev: false peerDependencies: react: '*' react-dom: '*' resolution: integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/ui/5.3.21_@types+react@16.9.49: + /@storybook/ui/5.3.21_@types+react@16.14.2: dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 + '@emotion/core': 10.1.1_react@16.14.0 + '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba + '@storybook/api': 5.3.21_553a6a1eff5429c148b1acaf704365ba '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 + '@storybook/components': 5.3.21_@types+react@16.14.2 '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 + '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 copy-to-clipboard: 3.3.1 - core-js: 3.6.5 - core-js-pure: 3.6.5 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 + core-js: 3.8.0 + core-js-pure: 3.8.0 + emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf fast-deep-equal: 2.0.1 fuse.js: 3.6.1 global: 4.4.0 lodash: 4.17.20 - markdown-to-jsx: 6.11.4_react@16.13.1 + markdown-to-jsx: 6.11.4_react@16.14.0 memoizerific: 1.11.3 - polished: 3.6.6 + polished: 3.6.7 prop-types: 15.7.2 qs: 6.9.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-draggable: 4.4.3 - react-helmet-async: 1.0.7_react-dom@16.13.1+react@16.13.1 - react-hotkeys: 2.0.0_react@16.13.1 - react-sizeme: 2.6.12_react-dom@16.13.1+react@16.13.1 + react-helmet-async: 1.0.7_react-dom@16.14.0+react@16.14.0 + react-hotkeys: 2.0.0_react@16.14.0 + react-sizeme: 2.6.12_react-dom@16.14.0+react@16.14.0 regenerator-runtime: 0.13.7 resolve-from: 5.0.0 semver: 6.3.0 @@ -4741,7 +5492,7 @@ packages: integrity: sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w== /@svgr/hast-util-to-babel-ast/4.3.2: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false engines: node: '>=8' @@ -4749,7 +5500,7 @@ packages: integrity: sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg== /@svgr/plugin-jsx/4.3.3: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@svgr/babel-preset': 4.3.3 '@svgr/hast-util-to-babel-ast': 4.3.2 svg-parser: 2.0.4 @@ -4779,10 +5530,10 @@ packages: integrity: sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w== /@svgr/webpack/4.3.3: dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 + '@babel/core': 7.12.9 + '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.9 + '@babel/preset-env': 7.12.7_@babel+core@7.12.9 + '@babel/preset-react': 7.12.7_@babel+core@7.12.9 '@svgr/core': 4.3.3 '@svgr/plugin-jsx': 4.3.3 '@svgr/plugin-svgo': 4.3.1 @@ -4792,24 +5543,39 @@ packages: node: '>=8' resolution: integrity: sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg== - /@testing-library/dom/7.24.2: + /@testing-library/dom/6.16.0: + dependencies: + '@babel/runtime': 7.12.5 + '@sheerun/mutationobserver-shim': 0.3.3 + '@types/testing-library__dom': 6.14.0 + aria-query: 4.2.2 + dom-accessibility-api: 0.3.0 + pretty-format: 25.5.0 + wait-for-expect: 3.0.2 + dev: false + engines: + node: '>=8' + resolution: + integrity: sha512-lBD88ssxqEfz0wFL6MeUyyWZfV/2cjEZZV3YRpb2IoJRej/4f1jB0TzqIOznTpfR1r34CNesrubxwIlAQ8zgPA== + /@testing-library/dom/7.28.1: dependencies: '@babel/code-frame': 7.10.4 - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 '@types/aria-query': 4.2.0 aria-query: 4.2.2 chalk: 4.1.0 - dom-accessibility-api: 0.5.2 - pretty-format: 26.4.2 + dom-accessibility-api: 0.5.4 + lz-string: 1.4.4 + pretty-format: 26.6.2 dev: false engines: node: '>=10' resolution: - integrity: sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA== - /@testing-library/jest-dom/5.11.4: + integrity: sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg== + /@testing-library/jest-dom/5.11.6: dependencies: - '@babel/runtime': 7.11.2 - '@types/testing-library__jest-dom': 5.9.2 + '@babel/runtime': 7.12.5 + '@types/testing-library__jest-dom': 5.9.5 aria-query: 4.2.2 chalk: 3.0.0 css: 3.0.0 @@ -4822,34 +5588,36 @@ packages: npm: '>=6' yarn: '>=1' resolution: - integrity: sha512-6RRn3epuweBODDIv3dAlWjOEHQLpGJHB2i912VS3JQtsD22+ENInhdDNl4ZZQiViLlIfFinkSET/J736ytV9sw== - /@testing-library/react-hooks/3.4.2_1fb72ba09e79ce5bfd91e4d67e1015b7: + integrity: sha512-cVZyUNRWwUKI0++yepYpYX7uhrP398I+tGz4zOlLVlUYnZS+Svuxv4fwLeCIy7TnBYKXUaOlQr3vopxL8ZfEnA== + /@testing-library/react-hooks/3.4.2_98e0eb37a9f7280a1c5a6c886619f5b4: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 '@types/testing-library__react-hooks': 3.4.1 - react: 16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 + react: 16.14.0 + react-test-renderer: 16.14.0_react@16.14.0 dev: false peerDependencies: react: '>=16.9.0' react-test-renderer: '>=16.9.0' resolution: integrity: sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A== - /@testing-library/react-hooks/3.4.2_react-test-renderer@16.13.1: + /@testing-library/react-hooks/3.4.2_react-test-renderer@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 '@types/testing-library__react-hooks': 3.4.1 - react-test-renderer: 16.13.1 + react-test-renderer: 16.14.0 dev: false peerDependencies: react: '>=16.9.0' react-test-renderer: '>=16.9.0' resolution: integrity: sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A== - /@testing-library/react/11.0.4: + /@testing-library/react/11.2.2_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 - '@testing-library/dom': 7.24.2 + '@babel/runtime': 7.12.5 + '@testing-library/dom': 7.28.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false engines: node: '>=10' @@ -4857,21 +5625,22 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== - /@testing-library/react/11.0.4_react-dom@16.13.1+react@16.13.1: + integrity: sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A== + /@testing-library/react/9.5.0_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 - '@testing-library/dom': 7.24.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + '@babel/runtime': 7.12.5 + '@testing-library/dom': 6.16.0 + '@types/testing-library__react': 9.1.3 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false engines: - node: '>=10' + node: '>=8' peerDependencies: react: '*' react-dom: '*' resolution: - integrity: sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== + integrity: sha512-di1b+D0p+rfeboHO5W7gTVeZDIK5+maEgstrZbWZSSvxDyfDRkkyBE1AJR5Psd6doNldluXlCWqXriUfqu/9Qg== /@types/anymatch/1.3.1: dev: false resolution: @@ -4884,49 +5653,49 @@ packages: dev: false resolution: integrity: sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A== - /@types/babel__core/7.1.9: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@types/babel__generator': 7.6.1 - '@types/babel__template': 7.0.2 - '@types/babel__traverse': 7.0.14 + /@types/asap/2.0.0: dev: false resolution: - integrity: sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw== - /@types/babel__generator/7.6.1: + integrity: sha512-upIS0Gt9Mc8eEpCbYMZ1K8rhNosfKUtimNcINce+zLwJF5UpM3Vv7yz3S5l/1IX+DxTa8lTkUjqynvjRXyJzsg== + /@types/babel__core/7.1.12: dependencies: - '@babel/types': 7.11.5 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 + '@types/babel__generator': 7.6.2 + '@types/babel__template': 7.4.0 + '@types/babel__traverse': 7.0.16 dev: false resolution: - integrity: sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== - /@types/babel__template/7.0.2: + integrity: sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ== + /@types/babel__generator/7.6.2: dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - /@types/babel__traverse/7.0.14: + integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ== + /@types/babel__template/7.4.0: dependencies: - '@babel/types': 7.11.5 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-8w9szzKs14ZtBVuP6Wn7nMLRJ0D6dfB0VEBEyRgxrZ/Ln49aNMykrghM2FaNn4FJRzNppCSa0Rv9pBRM5Xc3wg== - /@types/color-name/1.1.1: + integrity: sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A== + /@types/babel__traverse/7.0.16: + dependencies: + '@babel/types': 7.12.7 dev: false resolution: - integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== + integrity: sha512-S63Dt4CZOkuTmpLGGWtT/mQdVORJOpx6SZWGVaP56dda/0Nx5nEe82K7/LAm8zYr6SfMq+1N2OreIOrHAx656w== /@types/eslint-visitor-keys/1.0.0: dev: false resolution: integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== - /@types/graceful-fs/4.1.3: + /@types/graceful-fs/4.1.4: dependencies: - '@types/node': 14.11.1 + '@types/node': 14.14.10 dev: false resolution: - integrity: sha512-AiHRaEB50LQg0pZmm659vNBb9f4SJ0qrAnteuzhSeAUcJKxoYgEnprg/83kppCnc2zvtCKbdZry1a5pVY3lOTQ== + integrity: sha512-mWA/4zFQhfvOA8zWkXobwJvBD7vzcxgrOQ0J5CH1votGqdq9m7+FwtGaqyCZqC3NyyBkc9z4m+iry4LlqcMWJg== /@types/hast/2.3.1: dependencies: '@types/unist': 2.0.3 @@ -4937,10 +5706,21 @@ packages: dev: false resolution: integrity: sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA== - /@types/html-minifier-terser/5.1.0: + /@types/hoist-non-react-statics/3.3.1: + dependencies: + '@types/react': 16.14.2 + hoist-non-react-statics: 3.3.2 + dev: false + resolution: + integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== + /@types/html-minifier-terser/5.1.1: dev: false resolution: - integrity: sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA== + integrity: sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA== + /@types/invariant/2.2.34: + dev: false + resolution: + integrity: sha512-lYUtmJ9BqUN688fGY1U1HZoWT1/Jrmgigx2loq4ZcJpICECm/Om3V314BxdzypO0u5PORKGMM6x0OXaljV1YFg== /@types/is-function/1.0.0: dev: false resolution: @@ -4968,13 +5748,13 @@ packages: dev: false resolution: integrity: sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== - /@types/jest/26.0.14: + /@types/jest/26.0.16: dependencies: - jest-diff: 25.5.0 - pretty-format: 25.5.0 + jest-diff: 26.6.2 + pretty-format: 26.6.2 dev: false resolution: - integrity: sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== + integrity: sha512-Gp12+7tmKCgv9JjtltxUXokohCAEZfpJaEW5tn871SGRp8I+bRWBonQO7vW5NHwnAHe5dd50+Q4zyKuN35i09g== /@types/json-schema/7.0.6: dev: false resolution: @@ -4989,22 +5769,22 @@ packages: dev: false resolution: integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== - /@types/minimist/1.2.0: + /@types/minimist/1.2.1: dev: false resolution: - integrity: sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= + integrity: sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== /@types/node/10.17.13: dev: false resolution: integrity: sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg== - /@types/node/12.12.62: + /@types/node/12.19.8: dev: false resolution: - integrity: sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg== - /@types/node/14.11.1: + integrity: sha512-D4k2kNi0URNBxIRCb1khTnkWNHv8KSL1owPmS/K5e5t8B2GzMReY7AsJIY1BnP5KdlgC4rj9jk2IkDMasIE7xg== + /@types/node/14.14.10: dev: false resolution: - integrity: sha512-oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw== + integrity: sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ== /@types/normalize-package-data/2.4.0: dev: false resolution: @@ -5021,18 +5801,14 @@ packages: dev: false resolution: integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== - /@types/parsimmon/1.10.2: - dev: false - resolution: - integrity: sha512-WVugAiBoLsmay9IPrLJoMnmLTP0cWPbc4w5c5suTevyhaJW9TWGyPbkFraNUk5YULf8vQ5C/3NBEQcIs6XfTcg== - /@types/prettier/1.19.1: + /@types/parsimmon/1.10.5: dev: false resolution: - integrity: sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ== - /@types/prettier/2.1.1: + integrity: sha512-tUbXk1Yo74+5Hhn9Lar0XaWI55aCKtm7bV4sjnJ2Dqma/a5JmO0jmGdqAfC8rVqeDSVU5AugSOXdVYfc0HrKDg== + /@types/prettier/2.1.5: dev: false resolution: - integrity: sha512-2zs+O+UkDsJ1Vcp667pd3f8xearMdopz/z54i99wtRDI5KLmngk7vlrYZD0ZjKHaROR03EznlBbVY9PfAEyJIQ== + integrity: sha512-UEyp8LwZ4Dg30kVU2Q3amHHyTn1jEdhCIE59ANed76GaT1Vp76DD3ZWSAxgCrw6wJ0TqeoBpqmfUHiUDPs//HQ== /@types/prop-types/15.7.3: dev: false resolution: @@ -5041,51 +5817,61 @@ packages: dev: false resolution: integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== - /@types/reach__router/1.3.5: + /@types/reach__router/1.3.6: dependencies: '@types/history': 4.7.8 - '@types/react': 16.9.49 + '@types/react': 16.14.2 dev: false resolution: - integrity: sha512-h0NbqXN/tJuBY/xggZSej1SKQEstbHO7J/omt1tYoFGmj3YXOodZKbbqD4mNDh7zvEGYd7YFrac1LTtAr3xsYQ== + integrity: sha512-RHYataCUPQnt+GHoASyRLq6wmZ0n8jWlBW8Lxcwd30NN6vQfbmTeoSDfkgxO0S1lEzArp8OFDsq5KIs7FygjtA== /@types/react-color/3.0.4: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 '@types/reactcss': 1.2.3 dev: false resolution: integrity: sha512-EswbYJDF1kkrx93/YU+BbBtb46CCtDMvTiGmcOa/c5PETnwTiSWoseJ1oSWeRl/4rUXkhME9bVURvvPg0W5YQw== + /@types/react-dom/17.0.0: + dependencies: + '@types/react': 16.14.2 + dev: false + resolution: + integrity: sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g== /@types/react-syntax-highlighter/11.0.4: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 dev: false resolution: integrity: sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg== - /@types/react-test-renderer/16.9.3: + /@types/react-test-renderer/17.0.0: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 dev: false resolution: - integrity: sha512-wJ7IlN5NI82XMLOyHSa+cNN4Z0I+8/YaLl04uDgcZ+W+ExWCmCiVTLT/7fRNqzy4OhStZcUwIqLNF7q+AdW43Q== + integrity: sha512-nvw+F81OmyzpyIE1S0xWpLonLUZCMewslPuA8BtjSKc5XEbn8zEQBXS7KuOLHTNnSOEM2Pum50gHOoZ62tqTRg== /@types/react-textarea-autosize/4.3.5: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 dev: false resolution: integrity: sha512-PiDL83kPMTolyZAWW3lyzO6ktooTb9tFTntVy7CA83/qFLWKLJ5bLeRboy6J6j3b1e8h2Eec6gBTEOOJRjV14A== - /@types/react/16.9.49: + /@types/react/16.14.2: dependencies: '@types/prop-types': 15.7.3 - csstype: 3.0.3 + csstype: 3.0.5 dev: false resolution: - integrity: sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g== + integrity: sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ== /@types/reactcss/1.2.3: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 dev: false resolution: integrity: sha512-d2gQQ0IL6hXLnoRfVYZukQNWHuVsE75DzFTLPUuyyEhJS8G2VvlE+qfQQ91SJjaMqlURRCNIsX7Jcsw6cEuJlA== + /@types/shallowequal/1.1.1: + dev: false + resolution: + integrity: sha512-Lhni3aX80zbpdxRuWhnuYPm8j8UQaa571lHP/xI4W+7BAFhSIhRReXnqjEgT/XzPoXZTJkCqstFMJ8CZTK6IlQ== /@types/source-list-map/0.1.2: dev: false resolution: @@ -5094,9 +5880,13 @@ packages: dev: false resolution: integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== + /@types/stack-utils/2.0.0: + dev: false + resolution: + integrity: sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== /@types/styled-system/4.2.2: dependencies: - csstype: 2.6.13 + csstype: 2.6.14 dev: false resolution: integrity: sha512-eULPjWVEaXElIFKBwDVWRvGkHC0Fj63XVRna8RHoaRivNhCI/QkEJpMgyb0uA4WpsHpO5SDXH+DyQwEUkyW3rA== @@ -5104,84 +5894,99 @@ packages: dev: false resolution: integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== - /@types/testing-library__jest-dom/5.9.2: + /@types/testing-library__dom/6.14.0: + dependencies: + pretty-format: 24.9.0 + dev: false + resolution: + integrity: sha512-sMl7OSv0AvMOqn1UJ6j1unPMIHRXen0Ita1ujnMX912rrOcawe4f7wu0Zt9GIQhBhJvH2BaibqFgQ3lP+Pj2hA== + /@types/testing-library__dom/7.5.0: + dependencies: + '@testing-library/dom': 6.16.0 + deprecated: 'This is a stub types definition. testing-library__dom provides its own type definitions, so you do not need this installed.' + dev: false + resolution: + integrity: sha512-mj1aH4cj3XUpMEgVpognma5kHVtbm6U6cHZmEFzCRiXPvKkuHrFr3+yXdGLXvfFRBaQIVshPGHI+hGTOJlhS/g== + /@types/testing-library__jest-dom/5.9.5: dependencies: - '@types/jest': 26.0.14 + '@types/jest': 26.0.16 dev: false resolution: - integrity: sha512-K7nUSpH/5i8i0NagTJ+uFUDRueDlnMNhJtMjMwTGPPSqyImbWC/hgKPDCKt6Phu2iMJg2kWqlax+Ucj2DKMwpA== + integrity: sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ== /@types/testing-library__react-hooks/3.4.1: dependencies: - '@types/react-test-renderer': 16.9.3 + '@types/react-test-renderer': 17.0.0 dev: false resolution: integrity: sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q== - /@types/uglify-js/3.9.3: + /@types/testing-library__react/9.1.3: + dependencies: + '@types/react-dom': 17.0.0 + '@types/testing-library__dom': 7.5.0 + pretty-format: 25.5.0 + dev: false + resolution: + integrity: sha512-iCdNPKU3IsYwRK9JieSYAiX0+aYDXOGAmrC/3/M7AqqSDKnWWVv07X+Zk1uFSL7cMTUYzv4lQRfohucEocn5/w== + /@types/uglify-js/3.11.1: dependencies: source-map: 0.6.1 dev: false resolution: - integrity: sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w== + integrity: sha512-7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q== /@types/unist/2.0.3: dev: false resolution: integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== - /@types/webpack-env/1.15.3: + /@types/webpack-env/1.16.0: dev: false resolution: - integrity: sha512-5oiXqR7kwDGZ6+gmzIO2lTC+QsriNuQXZDWNYRV3l2XRN/zmPgnC21DLSx2D05zvD8vnXW6qUg7JnXZ4I6qLVQ== - /@types/webpack-sources/1.4.2: + integrity: sha512-Fx+NpfOO0CpeYX2g9bkvX8O5qh9wrU1sOF4g8sft4Mu7z+qfe387YlyY8w8daDyDsKY5vUxM0yxkAYnbkRbZEw== + /@types/webpack-sources/2.1.0: dependencies: - '@types/node': 14.11.1 + '@types/node': 14.14.10 '@types/source-list-map': 0.1.2 source-map: 0.7.3 dev: false resolution: - integrity: sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw== - /@types/webpack/4.41.22: + integrity: sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg== + /@types/webpack/4.41.25: dependencies: '@types/anymatch': 1.3.1 - '@types/node': 14.11.1 + '@types/node': 14.14.10 '@types/tapable': 1.0.6 - '@types/uglify-js': 3.9.3 - '@types/webpack-sources': 1.4.2 + '@types/uglify-js': 3.11.1 + '@types/webpack-sources': 2.1.0 source-map: 0.6.1 dev: false resolution: - integrity: sha512-JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ== + integrity: sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ== /@types/yargs-parser/15.0.0: dev: false resolution: integrity: sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== - /@types/yargs/13.0.10: - dependencies: - '@types/yargs-parser': 15.0.0 - dev: false - resolution: - integrity: sha512-MU10TSgzNABgdzKvQVW1nuuT+sgBMWeXNc3XOs5YXV5SDAK+PPja2eUuBNB9iqElu03xyEDqlnGw0jgl4nbqGQ== - /@types/yargs/15.0.5: + /@types/yargs/13.0.11: dependencies: '@types/yargs-parser': 15.0.0 dev: false resolution: - integrity: sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w== - /@types/yargs/15.0.9: + integrity: sha512-NRqD6T4gktUrDi1o1wLH3EKC1o2caCr7/wR87ODcbVITQF106OM3sFN92ysZ++wqelOd1CTzatnOBRDYYG6wGQ== + /@types/yargs/15.0.11: dependencies: '@types/yargs-parser': 15.0.0 dev: false resolution: - integrity: sha512-HmU8SeIRhZCWcnRskCs36Q1Q00KBV6Cqh/ora8WN1+22dY07AZdn6Gel8QZ3t26XYPImtcL8WV/eqjhVmMEw4g== - /@typescript-eslint/eslint-plugin/3.4.0_50d6ca74ff846cc658155e0355ded9f7: + integrity: sha512-jfcNBxHFYJ4nPIacsi3woz1+kvUO6s1CyeEhtnDHBjHUMNj5UlW2GynmnSgiJJEdNg9yW5C8lfoNRZrHGv5EqA== + /@typescript-eslint/eslint-plugin/3.4.0_064aedb7e6f92f0de566adbf4fdf5bc3: dependencies: - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0+typescript@4.0.2 - debug: 4.1.1 - eslint: 7.9.0 + '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.15.0+typescript@4.1.2 + '@typescript-eslint/parser': 3.4.0_eslint@7.15.0+typescript@4.1.2 + debug: 4.3.1 + eslint: 7.15.0 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 + semver: 7.3.4 + tsutils: 3.17.1_typescript@4.1.2 + typescript: 4.1.2 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -5198,10 +6003,10 @@ packages: dependencies: '@typescript-eslint/experimental-utils': 3.4.0 '@typescript-eslint/parser': 3.4.0 - debug: 4.1.1 + debug: 4.3.1 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 - semver: 7.3.2 + semver: 7.3.4 tsutils: 3.17.1 dev: false engines: @@ -5215,15 +6020,15 @@ packages: optional: true resolution: integrity: sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ== - /@typescript-eslint/eslint-plugin/4.1.1_@typescript-eslint+parser@4.1.1: + /@typescript-eslint/eslint-plugin/4.9.0_@typescript-eslint+parser@4.9.0: dependencies: - '@typescript-eslint/experimental-utils': 4.1.1 - '@typescript-eslint/parser': 4.1.1 - '@typescript-eslint/scope-manager': 4.1.1 - debug: 4.1.1 + '@typescript-eslint/experimental-utils': 4.9.0 + '@typescript-eslint/parser': 4.9.0 + '@typescript-eslint/scope-manager': 4.9.0 + debug: 4.3.1 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 - semver: 7.3.2 + semver: 7.3.4 tsutils: 3.17.1 dev: false engines: @@ -5236,19 +6041,19 @@ packages: typescript: optional: true resolution: - integrity: sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ== - /@typescript-eslint/eslint-plugin/4.1.1_f56e3c8176f99a28c3d29ed46b5a0108: + integrity: sha512-WrVzGMzzCrgrpnQMQm4Tnf+dk+wdl/YbgIgd5hKGa2P+lnJ2MON+nQnbwgbxtN9QDLi8HO+JAq0/krMnjQK6Cw== + /@typescript-eslint/eslint-plugin/4.9.0_e74d2a7d9c6f761fcb488002f3c93903: dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/scope-manager': 4.1.1 - debug: 4.1.1 - eslint: 7.9.0 + '@typescript-eslint/experimental-utils': 4.9.0_eslint@7.15.0+typescript@4.1.2 + '@typescript-eslint/parser': 4.9.0_eslint@7.15.0+typescript@4.1.2 + '@typescript-eslint/scope-manager': 4.9.0 + debug: 4.3.1 + eslint: 7.15.0 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 + semver: 7.3.4 + tsutils: 3.17.1_typescript@4.1.2 + typescript: 4.1.2 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -5260,7 +6065,7 @@ packages: typescript: optional: true resolution: - integrity: sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ== + integrity: sha512-WrVzGMzzCrgrpnQMQm4Tnf+dk+wdl/YbgIgd5hKGa2P+lnJ2MON+nQnbwgbxtN9QDLi8HO+JAq0/krMnjQK6Cw== /@typescript-eslint/experimental-utils/3.4.0: dependencies: '@types/json-schema': 7.0.6 @@ -5274,11 +6079,11 @@ packages: eslint: '*' resolution: integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw== - /@typescript-eslint/experimental-utils/3.4.0_eslint@7.9.0+typescript@4.0.2: + /@typescript-eslint/experimental-utils/3.4.0_eslint@7.15.0+typescript@4.1.2: dependencies: '@types/json-schema': 7.0.6 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 + '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.1.2 + eslint: 7.15.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: false @@ -5289,12 +6094,12 @@ packages: typescript: '*' resolution: integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw== - /@typescript-eslint/experimental-utils/4.1.1: + /@typescript-eslint/experimental-utils/4.9.0: dependencies: '@types/json-schema': 7.0.6 - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1 + '@typescript-eslint/scope-manager': 4.9.0 + '@typescript-eslint/types': 4.9.0 + '@typescript-eslint/typescript-estree': 4.9.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: false @@ -5303,14 +6108,14 @@ packages: peerDependencies: eslint: '*' resolution: - integrity: sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A== - /@typescript-eslint/experimental-utils/4.1.1_eslint@7.9.0+typescript@4.0.2: + integrity: sha512-0p8GnDWB3R2oGhmRXlEnCvYOtaBCijtA5uBfH5GxQKsukdSQyI4opC4NGTUb88CagsoNQ4rb/hId2JuMbzWKFQ== + /@typescript-eslint/experimental-utils/4.9.0_eslint@7.15.0+typescript@4.1.2: dependencies: '@types/json-schema': 7.0.6 - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1_typescript@4.0.2 - eslint: 7.9.0 + '@typescript-eslint/scope-manager': 4.9.0 + '@typescript-eslint/types': 4.9.0 + '@typescript-eslint/typescript-estree': 4.9.0_typescript@4.1.2 + eslint: 7.15.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: false @@ -5320,7 +6125,7 @@ packages: eslint: '*' typescript: '*' resolution: - integrity: sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A== + integrity: sha512-0p8GnDWB3R2oGhmRXlEnCvYOtaBCijtA5uBfH5GxQKsukdSQyI4opC4NGTUb88CagsoNQ4rb/hId2JuMbzWKFQ== /@typescript-eslint/parser/3.4.0: dependencies: '@types/eslint-visitor-keys': 1.0.0 @@ -5338,14 +6143,14 @@ packages: optional: true resolution: integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA== - /@typescript-eslint/parser/3.4.0_eslint@7.9.0+typescript@4.0.2: + /@typescript-eslint/parser/3.4.0_eslint@7.15.0+typescript@4.1.2: dependencies: '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 + '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.15.0+typescript@4.1.2 + '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.1.2 + eslint: 7.15.0 eslint-visitor-keys: 1.3.0 - typescript: 4.0.2 + typescript: 4.1.2 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -5357,12 +6162,12 @@ packages: optional: true resolution: integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA== - /@typescript-eslint/parser/4.1.1: + /@typescript-eslint/parser/4.9.0: dependencies: - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1 - debug: 4.1.1 + '@typescript-eslint/scope-manager': 4.9.0 + '@typescript-eslint/types': 4.9.0 + '@typescript-eslint/typescript-estree': 4.9.0 + debug: 4.3.1 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -5373,15 +6178,15 @@ packages: typescript: optional: true resolution: - integrity: sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ== - /@typescript-eslint/parser/4.1.1_eslint@7.9.0+typescript@4.0.2: + integrity: sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw== + /@typescript-eslint/parser/4.9.0_eslint@7.15.0+typescript@4.1.2: dependencies: - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1_typescript@4.0.2 - debug: 4.1.1 - eslint: 7.9.0 - typescript: 4.0.2 + '@typescript-eslint/scope-manager': 4.9.0 + '@typescript-eslint/types': 4.9.0 + '@typescript-eslint/typescript-estree': 4.9.0_typescript@4.1.2 + debug: 4.3.1 + eslint: 7.15.0 + typescript: 4.1.2 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -5392,30 +6197,30 @@ packages: typescript: optional: true resolution: - integrity: sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ== - /@typescript-eslint/scope-manager/4.1.1: + integrity: sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw== + /@typescript-eslint/scope-manager/4.9.0: dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 + '@typescript-eslint/types': 4.9.0 + '@typescript-eslint/visitor-keys': 4.9.0 dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA== - /@typescript-eslint/types/4.1.1: + integrity: sha512-q/81jtmcDtMRE+nfFt5pWqO0R41k46gpVLnuefqVOXl4QV1GdQoBWfk5REcipoJNQH9+F5l+dwa9Li5fbALjzg== + /@typescript-eslint/types/4.9.0: dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA== + integrity: sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA== /@typescript-eslint/typescript-estree/3.4.0: dependencies: - debug: 4.1.1 + debug: 4.3.1 eslint-visitor-keys: 1.3.0 glob: 7.1.6 is-glob: 4.0.1 lodash: 4.17.20 - semver: 7.3.2 + semver: 7.3.4 tsutils: 3.17.1 dev: false engines: @@ -5427,16 +6232,16 @@ packages: optional: true resolution: integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw== - /@typescript-eslint/typescript-estree/3.4.0_typescript@4.0.2: + /@typescript-eslint/typescript-estree/3.4.0_typescript@4.1.2: dependencies: - debug: 4.1.1 + debug: 4.3.1 eslint-visitor-keys: 1.3.0 glob: 7.1.6 is-glob: 4.0.1 lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 + semver: 7.3.4 + tsutils: 3.17.1_typescript@4.1.2 + typescript: 4.1.2 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -5447,15 +6252,15 @@ packages: optional: true resolution: integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw== - /@typescript-eslint/typescript-estree/4.1.1: + /@typescript-eslint/typescript-estree/4.9.0: dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - debug: 4.1.1 + '@typescript-eslint/types': 4.9.0 + '@typescript-eslint/visitor-keys': 4.9.0 + debug: 4.3.1 globby: 11.0.1 is-glob: 4.0.1 lodash: 4.17.20 - semver: 7.3.2 + semver: 7.3.4 tsutils: 3.17.1 dev: false engines: @@ -5466,18 +6271,18 @@ packages: typescript: optional: true resolution: - integrity: sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw== - /@typescript-eslint/typescript-estree/4.1.1_typescript@4.0.2: + integrity: sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug== + /@typescript-eslint/typescript-estree/4.9.0_typescript@4.1.2: dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - debug: 4.1.1 + '@typescript-eslint/types': 4.9.0 + '@typescript-eslint/visitor-keys': 4.9.0 + debug: 4.3.1 globby: 11.0.1 is-glob: 4.0.1 lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 + semver: 7.3.4 + tsutils: 3.17.1_typescript@4.1.2 + typescript: 4.1.2 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -5487,67 +6292,67 @@ packages: typescript: optional: true resolution: - integrity: sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw== - /@typescript-eslint/visitor-keys/4.1.1: + integrity: sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug== + /@typescript-eslint/visitor-keys/4.9.0: dependencies: - '@typescript-eslint/types': 4.1.1 + '@typescript-eslint/types': 4.9.0 eslint-visitor-keys: 2.0.0 dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw== - /@vue/compiler-core/3.0.0: + integrity: sha512-sV45zfdRqQo1A97pOSx3fsjR+3blmwtdCt8LDrXgCX36v4Vmz4KHrhpV6Fo2cRdXmyumxx11AHw0pNJqCNpDyg== + /@vue/compiler-core/3.0.4: dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/shared': 3.0.0 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 + '@vue/shared': 3.0.4 estree-walker: 2.0.1 source-map: 0.6.1 dev: false resolution: - integrity: sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ== - /@vue/compiler-dom/3.0.0: + integrity: sha512-snpMICsbWTZqBFnPB03qr4DtiSxVYfDF3DvbDSkN9Z9NTM8Chl8E/lYhKBSsvauq91DAWAh8PU3lr9vrLyQsug== + /@vue/compiler-dom/3.0.4: dependencies: - '@vue/compiler-core': 3.0.0 - '@vue/shared': 3.0.0 + '@vue/compiler-core': 3.0.4 + '@vue/shared': 3.0.4 dev: false resolution: - integrity: sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog== - /@vue/compiler-sfc/3.0.0: + integrity: sha512-FOxbHBIkkGjYQeTz1DlXQjS1Ms8EPXQWsdTdTPeohoS0KzCz6RiOjiAG+jLtMi6Nr5GX2h0TlCvcnI8mcsicFQ== + /@vue/compiler-sfc/3.0.4: dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/compiler-core': 3.0.0 - '@vue/compiler-dom': 3.0.0 - '@vue/compiler-ssr': 3.0.0 - '@vue/shared': 3.0.0 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 + '@vue/compiler-core': 3.0.4 + '@vue/compiler-dom': 3.0.4 + '@vue/compiler-ssr': 3.0.4 + '@vue/shared': 3.0.4 consolidate: 0.16.0 estree-walker: 2.0.1 hash-sum: 2.0.0 lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-modules: 3.2.2 - postcss-selector-parser: 6.0.2 + postcss-selector-parser: 6.0.4 source-map: 0.6.1 dev: false peerDependencies: - vue: 3.0.0 + vue: 3.0.4 resolution: - integrity: sha512-1Bn4L5jNRm6tlb79YwqYUGGe+Yc9PRoRSJi67NJX6icdhf84+tRMtESbx1zCLL9QixQXu2+7aLkXHxvh4RpqAA== - /@vue/compiler-ssr/3.0.0: + integrity: sha512-brDn6HTuK6R3oBCjtMPPsIpyJEZFinlnxjtBXww/goFJOJBAU9CrsdegwyZItNnixCFUIg4CLv4Nj1Eg/eKlfg== + /@vue/compiler-ssr/3.0.4: dependencies: - '@vue/compiler-dom': 3.0.0 - '@vue/shared': 3.0.0 + '@vue/compiler-dom': 3.0.4 + '@vue/shared': 3.0.4 dev: false resolution: - integrity: sha512-Er41F9ZFyKB3YnNbE6JSTIGCVWve3NAQimgDOk4uP42OnckxBYKGBTutDeFNeqUZBMu/9vRHYrxlGFC9Z5jBVQ== - /@vue/shared/3.0.0: + integrity: sha512-4aYWQEL4+LS4+D44K9Z7xMOWMEjBsz4Li9nMcj2rxRQ35ewK6uFPodvs6ORP60iBDSkwUFZoldFlNemQlu1BFw== + /@vue/shared/3.0.4: dev: false resolution: - integrity: sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA== + integrity: sha512-Swfbz31AaMX48CpFl+YmIrqOH9MgJMTrltG9e26A4ZxYx9LjGuMV+41WnxFzS3Bc9nbrc6sDPM37G6nIT8NJSg== /@webassemblyjs/ast/1.9.0: dependencies: '@webassemblyjs/helper-module-context': 1.9.0 @@ -5742,7 +6547,7 @@ packages: lodash.partialright: 4.2.1 lodash.pick: 4.4.0 lodash.uniq: 4.5.0 - resolve: 1.17.0 + resolve: 1.19.0 semver: 5.7.1 uglify-js: 2.8.29 when: 3.7.8 @@ -5755,24 +6560,17 @@ packages: dev: false resolution: integrity: sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ= - /acorn-dynamic-import/4.0.0_acorn@6.4.1: + /acorn-dynamic-import/4.0.0_acorn@6.4.2: dependencies: - acorn: 6.4.1 + acorn: 6.4.2 dev: false peerDependencies: acorn: ^6.0.0 resolution: integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== - /acorn-globals/4.3.4: - dependencies: - acorn: 6.4.1 - acorn-walk: 6.2.0 - dev: false - resolution: - integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A== /acorn-globals/6.0.0: dependencies: - acorn: 7.4.0 + acorn: 7.4.1 acorn-walk: 7.2.0 dev: false resolution: @@ -5783,28 +6581,22 @@ packages: dev: false resolution: integrity: sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s= - /acorn-jsx/5.3.1_acorn@6.4.1: + /acorn-jsx/5.3.1_acorn@6.4.2: dependencies: - acorn: 6.4.1 + acorn: 6.4.2 dev: false peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 resolution: integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - /acorn-jsx/5.3.1_acorn@7.4.0: + /acorn-jsx/5.3.1_acorn@7.4.1: dependencies: - acorn: 7.4.0 + acorn: 7.4.1 dev: false peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 resolution: integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - /acorn-walk/6.2.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== /acorn-walk/7.2.0: dev: false engines: @@ -5832,20 +6624,20 @@ packages: hasBin: true resolution: integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg== - /acorn/6.4.1: + /acorn/6.4.2: dev: false engines: node: '>=0.4.0' hasBin: true resolution: - integrity: sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== - /acorn/7.4.0: + integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== + /acorn/7.4.1: dev: false engines: node: '>=0.4.0' hasBin: true resolution: - integrity: sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== + integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== /add-dom-event-listener/1.1.0: dependencies: object-assign: 4.1.1 @@ -5891,34 +6683,34 @@ packages: integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== /airbnb-js-shims/2.2.1: dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 - array.prototype.flatmap: 1.2.3 + array-includes: 3.1.2 + array.prototype.flat: 1.2.4 + array.prototype.flatmap: 1.2.4 es5-shim: 4.5.14 - es6-shim: 0.35.5 - function.prototype.name: 1.1.2 + es6-shim: 0.35.6 + function.prototype.name: 1.1.3 globalthis: 1.0.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.getownpropertydescriptors: 2.1.0 - object.values: 1.1.1 + object.entries: 1.1.3 + object.fromentries: 2.0.3 + object.getownpropertydescriptors: 2.1.1 + object.values: 1.1.2 promise.allsettled: 1.0.2 promise.prototype.finally: 3.1.2 - string.prototype.matchall: 4.0.2 - string.prototype.padend: 3.1.0 - string.prototype.padstart: 3.1.0 - symbol.prototype.description: 1.0.2 + string.prototype.matchall: 4.0.3 + string.prototype.padend: 3.1.1 + string.prototype.padstart: 3.1.1 + symbol.prototype.description: 1.0.3 dev: false resolution: integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ== /airbnb-prop-types/2.16.0: dependencies: array.prototype.find: 2.1.1 - function.prototype.name: 1.1.2 + function.prototype.name: 1.1.3 is-regex: 1.1.1 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 + object-is: 1.1.4 + object.assign: 4.1.2 + object.entries: 1.1.3 prop-types: 15.7.2 prop-types-exact: 1.2.0 react-is: 16.13.1 @@ -5927,26 +6719,26 @@ packages: react: ^0.14 || ^15.0.0 || ^16.0.0-alpha resolution: integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== - /airbnb-prop-types/2.16.0_react@16.13.1: + /airbnb-prop-types/2.16.0_react@16.14.0: dependencies: array.prototype.find: 2.1.1 - function.prototype.name: 1.1.2 + function.prototype.name: 1.1.3 is-regex: 1.1.1 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 + object-is: 1.1.4 + object.assign: 4.1.2 + object.entries: 1.1.3 prop-types: 15.7.2 prop-types-exact: 1.2.0 - react: 16.13.1 + react: 16.14.0 react-is: 16.13.1 dev: false peerDependencies: react: ^0.14 || ^15.0.0 || ^16.0.0-alpha resolution: integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== - /ajv-errors/1.0.1_ajv@6.12.5: + /ajv-errors/1.0.1_ajv@6.12.6: dependencies: - ajv: 6.12.5 + ajv: 6.12.6 dev: false peerDependencies: ajv: '>=5.0.0' @@ -5960,9 +6752,9 @@ packages: ajv: ^5.0.0 resolution: integrity: sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I= - /ajv-keywords/3.5.2_ajv@6.12.5: + /ajv-keywords/3.5.2_ajv@6.12.6: dependencies: - ajv: 6.12.5 + ajv: 6.12.6 dev: false peerDependencies: ajv: ^6.9.1 @@ -5985,7 +6777,7 @@ packages: dev: false resolution: integrity: sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU= - /ajv/6.12.5: + /ajv/6.12.6: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -5993,7 +6785,7 @@ packages: uri-js: 4.4.0 dev: false resolution: - integrity: sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag== + integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== /align-text/0.1.4: dependencies: kind-of: 3.2.2 @@ -6140,15 +6932,14 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.2.1: + /ansi-styles/4.3.0: dependencies: - '@types/color-name': 1.1.1 color-convert: 2.0.1 dev: false engines: node: '>=8' resolution: - integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== + integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== /ansi-to-html/0.6.14: dependencies: entities: 1.1.2 @@ -6226,8 +7017,8 @@ packages: integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== /aria-query/4.2.2: dependencies: - '@babel/runtime': 7.11.2 - '@babel/runtime-corejs3': 7.11.2 + '@babel/runtime': 7.12.5 + '@babel/runtime-corejs3': 7.12.5 dev: false engines: node: '>=6.0' @@ -6290,10 +7081,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-p5SvDAWrF1KEbudTofIRoFugxE8= - /array-equal/1.0.0: - dev: false - resolution: - integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= /array-filter/1.0.0: dev: false resolution: @@ -6308,16 +7095,18 @@ packages: dev: false resolution: integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - /array-includes/3.1.1: + /array-includes/3.1.2: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 + get-intrinsic: 1.0.1 is-string: 1.0.5 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== + integrity: sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw== /array-slice/0.2.3: dev: false engines: @@ -6365,40 +7154,43 @@ packages: /array.prototype.find/2.1.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.17.7 dev: false resolution: integrity: sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA== - /array.prototype.flat/1.2.3: + /array.prototype.flat/1.2.4: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== - /array.prototype.flatmap/1.2.3: + integrity: sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== + /array.prototype.flatmap/1.2.4: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 function-bind: 1.1.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== - /array.prototype.map/1.0.2: + integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== + /array.prototype.map/1.0.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.5 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-Az3OYxgsa1g7xDYp86l0nnN4bcmuEITGe1rbdEBVkrqkzMgDcbdQ2R7r41pNzti+4NMces3H8gMmuioZUilLgw== + integrity: sha512-nNcb30v0wfDyIe26Yif3PcV1JXQp4zEeEfupG7L4SRjnD6HLbO5b2a7eVSba53bOx4YCHYMBHt+Fp4vYstneRA== /arrify/1.0.1: dev: false engines: @@ -6476,14 +7268,14 @@ packages: node: '>=4' resolution: integrity: sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA== - /ast-types/0.13.4: + /ast-types/0.14.2: dependencies: - tslib: 2.0.1 + tslib: 2.0.3 dev: false engines: node: '>=4' resolution: - integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w== + integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA== /astral-regex/1.0.0: dev: false engines: @@ -6530,7 +7322,7 @@ packages: /autoprefixer/6.7.7: dependencies: browserslist: 1.7.7 - caniuse-db: 1.0.30001131 + caniuse-db: 1.0.30001165 normalize-range: 0.1.2 num2fraction: 1.2.2 postcss: 5.2.18 @@ -6540,12 +7332,12 @@ packages: integrity: sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ= /autoprefixer/9.8.6: dependencies: - browserslist: 4.14.3 - caniuse-lite: 1.0.30001131 + browserslist: 4.15.0 + caniuse-lite: 1.0.30001165 colorette: 1.2.1 normalize-range: 0.1.2 num2fraction: 1.2.2 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 4.1.0 dev: false hasBin: true @@ -6560,20 +7352,26 @@ packages: dev: false resolution: integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - /aws4/1.10.1: + /aws4/1.11.0: dev: false resolution: - integrity: sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== + integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== /axe-core/3.5.5: dev: false engines: node: '>=4' resolution: integrity: sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q== + /axe-core/4.1.1: + dev: false + engines: + node: '>=4' + resolution: + integrity: sha512-5Kgy8Cz6LPC9DJcNb3yjAXTu3XihQgEdnIg50c//zOC/MyLP0Clg+Y8Sh9ZjjnvBrDZU4DgXS9C3T9r4/scGZQ== /axios/0.19.0: dependencies: follow-redirects: 1.5.10 - is-buffer: 2.0.4 + is-buffer: 2.0.5 dev: false resolution: integrity: sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ== @@ -6613,9 +7411,9 @@ packages: dev: false resolution: integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== - /babel-core/7.0.0-bridge.0_@babel+core@7.11.6: + /babel-core/7.0.0-bridge.0_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -6624,11 +7422,11 @@ packages: /babel-eslint/10.1.0: dependencies: '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 + '@babel/parser': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 eslint-visitor-keys: 1.3.0 - resolve: 1.17.0 + resolve: 1.19.0 dev: false engines: node: '>=6' @@ -6636,15 +7434,15 @@ packages: eslint: '>= 4.12.1' resolution: integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - /babel-eslint/10.1.0_eslint@7.9.0: + /babel-eslint/10.1.0_eslint@7.15.0: dependencies: '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - eslint: 7.9.0 + '@babel/parser': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 + eslint: 7.15.0 eslint-visitor-keys: 1.3.0 - resolve: 1.17.0 + resolve: 1.19.0 dev: false engines: node: '>=6' @@ -6856,32 +7654,31 @@ packages: dev: false resolution: integrity: sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= - /babel-jest/25.5.1_@babel+core@7.11.6: + /babel-jest/26.6.3: dependencies: - '@babel/core': 7.11.6 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - '@types/babel__core': 7.1.9 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/babel__core': 7.1.12 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 25.5.0_@babel+core@7.11.6 - chalk: 3.0.0 + babel-preset-jest: 26.6.2 + chalk: 4.1.0 graceful-fs: 4.2.4 slash: 3.0.0 dev: false engines: - node: '>= 8.3' + node: '>= 10.14.2' peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ== - /babel-jest/26.3.0_@babel+core@7.11.6: + integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== + /babel-jest/26.6.3_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/babel__core': 7.1.9 + '@babel/core': 7.12.9 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/babel__core': 7.1.12 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.3.0_@babel+core@7.11.6 + babel-preset-jest: 26.6.2_@babel+core@7.12.9 chalk: 4.1.0 graceful-fs: 4.2.4 slash: 3.0.0 @@ -6891,7 +7688,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-sxPnQGEyHAOPF8NcUsD0g7hDCnvLL2XyblRBcgrzTWBB/mAIpWow3n1bEL+VghnnZfreLhFSBsFluRoK2tRK4g== + integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== /babel-loader/7.1.5_babel-core@6.26.3+webpack@3.12.0: dependencies: babel-core: 6.26.3 @@ -6907,22 +7704,35 @@ packages: webpack: 2 || 3 || 4 resolution: integrity: sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw== - /babel-loader/8.1.0_@babel+core@7.11.6: + /babel-loader/8.2.2: dependencies: - '@babel/core': 7.11.6 - find-cache-dir: 2.1.0 + find-cache-dir: 3.3.1 loader-utils: 1.4.0 - mkdirp: 0.5.5 - pify: 4.0.1 + make-dir: 3.1.0 + schema-utils: 2.7.1 + dev: false + engines: + node: '>= 8.9' + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + resolution: + integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== + /babel-loader/8.2.2_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + find-cache-dir: 3.3.1 + loader-utils: 1.4.0 + make-dir: 3.1.0 schema-utils: 2.7.1 dev: false engines: - node: '>= 6.9' + node: '>= 8.9' peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' resolution: - integrity: sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== + integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== /babel-messages/6.23.0: dependencies: babel-runtime: 6.26.0 @@ -6939,16 +7749,16 @@ packages: dev: false resolution: integrity: sha1-M51M3be2X9YtHfnbn+BN4TQSK9U= - /babel-plugin-apply-mdx-type-prop/1.6.18_@babel+core@7.11.6: + /babel-plugin-apply-mdx-type-prop/1.6.22_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@mdx-js/util': 1.6.18 + '@mdx-js/util': 1.6.22 dev: false peerDependencies: '@babel/core': ^7.11.6 resolution: - integrity: sha512-lcpbj/GatKQp48jsJ8Os/ZXv381ZYFNKA27EPllcpFMpqiS696XkoK+xie/2GjzQSe5IIbo3srsXpd6/ik8PsQ== + integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ== /babel-plugin-check-es2015-constants/6.22.0: dependencies: babel-runtime: 6.26.0 @@ -6961,13 +7771,13 @@ packages: integrity: sha512-MbsQzEgglAIBZLQbKQDgMUgFDwf7sSHXgaWRXowiEVs1B+eiBge4JnhBQtIaHIVLE9QmXfDQbb18oggvP7KSFQ== /babel-plugin-dynamic-import-node/2.3.3: dependencies: - object.assign: 4.1.1 + object.assign: 4.1.2 dev: false resolution: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== /babel-plugin-emotion/10.0.33: dependencies: - '@babel/helper-module-imports': 7.10.4 + '@babel/helper-module-imports': 7.12.5 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.4 '@emotion/serialize': 0.11.16 @@ -6980,12 +7790,12 @@ packages: dev: false resolution: integrity: sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ== - /babel-plugin-extract-import-names/1.6.18: + /babel-plugin-extract-import-names/1.6.22: dependencies: '@babel/helper-plugin-utils': 7.10.4 dev: false resolution: - integrity: sha512-2EyZia3Ezl3UdhBcgDl6KZTNkYa2VhmAHHbJdhCroa1pZD/E56BulVsSKIhm/kza9agnabDR2VEHO+ZnqpfxbQ== + integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ== /babel-plugin-istanbul/5.2.0: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -7009,31 +7819,21 @@ packages: node: '>=8' resolution: integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== - /babel-plugin-jest-hoist/25.5.0: - dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - '@types/babel__traverse': 7.0.14 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g== - /babel-plugin-jest-hoist/26.2.0: + /babel-plugin-jest-hoist/26.6.2: dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - '@types/babel__core': 7.1.9 - '@types/babel__traverse': 7.0.14 + '@babel/template': 7.12.7 + '@babel/types': 7.12.7 + '@types/babel__core': 7.1.12 + '@types/babel__traverse': 7.0.16 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-B/hVMRv8Nh1sQ1a3EY8I0n4Y1Wty3NrR5ebOyVT302op+DOAau+xNEImGMsUWOC3++ZlMooCytKz+NgN8aKGbA== + integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== /babel-plugin-lodash/3.3.4: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/types': 7.11.5 + '@babel/helper-module-imports': 7.12.5 + '@babel/types': 7.12.7 glob: 7.1.6 lodash: 4.17.20 require-package-name: 2.0.1 @@ -7042,9 +7842,9 @@ packages: integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg== /babel-plugin-macros/2.8.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 cosmiconfig: 6.0.0 - resolve: 1.17.0 + resolve: 1.19.0 dev: false resolution: integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== @@ -7178,61 +7978,63 @@ packages: dev: false resolution: integrity: sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA= - /babel-plugin-named-asset-import/0.3.6_@babel+core@7.11.6: + /babel-plugin-named-asset-import/0.3.7: + dev: false + peerDependencies: + '@babel/core': ^7.1.0 + resolution: + integrity: sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw== + /babel-plugin-named-asset-import/0.3.7_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 dev: false peerDependencies: '@babel/core': ^7.1.0 resolution: - integrity: sha512-1aGDUfL1qOOIoqk9QKGIo2lANk+C7ko/fqH0uIyC71x3PEGz0uVP8ISgfEsFuG+FKmjHTvFK/nNM8dowpmUxLA== + integrity: sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw== /babel-plugin-react-docgen/4.1.0: dependencies: lodash: 4.17.20 - react-docgen: 5.3.0 + react-docgen: 5.3.1 recast: 0.14.7 dev: false resolution: integrity: sha512-vzpnBlfGv8XOhJM2zbPyyqw2OLEbelgZZsaaRRTpVwNKuYuc+pUg4+dy7i9gCRms0uOQn4osX571HRcCJMJCmA== - /babel-plugin-require-context-hook/1.0.0: - dev: false - resolution: - integrity: sha512-EMZD1563QUqLhzrqcThk759RhuNVX/ZJdrtGK6drwzgvnR+ARjWyXIHPbu+tUNaMGtPz/gQeAM2M6VUw2UiUeA== - /babel-plugin-styled-components/1.11.1: + /babel-plugin-styled-components/1.12.0: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 + '@babel/helper-module-imports': 7.12.5 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.20 dev: false peerDependencies: styled-components: '>= 2' resolution: - integrity: sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== - /babel-plugin-styled-components/1.11.1_styled-components@4.4.1: + integrity: sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA== + /babel-plugin-styled-components/1.12.0_styled-components@4.4.1: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 + '@babel/helper-module-imports': 7.12.5 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.20 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 dev: false peerDependencies: styled-components: '>= 2' resolution: - integrity: sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== - /babel-plugin-styled-components/1.11.1_styled-components@5.2.0: + integrity: sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA== + /babel-plugin-styled-components/1.12.0_styled-components@5.2.1: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 + '@babel/helper-module-imports': 7.12.5 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.20 - styled-components: 5.2.0_975908421a0f349b287d23c767f90c42 + styled-components: 5.2.1_d56e21ef07fc37b6ee9b57ce562afcca dev: false peerDependencies: styled-components: '>= 2' resolution: - integrity: sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== + integrity: sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA== /babel-plugin-syntax-async-functions/6.13.0: dev: false resolution: @@ -7683,25 +8485,45 @@ packages: dev: false resolution: integrity: sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA= - /babel-preset-current-node-syntax/0.1.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 + /babel-preset-current-node-syntax/1.0.0: + dependencies: + '@babel/plugin-syntax-async-generators': 7.8.4 + '@babel/plugin-syntax-bigint': 7.8.3 + '@babel/plugin-syntax-class-properties': 7.12.1 + '@babel/plugin-syntax-import-meta': 7.10.4 + '@babel/plugin-syntax-json-strings': 7.8.3 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 + '@babel/plugin-syntax-numeric-separator': 7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3 + '@babel/plugin-syntax-top-level-await': 7.12.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-mGkvkpocWJes1CmMKtgGUwCeeq0pOhALyymozzDWYomHTbDLwueDYG6p4TK1YOeYHCzBzYPsWkgTto10JubI1Q== + /babel-preset-current-node-syntax/1.0.0_@babel+core@7.12.9: + dependencies: + '@babel/core': 7.12.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.9 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-class-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.12.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-top-level-await': 7.12.1_@babel+core@7.12.9 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-uyexu1sVwcdFnyq9o8UQYsXwXflIh8LvrF5+cKrYam93ned1CStffB3+BEcsxGSgagoA3GEyjDqO4a/58hyPYQ== + integrity: sha512-mGkvkpocWJes1CmMKtgGUwCeeq0pOhALyymozzDWYomHTbDLwueDYG6p4TK1YOeYHCzBzYPsWkgTto10JubI1Q== /babel-preset-env/1.7.0: dependencies: babel-plugin-check-es2015-constants: 6.22.0 @@ -7743,30 +8565,29 @@ packages: dev: false resolution: integrity: sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0= - /babel-preset-jest/25.5.0_@babel+core@7.11.6: + /babel-preset-jest/26.6.2: dependencies: - '@babel/core': 7.11.6 - babel-plugin-jest-hoist: 25.5.0 - babel-preset-current-node-syntax: 0.1.3_@babel+core@7.11.6 + babel-plugin-jest-hoist: 26.6.2 + babel-preset-current-node-syntax: 1.0.0 dev: false engines: - node: '>= 8.3' + node: '>= 10.14.2' peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw== - /babel-preset-jest/26.3.0_@babel+core@7.11.6: + integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== + /babel-preset-jest/26.6.2_@babel+core@7.12.9: dependencies: - '@babel/core': 7.11.6 - babel-plugin-jest-hoist: 26.2.0 - babel-preset-current-node-syntax: 0.1.3_@babel+core@7.11.6 + '@babel/core': 7.12.9 + babel-plugin-jest-hoist: 26.6.2 + babel-preset-current-node-syntax: 1.0.0_@babel+core@7.12.9 dev: false engines: node: '>= 10.14.2' peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-5WPdf7nyYi2/eRxCbVrE1kKCWxgWY4RsPEbdJWFm7QsesFGqjdkyLeu1zRkwM1cxK6EPIlNd6d2AxLk7J+t4pw== + integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== /babel-preset-minify/0.2.0: dependencies: babel-plugin-minify-builtins: 0.2.0 @@ -7873,7 +8694,7 @@ packages: dependencies: babel-core: 6.26.3 babel-runtime: 6.26.0 - core-js: 2.6.11 + core-js: 2.6.12 home-or-tmp: 2.0.0 lodash: 4.17.20 mkdirp: 0.5.5 @@ -7883,7 +8704,7 @@ packages: integrity: sha1-btAhFz4vy0htestFxgCahW9kcHE= /babel-runtime/6.26.0: dependencies: - core-js: 2.6.11 + core-js: 2.6.12 regenerator-runtime: 0.11.1 dev: false resolution: @@ -7923,7 +8744,7 @@ packages: integrity: sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= /babel-walk/3.0.0-canary-5: dependencies: - '@babel/types': 7.11.5 + '@babel/types': 7.12.7 dev: false engines: node: '>= 10.0.0' @@ -7967,10 +8788,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - /base64-js/1.3.1: + /base64-js/1.5.1: dev: false resolution: - integrity: sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== + integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== /batch-processor/1.0.0: dev: false resolution: @@ -7991,6 +8812,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak= + /before-after-hook/2.1.0: + dev: false + resolution: + integrity: sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A== /better-path-resolve/1.0.0: dependencies: is-windows: 1.0.2 @@ -8022,13 +8847,14 @@ packages: optional: true resolution: integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - /bl/1.2.3: + /bl/4.0.3: dependencies: - readable-stream: 2.3.7 - safe-buffer: 5.2.1 + buffer: 5.7.1 + inherits: 2.0.4 + readable-stream: 3.6.0 dev: false resolution: - integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww== + integrity: sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg== /block-stream/0.0.9: dependencies: inherits: 2.0.4 @@ -8105,7 +8931,7 @@ packages: chalk: 3.0.0 cli-boxes: 2.2.1 string-width: 4.2.0 - term-size: 2.2.0 + term-size: 2.2.1 type-fest: 0.8.1 widest-line: 3.1.0 dev: false @@ -8163,12 +8989,6 @@ packages: dev: false resolution: integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - /browser-resolve/1.11.3: - dependencies: - resolve: 1.1.7 - dev: false - resolution: - integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ== /browserify-aes/1.2.0: dependencies: buffer-xor: 1.0.3 @@ -8197,17 +9017,17 @@ packages: dev: false resolution: integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - /browserify-rsa/4.0.1: + /browserify-rsa/4.1.0: dependencies: - bn.js: 4.11.9 + bn.js: 5.1.3 randombytes: 2.1.0 dev: false resolution: - integrity: sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= + integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== /browserify-sign/4.2.1: dependencies: bn.js: 5.1.3 - browserify-rsa: 4.0.1 + browserify-rsa: 4.1.0 create-hash: 1.2.0 create-hmac: 1.1.7 elliptic: 6.5.3 @@ -8232,8 +9052,8 @@ packages: integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== /browserslist/1.7.7: dependencies: - caniuse-db: 1.0.30001131 - electron-to-chromium: 1.3.570 + caniuse-db: 1.0.30001165 + electron-to-chromium: 1.3.616 deprecated: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools. dev: false hasBin: true @@ -8241,39 +9061,40 @@ packages: integrity: sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk= /browserslist/3.2.8: dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 + caniuse-lite: 1.0.30001165 + electron-to-chromium: 1.3.616 dev: false hasBin: true resolution: integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ== /browserslist/4.12.0: dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - node-releases: 1.1.61 + caniuse-lite: 1.0.30001165 + electron-to-chromium: 1.3.616 + node-releases: 1.1.67 pkg-up: 2.0.0 dev: false hasBin: true resolution: integrity: sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== - /browserslist/4.14.3: + /browserslist/4.15.0: dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - escalade: 3.1.0 - node-releases: 1.1.61 + caniuse-lite: 1.0.30001165 + colorette: 1.2.1 + electron-to-chromium: 1.3.616 + escalade: 3.1.1 + node-releases: 1.1.67 dev: false engines: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 hasBin: true resolution: - integrity: sha512-GcZPC5+YqyPO4SFnz48/B0YaCwS47Q9iPChRGi6t7HhflKBcINzFrJvRfC+jp30sRMKxF+d4EHGs27Z0XP1NaQ== + integrity: sha512-IJ1iysdMkGmjjYeRlDU8PQejVwxvVO5QOfXH7ylW31GO6LwNRSmm/SgRXtNsEXqMLl2e+2H5eEJ7sfynF8TCaQ== /browserslist/4.7.0: dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - node-releases: 1.1.61 + caniuse-lite: 1.0.30001165 + electron-to-chromium: 1.3.616 + node-releases: 1.1.67 dev: false hasBin: true resolution: @@ -8286,9 +9107,9 @@ packages: integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== /buble/0.19.8: dependencies: - acorn: 6.4.1 - acorn-dynamic-import: 4.0.0_acorn@6.4.1 - acorn-jsx: 5.3.1_acorn@6.4.1 + acorn: 6.4.2 + acorn-dynamic-import: 4.0.0_acorn@6.4.2 + acorn-jsx: 5.3.1_acorn@6.4.2 chalk: 2.4.2 magic-string: 0.25.7 minimist: 1.2.5 @@ -8298,21 +9119,6 @@ packages: hasBin: true resolution: integrity: sha512-IoGZzrUTY5fKXVkgGHw3QeXFMUNBFv+9l8a4QJKG1JhG3nCMHTdEX1DCOg8568E2Q9qvAQIiSokv6Jsgx8p2cA== - /buffer-alloc-unsafe/1.1.0: - dev: false - resolution: - integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== - /buffer-alloc/1.2.0: - dependencies: - buffer-alloc-unsafe: 1.1.0 - buffer-fill: 1.0.0 - dev: false - resolution: - integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== - /buffer-fill/1.0.0: - dev: false - resolution: - integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw= /buffer-from/1.1.1: dev: false resolution: @@ -8323,12 +9129,19 @@ packages: integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= /buffer/4.9.2: dependencies: - base64-js: 1.3.1 - ieee754: 1.1.13 + base64-js: 1.5.1 + ieee754: 1.2.1 isarray: 1.0.0 dev: false resolution: integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== + /buffer/5.7.1: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + dev: false + resolution: + integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== /builtin-modules/1.1.1: dev: false engines: @@ -8369,13 +9182,13 @@ packages: infer-owner: 1.0.4 lru-cache: 5.1.1 mississippi: 3.0.0 - mkdirp: 0.5.5 + mkdirp: 0.5.3 move-concurrently: 1.0.1 promise-inflight: 1.0.1 rimraf: 2.7.1 ssri: 6.0.1 unique-filename: 1.1.1 - y18n: 4.0.0 + y18n: 4.0.1 dev: false resolution: integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== @@ -8432,6 +9245,13 @@ packages: dev: false resolution: integrity: sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= + /call-bind/1.0.0: + dependencies: + function-bind: 1.1.1 + get-intrinsic: 1.0.1 + dev: false + resolution: + integrity: sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w== /call-me-maybe/1.0.1: dev: false resolution: @@ -8485,13 +9305,13 @@ packages: dev: false resolution: integrity: sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= - /camel-case/4.1.1: + /camel-case/4.1.2: dependencies: - pascal-case: 3.1.1 - tslib: 1.13.0 + pascal-case: 3.1.2 + tslib: 2.0.3 dev: false resolution: - integrity: sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q== + integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== /camelcase-css/2.0.1: dev: false engines: @@ -8557,12 +9377,12 @@ packages: node: '>=6' resolution: integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - /camelcase/6.0.0: + /camelcase/6.2.0: dev: false engines: node: '>=10' resolution: - integrity: sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== + integrity: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== /camelize/1.0.0: dev: false resolution: @@ -8574,7 +9394,7 @@ packages: /caniuse-api/1.6.1: dependencies: browserslist: 1.7.7 - caniuse-db: 1.0.30001131 + caniuse-db: 1.0.30001165 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false @@ -8583,20 +9403,20 @@ packages: /caniuse-api/3.0.0: dependencies: browserslist: 4.12.0 - caniuse-lite: 1.0.30001131 + caniuse-lite: 1.0.30001165 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false resolution: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - /caniuse-db/1.0.30001131: + /caniuse-db/1.0.30001165: dev: false resolution: - integrity: sha512-NhGJ+o2Dx6eNjuP4UQegDPrqSMxW/7FdVwQiwp48zMiB1EeEDOPh8hJZmSpbK06owDUBzJRUbACrzlBVECTglA== - /caniuse-lite/1.0.30001131: + integrity: sha512-0Z8BRu+sxK2qh/+yXM+sUwbpX+qJpIg7BgAJZe3zw7WL6arffICUfNmUCPDRCP4WGyo4tC1d//1xAHz3mzA2uw== + /caniuse-lite/1.0.30001165: dev: false resolution: - integrity: sha512-4QYi6Mal4MMfQMSqGIRPGbKIbZygeN83QsWq1ixpUwvtfgAZot5BrCKzGygvZaV+CnELdTwD0S4cqUNozq7/Cw== + integrity: sha512-8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA== /capture-exit/2.0.0: dependencies: rsvp: 4.8.5 @@ -8631,10 +9451,10 @@ packages: hasBin: true resolution: integrity: sha512-yjcTHwA7tcro823P5yIfmTvXT8p5YxJd4eASWHAHvqaekuJoGu1qjWoldgfV2mH4tgLp+FNAf13uiDEo/O7LGg== - /ccount/1.0.5: + /ccount/1.1.0: dev: false resolution: - integrity: sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw== + integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg== /center-align/0.1.3: dependencies: align-text: 0.1.4 @@ -8668,7 +9488,7 @@ packages: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== /chalk/3.0.0: dependencies: - ansi-styles: 4.2.1 + ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false engines: @@ -8677,7 +9497,7 @@ packages: integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.0.0: dependencies: - ansi-styles: 4.2.1 + ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false engines: @@ -8686,7 +9506,7 @@ packages: integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A== /chalk/4.1.0: dependencies: - ansi-styles: 4.2.1 + ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false engines: @@ -8814,7 +9634,7 @@ packages: fsevents: 1.2.13 resolution: integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - /chokidar/3.4.2: + /chokidar/3.4.3: dependencies: anymatch: 3.1.1 braces: 3.0.2 @@ -8822,14 +9642,14 @@ packages: is-binary-path: 2.1.0 is-glob: 4.0.1 normalize-path: 3.0.0 - readdirp: 3.4.0 + readdirp: 3.5.0 dev: false engines: node: '>= 8.10.0' optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== + integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== /chownr/1.1.4: dev: false resolution: @@ -8838,55 +9658,50 @@ packages: dev: false resolution: integrity: sha512-jTwQiT859RTFN/vIf7s+Vl/Z2LcMrvMv3WUFmd/4u76AdlFC0NTNgqEEFPcRiHmAswPsMiQEDZLM8vX8qXpZNQ== - /chromatic/5.2.0_@babel+core@7.11.6: + /chromatic/5.4.0: dependencies: - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/runtime': 7.11.2 + '@actions/core': 1.2.6 + '@actions/github': 4.0.0 + '@babel/runtime': 7.12.5 '@chromaui/localtunnel': 2.0.1 async-retry: 1.3.1 - babel-plugin-require-context-hook: 1.0.0 chalk: 4.1.0 cross-spawn: 7.0.3 - debug: 4.1.1 + debug: 4.3.1 dotenv: 8.2.0 env-ci: 5.0.2 esm: 3.2.25 - execa: 4.0.3 + execa: 4.1.0 fake-tag: 2.0.0 fs-extra: 9.0.1 - jest: 25.5.4 - jsonfile: 6.0.1 - junit-report-builder: 2.0.0 + jsonfile: 6.1.0 + junit-report-builder: 2.1.0 listr: 0.14.3_listr@0.14.3 - meow: 6.1.1 + meow: 7.1.1 node-ask: 1.0.1 node-fetch: 2.6.1 node-loggly-bulk: 2.2.4 - p-limit: 2.3.0 + p-limit: 3.0.2 picomatch: 2.2.2 pkg-up: 3.1.0 pluralize: 8.0.0 - progress: 2.0.3 progress-stream: 2.0.0 - semver: 7.3.2 + semver: 7.3.4 slash: 3.0.0 strip-ansi: 6.0.0 - tmp: 0.1.0 - tmp-promise: 2.1.1 + tmp-promise: 3.0.2 tree-kill: 1.2.2 - ts-dedent: 1.1.1 + ts-dedent: 1.2.0 util-deprecate: 1.0.2 - uuid: 7.0.3 + uuid: 8.3.1 yarn-or-npm: 3.0.1 dev: false hasBin: true - peerDependencies: - '@babel/core': '*' resolution: - integrity: sha512-uUf0aFsUMiWCxy95vsufbtwQDlqi4B8FsXwnBWGvm0cf+fDHclzfB2ERgFTnW0ye/3Ben1DwH5UAvcGrq+qLIg== + integrity: sha512-2OAfvDaQm3rbDcvCIZgfEeRQKmyqzm9ue5lT+927/U+nmv7EojTKEakmvqhApR8YFKHyEknlkIcbVGTiTo7ySA== /chrome-trace-event/1.0.2: dependencies: - tslib: 1.13.0 + tslib: 1.14.1 dev: false engines: node: '>=6.0' @@ -8912,6 +9727,10 @@ packages: dev: false resolution: integrity: sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A== + /cjs-module-lexer/0.6.0: + dev: false + resolution: + integrity: sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw== /clap/1.2.3: dependencies: chalk: 1.1.3 @@ -9065,14 +9884,14 @@ packages: dev: false resolution: integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - /cliui/7.0.3: + /cliui/7.0.4: dependencies: string-width: 4.2.0 strip-ansi: 6.0.0 wrap-ansi: 7.0.0 dev: false resolution: - integrity: sha512-Gj3QHTkVMPKqwP3f7B4KPkBZRMR9r4rfi5bXFpg1a+Svvj8l7q5CnkBkVQzfxT5DFSsGk2+PascOgL0JYkL2kw== + integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== /clone-deep/0.2.4: dependencies: for-own: 0.1.5 @@ -9121,6 +9940,12 @@ packages: node: '>=0.8' resolution: integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= + /clsx/1.1.1: + dev: false + engines: + node: '>=6' + resolution: + integrity: sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA== /co-body/5.2.0: dependencies: inflation: 2.0.0 @@ -9226,13 +10051,13 @@ packages: dev: false resolution: integrity: sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE= - /color-string/1.5.3: + /color-string/1.5.4: dependencies: color-name: 1.1.4 simple-swizzle: 0.2.2 dev: false resolution: - integrity: sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== + integrity: sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw== /color-support/1.1.3: dev: false hasBin: true @@ -9253,13 +10078,13 @@ packages: dev: false resolution: integrity: sha1-qzrkvGy4z62110nEDzSuoIgQT4k= - /color/3.1.2: + /color/3.1.3: dependencies: color-convert: 1.9.3 - color-string: 1.5.3 + color-string: 1.5.4 dev: false resolution: - integrity: sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== + integrity: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== /colorable/1.0.5: dependencies: color: 0.7.3 @@ -9443,8 +10268,8 @@ packages: integrity: sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY= /constantinople/4.0.1: dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 dev: false resolution: integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw== @@ -9524,34 +10349,34 @@ packages: dev: false resolution: integrity: sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw== - /core-js-compat/3.6.5: + /core-js-compat/3.8.0: dependencies: - browserslist: 4.14.3 + browserslist: 4.15.0 semver: 7.0.0 dev: false resolution: - integrity: sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== - /core-js-pure/3.6.5: + integrity: sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ== + /core-js-pure/3.8.0: dev: false requiresBuild: true resolution: - integrity: sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== + integrity: sha512-fRjhg3NeouotRoIV0L1FdchA6CK7ZD+lyINyMoz19SyV+ROpC4noS1xItWHFtwZdlqfMfVPJEyEGdfri2bD1pA== /core-js/1.2.7: deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' dev: false resolution: integrity: sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= - /core-js/2.6.11: + /core-js/2.6.12: deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' dev: false requiresBuild: true resolution: - integrity: sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== - /core-js/3.6.5: + integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== + /core-js/3.8.0: dev: false requiresBuild: true resolution: - integrity: sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== + integrity: sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA== /core-util-is/1.0.2: dev: false resolution: @@ -9591,7 +10416,7 @@ packages: /cosmiconfig/6.0.0: dependencies: '@types/parse-json': 4.0.0 - import-fresh: 3.2.1 + import-fresh: 3.2.2 parse-json: 5.1.0 path-type: 4.0.0 yaml: 1.10.0 @@ -9647,12 +10472,12 @@ packages: react: ^0.14.0 || ^15.0.0 || ^16.0.0 resolution: integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag== - /create-react-context/0.2.3_prop-types@15.7.2+react@16.13.1: + /create-react-context/0.2.3_prop-types@15.7.2+react@16.14.0: dependencies: fbjs: 0.8.17 gud: 1.0.0 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: prop-types: ^15.0.0 @@ -9670,11 +10495,11 @@ packages: react: ^0.14.0 || ^15.0.0 || ^16.0.0 resolution: integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== - /create-react-context/0.3.0_prop-types@15.7.2+react@16.13.1: + /create-react-context/0.3.0_prop-types@15.7.2+react@16.14.0: dependencies: gud: 1.0.0 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 warning: 4.0.3 dev: false peerDependencies: @@ -9682,7 +10507,11 @@ packages: react: ^0.14.0 || ^15.0.0 || ^16.0.0 resolution: integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== - /cross-env/7.0.2: + /create-require/1.1.1: + dev: false + resolution: + integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== + /cross-env/7.0.3: dependencies: cross-spawn: 7.0.3 dev: false @@ -9692,13 +10521,13 @@ packages: yarn: '>=1' hasBin: true resolution: - integrity: sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw== - /cross-fetch/3.0.5: + integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw== + /cross-fetch/3.0.6: dependencies: - node-fetch: 2.6.0 + node-fetch: 2.6.1 dev: false resolution: - integrity: sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew== + integrity: sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ== /cross-spawn/5.1.0: dependencies: lru-cache: 4.1.5 @@ -9794,7 +10623,7 @@ packages: integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= /css-declaration-sorter/4.0.1: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 timsort: 0.3.0 dev: false engines: @@ -9850,7 +10679,7 @@ packages: icss-utils: 4.1.1 loader-utils: 1.4.0 normalize-path: 3.0.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -9866,6 +10695,10 @@ packages: webpack: ^4.0.0 || ^5.0.0 resolution: integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== + /css-mediaquery/0.1.2: + dev: false + resolution: + integrity: sha1-aiw3NEkoYYYxxUvTPO3TAdoYvqA= /css-select-base-adapter/0.1.1: dev: false resolution: @@ -9882,7 +10715,7 @@ packages: /css-select/2.1.0: dependencies: boolbase: 1.0.0 - css-what: 3.3.0 + css-what: 3.4.2 domutils: 1.7.0 nth-check: 1.0.2 dev: false @@ -9920,15 +10753,15 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - /css-tree/1.0.0-alpha.39: + /css-tree/1.1.2: dependencies: - mdn-data: 2.0.6 + mdn-data: 2.0.14 source-map: 0.6.1 dev: false engines: node: '>=8.0.0' resolution: - integrity: sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA== + integrity: sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ== /css-url-regex/0.0.1: dev: false resolution: @@ -9937,12 +10770,12 @@ packages: dev: false resolution: integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== - /css-what/3.3.0: + /css-what/3.4.2: dev: false engines: node: '>= 6' resolution: - integrity: sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg== + integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== /css.escape/1.5.1: dev: false resolution: @@ -9979,8 +10812,8 @@ packages: dependencies: css-declaration-sorter: 4.0.1 cssnano-util-raw-cache: 4.0.1 - postcss: 7.0.34 - postcss-calc: 7.0.4 + postcss: 7.0.35 + postcss-calc: 7.0.5 postcss-colormin: 4.0.3 postcss-convert-values: 4.0.1 postcss-discard-comments: 4.0.2 @@ -10026,7 +10859,7 @@ packages: integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= /cssnano-util-raw-cache/4.0.1: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -10080,7 +10913,7 @@ packages: cosmiconfig: 5.2.1 cssnano-preset-default: 4.0.7 is-resolvable: 1.1.0 - postcss: 7.0.29 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -10096,14 +10929,14 @@ packages: hasBin: true resolution: integrity: sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U= - /csso/4.0.3: + /csso/4.2.0: dependencies: - css-tree: 1.0.0-alpha.39 + css-tree: 1.1.2 dev: false engines: node: '>=8.0.0' resolution: - integrity: sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ== + integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== /cssom/0.3.8: dev: false resolution: @@ -10139,14 +10972,14 @@ packages: node: '>=8' resolution: integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - /csstype/2.6.13: + /csstype/2.6.14: dev: false resolution: - integrity: sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A== - /csstype/3.0.3: + integrity: sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A== + /csstype/3.0.5: dev: false resolution: - integrity: sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag== + integrity: sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ== /currently-unhandled/0.4.1: dependencies: array-find-index: 1.0.2 @@ -10192,19 +11025,11 @@ packages: node: '>= 6' resolution: integrity: sha512-MJ6mFTZ+nPQO+39ua/ltwNePXrfdF3Ww0wP1Od7EePySXN1cP9XNqRQOG3FxTfipp8jx898LUCgBCEP11Qw/ZQ== - /data-urls/1.1.0: - dependencies: - abab: 2.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - dev: false - resolution: - integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== /data-urls/2.0.0: dependencies: abab: 2.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.2.2 + whatwg-url: 8.4.0 dev: false engines: node: '>=10' @@ -10240,18 +11065,25 @@ packages: dev: false resolution: integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== - /debug/3.2.6: + /debug/3.2.7: dependencies: ms: 2.1.2 dev: false resolution: - integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - /debug/4.1.1: + integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + /debug/4.3.1: dependencies: ms: 2.1.2 dev: false + engines: + node: '>=6.0' + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true resolution: - integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== /debuglog/1.0.1: dev: false resolution: @@ -10271,10 +11103,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - /decimal.js/10.2.0: + /decimal.js/10.2.1: dev: false resolution: - integrity: sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw== + integrity: sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw== /decode-uri-component/0.2.0: dev: false engines: @@ -10295,10 +11127,10 @@ packages: integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= /deep-equal/1.1.1: dependencies: - is-arguments: 1.0.4 + is-arguments: 1.1.0 is-date-object: 1.0.2 is-regex: 1.1.1 - object-is: 1.1.2 + object-is: 1.1.4 object-keys: 1.1.1 regexp.prototype.flags: 1.3.0 dev: false @@ -10406,6 +11238,10 @@ packages: node: '>= 0.9' resolution: integrity: sha1-+cmvVGSvoeepcUWKi97yqpTVuxk= + /deprecation/2.3.1: + dev: false + resolution: + integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== /des.js/1.0.1: dependencies: inherits: 2.0.4 @@ -10417,12 +11253,12 @@ packages: dev: false resolution: integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - /detab/2.0.3: + /detab/2.0.4: dependencies: repeat-string: 1.6.1 dev: false resolution: - integrity: sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A== + integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g== /detect-file/1.0.0: dev: false engines: @@ -10480,18 +11316,12 @@ packages: dev: false resolution: integrity: sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY= - /diff-sequences/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg== - /diff-sequences/26.3.0: + /diff-sequences/26.6.2: dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-5j5vdRcw3CNctePNYN0Wy2e/JbWT6cAYnXv5OuqPhDpyCGc0uLu2TK0zOCJWNB9kOIfYMSpIulRaDgIi4HJ6Ig== + integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== /diff/3.5.0: dev: false engines: @@ -10533,6 +11363,24 @@ packages: dev: false resolution: integrity: sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= + /dnd-core/11.1.3: + dependencies: + '@react-dnd/asap': 4.0.0 + '@react-dnd/invariant': 2.0.0 + redux: 4.0.5 + dev: false + resolution: + integrity: sha512-QugF55dNW+h+vzxVJ/LSJeTeUw9MCJ2cllhmVThVPEtF16ooBkxj0WBE5RB+AceFxMFo1rO6bJKXtqKl+JNnyA== + /dnd-core/8.0.3: + dependencies: + '@types/asap': 2.0.0 + '@types/invariant': 2.2.34 + asap: 2.0.6 + invariant: 2.2.4 + redux: 4.0.5 + dev: false + resolution: + integrity: sha512-jffgwAMsv5g6TRDmvjBW0EUntVXO8+X184zBRFnOmCfhFU8EV7/Aq+wPpJCeRAMge8fMYJGrjlm1xeH0wMrHYQ== /doctrine/1.5.0: dependencies: esutils: 2.0.3 @@ -10562,10 +11410,14 @@ packages: dev: false resolution: integrity: sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk= - /dom-accessibility-api/0.5.2: + /dom-accessibility-api/0.3.0: + dev: false + resolution: + integrity: sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA== + /dom-accessibility-api/0.5.4: dev: false resolution: - integrity: sha512-k7hRNKAiPJXD2aBqfahSo4/01cTsKWXf+LqJgglnkN2Nz8TsxXKQBXHhKe0Ye9fEfHEZY49uSA5Sr3AqP/sWKA== + integrity: sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ== /dom-align/1.12.0: dev: false resolution: @@ -10578,14 +11430,14 @@ packages: integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== /dom-helpers/3.4.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 dev: false resolution: integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== /dom-helpers/5.2.0: dependencies: - '@babel/runtime': 7.11.2 - csstype: 3.0.3 + '@babel/runtime': 7.12.5 + csstype: 3.0.5 dev: false resolution: integrity: sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ== @@ -10612,8 +11464,8 @@ packages: integrity: sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== /dom-serializer/0.2.2: dependencies: - domelementtype: 2.0.2 - entities: 2.0.3 + domelementtype: 2.1.0 + entities: 2.1.0 dev: false resolution: integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== @@ -10636,16 +11488,10 @@ packages: dev: false resolution: integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - /domelementtype/2.0.2: - dev: false - resolution: - integrity: sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA== - /domexception/1.0.1: - dependencies: - webidl-conversions: 4.0.2 + /domelementtype/2.1.0: dev: false resolution: - integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug== + integrity: sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== /domexception/2.0.1: dependencies: webidl-conversions: 5.0.0 @@ -10668,7 +11514,7 @@ packages: integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== /domhandler/3.0.0: dependencies: - domelementtype: 2.0.2 + domelementtype: 2.1.0 dev: false engines: node: '>= 4' @@ -10701,7 +11547,7 @@ packages: /domutils/2.1.0: dependencies: dom-serializer: 0.2.2 - domelementtype: 2.0.2 + domelementtype: 2.1.0 domhandler: 3.0.0 dev: false resolution: @@ -10712,13 +11558,13 @@ packages: dev: false resolution: integrity: sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4= - /dot-case/3.0.3: + /dot-case/3.0.4: dependencies: - no-case: 3.0.3 - tslib: 1.13.0 + no-case: 3.0.4 + tslib: 2.0.3 dev: false resolution: - integrity: sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA== + integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== /dot-prop/4.2.1: dependencies: is-obj: 1.0.1 @@ -10774,7 +11620,7 @@ packages: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /downshift/3.4.8: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 compute-scroll-into-view: 1.0.16 prop-types: 15.7.2 react-is: 16.13.1 @@ -10783,21 +11629,21 @@ packages: react: '>=0.14.9' resolution: integrity: sha512-dZL3iNL/LbpHNzUQAaVq/eTD1ocnGKKjbAl/848Q0KEp6t81LJbS37w3f93oD6gqqAnjdgM7Use36qZSipHXBw== - /downshift/3.4.8_react@16.13.1: + /downshift/3.4.8_react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 compute-scroll-into-view: 1.0.16 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 react-is: 16.13.1 dev: false peerDependencies: react: '>=0.14.9' resolution: integrity: sha512-dZL3iNL/LbpHNzUQAaVq/eTD1ocnGKKjbAl/848Q0KEp6t81LJbS37w3f93oD6gqqAnjdgM7Use36qZSipHXBw== - /dts-critic/3.3.1: + /dts-critic/3.3.4: dependencies: - '@definitelytyped/header-parser': 0.0.54 + '@definitelytyped/header-parser': 0.0.64 command-exists: 1.2.9 rimraf: 3.0.2 semver: 6.3.0 @@ -10809,13 +11655,13 @@ packages: peerDependencies: typescript: '*' resolution: - integrity: sha512-iADERsIjx9g9GxZMBjyzjRCkROcSY1ub1sAcEBo8215qBQisxqxyC+kIcvrdsEu2EAEsWhBTAhAfBvb3PIf5Tg== - /dtslint/4.0.2: + integrity: sha512-OjLTrSBCFbi1tDAiOXcP7G20W3HI3eIzkpSpLwvH7oDFZYdqFCMe9lsNhMZFXqsNcSTpRg3+PBS4fF27+h1qew== + /dtslint/4.0.6: dependencies: - '@definitelytyped/header-parser': 0.0.54 - '@definitelytyped/typescript-versions': 0.0.54 - '@definitelytyped/utils': 0.0.54 - dts-critic: 3.3.1 + '@definitelytyped/header-parser': 0.0.64 + '@definitelytyped/typescript-versions': 0.0.64 + '@definitelytyped/utils': 0.0.64 + dts-critic: 3.3.4 fs-extra: 6.0.1 json-stable-stringify: 1.0.1 strip-json-comments: 2.0.1 @@ -10828,7 +11674,7 @@ packages: peerDependencies: typescript: '>= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev' resolution: - integrity: sha512-vWGZI+QSQ4AQAvJ3T0dnHf+fWqrmx4C0SR0h3Jubi5iBDA6Nsu2Ds+AjqxfiRl6py0yvEZU3T+MqNpKV07CI0A== + integrity: sha512-bj5EaTeAqVXDHo/ut8oTRN/hZNTVKTAsNkavyH/T7XeDU/bqrctlYJmQo2HWJzPDoNCjq6NdVgvOnmQBGmSHsg== /duplexer/0.1.2: dev: false resolution: @@ -10870,10 +11716,10 @@ packages: requiresBuild: true resolution: integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - /electron-to-chromium/1.3.570: + /electron-to-chromium/1.3.616: dev: false resolution: - integrity: sha512-Y6OCoVQgFQBP5py6A/06+yWxUZHDlNr/gNDGatjH8AZqXl8X0tE4LfjLJsXGz/JmWJz8a6K7bR1k+QzZ+k//fg== + integrity: sha512-CI8L38UN2BEnqXw3/oRIQTmde0LiSeqWSRlPA42ZTYgJQ8fYenzAM2Z3ni+jtILTcrs5aiXZCGJ96Pm+3/yGyQ== /elegant-spinner/1.0.1: dev: false engines: @@ -10898,12 +11744,12 @@ packages: dev: false resolution: integrity: sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== - /emittery/0.7.1: + /emittery/0.7.2: dev: false engines: node: '>=10' resolution: - integrity: sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ== + integrity: sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ== /emoji-regex/6.1.1: dev: false resolution: @@ -10916,10 +11762,10 @@ packages: dev: false resolution: integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - /emoji-regex/9.0.0: + /emoji-regex/9.2.0: dev: false resolution: - integrity: sha512-6p1NII1Vm62wni/VR/cUMauVQoxmLVb9csqQlvLz+hO2gk8U2UYDfXHQSUYIBKmZwAKz867IDqG7B+u0mj+M6w== + integrity: sha512-DNc3KFPK18bPdElMJnf/Pkv5TXhxFU3YFDEuGLDRtPmV4rkmCjBkCSEp22u6rBHdSN9Vlp/GK7k98prmE1Jgug== /emojis-list/2.1.0: dev: false engines: @@ -10936,23 +11782,23 @@ packages: dev: false resolution: integrity: sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg== - /emotion-theming/10.0.27_4d699cf7e8a2bf97a506a18e2a399a54: + /emotion-theming/10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf: dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35_react@16.13.1 + '@babel/runtime': 7.12.5 + '@emotion/core': 10.1.1_react@16.14.0 '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: '@emotion/core': ^10.0.27 react: '>=16.3.0' resolution: integrity: sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== - /emotion-theming/10.0.27_@emotion+core@10.0.35: + /emotion-theming/10.0.27_@emotion+core@10.1.1: dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35 + '@babel/runtime': 7.12.5 + '@emotion/core': 10.1.1 '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 dev: false @@ -11022,32 +11868,32 @@ packages: dev: false resolution: integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - /entities/2.0.3: + /entities/2.1.0: dev: false resolution: - integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== + integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== /env-ci/5.0.2: dependencies: - execa: 4.0.3 + execa: 4.1.0 java-properties: 1.0.2 dev: false engines: node: '>=10.13' resolution: integrity: sha512-Xc41mKvjouTXD3Oy9AqySz1IeyvJvHZ20Twf5ZLYbNpPPIuCnL/qHCmNlD01LoNy0JTunw9HPYVptD19Ac7Mbw== - /enzyme-adapter-react-16/1.15.4_df2dc313d8031f8c2dbd009d86ca7fc7: + /enzyme-adapter-react-16/1.15.5_4f82faf5e8cab057bc46d4d95079ec42: dependencies: enzyme: 3.11.0 - enzyme-adapter-utils: 1.13.1_react@16.13.1 + enzyme-adapter-utils: 1.13.1_react@16.14.0 enzyme-shallow-equal: 1.0.4 has: 1.0.3 - object.assign: 4.1.1 - object.values: 1.1.1 + object.assign: 4.1.2 + object.values: 1.1.2 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-is: 16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 + react-test-renderer: 16.14.0_react@16.14.0 semver: 5.7.1 dev: false peerDependencies: @@ -11055,18 +11901,18 @@ packages: react: ^16.0.0-0 react-dom: ^16.0.0-0 resolution: - integrity: sha512-wPzxs+JaGDK2TPYzl5a9YWGce6i2SQ3Cg51ScLeyj2WotUZ8Obcq1ke/U1Y2VGpYlb9rrX2yCjzSMgtKCeAt5w== - /enzyme-adapter-react-16/1.15.4_enzyme@3.11.0: + integrity: sha512-33yUJGT1nHFQlbVI5qdo5Pfqvu/h4qPwi1o0a6ZZsjpiqq92a3HjynDhwd1IeED+Su60HDWV8mxJqkTnLYdGkw== + /enzyme-adapter-react-16/1.15.5_enzyme@3.11.0: dependencies: enzyme: 3.11.0 enzyme-adapter-utils: 1.13.1 enzyme-shallow-equal: 1.0.4 has: 1.0.3 - object.assign: 4.1.1 - object.values: 1.1.1 + object.assign: 4.1.2 + object.values: 1.1.2 prop-types: 15.7.2 react-is: 16.13.1 - react-test-renderer: 16.13.1 + react-test-renderer: 16.14.0 semver: 5.7.1 dev: false peerDependencies: @@ -11074,13 +11920,13 @@ packages: react: ^16.0.0-0 react-dom: ^16.0.0-0 resolution: - integrity: sha512-wPzxs+JaGDK2TPYzl5a9YWGce6i2SQ3Cg51ScLeyj2WotUZ8Obcq1ke/U1Y2VGpYlb9rrX2yCjzSMgtKCeAt5w== + integrity: sha512-33yUJGT1nHFQlbVI5qdo5Pfqvu/h4qPwi1o0a6ZZsjpiqq92a3HjynDhwd1IeED+Su60HDWV8mxJqkTnLYdGkw== /enzyme-adapter-utils/1.13.1: dependencies: airbnb-prop-types: 2.16.0 - function.prototype.name: 1.1.2 - object.assign: 4.1.1 - object.fromentries: 2.0.2 + function.prototype.name: 1.1.3 + object.assign: 4.1.2 + object.fromentries: 2.0.3 prop-types: 15.7.2 semver: 5.7.1 dev: false @@ -11088,14 +11934,14 @@ packages: react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 resolution: integrity: sha512-5A9MXXgmh/Tkvee3bL/9RCAAgleHqFnsurTYCbymecO4ohvtNO5zqIhHxV370t7nJAwaCfkgtffarKpC0GPt0g== - /enzyme-adapter-utils/1.13.1_react@16.13.1: + /enzyme-adapter-utils/1.13.1_react@16.14.0: dependencies: - airbnb-prop-types: 2.16.0_react@16.13.1 - function.prototype.name: 1.1.2 - object.assign: 4.1.1 - object.fromentries: 2.0.2 + airbnb-prop-types: 2.16.0_react@16.14.0 + function.prototype.name: 1.1.3 + object.assign: 4.1.2 + object.fromentries: 2.0.3 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 semver: 5.7.1 dev: false peerDependencies: @@ -11105,34 +11951,34 @@ packages: /enzyme-shallow-equal/1.0.4: dependencies: has: 1.0.3 - object-is: 1.1.2 + object-is: 1.1.4 dev: false resolution: integrity: sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q== /enzyme/3.11.0: dependencies: - array.prototype.flat: 1.2.3 + array.prototype.flat: 1.2.4 cheerio: 1.0.0-rc.3 enzyme-shallow-equal: 1.0.4 - function.prototype.name: 1.1.2 + function.prototype.name: 1.1.3 has: 1.0.3 html-element-map: 1.2.0 is-boolean-object: 1.0.1 - is-callable: 1.2.1 + is-callable: 1.2.2 is-number-object: 1.0.4 is-regex: 1.1.1 is-string: 1.0.5 is-subset: 0.1.1 lodash.escape: 4.0.1 lodash.isequal: 4.5.0 - object-inspect: 1.8.0 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 - object.values: 1.1.1 + object-inspect: 1.9.0 + object-is: 1.1.4 + object.assign: 4.1.2 + object.entries: 1.1.3 + object.values: 1.1.2 raf: 3.4.1 rst-selector-parser: 2.2.3 - string.prototype.trim: 1.2.2 + string.prototype.trim: 1.2.3 dev: false resolution: integrity: sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw== @@ -11153,62 +11999,63 @@ packages: dev: false resolution: integrity: sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc= - /es-abstract/1.17.6: + /es-abstract/1.17.7: dependencies: es-to-primitive: 1.2.1 function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 - is-callable: 1.2.1 + is-callable: 1.2.2 is-regex: 1.1.1 - object-inspect: 1.8.0 + object-inspect: 1.9.0 object-keys: 1.1.1 - object.assign: 4.1.1 - string.prototype.trimend: 1.0.1 - string.prototype.trimstart: 1.0.1 + object.assign: 4.1.2 + string.prototype.trimend: 1.0.3 + string.prototype.trimstart: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== - /es-abstract/1.18.0-next.0: + integrity: sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== + /es-abstract/1.18.0-next.1: dependencies: es-to-primitive: 1.2.1 function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 - is-callable: 1.2.1 - is-negative-zero: 2.0.0 + is-callable: 1.2.2 + is-negative-zero: 2.0.1 is-regex: 1.1.1 - object-inspect: 1.8.0 + object-inspect: 1.9.0 object-keys: 1.1.1 - object.assign: 4.1.1 - string.prototype.trimend: 1.0.1 - string.prototype.trimstart: 1.0.1 + object.assign: 4.1.2 + string.prototype.trimend: 1.0.3 + string.prototype.trimstart: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ== + integrity: sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA== /es-array-method-boxes-properly/1.0.0: dev: false resolution: integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== - /es-get-iterator/1.1.0: + /es-get-iterator/1.1.1: dependencies: - es-abstract: 1.17.6 + call-bind: 1.0.0 + get-intrinsic: 1.0.1 has-symbols: 1.0.1 - is-arguments: 1.0.4 + is-arguments: 1.1.0 is-map: 2.0.1 is-set: 2.0.1 is-string: 1.0.5 isarray: 2.0.5 dev: false resolution: - integrity: sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ== + integrity: sha512-qorBw8Y7B15DVLaJWy6WdEV/ZkieBcu6QCq/xzWzGOKJqgG1j754vXRfZ3NY7HSShneqU43mPB4OkQBTkvHhFw== /es-to-primitive/1.2.1: dependencies: - is-callable: 1.2.1 + is-callable: 1.2.2 is-date-object: 1.0.2 is-symbol: 1.0.3 dev: false @@ -11277,10 +12124,10 @@ packages: dev: false resolution: integrity: sha1-0rPsXU2ADO2BjbU40ol02wpzzLE= - /es6-shim/0.35.5: + /es6-shim/0.35.6: dev: false resolution: - integrity: sha512-E9kK/bjtCQRpN1K28Xh4BlmP8egvZBGJJ+9GtnzOwt7mdqtrjHFuVGr7QJfdjBIKqrlU5duPf3pCBoDrkjVYFg== + integrity: sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA== /es6-symbol/3.1.1: dependencies: d: 1.0.1 @@ -11304,12 +12151,6 @@ packages: dev: false resolution: integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA== - /escalade/3.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig== /escalade/3.1.1: dev: false engines: @@ -11357,10 +12198,10 @@ packages: node: '>=0.4.0' resolution: integrity: sha1-4Bl16BJ4GhY6ba392AOY3GTIicM= - /eslint-config-airbnb-base/12.1.0_a23e9cb88172ef6c39085fbe138ce99f: + /eslint-config-airbnb-base/12.1.0_c2549aceee28bdf419989286893e24d7: dependencies: eslint: 4.19.1 - eslint-plugin-import: 2.22.0_eslint@4.19.1 + eslint-plugin-import: 2.22.1_eslint@4.19.1 eslint-restricted-globals: 0.1.1 dev: false engines: @@ -11370,13 +12211,13 @@ packages: eslint-plugin-import: ^2.7.0 resolution: integrity: sha512-/vjm0Px5ZCpmJqnjIzcFb9TKZrKWz0gnuG/7Gfkt0Db1ELJR51xkZth+t14rYdqWgX836XbuxtArbIHlVhbLBA== - /eslint-config-airbnb/16.1.0_c955b468eed6a6753f2db84f19f6a947: + /eslint-config-airbnb/16.1.0_b555d7939719b21355ebd66f1b29f233: dependencies: eslint: 4.19.1 - eslint-config-airbnb-base: 12.1.0_a23e9cb88172ef6c39085fbe138ce99f - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-plugin-jsx-a11y: 6.3.1_eslint@4.19.1 - eslint-plugin-react: 7.20.6_eslint@4.19.1 + eslint-config-airbnb-base: 12.1.0_c2549aceee28bdf419989286893e24d7 + eslint-plugin-import: 2.22.1_eslint@4.19.1 + eslint-plugin-jsx-a11y: 6.4.1_eslint@4.19.1 + eslint-plugin-react: 7.21.5_eslint@4.19.1 dev: false engines: node: '>= 4' @@ -11397,7 +12238,7 @@ packages: eslint: '>=3.14.1' resolution: integrity: sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA== - /eslint-config-prettier/6.11.0: + /eslint-config-prettier/6.15.0: dependencies: get-stdin: 6.0.0 dev: false @@ -11405,32 +12246,32 @@ packages: peerDependencies: eslint: '>=3.14.1' resolution: - integrity: sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA== - /eslint-config-prettier/6.11.0_eslint@7.9.0: + integrity: sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== + /eslint-config-prettier/6.15.0_eslint@7.15.0: dependencies: - eslint: 7.9.0 + eslint: 7.15.0 get-stdin: 6.0.0 dev: false hasBin: true peerDependencies: eslint: '>=3.14.1' resolution: - integrity: sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA== + integrity: sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== /eslint-import-resolver-node/0.3.4: dependencies: debug: 2.6.9 - resolve: 1.17.0 + resolve: 1.19.0 dev: false resolution: integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== - /eslint-import-resolver-typescript/2.3.0_abdf0c9d977be3d37bd469dd74184e57: + /eslint-import-resolver-typescript/2.3.0_00d09b02c6185f3347dd86516a55f6ae: dependencies: - debug: 4.1.1 - eslint: 7.9.0 - eslint-plugin-import: 2.22.0_eslint@7.9.0 + debug: 4.3.1 + eslint: 7.15.0 + eslint-plugin-import: 2.22.1_eslint@7.15.0 glob: 7.1.6 is-glob: 4.0.1 - resolve: 1.17.0 + resolve: 1.19.0 tsconfig-paths: 3.9.0 dev: false engines: @@ -11440,13 +12281,13 @@ packages: eslint-plugin-import: '*' resolution: integrity: sha512-MHSXvmj5e0SGOOBhBbt7C+fWj1bJbtSYFAD85Xeg8nvUtuooTod2HQb8bfhE9f5QyyNxEfgzqOYFCvmdDIcCuw== - /eslint-import-resolver-typescript/2.3.0_eslint-plugin-import@2.22.0: + /eslint-import-resolver-typescript/2.3.0_eslint-plugin-import@2.22.1: dependencies: - debug: 4.1.1 - eslint-plugin-import: 2.22.0 + debug: 4.3.1 + eslint-plugin-import: 2.22.1 glob: 7.1.6 is-glob: 4.0.1 - resolve: 1.17.0 + resolve: 1.19.0 tsconfig-paths: 3.9.0 dev: false engines: @@ -11465,10 +12306,10 @@ packages: node: '>=4' resolution: integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== - /eslint-plugin-import/2.22.0: + /eslint-plugin-import/2.22.1: dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 + array-includes: 3.1.2 + array.prototype.flat: 1.2.4 contains-path: 0.1.0 debug: 2.6.9 doctrine: 1.5.0 @@ -11476,9 +12317,9 @@ packages: eslint-module-utils: 2.6.0 has: 1.0.3 minimatch: 3.0.4 - object.values: 1.1.1 + object.values: 1.1.2 read-pkg-up: 2.0.0 - resolve: 1.17.0 + resolve: 1.19.0 tsconfig-paths: 3.9.0 dev: false engines: @@ -11486,11 +12327,11 @@ packages: peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 resolution: - integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== - /eslint-plugin-import/2.22.0_eslint@4.19.1: + integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== + /eslint-plugin-import/2.22.1_eslint@4.19.1: dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 + array-includes: 3.1.2 + array.prototype.flat: 1.2.4 contains-path: 0.1.0 debug: 2.6.9 doctrine: 1.5.0 @@ -11499,9 +12340,9 @@ packages: eslint-module-utils: 2.6.0 has: 1.0.3 minimatch: 3.0.4 - object.values: 1.1.1 + object.values: 1.1.2 read-pkg-up: 2.0.0 - resolve: 1.17.0 + resolve: 1.19.0 tsconfig-paths: 3.9.0 dev: false engines: @@ -11509,22 +12350,22 @@ packages: peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 resolution: - integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== - /eslint-plugin-import/2.22.0_eslint@7.9.0: + integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== + /eslint-plugin-import/2.22.1_eslint@7.15.0: dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 + array-includes: 3.1.2 + array.prototype.flat: 1.2.4 contains-path: 0.1.0 debug: 2.6.9 doctrine: 1.5.0 - eslint: 7.9.0 + eslint: 7.15.0 eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.0 has: 1.0.3 minimatch: 3.0.4 - object.values: 1.1.1 + object.values: 1.1.2 read-pkg-up: 2.0.0 - resolve: 1.17.0 + resolve: 1.19.0 tsconfig-paths: 3.9.0 dev: false engines: @@ -11532,21 +12373,21 @@ packages: peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 resolution: - integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== - /eslint-plugin-jest/24.0.1: + integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== + /eslint-plugin-jest/24.1.3: dependencies: - '@typescript-eslint/experimental-utils': 4.1.1 + '@typescript-eslint/experimental-utils': 4.9.0 dev: false engines: node: '>=10' peerDependencies: eslint: '>=5' resolution: - integrity: sha512-8tYFDqOHGr7vVfdVYspmlV4sRBTylrM4gSLgkGKlO6F+djDOEJ+tEU7I50smUs7AIvFnNZutXUQAMgI9s9N6xQ== - /eslint-plugin-jest/24.0.1_eslint@7.9.0+typescript@4.0.2: + integrity: sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg== + /eslint-plugin-jest/24.1.3_eslint@7.15.0+typescript@4.1.2: dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0+typescript@4.0.2 - eslint: 7.9.0 + '@typescript-eslint/experimental-utils': 4.9.0_eslint@7.15.0+typescript@4.1.2 + eslint: 7.15.0 dev: false engines: node: '>=10' @@ -11554,19 +12395,19 @@ packages: eslint: '>=5' typescript: '*' resolution: - integrity: sha512-8tYFDqOHGr7vVfdVYspmlV4sRBTylrM4gSLgkGKlO6F+djDOEJ+tEU7I50smUs7AIvFnNZutXUQAMgI9s9N6xQ== - /eslint-plugin-jsx-a11y/6.3.1: + integrity: sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg== + /eslint-plugin-jsx-a11y/6.4.1: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 aria-query: 4.2.2 - array-includes: 3.1.1 + array-includes: 3.1.2 ast-types-flow: 0.0.7 - axe-core: 3.5.5 + axe-core: 4.1.1 axobject-query: 2.2.0 damerau-levenshtein: 1.0.6 - emoji-regex: 9.0.0 + emoji-regex: 9.2.0 has: 1.0.3 - jsx-ast-utils: 2.4.1 + jsx-ast-utils: 3.1.0 language-tags: 1.0.5 dev: false engines: @@ -11574,20 +12415,20 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: - integrity: sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g== - /eslint-plugin-jsx-a11y/6.3.1_eslint@4.19.1: + integrity: sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg== + /eslint-plugin-jsx-a11y/6.4.1_eslint@4.19.1: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 aria-query: 4.2.2 - array-includes: 3.1.1 + array-includes: 3.1.2 ast-types-flow: 0.0.7 - axe-core: 3.5.5 + axe-core: 4.1.1 axobject-query: 2.2.0 damerau-levenshtein: 1.0.6 - emoji-regex: 9.0.0 + emoji-regex: 9.2.0 eslint: 4.19.1 has: 1.0.3 - jsx-ast-utils: 2.4.1 + jsx-ast-utils: 3.1.0 language-tags: 1.0.5 dev: false engines: @@ -11595,20 +12436,20 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: - integrity: sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g== - /eslint-plugin-jsx-a11y/6.3.1_eslint@7.9.0: + integrity: sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg== + /eslint-plugin-jsx-a11y/6.4.1_eslint@7.15.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 aria-query: 4.2.2 - array-includes: 3.1.1 + array-includes: 3.1.2 ast-types-flow: 0.0.7 - axe-core: 3.5.5 + axe-core: 4.1.1 axobject-query: 2.2.0 damerau-levenshtein: 1.0.6 - emoji-regex: 9.0.0 - eslint: 7.9.0 + emoji-regex: 9.2.0 + eslint: 7.15.0 has: 1.0.3 - jsx-ast-utils: 2.4.1 + jsx-ast-utils: 3.1.0 language-tags: 1.0.5 dev: false engines: @@ -11616,7 +12457,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: - integrity: sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g== + integrity: sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg== /eslint-plugin-progress/0.0.1: dev: false resolution: @@ -11627,37 +12468,37 @@ packages: node: '>=6' resolution: integrity: sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw== - /eslint-plugin-react-hooks/4.1.2: + /eslint-plugin-react-hooks/4.2.0: dev: false engines: node: '>=10' peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 resolution: - integrity: sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== - /eslint-plugin-react-hooks/4.1.2_eslint@7.9.0: + integrity: sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== + /eslint-plugin-react-hooks/4.2.0_eslint@7.15.0: dependencies: - eslint: 7.9.0 + eslint: 7.15.0 dev: false engines: node: '>=10' peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 resolution: - integrity: sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== + integrity: sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== /eslint-plugin-react/7.20.6: dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 + array-includes: 3.1.2 + array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 has: 1.0.3 jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 + object.entries: 1.1.3 + object.fromentries: 2.0.3 + object.values: 1.1.2 prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.2 + resolve: 1.19.0 + string.prototype.matchall: 4.0.3 dev: false engines: node: '>=4' @@ -11665,20 +12506,20 @@ packages: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - /eslint-plugin-react/7.20.6_eslint@4.19.1: + /eslint-plugin-react/7.20.6_eslint@7.15.0: dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 + array-includes: 3.1.2 + array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 - eslint: 4.19.1 + eslint: 7.15.0 has: 1.0.3 jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 + object.entries: 1.1.3 + object.fromentries: 2.0.3 + object.values: 1.1.2 prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.2 + resolve: 1.19.0 + string.prototype.matchall: 4.0.3 dev: false engines: node: '>=4' @@ -11686,33 +12527,68 @@ packages: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - /eslint-plugin-react/7.20.6_eslint@7.9.0: + /eslint-plugin-react/7.21.5: dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 + array-includes: 3.1.2 + array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 - eslint: 7.9.0 has: 1.0.3 - jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 + jsx-ast-utils: 3.1.0 + object.entries: 1.1.3 + object.fromentries: 2.0.3 + object.values: 1.1.2 prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.2 + resolve: 1.19.0 + string.prototype.matchall: 4.0.3 dev: false engines: node: '>=4' peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: - integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - /eslint-plugin-security/1.4.0: + integrity: sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g== + /eslint-plugin-react/7.21.5_eslint@4.19.1: dependencies: - safe-regex: 1.1.0 + array-includes: 3.1.2 + array.prototype.flatmap: 1.2.4 + doctrine: 2.1.0 + eslint: 4.19.1 + has: 1.0.3 + jsx-ast-utils: 3.1.0 + object.entries: 1.1.3 + object.fromentries: 2.0.3 + object.values: 1.1.2 + prop-types: 15.7.2 + resolve: 1.19.0 + string.prototype.matchall: 4.0.3 + dev: false + engines: + node: '>=4' + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 + resolution: + integrity: sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g== + /eslint-plugin-react/7.21.5_eslint@7.15.0: + dependencies: + array-includes: 3.1.2 + array.prototype.flatmap: 1.2.4 + doctrine: 2.1.0 + eslint: 7.15.0 + has: 1.0.3 + jsx-ast-utils: 3.1.0 + object.entries: 1.1.3 + object.fromentries: 2.0.3 + object.values: 1.1.2 + prop-types: 15.7.2 + resolve: 1.19.0 + string.prototype.matchall: 4.0.3 dev: false + engines: + node: '>=4' + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: - integrity: sha512-xlS7P2PLMXeqfhyf3NpqbvbnW04kN8M9NtmhpR3XGyOvt/vNKS7XPXT5EDbwKW9vCjWH4PpfQvgD/+JgN0VJKA== + integrity: sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g== /eslint-plugin-sonarjs/0.5.0: dev: false engines: @@ -11721,9 +12597,9 @@ packages: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 resolution: integrity: sha512-XW5MnzlRjhXpIdbULC/qAdJYHWw3rRLws/DyawdlPU/IdVr9AmRK1r2LaCvabwKOAW2XYYSo3kDX58E4MrB7PQ== - /eslint-plugin-sonarjs/0.5.0_eslint@7.9.0: + /eslint-plugin-sonarjs/0.5.0_eslint@7.15.0: dependencies: - eslint: 7.9.0 + eslint: 7.15.0 dev: false engines: node: '>=6' @@ -11731,13 +12607,13 @@ packages: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 resolution: integrity: sha512-XW5MnzlRjhXpIdbULC/qAdJYHWw3rRLws/DyawdlPU/IdVr9AmRK1r2LaCvabwKOAW2XYYSo3kDX58E4MrB7PQ== - /eslint-plugin-tsdoc/0.2.7: + /eslint-plugin-tsdoc/0.2.10: dependencies: - '@microsoft/tsdoc': 0.12.21 - '@microsoft/tsdoc-config': 0.13.6 + '@microsoft/tsdoc': 0.12.24 + '@microsoft/tsdoc-config': 0.13.9 dev: false resolution: - integrity: sha512-GAbNpwNfwnolagP6mCQT8wY4usifnAE/iuCz15L3BcEca0xAidctU61h7w40mOuNiSp78DYPUl5gwN89nJ8+8Q== + integrity: sha512-LDK6K0tQ7tIyVzyktwX7P9V/aZZOMSIGYRnDP3x6+obITkVyrCrkc5yUhBiUjTc/S9gEy5GpjwD02wgcMPBFbA== /eslint-restricted-globals/0.1.1: dev: false resolution: @@ -11805,7 +12681,7 @@ packages: chalk: 2.4.2 concat-stream: 1.6.2 cross-spawn: 5.1.0 - debug: 3.2.6 + debug: 3.2.7 doctrine: 2.1.0 eslint-scope: 3.7.3 eslint-visitor-keys: 1.3.0 @@ -11829,88 +12705,43 @@ packages: natural-compare: 1.4.0 optionator: 0.8.3 path-is-inside: 1.0.2 - pluralize: 7.0.0 - progress: 2.0.3 - regexpp: 1.1.0 - require-uncached: 1.0.3 - semver: 5.7.1 - strip-ansi: 4.0.0 - strip-json-comments: 2.0.1 - table: 4.0.2 - text-table: 0.2.0 - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ== - /eslint/7.11.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@eslint/eslintrc': 0.1.3 - ajv: 6.12.5 - chalk: 4.1.0 - cross-spawn: 7.0.3 - debug: 4.1.1 - doctrine: 3.0.0 - enquirer: 2.3.6 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - eslint-visitor-keys: 2.0.0 - espree: 7.3.0 - esquery: 1.3.1 - esutils: 2.0.3 - file-entry-cache: 5.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 5.1.1 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.2.1 - imurmurhash: 0.1.4 - is-glob: 4.0.1 - js-yaml: 3.14.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash: 4.17.20 - minimatch: 3.0.4 - natural-compare: 1.4.0 - optionator: 0.9.1 + pluralize: 7.0.0 progress: 2.0.3 - regexpp: 3.1.0 - semver: 7.3.2 - strip-ansi: 6.0.0 - strip-json-comments: 3.1.1 - table: 5.4.6 + regexpp: 1.1.0 + require-uncached: 1.0.3 + semver: 5.7.1 + strip-ansi: 4.0.0 + strip-json-comments: 2.0.1 + table: 4.0.2 text-table: 0.2.0 - v8-compile-cache: 2.1.1 dev: false engines: - node: ^10.12.0 || >=12.0.0 + node: '>=4' hasBin: true resolution: - integrity: sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw== - /eslint/7.9.0: + integrity: sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ== + /eslint/7.15.0: dependencies: '@babel/code-frame': 7.10.4 - '@eslint/eslintrc': 0.1.3 - ajv: 6.12.5 + '@eslint/eslintrc': 0.2.2 + ajv: 6.12.6 chalk: 4.1.0 cross-spawn: 7.0.3 - debug: 4.1.1 + debug: 4.3.1 doctrine: 3.0.0 enquirer: 2.3.6 eslint-scope: 5.1.1 eslint-utils: 2.1.0 - eslint-visitor-keys: 1.3.0 - espree: 7.3.0 + eslint-visitor-keys: 2.0.0 + espree: 7.3.1 esquery: 1.3.1 esutils: 2.0.3 - file-entry-cache: 5.0.1 + file-entry-cache: 6.0.0 functional-red-black-tree: 1.0.1 glob-parent: 5.1.1 globals: 12.4.0 ignore: 4.0.6 - import-fresh: 3.2.1 + import-fresh: 3.2.2 imurmurhash: 0.1.4 is-glob: 4.0.1 js-yaml: 3.14.0 @@ -11922,18 +12753,18 @@ packages: optionator: 0.9.1 progress: 2.0.3 regexpp: 3.1.0 - semver: 7.3.2 + semver: 7.3.4 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 table: 5.4.6 text-table: 0.2.0 - v8-compile-cache: 2.1.1 + v8-compile-cache: 2.2.0 dev: false engines: node: ^10.12.0 || >=12.0.0 hasBin: true resolution: - integrity: sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA== + integrity: sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA== /esm/3.2.25: dev: false engines: @@ -11949,16 +12780,16 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A== - /espree/7.3.0: + /espree/7.3.1: dependencies: - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 + acorn: 7.4.1 + acorn-jsx: 5.3.1_acorn@7.4.1 eslint-visitor-keys: 1.3.0 dev: false engines: node: ^10.12.0 || >=12.0.0 resolution: - integrity: sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw== + integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== /esprima/2.7.3: dev: false engines: @@ -12081,24 +12912,7 @@ packages: node: '>=6' resolution: integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - /execa/3.4.0: - dependencies: - cross-spawn: 7.0.3 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.0 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - p-finally: 2.0.1 - signal-exit: 3.0.3 - strip-final-newline: 2.0.0 - dev: false - engines: - node: ^8.12.0 || >=9.7.0 - resolution: - integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== - /execa/4.0.3: + /execa/4.1.0: dependencies: cross-spawn: 7.0.3 get-stream: 5.2.0 @@ -12113,7 +12927,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== + integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== /exit/0.1.2: dev: false engines: @@ -12158,32 +12972,19 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - /expect/25.5.0: - dependencies: - '@jest/types': 25.5.0 - ansi-styles: 4.2.1 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-regex-util: 25.2.6 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA== - /expect/26.4.2: + /expect/26.6.2: dependencies: - '@jest/types': 26.3.0 - ansi-styles: 4.2.1 + '@jest/types': 26.6.2 + ansi-styles: 4.3.0 jest-get-type: 26.3.0 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 + jest-matcher-utils: 26.6.2 + jest-message-util: 26.6.2 jest-regex-util: 26.0.0 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-IlJ3X52Z0lDHm7gjEp+m76uX46ldH5VpqmU0006vqDju/285twh7zaWMRhs67VpQhBwjjMchk+p5aA0VkERCAA== + integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA== /express/4.17.1: dependencies: accepts: 1.3.7 @@ -12403,12 +13204,12 @@ packages: dev: false resolution: integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - /fastq/1.8.0: + /fastq/1.9.0: dependencies: reusify: 1.0.4 dev: false resolution: - integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== + integrity: sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w== /fault/1.0.4: dependencies: format: 0.2.2 @@ -12479,14 +13280,14 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E= - /file-entry-cache/5.0.1: + /file-entry-cache/6.0.0: dependencies: - flat-cache: 2.0.1 + flat-cache: 3.0.4 dev: false engines: - node: '>=4' + node: ^10.12.0 || >=12.0.0 resolution: - integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== + integrity: sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA== /file-loader/0.10.1: dependencies: loader-utils: 1.4.0 @@ -12709,30 +13510,29 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg== - /flat-cache/2.0.1: + /flat-cache/3.0.4: dependencies: - flatted: 2.0.2 - rimraf: 2.6.3 - write: 1.0.3 + flatted: 3.1.0 + rimraf: 3.0.2 dev: false engines: - node: '>=4' + node: ^10.12.0 || >=12.0.0 resolution: - integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== - /flatted/2.0.2: + integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== + /flatted/3.1.0: dev: false resolution: - integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== + integrity: sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA== /flatten/1.0.3: dev: false resolution: integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== - /flow-parser/0.134.0: + /flow-parser/0.138.0: dev: false engines: node: '>=0.4.0' resolution: - integrity: sha512-VmRba5YXKmVqIH3xNzUJ4pNobxXEOl6h36m+0f5dZ6/av9YlRpls/yBnPESQ4qBUbyyp7iqoc1Feo1lFw3u1YQ== + integrity: sha512-LFnTyjrv39UvCWl8NOcpByr/amj8a5k5z7isO2wv4T43nNrUnHQwX3rarTz9zcpHXkDAQv6X4MfQ4ZzJUptpbw== /flush-write-stream/1.1.1: dependencies: inherits: 2.0.4 @@ -12740,10 +13540,14 @@ packages: dev: false resolution: integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - /focus-lock/0.7.0: + /focus-lock/0.8.1: + dependencies: + tslib: 1.14.1 dev: false + engines: + node: '>=10' resolution: - integrity: sha512-LI7v2mH02R55SekHYdv9pRHR9RajVNyIJ2N5IEkWbg7FT5ZmJ9Hw4mWxHeEUcd+dJo0QmzztHvDvWcc7prVFsw== + integrity: sha512-/LFZOIo82WDsyyv7h7oc0MJF9ACOvDRdx9rWPZ2pgMfNWu/z8hQDBtOchuB/0BVLmuFOZjV02YwUVzNsWx/EzA== /follow-redirects/1.5.10: dependencies: debug: 3.1.0 @@ -12804,7 +13608,7 @@ packages: dependencies: babel-code-frame: 6.26.0 chalk: 2.4.2 - chokidar: 3.4.2 + chokidar: 3.4.3 micromatch: 3.1.10 minimatch: 3.0.4 semver: 5.7.1 @@ -12877,6 +13681,21 @@ packages: dev: false resolution: integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + /frontend-collective-react-dnd-scrollzone/1.0.2_react-dnd@11.1.3: + dependencies: + hoist-non-react-statics: 3.3.2 + lodash.throttle: 4.1.1 + prop-types: 15.7.2 + raf: 3.4.1 + react: 16.14.0 + react-display-name: 0.2.5 + react-dnd: 11.1.3 + react-dom: 16.14.0_react@16.14.0 + dev: false + peerDependencies: + react-dnd: ^7.3.0 + resolution: + integrity: sha512-me/D9PZJq9j/sjEjs/OPmm6V6nbaHbhgeQiwrWu0t35lhwAOKWc+QBzzKKcZQeboYTkgE8UvCD9el+5ANp+g5Q== /fs-constants/1.0.0: dev: false resolution: @@ -12931,7 +13750,7 @@ packages: dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.4 - jsonfile: 6.0.1 + jsonfile: 6.1.0 universalify: 1.0.0 dev: false engines: @@ -12966,7 +13785,7 @@ packages: /fsevents/1.2.13: dependencies: bindings: 1.5.0 - nan: 2.14.1 + nan: 2.14.2 deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. dev: false engines: @@ -12986,6 +13805,15 @@ packages: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + /fsevents/2.2.1: + dev: false + engines: + node: ^8.16.0 || ^10.6.0 || >=11.0.0 + optional: true + os: + - darwin + resolution: + integrity: sha512-bTLYHSeC0UH/EFXS9KqWnXuOl/wHK5Z/d+ghd5AsFMYN7wIGkUCOJyzy88+wJKkZPGON8u4Z9f6U4FdgURE9qA== /fstream/1.0.12: dependencies: graceful-fs: 4.2.4 @@ -13001,16 +13829,17 @@ packages: dev: false resolution: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - /function.prototype.name/1.1.2: + /function.prototype.name/1.1.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 functions-have-names: 1.2.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg== + integrity: sha512-H51qkbNSp8mtkJt+nyW1gyStBiKZxfRqySNUR99ylq6BPXHKI4SEvIlTKp4odLfjRKJV04DFWMU3G/YRlQOsag== /functional-red-black-tree/1.0.1: dev: false resolution: @@ -13052,12 +13881,12 @@ packages: dev: false resolution: integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - /gensync/1.0.0-beta.1: + /gensync/1.0.0-beta.2: dev: false engines: node: '>=6.9.0' resolution: - integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== /get-caller-file/1.0.3: dev: false resolution: @@ -13103,6 +13932,14 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-R8C07piTUWQsVJdxk79Pyqv1N48= + /get-intrinsic/1.0.1: + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.1 + dev: false + resolution: + integrity: sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg== /get-nonce/1.0.1: dev: false engines: @@ -13780,7 +14617,7 @@ packages: integrity: sha1-M0gdDxu/9gDdID11gSpqX7oALio= /har-validator/5.1.5: dependencies: - ajv: 6.12.5 + ajv: 6.12.6 har-schema: 2.0.0 deprecated: this library is no longer supported dev: false @@ -13942,37 +14779,37 @@ packages: dev: false resolution: integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - /hast-to-hyperscript/9.0.0: + /hast-to-hyperscript/9.0.1: dependencies: '@types/unist': 2.0.3 comma-separated-tokens: 1.0.8 - property-information: 5.5.0 + property-information: 5.6.0 space-separated-tokens: 1.1.5 style-to-object: 0.3.0 - unist-util-is: 4.0.2 + unist-util-is: 4.0.4 web-namespaces: 1.1.4 dev: false resolution: - integrity: sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg== - /hast-util-from-parse5/6.0.0: + integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA== + /hast-util-from-parse5/6.0.1: dependencies: '@types/parse5': 5.0.3 - ccount: 1.0.5 - hastscript: 5.1.2 - property-information: 5.5.0 + hastscript: 6.0.0 + property-information: 5.6.0 vfile: 4.2.0 + vfile-location: 3.2.0 web-namespaces: 1.1.4 dev: false resolution: - integrity: sha512-3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q== - /hast-util-parse-selector/2.2.4: + integrity: sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA== + /hast-util-parse-selector/2.2.5: dev: false resolution: - integrity: sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA== + integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ== /hast-util-raw/6.0.1: dependencies: '@types/hast': 2.3.1 - hast-util-from-parse5: 6.0.0 + hast-util-from-parse5: 6.0.1 hast-util-to-parse5: 6.0.0 html-void-elements: 1.0.5 parse5: 6.0.1 @@ -13986,8 +14823,8 @@ packages: integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig== /hast-util-to-parse5/6.0.0: dependencies: - hast-to-hyperscript: 9.0.0 - property-information: 5.5.0 + hast-to-hyperscript: 9.0.1 + property-information: 5.6.0 web-namespaces: 1.1.4 xtend: 4.0.2 zwitch: 1.0.5 @@ -13997,12 +14834,22 @@ packages: /hastscript/5.1.2: dependencies: comma-separated-tokens: 1.0.8 - hast-util-parse-selector: 2.2.4 - property-information: 5.5.0 + hast-util-parse-selector: 2.2.5 + property-information: 5.6.0 space-separated-tokens: 1.1.5 dev: false resolution: integrity: sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ== + /hastscript/6.0.0: + dependencies: + '@types/hast': 2.3.1 + comma-separated-tokens: 1.0.8 + hast-util-parse-selector: 2.2.5 + property-information: 5.6.0 + space-separated-tokens: 1.1.5 + dev: false + resolution: + integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w== /hawk/3.1.3: dependencies: boom: 2.10.1 @@ -14039,16 +14886,18 @@ packages: resolution: integrity: sha1-UyJ1aXy5gj4FJCmxhMZ4HUbP30k= /highlight.js/8.9.1: + deprecated: Version no longer supported. Upgrade to @latest dev: false resolution: integrity: sha1-uKnFSTISqTkvAiK2SclhFJfr+4g= /highlight.js/9.13.1: + deprecated: Version no longer supported. Upgrade to @latest dev: false resolution: integrity: sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A== /history/4.10.1: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.1.0 @@ -14130,12 +14979,6 @@ packages: dev: false resolution: integrity: sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw== - /html-encoding-sniffer/1.0.2: - dependencies: - whatwg-encoding: 1.0.5 - dev: false - resolution: - integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw== /html-encoding-sniffer/2.0.1: dependencies: whatwg-encoding: 1.0.5 @@ -14154,11 +14997,11 @@ packages: integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== /html-minifier-terser/5.1.1: dependencies: - camel-case: 4.1.1 + camel-case: 4.1.2 clean-css: 4.2.3 commander: 4.1.1 he: 1.2.0 - param-case: 3.0.3 + param-case: 3.0.4 relateurl: 0.2.7 terser: 4.8.0 dev: false @@ -14177,15 +15020,15 @@ packages: dev: false resolution: integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== - /html-webpack-plugin/4.4.1_webpack@4.44.2: + /html-webpack-plugin/4.5.0_webpack@4.44.2: dependencies: - '@types/html-minifier-terser': 5.1.0 + '@types/html-minifier-terser': 5.1.1 '@types/tapable': 1.0.6 - '@types/webpack': 4.41.22 + '@types/webpack': 4.41.25 html-minifier-terser: 5.1.1 loader-utils: 1.4.0 lodash: 4.17.20 - pretty-error: 2.1.1 + pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 webpack: 4.44.2_webpack@4.44.2 @@ -14193,9 +15036,9 @@ packages: engines: node: '>=6.9' peerDependencies: - webpack: '>=4.0.0 < 6.0.0' + webpack: ^4.0.0 || ^5.0.0 resolution: - integrity: sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ== + integrity: sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw== /html5shiv/3.7.3: dev: false resolution: @@ -14223,10 +15066,10 @@ packages: integrity: sha1-mWwosZFRaovoZQGn15dX5ccMEGg= /htmlparser2/4.1.0: dependencies: - domelementtype: 2.0.2 + domelementtype: 2.1.0 domhandler: 3.0.0 domutils: 2.1.0 - entities: 2.0.3 + entities: 2.1.0 dev: false resolution: integrity: sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q== @@ -14324,7 +15167,7 @@ packages: /https-proxy-agent/2.2.4: dependencies: agent-base: 4.3.0 - debug: 3.2.6 + debug: 3.2.7 dev: false engines: node: '>= 4.5.0' @@ -14340,6 +15183,10 @@ packages: dev: false resolution: integrity: sha1-EcCvakcWQ2M1iFiASPF5lUFInBg= + /hyphenate-style-name/1.0.4: + dev: false + resolution: + integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ== /iconv-lite/0.4.24: dependencies: safer-buffer: 2.1.2 @@ -14362,16 +15209,16 @@ packages: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= /icss-utils/4.1.1: dependencies: - postcss: 7.0.29 + postcss: 7.0.35 dev: false engines: node: '>= 6' resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== - /ieee754/1.1.13: + /ieee754/1.2.1: dev: false resolution: - integrity: sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== + integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== /iferr/0.1.5: dev: false resolution: @@ -14430,7 +15277,7 @@ packages: node: '>=4' resolution: integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - /import-fresh/3.2.1: + /import-fresh/3.2.2: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 @@ -14438,7 +15285,7 @@ packages: engines: node: '>=6' resolution: - integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== + integrity: sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== /import-from/2.1.0: dependencies: resolve-from: 3.0.0 @@ -14640,7 +15487,7 @@ packages: integrity: sha1-rp+/k7mEh4eF1QqN4bNWlWBYz1w= /internal-slot/1.0.2: dependencies: - es-abstract: 1.17.6 + es-abstract: 1.17.7 has: 1.0.3 side-channel: 1.0.3 dev: false @@ -14745,12 +15592,14 @@ packages: dev: false resolution: integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== - /is-arguments/1.0.4: + /is-arguments/1.1.0: + dependencies: + call-bind: 1.0.0 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== + integrity: sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg== /is-arrayish/0.2.1: dev: false resolution: @@ -14792,18 +15641,18 @@ packages: dev: false resolution: integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - /is-buffer/2.0.4: + /is-buffer/2.0.5: dev: false engines: node: '>=4' resolution: - integrity: sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== - /is-callable/1.2.1: + integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== + /is-callable/1.2.2: dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg== + integrity: sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== /is-ci/1.2.1: dependencies: ci-info: 1.6.0 @@ -14829,6 +15678,12 @@ packages: dev: false resolution: integrity: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= + /is-core-module/2.2.0: + dependencies: + has: 1.0.3 + dev: false + resolution: + integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== /is-data-descriptor/0.1.4: dependencies: kind-of: 3.2.2 @@ -14890,7 +15745,7 @@ packages: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-dom/1.1.0: dependencies: - is-object: 1.0.1 + is-object: 1.0.2 is-window: 1.0.2 dev: false resolution: @@ -14915,7 +15770,7 @@ packages: integrity: sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= /is-expression/4.0.0: dependencies: - acorn: 7.4.0 + acorn: 7.4.1 object-assign: 4.1.1 dev: false resolution: @@ -15035,12 +15890,12 @@ packages: dev: false resolution: integrity: sha1-O1+JvcSlFf9O0lcU/8ZBKaJVmbc= - /is-negative-zero/2.0.0: + /is-negative-zero/2.0.1: dev: false engines: node: '>= 0.4' resolution: - integrity: sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE= + integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== /is-npm/1.0.0: dev: false engines: @@ -15093,10 +15948,10 @@ packages: node: '>=8' resolution: integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - /is-object/1.0.1: + /is-object/1.0.2: dev: false resolution: - integrity: sha1-iVJojF7C/9awPsyF52ngKQMINHA= + integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA== /is-observable/1.1.0: dependencies: symbol-observable: 1.2.0 @@ -15133,20 +15988,18 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - /is-plain-object/3.0.0: - dependencies: - isobject: 4.0.0 + /is-plain-object/3.0.1: dev: false engines: node: '>=0.10.0' resolution: - integrity: sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== - /is-plain-object/3.0.1: + integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== + /is-plain-object/5.0.0: dev: false engines: node: '>=0.10.0' resolution: - integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== + integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== /is-posix-bracket/0.1.1: dev: false engines: @@ -15382,7 +16235,7 @@ packages: /isomorphic-fetch/2.2.1: dependencies: node-fetch: 1.7.3 - whatwg-fetch: 3.4.1 + whatwg-fetch: 3.5.0 dev: false resolution: integrity: sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk= @@ -15404,11 +16257,11 @@ packages: integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== /istanbul-lib-instrument/3.3.0: dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 + '@babel/generator': 7.12.5 + '@babel/parser': 7.12.7 + '@babel/template': 7.12.7 + '@babel/traverse': 7.12.9 + '@babel/types': 7.12.7 istanbul-lib-coverage: 2.0.5 semver: 6.3.0 dev: false @@ -15418,7 +16271,7 @@ packages: integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA== /istanbul-lib-instrument/4.0.3: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@istanbuljs/schema': 0.1.2 istanbul-lib-coverage: 3.0.0 semver: 6.3.0 @@ -15439,7 +16292,7 @@ packages: integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== /istanbul-lib-source-maps/4.0.0: dependencies: - debug: 4.1.1 + debug: 4.3.1 istanbul-lib-coverage: 3.0.0 source-map: 0.6.1 dev: false @@ -15459,7 +16312,7 @@ packages: /isurl/1.0.0: dependencies: has-to-string-tag-x: 1.4.1 - is-object: 1.0.1 + is-object: 1.0.2 dev: false engines: node: '>= 4' @@ -15471,169 +16324,96 @@ packages: integrity: sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw== /iterate-value/1.0.2: dependencies: - es-get-iterator: 1.1.0 + es-get-iterator: 1.1.1 iterate-iterator: 1.0.1 dev: false resolution: integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ== - /j2m/1.1.0: - dependencies: - colors: 1.4.0 - minimist: 1.2.5 - dev: false - hasBin: true - resolution: - integrity: sha1-vNL+NpAurwEuuWE6OaKp4U5FjfQ= /java-properties/1.0.2: dev: false engines: node: '>= 0.6.0' resolution: integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== - /jest-changed-files/25.5.0: - dependencies: - '@jest/types': 25.5.0 - execa: 3.4.0 - throat: 5.0.0 + /jest-bamboo-reporter/1.2.1: dev: false - engines: - node: '>= 8.3' resolution: - integrity: sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw== - /jest-changed-files/26.3.0: + integrity: sha512-VrBdwhPTpwaj2h2LKjhDqUfRyTQCX+uXVH6QH//L63AZAyIqLRrgWFdq+G1uDLszFNFJWEHhdkIRtqI/CHa2qg== + /jest-changed-files/26.6.2: dependencies: - '@jest/types': 26.3.0 - execa: 4.0.3 + '@jest/types': 26.6.2 + execa: 4.1.0 throat: 5.0.0 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-1C4R4nijgPltX6fugKxM4oQ18zimS7LqQ+zTTY8lMCMFPrxqBFb7KJH0Z2fRQJvw2Slbaipsqq7s1mgX5Iot+g== - /jest-cli/25.5.4: - dependencies: - '@jest/core': 25.5.4 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 25.5.4 - jest-util: 25.5.0 - jest-validate: 25.5.0 - prompts: 2.3.2 - realpath-native: 2.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw== - /jest-cli/26.4.2: + integrity: sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ== + /jest-cli/26.6.3_ts-node@9.1.0: dependencies: - '@jest/core': 26.4.2 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 + '@jest/core': 26.6.3_ts-node@9.1.0 + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 chalk: 4.1.0 exit: 0.1.2 graceful-fs: 4.2.4 import-local: 3.0.2 is-ci: 2.0.0 - jest-config: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - prompts: 2.3.2 + jest-config: 26.6.3_ts-node@9.1.0 + jest-util: 26.6.2 + jest-validate: 26.6.2 + prompts: 2.4.0 yargs: 15.4.1 dev: false engines: node: '>= 10.14.2' hasBin: true + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-zb+lGd/SfrPvoRSC/0LWdaWCnscXc1mGYW//NP4/tmBvRPT3VntZ2jtKUONsRi59zc5JqmsSajA9ewJKFYp8Cw== - /jest-config/25.5.4: - dependencies: - '@babel/core': 7.11.6 - '@jest/test-sequencer': 25.5.4 - '@jest/types': 25.5.0 - babel-jest: 25.5.1_@babel+core@7.11.6 - chalk: 3.0.0 - deepmerge: 4.2.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-environment-jsdom: 25.5.0 - jest-environment-node: 25.5.0 - jest-get-type: 25.2.6 - jest-jasmine2: 25.5.4 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - micromatch: 4.0.2 - pretty-format: 25.5.0 - realpath-native: 2.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg== - /jest-config/26.4.2: + integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== + /jest-config/26.6.3_ts-node@9.1.0: dependencies: - '@babel/core': 7.11.6 - '@jest/test-sequencer': 26.4.2 - '@jest/types': 26.3.0 - babel-jest: 26.3.0_@babel+core@7.11.6 + '@babel/core': 7.12.9 + '@jest/test-sequencer': 26.6.3_ts-node@9.1.0 + '@jest/types': 26.6.2 + babel-jest: 26.6.3_@babel+core@7.12.9 chalk: 4.1.0 deepmerge: 4.2.2 glob: 7.1.6 graceful-fs: 4.2.4 - jest-environment-jsdom: 26.3.0 - jest-environment-node: 26.3.0 + jest-environment-jsdom: 26.6.2 + jest-environment-node: 26.6.2 jest-get-type: 26.3.0 - jest-jasmine2: 26.4.2 + jest-jasmine2: 26.6.3_ts-node@9.1.0 jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-util: 26.3.0 - jest-validate: 26.4.2 + jest-resolve: 26.6.2_jest-resolve@26.6.2 + jest-util: 26.6.2 + jest-validate: 26.6.2 micromatch: 4.0.2 - pretty-format: 26.4.2 + pretty-format: 26.6.2 + ts-node: 9.1.0 dev: false engines: node: '>= 10.14.2' + peerDependencies: + ts-node: '>=9.0.0' + peerDependenciesMeta: + ts-node: + optional: true resolution: - integrity: sha512-QBf7YGLuToiM8PmTnJEdRxyYy3mHWLh24LJZKVdXZ2PNdizSe1B/E8bVm+HYcjbEzGuVXDv/di+EzdO/6Gq80A== - /jest-diff/25.5.0: - dependencies: - chalk: 3.0.0 - diff-sequences: 25.2.6 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A== - /jest-diff/26.4.2: + integrity: sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg== + /jest-diff/26.6.2: dependencies: chalk: 4.1.0 - diff-sequences: 26.3.0 + diff-sequences: 26.6.2 jest-get-type: 26.3.0 - pretty-format: 26.4.2 + pretty-format: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-6T1XQY8U28WH0Z5rGpQ+VqZSZz8EN8rZcBtfvXaOkbwxIEeRre6qnuZQlbY1AJ4MKDxQF8EkrCvK+hL/VkyYLQ== - /jest-docblock/25.3.0: - dependencies: - detect-newline: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg== + integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA== /jest-docblock/26.0.0: dependencies: detect-newline: 3.1.0 @@ -15642,89 +16422,45 @@ packages: node: '>= 10.14.2' resolution: integrity: sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w== - /jest-each/25.5.0: - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - jest-get-type: 25.2.6 - jest-util: 25.5.0 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA== - /jest-each/26.4.2: + /jest-each/26.6.2: dependencies: - '@jest/types': 26.3.0 + '@jest/types': 26.6.2 chalk: 4.1.0 jest-get-type: 26.3.0 - jest-util: 26.3.0 - pretty-format: 26.4.2 + jest-util: 26.6.2 + pretty-format: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-p15rt8r8cUcRY0Mvo1fpkOGYm7iI8S6ySxgIdfh3oOIv+gHwrHTy5VWCGOecWUhDsit4Nz8avJWdT07WLpbwDA== - /jest-environment-jsdom/25.5.0: - dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - jsdom: 15.2.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A== - /jest-environment-jsdom/26.3.0: + integrity: sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A== + /jest-environment-jsdom/26.6.2: dependencies: - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - jest-util: 26.3.0 + '@jest/environment': 26.6.2 + '@jest/fake-timers': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 + jest-mock: 26.6.2 + jest-util: 26.6.2 jsdom: 16.4.0 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-zra8He2btIMJkAzvLaiZ9QwEPGEetbxqmjEBQwhH3CA+Hhhu0jSiEJxnJMbX28TGUvPLxBt/zyaTLrOPF4yMJA== - /jest-environment-node/25.5.0: - dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - semver: 6.3.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA== - /jest-environment-node/26.3.0: + integrity: sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q== + /jest-environment-node/26.6.2: dependencies: - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - jest-util: 26.3.0 + '@jest/environment': 26.6.2 + '@jest/fake-timers': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 + jest-mock: 26.6.2 + jest-util: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-c9BvYoo+FGcMj5FunbBgtBnbR5qk3uky8PKyRVpSfe2/8+LrNQMiXX53z6q2kY+j15SkjQCOSL/6LHnCPLVHNw== - /jest-get-type/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig== + integrity: sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag== /jest-get-type/26.3.0: dev: false engines: @@ -15751,39 +16487,18 @@ packages: fsevents: 1.2.13 resolution: integrity: sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ== - /jest-haste-map/25.5.1: - dependencies: - '@jest/types': 25.5.0 - '@types/graceful-fs': 4.1.3 - anymatch: 3.1.1 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - jest-serializer: 25.5.0 - jest-util: 25.5.0 - jest-worker: 25.5.0 - micromatch: 4.0.2 - sane: 4.1.0 - walker: 1.0.7 - which: 2.0.2 - dev: false - engines: - node: '>= 8.3' - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== - /jest-haste-map/26.3.0: + /jest-haste-map/26.6.2: dependencies: - '@jest/types': 26.3.0 - '@types/graceful-fs': 4.1.3 - '@types/node': 14.11.1 + '@jest/types': 26.6.2 + '@types/graceful-fs': 4.1.4 + '@types/node': 14.14.10 anymatch: 3.1.1 fb-watchman: 2.0.1 graceful-fs: 4.2.4 jest-regex-util: 26.0.0 - jest-serializer: 26.3.0 - jest-util: 26.3.0 - jest-worker: 26.3.0 + jest-serializer: 26.6.2 + jest-util: 26.6.2 + jest-worker: 26.6.2 micromatch: 4.0.2 sane: 4.1.0 walker: 1.0.7 @@ -15791,98 +16506,56 @@ packages: engines: node: '>= 10.14.2' optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-DHWBpTJgJhLLGwE5Z1ZaqLTYqeODQIZpby0zMBsCU9iRFHYyhklYqP4EiG73j5dkbaAdSZhgB938mL51Q5LeZA== - /jest-jasmine2/25.5.4: - dependencies: - '@babel/traverse': 7.11.5 - '@jest/environment': 25.5.0 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - co: 4.6.0 - expect: 25.5.0 - is-generator-fn: 2.1.0 - jest-each: 25.5.0 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-runtime: 25.5.4 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - pretty-format: 25.5.0 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' + fsevents: 2.2.1 resolution: - integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ== - /jest-jasmine2/26.4.2: + integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== + /jest-jasmine2/26.6.3_ts-node@9.1.0: dependencies: - '@babel/traverse': 7.11.5 - '@jest/environment': 26.3.0 - '@jest/source-map': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 + '@babel/traverse': 7.12.9 + '@jest/environment': 26.6.2 + '@jest/source-map': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 chalk: 4.1.0 co: 4.6.0 - expect: 26.4.2 + expect: 26.6.2 is-generator-fn: 2.1.0 - jest-each: 26.4.2 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-runtime: 26.4.2 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - pretty-format: 26.4.2 + jest-each: 26.6.2 + jest-matcher-utils: 26.6.2 + jest-message-util: 26.6.2 + jest-runtime: 26.6.3_ts-node@9.1.0 + jest-snapshot: 26.6.2 + jest-util: 26.6.2 + pretty-format: 26.6.2 throat: 5.0.0 dev: false engines: node: '>= 10.14.2' + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-z7H4EpCldHN1J8fNgsja58QftxBSL+JcwZmaXIvV9WKIM+x49F4GLHu/+BQh2kzRKHAgaN/E82od+8rTOBPyPA== - /jest-leak-detector/25.5.0: - dependencies: - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA== - /jest-leak-detector/26.4.2: + integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg== + /jest-leak-detector/26.6.2: dependencies: jest-get-type: 26.3.0 - pretty-format: 26.4.2 + pretty-format: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-akzGcxwxtE+9ZJZRW+M2o+nTNnmQZxrHJxX/HjgDaU5+PLmY1qnQPnMjgADPGCRPhB+Yawe1iij0REe+k/aHoA== - /jest-matcher-utils/25.5.0: - dependencies: - chalk: 3.0.0 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw== - /jest-matcher-utils/26.4.2: + integrity: sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg== + /jest-matcher-utils/26.6.2: dependencies: chalk: 4.1.0 - jest-diff: 26.4.2 + jest-diff: 26.6.2 jest-get-type: 26.3.0 - pretty-format: 26.4.2 + pretty-format: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-KcbNqWfWUG24R7tu9WcAOKKdiXiXCbMvQYT6iodZ9k1f7065k0keUOW6XpJMMvah+hTfqkhJhRXmA3r3zMAg0Q== + integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== /jest-message-util/24.9.0: dependencies: '@babel/code-frame': 7.10.4 @@ -15892,7 +16565,7 @@ packages: chalk: 2.4.2 micromatch: 3.1.10 slash: 2.0.0 - stack-utils: 1.0.2 + stack-utils: 1.0.4 dev: false engines: node: '>= 6' @@ -15907,27 +16580,28 @@ packages: graceful-fs: 4.2.4 micromatch: 4.0.2 slash: 3.0.0 - stack-utils: 1.0.2 + stack-utils: 1.0.4 dev: false engines: node: '>= 8.3' resolution: integrity: sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA== - /jest-message-util/26.3.0: + /jest-message-util/26.6.2: dependencies: '@babel/code-frame': 7.10.4 - '@jest/types': 26.3.0 - '@types/stack-utils': 1.0.1 + '@jest/types': 26.6.2 + '@types/stack-utils': 2.0.0 chalk: 4.1.0 graceful-fs: 4.2.4 micromatch: 4.0.2 + pretty-format: 26.6.2 slash: 3.0.0 - stack-utils: 2.0.2 + stack-utils: 2.0.3 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-xIavRYqr4/otGOiLxLZGj3ieMmjcNE73Ui+LdSW/Y790j5acqCsAdDiLIbzHCZMpN07JOENRWX5DcU+OQ+TjTA== + integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA== /jest-mock/24.9.0: dependencies: '@jest/types': 24.9.0 @@ -15936,39 +16610,18 @@ packages: node: '>= 6' resolution: integrity: sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w== - /jest-mock/25.5.0: - dependencies: - '@jest/types': 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA== - /jest-mock/26.3.0: + /jest-mock/26.6.2: dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-PeaRrg8Dc6mnS35gOo/CbZovoDPKAeB1FICZiuagAgGvbWdNNyjQjkOaGUa/3N3JtpQ/Mh9P4A2D4Fv51NnP8Q== - /jest-pnp-resolver/1.2.2_jest-resolve@25.5.1: - dependencies: - jest-resolve: 25.5.1_jest-resolve@25.5.1 - dev: false - engines: - node: '>=6' - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true - resolution: - integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - /jest-pnp-resolver/1.2.2_jest-resolve@26.4.0: + integrity: sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew== + /jest-pnp-resolver/1.2.2_jest-resolve@26.6.2: dependencies: - jest-resolve: 26.4.0_jest-resolve@26.4.0 + jest-resolve: 26.6.2_jest-resolve@26.6.2 dev: false engines: node: '>=6' @@ -15982,68 +16635,34 @@ packages: /jest-regex-util/24.9.0: dev: false engines: - node: '>= 6' - resolution: - integrity: sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== - /jest-regex-util/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw== - /jest-regex-util/26.0.0: - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== - /jest-resolve-dependencies/25.5.4: - dependencies: - '@jest/types': 25.5.0 - jest-regex-util: 25.2.6 - jest-snapshot: 25.5.1 - dev: false - engines: - node: '>= 8.3' + node: '>= 6' resolution: - integrity: sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw== - /jest-resolve-dependencies/26.4.2: - dependencies: - '@jest/types': 26.3.0 - jest-regex-util: 26.0.0 - jest-snapshot: 26.4.2 + integrity: sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== + /jest-regex-util/26.0.0: dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-ADHaOwqEcVc71uTfySzSowA/RdxUpCxhxa2FNLiin9vWLB1uLPad3we+JSSROq5+SrL9iYPdZZF8bdKM7XABTQ== - /jest-resolve/25.5.1_jest-resolve@25.5.1: + integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== + /jest-resolve-dependencies/26.6.3: dependencies: - '@jest/types': 25.5.0 - browser-resolve: 1.11.3 - chalk: 3.0.0 - graceful-fs: 4.2.4 - jest-pnp-resolver: 1.2.2_jest-resolve@25.5.1 - read-pkg-up: 7.0.1 - realpath-native: 2.0.0 - resolve: 1.17.0 - slash: 3.0.0 + '@jest/types': 26.6.2 + jest-regex-util: 26.0.0 + jest-snapshot: 26.6.2 dev: false engines: - node: '>= 8.3' - peerDependencies: - jest-resolve: '*' + node: '>= 10.14.2' resolution: - integrity: sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ== - /jest-resolve/26.4.0_jest-resolve@26.4.0: + integrity: sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg== + /jest-resolve/26.6.2_jest-resolve@26.6.2: dependencies: - '@jest/types': 26.3.0 + '@jest/types': 26.6.2 chalk: 4.1.0 graceful-fs: 4.2.4 - jest-pnp-resolver: 1.2.2_jest-resolve@26.4.0 - jest-util: 26.3.0 + jest-pnp-resolver: 1.2.2_jest-resolve@26.6.2 + jest-util: 26.6.2 read-pkg-up: 7.0.1 - resolve: 1.17.0 + resolve: 1.19.0 slash: 3.0.0 dev: false engines: @@ -16051,119 +16670,62 @@ packages: peerDependencies: jest-resolve: '*' resolution: - integrity: sha512-bn/JoZTEXRSlEx3+SfgZcJAVuTMOksYq9xe9O6s4Ekg84aKBObEaVXKOEilULRqviSLAYJldnoWV9c07kwtiCg== - /jest-runner/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-config: 25.5.4 - jest-docblock: 25.3.0 - jest-haste-map: 25.5.1 - jest-jasmine2: 25.5.4 - jest-leak-detector: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-runtime: 25.5.4 - jest-util: 25.5.0 - jest-worker: 25.5.0 - source-map-support: 0.5.19 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg== - /jest-runner/26.4.2: + integrity: sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ== + /jest-runner/26.6.3_ts-node@9.1.0: dependencies: - '@jest/console': 26.3.0 - '@jest/environment': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 + '@jest/console': 26.6.2 + '@jest/environment': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 chalk: 4.1.0 - emittery: 0.7.1 + emittery: 0.7.2 exit: 0.1.2 graceful-fs: 4.2.4 - jest-config: 26.4.2 + jest-config: 26.6.3_ts-node@9.1.0 jest-docblock: 26.0.0 - jest-haste-map: 26.3.0 - jest-leak-detector: 26.4.2 - jest-message-util: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-runtime: 26.4.2 - jest-util: 26.3.0 - jest-worker: 26.3.0 + jest-haste-map: 26.6.2 + jest-leak-detector: 26.6.2 + jest-message-util: 26.6.2 + jest-resolve: 26.6.2_jest-resolve@26.6.2 + jest-runtime: 26.6.3_ts-node@9.1.0 + jest-util: 26.6.2 + jest-worker: 26.6.2 source-map-support: 0.5.19 throat: 5.0.0 dev: false engines: node: '>= 10.14.2' + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-FgjDHeVknDjw1gRAYaoUoShe1K3XUuFMkIaXbdhEys+1O4bEJS8Avmn4lBwoMfL8O5oFTdWYKcf3tEJyyYyk8g== - /jest-runtime/25.5.4: + integrity: sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ== + /jest-runtime/26.6.3_ts-node@9.1.0: dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/globals': 25.5.2 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - '@types/yargs': 15.0.5 - chalk: 3.0.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-config: 25.5.4 - jest-haste-map: 25.5.1 - jest-message-util: 25.5.0 - jest-mock: 25.5.0 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - realpath-native: 2.0.0 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ== - /jest-runtime/26.4.2: - dependencies: - '@jest/console': 26.3.0 - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/globals': 26.4.2 - '@jest/source-map': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/yargs': 15.0.5 + '@jest/console': 26.6.2 + '@jest/environment': 26.6.2 + '@jest/fake-timers': 26.6.2 + '@jest/globals': 26.6.2 + '@jest/source-map': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/yargs': 15.0.11 chalk: 4.1.0 + cjs-module-lexer: 0.6.0 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.1.6 graceful-fs: 4.2.4 - jest-config: 26.4.2 - jest-haste-map: 26.3.0 - jest-message-util: 26.3.0 - jest-mock: 26.3.0 + jest-config: 26.6.3_ts-node@9.1.0 + jest-haste-map: 26.6.2 + jest-message-util: 26.6.2 + jest-mock: 26.6.2 jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 + jest-resolve: 26.6.2_jest-resolve@26.6.2 + jest-snapshot: 26.6.2 + jest-util: 26.6.2 + jest-validate: 26.6.2 slash: 3.0.0 strip-bom: 4.0.0 yargs: 15.4.1 @@ -16171,75 +16733,48 @@ packages: engines: node: '>= 10.14.2' hasBin: true + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-4Pe7Uk5a80FnbHwSOk7ojNCJvz3Ks2CNQWT5Z7MJo4tX0jb3V/LThKvD9tKPNVNyeMH98J/nzGlcwc00R2dSHQ== + integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== /jest-serializer/24.9.0: dev: false engines: node: '>= 6' resolution: integrity: sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ== - /jest-serializer/25.5.0: - dependencies: - graceful-fs: 4.2.4 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA== - /jest-serializer/26.3.0: + /jest-serializer/26.6.2: dependencies: - '@types/node': 14.11.1 + '@types/node': 14.14.10 graceful-fs: 4.2.4 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-IDRBQBLPlKa4flg77fqg0n/pH87tcRKwe8zxOVTWISxGpPHYkRZ1dXKyh04JOja7gppc60+soKVZ791mruVdow== - /jest-snapshot/25.5.1: - dependencies: - '@babel/types': 7.11.5 - '@jest/types': 25.5.0 - '@types/prettier': 1.19.1 - chalk: 3.0.0 - expect: 25.5.0 - graceful-fs: 4.2.4 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - make-dir: 3.1.0 - natural-compare: 1.4.0 - pretty-format: 25.5.0 - semver: 6.3.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ== - /jest-snapshot/26.4.2: + integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== + /jest-snapshot/26.6.2: dependencies: - '@babel/types': 7.11.5 - '@jest/types': 26.3.0 - '@types/prettier': 2.1.1 + '@babel/types': 7.12.7 + '@jest/types': 26.6.2 + '@types/babel__traverse': 7.0.16 + '@types/prettier': 2.1.5 chalk: 4.1.0 - expect: 26.4.2 + expect: 26.6.2 graceful-fs: 4.2.4 - jest-diff: 26.4.2 + jest-diff: 26.6.2 jest-get-type: 26.3.0 - jest-haste-map: 26.3.0 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 + jest-haste-map: 26.6.2 + jest-matcher-utils: 26.6.2 + jest-message-util: 26.6.2 + jest-resolve: 26.6.2_jest-resolve@26.6.2 natural-compare: 1.4.0 - pretty-format: 26.4.2 - semver: 7.3.2 + pretty-format: 26.6.2 + semver: 7.3.4 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-N6Uub8FccKlf5SBFnL2Ri/xofbaA68Cc3MGjP/NuwgnsvWh+9hLIR/DhrxbSiKXMY9vUW5dI6EW1eHaDHqe9sg== + integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og== /jest-standard-reporter/1.1.1: dependencies: '@jest/console': 25.5.0 @@ -16262,7 +16797,7 @@ packages: /jest-styled-components/6.3.4_styled-components@4.4.1: dependencies: css: 2.2.4 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 dev: false peerDependencies: styled-components: ^2 || ^3 || ^4 @@ -16299,10 +16834,10 @@ packages: node: '>= 8.3' resolution: integrity: sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== - /jest-util/26.3.0: + /jest-util/26.6.2: dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 chalk: 4.1.0 graceful-fs: 4.2.4 is-ci: 2.0.0 @@ -16311,60 +16846,34 @@ packages: engines: node: '>= 10.14.2' resolution: - integrity: sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw== - /jest-validate/25.5.0: - dependencies: - '@jest/types': 25.5.0 - camelcase: 5.3.1 - chalk: 3.0.0 - jest-get-type: 25.2.6 - leven: 3.1.0 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ== - /jest-validate/26.4.2: + integrity: sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== + /jest-validate/26.6.2: dependencies: - '@jest/types': 26.3.0 - camelcase: 6.0.0 + '@jest/types': 26.6.2 + camelcase: 6.2.0 chalk: 4.1.0 jest-get-type: 26.3.0 leven: 3.1.0 - pretty-format: 26.4.2 + pretty-format: 26.6.2 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-blft+xDX7XXghfhY0mrsBCYhX365n8K5wNDC4XAcNKqqjEzsRUSXP44m6PL0QJEW2crxQFLLztVnJ4j7oPlQrQ== - /jest-watcher/25.5.0: - dependencies: - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - ansi-escapes: 4.3.1 - chalk: 3.0.0 - jest-util: 25.5.0 - string-length: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q== - /jest-watcher/26.3.0: + integrity: sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ== + /jest-watcher/26.6.2: dependencies: - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 14.14.10 ansi-escapes: 4.3.1 chalk: 4.1.0 - jest-util: 26.3.0 + jest-util: 26.6.2 string-length: 4.0.1 dev: false engines: node: '>= 10.14.2' resolution: - integrity: sha512-XnLdKmyCGJ3VoF6G/p5ohbJ04q/vv5aH9ENI+i6BL0uu9WWB6Z7Z2lhQQk0d2AVZcRGp1yW+/TsoToMhBFPRdQ== + integrity: sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ== /jest-worker/24.9.0: dependencies: merge-stream: 2.0.0 @@ -16383,38 +16892,29 @@ packages: node: '>= 8.3' resolution: integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw== - /jest-worker/26.3.0: + /jest-worker/26.6.2: dependencies: - '@types/node': 14.11.1 + '@types/node': 14.14.10 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false engines: node: '>= 10.13.0' resolution: - integrity: sha512-Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw== - /jest/25.5.4: - dependencies: - '@jest/core': 25.5.4 - import-local: 3.0.2 - jest-cli: 25.5.4 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ== - /jest/26.4.2: + integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== + /jest/26.6.3_ts-node@9.1.0: dependencies: - '@jest/core': 26.4.2 + '@jest/core': 26.6.3_ts-node@9.1.0 import-local: 3.0.2 - jest-cli: 26.4.2 + jest-cli: 26.6.3_ts-node@9.1.0 dev: false engines: node: '>= 10.14.2' hasBin: true + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-LLCjPrUh98Ik8CzW8LLVnSCfLaiY+wbK53U7VxnFSX7Q+kWC4noVeDvGWIFw0Amfq1lq2VfGm7YHWSLBV62MJw== + integrity: sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q== /jju/1.4.0: dev: false resolution: @@ -16475,17 +16975,17 @@ packages: integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= /jscodeshift/0.7.1: dependencies: - '@babel/core': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 - '@babel/register': 7.11.5_@babel+core@7.11.6 - babel-core: 7.0.0-bridge.0_@babel+core@7.11.6 + '@babel/core': 7.12.9 + '@babel/parser': 7.12.7 + '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9 + '@babel/preset-env': 7.12.7_@babel+core@7.12.9 + '@babel/preset-flow': 7.12.1_@babel+core@7.12.9 + '@babel/preset-typescript': 7.12.7_@babel+core@7.12.9 + '@babel/register': 7.12.1_@babel+core@7.12.9 + babel-core: 7.0.0-bridge.0_@babel+core@7.12.9 colors: 1.4.0 - flow-parser: 0.134.0 + flow-parser: 0.138.0 graceful-fs: 4.2.4 micromatch: 3.1.10 neo-async: 2.6.2 @@ -16497,53 +16997,15 @@ packages: hasBin: true resolution: integrity: sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA== - /jsdom/15.2.1: - dependencies: - abab: 2.0.5 - acorn: 7.4.0 - acorn-globals: 4.3.4 - array-equal: 1.0.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 1.1.0 - domexception: 1.0.1 - escodegen: 1.14.3 - html-encoding-sniffer: 1.0.2 - nwsapi: 2.2.0 - parse5: 5.1.0 - pn: 1.1.0 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - saxes: 3.1.11 - symbol-tree: 3.2.4 - tough-cookie: 3.0.1 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 1.1.2 - webidl-conversions: 4.0.2 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - ws: 7.3.1 - xml-name-validator: 3.0.0 - dev: false - engines: - node: '>=8' - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true - resolution: - integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g== /jsdom/16.4.0: dependencies: abab: 2.0.5 - acorn: 7.4.0 + acorn: 7.4.1 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 - decimal.js: 10.2.0 + decimal.js: 10.2.1 domexception: 2.0.1 escodegen: 1.14.3 html-encoding-sniffer: 2.0.1 @@ -16560,8 +17022,8 @@ packages: webidl-conversions: 6.1.0 whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.2.2 - ws: 7.3.1 + whatwg-url: 8.4.0 + ws: 7.4.1 xml-name-validator: 3.0.0 dev: false engines: @@ -16669,14 +17131,14 @@ packages: graceful-fs: 4.2.4 resolution: integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - /jsonfile/6.0.1: + /jsonfile/6.1.0: dependencies: - universalify: 1.0.0 + universalify: 2.0.0 dev: false optionalDependencies: graceful-fs: 4.2.4 resolution: - integrity: sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== /jsonify/0.0.0: dev: false resolution: @@ -16701,13 +17163,22 @@ packages: integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM= /jsx-ast-utils/2.4.1: dependencies: - array-includes: 3.1.1 - object.assign: 4.1.1 + array-includes: 3.1.2 + object.assign: 4.1.2 dev: false engines: node: '>=4.0' resolution: integrity: sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w== + /jsx-ast-utils/3.1.0: + dependencies: + array-includes: 3.1.2 + object.assign: 4.1.2 + dev: false + engines: + node: '>=4.0' + resolution: + integrity: sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA== /jszip/3.5.0: dependencies: lie: 3.3.0 @@ -16717,7 +17188,7 @@ packages: dev: false resolution: integrity: sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA== - /junit-report-builder/2.0.0: + /junit-report-builder/2.1.0: dependencies: date-format: 0.0.2 lodash: 4.17.20 @@ -16727,7 +17198,7 @@ packages: engines: node: '>=4' resolution: - integrity: sha512-/CkUScz5G7U1Fehna9swd8YfA+o5tV07NZz+3pea27okD0+ZEgyXQ5E0etyxMaqzXOjBvN8HGmNpVO/79yj5TA== + integrity: sha512-Ioj5I4w18ZcHFaaisqCKdh1z+ipzN7sA2JB+h+WOlGcOMWm0FFN1dfxkgc2I4EXfhSP/mOfM3W43uFzEdz4sTw== /keygrip/1.1.0: dependencies: tsscmp: 1.0.6 @@ -16912,13 +17383,13 @@ packages: node: '>= 0.12.0' resolution: integrity: sha512-bgKsbYjJac0E8O6ya+m6KosXXUigJ15N4XFCnCA0P/kNViu9OnMLv5WcnEeQ5q1SeuKqlqcf0WiroZQBiPHp8Q== - /language-subtag-registry/0.3.20: + /language-subtag-registry/0.3.21: dev: false resolution: - integrity: sha512-KPMwROklF4tEx283Xw0pNKtfTj1gZ4UByp4EsIFWLgBavJltF4TiYPc39k06zSTsLzxTVXXDSpbwaQXaFB4Qeg== + integrity: sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg== /language-tags/1.0.5: dependencies: - language-subtag-registry: 0.3.20 + language-subtag-registry: 0.3.21 dev: false resolution: integrity: sha1-0yHbxNowuovzAk4ED6XBRmH5GTo= @@ -16944,9 +17415,9 @@ packages: integrity: sha1-odePw6UEdMuAhF07O24dpJpEbo4= /lazy-universal-dotenv/3.0.1: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 app-root-dir: 1.0.2 - core-js: 3.6.5 + core-js: 3.8.0 dotenv: 8.2.0 dotenv-expand: 5.1.0 dev: false @@ -17050,7 +17521,7 @@ packages: is-plain-object: 2.0.4 object.map: 1.0.1 rechoir: 0.6.2 - resolve: 1.17.0 + resolve: 1.19.0 dev: false engines: node: '>= 0.8' @@ -17209,6 +17680,10 @@ packages: node: '>=8' resolution: integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + /lodash-es/4.17.15: + dev: false + resolution: + integrity: sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ== /lodash._arraycopy/3.0.0: dev: false resolution: @@ -17478,12 +17953,6 @@ packages: node: '>=4' resolution: integrity: sha1-iDKP19HOeTiykoN0bwsbwSayRwg= - /lolex/5.1.2: - dependencies: - '@sinonjs/commons': 1.8.1 - dev: false - resolution: - integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== /longest/1.0.1: dev: false engines: @@ -17516,12 +17985,12 @@ packages: dev: false resolution: integrity: sha1-miyr0bno4K6ZOkv31YdcOcQujqw= - /lower-case/2.0.1: + /lower-case/2.0.2: dependencies: - tslib: 1.13.0 + tslib: 2.0.3 dev: false resolution: - integrity: sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ== + integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== /lowercase-keys/1.0.0: dev: false engines: @@ -17566,6 +18035,11 @@ packages: node: '>=10' resolution: integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + /lz-string/1.4.4: + dev: false + hasBin: true + resolution: + integrity: sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY= /magic-string/0.25.7: dependencies: sourcemap-codec: 1.4.8 @@ -17655,10 +18129,10 @@ packages: dev: false resolution: integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== - /markdown-to-jsx/6.11.4_react@16.13.1: + /markdown-to-jsx/6.11.4_react@16.14.0: dependencies: prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 unquote: 1.1.1 dev: false engines: @@ -17676,7 +18150,7 @@ packages: integrity: sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg== /marksy/8.0.0: dependencies: - '@babel/standalone': 7.11.6 + '@babel/standalone': 7.12.9 he: 1.2.0 marked: 0.3.19 dev: false @@ -17688,14 +18162,20 @@ packages: dev: false resolution: integrity: sha1-9n1ixMsdcD9Aj7Y7Vbmug/sl4sw= + /matchmediaquery/0.3.1: + dependencies: + css-mediaquery: 0.1.2 + dev: false + resolution: + integrity: sha512-Hlk20WQHRIm9EE9luN1kjRjYXAQToHOIAHPJn9buxBwuhfTHoKUcX+lXBbxc85DVQfXYbEQ4HcwQdd128E3qHQ== /material-colors/1.2.6: dev: false resolution: integrity: sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg== - /math-expression-evaluator/1.2.22: + /math-expression-evaluator/1.3.6: dev: false resolution: - integrity: sha512-L0j0tFVZBQQLeEjmWOvDLoRciIY8gQGWahvkztXUal8jH8R5Rlqo9GCvgqvXcy9LQhEWdQCVvzqAbxgYNt4blQ== + integrity: sha512-gbzsZEUgefao+OqOUOr03GlpjkdOySxVNHQDuiUZXPbLHgDZqiMtOgDSxuzBEtyt9BDXWS503a16bAmlJW/oFA== /math-random/1.0.4: dev: false resolution: @@ -17716,7 +18196,7 @@ packages: integrity: sha512-xX6Vbe348Y/rukQlG4W3xH+7v4ZlzUbSY4HUIQCuYrF2DrkcHx584mCaFxkWoDZKNUfyLZItHC9VAqX3kIP7XA== /mdast-squeeze-paragraphs/4.0.0: dependencies: - unist-util-remove: 2.0.0 + unist-util-remove: 2.0.1 dev: false resolution: integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ== @@ -17726,67 +18206,67 @@ packages: dev: false resolution: integrity: sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA== - /mdast-util-definitions/3.0.1: + /mdast-util-definitions/4.0.0: + dependencies: + unist-util-visit: 2.0.3 + dev: false + resolution: + integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ== + /mdast-util-to-hast/10.0.1: dependencies: + '@types/mdast': 3.0.3 + '@types/unist': 2.0.3 + mdast-util-definitions: 4.0.0 + mdurl: 1.0.1 + unist-builder: 2.0.3 + unist-util-generated: 1.1.6 + unist-util-position: 3.1.0 unist-util-visit: 2.0.3 dev: false resolution: - integrity: sha512-BAv2iUm/e6IK/b2/t+Fx69EL/AGcq/IG2S+HxHjDJGfLJtd6i9SZUS76aC9cig+IEucsqxKTR0ot3m933R3iuA== + integrity: sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA== /mdast-util-to-hast/3.0.4: dependencies: collapse-white-space: 1.0.6 - detab: 2.0.3 + detab: 2.0.4 mdast-util-definitions: 1.2.5 mdurl: 1.0.1 trim: 0.0.1 trim-lines: 1.1.3 unist-builder: 1.0.4 - unist-util-generated: 1.1.5 + unist-util-generated: 1.1.6 unist-util-position: 3.1.0 unist-util-visit: 1.4.1 xtend: 4.0.2 dev: false resolution: integrity: sha512-/eIbly2YmyVgpJNo+bFLLMCI1XgolO/Ffowhf+pHDq3X4/V6FntC9sGQCDLM147eTS+uSXv5dRzJyFn+o0tazA== - /mdast-util-to-hast/9.1.1: - dependencies: - '@types/mdast': 3.0.3 - '@types/unist': 2.0.3 - mdast-util-definitions: 3.0.1 - mdurl: 1.0.1 - unist-builder: 2.0.3 - unist-util-generated: 1.1.5 - unist-util-position: 3.1.0 - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-vpMWKFKM2mnle+YbNgDXxx95vv0CoLU0v/l3F5oFAG5DV7qwkZVWA206LsAdOnEVyf5vQcLnb3cWJywu7mUxsQ== /mdast-util-to-string/1.1.0: dev: false resolution: integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A== - /mdn-data/2.0.4: + /mdn-data/2.0.14: dev: false resolution: - integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - /mdn-data/2.0.6: + integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== + /mdn-data/2.0.4: dev: false resolution: - integrity: sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA== + integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== /mdurl/1.0.1: dev: false resolution: integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= /mdx-docs/1.0.0-9_1879e73838edc007c3ca1b62e79afe27: dependencies: - '@mdx-js/tag': 0.15.6_react@16.13.1 + '@mdx-js/tag': 0.15.6_react@16.14.0 is-absolute-url: 2.1.0 lodash.get: 4.4.2 - next: 9.4.4_react-dom@16.13.1+react@16.13.1 + next: 9.4.4_react-dom@16.14.0+react@16.14.0 prop-types: 15.7.2 react-live: 1.12.0 rmdi: 1.0.1_styled-components@4.4.1 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 dev: false peerDependencies: '@mdx-js/tag': '>=0.15' @@ -17889,9 +18369,9 @@ packages: node: '>=6' resolution: integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== - /meow/6.1.1: + /meow/7.1.1: dependencies: - '@types/minimist': 1.2.0 + '@types/minimist': 1.2.1 camelcase-keys: 6.2.2 decamelize-keys: 1.1.0 hard-rejection: 2.1.0 @@ -17904,9 +18384,9 @@ packages: yargs-parser: 18.1.3 dev: false engines: - node: '>=8' + node: '>=10' resolution: - integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg== + integrity: sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA== /merge-anything/2.4.4: dependencies: is-what: 3.12.0 @@ -18336,10 +18816,10 @@ packages: dev: false resolution: integrity: sha512-7PZH8QFJ51cIVtDv7wfUREBd3gL59JB0v/ARA3RI9zkSRa9LyGjS1Bdldii2J1/NQXRQ/3OOVOSdnZrCcVaZlw== - /moment/2.28.0: + /moment/2.29.1: dev: false resolution: - integrity: sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw== + integrity: sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== /moo/0.5.1: dev: false resolution: @@ -18397,11 +18877,11 @@ packages: dev: false resolution: integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - /nan/2.14.1: + /nan/2.14.2: dev: false optional: true resolution: - integrity: sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== + integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== /nano-style/1.0.0: dependencies: objss: 1.0.3 @@ -18443,7 +18923,7 @@ packages: dev: false resolution: integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - /nearley/2.19.6: + /nearley/2.20.0: dependencies: commander: 2.20.3 moo: 0.5.1 @@ -18453,7 +18933,7 @@ packages: dev: false hasBin: true resolution: - integrity: sha512-OV3Lx+o5iIGWVY38zs+7aiSnBqaHTFAOQiz83VHJje/wOOaSgzE3H0S/xfISxJhFSoPcX611OEDV9sCT8F283g== + integrity: sha512-Ufhpu2Lrhbh7/InRnQmlgol/L4inT0ZCIh84xKb84zGZyw6PH/VeST3A7vRQTHuHmJHRBj4bw4ujEfJ4bprOig== /negotiator/0.4.9: dev: false engines: @@ -18492,6 +18972,21 @@ packages: '@mdx-js/mdx': '>=0.15.0' resolution: integrity: sha512-VxZ3br5h53YIIeaPEQ5n6BmwUKsAgEn9Utg2BferUN8xviD/9v3Eau8B2PsGf1oyWA6vH0YQHd8BHEm4DJ+tRg== + /next-mdx-docs/0.0.1-0_@mdx-js+mdx@0.15.7+react@16.14.0: + dependencies: + '@mdx-js/loader': 0.15.7_react@16.14.0 + '@mdx-js/mdx': 0.15.7 + remark-autolink-headings: 5.2.2 + remark-emoji: 2.1.0 + remark-images: 0.8.1 + remark-slug: 5.1.2 + remark-unwrap-images: 0.0.2-0 + dev: false + peerDependencies: + '@mdx-js/mdx': '>=0.15.0' + react: '*' + resolution: + integrity: sha512-VxZ3br5h53YIIeaPEQ5n6BmwUKsAgEn9Utg2BferUN8xviD/9v3Eau8B2PsGf1oyWA6vH0YQHd8BHEm4DJ+tRg== /next-tick/1.0.0: dev: false resolution: @@ -18558,7 +19053,7 @@ packages: react-dom: ^16.6.0 resolution: integrity: sha512-ZT8bU2SAv5jkFQ+y8py+Rl5RJRJ6DnZDS+VUnB1cIscmtmUhDi7LYED7pYm4MCKkYhPbEEM1Lbpo7fnoZJGWNQ== - /next/9.4.4_react-dom@16.13.1+react@16.13.1: + /next/9.4.4_react-dom@16.14.0+react@16.14.0: dependencies: '@ampproject/toolbox-optimizer': 2.4.0 '@babel/code-frame': 7.8.3 @@ -18578,7 +19073,7 @@ packages: '@babel/preset-typescript': 7.9.0_@babel+core@7.7.7 '@babel/runtime': 7.9.6 '@babel/types': 7.9.6 - '@next/react-dev-overlay': 9.4.4_react-dom@16.13.1+react@16.13.1 + '@next/react-dev-overlay': 9.4.4_react-dom@16.14.0+react@16.14.0 '@next/react-refresh-utils': 9.4.4_fd8093f90ae2e7e229f846ec0d2fc400 babel-plugin-syntax-jsx: 6.18.0 babel-plugin-transform-define: 2.0.0 @@ -18599,16 +19094,16 @@ packages: postcss: 7.0.29 prop-types: 15.7.2 prop-types-exact: 1.2.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-is: 16.13.1 react-refresh: 0.8.3 resolve-url-loader: 3.1.1 sass-loader: 8.0.2_webpack@4.43.0 schema-utils: 2.6.6 style-loader: 1.2.1_webpack@4.43.0 - styled-jsx: 3.3.0_react@16.13.1 - use-subscription: 1.4.1_react@16.13.1 + styled-jsx: 3.3.0_react@16.14.0 + use-subscription: 1.4.1_react@16.14.0 watchpack: 2.0.0-beta.13 web-vitals: 0.2.1 webpack: 4.43.0_webpack@4.43.0 @@ -18632,13 +19127,13 @@ packages: dev: false resolution: integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== - /no-case/3.0.3: + /no-case/3.0.4: dependencies: - lower-case: 2.0.1 - tslib: 1.13.0 + lower-case: 2.0.2 + tslib: 2.0.3 dev: false resolution: - integrity: sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw== + integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== /node-ask/1.0.1: dev: false resolution: @@ -18664,12 +19159,6 @@ packages: dev: false resolution: integrity: sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ== - /node-fetch/2.6.0: - dev: false - engines: - node: 4.x || >=6.0.0 - resolution: - integrity: sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== /node-fetch/2.6.1: dev: false engines: @@ -18700,7 +19189,7 @@ packages: stream-browserify: 2.0.2 stream-http: 2.8.3 string_decoder: 1.3.0 - timers-browserify: 2.0.11 + timers-browserify: 2.0.12 tty-browserify: 0.0.0 url: 0.11.0 util: 0.11.1 @@ -18711,7 +19200,7 @@ packages: /node-loggly-bulk/2.2.4: dependencies: json-stringify-safe: 5.0.1 - moment: 2.28.0 + moment: 2.29.1 request: 2.88.2 dev: false engines: @@ -18724,33 +19213,22 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - /node-notifier/6.0.0: - dependencies: - growly: 1.3.0 - is-wsl: 2.2.0 - semver: 6.3.0 - shellwords: 0.1.1 - which: 1.3.1 - dev: false - optional: true - resolution: - integrity: sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw== /node-notifier/8.0.0: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.3.2 + semver: 7.3.4 shellwords: 0.1.1 - uuid: 8.3.0 + uuid: 8.3.1 which: 2.0.2 dev: false optional: true resolution: integrity: sha512-46z7DUmcjoYdaWyXouuFNNfUo6eFa94t23c53c+lG/9Cvauk4a98rAUp9672X5dxGdQmLpPzTxzu8f/OeEPaFA== - /node-releases/1.1.61: + /node-releases/1.1.67: dev: false resolution: - integrity: sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g== + integrity: sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg== /normalize-html-whitespace/1.0.0: dev: false engines: @@ -18760,7 +19238,7 @@ packages: /normalize-package-data/2.5.0: dependencies: hosted-git-info: 2.8.8 - resolve: 1.17.0 + resolve: 1.19.0 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: false @@ -18770,7 +19248,7 @@ packages: dependencies: hosted-git-info: 3.0.7 resolve: 1.17.0 - semver: 7.3.2 + semver: 7.3.4 validate-npm-package-license: 3.0.4 dev: false engines: @@ -18887,7 +19365,7 @@ packages: pidtree: 0.3.1 read-pkg: 3.0.0 shell-quote: 1.7.2 - string.prototype.padend: 3.1.0 + string.prototype.padend: 3.1.1 dev: false engines: node: '>= 4' @@ -18970,19 +19448,19 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - /object-inspect/1.8.0: + /object-inspect/1.9.0: dev: false resolution: - integrity: sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== - /object-is/1.1.2: + integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== + /object-is/1.1.4: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== + integrity: sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg== /object-keys/1.1.1: dev: false engines: @@ -19003,17 +19481,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - /object.assign/4.1.1: + /object.assign/4.1.2: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.18.0-next.0 has-symbols: 1.0.1 object-keys: 1.1.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA== + integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== /object.defaults/1.1.0: dependencies: array-each: 1.0.1 @@ -19025,36 +19503,38 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8= - /object.entries/1.1.2: + /object.entries/1.1.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 has: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== - /object.fromentries/2.0.2: + integrity: sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg== + /object.fromentries/2.0.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 + es-abstract: 1.18.0-next.1 has: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== - /object.getownpropertydescriptors/2.1.0: + integrity: sha512-IDUSMXs6LOSJBWE++L0lzIbSqHl9KDCfff2x/JSEIDtEUavUnyMYC2ZGay/04Zq4UT8lvd4xNhU4/YHKibAOlw== + /object.getownpropertydescriptors/2.1.1: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 dev: false engines: node: '>= 0.8' resolution: - integrity: sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== + integrity: sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng== /object.map/1.0.1: dependencies: for-own: 1.0.0 @@ -19081,17 +19561,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - /object.values/1.1.1: + /object.values/1.1.2: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 + es-abstract: 1.18.0-next.1 has: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== + integrity: sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag== /objss/1.0.3: dependencies: add-px-to-style: 1.0.0 @@ -19146,7 +19626,7 @@ packages: node: '>=8' resolution: integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== - /open/7.2.1: + /open/7.3.0: dependencies: is-docker: 2.1.1 is-wsl: 2.2.0 @@ -19154,7 +19634,7 @@ packages: engines: node: '>=8' resolution: - integrity: sha512-xbYCJib4spUdmcs0g/2mK1nKo/jO2T7INClWd/beL7PFkXRWgr8B23ssDHX/USPn2M2IjDR5UdpYs6I67SnTSA== + integrity: sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw== /openurl/1.1.1: dev: false resolution: @@ -19271,12 +19751,12 @@ packages: node: '>=4' resolution: integrity: sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ== - /p-each-series/2.1.0: + /p-each-series/2.2.0: dev: false engines: node: '>=8' resolution: - integrity: sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ== + integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== /p-filter/2.1.0: dependencies: p-map: 2.1.0 @@ -19291,12 +19771,6 @@ packages: node: '>=4' resolution: integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - /p-finally/2.0.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== /p-is-promise/1.1.0: dev: false engines: @@ -19319,6 +19793,14 @@ packages: node: '>=6' resolution: integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + /p-limit/3.0.2: + dependencies: + p-try: 2.2.0 + dev: false + engines: + node: '>=10' + resolution: + integrity: sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg== /p-locate/2.0.0: dependencies: p-limit: 1.3.0 @@ -19425,13 +19907,13 @@ packages: dev: false resolution: integrity: sha1-35T9jPZTHs915r75oIWPvHK+Ikc= - /param-case/3.0.3: + /param-case/3.0.4: dependencies: - dot-case: 3.0.3 - tslib: 1.13.0 + dot-case: 3.0.4 + tslib: 2.0.3 dev: false resolution: - integrity: sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA== + integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== /parent-module/1.0.1: dependencies: callsites: 3.1.0 @@ -19535,14 +20017,10 @@ packages: integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= /parse5/3.0.3: dependencies: - '@types/node': 14.11.1 + '@types/node': 14.14.10 dev: false resolution: integrity: sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA== - /parse5/5.1.0: - dev: false - resolution: - integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== /parse5/5.1.1: dev: false resolution: @@ -19568,13 +20046,13 @@ packages: dev: false resolution: integrity: sha1-LVeNNFX2YNpl7KGO+VtODekSdh4= - /pascal-case/3.1.1: + /pascal-case/3.1.2: dependencies: - no-case: 3.0.3 - tslib: 1.13.0 + no-case: 3.0.4 + tslib: 2.0.3 dev: false resolution: - integrity: sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA== + integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== /pascalcase/0.1.1: dev: false engines: @@ -19720,80 +20198,49 @@ packages: node: '>=0.12' resolution: integrity: sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== - /pcln-design-system/3.6.1: + /pcln-design-system/4.1.2_b1ebf7b4f1232a9934def6b0070fda14: dependencies: '@types/styled-system': 4.2.2 deepmerge: 4.2.2 hoist-non-react-statics: 3.3.2 moize: 5.4.7 - pcln-icons: 3.2.0 - prop-types: 15.7.2 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-jlpAbdTA+aHubWzLgokWcbbu2guhfpfPPVU5kgIV6oayNrqszlRHgQXw6XcFFZPrBa/E9nmq3vD5Ln+izotm8g== - /pcln-design-system/3.6.1_4f54128445bc6f13bd713dcb3d91e98e: - dependencies: - '@types/styled-system': 4.2.2 - deepmerge: 4.2.2 - hoist-non-react-statics: 3.3.2 - moize: 5.4.7 - pcln-icons: 3.2.0_4f54128445bc6f13bd713dcb3d91e98e - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-jlpAbdTA+aHubWzLgokWcbbu2guhfpfPPVU5kgIV6oayNrqszlRHgQXw6XcFFZPrBa/E9nmq3vD5Ln+izotm8g== - /pcln-icons/3.2.0: - dependencies: - lodash.upperfirst: 4.3.1 + pcln-icons: 4.0.0_b1ebf7b4f1232a9934def6b0070fda14 prop-types: 15.7.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 dev: false engines: node: '>=8.0.0 <9.0.0 || >=10.0.0' npm: '>=5.10.0 || >=6.0.0' peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' + pcln-design-system: '*' + react: ^16.10.0 + react-dom: ^16.10.0 + styled-components: '>=4.4.1' resolution: - integrity: sha512-CBWjkNAyMZhSlQuoZt1quXfMhZ05tdMkAecksMlTf/Humg5BPdQ77SoIxub9vBRThb1GKdY4pDg+XsQiQy7pJQ== - /pcln-icons/3.2.0_4f54128445bc6f13bd713dcb3d91e98e: + integrity: sha512-3aqsEbC5W+uI+FDf/Y2L68t8YDUJcQ38ymxkjtsDh+PuQcAG3hIJXYAvc3gRTZPRXT5v86t4xCfg1tcH1JKUgg== + /pcln-icons/4.0.0_b1ebf7b4f1232a9934def6b0070fda14: dependencies: lodash.upperfirst: 4.3.1 + pcln-design-system: 4.1.2_b1ebf7b4f1232a9934def6b0070fda14 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 dev: false engines: node: '>=8.0.0 <9.0.0 || >=10.0.0' npm: '>=5.10.0 || >=6.0.0' peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' + pcln-design-system: ^3.6.1 + react: ^16.10.0 + react-dom: ^16.10.0 + styled-components: '>=4.4.1' resolution: - integrity: sha512-CBWjkNAyMZhSlQuoZt1quXfMhZ05tdMkAecksMlTf/Humg5BPdQ77SoIxub9vBRThb1GKdY4pDg+XsQiQy7pJQ== + integrity: sha512-h7S1PbnMx2N6T7PS3Rjj0R2kCkSYcRITGxQ/BV2Y+divhwtFEGkirPpqlcfaSbGsIzHsP9nYH8l4vSuX4/9K5Q== /performance-now/0.2.0: dev: false optional: true @@ -19941,10 +20388,6 @@ packages: node: '>=4' resolution: integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== - /pn/1.1.0: - dev: false - resolution: - integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== /pnp-webpack-plugin/1.5.0: dependencies: ts-pnp: 1.2.0 @@ -19961,14 +20404,14 @@ packages: node: '>=6' resolution: integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== - /polished/3.6.6: + /polished/3.6.7: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 dev: false engines: node: '>=10' resolution: - integrity: sha512-yiB2ims2DZPem0kCD6V0wnhcVGFEhNh0Iw0axNpKU+oSAgFt6yx6HxIT23Qg0WWvgS379cS35zT4AOyZZRzpQQ== + integrity: sha512-b4OViUOihwV0icb9PHmWbR+vPqaSzSAEbgLskvb7ANPATVXGiYv/TQFHQo65S53WU9i5EQ1I03YDOJW7K0bmYg== /popper.js/1.16.1: deprecated: 'You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1' dev: false @@ -19988,14 +20431,14 @@ packages: dev: false resolution: integrity: sha1-d7rnypKK2FcW4v2kLyYb98HWW14= - /postcss-calc/7.0.4: + /postcss-calc/7.0.5: dependencies: - postcss: 7.0.34 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: false resolution: - integrity: sha512-0I79VRAd1UTkaHzY9w83P39YGO/M3bG7/tNLrHGEunBolfoGM0hSjrGvjoeaj0JE/zIw5GsI2KZ0UwDJqv5hjw== + integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== /postcss-colormin/2.2.2: dependencies: colormin: 1.1.2 @@ -20007,9 +20450,9 @@ packages: /postcss-colormin/4.0.3: dependencies: browserslist: 4.12.0 - color: 3.1.2 + color: 3.1.3 has: 1.0.3 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20025,7 +20468,7 @@ packages: integrity: sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0= /postcss-convert-values/4.0.1: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20040,7 +20483,7 @@ packages: integrity: sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0= /postcss-discard-comments/4.0.2: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -20054,7 +20497,7 @@ packages: integrity: sha1-uavye4isGIFYpesSq8riAmO5GTI= /postcss-discard-duplicates/4.0.2: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -20068,7 +20511,7 @@ packages: integrity: sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU= /postcss-discard-empty/4.0.1: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -20082,7 +20525,7 @@ packages: integrity: sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg= /postcss-discard-overridden/4.0.1: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -20103,7 +20546,7 @@ packages: integrity: sha512-T53GVFsdinJhgwm7rg1BzbeBRomOg9y5MBVhGcsV0CxurUdVj1UlPdKtn7aqYA/c/QVkzKMjq2bSV5dKG5+AwQ== /postcss-flexbugs-fixes/4.2.1: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false resolution: integrity: sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ== @@ -20118,7 +20561,7 @@ packages: node: '>=0.12' resolution: integrity: sha1-U56a/J3chiASHr+djDZz4M5Q0oo= - /postcss-load-config/2.1.1: + /postcss-load-config/2.1.2: dependencies: cosmiconfig: 5.2.1 import-cwd: 2.1.0 @@ -20126,7 +20569,7 @@ packages: engines: node: '>= 4' resolution: - integrity: sha512-D2ENobdoZsW0+BHy4x1CAkXtbXtYWYRIxL/JbtRBqrRGOPtJ2zoga/bEZWhV/ShWB5saVxJMzbMdSyA/vv4tXw== + integrity: sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw== /postcss-load-options/1.2.0: dependencies: cosmiconfig: 2.2.2 @@ -20159,8 +20602,8 @@ packages: /postcss-loader/3.0.0: dependencies: loader-utils: 1.4.0 - postcss: 7.0.34 - postcss-load-config: 2.1.1 + postcss: 7.0.35 + postcss-load-config: 2.1.2 schema-utils: 1.0.0 dev: false engines: @@ -20184,7 +20627,7 @@ packages: /postcss-merge-longhand/4.0.11: dependencies: css-color-names: 0.0.4 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 stylehacks: 4.0.3 dev: false @@ -20207,7 +20650,7 @@ packages: browserslist: 4.12.0 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 - postcss: 7.0.34 + postcss: 7.0.35 postcss-selector-parser: 3.1.2 vendors: 1.0.4 dev: false @@ -20229,7 +20672,7 @@ packages: integrity: sha1-S1jttWZB66fIR0qzUmyv17vey2k= /postcss-minify-font-values/4.0.2: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20247,7 +20690,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 is-color-stop: 1.1.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20268,7 +20711,7 @@ packages: alphanum-sort: 1.0.2 browserslist: 4.12.0 cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 uniqs: 2.0.0 dev: false @@ -20289,7 +20732,7 @@ packages: dependencies: alphanum-sort: 1.0.2 has: 1.0.3 - postcss: 7.0.34 + postcss: 7.0.35 postcss-selector-parser: 3.1.2 dev: false engines: @@ -20320,8 +20763,8 @@ packages: /postcss-modules-local-by-default/3.0.3: dependencies: icss-utils: 4.1.1 - postcss: 7.0.34 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: false engines: @@ -20338,7 +20781,7 @@ packages: /postcss-modules-scope/2.2.0: dependencies: postcss: 7.0.29 - postcss-selector-parser: 6.0.2 + postcss-selector-parser: 6.0.4 dev: false engines: node: '>= 6' @@ -20354,7 +20797,7 @@ packages: /postcss-modules-values/3.0.0: dependencies: icss-utils: 4.1.1 - postcss: 7.0.34 + postcss: 7.0.35 dev: false resolution: integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== @@ -20363,7 +20806,7 @@ packages: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -20380,7 +20823,7 @@ packages: integrity: sha1-757nEhLX/nWceO0WL2HtYrXLk/E= /postcss-normalize-charset/4.0.1: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -20389,7 +20832,7 @@ packages: /postcss-normalize-display-values/4.0.2: dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20400,7 +20843,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 has: 1.0.3 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20411,7 +20854,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20421,7 +20864,7 @@ packages: /postcss-normalize-string/4.0.2: dependencies: has: 1.0.3 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20431,7 +20874,7 @@ packages: /postcss-normalize-timing-functions/4.0.2: dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20441,7 +20884,7 @@ packages: /postcss-normalize-unicode/4.0.1: dependencies: browserslist: 4.12.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20461,7 +20904,7 @@ packages: dependencies: is-absolute-url: 2.1.0 normalize-url: 3.3.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20470,7 +20913,7 @@ packages: integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== /postcss-normalize-whitespace/4.0.2: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20487,7 +20930,7 @@ packages: /postcss-ordered-values/4.1.2: dependencies: cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20496,7 +20939,7 @@ packages: integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== /postcss-prefix-selector/1.7.2: dependencies: - postcss: 7.0.34 + postcss: 7.0.35 dev: false resolution: integrity: sha512-ddmzjWNmGs7E/nyolJ021/Gk6oBLRQLyyXKGV4Mu+Y0gquo+XlXSDP0/Y2J8C/cad/GLyftf2H0XtuDFQZxN3w== @@ -20518,7 +20961,7 @@ packages: browserslist: 4.12.0 caniuse-api: 3.0.0 has: 1.0.3 - postcss: 7.0.34 + postcss: 7.0.35 dev: false engines: node: '>=6.9.0' @@ -20536,7 +20979,7 @@ packages: dependencies: cssnano-util-get-match: 4.0.0 has: 1.0.3 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false engines: @@ -20545,7 +20988,7 @@ packages: integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== /postcss-safe-parser/4.0.2: dependencies: - postcss: 7.0.29 + postcss: 7.0.35 dev: false engines: node: '>=6.0.0' @@ -20569,16 +21012,17 @@ packages: node: '>=8' resolution: integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== - /postcss-selector-parser/6.0.2: + /postcss-selector-parser/6.0.4: dependencies: cssesc: 3.0.0 indexes-of: 1.0.1 uniq: 1.0.1 + util-deprecate: 1.0.2 dev: false engines: node: '>=4' resolution: - integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== /postcss-svgo/2.1.6: dependencies: is-svg: 2.1.0 @@ -20591,7 +21035,7 @@ packages: /postcss-svgo/4.0.2: dependencies: is-svg: 3.0.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-value-parser: 3.3.1 svgo: 1.3.2 dev: false @@ -20610,7 +21054,7 @@ packages: /postcss-unique-selectors/4.0.1: dependencies: alphanum-sort: 1.0.2 - postcss: 7.0.34 + postcss: 7.0.35 uniqs: 2.0.0 dev: false engines: @@ -20682,7 +21126,7 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-ba0ApvR3LxGvRMMiUa9n0WR4HjzcYm7tS+ht4/2Nd0NLtHpPIH77fuB9Xh1/yJVz9O/E/95Y/dn8ygWsyffXtw== - /postcss/7.0.34: + /postcss/7.0.35: dependencies: chalk: 2.4.2 source-map: 0.6.1 @@ -20691,7 +21135,7 @@ packages: engines: node: '>=6.0.0' resolution: - integrity: sha512-H/7V2VeNScX9KE83GDrDZNiGT1m2H+UTnlinIzhjlLX9hfMUn1mHNnGeX81a1c8JSBdBvqk7c2ZOG6ZPn5itGw== + integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== /posthtml-parser/0.2.1: dependencies: htmlparser2: 3.10.1 @@ -20705,25 +21149,25 @@ packages: dev: false resolution: integrity: sha512-UKXf9OF/no8WZo9edRzvuMenb6AD5hDLzIepJW+a4oJT+T/Lx7vfMYWT4aWlGNQh0WMhnUx1ipN9OkZ9q+ddEw== - /posthtml-render/1.2.3: + /posthtml-render/1.4.0: dev: false engines: - node: '>=8' + node: '>=10' resolution: - integrity: sha512-rGGayND//VwTlsYKNqdILsA7U/XP0WJa6SMcdAEoqc2WRM5QExplGg/h9qbTuHz7mc2PvaXU+6iNxItvr5aHMg== + integrity: sha512-W1779iVHGfq0Fvh2PROhCe2QhB8mEErgqzo1wpIt36tCgChafP+hbXIhLDOM8ePJrZcFs0vkNEtdibEWVqChqw== /posthtml-svg-mode/1.0.3: dependencies: merge-options: 1.0.1 posthtml: 0.9.2 posthtml-parser: 0.2.1 - posthtml-render: 1.2.3 + posthtml-render: 1.4.0 dev: false resolution: integrity: sha512-hEqw9NHZ9YgJ2/0G7CECOeuLQKZi8HjWLkBaSVtOWjygQ9ZD8P7tqeowYs7WrFdKsWEKG7o+IlsPY8jrr0CJpQ== /posthtml/0.9.2: dependencies: posthtml-parser: 0.2.1 - posthtml-render: 1.2.3 + posthtml-render: 1.4.0 dev: false engines: node: '>=0.10.0' @@ -20766,42 +21210,53 @@ packages: hasBin: true resolution: integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== - /prettier/2.1.2: + /prettier/2.2.1: dev: false engines: node: '>=10.13.0' hasBin: true resolution: - integrity: sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== - /pretty-error/2.1.1: + integrity: sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== + /pretty-error/2.1.2: dependencies: - renderkid: 2.0.3 - utila: 0.4.0 + lodash: 4.17.20 + renderkid: 2.0.4 + dev: false + resolution: + integrity: sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw== + /pretty-format/24.9.0: + dependencies: + '@jest/types': 24.9.0 + ansi-regex: 4.1.0 + ansi-styles: 3.2.1 + react-is: 16.13.1 dev: false + engines: + node: '>= 6' resolution: - integrity: sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= + integrity: sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA== /pretty-format/25.5.0: dependencies: '@jest/types': 25.5.0 ansi-regex: 5.0.0 - ansi-styles: 4.2.1 + ansi-styles: 4.3.0 react-is: 16.13.1 dev: false engines: node: '>= 8.3' resolution: integrity: sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== - /pretty-format/26.4.2: + /pretty-format/26.6.2: dependencies: - '@jest/types': 26.3.0 + '@jest/types': 26.6.2 ansi-regex: 5.0.0 - ansi-styles: 4.2.1 - react-is: 16.13.1 + ansi-styles: 4.3.0 + react-is: 17.0.1 dev: false engines: node: '>= 10' resolution: - integrity: sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA== + integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== /pretty-hrtime/1.0.3: dev: false engines: @@ -20814,12 +21269,12 @@ packages: clipboard: 2.0.6 resolution: integrity: sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q== - /prismjs/1.21.0: + /prismjs/1.22.0: dev: false optionalDependencies: clipboard: 2.0.6 resolution: - integrity: sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw== + integrity: sha512-lLJ/Wt9yy0AiSYBf212kK3mM5L8ycwlyTlSxHBAneXLR0nzFMlZ5y7riFPF3E33zXOF2IH95xdY5jIyZbM9z/w== /prismjs/1.6.0: dev: false optionalDependencies: @@ -20845,7 +21300,7 @@ packages: /progress-bar-webpack-plugin/1.12.1_webpack@3.12.0: dependencies: chalk: 1.1.3 - object.assign: 4.1.1 + object.assign: 4.1.2 progress: 1.1.8 webpack: 3.12.0_webpack@3.12.0 dev: false @@ -20878,9 +21333,9 @@ packages: integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM= /promise.allsettled/1.0.2: dependencies: - array.prototype.map: 1.0.2 + array.prototype.map: 1.0.3 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.17.7 function-bind: 1.1.1 iterate-value: 1.0.2 dev: false @@ -20891,7 +21346,7 @@ packages: /promise.prototype.finally/3.1.2: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.17.7 function-bind: 1.1.1 dev: false engines: @@ -20904,7 +21359,7 @@ packages: dev: false resolution: integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - /prompts/2.3.2: + /prompts/2.4.0: dependencies: kleur: 3.0.3 sisteransi: 1.0.5 @@ -20912,11 +21367,11 @@ packages: engines: node: '>= 6' resolution: - integrity: sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA== + integrity: sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ== /prop-types-exact/1.2.0: dependencies: has: 1.0.3 - object.assign: 4.1.1 + object.assign: 4.1.2 reflect.ownkeys: 0.2.0 dev: false resolution: @@ -20929,12 +21384,12 @@ packages: dev: false resolution: integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - /property-information/5.5.0: + /property-information/5.6.0: dependencies: xtend: 4.0.2 dev: false resolution: - integrity: sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA== + integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA== /proxy-addr/2.0.6: dependencies: forwarded: 0.1.2 @@ -20967,7 +21422,7 @@ packages: /public-encrypt/4.0.3: dependencies: bn.js: 4.11.9 - browserify-rsa: 4.0.1 + browserify-rsa: 4.1.0 create-hash: 1.2.0 parse-asn1: 5.1.6 randombytes: 2.1.0 @@ -21006,7 +21461,7 @@ packages: jstransformer: 1.0.0 pug-error: 2.0.0 pug-walk: 2.0.0 - resolve: 1.17.0 + resolve: 1.19.0 dev: false resolution: integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A== @@ -21341,13 +21796,13 @@ packages: css-loader: 0.26.4 es5-shim: 4.5.14 es6-promise: 3.2.1 - es6-shim: 0.35.5 + es6-shim: 0.35.6 eslint: 4.19.1 - eslint-config-airbnb: 16.1.0_c955b468eed6a6753f2db84f19f6a947 + eslint-config-airbnb: 16.1.0_b555d7939719b21355ebd66f1b29f233 eslint-config-prettier: 2.10.0_eslint@4.19.1 - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-plugin-jsx-a11y: 6.3.1_eslint@4.19.1 - eslint-plugin-react: 7.20.6_eslint@4.19.1 + eslint-plugin-import: 2.22.1_eslint@4.19.1 + eslint-plugin-jsx-a11y: 6.4.1_eslint@4.19.1 + eslint-plugin-react: 7.21.5_eslint@4.19.1 extract-text-webpack-plugin: 3.0.2_webpack@3.12.0 fastclick: 1.0.6 file-loader: 0.10.1 @@ -21460,45 +21915,50 @@ packages: integrity: sha1-o5TefCx77Na1R1uhuXrEcs58dPg= /react-clientside-effect/1.2.2: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 dev: false peerDependencies: react: ^15.3.0 || ^16.0.0 resolution: integrity: sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - /react-clientside-effect/1.2.2_react@16.13.1: + /react-clientside-effect/1.2.2_react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 - react: 16.13.1 + '@babel/runtime': 7.12.5 + react: 16.14.0 dev: false peerDependencies: react: ^15.3.0 || ^16.0.0 resolution: integrity: sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - /react-color/2.18.1: + /react-color/2.19.3: dependencies: '@icons/material': 0.2.4 lodash: 4.17.20 + lodash-es: 4.17.15 material-colors: 1.2.6 prop-types: 15.7.2 reactcss: 1.2.3 - tinycolor2: 1.4.1 + tinycolor2: 1.4.2 dev: false + peerDependencies: + react: '*' resolution: - integrity: sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ== - /react-color/2.18.1_react@16.13.1: + integrity: sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA== + /react-color/2.19.3_react@16.14.0: dependencies: - '@icons/material': 0.2.4_react@16.13.1 + '@icons/material': 0.2.4_react@16.14.0 lodash: 4.17.20 + lodash-es: 4.17.15 material-colors: 1.2.6 prop-types: 15.7.2 + react: 16.14.0 reactcss: 1.2.3 - tinycolor2: 1.4.1 + tinycolor2: 1.4.2 dev: false peerDependencies: react: '*' resolution: - integrity: sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ== + integrity: sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA== /react-dev-utils/9.1.0: dependencies: '@babel/code-frame': 7.5.5 @@ -21520,7 +21980,7 @@ packages: loader-utils: 1.2.3 open: 6.4.0 pkg-up: 2.0.0 - react-error-overlay: 6.0.7 + react-error-overlay: 6.0.8 recursive-readdir: 2.2.2 shell-quote: 1.7.2 sockjs-client: 1.4.0 @@ -21531,11 +21991,75 @@ packages: node: '>=8.10' resolution: integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg== - /react-docgen/5.3.0: + /react-display-name/0.2.5: + dev: false + resolution: + integrity: sha512-I+vcaK9t4+kypiSgaiVWAipqHRXYmZIuAiS8vzFvXHHXVigg/sMKwlRgLy6LH2i3rmP+0Vzfl5lFsFRwF1r3pg== + /react-dnd-html5-backend/11.1.3: + dependencies: + dnd-core: 11.1.3 + dev: false + resolution: + integrity: sha512-/1FjNlJbW/ivkUxlxQd7o3trA5DE33QiRZgxent3zKme8DwF4Nbw3OFVhTRFGaYhHFNL1rZt6Rdj1D78BjnNLw== + /react-dnd/11.1.3: + dependencies: + '@react-dnd/shallowequal': 2.0.0 + '@types/hoist-non-react-statics': 3.3.1 + dnd-core: 11.1.3 + hoist-non-react-statics: 3.3.2 + dev: false + peerDependencies: + react: '>= 16.9.0' + react-dom: '>= 16.9.0' + resolution: + integrity: sha512-8rtzzT8iwHgdSC89VktwhqdKKtfXaAyC4wiqp0SywpHG12TTLvfOoL6xNEIUWXwIEWu+CFfDn4GZJyynCEuHIQ== + /react-dnd/11.1.3_react-dom@16.14.0+react@16.14.0: + dependencies: + '@react-dnd/shallowequal': 2.0.0 + '@types/hoist-non-react-statics': 3.3.1 + dnd-core: 11.1.3 + hoist-non-react-statics: 3.3.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + dev: false + peerDependencies: + react: '>= 16.9.0' + react-dom: '>= 16.9.0' + resolution: + integrity: sha512-8rtzzT8iwHgdSC89VktwhqdKKtfXaAyC4wiqp0SywpHG12TTLvfOoL6xNEIUWXwIEWu+CFfDn4GZJyynCEuHIQ== + /react-dnd/8.0.3: + dependencies: + '@types/hoist-non-react-statics': 3.3.1 + '@types/shallowequal': 1.1.1 + dnd-core: 8.0.3 + hoist-non-react-statics: 3.3.2 + shallowequal: 1.1.0 + dev: false + peerDependencies: + react: '>= 16.8' + react-dom: '>= 16.8' + resolution: + integrity: sha512-wsdpZLJj8XqEl04GE1fd45/eNB+cZWEx0ZQC7PgrQ/URD2BfbwyQ5RiT23Cl/BPKJBUkTh1FltZ88LTUd7yGeg== + /react-dnd/8.0.3_react-dom@16.14.0+react@16.14.0: + dependencies: + '@types/hoist-non-react-statics': 3.3.1 + '@types/shallowequal': 1.1.1 + dnd-core: 8.0.3 + hoist-non-react-statics: 3.3.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + shallowequal: 1.1.0 + dev: false + peerDependencies: + react: '>= 16.8' + react-dom: '>= 16.8' + resolution: + integrity: sha512-wsdpZLJj8XqEl04GE1fd45/eNB+cZWEx0ZQC7PgrQ/URD2BfbwyQ5RiT23Cl/BPKJBUkTh1FltZ88LTUd7yGeg== + /react-docgen/5.3.1: dependencies: - '@babel/core': 7.11.6 - '@babel/runtime': 7.11.2 - ast-types: 0.13.4 + '@babel/core': 7.12.9 + '@babel/runtime': 7.12.5 + ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 neo-async: 2.6.2 @@ -21546,8 +22070,8 @@ packages: node: '>=8.10.0' hasBin: true resolution: - integrity: sha512-hUrv69k6nxazOuOmdGeOpC/ldiKy7Qj/UFpxaQi0eDMrUFUTIPGtY5HJu7BggSmiyAMfREaESbtBL9UzdQ+hyg== - /react-dom/16.13.1: + integrity: sha512-YG7YujVTwlLslr2Ny8nQiUfbBuEwKsLHJdQTSdEga1eY/nRFh/7LjCWUn6ogYhu2WDKg4z+6W/BJtUi+DPUIlA== + /react-dom/16.14.0: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -21555,21 +22079,32 @@ packages: scheduler: 0.19.1 dev: false peerDependencies: - react: ^16.13.1 + react: ^16.14.0 resolution: - integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== - /react-dom/16.13.1_react@16.13.1: + integrity: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== + /react-dom/16.14.0_react@16.14.0: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 scheduler: 0.19.1 dev: false peerDependencies: - react: ^16.13.1 + react: ^16.14.0 + resolution: + integrity: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== + /react-dom/17.0.1_react@17.0.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react: 17.0.1 + scheduler: 0.20.1 + dev: false + peerDependencies: + react: 17.0.1 resolution: - integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== + integrity: sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug== /react-draggable-playground/1.0.0: dependencies: prop-types: 15.7.2 @@ -21591,83 +22126,107 @@ packages: dev: false resolution: integrity: sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w== - /react-element-to-jsx-string/14.3.1: + /react-element-to-jsx-string/14.3.2: dependencies: '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 + is-plain-object: 3.0.1 dev: false peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 + react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 + react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-element-to-jsx-string/14.3.1_react-dom@16.13.1+react@16.13.1: + integrity: sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w== + /react-element-to-jsx-string/14.3.2_react-dom@16.14.0+react@16.14.0: dependencies: '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + is-plain-object: 3.0.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 + react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 + react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-element-to-jsx-string/14.3.1_react@16.13.1: + integrity: sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w== + /react-element-to-jsx-string/14.3.2_react@16.14.0: dependencies: '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - react: 16.13.1 + is-plain-object: 3.0.1 + react: 16.14.0 dev: false peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 + react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 + react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-error-overlay/6.0.7: + integrity: sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w== + /react-error-overlay/6.0.8: dev: false resolution: - integrity: sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA== + integrity: sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw== /react-fast-compare/3.2.0: dev: false resolution: integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== - /react-focus-lock/2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70: + /react-focus-lock/2.5.0_@types+react@16.14.2: dependencies: - '@babel/runtime': 7.11.2 - focus-lock: 0.7.0 + '@babel/runtime': 7.12.5 + focus-lock: 0.8.1 prop-types: 15.7.2 - react: 16.13.1 - react-clientside-effect: 1.2.2_react@16.13.1 - use-callback-ref: 1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70 - use-sidecar: 1.0.3_react@16.13.1 + react-clientside-effect: 1.2.2 + use-callback-ref: 1.2.4_@types+react@16.14.2 + use-sidecar: 1.0.3 dev: false peerDependencies: '@types/react': '*' - react: ^16.8.0 + react: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-c5ZP56KSpj9EAxzScTqQO7bQQNPltf/W1ZEBDqNDOV1XOIwvAyHX0O7db9ekiAtxyKgnqZjQlLppVg94fUeL9w== - /react-focus-lock/2.4.1_@types+react@16.9.49: + integrity: sha512-XLxj6uTXgz0US8TmqNU2jMfnXwZG0mH2r/afQqvPEaX6nyEll5LHVcEXk2XDUQ34RVeLPkO/xK5x6c/qiuSq/A== + /react-focus-lock/2.5.0_fa14fe5eab06fc40706f42ae1049ee73: dependencies: - '@babel/runtime': 7.11.2 - focus-lock: 0.7.0 + '@babel/runtime': 7.12.5 + focus-lock: 0.8.1 prop-types: 15.7.2 - react-clientside-effect: 1.2.2 - use-callback-ref: 1.2.4_@types+react@16.9.49 - use-sidecar: 1.0.3 + react: 16.14.0 + react-clientside-effect: 1.2.2_react@16.14.0 + use-callback-ref: 1.2.4_fa14fe5eab06fc40706f42ae1049ee73 + use-sidecar: 1.0.3_react@16.14.0 dev: false peerDependencies: '@types/react': '*' - react: ^16.8.0 + react: ^16.8.0 || ^17.0.0 + resolution: + integrity: sha512-XLxj6uTXgz0US8TmqNU2jMfnXwZG0mH2r/afQqvPEaX6nyEll5LHVcEXk2XDUQ34RVeLPkO/xK5x6c/qiuSq/A== + /react-google-charts/3.0.15_0106054ed56650b7cf08997e12b36ef5: + dependencies: + prop-types: 15.7.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-load-script: 0.0.6_prop-types@15.7.2+react@16.14.0 + dev: false + peerDependencies: + prop-types: '>=15' + react: '>=16.3.0' + react-dom: '>=16.3.0' + resolution: + integrity: sha512-78s5xOQOJvL+jIewrWQZEHtlVk+5Yh4zZy+ODA1on1o1FaRjKWXxoo4n4JQl1XuqkF/A9NWque3KqM6pMggjzQ== + /react-google-charts/3.0.15_prop-types@15.7.2: + dependencies: + prop-types: 15.7.2 + react-load-script: 0.0.6_prop-types@15.7.2 + dev: false + peerDependencies: + prop-types: '>=15' + react: '>=16.3.0' + react-dom: '>=16.3.0' resolution: - integrity: sha512-c5ZP56KSpj9EAxzScTqQO7bQQNPltf/W1ZEBDqNDOV1XOIwvAyHX0O7db9ekiAtxyKgnqZjQlLppVg94fUeL9w== - /react-helmet-async/1.0.7_react-dom@16.13.1+react@16.13.1: + integrity: sha512-78s5xOQOJvL+jIewrWQZEHtlVk+5Yh4zZy+ODA1on1o1FaRjKWXxoo4n4JQl1XuqkF/A9NWque3KqM6pMggjzQ== + /react-helmet-async/1.0.7_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 invariant: 2.2.4 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-fast-compare: 3.2.0 shallowequal: 1.1.0 dev: false @@ -21676,10 +22235,10 @@ packages: react-dom: ^16.6.0 resolution: integrity: sha512-By90p5uxAriGukbyejq2poK41DwTxpNWOpOjN8mIyX/BKrCd3+sXZ5pHUZXjHyjR5OYS7PGsOD9dbM61YxfFmA== - /react-hotkeys/2.0.0_react@16.13.1: + /react-hotkeys/2.0.0_react@16.14.0: dependencies: prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: '>= 0.14.0' @@ -21693,21 +22252,21 @@ packages: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 resolution: integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-input-autosize/2.2.2_react@16.13.1: + /react-input-autosize/2.2.2_react@16.14.0: dependencies: prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 resolution: integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-inspector/4.0.1_react@16.13.1: + /react-inspector/4.0.1_react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 is-dom: 1.1.0 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: ^16.8.4 @@ -21717,6 +22276,10 @@ packages: dev: false resolution: integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== + /react-is/17.0.1: + dev: false + resolution: + integrity: sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA== /react-lifecycles-compat/3.0.4: dev: false resolution: @@ -21724,7 +22287,7 @@ packages: /react-live/1.12.0: dependencies: buble: 0.19.8 - core-js: 2.6.11 + core-js: 2.6.12 create-react-context: 0.2.3_prop-types@15.7.2 dom-iterator: 1.0.0 prismjs: 1.6.0 @@ -21736,12 +22299,31 @@ packages: npm: '>= 2.0.0' resolution: integrity: sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g== - /react-popper-tooltip/2.11.1_react-dom@16.13.1+react@16.13.1: + /react-load-script/0.0.6_prop-types@15.7.2: + dependencies: + prop-types: 15.7.2 + dev: false + peerDependencies: + prop-types: '>=15' + react: '>=0.14.9' + resolution: + integrity: sha512-aRGxDGP9VoLxcsaYvKWIW+LRrMOzz2eEcubTS4NvQPPugjk2VvMhow0wWTkSl7RxookomD1MwcP4l5UStg5ShQ== + /react-load-script/0.0.6_prop-types@15.7.2+react@16.14.0: + dependencies: + prop-types: 15.7.2 + react: 16.14.0 + dev: false + peerDependencies: + prop-types: '>=15' + react: '>=0.14.9' + resolution: + integrity: sha512-aRGxDGP9VoLxcsaYvKWIW+LRrMOzz2eEcubTS4NvQPPugjk2VvMhow0wWTkSl7RxookomD1MwcP4l5UStg5ShQ== + /react-popper-tooltip/2.11.1_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-popper: 1.3.7_react@16.13.1 + '@babel/runtime': 7.12.5 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-popper: 1.3.7_react@16.14.0 dev: false peerDependencies: react: ^16.6.0 @@ -21750,7 +22332,7 @@ packages: integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ== /react-popper/1.3.7: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 create-react-context: 0.3.0_prop-types@15.7.2 deep-equal: 1.1.1 popper.js: 1.16.1 @@ -21762,14 +22344,14 @@ packages: react: 0.14.x || ^15.0.0 || ^16.0.0 resolution: integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - /react-popper/1.3.7_react@16.13.1: + /react-popper/1.3.7_react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 + '@babel/runtime': 7.12.5 + create-react-context: 0.3.0_prop-types@15.7.2+react@16.14.0 deep-equal: 1.1.1 popper.js: 1.16.1 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 typed-styles: 0.0.7 warning: 4.0.3 dev: false @@ -21777,19 +22359,19 @@ packages: react: 0.14.x || ^15.0.0 || ^16.0.0 resolution: integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - /react-redux/7.2.1_49f644e2f7de4182503f8b93abece808: + /react-redux/7.2.2_bbabd8c34ea235719dc50e75b43f85a4: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-is: 16.13.1 redux: 4.0.5 dev: false peerDependencies: - react: ^16.8.3 + react: ^16.8.3 || ^17 react-dom: '*' react-native: '*' redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 @@ -21799,19 +22381,19 @@ packages: react-native: optional: true resolution: - integrity: sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== - /react-redux/7.2.1_react@16.13.1+redux@4.0.5: + integrity: sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA== + /react-redux/7.2.2_react@16.14.0+redux@4.0.5: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 react-is: 16.13.1 redux: 4.0.5 dev: false peerDependencies: - react: ^16.8.3 + react: ^16.8.3 || ^17 react-dom: '*' react-native: '*' redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 @@ -21821,85 +22403,98 @@ packages: react-native: optional: true resolution: - integrity: sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== + integrity: sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA== /react-refresh/0.8.3: dev: false engines: node: '>=0.10.0' resolution: integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== - /react-remove-scroll-bar/2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70: + /react-remove-scroll-bar/2.1.1_@types+react@16.14.2: dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - react-style-singleton: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - tslib: 1.13.0 + '@types/react': 16.14.2 + react-style-singleton: 2.1.1_@types+react@16.14.2 + tslib: 1.14.1 dev: false engines: node: '>=8.5.0' peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 + '@types/react': ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 peerDependenciesMeta: '@types/react': optional: true resolution: - integrity: sha512-5X5Y5YIPjIPrAoMJxf6Pfa7RLNGCgwZ95TdnVPgPuMftRfO8DaC7F4KP1b5eiO8hHbe7u+wZNDbYN5WUTpv7+g== - /react-remove-scroll-bar/2.1.0_@types+react@16.9.49: + integrity: sha512-IZbfQPSozIr8ylHE9MFcQeb2TTzj4abfE7OBXjmtUeXQ5h6ColGKDNo5h7OmzrJRilAx3YIKBf3jb0yrb31BJQ== + /react-remove-scroll-bar/2.1.1_fa14fe5eab06fc40706f42ae1049ee73: dependencies: - '@types/react': 16.9.49 - react-style-singleton: 2.1.0_@types+react@16.9.49 - tslib: 1.13.0 + '@types/react': 16.14.2 + react: 16.14.0 + react-style-singleton: 2.1.1_fa14fe5eab06fc40706f42ae1049ee73 + tslib: 1.14.1 dev: false engines: node: '>=8.5.0' peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 + '@types/react': ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 peerDependenciesMeta: '@types/react': optional: true resolution: - integrity: sha512-5X5Y5YIPjIPrAoMJxf6Pfa7RLNGCgwZ95TdnVPgPuMftRfO8DaC7F4KP1b5eiO8hHbe7u+wZNDbYN5WUTpv7+g== - /react-remove-scroll/2.4.0_5ce8f66b58dc92cd3f67a918e0e72f70: + integrity: sha512-IZbfQPSozIr8ylHE9MFcQeb2TTzj4abfE7OBXjmtUeXQ5h6ColGKDNo5h7OmzrJRilAx3YIKBf3jb0yrb31BJQ== + /react-remove-scroll/2.4.1_@types+react@16.14.2: dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - react-remove-scroll-bar: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - react-style-singleton: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - tslib: 1.13.0 - use-callback-ref: 1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70 - use-sidecar: 1.0.3_react@16.13.1 + '@types/react': 16.14.2 + react-remove-scroll-bar: 2.1.1_@types+react@16.14.2 + react-style-singleton: 2.1.1_@types+react@16.14.2 + tslib: 1.14.1 + use-callback-ref: 1.2.4_@types+react@16.14.2 + use-sidecar: 1.0.3 dev: false engines: node: '>=8.5.0' peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 + '@types/react': ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 peerDependenciesMeta: '@types/react': optional: true resolution: - integrity: sha512-BZIO3GaEs0Or1OhA5C//n1ibUP1HdjJmqUVUsOCMxwoIpaCocbB9TFKwHOkBa/nyYy3slirqXeiPYGwdSDiseA== - /react-remove-scroll/2.4.0_@types+react@16.9.49: + integrity: sha512-K7XZySEzOHMTq7dDwcHsZA6Y7/1uX5RsWhRXVYv8rdh+y9Qz2nMwl9RX/Mwnj/j7JstCGmxyfyC0zbVGXYh3mA== + /react-remove-scroll/2.4.1_fa14fe5eab06fc40706f42ae1049ee73: dependencies: - '@types/react': 16.9.49 - react-remove-scroll-bar: 2.1.0_@types+react@16.9.49 - react-style-singleton: 2.1.0_@types+react@16.9.49 - tslib: 1.13.0 - use-callback-ref: 1.2.4_@types+react@16.9.49 - use-sidecar: 1.0.3 + '@types/react': 16.14.2 + react: 16.14.0 + react-remove-scroll-bar: 2.1.1_fa14fe5eab06fc40706f42ae1049ee73 + react-style-singleton: 2.1.1_fa14fe5eab06fc40706f42ae1049ee73 + tslib: 1.14.1 + use-callback-ref: 1.2.4_fa14fe5eab06fc40706f42ae1049ee73 + use-sidecar: 1.0.3_react@16.14.0 dev: false engines: node: '>=8.5.0' peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 + '@types/react': ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 peerDependenciesMeta: '@types/react': optional: true resolution: - integrity: sha512-BZIO3GaEs0Or1OhA5C//n1ibUP1HdjJmqUVUsOCMxwoIpaCocbB9TFKwHOkBa/nyYy3slirqXeiPYGwdSDiseA== + integrity: sha512-K7XZySEzOHMTq7dDwcHsZA6Y7/1uX5RsWhRXVYv8rdh+y9Qz2nMwl9RX/Mwnj/j7JstCGmxyfyC0zbVGXYh3mA== + /react-responsive/6.1.2_react@16.14.0: + dependencies: + hyphenate-style-name: 1.0.4 + matchmediaquery: 0.3.1 + prop-types: 15.7.2 + react: 16.14.0 + dev: false + engines: + node: '>= 0.10' + peerDependencies: + react: ^16.3.0 + resolution: + integrity: sha512-AXentVC/kN3KED9zhzJv2pu4vZ0i6cSHdTtbCScVV1MT6F5KXaG2qs5D7WLmhdaOvmiMX8UfmS4ZSO+WPwDt4g== /react-router-dom/4.3.1: dependencies: history: 4.10.1 @@ -21913,14 +22508,14 @@ packages: react: '>=15' resolution: integrity: sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA== - /react-router-dom/4.3.1_react@16.13.1: + /react-router-dom/4.3.1_react@16.14.0: dependencies: history: 4.10.1 invariant: 2.2.4 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.13.1 - react-router: 4.3.1_react@16.13.1 + react: 16.14.0 + react-router: 4.3.1_react@16.14.0 warning: 4.0.3 dev: false peerDependencies: @@ -21941,7 +22536,7 @@ packages: react: '>=15' resolution: integrity: sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg== - /react-router/4.3.1_react@16.13.1: + /react-router/4.3.1_react@16.14.0: dependencies: history: 4.10.1 hoist-non-react-statics: 2.5.5 @@ -21949,18 +22544,18 @@ packages: loose-envify: 1.4.0 path-to-regexp: 1.8.0 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 warning: 4.0.3 dev: false peerDependencies: react: '>=15' resolution: integrity: sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg== - /react-select/3.1.0: + /react-select/3.1.1: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 '@emotion/cache': 10.0.29 - '@emotion/core': 10.0.35 + '@emotion/core': 10.1.1 '@emotion/css': 10.0.27 memoize-one: 5.1.1 prop-types: 15.7.2 @@ -21971,31 +22566,31 @@ packages: react: ^16.8.0 react-dom: ^16.8.0 resolution: - integrity: sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== - /react-select/3.1.0_react-dom@16.13.1+react@16.13.1: + integrity: sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg== + /react-select/3.1.1_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 '@emotion/cache': 10.0.29 - '@emotion/core': 10.0.35_react@16.13.1 + '@emotion/core': 10.1.1_react@16.14.0 '@emotion/css': 10.0.27 memoize-one: 5.1.1 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-input-autosize: 2.2.2_react@16.13.1 - react-transition-group: 4.4.1_react-dom@16.13.1+react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-input-autosize: 2.2.2_react@16.14.0 + react-transition-group: 4.4.1_react-dom@16.14.0+react@16.14.0 dev: false peerDependencies: react: ^16.8.0 react-dom: ^16.8.0 resolution: - integrity: sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== - /react-sizeme/2.6.12_react-dom@16.13.1+react@16.13.1: + integrity: sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg== + /react-sizeme/2.6.12_react-dom@16.14.0+react@16.14.0: dependencies: element-resize-detector: 1.2.1 invariant: 2.2.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 shallowequal: 1.1.0 throttle-debounce: 2.3.0 dev: false @@ -22004,11 +22599,11 @@ packages: react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 resolution: integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-sizeme/2.6.12_react@16.13.1: + /react-sizeme/2.6.12_react@16.14.0: dependencies: element-resize-detector: 1.2.1 invariant: 2.2.4 - react: 16.13.1 + react: 16.14.0 shallowequal: 1.1.0 throttle-debounce: 2.3.0 dev: false @@ -22017,55 +22612,87 @@ packages: react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 resolution: integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-style-singleton/2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70: + /react-sortable-tree/2.8.0: + dependencies: + frontend-collective-react-dnd-scrollzone: 1.0.2_react-dnd@11.1.3 + lodash.isequal: 4.5.0 + prop-types: 15.7.2 + react-dnd: 11.1.3 + react-dnd-html5-backend: 11.1.3 + react-lifecycles-compat: 3.0.4 + react-virtualized: 9.22.2 + dev: false + peerDependencies: + react: ^16.3.0 + react-dom: ^16.3.0 + resolution: + integrity: sha512-gTjwxRNt7z0FC76KeNTnGqx1qUSlV3N78mMPRushBpSUXzZYhiFNsWHUIruyPnaAbw4SA7LgpItV7VieAuwDpw== + /react-sortable-tree/2.8.0_react-dom@16.14.0+react@16.14.0: + dependencies: + frontend-collective-react-dnd-scrollzone: 1.0.2_react-dnd@11.1.3 + lodash.isequal: 4.5.0 + prop-types: 15.7.2 + react: 16.14.0 + react-dnd: 11.1.3_react-dom@16.14.0+react@16.14.0 + react-dnd-html5-backend: 11.1.3 + react-dom: 16.14.0_react@16.14.0 + react-lifecycles-compat: 3.0.4 + react-virtualized: 9.22.2_react-dom@16.14.0+react@16.14.0 + dev: false + peerDependencies: + react: ^16.3.0 + react-dom: ^16.3.0 + resolution: + integrity: sha512-gTjwxRNt7z0FC76KeNTnGqx1qUSlV3N78mMPRushBpSUXzZYhiFNsWHUIruyPnaAbw4SA7LgpItV7VieAuwDpw== + /react-style-singleton/2.1.1_@types+react@16.14.2: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 get-nonce: 1.0.1 invariant: 2.2.4 - react: 16.13.1 - tslib: 1.13.0 + tslib: 1.14.1 dev: false engines: node: '>=8.5.0' peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 + '@types/react': ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 peerDependenciesMeta: '@types/react': optional: true resolution: - integrity: sha512-DH4ED+YABC1dhvSDYGGreAHmfuTXj6+ezT3CmHoqIEfxNgEYfIMoOtmbRp42JsUst3IPqBTDL+8r4TF7EWhIHw== - /react-style-singleton/2.1.0_@types+react@16.9.49: + integrity: sha512-jNRp07Jza6CBqdRKNgGhT3u9umWvils1xsuMOjZlghBDH2MU0PL2WZor4PGYjXpnRCa9DQSlHMs/xnABWOwYbA== + /react-style-singleton/2.1.1_fa14fe5eab06fc40706f42ae1049ee73: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 get-nonce: 1.0.1 invariant: 2.2.4 - tslib: 1.13.0 + react: 16.14.0 + tslib: 1.14.1 dev: false engines: node: '>=8.5.0' peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 + '@types/react': ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 peerDependenciesMeta: '@types/react': optional: true resolution: - integrity: sha512-DH4ED+YABC1dhvSDYGGreAHmfuTXj6+ezT3CmHoqIEfxNgEYfIMoOtmbRp42JsUst3IPqBTDL+8r4TF7EWhIHw== - /react-syntax-highlighter/11.0.2_react@16.13.1: + integrity: sha512-jNRp07Jza6CBqdRKNgGhT3u9umWvils1xsuMOjZlghBDH2MU0PL2WZor4PGYjXpnRCa9DQSlHMs/xnABWOwYbA== + /react-syntax-highlighter/11.0.2_react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 highlight.js: 9.13.1 lowlight: 1.11.0 - prismjs: 1.21.0 - react: 16.13.1 + prismjs: 1.22.0 + react: 16.14.0 refractor: 2.10.1 dev: false peerDependencies: react: '>= 0.14.0' resolution: integrity: sha512-kqmpM2OH5OodInbEADKARwccwSQWBfZi0970l5Jhp4h39q9Q65C4frNcnd6uHE5pR00W8pOWj9HDRntj2G4Rww== - /react-test-renderer/16.13.1: + /react-test-renderer/16.14.0: dependencies: object-assign: 4.1.1 prop-types: 15.7.2 @@ -22073,26 +22700,26 @@ packages: scheduler: 0.19.1 dev: false peerDependencies: - react: ^16.13.1 + react: ^16.14.0 resolution: - integrity: sha512-Sn2VRyOK2YJJldOqoh8Tn/lWQ+ZiKhyZTPtaO0Q6yNj+QDbmRkVFap6pZPy3YQk8DScRDfyqm/KxKYP9gCMRiQ== - /react-test-renderer/16.13.1_react@16.13.1: + integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg== + /react-test-renderer/16.14.0_react@16.14.0: dependencies: object-assign: 4.1.1 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 react-is: 16.13.1 scheduler: 0.19.1 dev: false peerDependencies: - react: ^16.13.1 + react: ^16.14.0 resolution: - integrity: sha512-Sn2VRyOK2YJJldOqoh8Tn/lWQ+ZiKhyZTPtaO0Q6yNj+QDbmRkVFap6pZPy3YQk8DScRDfyqm/KxKYP9gCMRiQ== - /react-textarea-autosize/7.1.2_react@16.13.1: + integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg== + /react-textarea-autosize/7.1.2_react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 prop-types: 15.7.2 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: '>=0.14.0 <17.0.0' @@ -22110,13 +22737,13 @@ packages: react-dom: '>=15.0.0' resolution: integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== - /react-transition-group/2.9.0_react-dom@16.13.1+react@16.13.1: + /react-transition-group/2.9.0_react-dom@16.14.0+react@16.14.0: dependencies: dom-helpers: 3.4.0 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-lifecycles-compat: 3.0.4 dev: false peerDependencies: @@ -22126,7 +22753,7 @@ packages: integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== /react-transition-group/4.4.1: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 dom-helpers: 5.2.0 loose-envify: 1.4.0 prop-types: 15.7.2 @@ -22136,21 +22763,51 @@ packages: react-dom: '>=16.6.0' resolution: integrity: sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== - /react-transition-group/4.4.1_react-dom@16.13.1+react@16.13.1: + /react-transition-group/4.4.1_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 dom-helpers: 5.2.0 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false peerDependencies: react: '>=16.6.0' react-dom: '>=16.6.0' resolution: integrity: sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== - /react/16.13.1: + /react-virtualized/9.22.2: + dependencies: + '@babel/runtime': 7.12.5 + clsx: 1.1.1 + dom-helpers: 5.2.0 + loose-envify: 1.4.0 + prop-types: 15.7.2 + react-lifecycles-compat: 3.0.4 + dev: false + peerDependencies: + react: ^15.3.0 || ^16.0.0-alpha + react-dom: ^15.3.0 || ^16.0.0-alpha + resolution: + integrity: sha512-5j4h4FhxTdOpBKtePSs1yk6LDNT4oGtUwjT7Nkh61Z8vv3fTG/XeOf8J4li1AYaexOwTXnw0HFVxsV0GBUqwRw== + /react-virtualized/9.22.2_react-dom@16.14.0+react@16.14.0: + dependencies: + '@babel/runtime': 7.12.5 + clsx: 1.1.1 + dom-helpers: 5.2.0 + loose-envify: 1.4.0 + prop-types: 15.7.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-lifecycles-compat: 3.0.4 + dev: false + peerDependencies: + react: ^15.3.0 || ^16.0.0-alpha + react-dom: ^15.3.0 || ^16.0.0-alpha + resolution: + integrity: sha512-5j4h4FhxTdOpBKtePSs1yk6LDNT4oGtUwjT7Nkh61Z8vv3fTG/XeOf8J4li1AYaexOwTXnw0HFVxsV0GBUqwRw== + /react/16.14.0: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -22159,7 +22816,16 @@ packages: engines: node: '>=0.10.0' resolution: - integrity: sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w== + integrity: sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== + /react/17.0.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w== /reactcss/1.2.3: dependencies: lodash: 4.17.20 @@ -22286,7 +22952,7 @@ packages: /read-yaml-file/2.0.0: dependencies: graceful-fs: 4.2.4 - js-yaml: 3.14.0 + js-yaml: 3.13.1 pify: 5.0.0 strip-bom: 4.0.0 dev: false @@ -22353,14 +23019,14 @@ packages: node: '>=0.10' resolution: integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - /readdirp/3.4.0: + /readdirp/3.5.0: dependencies: picomatch: 2.2.2 dev: false engines: node: '>=8.10.0' resolution: - integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== + integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== /realpath-native/1.1.0: dependencies: util.promisify: 1.0.1 @@ -22369,12 +23035,6 @@ packages: node: '>=4' resolution: integrity: sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== - /realpath-native/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q== /recast/0.14.7: dependencies: ast-types: 0.11.3 @@ -22410,7 +23070,7 @@ packages: integrity: sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw== /rechoir/0.6.2: dependencies: - resolve: 1.17.0 + resolve: 1.19.0 dev: false engines: node: '>= 0.10' @@ -22454,7 +23114,7 @@ packages: /reduce-css-calc/1.3.0: dependencies: balanced-match: 0.4.2 - math-expression-evaluator: 1.2.22 + math-expression-evaluator: 1.3.6 reduce-function-call: 1.0.3 dev: false resolution: @@ -22486,16 +23146,16 @@ packages: integrity: sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw== /regenerate-unicode-properties/8.2.0: dependencies: - regenerate: 1.4.1 + regenerate: 1.4.2 dev: false engines: node: '>=4' resolution: integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== - /regenerate/1.4.1: + /regenerate/1.4.2: dev: false resolution: - integrity: sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== + integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== /regenerator-runtime/0.11.1: dev: false resolution: @@ -22514,7 +23174,7 @@ packages: integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q== /regenerator-transform/0.14.5: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 dev: false resolution: integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== @@ -22542,7 +23202,7 @@ packages: /regexp.prototype.flags/1.3.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.17.7 dev: false engines: node: '>= 0.4' @@ -22562,7 +23222,7 @@ packages: integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== /regexpu-core/2.0.0: dependencies: - regenerate: 1.4.1 + regenerate: 1.4.2 regjsgen: 0.2.0 regjsparser: 0.1.5 dev: false @@ -22570,7 +23230,7 @@ packages: integrity: sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA= /regexpu-core/4.7.1: dependencies: - regenerate: 1.4.1 + regenerate: 1.4.2 regenerate-unicode-properties: 8.2.0 regjsgen: 0.5.2 regjsparser: 0.6.4 @@ -22664,19 +23324,19 @@ packages: dev: false resolution: integrity: sha512-1NpiFnIQ7WQIeL+1ofFdrP7NYW+jOShXbjqwertfZMDzFrTrWqY6PmMSWl3imGqPF2AWyMOPkxObe6botEb5Cg== - /remark-mdx/1.6.18: + /remark-mdx/1.6.22: dependencies: - '@babel/core': 7.11.6 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@mdx-js/util': 1.6.18 + '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 + '@mdx-js/util': 1.6.22 is-alphabetical: 1.0.4 remark-parse: 8.0.3 unified: 9.2.0 dev: false resolution: - integrity: sha512-xNhjv4kJZ8L6RV68yK8fQ6XWlvSIFOE5VPmM7wMKSwkvwBu6tlUJy0gRF2WiZ4fPPOj6jpqlVB9QakipvZuEqg== + integrity: sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ== /remark-parse/5.0.0: dependencies: collapse-white-space: 1.0.6 @@ -22689,7 +23349,7 @@ packages: repeat-string: 1.6.1 state-toggle: 1.0.3 trim: 0.0.1 - trim-trailing-lines: 1.1.3 + trim-trailing-lines: 1.1.4 unherit: 1.1.3 unist-util-remove-position: 1.1.4 vfile-location: 2.0.6 @@ -22699,7 +23359,7 @@ packages: integrity: sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA== /remark-parse/8.0.3: dependencies: - ccount: 1.0.5 + ccount: 1.1.0 collapse-white-space: 1.0.6 is-alphabetical: 1.0.4 is-decimal: 1.0.4 @@ -22710,10 +23370,10 @@ packages: repeat-string: 1.6.1 state-toggle: 1.0.3 trim: 0.0.1 - trim-trailing-lines: 1.1.3 + trim-trailing-lines: 1.1.4 unherit: 1.1.3 unist-util-remove-position: 2.0.1 - vfile-location: 3.1.0 + vfile-location: 3.2.0 xtend: 4.0.2 dev: false resolution: @@ -22748,16 +23408,16 @@ packages: dev: false resolution: integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - /renderkid/2.0.3: + /renderkid/2.0.4: dependencies: css-select: 1.2.0 dom-converter: 0.2.0 htmlparser2: 3.10.1 + lodash: 4.17.20 strip-ansi: 3.0.1 - utila: 0.4.0 dev: false resolution: - integrity: sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA== + integrity: sha512-K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g== /repeat-element/1.1.3: dev: false engines: @@ -22824,7 +23484,7 @@ packages: /request/2.81.0: dependencies: aws-sign2: 0.6.0 - aws4: 1.10.1 + aws4: 1.11.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -22855,7 +23515,7 @@ packages: /request/2.88.2: dependencies: aws-sign2: 0.7.0 - aws4: 1.10.1 + aws4: 1.11.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -23005,22 +23665,19 @@ packages: dev: false resolution: integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - /resolve/1.1.7: - dev: false - resolution: - integrity: sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= - /resolve/1.12.3: + /resolve/1.17.0: dependencies: path-parse: 1.0.6 dev: false resolution: - integrity: sha512-hF6+hAPlxjqHWrw4p1rF3Wztbgxd4AjA5VlUzY5zcTb4J8D3JK4/1RjU48pHz2PJWzGVsLB1VWZkvJzhK2CCOA== - /resolve/1.17.0: + integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + /resolve/1.19.0: dependencies: + is-core-module: 2.2.0 path-parse: 1.0.6 dev: false resolution: - integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== /responselike/1.0.2: dependencies: lowercase-keys: 1.0.1 @@ -23138,7 +23795,7 @@ packages: integrity: sha512-1oxFIH6/mZrw6HN6M0PCogMf783FUKOD2tZW5HyX+Ok6nUodd4kob2UvzzFtaEx7GuD8KzaQPid/pbFjO5D7uw== /rmdi/1.0.1_styled-components@4.4.1: dependencies: - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 2.3.6 dev: false peerDependencies: @@ -23148,7 +23805,7 @@ packages: /rst-selector-parser/2.2.3: dependencies: lodash.flattendeep: 4.4.0 - nearley: 2.19.6 + nearley: 2.20.0 dev: false resolution: integrity: sha1-gbIw6i/MYGbInjRy3nlChdmwPZE= @@ -23164,10 +23821,10 @@ packages: node: '>=0.12.0' resolution: integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== - /run-parallel/1.1.9: + /run-parallel/1.1.10: dev: false resolution: - integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== + integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw== /run-queue/1.0.3: dependencies: aproba: 1.2.0 @@ -23186,7 +23843,7 @@ packages: integrity: sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ= /rxjs/6.6.3: dependencies: - tslib: 1.13.0 + tslib: 1.14.1 dev: false engines: npm: '>=2.0.0' @@ -23260,14 +23917,6 @@ packages: dev: false resolution: integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - /saxes/3.1.11: - dependencies: - xmlchars: 2.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g== /saxes/5.0.1: dependencies: xmlchars: 2.2.0 @@ -23283,6 +23932,13 @@ packages: dev: false resolution: integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== + /scheduler/0.20.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: false + resolution: + integrity: sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw== /schema-utils/0.3.0: dependencies: ajv: 5.5.2 @@ -23293,9 +23949,9 @@ packages: integrity: sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8= /schema-utils/1.0.0: dependencies: - ajv: 6.12.5 - ajv-errors: 1.0.1_ajv@6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 + ajv: 6.12.6 + ajv-errors: 1.0.1_ajv@6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 dev: false engines: node: '>= 4' @@ -23303,8 +23959,8 @@ packages: integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== /schema-utils/2.6.6: dependencies: - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 dev: false engines: node: '>= 8.9.0' @@ -23313,8 +23969,8 @@ packages: /schema-utils/2.7.1: dependencies: '@types/json-schema': 7.0.6 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 dev: false engines: node: '>= 8.9.0' @@ -23362,13 +24018,15 @@ packages: hasBin: true resolution: integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - /semver/7.3.2: + /semver/7.3.4: + dependencies: + lru-cache: 6.0.0 dev: false engines: node: '>=10' hasBin: true resolution: - integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== + integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== /send/0.17.1: dependencies: debug: 2.6.9 @@ -23560,8 +24218,8 @@ packages: integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== /side-channel/1.0.3: dependencies: - es-abstract: 1.18.0-next.0 - object-inspect: 1.8.0 + es-abstract: 1.18.0-next.1 + object-inspect: 1.9.0 dev: false resolution: integrity: sha512-A6+ByhlLkksFoUepsGxfj5x1gTSrs+OydsRptUxeNCabQpCFUvcwIczgOigI8vhY/OJCnPnyE9rGiwgvr9cS1g== @@ -23579,11 +24237,11 @@ packages: dev: false resolution: integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - /simplebar-react/1.2.3_react-dom@16.13.1+react@16.13.1: + /simplebar-react/1.2.3_react-dom@16.14.0+react@16.14.0: dependencies: prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 simplebar: 4.2.3 dev: false peerDependencies: @@ -23594,7 +24252,7 @@ packages: /simplebar/4.2.3: dependencies: can-use-dom: 0.1.0 - core-js: 3.6.5 + core-js: 3.8.0 lodash.debounce: 4.0.8 lodash.memoize: 4.1.2 lodash.throttle: 4.1.1 @@ -23703,7 +24361,7 @@ packages: integrity: sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg= /sockjs-client/1.4.0: dependencies: - debug: 3.2.6 + debug: 3.2.7 eventsource: 1.0.7 faye-websocket: 0.11.3 inherits: 2.0.4 @@ -23829,7 +24487,7 @@ packages: /spdx-correct/3.1.1: dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.6 + spdx-license-ids: 3.0.7 dev: false resolution: integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== @@ -23840,14 +24498,14 @@ packages: /spdx-expression-parse/3.0.1: dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.6 + spdx-license-ids: 3.0.7 dev: false resolution: integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - /spdx-license-ids/3.0.6: + /spdx-license-ids/3.0.7: dev: false resolution: - integrity: sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw== + integrity: sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ== /specificity/0.1.6: dev: false resolution: @@ -23918,20 +24576,22 @@ packages: dev: false resolution: integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - /stack-utils/1.0.2: + /stack-utils/1.0.4: + dependencies: + escape-string-regexp: 2.0.0 dev: false engines: - node: '>=0.10.0' + node: '>=8' resolution: - integrity: sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== - /stack-utils/2.0.2: + integrity: sha512-IPDJfugEGbfizBwBZRZ3xpccMdRyP5lqsBWXGQWimVjua/ccLCeMOAVjlc1R7LxFjo5sEDhyNIXd8mo/AiDS9w== + /stack-utils/2.0.3: dependencies: escape-string-regexp: 2.0.0 dev: false engines: node: '>=10' resolution: - integrity: sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg== + integrity: sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw== /stacktrace-parser/0.1.10: dependencies: type-fest: 0.7.1 @@ -23973,6 +24633,62 @@ packages: dev: false resolution: integrity: sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw== + /storybook-addon-deps/1.0.12_1bedbbcbe8417bca2a827549daf620b5: + dependencies: + '@storybook/addon-docs': 5.3.21_cf2a4a7ba89aeb6a1b46b0f2a3ca94db + '@storybook/react': 5.3.21_5409f5615c1e9a23ad8f589e29110730 + memoizerific: 1.11.3 + react: 16.14.0 + react-dnd: 8.0.3_react-dom@16.14.0+react@16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-google-charts: 3.0.15_0106054ed56650b7cf08997e12b36ef5 + react-sortable-tree: 2.8.0_react-dom@16.14.0+react@16.14.0 + storybook-dep-webpack-plugin: 1.0.5 + dev: false + peerDependencies: + '@storybook/addon-docs': '>= 5.3.0' + '@storybook/addons': '>= 5.3.0' + '@storybook/api': '>= 5.3.0' + '@storybook/client-api': '>= 5.3.0' + '@storybook/components': '>= 5.3.0' + '@storybook/react': '>= 5.3.0' + '@storybook/router': '>= 5.3.0' + '@storybook/theming': '>= 5.3.0' + prop-types: '*' + react: '>= 16.8.3' + react-dom: '>= 16.8.3' + resolution: + integrity: sha512-+DEXPLQU/KSon7kBbMHL0yv5BhB/EoK5VtsHavp3jcxZZcCanNvl8eKfy6PsJ/XB1YCqGddmG7n+/iPxLGyfxg== + /storybook-addon-deps/1.0.12_7c55f37eeb62b6fda10faad39fc802e1: + dependencies: + '@storybook/addon-docs': 5.3.21_cf2a4a7ba89aeb6a1b46b0f2a3ca94db + memoizerific: 1.11.3 + react-dnd: 8.0.3 + react-google-charts: 3.0.15_prop-types@15.7.2 + react-sortable-tree: 2.8.0 + storybook-dep-webpack-plugin: 1.0.5 + dev: false + peerDependencies: + '@storybook/addon-docs': '>= 5.3.0' + '@storybook/addons': '>= 5.3.0' + '@storybook/api': '>= 5.3.0' + '@storybook/client-api': '>= 5.3.0' + '@storybook/components': '>= 5.3.0' + '@storybook/react': '>= 5.3.0' + '@storybook/router': '>= 5.3.0' + '@storybook/theming': '>= 5.3.0' + prop-types: '*' + react: '>= 16.8.3' + react-dom: '>= 16.8.3' + resolution: + integrity: sha512-+DEXPLQU/KSon7kBbMHL0yv5BhB/EoK5VtsHavp3jcxZZcCanNvl8eKfy6PsJ/XB1YCqGddmG7n+/iPxLGyfxg== + /storybook-dep-webpack-plugin/1.0.5: + dependencies: + webpack-sources: 1.4.3 + dev: false + resolution: + integrity: sha512-P7A0sFUIMVztnNsAKyfa1bk4gBHAqUsEGzj0ubLq34OjFXUGH7BB2vL4f/sEIUjorIEf7AG5Gf6Fj8LVemH4Jg== + tarball: storybook-dep-webpack-plugin/-/storybook-dep-webpack-plugin-1.0.5.tgz /stream-browserify/2.0.2: dependencies: inherits: 2.0.4 @@ -24084,58 +24800,62 @@ packages: node: '>=8' resolution: integrity: sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - /string.prototype.matchall/4.0.2: + /string.prototype.matchall/4.0.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 has-symbols: 1.0.1 internal-slot: 1.0.2 regexp.prototype.flags: 1.3.0 side-channel: 1.0.3 dev: false resolution: - integrity: sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== - /string.prototype.padend/3.1.0: + integrity: sha512-OBxYDA2ifZQ2e13cP82dWFMaCV9CGF8GzmN4fljBVw5O5wep0lu4gacm1OL6MjROoUnB8VbkWRThqkV2YFLNxw== + /string.prototype.padend/3.1.1: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA== - /string.prototype.padstart/3.1.0: + integrity: sha512-eCzTASPnoCr5Ht+Vn1YXgm8SB015hHKgEIMu9Nr9bQmLhRBxKRfmzSj/IQsxDFc8JInJDDFA0qXwK+xxI7wDkg== + /string.prototype.padstart/3.1.1: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.18.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-envqZvUp2JItI+OeQ5UAh1ihbAV5G/2bixTojvlIa090GGqF+NQRxbWb2nv9fTGrZABv6+pE6jXoAZhhS2k4Hw== - /string.prototype.trim/1.2.2: + integrity: sha512-kcFjKhQYg40AK9MITCWYr/vIebruAD01sc/fxi8szHJaEG7Rke4XHw6LU9c1VWXh/+J/PxvWLLf/aIAGKhXkAQ== + /string.prototype.trim/1.2.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.18.0-next.0 + es-abstract: 1.18.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-b5yrbl3BXIjHau9Prk7U0RRYcUYdN4wGSVaqoBQS50CCE3KBuYU0TYRNPFCP7aVoNMX87HKThdMRVIP3giclKg== - /string.prototype.trimend/1.0.1: + integrity: sha512-16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg== + /string.prototype.trimend/1.0.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 dev: false resolution: - integrity: sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== - /string.prototype.trimstart/1.0.1: + integrity: sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== + /string.prototype.trimstart/1.0.3: dependencies: + call-bind: 1.0.0 define-properties: 1.1.3 - es-abstract: 1.17.6 dev: false resolution: - integrity: sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== + integrity: sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== /string_decoder/0.10.31: dev: false resolution: @@ -24311,10 +25031,10 @@ packages: webpack: ^4.0.0 || ^5.0.0 resolution: integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== - /style-loader/1.2.1_webpack@4.44.2: + /style-loader/1.3.0_webpack@4.44.2: dependencies: loader-utils: 2.0.0 - schema-utils: 2.6.6 + schema-utils: 2.7.1 webpack: 4.44.2_webpack@4.44.2 dev: false engines: @@ -24322,26 +25042,26 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 resolution: - integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== + integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q== /style-to-object/0.3.0: dependencies: inline-style-parser: 0.1.1 dev: false resolution: integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== - /styled-components/4.4.1_4f54128445bc6f13bd713dcb3d91e98e: + /styled-components/4.4.1_f96fccf55dd8c298826112286576f1f4: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/traverse': 7.11.5 + '@babel/helper-module-imports': 7.12.5 + '@babel/traverse': 7.12.9 '@emotion/is-prop-valid': 0.8.8 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 1.11.1_styled-components@4.4.1 + babel-plugin-styled-components: 1.12.0_styled-components@4.4.1 css-to-react-native: 2.3.2 memoize-one: 5.1.1 merge-anything: 2.4.4 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-is: 16.13.1 stylis: 3.5.4 stylis-rule-sheet: 0.0.10_stylis@3.5.4 @@ -24354,18 +25074,18 @@ packages: requiresBuild: true resolution: integrity: sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g== - /styled-components/5.2.0_975908421a0f349b287d23c767f90c42: + /styled-components/5.2.1_d56e21ef07fc37b6ee9b57ce562afcca: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/traverse': 7.11.5 + '@babel/helper-module-imports': 7.12.5 + '@babel/traverse': 7.12.9 '@emotion/is-prop-valid': 0.8.8 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 1.11.1_styled-components@5.2.0 + babel-plugin-styled-components: 1.12.0_styled-components@5.2.1 css-to-react-native: 3.0.0 hoist-non-react-statics: 3.3.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 17.0.1 + react-dom: 17.0.1_react@17.0.1 shallowequal: 1.1.0 supports-color: 5.5.0 dev: false @@ -24377,7 +25097,7 @@ packages: react-is: '>= 16.8.0' styled-components: '*' resolution: - integrity: sha512-9qE8Vgp8C5cpGAIdFaQVAl89Zgx1TDM4Yf4tlHbO9cPijtpSXTMLHy9lmP0lb+yImhgPFb1AmZ1qMUubmg3HLg== + integrity: sha512-sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ== /styled-jsx/3.3.0: dependencies: '@babel/types': 7.8.3 @@ -24393,13 +25113,13 @@ packages: react: 15.x.x || 16.x.x resolution: integrity: sha512-sh8BI5eGKyJlwL4kNXHjb27/a/GJV8wP4ElRIkRXrGW3sHKOsY9Pa1VZRNxyvf3+lisdPwizD9JDkzVO9uGwZw== - /styled-jsx/3.3.0_react@16.13.1: + /styled-jsx/3.3.0_react@16.14.0: dependencies: '@babel/types': 7.8.3 babel-plugin-syntax-jsx: 6.18.0 convert-source-map: 1.7.0 loader-utils: 1.2.3 - react: 16.13.1 + react: 16.14.0 source-map: 0.7.3 string-hash: 1.1.3 stylis: 3.5.4 @@ -24417,7 +25137,7 @@ packages: integrity: sha512-lGAh/8tC70f5hBUD7w0UOWCKyOBK2AzzWKu9BGzqla/Yjx8PzrvaciA7uATbm493hXTfRrecSdLdrIUET5IYnA== /styled-system/4.2.4: dependencies: - '@babel/runtime': 7.11.2 + '@babel/runtime': 7.12.5 prop-types: 15.7.2 dev: false resolution: @@ -24425,7 +25145,7 @@ packages: /stylehacks/4.0.3: dependencies: browserslist: 4.12.0 - postcss: 7.0.34 + postcss: 7.0.35 postcss-selector-parser: 3.1.2 dev: false engines: @@ -24566,10 +25286,10 @@ packages: css-select: 2.1.0 css-select-base-adapter: 0.1.1 css-tree: 1.0.0-alpha.37 - csso: 4.0.3 + csso: 4.2.0 js-yaml: 3.14.0 mkdirp: 0.5.5 - object.values: 1.1.1 + object.values: 1.1.2 sax: 1.2.4 stable: 0.1.8 unquote: 1.1.1 @@ -24597,15 +25317,17 @@ packages: dev: false resolution: integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - /symbol.prototype.description/1.0.2: + /symbol.prototype.description/1.0.3: dependencies: - es-abstract: 1.17.6 + call-bind: 1.0.0 + es-abstract: 1.18.0-next.1 has-symbols: 1.0.1 + object.getownpropertydescriptors: 2.1.1 dev: false engines: - node: '>= 0.12' + node: '>= 0.11.15' resolution: - integrity: sha512-2CW5SU4/Ki1cYOOHcL2cXK4rxSg5hCU1TwZ7X4euKhV9VnfqKslh7T6/UyKkubA8cq2tOmsOv7m3ZUmQslBRuw== + integrity: sha512-NvwWb5AdyTtmFNa1x0ksJakFUV/WJ+z7iRrYGU1xZew77Qd+kMrZKsk3uatCckk6yPNpbHhRcOO+JBU+ohcMBw== /table/4.0.2: dependencies: ajv: 5.5.2 @@ -24619,7 +25341,7 @@ packages: integrity: sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA== /table/5.4.6: dependencies: - ajv: 6.12.5 + ajv: 6.12.6 lodash: 4.17.20 slice-ansi: 2.1.0 string-width: 3.1.0 @@ -24640,20 +25362,18 @@ packages: node: '>=6' resolution: integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - /tar-stream/1.6.2: + /tar-stream/2.1.4: dependencies: - bl: 1.2.3 - buffer-alloc: 1.2.0 + bl: 4.0.3 end-of-stream: 1.4.4 fs-constants: 1.0.0 - readable-stream: 2.3.7 - to-buffer: 1.1.1 - xtend: 4.0.2 + inherits: 2.0.4 + readable-stream: 3.6.0 dev: false engines: - node: '>= 0.8.0' + node: '>=6' resolution: - integrity: sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A== + integrity: sha512-o3pS2zlG4gxr67GmFYBLlq+dM8gyRGUOvsrHclSkvtVtQbjV0s/+ZE8OpICbaj8clrX3tjeHngYGP7rweaBnuw== /tar.gz/1.0.7: dependencies: bluebird: 2.11.0 @@ -24716,12 +25436,12 @@ packages: node: '>=4' resolution: integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= - /term-size/2.2.0: + /term-size/2.2.1: dev: false engines: node: '>=8' resolution: - integrity: sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw== + integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== /terminal-link/2.1.1: dependencies: ansi-escapes: 4.3.1 @@ -24924,14 +25644,14 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= - /timers-browserify/2.0.11: + /timers-browserify/2.0.12: dependencies: setimmediate: 1.0.5 dev: false engines: node: '>=0.6.0' resolution: - integrity: sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== + integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== /timsort/0.3.0: dev: false resolution: @@ -24949,10 +25669,10 @@ packages: dev: false resolution: integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== - /tinycolor2/1.4.1: + /tinycolor2/1.4.2: dev: false resolution: - integrity: sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= + integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== /title-case/2.1.1: dependencies: no-case: 2.3.2 @@ -24960,12 +25680,12 @@ packages: dev: false resolution: integrity: sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o= - /tmp-promise/2.1.1: + /tmp-promise/3.0.2: dependencies: - tmp: 0.1.0 + tmp: 0.2.1 dev: false resolution: - integrity: sha512-Z048AOz/w9b6lCbJUpevIJpRpUztENl8zdv1bmAKVHimfqRFl92ROkmT9rp7TVBnrEw2gtMTol/2Cp2S2kJa4Q== + integrity: sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA== /tmp/0.0.33: dependencies: os-tmpdir: 1.0.2 @@ -24974,14 +25694,6 @@ packages: node: '>=0.6.0' resolution: integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - /tmp/0.1.0: - dependencies: - rimraf: 2.7.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== /tmp/0.2.1: dependencies: rimraf: 3.0.2 @@ -25006,10 +25718,6 @@ packages: dev: false resolution: integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - /to-buffer/1.1.1: - dev: false - resolution: - integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== /to-fast-properties/1.0.3: dev: false engines: @@ -25155,10 +25863,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= - /trim-trailing-lines/1.1.3: + /trim-trailing-lines/1.1.4: dev: false resolution: - integrity: sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA== + integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ== /trim/0.0.1: dev: false resolution: @@ -25171,12 +25879,12 @@ packages: dev: false resolution: integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q== - /ts-dedent/1.1.1: + /ts-dedent/1.2.0: dev: false engines: node: '>=6.10' resolution: - integrity: sha512-UGTRZu1evMw4uTPyYF66/KFd22XiU+jMaIuHrkIHQ2GivAXVlLV0v/vHrpOuTRf9BmpNHi/SO7Vd0rLu0y57jg== + integrity: sha512-6zSJp23uQI+Txyz5LlXMXAHpUhY4Hi0oluXny0OgIR7g/Cromq4vDBnhtbBdyIV34g0pgwxUvnvg+jLJe4c1NA== /ts-loader/3.5.0: dependencies: chalk: 2.4.2 @@ -25193,9 +25901,10 @@ packages: dev: false resolution: integrity: sha512-vDWbsl26LIcPGmDpoVzjEP6+hvHZkBkLW7JpvwbCv/5IYPJlsbzCVXY3wsCeAxAUeTclNOUZxnLdGh3VBD/J6w== - /ts-node/9.0.0: + /ts-node/9.1.0: dependencies: arg: 4.1.3 + create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.19 @@ -25207,14 +25916,15 @@ packages: peerDependencies: typescript: '>=2.7' resolution: - integrity: sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg== - /ts-node/9.0.0_typescript@4.0.5: + integrity: sha512-0yqcL4sgruCvM+w64LiAfNJo6+lHfCYc5Ajj4yiLNkJ9oZ2HWaa+Kso7htYOOxVQ7+csAjdUjffOe9PIqC4pMg== + /ts-node/9.1.0_typescript@4.1.2: dependencies: arg: 4.1.3 + create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.19 - typescript: 4.0.5 + typescript: 4.1.2 yn: 3.1.1 dev: false engines: @@ -25223,7 +25933,7 @@ packages: peerDependencies: typescript: '>=2.7' resolution: - integrity: sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg== + integrity: sha512-0yqcL4sgruCvM+w64LiAfNJo6+lHfCYc5Ajj4yiLNkJ9oZ2HWaa+Kso7htYOOxVQ7+csAjdUjffOe9PIqC4pMg== /ts-pnp/1.2.0: dev: false engines: @@ -25244,14 +25954,14 @@ packages: dev: false resolution: integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== - /tslib/1.13.0: + /tslib/1.14.1: dev: false resolution: - integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== - /tslib/2.0.1: + integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + /tslib/2.0.3: dev: false resolution: - integrity: sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== + integrity: sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ== /tslint-config-prettier/1.18.0: dev: false engines: @@ -25278,7 +25988,7 @@ packages: findup-sync: 0.3.0 glob: 7.1.6 optimist: 0.6.1 - resolve: 1.17.0 + resolve: 1.19.0 tsutils: 1.9.1_typescript@2.9.2 typescript: 2.9.2 update-notifier: 2.5.0 @@ -25301,9 +26011,9 @@ packages: js-yaml: 3.14.0 minimatch: 3.0.4 mkdirp: 0.5.5 - resolve: 1.17.0 + resolve: 1.19.0 semver: 5.7.1 - tslib: 1.13.0 + tslib: 1.14.1 tsutils: 2.29.0 dev: false engines: @@ -25329,7 +26039,7 @@ packages: integrity: sha1-ufmrROVa+WgYMdXyjQrur1x1DLA= /tsutils/2.29.0: dependencies: - tslib: 1.13.0 + tslib: 1.14.1 dev: false peerDependencies: typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' @@ -25337,7 +26047,7 @@ packages: integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== /tsutils/2.29.0_typescript@2.9.2: dependencies: - tslib: 1.13.0 + tslib: 1.14.1 typescript: 2.9.2 dev: false peerDependencies: @@ -25346,7 +26056,7 @@ packages: integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== /tsutils/3.17.1: dependencies: - tslib: 1.13.0 + tslib: 1.14.1 dev: false engines: node: '>= 6' @@ -25354,10 +26064,10 @@ packages: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' resolution: integrity: sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== - /tsutils/3.17.1_typescript@4.0.2: + /tsutils/3.17.1_typescript@4.1.2: dependencies: - tslib: 1.13.0 - typescript: 4.0.2 + tslib: 1.14.1 + typescript: 4.1.2 dev: false engines: node: '>= 6' @@ -25375,6 +26085,12 @@ packages: dev: false resolution: integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + /tunnel/0.0.6: + dev: false + engines: + node: '>=0.6.11 <=0.7.0 || >=0.7.3' + resolution: + integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== /tweetnacl/0.14.5: dev: false resolution: @@ -25469,20 +26185,13 @@ packages: hasBin: true resolution: integrity: sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w== - /typescript/4.0.2: - dev: false - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== - /typescript/4.0.5: + /typescript/4.1.2: dev: false engines: node: '>=4.2.0' hasBin: true resolution: - integrity: sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== + integrity: sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== /ua-parser-js/0.7.22: dev: false resolution: @@ -25530,10 +26239,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-t4ubYMhvFinfGBv1Pu47yNY2fd8= - /unfetch/4.1.0: + /unfetch/4.2.0: dev: false resolution: - integrity: sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg== + integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA== /unherit/1.1.3: dependencies: inherits: 2.0.4 @@ -25589,7 +26298,7 @@ packages: dependencies: bail: 1.0.5 extend: 3.0.2 - is-buffer: 2.0.4 + is-buffer: 2.0.5 is-plain-obj: 2.1.0 trough: 1.0.5 vfile: 4.2.0 @@ -25670,18 +26379,18 @@ packages: dev: false resolution: integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw== - /unist-util-generated/1.1.5: + /unist-util-generated/1.1.6: dev: false resolution: - integrity: sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw== + integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg== /unist-util-is/3.0.0: dev: false resolution: integrity: sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A== - /unist-util-is/4.0.2: + /unist-util-is/4.0.4: dev: false resolution: - integrity: sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ== + integrity: sha512-3dF39j/u423v4BBQrk1AQ2Ve1FxY5W3JKwXxVFzBODQ6WEvccguhgp802qQLKSnxPODE6WuRZtV+ohlUg4meBA== /unist-util-position/3.1.0: dev: false resolution: @@ -25704,12 +26413,12 @@ packages: dev: false resolution: integrity: sha512-mB6nCHCQK0pQffUAcCVmKgIWzG/AXs/V8qpS8K72tMPtOSCMSjDeMc5yN+Ye8rB0FhcE+JvW++o1xRNc0R+++g== - /unist-util-remove/2.0.0: + /unist-util-remove/2.0.1: dependencies: - unist-util-is: 4.0.2 + unist-util-is: 4.0.4 dev: false resolution: - integrity: sha512-HwwWyNHKkeg/eXRnE11IpzY8JT55JNM1YCwwU9YNCnfzk6s8GhPXrVBBZWiwLeATJbI7euvoGSzcy9M29UeW3g== + integrity: sha512-YtuetK6o16CMfG+0u4nndsWpujgsHDHHLyE0yGpJLLn5xSjKeyGyzEBOI2XbmoUHCYabmNgX52uxlWoQhcvR7Q== /unist-util-stringify-position/1.1.2: dev: false resolution: @@ -25726,13 +26435,13 @@ packages: dev: false resolution: integrity: sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g== - /unist-util-visit-parents/3.1.0: + /unist-util-visit-parents/3.1.1: dependencies: '@types/unist': 2.0.3 - unist-util-is: 4.0.2 + unist-util-is: 4.0.4 dev: false resolution: - integrity: sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw== + integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg== /unist-util-visit/1.4.1: dependencies: unist-util-visit-parents: 2.1.2 @@ -25742,11 +26451,15 @@ packages: /unist-util-visit/2.0.3: dependencies: '@types/unist': 2.0.3 - unist-util-is: 4.0.2 - unist-util-visit-parents: 3.1.0 + unist-util-is: 4.0.4 + unist-util-visit-parents: 3.1.1 dev: false resolution: integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== + /universal-user-agent/6.0.0: + dev: false + resolution: + integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== /universalify/0.1.2: dev: false engines: @@ -25759,6 +26472,12 @@ packages: node: '>= 10.0.0' resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + /universalify/2.0.0: + dev: false + engines: + node: '>= 10.0.0' + resolution: + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== /unpipe/1.0.0: dev: false engines: @@ -25908,10 +26627,9 @@ packages: node: '>= 0.4.1' resolution: integrity: sha1-6NDB4UwuBbZTSgKCVqyiECXEXd4= - /use-callback-ref/1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70: + /use-callback-ref/1.2.4_@types+react@16.14.2: dependencies: - '@types/react': 16.9.49 - react: 16.13.1 + '@types/react': 16.14.2 dev: false engines: node: '>=8.5.0' @@ -25923,9 +26641,10 @@ packages: optional: true resolution: integrity: sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== - /use-callback-ref/1.2.4_@types+react@16.9.49: + /use-callback-ref/1.2.4_fa14fe5eab06fc40706f42ae1049ee73: dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 + react: 16.14.0 dev: false engines: node: '>=8.5.0' @@ -25940,7 +26659,7 @@ packages: /use-sidecar/1.0.3: dependencies: detect-node-es: 1.0.0 - tslib: 1.13.0 + tslib: 1.14.1 dev: false engines: node: '>=8.5.0' @@ -25948,11 +26667,11 @@ packages: react: ^16.8.0 resolution: integrity: sha512-ygJwGUBeQfWgDls7uTrlEDzJUUR67L8Rm14v/KfFtYCdHhtjHZx1Krb3DIQl3/Q5dJGfXLEQ02RY8BdNBv87SQ== - /use-sidecar/1.0.3_react@16.13.1: + /use-sidecar/1.0.3_react@16.14.0: dependencies: detect-node-es: 1.0.0 - react: 16.13.1 - tslib: 1.13.0 + react: 16.14.0 + tslib: 1.14.1 dev: false engines: node: '>=8.5.0' @@ -25968,10 +26687,10 @@ packages: react: ^16.8.0 resolution: integrity: sha512-7+IIwDG/4JICrWHL/Q/ZPK5yozEnvRm6vHImu0LKwQlmWGKeiF7mbAenLlK/cTNXrTtXHU/SFASQHzB6+oSJMQ== - /use-subscription/1.4.1_react@16.13.1: + /use-subscription/1.4.1_react@16.14.0: dependencies: object-assign: 4.1.1 - react: 16.13.1 + react: 16.14.0 dev: false peerDependencies: react: ^16.8.0 @@ -25997,16 +26716,16 @@ packages: /util.promisify/1.0.0: dependencies: define-properties: 1.1.3 - object.getownpropertydescriptors: 2.1.0 + object.getownpropertydescriptors: 2.1.1 dev: false resolution: integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== /util.promisify/1.0.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.6 + es-abstract: 1.17.7 has-symbols: 1.0.1 - object.getownpropertydescriptors: 2.1.0 + object.getownpropertydescriptors: 2.1.1 dev: false resolution: integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== @@ -26043,32 +26762,16 @@ packages: hasBin: true resolution: integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - /uuid/7.0.3: - dev: false - hasBin: true - resolution: - integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== - /uuid/8.3.0: + /uuid/8.3.1: dev: false hasBin: true - optional: true - resolution: - integrity: sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== - /v8-compile-cache/2.1.1: - dev: false resolution: - integrity: sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== - /v8-to-istanbul/4.1.4: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - convert-source-map: 1.7.0 - source-map: 0.7.3 + integrity: sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== + /v8-compile-cache/2.2.0: dev: false - engines: - node: 8.x.x || >=10.10.0 resolution: - integrity: sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ== - /v8-to-istanbul/5.0.1: + integrity: sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== + /v8-to-istanbul/7.0.0: dependencies: '@types/istanbul-lib-coverage': 2.0.3 convert-source-map: 1.7.0 @@ -26077,7 +26780,7 @@ packages: engines: node: '>=10.10.0' resolution: - integrity: sha512-mbDNjuDajqYe3TXFk5qxcQy8L1msXNE37WTlLoqqpBfRsimbNcrlhQlDPntmECEcUvdC+AQ8CyMMf6EUx1r74Q== + integrity: sha512-fLL2rFuQpMtm9r8hrAV2apXX/WqHJ6+IC4/eQVdMDGBUgH/YMV4Gv3duk3kjmyg6uiQWBAA9nJwue4iJUOkHeA== /v8flags/2.1.1: dependencies: user-home: 1.1.1 @@ -26143,10 +26846,10 @@ packages: dev: false resolution: integrity: sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA== - /vfile-location/3.1.0: + /vfile-location/3.2.0: dev: false resolution: - integrity: sha512-FCZ4AN9xMcjFIG1oGmZKo61PjwJHRVA+0/tPUP2ul4uIwjGGndIxavEMRpWn5p4xwm/ZsdXp9YNygf1ZyE4x8g== + integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA== /vfile-message/1.1.1: dependencies: unist-util-stringify-position: 1.1.2 @@ -26172,7 +26875,7 @@ packages: /vfile/4.2.0: dependencies: '@types/unist': 2.0.3 - is-buffer: 2.0.4 + is-buffer: 2.0.5 replace-ext: 1.0.0 unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 @@ -26276,29 +26979,29 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= - /vue-docgen-api/4.32.1: + /vue-docgen-api/4.34.2: dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/compiler-dom': 3.0.0 - '@vue/compiler-sfc': 3.0.0 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 + '@vue/compiler-dom': 3.0.4 + '@vue/compiler-sfc': 3.0.4 ast-types: 0.13.3 hash-sum: 1.0.2 lru-cache: 4.1.5 pug: 3.0.0 recast: 0.19.1 ts-map: 1.0.3 - vue-inbrowser-compiler-utils: 4.32.1 + vue-inbrowser-compiler-utils: 4.33.6 dev: false resolution: - integrity: sha512-N9xI2OZ+0aZgJrHzTEkNCOu2EBGUWkofJIVMZCQ9Z/IrMsEoezWGQ17qkcqlLpxepgl4NCjPBNZqqb6TZCCMlA== - /vue-docgen-loader/1.5.0_vue-docgen-api@4.32.1: + integrity: sha512-iS6TrpyPC9zPgz0D+vB9ceDWRXNfBKbQAFzc9rdmz1iOqW0QoLpTg/9Bjqn4HQiRHR6mFMK2TZ1yqs0+T8yDMQ== + /vue-docgen-loader/1.5.0_vue-docgen-api@4.34.2: dependencies: clone: 2.1.2 jscodeshift: 0.7.1 loader-utils: 1.4.0 querystring: 0.2.0 - vue-docgen-api: 4.32.1 + vue-docgen-api: 4.34.2 dev: false engines: node: '>= 8.16' @@ -26307,26 +27010,18 @@ packages: webpack: '>=4' resolution: integrity: sha512-LKZ8mxeIQ44uSUMTplnwOXbC4bO4E2vyZDTbn7/1QlVwJPEIjk3ahL0DA1m27IEw6YTlHOwtWS0PrHmDkFgyAg== - /vue-inbrowser-compiler-utils/4.32.1: + /vue-inbrowser-compiler-utils/4.33.6: dependencies: camelcase: 5.3.1 dev: false resolution: - integrity: sha512-IL8rBV3lCyHErqD8sBdQhWz3zJ/wLzG6JfoSzZ3K6HShS5QqIQfJN0GESvzIos6EGvmtByEf4TTJnjm12b51VQ== + integrity: sha512-g9ErL/xuTtRAdT6+VmzR4Lqxlw4hpH7ObEBGk8VGQgNqdcs9Pza8AMzlns160IGzQw4sI8gvvbYEPeZ54Z5OfA== /w3c-hr-time/1.0.2: dependencies: browser-process-hrtime: 1.0.0 dev: false resolution: integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - /w3c-xmlserializer/1.1.2: - dependencies: - domexception: 1.0.1 - webidl-conversions: 4.0.2 - xml-name-validator: 3.0.0 - dev: false - resolution: - integrity: sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg== /w3c-xmlserializer/2.0.0: dependencies: xml-name-validator: 3.0.0 @@ -26335,6 +27030,10 @@ packages: node: '>=10' resolution: integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== + /wait-for-expect/3.0.2: + dev: false + resolution: + integrity: sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag== /walker/1.0.7: dependencies: makeerror: 1.0.11 @@ -26347,25 +27046,23 @@ packages: dev: false resolution: integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== - /watchpack-chokidar2/2.0.0: + /watchpack-chokidar2/2.0.1: dependencies: chokidar: 2.1.8 dev: false - engines: - node: <8.10.0 optional: true resolution: - integrity: sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== - /watchpack/1.7.4: + integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== + /watchpack/1.7.5: dependencies: graceful-fs: 4.2.4 neo-async: 2.6.2 dev: false optionalDependencies: - chokidar: 3.4.2 - watchpack-chokidar2: 2.0.0 + chokidar: 3.4.3 + watchpack-chokidar2: 2.0.1 resolution: - integrity: sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== + integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== /watchpack/2.0.0-beta.13: dependencies: glob-to-regexp: 0.4.1 @@ -26467,7 +27164,7 @@ packages: integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== /webpack-virtual-modules/0.2.2: dependencies: - debug: 3.2.6 + debug: 3.2.7 dev: false resolution: integrity: sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA== @@ -26475,8 +27172,8 @@ packages: dependencies: acorn: 5.7.4 acorn-dynamic-import: 2.0.2 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 async: 2.6.3 enhanced-resolve: 3.4.1 escope: 3.6.0 @@ -26492,7 +27189,7 @@ packages: supports-color: 4.5.0 tapable: 0.2.9 uglifyjs-webpack-plugin: 0.4.6_webpack@3.12.0 - watchpack: 1.7.4 + watchpack: 1.7.5 webpack-sources: 1.4.3 yargs: 8.0.2 dev: false @@ -26509,9 +27206,9 @@ packages: '@webassemblyjs/helper-module-context': 1.9.0 '@webassemblyjs/wasm-edit': 1.9.0 '@webassemblyjs/wasm-parser': 1.9.0 - acorn: 6.4.1 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 + acorn: 6.4.2 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 chrome-trace-event: 1.0.2 enhanced-resolve: 4.3.0 eslint-scope: 4.0.3 @@ -26526,7 +27223,7 @@ packages: schema-utils: 1.0.0 tapable: 1.1.3 terser-webpack-plugin: 1.4.5_webpack@4.43.0 - watchpack: 1.7.4 + watchpack: 1.7.5 webpack-sources: 1.4.3 dev: false engines: @@ -26542,9 +27239,9 @@ packages: '@webassemblyjs/helper-module-context': 1.9.0 '@webassemblyjs/wasm-edit': 1.9.0 '@webassemblyjs/wasm-parser': 1.9.0 - acorn: 6.4.1 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 + acorn: 6.4.2 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 chrome-trace-event: 1.0.2 enhanced-resolve: 4.3.0 eslint-scope: 4.0.3 @@ -26559,7 +27256,7 @@ packages: schema-utils: 1.0.0 tapable: 1.1.3 terser-webpack-plugin: 1.4.5_webpack@4.44.2 - watchpack: 1.7.4 + watchpack: 1.7.5 webpack-sources: 1.4.3 dev: false engines: @@ -26598,10 +27295,10 @@ packages: dev: false resolution: integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - /whatwg-fetch/3.4.1: + /whatwg-fetch/3.5.0: dev: false resolution: - integrity: sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ== + integrity: sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A== /whatwg-mimetype/2.3.0: dev: false resolution: @@ -26614,7 +27311,7 @@ packages: dev: false resolution: integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - /whatwg-url/8.2.2: + /whatwg-url/8.4.0: dependencies: lodash.sortby: 4.7.0 tr46: 2.0.2 @@ -26623,7 +27320,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-PcVnO6NiewhkmzV0qn7A+UZ9Xx4maNTI+O+TShmfE4pqjoCMwUMjkvoNhNHPTvgR7QH9Xt3R13iHuWy2sToFxQ== + integrity: sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw== /when/3.7.8: dev: false resolution: @@ -26684,8 +27381,8 @@ packages: integrity: sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0= /with/7.0.2: dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 + '@babel/parser': 7.12.7 + '@babel/types': 7.12.7 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: false @@ -26757,7 +27454,7 @@ packages: integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== /wrap-ansi/6.2.0: dependencies: - ansi-styles: 4.2.1 + ansi-styles: 4.3.0 string-width: 4.2.0 strip-ansi: 6.0.0 dev: false @@ -26767,7 +27464,7 @@ packages: integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== /wrap-ansi/7.0.0: dependencies: - ansi-styles: 4.2.1 + ansi-styles: 4.3.0 string-width: 4.2.0 strip-ansi: 6.0.0 dev: false @@ -26811,16 +27508,16 @@ packages: dev: false resolution: integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - /write-yaml-file/4.1.0: + /write-yaml-file/4.1.1: dependencies: graceful-fs: 4.2.4 js-yaml: 3.14.0 - write-file-atomic: 2.4.3 + write-file-atomic: 3.0.3 dev: false engines: node: '>=10.13' resolution: - integrity: sha512-jN421OlwO/MN/EwAykk5ic8AL9QAycpKGaHKFBlcr3aQ6RUX8ZbrreOPUuhoYSxj/o30FhOQLSH36WYldAFrUw== + integrity: sha512-DrZlCt+PTsT/U6v0CszHJ+S0lTUhd1aLt2Vx7RDFE/J0Px5erwNoTXoQTse+zkPdwNo8fNtnJnzb3hT7ltd9EA== /write/0.2.1: dependencies: mkdirp: 0.5.5 @@ -26829,15 +27526,7 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c= - /write/1.0.3: - dependencies: - mkdirp: 0.5.5 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - /ws/7.3.1: + /ws/7.4.1: dev: false engines: node: '>=8.3.0' @@ -26850,7 +27539,7 @@ packages: utf-8-validate: optional: true resolution: - integrity: sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== + integrity: sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ== /x-is-string/0.1.0: dev: false resolution: @@ -26899,10 +27588,10 @@ packages: dev: false resolution: integrity: sha1-bRX7qITAhnnA136I53WegR4H+kE= - /y18n/4.0.0: + /y18n/4.0.1: dev: false resolution: - integrity: sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + integrity: sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== /y18n/5.0.5: dev: false engines: @@ -26949,12 +27638,12 @@ packages: node: '>=6' resolution: integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - /yargs-parser/20.2.3: + /yargs-parser/20.2.4: dev: false engines: node: '>=10' resolution: - integrity: sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww== + integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== /yargs-parser/7.0.0: dependencies: camelcase: 4.1.0 @@ -26971,7 +27660,7 @@ packages: set-blocking: 2.0.0 string-width: 3.1.0 which-module: 2.0.0 - y18n: 4.0.0 + y18n: 4.0.1 yargs-parser: 13.1.2 dev: false resolution: @@ -26987,27 +27676,27 @@ packages: set-blocking: 2.0.0 string-width: 4.2.0 which-module: 2.0.0 - y18n: 4.0.0 + y18n: 4.0.1 yargs-parser: 18.1.3 dev: false engines: node: '>=8' resolution: integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - /yargs/16.1.0: + /yargs/16.2.0: dependencies: - cliui: 7.0.3 + cliui: 7.0.4 escalade: 3.1.1 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.0 y18n: 5.0.5 - yargs-parser: 20.2.3 + yargs-parser: 20.2.4 dev: false engines: node: '>=10' resolution: - integrity: sha512-upWFJOmDdHN0syLuESuvXDmrRcWd1QafJolHskzaw79uZa7/x53gxQKiR07W59GWY1tFhhU/Th9DrtSfpS782g== + integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== /yargs/3.10.0: dependencies: camelcase: 1.2.1 @@ -27066,308 +27755,348 @@ packages: dev: false resolution: integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== - 'file:projects/babel-preset.tgz': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-default-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 + 'file:projects/babel-preset.tgz_ts-node@9.1.0': + dependencies: + '@babel/cli': 7.12.8_@babel+core@7.12.9 + '@babel/core': 7.12.9 + '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-export-default-from': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.12.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.12.9 + '@babel/preset-env': 7.12.7_@babel+core@7.12.9 + '@babel/preset-react': 7.12.7_@babel+core@7.12.9 + '@babel/preset-typescript': 7.12.7_@babel+core@7.12.9 babel-plugin-date-fns: 2.0.0 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-lodash: 3.3.4 - babel-plugin-styled-components: 1.11.1_styled-components@5.2.0 + babel-plugin-styled-components: 1.12.0_styled-components@5.2.1 babel-plugin-transform-react-remove-prop-types: 0.4.24 - core-js: 3.6.5 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 + core-js: 3.8.0 + cross-env: 7.0.3 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 minimist: 1.2.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 5.2.0_975908421a0f349b287d23c767f90c42 + react: 17.0.1 + react-dom: 17.0.1_react@17.0.1 + styled-components: 5.2.1_d56e21ef07fc37b6ee9b57ce562afcca dev: false + id: 'file:projects/babel-preset.tgz' name: '@rush-temp/babel-preset' + peerDependencies: + ts-node: '*' resolution: integrity: sha512-t2GhelIFDGbFIbHDQ0JDC/4xlncRl2hf0tKZkIhdFRzxFtmue+05Rlr/NPSCeb2Qg++HS2azTdol5xErwdak5g== tarball: 'file:projects/babel-preset.tgz' version: 0.0.0 'file:projects/create-release-notes.tgz': dependencies: - '@microsoft/rush-lib': 5.35.1 - '@types/yargs': 15.0.9 - eslint: 7.11.0 - j2m: 1.1.0 - ts-node: 9.0.0_typescript@4.0.5 - typescript: 4.0.5 - yargs: 16.1.0 + '@microsoft/rush-lib': 5.35.2 + '@types/yargs': 15.0.11 + eslint: 7.15.0 + ts-node: 9.1.0_typescript@4.1.2 + typescript: 4.1.2 + yargs: 16.2.0 dev: false name: '@rush-temp/create-release-notes' resolution: integrity: sha512-kK6Q1yKAyfsdPCRyZ4AF3JBgCWA98N8/4LO2v0HAMBJju6XtxI79LqIvf129hF/SJffYThVpcuvKIB+EI8iNRA== tarball: 'file:projects/create-release-notes.tgz' version: 0.0.0 - 'file:projects/docs.tgz_@babel+core@7.11.6': + 'file:projects/docs.tgz': dependencies: - '@mdx-js/loader': 0.15.7 + '@mdx-js/loader': 0.15.7_react@16.14.0 '@mdx-js/mdx': 0.15.7 - '@mdx-js/tag': 0.15.6_react@16.13.1 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-styled-components: 1.11.1_styled-components@4.4.1 - eslint: 7.9.0 + '@mdx-js/tag': 0.15.6_react@16.14.0 + babel-loader: 8.2.2 + babel-plugin-styled-components: 1.12.0_styled-components@4.4.1 + eslint: 7.15.0 is-absolute-url: 2.1.0 mdx-docs: 1.0.0-9_1879e73838edc007c3ca1b62e79afe27 - next: 9.4.4_react-dom@16.13.1+react@16.13.1 - next-mdx-docs: 0.0.1-0_@mdx-js+mdx@0.15.7 - pcln-icons: 3.2.0_4f54128445bc6f13bd713dcb3d91e98e + next: 9.4.4_react-dom@16.14.0+react@16.14.0 + next-mdx-docs: 0.0.1-0_@mdx-js+mdx@0.15.7+react@16.14.0 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 remark-autolink-headings: 5.2.2 remark-emoji: 2.1.0 remark-images: 0.8.1 remark-slug: 5.1.2 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 dev: false - id: 'file:projects/docs.tgz' name: '@rush-temp/docs' - peerDependencies: - '@babel/core': '*' resolution: - integrity: sha512-TkWDuF3mDJSFUmdb+I5mOtTYfs74QgFNMGQRk/MqAwqx4W/4pRFBHowFbcHEFmN17084KjLwULYosV2jraxNkw== + integrity: sha512-+Q6GenBv+orY0JVwcRXrgYDdNnC8mv/8K0rc73VfQ6EWS/Ym8UzFvlN+pylaUGzdnHEyhFVjnZLGB7rc/T2YNA== tarball: 'file:projects/docs.tgz' version: 0.0.0 'file:projects/eslint-config.tgz': dependencies: - '@rushstack/eslint-config': 1.3.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/eslint-plugin': 4.1.1_f56e3c8176f99a28c3d29ed46b5a0108 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0+typescript@4.0.2 - babel-eslint: 10.1.0_eslint@7.9.0 - eslint: 7.9.0 - eslint-config-prettier: 6.11.0_eslint@7.9.0 - eslint-import-resolver-typescript: 2.3.0_abdf0c9d977be3d37bd469dd74184e57 - eslint-plugin-import: 2.22.0_eslint@7.9.0 - eslint-plugin-jest: 24.0.1_eslint@7.9.0+typescript@4.0.2 - eslint-plugin-jsx-a11y: 6.3.1_eslint@7.9.0 + '@rushstack/eslint-config': 1.4.2_eslint@7.15.0+typescript@4.1.2 + '@typescript-eslint/eslint-plugin': 4.9.0_e74d2a7d9c6f761fcb488002f3c93903 + '@typescript-eslint/parser': 4.9.0_eslint@7.15.0+typescript@4.1.2 + babel-eslint: 10.1.0_eslint@7.15.0 + eslint: 7.15.0 + eslint-config-prettier: 6.15.0_eslint@7.15.0 + eslint-import-resolver-typescript: 2.3.0_00d09b02c6185f3347dd86516a55f6ae + eslint-plugin-import: 2.22.1_eslint@7.15.0 + eslint-plugin-jest: 24.1.3_eslint@7.15.0+typescript@4.1.2 + eslint-plugin-jsx-a11y: 6.4.1_eslint@7.15.0 eslint-plugin-progress: 0.0.1 eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-react-hooks: 4.1.2_eslint@7.9.0 - eslint-plugin-sonarjs: 0.5.0_eslint@7.9.0 - prettier: 2.1.2 - typescript: 4.0.2 + eslint-plugin-react: 7.21.5_eslint@7.15.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.15.0 + eslint-plugin-sonarjs: 0.5.0_eslint@7.15.0 + prettier: 2.2.1 + typescript: 4.1.2 dev: false name: '@rush-temp/eslint-config' resolution: integrity: sha512-ZuRbE+3Gm3J4ux3sv+uKXZywrhwrbwwDyMHNyt0sJK1C8SMOaw+HfuU6wnJcXMJhRzxdo/eMvNxynsdIIQQETA== tarball: 'file:projects/eslint-config.tgz' version: 0.0.0 - 'file:projects/pcln-autocomplete.tgz': + 'file:projects/pcln-autocomplete.tgz_ts-node@9.1.0': dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 + '@babel/cli': 7.12.8_@babel+core@7.12.9 + '@babel/core': 7.12.9 + '@reach/component-component': 0.7.4_react-dom@16.14.0+react@16.14.0 + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 cat-names: 2.0.0 - cross-env: 7.0.2 - downshift: 3.4.8_react@16.13.1 - eslint: 7.9.0 - jest: 26.4.2 + cross-env: 7.0.3 + downshift: 3.4.8_react@16.14.0 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4_styled-components@4.4.1 npm-run-all: 4.1.5 - pcln-icons: 3.2.0_4f54128445bc6f13bd713dcb3d91e98e prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 rimraf: 3.0.2 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 us: 2.0.0 dev: false + id: 'file:projects/pcln-autocomplete.tgz' name: '@rush-temp/pcln-autocomplete' + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-9Cw+nHxxTWoxjv7+z+KvexG6EDD6adzqAYllvmYBv3eYlM10c0V32RPRG+Tn8cOtVFsU0aMgNxIdRnCcgWFVRg== + integrity: sha512-yvprCiJpWqbI9CQHj8XdL8SGSdDD+LN8qihRSYTq0BqHLfCU71PJ4Ck5yxqtrosIuOCGQigY4dmEunhu4jrrjw== tarball: 'file:projects/pcln-autocomplete.tgz' version: 0.0.0 - 'file:projects/pcln-design-system.tgz_5f4e75485d05063debccc2e0651ceb55': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@compositor/kit': 1.0.47_d68e1dd1e415fe8dfee7ae76effc9703 - '@storybook/addon-actions': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-info': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/react': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/react-hooks': 3.4.2_1fb72ba09e79ce5bfd91e4d67e1015b7 + 'file:projects/pcln-design-system.tgz_c84040a5e6105c2ab91ff8a3b48eff7f': + dependencies: + '@babel/cli': 7.12.8 + '@compositor/kit': 1.0.47_06677a59d5b1ed295fa969e19a0946d4 + '@storybook/addon-actions': 5.3.21_1944eb952cab1f05b64d39ba5c926494 + '@storybook/addon-info': 5.3.21_1944eb952cab1f05b64d39ba5c926494 + '@storybook/react': 5.3.21_133926cb9aab840cd0261b1a1eebd9b9 + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 + '@testing-library/react-hooks': 3.4.2_98e0eb37a9f7280a1c5a6c886619f5b4 '@types/styled-system': 4.2.2 - camelcase: 6.0.0 - cross-env: 7.0.2 + camelcase: 6.2.0 + cross-env: 7.0.3 deepmerge: 4.2.2 - eslint: 7.9.0 + eslint: 7.15.0 hoist-non-react-statics: 3.3.2 - jest: 26.4.2 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4_styled-components@4.4.1 moize: 5.4.7 npm-run-all: 4.1.5 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-test-renderer: 16.14.0_react@16.14.0 rimraf: 3.0.2 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 stylis: 3.5.4 dev: false id: 'file:projects/pcln-design-system.tgz' name: '@rush-temp/pcln-design-system' peerDependencies: - '@babel/core': '*' '@types/react': '*' babel-loader: '*' + ts-node: '*' resolution: integrity: sha512-rGi7Mr1Ot2AUfEoxDaZnpL/P5Eeorry5dCLo2pgaMNfroR0dRDlbZje+kpaKkSJTauPbWYIsTPz+W23BVrnVyw== tarball: 'file:projects/pcln-design-system.tgz' version: 0.0.0 - 'file:projects/pcln-icons.tgz_@babel+core@7.11.6': + 'file:projects/pcln-icons.tgz_ts-node@9.1.0': dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 + '@babel/cli': 7.12.8 + '@babel/plugin-syntax-jsx': 7.12.1 '@svgr/cli': 4.3.3 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 + cross-env: 7.0.3 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4_styled-components@4.4.1 lodash.upperfirst: 4.3.1 npm-run-all: 4.1.5 - pcln-design-system: 3.6.1_4f54128445bc6f13bd713dcb3d91e98e + pcln-design-system: 4.1.2_b1ebf7b4f1232a9934def6b0070fda14 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-test-renderer: 16.14.0_react@16.14.0 rimraf: 3.0.2 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 dev: false id: 'file:projects/pcln-icons.tgz' name: '@rush-temp/pcln-icons' peerDependencies: - '@babel/core': '*' + ts-node: '*' resolution: - integrity: sha512-+tr/c409d33zJcqO1fJv5oTqixXbJXWUqJSdK2jqq/yjhMSQXy/2HL12VNSGJDXc2QTME7rbm4mVSN8oy0MB3A== + integrity: sha512-2DwJQWN4e8Uqm+RubDPwZlldzOflWiTupP3qAyMXJxSnzD7dPfX6UJvQchLU3O38uf+KyiNvC9G9xS7BYrds4Q== tarball: 'file:projects/pcln-icons.tgz' version: 0.0.0 - 'file:projects/pcln-menu.tgz_@babel+core@7.11.6': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.11.0 - jest: 26.4.2 + 'file:projects/pcln-media-query-match.tgz_ab7f8393b689532e7da7cb62e4b1897d': + dependencies: + '@babel/cli': 7.12.8_@babel+core@7.12.9 + '@babel/core': 7.12.9 + '@babel/plugin-transform-react-jsx': 7.12.7_@babel+core@7.12.9 + '@babel/runtime': 7.12.5 + '@compositor/kit': 1.0.47_06677a59d5b1ed295fa969e19a0946d4 + '@mdx-js/loader': 1.6.22_react@16.14.0 + '@storybook/addon-actions': 5.3.21_1944eb952cab1f05b64d39ba5c926494 + '@storybook/react': 5.3.21_5409f5615c1e9a23ad8f589e29110730 + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 9.5.0_react-dom@16.14.0+react@16.14.0 + acorn: 7.4.1 + babel-jest: 26.6.3_@babel+core@7.12.9 + babel-loader: 8.2.2_@babel+core@7.12.9 + cross-env: 7.0.3 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 + jest-bamboo-reporter: 1.2.1 + jest-standard-reporter: 1.1.1 + jest-styled-components: 6.3.4_styled-components@4.4.1 + lodash: 4.17.20 + npm-run-all: 4.1.5 + prop-types: 15.7.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-responsive: 6.1.2_react@16.14.0 + rimraf: 3.0.2 + storybook-addon-deps: 1.0.12_1bedbbcbe8417bca2a827549daf620b5 + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 + dev: false + id: 'file:projects/pcln-media-query-match.tgz' + name: '@rush-temp/pcln-media-query-match' + peerDependencies: + '@storybook/addon-docs': '*' + '@types/react': '*' + ts-node: '*' + resolution: + integrity: sha512-SvEfSxPooP7vpq6+coaJWrjCHDwwX84RRzGKc5ODgot1E+cZDgbb3Qi2Zc+f3k0j8nsMzJZpTU/j6JydTM+oiQ== + tarball: 'file:projects/pcln-media-query-match.tgz' + version: 0.0.0 + 'file:projects/pcln-menu.tgz_ts-node@9.1.0': + dependencies: + '@babel/cli': 7.12.8 + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 + cross-env: 7.0.3 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4_styled-components@4.4.1 npm-run-all: 4.1.5 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 rimraf: 3.0.2 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 dev: false id: 'file:projects/pcln-menu.tgz' name: '@rush-temp/pcln-menu' peerDependencies: - '@babel/core': '*' + ts-node: '*' resolution: - integrity: sha512-tgiAZP34fRYnH/+jaMuC6VqZvYchlojq1us127tLIebkEshk7PvS/ZWDjRHb9EXG+kxG8u3N8yVX6NFK8eZhsQ== + integrity: sha512-5RkizgU7tkl/JAnnrhMdFlFITvoIrU4Wguwul/gTrf3uN0wVNaI3Z0fdODOPw8uA1o13NGVtBvhGxiO2uPOtIA== tarball: 'file:projects/pcln-menu.tgz' version: 0.0.0 - 'file:projects/pcln-modal.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@reach/dialog': 0.7.4_9dda0080177cf6c707a911d3fb3b859b - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 + 'file:projects/pcln-modal.tgz_5976781a7f3bd1ac3d3839b9f9ab1bf2': + dependencies: + '@babel/cli': 7.12.8 + '@reach/dialog': 0.7.4_0481a0a9865629f4d1be264d521276ac + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 + cross-env: 7.0.3 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4_styled-components@4.4.1 npm-run-all: 4.1.5 prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-transition-group: 2.9.0_react-dom@16.13.1+react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-transition-group: 2.9.0_react-dom@16.14.0+react@16.14.0 rimraf: 3.0.2 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 dev: false id: 'file:projects/pcln-modal.tgz' name: '@rush-temp/pcln-modal' peerDependencies: - '@babel/core': '*' '@types/react': '*' + ts-node: '*' resolution: - integrity: sha512-LVLsuPGRNMq2eDN7Ax+uXwJX1VoCRA3Am+jqkFzKWyNvpg2NIEi4oL9L9EshbUsup8hKIshYR6tIYCczGQJaxQ== + integrity: sha512-5vDsIMYUEBLNhICvrjgOUFQbybJmOdtEeSKG05/3FeLK3txa1CXF/jhTsFoCx5QQnn0x8DZqz/ORwZDSrvvXIg== tarball: 'file:projects/pcln-modal.tgz' version: 0.0.0 - 'file:projects/pcln-popover.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 + 'file:projects/pcln-popover.tgz_5976781a7f3bd1ac3d3839b9f9ab1bf2': + dependencies: + '@babel/cli': 7.12.8 + '@reach/component-component': 0.7.4_react-dom@16.14.0+react@16.14.0 + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 + cross-env: 7.0.3 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4_styled-components@4.4.1 npm-run-all: 4.1.5 - pcln-icons: 3.2.0_4f54128445bc6f13bd713dcb3d91e98e prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-popper: 1.3.7_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-focus-lock: 2.5.0_fa14fe5eab06fc40706f42ae1049ee73 + react-popper: 1.3.7_react@16.14.0 rimraf: 3.0.2 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 dev: false id: 'file:projects/pcln-popover.tgz' name: '@rush-temp/pcln-popover' peerDependencies: - '@babel/core': '*' '@types/react': '*' + ts-node: '*' resolution: - integrity: sha512-gXai2gd+kn65BAMd7ICiQQWdrl33fCZxW42YNG3i6SJGLGSjHkQ4rT0N77DIsaXwJi6tg1TmU+tzzfeg9H3Msg== + integrity: sha512-NexAN7ScIWYLASloKoIEl2Bkp+9zFzFk8E7rTivLrkkOMsZ+Uwr4zavPm/mCOPJLwk2dTnxoZQYBFAGl35sGzw== tarball: 'file:projects/pcln-popover.tgz' version: 0.0.0 - 'file:projects/pcln-slider.tgz': + 'file:projects/pcln-slider.tgz_ts-node@9.1.0': dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 + '@babel/cli': 7.12.8_@babel+core@7.12.9 + '@babel/core': 7.12.9 + '@reach/component-component': 0.7.4_react-dom@16.14.0+react@16.14.0 + '@testing-library/jest-dom': 5.11.6 + '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 classnames: 2.2.6 - cross-env: 7.0.2 + cross-env: 7.0.3 enzyme: 3.11.0 - enzyme-adapter-react-16: 1.15.4_df2dc313d8031f8c2dbd009d86ca7fc7 - eslint: 7.9.0 - jest: 26.4.2 + enzyme-adapter-react-16: 1.15.5_4f82faf5e8cab057bc46d4d95079ec42 + eslint: 7.15.0 + jest: 26.6.3_ts-node@9.1.0 jest-standard-reporter: 1.1.1 jest-styled-components: 6.3.4_styled-components@4.4.1 npm-run-all: 4.1.5 @@ -27376,66 +28105,65 @@ packages: rc-tooltip: 3.7.3 rc-trigger: 2.6.5 rc-util: 4.21.1 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 rimraf: 3.0.2 shallowequal: 1.1.0 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 styled-system: 4.2.4 warning: 4.0.3 dev: false + id: 'file:projects/pcln-slider.tgz' name: '@rush-temp/pcln-slider' + peerDependencies: + ts-node: '*' resolution: - integrity: sha512-qdC7i3jIdZybYWzLcr47nAmmsMtbt6robG4IbqXylrVUc35JyrPI3U8dEvN2Ro/Xb/1ki5v/n80sywsLtvDXKQ== + integrity: sha512-RIkM3LPSCOV3MHI91a46MGowSDJdJuP+q8Tkeu3wQozW5kvLh5OcZBsXNBRNq7UbvEsUo3ndg7zGsFyRNs9abw== tarball: 'file:projects/pcln-slider.tgz' version: 0.0.0 'file:projects/pcln-types.tgz': dependencies: - '@types/react': 16.9.49 + '@types/react': 16.14.2 '@types/styled-system': 4.2.2 - csstype: 2.6.13 - dtslint: 4.0.2 - eslint: 7.9.0 - prettier: 2.1.2 + csstype: 2.6.14 + dtslint: 4.0.6 + eslint: 7.15.0 + prettier: 2.2.1 dev: false name: '@rush-temp/pcln-types' resolution: - integrity: sha512-euIAu208N5VYHsSSagu3oqVUF+TnPaPjejDDWtNjptCSHWF28qya5SbA7RTQqqCYJJLVJT+K21j08Ws6bbkUtA== + integrity: sha512-hFYSqI32bj63rLzFK3tLUo86AjFPxb1kTncgGQW8l0Wj1HDZpvrBI57Nn/2UC+IZy/wxCYLrseEmEJN08IVCeQ== tarball: 'file:projects/pcln-types.tgz' version: 0.0.0 - 'file:projects/storybook.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@compositor/kit': 1.0.47_d68e1dd1e415fe8dfee7ae76effc9703 - '@storybook/addon-a11y': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-actions': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-docs': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@storybook/addon-info': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-knobs': 5.3.21_9dda0080177cf6c707a911d3fb3b859b - '@storybook/addon-viewport': 5.3.21_9dda0080177cf6c707a911d3fb3b859b - '@storybook/react': 5.3.21_859c605ca6661ee792e8f02338da5f92 - babel-loader: 8.1.0_@babel+core@7.11.6 + 'file:projects/storybook.tgz_@types+react@16.14.2': + dependencies: + '@compositor/kit': 1.0.47_06677a59d5b1ed295fa969e19a0946d4 + '@storybook/addon-a11y': 5.3.21_1944eb952cab1f05b64d39ba5c926494 + '@storybook/addon-actions': 5.3.21_1944eb952cab1f05b64d39ba5c926494 + '@storybook/addon-docs': 5.3.21_133926cb9aab840cd0261b1a1eebd9b9 + '@storybook/addon-knobs': 5.3.21_0481a0a9865629f4d1be264d521276ac + '@storybook/addon-viewport': 5.3.21_0481a0a9865629f4d1be264d521276ac + '@storybook/react': 5.3.21_133926cb9aab840cd0261b1a1eebd9b9 + babel-loader: 8.2.2 babel-plugin-react-docgen: 4.1.0 - chromatic: 5.2.0_@babel+core@7.11.6 - eslint: 7.9.0 + chromatic: 5.4.0 + eslint: 7.15.0 npm-run-all: 4.1.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-draggable-playground: 1.0.0 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e + styled-components: 4.4.1_f96fccf55dd8c298826112286576f1f4 dev: false id: 'file:projects/storybook.tgz' name: '@rush-temp/storybook' peerDependencies: - '@babel/core': '*' '@types/react': '*' resolution: - integrity: sha512-g7VRy3GGWYSFmRCt0tzjCJOjd55LAK9Bts31KJXu76v49a1cDlzK+31AjMmIDBOU2D4JAkjKdIyhX4Pt6Nq1Ew== + integrity: sha512-mRji3BMrSmsiniTjozO3mXjMxpMQQKez93W2c7ilEI+tj9g4RwYiGFLJHeZN3HYRP1HGkj65XnQrchYjWmy/Xg== tarball: 'file:projects/storybook.tgz' version: 0.0.0 registry: '' specifiers: - '@babel/cli': ^7.11.6 - '@babel/core': ^7.11.6 '@babel/plugin-proposal-class-properties': ^7.10.4 '@babel/plugin-proposal-export-default-from': ^7.10.4 '@babel/plugin-proposal-nullish-coalescing-operator': ^7.10.4 @@ -27443,11 +28171,11 @@ specifiers: '@babel/plugin-syntax-dynamic-import': ^7.8.3 '@babel/plugin-syntax-jsx': ^7.10.4 '@babel/plugin-transform-modules-commonjs': ^7.10.4 + '@babel/plugin-transform-react-jsx': ^7.12.5 '@babel/preset-env': ^7.11.5 '@babel/preset-react': ^7.10.4 '@babel/preset-typescript': ^7.10.4 '@compositor/kit': ^1.0.47 - '@mdx-js/loader': ^0.15.5 '@mdx-js/mdx': ^0.15.5 '@mdx-js/tag': ^0.15.0 '@microsoft/rush-lib': ^5.34.1 @@ -27460,6 +28188,7 @@ specifiers: '@rush-temp/pcln-autocomplete': 'file:./projects/pcln-autocomplete.tgz' '@rush-temp/pcln-design-system': 'file:./projects/pcln-design-system.tgz' '@rush-temp/pcln-icons': 'file:./projects/pcln-icons.tgz' + '@rush-temp/pcln-media-query-match': 'file:./projects/pcln-media-query-match.tgz' '@rush-temp/pcln-menu': 'file:./projects/pcln-menu.tgz' '@rush-temp/pcln-modal': 'file:./projects/pcln-modal.tgz' '@rush-temp/pcln-popover': 'file:./projects/pcln-popover.tgz' @@ -27468,22 +28197,20 @@ specifiers: '@rush-temp/storybook': 'file:./projects/storybook.tgz' '@rushstack/eslint-config': ^1.3.0 '@storybook/addon-a11y': ^5.3.21 - '@storybook/addon-actions': ^5.3.21 '@storybook/addon-docs': ^5.3.21 '@storybook/addon-info': ^5.3.21 '@storybook/addon-knobs': ^5.3.21 '@storybook/addon-viewport': ^5.3.21 - '@storybook/react': ^5.3.21 '@svgr/cli': ^4.3.3 - '@testing-library/jest-dom': ^5.11.4 - '@testing-library/react': ^11.0.4 '@testing-library/react-hooks': ^3.4.2 '@types/react': ^16.9.49 '@types/styled-system': ^4.2.2 '@types/yargs': ^15.0.8 '@typescript-eslint/eslint-plugin': ^4.1.1 '@typescript-eslint/parser': ^4.1.1 + acorn: ^7.1.0 babel-eslint: ^10.1.0 + babel-jest: ^26.3.0 babel-loader: ^8.1.0 babel-plugin-date-fns: ^2.0.0 babel-plugin-dynamic-import-node: ^2.3.3 @@ -27515,7 +28242,7 @@ specifiers: eslint-plugin-sonarjs: ^0.5.0 hoist-non-react-statics: ^3.3.2 is-absolute-url: ^2.1.0 - jest: ^26.4.2 + jest-bamboo-reporter: ^1.2.1 jest-standard-reporter: ^1.1.1 jest-styled-components: ^6.3.4 lodash.upperfirst: ^4.3.1 @@ -27525,7 +28252,6 @@ specifiers: next: ~9.4.4 next-mdx-docs: 0.0.1-0 npm-run-all: ^4.1.5 - pcln-design-system: ^3.6.1 prettier: ^2.1.1 prop-types: ^15.7.2 rc-tools: ^8.4.5 @@ -27543,6 +28269,7 @@ specifiers: remark-slug: ^5.1.0 rimraf: ^3.0.2 shallowequal: ^1.0.1 + storybook-addon-deps: ^1.0.12 styled-system: ^4.2.4 stylis: ^3.5.4 ts-node: ^9.0.0 diff --git a/packages/icons/package.json b/packages/icons/package.json index 976e797bfa..a04004079b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -50,7 +50,7 @@ "jest-standard-reporter": "^1.1.1", "jest-styled-components": "^6.3.4", "npm-run-all": "^4.1.5", - "pcln-design-system": "^3.6.1", + "pcln-design-system": "^4.1.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-test-renderer": "^16.13.1", diff --git a/packages/icons/src/__snapshots__/index.spec.js.snap b/packages/icons/src/__snapshots__/index.spec.js.snap index 2ffff75244..6c76658d4f 100644 --- a/packages/icons/src/__snapshots__/index.spec.js.snap +++ b/packages/icons/src/__snapshots__/index.spec.js.snap @@ -1,9 +1,20 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders Ac 1`] = ` +.c0 { + -webkit-flex: none; + -ms-flex: none; + flex: none; + width: 24px; +} + +.c1 { + outline: none; +} + /src/**/*.js', + '!/src/**/*.stories.js', + ], + moduleDirectories: ['node_modules', 'test'], + reporters: ['jest-standard-reporter'], + setupFilesAfterEnv: ['./test/jest.setup.js'], + testMatch: ['/src/**/*.spec.js'], +} diff --git a/packages/media-query-match/package.json b/packages/media-query-match/package.json new file mode 100644 index 0000000000..6ace5bd095 --- /dev/null +++ b/packages/media-query-match/package.json @@ -0,0 +1,70 @@ +{ + "name": "pcln-media-query-match", + "version": "1.0.0", + "description": "Conditionally render React components based on media queries", + "scripts": { + "start": "start-storybook", + "build:babel:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs", + "build:babel:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm", + "build:babel:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/es", + "build": "run-p build:babel:*", + "test": "jest", + "test:ci": "jest --runInBand", + "test:changed": "jest -o", + "test:watch": "jest --watch", + "postpublish": "slack-component-publish", + "lint": "eslint ." + }, + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "license": "MIT", + "author": "Steven Dalonzo", + "files": [ + "dist/" + ], + "devDependencies": { + "@babel/cli": "^7.12.1", + "@babel/core": "^7.12.3", + "@babel/runtime": "^7.12.3", + "@babel/plugin-transform-react-jsx": "^7.12.5", + "@priceline/babel-preset": "^0.0.1", + "@priceline/eslint-config": "^0.0.1", + "@compositor/kit": "^1.0.47", + "@mdx-js/loader": "^1.5.7", + "@storybook/addon-actions": "^5.3.14", + "@storybook/react": "^5.3.14", + "@testing-library/jest-dom": "^5.11.5", + "@testing-library/react": "^9.5.0", + "acorn": "^7.1.0", + "babel-jest": "^26.3.0", + "babel-loader": "^8.1.0", + "cross-env": "^7.0.2", + "jest": "^26.6.1", + "jest-bamboo-reporter": "^1.2.1", + "jest-standard-reporter": "^1.1.1", + "jest-styled-components": "^6.3.4", + "lodash": "^4.17.20", + "pcln-design-system": "^4.1.2", + "prop-types": "^15.7.2", + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-responsive": "^6.1.2", + "rimraf": "^3.0.2", + "storybook-addon-deps": "^1.0.12", + "styled-components": "^4.4.1", + "eslint": "^7.13.0", + "npm-run-all": "^4.1.5" + }, + "peerDependencies": { + "@babel/runtime": "^7.8.4", + "lodash": ">=4.17.15", + "prop-types": "^15.7.2", + "react": ">=16.9.0", + "react-dom": ">=16.9.0", + "react-responsive": "^6.1.1" + }, + "engines": { + "npm": ">=6.4.1", + "node": ">=10.15.3" + } +} diff --git a/packages/media-query-match/src/MediaQueryMatch.js b/packages/media-query-match/src/MediaQueryMatch.js new file mode 100644 index 0000000000..0b3d75f570 --- /dev/null +++ b/packages/media-query-match/src/MediaQueryMatch.js @@ -0,0 +1,65 @@ +import React from 'react' +import PropTypes from 'prop-types' +import Responsive from 'react-responsive' + +const matchers = { + xs: '20em', + sm: '32em', + md: '40em', + lg: '48em', + xl: '64em', + xxl: '80em', +} + +/** + * MediaQueryMatch is a React component that is used to conditionally render provided children based on the + * result of evaluating media queries. + * + * Supported breakpoints: + * + * | Name | Width in `em` | Width in `px` | + * | :--------------- | :----------: | :------------------: | + * | `xs` | `20em` | `320px` | + * | `sm` | `32em` | `512px` | + * | `md` | `40em` | `640px` | + * | `lg` | `48em` | `768px` | + * | `xl` | `64em` | `1024px` | + * | `xxl` | `80em` | `1280px` | + */ +const MediaQueryMatch = ({ minWidth, maxWidth, ignore, children, ...props }) => { + if (ignore) return children + + if (!minWidth && !maxWidth) { + return children + } + + const minBreakpoint = minWidth && matchers[minWidth] + const maxBreakpoint = maxWidth && matchers[maxWidth] + const transFormedMaxBreakPoint = maxBreakpoint && `${parseInt(maxBreakpoint) - 0.01}em` + + return ( + + {(matchesQuery) => matchesQuery && children} + + ) +} + +MediaQueryMatch.propTypes = { + /** minimum width to mount the children */ + minWidth: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl', 'xxl']), + + /** maximum width to mount the children */ + maxWidth: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl', 'xxl']), + + /** if truthy, children will render regardless of match status. useful for SETI tests */ + ignore: PropTypes.bool, + + /** conditionally rendered react children */ + children: PropTypes.node, +} + +MediaQueryMatch.defaultProps = { + children: null, +} + +export default MediaQueryMatch diff --git a/packages/media-query-match/src/MediaQueryMatch.spec.js b/packages/media-query-match/src/MediaQueryMatch.spec.js new file mode 100644 index 0000000000..9085a08d8e --- /dev/null +++ b/packages/media-query-match/src/MediaQueryMatch.spec.js @@ -0,0 +1,139 @@ +import React from 'react' + +import { render } from '../test/react-testing' + +import MediaQueryMatch from '.' + +const targetNode = TARGET + +describe('MediaQueryMatch', () => { + describe('minWidth - smaller than xs', () => { + test('matches', () => { + const { getByText } = render( + + {targetNode} + + ) + + expect(getByText('TARGET')).toBeTruthy() + }) + + it('should render children when not provided a minWidth or maxWidth', () => { + const { getByText } = render({targetNode}) + + expect(getByText('TARGET')).toBeTruthy() + }) + + test('does not match', () => { + const { queryByText } = render( + + {targetNode} + + ) + + expect(queryByText('TARGET')).toBeFalsy() + }) + }) + + describe('maxWidth - mobile', () => { + test('matches', () => { + const { getByText } = render( + + {targetNode} + + ) + + expect(getByText('TARGET')).toBeTruthy() + }) + + test('does not match', () => { + const { queryByText } = render( + + {targetNode} + + ) + + expect(queryByText('TARGET')).toBeFalsy() + }) + }) + + describe('minWidth and maxWidth - slim sidebar', () => { + test('does not match - smaller', () => { + const { queryByText } = render( + + {targetNode} + + ) + + expect(queryByText('TARGET')).toBeFalsy() + }) + + test('matches', () => { + const { getByText } = render( + + {targetNode} + + ) + + expect(getByText('TARGET')).toBeTruthy() + }) + + test('does not match - larger', () => { + const { queryByText } = render( + + {targetNode} + + ) + + expect(queryByText('TARGET')).toBeFalsy() + }) + }) + + describe('maxWidth - desktop, ignore', () => { + test('matches, no ignore', () => { + const { getByText } = render( + + {targetNode} + + ) + + expect(getByText('TARGET')).toBeTruthy() + }) + + test('does not match, no ignore', () => { + const { queryByText } = render( + + {targetNode} + + ) + + expect(queryByText('TARGET')).toBeFalsy() + }) + + test('matches, ignore', () => { + const { getByText } = render( + + {targetNode} + + ) + + expect(getByText('TARGET')).toBeTruthy() + }) + + test('matches, ignore, no children', () => { + const { queryByText } = render() + + expect(queryByText('TARGET')).toBeFalsy() + }) + + test('does not match, ignore', () => { + const { getByText } = render( + + {targetNode} + + ) + + expect(getByText('TARGET')).toBeTruthy() + }) + }) +}) diff --git a/packages/media-query-match/src/MediaQueryMatch.stories.js b/packages/media-query-match/src/MediaQueryMatch.stories.js new file mode 100644 index 0000000000..56a2c38657 --- /dev/null +++ b/packages/media-query-match/src/MediaQueryMatch.stories.js @@ -0,0 +1,146 @@ +import React from 'react' +import { withKnobs, optionsKnob } from '@storybook/addon-knobs' +import { Heading, Text } from 'pcln-design-system' +import { Container, Fixture } from '../storybookHelpers' + +import MediaQueryMatch from '.' + +const breakpointNames = { + null: null, + xs: 'xs', + sm: 'sm', + md: 'md', + lg: 'lg', + xl: 'xl', + xxl: 'xxl', +} +const removeFalsy = (obj) => { + const newObj = {} + + Object.keys(obj).forEach((prop) => { + if (obj[prop]) { + newObj[prop] = obj[prop] + } + }) + + return newObj +} + +export default { + title: 'MediaQueryMatch', + component: MediaQueryMatch, + decorators: [withKnobs], +} + +export const AllSizes = () => ( + + + minWidth = 'xs' + + + + minWidth = 'sm' + + + + minWidth = 'md' + + + + minWidth = 'lg' + + + + minWidth = 'xl' + + + + minWidth = 'xxl' + + + + minWidth = 'xs', maxWidth = 'sm' + + + + minWidth = 'sm', maxWidth = 'md' + + + + minWidth = 'md', maxWidth = 'lg' + + + + minWidth = 'lg', maxWidth = 'xl' + + + + minWidth = 'xl', maxWidth = 'xxl' + + + + maxWidth = 'xs' + + + + maxWidth = 'sm' + + + + maxWidth = 'md' + + + + maxWidth = 'lg' + + + + maxWidth = 'xl' + + + + maxWidth = 'xxl' + + +) + +export const TryIt = () => { + const minWidth = optionsKnob('Minimum Width', breakpointNames, 'xs', { + display: 'inline-radio', + }) + const maxWidth = optionsKnob('Maximum Width', breakpointNames, 'xxl', { + display: 'inline-radio', + }) + + const props = removeFalsy({ minWidth, maxWidth }) + + return ( + + + Try It! + + Use the Knobs panel below to change the props and use the breakpoints menu above to try your props + on different viewports. + +

An primary colored box will appear below when matching:

+
    + {minWidth &&
  • Selected minWidth = {minWidth}
  • } + {maxWidth &&
  • Selected maxWidth = {maxWidth}
  • } +
+
+ + + + + <MediaQueryMatch + {minWidth &&   minWidth='{minWidth}'} + {maxWidth &&   maxWidth='{maxWidth}'} + > +     content + <MediaQueryMatch> + + + +
+ ) +} diff --git a/packages/media-query-match/src/MediaQueryMatch.stories.mdx b/packages/media-query-match/src/MediaQueryMatch.stories.mdx new file mode 100644 index 0000000000..ec0628075b --- /dev/null +++ b/packages/media-query-match/src/MediaQueryMatch.stories.mdx @@ -0,0 +1,20 @@ +import { Meta } from '@storybook/addon-docs/blocks' + + + +# @pcln/media-query-match + +MediaQueryMatch is a React component that is used to conditionally render children based on if a media query matches or not. + +Supported Breakpoints: + +| Name | Width in `em` | Width in `px` | +| ---- | ------------- | ------------- | +| xs | 20em | 320px | +| sm | 32em | 512px | +| md | 40em | 640px | +| lg | 48em | 768px | +| xl | 64em | 1024px | +| xxl | 80em | 1280px | + + diff --git a/packages/media-query-match/src/index.js b/packages/media-query-match/src/index.js new file mode 100644 index 0000000000..5863d8d95c --- /dev/null +++ b/packages/media-query-match/src/index.js @@ -0,0 +1,3 @@ +import MediaQueryMatch from './MediaQueryMatch' + +export default MediaQueryMatch diff --git a/packages/media-query-match/storybookHelpers/index.js b/packages/media-query-match/storybookHelpers/index.js new file mode 100644 index 0000000000..e5c732ee76 --- /dev/null +++ b/packages/media-query-match/storybookHelpers/index.js @@ -0,0 +1,21 @@ +import React from 'react' +import PropTypes from 'prop-types' +import { Box, Text } from 'pcln-design-system' + +export const Fixture = ({ children, ...props }) => ( + + {children} + +) +Fixture.propTypes = { + children: PropTypes.node, +} + +export const Container = ({ children, ...props }) => ( + + {children} + +) +Container.propTypes = { + children: PropTypes.node, +} diff --git a/packages/media-query-match/test/jest.setup.js b/packages/media-query-match/test/jest.setup.js new file mode 100644 index 0000000000..192b0024be --- /dev/null +++ b/packages/media-query-match/test/jest.setup.js @@ -0,0 +1,2 @@ +import 'jest-styled-components' +import '@testing-library/jest-dom/extend-expect' diff --git a/packages/media-query-match/test/react-testing.js b/packages/media-query-match/test/react-testing.js new file mode 100644 index 0000000000..07386bc6f1 --- /dev/null +++ b/packages/media-query-match/test/react-testing.js @@ -0,0 +1,17 @@ +import React from 'react' +import { node } from 'prop-types' +import { render } from '@testing-library/react' +import { ThemeProvider } from 'pcln-design-system' + +const WithThemeProvider = ({ children }) => {children} +WithThemeProvider.propTypes = { + children: node, +} + +const renderWithTheme = (ui, options) => render(ui, { wrapper: WithThemeProvider, ...options }) + +// re-export everything +export * from '@testing-library/react' + +// override render method +export { renderWithTheme as render } diff --git a/rush.json b/rush.json index c51d28c216..56a0088c3d 100644 --- a/rush.json +++ b/rush.json @@ -398,6 +398,11 @@ "projectFolder": "packages/slider", "shouldPublish": true }, + { + "packageName": "pcln-media-query-match", + "projectFolder": "packages/media-query-match", + "shouldPublish": true + }, // Applications { diff --git a/tools/eslint-config/index.js b/tools/eslint-config/index.js index 3aac62cd6e..c29430cc90 100644 --- a/tools/eslint-config/index.js +++ b/tools/eslint-config/index.js @@ -1,6 +1,3 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution') - const defaultExtends = require('./shared/extends.js') const defaultPlugins = require('./shared/plugins.js')