From a874dcb3b6c470fd6a63d2a3c2aa7888c8f6604b Mon Sep 17 00:00:00 2001 From: James Burnside Date: Fri, 23 Apr 2021 14:27:08 -0700 Subject: [PATCH] Add application insights and cookie banner to Storybook (#155) --- .github/workflows/ci.yml | 1 + common/config/rush/pnpm-lock.yaml | 3987 +++++++++-------- packages/storybook/.storybook/main.js | 3 +- .../storybook/.storybook/manager-head.html | 25 + packages/storybook/.storybook/manager.ts | 3 + .../storybook/.storybook/telemetry.test.ts | 67 + packages/storybook/.storybook/telemetry.ts | 68 + packages/storybook/jest.config.js | 6 +- packages/storybook/package.json | 31 +- .../stories/ManageCookies.stories.tsx | 17 + .../__snapshots__/storybook.test.ts.snap | 53 + packages/storybook/tsconfig.json | 2 +- 12 files changed, 2332 insertions(+), 1931 deletions(-) create mode 100644 packages/storybook/.storybook/manager-head.html create mode 100644 packages/storybook/.storybook/telemetry.test.ts create mode 100644 packages/storybook/.storybook/telemetry.ts create mode 100644 packages/storybook/stories/ManageCookies.stories.tsx diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b071127a9f..3091babe91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,7 @@ jobs: working-directory: ./packages/storybook env: GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} + TELEMETRY_INSTRUMENTATION_KEY: ${{ secrets.TELEMETRY_INSTRUMENTATION_KEY }} # Create a GitHub issue if the CI failed when running on the `main` branch - name: Create issue if main branch CI failed diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 35bbd310f1..81c5628343 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -4,96 +4,99 @@ dependencies: '@azure/communication-common-beta3': /@azure/communication-common/1.0.0-beta.3 '@azure/communication-identity': 1.0.0-beta.4 '@azure/communication-signaling-2': /@azure/communication-signaling/1.0.0-beta.2 - '@azure/core-http': 1.2.3 + '@azure/core-http': 1.2.4 '@azure/core-paging': 1.1.3 - '@babel/core': 7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@babel/preset-react': 7.12.13_@babel+core@7.13.10 - '@fluentui/react': 7.164.1_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons': 0.3.10_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-theme-provider': 0.18.5_b0d7ca8a0459a1df1ff516252688d92a + '@babel/core': 7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 + '@fluentui/react': 7.168.0_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons': 0.3.10_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-theme-provider': 0.18.5_dc8920ecded7f534e37e775405ba89a3 '@mdx-js/react': 1.6.22_react@16.14.0 - '@microsoft/api-documenter': 7.12.12 - '@microsoft/api-extractor': 7.13.2 + '@microsoft/api-documenter': 7.12.22 + '@microsoft/api-extractor': 7.13.5 + '@microsoft/applicationinsights-react-js': 3.0.5_react@16.14.0 + '@microsoft/applicationinsights-web': 2.6.2 '@octokit/rest': 18.0.15 '@rollup/plugin-commonjs': 17.1.0_rollup@2.42.4 '@rush-temp/acs-calling-declarative': file:projects/acs-calling-declarative.tgz_prettier@2.0.5+ts-node@9.1.1 '@rush-temp/acs-chat-declarative': file:projects/acs-chat-declarative.tgz_prettier@2.0.5+ts-node@9.1.1 '@rush-temp/acs-chat-selector': file:projects/acs-chat-selector.tgz_prettier@2.0.5+ts-node@9.1.1 '@rush-temp/build-tools': file:projects/build-tools.tgz_typescript@4.1.5 - '@rush-temp/calling': file:projects/calling.tgz_570bf42e92a70fb216c5cd4d5ed668ef - '@rush-temp/chat': file:projects/chat.tgz_40b0c9f7a7a0fac66e4b6fcf06de2a42 - '@rush-temp/communication-ui': file:projects/communication-ui.tgz_webpack-cli@4.5.0 - '@rush-temp/one-to-one-call': file:projects/one-to-one-call.tgz_570bf42e92a70fb216c5cd4d5ed668ef + '@rush-temp/calling': file:projects/calling.tgz_51835a127eae6f1ae7fd62790eb1ad07 + '@rush-temp/chat': file:projects/chat.tgz_3611debbf5f642c29df35b93781df156 + '@rush-temp/communication-ui': file:projects/communication-ui.tgz_webpack-cli@4.6.0 + '@rush-temp/one-to-one-call': file:projects/one-to-one-call.tgz_51835a127eae6f1ae7fd62790eb1ad07 '@rush-temp/server': file:projects/server.tgz - '@rush-temp/storybook': file:projects/storybook.tgz_webpack-cli@4.5.0 + '@rush-temp/storybook': file:projects/storybook.tgz_webpack-cli@4.6.0 '@storybook/addon-actions': 6.1.21_30bc4764d4ba778218056aab0be8023f - '@storybook/addon-docs': 6.1.21_025c95869cb55e8d142f5246a0455b6d - '@storybook/addon-essentials': 6.1.21_489c05363155b6add536e1fef5b4fe59 + '@storybook/addon-docs': 6.1.21_5514be1c2f82a2c07dc23d6d89b846eb + '@storybook/addon-essentials': 6.1.21_27c8118c1ccd721e78d68bd4d0d52b84 '@storybook/addon-knobs': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/addon-links': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@storybook/addon-storyshots': 6.1.21_bf4eba619a81a338b8fdba9794ec01fe + '@storybook/addon-storyshots': 6.1.21_538a6a11a3a4b01446c2391ffea2cdcd '@storybook/node-logger': 6.1.21 - '@storybook/react': 6.1.21_4afa15f3c90940bbd828a24f4067472e + '@storybook/react': 6.1.21_68763175e626a6650d8c76d21ed6b837 '@storybook/storybook-deployer': 2.8.7 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@testing-library/jest-dom': 5.11.9 + '@testing-library/jest-dom': 5.12.0 '@testing-library/react-hooks': 3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4 - '@types/classnames': 2.2.11 + '@types/classnames': 2.3.1 '@types/cookie-parser': 1.4.2 - '@types/copy-webpack-plugin': 6.4.0 + '@types/copy-webpack-plugin': 6.4.1 '@types/cors': 2.8.10 '@types/express': 4.17.11 '@types/http-errors': 1.8.0 - '@types/jest': 26.0.20 + '@types/jest': 26.0.22 '@types/json-stringify-safe': 5.0.0 '@types/morgan': 1.9.2 - '@types/node': 14.14.35 + '@types/node': 14.14.41 '@types/preval.macro': 3.0.0 '@types/react': 16.14.5 '@types/react-aria-live': 2.0.0 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@types/react-linkify': 1.0.0 - '@types/supertest': 2.0.10 + '@types/supertest': 2.0.11 '@types/uuid': 8.3.0 - '@types/webpack-node-externals': 2.5.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - '@uifabric/react-hooks': 7.13.12_b0d7ca8a0459a1df1ff516252688d92a + '@types/webpack-node-externals': 2.5.1 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + '@uifabric/react-hooks': 7.13.12_dc8920ecded7f534e37e775405ba89a3 ajv: 6.12.6 - babel-eslint: 10.1.0_eslint@7.22.0 - babel-jest: 26.6.3_@babel+core@7.13.10 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a + babel-eslint: 10.1.0_eslint@7.24.0 + babel-jest: 26.6.3_@babel+core@7.13.16 + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c beachball: 1.53.2 - classnames: 2.2.6 + classnames: 2.3.1 concurrently: 5.3.0 cookie-parser: 1.4.5 copy-to-clipboard: 3.3.1 copy-webpack-plugin: 6.4.1_webpack@4.44.2 copyfiles: 2.4.1 - core-js: 3.9.1 + core-js: 3.11.0 cors: 2.8.5 cross-env: 5.2.1 debug: 2.6.9 enzyme: 3.11.0 - enzyme-to-json: 3.6.1_enzyme@3.11.0 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-config-react-app: 6.0.0_828f2d5364d1d27245a2a80409233a43 - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 + enzyme-to-json: 3.6.2_enzyme@3.11.0 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-config-react-app: 6.0.0_8551572af614ff90398c8f9de743ce0b + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-jsx-a11y: 6.4.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 events: 3.3.0 express: 4.16.4 + history: 5.0.0 http-errors: 1.6.3 husky: 4.3.8 - immer: 8.0.1 + immer: 8.0.4 jest: 26.6.0_ts-node@9.1.1 jest-fetch-mock: 3.0.3 jest-junit: 12.0.0 @@ -105,7 +108,7 @@ dependencies: nan: 2.14.2 nanoid: 3.1.22 node-forge: 0.10.0 - office-ui-fabric-react: 7.164.1_b0d7ca8a0459a1df1ff516252688d92a + office-ui-fabric-react: 7.168.0_dc8920ecded7f534e37e775405ba89a3 prettier: 2.0.5 pretty-quick: 3.1.0_prettier@2.0.5 preval.macro: 5.0.0 @@ -113,36 +116,36 @@ dependencies: react: 16.14.0 react-aria-live: 2.0.5_react@16.14.0 react-dom: 16.14.0_react@16.14.0 - react-is: 17.0.1 + react-is: 17.0.2 react-linkify: 1.0.0-alpha react-router-dom: 5.2.0_react@16.14.0 - react-scripts: 4.0.3_a9e99724ada6035f86b48f9bda330596 + react-scripts: 4.0.3_2b8698e83d18c862edc721f7429b3106 react-test-renderer: 16.14.0_react@16.14.0 reactstrap: 8.9.0_react-dom@16.14.0+react@16.14.0 regenerator-runtime: 0.13.7 reselect: 4.0.0 rimraf: 2.7.1 rollup: 2.42.4 - rollup-plugin-sourcemaps: 0.6.3_9135ee81d9218d0e99b56082525729b5 + rollup-plugin-sourcemaps: 0.6.3_4b9a38894a9f4167a305ccbcae21e858 rollup-plugin-svg: 2.0.0 source-map-explorer: 2.5.2 storybook-docs-toc: 1.3.1_e4b854fbd94350c9a7e4d41c498855cc - styled-components: 5.2.3_9debf3d425c3eafb0518d6c329d076f5 + styled-components: 5.2.3_07c3f46f02454abeb4a4ede5be11f9b7 supertest: 6.1.3 - ts-jest: 26.5.3_jest@26.6.0+typescript@4.1.5 - ts-loader: 8.0.18_typescript@4.1.5+webpack@4.44.2 + ts-jest: 26.5.5_jest@26.6.0+typescript@4.1.5 + ts-loader: 8.1.0_typescript@4.1.5+webpack@4.44.2 ts-node: 9.1.1_typescript@4.1.5 ts-node-dev: 1.1.6_typescript@4.1.5 typescript: 4.1.5 uuid: 8.3.2 - webpack: 4.44.2_webpack-cli@4.5.0 - webpack-cli: 4.5.0_webpack@4.44.2 + webpack: 4.44.2_webpack-cli@4.6.0 + webpack-cli: 4.6.0_webpack@4.44.2 webpack-node-externals: 2.5.2 lockfileVersion: 5.2 packages: /@azure/abort-controller/1.0.4: dependencies: - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -152,15 +155,16 @@ packages: dependencies: '@azure/abort-controller': 1.0.4 '@azure/communication-common': 1.0.0-beta.3 - '@azure/core-auth': 1.2.0 - '@azure/core-http': 1.2.3 - '@azure/core-lro': 1.0.3 + '@azure/core-auth': 1.3.0 + '@azure/core-http': 1.2.4 + '@azure/core-lro': 1.0.5 '@azure/core-paging': 1.1.3 '@azure/core-tracing': 1.0.0-preview.9 '@azure/logger': 1.0.2 '@opentelemetry/api': 0.10.2 events: 3.3.0 - tslib: 2.1.0 + tslib: 2.2.0 + deprecated: This package has been deprecated. Please use @azure/communication-identity and @azure/communication-phone-numbers instead. dev: false engines: node: '>=8.0.0' @@ -178,14 +182,14 @@ packages: '@azure/abort-controller': 1.0.4 '@azure/communication-common': 1.0.0-beta.3 '@azure/communication-signaling': 1.0.0-beta.1 - '@azure/core-auth': 1.2.0 - '@azure/core-http': 1.2.3 + '@azure/core-auth': 1.3.0 + '@azure/core-http': 1.2.4 '@azure/core-paging': 1.1.3 '@azure/core-tracing': 1.0.0-preview.9 '@azure/logger': 1.0.2 '@opentelemetry/api': 0.10.2 events: 3.3.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -196,14 +200,14 @@ packages: '@azure/abort-controller': 1.0.4 '@azure/communication-common': 1.0.0-beta.5 '@azure/communication-signaling': 1.0.0-beta.2 - '@azure/core-auth': 1.2.0 - '@azure/core-http': 1.2.3 + '@azure/core-auth': 1.3.0 + '@azure/core-http': 1.2.4 '@azure/core-paging': 1.1.3 '@azure/core-tracing': 1.0.0-preview.9 '@azure/logger': 1.0.2 '@opentelemetry/api': 0.10.2 events: 3.3.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -212,12 +216,12 @@ packages: /@azure/communication-common/1.0.0: dependencies: '@azure/abort-controller': 1.0.4 - '@azure/core-auth': 1.2.0 - '@azure/core-http': 1.2.3 + '@azure/core-auth': 1.3.0 + '@azure/core-http': 1.2.4 '@opentelemetry/api': 0.10.2 events: 3.3.0 jwt-decode: 2.2.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -226,12 +230,12 @@ packages: /@azure/communication-common/1.0.0-beta.3: dependencies: '@azure/abort-controller': 1.0.4 - '@azure/core-auth': 1.2.0 - '@azure/core-http': 1.2.3 + '@azure/core-auth': 1.3.0 + '@azure/core-http': 1.2.4 '@opentelemetry/api': 0.10.2 events: 3.3.0 jwt-decode: 2.2.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -240,12 +244,12 @@ packages: /@azure/communication-common/1.0.0-beta.5: dependencies: '@azure/abort-controller': 1.0.4 - '@azure/core-auth': 1.2.0 - '@azure/core-http': 1.2.3 + '@azure/core-auth': 1.3.0 + '@azure/core-http': 1.2.4 '@opentelemetry/api': 0.10.2 events: 3.3.0 jwt-decode: 2.2.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -255,15 +259,15 @@ packages: dependencies: '@azure/abort-controller': 1.0.4 '@azure/communication-common': 1.0.0-beta.5 - '@azure/core-auth': 1.2.0 - '@azure/core-http': 1.2.3 - '@azure/core-lro': 1.0.3 + '@azure/core-auth': 1.3.0 + '@azure/core-http': 1.2.4 + '@azure/core-lro': 1.0.5 '@azure/core-paging': 1.1.3 '@azure/core-tracing': 1.0.0-preview.9 '@azure/logger': 1.0.2 '@opentelemetry/api': 0.10.2 events: 3.3.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -271,7 +275,7 @@ packages: integrity: sha512-qd0N66bR16Xrjc0wSaUrUQDTZDNiabk+MWqfT+oNpTIPM5yvu78bjz4aMH7rFYxIOWWW4k6lxwB91ZdBXXn1/A== /@azure/communication-signaling/1.0.0-beta.1: dependencies: - '@azure/core-http': 1.2.3 + '@azure/core-http': 1.2.4 '@azure/logger': 1.0.2 '@opentelemetry/api': 0.6.1 events: 3.3.0 @@ -283,7 +287,7 @@ packages: integrity: sha512-xxlGwbbTkEZAline8wrP75FLaOsT23nMukzIg5X/Cs6cQSQ/JKj7Uxq5Idxp9GgAYT+g+PAj+BJ929/jaselBQ== /@azure/communication-signaling/1.0.0-beta.2: dependencies: - '@azure/core-http': 1.2.3 + '@azure/core-http': 1.2.4 '@azure/core-tracing': 1.0.0-preview.9 '@azure/logger': 1.0.2 '@opentelemetry/api': 0.10.2 @@ -298,29 +302,29 @@ packages: dev: false resolution: integrity: sha512-kmv8CGrPfN9SwMwrkiBK9VTQYxdFQEGe0BmQk+M8io56P9KNzpAxcWE/1fxJj7uouwN4kXF0BHW8DNlgx+wtCg== - /@azure/core-auth/1.2.0: + /@azure/core-auth/1.3.0: dependencies: '@azure/abort-controller': 1.0.4 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' resolution: - integrity: sha512-KUl+Nwn/Sm6Lw5d3U90m1jZfNSL087SPcqHLxwn2T6PupNKmcgsEbDjHB25gDvHO4h7pBsTlrdJAY7dz+Qk8GA== - /@azure/core-http/1.2.3: + integrity: sha512-kSDSZBL6c0CYdhb+7KuutnKGf2geeT+bCJAgccB0DD7wmNJSsQPcF7TcuoZX83B7VK4tLz/u+8sOO/CnCsYp8A== + /@azure/core-http/1.2.4: dependencies: '@azure/abort-controller': 1.0.4 - '@azure/core-auth': 1.2.0 - '@azure/core-tracing': 1.0.0-preview.9 + '@azure/core-asynciterator-polyfill': 1.0.0 + '@azure/core-auth': 1.3.0 + '@azure/core-tracing': 1.0.0-preview.11 '@azure/logger': 1.0.2 - '@opentelemetry/api': 0.10.2 - '@types/node-fetch': 2.5.8 + '@types/node-fetch': 2.5.10 '@types/tunnel': 0.0.1 form-data: 3.0.1 node-fetch: 2.6.1 process: 0.11.10 tough-cookie: 4.0.0 - tslib: 2.1.0 + tslib: 2.2.0 tunnel: 0.0.6 uuid: 8.3.2 xml2js: 0.4.23 @@ -328,18 +332,19 @@ packages: engines: node: '>=8.0.0' resolution: - integrity: sha512-g5C1zUJO5dehP2Riv+vy9iCYoS1UwKnZsBVCzanScz9A83LbnXKpZDa9wie26G9dfXUhQoFZoFT8LYWhPKmwcg== - /@azure/core-lro/1.0.3: + integrity: sha512-cNumz3ckyFZY5zWOgcTHSO7AKRVwxbodG8WfcEGcdH+ZJL3KvJEI/vN58H6xk5v3ijulU2x/WPGJqrMVvcI79A== + /@azure/core-lro/1.0.5: dependencies: '@azure/abort-controller': 1.0.4 - '@azure/core-http': 1.2.3 + '@azure/core-http': 1.2.4 + '@azure/core-tracing': 1.0.0-preview.11 events: 3.3.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' resolution: - integrity: sha512-Py2crJ84qx1rXkzIwfKw5Ni4WJuzVU7KAF6i1yP3ce8fbynUeu8eEWS4JGtSQgU7xv02G55iPDROifmSDbxeHA== + integrity: sha512-0EFCFZxARrIoLWMIRt4vuqconRVIO2Iin7nFBfJiYCCbKp5eEmxutNk8uqudPmG0XFl5YqlVh68/al/vbE5OOg== /@azure/core-paging/1.1.3: dependencies: '@azure/core-asynciterator-polyfill': 1.0.0 @@ -348,11 +353,21 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-his7Ah40ThEYORSpIAwuh6B8wkGwO/zG7gqVtmSE4WAJ46e36zUDXTKReUCLBDc6HmjjApQQxxcRFy5FruG79A== + /@azure/core-tracing/1.0.0-preview.11: + dependencies: + '@opencensus/web-types': 0.0.7 + '@opentelemetry/api': 1.0.0-rc.0 + tslib: 2.2.0 + dev: false + engines: + node: '>=8.0.0' + resolution: + integrity: sha512-frF0pJc9HTmKncVokhBxCqipjbql02DThQ1ZJ9wLi7SDMLdPAFyDI5xZNzX5guLz+/DtPkY+SGK2li9FIXqshQ== /@azure/core-tracing/1.0.0-preview.9: dependencies: '@opencensus/web-types': 0.0.7 '@opentelemetry/api': 0.10.2 - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -360,7 +375,7 @@ packages: integrity: sha512-zczolCLJ5QG42AEPQ+Qg9SRYNUyB+yZ5dzof4YEc+dyWczO9G2sBqbAjLB7IqrsdHN2apkiB2oXeDKCsq48jug== /@azure/logger/1.0.2: dependencies: - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=8.0.0' @@ -384,26 +399,26 @@ packages: dev: false resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/compat-data/7.13.11: + /@babel/compat-data/7.13.15: dev: false resolution: - integrity: sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg== + integrity: sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA== /@babel/core/7.12.3: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 - '@babel/helper-module-transforms': 7.13.0 - '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/generator': 7.13.16 + '@babel/helper-module-transforms': 7.13.14 + '@babel/helpers': 7.13.17 + '@babel/parser': 7.13.16 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 lodash: 4.17.21 - resolve: 1.20.0 + resolve: 1.18.1 semver: 5.7.1 source-map: 0.5.7 dev: false @@ -414,13 +429,13 @@ packages: /@babel/core/7.12.9: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 - '@babel/helper-module-transforms': 7.13.0 - '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/generator': 7.13.16 + '@babel/helper-module-transforms': 7.13.14 + '@babel/helpers': 7.13.17 + '@babel/parser': 7.13.16 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -434,94 +449,93 @@ packages: node: '>=6.9.0' resolution: integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== - /@babel/core/7.13.10: + /@babel/core/7.13.16: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.0 - '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/generator': 7.13.16 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 + '@babel/helper-module-transforms': 7.13.14 + '@babel/helpers': 7.13.17 + '@babel/parser': 7.13.16 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 - lodash: 4.17.21 semver: 6.3.0 source-map: 0.5.7 dev: false engines: node: '>=6.9.0' resolution: - integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== - /@babel/generator/7.13.9: + integrity: sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q== + /@babel/generator/7.13.16: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 jsesc: 2.5.2 source-map: 0.5.7 dev: false resolution: - integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== + integrity: sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg== /@babel/helper-annotate-as-pure/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== /@babel/helper-builder-binary-assignment-operator-visitor/7.12.13: dependencies: '@babel/helper-explode-assignable-expression': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.12.3: + /@babel/helper-compilation-targets/7.13.16_@babel+core@7.12.3: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.15 '@babel/core': 7.12.3 '@babel/helper-validator-option': 7.12.17 - browserslist: 4.16.3 + browserslist: 4.16.5 semver: 6.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: + integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== + /@babel/helper-compilation-targets/7.13.16_@babel+core@7.13.16: dependencies: - '@babel/compat-data': 7.13.11 - '@babel/core': 7.13.10 + '@babel/compat-data': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-validator-option': 7.12.17 - browserslist: 4.16.3 + browserslist: 4.16.5 semver: 6.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== + integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw== - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.10: + /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 dev: false peerDependencies: @@ -538,9 +552,9 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg== - /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.10: + /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 regexpu-core: 4.7.1 dev: false @@ -548,13 +562,13 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg== - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.13.10: + /@babel/helper-define-polyfill-provider/0.2.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-imports': 7.12.13 + '@babel/core': 7.13.16 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - '@babel/traverse': 7.13.0 + '@babel/traverse': 7.13.17 debug: 4.3.1 lodash.debounce: 4.0.8 resolve: 1.20.0 @@ -563,10 +577,10 @@ packages: peerDependencies: '@babel/core': ^7.4.0-0 resolution: - integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg== + integrity: sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw== /@babel/helper-explode-assignable-expression/7.13.0: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA== @@ -574,52 +588,51 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-hoist-variables/7.13.0: + /@babel/helper-hoist-variables/7.13.16: dependencies: - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 dev: false resolution: - integrity: sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g== - /@babel/helper-member-expression-to-functions/7.13.0: + integrity: sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg== + /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: - integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - /@babel/helper-module-imports/7.12.13: + integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== + /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.13.0: + integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== + /@babel/helper-module-transforms/7.13.14: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-module-imports': 7.13.12 + '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - lodash: 4.17.21 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 dev: false resolution: - integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== + integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -635,34 +648,34 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-wrap-function': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg== - /@babel/helper-replace-supers/7.13.0: + /@babel/helper-replace-supers/7.13.12: dependencies: - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 dev: false resolution: - integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - /@babel/helper-simple-access/7.12.13: + integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== + /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-skip-transparent-expression-wrappers/7.12.1: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -678,19 +691,19 @@ packages: dependencies: '@babel/helper-function-name': 7.12.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA== - /@babel/helpers/7.13.10: + /@babel/helpers/7.13.17: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 dev: false resolution: - integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== + integrity: sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg== /@babel/highlight/7.13.10: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -699,14 +712,25 @@ packages: dev: false resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.11: + /@babel/parser/7.13.16: dev: false engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== - /@babel/plugin-proposal-async-generator-functions/7.13.8_@babel+core@7.12.3: + integrity: sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw== + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.13.12_@babel+core@7.13.16: + dependencies: + '@babel/core': 7.13.16 + '@babel/helper-plugin-utils': 7.13.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + dev: false + peerDependencies: + '@babel/core': ^7.13.0 + resolution: + integrity: sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ== + /@babel/plugin-proposal-async-generator-functions/7.13.15_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.13.0 @@ -716,18 +740,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA== - /@babel/plugin-proposal-async-generator-functions/7.13.8_@babel+core@7.13.10: + integrity: sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA== + /@babel/plugin-proposal-async-generator-functions/7.13.15_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA== + integrity: sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA== /@babel/plugin-proposal-class-properties/7.12.1_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -738,20 +762,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== - /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.12.3: + /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.12.3 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.12.3 - '@babel/helper-plugin-utils': 7.13.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== - /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.10: - dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -769,17 +783,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ== - /@babel/plugin-proposal-decorators/7.13.5_@babel+core@7.13.10: + /@babel/plugin-proposal-decorators/7.13.15_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-decorators': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-decorators': 7.12.13_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-i0GDfVNuoapwiheevUOuSW67mInqJ8qw7uWfpjNVeHMn143kXblEy/bmL9AdZ/0yf/4BMQeWXezK0tQIvNPqag== + integrity: sha512-ibAMAqUm97yzi+LPgdr5Nqb9CMkeieGHvwPg1ywSGjZrZHQEGqE01HmOio8kxRpA/+VtOHouIVy2FMpBbtltjA== /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -790,21 +804,21 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== - /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== - /@babel/plugin-proposal-export-default-from/7.12.13_@babel+core@7.13.10: + /@babel/plugin-proposal-export-default-from/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-export-default-from': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-export-default-from': 7.12.13_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -820,11 +834,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== - /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.10: + /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -840,11 +854,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q== - /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -860,11 +874,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A== - /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -880,41 +894,21 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== - /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.12.3: + /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/core': 7.12.3 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== - /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== - /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.12.3: - dependencies: - '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== - /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.10: - dependencies: - '@babel/core': 7.13.10 - '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -943,9 +937,9 @@ packages: integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.12.3: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.15 '@babel/core': 7.12.3 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.12.3 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.12.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.3 '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.12.3 @@ -954,14 +948,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g== - /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/compat-data': 7.13.11 - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 + '@babel/compat-data': 7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -977,11 +971,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA== - /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -998,28 +992,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw== - /@babel/plugin-proposal-optional-chaining/7.13.8_@babel+core@7.12.3: + /@babel/plugin-proposal-optional-chaining/7.13.12_@babel+core@7.13.16: dependencies: - '@babel/core': 7.12.3 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ== - /@babel/plugin-proposal-optional-chaining/7.13.8_@babel+core@7.13.10: - dependencies: - '@babel/core': 7.13.10 - '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ== + integrity: sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ== /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -1030,10 +1013,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q== - /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.10: + /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1052,10 +1035,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== - /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false engines: @@ -1073,9 +1056,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.10: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1091,9 +1074,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1109,9 +1092,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1127,9 +1110,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA== - /@babel/plugin-syntax-decorators/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-decorators/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1145,18 +1128,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-export-default-from/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-export-default-from/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1172,9 +1155,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1190,9 +1173,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA== - /@babel/plugin-syntax-flow/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-flow/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1208,9 +1191,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.10: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1226,9 +1209,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1244,9 +1227,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1271,9 +1254,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.10: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1289,9 +1272,9 @@ packages: '@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.13.10: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1307,9 +1290,9 @@ packages: '@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.13.10: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1334,9 +1317,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1352,9 +1335,9 @@ packages: '@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.13.10: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1370,9 +1353,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1388,9 +1371,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== - /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1406,9 +1389,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1424,9 +1407,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg== - /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1436,7 +1419,7 @@ packages: /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 dev: false @@ -1444,10 +1427,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== - /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-imports': 7.12.13 + '@babel/core': 7.13.16 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 dev: false @@ -1464,16 +1447,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== - /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== - /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.12.3: + /@babel/plugin-transform-block-scoping/7.13.16_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.13.0 @@ -1481,16 +1464,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== - /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.13.10: + integrity: sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg== + /@babel/plugin-transform-block-scoping/7.13.16_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== + integrity: sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg== /@babel/plugin-transform-classes/7.13.0_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -1498,7 +1481,7 @@ packages: '@babel/helper-function-name': 7.12.13 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 globals: 11.12.0 dev: false @@ -1506,14 +1489,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g== - /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-function-name': 7.12.13 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 globals: 11.12.0 dev: false @@ -1530,16 +1513,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== - /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== - /@babel/plugin-transform-destructuring/7.13.0_@babel+core@7.12.3: + /@babel/plugin-transform-destructuring/7.13.17_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.13.0 @@ -1547,16 +1530,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA== - /@babel/plugin-transform-destructuring/7.13.0_@babel+core@7.13.10: + integrity: sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== + /@babel/plugin-transform-destructuring/7.13.17_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA== + integrity: sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -1567,10 +1550,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== - /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1586,9 +1569,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== - /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1605,9 +1588,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== - /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: false @@ -1625,11 +1608,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg== - /@babel/plugin-transform-flow-strip-types/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-flow-strip-types/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-flow': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-flow': 7.12.13_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -1644,9 +1627,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== - /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1663,9 +1646,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== - /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-function-name': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: false @@ -1682,9 +1665,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== - /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1700,9 +1683,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== - /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1712,7 +1695,7 @@ packages: /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 babel-plugin-dynamic-import-node: 2.3.3 dev: false @@ -1720,10 +1703,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ== - /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/core': 7.13.16 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 babel-plugin-dynamic-import-node: 2.3.3 dev: false @@ -1734,21 +1717,21 @@ packages: /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-simple-access': 7.13.12 babel-plugin-dynamic-import-node: 2.3.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw== - /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.10: + /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/core': 7.13.16 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-simple-access': 7.13.12 babel-plugin-dynamic-import-node: 2.3.3 dev: false peerDependencies: @@ -1758,8 +1741,8 @@ packages: /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-hoist-variables': 7.13.0 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-hoist-variables': 7.13.16 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-identifier': 7.12.11 babel-plugin-dynamic-import-node: 2.3.3 @@ -1768,11 +1751,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A== - /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.10: + /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-hoist-variables': 7.13.0 - '@babel/helper-module-transforms': 7.13.0 + '@babel/core': 7.13.16 + '@babel/helper-hoist-variables': 7.13.16 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-identifier': 7.12.11 babel-plugin-dynamic-import-node: 2.3.3 @@ -1784,17 +1767,17 @@ packages: /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw== - /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/core': 7.13.16 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1810,10 +1793,10 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== - /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0 @@ -1828,9 +1811,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== - /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1841,17 +1824,17 @@ packages: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== - /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -1875,9 +1858,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw== - /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1893,36 +1876,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== - /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== - /@babel/plugin-transform-react-constant-elements/7.13.10_@babel+core@7.13.10: + /@babel/plugin-transform-react-constant-elements/7.13.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-E+aCW9j7mLq01tOuGV08YzLBt+vSyr4bOPT75B6WrAlrUfmOYOZ/yWk847EH0dv0xXiCihWLEmlX//O30YhpIw== - /@babel/plugin-transform-react-display-name/7.12.13_@babel+core@7.12.3: + integrity: sha512-SNJU53VM/SjQL0bZhyU+f4kJQz7bQQajnrZRSaU21hruG/NWY41AEM9AWXeXX90pYr/C2yAmTgI6yW3LlLrAUQ== + /@babel/plugin-transform-react-display-name/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.13.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA== - /@babel/plugin-transform-react-display-name/7.12.13_@babel+core@7.13.10: - dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -1941,16 +1915,16 @@ packages: /@babel/plugin-transform-react-jsx-development/7.12.17_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/plugin-transform-react-jsx': 7.12.17_@babel+core@7.12.3 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.12.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ== - /@babel/plugin-transform-react-jsx-development/7.12.17_@babel+core@7.13.10: + /@babel/plugin-transform-react-jsx-development/7.12.17_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-transform-react-jsx': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -1974,32 +1948,32 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-O5JJi6fyfih0WfDgIJXksSPhGP/G0fQpfxYy87sDc+1sFmsCS6wr3aAn+whbzkhbjtq4VMqLRaSzR6IsshIC0Q== - /@babel/plugin-transform-react-jsx/7.12.17_@babel+core@7.12.3: + /@babel/plugin-transform-react-jsx/7.13.12_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.3 - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mwaVNcXV+l6qJOuRhpdTEj8sT/Z0owAVWf9QujTZ0d2ye9X/K+MTOTSizcgKOj18PGnTc/7g1I4+cIUjsKhBcw== - /@babel/plugin-transform-react-jsx/7.12.17_@babel+core@7.13.10: + integrity: sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA== + /@babel/plugin-transform-react-jsx/7.13.12_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.16 + '@babel/types': 7.13.17 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mwaVNcXV+l6qJOuRhpdTEj8sT/Z0owAVWf9QujTZ0d2ye9X/K+MTOTSizcgKOj18PGnTc/7g1I4+cIUjsKhBcw== + integrity: sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA== /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -2010,9 +1984,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== - /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.13.10: + /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: false @@ -2020,7 +1994,7 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== - /@babel/plugin-transform-regenerator/7.12.13_@babel+core@7.12.3: + /@babel/plugin-transform-regenerator/7.13.15_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 regenerator-transform: 0.14.5 @@ -2028,16 +2002,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== - /@babel/plugin-transform-regenerator/7.12.13_@babel+core@7.13.10: + integrity: sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ== + /@babel/plugin-transform-regenerator/7.13.15_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 regenerator-transform: 0.14.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== + integrity: sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ== /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -2047,9 +2021,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== - /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -2059,9 +2033,9 @@ packages: /@babel/plugin-transform-runtime/7.12.1_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - resolve: 1.20.0 + resolve: 1.18.1 semver: 5.7.1 dev: false peerDependencies: @@ -2077,9 +2051,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== - /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -2096,9 +2070,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg== - /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 dev: false @@ -2115,9 +2089,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== - /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -2133,9 +2107,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw== - /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -2151,9 +2125,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== - /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -2171,12 +2145,12 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 @@ -2191,9 +2165,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== - /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -2210,10 +2184,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== - /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: @@ -2222,23 +2196,23 @@ packages: integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== /@babel/preset-env/7.12.1_@babel+core@7.12.3: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.15 '@babel/core': 7.12.3 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.12.3 - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.12.3 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-proposal-async-generator-functions': 7.13.8_@babel+core@7.12.3 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.12.3 + '@babel/plugin-proposal-async-generator-functions': 7.13.15_@babel+core@7.12.3 + '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.3 '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.12.3 '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.12.3 '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.12.3 '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.12.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.12.3 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.12.3 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.3 + '@babel/plugin-proposal-numeric-separator': 7.12.1_@babel+core@7.12.3 '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.12.3 '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.12.3 - '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.12.3 + '@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.12.3 '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.12.3 '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.12.3 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3 @@ -2256,10 +2230,10 @@ packages: '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.12.3 '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.12.3 '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.12.3 - '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.12.3 + '@babel/plugin-transform-block-scoping': 7.13.16_@babel+core@7.12.3 '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.12.3 '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.12.3 - '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.12.3 + '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.12.3 '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.12.3 @@ -2276,7 +2250,7 @@ packages: '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.12.3 '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.12.3 - '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.12.3 + '@babel/plugin-transform-regenerator': 7.13.15_@babel+core@7.12.3 '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.12.3 @@ -2286,145 +2260,134 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.12.3 '@babel/preset-modules': 0.1.4_@babel+core@7.12.3 - '@babel/types': 7.13.0 - core-js-compat: 3.9.1 + '@babel/types': 7.13.17 + core-js-compat: 3.11.0 semver: 5.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg== - /@babel/preset-env/7.13.10_@babel+core@7.13.10: + /@babel/preset-env/7.13.15_@babel+core@7.13.16: dependencies: - '@babel/compat-data': 7.13.11 - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 + '@babel/compat-data': 7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-proposal-async-generator-functions': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.10 - '@babel/preset-modules': 0.1.4_@babel+core@7.13.10 - '@babel/types': 7.13.0 - babel-plugin-polyfill-corejs2: 0.1.10_@babel+core@7.13.10 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.13.10 - babel-plugin-polyfill-regenerator: 0.1.6_@babel+core@7.13.10 - core-js-compat: 3.9.1 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-proposal-async-generator-functions': 7.13.15_@babel+core@7.13.16 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-block-scoping': 7.13.16_@babel+core@7.13.16 + '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.13.16 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-regenerator': 7.13.15_@babel+core@7.13.16 + '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.16 + '@babel/preset-modules': 0.1.4_@babel+core@7.13.16 + '@babel/types': 7.13.17 + babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.13.16 + babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.13.16 + babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.13.16 + core-js-compat: 3.11.0 semver: 6.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ== - /@babel/preset-flow/7.12.13_@babel+core@7.13.10: + integrity: sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA== + /@babel/preset-flow/7.13.13_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-transform-flow-strip-types': 7.13.0_@babel+core@7.13.10 + '@babel/helper-validator-option': 7.12.17 + '@babel/plugin-transform-flow-strip-types': 7.13.0_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-gcEjiwcGHa3bo9idURBp5fmJPcyFPOszPQjztXrOjUE2wWVqc6fIVJPgWPIQksaQ5XZ2HWiRsf2s1fRGVjUtVw== + integrity: sha512-MDtwtamMifqq3R2mC7l3A3uFalUb3NH5TIBQWjN/epEPlZktcLq4se3J+ivckKrLMGsR7H9LW8+pYuIUN9tsKg== /@babel/preset-modules/0.1.4_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.12.3 - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 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.13.10: + /@babel/preset-modules/0.1.4_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.16 + '@babel/types': 7.13.17 esutils: 2.0.3 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - /@babel/preset-react/7.12.13_@babel+core@7.13.10: - dependencies: - '@babel/core': 7.13.10 - '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-transform-react-display-name': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-react-jsx': 7.12.17_@babel+core@7.13.10 - '@babel/plugin-transform-react-jsx-development': 7.12.17_@babel+core@7.13.10 - '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.13.10 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA== /@babel/preset-react/7.12.1_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-transform-react-display-name': 7.12.13_@babel+core@7.12.3 - '@babel/plugin-transform-react-jsx': 7.12.17_@babel+core@7.12.3 + '@babel/plugin-transform-react-display-name': 7.12.1_@babel+core@7.12.3 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.12.3 '@babel/plugin-transform-react-jsx-development': 7.12.17_@babel+core@7.12.3 '@babel/plugin-transform-react-jsx-self': 7.12.13_@babel+core@7.12.3 '@babel/plugin-transform-react-jsx-source': 7.12.13_@babel+core@7.12.3 @@ -2434,6 +2397,20 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g== + /@babel/preset-react/7.13.13_@babel+core@7.13.16: + dependencies: + '@babel/core': 7.13.16 + '@babel/helper-plugin-utils': 7.13.0 + '@babel/helper-validator-option': 7.12.17 + '@babel/plugin-transform-react-display-name': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-transform-react-jsx-development': 7.12.17_@babel+core@7.13.16 + '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.13.16 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA== /@babel/preset-typescript/7.12.1_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 @@ -2444,22 +2421,22 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw== - /@babel/preset-typescript/7.13.0_@babel+core@7.13.10: + /@babel/preset-typescript/7.13.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw== - /@babel/register/7.13.8_@babel+core@7.13.10: + /@babel/register/7.13.16_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 + clone-deep: 4.0.1 find-cache-dir: 2.1.0 - lodash: 4.17.21 make-dir: 2.1.0 pirates: 4.0.1 source-map-support: 0.5.19 @@ -2467,72 +2444,69 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ== - /@babel/runtime-corejs3/7.13.10: + integrity: sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg== + /@babel/runtime-corejs3/7.13.17: dependencies: - core-js-pure: 3.9.1 + core-js-pure: 3.11.0 regenerator-runtime: 0.13.7 dev: false resolution: - integrity: sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg== + integrity: sha512-RGXINY1YvduBlGrP+vHjJqd/nK7JVpfM4rmZLGMx77WoL3sMrhheA0qxii9VNn1VHnxJLEyxmvCB+Wqc+x/FMw== /@babel/runtime/7.12.1: dependencies: regenerator-runtime: 0.13.7 dev: false resolution: integrity: sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== - /@babel/runtime/7.13.10: + /@babel/runtime/7.13.17: dependencies: regenerator-runtime: 0.13.7 dev: false resolution: - integrity: sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== + integrity: sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA== /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.16 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.13.0: + /@babel/traverse/7.13.17: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 + '@babel/generator': 7.13.16 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.16 + '@babel/types': 7.13.17 debug: 4.3.1 globals: 11.12.0 - lodash: 4.17.21 dev: false resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/traverse/7.13.0_supports-color@5.5.0: + integrity: sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg== + /@babel/traverse/7.13.17_supports-color@5.5.0: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 + '@babel/generator': 7.13.16 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.16 + '@babel/types': 7.13.17 debug: 4.3.1_supports-color@5.5.0 globals: 11.12.0 - lodash: 4.17.21 dev: false peerDependencies: supports-color: '*' resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.0: + integrity: sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg== + /@babel/types/7.13.17: dependencies: '@babel/helper-validator-identifier': 7.12.11 - lodash: 4.17.21 to-fast-properties: 2.0.0 dev: false resolution: - integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== + integrity: sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA== /@base2/pretty-print-object/1.0.0: dev: false resolution: @@ -2543,7 +2517,7 @@ packages: integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== /@cnakazawa/watch/1.0.4: dependencies: - exec-sh: 0.3.4 + exec-sh: 0.3.6 minimist: 1.2.5 dev: false engines: @@ -2578,7 +2552,7 @@ packages: integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ== /@emotion/core/10.1.1_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@emotion/cache': 10.0.29 '@emotion/css': 10.0.27 '@emotion/serialize': 0.11.16 @@ -2618,7 +2592,7 @@ packages: '@emotion/memoize': 0.7.4 '@emotion/unitless': 0.7.5 '@emotion/utils': 0.11.3 - csstype: 2.6.16 + csstype: 2.6.17 dev: false resolution: integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg== @@ -2628,7 +2602,7 @@ packages: integrity: sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== /@emotion/styled-base/10.0.31_5f216699bc8c1f24088b3bf77b7cbbdf: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@emotion/core': 10.1.1_react@16.14.0 '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 @@ -2686,8 +2660,8 @@ packages: integrity: sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog== /@fluentui/accessibility/0.51.7: dependencies: - '@babel/runtime': 7.13.10 - '@fluentui/keyboard-key': 0.2.14 + '@babel/runtime': 7.13.17 + '@fluentui/keyboard-key': 0.2.17 lodash: 4.17.21 dev: false resolution: @@ -2706,28 +2680,28 @@ packages: dev: false resolution: integrity: sha512-XqPS7l3YoMwxdNlaYF6S2Mp0K3FmVIOIy2K3YkMc+eRxu9wFK6emr2Q/3rBhtG5u/On37NExRT7/5CTLnoi9gw== - /@fluentui/keyboard-key/0.2.14: + /@fluentui/keyboard-key/0.2.17: dependencies: tslib: 1.14.1 dev: false resolution: - integrity: sha512-SMyoMFCPRNoDeHB5MMIi8W3loDxjXsSBeQfQaaKqmph7gVN48DCky6K/xBHHDJDeqJjcmEgwPTRP8qsuuLWnqw== - /@fluentui/react-bindings/0.51.7_b0d7ca8a0459a1df1ff516252688d92a: + integrity: sha512-iT1bU56rKrKEOfODoW6fScY11qj3iaYrZ+z11T6fo5+TDm84UGkkXjLXJTE57ZJzg0/gbccHQWYv+chY7bJN8Q== + /@fluentui/react-bindings/0.51.7_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@emotion/serialize': 0.11.16 '@fluentui/accessibility': 0.51.7 - '@fluentui/keyboard-key': 0.2.14 + '@fluentui/keyboard-key': 0.2.17 '@fluentui/react-component-event-listener': 0.51.7_react-dom@16.14.0+react@16.14.0 '@fluentui/react-component-ref': 0.51.7_react-dom@16.14.0+react@16.14.0 - '@fluentui/react-compose': 0.12.8_b0d7ca8a0459a1df1ff516252688d92a + '@fluentui/react-compose': 0.12.8_dc8920ecded7f534e37e775405ba89a3 '@fluentui/react-northstar-fela-renderer': 0.51.7_react-dom@16.14.0+react@16.14.0 '@fluentui/react-northstar-styles-renderer': 0.51.7_react@16.14.0 '@fluentui/state': 0.51.7 '@fluentui/styles': 0.51.7 '@quid/stylis-plugin-focus-visible': 4.0.0 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a - classnames: 2.2.6 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 + classnames: 2.3.1 lodash: 4.17.21 prop-types: 15.7.2 react: 16.14.0 @@ -2745,7 +2719,7 @@ packages: integrity: sha512-Gp+70GYZHtrQz/480kR+qII9RMHXM+dorKnVj6D7C1/3r6iBoGPVGgRZROuOG1YOmlrM8nbZDb1VX1EqKCdNlQ== /@fluentui/react-component-event-listener/0.51.7_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 dev: false @@ -2756,7 +2730,7 @@ packages: integrity: sha512-NjVm+crN0T9A7vITL8alZeHnuV8zi2gos0nezU/2YOxaUAB9E4zKiPxt/6k5U50rJs/gj8Nu45iXxnjO41HbZg== /@fluentui/react-component-nesting-registry/0.51.7_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 prop-types: 15.7.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 @@ -2768,7 +2742,7 @@ packages: integrity: sha512-uuzYi8/SWAhj78z6nirDGWZYRJEmXqmeBZP+KR58m/kmQ1nq5YMZADw06JlrUqW/UMk6SKkUpHRAKYrT4NGJkw== /@fluentui/react-component-ref/0.51.7_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 react-is: 16.13.1 @@ -2778,13 +2752,13 @@ packages: react-dom: ^16.8.0 || ^17 resolution: integrity: sha512-CX27jVJYaFoBCWpuWAizQZ2se137ku1dmDyn8sw+ySNJa+kkQf7LnMydiPW5K7cRdUSqUJW3eS4EjKRvVAx8xA== - /@fluentui/react-compose/0.12.8_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react-compose/0.12.8_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@types/classnames': 2.2.11 + '@types/classnames': 2.3.1 '@types/react': 16.14.5 '@uifabric/set-version': 7.0.24 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a - classnames: 2.2.6 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 + classnames: 2.3.1 react: 16.14.0 tslib: 1.14.1 dev: false @@ -2795,13 +2769,13 @@ packages: react-dom: '*' resolution: integrity: sha512-YutUjnFzDrd5gfpi2ID0GqrGZTKTckWUqdStScIe/P9oG5IaeHN49JMQmOrSq3tFAW/gnt1fFKddhrxdCO3vBA== - /@fluentui/react-compose/0.19.15_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react-compose/0.19.15_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@types/classnames': 2.2.11 + '@types/classnames': 2.3.1 '@types/react': 16.14.5 '@uifabric/set-version': 7.0.24 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a - classnames: 2.2.6 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 + classnames: 2.3.1 react: 16.14.0 tslib: 1.14.1 dev: false @@ -2814,22 +2788,22 @@ packages: integrity: sha512-54a28yt9EDf/ZzKKzLIUziwIK0eucoTqkWmZZh6T559rf85XcpH9Wvu7240C7nhUUZ0Fr+flt2QBl5RAyFKFdg== /@fluentui/react-context-selector/0.51.7_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 react: 16.14.0 dev: false peerDependencies: react: ^16.8.0 resolution: integrity: sha512-WLadFGSg9RHjlKGFK2WCV7eqKwZYOEOr6WHPmCTE8fBjDUbabsHU4U9J4OePPCIq/hSr0/8EfNPIjHqzXwofrg== - /@fluentui/react-focus/7.17.5_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react-focus/7.17.6_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@fluentui/keyboard-key': 0.2.14 + '@fluentui/keyboard-key': 0.2.17 '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@uifabric/merge-styles': 7.19.2 '@uifabric/set-version': 7.0.24 - '@uifabric/styling': 7.18.1_b0d7ca8a0459a1df1ff516252688d92a - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/styling': 7.19.0_dc8920ecded7f534e37e775405ba89a3 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 tslib: 1.14.1 @@ -2840,14 +2814,14 @@ packages: react: '>=16.8.0 <17.0.0' react-dom: '>=16.8.0 <17.0.0' resolution: - integrity: sha512-FBgvHMOpFnmMSGVV+QdlKNMQ61kEzqv2wjUObWxdpqxVUeFIk4rSAalCp2R8c2Sg8YxTGmH5ywhySQ6GQEM6sA== - /@fluentui/react-icons-northstar/0.51.7_b0d7ca8a0459a1df1ff516252688d92a: + integrity: sha512-JkLWNDe567lhvbnIhbYv9nUWYDIVN06utc3krs0UZBI+A0YZtQmftBtY0ghXo4PSjgozZocdu9sYkkgZOgyRLg== + /@fluentui/react-icons-northstar/0.51.7_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@fluentui/accessibility': 0.51.7 - '@fluentui/react-bindings': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a + '@fluentui/react-bindings': 0.51.7_dc8920ecded7f534e37e775405ba89a3 '@fluentui/styles': 0.51.7 - classnames: 2.2.6 + classnames: 2.3.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 dev: false @@ -2858,12 +2832,12 @@ packages: react-dom: ^16.8.0 resolution: integrity: sha512-9p0DQcGng+CA/sTnjxxaGWC8CH/OhwZCIEwp3srMeIkPaeWG7jKIOCTjRh87l5XhaeaYds6b88zET7axAHoXvw== - /@fluentui/react-icons/0.3.10_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react-icons/0.3.10_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@microsoft/load-themed-styles': 1.10.151 - '@types/react-dom': 16.9.11 + '@microsoft/load-themed-styles': 1.10.164 + '@types/react-dom': 16.9.12 '@uifabric/set-version': 7.0.24 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 tslib: 1.14.1 @@ -2877,7 +2851,7 @@ packages: integrity: sha512-b2Y5ZcvY+/3xAg7pDcHAgLXIp8BbCfKM47Yh+uQAAH1S4THAetKpmFUOugJRHye3sr4ZDBk2QdSjUt4MXrDTsQ== /@fluentui/react-northstar-fela-renderer/0.51.7_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@fluentui/react-northstar-styles-renderer': 0.51.7_react@16.14.0 '@fluentui/styles': 0.51.7 css-in-js-utils: 3.1.0 @@ -2901,7 +2875,7 @@ packages: integrity: sha512-/8nSoZVxhgzcK4DWqp0c+2PV2VZybF4I0DhJYVb352wH+tU4PNaL5eP6gP58MHCsO6192KnBYC2MZEg+0aXHlw== /@fluentui/react-northstar-styles-renderer/0.51.7_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@fluentui/styles': 0.51.7 react: 16.14.0 dev: false @@ -2909,25 +2883,25 @@ packages: react: ^16.8.0 resolution: integrity: sha512-oah7sOstbrbx8guepPpvOmLD65xmwgx9rN0KjogOxDiMYidN4eaEAVl36mQfWs1wE+Mo5iAPRj2eNtqX4bVUqg== - /@fluentui/react-northstar/0.51.7_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react-northstar/0.51.7_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@fluentui/accessibility': 0.51.7 '@fluentui/dom-utilities': 1.1.2 - '@fluentui/keyboard-key': 0.2.14 - '@fluentui/react-bindings': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a + '@fluentui/keyboard-key': 0.2.17 + '@fluentui/react-bindings': 0.51.7_dc8920ecded7f534e37e775405ba89a3 '@fluentui/react-component-event-listener': 0.51.7_react-dom@16.14.0+react@16.14.0 '@fluentui/react-component-nesting-registry': 0.51.7_react-dom@16.14.0+react@16.14.0 '@fluentui/react-component-ref': 0.51.7_react-dom@16.14.0+react@16.14.0 '@fluentui/react-context-selector': 0.51.7_react@16.14.0 - '@fluentui/react-icons-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a + '@fluentui/react-icons-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 '@fluentui/react-northstar-styles-renderer': 0.51.7_react@16.14.0 '@fluentui/react-proptypes': 0.51.7 '@fluentui/state': 0.51.7 '@fluentui/styles': 0.51.7 - '@popperjs/core': 2.9.1 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a - classnames: 2.2.6 + '@popperjs/core': 2.9.2 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 + classnames: 2.3.1 compute-scroll-into-view: 1.0.11 downshift: 5.0.5_react@16.14.0 lodash: 4.17.21 @@ -2946,7 +2920,7 @@ packages: integrity: sha512-dwOUQqCgWqqO7YL/SodXM30ue+PLxdvmU8qv2uWc04XwzckiQuFaPU9kRWI6LgQUaN9VgqglO+CmfgrmLI1PmA== /@fluentui/react-proptypes/0.51.7: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 lodash: 4.17.21 prop-types: 15.7.2 dev: false @@ -2964,18 +2938,18 @@ packages: react: '>=16.8.0 <17.0.0' resolution: integrity: sha512-8yVEgZH+sLhIMuQI6lEtlRjvyMuPDjfEMgXfcU6n6mgp4AOdXMDKf8wbvNO8aOnDeT92EydvmZzvXVHDr5uGkg== - /@fluentui/react-theme-provider/0.18.5_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react-theme-provider/0.18.5_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@fluentui/react-compose': 0.19.15_b0d7ca8a0459a1df1ff516252688d92a + '@fluentui/react-compose': 0.19.15_dc8920ecded7f534e37e775405ba89a3 '@fluentui/react-stylesheets': 0.2.5_f650913bea380c685c20f94e5dc2f677 - '@fluentui/react-window-provider': 1.0.2_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/theme': 1.7.4_b0d7ca8a0459a1df1ff516252688d92a + '@fluentui/react-window-provider': 1.0.2_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/theme': 1.7.4_dc8920ecded7f534e37e775405ba89a3 '@types/react': 16.14.5 '@uifabric/merge-styles': 7.19.2 - '@uifabric/react-hooks': 7.13.12_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/react-hooks': 7.13.12_dc8920ecded7f534e37e775405ba89a3 '@uifabric/set-version': 7.0.24 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a - classnames: 2.2.6 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 + classnames: 2.3.1 react: 16.14.0 tslib: 1.14.1 dev: false @@ -2986,10 +2960,10 @@ packages: react-dom: '*' resolution: integrity: sha512-eAbha0U4Fly9EoHVOVMMc+2AA1PlQDu76qGVNAdj0IpJyJEkyerCDY/qYVjV21L9ju5uO8Yw1QYdHUsNaY9xvQ== - /@fluentui/react-window-provider/1.0.2_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react-window-provider/1.0.2_dc8920ecded7f534e37e775405ba89a3: dependencies: '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@uifabric/set-version': 7.0.24 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 @@ -3002,12 +2976,12 @@ packages: react-dom: '>=16.8.0 <17.0.0' resolution: integrity: sha512-fGSgL3Vp/+6t1Ysfz21FWZmqsU+iFVxOigvHnm5uKVyyRPwtaabv/F6kQ2y5isLMI2YmJaUd2i0cDJKu8ggrvw== - /@fluentui/react/7.164.1_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/react/7.168.0_dc8920ecded7f534e37e775405ba89a3: dependencies: '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@uifabric/set-version': 7.0.24 - office-ui-fabric-react: 7.164.1_b0d7ca8a0459a1df1ff516252688d92a + office-ui-fabric-react: 7.168.0_dc8920ecded7f534e37e775405ba89a3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 tslib: 1.14.1 @@ -3018,28 +2992,28 @@ packages: react: '>=16.8.0 <17.0.0' react-dom: '>=16.8.0 <17.0.0' resolution: - integrity: sha512-TISxdxKjvHtfDTIvRFT7wRTS7eoe1sMXMwURVX2KX0n557aq1olOCbOaRPycnUQ0a4T4D/LIcvA2i47kvaGMYw== + integrity: sha512-eM+vt4RDRnI/IGZtenxYp7cTssMOkXVY3GqFLJkiK/gHTRI3goMWPpLA9tux0lbuiB3zvnvgLrJ2k0ihWa3FCw== /@fluentui/state/0.51.7: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 dev: false resolution: integrity: sha512-sTCv3hnEpmWW/hjw+vmloaslNnYmFYeN8J9uJzYBGVi9NKKLvXtMKeoaikAXBVpnmMknl67VCapjauF0NxXDjQ== /@fluentui/styles/0.51.7: dependencies: - '@babel/runtime': 7.13.10 - csstype: 2.6.16 + '@babel/runtime': 7.13.17 + csstype: 2.6.17 lodash: 4.17.21 dev: false resolution: integrity: sha512-u4l6U47KaMM1mO1q5o9ORJLKj2yMTD/c5hwzLaxbFBf9V50aIeNNI9t/Fqphwiu+cft8T0lBLMFqR9kzxWsBIQ== - /@fluentui/theme/1.7.4_b0d7ca8a0459a1df1ff516252688d92a: + /@fluentui/theme/1.7.4_dc8920ecded7f534e37e775405ba89a3: dependencies: '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@uifabric/merge-styles': 7.19.2 '@uifabric/set-version': 7.0.24 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 tslib: 1.14.1 @@ -3124,8 +3098,8 @@ packages: /@jest/console/26.6.2: dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.35 - chalk: 4.1.0 + '@types/node': 14.14.41 + chalk: 4.1.1 jest-message-util: 26.6.2 jest-util: 26.6.2 slash: 3.0.0 @@ -3141,9 +3115,9 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.35 - ansi-escapes: 4.3.1 - chalk: 4.1.0 + '@types/node': 14.14.41 + ansi-escapes: 4.3.2 + chalk: 4.1.1 exit: 0.1.2 graceful-fs: 4.2.6 jest-changed-files: 26.6.2 @@ -3159,7 +3133,7 @@ packages: jest-util: 26.6.2 jest-validate: 26.6.2 jest-watcher: 26.6.2 - micromatch: 4.0.2 + micromatch: 4.0.4 p-each-series: 2.2.0 rimraf: 3.0.2 slash: 3.0.0 @@ -3175,7 +3149,7 @@ packages: dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.35 + '@types/node': 14.14.41 jest-mock: 26.6.2 dev: false engines: @@ -3186,7 +3160,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 14.14.35 + '@types/node': 14.14.41 jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 @@ -3212,7 +3186,7 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.1.6 @@ -3228,9 +3202,9 @@ packages: jest-worker: 26.6.2 slash: 3.0.0 source-map: 0.6.1 - string-length: 4.0.1 + string-length: 4.0.2 terminal-link: 2.1.1 - v8-to-istanbul: 7.1.0 + v8-to-istanbul: 7.1.1 dev: false engines: node: '>= 10.14.2' @@ -3275,17 +3249,17 @@ packages: integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== /@jest/transform/26.6.2: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.0.0 - chalk: 4.1.0 + chalk: 4.1.1 convert-source-map: 1.7.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.6 jest-haste-map: 26.6.2 jest-regex-util: 26.0.0 jest-util: 26.6.2 - micromatch: 4.0.2 + micromatch: 4.0.4 pirates: 4.0.1 slash: 3.0.0 source-map: 0.6.1 @@ -3310,9 +3284,9 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.0 - '@types/node': 14.14.35 + '@types/node': 14.14.41 '@types/yargs': 15.0.13 - chalk: 4.1.0 + chalk: 4.1.1 dev: false engines: node: '>= 10.14.2' @@ -3364,47 +3338,139 @@ packages: dev: false resolution: integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA== - /@microsoft/api-documenter/7.12.12: + /@microsoft/api-documenter/7.12.22: dependencies: - '@microsoft/api-extractor-model': 7.12.2 + '@microsoft/api-extractor-model': 7.12.5 '@microsoft/tsdoc': 0.12.24 - '@rushstack/node-core-library': 3.36.0 - '@rushstack/ts-command-line': 4.7.8 + '@rushstack/node-core-library': 3.36.2 + '@rushstack/ts-command-line': 4.7.10 colors: 1.2.5 js-yaml: 3.13.1 resolve: 1.17.0 dev: false hasBin: true resolution: - integrity: sha512-9xEon0lF3E08wuUpRXYOyQcCJxgOlYbZRXG3cqYRICrHQpXAvXm4WIFRZ8E5HTGXMIftvna05VgPjG5JqaEQ7Q== - /@microsoft/api-extractor-model/7.12.2: + integrity: sha512-AETOoj8y4fnZyB9wRfoFIxPzrVc4kLp2t+lk9dBKOkwWKNFJSYEcBeInk4qbQdsAeCG7EyxsbsQRZ+0QfbMNwA== + /@microsoft/api-extractor-model/7.12.5: dependencies: '@microsoft/tsdoc': 0.12.24 - '@rushstack/node-core-library': 3.36.0 + '@rushstack/node-core-library': 3.36.2 dev: false resolution: - integrity: sha512-EU+U09Mj65zUH0qwPF4PFJiL6Y+PQQE/RRGEHEDGJJzab/mRQDpKOyrzSdb00xvcd/URehIHJqC55cY2Y4jGOA== - /@microsoft/api-extractor/7.13.2: + integrity: sha512-oeHZW83JWjIVoCDvdwI5nsZGPxThbq4gZTLAYNeJGZE/mKEO0iayMPGmI3EllJBjwQsFvNVU+O/HGULhB2to/g== + /@microsoft/api-extractor/7.13.5: dependencies: - '@microsoft/api-extractor-model': 7.12.2 + '@microsoft/api-extractor-model': 7.12.5 '@microsoft/tsdoc': 0.12.24 - '@rushstack/node-core-library': 3.36.0 - '@rushstack/rig-package': 0.2.10 - '@rushstack/ts-command-line': 4.7.8 + '@rushstack/node-core-library': 3.36.2 + '@rushstack/rig-package': 0.2.12 + '@rushstack/ts-command-line': 4.7.10 colors: 1.2.5 lodash: 4.17.21 resolve: 1.17.0 - semver: 7.3.4 + semver: 7.3.5 source-map: 0.6.1 typescript: 4.1.5 dev: false hasBin: true resolution: - integrity: sha512-2fD0c8OxZW+e6NTaxbtrdNxXVuX7aqil3+cqig3pKsHymvUuRJVCEAcAJmZrJ/ENqYXNiB265EyqOT6VxbMysw== - /@microsoft/load-themed-styles/1.10.151: + integrity: sha512-03RyL5dKn/tbt0Q8DQSFSaiV7nFgrfPElHoYA4QwGORK/7mbGg4kdhXL+UgO55BkSUniTPMe0Vtt1rIyt/3lng== + /@microsoft/applicationinsights-analytics-js/2.6.2: + dependencies: + '@microsoft/applicationinsights-common': 2.6.2 + '@microsoft/applicationinsights-core-js': 2.6.2 + '@microsoft/applicationinsights-shims': 2.0.0 + '@microsoft/dynamicproto-js': 1.1.2 dev: false resolution: - integrity: sha512-LCRBzFxmxX94cNNS3ATWu877Y17WJO2/Cg9DQKHrCtrW0tnr7+k6IIGXWAu4L5l9tsa5sQ1YThV6WUS4rWEsFA== + integrity: sha512-NJxq8WmuskmAZHXakAbd8u81LztnJzb0+bAcupENosDpf7RTneWYBt+r8W7qcjgMdjcXNvrs6fCWCdoe916uvg== + /@microsoft/applicationinsights-channel-js/2.6.2: + dependencies: + '@microsoft/applicationinsights-common': 2.6.2 + '@microsoft/applicationinsights-core-js': 2.6.2 + '@microsoft/applicationinsights-shims': 2.0.0 + '@microsoft/dynamicproto-js': 1.1.2 + dev: false + resolution: + integrity: sha512-G3htDoVM8SVqxS5wdM74TytjFEnVcY9UsZNVYK5U/Ln4J28N26kfQQ5sOmgszDB1JEhPmY4SYPhw3nGWzn8Iog== + /@microsoft/applicationinsights-common/2.6.2: + dependencies: + '@microsoft/applicationinsights-core-js': 2.6.2 + '@microsoft/applicationinsights-shims': 2.0.0 + '@microsoft/dynamicproto-js': 1.1.2 + dev: false + resolution: + integrity: sha512-BiLUGig0XCwZlafhxQ0SS+5nstFxE4t4HnNQGFiTnIOlPFHQCmLP04vLEg/MHNldNlz3Y00ivcGZ/ZN75dcdeA== + /@microsoft/applicationinsights-core-js/2.6.2: + dependencies: + '@microsoft/applicationinsights-shims': 2.0.0 + '@microsoft/dynamicproto-js': 1.1.2 + dev: false + resolution: + integrity: sha512-CwVIMqtPc7QDf3pgwIWRzUhByTE3ViZqC/bQawI6/czqFe3RHqMk11EH07a1RrlvSkb2uAjdlEv4HFe5DadgjA== + /@microsoft/applicationinsights-dependencies-js/2.6.2: + dependencies: + '@microsoft/applicationinsights-common': 2.6.2 + '@microsoft/applicationinsights-core-js': 2.6.2 + '@microsoft/applicationinsights-shims': 2.0.0 + '@microsoft/dynamicproto-js': 1.1.2 + dev: false + resolution: + integrity: sha512-m7imMpPE3mG2fWyWxbA8CoqYFwF3aZTdPckyzAS9cVJ7mSaq1pEwZNW3gqedJZPt4cUHw58BZr+E7E9g9Z0bGg== + /@microsoft/applicationinsights-properties-js/2.6.2: + dependencies: + '@microsoft/applicationinsights-common': 2.6.2 + '@microsoft/applicationinsights-core-js': 2.6.2 + '@microsoft/applicationinsights-shims': 2.0.0 + '@microsoft/dynamicproto-js': 1.1.2 + dev: false + resolution: + integrity: sha512-8g6GrwzGNUuDr84uY/D8d53ldwkXJjeswCUfFufbiinxJ2Md/Dapg+1HJ9SBvDtkDkokcJJoQ+OJPXl2EhjZQQ== + /@microsoft/applicationinsights-react-js/3.0.5_react@16.14.0: + dependencies: + '@microsoft/applicationinsights-common': 2.6.2 + '@microsoft/applicationinsights-core-js': 2.6.2 + '@microsoft/applicationinsights-shims': 1.0.3 + history: 4.10.1 + react: 16.14.0 + dev: false + peerDependencies: + react: ^16.0.0 + resolution: + integrity: sha512-+cAD9NZXQZB4/5gBkLrxXywtQllTqTPDlGod2Emli0kM9JLi4P4iH/i4Gtn4OBJtjlzcjYzU91AnFrjIisxx9A== + /@microsoft/applicationinsights-shims/1.0.3: + dev: false + resolution: + integrity: sha512-+S17aqEkOYpyBpmclhgwcEplwnxSo5AxYBdRg38GBobI1GKPSpZfnLssLzcjJ6XZCS5tqB5xjyTZs6gHj7ZJWQ== + /@microsoft/applicationinsights-shims/2.0.0: + dev: false + resolution: + integrity: sha512-OaKew7f7acuNFgKYjMSPrRTRQi93xUyONWeeCeBlJSx7oRNJaL0TqbTvW6j5GHnSr3mhinPtAQ+rCQWASBnOrg== + /@microsoft/applicationinsights-web/2.6.2: + dependencies: + '@microsoft/applicationinsights-analytics-js': 2.6.2 + '@microsoft/applicationinsights-channel-js': 2.6.2 + '@microsoft/applicationinsights-common': 2.6.2 + '@microsoft/applicationinsights-core-js': 2.6.2 + '@microsoft/applicationinsights-dependencies-js': 2.6.2 + '@microsoft/applicationinsights-properties-js': 2.6.2 + '@microsoft/applicationinsights-shims': 2.0.0 + '@microsoft/dynamicproto-js': 1.1.2 + dev: false + resolution: + integrity: sha512-JkBr5gX/l9C4HQxtvOeowZeQW6jlqotWgCMhpIryWqfX2Fx3m5Q0RVSYo7vCHbk2JrJbzcBd+EH7Par/XOgrgw== + /@microsoft/dynamicproto-js/1.1.2: + dependencies: + findup-sync: 4.0.0 + nopt: 5.0.0 + pify: 2.3.0 + dev: false + resolution: + integrity: sha512-lKhE+Jc8l4shvYF4C++WAMXpufxpQzBA/OoAAUq7kEPu5e+X+Cj2H8gGRobgz5eyrw3fGfpwUf2+4mfgmYMSLA== + /@microsoft/load-themed-styles/1.10.164: + dev: false + resolution: + integrity: sha512-8Ou5p56L0iBCreJC+qv0uQIhod56tVzOmv+lKMrBsYZXBxWZJyrn2wdi5YfKmyf+tC+AYu8oszDNKaNM+sFe6g== /@microsoft/tsdoc/0.12.24: dev: false resolution: @@ -3459,25 +3525,25 @@ packages: integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== /@octokit/auth-token/2.4.5: dependencies: - '@octokit/types': 6.12.2 + '@octokit/types': 6.13.1 dev: false resolution: integrity: sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA== - /@octokit/core/3.3.1: + /@octokit/core/3.4.0: dependencies: '@octokit/auth-token': 2.4.5 '@octokit/graphql': 4.6.1 - '@octokit/request': 5.4.14 + '@octokit/request': 5.4.15 '@octokit/request-error': 2.0.5 - '@octokit/types': 6.12.2 - before-after-hook: 2.2.0 + '@octokit/types': 6.13.1 + before-after-hook: 2.2.1 universal-user-agent: 6.0.0 dev: false resolution: - integrity: sha512-Dc5NNQOYjgZU5S1goN6A/E500yXOfDUFRGQB8/2Tl16AcfvS3H9PudyOe3ZNE/MaVyHPIfC0htReHMJb1tMrvw== + integrity: sha512-6/vlKPP8NF17cgYXqucdshWqmMZGXkuvtcrWCgU5NOI0Pl2GjlmZyWgBMrU8zJ3v2MJlM6++CiB45VKYmhiWWg== /@octokit/endpoint/6.0.11: dependencies: - '@octokit/types': 6.12.2 + '@octokit/types': 6.13.1 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: false @@ -3485,37 +3551,37 @@ packages: integrity: sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ== /@octokit/graphql/4.6.1: dependencies: - '@octokit/request': 5.4.14 - '@octokit/types': 6.12.2 + '@octokit/request': 5.4.15 + '@octokit/types': 6.13.1 universal-user-agent: 6.0.0 dev: false resolution: integrity: sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA== - /@octokit/openapi-types/5.3.2: + /@octokit/openapi-types/6.1.0: dev: false resolution: - integrity: sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA== - /@octokit/plugin-paginate-rest/2.13.2_@octokit+core@3.3.1: + integrity: sha512-Z9fDZVbGj4dFLErEoXUSuZhk3wJ8KVGnbrUwoPijsQ9EyNwOeQ+U2jSqaHUz8WtgIWf0aeO59oJyhMpWCKaabg== + /@octokit/plugin-paginate-rest/2.13.3_@octokit+core@3.4.0: dependencies: - '@octokit/core': 3.3.1 - '@octokit/types': 6.12.2 + '@octokit/core': 3.4.0 + '@octokit/types': 6.13.1 dev: false peerDependencies: '@octokit/core': '>=2' resolution: - integrity: sha512-mjfBcla00UNS4EI/NN7toEbUM45ow3kk4go+LxsXAFLQodsrXcIZbftUhXTqi6ZKd+r6bcqMI+Lv4dshLtFjww== - /@octokit/plugin-request-log/1.0.3_@octokit+core@3.3.1: + integrity: sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg== + /@octokit/plugin-request-log/1.0.3_@octokit+core@3.4.0: dependencies: - '@octokit/core': 3.3.1 + '@octokit/core': 3.4.0 dev: false peerDependencies: '@octokit/core': '>=3' resolution: integrity: sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ== - /@octokit/plugin-rest-endpoint-methods/4.8.0_@octokit+core@3.3.1: + /@octokit/plugin-rest-endpoint-methods/4.8.0_@octokit+core@3.4.0: dependencies: - '@octokit/core': 3.3.1 - '@octokit/types': 6.12.2 + '@octokit/core': 3.4.0 + '@octokit/types': 6.13.1 deprecation: 2.3.1 dev: false peerDependencies: @@ -3524,40 +3590,38 @@ packages: integrity: sha512-2zRpXDveJH8HsXkeeMtRW21do8wuSxVn1xXFdvhILyxlLWqGQrdJUA1/dk5DM7iAAYvwT/P3bDOLs90yL4S2AA== /@octokit/request-error/2.0.5: dependencies: - '@octokit/types': 6.12.2 + '@octokit/types': 6.13.1 deprecation: 2.3.1 once: 1.4.0 dev: false resolution: integrity: sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg== - /@octokit/request/5.4.14: + /@octokit/request/5.4.15: dependencies: '@octokit/endpoint': 6.0.11 '@octokit/request-error': 2.0.5 - '@octokit/types': 6.12.2 - deprecation: 2.3.1 + '@octokit/types': 6.13.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-VkmtacOIQp9daSnBmDI92xNIeLuSRDOIuplp/CJomkvzt7M18NXgG044Cx/LFKLgjKt9T2tZR6AtJayba9GTSA== + integrity: sha512-6UnZfZzLwNhdLRreOtTkT9n57ZwulCve8q3IT/Z477vThu6snfdkBuhxnChpOKNGxcQ71ow561Qoa6uqLdPtag== /@octokit/rest/18.0.15: dependencies: - '@octokit/core': 3.3.1 - '@octokit/plugin-paginate-rest': 2.13.2_@octokit+core@3.3.1 - '@octokit/plugin-request-log': 1.0.3_@octokit+core@3.3.1 - '@octokit/plugin-rest-endpoint-methods': 4.8.0_@octokit+core@3.3.1 + '@octokit/core': 3.4.0 + '@octokit/plugin-paginate-rest': 2.13.3_@octokit+core@3.4.0 + '@octokit/plugin-request-log': 1.0.3_@octokit+core@3.4.0 + '@octokit/plugin-rest-endpoint-methods': 4.8.0_@octokit+core@3.4.0 dev: false resolution: integrity: sha512-MBlZl0KeuvFMJ3210hG5xhh/jtYmMDLd5WmO49Wg4Rfg0odeivntWAyq3KofJDP2G8jskCaaOaZBKo0TeO9tFA== - /@octokit/types/6.12.2: + /@octokit/types/6.13.1: dependencies: - '@octokit/openapi-types': 5.3.2 + '@octokit/openapi-types': 6.1.0 dev: false resolution: - integrity: sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA== + integrity: sha512-UF/PL0y4SKGx/p1azFf7e6j9lB78tVwAFvnHtslzOJ6VipshYks74qm9jjTEDlCyaTmbhbk2h3Run5l0CtCF6A== /@opencensus/web-types/0.0.7: dev: false engines: @@ -3580,6 +3644,12 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-wpufGZa7tTxw7eAsjXJtiyIQ42IWQdX9iUQp7ACJcKo1hCtuhLU+K2Nv1U6oRwT1oAlZTE6m4CgWKZBhOiau3Q== + /@opentelemetry/api/1.0.0-rc.0: + dev: false + engines: + node: '>=8.0.0' + resolution: + integrity: sha512-iXKByCMfrlO5S6Oh97BuM56tM2cIBB0XsL/vWF/AtJrJEKx4MC/Xdu0xDsGXMGcNWpqF7ujMsjjnp0+UHBwnDQ== /@opentelemetry/context-base/0.10.2: dev: false engines: @@ -3601,7 +3671,7 @@ packages: react-refresh: 0.8.3 schema-utils: 2.7.1 source-map: 0.7.3 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.x' @@ -3638,8 +3708,8 @@ packages: react-refresh: 0.8.3 schema-utils: 2.7.1 source-map: 0.7.3 - webpack: 4.44.2_webpack-cli@4.5.0 - webpack-dev-server: 3.11.1_webpack-cli@4.5.0+webpack@4.44.2 + webpack: 4.44.2_webpack-cli@4.6.0 + webpack-dev-server: 3.11.1_webpack-cli@4.6.0+webpack@4.44.2 dev: false engines: node: '>= 10.x' @@ -3687,8 +3757,8 @@ packages: '@pnpm/logger': 3.2.3 '@pnpm/merge-lockfile-changes': 1.0.1 '@pnpm/types': 6.4.0 - '@zkochan/rimraf': 1.0.0 - js-yaml: 4.0.0 + '@zkochan/rimraf': 1.0.1 + js-yaml: 4.1.0 mz: 2.7.0 normalize-path: 3.0.0 ramda: 0.27.1 @@ -3720,7 +3790,7 @@ packages: dependencies: '@pnpm/lockfile-types': 2.2.0 ramda: 0.27.1 - semver: 7.3.4 + semver: 7.3.5 dev: false engines: node: '>=10.16' @@ -3732,10 +3802,10 @@ packages: node: '>=10.16' resolution: integrity: sha512-nco4+4sZqNHn60Y4VE/fbtlShCBqipyUO+nKRPvDHqLrecMW9pzHWMVRxk4nrMRoeowj3q0rX3GYRBa8lsHTAg== - /@popperjs/core/2.9.1: + /@popperjs/core/2.9.2: dev: false resolution: - integrity: sha512-DvJbbn3dUgMxDnJLH+RZQPnXak1h4ZVYQ7CWiFWjQwBFkVajT4rfw2PdpHLTSTwxrYfnoEXkuBiwkDm6tPMQeA== + integrity: sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q== /@quid/stylis-plugin-focus-visible/4.0.0: dev: false resolution: @@ -3777,7 +3847,7 @@ packages: '@types/resolve': 0.0.8 builtin-modules: 3.2.0 is-module: 1.0.0 - resolve: 1.20.0 + resolve: 1.18.1 rollup: 1.32.1 dev: false engines: @@ -3786,7 +3856,7 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q== - /@rollup/plugin-replace/2.4.1_rollup@1.32.1: + /@rollup/plugin-replace/2.4.2_rollup@1.32.1: dependencies: '@rollup/pluginutils': 3.1.0_rollup@1.32.1 magic-string: 0.25.7 @@ -3795,12 +3865,12 @@ packages: peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: - integrity: sha512-XwC1oK5rrtRJ0tn1ioLHS6OV5JTluJF7QE1J/q1hN3bquwjnVxjtMyY9iCnoyH9DQbf92CxajB3o98wZbP3oAQ== + integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg== /@rollup/pluginutils/3.1.0_rollup@1.32.1: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 - picomatch: 2.2.2 + picomatch: 2.2.3 rollup: 1.32.1 dev: false engines: @@ -3813,7 +3883,7 @@ packages: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 - picomatch: 2.2.2 + picomatch: 2.2.3 rollup: 2.42.4 dev: false engines: @@ -3822,7 +3892,7 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rushstack/node-core-library/3.36.0: + /@rushstack/node-core-library/3.36.2: dependencies: '@types/node': 10.17.13 colors: 1.2.5 @@ -3830,20 +3900,20 @@ packages: import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.17.0 - semver: 7.3.4 + semver: 7.3.5 timsort: 0.3.0 z-schema: 3.18.4 dev: false resolution: - integrity: sha512-bID2vzXpg8zweXdXgQkKToEdZwVrVCN9vE9viTRk58gqzYaTlz4fMId6V3ZfpXN6H0d319uGi2KDlm+lUEeqCg== - /@rushstack/rig-package/0.2.10: + integrity: sha512-5J8xSY/PuCKR+yfxS497l0PP43kBUeD86S4eS3RzrmMle04J4522MWal8mk1T1EIDpYpgi8qScannU9oVxoStA== + /@rushstack/rig-package/0.2.12: dependencies: resolve: 1.17.0 strip-json-comments: 3.1.1 dev: false resolution: - integrity: sha512-WXYerEJEPf8bS3ruqfM57NnwXtA7ehn8VJjLjrjls6eSduE5CRydcob/oBTzlHKsQ7N196XKlqQl9P6qIyYG2A== - /@rushstack/ts-command-line/4.7.8: + integrity: sha512-nbePcvF8hQwv0ql9aeQxcaMPK/h1OLAC00W7fWCRWIvD2MchZOE8jumIIr66HGrfG2X1sw++m/ZYI4D+BM5ovQ== + /@rushstack/ts-command-line/4.7.10: dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -3851,16 +3921,16 @@ packages: string-argv: 0.3.1 dev: false resolution: - integrity: sha512-8ghIWhkph7NnLCMDJtthpsb7TMOsVGXVDvmxjE/CeklTqjbbUFBjGXizJfpbEkRQTELuZQ2+vGn7sGwIWKN2uA== - /@sinonjs/commons/1.8.2: + integrity: sha512-8t042g8eerypNOEcdpxwRA3uCmz0duMo21rG4Z2mdz7JxJeylDmzjlU3wDdef2t3P1Z61JCdZB6fbm1Mh0zi7w== + /@sinonjs/commons/1.8.3: dependencies: type-detect: 4.0.8 dev: false resolution: - integrity: sha512-sruwd86RJHdsVf/AtBoijDmUqJp3B6hF/DGC23C+JaegnDHaZyewCjoVGTdg3J0uz3Zs7NnIT05OBOmML72lQw== + integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ== /@sinonjs/fake-timers/6.0.1: dependencies: - '@sinonjs/commons': 1.8.2 + '@sinonjs/commons': 1.8.3 dev: false resolution: integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== @@ -3872,7 +3942,7 @@ packages: '@storybook/components': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/core-events': 6.1.21 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - core-js: 3.9.1 + core-js: 3.11.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -3880,9 +3950,9 @@ packages: prop-types: 15.7.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - react-inspector: 5.1.0_react@16.14.0 + react-inspector: 5.1.1_react@16.14.0 regenerator-runtime: 0.13.7 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 util-deprecate: 1.0.2 uuid: 8.3.2 dev: false @@ -3905,13 +3975,13 @@ packages: '@storybook/components': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/core-events': 6.1.21 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 memoizerific: 1.11.3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -3933,10 +4003,10 @@ packages: '@storybook/components': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/node-logger': 6.1.21 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - core-js: 3.9.1 + core-js: 3.11.0 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 dev: false peerDependencies: '@types/react': '*' @@ -3949,13 +4019,13 @@ packages: optional: true resolution: integrity: sha512-IJgZWD2E9eLKj8DJLA9lT63N4jPfVneFJ05gnPco01ZJCEiDAo7babP5Ns2UTJDUaQEtX0m04UoIkidcteWKsA== - /@storybook/addon-docs/6.1.21_025c95869cb55e8d142f5246a0455b6d: + /@storybook/addon-docs/6.1.21_5514be1c2f82a2c07dc23d6d89b846eb: dependencies: - '@babel/core': 7.13.10 - '@babel/generator': 7.13.9 - '@babel/parser': 7.13.11 - '@babel/plugin-transform-react-jsx': 7.12.17_@babel+core@7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/generator': 7.13.16 + '@babel/parser': 7.13.16 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 '@jest/transform': 26.6.2 '@mdx-js/loader': 1.6.22_react@16.14.0 '@mdx-js/mdx': 1.6.22 @@ -3965,7 +4035,7 @@ packages: '@storybook/client-api': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/client-logger': 6.1.21 '@storybook/components': 6.1.21_30bc4764d4ba778218056aab0be8023f - '@storybook/core': 6.1.21_0ec2d79595cbb39915160c401dccfcca + '@storybook/core': 6.1.21_9c5f8bed68e3218d2098dcd273551a1f '@storybook/core-events': 6.1.21 '@storybook/csf': 0.0.1 '@storybook/node-logger': 6.1.21 @@ -3975,8 +4045,8 @@ packages: acorn: 7.4.1 acorn-jsx: 5.3.1_acorn@7.4.1 acorn-walk: 7.2.0 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a - core-js: 3.9.1 + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c + core-js: 3.11.0 doctrine: 3.0.0 escodegen: 1.14.3 fast-deep-equal: 3.1.3 @@ -3992,9 +4062,9 @@ packages: regenerator-runtime: 0.13.7 remark-external-links: 6.1.0 remark-slug: 6.0.0 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 util-deprecate: 1.0.2 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false peerDependencies: '@storybook/vue': 6.1.21 @@ -4022,25 +4092,25 @@ packages: optional: true resolution: integrity: sha512-MvTmxrOSo+zZ5MaMx9LVWM8DlvVHeryCJKPJx8BYCEN38r8mIK7uCFYok8oMPmACrVe0MfXOdJCm1HKkBKjsMg== - /@storybook/addon-essentials/6.1.21_489c05363155b6add536e1fef5b4fe59: + /@storybook/addon-essentials/6.1.21_27c8118c1ccd721e78d68bd4d0d52b84: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@storybook/addon-actions': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/addon-backgrounds': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/addon-controls': 6.1.21_30bc4764d4ba778218056aab0be8023f - '@storybook/addon-docs': 6.1.21_025c95869cb55e8d142f5246a0455b6d + '@storybook/addon-docs': 6.1.21_5514be1c2f82a2c07dc23d6d89b846eb '@storybook/addon-toolbars': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/addon-viewport': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/addons': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/api': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/node-logger': 6.1.21 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a - core-js: 3.9.1 + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c + core-js: 3.11.0 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 - ts-dedent: 2.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + ts-dedent: 2.1.1 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false peerDependencies: '@babel/core': ^7.9.6 @@ -4073,13 +4143,13 @@ packages: '@storybook/core-events': 6.1.21 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 copy-to-clipboard: 3.3.1 - core-js: 3.9.1 + core-js: 3.11.0 escape-html: 1.0.3 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 prop-types: 15.7.2 - qs: 6.9.6 + qs: 6.10.1 react: 16.14.0 react-color: 2.19.3_react@16.14.0 react-dom: 16.14.0_react@16.14.0 @@ -4106,14 +4176,14 @@ packages: '@storybook/csf': 0.0.1 '@storybook/router': 6.1.21_react-dom@16.14.0+react@16.14.0 '@types/qs': 6.9.6 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 prop-types: 15.7.2 - qs: 6.9.6 + qs: 6.10.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 dev: false peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -4125,18 +4195,18 @@ packages: optional: true resolution: integrity: sha512-DFPK6aYs9VIs1tO0PJ+mBwg64ZLv6NcVwFJ083ghCj/hR+0+3NRox+oRHXCWq7RHtnJeU4VKEiRx2EpE9L9Bkg== - /@storybook/addon-storyshots/6.1.21_bf4eba619a81a338b8fdba9794ec01fe: + /@storybook/addon-storyshots/6.1.21_538a6a11a3a4b01446c2391ffea2cdcd: dependencies: '@jest/transform': 26.6.2 '@storybook/addons': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/client-api': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@storybook/core': 6.1.21_0ec2d79595cbb39915160c401dccfcca - '@storybook/react': 6.1.21_4afa15f3c90940bbd828a24f4067472e + '@storybook/core': 6.1.21_9c5f8bed68e3218d2098dcd273551a1f + '@storybook/react': 6.1.21_68763175e626a6650d8c76d21ed6b837 '@types/glob': 7.1.3 '@types/jest': 25.2.3 '@types/jest-specific-snapshot': 0.5.5 babel-plugin-require-context-hook: 1.0.0 - core-js: 3.9.1 + core-js: 3.11.0 glob: 7.1.6 global: 4.4.0 jest-specific-snapshot: 4.0.0_jest@26.6.0 @@ -4146,7 +4216,7 @@ packages: react-test-renderer: 16.14.0_react@16.14.0 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.7 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 dev: false peerDependencies: '@storybook/react': '*' @@ -4181,7 +4251,7 @@ packages: '@storybook/api': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/client-api': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/components': 6.1.21_30bc4764d4ba778218056aab0be8023f - core-js: 3.9.1 + core-js: 3.11.0 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 dev: false @@ -4204,7 +4274,7 @@ packages: '@storybook/components': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/core-events': 6.1.21 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.7.2 @@ -4231,7 +4301,7 @@ packages: '@storybook/core-events': 6.1.21 '@storybook/router': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 @@ -4253,7 +4323,7 @@ packages: '@storybook/semver': 7.3.2 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 '@types/reach__router': 1.3.7 - core-js: 3.9.1 + core-js: 3.11.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -4262,8 +4332,8 @@ packages: react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 store2: 2.12.0 - telejson: 5.1.0 - ts-dedent: 2.0.0 + telejson: 5.1.1 + ts-dedent: 2.1.1 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -4276,17 +4346,17 @@ packages: '@storybook/channels': 6.1.21 '@storybook/client-logger': 6.1.21 '@storybook/core-events': 6.1.21 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 - qs: 6.9.6 - telejson: 5.1.0 + qs: 6.10.1 + telejson: 5.1.1 dev: false resolution: integrity: sha512-SuI/ffqcPT02VNda32k8V0D4XpLm5bIy8CLIs0OAnQg+zt5KjGBpQBngk3q4EaAiOoAhbMWAQiUzRUXfrgkgXg== /@storybook/channels/6.1.21: dependencies: - core-js: 3.9.1 - ts-dedent: 2.0.0 + core-js: 3.11.0 + ts-dedent: 2.1.1 util-deprecate: 1.0.2 dev: false resolution: @@ -4301,17 +4371,17 @@ packages: '@storybook/csf': 0.0.1 '@types/qs': 6.9.6 '@types/webpack-env': 1.16.0 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.9.6 + qs: 6.10.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 stable: 0.1.8 store2: 2.12.0 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 util-deprecate: 1.0.2 dev: false peerDependencies: @@ -4321,21 +4391,21 @@ packages: integrity: sha512-uLFXQ5z1LLWYnw1w+YUJPzIPRVlwCCvM2Si37aHDZn1F3fnbMg+huEhEqIQ1TTTw3wiJoTeGuShYvqyaiNwq/w== /@storybook/client-logger/6.1.21: dependencies: - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 dev: false resolution: integrity: sha512-QJV+gnVM2fQ4M7lSkRLCXkOw/RU+aEtUefo9TAnXxPHK3UGG+DyvLmha6fHGaz9GAcFxyWtgqCyVOhMe03Q35g== /@storybook/components/6.1.21_30bc4764d4ba778218056aab0be8023f: dependencies: - '@popperjs/core': 2.9.1 + '@popperjs/core': 2.9.2 '@storybook/client-logger': 6.1.21 '@storybook/csf': 0.0.1 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 '@types/overlayscrollbars': 1.12.0 '@types/react-color': 3.0.4 '@types/react-syntax-highlighter': 11.0.4 - core-js: 3.9.1 + core-js: 3.11.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -4350,7 +4420,7 @@ packages: react-syntax-highlighter: 13.5.3_react@16.14.0 react-textarea-autosize: 8.3.2_f650913bea380c685c20f94e5dc2f677 regenerator-runtime: 0.13.7 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 dev: false peerDependencies: '@types/react': '*' @@ -4360,34 +4430,34 @@ packages: integrity: sha512-2NjkyS1yeYXlRY7azt88woqd6eqJA00oloIxgMAFLVpRmvFxoHalY61wNrvxl2QSu9cNofp984AbGc8gPbizBA== /@storybook/core-events/6.1.21: dependencies: - core-js: 3.9.1 + core-js: 3.11.0 dev: false resolution: integrity: sha512-KWqnh1C7M1pT//WfQb3AD60yTR8jL48AfaeLGto2gO9VK7VVgj/EGsrXZP/GTL90ygyExbbBI5gkr7EBTu/HYw== - /@storybook/core/6.1.21_0ec2d79595cbb39915160c401dccfcca: + /@storybook/core/6.1.21_9c5f8bed68e3218d2098dcd273551a1f: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-decorators': 7.13.5_@babel+core@7.13.10 - '@babel/plugin-proposal-export-default-from': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@babel/preset-react': 7.12.13_@babel+core@7.13.10 - '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 - '@babel/register': 7.13.8_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-proposal-decorators': 7.13.15_@babel+core@7.13.16 + '@babel/plugin-proposal-export-default-from': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-block-scoping': 7.13.16_@babel+core@7.13.16 + '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.13.16 + '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 + '@babel/preset-typescript': 7.13.0_@babel+core@7.13.16 + '@babel/register': 7.13.16_@babel+core@7.13.16 '@storybook/addons': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/api': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/channel-postmessage': 6.1.21 @@ -4404,21 +4474,21 @@ packages: '@storybook/ui': 6.1.21_30bc4764d4ba778218056aab0be8023f '@types/glob-base': 0.3.0 '@types/micromatch': 4.0.1 - '@types/node-fetch': 2.5.8 + '@types/node-fetch': 2.5.10 airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.14 autoprefixer: 9.8.6 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c babel-plugin-emotion: 10.2.2 babel-plugin-macros: 2.8.0 babel-preset-minify: 0.5.1 better-opn: 2.1.1 boxen: 4.2.0 case-sensitive-paths-webpack-plugin: 2.4.0 - chalk: 4.1.0 + chalk: 4.1.1 cli-table3: 0.6.0 commander: 5.1.0 - core-js: 3.9.1 + core-js: 3.11.0 cpy: 8.1.2 css-loader: 3.6.0_webpack@4.44.2 detect-port: 1.3.0 @@ -4440,14 +4510,14 @@ packages: ip: 1.1.5 json5: 2.2.0 lazy-universal-dotenv: 3.0.1 - micromatch: 4.0.2 + micromatch: 4.0.4 node-fetch: 2.6.1 pkg-dir: 4.2.0 pnp-webpack-plugin: 1.6.4_typescript@4.1.5 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 - qs: 6.9.6 + qs: 6.10.1 raw-loader: 4.0.2_webpack@4.44.2 react: 16.14.0 react-dev-utils: 11.0.4 @@ -4458,13 +4528,13 @@ packages: shelljs: 0.8.4 stable: 0.1.8 style-loader: 1.3.0_webpack@4.44.2 - telejson: 5.1.0 + telejson: 5.1.1 terser-webpack-plugin: 3.1.0_webpack@4.44.2 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 unfetch: 4.2.0 url-loader: 4.1.1_file-loader@6.2.0+webpack@4.44.2 util-deprecate: 1.0.2 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-dev-middleware: 3.7.3_webpack@4.44.2 webpack-filter-warnings-plugin: 1.2.1_webpack@4.44.2 webpack-hot-middleware: 2.25.0 @@ -4487,8 +4557,8 @@ packages: /@storybook/node-logger/6.1.21: dependencies: '@types/npmlog': 4.1.2 - chalk: 4.1.0 - core-js: 3.9.1 + chalk: 4.1.1 + core-js: 3.11.0 npmlog: 4.1.2 pretty-hrtime: 1.0.3 dev: false @@ -4496,25 +4566,25 @@ packages: integrity: sha512-wQZZw4n1PG3kGOsczWCBC6+8RagYkrGYDqsVOpUcs5shGbPg5beCXDuzP4nxz2IlsoP9ZtTSaX741H791OIOjA== /@storybook/postinstall/6.1.21: dependencies: - core-js: 3.9.1 + core-js: 3.11.0 dev: false resolution: integrity: sha512-mg3fNqdQYiz6ivQIU1WMKqtqrFt5GySmsPCar3Y+xOdMClmpx6pZYcpiN782h8CIFA1XnldGR3TKVtWP848qOg== - /@storybook/react/6.1.21_4afa15f3c90940bbd828a24f4067472e: + /@storybook/react/6.1.21_68763175e626a6650d8c76d21ed6b837: dependencies: - '@babel/core': 7.13.10 - '@babel/preset-flow': 7.12.13_@babel+core@7.13.10 - '@babel/preset-react': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/preset-flow': 7.13.13_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 '@pmmmwh/react-refresh-webpack-plugin': 0.4.3_637fe0af5eea2230ffdb56306b9d64e4 '@storybook/addons': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@storybook/core': 6.1.21_0ec2d79595cbb39915160c401dccfcca + '@storybook/core': 6.1.21_9c5f8bed68e3218d2098dcd273551a1f '@storybook/node-logger': 6.1.21 '@storybook/semver': 7.3.2 '@types/webpack-env': 1.16.0 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.7_@babel+core@7.13.10 + babel-plugin-named-asset-import: 0.3.7_@babel+core@7.13.16 babel-plugin-react-docgen: 4.2.1 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 lodash: 4.17.21 prop-types: 15.7.2 @@ -4524,8 +4594,8 @@ packages: react-dom: 16.14.0_react@16.14.0 react-refresh: 0.8.3 regenerator-runtime: 0.13.7 - ts-dedent: 2.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + ts-dedent: 2.1.1 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>=8.0.0' @@ -4543,10 +4613,10 @@ packages: dependencies: '@reach/router': 1.3.4_react-dom@16.14.0+react@16.14.0 '@types/reach__router': 1.3.7 - core-js: 3.9.1 + core-js: 3.11.0 global: 4.4.0 memoizerific: 1.11.3 - qs: 6.9.6 + qs: 6.10.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 dev: false @@ -4557,7 +4627,7 @@ packages: integrity: sha512-m75WvUhoCBWDVekICAdbkidji/w5hCjHo+M8L13UghpwXWEnyr4/QqvkOb/PcSC8aZzxeMqSCpRQ1o6LWULneg== /@storybook/semver/7.3.2: dependencies: - core-js: 3.9.1 + core-js: 3.11.0 find-up: 4.1.0 dev: false engines: @@ -4570,7 +4640,7 @@ packages: '@storybook/addons': 6.1.21_react-dom@16.14.0+react@16.14.0 '@storybook/client-logger': 6.1.21 '@storybook/csf': 0.0.1 - core-js: 3.9.1 + core-js: 3.11.0 estraverse: 4.3.0 global: 4.4.0 loader-utils: 2.0.0 @@ -4603,7 +4673,7 @@ packages: '@emotion/is-prop-valid': 0.8.8 '@emotion/styled': 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf '@storybook/client-logger': 6.1.21 - core-js: 3.9.1 + core-js: 3.11.0 deep-object-diff: 1.1.0 emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf global: 4.4.0 @@ -4612,7 +4682,7 @@ packages: react: 16.14.0 react-dom: 16.14.0_react@16.14.0 resolve-from: 5.0.0 - ts-dedent: 2.0.0 + ts-dedent: 2.1.1 dev: false peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -4633,9 +4703,9 @@ packages: '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 '@types/markdown-to-jsx': 6.11.3 copy-to-clipboard: 3.3.1 - core-js: 3.9.1 - core-js-pure: 3.9.1 - downshift: 6.1.0_react@16.14.0 + core-js: 3.11.0 + core-js-pure: 3.11.0 + downshift: 6.1.3_react@16.14.0 emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf fuse.js: 3.6.1 global: 4.4.0 @@ -4643,7 +4713,7 @@ packages: markdown-to-jsx: 6.11.4_react@16.14.0 memoizerific: 1.11.3 polished: 3.7.1 - qs: 6.9.6 + qs: 6.10.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 react-draggable: 4.4.3 @@ -4742,7 +4812,7 @@ packages: integrity: sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ== /@svgr/hast-util-to-babel-ast/5.5.0: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false engines: node: '>=10' @@ -4750,7 +4820,7 @@ packages: integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ== /@svgr/plugin-jsx/5.5.0: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@svgr/babel-preset': 5.5.0 '@svgr/hast-util-to-babel-ast': 5.5.0 svg-parser: 2.0.4 @@ -4771,10 +4841,10 @@ packages: integrity: sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ== /@svgr/webpack/5.5.0: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-transform-react-constant-elements': 7.13.10_@babel+core@7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@babel/preset-react': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/plugin-transform-react-constant-elements': 7.13.13_@babel+core@7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -4784,9 +4854,9 @@ packages: node: '>=10' resolution: integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g== - /@testing-library/jest-dom/5.11.9: + /@testing-library/jest-dom/5.12.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@types/testing-library__jest-dom': 5.9.5 aria-query: 4.2.2 chalk: 3.0.0 @@ -4800,10 +4870,10 @@ packages: npm: '>=6' yarn: '>=1' resolution: - integrity: sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ== + integrity: sha512-N9Y82b2Z3j6wzIoAqajlKVF1Zt7sOH0pPee0sUHXHc5cv2Fdn23r+vpWm0MBBoGJtPOly5+Bdx1lnc3CD+A+ow== /@testing-library/react-hooks/3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@types/testing-library__react-hooks': 3.4.1 react: 16.14.0 react-test-renderer: 16.14.0_react@16.14.0 @@ -4821,39 +4891,39 @@ packages: dev: false resolution: integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA== - /@types/babel__core/7.1.13: + /@types/babel__core/7.1.14: dependencies: - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.16 + '@babel/types': 7.13.17 '@types/babel__generator': 7.6.2 '@types/babel__template': 7.4.0 '@types/babel__traverse': 7.11.1 dev: false resolution: - integrity: sha512-CC6amBNND16pTk4K3ZqKIaba6VGKAQs3gMjEY17FVd56oI/ZWt9OhS6riYiWv9s8ENbYUi7p8lgqb0QHQvUKQQ== + integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g== /@types/babel__generator/7.6.2: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ== /@types/babel__template/7.4.0: dependencies: - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.16 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A== /@types/babel__traverse/7.11.1: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 dev: false resolution: integrity: sha512-Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw== /@types/body-parser/1.19.0: dependencies: '@types/connect': 3.4.34 - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== @@ -4861,19 +4931,22 @@ packages: dev: false resolution: integrity: sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw== - /@types/cheerio/0.22.27: + /@types/cheerio/0.22.28: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: - integrity: sha512-UpmYZewEWNEE6Ya24RzAQ2X2OYwz32AaLyzYinpM8qqFGRyYufqKSvxPjjZkvS+h16bajfXl7VojrAxWzG/+mA== - /@types/classnames/2.2.11: + integrity: sha512-ehUMGSW5IeDxJjbru4awKYMlKGmo1wSSGUVqXtYwlgmUM8X1a0PZttEIm6yEY7vHsY/hh6iPnklF213G0UColw== + /@types/classnames/2.3.1: + dependencies: + classnames: 2.3.1 + deprecated: This is a stub types definition. classnames provides its own type definitions, so you do not need this installed. dev: false resolution: - integrity: sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw== + integrity: sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A== /@types/connect/3.4.34: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ== @@ -4887,34 +4960,34 @@ packages: dev: false resolution: integrity: sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog== - /@types/copy-webpack-plugin/6.4.0: + /@types/copy-webpack-plugin/6.4.1: dependencies: - '@types/webpack': 4.41.26 + '@types/webpack': 4.41.27 dev: false resolution: - integrity: sha512-f5mQG5c7xH3zLGrEmKgzLLFSGNB7Y4+4a+a1X4DvjgfbTEWEZUNNXUqGs5tBVCtb5qKPzm2z+6ixX3xirWmOCg== + integrity: sha512-jnM0aMsaMTBr+xlMIO/fu+ZXIbSncmj4UB9ZHTXVfZJsUwGqtdfdSfz1/S8O99R9k7G5V6KhbAd8+QL0f2kUkg== /@types/cors/2.8.10: dev: false resolution: integrity: sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ== - /@types/eslint/7.2.7: + /@types/eslint/7.2.10: dependencies: - '@types/estree': 0.0.46 + '@types/estree': 0.0.47 '@types/json-schema': 7.0.7 dev: false resolution: - integrity: sha512-EHXbc1z2GoQRqHaAT7+grxlTJ3WE2YNeD6jlpPoRc83cCoThRY+NUWjCUZaYmk51OICkPXn2hhphcWcWXgNW0Q== + integrity: sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ== /@types/estree/0.0.39: dev: false resolution: integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== - /@types/estree/0.0.46: + /@types/estree/0.0.47: dev: false resolution: - integrity: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== + integrity: sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg== /@types/express-serve-static-core/4.17.19: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 '@types/qs': 6.9.6 '@types/range-parser': 1.2.3 dev: false @@ -4935,14 +5008,14 @@ packages: integrity: sha1-pYHWiDR+EOUN18F9byiAoQNUMZ0= /@types/glob/7.1.3: dependencies: - '@types/minimatch': 3.0.3 - '@types/node': 14.14.35 + '@types/minimatch': 3.0.4 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== /@types/graceful-fs/4.1.5: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== @@ -4989,7 +5062,7 @@ packages: integrity: sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== /@types/jest-specific-snapshot/0.5.5: dependencies: - '@types/jest': 26.0.20 + '@types/jest': 26.0.22 dev: false resolution: integrity: sha512-AaPPw2tE8ewfjD6qGLkEd4DOfM6pPOK7ob/RSOe1Z8Oo70r9Jgo0SlWyfxslPAOvLfQukQtiVPm6DcnjSoZU5A== @@ -5000,13 +5073,13 @@ packages: dev: false resolution: integrity: sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw== - /@types/jest/26.0.20: + /@types/jest/26.0.22: dependencies: jest-diff: 26.6.2 pretty-format: 26.6.2 dev: false resolution: - integrity: sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA== + integrity: sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== /@types/json-schema/7.0.7: dev: false resolution: @@ -5041,31 +5114,31 @@ packages: dev: false resolution: integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== - /@types/minimatch/3.0.3: + /@types/minimatch/3.0.4: dev: false resolution: - integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== + integrity: sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA== /@types/morgan/1.9.2: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-edtGMEdit146JwwIeyQeHHg9yID4WSolQPxpEorHmN3KuytuCHyn2ELNr5Uxy8SerniFbbkmgKMrGM933am5BQ== - /@types/node-fetch/2.5.8: + /@types/node-fetch/2.5.10: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 form-data: 3.0.1 dev: false resolution: - integrity: sha512-fbjI6ja0N5ZA8TV53RUqzsKNkl9fv8Oj3T7zxW7FGv1GSH7gwJaNF8dzCjrqKaxKeUpTz4yT1DaJFq/omNpGfw== + integrity: sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ== /@types/node/10.17.13: dev: false resolution: integrity: sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg== - /@types/node/14.14.35: + /@types/node/14.14.41: dev: false resolution: - integrity: sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag== + integrity: sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== /@types/normalize-package-data/2.4.0: dev: false resolution: @@ -5129,12 +5202,12 @@ packages: dev: false resolution: integrity: sha512-EswbYJDF1kkrx93/YU+BbBtb46CCtDMvTiGmcOa/c5PETnwTiSWoseJ1oSWeRl/4rUXkhME9bVURvvPg0W5YQw== - /@types/react-dom/16.9.11: + /@types/react-dom/16.9.12: dependencies: '@types/react': 16.14.5 dev: false resolution: - integrity: sha512-3UuR4MoWf5spNgrG6cwsmT9DdRghcR4IDFOzNZ6+wcmacxkFykcb5ji0nNVm9ckBT4BCxvCrJJbM4+EYsEEVIg== + integrity: sha512-i7NPZZpPte3jtVOoW+eLB7G/jsX5OM6GqQnH+lC0nq0rqwlK0x8WcMEvYDgFWqWhWMlTltTimzdMax6wYfZssA== /@types/react-linkify/1.0.0: dependencies: '@types/react': 16.14.5 @@ -5157,7 +5230,7 @@ packages: dependencies: '@types/prop-types': 15.7.3 '@types/scheduler': 0.16.1 - csstype: 3.0.7 + csstype: 3.0.8 dev: false resolution: integrity: sha512-YRRv9DNZhaVTVRh9Wmmit7Y0UFhEVqXqCSw3uazRWMxa2x85hWQZ5BN24i7GXZbaclaLXEcodEeIHsjBA8eAMw== @@ -5169,7 +5242,7 @@ packages: integrity: sha512-d2gQQ0IL6hXLnoRfVYZukQNWHuVsE75DzFTLPUuyyEhJS8G2VvlE+qfQQ91SJjaMqlURRCNIsX7Jcsw6cEuJlA== /@types/resolve/0.0.8: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== @@ -5180,7 +5253,7 @@ packages: /@types/serve-static/1.13.9: dependencies: '@types/mime': 1.3.2 - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA== @@ -5203,23 +5276,23 @@ packages: /@types/superagent/4.1.10: dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-xAgkb2CMWUMCyVc/3+7iQfOEBE75NvuZeezvmixbUw3nmENf2tCnQkW5yQLTYqvXUQ+R6EXxdqKKbal2zM5V/g== - /@types/supertest/2.0.10: + /@types/supertest/2.0.11: dependencies: '@types/superagent': 4.1.10 dev: false resolution: - integrity: sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ== - /@types/tapable/1.0.6: + integrity: sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q== + /@types/tapable/1.0.7: dev: false resolution: - integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== + integrity: sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ== /@types/testing-library__jest-dom/5.9.5: dependencies: - '@types/jest': 26.0.20 + '@types/jest': 26.0.22 dev: false resolution: integrity: sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ== @@ -5231,7 +5304,7 @@ packages: integrity: sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q== /@types/tunnel/0.0.1: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false resolution: integrity: sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A== @@ -5253,31 +5326,31 @@ packages: dev: false resolution: integrity: sha512-Fx+NpfOO0CpeYX2g9bkvX8O5qh9wrU1sOF4g8sft4Mu7z+qfe387YlyY8w8daDyDsKY5vUxM0yxkAYnbkRbZEw== - /@types/webpack-node-externals/2.5.0: + /@types/webpack-node-externals/2.5.1: dependencies: - '@types/webpack': 4.41.26 + '@types/webpack': 4.41.27 dev: false resolution: - integrity: sha512-KaWfhUQlpWknM/CMBKhV7i0vxX/N2xEy3WeaE500s4ZNxC4nLnKB+0F3gD3Fg+5octPq0nn8ZlfFR/P3dSkXpw== + integrity: sha512-Cwg6+FQogkImRMF5nu5bKsLoZlwNCzpEyvxIzJM0ZgkkuKP7TrmQ3suOvNKKG1O4luxXZroKGo0mMC5EN5gPBA== /@types/webpack-sources/2.1.0: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 '@types/source-list-map': 0.1.2 source-map: 0.7.3 dev: false resolution: integrity: sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg== - /@types/webpack/4.41.26: + /@types/webpack/4.41.27: dependencies: '@types/anymatch': 1.3.1 - '@types/node': 14.14.35 - '@types/tapable': 1.0.6 + '@types/node': 14.14.41 + '@types/tapable': 1.0.7 '@types/uglify-js': 3.13.0 '@types/webpack-sources': 2.1.0 source-map: 0.6.1 dev: false resolution: - integrity: sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA== + integrity: sha512-wK/oi5gcHi72VMTbOaQ70VcDxSQ1uX8S2tukBK9ARuGXrYM/+u4ou73roc7trXDNmCxCoerE8zruQqX/wuHszA== /@types/yargs-parser/20.2.0: dev: false resolution: @@ -5288,17 +5361,17 @@ packages: dev: false resolution: integrity: sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ== - /@typescript-eslint/eslint-plugin/4.18.0_e9e1aa536ec0b34179456e3b69e4968e: + /@typescript-eslint/eslint-plugin/4.22.0_0d275a3057b7b94fa084b2915152c479: dependencies: - '@typescript-eslint/experimental-utils': 4.18.0_eslint@7.22.0+typescript@4.1.5 - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - '@typescript-eslint/scope-manager': 4.18.0 + '@typescript-eslint/experimental-utils': 4.22.0_eslint@7.24.0+typescript@4.1.5 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + '@typescript-eslint/scope-manager': 4.22.0 debug: 4.3.1 - eslint: 7.22.0 + eslint: 7.24.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 - semver: 7.3.4 + semver: 7.3.5 tsutils: 3.21.0_typescript@4.1.5 typescript: 4.1.5 dev: false @@ -5312,13 +5385,13 @@ packages: typescript: optional: true resolution: - integrity: sha512-Lzkc/2+7EoH7+NjIWLS2lVuKKqbEmJhtXe3rmfA8cyiKnZm3IfLf51irnBcmow8Q/AptVV0XBZmBJKuUJTe6cQ== - /@typescript-eslint/experimental-utils/3.10.1_eslint@7.22.0+typescript@4.1.5: + integrity: sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA== + /@typescript-eslint/experimental-utils/3.10.1_eslint@7.24.0+typescript@4.1.5: dependencies: '@types/json-schema': 7.0.7 '@typescript-eslint/types': 3.10.1 '@typescript-eslint/typescript-estree': 3.10.1_typescript@4.1.5 - eslint: 7.22.0 + eslint: 7.24.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: false @@ -5329,13 +5402,13 @@ packages: typescript: '*' resolution: integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw== - /@typescript-eslint/experimental-utils/4.18.0_eslint@7.22.0+typescript@4.1.5: + /@typescript-eslint/experimental-utils/4.22.0_eslint@7.24.0+typescript@4.1.5: dependencies: '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.18.0 - '@typescript-eslint/types': 4.18.0 - '@typescript-eslint/typescript-estree': 4.18.0_typescript@4.1.5 - eslint: 7.22.0 + '@typescript-eslint/scope-manager': 4.22.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.1.5 + eslint: 7.24.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: false @@ -5345,14 +5418,14 @@ packages: eslint: '*' typescript: '*' resolution: - integrity: sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A== - /@typescript-eslint/parser/4.18.0_eslint@7.22.0+typescript@4.1.5: + integrity: sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg== + /@typescript-eslint/parser/4.22.0_eslint@7.24.0+typescript@4.1.5: dependencies: - '@typescript-eslint/scope-manager': 4.18.0 - '@typescript-eslint/types': 4.18.0 - '@typescript-eslint/typescript-estree': 4.18.0_typescript@4.1.5 + '@typescript-eslint/scope-manager': 4.22.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.1.5 debug: 4.3.1 - eslint: 7.22.0 + eslint: 7.24.0 typescript: 4.1.5 dev: false engines: @@ -5364,28 +5437,28 @@ packages: typescript: optional: true resolution: - integrity: sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA== - /@typescript-eslint/scope-manager/4.18.0: + integrity: sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q== + /@typescript-eslint/scope-manager/4.22.0: dependencies: - '@typescript-eslint/types': 4.18.0 - '@typescript-eslint/visitor-keys': 4.18.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/visitor-keys': 4.22.0 dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ== + integrity: sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q== /@typescript-eslint/types/3.10.1: dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ== - /@typescript-eslint/types/4.18.0: + /@typescript-eslint/types/4.22.0: dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A== + integrity: sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA== /@typescript-eslint/typescript-estree/3.10.1_typescript@4.1.5: dependencies: '@typescript-eslint/types': 3.10.1 @@ -5394,7 +5467,7 @@ packages: glob: 7.1.6 is-glob: 4.0.1 lodash: 4.17.21 - semver: 7.3.4 + semver: 7.3.2 tsutils: 3.21.0_typescript@4.1.5 typescript: 4.1.5 dev: false @@ -5407,14 +5480,14 @@ packages: optional: true resolution: integrity: sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w== - /@typescript-eslint/typescript-estree/4.18.0_typescript@4.1.5: + /@typescript-eslint/typescript-estree/4.22.0_typescript@4.1.5: dependencies: - '@typescript-eslint/types': 4.18.0 - '@typescript-eslint/visitor-keys': 4.18.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/visitor-keys': 4.22.0 debug: 4.3.1 - globby: 11.0.2 + globby: 11.0.3 is-glob: 4.0.1 - semver: 7.3.4 + semver: 7.3.5 tsutils: 3.21.0_typescript@4.1.5 typescript: 4.1.5 dev: false @@ -5426,7 +5499,7 @@ packages: typescript: optional: true resolution: - integrity: sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg== + integrity: sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg== /@typescript-eslint/visitor-keys/3.10.1: dependencies: eslint-visitor-keys: 1.3.0 @@ -5435,23 +5508,23 @@ packages: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ== - /@typescript-eslint/visitor-keys/4.18.0: + /@typescript-eslint/visitor-keys/4.22.0: dependencies: - '@typescript-eslint/types': 4.18.0 + '@typescript-eslint/types': 4.22.0 eslint-visitor-keys: 2.0.0 dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw== - /@uifabric/foundation/7.9.25_b0d7ca8a0459a1df1ff516252688d92a: + integrity: sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw== + /@uifabric/foundation/7.9.26_dc8920ecded7f534e37e775405ba89a3: dependencies: '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@uifabric/merge-styles': 7.19.2 '@uifabric/set-version': 7.0.24 - '@uifabric/styling': 7.18.1_b0d7ca8a0459a1df1ff516252688d92a - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/styling': 7.19.0_dc8920ecded7f534e37e775405ba89a3 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 tslib: 1.14.1 @@ -5462,11 +5535,11 @@ packages: react: '>=16.8.0 <17.0.0' react-dom: '>=16.8.0 <17.0.0' resolution: - integrity: sha512-E9YMzbbgvNtZEJx1/AZBJX6Ut2chgoA7/ODB9+el6QyUErL/WUeIlXHbl8TZungRL9e1T4Bma48CNvBT8Ul+Fg== - /@uifabric/icons/7.5.22_b0d7ca8a0459a1df1ff516252688d92a: + integrity: sha512-1FLTb+jlH/Tuel2L9wT/zLl5ZW6W4Lbjrs5VUVjv81vWxzznvPnTf8+Ew0qkzaH7xDuMNMl7okswhV0IfJyheg== + /@uifabric/icons/7.5.23_dc8920ecded7f534e37e775405ba89a3: dependencies: '@uifabric/set-version': 7.0.24 - '@uifabric/styling': 7.18.1_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/styling': 7.19.0_dc8920ecded7f534e37e775405ba89a3 tslib: 1.14.1 dev: false peerDependencies: @@ -5475,7 +5548,7 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-xJwgJG2IoEM/sFc4qzG5vXE/eY+vuz6IxPVXH0UoQ+9XY2KRb9p5pjBIx4SM/h0belCBMPF5rGnWYeg6hi14dQ== + integrity: sha512-eIvUbH0EWgFgdfgFfINgqS2ZVZTyJ/9n5nR4bmcyAe75wsKxm4ser4WIT9IvaBF6+HFVfjUF/v6+VMD7y2LBng== /@uifabric/merge-styles/7.19.2: dependencies: '@uifabric/set-version': 7.0.24 @@ -5483,13 +5556,13 @@ packages: dev: false resolution: integrity: sha512-kTlhwglDqwVgIaJq+0yXgzi65plGhmFcPrfme/rXUGMJZoU+qlGT5jXj5d3kuI59p6VB8jWEg9DAxHozhYeu0g== - /@uifabric/react-hooks/7.13.12_b0d7ca8a0459a1df1ff516252688d92a: + /@uifabric/react-hooks/7.13.12_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@fluentui/react-window-provider': 1.0.2_b0d7ca8a0459a1df1ff516252688d92a + '@fluentui/react-window-provider': 1.0.2_dc8920ecded7f534e37e775405ba89a3 '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@uifabric/set-version': 7.0.24 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 tslib: 1.14.1 @@ -5501,19 +5574,37 @@ packages: react-dom: '>=16.8.0 <17.0.0' resolution: integrity: sha512-TVeBLMI9Cpo0duxt5NkyMAAPyTVsqYQSt+EmjDIZI92abptqBpuiLGXHnLaf+Egw8VgzBv5Vqs8ZRzMg6mhYkA== + /@uifabric/react-hooks/7.14.0_dc8920ecded7f534e37e775405ba89a3: + dependencies: + '@fluentui/react-window-provider': 1.0.2_dc8920ecded7f534e37e775405ba89a3 + '@types/react': 16.14.5 + '@types/react-dom': 16.9.12 + '@uifabric/set-version': 7.0.24 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + tslib: 1.14.1 + dev: false + peerDependencies: + '@types/react': '>=16.8.0 <17.0.0' + '@types/react-dom': '>=16.8.0 <17.0.0' + react: '>=16.8.0 <17.0.0' + react-dom: '>=16.8.0 <17.0.0' + resolution: + integrity: sha512-Ndu/DEKHF4gFXEZa2AGgSkdWaj+njVrsSyXbkWRh2UZReFWnH1LMko9p/ZCwk1i9kAd5CUmyIfURUzIEya9YCg== /@uifabric/set-version/7.0.24: dependencies: tslib: 1.14.1 dev: false resolution: integrity: sha512-t0Pt21dRqdC707/ConVJC0WvcQ/KF7tKLU8AZY7YdjgJpMHi1c0C427DB4jfUY19I92f60LOQyhJ4efH+KpFEg== - /@uifabric/styling/7.18.1_b0d7ca8a0459a1df1ff516252688d92a: + /@uifabric/styling/7.19.0_dc8920ecded7f534e37e775405ba89a3: dependencies: - '@fluentui/theme': 1.7.4_b0d7ca8a0459a1df1ff516252688d92a - '@microsoft/load-themed-styles': 1.10.151 + '@fluentui/theme': 1.7.4_dc8920ecded7f534e37e775405ba89a3 + '@microsoft/load-themed-styles': 1.10.164 '@uifabric/merge-styles': 7.19.2 '@uifabric/set-version': 7.0.24 - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 tslib: 1.14.1 dev: false peerDependencies: @@ -5522,12 +5613,12 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-yLavWTQ4rAE3uZ3h/odlCKyun3amjlESZu+KAdEfQWnsMMV4VFpJXc1Mhqm/Rzf9rNySaiZMzJ2R4urWcHTJHQ== - /@uifabric/utilities/7.33.5_b0d7ca8a0459a1df1ff516252688d92a: + integrity: sha512-fXComDtGV7dHF4rP4cLHwI6fC+1f/nvPavpMBz4IQdySwixta9TVMKbzt0OA6i0mJztqZCVAd27F/sl9R/JmcQ== + /@uifabric/utilities/7.33.5_dc8920ecded7f534e37e775405ba89a3: dependencies: '@fluentui/dom-utilities': 1.1.2 '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@uifabric/merge-styles': 7.19.2 '@uifabric/set-version': 7.0.24 prop-types: 15.7.2 @@ -5669,28 +5760,28 @@ packages: dev: false resolution: integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== - /@webpack-cli/configtest/1.0.1_webpack-cli@4.5.0+webpack@4.44.2: + /@webpack-cli/configtest/1.0.2_webpack-cli@4.6.0+webpack@4.44.2: dependencies: - webpack: 4.44.2_webpack-cli@4.5.0 - webpack-cli: 4.5.0_webpack@4.44.2 + webpack: 4.44.2_webpack-cli@4.6.0 + webpack-cli: 4.6.0_webpack@4.44.2 dev: false peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x resolution: - integrity: sha512-B+4uBUYhpzDXmwuo3V9yBH6cISwxEI4J+NO5ggDaGEEHb0osY/R7MzeKc0bHURXQuZjMM4qD+bSJCKIuI3eNBQ== - /@webpack-cli/info/1.2.2_webpack-cli@4.5.0: + integrity: sha512-3OBzV2fBGZ5TBfdW50cha1lHDVf9vlvRXnjpVbJBa20pSZQaSkMJZiwA8V2vD9ogyeXn8nU5s5A6mHyf5jhMzA== + /@webpack-cli/info/1.2.3_webpack-cli@4.6.0: dependencies: - envinfo: 7.7.4 - webpack-cli: 4.5.0_webpack@4.44.2 + envinfo: 7.8.1 + webpack-cli: 4.6.0_webpack@4.44.2 dev: false peerDependencies: webpack-cli: 4.x.x resolution: - integrity: sha512-5U9kUJHnwU+FhKH4PWGZuBC1hTEPYyxGSL5jjoBI96Gx8qcYJGOikpiIpFoTq8mmgX3im2zAo2wanv/alD74KQ== - /@webpack-cli/serve/1.3.0_webpack-cli@4.5.0: + integrity: sha512-lLek3/T7u40lTqzCGpC6CAbY6+vXhdhmwFRxZLMnRm6/sIF/7qMpT8MocXCRQfz0JAh63wpbXLMnsQ5162WS7Q== + /@webpack-cli/serve/1.3.1_webpack-cli@4.6.0: dependencies: - webpack-cli: 4.5.0_webpack@4.44.2 + webpack-cli: 4.6.0_webpack@4.44.2 dev: false peerDependencies: webpack-cli: 4.x.x @@ -5699,7 +5790,7 @@ packages: webpack-dev-server: optional: true resolution: - integrity: sha512-k2p2VrONcYVX1wRRrf0f3X2VGltLWcv+JzXRBDmvCxGlCeESx4OXw91TsWeKOkp784uNoVQo313vxJFHXPPwfw== + integrity: sha512-0qXvpeYO6vaNoRBI52/UsbcaBydJCggoBBnIo/ovQQdn6fug0BgwsjorV1hVS7fMqGVTZGcVxv8334gjmbj5hw== /@xtuc/ieee754/1.2.0: dev: false resolution: @@ -5719,23 +5810,25 @@ packages: dev: false resolution: integrity: sha512-3iPQz6Z7A2aiKc9cxB+I4X0nKxOagBxWAl91+ukUyJ9El+DgejYgbfd4PtzUyam+JRXXydUCkKGKiWYj8EzrGw== - /@zkochan/rimraf/1.0.0: + /@zkochan/rimraf/1.0.1: dependencies: - '@types/glob': 7.1.3 - '@types/node': 14.14.35 rimraf: 3.0.2 dev: false engines: node: '>=8.15' resolution: - integrity: sha512-uWMEF7fdc6C3VGTaW6Z9G9rYS41ulS0Lz+a3lGlDGji42kI6FSVVLI9s8bZ4ZR4l4Hs28MJHHVN8cOqvNlN86w== + integrity: sha512-GIbPASozv6Pcn68adkbBCSjzut/JkCVzF7rSnWP7VSzD9Yi896Dl09OhGaXPiGWH3CxJrfSEcgutYieFIrrbrg== /abab/2.0.5: dev: false resolution: integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== + /abbrev/1.1.1: + dev: false + resolution: + integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== /accepts/1.3.7: dependencies: - mime-types: 2.1.29 + mime-types: 2.1.30 negotiator: 0.6.2 dev: false engines: @@ -5777,13 +5870,13 @@ packages: hasBin: true resolution: integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - /acorn/8.1.0: + /acorn/8.1.1: dev: false engines: node: '>=0.4.0' hasBin: true resolution: - integrity: sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA== + integrity: sha512-xYiIVjNuqtKXMxlRMDc6mZUhXehod4a3gbZ1qRlM7icK4EbxUFNLhWoPblCvFtB2Y9CIqHP3CF/rdxLItaQv8g== /address/1.1.2: dev: false engines: @@ -5855,7 +5948,7 @@ packages: dev: false resolution: integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - /ajv/7.2.1: + /ajv/8.1.0: dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -5863,7 +5956,7 @@ packages: uri-js: 4.4.1 dev: false resolution: - integrity: sha512-+nu0HDv7kNSOua9apAVc979qd932rrZeb3WOvoiD31A/p1mIE5/9bN2027pE2rOPYEdS3UHzsvof4hY+lM9/WQ== + integrity: sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ== /alphanum-sort/1.0.2: dev: false resolution: @@ -5886,14 +5979,14 @@ packages: node: '>=6' resolution: integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - /ansi-escapes/4.3.1: + /ansi-escapes/4.3.2: dependencies: - type-fest: 0.11.0 + type-fest: 0.21.3 dev: false engines: node: '>=8' resolution: - integrity: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== + integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== /ansi-html/0.0.7: dev: false engines: @@ -5953,15 +6046,15 @@ packages: dev: false resolution: integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - /anymatch/3.1.1: + /anymatch/3.1.2: dependencies: normalize-path: 3.0.0 - picomatch: 2.2.2 + picomatch: 2.2.3 dev: false engines: node: '>= 8' resolution: - integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== + integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== /app-root-dir/1.0.2: dev: false resolution: @@ -5993,8 +6086,8 @@ packages: integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== /aria-query/4.2.2: dependencies: - '@babel/runtime': 7.13.10 - '@babel/runtime-corejs3': 7.13.10 + '@babel/runtime': 7.13.17 + '@babel/runtime-corejs3': 7.13.17 dev: false engines: node: '>=6.0' @@ -6167,7 +6260,7 @@ packages: integrity: sha1-9wtzXGvKGlycItmCw+Oef+ujva0= /ast-types/0.14.2: dependencies: - tslib: 2.1.0 + tslib: 2.2.0 dev: false engines: node: '>=4' @@ -6216,8 +6309,8 @@ packages: integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== /autoprefixer/9.8.6: dependencies: - browserslist: 4.16.3 - caniuse-lite: 1.0.30001202 + browserslist: 4.16.5 + caniuse-lite: 1.0.30001214 colorette: 1.2.2 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -6235,23 +6328,23 @@ packages: dev: false resolution: integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - /axe-core/4.1.3: + /axe-core/4.1.4: dev: false engines: node: '>=4' resolution: - integrity: sha512-vwPpH4Aj4122EW38mxO/fxhGKtwWTMLDIJfZ1He0Edbtjcfna/R3YB67yVhezUMzqc3Jr3+Ii50KRntlENL4xQ== + integrity: sha512-Pdgfv6iP0gNx9ejRGa3zE7Xgkj/iclXqLfe7BnatdZz0QnLZ3jrRHUVH8wNSdN68w05Sk3ShGTb3ydktMTooig== /axobject-query/2.2.0: dev: false resolution: integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== - /babel-eslint/10.1.0_eslint@7.22.0: + /babel-eslint/10.1.0_eslint@7.24.0: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - eslint: 7.22.0 + '@babel/parser': 7.13.16 + '@babel/traverse': 7.13.17 + '@babel/types': 7.13.17 + eslint: 7.24.0 eslint-visitor-keys: 1.3.0 resolve: 1.20.0 deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. @@ -6303,10 +6396,10 @@ packages: '@babel/core': 7.12.3 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.1.13 + '@types/babel__core': 7.1.14 babel-plugin-istanbul: 6.0.0 babel-preset-jest: 26.6.2_@babel+core@7.12.3 - chalk: 4.1.0 + chalk: 4.1.1 graceful-fs: 4.2.6 slash: 3.0.0 dev: false @@ -6316,15 +6409,15 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== - /babel-jest/26.6.3_@babel+core@7.13.10: + /babel-jest/26.6.3_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.1.13 + '@types/babel__core': 7.1.14 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.6.2_@babel+core@7.13.10 - chalk: 4.1.0 + babel-preset-jest: 26.6.2_@babel+core@7.13.16 + chalk: 4.1.1 graceful-fs: 4.2.6 slash: 3.0.0 dev: false @@ -6334,15 +6427,15 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== - /babel-loader/8.1.0_427212bc1158d185e577033f19ca0757: + /babel-loader/8.1.0_0c9ed85c987bca43d65931123ef87b6c: dependencies: - '@babel/core': 7.12.3 + '@babel/core': 7.13.16 find-cache-dir: 2.1.0 loader-utils: 1.4.0 mkdirp: 0.5.5 pify: 4.0.1 schema-utils: 2.7.1 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 6.9' @@ -6351,15 +6444,15 @@ packages: webpack: '>=2' resolution: integrity: sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== - /babel-loader/8.1.0_6d2d9db439f797dbe04a64efdbcf144a: + /babel-loader/8.1.0_427212bc1158d185e577033f19ca0757: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.12.3 find-cache-dir: 2.1.0 loader-utils: 1.4.0 mkdirp: 0.5.5 pify: 4.0.1 schema-utils: 2.7.1 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 6.9' @@ -6390,7 +6483,7 @@ packages: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== /babel-plugin-emotion/10.2.2: dependencies: - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.4 '@emotion/serialize': 0.11.16 @@ -6424,8 +6517,8 @@ packages: /babel-plugin-jest-hoist/26.6.2: dependencies: '@babel/template': 7.12.13 - '@babel/types': 7.13.0 - '@types/babel__core': 7.1.13 + '@babel/types': 7.13.17 + '@types/babel__core': 7.1.14 '@types/babel__traverse': 7.11.1 dev: false engines: @@ -6434,7 +6527,7 @@ packages: integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== /babel-plugin-macros/2.8.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 cosmiconfig: 6.0.0 resolve: 1.20.0 dev: false @@ -6513,47 +6606,47 @@ packages: '@babel/core': ^7.1.0 resolution: integrity: sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw== - /babel-plugin-named-asset-import/0.3.7_@babel+core@7.13.10: + /babel-plugin-named-asset-import/0.3.7_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 dev: false peerDependencies: '@babel/core': ^7.1.0 resolution: integrity: sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw== - /babel-plugin-polyfill-corejs2/0.1.10_@babel+core@7.13.10: + /babel-plugin-polyfill-corejs2/0.2.0_@babel+core@7.13.16: dependencies: - '@babel/compat-data': 7.13.11 - '@babel/core': 7.13.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 + '@babel/compat-data': 7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 semver: 6.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-DO95wD4g0A8KRaHKi0D51NdGXzvpqVLnLu5BTvDlpqUEpTmeEtypgC1xqesORaWmiUOQI14UHKlzNd9iZ2G3ZA== - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.13.10: + integrity: sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg== + /babel-plugin-polyfill-corejs3/0.2.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 - core-js-compat: 3.9.1 + '@babel/core': 7.13.16 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 + core-js-compat: 3.11.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw== - /babel-plugin-polyfill-regenerator/0.1.6_@babel+core@7.13.10: + integrity: sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg== + /babel-plugin-polyfill-regenerator/0.2.0_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg== + integrity: sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg== /babel-plugin-preval/5.0.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 babel-plugin-macros: 2.8.0 require-from-string: 2.0.2 dev: false @@ -6577,10 +6670,10 @@ packages: /babel-plugin-styled-components/1.12.0_styled-components@5.2.3: dependencies: '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 - styled-components: 5.2.3_9debf3d425c3eafb0518d6c329d076f5 + styled-components: 5.2.3_07c3f46f02454abeb4a4ede5be11f9b7 dev: false peerDependencies: styled-components: '>= 2' @@ -6673,21 +6766,21 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.13.10: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.16 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.16 dev: false peerDependencies: '@babel/core': ^7.0.0 @@ -6705,11 +6798,11 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== - /babel-preset-jest/26.6.2_@babel+core@7.13.10: + /babel-preset-jest/26.6.2_@babel+core@7.13.16: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.13.10 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.13.16 dev: false engines: node: '>= 10.14.2' @@ -6781,10 +6874,10 @@ packages: dev: false resolution: integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== - /balanced-match/1.0.0: + /balanced-match/1.0.2: dev: false resolution: - integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== /base/0.11.2: dependencies: cache-base: 1.0.1 @@ -6845,10 +6938,10 @@ packages: hasBin: true resolution: integrity: sha512-TFZrO82gCZwAC+tFZQ0cPPEG7YCif4W0FnPT8AsqkE5kotMtU6mhfrQqCOq3jcRjX7CCv4UultI83zY4NY73JA== - /before-after-hook/2.2.0: + /before-after-hook/2.2.1: dev: false resolution: - integrity: sha512-jH6rKQIfroBbhEXVmI7XmXe3ix5S/PgJqpzdDPnR8JGLHWNYLsYZ6tK5iWOF/Ra3oqEX0NobXGlzbiylIzVphQ== + integrity: sha512-/6FKxSTWoJdbsLDF8tdIjaRiFXiE6UHsEHE3OPI/cwPURCVi1ukP0gmLn7XWEiFk5TcwQjjY5PWsU+j+tgXgmw== /better-opn/2.1.1: dependencies: open: 7.4.2 @@ -6969,7 +7062,7 @@ packages: integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== /brace-expansion/1.1.11: dependencies: - balanced-match: 1.0.0 + balanced-match: 1.0.2 concat-map: 0.0.1 dev: false resolution: @@ -6981,7 +7074,7 @@ packages: extend-shallow: 2.0.1 fill-range: 4.0.0 isobject: 3.0.1 - repeat-element: 1.1.3 + repeat-element: 1.1.4 snapdragon: 0.8.2 snapdragon-node: 2.1.1 split-string: 3.1.0 @@ -7064,8 +7157,8 @@ packages: integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== /browserslist/4.14.2: dependencies: - caniuse-lite: 1.0.30001202 - electron-to-chromium: 1.3.689 + caniuse-lite: 1.0.30001214 + electron-to-chromium: 1.3.720 escalade: 3.1.1 node-releases: 1.1.71 dev: false @@ -7074,11 +7167,11 @@ packages: hasBin: true resolution: integrity: sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw== - /browserslist/4.16.3: + /browserslist/4.16.5: dependencies: - caniuse-lite: 1.0.30001202 + caniuse-lite: 1.0.30001214 colorette: 1.2.2 - electron-to-chromium: 1.3.689 + electron-to-chromium: 1.3.720 escalade: 3.1.1 node-releases: 1.1.71 dev: false @@ -7086,7 +7179,7 @@ packages: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 hasBin: true resolution: - integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== + integrity: sha512-C2HAjrM1AI/djrpAUU/tr4pml1DqLIzJKSLDBXBrNErl9ZCCTXdhwxdJjYc16953+mBWf7Lw+uUJgpgb8cN71A== /bs-logger/0.2.6: dependencies: fast-json-stable-stringify: 2.1.0 @@ -7164,13 +7257,13 @@ packages: move-concurrently: 1.0.1 promise-inflight: 1.0.1 rimraf: 2.7.1 - ssri: 6.0.1 + ssri: 6.0.2 unique-filename: 1.1.1 - y18n: 4.0.1 + y18n: 4.0.3 dev: false resolution: integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - /cacache/15.0.5: + /cacache/15.0.6: dependencies: '@npmcli/move-file': 1.1.2 chownr: 2.0.0 @@ -7193,7 +7286,7 @@ packages: engines: node: '>= 10' resolution: - integrity: sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== + integrity: sha512-g1WYDMct/jzW+JdWEyjaX2zoBkZ6ZT9VpOyp2I/VMtDsNLffNat3kqPFfi1eDRSK9/SuKGyORDHcQMcPF8sQ/w== /cache-base/1.0.1: dependencies: collection-visit: 1.0.0 @@ -7252,7 +7345,7 @@ packages: /camel-case/4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.1.0 + tslib: 2.2.0 dev: false resolution: integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== @@ -7295,17 +7388,17 @@ packages: integrity: sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= /caniuse-api/3.0.0: dependencies: - browserslist: 4.16.3 - caniuse-lite: 1.0.30001202 + browserslist: 4.16.5 + caniuse-lite: 1.0.30001214 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false resolution: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - /caniuse-lite/1.0.30001202: + /caniuse-lite/1.0.30001214: dev: false resolution: - integrity: sha512-ZcijQNqrcF8JNLjzvEiXqX4JUYxoZa7Pvcsd9UD8Kz4TvhTonOSNRsK+qtvpVL4l6+T1Rh4LFtLfnNWg6BGWCQ== + integrity: sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg== /capture-exit/2.0.0: dependencies: rsvp: 4.8.5 @@ -7353,7 +7446,7 @@ packages: node: '>=8' resolution: integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== - /chalk/4.1.0: + /chalk/4.1.1: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 @@ -7361,7 +7454,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== + integrity: sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== /char-regex/1.0.2: dev: false engines: @@ -7388,31 +7481,29 @@ packages: dev: false resolution: integrity: sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ== - /cheerio-select-tmp/0.1.1: + /cheerio-select/1.4.0: dependencies: - css-select: 3.1.2 - css-what: 4.0.0 - domelementtype: 2.1.0 - domhandler: 4.0.0 - domutils: 2.5.0 - deprecated: Use cheerio-select instead + css-select: 4.1.2 + css-what: 5.0.0 + domelementtype: 2.2.0 + domhandler: 4.2.0 + domutils: 2.6.0 dev: false resolution: - integrity: sha512-YYs5JvbpU19VYJyj+F7oYrIE2BOll1/hRU7rEy/5+v9BzkSo3bK81iAeeQEMI92vRIxz677m72UmJUiVwwgjfQ== - /cheerio/1.0.0-rc.5: + integrity: sha512-sobR3Yqz27L553Qa7cK6rtJlMDbiKPdNywtR95Sj/YgfpLfy0u6CGJuaBKe5YE/vTc23SCRKxWSdlon/w6I/Ew== + /cheerio/1.0.0-rc.6: dependencies: - cheerio-select-tmp: 0.1.1 - dom-serializer: 1.2.0 - domhandler: 4.0.0 - entities: 2.1.0 - htmlparser2: 6.0.1 + cheerio-select: 1.4.0 + dom-serializer: 1.3.1 + domhandler: 4.2.0 + htmlparser2: 6.1.0 parse5: 6.0.1 parse5-htmlparser2-tree-adapter: 6.0.1 dev: false engines: node: '>= 0.12' resolution: - integrity: sha512-yoqps/VCaZgN4pfXtenwHROTp8NG6/Hlt4Jpz2FEP0ZJQ+ZUkVDd0hAPDNKhj3nakpfPt/CNs57yEtxD1bXQiw== + integrity: sha512-hjx1XE1M/D5pAtMgvWwE21QClmAEeGHOIDfycgmndisdNgI6PE1cGRQkMGBcsbUbmEQyWu5PJLUcAOjtQS8DWw== /chokidar/2.1.8: dependencies: anymatch: 2.0.0 @@ -7434,7 +7525,7 @@ packages: integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== /chokidar/3.5.1: dependencies: - anymatch: 3.1.1 + anymatch: 3.1.2 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -7458,14 +7549,12 @@ packages: node: '>=10' resolution: integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== - /chrome-trace-event/1.0.2: - dependencies: - tslib: 1.14.1 + /chrome-trace-event/1.0.3: dev: false engines: node: '>=6.0' resolution: - integrity: sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== + integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== /ci-info/2.0.0: dev: false resolution: @@ -7492,10 +7581,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - /classnames/2.2.6: + /classnames/2.3.1: dev: false resolution: - integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== + integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA== /clean-css/4.2.3: dependencies: source-map: 0.6.1 @@ -7705,12 +7794,12 @@ packages: node: '>= 6' resolution: integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== - /commander/7.1.0: + /commander/7.2.0: dev: false engines: node: '>= 10' resolution: - integrity: sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg== + integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== /common-tags/1.8.0: dev: false engines: @@ -7737,7 +7826,7 @@ packages: integrity: sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8= /compressible/2.0.18: dependencies: - mime-db: 1.46.0 + mime-db: 1.47.0 dev: false engines: node: '>= 0.6' @@ -7783,10 +7872,10 @@ packages: /concurrently/5.3.0: dependencies: chalk: 2.4.2 - date-fns: 2.19.0 + date-fns: 2.21.1 lodash: 4.17.21 read-pkg: 4.0.1 - rxjs: 6.6.6 + rxjs: 6.6.7 spawn-command: 0.0.2-1 supports-color: 6.1.0 tree-kill: 1.2.2 @@ -7909,17 +7998,17 @@ packages: integrity: sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw== /copy-webpack-plugin/6.4.1_webpack@4.44.2: dependencies: - cacache: 15.0.5 + cacache: 15.0.6 fast-glob: 3.2.5 find-cache-dir: 3.3.1 glob-parent: 5.1.2 - globby: 11.0.2 + globby: 11.0.3 loader-utils: 2.0.0 normalize-path: 3.0.0 p-limit: 3.1.0 schema-utils: 3.0.0 serialize-javascript: 5.0.1 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-sources: 1.4.3 dev: false engines: @@ -7941,29 +8030,29 @@ packages: hasBin: true resolution: integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg== - /core-js-compat/3.9.1: + /core-js-compat/3.11.0: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.5 semver: 7.0.0 dev: false resolution: - integrity: sha512-jXAirMQxrkbiiLsCx9bQPJFA6llDadKMpYrBJQJ3/c4/vsPP/fAf29h24tviRlvwUL6AmY5CHLu2GvjuYviQqA== - /core-js-pure/3.9.1: + integrity: sha512-3wsN9YZJohOSDCjVB0GequOyHax8zFiogSX3XWLE28M1Ew7dTU57tgHjIylSBKSIouwmLBp3g61sKMz/q3xEGA== + /core-js-pure/3.11.0: dev: false requiresBuild: true resolution: - integrity: sha512-laz3Zx0avrw9a4QEIdmIblnVuJz8W51leY9iLThatCsFawWxC3sE4guASC78JbCin+DkwMpCdp1AVAuzL/GN7A== + integrity: sha512-PxEiQGjzC+5qbvE7ZIs5Zn6BynNeZO9zHhrrWmkRff2SZLq0CE/H5LuZOJHhmOQ8L38+eMzEHAmPYWrUtDfuDQ== /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-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== - /core-js/3.9.1: + /core-js/3.11.0: dev: false requiresBuild: true resolution: - integrity: sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg== + integrity: sha512-bd79DPpx+1Ilh9+30aT5O1sgpQd4Ttg8oqkqi51ZzhedMM1omD2e6IOF48Z/DzDCZ2svp49tN/3vneTK6ZBkXw== /core-util-is/1.0.2: dev: false resolution: @@ -8092,12 +8181,12 @@ packages: hasBin: true resolution: integrity: sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ== - /cross-fetch/3.1.0: + /cross-fetch/3.1.4: dependencies: node-fetch: 2.6.1 dev: false resolution: - integrity: sha512-a+yso9lSpXQI9DH+YjAu/m0dVfP8IVoZDPBLLFcvGpeq3KHNdikkekTOdkHiXEuTq4GBOeO0MfWkE40yzF1w7g== + integrity: sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ== /cross-spawn/6.0.5: dependencies: nice-try: 1.0.5 @@ -8129,7 +8218,7 @@ packages: create-hmac: 1.1.7 diffie-hellman: 5.0.3 inherits: 2.0.4 - pbkdf2: 3.1.1 + pbkdf2: 3.1.2 public-encrypt: 4.0.3 randombytes: 2.1.0 randomfill: 1.0.4 @@ -8201,7 +8290,7 @@ packages: postcss-value-parser: 4.1.0 schema-utils: 2.7.1 semver: 6.3.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 8.9.0' @@ -8222,8 +8311,8 @@ packages: postcss-modules-values: 3.0.0 postcss-value-parser: 4.1.0 schema-utils: 2.7.1 - semver: 7.3.4 - webpack: 4.44.2_webpack-cli@4.5.0 + semver: 7.3.2 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -8253,16 +8342,16 @@ packages: dev: false resolution: integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - /css-select/3.1.2: + /css-select/4.1.2: dependencies: boolbase: 1.0.0 - css-what: 4.0.0 - domhandler: 4.0.0 - domutils: 2.5.0 + css-what: 5.0.0 + domhandler: 4.2.0 + domutils: 2.6.0 nth-check: 2.0.0 dev: false resolution: - integrity: sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA== + integrity: sha512-nu5ye2Hg/4ISq4XqdLY2bEatAcLIdt3OYGFc9Tm9n7VSlFBcfRv0gBNksHRgSdUDQGtN3XrZ94ztW+NfzkFSUw== /css-to-react-native/3.0.0: dependencies: camelize: 1.0.0 @@ -8280,7 +8369,7 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - /css-tree/1.1.2: + /css-tree/1.1.3: dependencies: mdn-data: 2.0.14 source-map: 0.6.1 @@ -8288,19 +8377,19 @@ packages: engines: node: '>=8.0.0' resolution: - integrity: sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ== + integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== /css-what/3.4.2: dev: false engines: node: '>= 6' resolution: integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== - /css-what/4.0.0: + /css-what/5.0.0: dev: false engines: node: '>= 6' resolution: - integrity: sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A== + integrity: sha512-qxyKHQvgKwzwDWC/rGbT821eJalfupxYW2qbSJSAtdSTimsr/MlaGONoNLllaUPZWf8QnbcKM/kPVYUQuEKAFA== /css.escape/1.5.1: dev: false resolution: @@ -8346,7 +8435,7 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-5pM/C1MIfoqhXa7k9PqSnrjj1SSZDakfyB1DZhdYyJoDUH+evGbsUg6/bpQapTJeSnYaj0rdzPUMeM33CvB0vw== - /cssnano-preset-default/4.0.7: + /cssnano-preset-default/4.0.8: dependencies: css-declaration-sorter: 4.0.1 cssnano-util-raw-cache: 4.0.1 @@ -8376,13 +8465,13 @@ packages: postcss-ordered-values: 4.1.2 postcss-reduce-initial: 4.0.3 postcss-reduce-transforms: 4.0.2 - postcss-svgo: 4.0.2 + postcss-svgo: 4.0.3 postcss-unique-selectors: 4.0.1 dev: false engines: node: '>=6.9.0' resolution: - integrity: sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== + integrity: sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ== /cssnano-util-get-arguments/4.0.0: dev: false engines: @@ -8409,20 +8498,20 @@ packages: node: '>=6.9.0' resolution: integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== - /cssnano/4.1.10: + /cssnano/4.1.11: dependencies: cosmiconfig: 5.2.1 - cssnano-preset-default: 4.0.7 + cssnano-preset-default: 4.0.8 is-resolvable: 1.1.0 postcss: 7.0.35 dev: false engines: node: '>=6.9.0' resolution: - integrity: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== + integrity: sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g== /csso/4.2.0: dependencies: - css-tree: 1.1.2 + css-tree: 1.1.3 dev: false engines: node: '>=8.0.0' @@ -8444,14 +8533,14 @@ packages: node: '>=8' resolution: integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - /csstype/2.6.16: + /csstype/2.6.17: dev: false resolution: - integrity: sha512-61FBWoDHp/gRtsoDkq/B1nWrCUG/ok1E3tUrcNbZjsE9Cxd9yzUirjS3+nAATB8U4cTtaQmAHbNndoFz5L6C9Q== - /csstype/3.0.7: + integrity: sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A== + /csstype/3.0.8: dev: false resolution: - integrity: sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g== + integrity: sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw== /currently-unhandled/0.4.1: dependencies: array-find-index: 1.0.2 @@ -8487,18 +8576,18 @@ packages: dependencies: abab: 2.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.4.0 + whatwg-url: 8.5.0 dev: false engines: node: '>=10' resolution: integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== - /date-fns/2.19.0: + /date-fns/2.21.1: dev: false engines: node: '>=0.11' resolution: - integrity: sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg== + integrity: sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA== /dateformat/1.0.12: dependencies: get-stdin: 4.0.1 @@ -8703,16 +8792,22 @@ packages: dev: false resolution: integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g== + /detect-file/1.0.0: + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= /detect-newline/3.1.0: dev: false engines: node: '>=8' resolution: integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - /detect-node/2.0.4: + /detect-node/2.0.5: dev: false resolution: - integrity: sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== + integrity: sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw== /detect-port-alt/1.1.6: dependencies: address: 1.1.2 @@ -8829,32 +8924,32 @@ packages: integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== /dom-helpers/3.4.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 dev: false resolution: integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== /dom-helpers/5.2.0: dependencies: - '@babel/runtime': 7.13.10 - csstype: 3.0.7 + '@babel/runtime': 7.13.17 + csstype: 3.0.8 dev: false resolution: integrity: sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ== /dom-serializer/0.2.2: dependencies: - domelementtype: 2.1.0 + domelementtype: 2.2.0 entities: 2.2.0 dev: false resolution: integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - /dom-serializer/1.2.0: + /dom-serializer/1.3.1: dependencies: - domelementtype: 2.1.0 - domhandler: 4.0.0 - entities: 2.1.0 + domelementtype: 2.2.0 + domhandler: 4.2.0 + entities: 2.2.0 dev: false resolution: - integrity: sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA== + integrity: sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q== /dom-walk/0.1.2: dev: false resolution: @@ -8870,10 +8965,10 @@ packages: dev: false resolution: integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - /domelementtype/2.1.0: + /domelementtype/2.2.0: dev: false resolution: - integrity: sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== + integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== /domexception/2.0.1: dependencies: webidl-conversions: 5.0.0 @@ -8888,14 +8983,14 @@ packages: dev: false resolution: integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - /domhandler/4.0.0: + /domhandler/4.2.0: dependencies: - domelementtype: 2.1.0 + domelementtype: 2.2.0 dev: false engines: node: '>= 4' resolution: - integrity: sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA== + integrity: sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA== /domutils/1.7.0: dependencies: dom-serializer: 0.2.2 @@ -8903,18 +8998,18 @@ packages: dev: false resolution: integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - /domutils/2.5.0: + /domutils/2.6.0: dependencies: - dom-serializer: 1.2.0 - domelementtype: 2.1.0 - domhandler: 4.0.0 + dom-serializer: 1.3.1 + domelementtype: 2.2.0 + domhandler: 4.2.0 dev: false resolution: - integrity: sha512-Ho16rzNMOFk2fPwChGh3D2D9OEHAfG19HgmRR2l+WLSsIstNsAYBzePH412bL0y5T44ejABIVfTHQ8nqi/tBCg== + integrity: sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA== /dot-case/3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.1.0 + tslib: 2.2.0 dev: false resolution: integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== @@ -8939,7 +9034,7 @@ packages: /dotenv-webpack/1.8.0_webpack@4.44.2: dependencies: dotenv-defaults: 1.1.1 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false peerDependencies: webpack: ^1 || ^2 || ^3 || ^4 @@ -8959,7 +9054,7 @@ packages: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /downshift/5.0.5_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 compute-scroll-into-view: 1.0.11 prop-types: 15.7.2 react: 16.14.0 @@ -8969,18 +9064,18 @@ packages: react: '>=0.14.9' resolution: integrity: sha512-V1idov3Rkvz1YWA1K67aIx51EgokIDvep4x6KmU7HhsayI8DvTEZBeH4O92zeFVGximKujRO7ChBzBAf4PKWFA== - /downshift/6.1.0_react@16.14.0: + /downshift/6.1.3_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 compute-scroll-into-view: 1.0.17 prop-types: 15.7.2 react: 16.14.0 - react-is: 17.0.1 + react-is: 17.0.2 dev: false peerDependencies: react: '>=16.12.0' resolution: - integrity: sha512-MnEJERij+1pTVAsOPsH3q9MJGNIZuu2sT90uxOCEOZYH6sEzkVGtUcTBVDRQkE8y96zpB7uEbRn24aE9VpHnZg== + integrity: sha512-RA1MuaNcTbt0j+sVLhSs8R2oZbBXYAtdQP/V+uHhT3DoDteZzJPjlC+LQVm9T07Wpvo84QXaZtUCePLDTDwGXg== /duplexer/0.1.2: dev: false resolution: @@ -9027,10 +9122,10 @@ packages: hasBin: true resolution: integrity: sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw== - /electron-to-chromium/1.3.689: + /electron-to-chromium/1.3.720: dev: false resolution: - integrity: sha512-WCn+ZaU3V8WttlLNSOGOAlR2XpxibGre7slwGrYBB6oTjYPgP29LNDGG6wLvLTMseLdE+G1vno7PfY7JyDV48g== + integrity: sha512-B6zLTxxaOFP4WZm6DrvgRk8kLFYWNhQ5TrHMC0l5WtkMXhU5UbnvWoTfeEwqOruUSlNMhVLfYak7REX6oC5Yfw== /element-resize-detector/1.2.2: dependencies: batch-processor: 1.0.0 @@ -9085,7 +9180,7 @@ packages: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /emotion-theming/10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@emotion/core': 10.1.1_react@16.14.0 '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 @@ -9138,21 +9233,17 @@ packages: dev: false resolution: integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - /entities/2.1.0: - dev: false - resolution: - integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== /entities/2.2.0: dev: false resolution: integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== - /envinfo/7.7.4: + /envinfo/7.8.1: dev: false engines: node: '>=4' hasBin: true resolution: - integrity: sha512-TQXTYFVVwwluWSFis6K2XKxgrD22jEv0FTuLCQI+OjH7rn93+iY0fSSFM5lrSxFY+H1+B0/cvvlamr3UsBivdQ== + integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== /enzyme-shallow-equal/1.0.4: dependencies: has: 1.0.3 @@ -9160,9 +9251,9 @@ packages: dev: false resolution: integrity: sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q== - /enzyme-to-json/3.6.1_enzyme@3.11.0: + /enzyme-to-json/3.6.2_enzyme@3.11.0: dependencies: - '@types/cheerio': 0.22.27 + '@types/cheerio': 0.22.28 enzyme: 3.11.0 lodash: 4.17.21 react-is: 16.13.1 @@ -9172,11 +9263,11 @@ packages: peerDependencies: enzyme: ^3.4.0 resolution: - integrity: sha512-15tXuONeq5ORoZjV/bUo2gbtZrN2IH+Z6DvL35QmZyKHgbY1ahn6wcnLd9Xv9OjiwbAXiiP8MRZwbZrCv1wYNg== + integrity: sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg== /enzyme/3.11.0: dependencies: array.prototype.flat: 1.2.4 - cheerio: 1.0.0-rc.5 + cheerio: 1.0.0-rc.6 enzyme-shallow-equal: 1.0.4 function.prototype.name: 1.1.4 has: 1.0.3 @@ -9189,7 +9280,7 @@ packages: is-subset: 0.1.1 lodash.escape: 4.0.1 lodash.isequal: 4.5.0 - object-inspect: 1.9.0 + object-inspect: 1.10.2 object-is: 1.1.5 object.assign: 4.1.2 object.entries: 1.1.3 @@ -9231,12 +9322,12 @@ packages: is-negative-zero: 2.0.1 is-regex: 1.1.2 is-string: 1.0.5 - object-inspect: 1.9.0 + object-inspect: 1.10.2 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.0 + unbox-primitive: 1.0.1 dev: false engines: node: '>= 0.4' @@ -9352,9 +9443,9 @@ packages: source-map: 0.6.1 resolution: integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw== - /eslint-config-prettier/6.15.0_eslint@7.22.0: + /eslint-config-prettier/6.15.0_eslint@7.24.0: dependencies: - eslint: 7.22.0 + eslint: 7.24.0 get-stdin: 6.0.0 dev: false hasBin: true @@ -9362,20 +9453,20 @@ packages: eslint: '>=3.14.1' resolution: integrity: sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== - /eslint-config-react-app/6.0.0_2876a43d07c0b34eae0ea84aed683bee: + /eslint-config-react-app/6.0.0_5ae70c6e0a740575723db6859334ba92: dependencies: - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - babel-eslint: 10.1.0_eslint@7.22.0 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + babel-eslint: 10.1.0_eslint@7.24.0 confusing-browser-globals: 1.0.10 - eslint: 7.22.0 - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-jest: 24.3.1_0a75d6f0181be74a88681a31618f3db4 - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.22.0 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 - eslint-plugin-testing-library: 3.10.1_eslint@7.22.0+typescript@4.1.5 + eslint: 7.24.0 + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-jest: 24.3.5_7a414a308e5a6a896b9ceb1ccd728517 + eslint-plugin-jsx-a11y: 6.4.1_eslint@7.24.0 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 + eslint-plugin-testing-library: 3.10.2_eslint@7.24.0+typescript@4.1.5 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -9398,18 +9489,18 @@ packages: optional: true resolution: integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A== - /eslint-config-react-app/6.0.0_828f2d5364d1d27245a2a80409233a43: + /eslint-config-react-app/6.0.0_8551572af614ff90398c8f9de743ce0b: dependencies: - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - babel-eslint: 10.1.0_eslint@7.22.0 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + babel-eslint: 10.1.0_eslint@7.24.0 confusing-browser-globals: 1.0.10 - eslint: 7.22.0 - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.22.0 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 + eslint: 7.24.0 + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-jsx-a11y: 6.4.1_eslint@7.24.0 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -9448,9 +9539,9 @@ packages: node: '>=4' resolution: integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== - /eslint-plugin-flowtype/5.4.0_eslint@7.22.0: + /eslint-plugin-flowtype/5.7.2_eslint@7.24.0: dependencies: - eslint: 7.22.0 + eslint: 7.24.0 lodash: 4.17.21 string-natural-compare: 3.0.1 dev: false @@ -9459,23 +9550,23 @@ packages: peerDependencies: eslint: ^7.1.0 resolution: - integrity: sha512-O0s0iTT5UxYuoOpHMLSIO2qZMyvrb9shhk1EM5INNGtJ2CffrfUmsnh6TVsnoT41fkXIEndP630WNovhoO87xQ== - /eslint-plugin-header/3.1.1_eslint@7.22.0: + integrity: sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg== + /eslint-plugin-header/3.1.1_eslint@7.24.0: dependencies: - eslint: 7.22.0 + eslint: 7.24.0 dev: false peerDependencies: eslint: '>=7.7.0' resolution: integrity: sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg== - /eslint-plugin-import/2.22.1_eslint@7.22.0: + /eslint-plugin-import/2.22.1_eslint@7.24.0: dependencies: array-includes: 3.1.3 array.prototype.flat: 1.2.4 contains-path: 0.1.0 debug: 2.6.9 doctrine: 1.5.0 - eslint: 7.22.0 + eslint: 7.24.0 eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.0 has: 1.0.3 @@ -9491,11 +9582,11 @@ packages: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 resolution: integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== - /eslint-plugin-jest/24.3.1_0a75d6f0181be74a88681a31618f3db4: + /eslint-plugin-jest/24.3.5_7a414a308e5a6a896b9ceb1ccd728517: dependencies: - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/experimental-utils': 4.18.0_eslint@7.22.0+typescript@4.1.5 - eslint: 7.22.0 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/experimental-utils': 4.22.0_eslint@7.24.0+typescript@4.1.5 + eslint: 7.24.0 dev: false engines: node: '>=10' @@ -9507,18 +9598,18 @@ packages: '@typescript-eslint/eslint-plugin': optional: true resolution: - integrity: sha512-RQt59rfMSHyvedImT72iaf8JcvCcR4P7Uq499dALtjY8mrCjbwWrFi1UceG4sid2wVIeDi+0tjxXZ8CZEVO7Zw== - /eslint-plugin-jsx-a11y/6.4.1_eslint@7.22.0: + integrity: sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug== + /eslint-plugin-jsx-a11y/6.4.1_eslint@7.24.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 aria-query: 4.2.2 array-includes: 3.1.3 ast-types-flow: 0.0.7 - axe-core: 4.1.3 + axe-core: 4.1.4 axobject-query: 2.2.0 damerau-levenshtein: 1.0.6 emoji-regex: 9.2.2 - eslint: 7.22.0 + eslint: 7.24.0 has: 1.0.3 jsx-ast-utils: 3.2.0 language-tags: 1.0.5 @@ -9529,10 +9620,10 @@ packages: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: integrity: sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg== - /eslint-plugin-prettier/3.3.1_cdac37046eab2e8d6fb794f34ed825c2: + /eslint-plugin-prettier/3.4.0_81b3f70481e511854f668c1774e84936: dependencies: - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 prettier: 2.0.5 prettier-linter-helpers: 1.0.0 dev: false @@ -9546,10 +9637,10 @@ packages: eslint-config-prettier: optional: true resolution: - integrity: sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== - /eslint-plugin-react-hooks/4.2.0_eslint@7.22.0: + integrity: sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw== + /eslint-plugin-react-hooks/4.2.0_eslint@7.24.0: dependencies: - eslint: 7.22.0 + eslint: 7.24.0 dev: false engines: node: '>=10' @@ -9557,19 +9648,20 @@ packages: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 resolution: integrity: sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== - /eslint-plugin-react/7.22.0_eslint@7.22.0: + /eslint-plugin-react/7.23.2_eslint@7.24.0: dependencies: array-includes: 3.1.3 array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 - eslint: 7.22.0 + eslint: 7.24.0 has: 1.0.3 jsx-ast-utils: 3.2.0 + minimatch: 3.0.4 object.entries: 1.1.3 object.fromentries: 2.0.4 object.values: 1.1.3 prop-types: 15.7.2 - resolve: 1.20.0 + resolve: 2.0.0-next.3 string.prototype.matchall: 4.0.4 dev: false engines: @@ -9577,11 +9669,11 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 resolution: - integrity: sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA== - /eslint-plugin-testing-library/3.10.1_eslint@7.22.0+typescript@4.1.5: + integrity: sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw== + /eslint-plugin-testing-library/3.10.2_eslint@7.24.0+typescript@4.1.5: dependencies: - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.22.0+typescript@4.1.5 - eslint: 7.22.0 + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.24.0+typescript@4.1.5 + eslint: 7.24.0 dev: false engines: node: ^10.12.0 || >=12.0.0 @@ -9590,7 +9682,7 @@ packages: eslint: ^5 || ^6 || ^7 typescript: '*' resolution: - integrity: sha512-nQIFe2muIFv2oR2zIuXE4vTbcFNx8hZKRzgHZqJg8rfopIWwoTwtlbCCNELT/jXzVe1uZF68ALGYoDXjLczKiQ== + integrity: sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA== /eslint-scope/4.0.3: dependencies: esrecurse: 4.3.0 @@ -9629,15 +9721,16 @@ packages: node: '>=10' resolution: integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== - /eslint-webpack-plugin/2.5.2_eslint@7.22.0+webpack@4.44.2: + /eslint-webpack-plugin/2.5.4_eslint@7.24.0+webpack@4.44.2: dependencies: - '@types/eslint': 7.2.7 + '@types/eslint': 7.2.10 arrify: 2.0.1 - eslint: 7.22.0 + eslint: 7.24.0 jest-worker: 26.6.2 - micromatch: 4.0.2 + micromatch: 4.0.4 + normalize-path: 3.0.0 schema-utils: 3.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -9645,13 +9738,13 @@ packages: eslint: ^7.0.0 webpack: ^4.0.0 || ^5.0.0 resolution: - integrity: sha512-ndD9chZ/kaGnjjx7taRg7c6FK/YKb29SSYzaLtPBIYLYJQmZtuKqtQbAvTS2ymiMQT6X0VW9vZIHK0KLstv93Q== - /eslint/7.22.0: + integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw== + /eslint/7.24.0: dependencies: '@babel/code-frame': 7.12.11 '@eslint/eslintrc': 0.4.0 ajv: 6.12.6 - chalk: 4.1.0 + chalk: 4.1.1 cross-spawn: 7.0.3 debug: 4.3.1 doctrine: 3.0.0 @@ -9665,7 +9758,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.6.0 + globals: 13.8.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -9679,10 +9772,10 @@ packages: optionator: 0.9.1 progress: 2.0.3 regexpp: 3.1.0 - semver: 7.3.4 + semver: 7.3.5 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 - table: 6.0.7 + table: 6.4.0 text-table: 0.2.0 v8-compile-cache: 2.3.0 dev: false @@ -9690,7 +9783,7 @@ packages: node: ^10.12.0 || >=12.0.0 hasBin: true resolution: - integrity: sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg== + integrity: sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ== /espree/7.3.1: dependencies: acorn: 7.4.1 @@ -9774,14 +9867,14 @@ packages: node: '>=0.8.x' resolution: integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== - /eventsource/1.0.7: + /eventsource/1.1.0: dependencies: original: 1.0.2 dev: false engines: node: '>=0.12.0' resolution: - integrity: sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== + integrity: sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg== /evp_bytestokey/1.0.3: dependencies: md5.js: 1.3.5 @@ -9789,10 +9882,10 @@ packages: dev: false resolution: integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - /exec-sh/0.3.4: + /exec-sh/0.3.6: dev: false resolution: - integrity: sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A== + integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== /execa/1.0.0: dependencies: cross-spawn: 6.0.5 @@ -9826,7 +9919,7 @@ packages: /execa/5.0.0: dependencies: cross-spawn: 7.0.3 - get-stream: 6.0.0 + get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.0 merge-stream: 2.0.0 @@ -9859,6 +9952,14 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + /expand-tilde/2.0.2: + dependencies: + homedir-polyfill: 1.0.3 + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= /expect/26.6.2: dependencies: '@jest/types': 26.6.2 @@ -10031,8 +10132,8 @@ packages: '@nodelib/fs.walk': 1.2.6 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.2 - picomatch: 2.2.2 + micromatch: 4.0.4 + picomatch: 2.2.3 dev: false engines: node: '>=8' @@ -10148,7 +10249,7 @@ packages: integrity: sha512-5Uh1ceC03mnfZanlxb4Y4F3MJNoqcReb5lFhme9Yuh74gwFYUAFgsA/vjE2FXfJ8DG4OP69cB/JEGc5cBRtjAg== /fela-plugin-rtl/10.8.2: dependencies: - rtl-css-js: 1.14.0 + rtl-css-js: 1.14.1 dev: false resolution: integrity: sha512-Xc3uYTNU0TponAtMwqfJQc/F33gACCCPr7QOMqpJurlYUU9VaYhchgs7YMocqns6kBPRGrYc0mYiQqNCfpKsjw== @@ -10171,7 +10272,7 @@ packages: /fela/10.8.2: dependencies: css-in-js-utils: 3.1.0 - csstype: 2.6.16 + csstype: 2.6.17 fast-loops: 1.1.3 fela-utils: 10.8.2 isobject: 3.0.1 @@ -10202,7 +10303,7 @@ packages: dependencies: loader-utils: 2.0.0 schema-utils: 3.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -10214,7 +10315,7 @@ packages: dependencies: loader-utils: 2.0.0 schema-utils: 3.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -10382,6 +10483,17 @@ packages: dev: false resolution: integrity: sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q== + /findup-sync/4.0.0: + dependencies: + detect-file: 1.0.0 + is-glob: 4.0.1 + micromatch: 4.0.4 + resolve-dir: 1.0.1 + dev: false + engines: + node: '>= 8' + resolution: + integrity: sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ== /flat-cache/3.0.4: dependencies: flatted: 3.1.1 @@ -10448,7 +10560,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.29 + mime-types: 2.1.30 dev: false engines: node: '>= 0.12' @@ -10458,7 +10570,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.29 + mime-types: 2.1.30 dev: false engines: node: '>= 6' @@ -10694,12 +10806,12 @@ packages: node: '>=8' resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - /get-stream/6.0.0: + /get-stream/6.0.1: dev: false engines: node: '>=10' resolution: - integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg== + integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== /get-value/2.0.6: dev: false engines: @@ -10787,6 +10899,16 @@ packages: dev: false resolution: integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + /global-modules/1.0.0: + dependencies: + global-prefix: 1.0.2 + is-windows: 1.0.2 + resolve-dir: 1.0.1 + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== /global-modules/2.0.0: dependencies: global-prefix: 3.0.0 @@ -10795,6 +10917,18 @@ packages: node: '>=6' resolution: integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== + /global-prefix/1.0.2: + dependencies: + expand-tilde: 2.0.2 + homedir-polyfill: 1.0.3 + ini: 1.3.8 + is-windows: 1.0.2 + which: 1.3.1 + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= /global-prefix/3.0.0: dependencies: ini: 1.3.8 @@ -10826,14 +10960,14 @@ packages: node: '>=8' resolution: integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - /globals/13.6.0: + /globals/13.8.0: dependencies: type-fest: 0.20.2 dev: false engines: node: '>=8' resolution: - integrity: sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ== + integrity: sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q== /globalthis/1.0.2: dependencies: define-properties: 1.1.3 @@ -10855,7 +10989,7 @@ packages: node: '>=10' resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== - /globby/11.0.2: + /globby/11.0.3: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -10867,7 +11001,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== + integrity: sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== /globby/6.1.0: dependencies: array-union: 1.0.2 @@ -10952,10 +11086,10 @@ packages: node: '>=6' resolution: integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - /harmony-reflect/1.6.1: + /harmony-reflect/1.6.2: dev: false resolution: - integrity: sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA== + integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g== /has-bigints/1.0.1: dev: false resolution: @@ -11121,13 +11255,13 @@ packages: dev: false resolution: integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - /highlight.js/10.6.0: + /highlight.js/10.7.2: dev: false resolution: - integrity: sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ== + integrity: sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg== /history/4.10.1: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.1.0 @@ -11136,6 +11270,12 @@ packages: dev: false resolution: integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== + /history/5.0.0: + dependencies: + '@babel/runtime': 7.13.17 + dev: false + resolution: + integrity: sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg== /hmac-drbg/1.0.1: dependencies: hash.js: 1.1.7 @@ -11150,16 +11290,24 @@ packages: dev: false resolution: integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== + /homedir-polyfill/1.0.3: + dependencies: + parse-passwd: 1.0.0 + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== /hoopy/0.1.4: dev: false engines: node: '>= 6.0.0' resolution: integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ== - /hosted-git-info/2.8.8: + /hosted-git-info/2.8.9: dev: false resolution: - integrity: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== + integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== /hpack.js/2.1.6: dependencies: inherits: 2.0.4 @@ -11177,10 +11325,6 @@ packages: dev: false resolution: integrity: sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - /html-comment-regex/1.1.2: - dev: false - resolution: - integrity: sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== /html-element-map/1.3.0: dependencies: array-filter: 1.0.0 @@ -11232,15 +11376,15 @@ packages: /html-webpack-plugin/4.5.0_webpack@4.44.2: dependencies: '@types/html-minifier-terser': 5.1.1 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.26 + '@types/tapable': 1.0.7 + '@types/webpack': 4.41.27 html-minifier-terser: 5.1.1 loader-utils: 1.4.0 lodash: 4.17.21 pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>=6.9' @@ -11251,15 +11395,15 @@ packages: /html-webpack-plugin/4.5.2_webpack@4.44.2: dependencies: '@types/html-minifier-terser': 5.1.1 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.26 + '@types/tapable': 1.0.7 + '@types/webpack': 4.41.27 html-minifier-terser: 5.1.1 loader-utils: 1.4.0 lodash: 4.17.21 pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>=6.9' @@ -11278,15 +11422,15 @@ packages: dev: false resolution: integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - /htmlparser2/6.0.1: + /htmlparser2/6.1.0: dependencies: - domelementtype: 2.1.0 - domhandler: 4.0.0 - domutils: 2.5.0 - entities: 2.1.0 + domelementtype: 2.2.0 + domhandler: 4.2.0 + domutils: 2.6.0 + entities: 2.2.0 dev: false resolution: - integrity: sha512-GDKPd+vk4jvSuvCbyuzx/unmXkk090Azec7LovXP8as1Hn8q9p3hbjmDGbUqqhknw0ajwit6LiiWqfiTUPMK7w== + integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== /http-deceiver/1.2.7: dev: false resolution: @@ -11314,18 +11458,6 @@ packages: node: '>= 0.6' resolution: integrity: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - /http-errors/1.7.3: - dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-parser-js/0.5.3: dev: false resolution: @@ -11384,7 +11516,7 @@ packages: integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== /husky/4.3.8: dependencies: - chalk: 4.1.0 + chalk: 4.1.1 ci-info: 2.0.0 compare-versions: 3.6.0 cosmiconfig: 7.0.0 @@ -11431,7 +11563,7 @@ packages: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /identity-obj-proxy/3.0.0: dependencies: - harmony-reflect: 1.6.1 + harmony-reflect: 1.6.2 dev: false engines: node: '>=4' @@ -11461,6 +11593,10 @@ packages: dev: false resolution: integrity: sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA== + /immer/8.0.4: + dev: false + resolution: + integrity: sha512-jMfL18P+/6P6epANRvRk6q8t+3gGhqsJ9EuJ25AXE+9bNTYtssvzeYbEd0mXRYWCmmXSIbnlpz6vd6iJlmGGGQ== /import-cwd/2.1.0: dependencies: import-from: 2.1.0 @@ -11586,8 +11722,8 @@ packages: integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== /inquirer/7.3.3: dependencies: - ansi-escapes: 4.3.1 - chalk: 4.1.0 + ansi-escapes: 4.3.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -11595,7 +11731,7 @@ packages: lodash: 4.17.21 mute-stream: 0.0.8 run-async: 2.4.1 - rxjs: 6.6.6 + rxjs: 6.6.7 string-width: 4.2.2 strip-ansi: 6.0.0 through: 2.3.8 @@ -11832,13 +11968,13 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - /is-docker/2.1.1: + /is-docker/2.2.1: dev: false engines: node: '>=8' hasBin: true resolution: - integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== + integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== /is-dom/1.1.0: dependencies: is-object: 1.0.2 @@ -12040,13 +12176,13 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== - /is-potential-custom-element-name/1.0.0: + /is-potential-custom-element-name/1.0.1: dev: false resolution: - integrity: sha1-DFLlS8yjkbssSUsh6GJtczbG45c= + integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== /is-reference/1.2.1: dependencies: - '@types/estree': 0.0.46 + '@types/estree': 0.0.47 dev: false resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== @@ -12107,14 +12243,6 @@ packages: dev: false resolution: integrity: sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= - /is-svg/3.0.0: - dependencies: - html-comment-regex: 1.1.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== /is-symbol/1.0.3: dependencies: has-symbols: 1.0.2 @@ -12157,7 +12285,7 @@ packages: integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= /is-wsl/2.2.0: dependencies: - is-docker: 2.1.1 + is-docker: 2.2.1 dev: false engines: node: '>=8' @@ -12211,7 +12339,7 @@ packages: integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== /istanbul-lib-instrument/4.0.3: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.0.0 semver: 6.3.0 @@ -12282,13 +12410,13 @@ packages: integrity: sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ== /jest-circus/26.6.0_ts-node@9.1.1: dependencies: - '@babel/traverse': 7.13.0 + '@babel/traverse': 7.13.17 '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 '@types/babel__traverse': 7.11.1 - '@types/node': 14.14.35 - chalk: 4.1.0 + '@types/node': 14.14.41 + chalk: 4.1.1 co: 4.6.0 dedent: 0.7.0 expect: 26.6.2 @@ -12315,7 +12443,7 @@ packages: '@jest/core': 26.6.3_ts-node@9.1.1 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 exit: 0.1.2 graceful-fs: 4.2.6 import-local: 3.0.2 @@ -12323,7 +12451,7 @@ packages: jest-config: 26.6.3_ts-node@9.1.1 jest-util: 26.6.2 jest-validate: 26.6.2 - prompts: 2.4.0 + prompts: 2.4.1 yargs: 15.4.1 dev: false engines: @@ -12335,11 +12463,11 @@ packages: integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== /jest-config/26.6.3_ts-node@9.1.1: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.16 '@jest/test-sequencer': 26.6.3_ts-node@9.1.1 '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.13.10 - chalk: 4.1.0 + babel-jest: 26.6.3_@babel+core@7.13.16 + chalk: 4.1.1 deepmerge: 4.2.2 glob: 7.1.6 graceful-fs: 4.2.6 @@ -12351,7 +12479,7 @@ packages: jest-resolve: 26.6.2 jest-util: 26.6.2 jest-validate: 26.6.2 - micromatch: 4.0.2 + micromatch: 4.0.4 pretty-format: 26.6.2 ts-node: 9.1.1_typescript@4.1.5 dev: false @@ -12377,7 +12505,7 @@ packages: integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A== /jest-diff/26.6.2: dependencies: - chalk: 4.1.0 + chalk: 4.1.1 diff-sequences: 26.6.2 jest-get-type: 26.3.0 pretty-format: 26.6.2 @@ -12397,7 +12525,7 @@ packages: /jest-each/26.6.2: dependencies: '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 jest-get-type: 26.3.0 jest-util: 26.6.2 pretty-format: 26.6.2 @@ -12411,10 +12539,10 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.35 + '@types/node': 14.14.41 jest-mock: 26.6.2 jest-util: 26.6.2 - jsdom: 16.5.1 + jsdom: 16.5.3 dev: false engines: node: '>= 10.14.2' @@ -12425,7 +12553,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.35 + '@types/node': 14.14.41 jest-mock: 26.6.2 jest-util: 26.6.2 dev: false @@ -12435,7 +12563,7 @@ packages: integrity: sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag== /jest-fetch-mock/3.0.3: dependencies: - cross-fetch: 3.1.0 + cross-fetch: 3.1.4 promise-polyfill: 8.2.0 dev: false resolution: @@ -12456,15 +12584,15 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 14.14.35 - anymatch: 3.1.1 + '@types/node': 14.14.41 + anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.6 jest-regex-util: 26.0.0 jest-serializer: 26.6.2 jest-util: 26.6.2 jest-worker: 26.6.2 - micromatch: 4.0.2 + micromatch: 4.0.4 sane: 4.1.0 walker: 1.0.7 dev: false @@ -12476,13 +12604,13 @@ packages: integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== /jest-jasmine2/26.6.3_ts-node@9.1.1: dependencies: - '@babel/traverse': 7.13.0 + '@babel/traverse': 7.13.17 '@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.35 - chalk: 4.1.0 + '@types/node': 14.14.41 + chalk: 4.1.1 co: 4.6.0 expect: 26.6.2 is-generator-fn: 2.1.0 @@ -12523,7 +12651,7 @@ packages: integrity: sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg== /jest-matcher-utils/26.6.2: dependencies: - chalk: 4.1.0 + chalk: 4.1.1 jest-diff: 26.6.2 jest-get-type: 26.3.0 pretty-format: 26.6.2 @@ -12537,9 +12665,9 @@ packages: '@babel/code-frame': 7.12.13 '@jest/types': 26.6.2 '@types/stack-utils': 2.0.0 - chalk: 4.1.0 + chalk: 4.1.1 graceful-fs: 4.2.6 - micromatch: 4.0.2 + micromatch: 4.0.4 pretty-format: 26.6.2 slash: 3.0.0 stack-utils: 2.0.3 @@ -12551,7 +12679,7 @@ packages: /jest-mock/26.6.2: dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.35 + '@types/node': 14.14.41 dev: false engines: node: '>= 10.14.2' @@ -12602,12 +12730,12 @@ packages: /jest-resolve/26.6.0: dependencies: '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 graceful-fs: 4.2.6 jest-pnp-resolver: 1.2.2_jest-resolve@26.6.0 jest-util: 26.6.2 read-pkg-up: 7.0.1 - resolve: 1.20.0 + resolve: 1.18.1 slash: 3.0.0 dev: false engines: @@ -12617,7 +12745,7 @@ packages: /jest-resolve/26.6.2: dependencies: '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 graceful-fs: 4.2.6 jest-pnp-resolver: 1.2.2_jest-resolve@26.6.2 jest-util: 26.6.2 @@ -12635,8 +12763,8 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.35 - chalk: 4.1.0 + '@types/node': 14.14.41 + chalk: 4.1.1 emittery: 0.7.2 exit: 0.1.2 graceful-fs: 4.2.6 @@ -12669,7 +12797,7 @@ packages: '@jest/transform': 26.6.2 '@jest/types': 26.6.2 '@types/yargs': 15.0.13 - chalk: 4.1.0 + chalk: 4.1.1 cjs-module-lexer: 0.6.0 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -12697,7 +12825,7 @@ packages: integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== /jest-serializer/26.6.2: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 graceful-fs: 4.2.6 dev: false engines: @@ -12706,11 +12834,11 @@ packages: integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== /jest-snapshot/26.6.2: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.17 '@jest/types': 26.6.2 '@types/babel__traverse': 7.11.1 '@types/prettier': 2.2.3 - chalk: 4.1.0 + chalk: 4.1.1 expect: 26.6.2 graceful-fs: 4.2.6 jest-diff: 26.6.2 @@ -12721,7 +12849,7 @@ packages: jest-resolve: 26.6.2 natural-compare: 1.4.0 pretty-format: 26.6.2 - semver: 7.3.4 + semver: 7.3.5 dev: false engines: node: '>= 10.14.2' @@ -12739,11 +12867,11 @@ packages: /jest-util/26.6.2: dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.35 - chalk: 4.1.0 + '@types/node': 14.14.41 + chalk: 4.1.1 graceful-fs: 4.2.6 is-ci: 2.0.0 - micromatch: 4.0.2 + micromatch: 4.0.4 dev: false engines: node: '>= 10.14.2' @@ -12753,7 +12881,7 @@ packages: dependencies: '@jest/types': 26.6.2 camelcase: 6.2.0 - chalk: 4.1.0 + chalk: 4.1.1 jest-get-type: 26.3.0 leven: 3.1.0 pretty-format: 26.6.2 @@ -12764,13 +12892,13 @@ packages: integrity: sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ== /jest-watch-typeahead/0.6.1_jest@26.6.0: dependencies: - ansi-escapes: 4.3.1 - chalk: 4.1.0 + ansi-escapes: 4.3.2 + chalk: 4.1.1 jest: 26.6.0_ts-node@9.1.1 jest-regex-util: 26.0.0 jest-watcher: 26.6.2 slash: 3.0.0 - string-length: 4.0.1 + string-length: 4.0.2 strip-ansi: 6.0.0 dev: false engines: @@ -12783,11 +12911,11 @@ packages: dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.35 - ansi-escapes: 4.3.1 - chalk: 4.1.0 + '@types/node': 14.14.41 + ansi-escapes: 4.3.2 + chalk: 4.1.1 jest-util: 26.6.2 - string-length: 4.0.1 + string-length: 4.0.2 dev: false engines: node: '>= 10.14.2' @@ -12804,7 +12932,7 @@ packages: integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== /jest-worker/26.6.2: dependencies: - '@types/node': 14.14.35 + '@types/node': 14.14.41 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -12859,21 +12987,21 @@ packages: hasBin: true resolution: integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - /js-yaml/4.0.0: + /js-yaml/4.1.0: dependencies: argparse: 2.0.1 dev: false hasBin: true resolution: - integrity: sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q== + integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== /jsbn/0.1.1: dev: false resolution: integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - /jsdom/16.5.1: + /jsdom/16.5.3: dependencies: abab: 2.0.5 - acorn: 8.1.0 + acorn: 8.1.1 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -12882,7 +13010,7 @@ packages: domexception: 2.0.1 escodegen: 2.0.0 html-encoding-sniffer: 2.0.1 - is-potential-custom-element-name: 1.0.0 + is-potential-custom-element-name: 1.0.1 nwsapi: 2.2.0 parse5: 6.0.1 request: 2.88.2 @@ -12895,8 +13023,8 @@ packages: webidl-conversions: 6.1.0 whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.4.0 - ws: 7.4.4 + whatwg-url: 8.5.0 + ws: 7.4.5 xml-name-validator: 3.0.0 dev: false engines: @@ -12907,7 +13035,7 @@ packages: canvas: optional: true resolution: - integrity: sha512-pF73EOsJgwZekbDHEY5VO/yKXUkab/DuvrQB/ANVizbr6UAHJsDdHXuotZYwkJSGQl1JM+ivXaqY+XBDDL4TiA== + integrity: sha512-Qj1H+PEvUsOtdPJ056ewXM4UJPCi4hhLA8wpiz9F2YvsRBhuFsXxtrIFAgGBDynQA9isAMGE91PfUYbdMPXuTA== /jsesc/0.5.0: dev: false hasBin: true @@ -13087,9 +13215,9 @@ packages: integrity: sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w== /lazy-universal-dotenv/3.0.1: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 app-root-dir: 1.0.2 - core-js: 3.9.1 + core-js: 3.11.0 dotenv: 8.2.0 dotenv-expand: 5.1.0 dev: false @@ -13234,6 +13362,10 @@ packages: dev: false resolution: integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= + /lodash.clonedeep/4.5.0: + dev: false + resolution: + integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= /lodash.debounce/4.0.8: dev: false resolution: @@ -13242,6 +13374,10 @@ packages: dev: false resolution: integrity: sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= + /lodash.flatten/4.4.0: + dev: false + resolution: + integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= /lodash.flattendeep/4.4.0: dev: false resolution: @@ -13258,10 +13394,6 @@ packages: dev: false resolution: integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - /lodash.sortby/4.7.0: - dev: false - resolution: - integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= /lodash.template/4.5.0: dependencies: lodash._reinterpolate: 3.0.0 @@ -13275,6 +13407,10 @@ packages: dev: false resolution: integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== + /lodash.truncate/4.4.2: + dev: false + resolution: + integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= /lodash.uniq/4.5.0: dev: false resolution: @@ -13307,17 +13443,17 @@ packages: integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= /lower-case/2.0.2: dependencies: - tslib: 2.1.0 + tslib: 2.2.0 dev: false resolution: integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== - /lowlight/1.19.0: + /lowlight/1.20.0: dependencies: fault: 1.0.4 - highlight.js: 10.6.0 + highlight.js: 10.7.2 dev: false resolution: - integrity: sha512-NIskvQ1d1ovKyUytkMpT8+8Bhq3Ub54os1Xp4RAC9uNbXH1YVRf5NERq7JNzapEe5BzUc1Cj4F0I+eLBBFj6hA== + integrity: sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw== /lru-cache/5.1.1: dependencies: yallist: 3.1.1 @@ -13419,7 +13555,7 @@ packages: integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== /mdast-squeeze-paragraphs/4.0.0: dependencies: - unist-util-remove: 2.0.1 + unist-util-remove: 2.1.0 dev: false resolution: integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ== @@ -13561,15 +13697,15 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - /micromatch/4.0.2: + /micromatch/4.0.4: dependencies: braces: 3.0.2 - picomatch: 2.2.2 + picomatch: 2.2.3 dev: false engines: - node: '>=8' + node: '>=8.6' resolution: - integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== + integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== /miller-rabin/4.0.1: dependencies: bn.js: 4.12.0 @@ -13578,20 +13714,20 @@ packages: hasBin: true resolution: integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - /mime-db/1.46.0: + /mime-db/1.47.0: dev: false engines: node: '>= 0.6' resolution: - integrity: sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ== - /mime-types/2.1.29: + integrity: sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw== + /mime-types/2.1.30: dependencies: - mime-db: 1.46.0 + mime-db: 1.47.0 dev: false engines: node: '>= 0.6' resolution: - integrity: sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ== + integrity: sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg== /mime/1.4.1: dev: false hasBin: true @@ -13631,7 +13767,7 @@ packages: integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== /mini-create-react-context/0.4.1_prop-types@15.7.2+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 prop-types: 15.7.2 react: 16.14.0 tiny-warning: 1.0.3 @@ -13646,7 +13782,7 @@ packages: loader-utils: 1.4.0 normalize-url: 1.9.1 schema-utils: 1.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-sources: 1.4.3 dev: false engines: @@ -13817,7 +13953,7 @@ packages: integrity: sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g== /multimatch/4.0.0: dependencies: - '@types/minimatch': 3.0.3 + '@types/minimatch': 3.0.4 array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 @@ -13923,7 +14059,7 @@ packages: /no-case/3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.1.0 + tslib: 2.2.0 dev: false resolution: integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== @@ -13989,7 +14125,7 @@ packages: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.3.4 + semver: 7.3.5 shellwords: 0.1.1 uuid: 8.3.2 which: 2.0.2 @@ -14008,9 +14144,18 @@ packages: dev: false resolution: integrity: sha1-2o69nzr51nYJGbJ9nNyAkqczKFk= + /nopt/5.0.0: + dependencies: + abbrev: 1.1.1 + dev: false + engines: + node: '>=6' + hasBin: true + resolution: + integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== /normalize-package-data/2.5.0: dependencies: - hosted-git-info: 2.8.8 + hosted-git-info: 2.8.9 resolve: 1.20.0 semver: 5.7.1 validate-npm-package-license: 3.0.4 @@ -14125,10 +14270,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - /object-inspect/1.9.0: + /object-inspect/1.10.2: dev: false resolution: - integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== + integrity: sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA== /object-is/1.1.5: dependencies: call-bind: 1.0.2 @@ -14222,21 +14367,21 @@ packages: dev: false resolution: integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== - /office-ui-fabric-react/7.164.1_b0d7ca8a0459a1df1ff516252688d92a: + /office-ui-fabric-react/7.168.0_dc8920ecded7f534e37e775405ba89a3: dependencies: '@fluentui/date-time-utilities': 7.9.1 - '@fluentui/react-focus': 7.17.5_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-window-provider': 1.0.2_b0d7ca8a0459a1df1ff516252688d92a - '@microsoft/load-themed-styles': 1.10.151 + '@fluentui/react-focus': 7.17.6_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-window-provider': 1.0.2_dc8920ecded7f534e37e775405ba89a3 + '@microsoft/load-themed-styles': 1.10.164 '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 - '@uifabric/foundation': 7.9.25_b0d7ca8a0459a1df1ff516252688d92a - '@uifabric/icons': 7.5.22_b0d7ca8a0459a1df1ff516252688d92a + '@types/react-dom': 16.9.12 + '@uifabric/foundation': 7.9.26_dc8920ecded7f534e37e775405ba89a3 + '@uifabric/icons': 7.5.23_dc8920ecded7f534e37e775405ba89a3 '@uifabric/merge-styles': 7.19.2 - '@uifabric/react-hooks': 7.13.12_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/react-hooks': 7.14.0_dc8920ecded7f534e37e775405ba89a3 '@uifabric/set-version': 7.0.24 - '@uifabric/styling': 7.18.1_b0d7ca8a0459a1df1ff516252688d92a - '@uifabric/utilities': 7.33.5_b0d7ca8a0459a1df1ff516252688d92a + '@uifabric/styling': 7.19.0_dc8920ecded7f534e37e775405ba89a3 + '@uifabric/utilities': 7.33.5_dc8920ecded7f534e37e775405ba89a3 prop-types: 15.7.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 @@ -14248,7 +14393,7 @@ packages: react: '>=16.8.0 <17.0.0' react-dom: '>=16.8.0 <17.0.0' resolution: - integrity: sha512-pej4ScEHZshB8IW44IQsqcxDhd2UTUdPcuRELemZyOFAQ45/80whPfIu5gM2X6uehMcEoWQDxUNI7qs6uTPR0Q== + integrity: sha512-hxH6HuNEIPVwO1ahzkVTkrARbN1vGP0W0qgbNPNcQDjnux9moyLgGcp0BzWXG6mNlTKFti/6WceCwXFjLEyPkw== /on-finished/2.3.0: dependencies: ee-first: 1.1.1 @@ -14279,7 +14424,7 @@ packages: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /open/7.4.2: dependencies: - is-docker: 2.1.1 + is-docker: 2.2.1 is-wsl: 2.2.0 dev: false engines: @@ -14301,9 +14446,9 @@ packages: integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== /optimize-css-assets-webpack-plugin/5.0.4_webpack@4.44.2: dependencies: - cssnano: 4.1.10 + cssnano: 4.1.11 last-call-webpack-plugin: 3.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false peerDependencies: webpack: ^4.0.0 @@ -14512,7 +14657,7 @@ packages: /param-case/3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.1.0 + tslib: 2.2.0 dev: false resolution: integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== @@ -14529,7 +14674,7 @@ packages: asn1.js: 5.4.1 browserify-aes: 1.2.0 evp_bytestokey: 1.0.3 - pbkdf2: 3.1.1 + pbkdf2: 3.1.2 safe-buffer: 5.2.1 dev: false resolution: @@ -14573,11 +14718,17 @@ packages: node: '>=8' resolution: integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + /parse-passwd/1.0.0: + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= /parse-path/4.0.3: dependencies: is-ssh: 1.3.2 protocols: 1.4.8 - qs: 6.9.6 + qs: 6.10.1 query-string: 6.14.1 dev: false resolution: @@ -14614,7 +14765,7 @@ packages: /pascal-case/3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.1.0 + tslib: 2.2.0 dev: false resolution: integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== @@ -14720,7 +14871,7 @@ packages: node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - /pbkdf2/3.1.1: + /pbkdf2/3.1.2: dependencies: create-hash: 1.2.0 create-hmac: 1.1.7 @@ -14731,17 +14882,17 @@ packages: engines: node: '>=0.12' resolution: - integrity: sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== + integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA== /performance-now/2.1.0: dev: false resolution: integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - /picomatch/2.2.2: + /picomatch/2.2.3: dev: false engines: node: '>=8.6' resolution: - integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== + integrity: sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg== /pify/2.3.0: dev: false engines: @@ -14840,7 +14991,7 @@ packages: integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== /polished/3.7.1: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 dev: false engines: node: '>=10' @@ -14870,13 +15021,13 @@ packages: /postcss-attribute-case-insensitive/4.0.2: dependencies: postcss: 7.0.35 - postcss-selector-parser: 6.0.4 + postcss-selector-parser: 6.0.5 dev: false resolution: integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA== - /postcss-browser-comments/3.0.0_browserslist@4.16.3: + /postcss-browser-comments/3.0.0_browserslist@4.16.5: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.5 postcss: 7.0.35 dev: false engines: @@ -14888,7 +15039,7 @@ packages: /postcss-calc/7.0.5: dependencies: postcss: 7.0.35 - postcss-selector-parser: 6.0.4 + postcss-selector-parser: 6.0.5 postcss-value-parser: 4.1.0 dev: false resolution: @@ -14942,7 +15093,7 @@ packages: integrity: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g== /postcss-colormin/4.0.3: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.5 color: 3.1.3 has: 1.0.3 postcss: 7.0.35 @@ -15091,13 +15242,12 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw== - /postcss-initial/3.0.2: + /postcss-initial/3.0.4: dependencies: - lodash.template: 4.5.0 postcss: 7.0.35 dev: false resolution: - integrity: sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA== + integrity: sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg== /postcss-lab-function/2.0.1: dependencies: '@csstools/convert-colors': 1.4.0 @@ -15157,7 +15307,7 @@ packages: integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== /postcss-merge-rules/4.0.3: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.5 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 postcss: 7.0.35 @@ -15191,7 +15341,7 @@ packages: /postcss-minify-params/4.0.2: dependencies: alphanum-sort: 1.0.2 - browserslist: 4.16.3 + browserslist: 4.16.5 cssnano-util-get-arguments: 4.0.0 postcss: 7.0.35 postcss-value-parser: 3.3.1 @@ -15224,7 +15374,7 @@ packages: dependencies: icss-utils: 4.1.1 postcss: 7.0.35 - postcss-selector-parser: 6.0.4 + postcss-selector-parser: 6.0.5 postcss-value-parser: 4.1.0 dev: false engines: @@ -15234,7 +15384,7 @@ packages: /postcss-modules-scope/2.2.0: dependencies: postcss: 7.0.35 - postcss-selector-parser: 6.0.4 + postcss-selector-parser: 6.0.5 dev: false engines: node: '>= 6' @@ -15317,7 +15467,7 @@ packages: integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== /postcss-normalize-unicode/4.0.1: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.5 postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: false @@ -15348,9 +15498,9 @@ packages: /postcss-normalize/8.0.1: dependencies: '@csstools/normalize.css': 10.1.0 - browserslist: 4.16.3 + browserslist: 4.16.5 postcss: 7.0.35 - postcss-browser-comments: 3.0.0_browserslist@4.16.3 + postcss-browser-comments: 3.0.0_browserslist@4.16.5 sanitize.css: 10.0.0 dev: false engines: @@ -15393,8 +15543,8 @@ packages: /postcss-preset-env/6.7.0: dependencies: autoprefixer: 9.8.6 - browserslist: 4.16.3 - caniuse-lite: 1.0.30001202 + browserslist: 4.16.5 + caniuse-lite: 1.0.30001214 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -15417,7 +15567,7 @@ packages: postcss-font-variant: 4.0.1 postcss-gap-properties: 2.0.0 postcss-image-set-function: 3.0.1 - postcss-initial: 3.0.2 + postcss-initial: 3.0.4 postcss-lab-function: 2.0.1 postcss-logical: 3.0.0 postcss-media-minmax: 4.0.0 @@ -15445,7 +15595,7 @@ packages: integrity: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew== /postcss-reduce-initial/4.0.3: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.5 caniuse-api: 3.0.0 has: 1.0.3 postcss: 7.0.35 @@ -15473,7 +15623,7 @@ packages: integrity: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw== /postcss-safe-parser/5.0.2: dependencies: - postcss: 8.2.8 + postcss: 8.2.12 dev: false engines: node: '>=10.0' @@ -15481,14 +15631,14 @@ packages: integrity: sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ== /postcss-selector-matches/4.0.0: dependencies: - balanced-match: 1.0.0 + balanced-match: 1.0.2 postcss: 7.0.35 dev: false resolution: integrity: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww== /postcss-selector-not/4.0.1: dependencies: - balanced-match: 1.0.0 + balanced-match: 1.0.2 postcss: 7.0.35 dev: false resolution: @@ -15513,20 +15663,17 @@ packages: node: '>=4' resolution: integrity: sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ== - /postcss-selector-parser/6.0.4: + /postcss-selector-parser/6.0.5: 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-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== - /postcss-svgo/4.0.2: + integrity: sha512-aFYPoYmXbZ1V6HZaSvat08M97A8HqO6Pjz+PiNpw/DhuRrC72XWAdp3hL6wusDCN31sSmcZyMGa2hZEuX+Xfhg== + /postcss-svgo/4.0.3: dependencies: - is-svg: 3.0.0 postcss: 7.0.35 postcss-value-parser: 3.3.1 svgo: 1.3.2 @@ -15534,7 +15681,7 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== + integrity: sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw== /postcss-unique-selectors/4.0.1: dependencies: alphanum-sort: 1.0.2 @@ -15583,7 +15730,7 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - /postcss/8.2.8: + /postcss/8.2.12: dependencies: colorette: 1.2.2 nanoid: 3.1.22 @@ -15592,7 +15739,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ== /prelude-ls/1.1.2: dev: false engines: @@ -15655,7 +15802,7 @@ packages: '@jest/types': 26.6.2 ansi-regex: 5.0.0 ansi-styles: 4.3.0 - react-is: 17.0.1 + react-is: 17.0.2 dev: false engines: node: '>= 10' @@ -15769,6 +15916,15 @@ packages: node: '>= 6' resolution: integrity: sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ== + /prompts/2.4.1: + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + dev: false + engines: + node: '>= 6' + resolution: + integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ== /prop-types/15.7.2: dependencies: loose-envify: 1.4.0 @@ -15858,6 +16014,14 @@ packages: teleport: '>=0.2.0' resolution: integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= + /qs/6.10.1: + dependencies: + side-channel: 1.0.4 + dev: false + engines: + node: '>=0.6' + resolution: + integrity: sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== /qs/6.5.2: dev: false engines: @@ -15870,12 +16034,6 @@ packages: node: '>=0.6' resolution: integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - /qs/6.9.6: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ== /query-string/4.3.4: dependencies: object-assign: 4.1.1 @@ -15918,10 +16076,10 @@ packages: dev: false resolution: integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== - /queue-microtask/1.2.2: + /queue-microtask/1.2.3: dev: false resolution: - integrity: sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg== + integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== /raf/3.4.1: dependencies: performance-now: 2.1.0 @@ -15994,7 +16152,7 @@ packages: dependencies: loader-utils: 2.0.0 schema-utils: 3.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -16010,7 +16168,7 @@ packages: integrity: sha512-EDJbgKTtGRLhr3wiGDXK/+AEJ59yqGS+tKE6mue0aNXT6ZMR7VJbbzIiT6akotmHg1BLj46ElJSb+NBMp80XBg== /react-app-polyfill/2.0.0: dependencies: - core-js: 3.9.1 + core-js: 3.11.0 object-assign: 4.1.1 promise: 8.1.0 raf: 3.4.1 @@ -16080,27 +16238,27 @@ packages: dependencies: debug: 4.3.1 endent: 2.0.1 - micromatch: 4.0.2 - react-docgen-typescript: 1.21.0_typescript@4.1.5 - tslib: 2.1.0 + micromatch: 4.0.4 + react-docgen-typescript: 1.22.0_typescript@4.1.5 + tslib: 2.2.0 typescript: 4.1.5 dev: false peerDependencies: typescript: '>= 3.x' resolution: integrity: sha512-av1S/fmWBNFGgNa4qtkidFjjOz23eEi6EdCtwSWo9WNhGzUMyMygbD/DosMWoeFlZpk9R3MXPkRE7PDH6j5GMQ== - /react-docgen-typescript/1.21.0_typescript@4.1.5: + /react-docgen-typescript/1.22.0_typescript@4.1.5: dependencies: typescript: 4.1.5 dev: false peerDependencies: typescript: '>= 3.x' resolution: - integrity: sha512-E4y/OcXwHukgiVafCGlxwoNHr4BDmM70Ww7oimL/QkMo5dmGALhceewe/xmVjdMxxI7E5syOGOc9/tbHL742rg== + integrity: sha512-MPLbF8vzRwAG3GcjdL+OHQlhgtWsLTXs+7uJiHfEeT3Ur7IsZaNYqRTLQ9sj2nB6M6jylcPCeCmH7qbszJmecg== /react-docgen/5.3.1: dependencies: - '@babel/core': 7.13.10 - '@babel/runtime': 7.13.10 + '@babel/core': 7.13.16 + '@babel/runtime': 7.13.17 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -16127,7 +16285,7 @@ packages: integrity: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== /react-draggable/4.4.3: dependencies: - classnames: 2.2.6 + classnames: 2.3.1 prop-types: 15.7.2 dev: false resolution: @@ -16166,7 +16324,7 @@ packages: integrity: sha512-TDIuOzxwtPcMhxlR4be/s1Er5b7zS8D42QOzaZZGMJskfH1ULFSOpdlBsb32ivqacXatbGZzshHDXGV5vKNkhQ== /react-helmet-async/1.0.9_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 invariant: 2.2.4 prop-types: 15.7.2 react: 16.14.0 @@ -16197,25 +16355,25 @@ packages: react: ^16.3.0 || ^17.0.0 resolution: integrity: sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg== - /react-inspector/5.1.0_react@16.14.0: + /react-inspector/5.1.1_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 is-dom: 1.1.0 prop-types: 15.7.2 react: 16.14.0 dev: false peerDependencies: - react: ^16.8.4 + react: ^16.8.4 || ^17.0.0 resolution: - integrity: sha512-JAwswiengIcxi4X/Ssb8nf6suOuQsyit8Fxo04+iPKTnPNY3XIOuagjMZSzpJDDKkYcc/ARlySOYZZv626WUvA== + integrity: sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg== /react-is/16.13.1: dev: false resolution: integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - /react-is/17.0.1: + /react-is/17.0.2: dev: false resolution: - integrity: sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA== + integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== /react-lifecycles-compat/3.0.4: dev: false resolution: @@ -16223,17 +16381,17 @@ packages: /react-linkify/1.0.0-alpha: dependencies: linkify-it: 2.2.0 - tlds: 1.218.0 + tlds: 1.221.0 dev: false resolution: integrity: sha512-7gcIUvJkAXXttt1fmBK9cwn+1jTa4hbKLGCZ9J1U6EOkyb2/+LKL1Z28d9rtDLMnpvImlNlLPdTPooorl5cpmg== /react-popper-tooltip/3.1.1_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 - '@popperjs/core': 2.9.1 + '@babel/runtime': 7.13.17 + '@popperjs/core': 2.9.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - react-popper: 2.2.4_f40d596f743ee9dab7a804ed070792ee + react-popper: 2.2.5_8548d99834c2e663160c36c7d0931260 dev: false peerDependencies: react: ^16.6.0 || ^17.0.0 @@ -16242,7 +16400,7 @@ packages: integrity: sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ== /react-popper/1.3.11_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@hypnosphi/create-react-context': 0.3.1_prop-types@15.7.2+react@16.14.0 deep-equal: 1.1.1 popper.js: 1.16.1 @@ -16255,9 +16413,9 @@ packages: react: 0.14.x || ^15.0.0 || ^16.0.0 || ^17.0.0 resolution: integrity: sha512-VSA/bS+pSndSF2fiasHK/PTEEAyOpX60+H5EPAjoArr8JGm+oihu4UbrqcEBpQibJxBVCpYyjAX7abJ+7DoYVg== - /react-popper/2.2.4_f40d596f743ee9dab7a804ed070792ee: + /react-popper/2.2.5_8548d99834c2e663160c36c7d0931260: dependencies: - '@popperjs/core': 2.9.1 + '@popperjs/core': 2.9.2 react: 16.14.0 react-fast-compare: 3.2.0 warning: 4.0.3 @@ -16266,7 +16424,7 @@ packages: '@popperjs/core': ^2.0.0 react: ^16.8.0 || ^17 resolution: - integrity: sha512-NacOu4zWupdQjVXq02XpTD3yFPSfg5a7fex0wa3uGKVkFK7UN6LvVxgcb+xYr56UCuWiNPMH20tntdVdJRwYew== + integrity: sha512-kxGkS80eQGtLl18+uig1UIf9MKixFSyPxglsgLBxlYnyDf65BiY9B3nZSc6C9XUNDgStROB0fMQlTEz1KxGddw== /react-refresh/0.8.3: dev: false engines: @@ -16275,7 +16433,7 @@ packages: integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== /react-router-dom/5.2.0_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.7.2 @@ -16290,7 +16448,7 @@ packages: integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA== /react-router/5.2.0_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -16306,14 +16464,14 @@ packages: react: '>=15' resolution: integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw== - /react-scripts/4.0.3_a9e99724ada6035f86b48f9bda330596: + /react-scripts/4.0.3_2b8698e83d18c862edc721f7429b3106: dependencies: '@babel/core': 7.12.3 '@pmmmwh/react-refresh-webpack-plugin': 0.4.3_9f0995138d24e525eb86c097d82409c0 '@svgr/webpack': 5.5.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - babel-eslint: 10.1.0_eslint@7.22.0 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + babel-eslint: 10.1.0_eslint@7.24.0 babel-jest: 26.6.3_@babel+core@7.12.3 babel-loader: 8.1.0_427212bc1158d185e577033f19ca0757 babel-plugin-named-asset-import: 0.3.7_@babel+core@7.12.3 @@ -16324,16 +16482,16 @@ packages: css-loader: 4.3.0_webpack@4.44.2 dotenv: 8.2.0 dotenv-expand: 5.1.0 - eslint: 7.22.0 - eslint-config-react-app: 6.0.0_2876a43d07c0b34eae0ea84aed683bee - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-jest: 24.3.1_0a75d6f0181be74a88681a31618f3db4 - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.22.0 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 - eslint-plugin-testing-library: 3.10.1_eslint@7.22.0+typescript@4.1.5 - eslint-webpack-plugin: 2.5.2_eslint@7.22.0+webpack@4.44.2 + eslint: 7.24.0 + eslint-config-react-app: 6.0.0_5ae70c6e0a740575723db6859334ba92 + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-jest: 24.3.5_7a414a308e5a6a896b9ceb1ccd728517 + eslint-plugin-jsx-a11y: 6.4.1_eslint@7.24.0 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 + eslint-plugin-testing-library: 3.10.2_eslint@7.24.0+typescript@4.1.5 + eslint-webpack-plugin: 2.5.4_eslint@7.24.0+webpack@4.44.2 file-loader: 6.1.1_webpack@4.44.2 fs-extra: 9.1.0 html-webpack-plugin: 4.5.0_webpack@4.44.2 @@ -16364,8 +16522,8 @@ packages: ts-pnp: 1.2.0_typescript@4.1.5 typescript: 4.1.5 url-loader: 4.1.1_file-loader@6.1.1+webpack@4.44.2 - webpack: 4.44.2_webpack-cli@4.5.0 - webpack-dev-server: 3.11.1_webpack-cli@4.5.0+webpack@4.44.2 + webpack: 4.44.2_webpack-cli@4.6.0 + webpack-dev-server: 3.11.1_webpack-cli@4.6.0+webpack@4.44.2 webpack-manifest-plugin: 2.2.0_webpack@4.44.2 workbox-webpack-plugin: 5.1.4_webpack@4.44.2 dev: false @@ -16386,7 +16544,7 @@ packages: integrity: sha512-S5eO4vjUzUisvkIPB7jVsKtuH2HhWcASREYWHAQ1FP5HyCv3xgn+wpILAEWkmy+A+tTNbSZClhxjT3qz6g4L1A== /react-select/3.2.0_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 '@emotion/cache': 10.0.29 '@emotion/core': 10.1.1_react@16.14.0 '@emotion/css': 10.0.27 @@ -16418,9 +16576,9 @@ packages: integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== /react-syntax-highlighter/13.5.3_react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 - highlight.js: 10.6.0 - lowlight: 1.19.0 + '@babel/runtime': 7.13.17 + highlight.js: 10.7.2 + lowlight: 1.20.0 prismjs: 1.23.0 react: 16.14.0 refractor: 3.3.1 @@ -16443,7 +16601,7 @@ packages: integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg== /react-textarea-autosize/8.3.2_f650913bea380c685c20f94e5dc2f677: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 react: 16.14.0 use-composed-ref: 1.1.0_react@16.14.0 use-latest: 1.2.0_f650913bea380c685c20f94e5dc2f677 @@ -16471,7 +16629,7 @@ packages: integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== /react-transition-group/4.4.1_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 dom-helpers: 5.2.0 loose-envify: 1.4.0 prop-types: 15.7.2 @@ -16501,8 +16659,8 @@ packages: integrity: sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A== /reactstrap/8.9.0_react-dom@16.14.0+react@16.14.0: dependencies: - '@babel/runtime': 7.13.10 - classnames: 2.2.6 + '@babel/runtime': 7.13.17 + classnames: 2.3.1 prop-types: 15.7.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 @@ -16585,7 +16743,7 @@ packages: integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== /read-yaml-file/2.1.0: dependencies: - js-yaml: 4.0.0 + js-yaml: 4.1.0 strip-bom: 4.0.0 dev: false engines: @@ -16635,7 +16793,7 @@ packages: integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== /readdirp/3.5.0: dependencies: - picomatch: 2.2.2 + picomatch: 2.2.3 dev: false engines: node: '>=8.10.0' @@ -16713,7 +16871,7 @@ packages: integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== /regenerator-transform/0.14.5: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 dev: false resolution: integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== @@ -16750,7 +16908,7 @@ packages: regenerate: 1.4.2 regenerate-unicode-properties: 8.2.0 regjsgen: 0.5.2 - regjsparser: 0.6.7 + regjsparser: 0.6.9 unicode-match-property-ecmascript: 1.0.4 unicode-match-property-value-ecmascript: 1.2.0 dev: false @@ -16762,13 +16920,13 @@ packages: dev: false resolution: integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - /regjsparser/0.6.7: + /regjsparser/0.6.9: dependencies: jsesc: 0.5.0 dev: false hasBin: true resolution: - integrity: sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ== + integrity: sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ== /relateurl/0.2.7: dev: false engines: @@ -16851,12 +17009,12 @@ packages: dev: false resolution: integrity: sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ== - /repeat-element/1.1.3: + /repeat-element/1.1.4: dev: false engines: node: '>=0.10.0' resolution: - integrity: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== /repeat-string/1.6.1: dev: false engines: @@ -16910,7 +17068,7 @@ packages: is-typedarray: 1.0.0 isstream: 0.1.2 json-stringify-safe: 5.0.1 - mime-types: 2.1.29 + mime-types: 2.1.30 oauth-sign: 0.9.0 performance-now: 2.1.0 qs: 6.5.2 @@ -16964,6 +17122,15 @@ packages: node: '>=8' resolution: integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== + /resolve-dir/1.0.1: + dependencies: + expand-tilde: 2.0.2 + global-modules: 1.0.0 + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= /resolve-from/3.0.0: dev: false engines: @@ -17028,6 +17195,13 @@ packages: dev: false resolution: integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + /resolve/2.0.0-next.3: + dependencies: + is-core-module: 2.2.0 + path-parse: 1.0.6 + dev: false + resolution: + integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q== /restore-cursor/3.1.0: dependencies: onetime: 5.1.2 @@ -17103,10 +17277,10 @@ packages: dev: false resolution: integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - /rollup-plugin-babel/4.4.0_995c6807146f1052b5e3e40fc7e397c2: + /rollup-plugin-babel/4.4.0_5413d990f07294974cb1fe348397a5ac: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-imports': 7.12.13 + '@babel/core': 7.13.16 + '@babel/helper-module-imports': 7.13.12 rollup: 1.32.1 rollup-pluginutils: 2.8.2 deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. @@ -17116,10 +17290,10 @@ packages: rollup: '>=0.60.0 <3' resolution: integrity: sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw== - /rollup-plugin-sourcemaps/0.6.3_9135ee81d9218d0e99b56082525729b5: + /rollup-plugin-sourcemaps/0.6.3_4b9a38894a9f4167a305ccbcae21e858: dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.42.4 - '@types/node': 14.14.35 + '@types/node': 14.14.41 rollup: 2.42.4 source-map-resolve: 0.6.0 dev: false @@ -17167,8 +17341,8 @@ packages: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== /rollup/1.32.1: dependencies: - '@types/estree': 0.0.46 - '@types/node': 14.14.35 + '@types/estree': 0.0.47 + '@types/node': 14.14.41 acorn: 7.4.1 dev: false hasBin: true @@ -17196,12 +17370,12 @@ packages: node: 6.* || >= 7.* resolution: integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - /rtl-css-js/1.14.0: + /rtl-css-js/1.14.1: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 dev: false resolution: - integrity: sha512-Dl5xDTeN3e7scU1cWX8c9b6/Nqz3u/HgR4gePc1kWXYiQWVQbKCEyK6+Hxve9LbcJ5EieHy1J9nJCN3grTtGwg== + integrity: sha512-G9N1s/6329FpJr8k9e1U/Lg0IDWThv99sb7k0IrXHjSnubxe01h52/ajsPRafJK1/2Vqrhz3VKLe3E1dx6jS9Q== /run-async/2.4.1: dev: false engines: @@ -17210,7 +17384,7 @@ packages: integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== /run-parallel/1.2.0: dependencies: - queue-microtask: 1.2.2 + queue-microtask: 1.2.3 dev: false resolution: integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== @@ -17220,14 +17394,14 @@ packages: dev: false resolution: integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - /rxjs/6.6.6: + /rxjs/6.6.7: dependencies: tslib: 1.14.1 dev: false engines: npm: '>=2.0.0' resolution: - integrity: sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg== + integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== /safe-buffer/5.1.1: dev: false resolution: @@ -17255,7 +17429,7 @@ packages: '@cnakazawa/watch': 1.0.4 anymatch: 2.0.0 capture-exit: 2.0.0 - exec-sh: 0.3.4 + exec-sh: 0.3.6 execa: 1.0.0 fb-watchman: 2.0.1 micromatch: 3.1.10 @@ -17277,8 +17451,8 @@ packages: loader-utils: 2.0.0 neo-async: 2.6.2 schema-utils: 3.0.0 - semver: 7.3.4 - webpack: 4.44.2_webpack-cli@4.5.0 + semver: 7.3.2 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -17392,7 +17566,7 @@ packages: hasBin: true resolution: integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== - /semver/7.3.4: + /semver/7.3.5: dependencies: lru-cache: 6.0.0 dev: false @@ -17400,7 +17574,7 @@ packages: node: '>=10' hasBin: true resolution: - integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== + integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== /send/0.16.2: dependencies: debug: 2.6.9 @@ -17430,7 +17604,7 @@ packages: escape-html: 1.0.3 etag: 1.8.1 fresh: 0.5.2 - http-errors: 1.7.3 + http-errors: 1.7.2 mime: 1.6.0 ms: 2.1.1 on-finished: 2.3.0 @@ -17472,7 +17646,7 @@ packages: debug: 2.6.9 escape-html: 1.0.3 http-errors: 1.6.3 - mime-types: 2.1.29 + mime-types: 2.1.30 parseurl: 1.3.3 dev: false engines: @@ -17604,7 +17778,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.9.0 + object-inspect: 1.10.2 dev: false resolution: integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== @@ -17677,17 +17851,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - /sockjs-client/1.5.0: + /sockjs-client/1.5.1: dependencies: debug: 3.2.7 - eventsource: 1.0.7 + eventsource: 1.1.0 faye-websocket: 0.11.3 inherits: 2.0.4 json3: 3.3.3 url-parse: 1.5.1 dev: false resolution: - integrity: sha512-8Dt3BDi4FYNrCFGTL/HtwVzkARrENdwOUf1ZoW/9p3M8lZdFT35jVdrHza+qgxuG9H3/shR4cuX/X9umUrjP8Q== + integrity: sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ== /sockjs/0.3.21: dependencies: faye-websocket: 0.11.3 @@ -17711,7 +17885,7 @@ packages: /source-map-explorer/2.5.2: dependencies: btoa: 1.2.1 - chalk: 4.1.0 + chalk: 4.1.1 convert-source-map: 1.7.0 ejs: 3.1.6 escape-html: 1.0.3 @@ -17811,7 +17985,7 @@ packages: /spdy-transport/3.0.0_supports-color@6.1.0: dependencies: debug: 4.3.1_supports-color@6.1.0 - detect-node: 2.0.4 + detect-node: 2.0.5 hpack.js: 2.1.6 obuf: 1.1.2 readable-stream: 3.6.0 @@ -17876,12 +18050,12 @@ packages: hasBin: true resolution: integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - /ssri/6.0.1: + /ssri/6.0.2: dependencies: figgy-pudding: 3.5.2 dev: false resolution: - integrity: sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== + integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== /ssri/8.0.1: dependencies: minipass: 3.1.3 @@ -17943,10 +18117,10 @@ packages: integrity: sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw== /storybook-docs-toc/1.3.1_e4b854fbd94350c9a7e4d41c498855cc: dependencies: - '@storybook/addon-docs': 6.1.21_025c95869cb55e8d142f5246a0455b6d + '@storybook/addon-docs': 6.1.21_5514be1c2f82a2c07dc23d6d89b846eb react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - styled-components: 5.2.3_9debf3d425c3eafb0518d6c329d076f5 + styled-components: 5.2.3_07c3f46f02454abeb4a4ede5be11f9b7 tocbot: 4.12.2 dev: false peerDependencies: @@ -18002,7 +18176,7 @@ packages: node: '>=0.6.19' resolution: integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg== - /string-length/4.0.1: + /string-length/4.0.2: dependencies: char-regex: 1.0.2 strip-ansi: 6.0.0 @@ -18010,7 +18184,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw== + integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== /string-natural-compare/3.0.1: dev: false resolution: @@ -18225,7 +18399,7 @@ packages: dependencies: loader-utils: 2.0.0 schema-utils: 2.7.1 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 8.9.0' @@ -18239,10 +18413,10 @@ packages: dev: false resolution: integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== - /styled-components/5.2.3_9debf3d425c3eafb0518d6c329d076f5: + /styled-components/5.2.3_07c3f46f02454abeb4a4ede5be11f9b7: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/traverse': 7.13.0_supports-color@5.5.0 + '@babel/helper-module-imports': 7.13.12 + '@babel/traverse': 7.13.17_supports-color@5.5.0 '@emotion/is-prop-valid': 0.8.8 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 @@ -18251,7 +18425,7 @@ packages: hoist-non-react-statics: 3.3.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - react-is: 17.0.1 + react-is: 17.0.2 shallowequal: 1.1.0 supports-color: 5.5.0 dev: false @@ -18265,7 +18439,7 @@ packages: integrity: sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA== /stylehacks/4.0.3: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.5 postcss: 7.0.35 postcss-selector-parser: 3.1.2 dev: false @@ -18296,9 +18470,9 @@ packages: formidable: 1.2.2 methods: 1.1.2 mime: 2.5.2 - qs: 6.9.6 + qs: 6.10.1 readable-stream: 3.6.0 - semver: 7.3.4 + semver: 7.3.5 dev: false engines: node: '>= 7.0.0' @@ -18337,7 +18511,7 @@ packages: node: '>=8' resolution: integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - /supports-hyperlinks/2.1.0: + /supports-hyperlinks/2.2.0: dependencies: has-flag: 4.0.0 supports-color: 7.2.0 @@ -18345,7 +18519,7 @@ packages: engines: node: '>=8' resolution: - integrity: sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA== + integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ== /svg-parser/2.0.4: dev: false resolution: @@ -18386,17 +18560,19 @@ packages: node: '>= 0.11.15' resolution: integrity: sha512-fZkHwJ8ZNRVRzF/+/2OtygyyH06CjC0YZAQRHu9jKKw8RXlJpbizEHvGRUu22Qkg182wJk1ugb5Aovcv3UPrww== - /table/6.0.7: + /table/6.4.0: dependencies: - ajv: 7.2.1 - lodash: 4.17.21 + ajv: 8.1.0 + lodash.clonedeep: 4.5.0 + lodash.flatten: 4.4.0 + lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.2 dev: false engines: node: '>=10.0.0' resolution: - integrity: sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g== + integrity: sha512-/Vfr23BDjJT2kfsCmYtnJqEPdD/8Dh/MDIQxfcbe+09lZUel6gluquwdMTrLERBw623Nv34DLGZ11krWn5AAqw== /tapable/1.1.3: dev: false engines: @@ -18416,7 +18592,7 @@ packages: node: '>= 10' resolution: integrity: sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA== - /telejson/5.1.0: + /telejson/5.1.1: dependencies: '@types/is-function': 1.0.0 global: 4.4.0 @@ -18428,7 +18604,7 @@ packages: memoizerific: 1.11.3 dev: false resolution: - integrity: sha512-Yy0N2OV0mosmr1SCZEm3Ezhu/oi5Dbao5RqauZu4+VI5I/XtVBHXajRk0txuqbFYtKdzzWGDZFGSif9ovVLjEA== + integrity: sha512-aU7x+nwodmODJPXhU9sC/REOcX/dx1tNbyeOFV1PCTh6e9Mj+bnyfQ7sr13zfJYya9BtpGwnUNn9Fd76Ybj2eg== /temp-dir/1.0.0: dev: false engines: @@ -18462,8 +18638,8 @@ packages: integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== /terminal-link/2.1.1: dependencies: - ansi-escapes: 4.3.1 - supports-hyperlinks: 2.1.0 + ansi-escapes: 4.3.2 + supports-hyperlinks: 2.2.0 dev: false engines: node: '>=8' @@ -18478,7 +18654,7 @@ packages: serialize-javascript: 4.0.0 source-map: 0.6.1 terser: 4.8.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-sources: 1.4.3 worker-farm: 1.7.0 dev: false @@ -18490,7 +18666,7 @@ packages: integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== /terser-webpack-plugin/3.1.0_webpack@4.44.2: dependencies: - cacache: 15.0.5 + cacache: 15.0.6 find-cache-dir: 3.3.1 jest-worker: 26.6.2 p-limit: 3.1.0 @@ -18498,7 +18674,7 @@ packages: serialize-javascript: 4.0.0 source-map: 0.6.1 terser: 4.8.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-sources: 1.4.3 dev: false engines: @@ -18509,15 +18685,15 @@ packages: integrity: sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA== /terser-webpack-plugin/4.2.3_webpack@4.44.2: dependencies: - cacache: 15.0.5 + cacache: 15.0.6 find-cache-dir: 3.3.1 jest-worker: 26.6.2 p-limit: 3.1.0 schema-utils: 3.0.0 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.6.0 - webpack: 4.44.2_webpack-cli@4.5.0 + terser: 5.6.1 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-sources: 1.4.3 dev: false engines: @@ -18537,7 +18713,7 @@ packages: hasBin: true resolution: integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /terser/5.6.0: + /terser/5.6.1: dependencies: commander: 2.20.3 source-map: 0.7.3 @@ -18547,7 +18723,7 @@ packages: node: '>=10' hasBin: true resolution: - integrity: sha512-vyqLMoqadC1uR0vywqOZzriDYzgEkNJFK4q9GeyOBHIbiECHiWLKcWfbQWAUaPfxkjDhapSlZB9f7fkMrvkVjA== + integrity: sha512-yv9YLFQQ+3ZqgWCUk+pvNJwgUTdlIxUk1WTN+RnaFJe2L7ipG2csPT0ra2XRm7Cs8cxN7QXmK1rFzEwYEQkzXw== /test-exclude/6.0.0: dependencies: '@istanbuljs/schema': 0.1.3 @@ -18630,11 +18806,11 @@ packages: dev: false resolution: integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== - /tlds/1.218.0: + /tlds/1.221.0: dev: false hasBin: true resolution: - integrity: sha512-JpD3eSrYaIFlU/OvtI5WTEK+v5qXZSeUifz4hT2bJsJKx5ykjZvg6i5yXVBJNjoN3XbTCtryc7H5v8B16yHfMg== + integrity: sha512-Y+9N1HvzgtLVMPGcBqNGQObKru0l0mukGAw6PEAe7gOXtUpiV/MKdpECPvxRfeP/77sbqR7UCeA4mZEkK+RqFQ== /tmp/0.0.33: dependencies: os-tmpdir: 1.0.2 @@ -18765,17 +18941,17 @@ packages: dev: false resolution: integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA== - /ts-dedent/2.0.0: + /ts-dedent/2.1.1: dev: false engines: node: '>=6.10' resolution: - integrity: sha512-DfxKjSFQfw9+uf7N9Cy8Ebx9fv5fquK4hZ6SD3Rzr+1jKP6AVA6H8+B5457ZpUs0JKsGpGqIevbpZ9DMQJDp1A== + integrity: sha512-riHuwnzAUCfdIeTBNUq7+Yj+ANnrMXo/7+Z74dIdudS7ys2k8aSGMzpJRMFDF7CLwUTbtvi1ZZff/Wl+XxmqIA== /ts-essentials/2.0.12: dev: false resolution: integrity: sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w== - /ts-jest/26.5.3_jest@26.6.0+typescript@4.1.5: + /ts-jest/26.5.5_jest@26.6.0+typescript@4.1.5: dependencies: bs-logger: 0.2.6 buffer-from: 1.1.1 @@ -18786,7 +18962,7 @@ packages: lodash: 4.17.21 make-error: 1.3.6 mkdirp: 1.0.4 - semver: 7.3.4 + semver: 7.3.5 typescript: 4.1.5 yargs-parser: 20.2.7 dev: false @@ -18797,16 +18973,16 @@ packages: jest: '>=26 <27' typescript: '>=3.8 <5.0' resolution: - integrity: sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA== - /ts-loader/8.0.18_typescript@4.1.5+webpack@4.44.2: + integrity: sha512-7tP4m+silwt1NHqzNRAPjW1BswnAhopTdc2K3HEkRZjF0ZG2F/e/ypVH0xiZIMfItFtD3CX0XFbwPzp9fIEUVg== + /ts-loader/8.1.0_typescript@4.1.5+webpack@4.44.2: dependencies: - chalk: 4.1.0 + chalk: 4.1.1 enhanced-resolve: 4.5.0 loader-utils: 2.0.0 - micromatch: 4.0.2 - semver: 7.3.4 + micromatch: 4.0.4 + semver: 7.3.5 typescript: 4.1.5 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>=10.0.0' @@ -18814,7 +18990,7 @@ packages: typescript: '*' webpack: '*' resolution: - integrity: sha512-hRZzkydPX30XkLaQwJTDcWDoxZHK6IrEMDQpNd7tgcakFruFkeUp/aY+9hBb7BUGb+ZWKI0jiOGMo0MckwzdDQ== + integrity: sha512-YiQipGGAFj2zBfqLhp28yUvPP9jUGqHxRzrGYuc82Z2wM27YIHbElXiaZDc93c3x0mz4zvBmS6q/DgExpdj37A== /ts-node-dev/1.1.6_typescript@4.1.5: dependencies: chokidar: 3.5.1 @@ -18893,10 +19069,10 @@ packages: dev: false resolution: integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - /tslib/2.1.0: + /tslib/2.2.0: dev: false resolution: - integrity: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== + integrity: sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== /tsutils/3.21.0_typescript@4.1.5: dependencies: tslib: 1.14.1 @@ -18950,18 +19126,18 @@ packages: node: '>=4' resolution: integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - /type-fest/0.11.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== /type-fest/0.20.2: dev: false engines: node: '>=10' resolution: integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + /type-fest/0.21.3: + dev: false + engines: + node: '>=10' + resolution: + integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== /type-fest/0.3.1: dev: false engines: @@ -18983,7 +19159,7 @@ packages: /type-is/1.6.18: dependencies: media-typer: 0.3.0 - mime-types: 2.1.29 + mime-types: 2.1.30 dev: false engines: node: '>= 0.6' @@ -19022,7 +19198,7 @@ packages: dev: false resolution: integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== - /unbox-primitive/1.0.0: + /unbox-primitive/1.0.1: dependencies: function-bind: 1.1.1 has-bigints: 1.0.1 @@ -19030,7 +19206,7 @@ packages: which-boxed-primitive: 1.0.2 dev: false resolution: - integrity: sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA== + integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== /unfetch/4.2.0: dev: false resolution: @@ -19141,12 +19317,12 @@ packages: dev: false resolution: integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA== - /unist-util-remove/2.0.1: + /unist-util-remove/2.1.0: dependencies: unist-util-is: 4.1.0 dev: false resolution: - integrity: sha512-YtuetK6o16CMfG+0u4nndsWpujgsHDHHLyE0yGpJLLn5xSjKeyGyzEBOI2XbmoUHCYabmNgX52uxlWoQhcvR7Q== + integrity: sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q== /unist-util-stringify-position/2.0.3: dependencies: '@types/unist': 2.0.3 @@ -19230,9 +19406,9 @@ packages: dependencies: file-loader: 6.1.1_webpack@4.44.2 loader-utils: 2.0.0 - mime-types: 2.1.29 + mime-types: 2.1.30 schema-utils: 3.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -19248,9 +19424,9 @@ packages: dependencies: file-loader: 6.2.0_webpack@4.44.2 loader-utils: 2.0.0 - mime-types: 2.1.29 + mime-types: 2.1.30 schema-utils: 3.0.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 10.13.0' @@ -19374,7 +19550,7 @@ packages: dev: false resolution: integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== - /v8-to-istanbul/7.1.0: + /v8-to-istanbul/7.1.1: dependencies: '@types/istanbul-lib-coverage': 2.0.3 convert-source-map: 1.7.0 @@ -19383,7 +19559,7 @@ packages: engines: node: '>=10.10.0' resolution: - integrity: sha512-uXUVqNUCLa0AH1vuVxzi+MI4RfxEOKt9pBgKwHbgH7st8Kv2P1m+jvWNnektzBh5QShF3ODgKmUFCf38LnVz1g== + integrity: sha512-p0BB09E5FRjx0ELN6RgusIPsSPhtgexSRcKETybEs6IGOTXJSZqfwxp7r//55nnu0f1AxltY5VvdVqy2vZf9AA== /validate-npm-package-license/3.0.4: dependencies: spdx-correct: 3.1.1 @@ -19510,14 +19686,14 @@ packages: node: '>=10.4' resolution: integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== - /webpack-cli/4.5.0_webpack@4.44.2: + /webpack-cli/4.6.0_webpack@4.44.2: dependencies: '@discoveryjs/json-ext': 0.5.2 - '@webpack-cli/configtest': 1.0.1_webpack-cli@4.5.0+webpack@4.44.2 - '@webpack-cli/info': 1.2.2_webpack-cli@4.5.0 - '@webpack-cli/serve': 1.3.0_webpack-cli@4.5.0 + '@webpack-cli/configtest': 1.0.2_webpack-cli@4.6.0+webpack@4.44.2 + '@webpack-cli/info': 1.2.3_webpack-cli@4.6.0 + '@webpack-cli/serve': 1.3.1_webpack-cli@4.6.0 colorette: 1.2.2 - commander: 7.1.0 + commander: 7.2.0 enquirer: 2.3.6 execa: 5.0.0 fastest-levenshtein: 1.0.12 @@ -19525,7 +19701,7 @@ packages: interpret: 2.2.0 rechoir: 0.7.0 v8-compile-cache: 2.3.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-merge: 5.7.3 dev: false engines: @@ -19533,7 +19709,6 @@ packages: hasBin: true peerDependencies: '@webpack-cli/generators': '*' - '@webpack-cli/init': '*' '@webpack-cli/migrate': '*' webpack: 4.x.x || 5.x.x webpack-bundle-analyzer: '*' @@ -19541,8 +19716,6 @@ packages: peerDependenciesMeta: '@webpack-cli/generators': optional: true - '@webpack-cli/init': - optional: true '@webpack-cli/migrate': optional: true webpack-bundle-analyzer: @@ -19550,14 +19723,14 @@ packages: webpack-dev-server: optional: true resolution: - integrity: sha512-wXg/ef6Ibstl2f50mnkcHblRPN/P9J4Nlod5Hg9HGFgSeF8rsqDGHJeVe4aR26q9l62TUJi6vmvC2Qz96YJw1Q== + integrity: sha512-9YV+qTcGMjQFiY7Nb1kmnupvb1x40lfpj8pwdO/bom+sQiP4OBMKjHq29YQrlDWDPZO9r/qWaRRywKaRDKqBTA== /webpack-dev-middleware/3.7.3_webpack@4.44.2: dependencies: memory-fs: 0.4.1 mime: 2.5.2 mkdirp: 0.5.5 range-parser: 1.2.1 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-log: 2.0.0 dev: false engines: @@ -19566,7 +19739,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 resolution: integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== - /webpack-dev-server/3.11.1_webpack-cli@4.5.0+webpack@4.44.2: + /webpack-dev-server/3.11.1_webpack-cli@4.6.0+webpack@4.44.2: dependencies: ansi-html: 0.0.7 bonjour: 3.5.0 @@ -19592,13 +19765,13 @@ packages: semver: 6.3.0 serve-index: 1.9.1 sockjs: 0.3.21 - sockjs-client: 1.5.0 + sockjs-client: 1.5.1 spdy: 4.0.2_supports-color@6.1.0 strip-ansi: 3.0.1 supports-color: 6.1.0 url: 0.11.0 - webpack: 4.44.2_webpack-cli@4.5.0 - webpack-cli: 4.5.0_webpack@4.44.2 + webpack: 4.44.2_webpack-cli@4.6.0 + webpack-cli: 4.6.0_webpack@4.44.2 webpack-dev-middleware: 3.7.3_webpack@4.44.2 webpack-log: 2.0.0 ws: 6.2.1 @@ -19617,7 +19790,7 @@ packages: integrity: sha512-u4R3mRzZkbxQVa+MBWi2uVpB5W59H3ekZAJsQlKUTdl7Elcah2EhygTPLmeFXybQkf9i2+L0kn7ik9SnXa6ihQ== /webpack-filter-warnings-plugin/1.2.1_webpack@4.44.2: dependencies: - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>= 4.3 < 5.0.0 || >= 5.10' @@ -19649,7 +19822,7 @@ packages: lodash: 4.17.21 object.entries: 1.1.3 tapable: 1.1.3 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false engines: node: '>=6.11.5' @@ -19683,7 +19856,7 @@ packages: dev: false resolution: integrity: sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA== - /webpack/4.44.2_webpack-cli@4.5.0: + /webpack/4.44.2_webpack-cli@4.6.0: dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-module-context': 1.9.0 @@ -19692,7 +19865,7 @@ packages: acorn: 6.4.2 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 - chrome-trace-event: 1.0.2 + chrome-trace-event: 1.0.3 enhanced-resolve: 4.5.0 eslint-scope: 4.0.3 json-parse-better-errors: 1.0.2 @@ -19707,7 +19880,7 @@ packages: tapable: 1.1.3 terser-webpack-plugin: 1.4.5_webpack@4.44.2 watchpack: 1.7.5 - webpack-cli: 4.5.0_webpack@4.44.2 + webpack-cli: 4.6.0_webpack@4.44.2 webpack-sources: 1.4.3 dev: false engines: @@ -19753,16 +19926,16 @@ packages: dev: false resolution: integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - /whatwg-url/8.4.0: + /whatwg-url/8.5.0: dependencies: - lodash.sortby: 4.7.0 + lodash: 4.17.21 tr46: 2.0.2 webidl-conversions: 6.1.0 dev: false engines: node: '>=10' resolution: - integrity: sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw== + integrity: sha512-fy+R77xWv0AiqfLl4nuGUlQ3/6b5uNfQ4WAbGQVMYshCTCCPK9psC1nWh3XHuxGVCtlcDDQPQW1csmmIQo+fwg== /which-boxed-primitive/1.0.2: dependencies: is-bigint: 1.0.1 @@ -19835,12 +20008,12 @@ packages: integrity: sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA== /workbox-build/5.1.4: dependencies: - '@babel/core': 7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@babel/runtime': 7.13.10 + '@babel/core': 7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@babel/runtime': 7.13.17 '@hapi/joi': 15.1.1 '@rollup/plugin-node-resolve': 7.1.3_rollup@1.32.1 - '@rollup/plugin-replace': 2.4.1_rollup@1.32.1 + '@rollup/plugin-replace': 2.4.2_rollup@1.32.1 '@surma/rollup-plugin-off-main-thread': 1.4.2 common-tags: 1.8.0 fast-json-stable-stringify: 2.1.0 @@ -19849,7 +20022,7 @@ packages: lodash.template: 4.5.0 pretty-bytes: 5.6.0 rollup: 1.32.1 - rollup-plugin-babel: 4.4.0_995c6807146f1052b5e3e40fc7e397c2 + rollup-plugin-babel: 4.4.0_5413d990f07294974cb1fe348397a5ac rollup-plugin-terser: 5.3.1_rollup@1.32.1 source-map: 0.7.3 source-map-url: 0.4.1 @@ -19945,11 +20118,11 @@ packages: integrity: sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA== /workbox-webpack-plugin/5.1.4_webpack@4.44.2: dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.13.17 fast-json-stable-stringify: 2.1.0 source-map-url: 0.4.1 upath: 1.2.0 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 webpack-sources: 1.4.3 workbox-build: 5.1.4 dev: false @@ -19986,7 +20159,7 @@ packages: find-yarn-workspace-root: 1.2.1 fs-extra: 9.1.0 git-url-parse: 11.4.4 - globby: 11.0.2 + globby: 11.0.3 jju: 1.4.0 multimatch: 4.0.0 read-yaml-file: 2.1.0 @@ -20042,7 +20215,7 @@ packages: dev: false resolution: integrity: sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== - /ws/7.4.4: + /ws/7.4.5: dev: false engines: node: '>=8.3.0' @@ -20055,7 +20228,7 @@ packages: utf-8-validate: optional: true resolution: - integrity: sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw== + integrity: sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== /xml-name-validator/3.0.0: dev: false resolution: @@ -20089,16 +20262,16 @@ packages: node: '>=0.4' resolution: integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - /y18n/4.0.1: + /y18n/4.0.3: dev: false resolution: - integrity: sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== - /y18n/5.0.5: + integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== + /y18n/5.0.8: dev: false engines: node: '>=10' resolution: - integrity: sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== + integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== /yallist/3.1.1: dev: false resolution: @@ -20145,7 +20318,7 @@ packages: set-blocking: 2.0.0 string-width: 3.1.0 which-module: 2.0.0 - y18n: 4.0.1 + y18n: 4.0.3 yargs-parser: 13.1.2 dev: false resolution: @@ -20161,7 +20334,7 @@ packages: set-blocking: 2.0.0 string-width: 4.2.2 which-module: 2.0.0 - y18n: 4.0.1 + y18n: 4.0.3 yargs-parser: 18.1.3 dev: false engines: @@ -20175,7 +20348,7 @@ packages: get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.2 - y18n: 5.0.5 + y18n: 5.0.8 yargs-parser: 20.2.7 dev: false engines: @@ -20213,22 +20386,22 @@ packages: dependencies: '@azure/communication-calling': 1.0.1-beta.1 '@azure/communication-common': 1.0.0 - '@microsoft/api-documenter': 7.12.12 - '@microsoft/api-extractor': 7.13.2 - '@types/jest': 26.0.20 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 + '@microsoft/api-documenter': 7.12.22 + '@microsoft/api-extractor': 7.13.5 + '@types/jest': 26.0.22 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 copyfiles: 2.4.1 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 events: 3.3.0 - immer: 8.0.1 + immer: 8.0.4 jest: 26.6.0_ts-node@9.1.1 rollup: 2.42.4 - ts-jest: 26.5.3_jest@26.6.0+typescript@4.1.5 + ts-jest: 26.5.5_jest@26.6.0+typescript@4.1.5 typescript: 4.1.5 dev: false id: file:projects/acs-calling-declarative.tgz @@ -20245,23 +20418,23 @@ packages: '@azure/communication-chat': 1.0.0-beta.4 '@azure/communication-signaling': 1.0.0-beta.2 '@azure/core-paging': 1.1.3 - '@microsoft/api-documenter': 7.12.12 - '@microsoft/api-extractor': 7.13.2 - '@types/jest': 26.0.20 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 + '@microsoft/api-documenter': 7.12.22 + '@microsoft/api-extractor': 7.13.5 + '@types/jest': 26.0.22 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 copyfiles: 2.4.1 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 events: 3.3.0 - immer: 8.0.1 + immer: 8.0.4 jest: 26.6.0_ts-node@9.1.1 nanoid: 3.1.22 rollup: 2.42.4 - ts-jest: 26.5.3_jest@26.6.0+typescript@4.1.5 + ts-jest: 26.5.5_jest@26.6.0+typescript@4.1.5 typescript: 4.1.5 dev: false id: file:projects/acs-chat-declarative.tgz @@ -20276,16 +20449,16 @@ packages: file:projects/acs-chat-selector.tgz_prettier@2.0.5+ts-node@9.1.1: dependencies: '@azure/communication-chat': 1.0.0-beta.4 - '@microsoft/api-documenter': 7.12.12 - '@microsoft/api-extractor': 7.13.2 - '@types/jest': 26.0.20 + '@microsoft/api-documenter': 7.12.22 + '@microsoft/api-extractor': 7.13.5 + '@types/jest': 26.0.22 '@types/react': 16.14.5 copyfiles: 2.4.1 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 jest: 26.6.0_ts-node@9.1.1 memoize-one: 5.1.1 reselect: 4.0.0 @@ -20305,10 +20478,10 @@ packages: dependencies: '@octokit/rest': 18.0.15 '@rollup/plugin-commonjs': 17.1.0_rollup@2.42.4 - '@types/node': 14.14.35 + '@types/node': 14.14.41 beachball: 1.53.2 rollup: 2.42.4 - rollup-plugin-sourcemaps: 0.6.3_9135ee81d9218d0e99b56082525729b5 + rollup-plugin-sourcemaps: 0.6.3_4b9a38894a9f4167a305ccbcae21e858 rollup-plugin-svg: 2.0.0 ts-node: 9.1.1_typescript@4.1.5 dev: false @@ -20320,43 +20493,43 @@ packages: integrity: sha512-b5hFauElrTQk+ieDLylltlsXYuREKzGdSgkbZY/NC9PgniOwHvxJPuuAQCWf0rHbgYzH8HOddbB5yIoFADO/ug== tarball: file:projects/build-tools.tgz version: 0.0.0 - file:projects/calling.tgz_570bf42e92a70fb216c5cd4d5ed668ef: + file:projects/calling.tgz_51835a127eae6f1ae7fd62790eb1ad07: dependencies: '@azure/communication-administration': 1.0.0-beta.3 '@azure/communication-calling': 1.0.1-beta.1 '@azure/communication-common': 1.0.0 - '@azure/core-http': 1.2.3 - '@babel/core': 7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@babel/preset-react': 7.12.13_@babel+core@7.13.10 - '@fluentui/react': 7.164.1_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-theme-provider': 0.18.5_b0d7ca8a0459a1df1ff516252688d92a + '@azure/core-http': 1.2.4 + '@babel/core': 7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 + '@fluentui/react': 7.168.0_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-theme-provider': 0.18.5_dc8920ecded7f534e37e775405ba89a3 '@testing-library/react-hooks': 3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4 - '@types/jest': 26.0.20 - '@types/node': 14.14.35 + '@types/jest': 26.0.22 + '@types/node': 14.14.41 '@types/preval.macro': 3.0.0 '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@types/uuid': 8.3.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 ajv: 6.12.6 - babel-eslint: 10.1.0_eslint@7.22.0 - babel-jest: 26.6.3_@babel+core@7.13.10 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a + babel-eslint: 10.1.0_eslint@7.24.0 + babel-jest: 26.6.3_@babel+core@7.13.16 + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c concurrently: 5.3.0 copyfiles: 2.4.1 cross-env: 5.2.1 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-config-react-app: 6.0.0_828f2d5364d1d27245a2a80409233a43 - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-config-react-app: 6.0.0_8551572af614ff90398c8f9de743ce0b + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 husky: 4.3.8 jest: 26.6.0_ts-node@9.1.1 jest-junit: 12.0.0 @@ -20368,7 +20541,7 @@ packages: react: 16.14.0 react-dom: 16.14.0_react@16.14.0 react-router-dom: 5.2.0_react@16.14.0 - react-scripts: 4.0.3_a9e99724ada6035f86b48f9bda330596 + react-scripts: 4.0.3_2b8698e83d18c862edc721f7429b3106 react-test-renderer: 16.14.0_react@16.14.0 reactstrap: 8.9.0_react-dom@16.14.0+react@16.14.0 rimraf: 2.7.1 @@ -20388,45 +20561,45 @@ packages: integrity: sha512-cvgnfZYSK6tTMoat2cY5pUeEA4a8e3HMKUgiz1z6PIULBM/Wp8xP1NPzuwD5Q9PRIUujT+vYi7544Mk1q/TPFw== tarball: file:projects/calling.tgz version: 0.0.0 - file:projects/chat.tgz_40b0c9f7a7a0fac66e4b6fcf06de2a42: + file:projects/chat.tgz_3611debbf5f642c29df35b93781df156: dependencies: '@azure/communication-administration': 1.0.0-beta.3 '@azure/communication-chat': 1.0.0-beta.4 '@azure/communication-common': 1.0.0-beta.3 '@azure/communication-signaling': 1.0.0-beta.1 - '@azure/core-http': 1.2.3 - '@fluentui/react': 7.164.1_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-theme-provider': 0.18.5_b0d7ca8a0459a1df1ff516252688d92a - '@testing-library/jest-dom': 5.11.9 + '@azure/core-http': 1.2.4 + '@fluentui/react': 7.168.0_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-theme-provider': 0.18.5_dc8920ecded7f534e37e775405ba89a3 + '@testing-library/jest-dom': 5.12.0 '@testing-library/react-hooks': 3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4 - '@types/jest': 26.0.20 + '@types/jest': 26.0.22 '@types/json-stringify-safe': 5.0.0 '@types/preval.macro': 3.0.0 '@types/react': 16.14.5 '@types/react-aria-live': 2.0.0 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@types/react-linkify': 1.0.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - babel-eslint: 10.1.0_eslint@7.22.0 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + babel-eslint: 10.1.0_eslint@7.24.0 concurrently: 5.3.0 copyfiles: 2.4.1 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-config-react-app: 6.0.0_828f2d5364d1d27245a2a80409233a43 - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-config-react-app: 6.0.0_8551572af614ff90398c8f9de743ce0b + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 husky: 4.3.8 jest: 26.6.0_ts-node@9.1.1 jest-fetch-mock: 3.0.3 jest-junit: 12.0.0 json-stringify-safe: 5.0.1 - office-ui-fabric-react: 7.164.1_b0d7ca8a0459a1df1ff516252688d92a + office-ui-fabric-react: 7.168.0_dc8920ecded7f534e37e775405ba89a3 prettier: 2.0.5 pretty-quick: 3.1.0_prettier@2.0.5 preval.macro: 5.0.0 @@ -20434,7 +20607,7 @@ packages: react-aria-live: 2.0.5_react@16.14.0 react-dom: 16.14.0_react@16.14.0 react-linkify: 1.0.0-alpha - react-scripts: 4.0.3_a9e99724ada6035f86b48f9bda330596 + react-scripts: 4.0.3_2b8698e83d18c862edc721f7429b3106 react-test-renderer: 16.14.0_react@16.14.0 reselect: 4.0.0 rimraf: 2.7.1 @@ -20451,7 +20624,7 @@ packages: integrity: sha512-epzsbDyJdbBCDktJyN/lSv7X9MXrgCB3C5eHnVOtwawx4grtWsZMKMbP3CjaKjg7nyl/pczfPTb+TVGBEYnLAw== tarball: file:projects/chat.tgz version: 0.0.0 - file:projects/communication-ui.tgz_webpack-cli@4.5.0: + file:projects/communication-ui.tgz_webpack-cli@4.6.0: dependencies: '@azure/communication-administration': 1.0.0-beta.3 '@azure/communication-calling': 1.0.1-beta.1 @@ -20460,58 +20633,45 @@ packages: '@azure/communication-common-beta3': /@azure/communication-common/1.0.0-beta.3 '@azure/communication-signaling': 1.0.0-beta.1 '@azure/communication-signaling-2': /@azure/communication-signaling/1.0.0-beta.2 - '@azure/core-http': 1.2.3 - '@babel/core': 7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@fluentui/react': 7.164.1_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons': 0.3.10_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-theme-provider': 0.18.5_b0d7ca8a0459a1df1ff516252688d92a + '@azure/core-http': 1.2.4 + '@babel/core': 7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@fluentui/react': 7.168.0_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons': 0.3.10_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-theme-provider': 0.18.5_dc8920ecded7f534e37e775405ba89a3 '@mdx-js/react': 1.6.22_react@16.14.0 - '@microsoft/api-documenter': 7.12.12 - '@microsoft/api-extractor': 7.13.2 - '@rollup/plugin-commonjs': 17.1.0_rollup@2.42.4 - '@storybook/addon-actions': 6.1.21_30bc4764d4ba778218056aab0be8023f - '@storybook/addon-docs': 6.1.21_025c95869cb55e8d142f5246a0455b6d - '@storybook/addon-essentials': 6.1.21_489c05363155b6add536e1fef5b4fe59 - '@storybook/addon-knobs': 6.1.21_30bc4764d4ba778218056aab0be8023f - '@storybook/addon-links': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@storybook/addon-storyshots': 6.1.21_bf4eba619a81a338b8fdba9794ec01fe - '@storybook/node-logger': 6.1.21 - '@storybook/react': 6.1.21_4afa15f3c90940bbd828a24f4067472e - '@storybook/storybook-deployer': 2.8.7 - '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@testing-library/jest-dom': 5.11.9 + '@microsoft/api-documenter': 7.12.22 + '@microsoft/api-extractor': 7.13.5 + '@testing-library/jest-dom': 5.12.0 '@testing-library/react-hooks': 3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4 - '@types/classnames': 2.2.11 - '@types/jest': 26.0.20 + '@types/jest': 26.0.22 '@types/json-stringify-safe': 5.0.0 - '@types/node': 14.14.35 + '@types/node': 14.14.41 '@types/react': 16.14.5 '@types/react-aria-live': 2.0.0 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@types/react-linkify': 1.0.0 '@types/uuid': 8.3.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - '@uifabric/react-hooks': 7.13.12_b0d7ca8a0459a1df1ff516252688d92a + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + '@uifabric/react-hooks': 7.13.12_dc8920ecded7f534e37e775405ba89a3 ajv: 6.12.6 - babel-jest: 26.6.3_@babel+core@7.13.10 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a - classnames: 2.2.6 + babel-jest: 26.6.3_@babel+core@7.13.16 + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c concurrently: 5.3.0 copy-to-clipboard: 3.3.1 copyfiles: 2.4.1 - core-js: 3.9.1 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 + core-js: 3.11.0 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-jsx-a11y: 6.4.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 husky: 4.3.8 jest: 26.6.0_ts-node@9.1.1 jest-fetch-mock: 3.0.3 @@ -20524,20 +20684,18 @@ packages: react: 16.14.0 react-aria-live: 2.0.5_react@16.14.0 react-dom: 16.14.0_react@16.14.0 - react-is: 17.0.1 + react-is: 17.0.2 react-linkify: 1.0.0-alpha react-test-renderer: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 rollup: 2.42.4 - rollup-plugin-sourcemaps: 0.6.3_9135ee81d9218d0e99b56082525729b5 - rollup-plugin-svg: 2.0.0 source-map-explorer: 2.5.2 - styled-components: 5.2.3_9debf3d425c3eafb0518d6c329d076f5 - ts-jest: 26.5.3_jest@26.6.0+typescript@4.1.5 + styled-components: 5.2.3_07c3f46f02454abeb4a4ede5be11f9b7 + ts-jest: 26.5.5_jest@26.6.0+typescript@4.1.5 ts-node: 9.1.1_typescript@4.1.5 typescript: 4.1.5 uuid: 8.3.2 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false id: file:projects/communication-ui.tgz name: '@rush-temp/communication-ui' @@ -20547,45 +20705,45 @@ packages: integrity: sha512-nQJvypLutxWMSYZChumjynxphCXkwaA8m5aaL/gtin6w2UaZNGUhdCLlylY+bWbb8vwA/kkoInrrwwC3DcsCRw== tarball: file:projects/communication-ui.tgz version: 0.0.0 - file:projects/one-to-one-call.tgz_570bf42e92a70fb216c5cd4d5ed668ef: + file:projects/one-to-one-call.tgz_51835a127eae6f1ae7fd62790eb1ad07: dependencies: '@azure/communication-administration': 1.0.0-beta.3 '@azure/communication-calling': 1.0.1-beta.1 '@azure/communication-common': 1.0.0 - '@azure/core-http': 1.2.3 - '@babel/core': 7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@babel/preset-react': 7.12.13_@babel+core@7.13.10 - '@fluentui/react': 7.164.1_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-theme-provider': 0.18.5_b0d7ca8a0459a1df1ff516252688d92a + '@azure/core-http': 1.2.4 + '@babel/core': 7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 + '@fluentui/react': 7.168.0_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-theme-provider': 0.18.5_dc8920ecded7f534e37e775405ba89a3 '@testing-library/react-hooks': 3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4 - '@types/jest': 26.0.20 - '@types/node': 14.14.35 + '@types/jest': 26.0.22 + '@types/node': 14.14.41 '@types/preval.macro': 3.0.0 '@types/react': 16.14.5 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@types/uuid': 8.3.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 ajv: 6.12.6 - babel-eslint: 10.1.0_eslint@7.22.0 - babel-jest: 26.6.3_@babel+core@7.13.10 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a + babel-eslint: 10.1.0_eslint@7.24.0 + babel-jest: 26.6.3_@babel+core@7.13.16 + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c concurrently: 5.3.0 copyfiles: 2.4.1 cross-env: 5.2.1 enzyme: 3.11.0 - enzyme-to-json: 3.6.1_enzyme@3.11.0 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-config-react-app: 6.0.0_828f2d5364d1d27245a2a80409233a43 - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 + enzyme-to-json: 3.6.2_enzyme@3.11.0 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-config-react-app: 6.0.0_8551572af614ff90398c8f9de743ce0b + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 husky: 4.3.8 jest: 26.6.0_ts-node@9.1.1 jest-junit: 12.0.0 @@ -20597,7 +20755,7 @@ packages: react: 16.14.0 react-dom: 16.14.0_react@16.14.0 react-router-dom: 5.2.0_react@16.14.0 - react-scripts: 4.0.3_a9e99724ada6035f86b48f9bda330596 + react-scripts: 4.0.3_2b8698e83d18c862edc721f7429b3106 react-test-renderer: 16.14.0_react@16.14.0 reactstrap: 8.9.0_react-dom@16.14.0+react@16.14.0 rimraf: 2.7.1 @@ -20623,27 +20781,27 @@ packages: '@azure/communication-common': 1.0.0-beta.3 '@azure/communication-identity': 1.0.0-beta.4 '@types/cookie-parser': 1.4.2 - '@types/copy-webpack-plugin': 6.4.0 + '@types/copy-webpack-plugin': 6.4.1 '@types/cors': 2.8.10 '@types/express': 4.17.11 '@types/http-errors': 1.8.0 - '@types/jest': 26.0.20 + '@types/jest': 26.0.22 '@types/morgan': 1.9.2 - '@types/node': 14.14.35 - '@types/supertest': 2.0.10 - '@types/webpack-node-externals': 2.5.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 + '@types/node': 14.14.41 + '@types/supertest': 2.0.11 + '@types/webpack-node-externals': 2.5.1 + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 cookie-parser: 1.4.5 copy-webpack-plugin: 6.4.1_webpack@4.44.2 cors: 2.8.5 debug: 2.6.9 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-plugin-flowtype: 5.4.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-plugin-flowtype: 5.7.2_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 express: 4.16.4 http-errors: 1.6.3 husky: 4.3.8 @@ -20653,13 +20811,13 @@ packages: prettier: 2.0.5 pretty-quick: 3.1.0_prettier@2.0.5 supertest: 6.1.3 - ts-jest: 26.5.3_jest@26.6.0+typescript@4.1.5 - ts-loader: 8.0.18_typescript@4.1.5+webpack@4.44.2 + ts-jest: 26.5.5_jest@26.6.0+typescript@4.1.5 + ts-loader: 8.1.0_typescript@4.1.5+webpack@4.44.2 ts-node: 9.1.1_typescript@4.1.5 ts-node-dev: 1.1.6_typescript@4.1.5 typescript: 4.1.5 - webpack: 4.44.2_webpack-cli@4.5.0 - webpack-cli: 4.5.0_webpack@4.44.2 + webpack: 4.44.2_webpack-cli@4.6.0 + webpack-cli: 4.6.0_webpack@4.44.2 webpack-node-externals: 2.5.2 dev: false name: '@rush-temp/server' @@ -20667,64 +20825,67 @@ packages: integrity: sha512-ackzCLGN0wbDuoKMywSTx9Ge31TF5jHC+O4F6zRMnOm8p2hCNvwcwojGnnkRiYyJc2w6eHuUBp9yLwJ3wAh9hw== tarball: file:projects/server.tgz version: 0.0.0 - file:projects/storybook.tgz_webpack-cli@4.5.0: + file:projects/storybook.tgz_webpack-cli@4.6.0: dependencies: '@azure/communication-administration': 1.0.0-beta.3 '@azure/communication-calling': 1.0.1-beta.1 '@azure/communication-chat': 1.0.0-beta.4 '@azure/communication-common': 1.0.0-beta.3 '@azure/communication-signaling': 1.0.0-beta.1 - '@azure/core-http': 1.2.3 - '@babel/core': 7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@fluentui/react': 7.164.1_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons': 0.3.10_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-icons-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-northstar': 0.51.7_b0d7ca8a0459a1df1ff516252688d92a - '@fluentui/react-theme-provider': 0.18.5_b0d7ca8a0459a1df1ff516252688d92a + '@azure/core-http': 1.2.4 + '@babel/core': 7.13.16 + '@babel/preset-env': 7.13.15_@babel+core@7.13.16 + '@fluentui/react': 7.168.0_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons': 0.3.10_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-icons-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-northstar': 0.51.7_dc8920ecded7f534e37e775405ba89a3 + '@fluentui/react-theme-provider': 0.18.5_dc8920ecded7f534e37e775405ba89a3 '@mdx-js/react': 1.6.22_react@16.14.0 - '@microsoft/api-documenter': 7.12.12 - '@microsoft/api-extractor': 7.13.2 + '@microsoft/api-documenter': 7.12.22 + '@microsoft/api-extractor': 7.13.5 + '@microsoft/applicationinsights-react-js': 3.0.5_react@16.14.0 + '@microsoft/applicationinsights-web': 2.6.2 '@storybook/addon-actions': 6.1.21_30bc4764d4ba778218056aab0be8023f - '@storybook/addon-docs': 6.1.21_025c95869cb55e8d142f5246a0455b6d - '@storybook/addon-essentials': 6.1.21_489c05363155b6add536e1fef5b4fe59 + '@storybook/addon-docs': 6.1.21_5514be1c2f82a2c07dc23d6d89b846eb + '@storybook/addon-essentials': 6.1.21_27c8118c1ccd721e78d68bd4d0d52b84 '@storybook/addon-knobs': 6.1.21_30bc4764d4ba778218056aab0be8023f '@storybook/addon-links': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@storybook/addon-storyshots': 6.1.21_bf4eba619a81a338b8fdba9794ec01fe + '@storybook/addon-storyshots': 6.1.21_538a6a11a3a4b01446c2391ffea2cdcd '@storybook/node-logger': 6.1.21 - '@storybook/react': 6.1.21_4afa15f3c90940bbd828a24f4067472e + '@storybook/react': 6.1.21_68763175e626a6650d8c76d21ed6b837 '@storybook/storybook-deployer': 2.8.7 '@storybook/theming': 6.1.21_react-dom@16.14.0+react@16.14.0 - '@testing-library/jest-dom': 5.11.9 + '@testing-library/jest-dom': 5.12.0 '@testing-library/react-hooks': 3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4 - '@types/classnames': 2.2.11 - '@types/jest': 26.0.20 + '@types/classnames': 2.3.1 + '@types/jest': 26.0.22 '@types/json-stringify-safe': 5.0.0 - '@types/node': 14.14.35 + '@types/node': 14.14.41 '@types/react': 16.14.5 '@types/react-aria-live': 2.0.0 - '@types/react-dom': 16.9.11 + '@types/react-dom': 16.9.12 '@types/react-linkify': 1.0.0 '@types/uuid': 8.3.0 - '@typescript-eslint/eslint-plugin': 4.18.0_e9e1aa536ec0b34179456e3b69e4968e - '@typescript-eslint/parser': 4.18.0_eslint@7.22.0+typescript@4.1.5 - '@uifabric/react-hooks': 7.13.12_b0d7ca8a0459a1df1ff516252688d92a + '@typescript-eslint/eslint-plugin': 4.22.0_0d275a3057b7b94fa084b2915152c479 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.1.5 + '@uifabric/react-hooks': 7.13.12_dc8920ecded7f534e37e775405ba89a3 ajv: 6.12.6 - babel-jest: 26.6.3_@babel+core@7.13.10 - babel-loader: 8.1.0_6d2d9db439f797dbe04a64efdbcf144a - classnames: 2.2.6 + babel-jest: 26.6.3_@babel+core@7.13.16 + babel-loader: 8.1.0_0c9ed85c987bca43d65931123ef87b6c + classnames: 2.3.1 concurrently: 5.3.0 copy-to-clipboard: 3.3.1 copyfiles: 2.4.1 - core-js: 3.9.1 - eslint: 7.22.0 - eslint-config-prettier: 6.15.0_eslint@7.22.0 - eslint-plugin-header: 3.1.1_eslint@7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.22.0 - eslint-plugin-prettier: 3.3.1_cdac37046eab2e8d6fb794f34ed825c2 - eslint-plugin-react: 7.22.0_eslint@7.22.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.22.0 + core-js: 3.11.0 + eslint: 7.24.0 + eslint-config-prettier: 6.15.0_eslint@7.24.0 + eslint-plugin-header: 3.1.1_eslint@7.24.0 + eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint-plugin-jsx-a11y: 6.4.1_eslint@7.24.0 + eslint-plugin-prettier: 3.4.0_81b3f70481e511854f668c1774e84936 + eslint-plugin-react: 7.23.2_eslint@7.24.0 + eslint-plugin-react-hooks: 4.2.0_eslint@7.24.0 + history: 5.0.0 husky: 4.3.8 jest: 26.6.0_ts-node@9.1.1 jest-fetch-mock: 3.0.3 @@ -20738,28 +20899,27 @@ packages: react: 16.14.0 react-aria-live: 2.0.5_react@16.14.0 react-dom: 16.14.0_react@16.14.0 - react-is: 17.0.1 + react-is: 17.0.2 react-linkify: 1.0.0-alpha react-test-renderer: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 source-map-explorer: 2.5.2 storybook-docs-toc: 1.3.1_e4b854fbd94350c9a7e4d41c498855cc - styled-components: 5.2.3_9debf3d425c3eafb0518d6c329d076f5 - ts-jest: 26.5.3_jest@26.6.0+typescript@4.1.5 + styled-components: 5.2.3_07c3f46f02454abeb4a4ede5be11f9b7 + ts-jest: 26.5.5_jest@26.6.0+typescript@4.1.5 ts-node: 9.1.1_typescript@4.1.5 typescript: 4.1.5 uuid: 8.3.2 - webpack: 4.44.2_webpack-cli@4.5.0 + webpack: 4.44.2_webpack-cli@4.6.0 dev: false id: file:projects/storybook.tgz name: '@rush-temp/storybook' peerDependencies: webpack-cli: '*' resolution: - integrity: sha512-8SZsUIBIxRx+iaIbRGanCod+Qh25XQ3Ox0U729RkB4XXLJVMXq2odNRpr6lmiU7St1sDt+HejqmshxM6+5Z8Ig== + integrity: sha512-1SDidGsTxEYq4njaHKQip+G6ir97ZXfHt+e1RYi9XmfEc3L3BXC1bLbG/hm+K9gv72+8OoDkDkn+N6u3vxaIiA== tarball: file:projects/storybook.tgz version: 0.0.0 -registry: '' specifiers: '@azure/communication-administration': 1.0.0-beta.3 '@azure/communication-calling': 1.0.1-beta.1 @@ -20779,6 +20939,8 @@ specifiers: '@mdx-js/react': ^1.6.22 '@microsoft/api-documenter': ~7.12.11 '@microsoft/api-extractor': ~7.13.2 + '@microsoft/applicationinsights-react-js': ~3.0.5 + '@microsoft/applicationinsights-web': ~2.6.1 '@octokit/rest': ~18.0.6 '@rollup/plugin-commonjs': ~17.1.0 '@rush-temp/acs-calling-declarative': file:./projects/acs-calling-declarative.tgz @@ -20791,16 +20953,16 @@ specifiers: '@rush-temp/one-to-one-call': file:./projects/one-to-one-call.tgz '@rush-temp/server': file:./projects/server.tgz '@rush-temp/storybook': file:./projects/storybook.tgz - '@storybook/addon-actions': ^6.1.1 - '@storybook/addon-docs': ^6.1.18 - '@storybook/addon-essentials': ^6.1.1 - '@storybook/addon-knobs': ^6.1.9 - '@storybook/addon-links': ^6.1.1 - '@storybook/addon-storyshots': ^6.1.6 - '@storybook/node-logger': ^6.1.1 - '@storybook/react': ^6.1.1 - '@storybook/storybook-deployer': ^2.8.7 - '@storybook/theming': ^6.1.10 + '@storybook/addon-actions': ~6.1.1 + '@storybook/addon-docs': ~6.1.18 + '@storybook/addon-essentials': ~6.1.1 + '@storybook/addon-knobs': ~6.1.9 + '@storybook/addon-links': ~6.1.1 + '@storybook/addon-storyshots': ~6.1.6 + '@storybook/node-logger': ~6.1.1 + '@storybook/react': ~6.1.1 + '@storybook/storybook-deployer': ~2.8.7 + '@storybook/theming': ~6.1.10 '@testing-library/jest-dom': ^5.11.4 '@testing-library/react-hooks': ^3.4.2 '@types/classnames': ^2.2.11 @@ -20853,6 +21015,7 @@ specifiers: eslint-plugin-react-hooks: ^4.1.2 events: ~3.3.0 express: ~4.16.1 + history: ~5.0.0 http-errors: ~1.6.3 husky: ^4.3.0 immer: ~8.0.1 diff --git a/packages/storybook/.storybook/main.js b/packages/storybook/.storybook/main.js index f8d3a331b0..6e60798c10 100644 --- a/packages/storybook/.storybook/main.js +++ b/packages/storybook/.storybook/main.js @@ -29,7 +29,8 @@ module.exports = { // Note: This triggers babel to retranspile all package dependency files during webpack's compilation step. config.resolve.alias = { ...(config.resolve.alias || {}), - "@azure/communication-ui": path.resolve(__dirname, "../../communication-ui/src") + "@azure/communication-ui": path.resolve(__dirname, "../../communication-ui/src"), + "@azure/acs-chat-selector": path.resolve(__dirname, "../../acs-chat-selector/src") } return config; diff --git a/packages/storybook/.storybook/manager-head.html b/packages/storybook/.storybook/manager-head.html new file mode 100644 index 0000000000..ba665eed31 --- /dev/null +++ b/packages/storybook/.storybook/manager-head.html @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/packages/storybook/.storybook/manager.ts b/packages/storybook/.storybook/manager.ts index 82d23a9b56..9bf82e4a08 100644 --- a/packages/storybook/.storybook/manager.ts +++ b/packages/storybook/.storybook/manager.ts @@ -1,5 +1,8 @@ import { create } from '@storybook/theming'; import { addons } from '@storybook/addons'; +import { initTelemetry } from './telemetry'; + +initTelemetry(); addons.setConfig({ theme: create({ diff --git a/packages/storybook/.storybook/telemetry.test.ts b/packages/storybook/.storybook/telemetry.test.ts new file mode 100644 index 0000000000..b8b6fbdb9b --- /dev/null +++ b/packages/storybook/.storybook/telemetry.test.ts @@ -0,0 +1,67 @@ +import { analyticsCookieConsentObtained } from "./telemetry"; + +describe('storybook telemetry util tests', () => { + + beforeEach(() => { + // reset cookie consent window variables + (window as any).siteConsent = undefined; + }) + + describe ('test analyticsCookieConsentObtained', () => { + + test('analyticsCookieConsentObtained returns false if telemetry library is not initialized', () => { + // set cookie consent library to uninitialized + (window as any).siteConsent = undefined; + + const result = analyticsCookieConsentObtained(); + + expect(result).toEqual(false); + }); + + test('analyticsCookieConsentObtained returns false if telemetry library is initialized but consent has not been obtained', () => { + // set cookie consent library to uninitialized + (window as any).siteConsent = { + isConsentRequired: true, + getConsent: () => ({ + Required: true, + Analytics: false + }) + }; + + const result = analyticsCookieConsentObtained(); + + expect(result).toEqual(false); + }); + + test('analyticsCookieConsentObtained returns true if telemetry library is initialized and consent has been obtained', () => { + // set cookie consent library to uninitialized + (window as any).siteConsent = { + isConsentRequired: true, + getConsent: () => ({ + Required: true, + Analytics: true + }) + }; + + const result = analyticsCookieConsentObtained(); + + expect(result).toEqual(true); + }); + + test('analyticsCookieConsentObtained returns true if telemetry library is initialized but consent is not required', () => { + // set cookie consent library to uninitialized + (window as any).siteConsent = { + isConsentRequired: false, + getConsent: () => ({ + Required: false, + Analytics: false + }) + }; + + const result = analyticsCookieConsentObtained(); + + expect(result).toEqual(true); + }); + + }) +}); \ No newline at end of file diff --git a/packages/storybook/.storybook/telemetry.ts b/packages/storybook/.storybook/telemetry.ts new file mode 100644 index 0000000000..41c676660a --- /dev/null +++ b/packages/storybook/.storybook/telemetry.ts @@ -0,0 +1,68 @@ +import { ApplicationInsights } from '@microsoft/applicationinsights-web' +import { ReactPlugin } from '@microsoft/applicationinsights-react-js'; +import { createBrowserHistory } from "history"; + +/** + * Check if we have the necessary cookie consent to allow the app insights library to make use of cookies + */ +export const analyticsCookieConsentObtained = (): boolean => { + return !!(window as any).siteConsent && // has telemetry library been initialized + (!(window as any).siteConsent.isConsentRequired || // check if we need collect consent in this region + (window as any).siteConsent.getConsent().Analytics); // check if we have consent to collect analytics telemetry +} + +/** + * Start telemetry collection and watch for cookie consent changes. + */ +export const initTelemetry = () => { + const appInsightsInstance = startTelemetry(analyticsCookieConsentObtained()); + + if (appInsightsInstance) { + createCookieChangedCallback(appInsightsInstance); + } +} + +/** + * Setup the window.cookieConsentChanged that is called when the cookie banner's onConsentChanged is called. + * @param applicationInsightsInstance application instance that enables or disables appInsight's cookie manager + */ +const createCookieChangedCallback = (applicationInsightsInstance: ApplicationInsights) => { + (window as any).cookieConsentChanged = () => { + const analyticsCookieConsent = analyticsCookieConsentObtained(); + applicationInsightsInstance.getCookieMgr().setEnabled(analyticsCookieConsent); + } +} + +/** + * Start app insights tracking telemetry + * @param cookieConsent do we have consent to collect cookies for analytics purposes + * @returns the created instance of the application insights library + */ +const startTelemetry = (cookieConsent: boolean): ApplicationInsights | undefined => { + const instrumentationKey = process.env.TELEMETRY_INSTRUMENTATION_KEY; + if (!instrumentationKey) { + console.warn('No telemetry instrumentationKey provided. Telemetry collection is disabled.') + return; + } + + // Initialize telemetry react plugin + const browserHistory = createBrowserHistory({ window }); + var reactPlugin = new ReactPlugin(); + + + // Initialize and start collecting telemetry + const appInsights = new ApplicationInsights({ + config: { + disableCookiesUsage: !cookieConsent, + instrumentationKey, + enableAutoRouteTracking: true, + extensions: [reactPlugin], + extensionConfig: { + [reactPlugin.identifier]: { history: browserHistory } + } + } + }); + appInsights.loadAppInsights(); + + return appInsights; +} diff --git a/packages/storybook/jest.config.js b/packages/storybook/jest.config.js index b27e021331..099be30817 100644 --- a/packages/storybook/jest.config.js +++ b/packages/storybook/jest.config.js @@ -105,10 +105,10 @@ module.exports = { // restoreMocks: false, // The root directory that Jest should scan for tests and modules within - rootDir: './stories', + rootDir: '.', // A list of paths to directories that Jest should use to search for files in - // roots: ['stories'], + roots: ['stories', '.storybook'], // Allows you to use a custom runner instead of Jest's default test runner // runner: "jest-runner", @@ -161,7 +161,7 @@ module.exports = { // A map from regular expressions to paths to transformers transform: { '^.+\\.(ts)x?$': 'ts-jest', - '^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '/../jest/fileTransform.js' + '^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '/jest/fileTransform.js' }, // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation diff --git a/packages/storybook/package.json b/packages/storybook/package.json index ed5df89970..b7281f54e4 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -30,11 +30,14 @@ "@fluentui/react-icons-northstar": "^0.51.2", "@fluentui/react-northstar": "^0.51.2", "@fluentui/react-theme-provider": "^0.18.0", - "classnames": "^2.2.6", - "react-aria-live": "^2.0.5", - "react-linkify": "^1.0.0-alpha", + "@microsoft/applicationinsights-react-js": "~3.0.5", + "@microsoft/applicationinsights-web": "~2.6.1", "@uifabric/react-hooks": "~7.13.11", - "copy-to-clipboard": "~3.3.1" + "classnames": "^2.2.6", + "copy-to-clipboard": "~3.3.1", + "history": "~5.0.0", + "react-aria-live": "^2.0.5", + "react-linkify": "^1.0.0-alpha" }, "peerDependencies": { "react": "^16.13.1", @@ -46,16 +49,16 @@ "@mdx-js/react": "^1.6.22", "@microsoft/api-documenter": "~7.12.11", "@microsoft/api-extractor": "~7.13.2", - "@storybook/addon-actions": "^6.1.1", - "@storybook/addon-docs": "^6.1.18", - "@storybook/addon-essentials": "^6.1.1", - "@storybook/addon-knobs": "^6.1.9", - "@storybook/addon-links": "^6.1.1", - "@storybook/addon-storyshots": "^6.1.6", - "@storybook/node-logger": "^6.1.1", - "@storybook/react": "^6.1.1", - "@storybook/storybook-deployer": "^2.8.7", - "@storybook/theming": "^6.1.10", + "@storybook/addon-actions": "~6.1.1", + "@storybook/addon-docs": "~6.1.18", + "@storybook/addon-essentials": "~6.1.1", + "@storybook/addon-knobs": "~6.1.9", + "@storybook/addon-links": "~6.1.1", + "@storybook/addon-storyshots": "~6.1.6", + "@storybook/node-logger": "~6.1.1", + "@storybook/react": "~6.1.1", + "@storybook/storybook-deployer": "~2.8.7", + "@storybook/theming": "~6.1.10", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react-hooks": "^3.4.2", "@types/classnames": "^2.2.11", diff --git a/packages/storybook/stories/ManageCookies.stories.tsx b/packages/storybook/stories/ManageCookies.stories.tsx new file mode 100644 index 0000000000..6f11da15c2 --- /dev/null +++ b/packages/storybook/stories/ManageCookies.stories.tsx @@ -0,0 +1,17 @@ +import React from 'react'; +import { Meta } from '@storybook/react/types-6-0'; +import { PrimaryButton } from '@fluentui/react'; + +function openManageCookiesModal(): void { + (window as any).parent.siteConsent?.manageConsent(); +} + +export const ManageCookies: () => JSX.Element = () => { + const manageCookiesRequired = (window as any).parent.siteConsent?.isConsentRequired; + const buttonText = manageCookiesRequired ? 'Manage Cookies' : 'Manage Cookies unavailable'; + return ; +}; + +export default { + title: `Settings/Manage Cookies` +} as Meta; diff --git a/packages/storybook/stories/__snapshots__/storybook.test.ts.snap b/packages/storybook/stories/__snapshots__/storybook.test.ts.snap index f501fd7ed2..57d72eaadb 100644 --- a/packages/storybook/stories/__snapshots__/storybook.test.ts.snap +++ b/packages/storybook/stories/__snapshots__/storybook.test.ts.snap @@ -1000,6 +1000,59 @@ exports[`storybook snapshot tests Storyshots Examples/Themes Teams Theme Compone `; +exports[`storybook snapshot tests Storyshots Settings/Manage Cookies Manage Cookies 1`] = ` +
+
+
+ +
+
+
+`; + exports[`storybook snapshot tests Storyshots UI Components/GridLayout Grid Layout Component 1`] = `