From 6d952c6f60233e5359477f66da6de744a1db607b Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 27 Jul 2020 07:10:26 +0200 Subject: [PATCH] chore(commonjs): update offending packages --- package.json | 20 +- packages/babel/package.json | 20 +- packages/dynamic-import-vars/package.json | 1 - packages/multi-entry/package.json | 6 +- packages/node-resolve/package.json | 10 +- packages/url/package.json | 18 +- packages/yaml/package.json | 18 +- pnpm-lock.yaml | 3289 ++++++--------------- 8 files changed, 904 insertions(+), 2478 deletions(-) diff --git a/package.json b/package.json index 7c4642556..006eb183b 100644 --- a/package.json +++ b/package.json @@ -19,30 +19,30 @@ }, "dependencies": { "conventional-commits-parser": "^3.1.0", - "semver": "^7.1.1", + "semver": "^7.3.2", "write-pkg": "^4.0.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^3.5.0", - "@typescript-eslint/parser": "^3.5.0", + "@typescript-eslint/eslint-plugin": "^3.7.0", + "@typescript-eslint/parser": "^3.7.0", "ava": "^2.4.0", "chalk": "^2.4.2", "codecov-lite": "^0.3.1", - "del-cli": "^3.0.0", + "del-cli": "^3.0.1", "eslint-config-rollup": "^0.1.0", "execa": "^2.1.0", - "globby": "^10.0.1", + "globby": "^10.0.2", "husky": "^3.1.0", "lint-staged": "^9.5.0", "nyc": "^14.1.1", - "pnpm": "^4.13.0", + "pnpm": "^4.14.4", "prettier": "^1.19.1", "prettier-plugin-package": "^0.3.1", - "ts-node": "^8.5.4", + "ts-node": "^8.10.2", "tsconfig-paths": "^3.9.0", - "tslib": "^1.10.0", - "typescript": "^3.7.4", - "yaml": "^1.7.2" + "tslib": "^1.13.0", + "typescript": "^3.9.7", + "yaml": "^1.10.0" }, "ava": { "files": [ diff --git a/packages/babel/package.json b/packages/babel/package.json index 82f19a046..a22239f81 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -50,19 +50,19 @@ "rollup": "^1.20.0||^2.0.0" }, "dependencies": { - "@babel/helper-module-imports": "^7.7.4", - "@rollup/pluginutils": "^3.0.8" + "@babel/helper-module-imports": "^7.10.4", + "@rollup/pluginutils": "^3.1.0" }, "devDependencies": { - "@babel/core": "^7.7.4", - "@babel/plugin-external-helpers": "^7.7.4", - "@babel/plugin-proposal-decorators": "^7.7.4", - "@babel/plugin-syntax-dynamic-import": "^7.7.4", - "@babel/plugin-transform-runtime": "^7.7.4", - "@babel/preset-env": "^7.9.0", - "@rollup/plugin-json": "^4.0.0", + "@babel/core": "^7.10.5", + "@babel/plugin-external-helpers": "^7.10.4", + "@babel/plugin-proposal-decorators": "^7.10.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "@rollup/plugin-json": "^4.1.0", "@types/babel__core": "^7.1.9", - "rollup": "^2.0.0", + "rollup": "^2.23.0", "source-map": "^0.6.1" }, "ava": { diff --git a/packages/dynamic-import-vars/package.json b/packages/dynamic-import-vars/package.json index 4eaebeed4..a73518c57 100644 --- a/packages/dynamic-import-vars/package.json +++ b/packages/dynamic-import-vars/package.json @@ -58,7 +58,6 @@ "devDependencies": { "acorn": "^7.1.1", "acorn-dynamic-import": "^4.0.0", - "ava": "^2.4.0", "prettier": "^2.0.5", "rollup": "^2.7.5" }, diff --git a/packages/multi-entry/package.json b/packages/multi-entry/package.json index 144979272..1d687d495 100755 --- a/packages/multi-entry/package.json +++ b/packages/multi-entry/package.json @@ -47,9 +47,9 @@ "matched": "^1.0.2" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "rollup": "^2.0.0", + "@babel/core": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "rollup": "^2.23.0", "rollup-plugin-babel": "^4.4.0" }, "ava": { diff --git a/packages/node-resolve/package.json b/packages/node-resolve/package.json index 3e6f4fed6..9b069e04f 100644 --- a/packages/node-resolve/package.json +++ b/packages/node-resolve/package.json @@ -57,14 +57,14 @@ "resolve": "^1.17.0" }, "devDependencies": { - "@babel/core": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.10.4", + "@babel/core": "^7.10.5", + "@babel/plugin-transform-typescript": "^7.10.5", "@babel/preset-env": "^7.10.4", - "@rollup/plugin-babel": "^5.0.4", - "@rollup/plugin-commonjs": "^13.0.0", + "@rollup/plugin-babel": "^5.1.0", + "@rollup/plugin-commonjs": "^13.0.2", "@rollup/plugin-json": "^4.1.0", "es5-ext": "^0.10.53", - "rollup": "^2.12.0", + "rollup": "^2.23.0", "source-map": "^0.7.3", "string-capitalize": "^1.0.1" }, diff --git a/packages/url/package.json b/packages/url/package.json index 41de99244..ad7ccffff 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -44,18 +44,18 @@ "rollup": "^1.20.0||^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.4", - "make-dir": "^3.0.0", - "mime": "^2.4.4" + "@rollup/pluginutils": "^3.1.0", + "make-dir": "^3.1.0", + "mime": "^2.4.6" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "@babel/register": "^7.9.0", + "@babel/core": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "@babel/register": "^7.10.5", "del": "^5.1.0", - "globby": "^10.0.1", - "rollup": "^2.0.0", - "rollup-plugin-babel": "^4.3.3" + "globby": "^10.0.2", + "rollup": "^2.23.0", + "rollup-plugin-babel": "^4.4.0" }, "ava": { "files": [ diff --git a/packages/yaml/package.json b/packages/yaml/package.json index 030310948..b1210f920 100755 --- a/packages/yaml/package.json +++ b/packages/yaml/package.json @@ -41,18 +41,18 @@ "rollup": "^1.20.0 || ^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.1", - "js-yaml": "^3.13.1", + "@rollup/pluginutils": "^3.1.0", + "js-yaml": "^3.14.0", "tosource": "^1.0.0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "@rollup/plugin-node-resolve": "^7.1.1", - "del-cli": "^3.0.0", - "rollup": "^2.0.0", - "rollup-plugin-babel": "^4.3.3", - "source-map-support": "^0.5.16" + "@babel/core": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "@rollup/plugin-node-resolve": "^7.1.3", + "del-cli": "^3.0.1", + "rollup": "^2.23.0", + "rollup-plugin-babel": "^4.4.0", + "source-map-support": "^0.5.19" }, "ava": { "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2d9de6a37..488f25aea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,50 +5,50 @@ importers: semver: 7.3.2 write-pkg: 4.0.0 devDependencies: - '@typescript-eslint/eslint-plugin': 3.6.0_1cd0d21f7cfbad5ac6106263f5332fb7 - '@typescript-eslint/parser': 3.6.0_typescript@3.8.3 + '@typescript-eslint/eslint-plugin': 3.7.0_53e761a1bc6765ce1ff0aafae1512cd1 + '@typescript-eslint/parser': 3.7.0_typescript@3.9.7 ava: 2.4.0 chalk: 2.4.2 codecov-lite: 0.3.1 - del-cli: 3.0.0 + del-cli: 3.0.1 eslint-config-rollup: 0.1.0 execa: 2.1.0 globby: 10.0.2 husky: 3.1.0 lint-staged: 9.5.0 nyc: 14.1.1 - pnpm: 4.14.0 + pnpm: 4.14.4 prettier: 1.19.1 prettier-plugin-package: 0.3.1_prettier@1.19.1 - ts-node: 8.9.1_typescript@3.8.3 + ts-node: 8.10.2_typescript@3.9.7 tsconfig-paths: 3.9.0 - tslib: 1.11.1 - typescript: 3.8.3 - yaml: 1.9.2 + tslib: 1.13.0 + typescript: 3.9.7 + yaml: 1.10.0 specifiers: - '@typescript-eslint/eslint-plugin': ^3.5.0 - '@typescript-eslint/parser': ^3.5.0 + '@typescript-eslint/eslint-plugin': ^3.7.0 + '@typescript-eslint/parser': ^3.7.0 ava: ^2.4.0 chalk: ^2.4.2 codecov-lite: ^0.3.1 conventional-commits-parser: ^3.1.0 - del-cli: ^3.0.0 + del-cli: ^3.0.1 eslint-config-rollup: ^0.1.0 execa: ^2.1.0 - globby: ^10.0.1 + globby: ^10.0.2 husky: ^3.1.0 lint-staged: ^9.5.0 nyc: ^14.1.1 - pnpm: ^4.13.0 + pnpm: ^4.14.4 prettier: ^1.19.1 prettier-plugin-package: ^0.3.1 - semver: ^7.1.1 - ts-node: ^8.5.4 + semver: ^7.3.2 + ts-node: ^8.10.2 tsconfig-paths: ^3.9.0 - tslib: ^1.10.0 - typescript: ^3.7.4 + tslib: ^1.13.0 + typescript: ^3.9.7 write-pkg: ^4.0.0 - yaml: ^1.7.2 + yaml: ^1.10.0 packages/alias: dependencies: slash: 3.0.0 @@ -78,31 +78,31 @@ importers: rollup: ^2.0.0 packages/babel: dependencies: - '@babel/helper-module-imports': 7.8.3 - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 + '@babel/helper-module-imports': 7.10.4 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 devDependencies: - '@babel/core': 7.8.3 - '@babel/plugin-external-helpers': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-decorators': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-runtime': 7.9.0_@babel+core@7.8.3 - '@babel/preset-env': 7.9.5_@babel+core@7.8.3 - '@rollup/plugin-json': 4.1.0_rollup@2.2.0 + '@babel/core': 7.10.5 + '@babel/plugin-external-helpers': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-decorators': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-transform-runtime': 7.10.5_@babel+core@7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@rollup/plugin-json': 4.1.0_rollup@2.23.0 '@types/babel__core': 7.1.9 - rollup: 2.2.0 + rollup: 2.23.0 source-map: 0.6.1 specifiers: - '@babel/core': ^7.7.4 - '@babel/helper-module-imports': ^7.7.4 - '@babel/plugin-external-helpers': ^7.7.4 - '@babel/plugin-proposal-decorators': ^7.7.4 - '@babel/plugin-syntax-dynamic-import': ^7.7.4 - '@babel/plugin-transform-runtime': ^7.7.4 - '@babel/preset-env': ^7.9.0 - '@rollup/plugin-json': ^4.0.0 - '@rollup/pluginutils': ^3.0.8 + '@babel/core': ^7.10.5 + '@babel/helper-module-imports': ^7.10.4 + '@babel/plugin-external-helpers': ^7.10.4 + '@babel/plugin-proposal-decorators': ^7.10.5 + '@babel/plugin-syntax-dynamic-import': ^7.8.3 + '@babel/plugin-transform-runtime': ^7.10.5 + '@babel/preset-env': ^7.10.4 + '@rollup/plugin-json': ^4.1.0 + '@rollup/pluginutils': ^3.1.0 '@types/babel__core': ^7.1.9 - rollup: ^2.0.0 + rollup: ^2.23.0 source-map: ^0.6.1 packages/beep: devDependencies: @@ -133,7 +133,7 @@ importers: typescript: ^3.7.4 packages/commonjs: dependencies: - '@rollup/pluginutils': 'link:../pluginutils' + '@rollup/pluginutils': 3.1.0_rollup@2.22.0 commondir: 1.0.1 estree-walker: 2.0.1 glob: 7.1.6 @@ -141,8 +141,8 @@ importers: magic-string: 0.25.7 resolve: 1.17.0 devDependencies: - '@rollup/plugin-json': 'link:../json' - '@rollup/plugin-node-resolve': 'link:../node-resolve' + '@rollup/plugin-json': 4.1.0_rollup@2.22.0 + '@rollup/plugin-node-resolve': 8.4.0_rollup@2.22.0 locate-character: 2.0.5 prettier: 1.19.1 require-relative: 0.8.7 @@ -203,14 +203,12 @@ importers: devDependencies: acorn: 7.1.1 acorn-dynamic-import: 4.0.0_acorn@7.1.1 - ava: 2.4.0 prettier: 2.0.5 rollup: 2.16.1 specifiers: '@rollup/pluginutils': ^3.0.9 acorn: ^7.1.1 acorn-dynamic-import: ^4.0.0 - ava: ^2.4.0 estree-walker: ^2.0.1 globby: ^11.0.0 magic-string: ^0.25.7 @@ -282,19 +280,19 @@ importers: dependencies: matched: 1.0.2 devDependencies: - '@babel/core': 7.9.0 - '@babel/preset-env': 7.9.5_@babel+core@7.9.0 - rollup: 2.2.0 - rollup-plugin-babel: 4.4.0_@babel+core@7.9.0+rollup@2.2.0 + '@babel/core': 7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + rollup: 2.23.0 + rollup-plugin-babel: 4.4.0_@babel+core@7.10.5+rollup@2.23.0 specifiers: - '@babel/core': ^7.9.0 - '@babel/preset-env': ^7.9.0 + '@babel/core': ^7.10.5 + '@babel/preset-env': ^7.10.4 matched: ^1.0.2 - rollup: ^2.0.0 + rollup: ^2.23.0 rollup-plugin-babel: ^4.4.0 packages/node-resolve: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.12.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 '@types/resolve': 1.17.1 builtin-modules: 3.1.0 deep-freeze: 0.0.1 @@ -302,22 +300,22 @@ importers: is-module: 1.0.0 resolve: 1.17.0 devDependencies: - '@babel/core': 7.10.4 - '@babel/plugin-transform-typescript': 7.10.4_@babel+core@7.10.4 - '@babel/preset-env': 7.10.4_@babel+core@7.10.4 - '@rollup/plugin-babel': 5.1.0_@babel+core@7.10.4+rollup@2.12.0 - '@rollup/plugin-commonjs': 13.0.0_rollup@2.12.0 - '@rollup/plugin-json': 4.1.0_rollup@2.12.0 + '@babel/core': 7.10.5 + '@babel/plugin-transform-typescript': 7.10.5_@babel+core@7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@rollup/plugin-babel': 5.1.0_@babel+core@7.10.5+rollup@2.23.0 + '@rollup/plugin-commonjs': 13.0.2_rollup@2.23.0 + '@rollup/plugin-json': 4.1.0_rollup@2.23.0 es5-ext: 0.10.53 - rollup: 2.12.0 + rollup: 2.23.0 source-map: 0.7.3 string-capitalize: 1.0.1 specifiers: - '@babel/core': ^7.10.4 - '@babel/plugin-transform-typescript': ^7.10.4 + '@babel/core': ^7.10.5 + '@babel/plugin-transform-typescript': ^7.10.5 '@babel/preset-env': ^7.10.4 - '@rollup/plugin-babel': ^5.0.4 - '@rollup/plugin-commonjs': ^13.0.0 + '@rollup/plugin-babel': ^5.1.0 + '@rollup/plugin-commonjs': ^13.0.2 '@rollup/plugin-json': ^4.1.0 '@rollup/pluginutils': ^3.1.0 '@types/resolve': 1.17.1 @@ -327,7 +325,7 @@ importers: es5-ext: ^0.10.53 is-module: ^1.0.0 resolve: ^1.17.0 - rollup: ^2.12.0 + rollup: ^2.23.0 source-map: ^0.7.3 string-capitalize: ^1.0.1 packages/pluginutils: @@ -438,28 +436,28 @@ importers: typescript: ^3.7.4 packages/url: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 - make-dir: 3.0.0 - mime: 2.4.4 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + make-dir: 3.1.0 + mime: 2.4.6 devDependencies: - '@babel/core': 7.9.0 - '@babel/preset-env': 7.9.5_@babel+core@7.9.0 - '@babel/register': 7.9.0_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@babel/register': 7.10.5_@babel+core@7.10.5 del: 5.1.0 globby: 10.0.2 - rollup: 2.2.0 - rollup-plugin-babel: 4.3.3_@babel+core@7.9.0+rollup@2.2.0 + rollup: 2.23.0 + rollup-plugin-babel: 4.4.0_@babel+core@7.10.5+rollup@2.23.0 specifiers: - '@babel/core': ^7.9.0 - '@babel/preset-env': ^7.9.0 - '@babel/register': ^7.9.0 - '@rollup/pluginutils': ^3.0.4 + '@babel/core': ^7.10.5 + '@babel/preset-env': ^7.10.4 + '@babel/register': ^7.10.5 + '@rollup/pluginutils': ^3.1.0 del: ^5.1.0 - globby: ^10.0.1 - make-dir: ^3.0.0 - mime: ^2.4.4 - rollup: ^2.0.0 - rollup-plugin-babel: ^4.3.3 + globby: ^10.0.2 + make-dir: ^3.1.0 + mime: ^2.4.6 + rollup: ^2.23.0 + rollup-plugin-babel: ^4.4.0 packages/virtual: devDependencies: '@rollup/plugin-node-resolve': 7.1.1_rollup@2.2.0 @@ -480,27 +478,27 @@ importers: source-map: ^0.7.3 packages/yaml: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 - js-yaml: 3.13.1 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + js-yaml: 3.14.0 tosource: 1.0.0 devDependencies: - '@babel/core': 7.9.0 - '@babel/preset-env': 7.9.5_@babel+core@7.9.0 - '@rollup/plugin-node-resolve': 7.1.1_rollup@2.2.0 - del-cli: 3.0.0 - rollup: 2.2.0 - rollup-plugin-babel: 4.3.3_@babel+core@7.9.0+rollup@2.2.0 - source-map-support: 0.5.16 + '@babel/core': 7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@rollup/plugin-node-resolve': 7.1.3_rollup@2.23.0 + del-cli: 3.0.1 + rollup: 2.23.0 + rollup-plugin-babel: 4.4.0_@babel+core@7.10.5+rollup@2.23.0 + source-map-support: 0.5.19 specifiers: - '@babel/core': ^7.9.0 - '@babel/preset-env': ^7.9.0 - '@rollup/plugin-node-resolve': ^7.1.1 - '@rollup/pluginutils': ^3.0.1 - del-cli: ^3.0.0 - js-yaml: ^3.13.1 - rollup: ^2.0.0 - rollup-plugin-babel: ^4.3.3 - source-map-support: ^0.5.16 + '@babel/core': ^7.10.5 + '@babel/preset-env': ^7.10.4 + '@rollup/plugin-node-resolve': ^7.1.3 + '@rollup/pluginutils': ^3.1.0 + del-cli: ^3.0.1 + js-yaml: ^3.14.0 + rollup: ^2.23.0 + rollup-plugin-babel: ^4.4.0 + source-map-support: ^0.5.19 tosource: ^1.0.0 lockfileVersion: 5.1 packages: @@ -510,13 +508,13 @@ packages: node: '>=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0' resolution: integrity: sha512-3diBLIVBPPh3j4+hb5lo0I1D+S/O/VDJPI4Y502apBxmwEqjyXG4gTSPFUlm41sSZeZzMarT/Gzovw9kV7An0w== - /@ava/babel-preset-stage-4/4.0.0_@babel+core@7.9.0: + /@ava/babel-preset-stage-4/4.0.0_@babel+core@7.10.5: dependencies: - '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-modules-commonjs': 7.9.0_@babel+core@7.9.0 + '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.10.5 dev: true engines: node: '>=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0' @@ -536,45 +534,31 @@ packages: /@babel/code-frame/7.10.4: dependencies: '@babel/highlight': 7.10.4 - dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/code-frame/7.8.3: - dependencies: - '@babel/highlight': 7.9.0 - resolution: - integrity: sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - /@babel/compat-data/7.10.4: - dependencies: - browserslist: 4.12.0 - invariant: 2.2.4 - semver: 5.7.1 - dev: true - resolution: - integrity: sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw== - /@babel/compat-data/7.9.0: + /@babel/compat-data/7.10.5: dependencies: - browserslist: 4.12.0 + browserslist: 4.13.0 invariant: 2.2.4 semver: 5.7.1 dev: true resolution: - integrity: sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== - /@babel/core/7.10.4: + integrity: sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw== + /@babel/core/7.10.5: dependencies: '@babel/code-frame': 7.10.4 - '@babel/generator': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 + '@babel/generator': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 '@babel/helpers': 7.10.4 - '@babel/parser': 7.10.4 + '@babel/parser': 7.10.5 '@babel/template': 7.10.4 - '@babel/traverse': 7.10.4 - '@babel/types': 7.10.4 + '@babel/traverse': 7.10.5 + '@babel/types': 7.10.5 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 json5: 2.1.3 - lodash: 4.17.15 + lodash: 4.17.19 resolve: 1.17.0 semver: 5.7.1 source-map: 0.5.7 @@ -582,61 +566,7 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== - /@babel/core/7.8.3: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.9.5 - '@babel/helpers': 7.9.2 - '@babel/parser': 7.9.4 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 - json5: 2.1.3 - lodash: 4.17.15 - resolve: 1.15.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA== - /@babel/core/7.9.0: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.9.5 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helpers': 7.9.2 - '@babel/parser': 7.9.4 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 - json5: 2.1.3 - lodash: 4.17.15 - resolve: 1.15.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== - /@babel/generator/7.10.4: - dependencies: - '@babel/types': 7.10.4 - jsesc: 2.5.2 - lodash: 4.17.15 - source-map: 0.5.7 - dev: true - resolution: - integrity: sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== + integrity: sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== /@babel/generator/7.10.5: dependencies: '@babel/types': 7.10.5 @@ -645,27 +575,12 @@ packages: dev: true resolution: integrity: sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== - /@babel/generator/7.9.5: - dependencies: - '@babel/types': 7.9.5 - jsesc: 2.5.2 - lodash: 4.17.15 - source-map: 0.5.7 - dev: true - resolution: - integrity: sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ== /@babel/helper-annotate-as-pure/7.10.4: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== - /@babel/helper-annotate-as-pure/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw== /@babel/helper-builder-binary-assignment-operator-visitor/7.10.4: dependencies: '@babel/helper-explode-assignable-expression': 7.10.4 @@ -673,18 +588,11 @@ packages: dev: true resolution: integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== - /@babel/helper-builder-binary-assignment-operator-visitor/7.8.3: - dependencies: - '@babel/helper-explode-assignable-expression': 7.8.3 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.10.4: + /@babel/helper-compilation-targets/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/compat-data': 7.10.4 - '@babel/core': 7.10.4 - browserslist: 4.12.0 + '@babel/compat-data': 7.10.5 + '@babel/core': 7.10.5 + browserslist: 4.13.0 invariant: 2.2.4 levenary: 1.1.1 semver: 5.7.1 @@ -693,37 +601,11 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-compilation-targets/7.8.7_@babel+core@7.8.3: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.8.3 - browserslist: 4.12.0 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== - /@babel/helper-compilation-targets/7.8.7_@babel+core@7.9.0: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.9.0 - browserslist: 4.12.0 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== - /@babel/helper-create-class-features-plugin/7.10.4_@babel+core@7.10.4: + /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.10.5 '@babel/helper-optimise-call-expression': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-replace-supers': 7.10.4 @@ -732,92 +614,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ== - /@babel/helper-create-class-features-plugin/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-member-expression-to-functions': 7.8.3 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-split-export-declaration': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.4 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.4 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.9.0: + integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== + /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.4 + '@babel/helper-regex': 7.10.5 regexpu-core: 4.7.0 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.8.8_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-regex': 7.8.3 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg== - /@babel/helper-create-regexp-features-plugin/7.8.8_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-regex': 7.8.3 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg== - /@babel/helper-define-map/7.10.4: + /@babel/helper-define-map/7.10.5: dependencies: '@babel/helper-function-name': 7.10.4 - '@babel/types': 7.10.4 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-nIij0oKErfCnLUCWaCaHW0Bmtl2RO9cN7+u2QT8yqTywgALKlyUVOvHDElh+b5DwVC6YB1FOYFOTWcN/+41EDA== - /@babel/helper-define-map/7.8.3: - dependencies: - '@babel/helper-function-name': 7.9.5 - '@babel/types': 7.9.5 - lodash: 4.17.15 + '@babel/types': 7.10.5 + lodash: 4.17.19 dev: true resolution: - integrity: sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g== + integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== /@babel/helper-explode-assignable-expression/7.10.4: dependencies: '@babel/traverse': 7.10.5 @@ -825,13 +641,6 @@ packages: dev: true resolution: integrity: sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A== - /@babel/helper-explode-assignable-expression/7.8.3: - dependencies: - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw== /@babel/helper-function-name/7.10.4: dependencies: '@babel/helper-get-function-arity': 7.10.4 @@ -840,123 +649,57 @@ packages: dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== - /@babel/helper-function-name/7.9.5: - dependencies: - '@babel/helper-get-function-arity': 7.8.3 - '@babel/template': 7.8.6 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== /@babel/helper-get-function-arity/7.10.4: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-get-function-arity/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== /@babel/helper-hoist-variables/7.10.4: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== - /@babel/helper-hoist-variables/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg== - /@babel/helper-member-expression-to-functions/7.10.4: - dependencies: - '@babel/types': 7.10.4 - dev: true - resolution: - integrity: sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== /@babel/helper-member-expression-to-functions/7.10.5: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA== - /@babel/helper-member-expression-to-functions/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== /@babel/helper-module-imports/7.10.4: dependencies: '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-imports/7.8.3: - dependencies: - '@babel/types': 7.9.5 - resolution: - integrity: sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== - /@babel/helper-module-transforms/7.10.4: + /@babel/helper-module-transforms/7.10.5: dependencies: '@babel/helper-module-imports': 7.10.4 '@babel/helper-replace-supers': 7.10.4 '@babel/helper-simple-access': 7.10.4 '@babel/helper-split-export-declaration': 7.10.4 '@babel/template': 7.10.4 - '@babel/types': 7.10.4 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== - /@babel/helper-module-transforms/7.9.0: - dependencies: - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-simple-access': 7.8.3 - '@babel/helper-split-export-declaration': 7.8.3 - '@babel/template': 7.8.6 - '@babel/types': 7.9.5 - lodash: 4.17.15 + '@babel/types': 7.10.5 + lodash: 4.17.19 dev: true resolution: - integrity: sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== + integrity: sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== /@babel/helper-optimise-call-expression/7.10.4: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== - /@babel/helper-optimise-call-expression/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== /@babel/helper-plugin-utils/7.10.4: dev: true resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-plugin-utils/7.8.3: - dev: true - resolution: - integrity: sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== - /@babel/helper-regex/7.10.4: + /@babel/helper-regex/7.10.5: dependencies: - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-inWpnHGgtg5NOF0eyHlC0/74/VkdRITY9dtTpB2PrxKKn+AkVMRiZz/Adrx+Ssg+MLDesi2zohBW6MVq6b4pOQ== - /@babel/helper-regex/7.8.3: - dependencies: - lodash: 4.17.15 + lodash: 4.17.19 dev: true resolution: - integrity: sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ== + integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== /@babel/helper-remap-async-to-generator/7.10.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 @@ -967,16 +710,6 @@ packages: dev: true resolution: integrity: sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg== - /@babel/helper-remap-async-to-generator/7.8.3: - dependencies: - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-wrap-function': 7.8.3 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA== /@babel/helper-replace-supers/7.10.4: dependencies: '@babel/helper-member-expression-to-functions': 7.10.5 @@ -986,15 +719,6 @@ packages: dev: true resolution: integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-replace-supers/7.8.6: - dependencies: - '@babel/helper-member-expression-to-functions': 7.8.3 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== /@babel/helper-simple-access/7.10.4: dependencies: '@babel/template': 7.10.4 @@ -1002,32 +726,15 @@ packages: dev: true resolution: integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== - /@babel/helper-simple-access/7.8.3: - dependencies: - '@babel/template': 7.8.6 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== /@babel/helper-split-export-declaration/7.10.4: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== - /@babel/helper-split-export-declaration/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== /@babel/helper-validator-identifier/7.10.4: - dev: true resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helper-validator-identifier/7.9.5: - resolution: - integrity: sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== /@babel/helper-wrap-function/7.10.4: dependencies: '@babel/helper-function-name': 7.10.4 @@ -1037,15 +744,6 @@ packages: dev: true resolution: integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== - /@babel/helper-wrap-function/7.8.3: - dependencies: - '@babel/helper-function-name': 7.9.5 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ== /@babel/helpers/7.10.4: dependencies: '@babel/template': 7.10.4 @@ -1054,36 +752,13 @@ packages: dev: true resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== - /@babel/helpers/7.9.2: - dependencies: - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== /@babel/highlight/7.10.4: dependencies: '@babel/helper-validator-identifier': 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 - dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/highlight/7.9.0: - dependencies: - '@babel/helper-validator-identifier': 7.9.5 - chalk: 2.4.2 - js-tokens: 4.0.0 - resolution: - integrity: sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ== - /@babel/parser/7.10.4: - dev: true - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== /@babel/parser/7.10.5: dev: true engines: @@ -1091,1662 +766,648 @@ packages: hasBin: true resolution: integrity: sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== - /@babel/parser/7.9.4: - dev: true - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== - /@babel/plugin-external-helpers/7.8.3_@babel+core@7.8.3: + /@babel/plugin-external-helpers/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mx0WXDDiIl5DwzMtzWGRSPugXi9BxROS05GQrhLNbEamhBiicgn994ibwkyiBH+6png7bm/yA7AUsvHyCXi4Vw== - /@babel/plugin-proposal-async-generator-functions/7.10.4_@babel+core@7.10.4: + integrity: sha512-5mASqSthmRNYVXOphYzlqmR3Y8yp5SZMZhtKDh2DGV3R2PWGLEmP7qOahw66//6m4hjhlpV1bVM7xIJHt1F77Q== + /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-remap-async-to-generator': 7.10.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.4 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-MJbxGSmejEFVOANAezdO39SObkURO5o/8b6fSH6D1pi9RZQt+ldppKPXfqgUWpSQ9asM6xaSaSJIaeWMDRP0Zg== - /@babel/plugin-proposal-async-generator-functions/7.8.3_@babel+core@7.8.3: + integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== + /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== - /@babel/plugin-proposal-async-generator-functions/7.8.3_@babel+core@7.9.0: + integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== + /@babel/plugin-proposal-decorators/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-decorators': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== - /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.10.4: + integrity: sha512-Sc5TAQSZuLzgY0664mMDn24Vw2P8g/VhyLyGPaWiHahhgLqeZvcGeyBZOrJW0oSKIK2mvQ22a1ENXBIQLhrEiQ== + /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-class-features-plugin': 7.10.4_@babel+core@7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== - /@babel/plugin-proposal-decorators/7.8.3_@babel+core@7.8.3: + integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== + /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-class-features-plugin': 7.9.5_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-decorators': 7.8.3_@babel+core@7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.10.4: + integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== + /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.4 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-dynamic-import/7.8.3_@babel+core@7.8.3: + integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== + /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== - /@babel/plugin-proposal-dynamic-import/7.8.3_@babel+core@7.9.0: + integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== + /@babel/plugin-proposal-object-rest-spread/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.10.4: + integrity: sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== + /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.4 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-json-strings/7.8.3_@babel+core@7.8.3: + integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== + /@babel/plugin-proposal-optional-chaining/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== - /@babel/plugin-proposal-json-strings/7.8.3_@babel+core@7.9.0: + integrity: sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== + /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.10.4: + integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== + /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.4 dev: true + engines: + node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.8.3: + integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.9.0: + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.10.4: + integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== + /@babel/plugin-syntax-decorators/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.8.3: + integrity: sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw== + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - /@babel/plugin-proposal-object-rest-spread/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-transform-parameters': 7.10.4_@babel+core@7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== - /@babel/plugin-proposal-object-rest-spread/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== - /@babel/plugin-proposal-object-rest-spread/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-catch-binding/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== - /@babel/plugin-proposal-optional-catch-binding/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== - /@babel/plugin-proposal-optional-chaining/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-class-features-plugin': 7.10.4_@babel+core@7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.8.8_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A== - /@babel/plugin-proposal-unicode-property-regex/7.8.8_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== - /@babel/plugin-syntax-decorators/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-8Hg4dNNT9/LcA1zQlfwuKR8BUc/if7Q7NkTam9sGTcJphLwpf2g4S42uhspQrIrR+dpzE0dtTqBVFoHl8GtnnQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-numeric-separator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw== - /@babel/plugin-syntax-numeric-separator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-top-level-await/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== - /@babel/plugin-syntax-top-level-await/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-arrow-functions/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== - /@babel/plugin-transform-arrow-functions/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-async-to-generator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== - /@babel/plugin-transform-async-to-generator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoped-functions/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== - /@babel/plugin-transform-block-scoped-functions/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== - /@babel/plugin-transform-block-scoping/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - lodash: 4.17.15 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-J3b5CluMg3hPUii2onJDRiaVbPtKFPLEaV5dOPY5OeAbDi1iU/UbbFFTgwb7WnanaDy7bjU35kc26W3eM5Qa0A== - /@babel/plugin-transform-block-scoping/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - lodash: 4.17.15 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== - /@babel/plugin-transform-block-scoping/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - lodash: 4.17.15 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.4 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.10.4 - globals: 11.12.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-classes/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-define-map': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-split-export-declaration': 7.8.3 - globals: 11.12.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== - /@babel/plugin-transform-classes/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-define-map': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-split-export-declaration': 7.8.3 - globals: 11.12.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-computed-properties/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== - /@babel/plugin-transform-computed-properties/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-destructuring/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== - /@babel/plugin-transform-destructuring/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== - /@babel/plugin-transform-dotall-regex/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-duplicate-keys/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== - /@babel/plugin-transform-duplicate-keys/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-exponentiation-operator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== - /@babel/plugin-transform-exponentiation-operator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-for-of/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ== - /@babel/plugin-transform-for-of/7.9.0_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-function-name/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== - /@babel/plugin-transform-function-name/7.8.3_@babel+core@7.9.0: + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.10.4: + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-literals/7.8.3_@babel+core@7.8.3: + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== - /@babel/plugin-transform-literals/7.8.3_@babel+core@7.9.0: + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.10.4: + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-member-expression-literals/7.8.3_@babel+core@7.8.3: + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== - /@babel/plugin-transform-member-expression-literals/7.8.3_@babel+core@7.9.0: + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== - /@babel/plugin-transform-modules-amd/7.10.4_@babel+core@7.10.4: + integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== + /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3Fw+H3WLUrTlzi3zMiZWp3AR4xadAEMv6XRCYnd5jAlLM61Rn+CRJaZMaNvIpcJpQ3vs1kyifYvEVPFfoSkKOA== - /@babel/plugin-transform-modules-amd/7.9.0_@babel+core@7.8.3: + integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== + /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== - /@babel/plugin-transform-modules-amd/7.9.0_@babel+core@7.9.0: + integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== + /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-remap-async-to-generator': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.10.4: + integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== + /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.9.0_@babel+core@7.8.3: + integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== + /@babel/plugin-transform-block-scoping/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-simple-access': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== - /@babel/plugin-transform-modules-commonjs/7.9.0_@babel+core@7.9.0: + integrity: sha512-6Ycw3hjpQti0qssQcA6AMSFDHeNJ++R6dIMnpRqUjFeBBTmTDPa8zgF90OVfTvAo11mXZTlVUViY1g8ffrURLg== + /@babel/plugin-transform-classes/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-simple-access': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.10.5 + '@babel/helper-annotate-as-pure': 7.10.4 + '@babel/helper-define-map': 7.10.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.10.4 + '@babel/helper-split-export-declaration': 7.10.4 + globals: 11.12.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== - /@babel/plugin-transform-modules-systemjs/7.10.4_@babel+core@7.10.4: + integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== + /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Tb28LlfxrTiOTGtZFsvkjpyjCl9IoaRI52AEU/VIwOwvDQWtbNJsAqTXzh+5R7i74e/OZHH2c2w2fsOqAfnQYQ== - /@babel/plugin-transform-modules-systemjs/7.9.0_@babel+core@7.8.3: + integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== + /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-hoist-variables': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== - /@babel/plugin-transform-modules-systemjs/7.9.0_@babel+core@7.9.0: + integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== + /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-hoist-variables': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.10.4: + integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== + /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-modules-umd/7.9.0_@babel+core@7.8.3: + integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== + /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ== - /@babel/plugin-transform-modules-umd/7.9.0_@babel+core@7.9.0: + integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== + /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-named-capturing-groups-regex/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== - /@babel/plugin-transform-named-capturing-groups-regex/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.10.4: + integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== + /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-function-name': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-new-target/7.8.3_@babel+core@7.8.3: + integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== + /@babel/plugin-transform-literals/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== - /@babel/plugin-transform-new-target/7.8.3_@babel+core@7.9.0: + integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== + /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.10.4: + integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== + /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-object-super/7.8.3_@babel+core@7.8.3: + integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== + /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 + '@babel/core': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-simple-access': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== - /@babel/plugin-transform-object-super/7.8.3_@babel+core@7.9.0: + integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== + /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 + '@babel/core': 7.10.5 + '@babel/helper-hoist-variables': 7.10.4 + '@babel/helper-module-transforms': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== - /@babel/plugin-transform-parameters/7.10.4_@babel+core@7.10.4: + integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== + /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-get-function-arity': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-RurVtZ/D5nYfEg0iVERXYKEgDFeesHrHfx8RT05Sq57ucj2eOYAP6eu5fynL4Adju4I/mP/I6SO0DqNWAXjfLQ== - /@babel/plugin-transform-parameters/7.9.5_@babel+core@7.8.3: + integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== + /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-get-function-arity': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.0.0 resolution: - integrity: sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== - /@babel/plugin-transform-parameters/7.9.5_@babel+core@7.9.0: + integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== + /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-get-function-arity': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.10.4: + integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== + /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-property-literals/7.8.3_@babel+core@7.8.3: + integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== + /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-get-function-arity': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== - /@babel/plugin-transform-property-literals/7.8.3_@babel+core@7.9.0: + integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== + /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.10.4: + integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== + /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - regenerator-transform: 0.14.4 + '@babel/core': 7.10.5 + regenerator-transform: 0.14.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-regenerator/7.8.7_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - regenerator-transform: 0.14.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA== - /@babel/plugin-transform-regenerator/7.8.7_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - regenerator-transform: 0.14.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.10.4: + /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-reserved-words/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== - /@babel/plugin-transform-reserved-words/7.8.3_@babel+core@7.9.0: + /@babel/plugin-transform-runtime/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== - /@babel/plugin-transform-runtime/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - resolve: 1.15.0 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + resolve: 1.17.0 semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-pUu9VSf3kI1OqbWINQ7MaugnitRss1z533436waNXp+0N3ur3zfut37sXiQMxkuCF4VUjwZucen/quskCh7NHw== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.10.4: + integrity: sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w== + /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-shorthand-properties/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== - /@babel/plugin-transform-shorthand-properties/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== - /@babel/plugin-transform-spread/7.10.4_@babel+core@7.10.4: + /@babel/plugin-transform-spread/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== - /@babel/plugin-transform-spread/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== - /@babel/plugin-transform-spread/7.8.3_@babel+core@7.9.0: + /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.4 + '@babel/helper-regex': 7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-sticky-regex/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-regex': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== - /@babel/plugin-transform-sticky-regex/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-regex': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== - /@babel/plugin-transform-template-literals/7.10.4_@babel+core@7.10.4: + /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-4NErciJkAYe+xI5cqfS8pV/0ntlY5N5Ske/4ImxAVX7mk9Rxt2bwDTGv1Msc2BRJvWQcmYEC+yoMLdX22aE4VQ== - /@babel/plugin-transform-template-literals/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== - /@babel/plugin-transform-template-literals/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.10.4: + integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== + /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typeof-symbol/7.8.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== - /@babel/plugin-transform-typeof-symbol/7.8.4_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== - /@babel/plugin-transform-typescript/7.10.4_@babel+core@7.10.4: + /@babel/plugin-transform-typescript/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-class-features-plugin': 7.10.4_@babel+core@7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.10.4 + '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw== - /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.10.4: + integrity: sha512-YCyYsFrrRMZ3qR7wRwtSSJovPG5vGyG4ZdcSAivGwTfoasMp3VOB/AKhohu3dFtmB4cCDcsndCSxGtrdliCsZQ== + /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.10.4: + /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/plugin-transform-unicode-regex/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== - /@babel/plugin-transform-unicode-regex/7.8.3_@babel+core@7.9.0: + /@babel/preset-env/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== - /@babel/preset-env/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/compat-data': 7.10.4 - '@babel/core': 7.10.4 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.10.4 + '@babel/compat-data': 7.10.5 + '@babel/core': 7.10.5 + '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.10.5 '@babel/helper-module-imports': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-optional-chaining': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.4 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-block-scoping': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-amd': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-systemjs': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-parameters': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-spread': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-template-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.10.4 - '@babel/preset-modules': 0.1.3_@babel+core@7.10.4 - '@babel/types': 7.10.4 - browserslist: 4.12.0 + '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-object-rest-spread': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-optional-chaining': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.5 + '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-block-scoping': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-spread': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.10.5 + '@babel/preset-modules': 0.1.3_@babel+core@7.10.5 + '@babel/types': 7.10.5 + browserslist: 4.13.0 core-js-compat: 3.6.5 invariant: 2.2.4 levenary: 1.1.1 @@ -2756,200 +1417,38 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== - /@babel/preset-env/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.8.3 - '@babel/helper-compilation-targets': 7.8.7_@babel+core@7.8.3 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-json-strings': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-object-rest-spread': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-proposal-unicode-property-regex': 7.8.8_@babel+core@7.8.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-top-level-await': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-arrow-functions': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-async-to-generator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-block-scoped-functions': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-block-scoping': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-classes': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-transform-computed-properties': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-destructuring': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-duplicate-keys': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-exponentiation-operator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-for-of': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-function-name': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-member-expression-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-modules-amd': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-modules-commonjs': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-modules-systemjs': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-modules-umd': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-named-capturing-groups-regex': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-new-target': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-object-super': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-transform-property-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-regenerator': 7.8.7_@babel+core@7.8.3 - '@babel/plugin-transform-reserved-words': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-shorthand-properties': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-spread': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-sticky-regex': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-template-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-typeof-symbol': 7.8.4_@babel+core@7.8.3 - '@babel/plugin-transform-unicode-regex': 7.8.3_@babel+core@7.8.3 - '@babel/preset-modules': 0.1.3_@babel+core@7.8.3 - '@babel/types': 7.9.5 - browserslist: 4.12.0 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== - /@babel/preset-env/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.8.7_@babel+core@7.9.0 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-json-strings': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-object-rest-spread': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-proposal-unicode-property-regex': 7.8.8_@babel+core@7.9.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.9.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-top-level-await': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-arrow-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-async-to-generator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-block-scoped-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-block-scoping': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-classes': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-transform-computed-properties': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-destructuring': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-duplicate-keys': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-exponentiation-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-for-of': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-function-name': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-member-expression-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-modules-amd': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-modules-commonjs': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-modules-systemjs': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-modules-umd': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-named-capturing-groups-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-new-target': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-object-super': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-transform-property-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-regenerator': 7.8.7_@babel+core@7.9.0 - '@babel/plugin-transform-reserved-words': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-shorthand-properties': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-sticky-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-template-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-typeof-symbol': 7.8.4_@babel+core@7.9.0 - '@babel/plugin-transform-unicode-regex': 7.8.3_@babel+core@7.9.0 - '@babel/preset-modules': 0.1.3_@babel+core@7.9.0 - '@babel/types': 7.9.5 - browserslist: 4.12.0 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== - /@babel/preset-modules/0.1.3_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.4 - '@babel/types': 7.10.4 - esutils: 2.0.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.8.3 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.8.3 - '@babel/types': 7.10.4 - esutils: 2.0.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.3_@babel+core@7.9.0: + /@babel/preset-modules/0.1.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.9.0 - '@babel/types': 7.10.4 + '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.5 + '@babel/types': 7.10.5 esutils: 2.0.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/register/7.9.0_@babel+core@7.9.0: + /@babel/register/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 find-cache-dir: 2.1.0 - lodash: 4.17.15 + lodash: 4.17.19 make-dir: 2.1.0 pirates: 4.0.1 - source-map-support: 0.5.16 + source-map-support: 0.5.19 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Tv8Zyi2J2VRR8g7pC5gTeIN8Ihultbmk0ocyNz8H2nEZbmhp1N6q0A1UGsQbDvGP/sNinQKUHf3SqXwqjtFv4Q== - /@babel/runtime/7.9.2: + integrity: sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== + /@babel/runtime/7.10.5: dependencies: - regenerator-runtime: 0.13.5 + regenerator-runtime: 0.13.7 dev: true resolution: - integrity: sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== + integrity: sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== /@babel/template/7.10.4: dependencies: '@babel/code-frame': 7.10.4 @@ -2958,28 +1457,6 @@ packages: dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/template/7.8.6: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== - /@babel/traverse/7.10.4: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.10.4 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.10.4 - '@babel/parser': 7.10.4 - '@babel/types': 7.10.4 - debug: 4.1.1 - globals: 11.12.0 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== /@babel/traverse/7.10.5: dependencies: '@babel/code-frame': 7.10.4 @@ -2994,43 +1471,13 @@ packages: dev: true resolution: integrity: sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== - /@babel/traverse/7.9.5: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.9.5 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-split-export-declaration': 7.8.3 - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 - debug: 4.1.1 - globals: 11.12.0 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ== - /@babel/types/7.10.4: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - lodash: 4.17.15 - to-fast-properties: 2.0.0 - dev: true - resolution: - integrity: sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== /@babel/types/7.10.5: dependencies: '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.19 to-fast-properties: 2.0.0 - dev: true resolution: integrity: sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== - /@babel/types/7.9.5: - dependencies: - '@babel/helper-validator-identifier': 7.9.5 - lodash: 4.17.15 - to-fast-properties: 2.0.0 - resolution: - integrity: sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== /@concordance/react/2.0.0: dependencies: arrify: 1.0.1 @@ -3065,7 +1512,7 @@ packages: /@nodelib/fs.walk/1.2.4: dependencies: '@nodelib/fs.scandir': 2.1.3 - fastq: 1.6.0 + fastq: 1.8.0 engines: node: '>= 8' resolution: @@ -3081,12 +1528,12 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-IzoejtAqdfwAvx4D0bztAJFoL5Js36kJgnbO00zfI1B9jf9G80vWysyG0C4+E6w5uG5hz0EeetPpoBWKdNktCQ== - /@rollup/plugin-babel/5.1.0_@babel+core@7.10.4+rollup@2.12.0: + /@rollup/plugin-babel/5.1.0_@babel+core@7.10.5+rollup@2.23.0: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-imports': 7.8.3 - '@rollup/pluginutils': 3.1.0_rollup@2.12.0 - rollup: 2.12.0 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + rollup: 2.23.0 dev: true engines: node: '>= 10.0.0' @@ -3171,36 +1618,36 @@ packages: rollup: ^1.20.0 resolution: integrity: sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g== - /@rollup/plugin-commonjs/13.0.0_rollup@2.12.0: + /@rollup/plugin-commonjs/13.0.2_rollup@2.23.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.12.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 commondir: 1.0.1 estree-walker: 1.0.1 glob: 7.1.6 - is-reference: 1.1.4 + is-reference: 1.2.1 magic-string: 0.25.7 resolve: 1.17.0 - rollup: 2.12.0 + rollup: 2.23.0 dev: true engines: node: '>= 8.0.0' peerDependencies: rollup: ^2.3.4 resolution: - integrity: sha512-Anxc3qgkAi7peAyesTqGYidG5GRim9jtg8xhmykNaZkImtvjA7Wsqep08D2mYsqw1IF7rA3lYfciLgzUSgRoqw== - /@rollup/plugin-json/4.1.0_rollup@2.12.0: + integrity: sha512-9JXf2k8xqvMYfqmhgtB6eCgMN9fbxwF1XDF3mGKJc6pkAmt0jnsqurxQ0tC1akQKNSXCm7c3unQxa3zuxtZ7mQ== + /@rollup/plugin-json/4.1.0_rollup@2.22.0: dependencies: - '@rollup/pluginutils': 3.0.10_rollup@2.12.0 - rollup: 2.12.0 + '@rollup/pluginutils': 3.1.0_rollup@2.22.0 + rollup: 2.22.0 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - /@rollup/plugin-json/4.1.0_rollup@2.2.0: + /@rollup/plugin-json/4.1.0_rollup@2.23.0: dependencies: - '@rollup/pluginutils': 3.0.10_rollup@2.2.0 - rollup: 2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + rollup: 2.23.0 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 @@ -3235,6 +1682,38 @@ packages: rollup: ^1.20.0 resolution: integrity: sha512-14ddhD7TnemeHE97a4rLOhobfYvUVcaYuqTnL8Ti7Jxi9V9Jr5LY7Gko4HZ5k4h4vqQM0gBQt6tsp9xXW94WPA== + /@rollup/plugin-node-resolve/7.1.3_rollup@2.23.0: + dependencies: + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + '@types/resolve': 0.0.8 + builtin-modules: 3.1.0 + is-module: 1.0.0 + resolve: 1.17.0 + rollup: 2.23.0 + dev: true + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q== + /@rollup/plugin-node-resolve/8.4.0_rollup@2.22.0: + dependencies: + '@rollup/pluginutils': 3.1.0_rollup@2.22.0 + '@types/resolve': 1.17.1 + builtin-modules: 3.1.0 + deep-freeze: 0.0.1 + deepmerge: 4.2.2 + is-module: 1.0.0 + resolve: 1.17.0 + rollup: 2.22.0 + dev: true + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== /@rollup/plugin-typescript/3.0.0_b7ed8cf084a78b83114da7b845e0a30a: dependencies: '@rollup/pluginutils': 3.0.8_rollup@2.16.1 @@ -3308,19 +1787,6 @@ packages: typescript: '>=2.1.0' resolution: integrity: sha512-KYZCn1Iw9hZWkeEPqPs5YjlmvSjR7UdezVca8z0e8rm/29wU24UD9Y4IZHhnc9tm749hzsgBTiOUxA85gfShEQ== - /@rollup/pluginutils/3.0.10_rollup@2.12.0: - dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 - picomatch: 2.2.2 - rollup: 2.12.0 - dev: true - engines: - node: '>= 8.0.0' - peerDependencies: - rollup: ^1.20.0||^2.0.0 - resolution: - integrity: sha512-d44M7t+PjmMrASHbhgpSbVgtL6EFyX7J4mYxwQ/c5eoaE6N2VgCgEcWVzNnwycIloti+/MpwFr8qfw+nRw00sw== /@rollup/pluginutils/3.0.10_rollup@2.2.0: dependencies: '@types/estree': 0.0.39 @@ -3378,37 +1844,49 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.12.0: + /@rollup/pluginutils/3.1.0_rollup@2.16.1: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.12.0 + rollup: 2.16.1 + dev: false engines: node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.16.1: + /@rollup/pluginutils/3.1.0_rollup@2.2.0: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.16.1 - dev: false + rollup: 2.2.0 engines: node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.2.0: + /@rollup/pluginutils/3.1.0_rollup@2.22.0: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.2.0 + rollup: 2.22.0 + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== + /@rollup/pluginutils/3.1.0_rollup@2.23.0: + dependencies: + '@types/estree': 0.0.39 + estree-walker: 1.0.1 + picomatch: 2.2.2 + rollup: 2.23.0 engines: node: '>= 8.0.0' peerDependencies: @@ -3464,33 +1942,33 @@ packages: integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== /@types/babel__core/7.1.9: dependencies: - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 + '@babel/parser': 7.10.5 + '@babel/types': 7.10.5 '@types/babel__generator': 7.6.1 '@types/babel__template': 7.0.2 - '@types/babel__traverse': 7.0.12 + '@types/babel__traverse': 7.0.13 dev: true resolution: integrity: sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw== /@types/babel__generator/7.6.1: dependencies: - '@babel/types': 7.9.5 + '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== /@types/babel__template/7.0.2: dependencies: - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 + '@babel/parser': 7.10.5 + '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - /@types/babel__traverse/7.0.12: + /@types/babel__traverse/7.0.13: dependencies: - '@babel/types': 7.9.5 + '@babel/types': 7.10.5 dev: true resolution: - integrity: sha512-t4CoEokHTfcyfb4hUaF9oOHu9RmmNWnm1CP0YmMqOOfClKascOmvlEM736vlqeScuGvBDsHkf8R2INd4DWreQA== + integrity: sha512-i+zS7t6/s9cdQvbqKDARrcbrPvtJGlbYsMkazo03nTAK3RX9FNrLllXys22uiTGJapPOTZTQ35nHh4ISph4SLQ== /@types/buble/0.19.2: dependencies: magic-string: 0.25.7 @@ -3508,21 +1986,15 @@ packages: resolution: integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== /@types/estree/0.0.45: - dev: false resolution: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== - /@types/events/3.0.0: - dev: true - resolution: - integrity: sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g== - /@types/glob/7.1.1: + /@types/glob/7.1.3: dependencies: - '@types/events': 3.0.0 '@types/minimatch': 3.0.3 - '@types/node': 13.13.4 + '@types/node': 14.0.26 dev: true resolution: - integrity: sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w== + integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== /@types/istanbul-lib-coverage/2.0.1: dev: true resolution: @@ -3546,10 +2018,10 @@ packages: dev: true resolution: integrity: sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w== - /@types/json-schema/7.0.4: + /@types/json-schema/7.0.5: dev: true resolution: - integrity: sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== + integrity: sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ== /@types/json5/0.0.29: dev: true resolution: @@ -3559,7 +2031,6 @@ packages: resolution: integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== /@types/minimist/1.2.0: - dev: false resolution: integrity: sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= /@types/node/12.12.28: @@ -3570,13 +2041,9 @@ packages: dev: false resolution: integrity: sha512-Jg1F+bmxcpENHP23sVKkNuU3uaxPnsBMW0cLjleiikFKomJQbsn0Cqk2yDvQArqzZN6ABfBkZ0To7pQ8sLdWDg== - /@types/node/13.13.4: - dev: true + /@types/node/14.0.26: resolution: - integrity: sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA== - /@types/node/14.0.23: - resolution: - integrity: sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw== + integrity: sha512-W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA== /@types/normalize-package-data/2.4.0: resolution: integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== @@ -3590,14 +2057,13 @@ packages: integrity: sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== /@types/resolve/0.0.8: dependencies: - '@types/node': 14.0.23 + '@types/node': 14.0.26 dev: true resolution: integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.0.23 - dev: false + '@types/node': 14.0.26 resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== /@types/yargs-parser/15.0.0: @@ -3610,16 +2076,16 @@ packages: dev: true resolution: integrity: sha512-CF/+sxTO7FOwbIRL4wMv0ZYLCRfMid2HQpzDRyViH7kSpfoAFiMdGqKIxb1PxWfjtQXQhnQuD33lvRHNwr809Q== - /@typescript-eslint/eslint-plugin/3.6.0_1cd0d21f7cfbad5ac6106263f5332fb7: + /@typescript-eslint/eslint-plugin/3.7.0_53e761a1bc6765ce1ff0aafae1512cd1: dependencies: - '@typescript-eslint/experimental-utils': 3.6.0_typescript@3.8.3 - '@typescript-eslint/parser': 3.6.0_typescript@3.8.3 + '@typescript-eslint/experimental-utils': 3.7.0_typescript@3.9.7 + '@typescript-eslint/parser': 3.7.0_typescript@3.9.7 debug: 4.1.1 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 semver: 7.3.2 - tsutils: 3.17.1_typescript@3.8.3 - typescript: 3.8.3 + tsutils: 3.17.1_typescript@3.9.7 + typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3631,14 +2097,14 @@ packages: typescript: optional: true resolution: - integrity: sha512-ubHlHVt1lsPQB/CZdEov9XuOFhNG9YRC//kuiS1cMQI6Bs1SsqKrEmZnpgRwthGR09/kEDtr9MywlqXyyYd8GA== - /@typescript-eslint/experimental-utils/3.6.0_typescript@3.8.3: + integrity: sha512-4OEcPON3QIx0ntsuiuFP/TkldmBGXf0uKxPQlGtS/W2F3ndYm8Vgdpj/woPJkzUc65gd3iR+qi3K8SDQP/obFg== + /@typescript-eslint/experimental-utils/3.7.0_typescript@3.9.7: dependencies: - '@types/json-schema': 7.0.4 - '@typescript-eslint/types': 3.6.0 - '@typescript-eslint/typescript-estree': 3.6.0_typescript@3.8.3 - eslint-scope: 5.0.0 - eslint-utils: 2.0.0 + '@types/json-schema': 7.0.5 + '@typescript-eslint/types': 3.7.0 + '@typescript-eslint/typescript-estree': 3.7.0_typescript@3.9.7 + eslint-scope: 5.1.0 + eslint-utils: 2.1.0 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3646,15 +2112,15 @@ packages: eslint: '*' typescript: '*' resolution: - integrity: sha512-4Vdf2hvYMUnTdkCNZu+yYlFtL2v+N2R7JOynIOkFbPjf9o9wQvRwRkzUdWlFd2YiiUwJLbuuLnl5civNg5ykOQ== - /@typescript-eslint/parser/3.6.0_typescript@3.8.3: + integrity: sha512-xpfXXAfZqhhqs5RPQBfAFrWDHoNxD5+sVB5A46TF58Bq1hRfVROrWHcQHHUM9aCBdy9+cwATcvCbRg8aIRbaHQ== + /@typescript-eslint/parser/3.7.0_typescript@3.9.7: dependencies: '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.6.0_typescript@3.8.3 - '@typescript-eslint/types': 3.6.0 - '@typescript-eslint/typescript-estree': 3.6.0_typescript@3.8.3 - eslint-visitor-keys: 1.1.0 - typescript: 3.8.3 + '@typescript-eslint/experimental-utils': 3.7.0_typescript@3.9.7 + '@typescript-eslint/types': 3.7.0 + '@typescript-eslint/typescript-estree': 3.7.0_typescript@3.9.7 + eslint-visitor-keys: 1.3.0 + typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3665,24 +2131,24 @@ packages: typescript: optional: true resolution: - integrity: sha512-taghDxuLhbDAD1U5Fk8vF+MnR0yiFE9Z3v2/bYScFb0N1I9SK8eKHkdJl1DAD48OGFDMFTeOTX0z7g0W6SYUXw== - /@typescript-eslint/types/3.6.0: + integrity: sha512-2LZauVUt7jAWkcIW7djUc3kyW+fSarNEuM3RF2JdLHR9BfX/nDEnyA4/uWz0wseoWVZbDXDF7iF9Jc342flNqQ== + /@typescript-eslint/types/3.7.0: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-JwVj74ohUSt0ZPG+LZ7hb95fW8DFOqBuR6gE7qzq55KDI3BepqsCtHfBIoa0+Xi1AI7fq5nCu2VQL8z4eYftqg== - /@typescript-eslint/typescript-estree/3.6.0_typescript@3.8.3: + integrity: sha512-reCaK+hyKkKF+itoylAnLzFeNYAEktB0XVfSQvf0gcVgpz1l49Lt6Vo9x4MVCCxiDydA0iLAjTF/ODH0pbfnpg== + /@typescript-eslint/typescript-estree/3.7.0_typescript@3.9.7: dependencies: - '@typescript-eslint/types': 3.6.0 - '@typescript-eslint/visitor-keys': 3.6.0 + '@typescript-eslint/types': 3.7.0 + '@typescript-eslint/visitor-keys': 3.7.0 debug: 4.1.1 glob: 7.1.6 is-glob: 4.0.1 - lodash: 4.17.15 + lodash: 4.17.19 semver: 7.3.2 - tsutils: 3.17.1_typescript@3.8.3 - typescript: 3.8.3 + tsutils: 3.17.1_typescript@3.9.7 + typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3692,15 +2158,15 @@ packages: typescript: optional: true resolution: - integrity: sha512-G57NDSABHjvob7zVV09ehWyD1K6/YUKjz5+AufObFyjNO4DVmKejj47MHjVHHlZZKgmpJD2yyH9lfCXHrPITFg== - /@typescript-eslint/visitor-keys/3.6.0: + integrity: sha512-xr5oobkYRebejlACGr1TJ0Z/r0a2/HUf0SXqPvlgUMwiMqOCu/J+/Dr9U3T0IxpE5oLFSkqMx1FE/dKaZ8KsOQ== + /@typescript-eslint/visitor-keys/3.7.0: dependencies: - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-p1izllL2Ubwunite0ITjubuMQRBGgjdVYwyG7lXPX8GbrA6qF0uwSRz9MnXZaHMxID4948gX0Ez8v9tUDi/KfQ== + integrity: sha512-k5PiZdB4vklUpUX4NBncn5RBKty8G3ihTY+hqJsCdMuD0v4jofI5xuqwnVcWxfv6iTm2P/dfEa2wMUnsUY8ODw== /JSONStream/1.3.5: dependencies: jsonparse: 1.3.1 @@ -3749,9 +2215,9 @@ packages: acorn: ^6.0.0 || ^7.0.0 resolution: integrity: sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== - /acorn-jsx/5.2.0_acorn@7.1.1: + /acorn-jsx/5.2.0_acorn@7.3.1: dependencies: - acorn: 7.1.1 + acorn: 7.3.1 dev: true peerDependencies: acorn: ^6.0.0 || ^7.0.0 @@ -3785,6 +2251,13 @@ packages: hasBin: true resolution: integrity: sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg== + /acorn/7.3.1: + dev: true + engines: + node: '>=0.4.0' + hasBin: true + resolution: + integrity: sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA== /aggregate-error/3.0.1: dependencies: clean-stack: 2.2.0 @@ -3794,15 +2267,15 @@ packages: node: '>=8' resolution: integrity: sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA== - /ajv/6.12.2: + /ajv/6.12.3: dependencies: - fast-deep-equal: 3.1.1 + fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.2.2 dev: true resolution: - integrity: sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ== + integrity: sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== /alphanum-sort/1.0.2: dev: true resolution: @@ -3934,7 +2407,7 @@ packages: /array-includes/3.1.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 is-string: 1.0.5 dev: true engines: @@ -3969,7 +2442,7 @@ packages: /array.prototype.flat/1.2.3: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 dev: true engines: node: '>= 0.4' @@ -4005,10 +2478,10 @@ packages: integrity: sha1-yL4BCitc0A3qlsgRFgNGk9/dgtE= /ava/2.4.0: dependencies: - '@ava/babel-preset-stage-4': 4.0.0_@babel+core@7.9.0 + '@ava/babel-preset-stage-4': 4.0.0_@babel+core@7.10.5 '@ava/babel-preset-transform-test-files': 6.0.0 - '@babel/core': 7.9.0 - '@babel/generator': 7.9.5 + '@babel/core': 7.10.5 + '@babel/generator': 7.10.5 '@concordance/react': 2.0.0 ansi-escapes: 4.3.1 ansi-styles: 4.2.1 @@ -4018,9 +2491,9 @@ packages: arrify: 2.0.1 bluebird: 3.7.2 chalk: 2.4.2 - chokidar: 3.4.0 + chokidar: 3.4.1 chunkd: 1.0.0 - ci-parallel-vars: 1.0.0 + ci-parallel-vars: 1.0.1 clean-stack: 2.2.0 clean-yaml-object: 0.1.0 cli-cursor: 3.1.0 @@ -4048,9 +2521,9 @@ packages: is-ci: 2.0.0 is-error: 2.2.2 is-observable: 2.0.0 - is-plain-object: 3.0.0 + is-plain-object: 3.0.1 is-promise: 2.2.2 - lodash: 4.17.15 + lodash: 4.17.19 loud-rejection: 2.2.0 make-dir: 3.1.0 matcher: 2.1.0 @@ -4092,8 +2565,8 @@ packages: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== /babel-plugin-espower/3.0.1: dependencies: - '@babel/generator': 7.9.5 - '@babel/parser': 7.9.4 + '@babel/generator': 7.10.5 + '@babel/parser': 7.10.5 call-matcher: 1.1.0 core-js: 2.6.11 espower-location-detector: 1.0.0 @@ -4109,20 +2582,20 @@ packages: dev: true resolution: integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - /binary-extensions/2.0.0: + /binary-extensions/2.1.0: dev: true engines: node: '>=8' resolution: - integrity: sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow== + integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: dev: true resolution: integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - /blueimp-md5/2.13.0: + /blueimp-md5/2.17.0: dev: true resolution: - integrity: sha512-lmp0m647R5e77ORduxLW5mISIDcvgJZa52vMBv5uVI3UmSWTQjkJsZVBfaFqQPw/QFogJwvY6e3Gl9nP+Loe+Q== + integrity: sha512-x5PKJHY5rHQYaADj6NwPUR2QRCUVSggPzrUKkeENpj871o9l9IefJbO2jkT5UvYykeOK9dx0VmkIo6dZ+vThYw== /boolbase/1.0.0: dev: true resolution: @@ -4167,10 +2640,10 @@ packages: integrity: sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== /browserslist/4.13.0: dependencies: - caniuse-lite: 1.0.30001102 - electron-to-chromium: 1.3.500 + caniuse-lite: 1.0.30001107 + electron-to-chromium: 1.3.509 escalade: 3.0.2 - node-releases: 1.1.59 + node-releases: 1.1.60 dev: true engines: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 @@ -4296,7 +2769,6 @@ packages: camelcase: 5.3.1 map-obj: 4.1.0 quick-lru: 4.0.1 - dev: false engines: node: '>=8' resolution: @@ -4335,10 +2807,10 @@ packages: dev: true resolution: integrity: sha512-g1iSHKVxornw0K8LG9LLdf+Fxnv7T1Z+mMsf0/YYLclQX4Cd522Ap0Lrw6NFqHgezit78dtyWxzlV2Xfc7vgRg== - /caniuse-lite/1.0.30001102: + /caniuse-lite/1.0.30001107: dev: true resolution: - integrity: sha512-fOjqRmHjRXv1H1YD6QVLb96iKqnu17TjcLSaX64TwhGYed0P1E1CCWZ9OujbbK4Z/7zax7zAzvQidzdtjx8RcA== + integrity: sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ== /chalk/1.1.3: dependencies: ansi-styles: 2.2.1 @@ -4360,20 +2832,20 @@ packages: node: '>=4' resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/3.0.0: + /chalk/4.1.0: dependencies: ansi-styles: 4.2.1 supports-color: 7.1.0 dev: true engines: - node: '>=8' + node: '>=10' resolution: - integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /chardet/0.7.0: dev: true resolution: integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - /chokidar/3.4.0: + /chokidar/3.4.1: dependencies: anymatch: 3.1.1 braces: 3.0.2 @@ -4388,7 +2860,7 @@ packages: optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ== + integrity: sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g== /chunkd/1.0.0: dev: true resolution: @@ -4397,10 +2869,10 @@ packages: dev: true resolution: integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - /ci-parallel-vars/1.0.0: + /ci-parallel-vars/1.0.1: dev: true resolution: - integrity: sha512-u6dx20FBXm+apMi+5x7UVm6EH7BL1gc4XrcnQewjcB7HWRcor/V5qWc3RG2HwpgDJ26gIi2DSEu3B7sXynAw/g== + integrity: sha512-uvzpYrpmidaoxvIQHM+rKSrigjOe9feHYbw4uOI2gdfe1C3xIlxO+kVXq83WQWNniTf8bAxVpy+cQeFQsMERKg== /clean-stack/2.2.0: dev: true engines: @@ -4435,12 +2907,12 @@ packages: node: '>=8' resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-spinners/2.3.0: + /cli-spinners/2.4.0: dev: true engines: node: '>=6' resolution: - integrity: sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w== + integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== /cli-truncate/0.2.1: dependencies: slice-ansi: 0.0.4 @@ -4459,10 +2931,12 @@ packages: node: '>=8' resolution: integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== - /cli-width/2.2.1: + /cli-width/3.0.0: dev: true + engines: + node: '>= 10' resolution: - integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== + integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== /cliui/5.0.0: dependencies: string-width: 3.1.0 @@ -4509,7 +2983,7 @@ packages: integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= /codecov-lite/0.3.1: dependencies: - '@babel/runtime': 7.9.2 + '@babel/runtime': 7.10.5 got: 9.6.0 dev: true engines: @@ -4596,7 +3070,7 @@ packages: /configstore/4.0.0: dependencies: dot-prop: 4.2.0 - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 make-dir: 1.3.0 unique-string: 1.0.0 write-file-atomic: 2.4.3 @@ -4616,10 +3090,10 @@ packages: dependencies: JSONStream: 1.3.5 is-text-path: 1.0.1 - lodash: 4.17.15 + lodash: 4.17.19 meow: 7.0.1 split2: 2.2.0 - through2: 3.0.1 + through2: 3.0.2 trim-off-newlines: 1.0.1 dev: false engines: @@ -4660,7 +3134,7 @@ packages: dependencies: import-fresh: 2.0.0 is-directory: 0.3.1 - js-yaml: 3.13.1 + js-yaml: 3.14.0 parse-json: 4.0.0 dev: true engines: @@ -4669,11 +3143,11 @@ packages: integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== /cp-file/6.2.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 make-dir: 2.1.0 nested-error-stacks: 2.1.0 pify: 4.0.1 - safe-buffer: 5.2.0 + safe-buffer: 5.2.1 dev: true engines: node: '>=6' @@ -4706,7 +3180,7 @@ packages: node: '>=4.8' resolution: integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - /cross-spawn/7.0.2: + /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -4715,7 +3189,7 @@ packages: engines: node: '>= 8' resolution: - integrity: sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw== + integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /crypto-random-string/1.0.0: dev: true engines: @@ -4957,7 +3431,7 @@ packages: dependencies: is-arguments: 1.0.4 is-date-object: 1.0.2 - is-regex: 1.0.5 + is-regex: 1.1.0 object-is: 1.1.2 object-keys: 1.1.1 regexp.prototype.flags: 1.3.0 @@ -4971,7 +3445,6 @@ packages: resolution: integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== /deep-freeze/0.0.1: - dev: false resolution: integrity: sha1-OgsABd4YZygZ39OM0x+RF5yJPoQ= /deep-is/0.1.3: @@ -4979,7 +3452,6 @@ packages: resolution: integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= /deepmerge/4.2.2: - dev: false engines: node: '>=0.10.0' resolution: @@ -5020,9 +3492,19 @@ packages: hasBin: true resolution: integrity: sha512-J4HDC2mpcN5aopya4VdkyiFXZaqAoo7ua9VpKbciX3DDUSbtJbPMc3ivggJsAAgS6EqonmbenIiMhBGtJPW9FA== + /del-cli/3.0.1: + dependencies: + del: 5.1.0 + meow: 6.1.1 + dev: true + engines: + node: '>=8' + hasBin: true + resolution: + integrity: sha512-BLHItGr82rUbHhjMu41d+vw9Md49i81jmZSV00HdTq4t+RTHywmEht/23mNFpUl2YeLYJZJyGz4rdlMAyOxNeg== /del/4.1.1: dependencies: - '@types/glob': 7.1.1 + '@types/glob': 7.1.3 globby: 6.1.0 is-path-cwd: 2.2.0 is-path-in-cwd: 2.1.0 @@ -5037,12 +3519,12 @@ packages: /del/5.1.0: dependencies: globby: 10.0.2 - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 is-glob: 4.0.1 is-path-cwd: 2.2.0 is-path-inside: 3.0.2 p-map: 3.0.0 - rimraf: 3.0.0 + rimraf: 3.0.2 slash: 3.0.0 dev: true engines: @@ -5137,10 +3619,10 @@ packages: dev: true resolution: integrity: sha512-i2QrQtHes5fK/F9QGG5XacM5WKEuR322fxTYF9e8O9Gu0mc0WmjjwGpV8c7Htso6Zf2Di18lc3SIPxmMeRFBug== - /electron-to-chromium/1.3.500: + /electron-to-chromium/1.3.509: dev: true resolution: - integrity: sha512-Zz8BZh4Ssb/rZBaicqpi+GOQ0uu3y+24+MxBLCk0UYt8EGoZRP4cYzYHHwXGZfrSbCU4VDjbWN+Tg+TPgOUX6Q== + integrity: sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug== /elegant-spinner/1.0.1: dev: true engines: @@ -5213,27 +3695,27 @@ packages: node: '>= 0.4' resolution: integrity: sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw== - /es-abstract/1.17.5: + /es-abstract/1.17.6: dependencies: es-to-primitive: 1.2.1 function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 - is-callable: 1.1.5 - is-regex: 1.0.5 - object-inspect: 1.7.0 + is-callable: 1.2.0 + is-regex: 1.1.0 + object-inspect: 1.8.0 object-keys: 1.1.1 object.assign: 4.1.0 - string.prototype.trimleft: 2.1.2 - string.prototype.trimright: 2.1.2 + string.prototype.trimend: 1.0.1 + string.prototype.trimstart: 1.0.1 dev: true engines: node: '>= 0.4' resolution: - integrity: sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg== + integrity: sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== /es-to-primitive/1.2.1: dependencies: - is-callable: 1.1.5 + is-callable: 1.2.0 is-date-object: 1.0.2 is-symbol: 1.0.3 dev: true @@ -5292,21 +3774,21 @@ packages: /eslint-config-rollup/0.1.0: dependencies: eslint: 6.8.0 - eslint-plugin-import: 2.20.2_eslint@6.8.0 - eslint-plugin-prettier: 3.1.3_eslint@6.8.0+prettier@1.19.1 + eslint-plugin-import: 2.22.0_eslint@6.8.0 + eslint-plugin-prettier: 3.1.4_eslint@6.8.0+prettier@1.19.1 prettier: 1.19.1 dev: true engines: node: '>=8.0.0' resolution: integrity: sha512-DXJTAX33Kq+iqV1MUEH78IKj3BZIqKR9jUy1ABHcx4fCryY0G2WUFttUVpuwED0XwAIXBVOiISStoly2rtvdKA== - /eslint-import-resolver-node/0.3.3: + /eslint-import-resolver-node/0.3.4: dependencies: debug: 2.6.9 resolve: 1.17.0 dev: true resolution: - integrity: sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg== + integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== /eslint-module-utils/2.6.0: dependencies: debug: 2.6.9 @@ -5316,7 +3798,7 @@ packages: node: '>=4' resolution: integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== - /eslint-plugin-import/2.20.2_eslint@6.8.0: + /eslint-plugin-import/2.22.0_eslint@6.8.0: dependencies: array-includes: 3.1.1 array.prototype.flat: 1.2.3 @@ -5324,21 +3806,22 @@ packages: debug: 2.6.9 doctrine: 1.5.0 eslint: 6.8.0 - eslint-import-resolver-node: 0.3.3 + eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.0 has: 1.0.3 minimatch: 3.0.4 object.values: 1.1.1 read-pkg-up: 2.0.0 resolve: 1.17.0 + tsconfig-paths: 3.9.0 dev: true engines: node: '>=4' peerDependencies: - eslint: 2.x - 6.x + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 resolution: - integrity: sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg== - /eslint-plugin-prettier/3.1.3_eslint@6.8.0+prettier@1.19.1: + integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== + /eslint-plugin-prettier/3.1.4_eslint@6.8.0+prettier@1.19.1: dependencies: eslint: 6.8.0 prettier: 1.19.1 @@ -5347,11 +3830,11 @@ packages: engines: node: '>=6.0.0' peerDependencies: - eslint: '>= 5.0.0' - prettier: '>= 1.13.0' + eslint: '>=5.0.0' + prettier: '>=1.13.0' resolution: - integrity: sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ== - /eslint-scope/5.0.0: + integrity: sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== + /eslint-scope/5.1.0: dependencies: esrecurse: 4.2.1 estraverse: 4.3.0 @@ -5359,40 +3842,40 @@ packages: engines: node: '>=8.0.0' resolution: - integrity: sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw== + integrity: sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== /eslint-utils/1.4.3: dependencies: - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6' resolution: integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== - /eslint-utils/2.0.0: + /eslint-utils/2.1.0: dependencies: - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6' resolution: - integrity: sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA== - /eslint-visitor-keys/1.1.0: + integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== + /eslint-visitor-keys/1.3.0: dev: true engines: node: '>=4' resolution: - integrity: sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== + integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== /eslint/6.8.0: dependencies: - '@babel/code-frame': 7.8.3 - ajv: 6.12.2 + '@babel/code-frame': 7.10.4 + ajv: 6.12.3 chalk: 2.4.2 cross-spawn: 6.0.5 debug: 4.1.1 doctrine: 3.0.0 - eslint-scope: 5.0.0 + eslint-scope: 5.1.0 eslint-utils: 1.4.3 - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 espree: 6.2.1 esquery: 1.3.1 esutils: 2.0.3 @@ -5403,12 +3886,12 @@ packages: ignore: 4.0.6 import-fresh: 3.2.1 imurmurhash: 0.1.4 - inquirer: 7.1.0 + inquirer: 7.3.3 is-glob: 4.0.1 - js-yaml: 3.13.1 + js-yaml: 3.14.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.3.0 - lodash: 4.17.15 + lodash: 4.17.19 minimatch: 3.0.4 mkdirp: 0.5.5 natural-compare: 1.4.0 @@ -5417,10 +3900,10 @@ packages: regexpp: 2.0.1 semver: 6.3.0 strip-ansi: 5.2.0 - strip-json-comments: 3.1.0 + strip-json-comments: 3.1.1 table: 5.4.6 text-table: 0.2.0 - v8-compile-cache: 2.1.0 + v8-compile-cache: 2.1.1 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 @@ -5444,9 +3927,9 @@ packages: integrity: sha1-oXt+zFnTDheeK+9z+0E3cEyzMbU= /espree/6.2.1: dependencies: - acorn: 7.1.1 - acorn-jsx: 5.2.0_acorn@7.1.1 - eslint-visitor-keys: 1.1.0 + acorn: 7.3.1 + acorn-jsx: 5.2.0_acorn@7.3.1 + eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6.0.0' @@ -5539,7 +4022,7 @@ packages: integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== /execa/2.1.0: dependencies: - cross-spawn: 7.0.2 + cross-spawn: 7.0.3 get-stream: 5.1.0 is-stream: 2.0.0 merge-stream: 2.0.0 @@ -5577,25 +4060,26 @@ packages: node: '>=4' resolution: integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - /fast-deep-equal/3.1.1: + /fast-deep-equal/3.1.3: dev: true resolution: - integrity: sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== + integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== /fast-diff/1.2.0: dev: true resolution: integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== - /fast-glob/3.1.1: + /fast-glob/3.2.4: dependencies: '@nodelib/fs.stat': 2.0.3 '@nodelib/fs.walk': 1.2.4 - glob-parent: 5.1.0 - merge2: 1.3.0 + glob-parent: 5.1.1 + merge2: 1.4.1 micromatch: 4.0.2 + picomatch: 2.2.2 engines: node: '>=8' resolution: - integrity: sha512-nTCREpBY8w8r+boyFYAx21iL6faSsQynliPHM4Uf56SbkyohCNxpVPEH9xrF5TXKy+IsjkPUHDKiUkzBVRXn9g== + integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fast-json-stable-stringify/2.1.0: dev: true resolution: @@ -5608,11 +4092,11 @@ packages: dev: true resolution: integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - /fastq/1.6.0: + /fastq/1.8.0: dependencies: reusify: 1.0.4 resolution: - integrity: sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA== + integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== /figures/1.7.0: dependencies: escape-string-regexp: 1.0.5 @@ -5791,17 +4275,9 @@ packages: node: '>=8' resolution: integrity: sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw== - /glob-parent/5.1.0: - dependencies: - is-glob: 4.0.1 - engines: - node: '>= 6' - resolution: - integrity: sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw== /glob-parent/5.1.1: dependencies: is-glob: 4.0.1 - dev: true engines: node: '>= 6' resolution: @@ -5862,13 +4338,13 @@ packages: integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== /globby/10.0.2: dependencies: - '@types/glob': 7.1.1 + '@types/glob': 7.1.3 array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.1.1 + fast-glob: 3.2.4 glob: 7.1.6 - ignore: 5.1.4 - merge2: 1.3.0 + ignore: 5.1.8 + merge2: 1.4.1 slash: 3.0.0 dev: true engines: @@ -5879,9 +4355,9 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.1.1 - ignore: 5.1.4 - merge2: 1.3.0 + fast-glob: 3.2.4 + ignore: 5.1.8 + merge2: 1.4.1 slash: 3.0.0 dev: false engines: @@ -5918,11 +4394,10 @@ packages: node: '>=8.6' resolution: integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== - /graceful-fs/4.2.3: + /graceful-fs/4.2.4: resolution: - integrity: sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== + integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== /hard-rejection/2.1.0: - dev: false engines: node: '>=6' resolution: @@ -6039,7 +4514,7 @@ packages: cosmiconfig: 5.2.1 execa: 1.0.0 get-stdin: 7.0.0 - opencollective-postinstall: 2.0.2 + opencollective-postinstall: 2.0.3 pkg-dir: 4.2.0 please-upgrade-node: 3.2.0 read-pkg: 5.2.0 @@ -6073,11 +4548,11 @@ packages: node: '>= 4' resolution: integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - /ignore/5.1.4: + /ignore/5.1.8: engines: node: '>= 4' resolution: - integrity: sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A== + integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /import-cwd/2.1.0: dependencies: import-from: 2.1.0 @@ -6160,26 +4635,26 @@ packages: /ini/1.3.5: resolution: integrity: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - /inquirer/7.1.0: + /inquirer/7.3.3: dependencies: ansi-escapes: 4.3.1 - chalk: 3.0.0 + chalk: 4.1.0 cli-cursor: 3.1.0 - cli-width: 2.2.1 + cli-width: 3.0.0 external-editor: 3.1.0 figures: 3.2.0 - lodash: 4.17.15 + lodash: 4.17.19 mute-stream: 0.0.8 - run-async: 2.4.0 - rxjs: 6.5.5 + run-async: 2.4.1 + rxjs: 6.6.0 string-width: 4.2.0 strip-ansi: 6.0.0 through: 2.3.8 dev: true engines: - node: '>=6.0.0' + node: '>=8.0.0' resolution: - integrity: sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== + integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== /interpret/1.4.0: dev: true engines: @@ -6219,7 +4694,7 @@ packages: integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== /is-binary-path/2.1.0: dependencies: - binary-extensions: 2.0.0 + binary-extensions: 2.1.0 dev: true engines: node: '>=8' @@ -6231,6 +4706,12 @@ packages: node: '>= 0.4' resolution: integrity: sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q== + /is-callable/1.2.0: + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== /is-ci/2.0.0: dependencies: ci-info: 2.0.0 @@ -6395,14 +4876,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - /is-plain-object/3.0.0: - dependencies: - isobject: 4.0.0 + /is-plain-object/3.0.1: dev: true engines: node: '>=0.10.0' resolution: - integrity: sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== + integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== /is-promise/2.2.2: dev: true resolution: @@ -6416,7 +4895,6 @@ packages: /is-reference/1.2.1: dependencies: '@types/estree': 0.0.45 - dev: false resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-regex/1.0.5: @@ -6427,6 +4905,14 @@ packages: node: '>= 0.4' resolution: integrity: sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ== + /is-regex/1.1.0: + dependencies: + has-symbols: 1.0.1 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== /is-regexp/1.0.0: dev: true engines: @@ -6517,12 +5003,6 @@ packages: /isexe/2.0.0: resolution: integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /isobject/4.0.0: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== /istanbul-lib-coverage/2.0.5: dev: true engines: @@ -6539,11 +5019,11 @@ packages: integrity: sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA== /istanbul-lib-instrument/3.3.0: dependencies: - '@babel/generator': 7.9.5 - '@babel/parser': 7.9.4 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 + '@babel/generator': 7.10.5 + '@babel/parser': 7.10.5 + '@babel/template': 7.10.4 + '@babel/traverse': 7.10.5 + '@babel/types': 7.10.5 istanbul-lib-coverage: 2.0.5 semver: 6.3.0 dev: true @@ -6611,9 +5091,17 @@ packages: dependencies: argparse: 1.0.10 esprima: 4.0.1 + dev: true hasBin: true resolution: integrity: sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== + /js-yaml/3.14.0: + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + hasBin: true + resolution: + integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== /jsesc/0.5.0: hasBin: true resolution: @@ -6673,7 +5161,6 @@ packages: resolution: integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA== /kind-of/6.0.3: - dev: false engines: node: '>=0.10.0' resolution: @@ -6777,7 +5264,7 @@ packages: listr-update-renderer: 0.5.0_listr@0.14.3 listr-verbose-renderer: 0.5.0 p-map: 2.1.0 - rxjs: 6.5.5 + rxjs: 6.6.0 dev: true engines: node: '>=6' @@ -6787,7 +5274,7 @@ packages: integrity: sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA== /load-json-file/2.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 parse-json: 2.2.0 pify: 2.3.0 strip-bom: 3.0.0 @@ -6798,7 +5285,7 @@ packages: integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= /load-json-file/4.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 parse-json: 4.0.0 pify: 3.0.0 strip-bom: 3.0.0 @@ -6809,7 +5296,7 @@ packages: integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs= /load-json-file/5.3.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 parse-json: 4.0.0 pify: 4.0.1 strip-bom: 3.0.0 @@ -6890,11 +5377,7 @@ packages: dev: true resolution: integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - /lodash/4.17.15: - resolution: - integrity: sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== /lodash/4.17.19: - dev: true resolution: integrity: sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== /log-symbols/1.0.2: @@ -7007,18 +5490,9 @@ packages: node: '>=6' resolution: integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - /make-dir/3.0.0: - dependencies: - semver: 6.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw== /make-dir/3.1.0: dependencies: semver: 6.3.0 - dev: true engines: node: '>=8' resolution: @@ -7039,7 +5513,6 @@ packages: resolution: integrity: sha1-plzSkIepJZi4eRJXpSPgISIqwfk= /map-obj/4.1.0: - dev: false engines: node: '>=8' resolution: @@ -7075,7 +5548,7 @@ packages: integrity: sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM= /md5-hex/3.0.1: dependencies: - blueimp-md5: 2.13.0 + blueimp-md5: 2.17.0 dev: true engines: node: '>=8' @@ -7105,6 +5578,24 @@ packages: node: '>=6' resolution: integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== + /meow/6.1.1: + dependencies: + '@types/minimist': 1.2.0 + camelcase-keys: 6.2.2 + decamelize-keys: 1.1.0 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 2.5.0 + read-pkg-up: 7.0.1 + redent: 3.0.0 + trim-newlines: 3.0.0 + type-fest: 0.13.1 + yargs-parser: 18.1.3 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg== /meow/7.0.1: dependencies: '@types/minimist': 1.2.0 @@ -7135,26 +5626,26 @@ packages: dev: true resolution: integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - /merge2/1.3.0: + /merge2/1.4.1: engines: - node: '>= 6' + node: '>= 8' resolution: - integrity: sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw== + integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: dependencies: braces: 3.0.2 - picomatch: 2.2.1 + picomatch: 2.2.2 engines: node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - /mime/2.4.4: + /mime/2.4.6: dev: false engines: node: '>=4.0.0' hasBin: true resolution: - integrity: sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== + integrity: sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== /mimic-fn/1.2.0: dev: true engines: @@ -7173,12 +5664,11 @@ packages: node: '>=4' resolution: integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - /min-indent/1.0.0: - dev: false + /min-indent/1.0.1: engines: node: '>=4' resolution: - integrity: sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY= + integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== /mini-svg-data-uri/1.1.3: dev: false resolution: @@ -7202,7 +5692,6 @@ packages: arrify: 1.0.1 is-plain-obj: 1.1.0 kind-of: 6.0.3 - dev: false engines: node: '>= 6' resolution: @@ -7289,10 +5778,10 @@ packages: dev: true resolution: integrity: sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ== - /node-releases/1.1.59: + /node-releases/1.1.60: dev: true resolution: - integrity: sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw== + integrity: sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== /normalize-package-data/2.5.0: dependencies: hosted-git-info: 2.8.8 @@ -7363,7 +5852,7 @@ packages: istanbul-lib-report: 2.0.8 istanbul-lib-source-maps: 3.0.6 istanbul-reports: 2.2.7 - js-yaml: 3.13.1 + js-yaml: 3.14.0 make-dir: 2.1.0 merge-source-map: 1.1.0 resolve-from: 4.0.0 @@ -7389,10 +5878,14 @@ packages: dev: true resolution: integrity: sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== + /object-inspect/1.8.0: + dev: true + resolution: + integrity: sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== /object-is/1.1.2: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 dev: true engines: node: '>= 0.4' @@ -7427,7 +5920,7 @@ packages: /object.values/1.1.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 function-bind: 1.1.1 has: 1.0.3 dev: true @@ -7465,11 +5958,11 @@ packages: node: '>=6' resolution: integrity: sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q== - /opencollective-postinstall/2.0.2: + /opencollective-postinstall/2.0.3: dev: true hasBin: true resolution: - integrity: sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw== + integrity: sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== /optionator/0.8.3: dependencies: deep-is: 0.1.3 @@ -7487,7 +5980,7 @@ packages: dependencies: chalk: 2.4.2 cli-cursor: 2.1.0 - cli-spinners: 2.3.0 + cli-spinners: 2.4.0 log-symbols: 2.2.0 strip-ansi: 5.2.0 wcwidth: 1.0.1 @@ -7604,7 +6097,7 @@ packages: integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== /package-hash/3.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 hasha: 3.0.0 lodash.flattendeep: 4.4.0 release-zalgo: 1.0.0 @@ -7615,7 +6108,7 @@ packages: integrity: sha512-lOtmukMDVvtkL84rJHI7dpTYq+0rli8N2wlnqUcBuDWCfVhRUfOmnR9SsoHFMLpACvEV60dX7rd0rFaYDZI+FA== /package-hash/4.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 hasha: 5.2.0 lodash.flattendeep: 4.4.0 release-zalgo: 1.0.0 @@ -7627,7 +6120,7 @@ packages: /package-json/6.5.0: dependencies: got: 9.6.0 - registry-auth-token: 4.1.1 + registry-auth-token: 4.2.0 registry-url: 5.1.0 semver: 6.3.0 dev: true @@ -7660,16 +6153,16 @@ packages: node: '>=4' resolution: integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - /parse-json/5.0.0: + /parse-json/5.0.1: dependencies: - '@babel/code-frame': 7.8.3 + '@babel/code-frame': 7.10.4 error-ex: 1.3.2 json-parse-better-errors: 1.0.2 lines-and-columns: 1.1.6 engines: node: '>=8' resolution: - integrity: sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== + integrity: sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ== /parse-ms/2.1.0: dev: true engines: @@ -7744,11 +6237,6 @@ packages: node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - /picomatch/2.2.1: - engines: - node: '>=8.6' - resolution: - integrity: sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA== /picomatch/2.2.2: engines: node: '>=8.6' @@ -7847,13 +6335,13 @@ packages: node: '>=6' resolution: integrity: sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w== - /pnpm/4.14.0: + /pnpm/4.14.4: dev: true engines: node: '>=10.13' hasBin: true resolution: - integrity: sha512-O6B5OD+wiO4srzegQTs0LiOrdExLvoKgG7UFL5+Lu1DhgqhW9NFP/pPg8+zKSrOQTontH3GGSWAkinxM3tCqnw== + integrity: sha512-AH+vcfKJIlfKznH2vZj83utJ9g4vHjBK982OdinnBfWvYpHQ8opEMr9g1evAwlCW0Oim6V0sdolFvmV5AXc3Zw== /postcss-calc/7.0.1: dependencies: css-unit-converter: 1.1.1 @@ -8280,12 +6768,6 @@ packages: node: '>=8' resolution: integrity: sha512-4gaK1skD2gwscCfkswYQRmddUb2GJZtzDGRjHWadVHtK/DIKFufa12MvES6/xu1tVbUYeia5bmLcwJtZJQUqnw== - /private/0.1.8: - dev: true - engines: - node: '>= 0.6' - resolution: - integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== /process-nextick-args/2.0.1: dev: false resolution: @@ -8333,7 +6815,6 @@ packages: resolution: integrity: sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= /quick-lru/4.0.1: - dev: false engines: node: '>=8' resolution: @@ -8384,7 +6865,6 @@ packages: find-up: 4.1.0 read-pkg: 5.2.0 type-fest: 0.8.1 - dev: false engines: node: '>=8' resolution: @@ -8413,7 +6893,7 @@ packages: dependencies: '@types/normalize-package-data': 2.4.0 normalize-package-data: 2.5.0 - parse-json: 5.0.0 + parse-json: 5.0.1 type-fest: 0.6.0 engines: node: '>=8' @@ -8470,7 +6950,6 @@ packages: dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 - dev: false engines: node: '>=8' resolution: @@ -8497,21 +6976,20 @@ packages: dev: true resolution: integrity: sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== - /regenerator-runtime/0.13.5: + /regenerator-runtime/0.13.7: dev: true resolution: - integrity: sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== - /regenerator-transform/0.14.4: + integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== + /regenerator-transform/0.14.5: dependencies: - '@babel/runtime': 7.9.2 - private: 0.1.8 + '@babel/runtime': 7.10.5 dev: true resolution: - integrity: sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw== + integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== /regexp.prototype.flags/1.3.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 dev: true engines: node: '>= 0.4' @@ -8576,14 +7054,14 @@ packages: node: '>=4' resolution: integrity: sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== - /registry-auth-token/4.1.1: + /registry-auth-token/4.2.0: dependencies: rc: 1.2.8 dev: true engines: node: '>=6.0.0' resolution: - integrity: sha512-9bKS7nTl9+/A1s7tnPeGrUpRcVY+LUh7bfFgzpndALdPfXQBfQV77rQVtqgUV3ti4vc/Ik81Ex8UJDWDQ12zQA== + integrity: sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w== /registry-url/5.1.0: dependencies: rc: 1.2.8 @@ -8752,31 +7230,20 @@ packages: hasBin: true resolution: integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - /rimraf/3.0.0: + /rimraf/3.0.2: dependencies: glob: 7.1.6 dev: true hasBin: true resolution: - integrity: sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg== - /rollup-plugin-babel/4.3.3_@babel+core@7.9.0+rollup@2.2.0: + integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + /rollup-plugin-babel/4.4.0_@babel+core@7.10.5+rollup@2.23.0: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.8.3 - rollup: 2.2.0 - rollup-pluginutils: 2.8.2 - dev: true - peerDependencies: - '@babel/core': 7 || ^7.0.0-rc.2 - rollup: '>=0.60.0 <2' - resolution: - integrity: sha512-tKzWOCmIJD/6aKNz0H1GMM+lW1q9KyFubbWzGiOG540zxPPifnEAHTZwjo0g991Y+DyOZcLqBgqOdqazYE5fkw== - /rollup-plugin-babel/4.4.0_@babel+core@7.9.0+rollup@2.2.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.8.3 - rollup: 2.2.0 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 + rollup: 2.23.0 rollup-pluginutils: 2.8.2 + deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. dev: true peerDependencies: '@babel/core': 7 || ^7.0.0-rc.2 @@ -8810,14 +7277,6 @@ packages: dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - /rollup/2.12.0: - engines: - node: '>=10.0.0' - hasBin: true - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-vKwc/xFkZGM9DRai3Eztpr/4g0yYDgNKVq8tLXhq/aSLbR+/EVL6rTjEW9bgWgeYEIKoN66/5w2Bjv1gzyHR/w== /rollup/2.16.1: engines: node: '>=10.0.0' @@ -8835,7 +7294,6 @@ packages: resolution: integrity: sha512-iAu/j9/WJ0i+zT0sAMuQnsEbmOKzdQ4Yxu5rbPs9aUCyqveI1Kw3H4Fi9NWfCOpb8luEySD2lDyFWL9CrLE8iw== /rollup/2.22.0: - dev: true engines: node: '>=10.0.0' hasBin: true @@ -8843,14 +7301,20 @@ packages: fsevents: 2.1.3 resolution: integrity: sha512-TNuj5gQTwMu3hcM65HcBTx62N04/7v+4LRH6HOWe497hG0ic5RRfe+Vr88km8XfeApd/AIIQtVfRVNHk92Knmg== - /run-async/2.4.0: - dependencies: - is-promise: 2.2.2 + /rollup/2.23.0: + engines: + node: '>=10.0.0' + hasBin: true + optionalDependencies: + fsevents: 2.1.3 + resolution: + integrity: sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg== + /run-async/2.4.1: dev: true engines: node: '>=0.12.0' resolution: - integrity: sha512-xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg== + integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== /run-node/1.0.0: dev: true engines: @@ -8865,23 +7329,18 @@ packages: dev: false resolution: integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q= - /rxjs/6.5.5: + /rxjs/6.6.0: dependencies: - tslib: 1.11.1 + tslib: 1.13.0 dev: true engines: npm: '>=2.0.0' resolution: - integrity: sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ== + integrity: sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg== /safe-buffer/5.1.2: resolution: integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /safe-buffer/5.2.0: - dev: true - resolution: - integrity: sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== /safe-buffer/5.2.1: - dev: false resolution: integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== /safer-buffer/2.1.2: @@ -9088,21 +7547,21 @@ packages: dev: true resolution: integrity: sha512-IgB8md0QW/+tWqcavuFgKYR/qIRvJkRLPJDFaoXtLLUaVcCDK0+HeFTkmQHj3eprcYhc+gOl0aEA1w7qZlYezw== - /spdx-correct/3.1.0: + /spdx-correct/3.1.1: dependencies: - spdx-expression-parse: 3.0.0 + spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.5 resolution: - integrity: sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== + integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== /spdx-exceptions/2.3.0: resolution: integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - /spdx-expression-parse/3.0.0: + /spdx-expression-parse/3.0.1: dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.5 resolution: - integrity: sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== + integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== /spdx-license-ids/3.0.5: resolution: integrity: sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== @@ -9181,7 +7640,7 @@ packages: /string.prototype.trimend/1.0.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 dev: true resolution: integrity: sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== @@ -9194,16 +7653,6 @@ packages: node: '>= 0.4' resolution: integrity: sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag== - /string.prototype.trimleft/2.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.5 - string.prototype.trimstart: 1.0.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw== /string.prototype.trimright/2.1.1: dependencies: define-properties: 1.1.3 @@ -9213,20 +7662,10 @@ packages: node: '>= 0.4' resolution: integrity: sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g== - /string.prototype.trimright/2.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.5 - string.prototype.trimend: 1.0.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg== /string.prototype.trimstart/1.0.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 dev: true resolution: integrity: sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== @@ -9318,8 +7757,7 @@ packages: integrity: sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= /strip-indent/3.0.0: dependencies: - min-indent: 1.0.0 - dev: false + min-indent: 1.0.1 engines: node: '>=8' resolution: @@ -9330,12 +7768,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= - /strip-json-comments/3.1.0: + /strip-json-comments/3.1.1: dev: true engines: node: '>=8' resolution: - integrity: sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w== + integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== /style-inject/0.3.0: dev: true resolution: @@ -9367,7 +7805,7 @@ packages: dependencies: arrify: 1.0.1 indent-string: 3.2.0 - js-yaml: 3.13.1 + js-yaml: 3.14.0 serialize-error: 2.1.0 strip-ansi: 4.0.0 dev: true @@ -9441,8 +7879,8 @@ packages: integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== /table/5.4.6: dependencies: - ajv: 6.12.2 - lodash: 4.17.15 + ajv: 6.12.3 + lodash: 4.17.19 slice-ansi: 2.1.0 string-width: 3.1.0 dev: true @@ -9503,12 +7941,13 @@ packages: dev: false resolution: integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - /through2/3.0.1: + /through2/3.0.2: dependencies: + inherits: 2.0.4 readable-stream: 3.6.0 dev: false resolution: - integrity: sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww== + integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ== /time-zone/1.0.0: dev: true engines: @@ -9558,7 +7997,6 @@ packages: resolution: integrity: sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= /trim-newlines/3.0.0: - dev: false engines: node: '>=8' resolution: @@ -9578,13 +8016,13 @@ packages: dev: false resolution: integrity: sha512-UJYuKET7ez7ry0CnvfY6fPIUIZDw+UI3qvTUQeS2MyI4TgEeWAUBqy185LeaHcdJ9zG2dgFpPJU/AecXU0Afug== - /ts-node/8.9.1_typescript@3.8.3: + /ts-node/8.10.2_typescript@3.9.7: dependencies: arg: 4.1.3 diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.19 - typescript: 3.8.3 + typescript: 3.9.7 yn: 3.1.1 dev: true engines: @@ -9593,7 +8031,7 @@ packages: peerDependencies: typescript: '>=2.7' resolution: - integrity: sha512-yrq6ODsxEFTLz0R3BX2myf0WBCSQh9A+py8PBo1dCzWIOcvisbyH6akNKqDHMgXePF2kir5mm5JXJTH3OUJYOQ== + integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA== /tsconfig-paths/3.9.0: dependencies: '@types/json5': 0.0.29 @@ -9607,14 +8045,14 @@ packages: dev: true resolution: integrity: sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== - /tslib/1.11.1: + /tslib/1.13.0: dev: true resolution: - integrity: sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== - /tsutils/3.17.1_typescript@3.8.3: + integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== + /tsutils/3.17.1_typescript@3.9.7: dependencies: - tslib: 1.11.1 - typescript: 3.8.3 + tslib: 1.13.0 + typescript: 3.9.7 dev: true engines: node: '>= 6' @@ -9643,7 +8081,6 @@ packages: resolution: integrity: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== /type-fest/0.13.1: - dev: false engines: node: '>=10' resolution: @@ -9691,13 +8128,6 @@ packages: hasBin: true resolution: integrity: sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw== - /typescript/3.8.3: - dev: true - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== /typescript/3.9.7: dev: true engines: @@ -9819,14 +8249,14 @@ packages: hasBin: true resolution: integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - /v8-compile-cache/2.1.0: + /v8-compile-cache/2.1.1: dev: true resolution: - integrity: sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g== + integrity: sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== /validate-npm-package-license/3.0.4: dependencies: - spdx-correct: 3.1.0 - spdx-expression-parse: 3.0.0 + spdx-correct: 3.1.1 + spdx-expression-parse: 3.0.1 resolution: integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== /vendors/1.0.3: @@ -9902,7 +8332,7 @@ packages: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= /write-file-atomic/2.4.3: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 imurmurhash: 0.1.4 signal-exit: 3.0.3 resolution: @@ -9919,7 +8349,7 @@ packages: /write-json-file/3.2.0: dependencies: detect-indent: 5.0.0 - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 make-dir: 2.1.0 pify: 4.0.1 sort-keys: 2.0.0 @@ -9966,14 +8396,12 @@ packages: dev: true resolution: integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - /yaml/1.9.2: - dependencies: - '@babel/runtime': 7.9.2 + /yaml/1.10.0: dev: true engines: node: '>= 6' resolution: - integrity: sha512-HPT7cGGI0DuRcsO51qC1j9O16Dh1mZ2bnXwsi0jrSpsLz0WxOLSLXfkABVl6bZO629py3CU+OMJtpNHDLB97kg== + integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== /yargs-parser/10.1.0: dependencies: camelcase: 4.1.0 @@ -9991,7 +8419,6 @@ packages: dependencies: camelcase: 5.3.1 decamelize: 1.2.0 - dev: false engines: node: '>=6' resolution: