diff --git a/apps/storybook-react/.storybook/webpack.config.js b/apps/storybook-react/.storybook/webpack.config.js index 0cc51e26bb..2404959eab 100644 --- a/apps/storybook-react/.storybook/webpack.config.js +++ b/apps/storybook-react/.storybook/webpack.config.js @@ -2,6 +2,13 @@ const path = require('path') module.exports = async ({ config, mode }) => ({ ...config, + resolve: { + ...config.resolve, + alias: { + ...config.resolve.alias, + 'styled-components': path.resolve('./node_modules', 'styled-components'), + }, + }, module: { ...config.module, rules: [ diff --git a/apps/storybook-react/package.json b/apps/storybook-react/package.json index 8604656bd9..f098ac1d25 100644 --- a/apps/storybook-react/package.json +++ b/apps/storybook-react/package.json @@ -10,24 +10,25 @@ "lint": "eslint stories/**/*.jsx" }, "dependencies": { - "@equinor/eds-core-react": "^0.0.1-alpha.6", - "@storybook/addon-knobs": "^5.2.3", - "@storybook/addon-links": "^5.2.3", - "@storybook/addon-storysource": "^5.2.3", - "@storybook/react": "^5.2.3", - "@storybook/source-loader": "^5.2.6", + "@equinor/eds-core-react": "workspace:^0.0.1-alpha.6", + "@equinor/eds-tokens": "workspace:^0.0.1-alpha.5", + "@storybook/addon-knobs": "^5.2.8", + "@storybook/addon-links": "^5.2.8", + "@storybook/addon-storysource": "^5.2.8", + "@storybook/react": "^5.2.8", + "@storybook/source-loader": "^5.2.8", "babel-runtime": "^6.26.0", - "core-js": "2", - "react": "^16.8.6", - "react-dom": "^16.8.6", - "styled-components": "^4.2.0" + "core-js": "^2.6.11", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "styled-components": "^4.4.1" }, "devDependencies": { - "@babel/core": "^7.4.4", - "@storybook/addon-a11y": "^5.2.3", - "@storybook/addon-actions": "^5.1.11", - "@storybook/addons": "^5.1.11", - "@storybook/theming": "^5.2.6", + "@babel/core": "^7.7.5", + "@storybook/addon-a11y": "^5.2.8", + "@storybook/addon-actions": "^5.2.8", + "@storybook/addons": "^5.2.8", + "@storybook/theming": "^5.2.8", "babel-loader": "^8.0.6" } } diff --git a/apps/storybook-react/pnpm-lock.yaml b/apps/storybook-react/pnpm-lock.yaml index 0a0f3d889b..5d97559d0c 100644 --- a/apps/storybook-react/pnpm-lock.yaml +++ b/apps/storybook-react/pnpm-lock.yaml @@ -1,22 +1,23 @@ dependencies: - '@equinor/eds-core-react': 'link:../../libraries/core-react' - '@storybook/addon-knobs': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/addon-links': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/addon-storysource': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/react': 5.2.6_8108cd324d4f27fbd6afdd06d82dbf90 - '@storybook/source-loader': 5.2.6_react-dom@16.11.0+react@16.11.0 + '@equinor/eds-core-react': 'link:../../libraries/core-react' + '@equinor/eds-tokens': 'link:../../libraries/tokens' + '@storybook/addon-knobs': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/addon-links': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/addon-storysource': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/react': 5.2.8_7fd0f3640b98bcd7ea1979dd6458d1ef + '@storybook/source-loader': 5.2.8_react-dom@16.12.0+react@16.12.0 babel-runtime: 6.26.0 - core-js: 2.6.10 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 - styled-components: 4.4.1_aca680a271e37d3b560cdeaa6de4eb51 + core-js: 2.6.11 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 + styled-components: 4.4.1_b5ffe839b1a452f2d2c7d94d3059774c devDependencies: - '@babel/core': 7.7.2 - '@storybook/addon-a11y': 5.2.6_react-dom@16.11.0 - '@storybook/addon-actions': 5.2.6_react-dom@16.11.0 - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 - babel-loader: 8.0.6_@babel+core@7.7.2 + '@babel/core': 7.7.5 + '@storybook/addon-a11y': 5.2.8_react-dom@16.12.0 + '@storybook/addon-actions': 5.2.8_react-dom@16.12.0 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 + babel-loader: 8.0.6_@babel+core@7.7.5 lockfileVersion: 5.1 packages: /@babel/code-frame/7.5.5: @@ -24,192 +25,192 @@ packages: '@babel/highlight': 7.5.0 resolution: integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== - /@babel/core/7.6.0: + /@babel/core/7.7.4: dependencies: '@babel/code-frame': 7.5.5 - '@babel/generator': 7.7.2 - '@babel/helpers': 7.7.0 - '@babel/parser': 7.7.3 - '@babel/template': 7.7.0 - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/generator': 7.7.4 + '@babel/helpers': 7.7.4 + '@babel/parser': 7.7.5 + '@babel/template': 7.7.4 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 convert-source-map: 1.7.0 debug: 4.1.1 json5: 2.1.1 lodash: 4.17.15 - resolve: 1.12.0 + resolve: 1.13.1 semver: 5.7.1 source-map: 0.5.7 dev: false engines: node: '>=6.9.0' resolution: - integrity: sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw== - /@babel/core/7.7.2: + integrity: sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ== + /@babel/core/7.7.5: dependencies: '@babel/code-frame': 7.5.5 - '@babel/generator': 7.7.2 - '@babel/helpers': 7.7.0 - '@babel/parser': 7.7.3 - '@babel/template': 7.7.0 - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/generator': 7.7.4 + '@babel/helpers': 7.7.4 + '@babel/parser': 7.7.5 + '@babel/template': 7.7.4 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 convert-source-map: 1.7.0 debug: 4.1.1 json5: 2.1.1 lodash: 4.17.15 - resolve: 1.12.0 + resolve: 1.13.1 semver: 5.7.1 source-map: 0.5.7 engines: node: '>=6.9.0' resolution: - integrity: sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ== - /@babel/generator/7.7.2: + integrity: sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw== + /@babel/generator/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 jsesc: 2.5.2 lodash: 4.17.15 source-map: 0.5.7 resolution: - integrity: sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ== - /@babel/helper-annotate-as-pure/7.7.0: + integrity: sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg== + /@babel/helper-annotate-as-pure/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-k50CQxMlYTYo+GGyUGFwpxKVtxVJi9yh61sXZji3zYHccK9RYliZGSTOgci85T+r+0VFN2nWbGM04PIqwfrpMg== - /@babel/helper-builder-binary-assignment-operator-visitor/7.7.0: + integrity: sha512-2BQmQgECKzYKFPpiycoF9tlb5HA4lrVyAmLLVK177EcQAqjVLciUb2/R+n1boQ9y5ENV3uz2ZqiNw7QMBBw1Og== + /@babel/helper-builder-binary-assignment-operator-visitor/7.7.4: dependencies: - '@babel/helper-explode-assignable-expression': 7.7.0 - '@babel/types': 7.7.2 + '@babel/helper-explode-assignable-expression': 7.7.4 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-Cd8r8zs4RKDwMG/92lpZcnn5WPQ3LAMQbCw42oqUh4s7vsSN5ANUZjMel0OOnxDLq57hoDDbai+ryygYfCTOsw== - /@babel/helper-builder-react-jsx/7.7.0: + integrity: sha512-Biq/d/WtvfftWZ9Uf39hbPBYDUo986m5Bb4zhkeYDGUllF43D+nUe5M6Vuo6/8JDK/0YX/uBdeoQpyaNhNugZQ== + /@babel/helper-builder-react-jsx/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 esutils: 2.0.3 dev: false resolution: - integrity: sha512-LSln3cexwInTMYYoFeVLKnYPPMfWNJ8PubTBs3hkh7wCu9iBaqq1OOyW+xGmEdLxT1nhsl+9SJ+h2oUDYz0l2A== - /@babel/helper-call-delegate/7.7.0: + integrity: sha512-kvbfHJNN9dg4rkEM4xn1s8d1/h6TYNvajy9L1wx4qLn9HFg0IkTsQi4rfBe92nxrPUFcMsHoMV+8rU7MJb3fCA== + /@babel/helper-call-delegate/7.7.4: dependencies: - '@babel/helper-hoist-variables': 7.7.0 - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/helper-hoist-variables': 7.7.4 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-Su0Mdq7uSSWGZayGMMQ+z6lnL00mMCnGAbO/R0ZO9odIdB/WNU/VfQKqMQU0fdIsxQYbRjDM4BixIa93SQIpvw== - /@babel/helper-create-class-features-plugin/7.7.0_@babel+core@7.6.0: + integrity: sha512-8JH9/B7J7tCYJ2PpWVpw9JhPuEVHztagNVuQAFBVFYluRMlpG7F1CgKEgGeL6KFqcsIa92ZYVj6DSc0XwmN1ZA== + /@babel/helper-create-class-features-plugin/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-function-name': 7.7.0 - '@babel/helper-member-expression-to-functions': 7.7.0 - '@babel/helper-optimise-call-expression': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-function-name': 7.7.4 + '@babel/helper-member-expression-to-functions': 7.7.4 + '@babel/helper-optimise-call-expression': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-replace-supers': 7.7.0 - '@babel/helper-split-export-declaration': 7.7.0 + '@babel/helper-replace-supers': 7.7.4 + '@babel/helper-split-export-declaration': 7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-MZiB5qvTWoyiFOgootmRSDV1udjIqJW/8lmxgzKq6oDqxdmHUjeP2ZUOmgHdYjmUVNABqRrHjYAYRvj8Eox/UA== - /@babel/helper-create-class-features-plugin/7.7.0_@babel+core@7.7.2: + integrity: sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA== + /@babel/helper-create-class-features-plugin/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-function-name': 7.7.0 - '@babel/helper-member-expression-to-functions': 7.7.0 - '@babel/helper-optimise-call-expression': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-function-name': 7.7.4 + '@babel/helper-member-expression-to-functions': 7.7.4 + '@babel/helper-optimise-call-expression': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-replace-supers': 7.7.0 - '@babel/helper-split-export-declaration': 7.7.0 + '@babel/helper-replace-supers': 7.7.4 + '@babel/helper-split-export-declaration': 7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-MZiB5qvTWoyiFOgootmRSDV1udjIqJW/8lmxgzKq6oDqxdmHUjeP2ZUOmgHdYjmUVNABqRrHjYAYRvj8Eox/UA== - /@babel/helper-create-regexp-features-plugin/7.7.2_@babel+core@7.6.0: + integrity: sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA== + /@babel/helper-create-regexp-features-plugin/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-regex': 7.5.5 regexpu-core: 4.6.0 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-pAil/ZixjTlrzNpjx+l/C/wJk002Wo7XbbZ8oujH/AoJ3Juv0iN/UTcPUHXKMFLqsfS0Hy6Aow8M31brUYBlQQ== - /@babel/helper-create-regexp-features-plugin/7.7.2_@babel+core@7.7.2: + integrity: sha512-Mt+jBKaxL0zfOIWrfQpnfYCN7/rS6GKx6CCCfuoqVVd+17R8zNDlzVYmIi9qyb2wOk002NsmSTDymkIygDUH7A== + /@babel/helper-create-regexp-features-plugin/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-regex': 7.5.5 regexpu-core: 4.6.0 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-pAil/ZixjTlrzNpjx+l/C/wJk002Wo7XbbZ8oujH/AoJ3Juv0iN/UTcPUHXKMFLqsfS0Hy6Aow8M31brUYBlQQ== - /@babel/helper-define-map/7.7.0: + integrity: sha512-Mt+jBKaxL0zfOIWrfQpnfYCN7/rS6GKx6CCCfuoqVVd+17R8zNDlzVYmIi9qyb2wOk002NsmSTDymkIygDUH7A== + /@babel/helper-define-map/7.7.4: dependencies: - '@babel/helper-function-name': 7.7.0 - '@babel/types': 7.7.2 + '@babel/helper-function-name': 7.7.4 + '@babel/types': 7.7.4 lodash: 4.17.15 dev: false resolution: - integrity: sha512-kPKWPb0dMpZi+ov1hJiwse9dWweZsz3V9rP4KdytnX1E7z3cTNmFGglwklzFPuqIcHLIY3bgKSs4vkwXXdflQA== - /@babel/helper-explode-assignable-expression/7.7.0: + integrity: sha512-v5LorqOa0nVQUvAUTUF3KPastvUt/HzByXNamKQ6RdJRTV7j8rLL+WB5C/MzzWAwOomxDhYFb1wLLxHqox86lg== + /@babel/helper-explode-assignable-expression/7.7.4: dependencies: - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-CDs26w2shdD1urNUAji2RJXyBFCaR+iBEGnFz3l7maizMkQe3saVw9WtjG1tz8CwbjvlFnaSLVhgnu1SWaherg== - /@babel/helper-function-name/7.7.0: + integrity: sha512-2/SicuFrNSXsZNBxe5UGdLr+HZg+raWBLE9vC98bdYOKX/U6PY0mdGlYUJdtTDPSU0Lw0PNbKKDpwYHJLn2jLg== + /@babel/helper-function-name/7.7.4: dependencies: - '@babel/helper-get-function-arity': 7.7.0 - '@babel/template': 7.7.0 - '@babel/types': 7.7.2 + '@babel/helper-get-function-arity': 7.7.4 + '@babel/template': 7.7.4 + '@babel/types': 7.7.4 resolution: - integrity: sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q== - /@babel/helper-get-function-arity/7.7.0: + integrity: sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== + /@babel/helper-get-function-arity/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 resolution: - integrity: sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw== - /@babel/helper-hoist-variables/7.7.0: + integrity: sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== + /@babel/helper-hoist-variables/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-LUe/92NqsDAkJjjCEWkNe+/PcpnisvnqdlRe19FahVapa4jndeuJ+FBiTX1rcAKWKcJGE+C3Q3tuEuxkSmCEiQ== - /@babel/helper-member-expression-to-functions/7.7.0: + integrity: sha512-wQC4xyvc1Jo/FnLirL6CEgPgPCa8M74tOdjWpRhQYapz5JC7u3NYU1zCVoVAGCE3EaIP9T1A3iW0WLJ+reZlpQ== + /@babel/helper-member-expression-to-functions/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-QaCZLO2RtBcmvO/ekOLp8p7R5X2JriKRizeDpm5ChATAFWrrYDcDxPuCIBXKyBjY+i1vYSdcUTMIb8psfxHDPA== - /@babel/helper-module-imports/7.7.0: + integrity: sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw== + /@babel/helper-module-imports/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 resolution: - integrity: sha512-Dv3hLKIC1jyfTkClvyEkYP2OlkzNvWs5+Q8WgPbxM5LMeorons7iPP91JM+DU7tRbhqA1ZeooPaMFvQrn23RHw== - /@babel/helper-module-transforms/7.7.0: + integrity: sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ== + /@babel/helper-module-transforms/7.7.5: dependencies: - '@babel/helper-module-imports': 7.7.0 - '@babel/helper-simple-access': 7.7.0 - '@babel/helper-split-export-declaration': 7.7.0 - '@babel/template': 7.7.0 - '@babel/types': 7.7.2 + '@babel/helper-module-imports': 7.7.4 + '@babel/helper-simple-access': 7.7.4 + '@babel/helper-split-export-declaration': 7.7.4 + '@babel/template': 7.7.4 + '@babel/types': 7.7.4 lodash: 4.17.15 dev: false resolution: - integrity: sha512-rXEefBuheUYQyX4WjV19tuknrJFwyKw0HgzRwbkyTbB+Dshlq7eqkWbyjzToLrMZk/5wKVKdWFluiAsVkHXvuQ== - /@babel/helper-optimise-call-expression/7.7.0: + integrity: sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw== + /@babel/helper-optimise-call-expression/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-48TeqmbazjNU/65niiiJIJRc5JozB8acui1OS7bSd6PgxfuovWsvjfWSzlgx+gPFdVveNzUdpdIg5l56Pl5jqg== + integrity: sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg== /@babel/helper-plugin-utils/7.0.0: dev: false resolution: @@ -220,53 +221,53 @@ packages: dev: false resolution: integrity: sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw== - /@babel/helper-remap-async-to-generator/7.7.0: + /@babel/helper-remap-async-to-generator/7.7.4: dependencies: - '@babel/helper-annotate-as-pure': 7.7.0 - '@babel/helper-wrap-function': 7.7.0 - '@babel/template': 7.7.0 - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/helper-annotate-as-pure': 7.7.4 + '@babel/helper-wrap-function': 7.7.4 + '@babel/template': 7.7.4 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-pHx7RN8X0UNHPB/fnuDnRXVZ316ZigkO8y8D835JlZ2SSdFKb6yH9MIYRU4fy/KPe5sPHDFOPvf8QLdbAGGiyw== - /@babel/helper-replace-supers/7.7.0: + integrity: sha512-Sk4xmtVdM9sA/jCI80f+KS+Md+ZHIpjuqmYPk1M7F/upHou5e4ReYmExAiu6PVe65BhJPZA2CY9x9k4BqE5klw== + /@babel/helper-replace-supers/7.7.4: dependencies: - '@babel/helper-member-expression-to-functions': 7.7.0 - '@babel/helper-optimise-call-expression': 7.7.0 - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/helper-member-expression-to-functions': 7.7.4 + '@babel/helper-optimise-call-expression': 7.7.4 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-5ALYEul5V8xNdxEeWvRsBzLMxQksT7MaStpxjJf9KsnLxpAKBtfw5NeMKZJSYDa0lKdOcy0g+JT/f5mPSulUgg== - /@babel/helper-simple-access/7.7.0: + integrity: sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg== + /@babel/helper-simple-access/7.7.4: dependencies: - '@babel/template': 7.7.0 - '@babel/types': 7.7.2 + '@babel/template': 7.7.4 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-AJ7IZD7Eem3zZRuj5JtzFAptBw7pMlS3y8Qv09vaBWoFsle0d1kAn5Wq6Q9MyBXITPOKnxwkZKoAm4bopmv26g== - /@babel/helper-split-export-declaration/7.7.0: + integrity: sha512-zK7THeEXfan7UlWsG2A6CI/L9jVnI5+xxKZOdej39Y0YtDYKx9raHk5F2EtK9K8DHRTihYwg20ADt9S36GR78A== + /@babel/helper-split-export-declaration/7.7.4: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 resolution: - integrity: sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA== - /@babel/helper-wrap-function/7.7.0: + integrity: sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== + /@babel/helper-wrap-function/7.7.4: dependencies: - '@babel/helper-function-name': 7.7.0 - '@babel/template': 7.7.0 - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/helper-function-name': 7.7.4 + '@babel/template': 7.7.4 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 dev: false resolution: - integrity: sha512-sd4QjeMgQqzshSjecZjOp8uKfUtnpmCyQhKQrVJBBgeHAB/0FPi33h3AbVlVp07qQtMD4QgYSzaMI7VwncNK/w== - /@babel/helpers/7.7.0: + integrity: sha512-VsfzZt6wmsocOaVU0OokwrIytHND55yvyT4BPB9AIIgwr8+x7617hetdJTsuGwygN5RC6mxA9EJztTjuwm2ofg== + /@babel/helpers/7.7.4: dependencies: - '@babel/template': 7.7.0 - '@babel/traverse': 7.7.2 - '@babel/types': 7.7.2 + '@babel/template': 7.7.4 + '@babel/traverse': 7.7.4 + '@babel/types': 7.7.4 resolution: - integrity: sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g== + integrity: sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg== /@babel/highlight/7.5.0: dependencies: chalk: 2.4.2 @@ -274,149 +275,179 @@ packages: js-tokens: 4.0.0 resolution: integrity: sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ== - /@babel/parser/7.7.3: + /@babel/parser/7.7.5: engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A== - /@babel/plugin-proposal-async-generator-functions/7.7.0_@babel+core@7.6.0: + integrity: sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig== + /@babel/plugin-proposal-async-generator-functions/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-remap-async-to-generator': 7.7.0 - '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.6.0 + '@babel/helper-remap-async-to-generator': 7.7.4 + '@babel/plugin-syntax-async-generators': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ot/EZVvf3mXtZq0Pd0+tSOfGWMizqmOohXmNZg6LNFjHOV+wOPv7BvVYh8oPR8LhpIP3ye8nNooKL50YRWxpYA== - /@babel/plugin-proposal-async-generator-functions/7.7.0_@babel+core@7.7.2: + integrity: sha512-1ypyZvGRXriY/QP668+s8sFr2mqinhkRDMPSQLNghCQE+GAkFtp+wkHVvg2+Hdki8gwP+NFzJBJ/N1BfzCCDEw== + /@babel/plugin-proposal-async-generator-functions/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-remap-async-to-generator': 7.7.0 - '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.7.2 + '@babel/helper-remap-async-to-generator': 7.7.4 + '@babel/plugin-syntax-async-generators': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ot/EZVvf3mXtZq0Pd0+tSOfGWMizqmOohXmNZg6LNFjHOV+wOPv7BvVYh8oPR8LhpIP3ye8nNooKL50YRWxpYA== - /@babel/plugin-proposal-class-properties/7.5.5_@babel+core@7.6.0: + integrity: sha512-1ypyZvGRXriY/QP668+s8sFr2mqinhkRDMPSQLNghCQE+GAkFtp+wkHVvg2+Hdki8gwP+NFzJBJ/N1BfzCCDEw== + /@babel/plugin-proposal-class-properties/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-create-class-features-plugin': 7.7.0_@babel+core@7.6.0 + '@babel/core': 7.7.4 + '@babel/helper-create-class-features-plugin': 7.7.4_@babel+core@7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A== - /@babel/plugin-proposal-class-properties/7.7.0_@babel+core@7.7.2: + integrity: sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw== + /@babel/plugin-proposal-class-properties/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-create-class-features-plugin': 7.7.0_@babel+core@7.7.2 + '@babel/core': 7.7.5 + '@babel/helper-create-class-features-plugin': 7.7.4_@babel+core@7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tufDcFA1Vj+eWvwHN+jvMN6QsV5o+vUlytNKrbMiCeDL0F2j92RURzUsUMWE5EJkLyWxjdUslCsMQa9FWth16A== - /@babel/plugin-proposal-decorators/7.6.0_@babel+core@7.6.0: + integrity: sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw== + /@babel/plugin-proposal-decorators/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-create-class-features-plugin': 7.7.0_@babel+core@7.6.0 + '@babel/core': 7.7.4 + '@babel/helper-create-class-features-plugin': 7.7.4_@babel+core@7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-decorators': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-decorators': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ZSyYw9trQI50sES6YxREXKu+4b7MAg6Qx2cvyDDYjP2Hpzd3FleOUwC9cqn1+za8d0A2ZU8SHujxFao956efUg== - /@babel/plugin-proposal-dynamic-import/7.7.0_@babel+core@7.6.0: + integrity: sha512-GftcVDcLCwVdzKmwOBDjATd548+IE+mBo7ttgatqNDR7VG7GqIuZPtRWlMLHbhTXhcnFZiGER8iIYl1n/imtsg== + /@babel/plugin-proposal-dynamic-import/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-dynamic-import': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-7poL3Xi+QFPC7sGAzEIbXUyYzGJwbc2+gSD0AkiC5k52kH2cqHdqxm5hNFfLW3cRSTcx9bN0Fl7/6zWcLLnKAQ== - /@babel/plugin-proposal-dynamic-import/7.7.0_@babel+core@7.7.2: + integrity: sha512-StH+nGAdO6qDB1l8sZ5UBV8AC3F2VW2I8Vfld73TMKyptMU9DY5YsJAS8U81+vEtxcH3Y/La0wG0btDrhpnhjQ== + /@babel/plugin-proposal-dynamic-import/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.7.2 + '@babel/plugin-syntax-dynamic-import': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-7poL3Xi+QFPC7sGAzEIbXUyYzGJwbc2+gSD0AkiC5k52kH2cqHdqxm5hNFfLW3cRSTcx9bN0Fl7/6zWcLLnKAQ== - /@babel/plugin-proposal-json-strings/7.2.0_@babel+core@7.6.0: + integrity: sha512-StH+nGAdO6qDB1l8sZ5UBV8AC3F2VW2I8Vfld73TMKyptMU9DY5YsJAS8U81+vEtxcH3Y/La0wG0btDrhpnhjQ== + /@babel/plugin-proposal-json-strings/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-json-strings': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg== - /@babel/plugin-proposal-json-strings/7.2.0_@babel+core@7.7.2: + integrity: sha512-wQvt3akcBTfLU/wYoqm/ws7YOAQKu8EVJEvHip/mzkNtjaclQoCCIqKXFP5/eyfnfbQCDV3OLRIK3mIVyXuZlw== + /@babel/plugin-proposal-json-strings/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.7.2 + '@babel/plugin-syntax-json-strings': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg== - /@babel/plugin-proposal-object-rest-spread/7.5.5_@babel+core@7.6.0: + integrity: sha512-wQvt3akcBTfLU/wYoqm/ws7YOAQKu8EVJEvHip/mzkNtjaclQoCCIqKXFP5/eyfnfbQCDV3OLRIK3mIVyXuZlw== + /@babel/plugin-proposal-nullish-coalescing-operator/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw== - /@babel/plugin-proposal-object-rest-spread/7.6.2_@babel+core@7.7.2: + integrity: sha512-TbYHmr1Gl1UC7Vo2HVuj/Naci5BEGNZ0AJhzqD2Vpr6QPFWpUmBRLrIDjedzx7/CShq0bRDS2gI4FIs77VHLVQ== + /@babel/plugin-proposal-numeric-separator/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.7.2 + '@babel/plugin-syntax-numeric-separator': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw== - /@babel/plugin-proposal-optional-catch-binding/7.2.0_@babel+core@7.6.0: + integrity: sha512-CG605v7lLpVgVldSY6kxsN9ui1DxFOyepBfuX2AzU2TNriMAYApoU55mrGw9Jr4TlrTzPCG10CL8YXyi+E/iPw== + /@babel/plugin-proposal-object-rest-spread/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-object-rest-spread': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g== - /@babel/plugin-proposal-optional-catch-binding/7.2.0_@babel+core@7.7.2: + integrity: sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ== + /@babel/plugin-proposal-object-rest-spread/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.7.2 + '@babel/plugin-syntax-object-rest-spread': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g== - /@babel/plugin-proposal-unicode-property-regex/7.7.0_@babel+core@7.6.0: + integrity: sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ== + /@babel/plugin-proposal-optional-catch-binding/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.6.0 + '@babel/core': 7.7.4 + '@babel/helper-plugin-utils': 7.0.0 + '@babel/plugin-syntax-optional-catch-binding': 7.7.4_@babel+core@7.7.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-DyM7U2bnsQerCQ+sejcTNZh8KQEUuC3ufzdnVnSiUv/qoGJp2Z3hanKL18KDhsBT5Wj6a7CMT5mdyCNJsEaA9w== + /@babel/plugin-proposal-optional-catch-binding/7.7.4_@babel+core@7.7.5: + dependencies: + '@babel/core': 7.7.5 + '@babel/helper-plugin-utils': 7.0.0 + '@babel/plugin-syntax-optional-catch-binding': 7.7.4_@babel+core@7.7.5 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-DyM7U2bnsQerCQ+sejcTNZh8KQEUuC3ufzdnVnSiUv/qoGJp2Z3hanKL18KDhsBT5Wj6a7CMT5mdyCNJsEaA9w== + /@babel/plugin-proposal-optional-chaining/7.7.4_@babel+core@7.7.4: + dependencies: + '@babel/core': 7.7.4 + '@babel/helper-plugin-utils': 7.0.0 + '@babel/plugin-syntax-optional-chaining': 7.7.4_@babel+core@7.7.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-JmgaS+ygAWDR/STPe3/7y0lNlHgS+19qZ9aC06nYLwQ/XB7c0q5Xs+ksFU3EDnp9EiEsO0dnRAOKeyLHTZuW3A== + /@babel/plugin-proposal-unicode-property-regex/7.7.4_@babel+core@7.7.4: + dependencies: + '@babel/core': 7.7.4 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false engines: @@ -424,11 +455,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mk34H+hp7kRBWJOOAR0ZMGCydgKMD4iN9TpDRp3IIcbunltxEY89XSimc6WbtSLCDrwcdy/EEw7h5CFCzxTchw== - /@babel/plugin-proposal-unicode-property-regex/7.7.0_@babel+core@7.7.2: + integrity: sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA== + /@babel/plugin-proposal-unicode-property-regex/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.7.2 + '@babel/core': 7.7.5 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false engines: @@ -436,955 +467,992 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mk34H+hp7kRBWJOOAR0ZMGCydgKMD4iN9TpDRp3IIcbunltxEY89XSimc6WbtSLCDrwcdy/EEw7h5CFCzxTchw== - /@babel/plugin-syntax-async-generators/7.2.0_@babel+core@7.6.0: + integrity: sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA== + /@babel/plugin-syntax-async-generators/7.7.4_@babel+core@7.7.4: + dependencies: + '@babel/core': 7.7.4 + '@babel/helper-plugin-utils': 7.0.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Li4+EjSpBgxcsmeEF8IFcfV/+yJGxHXDirDkEoyFjumuwbmfCVHUt0HuowD/iGM7OhIRyXJH9YXxqiH6N815+g== + /@babel/plugin-syntax-async-generators/7.7.4_@babel+core@7.7.5: + dependencies: + '@babel/core': 7.7.5 + '@babel/helper-plugin-utils': 7.0.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Li4+EjSpBgxcsmeEF8IFcfV/+yJGxHXDirDkEoyFjumuwbmfCVHUt0HuowD/iGM7OhIRyXJH9YXxqiH6N815+g== + /@babel/plugin-syntax-decorators/7.7.4_@babel+core@7.7.4: + dependencies: + '@babel/core': 7.7.4 + '@babel/helper-plugin-utils': 7.0.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-0oNLWNH4k5ZbBVfAwiTU53rKFWIeTh6ZlaWOXWJc4ywxs0tjz5fc3uZ6jKAnZSxN98eXVgg7bJIuzjX+3SXY+A== + /@babel/plugin-syntax-dynamic-import/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg== - /@babel/plugin-syntax-async-generators/7.2.0_@babel+core@7.7.2: + integrity: sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg== + /@babel/plugin-syntax-dynamic-import/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg== - /@babel/plugin-syntax-decorators/7.2.0_@babel+core@7.6.0: + integrity: sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg== + /@babel/plugin-syntax-flow/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA== - /@babel/plugin-syntax-dynamic-import/7.2.0_@babel+core@7.6.0: + integrity: sha512-2AMAWl5PsmM5KPkB22cvOkUyWk6MjUaqhHNU5nSPUl/ns3j5qLfw2SuYP5RbVZ0tfLvePr4zUScbICtDP2CUNw== + /@babel/plugin-syntax-flow/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w== - /@babel/plugin-syntax-dynamic-import/7.2.0_@babel+core@7.7.2: + integrity: sha512-2AMAWl5PsmM5KPkB22cvOkUyWk6MjUaqhHNU5nSPUl/ns3j5qLfw2SuYP5RbVZ0tfLvePr4zUScbICtDP2CUNw== + /@babel/plugin-syntax-json-strings/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w== - /@babel/plugin-syntax-flow/7.7.0_@babel+core@7.6.0: + integrity: sha512-QpGupahTQW1mHRXddMG5srgpHWqRLwJnJZKXTigB9RPFCCGbDGCgBeM/iC82ICXp414WeYx/tD54w7M2qRqTMg== + /@babel/plugin-syntax-json-strings/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vQMV07p+L+jZeUnvX3pEJ9EiXGCjB5CTTvsirFD9rpEuATnoAvLBLoYbw1v5tyn3d2XxSuvEKi8cV3KqYUa0vQ== - /@babel/plugin-syntax-flow/7.7.0_@babel+core@7.7.2: + integrity: sha512-QpGupahTQW1mHRXddMG5srgpHWqRLwJnJZKXTigB9RPFCCGbDGCgBeM/iC82ICXp414WeYx/tD54w7M2qRqTMg== + /@babel/plugin-syntax-jsx/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vQMV07p+L+jZeUnvX3pEJ9EiXGCjB5CTTvsirFD9rpEuATnoAvLBLoYbw1v5tyn3d2XxSuvEKi8cV3KqYUa0vQ== - /@babel/plugin-syntax-json-strings/7.2.0_@babel+core@7.6.0: + integrity: sha512-wuy6fiMe9y7HeZBWXYCGt2RGxZOj0BImZ9EyXJVnVGBKO/Br592rbR3rtIQn0eQhAk9vqaKP5n8tVqEFBQMfLg== + /@babel/plugin-syntax-jsx/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg== - /@babel/plugin-syntax-json-strings/7.2.0_@babel+core@7.7.2: + integrity: sha512-wuy6fiMe9y7HeZBWXYCGt2RGxZOj0BImZ9EyXJVnVGBKO/Br592rbR3rtIQn0eQhAk9vqaKP5n8tVqEFBQMfLg== + /@babel/plugin-syntax-nullish-coalescing-operator/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg== - /@babel/plugin-syntax-jsx/7.2.0_@babel+core@7.6.0: + integrity: sha512-XKh/yIRPiQTOeBg0QJjEus5qiSKucKAiApNtO1psqG7D17xmE+X2i5ZqBEuSvo0HRuyPaKaSN/Gy+Ha9KFQolw== + /@babel/plugin-syntax-numeric-separator/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw== - /@babel/plugin-syntax-jsx/7.2.0_@babel+core@7.7.2: + integrity: sha512-vmlUUBlLuFnbpaR+1kKIdo62xQEN+THWbtAHSEilo+0rHl2dKKCn6GLUVKpI848wL/T0ZPQgAy8asRJ9yYEjog== + /@babel/plugin-syntax-object-rest-spread/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw== - /@babel/plugin-syntax-object-rest-spread/7.2.0_@babel+core@7.6.0: + integrity: sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg== + /@babel/plugin-syntax-object-rest-spread/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA== - /@babel/plugin-syntax-object-rest-spread/7.2.0_@babel+core@7.7.2: + integrity: sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg== + /@babel/plugin-syntax-optional-catch-binding/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA== - /@babel/plugin-syntax-optional-catch-binding/7.2.0_@babel+core@7.6.0: + integrity: sha512-4ZSuzWgFxqHRE31Glu+fEr/MirNZOMYmD/0BhBWyLyOOQz/gTAl7QmWm2hX1QxEIXsr2vkdlwxIzTyiYRC4xcQ== + /@babel/plugin-syntax-optional-catch-binding/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w== - /@babel/plugin-syntax-optional-catch-binding/7.2.0_@babel+core@7.7.2: + integrity: sha512-4ZSuzWgFxqHRE31Glu+fEr/MirNZOMYmD/0BhBWyLyOOQz/gTAl7QmWm2hX1QxEIXsr2vkdlwxIzTyiYRC4xcQ== + /@babel/plugin-syntax-optional-chaining/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w== - /@babel/plugin-syntax-top-level-await/7.7.0_@babel+core@7.7.2: + integrity: sha512-2MqYD5WjZSbJdUagnJvIdSfkb/ucOC9/1fRJxm7GAxY6YQLWlUvkfxoNbUPcPLHJyetKUDQ4+yyuUyAoc0HriA== + /@babel/plugin-syntax-top-level-await/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-hi8FUNiFIY1fnUI2n1ViB1DR0R4QeK4iHcTlW6aJkrPoTdb8Rf1EMQ6GT3f67DDkYyWgew9DFoOZ6gOoEsdzTA== - /@babel/plugin-syntax-typescript/7.3.3_@babel+core@7.6.0: + integrity: sha512-wdsOw0MvkL1UIgiQ/IFr3ETcfv1xb8RMM0H9wbiDyLaJFyiDg5oZvDLCXosIXmFeIlweML5iOBXAkqddkYNizg== + /@babel/plugin-syntax-top-level-await/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-dGwbSMA1YhVS8+31CnPR7LB4pcbrzcV99wQzby4uAfrkZPYZlQ7ImwdpzLqi6Z6IL02b8IAL379CaMwo0x5Lag== - /@babel/plugin-transform-arrow-functions/7.2.0_@babel+core@7.6.0: + integrity: sha512-wdsOw0MvkL1UIgiQ/IFr3ETcfv1xb8RMM0H9wbiDyLaJFyiDg5oZvDLCXosIXmFeIlweML5iOBXAkqddkYNizg== + /@babel/plugin-syntax-typescript/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg== - /@babel/plugin-transform-arrow-functions/7.2.0_@babel+core@7.7.2: + integrity: sha512-77blgY18Hud4NM1ggTA8xVT/dBENQf17OpiToSa2jSmEY3fWXD2jwrdVlO4kq5yzUTeF15WSQ6b4fByNvJcjpQ== + /@babel/plugin-transform-arrow-functions/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg== - /@babel/plugin-transform-async-to-generator/7.7.0_@babel+core@7.6.0: + integrity: sha512-zUXy3e8jBNPiffmqkHRNDdZM2r8DWhCB7HhcoyZjiK1TxYEluLHAvQuYnTT+ARqRpabWqy/NHkO6e3MsYB5YfA== + /@babel/plugin-transform-arrow-functions/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-module-imports': 7.7.0 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-remap-async-to-generator': 7.7.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vLI2EFLVvRBL3d8roAMqtVY0Bm9C1QzLkdS57hiKrjUBSqsQYrBsMCeOg/0KK7B0eK9V71J5mWcha9yyoI2tZw== - /@babel/plugin-transform-async-to-generator/7.7.0_@babel+core@7.7.2: + integrity: sha512-zUXy3e8jBNPiffmqkHRNDdZM2r8DWhCB7HhcoyZjiK1TxYEluLHAvQuYnTT+ARqRpabWqy/NHkO6e3MsYB5YfA== + /@babel/plugin-transform-async-to-generator/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-module-imports': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-module-imports': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-remap-async-to-generator': 7.7.0 + '@babel/helper-remap-async-to-generator': 7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vLI2EFLVvRBL3d8roAMqtVY0Bm9C1QzLkdS57hiKrjUBSqsQYrBsMCeOg/0KK7B0eK9V71J5mWcha9yyoI2tZw== - /@babel/plugin-transform-block-scoped-functions/7.2.0_@babel+core@7.6.0: + integrity: sha512-zpUTZphp5nHokuy8yLlyafxCJ0rSlFoSHypTUWgpdwoDXWQcseaect7cJ8Ppk6nunOM6+5rPMkod4OYKPR5MUg== + /@babel/plugin-transform-async-to-generator/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 + '@babel/helper-module-imports': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 + '@babel/helper-remap-async-to-generator': 7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w== - /@babel/plugin-transform-block-scoped-functions/7.2.0_@babel+core@7.7.2: + integrity: sha512-zpUTZphp5nHokuy8yLlyafxCJ0rSlFoSHypTUWgpdwoDXWQcseaect7cJ8Ppk6nunOM6+5rPMkod4OYKPR5MUg== + /@babel/plugin-transform-block-scoped-functions/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w== - /@babel/plugin-transform-block-scoping/7.6.3_@babel+core@7.6.0: + integrity: sha512-kqtQzwtKcpPclHYjLK//3lH8OFsCDuDJBaFhVwf8kqdnF6MN4l618UDlcA7TfRs3FayrHj+svYnSX8MC9zmUyQ== + /@babel/plugin-transform-block-scoped-functions/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.5 + '@babel/helper-plugin-utils': 7.0.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-kqtQzwtKcpPclHYjLK//3lH8OFsCDuDJBaFhVwf8kqdnF6MN4l618UDlcA7TfRs3FayrHj+svYnSX8MC9zmUyQ== + /@babel/plugin-transform-block-scoping/7.7.4_@babel+core@7.7.4: + dependencies: + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 lodash: 4.17.15 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw== - /@babel/plugin-transform-block-scoping/7.6.3_@babel+core@7.7.2: + integrity: sha512-2VBe9u0G+fDt9B5OV5DQH4KBf5DoiNkwFKOz0TCvBWvdAN2rOykCTkrL+jTLxfCAm76l9Qo5OqL7HBOx2dWggg== + /@babel/plugin-transform-block-scoping/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 lodash: 4.17.15 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw== - /@babel/plugin-transform-classes/7.7.0_@babel+core@7.6.0: + integrity: sha512-2VBe9u0G+fDt9B5OV5DQH4KBf5DoiNkwFKOz0TCvBWvdAN2rOykCTkrL+jTLxfCAm76l9Qo5OqL7HBOx2dWggg== + /@babel/plugin-transform-classes/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-annotate-as-pure': 7.7.0 - '@babel/helper-define-map': 7.7.0 - '@babel/helper-function-name': 7.7.0 - '@babel/helper-optimise-call-expression': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-annotate-as-pure': 7.7.4 + '@babel/helper-define-map': 7.7.4 + '@babel/helper-function-name': 7.7.4 + '@babel/helper-optimise-call-expression': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-replace-supers': 7.7.0 - '@babel/helper-split-export-declaration': 7.7.0 + '@babel/helper-replace-supers': 7.7.4 + '@babel/helper-split-export-declaration': 7.7.4 globals: 11.12.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-/b3cKIZwGeUesZheU9jNYcwrEA7f/Bo4IdPmvp7oHgvks2majB5BoT5byAql44fiNQYOPzhk2w8DbgfuafkMoA== - /@babel/plugin-transform-classes/7.7.0_@babel+core@7.7.2: + integrity: sha512-sK1mjWat7K+buWRuImEzjNf68qrKcrddtpQo3swi9j7dUcG6y6R6+Di039QN2bD1dykeswlagupEmpOatFHHUg== + /@babel/plugin-transform-classes/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-annotate-as-pure': 7.7.0 - '@babel/helper-define-map': 7.7.0 - '@babel/helper-function-name': 7.7.0 - '@babel/helper-optimise-call-expression': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-annotate-as-pure': 7.7.4 + '@babel/helper-define-map': 7.7.4 + '@babel/helper-function-name': 7.7.4 + '@babel/helper-optimise-call-expression': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-replace-supers': 7.7.0 - '@babel/helper-split-export-declaration': 7.7.0 + '@babel/helper-replace-supers': 7.7.4 + '@babel/helper-split-export-declaration': 7.7.4 globals: 11.12.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-/b3cKIZwGeUesZheU9jNYcwrEA7f/Bo4IdPmvp7oHgvks2majB5BoT5byAql44fiNQYOPzhk2w8DbgfuafkMoA== - /@babel/plugin-transform-computed-properties/7.2.0_@babel+core@7.6.0: + integrity: sha512-sK1mjWat7K+buWRuImEzjNf68qrKcrddtpQo3swi9j7dUcG6y6R6+Di039QN2bD1dykeswlagupEmpOatFHHUg== + /@babel/plugin-transform-computed-properties/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA== - /@babel/plugin-transform-computed-properties/7.2.0_@babel+core@7.7.2: + integrity: sha512-bSNsOsZnlpLLyQew35rl4Fma3yKWqK3ImWMSC/Nc+6nGjC9s5NFWAer1YQ899/6s9HxO2zQC1WoFNfkOqRkqRQ== + /@babel/plugin-transform-computed-properties/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA== - /@babel/plugin-transform-destructuring/7.6.0_@babel+core@7.6.0: + integrity: sha512-bSNsOsZnlpLLyQew35rl4Fma3yKWqK3ImWMSC/Nc+6nGjC9s5NFWAer1YQ899/6s9HxO2zQC1WoFNfkOqRkqRQ== + /@babel/plugin-transform-destructuring/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ== - /@babel/plugin-transform-destructuring/7.6.0_@babel+core@7.7.2: + integrity: sha512-4jFMXI1Cu2aXbcXXl8Lr6YubCn6Oc7k9lLsu8v61TZh+1jny2BWmdtvY9zSUlLdGUvcy9DMAWyZEOqjsbeg/wA== + /@babel/plugin-transform-destructuring/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ== - /@babel/plugin-transform-dotall-regex/7.7.0_@babel+core@7.6.0: + integrity: sha512-4jFMXI1Cu2aXbcXXl8Lr6YubCn6Oc7k9lLsu8v61TZh+1jny2BWmdtvY9zSUlLdGUvcy9DMAWyZEOqjsbeg/wA== + /@babel/plugin-transform-dotall-regex/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.6.0 + '@babel/core': 7.7.4 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3QQlF7hSBnSuM1hQ0pS3pmAbWLax/uGNCbPBND9y+oJ4Y776jsyujG2k0Sn2Aj2a0QwVOiOFL5QVPA7spjvzSA== - /@babel/plugin-transform-dotall-regex/7.7.0_@babel+core@7.7.2: + integrity: sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw== + /@babel/plugin-transform-dotall-regex/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.7.2 + '@babel/core': 7.7.5 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3QQlF7hSBnSuM1hQ0pS3pmAbWLax/uGNCbPBND9y+oJ4Y776jsyujG2k0Sn2Aj2a0QwVOiOFL5QVPA7spjvzSA== - /@babel/plugin-transform-duplicate-keys/7.5.0_@babel+core@7.6.0: + integrity: sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw== + /@babel/plugin-transform-duplicate-keys/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ== - /@babel/plugin-transform-duplicate-keys/7.5.0_@babel+core@7.7.2: + integrity: sha512-g1y4/G6xGWMD85Tlft5XedGaZBCIVN+/P0bs6eabmcPP9egFleMAo65OOjlhcz1njpwagyY3t0nsQC9oTFegJA== + /@babel/plugin-transform-duplicate-keys/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ== - /@babel/plugin-transform-exponentiation-operator/7.2.0_@babel+core@7.6.0: + integrity: sha512-g1y4/G6xGWMD85Tlft5XedGaZBCIVN+/P0bs6eabmcPP9egFleMAo65OOjlhcz1njpwagyY3t0nsQC9oTFegJA== + /@babel/plugin-transform-exponentiation-operator/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A== - /@babel/plugin-transform-exponentiation-operator/7.2.0_@babel+core@7.7.2: + integrity: sha512-MCqiLfCKm6KEA1dglf6Uqq1ElDIZwFuzz1WH5mTf8k2uQSxEJMbOIEh7IZv7uichr7PMfi5YVSrr1vz+ipp7AQ== + /@babel/plugin-transform-exponentiation-operator/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A== - /@babel/plugin-transform-flow-strip-types/7.4.4_@babel+core@7.6.0: + integrity: sha512-MCqiLfCKm6KEA1dglf6Uqq1ElDIZwFuzz1WH5mTf8k2uQSxEJMbOIEh7IZv7uichr7PMfi5YVSrr1vz+ipp7AQ== + /@babel/plugin-transform-flow-strip-types/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-flow': 7.7.0_@babel+core@7.6.0 + '@babel/plugin-syntax-flow': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-WyVedfeEIILYEaWGAUWzVNyqG4sfsNooMhXWsu/YzOvVGcsnPb5PguysjJqI3t3qiaYj0BR8T2f5njdjTGe44Q== - /@babel/plugin-transform-flow-strip-types/7.6.3_@babel+core@7.7.2: + integrity: sha512-w9dRNlHY5ElNimyMYy0oQowvQpwt/PRHI0QS98ZJCTZU2bvSnKXo5zEiD5u76FBPigTm8TkqzmnUTg16T7qbkA== + /@babel/plugin-transform-flow-strip-types/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-flow': 7.7.0_@babel+core@7.7.2 + '@babel/plugin-syntax-flow': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-l0ETkyEofkqFJ9LS6HChNIKtVJw2ylKbhYMlJ5C6df+ldxxaLIyXY4yOdDQQspfFpV8/vDiaWoJlvflstlYNxg== - /@babel/plugin-transform-for-of/7.4.4_@babel+core@7.6.0: + integrity: sha512-w9dRNlHY5ElNimyMYy0oQowvQpwt/PRHI0QS98ZJCTZU2bvSnKXo5zEiD5u76FBPigTm8TkqzmnUTg16T7qbkA== + /@babel/plugin-transform-for-of/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ== - /@babel/plugin-transform-for-of/7.4.4_@babel+core@7.7.2: + integrity: sha512-zZ1fD1B8keYtEcKF+M1TROfeHTKnijcVQm0yO/Yu1f7qoDoxEIc/+GX6Go430Bg84eM/xwPFp0+h4EbZg7epAA== + /@babel/plugin-transform-for-of/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ== - /@babel/plugin-transform-function-name/7.7.0_@babel+core@7.6.0: + integrity: sha512-zZ1fD1B8keYtEcKF+M1TROfeHTKnijcVQm0yO/Yu1f7qoDoxEIc/+GX6Go430Bg84eM/xwPFp0+h4EbZg7epAA== + /@babel/plugin-transform-function-name/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-function-name': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-function-name': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-P5HKu0d9+CzZxP5jcrWdpe7ZlFDe24bmqP6a6X8BHEBl/eizAsY8K6LX8LASZL0Jxdjm5eEfzp+FIrxCm/p8bA== - /@babel/plugin-transform-function-name/7.7.0_@babel+core@7.7.2: + integrity: sha512-E/x09TvjHNhsULs2IusN+aJNRV5zKwxu1cpirZyRPw+FyyIKEHPXTsadj48bVpc1R5Qq1B5ZkzumuFLytnbT6g== + /@babel/plugin-transform-function-name/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-function-name': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-function-name': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-P5HKu0d9+CzZxP5jcrWdpe7ZlFDe24bmqP6a6X8BHEBl/eizAsY8K6LX8LASZL0Jxdjm5eEfzp+FIrxCm/p8bA== - /@babel/plugin-transform-literals/7.2.0_@babel+core@7.6.0: + integrity: sha512-E/x09TvjHNhsULs2IusN+aJNRV5zKwxu1cpirZyRPw+FyyIKEHPXTsadj48bVpc1R5Qq1B5ZkzumuFLytnbT6g== + /@babel/plugin-transform-literals/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg== - /@babel/plugin-transform-literals/7.2.0_@babel+core@7.7.2: + integrity: sha512-X2MSV7LfJFm4aZfxd0yLVFrEXAgPqYoDG53Br/tCKiKYfX0MjVjQeWPIhPHHsCqzwQANq+FLN786fF5rgLS+gw== + /@babel/plugin-transform-literals/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg== - /@babel/plugin-transform-member-expression-literals/7.2.0_@babel+core@7.6.0: + integrity: sha512-X2MSV7LfJFm4aZfxd0yLVFrEXAgPqYoDG53Br/tCKiKYfX0MjVjQeWPIhPHHsCqzwQANq+FLN786fF5rgLS+gw== + /@babel/plugin-transform-member-expression-literals/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA== - /@babel/plugin-transform-member-expression-literals/7.2.0_@babel+core@7.7.2: + integrity: sha512-9VMwMO7i69LHTesL0RdGy93JU6a+qOPuvB4F4d0kR0zyVjJRVJRaoaGjhtki6SzQUu8yen/vxPKN6CWnCUw6bA== + /@babel/plugin-transform-member-expression-literals/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA== - /@babel/plugin-transform-modules-amd/7.5.0_@babel+core@7.6.0: + integrity: sha512-9VMwMO7i69LHTesL0RdGy93JU6a+qOPuvB4F4d0kR0zyVjJRVJRaoaGjhtki6SzQUu8yen/vxPKN6CWnCUw6bA== + /@babel/plugin-transform-modules-amd/7.7.5_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-module-transforms': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-module-transforms': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 babel-plugin-dynamic-import-node: 2.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg== - /@babel/plugin-transform-modules-amd/7.5.0_@babel+core@7.7.2: + integrity: sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ== + /@babel/plugin-transform-modules-amd/7.7.5_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-module-transforms': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-module-transforms': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 babel-plugin-dynamic-import-node: 2.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg== - /@babel/plugin-transform-modules-commonjs/7.7.0_@babel+core@7.6.0: + integrity: sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ== + /@babel/plugin-transform-modules-commonjs/7.7.5_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-module-transforms': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-module-transforms': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-simple-access': 7.7.0 + '@babel/helper-simple-access': 7.7.4 babel-plugin-dynamic-import-node: 2.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg== - /@babel/plugin-transform-modules-commonjs/7.7.0_@babel+core@7.7.2: + integrity: sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q== + /@babel/plugin-transform-modules-commonjs/7.7.5_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-module-transforms': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-module-transforms': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-simple-access': 7.7.0 + '@babel/helper-simple-access': 7.7.4 babel-plugin-dynamic-import-node: 2.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg== - /@babel/plugin-transform-modules-systemjs/7.7.0_@babel+core@7.6.0: + integrity: sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q== + /@babel/plugin-transform-modules-systemjs/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-hoist-variables': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-hoist-variables': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 babel-plugin-dynamic-import-node: 2.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ZAuFgYjJzDNv77AjXRqzQGlQl4HdUM6j296ee4fwKVZfhDR9LAGxfvXjBkb06gNETPnN0sLqRm9Gxg4wZH6dXg== - /@babel/plugin-transform-modules-systemjs/7.7.0_@babel+core@7.7.2: + integrity: sha512-y2c96hmcsUi6LrMqvmNDPBBiGCiQu0aYqpHatVVu6kD4mFEXKjyNxd/drc18XXAf9dv7UXjrZwBVmTTGaGP8iw== + /@babel/plugin-transform-modules-systemjs/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-hoist-variables': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-hoist-variables': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 babel-plugin-dynamic-import-node: 2.3.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ZAuFgYjJzDNv77AjXRqzQGlQl4HdUM6j296ee4fwKVZfhDR9LAGxfvXjBkb06gNETPnN0sLqRm9Gxg4wZH6dXg== - /@babel/plugin-transform-modules-umd/7.7.0_@babel+core@7.6.0: + integrity: sha512-y2c96hmcsUi6LrMqvmNDPBBiGCiQu0aYqpHatVVu6kD4mFEXKjyNxd/drc18XXAf9dv7UXjrZwBVmTTGaGP8iw== + /@babel/plugin-transform-modules-umd/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-module-transforms': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-module-transforms': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-u7eBA03zmUswQ9LQ7Qw0/ieC1pcAkbp5OQatbWUzY1PaBccvuJXUkYzoN1g7cqp7dbTu6Dp9bXyalBvD04AANA== - /@babel/plugin-transform-modules-umd/7.7.0_@babel+core@7.7.2: + integrity: sha512-u2B8TIi0qZI4j8q4C51ktfO7E3cQ0qnaXFI1/OXITordD40tt17g/sXqgNNCcMTcBFKrUPcGDx+TBJuZxLx7tw== + /@babel/plugin-transform-modules-umd/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-module-transforms': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-module-transforms': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-u7eBA03zmUswQ9LQ7Qw0/ieC1pcAkbp5OQatbWUzY1PaBccvuJXUkYzoN1g7cqp7dbTu6Dp9bXyalBvD04AANA== - /@babel/plugin-transform-named-capturing-groups-regex/7.7.0_@babel+core@7.6.0: + integrity: sha512-u2B8TIi0qZI4j8q4C51ktfO7E3cQ0qnaXFI1/OXITordD40tt17g/sXqgNNCcMTcBFKrUPcGDx+TBJuZxLx7tw== + /@babel/plugin-transform-named-capturing-groups-regex/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.6.0 + '@babel/core': 7.7.4 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-+SicSJoKouPctL+j1pqktRVCgy+xAch1hWWTMy13j0IflnyNjaoskj+DwRQFimHbLqO3sq2oN2CXMvXq3Bgapg== - /@babel/plugin-transform-named-capturing-groups-regex/7.7.0_@babel+core@7.7.2: + integrity: sha512-jBUkiqLKvUWpv9GLSuHUFYdmHg0ujC1JEYoZUfeOOfNydZXp1sXObgyPatpcwjWgsdBGsagWW0cdJpX/DO2jMw== + /@babel/plugin-transform-named-capturing-groups-regex/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.7.2 + '@babel/core': 7.7.5 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-+SicSJoKouPctL+j1pqktRVCgy+xAch1hWWTMy13j0IflnyNjaoskj+DwRQFimHbLqO3sq2oN2CXMvXq3Bgapg== - /@babel/plugin-transform-new-target/7.4.4_@babel+core@7.6.0: + integrity: sha512-jBUkiqLKvUWpv9GLSuHUFYdmHg0ujC1JEYoZUfeOOfNydZXp1sXObgyPatpcwjWgsdBGsagWW0cdJpX/DO2jMw== + /@babel/plugin-transform-new-target/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA== - /@babel/plugin-transform-new-target/7.4.4_@babel+core@7.7.2: + integrity: sha512-CnPRiNtOG1vRodnsyGX37bHQleHE14B9dnnlgSeEs3ek3fHN1A1SScglTCg1sfbe7sRQ2BUcpgpTpWSfMKz3gg== + /@babel/plugin-transform-new-target/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA== - /@babel/plugin-transform-object-super/7.5.5_@babel+core@7.6.0: + integrity: sha512-CnPRiNtOG1vRodnsyGX37bHQleHE14B9dnnlgSeEs3ek3fHN1A1SScglTCg1sfbe7sRQ2BUcpgpTpWSfMKz3gg== + /@babel/plugin-transform-object-super/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-replace-supers': 7.7.0 + '@babel/helper-replace-supers': 7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== - /@babel/plugin-transform-object-super/7.5.5_@babel+core@7.7.2: + integrity: sha512-ho+dAEhC2aRnff2JCA0SAK7V2R62zJd/7dmtoe7MHcso4C2mS+vZjn1Pb1pCVZvJs1mgsvv5+7sT+m3Bysb6eg== + /@babel/plugin-transform-object-super/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/helper-replace-supers': 7.7.0 + '@babel/helper-replace-supers': 7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== - /@babel/plugin-transform-parameters/7.4.4_@babel+core@7.6.0: + integrity: sha512-ho+dAEhC2aRnff2JCA0SAK7V2R62zJd/7dmtoe7MHcso4C2mS+vZjn1Pb1pCVZvJs1mgsvv5+7sT+m3Bysb6eg== + /@babel/plugin-transform-parameters/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-call-delegate': 7.7.0 - '@babel/helper-get-function-arity': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-call-delegate': 7.7.4 + '@babel/helper-get-function-arity': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw== - /@babel/plugin-transform-parameters/7.4.4_@babel+core@7.7.2: + integrity: sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw== + /@babel/plugin-transform-parameters/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-call-delegate': 7.7.0 - '@babel/helper-get-function-arity': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-call-delegate': 7.7.4 + '@babel/helper-get-function-arity': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw== - /@babel/plugin-transform-property-literals/7.2.0_@babel+core@7.6.0: + integrity: sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw== + /@babel/plugin-transform-property-literals/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ== - /@babel/plugin-transform-property-literals/7.2.0_@babel+core@7.7.2: + integrity: sha512-MatJhlC4iHsIskWYyawl53KuHrt+kALSADLQQ/HkhTjX954fkxIEh4q5slL4oRAnsm/eDoZ4q0CIZpcqBuxhJQ== + /@babel/plugin-transform-property-literals/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ== - /@babel/plugin-transform-react-constant-elements/7.6.3_@babel+core@7.7.2: + integrity: sha512-MatJhlC4iHsIskWYyawl53KuHrt+kALSADLQQ/HkhTjX954fkxIEh4q5slL4oRAnsm/eDoZ4q0CIZpcqBuxhJQ== + /@babel/plugin-transform-react-constant-elements/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-annotate-as-pure': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-annotate-as-pure': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1/YogSSU7Tby9rq2VCmhuRg+6pxsHy2rI7w/oo8RKoBt6uBUFG+mk6x13kK+FY1/ggN92HAfg7ADd1v1+NCOKg== - /@babel/plugin-transform-react-display-name/7.2.0_@babel+core@7.6.0: + integrity: sha512-U6XkHZ8RnmeEb8jBUOpeo6oFka5RhLgxAVvK4/fBbwoYlsHQYLb8I37ymTPDVsrWjqb94+hueuWQA/1OAA4rAQ== + /@babel/plugin-transform-react-display-name/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A== - /@babel/plugin-transform-react-display-name/7.2.0_@babel+core@7.7.2: + integrity: sha512-sBbIvqYkthai0X0vkD2xsAwluBp+LtNHH+/V4a5ydifmTtb8KOVOlrMIk/MYmIc4uTYDnjZUHQildYNo36SRJw== + /@babel/plugin-transform-react-display-name/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A== - /@babel/plugin-transform-react-jsx-self/7.2.0_@babel+core@7.6.0: + integrity: sha512-sBbIvqYkthai0X0vkD2xsAwluBp+LtNHH+/V4a5ydifmTtb8KOVOlrMIk/MYmIc4uTYDnjZUHQildYNo36SRJw== + /@babel/plugin-transform-react-jsx-self/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-jsx': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-jsx': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg== - /@babel/plugin-transform-react-jsx-self/7.2.0_@babel+core@7.7.2: + integrity: sha512-PWYjSfqrO273mc1pKCRTIJXyqfc9vWYBax88yIhQb+bpw3XChVC7VWS4VwRVs63wFHKxizvGSd00XEr+YB9Q2A== + /@babel/plugin-transform-react-jsx-self/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-jsx': 7.2.0_@babel+core@7.7.2 + '@babel/plugin-syntax-jsx': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg== - /@babel/plugin-transform-react-jsx-source/7.5.0_@babel+core@7.6.0: + integrity: sha512-PWYjSfqrO273mc1pKCRTIJXyqfc9vWYBax88yIhQb+bpw3XChVC7VWS4VwRVs63wFHKxizvGSd00XEr+YB9Q2A== + /@babel/plugin-transform-react-jsx-source/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-jsx': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-jsx': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg== - /@babel/plugin-transform-react-jsx-source/7.5.0_@babel+core@7.7.2: + integrity: sha512-5ZU9FnPhqtHsOXxutRtXZAzoEJwDaP32QcobbMP1/qt7NYcsCNK8XgzJcJfoEr/ZnzVvUNInNjIW22Z6I8p9mg== + /@babel/plugin-transform-react-jsx-source/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-jsx': 7.2.0_@babel+core@7.7.2 + '@babel/plugin-syntax-jsx': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg== - /@babel/plugin-transform-react-jsx/7.7.0_@babel+core@7.6.0: + integrity: sha512-5ZU9FnPhqtHsOXxutRtXZAzoEJwDaP32QcobbMP1/qt7NYcsCNK8XgzJcJfoEr/ZnzVvUNInNjIW22Z6I8p9mg== + /@babel/plugin-transform-react-jsx/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-builder-react-jsx': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-builder-react-jsx': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-jsx': 7.2.0_@babel+core@7.6.0 + '@babel/plugin-syntax-jsx': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mXhBtyVB1Ujfy+0L6934jeJcSXj/VCg6whZzEcgiiZHNS0PGC7vUCsZDQCxxztkpIdF+dY1fUMcjAgEOC3ZOMQ== - /@babel/plugin-transform-react-jsx/7.7.0_@babel+core@7.7.2: + integrity: sha512-LixU4BS95ZTEAZdPaIuyg/k8FiiqN9laQ0dMHB4MlpydHY53uQdWCUrwjLr5o6ilS6fAgZey4Q14XBjl5tL6xw== + /@babel/plugin-transform-react-jsx/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-builder-react-jsx': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-builder-react-jsx': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-jsx': 7.2.0_@babel+core@7.7.2 + '@babel/plugin-syntax-jsx': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mXhBtyVB1Ujfy+0L6934jeJcSXj/VCg6whZzEcgiiZHNS0PGC7vUCsZDQCxxztkpIdF+dY1fUMcjAgEOC3ZOMQ== - /@babel/plugin-transform-regenerator/7.7.0_@babel+core@7.6.0: + integrity: sha512-LixU4BS95ZTEAZdPaIuyg/k8FiiqN9laQ0dMHB4MlpydHY53uQdWCUrwjLr5o6ilS6fAgZey4Q14XBjl5tL6xw== + /@babel/plugin-transform-regenerator/7.7.5_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 regenerator-transform: 0.14.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-AXmvnC+0wuj/cFkkS/HFHIojxH3ffSXE+ttulrqWjZZRaUOonfJc60e1wSNT4rV8tIunvu/R3wCp71/tLAa9xg== - /@babel/plugin-transform-regenerator/7.7.0_@babel+core@7.7.2: + integrity: sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw== + /@babel/plugin-transform-regenerator/7.7.5_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 regenerator-transform: 0.14.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-AXmvnC+0wuj/cFkkS/HFHIojxH3ffSXE+ttulrqWjZZRaUOonfJc60e1wSNT4rV8tIunvu/R3wCp71/tLAa9xg== - /@babel/plugin-transform-reserved-words/7.2.0_@babel+core@7.6.0: + integrity: sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw== + /@babel/plugin-transform-reserved-words/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw== - /@babel/plugin-transform-reserved-words/7.2.0_@babel+core@7.7.2: + integrity: sha512-OrPiUB5s5XvkCO1lS7D8ZtHcswIC57j62acAnJZKqGGnHP+TIc/ljQSrgdX/QyOTdEK5COAhuc820Hi1q2UgLQ== + /@babel/plugin-transform-reserved-words/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw== - /@babel/plugin-transform-runtime/7.6.0_@babel+core@7.6.0: + integrity: sha512-OrPiUB5s5XvkCO1lS7D8ZtHcswIC57j62acAnJZKqGGnHP+TIc/ljQSrgdX/QyOTdEK5COAhuc820Hi1q2UgLQ== + /@babel/plugin-transform-runtime/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-module-imports': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-module-imports': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - resolve: 1.12.0 + resolve: 1.13.1 semver: 5.7.1 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Da8tMf7uClzwUm/pnJ1S93m/aRXmoYNDD7TkHua8xBDdaAs54uZpTWvEt6NGwmoVMb9mZbntfTqmG2oSzN/7Vg== - /@babel/plugin-transform-shorthand-properties/7.2.0_@babel+core@7.6.0: + integrity: sha512-O8kSkS5fP74Ad/8pfsCMGa8sBRdLxYoSReaARRNSz3FbFQj3z/QUvoUmJ28gn9BO93YfnXc3j+Xyaqe8cKDNBQ== + /@babel/plugin-transform-shorthand-properties/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg== - /@babel/plugin-transform-shorthand-properties/7.2.0_@babel+core@7.7.2: + integrity: sha512-q+suddWRfIcnyG5YiDP58sT65AJDZSUhXQDZE3r04AuqD6d/XLaQPPXSBzP2zGerkgBivqtQm9XKGLuHqBID6Q== + /@babel/plugin-transform-shorthand-properties/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg== - /@babel/plugin-transform-spread/7.6.2_@babel+core@7.6.0: + integrity: sha512-q+suddWRfIcnyG5YiDP58sT65AJDZSUhXQDZE3r04AuqD6d/XLaQPPXSBzP2zGerkgBivqtQm9XKGLuHqBID6Q== + /@babel/plugin-transform-spread/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg== - /@babel/plugin-transform-spread/7.6.2_@babel+core@7.7.2: + integrity: sha512-8OSs0FLe5/80cndziPlg4R0K6HcWSM0zyNhHhLsmw/Nc5MaA49cAsnoJ/t/YZf8qkG7fD+UjTRaApVDB526d7Q== + /@babel/plugin-transform-spread/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg== - /@babel/plugin-transform-sticky-regex/7.2.0_@babel+core@7.6.0: + integrity: sha512-8OSs0FLe5/80cndziPlg4R0K6HcWSM0zyNhHhLsmw/Nc5MaA49cAsnoJ/t/YZf8qkG7fD+UjTRaApVDB526d7Q== + /@babel/plugin-transform-sticky-regex/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 '@babel/helper-regex': 7.5.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw== - /@babel/plugin-transform-sticky-regex/7.2.0_@babel+core@7.7.2: + integrity: sha512-Ls2NASyL6qtVe1H1hXts9yuEeONV2TJZmplLONkMPUG158CtmnrzW5Q5teibM5UVOFjG0D3IC5mzXR6pPpUY7A== + /@babel/plugin-transform-sticky-regex/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 '@babel/helper-regex': 7.5.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw== - /@babel/plugin-transform-template-literals/7.4.4_@babel+core@7.6.0: + integrity: sha512-Ls2NASyL6qtVe1H1hXts9yuEeONV2TJZmplLONkMPUG158CtmnrzW5Q5teibM5UVOFjG0D3IC5mzXR6pPpUY7A== + /@babel/plugin-transform-template-literals/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-annotate-as-pure': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-annotate-as-pure': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g== - /@babel/plugin-transform-template-literals/7.4.4_@babel+core@7.7.2: + integrity: sha512-sA+KxLwF3QwGj5abMHkHgshp9+rRz+oY9uoRil4CyLtgEuE/88dpkeWgNk5qKVsJE9iSfly3nvHapdRiIS2wnQ== + /@babel/plugin-transform-template-literals/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-annotate-as-pure': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-annotate-as-pure': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g== - /@babel/plugin-transform-typeof-symbol/7.2.0_@babel+core@7.6.0: + integrity: sha512-sA+KxLwF3QwGj5abMHkHgshp9+rRz+oY9uoRil4CyLtgEuE/88dpkeWgNk5qKVsJE9iSfly3nvHapdRiIS2wnQ== + /@babel/plugin-transform-typeof-symbol/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw== - /@babel/plugin-transform-typeof-symbol/7.2.0_@babel+core@7.7.2: + integrity: sha512-KQPUQ/7mqe2m0B8VecdyaW5XcQYaePyl9R7IsKd+irzj6jvbhoGnRE+M0aNkyAzI07VfUQ9266L5xMARitV3wg== + /@babel/plugin-transform-typeof-symbol/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw== - /@babel/plugin-transform-typescript/7.7.2_@babel+core@7.6.0: + integrity: sha512-KQPUQ/7mqe2m0B8VecdyaW5XcQYaePyl9R7IsKd+irzj6jvbhoGnRE+M0aNkyAzI07VfUQ9266L5xMARitV3wg== + /@babel/plugin-transform-typescript/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-create-class-features-plugin': 7.7.0_@babel+core@7.6.0 + '@babel/core': 7.7.4 + '@babel/helper-create-class-features-plugin': 7.7.4_@babel+core@7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-syntax-typescript': 7.3.3_@babel+core@7.6.0 + '@babel/plugin-syntax-typescript': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UWhDaJRqdPUtdK1s0sKYdoRuqK0NepjZto2UZltvuCgMoMZmdjhgz5hcRokie/3aYEaSz3xvusyoayVaq4PjRg== - /@babel/plugin-transform-unicode-regex/7.7.0_@babel+core@7.6.0: + integrity: sha512-X8e3tcPEKnwwPVG+vP/vSqEShkwODOEeyQGod82qrIuidwIrfnsGn11qPM1jBLF4MqguTXXYzm58d0dY+/wdpg== + /@babel/plugin-transform-unicode-regex/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.6.0 + '@babel/core': 7.7.4 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.4 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-RrThb0gdrNwFAqEAAx9OWgtx6ICK69x7i9tCnMdVrxQwSDp/Abu9DXFU5Hh16VP33Rmxh04+NGW28NsIkFvFKA== - /@babel/plugin-transform-unicode-regex/7.7.0_@babel+core@7.7.2: + integrity: sha512-N77UUIV+WCvE+5yHw+oks3m18/umd7y392Zv7mYTpFqHtkpcc+QUz+gLJNTWVlWROIWeLqY0f3OjZxV5TcXnRw== + /@babel/plugin-transform-unicode-regex/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-create-regexp-features-plugin': 7.7.2_@babel+core@7.7.2 + '@babel/core': 7.7.5 + '@babel/helper-create-regexp-features-plugin': 7.7.4_@babel+core@7.7.5 '@babel/helper-plugin-utils': 7.0.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-RrThb0gdrNwFAqEAAx9OWgtx6ICK69x7i9tCnMdVrxQwSDp/Abu9DXFU5Hh16VP33Rmxh04+NGW28NsIkFvFKA== - /@babel/preset-env/7.6.0_@babel+core@7.6.0: + integrity: sha512-N77UUIV+WCvE+5yHw+oks3m18/umd7y392Zv7mYTpFqHtkpcc+QUz+gLJNTWVlWROIWeLqY0f3OjZxV5TcXnRw== + /@babel/preset-env/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 - '@babel/helper-module-imports': 7.7.0 + '@babel/core': 7.7.4 + '@babel/helper-module-imports': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-proposal-async-generator-functions': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-proposal-dynamic-import': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-proposal-json-strings': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-proposal-object-rest-spread': 7.5.5_@babel+core@7.6.0 - '@babel/plugin-proposal-optional-catch-binding': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-proposal-unicode-property-regex': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-arrow-functions': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-async-to-generator': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-block-scoped-functions': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-block-scoping': 7.6.3_@babel+core@7.6.0 - '@babel/plugin-transform-classes': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-computed-properties': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-destructuring': 7.6.0_@babel+core@7.6.0 - '@babel/plugin-transform-dotall-regex': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-duplicate-keys': 7.5.0_@babel+core@7.6.0 - '@babel/plugin-transform-exponentiation-operator': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-for-of': 7.4.4_@babel+core@7.6.0 - '@babel/plugin-transform-function-name': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-literals': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-member-expression-literals': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-modules-amd': 7.5.0_@babel+core@7.6.0 - '@babel/plugin-transform-modules-commonjs': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-modules-systemjs': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-modules-umd': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-named-capturing-groups-regex': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-new-target': 7.4.4_@babel+core@7.6.0 - '@babel/plugin-transform-object-super': 7.5.5_@babel+core@7.6.0 - '@babel/plugin-transform-parameters': 7.4.4_@babel+core@7.6.0 - '@babel/plugin-transform-property-literals': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-regenerator': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-reserved-words': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-shorthand-properties': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-spread': 7.6.2_@babel+core@7.6.0 - '@babel/plugin-transform-sticky-regex': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-template-literals': 7.4.4_@babel+core@7.6.0 - '@babel/plugin-transform-typeof-symbol': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-unicode-regex': 7.7.0_@babel+core@7.6.0 - '@babel/types': 7.7.2 - browserslist: 4.7.2 - core-js-compat: 3.4.1 + '@babel/plugin-proposal-async-generator-functions': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-dynamic-import': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-json-strings': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-object-rest-spread': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-optional-catch-binding': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-unicode-property-regex': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-syntax-async-generators': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-syntax-dynamic-import': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-syntax-json-strings': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-syntax-object-rest-spread': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-syntax-optional-catch-binding': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-syntax-top-level-await': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-arrow-functions': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-async-to-generator': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-block-scoped-functions': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-block-scoping': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-classes': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-computed-properties': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-destructuring': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-dotall-regex': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-duplicate-keys': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-exponentiation-operator': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-for-of': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-function-name': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-literals': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-member-expression-literals': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-modules-amd': 7.7.5_@babel+core@7.7.4 + '@babel/plugin-transform-modules-commonjs': 7.7.5_@babel+core@7.7.4 + '@babel/plugin-transform-modules-systemjs': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-modules-umd': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-named-capturing-groups-regex': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-new-target': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-object-super': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-parameters': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-property-literals': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-regenerator': 7.7.5_@babel+core@7.7.4 + '@babel/plugin-transform-reserved-words': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-shorthand-properties': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-spread': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-sticky-regex': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-template-literals': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-typeof-symbol': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-unicode-regex': 7.7.4_@babel+core@7.7.4 + '@babel/types': 7.7.4 + browserslist: 4.8.2 + core-js-compat: 3.5.0 invariant: 2.2.4 js-levenshtein: 1.1.6 semver: 5.7.1 @@ -1392,58 +1460,58 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg== - /@babel/preset-env/7.7.1_@babel+core@7.7.2: + integrity: sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g== + /@babel/preset-env/7.7.6_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 - '@babel/helper-module-imports': 7.7.0 + '@babel/core': 7.7.5 + '@babel/helper-module-imports': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-proposal-async-generator-functions': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-proposal-dynamic-import': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-proposal-json-strings': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-proposal-object-rest-spread': 7.6.2_@babel+core@7.7.2 - '@babel/plugin-proposal-optional-catch-binding': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-proposal-unicode-property-regex': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-syntax-top-level-await': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-arrow-functions': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-async-to-generator': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-block-scoped-functions': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-block-scoping': 7.6.3_@babel+core@7.7.2 - '@babel/plugin-transform-classes': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-computed-properties': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-destructuring': 7.6.0_@babel+core@7.7.2 - '@babel/plugin-transform-dotall-regex': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-duplicate-keys': 7.5.0_@babel+core@7.7.2 - '@babel/plugin-transform-exponentiation-operator': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-for-of': 7.4.4_@babel+core@7.7.2 - '@babel/plugin-transform-function-name': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-literals': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-member-expression-literals': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-modules-amd': 7.5.0_@babel+core@7.7.2 - '@babel/plugin-transform-modules-commonjs': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-modules-systemjs': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-modules-umd': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-named-capturing-groups-regex': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-new-target': 7.4.4_@babel+core@7.7.2 - '@babel/plugin-transform-object-super': 7.5.5_@babel+core@7.7.2 - '@babel/plugin-transform-parameters': 7.4.4_@babel+core@7.7.2 - '@babel/plugin-transform-property-literals': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-regenerator': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-reserved-words': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-shorthand-properties': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-spread': 7.6.2_@babel+core@7.7.2 - '@babel/plugin-transform-sticky-regex': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-template-literals': 7.4.4_@babel+core@7.7.2 - '@babel/plugin-transform-typeof-symbol': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-unicode-regex': 7.7.0_@babel+core@7.7.2 - '@babel/types': 7.7.2 - browserslist: 4.7.2 - core-js-compat: 3.4.1 + '@babel/plugin-proposal-async-generator-functions': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-proposal-dynamic-import': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-proposal-json-strings': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-proposal-object-rest-spread': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-proposal-optional-catch-binding': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-proposal-unicode-property-regex': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-syntax-async-generators': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-syntax-dynamic-import': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-syntax-json-strings': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-syntax-object-rest-spread': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-syntax-optional-catch-binding': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-syntax-top-level-await': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-arrow-functions': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-async-to-generator': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-block-scoped-functions': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-block-scoping': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-classes': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-computed-properties': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-destructuring': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-dotall-regex': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-duplicate-keys': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-exponentiation-operator': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-for-of': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-function-name': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-literals': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-member-expression-literals': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-modules-amd': 7.7.5_@babel+core@7.7.5 + '@babel/plugin-transform-modules-commonjs': 7.7.5_@babel+core@7.7.5 + '@babel/plugin-transform-modules-systemjs': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-modules-umd': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-new-target': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-object-super': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-parameters': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-property-literals': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-regenerator': 7.7.5_@babel+core@7.7.5 + '@babel/plugin-transform-reserved-words': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-shorthand-properties': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-spread': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-sticky-regex': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-template-literals': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-typeof-symbol': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-unicode-regex': 7.7.4_@babel+core@7.7.5 + '@babel/types': 7.7.4 + browserslist: 4.8.2 + core-js-compat: 3.5.0 invariant: 2.2.4 js-levenshtein: 1.1.6 semver: 5.7.1 @@ -1451,90 +1519,91 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-/93SWhi3PxcVTDpSqC+Dp4YxUu3qZ4m7I76k0w73wYfn7bGVuRIO4QUz95aJksbS+AD1/mT1Ie7rbkT0wSplaA== - /@babel/preset-flow/7.0.0_@babel+core@7.7.2: + integrity: sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ== + /@babel/preset-flow/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-transform-flow-strip-types': 7.6.3_@babel+core@7.7.2 + '@babel/plugin-transform-flow-strip-types': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-bJOHrYOPqJZCkPVbG1Lot2r5OSsB+iUOaxiHdlOeB1yPWS6evswVHwvkDLZ54WTaTRIk89ds0iHmGZSnxlPejQ== - /@babel/preset-react/7.0.0_@babel+core@7.6.0: + integrity: sha512-6LbUqcHD8BcRtXMOp5bc5nJeU8RlKh6q5U8TgZeCrf9ebBdW8Wyy5ujAUnbJfmzQ56Kkq5XtwErC/5+5RHyFYA== + /@babel/preset-react/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-transform-react-display-name': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-react-jsx': 7.7.0_@babel+core@7.6.0 - '@babel/plugin-transform-react-jsx-self': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-react-jsx-source': 7.5.0_@babel+core@7.6.0 + '@babel/plugin-transform-react-display-name': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-react-jsx': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-react-jsx-self': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-react-jsx-source': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w== - /@babel/preset-react/7.7.0_@babel+core@7.7.2: + integrity: sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g== + /@babel/preset-react/7.7.4_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-transform-react-display-name': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-react-jsx': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-transform-react-jsx-self': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-react-jsx-source': 7.5.0_@babel+core@7.7.2 + '@babel/plugin-transform-react-display-name': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-react-jsx': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-react-jsx-self': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-react-jsx-source': 7.7.4_@babel+core@7.7.5 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-IXXgSUYBPHUGhUkH+89TR6faMcBtuMW0h5OHbMuVbL3/5wK2g6a2M2BBpkLa+Kw0sAHiZ9dNVgqJMDP/O4GRBA== - /@babel/preset-typescript/7.6.0_@babel+core@7.6.0: + integrity: sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g== + /@babel/preset-typescript/7.7.4_@babel+core@7.7.4: dependencies: - '@babel/core': 7.6.0 + '@babel/core': 7.7.4 '@babel/helper-plugin-utils': 7.0.0 - '@babel/plugin-transform-typescript': 7.7.2_@babel+core@7.6.0 + '@babel/plugin-transform-typescript': 7.7.4_@babel+core@7.7.4 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-4xKw3tTcCm0qApyT6PqM9qniseCE79xGHiUnNdKGdxNsGUc2X7WwZybqIpnTmoukg3nhPceI5KPNzNqLNeIJww== - /@babel/runtime/7.6.0: + integrity: sha512-rqrjxfdiHPsnuPur0jKrIIGQCIgoTWMTjlbWE69G4QJ6TIOVnnRnIJhUxNTL/VwDmEAVX08Tq3B1nirer5341w== + /@babel/runtime/7.7.4: dependencies: regenerator-runtime: 0.13.3 + dev: false resolution: - integrity: sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ== - /@babel/runtime/7.7.2: + integrity: sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw== + /@babel/runtime/7.7.6: dependencies: regenerator-runtime: 0.13.3 resolution: - integrity: sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw== - /@babel/template/7.7.0: + integrity: sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw== + /@babel/template/7.7.4: dependencies: '@babel/code-frame': 7.5.5 - '@babel/parser': 7.7.3 - '@babel/types': 7.7.2 + '@babel/parser': 7.7.5 + '@babel/types': 7.7.4 resolution: - integrity: sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ== - /@babel/traverse/7.7.2: + integrity: sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw== + /@babel/traverse/7.7.4: dependencies: '@babel/code-frame': 7.5.5 - '@babel/generator': 7.7.2 - '@babel/helper-function-name': 7.7.0 - '@babel/helper-split-export-declaration': 7.7.0 - '@babel/parser': 7.7.3 - '@babel/types': 7.7.2 + '@babel/generator': 7.7.4 + '@babel/helper-function-name': 7.7.4 + '@babel/helper-split-export-declaration': 7.7.4 + '@babel/parser': 7.7.5 + '@babel/types': 7.7.4 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.15 resolution: - integrity: sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw== - /@babel/types/7.7.2: + integrity: sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== + /@babel/types/7.7.4: dependencies: esutils: 2.0.3 lodash: 4.17.15 to-fast-properties: 2.0.0 resolution: - integrity: sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA== + integrity: sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== /@emotion/cache/10.0.19: dependencies: '@emotion/sheet': 0.9.3 @@ -1543,15 +1612,15 @@ packages: '@emotion/weak-memoize': 0.2.4 resolution: integrity: sha512-BoiLlk4vEsGBg2dAqGSJu0vJl/PgVtCYLBFJaEO8RmQzPugXewQCXZJNXTDFaRlfCs0W+quesayav4fvaif5WQ== - /@emotion/core/10.0.22_react@16.11.0: + /@emotion/core/10.0.22_react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 '@emotion/cache': 10.0.19 '@emotion/css': 10.0.22 '@emotion/serialize': 0.11.14 '@emotion/sheet': 0.9.3 '@emotion/utils': 0.11.2 - react: 16.11.0 + react: 16.12.0 peerDependencies: react: '>=16.3.0' resolution: @@ -1580,31 +1649,31 @@ packages: '@emotion/memoize': 0.7.3 '@emotion/unitless': 0.7.4 '@emotion/utils': 0.11.2 - csstype: 2.6.7 + csstype: 2.6.8 resolution: integrity: sha512-6hTsySIuQTbDbv00AnUO6O6Xafdwo5GswRlMZ5hHqiFx+4pZ7uGWXUQFW46Kc2taGhP89uXMXn/lWQkdyTosPA== /@emotion/sheet/0.9.3: resolution: integrity: sha512-c3Q6V7Df7jfwSq5AzQWbXHa5soeE4F5cbqi40xn0CzXxWW9/6Mxq48WJEtqfWzbZtW9odZdnRAkwCQwN12ob4A== - /@emotion/styled-base/10.0.24_75a3621563989c24c51854c3e0e71dec: + /@emotion/styled-base/10.0.24_b72901fefb9c28f220e25710e5576e8f: dependencies: - '@babel/runtime': 7.7.2 - '@emotion/core': 10.0.22_react@16.11.0 + '@babel/runtime': 7.7.6 + '@emotion/core': 10.0.22_react@16.12.0 '@emotion/is-prop-valid': 0.8.5 '@emotion/serialize': 0.11.14 '@emotion/utils': 0.11.2 - react: 16.11.0 + react: 16.12.0 peerDependencies: '@emotion/core': ^10.0.22 react: '>=16.3.0' resolution: integrity: sha512-AnBImerf0h4dGAJVo0p0VE8KoAns71F28ErGFK474zbNAHX6yqSWQUasb+1jvg/VPwZjCp19+tAr6oOB0pwmLQ== - /@emotion/styled/10.0.23_75a3621563989c24c51854c3e0e71dec: + /@emotion/styled/10.0.23_b72901fefb9c28f220e25710e5576e8f: dependencies: - '@emotion/core': 10.0.22_react@16.11.0 - '@emotion/styled-base': 10.0.24_75a3621563989c24c51854c3e0e71dec + '@emotion/core': 10.0.22_react@16.12.0 + '@emotion/styled-base': 10.0.24_b72901fefb9c28f220e25710e5576e8f babel-plugin-emotion: 10.0.23 - react: 16.11.0 + react: 16.12.0 peerDependencies: '@emotion/core': ^10.0.22 react: '>=16.3.0' @@ -1622,27 +1691,9 @@ packages: /@emotion/weak-memoize/0.2.4: resolution: integrity: sha512-6PYY5DVdAY1ifaQW6XYTnOMihmBVT27elqSjEoodchsGjzYlEsTQMcEhSud99kVawatyTZRTiVkJ/c6lwbQ7nA== - /@equinor/eds-core-react/0.0.1-alpha.6_aca680a271e37d3b560cdeaa6de4eb51: - dependencies: - '@equinor/eds-tokens': 0.0.1-alpha.4 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 - styled-components: 4.4.1_aca680a271e37d3b560cdeaa6de4eb51 - dev: false - peerDependencies: - prop-types: ^15.7.2 - react: ^16.8.6 - react-dom: ^16.8.6 - styled-components: ^4.2.0 - resolution: - integrity: sha512-6Jr/qBgNUdk3eUlK/PBxbK5FsoHIPVs06P2+dusUIu5TP9w3gqcwcivAdCtBlxIBL4I6TyBsEbQI7PyJ68s9uQ== - /@equinor/eds-tokens/0.0.1-alpha.4: - dev: false - resolution: - integrity: sha512-1NNxwArxauit+yUy7mmf+ivFSCpA/D9b5t/G7s9tw5vIn6KzGzxnFcKDBZmP1IVtQDCiojBMvIyjO+divlEldA== - /@icons/material/0.2.4_react@16.11.0: + /@icons/material/0.2.4_react@16.12.0: dependencies: - react: 16.11.0 + react: 16.12.0 dev: false peerDependencies: react: '*' @@ -1663,13 +1714,13 @@ packages: node: '>= 6' resolution: integrity: sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== - /@reach/router/1.2.1_react-dom@16.11.0+react@16.11.0: + /@reach/router/1.2.1_react-dom@16.12.0+react@16.12.0: dependencies: - create-react-context: 0.2.3_prop-types@15.7.2+react@16.11.0 + create-react-context: 0.2.3_prop-types@15.7.2+react@16.12.0 invariant: 2.2.4 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 react-lifecycles-compat: 3.0.4 warning: 3.0.0 peerDependencies: @@ -1677,109 +1728,109 @@ packages: react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 resolution: integrity: sha512-kTaX08X4g27tzIFQGRukaHmNbtMYDS3LEWIS8+l6OayGIw6Oyo1HIF/JzeuR2FoF9z6oV+x/wJSVSq4v8tcUGQ== - /@storybook/addon-a11y/5.2.6_react-dom@16.11.0: - dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/api': 5.2.6_react-dom@16.11.0 - '@storybook/client-logger': 5.2.6 - '@storybook/components': 5.2.6 - '@storybook/core-events': 5.2.6 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 + /@storybook/addon-a11y/5.2.8_react-dom@16.12.0: + dependencies: + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/api': 5.2.8_react-dom@16.12.0 + '@storybook/client-logger': 5.2.8 + '@storybook/components': 5.2.8 + '@storybook/core-events': 5.2.8 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 axe-core: 3.4.0 common-tags: 1.8.0 - core-js: 3.4.1 + core-js: 3.5.0 global: 4.4.0 - hoist-non-react-statics: 3.3.0 + hoist-non-react-statics: 3.3.1 memoizerific: 1.11.3 - react: 16.11.0 - react-redux: 7.1.3_react@16.11.0+redux@4.0.4 - react-sizeme: 2.6.10_react-dom@16.11.0+react@16.11.0 + react: 16.12.0 + react-redux: 7.1.3_9a2f9d4864311d39d6f2623bd2f887e8 + react-sizeme: 2.6.10_react-dom@16.12.0+react@16.12.0 redux: 4.0.4 util-deprecate: 1.0.2 dev: true peerDependencies: react-dom: '*' resolution: - integrity: sha512-LlY5TaZNDxl5MP8u2qCJmg8GhvbtYGXmWJv0GMof0cw1fuLMEBHKAa5vK2oWQdPjGpoSAYN80dqn3TyCqsoGnQ== - /@storybook/addon-actions/5.2.6_react-dom@16.11.0: + integrity: sha512-rIujvSAmXhivMecdTAqIwWQ0PARLBmMBKqdLtCfkfwtRjfASJxEFGWRmRJramx37vIDYWS5r7uHfUpZbYSn6Fg== + /@storybook/addon-actions/5.2.8_react-dom@16.12.0: dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/api': 5.2.6_react-dom@16.11.0 - '@storybook/client-api': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/components': 5.2.6 - '@storybook/core-events': 5.2.6 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 - core-js: 3.4.1 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/api': 5.2.8_react-dom@16.12.0 + '@storybook/client-api': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/components': 5.2.8 + '@storybook/core-events': 5.2.8 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 + core-js: 3.5.0 fast-deep-equal: 2.0.1 global: 4.4.0 polished: 3.4.2 prop-types: 15.7.2 - react: 16.11.0 - react-inspector: 3.0.2_react@16.11.0 + react: 16.12.0 + react-inspector: 3.0.2_react@16.12.0 uuid: 3.3.3 dev: true peerDependencies: react-dom: '*' resolution: - integrity: sha512-CwTJPqe3NcEU7oqS5KoiCX9FXYmI2Dyp1Sh6r90JmXZ8B49ZXm6BDLX0gS3TooD6/AcdU8xdBcSvN0CkxQ5QGA== - /@storybook/addon-knobs/5.2.6_react-dom@16.11.0+react@16.11.0: + integrity: sha512-hadk+UaU6upOW0g447RfLRrnXRgE2rjRVk5sT8mVxBMj032NnwUd7ie/BZwy1yg5B8oFtpkgQYwqhPtoO2xBaQ== + /@storybook/addon-knobs/5.2.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/api': 5.2.6_react-dom@16.11.0 - '@storybook/client-api': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/components': 5.2.6 - '@storybook/core-events': 5.2.6 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/api': 5.2.8_react-dom@16.12.0 + '@storybook/client-api': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/components': 5.2.8 + '@storybook/core-events': 5.2.8 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 '@types/react-color': 3.0.1 copy-to-clipboard: 3.2.0 - core-js: 3.4.1 + core-js: 3.5.0 escape-html: 1.0.3 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.15 prop-types: 15.7.2 qs: 6.9.1 - react: 16.11.0 - react-color: 2.17.3_react@16.11.0 + react: 16.12.0 + react-color: 2.17.3_react@16.12.0 react-lifecycles-compat: 3.0.4 - react-select: 3.0.8_react-dom@16.11.0+react@16.11.0 + react-select: 3.0.8_react-dom@16.12.0+react@16.12.0 dev: false peerDependencies: react: '*' react-dom: '*' resolution: - integrity: sha512-whEZl6PpUPtOWBhmWlZ11EloxN6ad3WrJk5FyYlg3BcXG/HtlMVogBKdch83SYTT9jhHwbfwKnAng9J3UjgPbQ== - /@storybook/addon-links/5.2.6_react-dom@16.11.0+react@16.11.0: + integrity: sha512-5SAMJj+0pbhCiyNkKjkUxEbM9L/wrOE4HTvM7gvm902fULuKZklb3wV8iiUNRfIPCs6VhmmIhPzXICGjhW5xIg== + /@storybook/addon-links/5.2.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/core-events': 5.2.6 - '@storybook/router': 5.2.6_react-dom@16.11.0+react@16.11.0 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/core-events': 5.2.8 + '@storybook/router': 5.2.8_react-dom@16.12.0+react@16.12.0 common-tags: 1.8.0 - core-js: 3.4.1 + core-js: 3.5.0 global: 4.4.0 prop-types: 15.7.2 qs: 6.9.1 - react: 16.11.0 + react: 16.12.0 dev: false peerDependencies: react: '*' react-dom: '*' resolution: - integrity: sha512-YourSVtTtsCJnjQRKsb8kRD1XWd+XYv5ZR4Teuq7xDGcsFthVwavnql3pDHL60KWXHPXc46t/8r5bw7Yi8Kzzw== - /@storybook/addon-storysource/5.2.6_react-dom@16.11.0+react@16.11.0: + integrity: sha512-egSBHjUOdAEd2IIoIB1kRmdaDc44IfpPg+kJ7h822MhwzpWo9E+4sU5WTemcFBqPt+g3jIYrO3JHlXNRZ7PBuw== + /@storybook/addon-storysource/5.2.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/components': 5.2.6 - '@storybook/router': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/source-loader': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 - core-js: 3.4.1 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/components': 5.2.8 + '@storybook/router': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/source-loader': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 + core-js: 3.5.0 estraverse: 4.3.0 loader-utils: 1.2.3 prettier: 1.19.1 prop-types: 15.7.2 - react: 16.11.0 - react-syntax-highlighter: 8.1.0_react@16.11.0 + react: 16.12.0 + react-syntax-highlighter: 8.1.0_react@16.12.0 regenerator-runtime: 0.12.1 util-deprecate: 1.0.2 dev: false @@ -1787,135 +1838,136 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-3cqixGHrX6oYcaOWRwHVgD9KlSlwjspNZs5FsyRcoh5Gm0M3kXFah0UWHYqGy/JxSA2uGg47bXVTRmkydvSvyQ== - /@storybook/addons/5.2.6_react-dom@16.11.0: + integrity: sha512-Lse1nIruOU01DQqfeBSoh1ha79tR8M879Juzmp439P3c4PTqc8i/p8dazE5n8H5kgWijfc8tuPHmzZT43l/yXQ== + /@storybook/addons/5.2.8_react-dom@16.12.0: dependencies: - '@storybook/api': 5.2.6_react-dom@16.11.0 - '@storybook/channels': 5.2.6 - '@storybook/client-logger': 5.2.6 - '@storybook/core-events': 5.2.6 - core-js: 3.4.1 + '@storybook/api': 5.2.8_react-dom@16.12.0 + '@storybook/channels': 5.2.8 + '@storybook/client-logger': 5.2.8 + '@storybook/core-events': 5.2.8 + core-js: 3.5.0 global: 4.4.0 util-deprecate: 1.0.2 peerDependencies: react-dom: '*' resolution: - integrity: sha512-5MF64lsAhIEMxTbVpYROz5Wez595iwSw45yXyP8gWt12d+EmFO5tdy7cYJCxcMuVhDfaCI78tFqS9orr1atVyA== - /@storybook/api/5.2.6_react-dom@16.11.0: + integrity: sha512-yAo1N5z/45bNIQP8SD+HVTr7X898bYAtz1EZBrQ6zD8bGamzA2Br06rOLL9xXw29eQhsaVnPlqgDwCS1sTC7aQ== + /@storybook/api/5.2.8_react-dom@16.12.0: dependencies: - '@storybook/channels': 5.2.6 - '@storybook/client-logger': 5.2.6 - '@storybook/core-events': 5.2.6 - '@storybook/router': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 - core-js: 3.4.1 + '@storybook/channels': 5.2.8 + '@storybook/client-logger': 5.2.8 + '@storybook/core-events': 5.2.8 + '@storybook/router': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 + core-js: 3.5.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.15 memoizerific: 1.11.3 prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 semver: 6.3.0 - shallow-equal: 1.2.0 + shallow-equal: 1.2.1 store2: 2.10.0 - telejson: 3.1.0 + telejson: 3.3.0 util-deprecate: 1.0.2 peerDependencies: react-dom: '*' resolution: - integrity: sha512-X/di44/SAL68mD6RHTX2qdWwhjRW6BgcfPtu0dMd38ErB3AfsfP4BITXs6kFOeSM8kWiaQoyuw0pOBzA8vlYug== - /@storybook/channel-postmessage/5.2.6: + integrity: sha512-rFrPtTFDIPQoicLwq1AVsOvZNTUKnjD1w/NX1kKcyuWLL9BcOkU3YNLBlliGBg2JX/yS+fJKMyKk4NMzNBCZCg== + /@storybook/channel-postmessage/5.2.8: dependencies: - '@storybook/channels': 5.2.6 - '@storybook/client-logger': 5.2.6 - core-js: 3.4.1 + '@storybook/channels': 5.2.8 + '@storybook/client-logger': 5.2.8 + core-js: 3.5.0 global: 4.4.0 - telejson: 3.1.0 + telejson: 3.3.0 resolution: - integrity: sha512-y+63wWiEc/Q4s4MZ3KJ//5A8j5VLufxuLvPxwv9FuS4z8lmN0fqeGJn857qIlFGbZhzsQaoRdmfsCQpBBgUneg== - /@storybook/channels/5.2.6: + integrity: sha512-RS3iDW1kpfODN+kBq3youn+KtLqHslZ4m7mTlOL80BUHKb4YkrA1lVkzpy1kVMWBU523pyDVQUVXr+M8y3iVug== + /@storybook/channels/5.2.8: dependencies: - core-js: 3.4.1 + core-js: 3.5.0 resolution: - integrity: sha512-/UsktYsXuvb1efjVPCEivhh5ywRhm7hl73pQnpJLJHRqyLMM2I5nGPFELTTNuU9yWy7sP9QL5gRqBBPe1sqjZQ== - /@storybook/client-api/5.2.6_react-dom@16.11.0+react@16.11.0: + integrity: sha512-mFwQec27QSrqcl+IH0xA+4jfoEqC4m1G99LBHt/aTDjLZXclX1A470WqeZCp7Gx4OALpaPEVTaaaKPbiKz4C6w== + /@storybook/client-api/5.2.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/channel-postmessage': 5.2.6 - '@storybook/channels': 5.2.6 - '@storybook/client-logger': 5.2.6 - '@storybook/core-events': 5.2.6 - '@storybook/router': 5.2.6_react-dom@16.11.0+react@16.11.0 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/channel-postmessage': 5.2.8 + '@storybook/channels': 5.2.8 + '@storybook/client-logger': 5.2.8 + '@storybook/core-events': 5.2.8 + '@storybook/router': 5.2.8_react-dom@16.12.0+react@16.12.0 common-tags: 1.8.0 - core-js: 3.4.1 + core-js: 3.5.0 eventemitter3: 4.0.0 global: 4.4.0 is-plain-object: 3.0.0 lodash: 4.17.15 memoizerific: 1.11.3 qs: 6.9.1 + stable: 0.1.8 util-deprecate: 1.0.2 peerDependencies: react: '*' react-dom: '*' resolution: - integrity: sha512-upynf4ER2fkThNnE+mBlfRFFJxTiOh60fho1ODFcBun9BbvRD2wOHLvw7+WigIhb99HM20vk8f2dhv3I5Udzlg== - /@storybook/client-logger/5.2.6: + integrity: sha512-OCKhZ+2sS3ot0ZV48nD79BWVzvvdMjUFYl0073ps5q+1+TLic1AlNmH0Sb5/9NrYXNV86v3VrM2jUbGsKe1qyw== + /@storybook/client-logger/5.2.8: dependencies: - core-js: 3.4.1 + core-js: 3.5.0 resolution: - integrity: sha512-hJvPD267cCwLIRMOISjDH8h9wbwOcXIJip29UlJbU9iMtZtgE+YelmlpmZJvqcDfUiXWWrOh7tP76mj8EAfwIQ== - /@storybook/components/5.2.6: + integrity: sha512-+oVSEJdeh7TQ1Bhanb3mCr7fc3Bug3+K79abZ28J45Ub5x4L/ZVClj1xMgUsJs30BZ5FB8vhdgH6TQb0NSxR4A== + /@storybook/components/5.2.8: dependencies: - '@storybook/client-logger': 5.2.6 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 + '@storybook/client-logger': 5.2.8 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 '@types/react-syntax-highlighter': 10.1.0 '@types/react-textarea-autosize': 4.3.5 - core-js: 3.4.1 + core-js: 3.5.0 global: 4.4.0 - markdown-to-jsx: 6.10.3_react@16.11.0 + markdown-to-jsx: 6.10.3_react@16.12.0 memoizerific: 1.11.3 polished: 3.4.2 popper.js: 1.16.0 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 - react-focus-lock: 1.19.1_react@16.11.0 - react-helmet-async: 1.0.4_react-dom@16.11.0+react@16.11.0 - react-popper-tooltip: 2.10.0_react-dom@16.11.0+react@16.11.0 - react-syntax-highlighter: 8.1.0_react@16.11.0 - react-textarea-autosize: 7.1.2_react@16.11.0 - simplebar-react: 1.2.3_react-dom@16.11.0+react@16.11.0 - resolution: - integrity: sha512-C7OS90bZ1ZvxlWUZ3B2MPFFggqAtUo7X8DqqS3IwsuDUiK9dD/KS0MwPgOuFDnOTW1R5XqmQd/ylt53w3s/U5g== - /@storybook/core-events/5.2.6: - dependencies: - core-js: 3.4.1 - resolution: - integrity: sha512-W8kLJ7tc0aAxs11CPUxUOCReocKL4MYGyjTg8qwk0USLzPUb/FUQWmhcm2ilFz6Nz8dXLcKrXdRVYTmiMsgAeg== - /@storybook/core/5.2.6_8108cd324d4f27fbd6afdd06d82dbf90: - dependencies: - '@babel/plugin-proposal-class-properties': 7.7.0_@babel+core@7.7.2 - '@babel/plugin-proposal-object-rest-spread': 7.6.2_@babel+core@7.7.2 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.7.2 - '@babel/plugin-transform-react-constant-elements': 7.6.3_@babel+core@7.7.2 - '@babel/preset-env': 7.7.1_@babel+core@7.7.2 - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/channel-postmessage': 5.2.6 - '@storybook/client-api': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/client-logger': 5.2.6 - '@storybook/core-events': 5.2.6 - '@storybook/node-logger': 5.2.6 - '@storybook/router': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/ui': 5.2.6 - airbnb-js-shims: 2.2.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 + react-focus-lock: 1.19.1_react@16.12.0 + react-helmet-async: 1.0.4_react-dom@16.12.0+react@16.12.0 + react-popper-tooltip: 2.10.1_react-dom@16.12.0+react@16.12.0 + react-syntax-highlighter: 8.1.0_react@16.12.0 + react-textarea-autosize: 7.1.2_react@16.12.0 + simplebar-react: 1.2.3_react-dom@16.12.0+react@16.12.0 + resolution: + integrity: sha512-h9l/LAMaj+emUCOyY/+ETy/S3P0npwQU280J88uL4O9XJALJ72EKfyttBCvMLvpM50E+fAPeDzuYn0t5qzGGxg== + /@storybook/core-events/5.2.8: + dependencies: + core-js: 3.5.0 + resolution: + integrity: sha512-NkQKC5doO/YL9gsO61bqaxgveKktkiJWZ3XyyhL1ZebgnO9wTlrU+i9b5aX73Myk1oxbicQw9KcwDGYk0qFuNQ== + /@storybook/core/5.2.8_7fd0f3640b98bcd7ea1979dd6458d1ef: + dependencies: + '@babel/plugin-proposal-class-properties': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-proposal-object-rest-spread': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-syntax-dynamic-import': 7.7.4_@babel+core@7.7.5 + '@babel/plugin-transform-react-constant-elements': 7.7.4_@babel+core@7.7.5 + '@babel/preset-env': 7.7.6_@babel+core@7.7.5 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/channel-postmessage': 5.2.8 + '@storybook/client-api': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/client-logger': 5.2.8 + '@storybook/core-events': 5.2.8 + '@storybook/node-logger': 5.2.8 + '@storybook/router': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/ui': 5.2.8 + airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.13 - autoprefixer: 9.7.1 - babel-loader: 8.0.6_@babel+core@7.7.2 + autoprefixer: 9.7.3 + babel-loader: 8.0.6_@babel+core@7.7.5 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-emotion: 10.0.23 - babel-plugin-macros: 2.6.1 + babel-plugin-macros: 2.8.0 babel-preset-minify: 0.5.1 boxen: 3.2.0 case-sensitive-paths-webpack-plugin: 2.2.0 @@ -1923,16 +1975,16 @@ packages: cli-table3: 0.5.1 commander: 2.20.3 common-tags: 1.8.0 - core-js: 3.4.1 + core-js: 3.5.0 corejs-upgrade-webpack-plugin: 2.2.0 - css-loader: 3.2.0_webpack@4.41.2 + css-loader: 3.3.2_webpack@4.41.2 detect-port: 1.3.0 dotenv-webpack: 1.7.0_webpack@4.41.2 - ejs: 2.7.1 + ejs: 2.7.4 express: 4.17.1 file-loader: 3.0.1_webpack@4.41.2 file-system-cache: 1.0.5 - find-cache-dir: 3.1.0 + find-cache-dir: 3.2.0 fs-extra: 8.1.0 global: 4.4.0 html-webpack-plugin: 4.0.0-beta.11_webpack@4.41.2 @@ -1949,19 +2001,19 @@ packages: pretty-hrtime: 1.0.3 qs: 6.9.1 raw-loader: 2.0.0_webpack@4.41.2 - react: 16.11.0 + react: 16.12.0 react-dev-utils: 9.1.0 - react-dom: 16.11.0_react@16.11.0 + react-dom: 16.12.0_react@16.12.0 regenerator-runtime: 0.12.1 - resolve: 1.12.0 + resolve: 1.13.1 resolve-from: 5.0.0 semver: 6.3.0 serve-favicon: 2.5.0 shelljs: 0.8.3 style-loader: 0.23.1 - terser-webpack-plugin: 1.4.1_webpack@4.41.2 + terser-webpack-plugin: 1.4.3_webpack@4.41.2 unfetch: 4.1.0 - url-loader: 2.2.0_file-loader@3.0.1+webpack@4.41.2 + url-loader: 2.3.0_file-loader@3.0.1+webpack@4.41.2 util-deprecate: 1.0.2 webpack: 4.41.2_webpack@4.41.2 webpack-dev-middleware: 3.7.2_webpack@4.41.2 @@ -1973,42 +2025,42 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-q7Ful7TCm9nmjgLsJFqIwVv395NlaOXgGajyaQCQlCKB2V+jgs7GDmdCNNdWAOue4eAsFU6wQSP9lWtq0yzK4w== - /@storybook/node-logger/5.2.6: + integrity: sha512-P1Xx4setLBESPgS5KgL7Jskf5Q6fRa3ApwPt+ocjDoSDGCvsV7cUEpAp09U65u+89e5K4nQxvaZouhknFQBc1A== + /@storybook/node-logger/5.2.8: dependencies: chalk: 2.4.2 - core-js: 3.4.1 + core-js: 3.5.0 npmlog: 4.1.2 pretty-hrtime: 1.0.3 regenerator-runtime: 0.12.1 dev: false resolution: - integrity: sha512-Z3mn9CUSiG7kR2OBoz4lNeoeBS094h5d9wufZSp5S+M47L6KEXmTgNcuePKj+t8Z8KT/Ph8B63bjChseKp3DNw== - /@storybook/react/5.2.6_8108cd324d4f27fbd6afdd06d82dbf90: + integrity: sha512-3TK5mx6VWbfJO+WUrqwPhTbTQ4qESTnwJY/02xPzOhvuC6tIG1QOxzi+Rq6rFlwxTpUuWh6iyDYnGIqFFQywkA== + /@storybook/react/5.2.8_7fd0f3640b98bcd7ea1979dd6458d1ef: dependencies: - '@babel/core': 7.7.2 - '@babel/plugin-transform-react-constant-elements': 7.6.3_@babel+core@7.7.2 - '@babel/preset-flow': 7.0.0_@babel+core@7.7.2 - '@babel/preset-react': 7.7.0_@babel+core@7.7.2 - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/core': 5.2.6_8108cd324d4f27fbd6afdd06d82dbf90 - '@storybook/node-logger': 5.2.6 + '@babel/core': 7.7.5 + '@babel/plugin-transform-react-constant-elements': 7.7.4_@babel+core@7.7.5 + '@babel/preset-flow': 7.7.4_@babel+core@7.7.5 + '@babel/preset-react': 7.7.4_@babel+core@7.7.5 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/core': 5.2.8_7fd0f3640b98bcd7ea1979dd6458d1ef + '@storybook/node-logger': 5.2.8 '@svgr/webpack': 4.3.3 '@types/webpack-env': 1.14.1 - babel-loader: 8.0.6_@babel+core@7.7.2 + babel-loader: 8.0.6_@babel+core@7.7.5 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.4_@babel+core@7.7.2 + babel-plugin-named-asset-import: 0.3.5_@babel+core@7.7.5 babel-plugin-react-docgen: 3.2.0 - babel-preset-react-app: 9.0.2 + babel-preset-react-app: 9.1.0 common-tags: 1.8.0 - core-js: 3.4.1 + core-js: 3.5.0 global: 4.4.0 lodash: 4.17.15 mini-css-extract-plugin: 0.7.0_webpack@4.41.2 prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 react-dev-utils: 9.1.0 - react-dom: 16.11.0_react@16.11.0 + react-dom: 16.12.0_react@16.12.0 regenerator-runtime: 0.12.1 semver: 6.3.0 webpack: 4.41.2_webpack@4.41.2 @@ -2022,28 +2074,29 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-yzhxxuoUx4jwn+PymU5wemzLb9ryXD9Y2Dv5kipCDkUS4cqDJwKcVO8tyhMigFUGTHREmJTmAESCKKPDR45SiQ== - /@storybook/router/5.2.6_react-dom@16.11.0+react@16.11.0: + integrity: sha512-T1DoWpSz33vaGx85Dh7q2KYetg7dQyiYhuOnZm2WxZTFZOw1jP62si53JGFp0PKxnT6iOBLHo3v2QkRkjt2mdQ== + /@storybook/router/5.2.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@reach/router': 1.2.1_react-dom@16.11.0+react@16.11.0 + '@reach/router': 1.2.1_react-dom@16.12.0+react@16.12.0 '@types/reach__router': 1.2.6 - core-js: 3.4.1 + core-js: 3.5.0 global: 4.4.0 lodash: 4.17.15 memoizerific: 1.11.3 qs: 6.9.1 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 peerDependencies: react: '*' react-dom: '*' resolution: - integrity: sha512-/FZd3fYg5s2QzOqSIP8UMOSnCIFFIlli/jKlOxvm3WpcpxgwQOY4lfHsLO+r9ThCLs2UvVg2R/HqGrOHqDFU7A== - /@storybook/source-loader/5.2.6_react-dom@16.11.0+react@16.11.0: + integrity: sha512-wnbyKESUMyv9fwo9W+n4Fev/jXylB8whpjtHrOttjguUOYX1zGSHdwNI66voPetbtVLxUeHyJteJwdyRDSirJg== + /@storybook/source-loader/5.2.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/router': 5.2.6_react-dom@16.11.0+react@16.11.0 - core-js: 3.4.1 + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/client-logger': 5.2.8 + '@storybook/router': 5.2.8_react-dom@16.12.0+react@16.12.0 + core-js: 3.5.0 estraverse: 4.3.0 global: 4.4.0 loader-utils: 1.2.3 @@ -2055,66 +2108,66 @@ packages: react: '*' react-dom: '*' resolution: - integrity: sha512-OJWmmLlt84efk+xLEqkyVQBlD5n9tbPlkrepQKtGBpR0JXeGyyvJ/3S8jnpW3NYUrFjUgHPkSWBp/c5CfzPwSw== - /@storybook/theming/5.2.6_react-dom@16.11.0+react@16.11.0: + integrity: sha512-4PHR6IO4VkOof/59wPsKkQah1s+fyeccNPetBlxGKfhis+T7HNQEh9Tn7yFkhQ44DY1UhKDBRaAmNEjEKkFpQA== + /@storybook/theming/5.2.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@emotion/core': 10.0.22_react@16.11.0 - '@emotion/styled': 10.0.23_75a3621563989c24c51854c3e0e71dec - '@storybook/client-logger': 5.2.6 + '@emotion/core': 10.0.22_react@16.12.0 + '@emotion/styled': 10.0.23_b72901fefb9c28f220e25710e5576e8f + '@storybook/client-logger': 5.2.8 common-tags: 1.8.0 - core-js: 3.4.1 + core-js: 3.5.0 deep-object-diff: 1.1.0 - emotion-theming: 10.0.19_75a3621563989c24c51854c3e0e71dec + emotion-theming: 10.0.19_b72901fefb9c28f220e25710e5576e8f global: 4.4.0 memoizerific: 1.11.3 polished: 3.4.2 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 resolve-from: 5.0.0 peerDependencies: react: '*' react-dom: '*' resolution: - integrity: sha512-Xa9R/H8DDgmvxsCHloJUJ2d9ZQl80AeqHrL+c/AKNpx05s9lV74DcinusCf0kz72YGUO/Xt1bAjuOvLnAaS8Gw== - /@storybook/ui/5.2.6: - dependencies: - '@storybook/addons': 5.2.6_react-dom@16.11.0 - '@storybook/api': 5.2.6_react-dom@16.11.0 - '@storybook/channels': 5.2.6 - '@storybook/client-logger': 5.2.6 - '@storybook/components': 5.2.6 - '@storybook/core-events': 5.2.6 - '@storybook/router': 5.2.6_react-dom@16.11.0+react@16.11.0 - '@storybook/theming': 5.2.6_react-dom@16.11.0+react@16.11.0 + integrity: sha512-rGb66GkXb0jNJMH8UQ3Ru4FL+m1x0+UdxM8a8HSE/qb1GMv2qOwjVETfAL6nVL9u6ZmrtbhHoero4f6xDwZdRg== + /@storybook/ui/5.2.8: + dependencies: + '@storybook/addons': 5.2.8_react-dom@16.12.0 + '@storybook/api': 5.2.8_react-dom@16.12.0 + '@storybook/channels': 5.2.8 + '@storybook/client-logger': 5.2.8 + '@storybook/components': 5.2.8 + '@storybook/core-events': 5.2.8 + '@storybook/router': 5.2.8_react-dom@16.12.0+react@16.12.0 + '@storybook/theming': 5.2.8_react-dom@16.12.0+react@16.12.0 copy-to-clipboard: 3.2.0 - core-js: 3.4.1 - core-js-pure: 3.4.1 - emotion-theming: 10.0.19_react@16.11.0 + core-js: 3.5.0 + core-js-pure: 3.5.0 + emotion-theming: 10.0.19_react@16.12.0 fast-deep-equal: 2.0.1 - fuse.js: 3.4.5 + fuse.js: 3.4.6 global: 4.4.0 lodash: 4.17.15 - markdown-to-jsx: 6.10.3_react@16.11.0 + markdown-to-jsx: 6.10.3_react@16.12.0 memoizerific: 1.11.3 polished: 3.4.2 prop-types: 15.7.2 qs: 6.9.1 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 - react-draggable: 4.1.0 - react-helmet-async: 1.0.4_react-dom@16.11.0+react@16.11.0 - react-hotkeys: 2.0.0-pre4_react@16.11.0 - react-sizeme: 2.6.10_515f5d17e5307b2101c572f3c4c6aac3 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 + react-draggable: 4.2.0 + react-helmet-async: 1.0.4_react-dom@16.12.0+react@16.12.0 + react-hotkeys: 2.0.0-pre4_react@16.12.0 + react-sizeme: 2.6.10_75e41294fa833faf4530b305a6d9f4fe regenerator-runtime: 0.13.3 resolve-from: 5.0.0 semver: 6.3.0 store2: 2.10.0 - telejson: 3.1.0 + telejson: 3.3.0 util-deprecate: 1.0.2 dev: false resolution: - integrity: sha512-jT3PtpEsTqnESO0U8BotC+5P971Xqy0s2leSZcgU9PNe4Eb7NaxypSULOulPgPAx1JOmMipUBdK54PP/nyudkA== + integrity: sha512-7t1ARBfylhEsLmGsZBUCj1Wf1oAgCDDrf7fi+Fhdg5Rr16CMoBbe24Gv/mPYv01/pUDhGodxzltKGX5x0Hto2w== /@svgr/babel-plugin-add-jsx-attribute/4.2.0: dev: false engines: @@ -2190,7 +2243,7 @@ packages: integrity: sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w== /@svgr/hast-util-to-babel-ast/4.3.2: dependencies: - '@babel/types': 7.7.2 + '@babel/types': 7.7.4 dev: false engines: node: '>=8' @@ -2198,7 +2251,7 @@ packages: integrity: sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg== /@svgr/plugin-jsx/4.3.3: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 '@svgr/babel-preset': 4.3.3 '@svgr/hast-util-to-babel-ast': 4.3.2 svg-parser: 2.0.2 @@ -2219,10 +2272,10 @@ packages: integrity: sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w== /@svgr/webpack/4.3.3: dependencies: - '@babel/core': 7.7.2 - '@babel/plugin-transform-react-constant-elements': 7.6.3_@babel+core@7.7.2 - '@babel/preset-env': 7.7.1_@babel+core@7.7.2 - '@babel/preset-react': 7.7.0_@babel+core@7.7.2 + '@babel/core': 7.7.5 + '@babel/plugin-transform-react-constant-elements': 7.7.4_@babel+core@7.7.5 + '@babel/preset-env': 7.7.6_@babel+core@7.7.5 + '@babel/preset-react': 7.7.4_@babel+core@7.7.5 '@svgr/core': 4.3.3 '@svgr/plugin-jsx': 4.3.3 '@svgr/plugin-svgo': 4.3.1 @@ -2238,6 +2291,9 @@ packages: /@types/is-function/1.0.0: resolution: integrity: sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w== + /@types/parse-json/4.0.0: + resolution: + integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== /@types/prop-types/15.7.3: resolution: integrity: sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== @@ -2248,31 +2304,31 @@ packages: /@types/reach__router/1.2.6: dependencies: '@types/history': 4.7.3 - '@types/react': 16.9.11 + '@types/react': 16.9.16 resolution: integrity: sha512-Oh5DAVr/L2svBvubw6QEFpXGu295Y406BPs4i9t1n2pp7M+q3pmCmhzb9oZV5wncR41KCD3NHl1Yhi7uKnTPsA== /@types/react-color/3.0.1: dependencies: - '@types/react': 16.9.11 + '@types/react': 16.9.16 dev: false resolution: integrity: sha512-J6mYm43Sid9y+OjZ7NDfJ2VVkeeuTPNVImNFITgQNXodHteKfl/t/5pAR5Z9buodZ2tCctsZjgiMlQOpfntakw== /@types/react-syntax-highlighter/10.1.0: dependencies: - '@types/react': 16.9.11 + '@types/react': 16.9.16 resolution: integrity: sha512-dF49hC4FZp1dIKyzacOrHvqMUe8U2IXyQCQXOcT1e6n64gLBp+xM6qGtPsThIT9XjiIHSg2W5Jc2V5IqekBfnA== /@types/react-textarea-autosize/4.3.5: dependencies: - '@types/react': 16.9.11 + '@types/react': 16.9.16 resolution: integrity: sha512-PiDL83kPMTolyZAWW3lyzO6ktooTb9tFTntVy7CA83/qFLWKLJ5bLeRboy6J6j3b1e8h2Eec6gBTEOOJRjV14A== - /@types/react/16.9.11: + /@types/react/16.9.16: dependencies: '@types/prop-types': 15.7.3 - csstype: 2.6.7 + csstype: 2.6.8 resolution: - integrity: sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== + integrity: sha512-dQ3wlehuBbYlfvRXfF5G+5TbZF3xqgkikK7DWAsQXe2KnzV+kjD4W2ea+ThCrKASZn9h98bjjPzoTYzfRqyBkw== /@types/webpack-env/1.14.1: dev: false resolution: @@ -2415,48 +2471,48 @@ packages: integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== /accepts/1.3.7: dependencies: - mime-types: 2.1.24 + mime-types: 2.1.25 negotiator: 0.6.2 dev: false engines: node: '>= 0.6' resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - /acorn/6.3.0: + /acorn/6.4.0: dev: false engines: node: '>=0.4.0' hasBin: true resolution: - integrity: sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA== + integrity: sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw== /address/1.1.2: dev: false engines: node: '>= 0.12.0' resolution: integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== - /airbnb-js-shims/2.2.0: + /airbnb-js-shims/2.2.1: dependencies: - array-includes: 3.0.3 - array.prototype.flat: 1.2.2 - array.prototype.flatmap: 1.2.2 + array-includes: 3.1.0 + array.prototype.flat: 1.2.3 + array.prototype.flatmap: 1.2.3 es5-shim: 4.5.13 es6-shim: 0.35.5 - function.prototype.name: 1.1.1 + function.prototype.name: 1.1.2 globalthis: 1.0.0 - object.entries: 1.1.0 - object.fromentries: 2.0.1 - object.getownpropertydescriptors: 2.0.3 - object.values: 1.1.0 - promise.allsettled: 1.0.1 - promise.prototype.finally: 3.1.1 - string.prototype.matchall: 3.0.2 - string.prototype.padend: 3.0.0 - string.prototype.padstart: 3.0.0 - symbol.prototype.description: 1.0.1 - dev: false - resolution: - integrity: sha512-pcSQf1+Kx7/0ibRmxj6rmMYc5V8SHlKu+rkQ80h0bjSLDaIxHg/3PiiFJi4A9mDc01CoBHoc8Fls2G/W0/+s5g== + object.entries: 1.1.1 + object.fromentries: 2.0.2 + object.getownpropertydescriptors: 2.1.0 + object.values: 1.1.1 + promise.allsettled: 1.0.2 + promise.prototype.finally: 3.1.2 + string.prototype.matchall: 4.0.1 + string.prototype.padend: 3.1.0 + string.prototype.padstart: 3.1.0 + symbol.prototype.description: 1.0.2 + dev: false + resolution: + integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ== /ajv-errors/1.0.1_ajv@6.10.2: dependencies: ajv: 6.10.2 @@ -2476,7 +2532,7 @@ packages: /ajv/6.10.2: dependencies: fast-deep-equal: 2.0.1 - fast-json-stable-stringify: 2.0.0 + fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.2.2 dev: false @@ -2570,6 +2626,7 @@ packages: /argparse/1.0.10: dependencies: sprintf-js: 1.0.3 + dev: false resolution: integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== /arr-diff/4.0.0: @@ -2594,15 +2651,15 @@ packages: dev: false resolution: integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - /array-includes/3.0.3: + /array-includes/3.1.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0= + integrity: sha512-ONOEQoKrvXPKk7Su92Co0YMqYO32FfqJTzkKU9u2UpIXyYZIzLSvpdg4AwvSw4mSUW0czu6inK+zby6Oj6gDjQ== /array-union/1.0.2: dependencies: array-uniq: 1.0.3 @@ -2623,26 +2680,36 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - /array.prototype.flat/1.2.2: + /array.prototype.flat/1.2.3: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 - function-bind: 1.1.1 + es-abstract: 1.17.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-VXjh7lAL4KXKF2hY4FnEW9eRW6IhdvFW1sN/JwLbmECbCgACCnBHNyP3lFiYuttr0jxRN9Bsc5+G27dMseSWqQ== - /array.prototype.flatmap/1.2.2: + integrity: sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== + /array.prototype.flatmap/1.2.3: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 function-bind: 1.1.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-ZZtPLE74KNE+0XcPv/vQmcivxN+8FhwOLvt2udHauO0aDEpsXDQrmd5HuJGpgPVyaV8HvkDPWnJ2iaem0oCKtA== + integrity: sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== + /array.prototype.map/1.0.1: + dependencies: + define-properties: 1.1.3 + es-abstract: 1.16.3 + es-array-method-boxes-properly: 1.0.0 + is-string: 1.0.4 + dev: false + engines: + node: '>= 0.4' + resolution: + integrity: sha512-qWw0c1MYCp8Ta2N5l5S1xdNPT5NE2KGzmPe6ZeuLFEwhtNTQGzQkT37r3RoDwZwc7nEPSQyp0ohWbwDTdIwvQg== /arrify/1.0.1: dev: false engines: @@ -2702,21 +2769,21 @@ packages: hasBin: true resolution: integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - /autoprefixer/9.7.1: + /autoprefixer/9.7.3: dependencies: - browserslist: 4.7.2 - caniuse-lite: 1.0.30001008 + browserslist: 4.8.2 + caniuse-lite: 1.0.30001016 chalk: 2.4.2 normalize-range: 0.1.2 num2fraction: 1.2.2 - postcss: 7.0.21 + postcss: 7.0.24 postcss-value-parser: 4.0.2 dev: false engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-w3b5y1PXWlhYulevrTJ0lizkQ5CyqfeU6BIRDbuhsMupstHQOeb1Ur80tcB1zxSu7AwyY/qCQ7Vvqklh31ZBFw== + integrity: sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q== /axe-core/3.4.0: dev: true engines: @@ -2759,9 +2826,9 @@ packages: dev: false resolution: integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA== - /babel-loader/8.0.6_@babel+core@7.7.2: + /babel-loader/8.0.6_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 find-cache-dir: 2.1.0 loader-utils: 1.2.3 mkdirp: 0.5.1 @@ -2785,11 +2852,11 @@ packages: integrity: sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== /babel-plugin-emotion/10.0.23: dependencies: - '@babel/helper-module-imports': 7.7.0 + '@babel/helper-module-imports': 7.7.4 '@emotion/hash': 0.7.3 '@emotion/memoize': 0.7.3 '@emotion/serialize': 0.11.14 - babel-plugin-macros: 2.6.1 + babel-plugin-macros: 2.8.0 babel-plugin-syntax-jsx: 6.18.0 convert-source-map: 1.7.0 escape-string-regexp: 1.0.5 @@ -2797,13 +2864,21 @@ packages: source-map: 0.5.7 resolution: integrity: sha512-1JiCyXU0t5S2xCbItejCduLGGcKmF3POT0Ujbexog2MI4IlRcIn/kWjkYwCUZlxpON0O5FC635yPl/3slr7cKQ== - /babel-plugin-macros/2.6.1: + /babel-plugin-macros/2.7.1: dependencies: - '@babel/runtime': 7.6.0 - cosmiconfig: 5.2.1 - resolve: 1.12.0 + '@babel/runtime': 7.7.4 + cosmiconfig: 6.0.0 + resolve: 1.13.1 + dev: false resolution: - integrity: sha512-6W2nwiXme6j1n2erPOnmRiWfObUhWH7Qw1LMi9XZy8cj+KtESu3T6asZvtk5bMQQjX8te35o7CFueiSdL/2NmQ== + integrity: sha512-HNM284amlKSQ6FddI4jLXD+XTqF0cTYOe5uemOIZxHJHnamC+OhFQ57rMF9sgnYhkJQptVl9U1SKVZsV9/GLQQ== + /babel-plugin-macros/2.8.0: + dependencies: + '@babel/runtime': 7.7.6 + cosmiconfig: 6.0.0 + resolve: 1.13.1 + resolution: + integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== /babel-plugin-minify-builtins/0.5.0: dev: false resolution: @@ -2869,14 +2944,14 @@ packages: dev: false resolution: integrity: sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA= - /babel-plugin-named-asset-import/0.3.4_@babel+core@7.7.2: + /babel-plugin-named-asset-import/0.3.5_@babel+core@7.7.5: dependencies: - '@babel/core': 7.7.2 + '@babel/core': 7.7.5 dev: false peerDependencies: '@babel/core': ^7.1.0 resolution: - integrity: sha512-S6d+tEzc5Af1tKIMbsf2QirCcPdQ+mKUCY2H1nJj1DyA1ShwpsoxEOAwbWsG5gcXNV/olpvQd9vrUWRx4bnhpw== + integrity: sha512-sGhfINU+AuMw9oFAdIn/nD5sem3pn/WgxAfDZ//Q3CnF+5uaho7C7shh2rKLk6sKE/XkfmyibghocwKdVjLIKg== /babel-plugin-react-docgen/3.2.0: dependencies: lodash: 4.17.15 @@ -2887,11 +2962,11 @@ packages: integrity: sha512-MZ3fhnJ+/tUDhWFGgWsajuLct/dD1xoprmStqrBgtt9flFLPrKIOKOfqwjXjsn6/THs5QrG5rkcDFE3TMMZDjQ== /babel-plugin-styled-components/1.10.6_styled-components@4.4.1: dependencies: - '@babel/helper-annotate-as-pure': 7.7.0 - '@babel/helper-module-imports': 7.7.0 + '@babel/helper-annotate-as-pure': 7.7.4 + '@babel/helper-module-imports': 7.7.4 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.15 - styled-components: 4.4.1_aca680a271e37d3b560cdeaa6de4eb51 + styled-components: 4.4.1_b5ffe839b1a452f2d2c7d94d3059774c dev: false peerDependencies: styled-components: '>= 2' @@ -2980,30 +3055,33 @@ packages: dev: false resolution: integrity: sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg== - /babel-preset-react-app/9.0.2: - dependencies: - '@babel/core': 7.6.0 - '@babel/plugin-proposal-class-properties': 7.5.5_@babel+core@7.6.0 - '@babel/plugin-proposal-decorators': 7.6.0_@babel+core@7.6.0 - '@babel/plugin-proposal-object-rest-spread': 7.5.5_@babel+core@7.6.0 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-destructuring': 7.6.0_@babel+core@7.6.0 - '@babel/plugin-transform-flow-strip-types': 7.4.4_@babel+core@7.6.0 - '@babel/plugin-transform-react-display-name': 7.2.0_@babel+core@7.6.0 - '@babel/plugin-transform-runtime': 7.6.0_@babel+core@7.6.0 - '@babel/preset-env': 7.6.0_@babel+core@7.6.0 - '@babel/preset-react': 7.0.0_@babel+core@7.6.0 - '@babel/preset-typescript': 7.6.0_@babel+core@7.6.0 - '@babel/runtime': 7.6.0 + /babel-preset-react-app/9.1.0: + dependencies: + '@babel/core': 7.7.4 + '@babel/plugin-proposal-class-properties': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-decorators': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-numeric-separator': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-object-rest-spread': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-proposal-optional-chaining': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-syntax-dynamic-import': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-destructuring': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-flow-strip-types': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-react-display-name': 7.7.4_@babel+core@7.7.4 + '@babel/plugin-transform-runtime': 7.7.4_@babel+core@7.7.4 + '@babel/preset-env': 7.7.4_@babel+core@7.7.4 + '@babel/preset-react': 7.7.4_@babel+core@7.7.4 + '@babel/preset-typescript': 7.7.4_@babel+core@7.7.4 + '@babel/runtime': 7.7.4 babel-plugin-dynamic-import-node: 2.3.0 - babel-plugin-macros: 2.6.1 + babel-plugin-macros: 2.7.1 babel-plugin-transform-react-remove-prop-types: 0.4.24 dev: false resolution: - integrity: sha512-aXD+CTH8Chn8sNJr4tO/trWKqe5sSE4hdO76j9fhVezJSzmpWYWUSc5JoPmdSxADwef5kQFNGKXd433vvkd2VQ== + integrity: sha512-0qMOv/pCcCQWxX1eNyKD9GlzZTdzZIK/Pq3O6TGe65tZSJTSplw1pFlaPujm0GjBj4g3GeCQbP08vvzlH7OGHg== /babel-runtime/6.26.0: dependencies: - core-js: 2.6.10 + core-js: 2.6.11 regenerator-runtime: 0.11.1 resolution: integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4= @@ -3041,10 +3119,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - /bluebird/3.7.1: + /bindings/1.5.0: + dependencies: + file-uri-to-path: 1.0.0 + dev: false + optional: true + resolution: + integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + /bluebird/3.7.2: dev: false resolution: - integrity: sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg== + integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== /bn.js/4.11.8: dev: false resolution: @@ -3135,7 +3220,7 @@ packages: /browserify-des/1.0.2: dependencies: cipher-base: 1.0.4 - des.js: 1.0.0 + des.js: 1.0.1 inherits: 2.0.4 safe-buffer: 5.2.0 dev: false @@ -3154,7 +3239,7 @@ packages: browserify-rsa: 4.0.1 create-hash: 1.2.0 create-hmac: 1.1.7 - elliptic: 6.5.1 + elliptic: 6.5.2 inherits: 2.0.4 parse-asn1: 5.1.5 dev: false @@ -3168,22 +3253,22 @@ packages: integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== /browserslist/4.7.0: dependencies: - caniuse-lite: 1.0.30001008 - electron-to-chromium: 1.3.306 - node-releases: 1.1.39 + caniuse-lite: 1.0.30001016 + electron-to-chromium: 1.3.322 + node-releases: 1.1.42 dev: false hasBin: true resolution: integrity: sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA== - /browserslist/4.7.2: + /browserslist/4.8.2: dependencies: - caniuse-lite: 1.0.30001008 - electron-to-chromium: 1.3.306 - node-releases: 1.1.39 + caniuse-lite: 1.0.30001016 + electron-to-chromium: 1.3.322 + node-releases: 1.1.42 dev: false hasBin: true resolution: - integrity: sha512-uZavT/gZXJd2UTi9Ov7/Z340WOSQ3+m1iBVRUknf+okKxonL9P83S3ctiBDtuRmRu8PiCHjqyueqQ9HYlJhxiw== + integrity: sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA== /buffer-from/1.1.1: dev: false resolution: @@ -3212,7 +3297,7 @@ packages: integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== /cacache/12.0.3: dependencies: - bluebird: 3.7.1 + bluebird: 3.7.2 chownr: 1.1.3 figgy-pudding: 3.5.1 glob: 7.1.6 @@ -3253,6 +3338,7 @@ packages: /caller-callsite/2.0.0: dependencies: callsites: 2.0.0 + dev: false engines: node: '>=4' resolution: @@ -3260,15 +3346,22 @@ packages: /caller-path/2.0.0: dependencies: caller-callsite: 2.0.0 + dev: false engines: node: '>=4' resolution: integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= /callsites/2.0.0: + dev: false engines: node: '>=4' resolution: integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + /callsites/3.1.0: + engines: + node: '>=6' + resolution: + integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== /camel-case/3.0.0: dependencies: no-case: 2.3.2 @@ -3289,10 +3382,10 @@ packages: /can-use-dom/0.1.0: resolution: integrity: sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= - /caniuse-lite/1.0.30001008: + /caniuse-lite/1.0.30001016: dev: false resolution: - integrity: sha512-b8DJyb+VVXZGRgJUa30cbk8gKHZ3LOZTBLaUEEVr2P4xpmFigOCc62CO4uzquW641Ouq1Rm9N+rWLWdSYDaDIw== + integrity: sha512-yYQ2QfotceRiH4U+h1Us86WJXtVHDmy3nEKIdYPsZCYnOV5/tMgGbmoIlrMzmh2VXlproqYtVaKeGDBkMZifFA== /case-sensitive-paths-webpack-plugin/2.2.0: dev: false engines: @@ -3348,7 +3441,7 @@ packages: upath: 1.2.0 dev: false optionalDependencies: - fsevents: 1.2.9 + fsevents: 1.2.11 resolution: integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== /chownr/1.1.3: @@ -3586,30 +3679,31 @@ packages: dev: false resolution: integrity: sha512-eOZERzvCmxS8HWzugj4Uxl8OJxa7T2k1Gi0X5qavwydHIfuSHq2dTD09LOg/XyGq4Zpb5IsR/2OJ5lbOegz78w== - /core-js-compat/3.4.1: + /core-js-compat/3.5.0: dependencies: - browserslist: 4.7.2 + browserslist: 4.8.2 semver: 6.3.0 dev: false resolution: - integrity: sha512-YdeJI26gLc0CQJ9asLE5obEgBz2I0+CIgnoTbS2T0d5IPQw/OCgCIFR527RmpduxjrB3gSEHoGOCTq9sigOyfw== - /core-js-pure/3.4.1: + integrity: sha512-E7iJB72svRjJTnm9HDvujzNVMCm3ZcDYEedkJ/sDTNsy/0yooCd9Cg7GSzE7b4e0LfIkjijdB1tqg0pGwxWeWg== + /core-js-pure/3.5.0: dev: false requiresBuild: true resolution: - integrity: sha512-q3FgAYoFGS0LaqV4K7oMsJUpGU7Ud3IR6D2qcu7BAvg0OQPuwakrdNlal+0Zsm3bUPBpI5i/r9C6W3uQCcCrSw== + integrity: sha512-wB0QtKAofWigiISuT1Tej3hKgq932fB//Lf1VoPbiLpTYlHY0nIDhgF+q1na0DAKFHH5wGCirkAknOmDN8ijXA== /core-js/1.2.7: - deprecated: 'core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.' + 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.' resolution: integrity: sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= - /core-js/2.6.10: + /core-js/2.6.11: + 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.' requiresBuild: true resolution: - integrity: sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA== - /core-js/3.4.1: + integrity: sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== + /core-js/3.5.0: requiresBuild: true resolution: - integrity: sha512-KX/dnuY/J8FtEwbnrzmAjUYgLqtk+cxM86hfG60LGiW3MmltIc2yAmDgBgEkfm0blZhUrdr1Zd84J2Y14mLxzg== + integrity: sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw== /core-util-is/1.0.2: dev: false resolution: @@ -3627,14 +3721,26 @@ packages: is-directory: 0.3.1 js-yaml: 3.13.1 parse-json: 4.0.0 + dev: false engines: node: '>=4' resolution: integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + /cosmiconfig/6.0.0: + dependencies: + '@types/parse-json': 4.0.0 + import-fresh: 3.2.1 + parse-json: 5.0.0 + path-type: 4.0.0 + yaml: 1.7.2 + engines: + node: '>=8' + resolution: + integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== /create-ecdh/4.0.3: dependencies: bn.js: 4.11.8 - elliptic: 6.5.1 + elliptic: 6.5.2 dev: false resolution: integrity: sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw== @@ -3659,22 +3765,22 @@ packages: dev: false resolution: integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - /create-react-context/0.2.3_prop-types@15.7.2+react@16.11.0: + /create-react-context/0.2.3_prop-types@15.7.2+react@16.12.0: dependencies: fbjs: 0.8.17 gud: 1.0.0 prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 peerDependencies: prop-types: ^15.0.0 react: ^0.14.0 || ^15.0.0 || ^16.0.0 resolution: integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag== - /create-react-context/0.3.0_prop-types@15.7.2+react@16.11.0: + /create-react-context/0.3.0_prop-types@15.7.2+react@16.12.0: dependencies: gud: 1.0.0 prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 warning: 4.0.3 peerDependencies: prop-types: ^15.0.0 @@ -3723,20 +3829,20 @@ packages: node: '>=4' resolution: integrity: sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= - /css-loader/3.2.0_webpack@4.41.2: + /css-loader/3.3.2_webpack@4.41.2: dependencies: camelcase: 5.3.1 cssesc: 3.0.0 icss-utils: 4.1.1 loader-utils: 1.2.3 normalize-path: 3.0.0 - postcss: 7.0.21 + postcss: 7.0.24 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.2 - postcss-modules-scope: 2.1.0 + postcss-modules-scope: 2.1.1 postcss-modules-values: 3.0.0 postcss-value-parser: 4.0.2 - schema-utils: 2.5.0 + schema-utils: 2.6.1 webpack: 4.41.2_webpack@4.41.2 dev: false engines: @@ -3744,7 +3850,7 @@ packages: peerDependencies: webpack: ^4.0.0 resolution: - integrity: sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ== + integrity: sha512-4XSiURS+YEK2fQhmSaM1onnUm0VKWNf6WWBYjkp9YbSDGCBTVZ5XOM6Gkxo8tLgQlzkZOBJvk9trHlDk4gjEYg== /css-select-base-adapter/0.1.1: dev: false resolution: @@ -3809,9 +3915,9 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg== - /csstype/2.6.7: + /csstype/2.6.8: resolution: - integrity: sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ== + integrity: sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA== /cyclist/1.0.1: dev: false resolution: @@ -3839,13 +3945,22 @@ packages: node: '>=0.10' resolution: integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + /deep-equal/1.1.1: + dependencies: + is-arguments: 1.0.4 + is-date-object: 1.0.1 + is-regex: 1.0.5 + object-is: 1.0.2 + object-keys: 1.1.1 + regexp.prototype.flags: 1.3.0 + resolution: + integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== /deep-object-diff/1.1.0: resolution: integrity: sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw== /define-properties/1.1.3: dependencies: object-keys: 1.1.1 - dev: false engines: node: '>= 0.4' resolution: @@ -3889,13 +4004,13 @@ packages: node: '>= 0.6' resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - /des.js/1.0.0: + /des.js/1.0.1: dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 dev: false resolution: - integrity: sha1-wHTS4qpqipoH29YfmhXCzYPsjsw= + integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== /destroy/1.0.4: dev: false resolution: @@ -3953,7 +4068,7 @@ packages: integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== /dom-helpers/3.4.0: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 dev: false resolution: integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== @@ -4042,7 +4157,7 @@ packages: end-of-stream: 1.4.4 inherits: 2.0.4 readable-stream: 2.3.6 - stream-shift: 1.0.0 + stream-shift: 1.0.1 dev: false resolution: integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== @@ -4050,22 +4165,23 @@ packages: dev: false resolution: integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - /ejs/2.7.1: + /ejs/2.7.4: dev: false engines: node: '>=0.10.0' + requiresBuild: true resolution: - integrity: sha512-kS/gEPzZs3Y1rRsbGX4UOSjtP/CeJP0CxSNZHYxGfVM/VgLcv0ZqM7C45YyTj2DI2g7+P9Dd24C+IMIg6D0nYQ== - /electron-to-chromium/1.3.306: + integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== + /electron-to-chromium/1.3.322: dev: false resolution: - integrity: sha512-frDqXvrIROoYvikSKTIKbHbzO6M3/qC6kCIt/1FOa9kALe++c4VAJnwjSFvf1tYLEUsP2n9XZ4XSCyqc3l7A/A== + integrity: sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA== /element-resize-detector/1.1.15: dependencies: batch-processor: 1.0.0 resolution: integrity: sha512-16/5avDegXlUxytGgaumhjyQoM6hpp5j3+L79sYq5hlXfTNRy5WMMuTVWkZU3egp/CokCmTmvf18P3KeB57Iog== - /elliptic/6.5.1: + /elliptic/6.5.2: dependencies: bn.js: 4.11.8 brorand: 1.1.0 @@ -4076,7 +4192,7 @@ packages: minimalistic-crypto-utils: 1.0.1 dev: false resolution: - integrity: sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg== + integrity: sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw== /emoji-regex/7.0.3: dev: false resolution: @@ -4086,24 +4202,24 @@ packages: node: '>= 0.10' resolution: integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k= - /emotion-theming/10.0.19_75a3621563989c24c51854c3e0e71dec: + /emotion-theming/10.0.19_b72901fefb9c28f220e25710e5576e8f: dependencies: - '@babel/runtime': 7.7.2 - '@emotion/core': 10.0.22_react@16.11.0 + '@babel/runtime': 7.7.6 + '@emotion/core': 10.0.22_react@16.12.0 '@emotion/weak-memoize': 0.2.4 - hoist-non-react-statics: 3.3.0 - react: 16.11.0 + hoist-non-react-statics: 3.3.1 + react: 16.12.0 peerDependencies: '@emotion/core': ^10.0.17 react: '>=16.3.0' resolution: integrity: sha512-dQRBPLAAQ6eA8JKhkLCIWC8fdjPbiNC1zNTdFF292h9amhZXofcNGUP7axHoHX4XesqQESYwZrXp53OPInMrKw== - /emotion-theming/10.0.19_react@16.11.0: + /emotion-theming/10.0.19_react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 '@emotion/weak-memoize': 0.2.4 - hoist-non-react-statics: 3.3.0 - react: 16.11.0 + hoist-non-react-statics: 3.3.1 + react: 16.12.0 dev: false peerDependencies: '@emotion/core': ^10.0.17 @@ -4157,14 +4273,14 @@ packages: is-arrayish: 0.2.1 resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-abstract/1.16.0: + /es-abstract/1.16.3: dependencies: es-to-primitive: 1.2.1 function-bind: 1.1.1 has: 1.0.3 - has-symbols: 1.0.0 + has-symbols: 1.0.1 is-callable: 1.1.4 - is-regex: 1.0.4 + is-regex: 1.0.5 object-inspect: 1.7.0 object-keys: 1.1.1 string.prototype.trimleft: 2.1.0 @@ -4173,13 +4289,45 @@ packages: engines: node: '>= 0.4' resolution: - integrity: sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg== + integrity: sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw== + /es-abstract/1.17.0-next.1: + dependencies: + es-to-primitive: 1.2.1 + function-bind: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.1 + is-callable: 1.1.4 + is-regex: 1.0.5 + object-inspect: 1.7.0 + object-keys: 1.1.1 + object.assign: 4.1.0 + string.prototype.trimleft: 2.1.0 + string.prototype.trimright: 2.1.0 + engines: + node: '>= 0.4' + resolution: + integrity: sha512-7MmGr03N7Rnuid6+wyhD9sHNE2n4tFSwExnU2lQl3lIo2ShXWGePY80zYaoMOmILWv57H0amMjZGHNzzGG70Rw== + /es-array-method-boxes-properly/1.0.0: + dev: false + resolution: + integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== + /es-get-iterator/1.0.1: + dependencies: + es-abstract: 1.16.3 + has-symbols: 1.0.1 + is-arguments: 1.0.4 + is-map: 2.0.0 + is-set: 2.0.0 + is-string: 1.0.4 + isarray: 2.0.5 + dev: false + resolution: + integrity: sha512-pswpctxWRElQDcP0RJy0qmNrpf6nH9SeQl8dra5fFHBPHKfpVIST27Kv4j5enE8JhIssRBI4QPMrNvcyIPhapQ== /es-to-primitive/1.2.1: dependencies: is-callable: 1.1.4 is-date-object: 1.0.1 - is-symbol: 1.0.2 - dev: false + is-symbol: 1.0.3 engines: node: '>= 0.4' resolution: @@ -4213,6 +4361,7 @@ packages: resolution: integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== /esprima/4.0.1: + dev: false engines: node: '>=4' hasBin: true @@ -4390,10 +4539,10 @@ packages: node: '>=4.0.0' resolution: integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== - /fast-json-stable-stringify/2.0.0: + /fast-json-stable-stringify/2.1.0: dev: false resolution: - integrity: sha1-1RQsDK7msRifh9OnYREGT4bIu/I= + integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== /fault/1.0.3: dependencies: format: 0.2.2 @@ -4444,12 +4593,17 @@ packages: integrity: sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw== /file-system-cache/1.0.5: dependencies: - bluebird: 3.7.1 + bluebird: 3.7.2 fs-extra: 0.30.0 ramda: 0.21.0 dev: false resolution: integrity: sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08= + /file-uri-to-path/1.0.0: + dev: false + optional: true + resolution: + integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== /filesize/3.6.1: dev: false engines: @@ -4490,7 +4644,7 @@ packages: node: '>=6' resolution: integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - /find-cache-dir/3.1.0: + /find-cache-dir/3.2.0: dependencies: commondir: 1.0.1 make-dir: 3.0.0 @@ -4499,7 +4653,7 @@ packages: engines: node: '>=8' resolution: - integrity: sha512-zw+EFiNBNPgI2NTrKkDd1xd7q0cs6wr/iWnr/oUkI0yF9K9GqQ+riIt4aiyFaaqpaWbxPrJXHI+QvmNUQbX+0Q== + integrity: sha512-1JKclkYYsf1q9WIJKLZa9S9muC+08RIjzAlLrK4QcYLJMS6mk9yombQ9qf+zJ7H9LS800k0s44L4sDq9VYzqyg== /find-root/1.1.0: resolution: integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== @@ -4638,43 +4792,42 @@ packages: dev: false resolution: integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - /fsevents/1.2.9: + /fsevents/1.2.11: bundledDependencies: - node-pre-gyp dependencies: + bindings: 1.5.0 nan: 2.14.0 - deprecated: 'One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size' dev: false engines: node: '>=4.0' optional: true requiresBuild: true resolution: - integrity: sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw== + integrity: sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw== /function-bind/1.1.1: resolution: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - /function.prototype.name/1.1.1: + /function.prototype.name/1.1.2: dependencies: define-properties: 1.1.3 - function-bind: 1.1.1 + es-abstract: 1.17.0-next.1 functions-have-names: 1.2.0 - is-callable: 1.1.4 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-e1NzkiJuw6xqVH7YSdiW/qDHebcmMhPNe6w+4ZYYEg0VA+LaLzx37RimbPLuonHhYGFGPx1ME2nSi74JiaCr/Q== + integrity: sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg== /functions-have-names/1.2.0: dev: false resolution: integrity: sha512-zKXyzksTeaCSw5wIX79iCA40YAa6CJMJgNg9wdkU/ERBrIdPSimPICYiLp65lRbSBqtiHql/HZfS2DyI/AH6tQ== - /fuse.js/3.4.5: + /fuse.js/3.4.6: dev: false engines: node: '>=6' resolution: - integrity: sha512-s9PGTaQIkT69HaeoTVjwGsLfb8V8ScJLx5XGFcKHg0MqLUH/UZ4EKOtqtXX9k7AFqCGxD1aJmYb8Q5VYDibVRQ== + integrity: sha512-H6aJY4UpLFwxj1+5nAvufom5b2BT2v45P1MkPvdGIK8fWjQx/7o6tTT1+ALV0yawQvbmvCF0ufl2et8eJ7v7Cg== /gauge/2.7.4: dependencies: aproba: 1.2.0 @@ -4810,11 +4963,11 @@ packages: node: '>=4' resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - /has-symbols/1.0.0: + /has-symbols/1.0.1: engines: node: '>= 0.4' resolution: - integrity: sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= + integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== /has-unicode/2.0.1: dev: false resolution: @@ -4904,11 +5057,11 @@ packages: dev: false resolution: integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - /hoist-non-react-statics/3.3.0: + /hoist-non-react-statics/3.3.1: dependencies: - react-is: 16.11.0 + react-is: 16.12.0 resolution: - integrity: sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA== + integrity: sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw== /html-entities/1.2.1: dev: false engines: @@ -4923,7 +5076,7 @@ packages: he: 1.2.0 param-case: 2.1.1 relateurl: 0.2.7 - terser: 4.4.0 + terser: 4.4.2 dev: false engines: node: '>=6' @@ -4998,7 +5151,7 @@ packages: integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== /icss-utils/4.1.1: dependencies: - postcss: 7.0.21 + postcss: 7.0.24 dev: false engines: node: '>= 6' @@ -5032,10 +5185,19 @@ packages: dependencies: caller-path: 2.0.0 resolve-from: 3.0.0 + dev: false engines: node: '>=4' resolution: integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= + /import-fresh/3.2.1: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + engines: + node: '>=6' + resolution: + integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== /import-from/2.1.0: dependencies: resolve-from: 3.0.0 @@ -5167,6 +5329,11 @@ packages: is-decimal: 1.0.3 resolution: integrity: sha512-A1IGAPO5AW9vSh7omxIlOGwIqEvpW/TA+DksVOPM5ODuxKlZS09+TEM1E3275lJqO2oJ38vDpeAL3DCIiHE6eA== + /is-arguments/1.0.4: + engines: + node: '>= 0.4' + resolution: + integrity: sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== /is-arrayish/0.2.1: resolution: integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= @@ -5183,7 +5350,6 @@ packages: resolution: integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== /is-callable/1.1.4: - dev: false engines: node: '>= 0.4' resolution: @@ -5205,7 +5371,6 @@ packages: resolution: integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== /is-date-object/1.0.1: - dev: false engines: node: '>= 0.4' resolution: @@ -5234,6 +5399,7 @@ packages: resolution: integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== /is-directory/0.3.1: + dev: false engines: node: '>=0.10.0' resolution: @@ -5301,6 +5467,10 @@ packages: /is-hexadecimal/1.0.3: resolution: integrity: sha512-zxQ9//Q3D/34poZf8fiy3m3XVpbQc7ren15iKqrTtLPwkPD/t3Scy9Imp63FujULGxuK0ZlCwoo5xNpktFgbOA== + /is-map/2.0.0: + dev: false + resolution: + integrity: sha512-ptj+FffEGJN9hLuakga2S3mYQt5PVN+w7+fL3SAgxKhlCePSt24Q3fiSozhvphbwCQ0+QPA1rJnLSoS2LnbCVw== /is-number/3.0.0: dependencies: kind-of: 3.2.2 @@ -5338,35 +5508,45 @@ packages: dev: false resolution: integrity: sha1-eaKp7OfwlugPNtKy87wWwf9L8/o= - /is-regex/1.0.4: + /is-regex/1.0.5: dependencies: has: 1.0.3 engines: node: '>= 0.4' resolution: - integrity: sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= + integrity: sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ== /is-root/2.1.0: dev: false engines: node: '>=6' resolution: integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== + /is-set/2.0.0: + dev: false + resolution: + integrity: sha512-So5/xwRDzU3X7kOt2vpvrsj/Asx5E7Q5IyX6itksB96FJgyydSe9tFwfCq7IZ8URDS4h45FhNgfENToTgBfmgw== /is-stream/1.1.0: engines: node: '>=0.10.0' resolution: integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - /is-symbol/1.0.2: + /is-string/1.0.4: + dev: false + engines: + node: '>= 0.4' + resolution: + integrity: sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ= + /is-symbol/1.0.3: dependencies: - has-symbols: 1.0.0 + has-symbols: 1.0.1 engines: node: '>= 0.4' resolution: - integrity: sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw== - /is-what/3.3.1: + integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== + /is-what/3.4.0: dev: false resolution: - integrity: sha512-seFn10yAXy+yJlTRO+8VfiafC+0QJanGLMPTBWLrJm/QPauuchy0UXh8B6H5o9VA8BAzk0iYievt6mNp6gfaqA== + integrity: sha512-oFdBRuSY9PocqPoUUseDXek4I+A1kWGigZGhuG+7GEkp0tRkek11adc0HbTEVsNvtojV7rp0uhf5LWtGvHzoOQ== /is-window/1.0.2: dev: true resolution: @@ -5387,6 +5567,10 @@ packages: dev: false resolution: integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + /isarray/2.0.5: + dev: false + resolution: + integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== /isexe/2.0.0: dev: false resolution: @@ -5416,6 +5600,12 @@ packages: whatwg-fetch: 3.0.0 resolution: integrity: sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk= + /iterate-value/1.0.1: + dependencies: + es-get-iterator: 1.0.1 + dev: false + resolution: + integrity: sha512-xc6jTbwPOWEdD26y41BpJBqh/w3kuEcsQxTypXD+xYQA2+OZIfemmkm725cnRbm1cHj4SMLUO1+7oIA97e88gg== /js-levenshtein/1.1.6: dev: false engines: @@ -5433,6 +5623,7 @@ packages: dependencies: argparse: 1.0.10 esprima: 4.0.1 + dev: false hasBin: true resolution: integrity: sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== @@ -5540,9 +5731,9 @@ packages: integrity: sha1-odePw6UEdMuAhF07O24dpJpEbo4= /lazy-universal-dotenv/3.0.1: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 app-root-dir: 1.0.2 - core-js: 3.4.1 + core-js: 3.5.0 dotenv: 8.2.0 dotenv-expand: 5.1.0 dev: false @@ -5552,6 +5743,9 @@ packages: yarn: '>=1.0.0' resolution: integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ== + /lines-and-columns/1.1.6: + resolution: + integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= /loader-runner/2.4.0: dev: false engines: @@ -5670,10 +5864,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - /markdown-to-jsx/6.10.3_react@16.11.0: + /markdown-to-jsx/6.10.3_react@16.12.0: dependencies: prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 unquote: 1.1.1 engines: node: '>= 4' @@ -5728,12 +5922,12 @@ packages: node: '>=4.3.0 <5.0.0 || >=5.10' resolution: integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - /merge-anything/2.4.1: + /merge-anything/2.4.4: dependencies: - is-what: 3.3.1 + is-what: 3.4.0 dev: false resolution: - integrity: sha512-dYOIAl9GFCJNctSIHWOj9OJtarCjsD16P8ObCl6oxrujAG+kOvlwJuOD9/O9iYZ9aTi1RGpGTG9q9etIvuUikQ== + integrity: sha512-l5XlriUDJKQT12bH+rVhAHjwIuXWdAIecGwsYjv2LJo+dA1AeRTmeQS+3QBpO6lEthBMDi2IUMpLC1yyRvGlwQ== /merge-deep/3.0.2: dependencies: arr-union: 3.1.0 @@ -5792,20 +5986,20 @@ packages: hasBin: true resolution: integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - /mime-db/1.40.0: + /mime-db/1.42.0: dev: false engines: node: '>= 0.6' resolution: - integrity: sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA== - /mime-types/2.1.24: + integrity: sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ== + /mime-types/2.1.25: dependencies: - mime-db: 1.40.0 + mime-db: 1.42.0 dev: false engines: node: '>= 0.6' resolution: - integrity: sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ== + integrity: sha512-5KhStqB5xpTAeGqKBAMgwaYMnQik7teQN4IAzC7npDv6kzeU6prfkR67bc87J1kWMPGkoaZSq1npmexMgkmEVg== /mime/1.6.0: dev: false engines: @@ -6023,12 +6217,12 @@ packages: dev: false resolution: integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - /node-releases/1.1.39: + /node-releases/1.1.42: dependencies: semver: 6.3.0 dev: false resolution: - integrity: sha512-8MRC/ErwNCHOlAFycy9OPca46fQYUjbJRDcZTHVWIGXIjYLM73k70vv3WkYutVnM4cCo4hE0MqBVVZjP6vjISA== + integrity: sha512-OQ/ESmUqGawI2PRX+XIRao44qWYBBfN54ImQYdWVTQqUckuejOg76ysSqDBK8NG3zwySRVnX36JwDQ6x+9GxzA== /normalize-path/2.1.1: dependencies: remove-trailing-separator: 1.1.0 @@ -6109,11 +6303,14 @@ packages: resolution: integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= /object-inspect/1.7.0: - dev: false resolution: integrity: sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== + /object-is/1.0.2: + engines: + node: '>= 0.4' + resolution: + integrity: sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ== /object-keys/1.1.1: - dev: false engines: node: '>= 0.4' resolution: @@ -6130,44 +6327,43 @@ packages: dependencies: define-properties: 1.1.3 function-bind: 1.1.1 - has-symbols: 1.0.0 + has-symbols: 1.0.1 object-keys: 1.1.1 - dev: false engines: node: '>= 0.4' resolution: integrity: sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== - /object.entries/1.1.0: + /object.entries/1.1.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 function-bind: 1.1.1 has: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA== - /object.fromentries/2.0.1: + integrity: sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ== + /object.fromentries/2.0.2: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 function-bind: 1.1.1 has: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA== - /object.getownpropertydescriptors/2.0.3: + integrity: sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== + /object.getownpropertydescriptors/2.1.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 dev: false engines: node: '>= 0.8' resolution: - integrity: sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY= + integrity: sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== /object.pick/1.3.0: dependencies: isobject: 3.0.1 @@ -6176,17 +6372,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - /object.values/1.1.0: + /object.values/1.1.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 function-bind: 1.1.1 has: 1.0.3 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg== + integrity: sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== /on-finished/2.3.0: dependencies: ee-first: 1.1.1 @@ -6306,6 +6502,13 @@ packages: dev: false resolution: integrity: sha1-35T9jPZTHs915r75oIWPvHK+Ikc= + /parent-module/1.0.1: + dependencies: + callsites: 3.1.0 + engines: + node: '>=6' + resolution: + integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== /parse-asn1/5.1.5: dependencies: asn1.js: 4.10.1 @@ -6331,10 +6534,21 @@ packages: dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 + dev: false engines: node: '>=4' resolution: integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + /parse-json/5.0.0: + dependencies: + '@babel/code-frame': 7.5.5 + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 + lines-and-columns: 1.1.6 + engines: + node: '>=8' + resolution: + integrity: sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== /parseurl/1.3.3: dev: false engines: @@ -6393,6 +6607,11 @@ packages: node: '>=4' resolution: integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== + /path-type/4.0.0: + engines: + node: '>=8' + resolution: + integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /pbkdf2/3.0.17: dependencies: create-hash: 1.2.0 @@ -6449,7 +6668,7 @@ packages: integrity: sha512-ExrNwuFH3DudHwWY2uRMqyiCOBEDdhQYHIAsqW/CM6hIZlSgXC/ma/p08FoNOUhVyh9hl1NGnMpR94T5i3SHaQ== /polished/3.4.2: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 resolution: integrity: sha512-9Rch6iMZckABr6EFCLPZsxodeBpXMo9H4fRlfR/9VjMEyy5xpo1/WgXlJGgSjPyVhEZNycbW7UmYMNyWS5MI0g== /popper.js/1.16.0: @@ -6463,7 +6682,7 @@ packages: integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= /postcss-flexbugs-fixes/4.1.0: dependencies: - postcss: 7.0.21 + postcss: 7.0.24 dev: false resolution: integrity: sha512-jr1LHxQvStNNAHlgco6PzY308zvLklh7SJVYuWUwyUQncofaAlD2l+P/gxKHOdqWKe7xJSkVLFF/2Tp+JqMSZA== @@ -6479,7 +6698,7 @@ packages: /postcss-loader/3.0.0: dependencies: loader-utils: 1.2.3 - postcss: 7.0.21 + postcss: 7.0.24 postcss-load-config: 2.1.0 schema-utils: 1.0.0 dev: false @@ -6489,7 +6708,7 @@ packages: integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== /postcss-modules-extract-imports/2.0.0: dependencies: - postcss: 7.0.21 + postcss: 7.0.24 dev: false engines: node: '>= 6' @@ -6498,7 +6717,7 @@ packages: /postcss-modules-local-by-default/3.0.2: dependencies: icss-utils: 4.1.1 - postcss: 7.0.21 + postcss: 7.0.24 postcss-selector-parser: 6.0.2 postcss-value-parser: 4.0.2 dev: false @@ -6506,19 +6725,19 @@ packages: node: '>= 6' resolution: integrity: sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ== - /postcss-modules-scope/2.1.0: + /postcss-modules-scope/2.1.1: dependencies: - postcss: 7.0.21 + postcss: 7.0.24 postcss-selector-parser: 6.0.2 dev: false engines: node: '>= 6' resolution: - integrity: sha512-91Rjps0JnmtUB0cujlc8KIKCsJXWjzuxGeT/+Q2i2HXKZ7nBUeF9YQTZZTNvHVoNYj1AthsjnGLtqDUE0Op79A== + integrity: sha512-OXRUPecnHCg8b9xWvldG/jUpRIGPNRka0r4D4j0ESUU2/5IOnpsjfPPmDprM3Ih8CgZ8FXjWqaniK5v4rWt3oQ== /postcss-modules-values/3.0.0: dependencies: icss-utils: 4.1.1 - postcss: 7.0.21 + postcss: 7.0.24 dev: false resolution: integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== @@ -6540,7 +6759,7 @@ packages: dev: false resolution: integrity: sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ== - /postcss/7.0.21: + /postcss/7.0.24: dependencies: chalk: 2.4.2 source-map: 0.6.1 @@ -6549,7 +6768,7 @@ packages: engines: node: '>=6.0.0' resolution: - integrity: sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== + integrity: sha512-Xl0XvdNWg+CblAXzNvbSOUvgJXwSjmbAKORqyw9V2AlHrm1js2gFw9y3jibBAhpKZi8b5JzJCVh/FyzPsTtgTA== /prepend-http/1.0.4: dev: false engines: @@ -6600,26 +6819,28 @@ packages: dev: false resolution: integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM= - /promise.allsettled/1.0.1: + /promise.allsettled/1.0.2: dependencies: + array.prototype.map: 1.0.1 define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 function-bind: 1.1.1 + iterate-value: 1.0.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-3ST7RS7TY3TYLOIe+OACZFvcWVe1osbgz2x07nTb446pa3t4GUZWidMDzQ4zf9jC2l6mRa1/3X81icFYbi+D/g== - /promise.prototype.finally/3.1.1: + integrity: sha512-UpcYW5S1RaNKT6pd+s9jp9K9rlQge1UXKskec0j6Mmuq7UJCvlS2J2/s/yuPN8ehftf9HXMxWlKiPbGGUzpoRg== + /promise.prototype.finally/3.1.2: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 + es-abstract: 1.17.0-next.1 function-bind: 1.1.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha512-gnt8tThx0heJoI3Ms8a/JdkYBVhYP/wv+T7yQimR+kdOEJL21xTFbiJhMRqnSPcr54UVvMbsscDk2w+ivyaLPw== + integrity: sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== /promise/7.3.1: dependencies: asap: 2.0.6 @@ -6629,7 +6850,7 @@ packages: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - react-is: 16.11.0 + react-is: 16.12.0 resolution: integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== /property-information/5.3.0: @@ -6790,17 +7011,17 @@ packages: webpack: ^4.3.0 resolution: integrity: sha512-kZnO5MoIyrojfrPWqrhFNLZemIAX8edMOCp++yC5RKxzFB3m92DqKNhKlU6+FvpOhWtvyh3jOaD7J6/9tpdIKg== - /react-clientside-effect/1.2.2_react@16.11.0: + /react-clientside-effect/1.2.2_react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 - react: 16.11.0 + '@babel/runtime': 7.7.6 + react: 16.12.0 peerDependencies: react: ^15.3.0 || ^16.0.0 resolution: integrity: sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - /react-color/2.17.3_react@16.11.0: + /react-color/2.17.3_react@16.12.0: dependencies: - '@icons/material': 0.2.4_react@16.11.0 + '@icons/material': 0.2.4_react@16.12.0 lodash: 4.17.15 material-colors: 1.2.6 prop-types: 15.7.2 @@ -6832,7 +7053,7 @@ packages: loader-utils: 1.2.3 open: 6.4.0 pkg-up: 2.0.0 - react-error-overlay: 6.0.3 + react-error-overlay: 6.0.4 recursive-readdir: 2.2.2 shell-quote: 1.7.2 sockjs-client: 1.4.0 @@ -6845,8 +7066,8 @@ packages: integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg== /react-docgen/4.1.1: dependencies: - '@babel/core': 7.7.2 - '@babel/runtime': 7.7.2 + '@babel/core': 7.7.5 + '@babel/runtime': 7.7.6 async: 2.6.3 commander: 2.20.3 doctrine: 3.0.0 @@ -6858,49 +7079,49 @@ packages: hasBin: true resolution: integrity: sha512-o1wdswIxbgJRI4pckskE7qumiFyqkbvCO++TylEDOo2RbMiueIOg8YzKU4X9++r0DjrbXePw/LHnh81GRBTWRw== - /react-dom/16.11.0_react@16.11.0: + /react-dom/16.12.0_react@16.12.0: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 prop-types: 15.7.2 - react: 16.11.0 - scheduler: 0.17.0 + react: 16.12.0 + scheduler: 0.18.0 peerDependencies: react: ^16.0.0 resolution: - integrity: sha512-nrRyIUE1e7j8PaXSPtyRKtz+2y9ubW/ghNgqKFHHAHaeP0fpF5uXR+sq8IMRHC+ZUxw7W9NyCDTBtwWxvkb0iA== - /react-draggable/4.1.0: + integrity: sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw== + /react-draggable/4.2.0: dependencies: classnames: 2.2.6 prop-types: 15.7.2 dev: false resolution: - integrity: sha512-Or/qe70cfymshqoC8Lsp0ukTzijJObehb7Vfl7tb5JRxoV+b6PDkOGoqYaWBzZ59k9dH/bwraLGsnlW78/3vrA== - /react-error-overlay/6.0.3: + integrity: sha512-5wFq//gEoeTYprnd4ze8GrFc+Rbnx+9RkOMR3vk4EbWxj02U6L6T3yrlKeiw4X5CtjD2ma2+b3WujghcXNRzkw== + /react-error-overlay/6.0.4: dev: false resolution: - integrity: sha512-bOUvMWFQVk5oz8Ded9Xb7WVdEi3QGLC8tH7HmYP0Fdp4Bn3qw0tRFmr5TW6mvahzvmrK4a6bqWGfCevBflP+Xw== + integrity: sha512-ueZzLmHltszTshDMwyfELDq8zOA803wQ1ZuzCccXa1m57k1PxSHfflPD5W9YIiTXLs0JTLzoj6o1LuM5N6zzNA== /react-fast-compare/2.0.4: resolution: integrity: sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw== - /react-focus-lock/1.19.1_react@16.11.0: + /react-focus-lock/1.19.1_react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 focus-lock: 0.6.6 prop-types: 15.7.2 - react: 16.11.0 - react-clientside-effect: 1.2.2_react@16.11.0 + react: 16.12.0 + react-clientside-effect: 1.2.2_react@16.12.0 peerDependencies: react: ^15.0.0 || ^16.0.0 resolution: integrity: sha512-TPpfiack1/nF4uttySfpxPk4rGZTLXlaZl7ncZg/ELAk24Iq2B1UUaUioID8H8dneUXqznT83JTNDHDj+kwryw== - /react-helmet-async/1.0.4_react-dom@16.11.0+react@16.11.0: + /react-helmet-async/1.0.4_react-dom@16.12.0+react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 invariant: 2.2.4 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 react-fast-compare: 2.0.4 shallowequal: 1.1.0 peerDependencies: @@ -6908,78 +7129,82 @@ packages: react-dom: ^16.6.0 resolution: integrity: sha512-KTGHE9sz8N7+fCkZ2a3vzXH9eIkiTNhL2NhKR7XzzQl3WsGlCHh76arauJUIiGdfhjeMp7DY7PkASAmYFXeJYg== - /react-hotkeys/2.0.0-pre4_react@16.11.0: + /react-hotkeys/2.0.0-pre4_react@16.12.0: dependencies: prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 dev: false peerDependencies: react: '>= 0.14.0' resolution: integrity: sha512-oa+UncSWyOwMK3GExt+oELXaR7T3ItgcMolsupQFdKvwkEhVAluJd5rYczsRSQpQlVkdNoHG46De2NUeuS+88Q== - /react-input-autosize/2.2.2_react@16.11.0: + /react-input-autosize/2.2.2_react@16.12.0: dependencies: prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 dev: false peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 resolution: integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-inspector/3.0.2_react@16.11.0: + /react-inspector/3.0.2_react@16.12.0: dependencies: babel-runtime: 6.26.0 is-dom: 1.1.0 prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 dev: true peerDependencies: react: ^16.8.4 resolution: integrity: sha512-PSR8xDoGFN8R3LKmq1NT+hBBwhxjd9Qwz8yKY+5NXY/CHpxXHm01CVabxzI7zFwFav/M3JoC/Z0Ro2kSX6Ef2Q== - /react-is/16.11.0: + /react-is/16.12.0: resolution: - integrity: sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw== + integrity: sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q== /react-lifecycles-compat/3.0.4: resolution: integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - /react-popper-tooltip/2.10.0_react-dom@16.11.0+react@16.11.0: + /react-popper-tooltip/2.10.1_react-dom@16.12.0+react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 - react-popper: 1.3.6_react@16.11.0 + '@babel/runtime': 7.7.6 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 + react-popper: 1.3.7_react@16.12.0 peerDependencies: react: ^16.6.0 react-dom: ^16.6.0 resolution: - integrity: sha512-iMNWaY41G7kcx2/kcV+37GLe4C93yI9CPZ9DH+V9tOtJIJwEzm/w9+mlr6G1QLzxefDxjliqymMXk9X73pyuWA== - /react-popper/1.3.6_react@16.11.0: + integrity: sha512-cib8bKiyYcrIlHo9zXx81G0XvARfL8Jt+xum709MFCgQa3HTqTi4au3iJ9tm7vi7WU7ngnqbpWkMinBOtwo+IQ== + /react-popper/1.3.7_react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 - create-react-context: 0.3.0_prop-types@15.7.2+react@16.11.0 + '@babel/runtime': 7.7.6 + create-react-context: 0.3.0_prop-types@15.7.2+react@16.12.0 + deep-equal: 1.1.1 popper.js: 1.16.0 prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 typed-styles: 0.0.7 warning: 4.0.3 peerDependencies: react: 0.14.x || ^15.0.0 || ^16.0.0 resolution: - integrity: sha512-kLTfa9z8n+0jJvRVal9+vIuirg41rObg4Bbrvv/ZfsGPQDN9reyVVSxqnHF1ZNgXgV7x11PeUfd5ItF8DZnqhg== - /react-redux/7.1.3_react@16.11.0+redux@4.0.4: + integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== + /react-redux/7.1.3_9a2f9d4864311d39d6f2623bd2f887e8: dependencies: - '@babel/runtime': 7.7.2 - hoist-non-react-statics: 3.3.0 + '@babel/runtime': 7.7.6 + hoist-non-react-statics: 3.3.1 invariant: 2.2.4 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.11.0 - react-is: 16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 + react-is: 16.12.0 redux: 4.0.4 dev: true peerDependencies: react: ^16.8.3 + react-dom: '*' + react-native: '*' redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 peerDependenciesMeta: react-dom: @@ -6988,31 +7213,31 @@ packages: optional: true resolution: integrity: sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w== - /react-select/3.0.8_react-dom@16.11.0+react@16.11.0: + /react-select/3.0.8_react-dom@16.12.0+react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 '@emotion/cache': 10.0.19 - '@emotion/core': 10.0.22_react@16.11.0 + '@emotion/core': 10.0.22_react@16.12.0 '@emotion/css': 10.0.22 memoize-one: 5.1.1 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 - react-input-autosize: 2.2.2_react@16.11.0 - react-transition-group: 2.9.0_react-dom@16.11.0+react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 + react-input-autosize: 2.2.2_react@16.12.0 + react-transition-group: 2.9.0_react-dom@16.12.0+react@16.12.0 dev: false peerDependencies: react: ^16.8.0 react-dom: ^16.8.0 resolution: integrity: sha512-v9LpOhckLlRmXN5A6/mGGEft4FMrfaBFTGAnuPHcUgVId7Je42kTq9y0Z+Ye5z8/j0XDT3zUqza8gaRaI1PZIg== - /react-sizeme/2.6.10_515f5d17e5307b2101c572f3c4c6aac3: + /react-sizeme/2.6.10_75e41294fa833faf4530b305a6d9f4fe: dependencies: element-resize-detector: 1.1.15 invariant: 2.2.4 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 shallowequal: 1.1.0 throttle-debounce: 2.1.0 dev: false @@ -7022,12 +7247,12 @@ packages: react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 resolution: integrity: sha512-OJAPQxSqbcpbsXFD+fr5ARw4hNSAOimWcaTOLcRkIqnTp9+IFWY0w3Qdw1sMez6Ao378aimVL/sW6TTsgigdOA== - /react-sizeme/2.6.10_react-dom@16.11.0+react@16.11.0: + /react-sizeme/2.6.10_react-dom@16.12.0+react@16.12.0: dependencies: element-resize-detector: 1.1.15 invariant: 2.2.4 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 shallowequal: 1.1.0 throttle-debounce: 2.1.0 dev: true @@ -7037,34 +7262,34 @@ packages: react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 resolution: integrity: sha512-OJAPQxSqbcpbsXFD+fr5ARw4hNSAOimWcaTOLcRkIqnTp9+IFWY0w3Qdw1sMez6Ao378aimVL/sW6TTsgigdOA== - /react-syntax-highlighter/8.1.0_react@16.11.0: + /react-syntax-highlighter/8.1.0_react@16.12.0: dependencies: babel-runtime: 6.26.0 highlight.js: 9.12.0 lowlight: 1.9.2 prismjs: 1.17.1 - react: 16.11.0 + react: 16.12.0 refractor: 2.10.0 peerDependencies: react: '>= 0.14.0' resolution: integrity: sha512-G2bkZxmF3VOa4atEdXIDSfwwCqjw6ZQX5znfTaHcErA1WqHIS0o6DaSCDKFPVaOMXQEB9Hf1UySYQvuJmV8CXg== - /react-textarea-autosize/7.1.2_react@16.11.0: + /react-textarea-autosize/7.1.2_react@16.12.0: dependencies: - '@babel/runtime': 7.7.2 + '@babel/runtime': 7.7.6 prop-types: 15.7.2 - react: 16.11.0 + react: 16.12.0 peerDependencies: react: '>=0.14.0 <17.0.0' resolution: integrity: sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg== - /react-transition-group/2.9.0_react-dom@16.11.0+react@16.11.0: + /react-transition-group/2.9.0_react-dom@16.12.0+react@16.12.0: dependencies: dom-helpers: 3.4.0 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 react-lifecycles-compat: 3.0.4 dev: false peerDependencies: @@ -7072,7 +7297,7 @@ packages: react-dom: '>=15.0.0' resolution: integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== - /react/16.11.0: + /react/16.12.0: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -7080,7 +7305,7 @@ packages: engines: node: '>=0.10.0' resolution: - integrity: sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g== + integrity: sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA== /reactcss/1.2.3: dependencies: lodash: 4.17.15 @@ -7143,7 +7368,7 @@ packages: integrity: sha512-yoQRMRrK1lszNtbkGyM4kN45AwylV5hMiuEveUBlxytUViWevjvX6w+tzJt1LH4cfUhWt4NZvy3ThIhu6+m5wQ== /rechoir/0.6.2: dependencies: - resolve: 1.12.0 + resolve: 1.13.1 dev: false engines: node: '>= 0.10' @@ -7208,20 +7433,20 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - /regexp.prototype.flags/1.2.0: + /regexp.prototype.flags/1.3.0: dependencies: define-properties: 1.1.3 - dev: false + es-abstract: 1.17.0-next.1 engines: node: '>= 0.4' resolution: - integrity: sha512-ztaw4M1VqgMwl9HlPpOuiYgItcHlunW0He2fE6eNfT6E/CF2FtYi9ofOYe4mKntstYk0Fyh/rDRBdS3AnxjlrA== + integrity: sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== /regexpu-core/4.6.0: dependencies: regenerate: 1.4.0 regenerate-unicode-properties: 8.1.0 regjsgen: 0.5.1 - regjsparser: 0.6.0 + regjsparser: 0.6.1 unicode-match-property-ecmascript: 1.0.4 unicode-match-property-value-ecmascript: 1.1.0 dev: false @@ -7233,13 +7458,13 @@ packages: dev: false resolution: integrity: sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg== - /regjsparser/0.6.0: + /regjsparser/0.6.1: dependencies: jsesc: 0.5.0 dev: false hasBin: true resolution: - integrity: sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ== + integrity: sha512-7LutE94sz/NKSYegK+/4E77+8DipxF+Qn2Tmu362AcmsF2NYq/wx3+ObvU90TKEhjf7hQoFXo23ajjrXP7eUgg== /relateurl/0.2.7: dev: false engines: @@ -7280,10 +7505,16 @@ packages: resolution: integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== /resolve-from/3.0.0: + dev: false engines: node: '>=4' resolution: integrity: sha1-six699nWiBvItuZTM17rywoYh0g= + /resolve-from/4.0.0: + engines: + node: '>=4' + resolution: + integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== /resolve-from/5.0.0: engines: node: '>=8' @@ -7293,11 +7524,11 @@ packages: dev: false resolution: integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - /resolve/1.12.0: + /resolve/1.13.1: dependencies: path-parse: 1.0.6 resolution: - integrity: sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w== + integrity: sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w== /restore-cursor/2.0.0: dependencies: onetime: 2.0.1 @@ -7373,12 +7604,12 @@ packages: dev: false resolution: integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - /scheduler/0.17.0: + /scheduler/0.18.0: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 resolution: - integrity: sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA== + integrity: sha512-agTSHR1Nbfi6ulI0kYNK0203joW2Y5W4po4l+v03tOoiJKpTBbxpNhWDvqc/4IcOw+KLmSiQLTasZ4cab2/UWQ== /schema-utils/1.0.0: dependencies: ajv: 6.10.2 @@ -7389,7 +7620,7 @@ packages: node: '>= 4' resolution: integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - /schema-utils/2.5.0: + /schema-utils/2.6.1: dependencies: ajv: 6.10.2 ajv-keywords: 3.4.1_ajv@6.10.2 @@ -7397,7 +7628,7 @@ packages: engines: node: '>= 8.9.0' resolution: - integrity: sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ== + integrity: sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg== /select/1.1.2: optional: true resolution: @@ -7430,10 +7661,10 @@ packages: node: '>= 0.8.0' resolution: integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== - /serialize-javascript/1.9.1: + /serialize-javascript/2.1.2: dev: false resolution: - integrity: sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== + integrity: sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== /serve-favicon/2.5.0: dependencies: etag: 1.8.1 @@ -7498,9 +7729,9 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-WQnodLp3EG1zrEFM/sH/yofZcGA= - /shallow-equal/1.2.0: + /shallow-equal/1.2.1: resolution: - integrity: sha512-Z21pVxR4cXsfwpMKMhCEIO1PCi5sp7KEp+CmOpBQ+E8GpHwKOw2sEzk7sgblM3d/j4z4gakoWEoPcjK0VJQogA== + integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA== /shallowequal/1.1.0: resolution: integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== @@ -7537,11 +7768,11 @@ packages: dev: false resolution: integrity: sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= - /simplebar-react/1.2.3_react-dom@16.11.0+react@16.11.0: + /simplebar-react/1.2.3_react-dom@16.12.0+react@16.12.0: dependencies: prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 simplebar: 4.2.3 peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 @@ -7551,7 +7782,7 @@ packages: /simplebar/4.2.3: dependencies: can-use-dom: 0.1.0 - core-js: 3.4.1 + core-js: 3.5.0 lodash.debounce: 4.0.8 lodash.memoize: 4.1.2 lodash.throttle: 4.1.1 @@ -7664,6 +7895,7 @@ packages: resolution: integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== /sprintf-js/1.0.3: + dev: false resolution: integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= /ssri/6.0.1: @@ -7673,7 +7905,6 @@ packages: resolution: integrity: sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== /stable/0.1.8: - dev: false resolution: integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== /static-extend/0.1.2: @@ -7704,7 +7935,7 @@ packages: /stream-each/1.2.3: dependencies: end-of-stream: 1.4.4 - stream-shift: 1.0.0 + stream-shift: 1.0.1 dev: false resolution: integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== @@ -7718,10 +7949,10 @@ packages: dev: false resolution: integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - /stream-shift/1.0.0: + /stream-shift/1.0.1: dev: false resolution: - integrity: sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI= + integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== /strict-uri-encode/1.1.0: dev: false engines: @@ -7757,41 +7988,37 @@ packages: node: '>=6' resolution: integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - /string.prototype.matchall/3.0.2: + /string.prototype.matchall/4.0.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 - function-bind: 1.1.1 - has-symbols: 1.0.0 - regexp.prototype.flags: 1.2.0 + es-abstract: 1.17.0-next.1 + has-symbols: 1.0.1 + regexp.prototype.flags: 1.3.0 dev: false resolution: - integrity: sha512-hsRe42jQ8+OJej2GVjhnSVodQ3NQgHV0FDD6dW7ZTM22J4uIbuYiAADCCc1tfyN7ocEl/KUUbudM36E2tZcF8w== - /string.prototype.padend/3.0.0: + integrity: sha512-vIObm+BWuKKJovfh2/PPCAmePTDdubrgCkhQnbP0oAwD7Jj8IyIM57Hu7Ma7oDdg4oVdh5S1Rd8RviBIPZ8Pfg== + /string.prototype.padend/3.1.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 - function-bind: 1.1.1 + es-abstract: 1.17.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA= - /string.prototype.padstart/3.0.0: + integrity: sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA== + /string.prototype.padstart/3.1.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.16.0 - function-bind: 1.1.1 + es-abstract: 1.17.0-next.1 dev: false engines: node: '>= 0.4' resolution: - integrity: sha1-W8+tOfRkm7LQMSkuGbzwtRDUskI= + integrity: sha512-envqZvUp2JItI+OeQ5UAh1ihbAV5G/2bixTojvlIa090GGqF+NQRxbWb2nv9fTGrZABv6+pE6jXoAZhhS2k4Hw== /string.prototype.trimleft/2.1.0: dependencies: define-properties: 1.1.3 function-bind: 1.1.1 - dev: false engines: node: '>= 0.4' resolution: @@ -7800,7 +8027,6 @@ packages: dependencies: define-properties: 1.1.3 function-bind: 1.1.1 - dev: false engines: node: '>= 0.4' resolution: @@ -7856,20 +8082,20 @@ packages: node: '>= 0.12.0' resolution: integrity: sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg== - /styled-components/4.4.1_aca680a271e37d3b560cdeaa6de4eb51: + /styled-components/4.4.1_b5ffe839b1a452f2d2c7d94d3059774c: dependencies: - '@babel/helper-module-imports': 7.7.0 - '@babel/traverse': 7.7.2 + '@babel/helper-module-imports': 7.7.4 + '@babel/traverse': 7.7.4 '@emotion/is-prop-valid': 0.8.5 '@emotion/unitless': 0.7.4 babel-plugin-styled-components: 1.10.6_styled-components@4.4.1 css-to-react-native: 2.3.2 memoize-one: 5.1.1 - merge-anything: 2.4.1 + merge-anything: 2.4.4 prop-types: 15.7.2 - react: 16.11.0 - react-dom: 16.11.0_react@16.11.0 - react-is: 16.11.0 + react: 16.12.0 + react-dom: 16.12.0_react@16.12.0 + react-is: 16.12.0 stylis: 3.5.4 stylis-rule-sheet: 0.0.10_stylis@3.5.4 supports-color: 5.5.0 @@ -7928,7 +8154,7 @@ packages: csso: 4.0.2 js-yaml: 3.13.1 mkdirp: 0.5.1 - object.values: 1.1.0 + object.values: 1.1.1 sax: 1.2.4 stable: 0.1.8 unquote: 1.1.1 @@ -7945,33 +8171,33 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - /symbol.prototype.description/1.0.1: + /symbol.prototype.description/1.0.2: dependencies: - es-abstract: 1.16.0 - has-symbols: 1.0.0 + es-abstract: 1.17.0-next.1 + has-symbols: 1.0.1 dev: false engines: node: '>= 0.12' resolution: - integrity: sha512-smeS1BCkN6lcz1XveFK+cfvfBmNJ6dcPi6lgOnLUU8Po8SmV+rtmYGObbNOisW9RHWMyUfsgMA+eTQg+b3v9Vg== + integrity: sha512-2CW5SU4/Ki1cYOOHcL2cXK4rxSg5hCU1TwZ7X4euKhV9VnfqKslh7T6/UyKkubA8cq2tOmsOv7m3ZUmQslBRuw== /tapable/1.1.3: dev: false engines: node: '>=6' resolution: integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - /telejson/3.1.0: + /telejson/3.3.0: dependencies: '@types/is-function': 1.0.0 global: 4.4.0 is-function: 1.0.1 - is-regex: 1.0.4 - is-symbol: 1.0.2 + is-regex: 1.0.5 + is-symbol: 1.0.3 isobject: 4.0.0 lodash: 4.17.15 memoizerific: 1.11.3 resolution: - integrity: sha512-mhiVy+xp2atri1bzSzdy/gVGXlOhibaoZ092AUq5xhnrZGdzhF0fLaOduHJQghkro+qmjYMwhsOL9CkD2zTicg== + integrity: sha512-er08AylQ+LEbDLp1GRezORZu5wKOHaBczF6oYJtgC3Idv10qZ8A3p6ffT+J5BzDKkV9MqBvu8HAKiIIOp6KJ2w== /term-size/1.2.0: dependencies: execa: 0.7.0 @@ -7980,15 +8206,15 @@ packages: node: '>=4' resolution: integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= - /terser-webpack-plugin/1.4.1_webpack@4.41.2: + /terser-webpack-plugin/1.4.3_webpack@4.41.2: dependencies: cacache: 12.0.3 find-cache-dir: 2.1.0 is-wsl: 1.1.0 schema-utils: 1.0.0 - serialize-javascript: 1.9.1 + serialize-javascript: 2.1.2 source-map: 0.6.1 - terser: 4.4.0 + terser: 4.4.2 webpack: 4.41.2_webpack@4.41.2 webpack-sources: 1.4.3 worker-farm: 1.7.0 @@ -7998,8 +8224,8 @@ packages: peerDependencies: webpack: ^4.0.0 resolution: - integrity: sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg== - /terser/4.4.0: + integrity: sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA== + /terser/4.4.2: dependencies: commander: 2.20.3 source-map: 0.6.1 @@ -8009,7 +8235,7 @@ packages: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-oDG16n2WKm27JO8h4y/w3iqBGAOSCtq7k8dRmrn4Wf9NouL0b2WpMHGChFGZq4nFAQy1FsNJrVQHfurXOSTmOA== + integrity: sha512-Uufrsvhj9O1ikwgITGsZ5EZS6qPokUOkCegS7fYOdGTv+OA90vndUbU6PEjr5ePqHfNUbGyMO7xyIZv2MhsALQ== /text-table/0.2.0: dev: false resolution: @@ -8105,6 +8331,8 @@ packages: dev: false engines: node: '>=6' + peerDependencies: + typescript: '*' peerDependenciesMeta: typescript: optional: true @@ -8127,7 +8355,7 @@ packages: /type-is/1.6.18: dependencies: media-typer: 0.3.0 - mime-types: 2.1.24 + mime-types: 2.1.25 dev: false engines: node: '>= 0.6' @@ -8245,12 +8473,12 @@ packages: dev: false resolution: integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - /url-loader/2.2.0_file-loader@3.0.1+webpack@4.41.2: + /url-loader/2.3.0_file-loader@3.0.1+webpack@4.41.2: dependencies: file-loader: 3.0.1_webpack@4.41.2 loader-utils: 1.2.3 mime: 2.4.4 - schema-utils: 2.5.0 + schema-utils: 2.6.1 webpack: 4.41.2_webpack@4.41.2 dev: false engines: @@ -8258,8 +8486,11 @@ packages: peerDependencies: file-loader: '*' webpack: ^4.0.0 + peerDependenciesMeta: + file-loader: + optional: true resolution: - integrity: sha512-G8nk3np8ZAnwhHXas1JxJEwJyQdqFXAKJehfgZ/XrC48volFBRtO+FIKtF2u0Ma3bw+4vnDVjHPAQYlF9p2vsw== + integrity: sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog== /url-parse/1.4.7: dependencies: querystringify: 2.1.1 @@ -8286,7 +8517,7 @@ packages: /util.promisify/1.0.0: dependencies: define-properties: 1.1.3 - object.getownpropertydescriptors: 2.0.3 + object.getownpropertydescriptors: 2.1.0 dev: false resolution: integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== @@ -8390,7 +8621,7 @@ packages: '@webassemblyjs/helper-module-context': 1.8.5 '@webassemblyjs/wasm-edit': 1.8.5 '@webassemblyjs/wasm-parser': 1.8.5 - acorn: 6.3.0 + acorn: 6.4.0 ajv: 6.10.2 ajv-keywords: 3.4.1_ajv@6.10.2 chrome-trace-event: 1.0.2 @@ -8406,7 +8637,7 @@ packages: node-libs-browser: 2.2.1 schema-utils: 1.0.0 tapable: 1.1.3 - terser-webpack-plugin: 1.4.1_webpack@4.41.2 + terser-webpack-plugin: 1.4.3_webpack@4.41.2 watchpack: 1.6.0 webpack-sources: 1.4.3 dev: false @@ -8490,21 +8721,29 @@ packages: dev: false resolution: integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + /yaml/1.7.2: + dependencies: + '@babel/runtime': 7.7.6 + engines: + node: '>= 6' + resolution: + integrity: sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw== specifiers: - '@babel/core': ^7.4.4 - '@equinor/eds-core-react': ^0.0.1-alpha.6 - '@storybook/addon-a11y': ^5.2.3 - '@storybook/addon-actions': ^5.1.11 - '@storybook/addon-knobs': ^5.2.3 - '@storybook/addon-links': ^5.2.3 - '@storybook/addon-storysource': ^5.2.3 - '@storybook/addons': ^5.1.11 - '@storybook/react': ^5.2.3 - '@storybook/source-loader': ^5.2.6 - '@storybook/theming': ^5.2.6 + '@babel/core': ^7.7.5 + '@equinor/eds-core-react': 'workspace:^0.0.1-alpha.6' + '@equinor/eds-tokens': 'workspace:^0.0.1-alpha.5' + '@storybook/addon-a11y': ^5.2.8 + '@storybook/addon-actions': ^5.2.8 + '@storybook/addon-knobs': ^5.2.8 + '@storybook/addon-links': ^5.2.8 + '@storybook/addon-storysource': ^5.2.8 + '@storybook/addons': ^5.2.8 + '@storybook/react': ^5.2.8 + '@storybook/source-loader': ^5.2.8 + '@storybook/theming': ^5.2.8 babel-loader: ^8.0.6 babel-runtime: ^6.26.0 - core-js: '2' - react: ^16.8.6 - react-dom: ^16.8.6 - styled-components: ^4.2.0 + core-js: ^2.6.11 + react: ^16.12.0 + react-dom: ^16.12.0 + styled-components: ^4.4.1 diff --git a/apps/storybook-react/stories/Token.stories.jsx b/apps/storybook-react/stories/Token.stories.jsx new file mode 100644 index 0000000000..2182f9c8d3 --- /dev/null +++ b/apps/storybook-react/stories/Token.stories.jsx @@ -0,0 +1,18 @@ +import React from 'react' +import { tokens } from '@equinor/eds-tokens' +import styled from 'styled-components' + +const { h1: h1Tokens } = tokens.typography.heading + +const H1 = styled.h1(h1Tokens) + +export default { + title: 'Tokens|Example', + component: H1, +} + +export const TokensExample = () => ( +