From 785763738d4dedcd257c990e01ced24faca0cd9e Mon Sep 17 00:00:00 2001 From: Paola Morales Date: Thu, 11 Feb 2021 20:01:11 +0100 Subject: [PATCH] chore: update babel.js version (#2092) --- package.json | 42 +- pnpm-lock.yaml | 1357 ++++++++++++++++++++++++++++-------------------- 2 files changed, 815 insertions(+), 584 deletions(-) diff --git a/package.json b/package.json index 2a2630b2c..554018a99 100644 --- a/package.json +++ b/package.json @@ -14,30 +14,30 @@ "url": "https://opencollective.com/verdaccio" }, "devDependencies": { - "@babel/cli": "7.12.10", - "@babel/core": "7.12.10", - "@babel/node": "7.12.10", - "@babel/plugin-proposal-class-properties": "7.12.1", - "@babel/plugin-proposal-decorators": "7.12.12", - "@babel/plugin-proposal-export-namespace-from": "7.12.1", - "@babel/plugin-proposal-function-sent": "7.12.1", - "@babel/plugin-proposal-json-strings": "7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", - "@babel/plugin-proposal-numeric-separator": "7.12.7", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-proposal-optional-chaining": "7.12.7", - "@babel/plugin-proposal-throw-expressions": "7.12.1", + "@babel/cli": "7.12.13", + "@babel/core": "7.12.13", + "@babel/node": "7.12.13", + "@babel/plugin-proposal-class-properties": "7.12.13", + "@babel/plugin-proposal-decorators": "7.12.13", + "@babel/plugin-proposal-export-namespace-from": "7.12.13", + "@babel/plugin-proposal-function-sent": "7.12.13", + "@babel/plugin-proposal-json-strings": "7.12.13", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.13", + "@babel/plugin-proposal-numeric-separator": "7.12.13", + "@babel/plugin-proposal-object-rest-spread": "7.12.13", + "@babel/plugin-proposal-optional-chaining": "7.12.13", + "@babel/plugin-proposal-throw-expressions": "7.12.13", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.10.4", - "@babel/plugin-transform-async-to-generator": "7.12.1", - "@babel/plugin-transform-classes": "7.12.1", - "@babel/plugin-transform-runtime": "7.12.10", + "@babel/plugin-transform-async-to-generator": "7.12.13", + "@babel/plugin-transform-classes": "7.12.13", + "@babel/plugin-transform-runtime": "7.12.15", "@babel/polyfill": "7.12.1", - "@babel/preset-env": "7.12.11", - "@babel/preset-react": "7.12.10", - "@babel/preset-typescript": "7.12.7", - "@babel/register": "7.12.10", - "@babel/runtime": "7.12.5", + "@babel/preset-env": "7.12.13", + "@babel/preset-react": "7.12.13", + "@babel/preset-typescript": "7.12.13", + "@babel/register": "7.12.13", + "@babel/runtime": "7.12.13", "@changesets/changelog-github": "^0.2.8", "@changesets/cli": "^2.13.0", "@changesets/get-dependents-graph": "^1.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e0fa741f..883b45963 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,30 +1,30 @@ importers: .: devDependencies: - '@babel/cli': 7.12.10_@babel+core@7.12.10 - '@babel/core': 7.12.10 - '@babel/node': 7.12.10_@babel+core@7.12.10 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-decorators': 7.12.12_@babel+core@7.12.10 - '@babel/plugin-proposal-export-namespace-from': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-function-sent': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-json-strings': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-numeric-separator': 7.12.7_@babel+core@7.12.10 - '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.12.10 - '@babel/plugin-proposal-throw-expressions': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.12.10 - '@babel/plugin-transform-async-to-generator': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-runtime': 7.12.10_@babel+core@7.12.10 + '@babel/cli': 7.12.13_@babel+core@7.12.13 + '@babel/core': 7.12.13 + '@babel/node': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-class-properties': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-decorators': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-function-sent': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-json-strings': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-object-rest-spread': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-optional-chaining': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-throw-expressions': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.12.13 + '@babel/plugin-transform-async-to-generator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-classes': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-runtime': 7.12.15_@babel+core@7.12.13 '@babel/polyfill': 7.12.1 - '@babel/preset-env': 7.12.11_@babel+core@7.12.10 - '@babel/preset-react': 7.12.10_@babel+core@7.12.10 - '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 - '@babel/register': 7.12.10_@babel+core@7.12.10 - '@babel/runtime': 7.12.5 + '@babel/preset-env': 7.12.13_@babel+core@7.12.13 + '@babel/preset-react': 7.12.13_@babel+core@7.12.13 + '@babel/preset-typescript': 7.12.13_@babel+core@7.12.13 + '@babel/register': 7.12.13_@babel+core@7.12.13 + '@babel/runtime': 7.12.13 '@changesets/changelog-github': 0.2.8 '@changesets/cli': 2.13.0 '@changesets/get-dependents-graph': 1.1.3 @@ -58,9 +58,9 @@ importers: '@typescript-eslint/parser': 4.13.0_eslint@7.18.0+typescript@4.1.3 '@verdaccio/types': link:packages/core/types '@verdaccio/ui-theme': link:packages/plugins/ui-theme - babel-core: 7.0.0-bridge.0_@babel+core@7.12.10 + babel-core: 7.0.0-bridge.0_@babel+core@7.12.13 babel-eslint: 10.1.0_eslint@7.18.0 - babel-jest: 26.6.3_@babel+core@7.12.10 + babel-jest: 26.6.3_@babel+core@7.12.13 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-emotion: 11.0.0 codecov: 3.8.1 @@ -107,30 +107,30 @@ importers: verdaccio-htpasswd: link:packages/core/htpasswd verdaccio-memory: link:packages/plugins/memory specifiers: - '@babel/cli': 7.12.10 - '@babel/core': 7.12.10 - '@babel/node': 7.12.10 - '@babel/plugin-proposal-class-properties': 7.12.1 - '@babel/plugin-proposal-decorators': 7.12.12 - '@babel/plugin-proposal-export-namespace-from': 7.12.1 - '@babel/plugin-proposal-function-sent': 7.12.1 - '@babel/plugin-proposal-json-strings': 7.12.1 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1 - '@babel/plugin-proposal-numeric-separator': 7.12.7 - '@babel/plugin-proposal-object-rest-spread': 7.12.1 - '@babel/plugin-proposal-optional-chaining': 7.12.7 - '@babel/plugin-proposal-throw-expressions': 7.12.1 + '@babel/cli': 7.12.13 + '@babel/core': 7.12.13 + '@babel/node': 7.12.13 + '@babel/plugin-proposal-class-properties': 7.12.13 + '@babel/plugin-proposal-decorators': 7.12.13 + '@babel/plugin-proposal-export-namespace-from': 7.12.13 + '@babel/plugin-proposal-function-sent': 7.12.13 + '@babel/plugin-proposal-json-strings': 7.12.13 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.13 + '@babel/plugin-proposal-numeric-separator': 7.12.13 + '@babel/plugin-proposal-object-rest-spread': 7.12.13 + '@babel/plugin-proposal-optional-chaining': 7.12.13 + '@babel/plugin-proposal-throw-expressions': 7.12.13 '@babel/plugin-syntax-dynamic-import': 7.8.3 '@babel/plugin-syntax-import-meta': 7.10.4 - '@babel/plugin-transform-async-to-generator': 7.12.1 - '@babel/plugin-transform-classes': 7.12.1 - '@babel/plugin-transform-runtime': 7.12.10 + '@babel/plugin-transform-async-to-generator': 7.12.13 + '@babel/plugin-transform-classes': 7.12.13 + '@babel/plugin-transform-runtime': 7.12.15 '@babel/polyfill': 7.12.1 - '@babel/preset-env': 7.12.11 - '@babel/preset-react': 7.12.10 - '@babel/preset-typescript': 7.12.7 - '@babel/register': 7.12.10 - '@babel/runtime': 7.12.5 + '@babel/preset-env': 7.12.13 + '@babel/preset-react': 7.12.13 + '@babel/preset-typescript': 7.12.13 + '@babel/register': 7.12.13 + '@babel/runtime': 7.12.13 '@changesets/changelog-github': ^0.2.8 '@changesets/cli': ^2.13.0 '@changesets/get-dependents-graph': ^1.1.3 @@ -1140,9 +1140,9 @@ packages: node: '>=10' resolution: integrity: sha512-UQ9BequOTIavs0pTHLMwQwKQF8tTV1oezY/H2O9chA+JNPFZSua55xpU5dPSjAU9/jLJ1VwU+HJuTVN8u7S6Fg== - /@babel/cli/7.12.10_@babel+core@7.12.10: + /@babel/cli/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 commander: 4.1.1 convert-source-map: 1.7.0 fs-readdir-recursive: 1.1.0 @@ -1159,7 +1159,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ== + integrity: sha512-Zto3HPeE0GRmaxobUl7NvFTo97NKe1zdAuWqTO8oka7nE0IIqZ4CFvuRZe1qf+ZMd7eHMhwqrecjwc10mjXo/g== /@babel/code-frame/7.10.4: dependencies: '@babel/highlight': 7.10.4 @@ -1170,6 +1170,12 @@ packages: '@babel/highlight': 7.10.4 resolution: integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== + /@babel/code-frame/7.12.13: + dependencies: + '@babel/highlight': 7.12.13 + dev: true + resolution: + integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== /@babel/compat-data/7.11.0: dependencies: browserslist: 4.14.4 @@ -1178,10 +1184,10 @@ packages: dev: false resolution: integrity: sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== - /@babel/compat-data/7.12.7: + /@babel/compat-data/7.12.13: dev: true resolution: - integrity: sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== + integrity: sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg== /@babel/core/7.10.5: dependencies: '@babel/code-frame': 7.10.4 @@ -1228,20 +1234,20 @@ packages: node: '>=6.9.0' resolution: integrity: sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== - /@babel/core/7.12.10: + /@babel/core/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helpers': 7.12.5 - '@babel/parser': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helpers': 7.12.13 + '@babel/parser': 7.12.15 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 - json5: 2.1.3 + json5: 2.2.0 lodash: 4.17.20 semver: 5.7.1 source-map: 0.5.7 @@ -1249,7 +1255,7 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== + integrity: sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw== /@babel/core/7.12.3: dependencies: '@babel/code-frame': 7.10.4 @@ -1296,6 +1302,14 @@ packages: dev: true resolution: integrity: sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== + /@babel/generator/7.12.15: + dependencies: + '@babel/types': 7.12.13 + jsesc: 2.5.2 + source-map: 0.5.7 + dev: true + resolution: + integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== /@babel/generator/7.12.5: dependencies: '@babel/types': 7.12.6 @@ -1307,20 +1321,29 @@ packages: /@babel/helper-annotate-as-pure/7.10.4: dependencies: '@babel/types': 7.12.6 + dev: false resolution: integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== - /@babel/helper-annotate-as-pure/7.12.10: + /@babel/helper-annotate-as-pure/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ== + integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== /@babel/helper-builder-binary-assignment-operator-visitor/7.10.4: dependencies: '@babel/helper-explode-assignable-expression': 7.12.1 '@babel/types': 7.12.12 + dev: false resolution: integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== + /@babel/helper-builder-binary-assignment-operator-visitor/7.12.13: + dependencies: + '@babel/helper-explode-assignable-expression': 7.12.13 + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== /@babel/helper-builder-react-jsx-experimental/7.10.5: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 @@ -1361,18 +1384,18 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-compilation-targets/7.12.5_@babel+core@7.12.10: + /@babel/helper-compilation-targets/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/compat-data': 7.12.7 - '@babel/core': 7.12.10 + '@babel/compat-data': 7.12.13 + '@babel/core': 7.12.13 '@babel/helper-validator-option': 7.12.11 - browserslist: 4.16.1 + browserslist: 4.16.3 semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== + integrity: sha512-dXof20y/6wB5HnLOGyLh/gobsMvDNoekcC+8MCV2iaTd5JemhFkPD73QB+tK3iFC9P0xJC73B6MvKkyUfS9cCw== /@babel/helper-create-class-features-plugin/7.10.5: dependencies: '@babel/helper-function-name': 7.10.4 @@ -1400,19 +1423,19 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== - /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.10: + /@babel/helper-create-class-features-plugin/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.12.1 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-replace-supers': 7.12.5 - '@babel/helper-split-export-declaration': 7.11.0 + '@babel/core': 7.12.13 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-member-expression-to-functions': 7.12.13 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== + integrity: sha512-Vs/e9wv7rakKYeywsmEBSRC9KtmE7Px+YBlESekLeJOF0zbGUicGfXSNi3o+tfXSNS48U/7K9mIOOCR79Cl3+Q== /@babel/helper-create-regexp-features-plugin/7.10.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 @@ -1434,28 +1457,36 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.12.7_@babel+core@7.12.10: + /@babel/helper-create-regexp-features-plugin/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-annotate-as-pure': 7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-annotate-as-pure': 7.12.13 regexpu-core: 4.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ== + integrity: sha512-XC+kiA0J3at6E85dL5UnCYfVOcIZ834QcAY0TIpgUVnz0zDzg+0TtvZTnJ4g9L1dPRGe30Qi03XCIS4tYCLtqw== /@babel/helper-define-map/7.10.5: dependencies: '@babel/helper-function-name': 7.10.4 '@babel/types': 7.12.6 lodash: 4.17.20 + dev: false resolution: integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== /@babel/helper-explode-assignable-expression/7.12.1: dependencies: '@babel/types': 7.12.12 + dev: false resolution: integrity: sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA== + /@babel/helper-explode-assignable-expression/7.12.13: + dependencies: + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-5loeRNvMo9mx1dA/d6yNi+YiKziJZFylZnCo1nmFF4qPU4yJ14abhWESuSMQSlQxWdxdOFzxXjk/PpfudTtYyw== /@babel/helper-function-name/7.10.4: dependencies: '@babel/helper-get-function-arity': 7.10.4 @@ -1471,6 +1502,14 @@ packages: dev: true resolution: integrity: sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== + /@babel/helper-function-name/7.12.13: + dependencies: + '@babel/helper-get-function-arity': 7.12.13 + '@babel/template': 7.12.13 + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.10.4: dependencies: '@babel/types': 7.12.6 @@ -1482,23 +1521,36 @@ packages: dev: true resolution: integrity: sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== + /@babel/helper-get-function-arity/7.12.13: + dependencies: + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== /@babel/helper-hoist-variables/7.10.4: dependencies: '@babel/types': 7.12.12 + dev: false resolution: integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== + /@babel/helper-hoist-variables/7.12.13: + dependencies: + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-KSC5XSj5HreRhYQtZ3cnSnQwDzgnbdUDEFsxkN0m6Q3WrCRt72xrnZ8+h+pX7YxM7hr87zIO3a/v5p/H3TrnVw== /@babel/helper-member-expression-to-functions/7.11.0: dependencies: '@babel/types': 7.11.0 dev: false resolution: integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-member-expression-to-functions/7.12.1: + /@babel/helper-member-expression-to-functions/7.12.13: dependencies: - '@babel/types': 7.12.6 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== + integrity: sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ== /@babel/helper-member-expression-to-functions/7.12.7: dependencies: '@babel/types': 7.12.12 @@ -1510,6 +1562,12 @@ packages: '@babel/types': 7.11.0 resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== + /@babel/helper-module-imports/7.12.13: + dependencies: + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== /@babel/helper-module-imports/7.12.5: dependencies: '@babel/types': 7.12.6 @@ -1542,9 +1600,24 @@ packages: dev: true resolution: integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== + /@babel/helper-module-transforms/7.12.13: + dependencies: + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-simple-access': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 + '@babel/helper-validator-identifier': 7.12.11 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 + lodash: 4.17.20 + dev: true + resolution: + integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== /@babel/helper-optimise-call-expression/7.10.4: dependencies: '@babel/types': 7.12.6 + dev: false resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== /@babel/helper-optimise-call-expression/7.12.10: @@ -1553,9 +1626,19 @@ packages: dev: true resolution: integrity: sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== + /@babel/helper-optimise-call-expression/7.12.13: + dependencies: + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== /@babel/helper-plugin-utils/7.10.4: resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== + /@babel/helper-plugin-utils/7.12.13: + dev: true + resolution: + integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== /@babel/helper-regex/7.10.5: dependencies: lodash: 4.17.20 @@ -1571,14 +1654,14 @@ packages: dev: false resolution: integrity: sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA== - /@babel/helper-remap-async-to-generator/7.12.1: + /@babel/helper-remap-async-to-generator/7.12.13: dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-wrap-function': 7.12.3 - '@babel/types': 7.12.6 + '@babel/helper-annotate-as-pure': 7.12.13 + '@babel/helper-wrap-function': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A== + integrity: sha512-Qa6PU9vNcj1NZacZZI1Mvwt+gXDH6CTfgAkSjeRMLE8HxtDK76+YDId6NQR+z7Rgd5arhD2cIbS74r0SxD6PDA== /@babel/helper-replace-supers/7.10.4: dependencies: '@babel/helper-member-expression-to-functions': 7.11.0 @@ -1597,15 +1680,15 @@ packages: dev: true resolution: integrity: sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== - /@babel/helper-replace-supers/7.12.5: + /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.1 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.12.5 - '@babel/types': 7.12.6 + '@babel/helper-member-expression-to-functions': 7.12.13 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== + integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== /@babel/helper-simple-access/7.10.4: dependencies: '@babel/template': 7.10.4 @@ -1619,6 +1702,12 @@ packages: dev: true resolution: integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== + /@babel/helper-simple-access/7.12.13: + dependencies: + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== /@babel/helper-skip-transparent-expression-wrappers/7.11.0: dependencies: '@babel/types': 7.11.5 @@ -1627,7 +1716,7 @@ packages: integrity: sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== /@babel/helper-skip-transparent-expression-wrappers/7.12.1: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== @@ -1642,6 +1731,12 @@ packages: dev: true resolution: integrity: sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== + /@babel/helper-split-export-declaration/7.12.13: + dependencies: + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.10.4: resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== @@ -1661,15 +1756,15 @@ packages: dev: false resolution: integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== - /@babel/helper-wrap-function/7.12.3: + /@babel/helper-wrap-function/7.12.13: dependencies: - '@babel/helper-function-name': 7.10.4 - '@babel/template': 7.10.4 - '@babel/traverse': 7.12.5 - '@babel/types': 7.12.6 + '@babel/helper-function-name': 7.12.13 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow== + integrity: sha512-t0aZFEmBJ1LojdtJnhOaQEVejnzYhyjWHSsNSNo8vOYRbAJNh6r6GQF7pd36SqG7OKGbn+AewVQ/0IfYfIuGdw== /@babel/helpers/7.10.4: dependencies: '@babel/template': 7.10.4 @@ -1678,6 +1773,14 @@ packages: dev: false resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== + /@babel/helpers/7.12.13: + dependencies: + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== /@babel/helpers/7.12.5: dependencies: '@babel/template': 7.12.7 @@ -1693,12 +1796,20 @@ packages: js-tokens: 4.0.0 resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/node/7.12.10_@babel+core@7.12.10: + /@babel/highlight/7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/register': 7.12.10_@babel+core@7.12.10 + '@babel/helper-validator-identifier': 7.12.11 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: true + resolution: + integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== + /@babel/node/7.12.13_@babel+core@7.12.13: + dependencies: + '@babel/core': 7.12.13 + '@babel/register': 7.12.13_@babel+core@7.12.13 commander: 4.1.1 - core-js: 3.8.2 + core-js: 3.8.3 lodash: 4.17.20 node-environment-flags: 1.0.6 regenerator-runtime: 0.13.7 @@ -1708,7 +1819,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lJT1sXp1bEfAZ7B2ChEOOiUxaGbIWkcAixqZDpbHnJWUqIjoofOGo5ON1bJ9HOmtMdF7rqKiOoM7zZSI87El3g== + integrity: sha512-ACLDLxlNsJZxPnwSSwuXp87KwjKY0NAFko6QCnBjJlxd+gKUDLLG0Y49jO+/EwqMJd9D5/BkYn5Qb1bgrYnHSA== /@babel/parser/7.11.4: engines: node: '>=6.0.0' @@ -1729,6 +1840,13 @@ packages: hasBin: true resolution: integrity: sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== + /@babel/parser/7.12.15: + dev: true + engines: + node: '>=6.0.0' + hasBin: true + resolution: + integrity: sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA== /@babel/parser/7.12.5: engines: node: '>=6.0.0' @@ -1756,17 +1874,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== - /@babel/plugin-proposal-async-generator-functions/7.12.12_@babel+core@7.12.10: + /@babel/plugin-proposal-async-generator-functions/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.12.1 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-remap-async-to-generator': 7.12.13 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A== + integrity: sha512-1KH46Hx4WqP77f978+5Ye/VUbuwQld2hph70yaw2hXS2v7ER2f3nlpNMu909HO2rbvP0NKLlMVDPh9KXklVMhA== /@babel/plugin-proposal-class-properties/7.10.4: dependencies: '@babel/helper-create-class-features-plugin': 7.10.5 @@ -1786,27 +1904,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== - /@babel/plugin-proposal-class-properties/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-class-properties/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-create-class-features-plugin': 7.12.13_@babel+core@7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== - /@babel/plugin-proposal-decorators/7.12.12_@babel+core@7.12.10: + integrity: sha512-8SCJ0Ddrpwv4T7Gwb33EmW1V9PY5lggTO+A8WjyIwxrSHDUyBw4MtF96ifn1n8H806YlxbVCoKXbbmzD6RD+cA== + /@babel/plugin-proposal-decorators/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-decorators': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-create-class-features-plugin': 7.12.13_@babel+core@7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-decorators': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-fhkE9lJYpw2mjHelBpM2zCbaA11aov2GJs7q4cFaXNrWx0H3bW58H9Esy2rdtYOghFBEYUDRIpvlgi+ZD+AvvQ== + integrity: sha512-x2aOr5w4ARJoYHFKoG2iEUL/Xe99JAJXjAasHijXp3/KgaetJXGE62SmHgsW3Tia/XUT5AxF2YC0F+JyhPY/0Q== /@babel/plugin-proposal-dynamic-import/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -1826,11 +1944,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-dynamic-import/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-dynamic-import/7.12.1_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -1855,27 +1973,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== - /@babel/plugin-proposal-export-namespace-from/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw== - /@babel/plugin-proposal-function-sent/7.12.1_@babel+core@7.12.10: + integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== + /@babel/plugin-proposal-function-sent/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-wrap-function': 7.12.3 - '@babel/plugin-syntax-function-sent': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-wrap-function': 7.12.13 + '@babel/plugin-syntax-function-sent': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-EXB01ACyNW0WCffP4ip40TH82X86+U0dakFZjyiMpoZ8NFmL5MMARzVBzy+Gg59B6vTgfvIhRHUhe6tNUw+vjw== + integrity: sha512-nw5dSsy0+o+WBE372ooERkkZmFv2KJcujzTB5SdhQPKIElVA1pa7hclD23Vzl4VlcoJsC7KCCXpww2qAkbrrKA== /@babel/plugin-proposal-json-strings/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -1895,16 +2013,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-json-strings/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-json-strings/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw== + integrity: sha512-v9eEi4GiORDg8x+Dmi5r8ibOe0VXoKDeNPYcTTxdGN4eOWikrJfDJCJrr1l5gKGvsNyGJbrfMftC2dTL6oz7pg== /@babel/plugin-proposal-logical-assignment-operators/7.11.0: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -1924,16 +2042,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== - /@babel/plugin-proposal-logical-assignment-operators/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-logical-assignment-operators/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA== + integrity: sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ== /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -1953,16 +2071,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-nullish-coalescing-operator/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== + integrity: sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q== /@babel/plugin-proposal-numeric-separator/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -1982,16 +2100,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== - /@babel/plugin-proposal-numeric-separator/7.12.7_@babel+core@7.12.10: + /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== + integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== /@babel/plugin-proposal-object-rest-spread/7.10.4_@babel+core@7.10.5: dependencies: '@babel/core': 7.10.5 @@ -2024,17 +2142,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== - /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-object-rest-spread/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-transform-parameters': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== + integrity: sha512-WvA1okB/0OS/N3Ldb3sziSrXg6sRphsBgqiccfcQq7woEn5wQLNX82Oc4PlaFcdwcWHuQXAtb8ftbS8Fbsg/sg== /@babel/plugin-proposal-optional-catch-binding/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2054,16 +2172,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-catch-binding/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-optional-catch-binding/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g== + integrity: sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg== /@babel/plugin-proposal-optional-chaining/7.11.0: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2085,17 +2203,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - /@babel/plugin-proposal-optional-chaining/7.12.7_@babel+core@7.12.10: + /@babel/plugin-proposal-optional-chaining/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== + integrity: sha512-0ZwjGfTcnZqyV3y9DSD1Yk3ebp+sIUpT2YDqP8hovzaNZnQq2Kd7PEqa6iOIUDBXBt7Jl3P7YAcEIL5Pz8u09Q== /@babel/plugin-proposal-private-methods/7.10.4: dependencies: '@babel/helper-create-class-features-plugin': 7.10.5 @@ -2115,26 +2233,26 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== - /@babel/plugin-proposal-private-methods/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-private-methods/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-create-class-features-plugin': 7.12.13_@babel+core@7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w== - /@babel/plugin-proposal-throw-expressions/7.12.1_@babel+core@7.12.10: + integrity: sha512-sV0V57uUwpauixvR7s2o75LmwJI6JECwm5oPUY5beZB1nBl2i37hc7CJGqB5G+58fur5Y6ugvl3LRONk5x34rg== + /@babel/plugin-proposal-throw-expressions/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-throw-expressions': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-throw-expressions': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-kiWkKtm05K86C+T/nUazv+/Vxu93Aulrvof/ZrxVyGoUBVsVEWDrw9iChbe8tV+aPVQcjg4FQxKW3wUF7cRcpg== + integrity: sha512-zhItTJGy2xLYneBdOk9CeyuEXWJt9J+pwTEIDl+A/VKMCq6E9ij3l1RRuTYBwtktTO9bCcIfA4/+d0HibVWSEA== /@babel/plugin-proposal-unicode-property-regex/7.10.4: dependencies: '@babel/helper-create-regexp-features-plugin': 7.10.4 @@ -2158,18 +2276,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.12.1_@babel+core@7.12.10: + /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-create-regexp-features-plugin': 7.12.13_@babel+core@7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true engines: node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w== + integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== /@babel/plugin-syntax-async-generators/7.8.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2187,10 +2305,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.12.10: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2199,15 +2317,15 @@ packages: /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: @@ -2240,9 +2358,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== - /@babel/plugin-syntax-class-properties/7.12.1_@babel+core@7.12.10: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + dev: true + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== + /@babel/plugin-syntax-class-properties/7.12.1_@babel+core@7.12.13: + dependencies: + '@babel/core': 7.12.13 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: @@ -2258,15 +2385,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA== - /@babel/plugin-syntax-decorators/7.12.1_@babel+core@7.12.10: + /@babel/plugin-syntax-decorators/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w== + integrity: sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA== /@babel/plugin-syntax-dynamic-import/7.8.3: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2284,9 +2411,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: @@ -2310,27 +2437,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-function-sent/7.12.1_@babel+core@7.12.10: + /@babel/plugin-syntax-function-sent/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mtBQvNHcIzLnmQZhgzigzrgFzIe95WvBXJuTN0m4CvhDK0gRNQ2MC2AVSzB6w7VnVh/z5+0iHFcbfqKMlFwTkQ== - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.12.10: + integrity: sha512-Uv9lAv+/vX8hmvC2rTUvywJacR517eRqTKfLZrtLAoMGUjfQSZ0nPEFJWmfJs1H54zBaIj15ATfUnkheZnSK9w== + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: @@ -2363,10 +2490,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2375,7 +2502,7 @@ packages: /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2407,15 +2534,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.10: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== /@babel/plugin-syntax-logical-assignment-operators/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2433,10 +2560,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.12.10: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2445,7 +2572,7 @@ packages: /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2468,10 +2595,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2480,7 +2607,7 @@ packages: /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2503,10 +2630,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.10: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2515,7 +2642,7 @@ packages: /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2547,10 +2674,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2559,7 +2686,7 @@ packages: /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2582,10 +2709,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2594,7 +2721,7 @@ packages: /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2617,10 +2744,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.10: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -2629,21 +2756,21 @@ packages: /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.3: dependencies: '@babel/core': 7.12.3 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-throw-expressions/7.12.1_@babel+core@7.12.10: + /@babel/plugin-syntax-throw-expressions/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+8FLGK1PYYB7D8tU9U5zX23fnzkpxw4a7lAyyZbgk6b6bN0k2dft/xwcxIE+86i54wLJ83BaAboh2Ow6wf6jHw== + integrity: sha512-vbpx/IxHR3qqWEfYeiVLq4+RFj2F4GjsMzoXEx/YU/pgmTA6o7T92DQHWIeetg7msKQFnyG1PwmPLWMlAn+Fmg== /@babel/plugin-syntax-top-level-await/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2661,9 +2788,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-top-level-await/7.12.1_@babel+core@7.12.10: + /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + dev: true + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== + /@babel/plugin-syntax-top-level-await/7.12.1_@babel+core@7.12.13: + dependencies: + '@babel/core': 7.12.13 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: @@ -2688,15 +2824,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.10: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== /@babel/plugin-transform-arrow-functions/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2714,15 +2850,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-arrow-functions/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-arrow-functions/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A== + integrity: sha512-tBtuN6qtCTd+iHzVZVOMNp+L04iIJBpqkdY42tWbmjIT5wvR2kx7gxMBsyhQtFzHwBbyGi9h8J8r9HgnOpQHxg== /@babel/plugin-transform-async-to-generator/7.10.4: dependencies: '@babel/helper-module-imports': 7.10.4 @@ -2744,17 +2880,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-async-to-generator/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-async-to-generator/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.12.1 + '@babel/core': 7.12.13 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-remap-async-to-generator': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A== + integrity: sha512-psM9QHcHaDr+HZpRuJcE1PXESuGWSCcbiGFFhhwfzdbTxaGDVzuVtdNYliAwcRo3GFg0Bc8MmI+AvIGYIJG04A== /@babel/plugin-transform-block-scoped-functions/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2772,15 +2908,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoped-functions/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA== + integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== /@babel/plugin-transform-block-scoping/7.11.1: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2798,15 +2934,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== - /@babel/plugin-transform-block-scoping/7.12.12_@babel+core@7.12.10: + /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ== + integrity: sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== /@babel/plugin-transform-classes/7.10.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 @@ -2838,22 +2974,21 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-classes/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-classes/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.5 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.12.5 - '@babel/helper-split-export-declaration': 7.11.0 + '@babel/core': 7.12.13 + '@babel/helper-annotate-as-pure': 7.12.13 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 globals: 11.12.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog== + integrity: sha512-cqZlMlhCC1rVnxE5ZGMtIb896ijL90xppMiuWXcwcOAuFczynpd3KYemb91XFFPi3wJSe/OcrX9lXoowatkkxA== /@babel/plugin-transform-computed-properties/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2871,15 +3006,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-computed-properties/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-computed-properties/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg== + integrity: sha512-dDfuROUPGK1mTtLKyDPUavmj2b6kFu82SmgpztBFEO974KMjJT+Ytj3/oWsTUMBmgPcp9J5Pc1SlcAYRpJ2hRA== /@babel/plugin-transform-destructuring/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2897,15 +3032,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-destructuring/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-destructuring/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw== + integrity: sha512-Dn83KykIFzjhA3FDPA1z4N+yfF3btDGhjnJwxIj0T43tP0flCujnU8fKgEkf0C1biIpSv9NZegPBQ1J6jYkwvQ== /@babel/plugin-transform-dotall-regex/7.10.4: dependencies: '@babel/helper-create-regexp-features-plugin': 7.10.4 @@ -2925,16 +3060,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-create-regexp-features-plugin': 7.12.13_@babel+core@7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA== + integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== /@babel/plugin-transform-duplicate-keys/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -2952,15 +3087,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-duplicate-keys/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw== + integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== /@babel/plugin-transform-exponentiation-operator/7.10.4: dependencies: '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 @@ -2980,16 +3115,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-exponentiation-operator/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug== + integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== /@babel/plugin-transform-for-of/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3007,15 +3142,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-for-of/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-for-of/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg== + integrity: sha512-xCbdgSzXYmHGyVX3+BsQjcd4hv4vA/FDy7Kc8eOpzKmBBPEOTurt0w5fCRQaGl+GSBORKgJdstQ1rHl4jbNseQ== /@babel/plugin-transform-function-name/7.10.4: dependencies: '@babel/helper-function-name': 7.10.4 @@ -3035,16 +3170,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-function-name/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw== + integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== /@babel/plugin-transform-literals/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3062,15 +3197,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-literals/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-literals/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ== + integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== /@babel/plugin-transform-member-expression-literals/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3088,15 +3223,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-member-expression-literals/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg== + integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== /@babel/plugin-transform-modules-amd/7.10.5: dependencies: '@babel/helper-module-transforms': 7.11.0 @@ -3118,17 +3253,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== - /@babel/plugin-transform-modules-amd/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-modules-amd/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ== + integrity: sha512-JHLOU0o81m5UqG0Ulz/fPC68/v+UTuGTWaZBUwpEk1fYQ1D9LfKV6MPn4ttJKqRo5Lm460fkzjLTL4EHvCprvA== /@babel/plugin-transform-modules-commonjs/7.10.4: dependencies: '@babel/helper-module-transforms': 7.11.0 @@ -3152,18 +3287,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-modules-commonjs/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.12.1 + '@babel/core': 7.12.13 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-simple-access': 7.12.13 babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag== + integrity: sha512-OGQoeVXVi1259HjuoDnsQMlMkT9UkZT9TpXAsqWplS/M0N1g3TJAn/ByOCeQu7mfjc5WpSsRU+jV1Hd89ts0kQ== /@babel/plugin-transform-modules-systemjs/7.10.5: dependencies: '@babel/helper-hoist-variables': 7.10.4 @@ -3187,19 +3322,19 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== - /@babel/plugin-transform-modules-systemjs/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-modules-systemjs/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-hoist-variables': 7.12.13 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q== + integrity: sha512-aHfVjhZ8QekaNF/5aNdStCGzwTbU7SI5hUybBKlMzqIMC7w7Ho8hx5a4R/DkTHfRfLwHGGxSpFt9BfxKCoXKoA== /@babel/plugin-transform-modules-umd/7.10.4: dependencies: '@babel/helper-module-transforms': 7.11.0 @@ -3219,16 +3354,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-modules-umd/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-modules-umd/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q== + integrity: sha512-BgZndyABRML4z6ibpi7Z98m4EVLFI9tVsZDADC14AElFaNHHBcJIovflJ6wtCqFxwy2YJ1tJhGRsr0yLPKoN+w== /@babel/plugin-transform-named-capturing-groups-regex/7.10.4: dependencies: '@babel/helper-create-regexp-features-plugin': 7.10.4 @@ -3246,15 +3381,15 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-named-capturing-groups-regex/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-create-regexp-features-plugin': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q== + integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== /@babel/plugin-transform-new-target/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3272,15 +3407,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-new-target/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw== + integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== /@babel/plugin-transform-object-super/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3300,16 +3435,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-object-super/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.12.11 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw== + integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== /@babel/plugin-transform-parameters/7.10.5: dependencies: '@babel/helper-get-function-arity': 7.10.4 @@ -3339,15 +3474,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== - /@babel/plugin-transform-parameters/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-parameters/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg== + integrity: sha512-e7QqwZalNiBRHCpJg/P8s/VJeSRYgmtWySs1JwvfwPqhBbiWfOcHDKdeAi6oAyIimoKWBlwc8oTgbZHdhCoVZA== /@babel/plugin-transform-property-literals/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3365,15 +3500,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-property-literals/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ== + integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== /@babel/plugin-transform-react-display-name/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3391,15 +3526,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== - /@babel/plugin-transform-react-display-name/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-react-display-name/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w== + integrity: sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA== /@babel/plugin-transform-react-jsx-development/7.10.4: dependencies: '@babel/helper-builder-react-jsx-experimental': 7.10.5 @@ -3421,10 +3556,10 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-RM3ZAd1sU1iQ7rI2dhrZRZGv0aqzNQMbkIUCS1txYpi9wHQ2ZHNjo5TwX+UD6pvFW4AbWqLVYvKy5qJSAyRGjQ== - /@babel/plugin-transform-react-jsx-development/7.12.12_@babel+core@7.12.10: + /@babel/plugin-transform-react-jsx-development/7.12.12_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/plugin-transform-react-jsx': 7.12.12_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/plugin-transform-react-jsx': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -3491,19 +3626,19 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== - /@babel/plugin-transform-react-jsx/7.12.12_@babel+core@7.12.10: + /@babel/plugin-transform-react-jsx/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-annotate-as-pure': 7.12.10 - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.10 - '@babel/types': 7.12.12 + '@babel/core': 7.12.13 + '@babel/helper-annotate-as-pure': 7.12.13 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.13 + '@babel/types': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw== + integrity: sha512-hhXZMYR8t9RvduN2uW4sjl6MRtUhzNE726JvoJhpjhxKgRUVkZqTsA0xc49ALZxQM7H26pZ/lLvB2Yrea9dllA== /@babel/plugin-transform-react-pure-annotations/7.10.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 @@ -3523,11 +3658,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A== - /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-annotate-as-pure': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-annotate-as-pure': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -3550,15 +3685,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-regenerator/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-regenerator/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 regenerator-transform: 0.14.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng== + integrity: sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== /@babel/plugin-transform-reserved-words/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3576,15 +3711,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-reserved-words/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A== + integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== /@babel/plugin-transform-runtime/7.11.0: dependencies: '@babel/helper-module-imports': 7.10.4 @@ -3608,17 +3743,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw== - /@babel/plugin-transform-runtime/7.12.10_@babel+core@7.12.10: + /@babel/plugin-transform-runtime/7.12.15_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA== + integrity: sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow== /@babel/plugin-transform-shorthand-properties/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3636,15 +3771,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-shorthand-properties/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw== + integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== /@babel/plugin-transform-spread/7.11.0: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3664,16 +3799,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== - /@babel/plugin-transform-spread/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-spread/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng== + integrity: sha512-dUCrqPIowjqk5pXsx1zPftSq4sT0aCeZVAxhdgs3AMgyaDmoUT0G+5h3Dzja27t76aUEIJWlFgPJqJ/d4dbTtg== /@babel/plugin-transform-sticky-regex/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3693,15 +3828,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-sticky-regex/7.12.7_@babel+core@7.12.10: + /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== + integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== /@babel/plugin-transform-template-literals/7.10.5: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 @@ -3721,15 +3856,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== - /@babel/plugin-transform-template-literals/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-template-literals/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw== + integrity: sha512-arIKlWYUgmNsF28EyfmiQHJLJFlAJNYkuQO10jL46ggjBpeb2re1P9K9YGxNJB45BqTbaslVysXDYm/g3sN/Qg== /@babel/plugin-transform-typeof-symbol/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3747,15 +3882,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typeof-symbol/7.12.10_@babel+core@7.12.10: + /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA== + integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.4: dependencies: '@babel/core': 7.11.4 @@ -3767,17 +3902,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-typescript/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-create-class-features-plugin': 7.12.13_@babel+core@7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + integrity: sha512-z1VWskPJxK9tfxoYvePWvzSJC+4pxXr8ArmRm5ofqgi+mwpKg6lvtomkIngBYMJVnKhsFYVysCQLDn//v2RHcg== /@babel/plugin-transform-unicode-escapes/7.10.4: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -3795,15 +3930,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== - /@babel/plugin-transform-unicode-escapes/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q== + integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== /@babel/plugin-transform-unicode-regex/7.10.4: dependencies: '@babel/helper-create-regexp-features-plugin': 7.10.4 @@ -3823,16 +3958,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/plugin-transform-unicode-regex/7.12.1_@babel+core@7.12.10: + /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-regexp-features-plugin': 7.12.7_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-create-regexp-features-plugin': 7.12.13_@babel+core@7.12.13 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg== + integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== /@babel/polyfill/7.12.1: dependencies: core-js: 2.6.10 @@ -3991,80 +4126,80 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== - /@babel/preset-env/7.12.11_@babel+core@7.12.10: + /@babel/preset-env/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/compat-data': 7.12.7 - '@babel/core': 7.12.10 - '@babel/helper-compilation-targets': 7.12.5_@babel+core@7.12.10 - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/compat-data': 7.12.13 + '@babel/core': 7.12.13 + '@babel/helper-compilation-targets': 7.12.13_@babel+core@7.12.13 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 '@babel/helper-validator-option': 7.12.11 - '@babel/plugin-proposal-async-generator-functions': 7.12.12_@babel+core@7.12.10 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-dynamic-import': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-export-namespace-from': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-json-strings': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-logical-assignment-operators': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-numeric-separator': 7.12.7_@babel+core@7.12.10 - '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-optional-catch-binding': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.12.10 - '@babel/plugin-proposal-private-methods': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.10 - '@babel/plugin-syntax-class-properties': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-top-level-await': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-arrow-functions': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-async-to-generator': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-block-scoped-functions': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-block-scoping': 7.12.12_@babel+core@7.12.10 - '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-computed-properties': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-destructuring': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-duplicate-keys': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-exponentiation-operator': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-for-of': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-function-name': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-literals': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-member-expression-literals': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-modules-amd': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-modules-systemjs': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-modules-umd': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-new-target': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-object-super': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-property-literals': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-regenerator': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-reserved-words': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-shorthand-properties': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-spread': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-sticky-regex': 7.12.7_@babel+core@7.12.10 - '@babel/plugin-transform-template-literals': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-typeof-symbol': 7.12.10_@babel+core@7.12.10 - '@babel/plugin-transform-unicode-escapes': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-unicode-regex': 7.12.1_@babel+core@7.12.10 - '@babel/preset-modules': 0.1.4_@babel+core@7.12.10 - '@babel/types': 7.12.12 - core-js-compat: 3.8.2 + '@babel/plugin-proposal-async-generator-functions': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-class-properties': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-dynamic-import': 7.12.1_@babel+core@7.12.13 + '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-json-strings': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-logical-assignment-operators': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-object-rest-spread': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-optional-catch-binding': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-optional-chaining': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-private-methods': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.13 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.13 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.13 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-arrow-functions': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-async-to-generator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-classes': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-computed-properties': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-destructuring': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-for-of': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-modules-amd': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-modules-commonjs': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-modules-systemjs': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-modules-umd': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-parameters': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-spread': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-template-literals': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.12.13 + '@babel/preset-modules': 0.1.4_@babel+core@7.12.13 + '@babel/types': 7.12.13 + core-js-compat: 3.8.3 semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw== + integrity: sha512-JUVlizG8SoFTz4LmVUL8++aVwzwxcvey3N0j1tRbMAXVEy95uQ/cnEkmEKHN00Bwq4voAV3imQGnQvpkLAxsrw== /@babel/preset-modules/0.1.3: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -4090,13 +4225,13 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.4_@babel+core@7.12.10: + /@babel/preset-modules/0.1.4_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.12.10 - '@babel/types': 7.12.12 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.12.13 + '@babel/types': 7.12.13 esutils: 2.0.3 dev: true peerDependencies: @@ -4132,19 +4267,19 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw== - /@babel/preset-react/7.12.10_@babel+core@7.12.10: + /@babel/preset-react/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-react-display-name': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-transform-react-jsx': 7.12.12_@babel+core@7.12.10 - '@babel/plugin-transform-react-jsx-development': 7.12.12_@babel+core@7.12.10 - '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-transform-react-display-name': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-react-jsx': 7.12.13_@babel+core@7.12.13 + '@babel/plugin-transform-react-jsx-development': 7.12.12_@babel+core@7.12.13 + '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ== + integrity: sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA== /@babel/preset-typescript/7.10.4_@babel+core@7.11.4: dependencies: '@babel/core': 7.11.4 @@ -4155,20 +4290,20 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== - /@babel/preset-typescript/7.12.7_@babel+core@7.12.10: + /@babel/preset-typescript/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.13 + '@babel/helper-plugin-utils': 7.12.13 '@babel/helper-validator-option': 7.12.11 - '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-typescript': 7.12.13_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== - /@babel/register/7.12.10_@babel+core@7.12.10: + integrity: sha512-gYry7CeXwD2wtw5qHzrtzKaShEhOfTmKb4i0ZxeYBcBosN5VuAudsNbjX7Oj5EAfQ3K4s4HsVMQRRcqGsPvs2A== + /@babel/register/7.12.13_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 find-cache-dir: 2.1.0 lodash: 4.17.20 make-dir: 2.1.0 @@ -4178,7 +4313,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ== + integrity: sha512-fnCeRXj970S9seY+973oPALQg61TRvAaW0nRDe1f4ytKqM3fZgsNXewTZWmqZedg74LFIRpg/11dsrPZZvYs2g== /@babel/runtime-corejs3/7.12.5: dependencies: core-js-pure: 3.8.2 @@ -4195,6 +4330,11 @@ packages: regenerator-runtime: 0.13.7 resolution: integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== + /@babel/runtime/7.12.13: + dependencies: + regenerator-runtime: 0.13.7 + resolution: + integrity: sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw== /@babel/runtime/7.12.5: dependencies: regenerator-runtime: 0.13.7 @@ -4211,6 +4351,14 @@ packages: '@babel/types': 7.12.6 resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== + /@babel/template/7.12.13: + dependencies: + '@babel/code-frame': 7.12.13 + '@babel/parser': 7.12.15 + '@babel/types': 7.12.13 + dev: true + resolution: + integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== /@babel/template/7.12.7: dependencies: '@babel/code-frame': 7.12.11 @@ -4260,6 +4408,20 @@ packages: dev: true resolution: integrity: sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== + /@babel/traverse/7.12.13: + dependencies: + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 + '@babel/parser': 7.12.15 + '@babel/types': 7.12.13 + debug: 4.3.1 + globals: 11.12.0 + lodash: 4.17.20 + dev: true + resolution: + integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== /@babel/traverse/7.12.5: dependencies: '@babel/code-frame': 7.10.4 @@ -4296,6 +4458,14 @@ packages: to-fast-properties: 2.0.0 resolution: integrity: sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== + /@babel/types/7.12.13: + dependencies: + '@babel/helper-validator-identifier': 7.12.11 + lodash: 4.17.20 + to-fast-properties: 2.0.0 + dev: true + resolution: + integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== /@babel/types/7.12.6: dependencies: '@babel/helper-validator-identifier': 7.10.4 @@ -8586,9 +8756,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== - /babel-core/7.0.0-bridge.0_@babel+core@7.12.10: + /babel-core/7.0.0-bridge.0_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -8626,14 +8796,14 @@ packages: eslint: '>= 4.12.1' resolution: integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - /babel-jest/26.6.3_@babel+core@7.12.10: + /babel-jest/26.6.3_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 '@types/babel__core': 7.1.9 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.6.2_@babel+core@7.12.10 + babel-preset-jest: 26.6.2_@babel+core@7.12.13 chalk: 4.1.0 graceful-fs: 4.2.4 slash: 3.0.0 @@ -8804,21 +8974,21 @@ packages: dev: true resolution: integrity: sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM= - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.12.10: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.10 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-class-properties': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.12.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-syntax-top-level-await': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.13 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.13 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-class-properties': 7.12.1_@babel+core@7.12.13 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.12.13 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.13 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.13 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.13 + '@babel/plugin-syntax-top-level-await': 7.12.1_@babel+core@7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0 @@ -8892,11 +9062,11 @@ packages: core-js: ^3.0.0 resolution: integrity: sha512-/jNBu+3H0ga/QWQ9obE+D7xUguIq1DrP9TP9Mqy5oQgU9zG8qE6tAo/EngauRxruvjMaAvYojooDBTEZYcH+0g== - /babel-preset-jest/26.6.2_@babel+core@7.12.10: + /babel-preset-jest/26.6.2_@babel+core@7.12.13: dependencies: - '@babel/core': 7.12.10 + '@babel/core': 7.12.13 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.12.10 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.12.13 dev: true engines: node: '>= 10.14.2' @@ -9359,19 +9529,19 @@ packages: hasBin: true resolution: integrity: sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ== - /browserslist/4.16.1: + /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001177 + caniuse-lite: 1.0.30001185 colorette: 1.2.1 - electron-to-chromium: 1.3.641 + electron-to-chromium: 1.3.662 escalade: 3.1.1 - node-releases: 1.1.69 + node-releases: 1.1.70 dev: true engines: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 hasBin: true resolution: - integrity: sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA== + integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== /bser/2.1.1: dependencies: node-int64: 0.4.0 @@ -9716,10 +9886,10 @@ packages: dev: true resolution: integrity: sha512-gOerH9Wz2IRZ2ZPdMfBvyOi3cjaz4O4dgNwPGzx8EhqAs4+2IL/O+fJsbt+znSigujoZG8bVcIAUM/I/E5K3MA== - /caniuse-lite/1.0.30001177: + /caniuse-lite/1.0.30001185: dev: true resolution: - integrity: sha512-6Ld7t3ifCL02jTj3MxPMM5wAYjbo4h/TAQGFTgv1inihP1tWnWp8mxxT4ut4JBEHLbpFXEXJJQ119JCJTBkYDw== + integrity: sha512-Fpi4kVNtNvJ15H0F6vwmXtb3tukv3Zg3qhKkOGUq7KJ1J6b9kf4dnNgtEAFXhRsJo0gNj9W60+wBvn0JcTvdTg== /capture-exit/2.0.0: dependencies: rsvp: 4.8.5 @@ -10765,13 +10935,13 @@ packages: dev: false resolution: integrity: sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== - /core-js-compat/3.8.2: + /core-js-compat/3.8.3: dependencies: - browserslist: 4.16.1 + browserslist: 4.16.3 semver: 7.0.0 dev: true resolution: - integrity: sha512-LO8uL9lOIyRRrQmZxHZFl1RV+ZbcsAkFWTktn5SmH40WgLtSNYN4m4W2v9ONT147PxBY/XrRhrWq8TlvObyUjQ== + integrity: sha512-1sCb0wBXnBIL16pfFG1Gkvei6UzvKyTNYpiC41yrdjEv0UoJoq9E/abTMzyYJ6JpTkAj15dLjbqifIzEBDVvog== /core-js-pure/3.8.2: requiresBuild: true resolution: @@ -10790,6 +10960,11 @@ packages: requiresBuild: true resolution: integrity: sha512-FfApuSRgrR6G5s58casCBd9M2k+4ikuu4wbW6pJyYU7bd9zvFc9qf7vr5xmrZOhT9nn+8uwlH1oRR9jTnFoA3A== + /core-js/3.8.3: + dev: true + requiresBuild: true + resolution: + integrity: sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q== /core-util-is/1.0.2: resolution: integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= @@ -12065,10 +12240,10 @@ packages: dev: true resolution: integrity: sha512-nLO2Wd2yU42eSoNJVQKNf89CcEGqeFZd++QsnN2XIgje1s/19AgctfjLIbPORlvcCO8sYjLwX4iUgDdusOY8Sg== - /electron-to-chromium/1.3.641: + /electron-to-chromium/1.3.662: dev: true resolution: - integrity: sha512-b0DLhsHSHESC1I+Nx6n4w4Lr61chMd3m/av1rZQhS2IXTzaS5BMM5N+ldWdMIlni9CITMRM09m8He4+YV/92TA== + integrity: sha512-IGBXmTGwdVGUVTnZ8ISEvkhDfhhD+CDFndG4//BhvDcEtPYiVrzoB+rzT/Y12OQCf5bvRCrVmrUbGrS9P7a6FQ== /elegant-spinner/1.0.1: dev: true engines: @@ -12371,6 +12546,27 @@ packages: node: '>= 0.4' resolution: integrity: sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA== + /es-abstract/1.18.0-next.2: + dependencies: + call-bind: 1.0.2 + es-to-primitive: 1.2.1 + function-bind: 1.1.1 + get-intrinsic: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.1 + is-callable: 1.2.3 + is-negative-zero: 2.0.1 + is-regex: 1.1.2 + object-inspect: 1.9.0 + object-keys: 1.1.1 + object.assign: 4.1.2 + string.prototype.trimend: 1.0.3 + string.prototype.trimstart: 1.0.3 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw== /es-to-primitive/1.2.1: dependencies: is-callable: 1.2.2 @@ -14765,6 +14961,14 @@ packages: has-symbols: 1.0.1 resolution: integrity: sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg== + /get-intrinsic/1.1.1: + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.1 + dev: true + resolution: + integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== /get-nonce/1.0.1: dev: false engines: @@ -15285,6 +15489,9 @@ packages: /graceful-fs/4.2.4: resolution: integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== + /graceful-fs/4.2.6: + resolution: + integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== /grapheme-splitter/1.0.4: dev: true resolution: @@ -16626,6 +16833,12 @@ packages: node: '>= 0.4' resolution: integrity: sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== + /is-callable/1.2.3: + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== /is-ci/2.0.0: dependencies: ci-info: 2.0.0 @@ -16960,6 +17173,15 @@ packages: node: '>= 0.4' resolution: integrity: sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== + /is-regex/1.1.2: + dependencies: + call-bind: 1.0.2 + has-symbols: 1.0.1 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg== /is-regexp/1.0.0: dev: true engines: @@ -17903,6 +18125,15 @@ packages: hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== + /json5/2.2.0: + dependencies: + minimist: 1.2.5 + dev: true + engines: + node: '>=6' + hasBin: true + resolution: + integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== /jsonfile/4.0.0: optionalDependencies: graceful-fs: 4.2.4 @@ -19958,10 +20189,10 @@ packages: dev: true resolution: integrity: sha512-JHEQ1iWPGK+38VLB2H9ef2otU4l8s3yAMt9Xf934r6+ojCYDMHPMqvCc9TnzfeFSP1QEOeU6YZEd3+De0LTCgg== - /node-releases/1.1.69: + /node-releases/1.1.70: dev: true resolution: - integrity: sha512-DGIjo79VDEyAnRlfSqYTsy+yoHd2IOjJiKUozD2MV2D85Vso6Bug56mb9tT/fY5Urt0iqk01H7x+llAruDR2zA== + integrity: sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw== /nodemon/2.0.7: dependencies: chokidar: 3.5.1 @@ -20392,7 +20623,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.1 + es-abstract: 1.18.0-next.2 dev: true engines: node: '>= 0.8' @@ -22857,7 +23088,7 @@ packages: integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== /readdirp/2.2.1: dependencies: - graceful-fs: 4.2.4 + graceful-fs: 4.2.6 micromatch: 3.1.10 readable-stream: 2.3.7 engines: @@ -22989,7 +23220,7 @@ packages: integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== /regenerator-transform/0.14.5: dependencies: - '@babel/runtime': 7.12.5 + '@babel/runtime': 7.12.13 resolution: integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== /regex-not/1.0.2: @@ -23050,7 +23281,7 @@ packages: regenerate: 1.4.2 regenerate-unicode-properties: 8.2.0 regjsgen: 0.5.2 - regjsparser: 0.6.6 + regjsparser: 0.6.7 unicode-match-property-ecmascript: 1.0.4 unicode-match-property-value-ecmascript: 1.2.0 engines: @@ -23081,12 +23312,12 @@ packages: hasBin: true resolution: integrity: sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== - /regjsparser/0.6.6: + /regjsparser/0.6.7: dependencies: jsesc: 0.5.0 hasBin: true resolution: - integrity: sha512-jjyuCp+IEMIm3N1H1LLTJW1EISEJV9+5oHdEyrt43Pg9cDSb6rrLZei2cVWpl0xTjmmlpec/lEQGYgM7xfpGCQ== + integrity: sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ== /relateurl/0.2.7: dev: true engines: