diff --git a/README.md b/README.md
index e47fe3157..9a1b0590c 100644
--- a/README.md
+++ b/README.md
@@ -15,34 +15,36 @@ This repository houses plugins that Rollup considers critical to every day use o
## Plugins Found Here
-| | |
-| ------------------------------------- | ----------------------------------------------------------------------------------------- |
-| [alias](packages/alias) | Define and resolve aliases for bundle dependencies |
-| [auto-install](packages/auto-install) | Automatically install dependencies that are imported by a bundle |
-| [babel](packages/babel) | Compile your files with Babel |
-| [beep](packages/beep) | System beeps on errors and warnings |
-| [buble](packages/buble) | Compile ES2015 with buble |
-| [commonjs](packages/commonjs) | Convert CommonJS modules to ES6 |
-| [data-uri](packages/data-uri) | Import modules from Data URIs |
-| [dsv](packages/dsv) | Convert .csv and .tsv files into JavaScript modules with d3-dsv |
-| [eslint](packages/eslint) | Verify entry point and all imported files with ESLint |
-| [html](packages/html) | Create HTML files to serve Rollup bundles |
-| [image](packages/image) | Import JPG, PNG, GIF, SVG, and WebP files |
-| [inject](packages/inject) | Scan modules for global variables and injects `import` statements where necessary |
-| [json](packages/json) | Convert .json files to ES6 modules |
-| [legacy](packages/legacy) | Add `export` declarations to legacy non-module scripts |
-| [multi-entry](packages/multi-entry) | Use multiple entry points for a bundle |
-| [node-resolve](packages/node-resolve) | Locate and bundle third-party dependencies in node_modules |
-| [replace](packages/replace) | Replace strings in files while bundling |
-| [run](packages/run) | Run your bundles in Node once they're built |
-| [strip](packages/strip) | Remove debugger statements and functions like assert.equal and console.log from your code |
-| [sucrase](packages/sucrase) | Compile TypeScript, Flow, JSX, etc with Sucrase |
-| [typescript](packages/typescript) | Integration between Rollup and Typescript |
-| [url](packages/url) | Import files as data-URIs or ES Modules |
-| [virtual](packages/virtual) | Load virtual modules from memory |
-| [wasm](packages/wasm) | Import WebAssembly code with Rollup |
-| [yaml](packages/yaml) | Convert YAML files to ES6 modules |
-| | |
+| | |
+| --------------------------------------------------- | ----------------------------------------------------------------------------------------- |
+| [alias](packages/alias) | Define and resolve aliases for bundle dependencies |
+| [auto-install](packages/auto-install) | Automatically install dependencies that are imported by a bundle |
+| [babel](packages/babel) | Compile your files with Babel |
+| [beep](packages/beep) | System beeps on errors and warnings |
+| [buble](packages/buble) | Compile ES2015 with buble |
+| [commonjs](packages/commonjs) | Convert CommonJS modules to ES6 |
+| [data-uri](packages/data-uri) | Import modules from Data URIs |
+| [dsv](packages/dsv) | Convert .csv and .tsv files into JavaScript modules with d3-dsv |
+| [dynamic-import-vars](packages/dynamic-import-vars) | Resolving dynamic imports that contain variables. |
+| [eslint](packages/eslint) | Verify entry point and all imported files with ESLint |
+| [graphql](packages/graphql) | Convert .gql/.graphql files to ES6 modules |
+| [html](packages/html) | Create HTML files to serve Rollup bundles |
+| [image](packages/image) | Import JPG, PNG, GIF, SVG, and WebP files |
+| [inject](packages/inject) | Scan modules for global variables and injects `import` statements where necessary |
+| [json](packages/json) | Convert .json files to ES6 modules |
+| [legacy](packages/legacy) | Add `export` declarations to legacy non-module scripts |
+| [multi-entry](packages/multi-entry) | Use multiple entry points for a bundle |
+| [node-resolve](packages/node-resolve) | Locate and bundle third-party dependencies in node_modules |
+| [replace](packages/replace) | Replace strings in files while bundling |
+| [run](packages/run) | Run your bundles in Node once they're built |
+| [strip](packages/strip) | Remove debugger statements and functions like assert.equal and console.log from your code |
+| [sucrase](packages/sucrase) | Compile TypeScript, Flow, JSX, etc with Sucrase |
+| [typescript](packages/typescript) | Integration between Rollup and Typescript |
+| [url](packages/url) | Import files as data-URIs or ES Modules |
+| [virtual](packages/virtual) | Load virtual modules from memory |
+| [wasm](packages/wasm) | Import WebAssembly code with Rollup |
+| [yaml](packages/yaml) | Convert YAML files to ES6 modules |
+| | |
## Other Packages Found Here
diff --git a/packages/eslint/LICENSE b/packages/eslint/LICENSE
deleted file mode 100755
index 2f3c321f7..000000000
--- a/packages/eslint/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2020 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md
new file mode 100644
index 000000000..053509583
--- /dev/null
+++ b/packages/graphql/CHANGELOG.md
@@ -0,0 +1,23 @@
+# @rollup/plugin-graphql ChangeLog
+
+## v1.0.0
+
+_2019-02-18_
+
+### Features
+
+- Add support for multiple exports
+
+## v0.1.0
+
+_2017-01-16_
+
+### Features
+
+- Use `graphql-tag/loader` directly [PR #3](https://github.com/kamilkisiela/rollup-plugin-graphql/pull/3)
+
+## v0.0.1
+
+_2017-01-07_
+
+- First release
diff --git a/packages/graphql/README.md b/packages/graphql/README.md
new file mode 100644
index 000000000..d61725df6
--- /dev/null
+++ b/packages/graphql/README.md
@@ -0,0 +1,102 @@
+[npm]: https://img.shields.io/npm/v/@rollup/plugin-graphql
+[npm-url]: https://www.npmjs.com/package/@rollup/plugin-graphql
+[size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-graphql
+[size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-graphql
+
+[![npm][npm]][npm-url]
+[![size][size]][size-url]
+[](https://liberamanifesto.com)
+
+# @rollup/plugin-graphql
+
+🍣 A Rollup plugin which Converts .gql/.graphql files to ES6 modules.
+
+## Requirements
+
+This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v10.0.0+) and Rollup v1.20.0+.
+
+## Install
+
+Using npm:
+
+```console
+npm install @rollup/plugin-graphql --save-dev
+```
+
+## Usage
+
+Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:
+
+```js
+import graphql from '@rollup/plugin-graphql';
+
+export default {
+ input: 'src/index.js',
+ output: {
+ dir: 'output',
+ format: 'cjs',
+ },
+ plugins: [graphql()],
+};
+```
+
+Then call `rollup` either via the [CLI](https://www.rollupjs.org/guide/en/#command-line-reference) or the [API](https://www.rollupjs.org/guide/en/#javascript-api).
+
+With an accompanying file `src/index.js`, you can import GraphQL files or named queries/mutations:
+
+```js
+// src/index.js
+
+// import a GraphQL Document from a GraphQL file,
+import schema from './schema.graphql';
+
+// or import named Query/Mutation
+import { BatmanQuery, JokerMutation } from './schema.graphql';
+```
+
+#### Fragments
+
+Thanks to [graphql-tag](https://github.com/apollographql/graphql-tag), fragments import is supported by using `#import "..."`.
+
+Given the following file `heroFragment.graphql`:
+
+```graphql
+fragment HeroFragment on Hero {
+ id
+ name
+}
+```
+
+You can import it like this:
+
+```graphql
+#import "./heroFragment.graphql"
+
+query AllHeroes {
+ heros {
+ ...HeroFragment
+ }
+}
+```
+
+## Options
+
+### `exclude`
+
+Type: `String` | `Array[...String]`
+Default: `null`
+
+A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.
+
+### `include`
+
+Type: `String` | `Array[...String]`
+Default: `null`
+
+A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.
+
+## Meta
+
+[CONTRIBUTING](/.github/CONTRIBUTING.md)
+
+[LICENSE (MIT)](/LICENSE)
diff --git a/packages/graphql/package.json b/packages/graphql/package.json
new file mode 100644
index 000000000..163c87216
--- /dev/null
+++ b/packages/graphql/package.json
@@ -0,0 +1,72 @@
+{
+ "name": "@rollup/plugin-graphql",
+ "version": "1.0.0",
+ "publishConfig": {
+ "access": "public"
+ },
+ "description": "Convert .gql/.graphql files to ES6 modules",
+ "license": "MIT",
+ "repository": "rollup/plugins",
+ "author": "rollup",
+ "homepage": "https://github.com/rollup/plugins/tree/master/packages/graphql#readme",
+ "bugs": "https://github.com/rollup/plugins/issues",
+ "main": "dist/index.js",
+ "module": "dist/index.es.js",
+ "scripts": {
+ "build": "rollup -c",
+ "ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
+ "ci:lint": "pnpm run build && pnpm run lint",
+ "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
+ "ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
+ "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:graphql && pnpm run lint:package",
+ "lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write README.md",
+ "lint:graphql": "prettier --write \"test/fixtures/**/*.graphql\"",
+ "lint:js": "eslint --fix --cache src test types --ext .js,.ts",
+ "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
+ "prebuild": "del-cli dist",
+ "prepare": "pnpm run build",
+ "prepublishOnly": "pnpm run lint && pnpm run test",
+ "pretest": "pnpm run build",
+ "test": "ava",
+ "test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
+ },
+ "files": [
+ "dist",
+ "types",
+ "README.md",
+ "LICENSE"
+ ],
+ "keywords": [
+ "rollup",
+ "plugin",
+ "graphql",
+ "apollo",
+ "import",
+ "modules"
+ ],
+ "peerDependencies": {
+ "graphql": ">=0.9.0",
+ "rollup": "^1.20.0 || ^2.0.0"
+ },
+ "dependencies": {
+ "@rollup/pluginutils": "^4.0.0",
+ "graphql-tag": "^2.2.2"
+ },
+ "devDependencies": {
+ "@rollup/plugin-buble": "^0.21.3",
+ "graphql": "^14.1.1",
+ "rollup": "^2.23.0"
+ },
+ "types": "types/index.d.ts",
+ "ava": {
+ "babel": {
+ "compileEnhancements": false
+ },
+ "files": [
+ "!**/fixtures/**",
+ "!**/helpers/**",
+ "!**/recipes/**",
+ "!**/types.ts"
+ ]
+ }
+}
diff --git a/packages/graphql/rollup.config.js b/packages/graphql/rollup.config.js
new file mode 100644
index 000000000..dc0bbeb24
--- /dev/null
+++ b/packages/graphql/rollup.config.js
@@ -0,0 +1,13 @@
+import buble from '@rollup/plugin-buble';
+
+import pkg from './package.json';
+
+export default {
+ input: 'src/index.js',
+ external: [...Object.keys(pkg.dependencies), 'os'],
+ output: [
+ { file: pkg.main, format: 'cjs', sourcemap: true, exports: 'auto' },
+ { file: pkg.module, format: 'es', sourcemap: true }
+ ],
+ plugins: [buble()]
+};
diff --git a/packages/graphql/src/index.js b/packages/graphql/src/index.js
new file mode 100644
index 000000000..2950d3c06
--- /dev/null
+++ b/packages/graphql/src/index.js
@@ -0,0 +1,36 @@
+import { createFilter } from '@rollup/pluginutils';
+import loader from 'graphql-tag/loader';
+
+import { toESModules } from './toESModules';
+
+export default function graphql({ include, exclude } = {}) {
+ // path filter
+ const filter = createFilter(include, exclude);
+ // only .graphql and .gql files
+ const filterExt = /\.(graphql|gql)$/i;
+
+ return {
+ name: 'graphql',
+ transform(source, id) {
+ if (!filter(id)) return null;
+ if (!filterExt.test(id)) return null;
+
+ // XXX: this.cachable() in graphql-tag/loader
+ const code = toESModules(
+ loader.call(
+ {
+ cacheable() {}
+ },
+ source
+ )
+ );
+
+ const map = { mappings: '' };
+
+ return {
+ code,
+ map
+ };
+ }
+ };
+}
diff --git a/packages/graphql/src/toESModules.js b/packages/graphql/src/toESModules.js
new file mode 100644
index 000000000..bd5260d43
--- /dev/null
+++ b/packages/graphql/src/toESModules.js
@@ -0,0 +1,49 @@
+/* eslint-disable import/prefer-default-export */
+
+import { EOL } from 'os';
+
+/**
+ * Convert CommonJS exports to ES modules exports
+ * @param source Source code to convert
+ * @returns The converted source code
+ */
+export function toESModules(source) {
+ if (typeof source !== 'string') {
+ return source;
+ }
+
+ return replaceRequires(replaceModuleExports(source));
+}
+
+function replaceModuleExports(source) {
+ return source
+ .replace('module.exports = doc', 'export default doc')
+ .replace(
+ /module\.exports\["(.*)"] = oneQuery\(doc, "(.*)"\)/g,
+ (match, g1, g2) => `export const ${g1} = oneQuery(doc, "${g2}")`
+ );
+}
+
+function replaceRequires(source) {
+ const imports = {};
+ let index = 0;
+
+ // replace a require statement with a variable
+ source = source.replace(/require\(([^)]+)\)/gi, (match, path) => {
+ path = path.replace(/["']+/g, '');
+
+ if (!imports[path]) {
+ index += 1;
+ imports[path] = `frgmt${index}`;
+ }
+
+ return imports[path];
+ });
+
+ // prepare import statements
+ const importsOutput = Object.keys(imports)
+ .map((path) => `import ${imports[path]} from "${path}";`)
+ .join(EOL);
+
+ return importsOutput + EOL + source;
+}
diff --git a/packages/graphql/test/fixtures/basic/basic.graphql b/packages/graphql/test/fixtures/basic/basic.graphql
new file mode 100644
index 000000000..12e5e6392
--- /dev/null
+++ b/packages/graphql/test/fixtures/basic/basic.graphql
@@ -0,0 +1,6 @@
+query GetHero {
+ hero {
+ id
+ name
+ }
+}
diff --git a/packages/graphql/test/fixtures/basic/index.js b/packages/graphql/test/fixtures/basic/index.js
new file mode 100644
index 000000000..0602f6ea2
--- /dev/null
+++ b/packages/graphql/test/fixtures/basic/index.js
@@ -0,0 +1,2 @@
+// eslint-disable-next-line import/prefer-default-export
+export { default as doc } from './basic.graphql';
diff --git a/packages/graphql/test/fixtures/fragments/allHeroesQuery.graphql b/packages/graphql/test/fixtures/fragments/allHeroesQuery.graphql
new file mode 100644
index 000000000..9e2f11275
--- /dev/null
+++ b/packages/graphql/test/fixtures/fragments/allHeroesQuery.graphql
@@ -0,0 +1,7 @@
+#import "./heroFragment.graphql"
+
+query AllHeroes {
+ heros {
+ ...HeroFragment
+ }
+}
diff --git a/packages/graphql/test/fixtures/fragments/heroFragment.graphql b/packages/graphql/test/fixtures/fragments/heroFragment.graphql
new file mode 100644
index 000000000..f84ab580f
--- /dev/null
+++ b/packages/graphql/test/fixtures/fragments/heroFragment.graphql
@@ -0,0 +1,4 @@
+fragment HeroFragment on Hero {
+ id
+ name
+}
diff --git a/packages/graphql/test/fixtures/fragments/index.js b/packages/graphql/test/fixtures/fragments/index.js
new file mode 100644
index 000000000..95ab5e8a8
--- /dev/null
+++ b/packages/graphql/test/fixtures/fragments/index.js
@@ -0,0 +1,2 @@
+// eslint-disable-next-line import/prefer-default-export
+export { default as doc } from './allHeroesQuery.graphql';
diff --git a/packages/graphql/test/fixtures/multi-imports/hero.graphql b/packages/graphql/test/fixtures/multi-imports/hero.graphql
new file mode 100644
index 000000000..be5e50aae
--- /dev/null
+++ b/packages/graphql/test/fixtures/multi-imports/hero.graphql
@@ -0,0 +1,13 @@
+query GetHero($id: ID!) {
+ hero(id: $id) {
+ id
+ name
+ }
+}
+
+query GetHeros {
+ hero {
+ id
+ name
+ }
+}
diff --git a/packages/graphql/test/fixtures/multi-imports/index.js b/packages/graphql/test/fixtures/multi-imports/index.js
new file mode 100644
index 000000000..2d37fc182
--- /dev/null
+++ b/packages/graphql/test/fixtures/multi-imports/index.js
@@ -0,0 +1 @@
+export { GetHero, GetHeros } from './hero.graphql';
diff --git a/packages/graphql/test/test.js b/packages/graphql/test/test.js
new file mode 100755
index 000000000..ec52012c7
--- /dev/null
+++ b/packages/graphql/test/test.js
@@ -0,0 +1,52 @@
+const test = require('ava');
+const { rollup } = require('rollup');
+
+const { testBundle } = require('../../../util/test');
+
+const graphql = require('..');
+
+require('source-map-support').install();
+
+process.chdir(__dirname);
+
+test('should parse a simple graphql file', async (t) => {
+ const bundle = await rollup({
+ input: 'fixtures/basic/index.js',
+ plugins: [graphql()]
+ });
+
+ const { module } = await testBundle(t, bundle);
+
+ t.truthy('doc' in module.exports);
+ t.is(module.exports.doc.kind, 'Document');
+});
+
+test('should include a fragment', async (t) => {
+ const bundle = await rollup({
+ input: 'fixtures/fragments/index.js',
+ plugins: [graphql()]
+ });
+
+ const { module } = await testBundle(t, bundle);
+
+ t.truthy('doc' in module.exports);
+ t.is(module.exports.doc.kind, 'Document');
+ t.is(module.exports.doc.definitions[1].name.value, 'HeroFragment');
+});
+
+test('should support multi-imports', async (t) => {
+ const bundle = await rollup({
+ input: 'fixtures/multi-imports/index.js',
+ plugins: [graphql()]
+ });
+
+ const { module } = await testBundle(t, bundle);
+
+ t.truthy('GetHero' in module.exports);
+ t.is(module.exports.GetHero.kind, 'Document');
+ t.is(module.exports.GetHero.definitions[0].name.value, 'GetHero');
+
+ t.truthy('GetHeros' in module.exports);
+ t.is(module.exports.GetHeros.kind, 'Document');
+ t.is(module.exports.GetHeros.definitions[0].name.value, 'GetHeros');
+});
diff --git a/packages/graphql/test/types.ts b/packages/graphql/test/types.ts
new file mode 100755
index 000000000..4cc4a6d5d
--- /dev/null
+++ b/packages/graphql/test/types.ts
@@ -0,0 +1,19 @@
+import { RollupOptions } from 'rollup';
+
+import graphql from '..';
+
+const config: RollupOptions = {
+ input: 'main.js',
+ output: {
+ file: 'bundle.js',
+ format: 'iife'
+ },
+ plugins: [
+ graphql({
+ include: 'node_modules/**',
+ exclude: ['node_modules/foo/**', 'node_modules/bar/**']
+ })
+ ]
+};
+
+export default config;
diff --git a/packages/graphql/types/index.d.ts b/packages/graphql/types/index.d.ts
new file mode 100755
index 000000000..369e620d7
--- /dev/null
+++ b/packages/graphql/types/index.d.ts
@@ -0,0 +1,20 @@
+import { FilterPattern } from '@rollup/pluginutils';
+import { Plugin } from 'rollup';
+
+export interface RollupGraphqlOptions {
+ /**
+ * All JSON files will be parsed by default,
+ * but you can also specifically include files
+ */
+ include?: FilterPattern;
+ /**
+ * All JSON files will be parsed by default,
+ * but you can also specifically exclude files
+ */
+ exclude?: FilterPattern;
+}
+
+/**
+ * Convert .gql/.graphql files to ES6 modules
+ */
+export default function graphql(options?: RollupGraphqlOptions): Plugin;
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ebb40a580..5a9d401be 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -6,8 +6,8 @@ importers:
write-pkg: 4.0.0
devDependencies:
'@ava/babel': 1.0.1
- '@typescript-eslint/eslint-plugin': 3.7.1_fdf7ae5f472a827bd9d9601df74d9b89
- '@typescript-eslint/parser': 3.7.1_typescript@3.9.7
+ '@typescript-eslint/eslint-plugin': 3.10.1_3d73a014a4a944f33b05da1a5c7e8824
+ '@typescript-eslint/parser': 3.10.1_typescript@3.9.7
ava: 3.13.0
chalk: 4.1.0
codecov-lite: 1.0.3
@@ -15,15 +15,15 @@ importers:
eslint-config-rollup: 0.1.0
execa: 4.0.3
globby: 11.0.1
- husky: 4.2.5
- lint-staged: 10.2.11
+ husky: 4.3.0
+ lint-staged: 10.5.0
nyc: 15.1.0
- pnpm: 5.10.1
- prettier: 2.0.5
- prettier-plugin-package: 1.0.0_prettier@2.0.5
+ pnpm: 5.10.2
+ prettier: 2.1.2
+ prettier-plugin-package: 1.2.0_prettier@2.1.2
ts-node: 8.10.2_typescript@3.9.7
tsconfig-paths: 3.9.0
- tslib: 2.0.0
+ tslib: 2.0.3
typescript: 3.9.7
yaml: 1.10.0
specifiers:
@@ -55,10 +55,10 @@ importers:
dependencies:
slash: 3.0.0
devDependencies:
- '@rollup/plugin-node-resolve': 8.4.0_rollup@2.23.0
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0
+ '@rollup/plugin-node-resolve': 8.4.0_rollup@2.32.1
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1
del-cli: 3.0.1
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-node-resolve': ^8.4.0
'@rollup/plugin-typescript': ^5.0.2
@@ -67,11 +67,11 @@ importers:
slash: ^3.0.0
packages/auto-install:
devDependencies:
- '@rollup/plugin-node-resolve': 8.4.0_rollup@2.23.0
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0
+ '@rollup/plugin-node-resolve': 8.4.0_rollup@2.32.1
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1
del: 5.1.0
node-noop: 1.0.0
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-node-resolve': ^8.4.0
'@rollup/plugin-typescript': ^5.0.2
@@ -80,18 +80,18 @@ importers:
rollup: ^2.23.0
packages/babel:
dependencies:
- '@babel/helper-module-imports': 7.10.4
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@babel/helper-module-imports': 7.12.1
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
devDependencies:
- '@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.23.0
+ '@babel/core': 7.12.3
+ '@babel/plugin-external-helpers': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-decorators': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-transform-runtime': 7.12.1_@babel+core@7.12.3
+ '@babel/preset-env': 7.12.1_@babel+core@7.12.3
+ '@rollup/plugin-json': 4.1.0_rollup@2.32.1
+ '@types/babel__core': 7.1.10
+ rollup: 2.32.1
source-map: 0.7.3
specifiers:
'@babel/core': ^7.10.5
@@ -108,20 +108,20 @@ importers:
source-map: ^0.7.3
packages/beep:
devDependencies:
- rollup: 2.23.0
+ rollup: 2.32.1
strip-ansi: 6.0.0
specifiers:
rollup: ^2.23.0
strip-ansi: ^6.0.0
packages/buble:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
'@types/buble': 0.19.2
buble: 0.20.0
devDependencies:
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0+typescript@3.9.7
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1+typescript@3.9.7
del-cli: 3.0.1
- rollup: 2.23.0
+ rollup: 2.32.1
source-map: 0.7.3
typescript: 3.9.7
specifiers:
@@ -141,14 +141,14 @@ importers:
glob: 7.1.6
is-reference: 1.2.1
magic-string: 0.25.7
- resolve: 1.17.0
+ resolve: 1.18.1
devDependencies:
'@rollup/plugin-json': 4.1.0_rollup@2.32.1
'@rollup/plugin-node-resolve': 8.4.0_rollup@2.32.1
locate-character: 2.0.5
require-relative: 0.8.7
rollup: 2.32.1
- shx: 0.3.2
+ shx: 0.3.3
source-map: 0.7.3
source-map-support: 0.5.19
typescript: 3.9.7
@@ -171,21 +171,21 @@ importers:
typescript: ^3.9.7
packages/data-uri:
devDependencies:
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
- rollup: 2.23.0
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-typescript': ^5.0.2
'@rollup/pluginutils': ^3.0.1
rollup: ^2.23.0
packages/dsv:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
d3-dsv: 1.2.0
tosource: 1.0.0
devDependencies:
del-cli: 3.0.1
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/pluginutils': ^3.1.0
d3-dsv: 1.2.0
@@ -194,15 +194,15 @@ importers:
tosource: ^1.0.0
packages/dynamic-import-vars:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
estree-walker: 2.0.1
globby: 11.0.1
magic-string: 0.25.7
devDependencies:
- acorn: 7.3.1
- acorn-dynamic-import: 4.0.0_acorn@7.3.1
- prettier: 2.0.5
- rollup: 2.23.0
+ acorn: 7.4.1
+ acorn-dynamic-import: 4.0.0_acorn@7.4.1
+ prettier: 2.1.2
+ rollup: 2.32.1
specifiers:
'@rollup/pluginutils': ^3.1.0
acorn: ^7.3.1
@@ -214,13 +214,13 @@ importers:
rollup: ^2.23.0
packages/eslint:
dependencies:
- '@rollup/pluginutils': 4.0.0_rollup@2.23.0
+ '@rollup/pluginutils': 4.0.0_rollup@2.32.1
eslint: 7.12.0
devDependencies:
- '@rollup/plugin-node-resolve': 9.0.0_rollup@2.23.0
- '@rollup/plugin-typescript': 6.0.0_rollup@2.23.0
- '@types/eslint': 7.2.2
- rollup: 2.23.0
+ '@rollup/plugin-node-resolve': 9.0.0_rollup@2.32.1
+ '@rollup/plugin-typescript': 6.0.0_rollup@2.32.1
+ '@types/eslint': 7.2.4
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-node-resolve': ^9.0.0
'@rollup/plugin-typescript': ^6.0.0
@@ -228,20 +228,34 @@ importers:
'@types/eslint': ^7.2.2
eslint: ^7.12.0
rollup: ^2.23.0
+ packages/graphql:
+ dependencies:
+ '@rollup/pluginutils': 4.0.0_rollup@2.32.1
+ graphql-tag: 2.11.0_graphql@14.7.0
+ devDependencies:
+ '@rollup/plugin-buble': 0.21.3_rollup@2.32.1
+ graphql: 14.7.0
+ rollup: 2.32.1
+ specifiers:
+ '@rollup/plugin-buble': ^0.21.3
+ '@rollup/pluginutils': ^4.0.0
+ graphql: ^14.1.1
+ graphql-tag: ^2.2.2
+ rollup: ^2.23.0
packages/html:
devDependencies:
- rollup: 2.23.0
- rollup-plugin-postcss: 3.1.3
+ rollup: 2.32.1
+ rollup-plugin-postcss: 3.1.8
specifiers:
rollup: ^2.23.0
rollup-plugin-postcss: ^3.1.3
packages/image:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
mini-svg-data-uri: 1.2.3
devDependencies:
- '@rollup/plugin-buble': 0.21.3_rollup@2.23.0
- rollup: 2.23.0
+ '@rollup/plugin-buble': 0.21.3_rollup@2.32.1
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-buble': ^0.21.3
'@rollup/pluginutils': ^3.1.0
@@ -249,14 +263,14 @@ importers:
rollup: ^2.23.0
packages/inject:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
estree-walker: 2.0.1
magic-string: 0.25.7
devDependencies:
- '@rollup/plugin-buble': 0.21.3_rollup@2.23.0
+ '@rollup/plugin-buble': 0.21.3_rollup@2.32.1
del-cli: 3.0.1
locate-character: 2.0.5
- rollup: 2.23.0
+ rollup: 2.32.1
source-map: 0.7.3
typescript: 3.9.7
specifiers:
@@ -271,11 +285,11 @@ importers:
typescript: ^3.9.7
packages/json:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
devDependencies:
- '@rollup/plugin-buble': 0.21.3_rollup@2.23.0
- '@rollup/plugin-node-resolve': 8.4.0_rollup@2.23.0
- rollup: 2.23.0
+ '@rollup/plugin-buble': 0.21.3_rollup@2.32.1
+ '@rollup/plugin-node-resolve': 8.4.0_rollup@2.32.1
+ rollup: 2.32.1
source-map-support: 0.5.19
specifiers:
'@rollup/plugin-buble': ^0.21.0
@@ -285,39 +299,39 @@ importers:
source-map-support: ^0.5.19
packages/legacy:
devDependencies:
- '@rollup/plugin-buble': 0.21.3_rollup@2.23.0
+ '@rollup/plugin-buble': 0.21.3_rollup@2.32.1
del-cli: 3.0.1
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-buble': ^0.21.3
del-cli: ^3.0.1
rollup: ^2.23.0
packages/multi-entry:
dependencies:
- '@rollup/plugin-virtual': 2.0.3_rollup@2.23.0
+ '@rollup/plugin-virtual': 2.0.3_rollup@2.32.1
matched: 5.0.0
devDependencies:
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-virtual': ^2.0.3
matched: ^5.0.0
rollup: ^2.23.0
packages/node-resolve:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
'@types/resolve': 1.17.1
builtin-modules: 3.1.0
deepmerge: 4.2.2
is-module: 1.0.0
- resolve: 1.17.0
+ resolve: 1.18.1
devDependencies:
- '@babel/core': 7.10.5
- '@babel/plugin-transform-typescript': 7.10.5_@babel+core@7.10.5
- '@rollup/plugin-babel': 5.1.0_@babel+core@7.10.5+rollup@2.23.0
- '@rollup/plugin-commonjs': 14.0.0_rollup@2.23.0
- '@rollup/plugin-json': 4.1.0_rollup@2.23.0
+ '@babel/core': 7.12.3
+ '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.3
+ '@rollup/plugin-babel': 5.2.1_@babel+core@7.12.3+rollup@2.32.1
+ '@rollup/plugin-commonjs': 14.0.0_rollup@2.32.1
+ '@rollup/plugin-json': 4.1.0_rollup@2.32.1
es5-ext: 0.10.53
- rollup: 2.23.0
+ rollup: 2.32.1
source-map: 0.7.3
string-capitalize: 1.0.1
specifiers:
@@ -341,14 +355,14 @@ importers:
estree-walker: 2.0.1
picomatch: 2.2.2
devDependencies:
- '@rollup/plugin-commonjs': 14.0.0_rollup@2.23.0
- '@rollup/plugin-node-resolve': 8.4.0_rollup@2.23.0
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0
+ '@rollup/plugin-commonjs': 14.0.0_rollup@2.32.1
+ '@rollup/plugin-node-resolve': 8.4.0_rollup@2.32.1
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1
'@types/estree': 0.0.45
- '@types/node': 14.0.26
+ '@types/node': 14.14.3
'@types/picomatch': 2.2.1
acorn: 8.0.4
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-commonjs': ^14.0.0
'@rollup/plugin-node-resolve': ^8.4.0
@@ -362,13 +376,13 @@ importers:
rollup: ^2.23.0
packages/replace:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
magic-string: 0.25.7
devDependencies:
- '@rollup/plugin-buble': 0.21.3_rollup@2.23.0
+ '@rollup/plugin-buble': 0.21.3_rollup@2.32.1
del-cli: 3.0.1
locate-character: 2.0.5
- rollup: 2.23.0
+ rollup: 2.32.1
source-map: 0.7.3
typescript: 3.9.7
specifiers:
@@ -384,9 +398,9 @@ importers:
dependencies:
'@types/node': 14.0.26
devDependencies:
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1
del: 5.1.0
- rollup: 2.23.0
+ rollup: 2.32.1
sinon: 9.0.2
specifiers:
'@rollup/plugin-typescript': ^5.0.2
@@ -396,12 +410,12 @@ importers:
sinon: 9.0.2
packages/strip:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
estree-walker: 2.0.1
magic-string: 0.25.7
devDependencies:
- acorn: 7.3.1
- rollup: 2.23.0
+ acorn: 7.4.1
+ rollup: 2.32.1
specifiers:
'@rollup/pluginutils': ^3.1.0
acorn: ^7.3.1
@@ -410,11 +424,11 @@ importers:
rollup: ^2.23.0
packages/sucrase:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
- sucrase: 3.15.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
+ sucrase: 3.16.0
devDependencies:
- '@rollup/plugin-alias': 3.1.1_rollup@2.23.0
- rollup: 2.23.0
+ '@rollup/plugin-alias': 3.1.1_rollup@2.32.1
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-alias': ^3.1.1
'@rollup/pluginutils': ^3.1.0
@@ -422,14 +436,14 @@ importers:
sucrase: ^3.15.0
packages/typescript:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
- resolve: 1.17.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
+ resolve: 1.18.1
devDependencies:
- '@rollup/plugin-buble': 0.21.3_rollup@2.23.0
- '@rollup/plugin-commonjs': 11.1.0_rollup@2.23.0
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0
+ '@rollup/plugin-buble': 0.21.3_rollup@2.32.1
+ '@rollup/plugin-commonjs': 11.1.0_rollup@2.32.1
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1
buble: 0.20.0
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-buble': ^0.21.3
'@rollup/plugin-commonjs': ^11.1.0
@@ -440,13 +454,13 @@ importers:
rollup: ^2.14.0
packages/url:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
make-dir: 3.1.0
mime: 2.4.6
devDependencies:
del: 5.1.0
globby: 11.0.1
- rollup: 2.23.0
+ rollup: 2.32.1
specifiers:
'@rollup/pluginutils': ^3.1.0
del: ^5.1.0
@@ -456,18 +470,18 @@ importers:
rollup: ^2.23.0
packages/virtual:
devDependencies:
- '@rollup/plugin-node-resolve': 8.4.0_rollup@2.23.0
- '@rollup/plugin-typescript': 6.0.0_rollup@2.23.0
- rollup: 2.23.0
+ '@rollup/plugin-node-resolve': 8.4.0_rollup@2.32.1
+ '@rollup/plugin-typescript': 6.0.0_rollup@2.32.1
+ rollup: 2.32.1
specifiers:
'@rollup/plugin-node-resolve': ^8.4.0
'@rollup/plugin-typescript': ^6.0.0
rollup: ^2.23.0
packages/wasm:
devDependencies:
- '@rollup/plugin-typescript': 5.0.2_rollup@2.23.0
+ '@rollup/plugin-typescript': 5.0.2_rollup@2.32.1
del-cli: 3.0.1
- rollup: 2.23.0
+ rollup: 2.32.1
source-map: 0.7.3
specifiers:
'@rollup/plugin-typescript': ^5.0.2
@@ -476,13 +490,13 @@ importers:
source-map: ^0.7.3
packages/yaml:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
js-yaml: 3.14.0
tosource: 1.0.0
devDependencies:
- '@rollup/plugin-node-resolve': 8.4.0_rollup@2.23.0
+ '@rollup/plugin-node-resolve': 8.4.0_rollup@2.32.1
del-cli: 3.0.1
- rollup: 2.23.0
+ rollup: 2.32.1
source-map-support: 0.5.19
specifiers:
'@rollup/plugin-node-resolve': ^8.4.0
@@ -497,16 +511,16 @@ packages:
/@ava/babel/1.0.1:
dependencies:
'@ava/require-precompiled': 1.0.0
- '@babel/core': 7.10.5
- '@babel/generator': 7.10.5
- '@babel/plugin-proposal-dynamic-import': 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-optional-chaining': 7.10.4_@babel+core@7.10.5
- '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.10.5
+ '@babel/core': 7.12.3
+ '@babel/generator': 7.12.1
+ '@babel/plugin-proposal-dynamic-import': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.12.3
babel-plugin-espower: 3.0.1
concordance: 4.0.0
convert-source-map: 1.7.0
- dot-prop: 5.2.0
+ dot-prop: 5.3.0
empower-core: 1.2.0
escape-string-regexp: 2.0.0
find-up: 4.1.0
@@ -533,157 +547,152 @@ packages:
'@babel/highlight': 7.10.4
resolution:
integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
- /@babel/compat-data/7.10.5:
- dependencies:
- browserslist: 4.13.0
- invariant: 2.2.4
- semver: 5.7.1
+ /@babel/compat-data/7.12.1:
dev: true
resolution:
- integrity: sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw==
- /@babel/core/7.10.5:
+ integrity: sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
+ /@babel/core/7.12.3:
dependencies:
'@babel/code-frame': 7.10.4
- '@babel/generator': 7.10.5
- '@babel/helper-module-transforms': 7.10.5
- '@babel/helpers': 7.10.4
- '@babel/parser': 7.10.5
+ '@babel/generator': 7.12.1
+ '@babel/helper-module-transforms': 7.12.1
+ '@babel/helpers': 7.12.1
+ '@babel/parser': 7.12.3
'@babel/template': 7.10.4
- '@babel/traverse': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/traverse': 7.12.1
+ '@babel/types': 7.12.1
convert-source-map: 1.7.0
- debug: 4.1.1
+ debug: 4.2.0
gensync: 1.0.0-beta.1
json5: 2.1.3
- lodash: 4.17.19
- resolve: 1.17.0
+ lodash: 4.17.20
+ resolve: 1.18.1
semver: 5.7.1
source-map: 0.5.7
dev: true
engines:
node: '>=6.9.0'
resolution:
- integrity: sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
- /@babel/generator/7.10.5:
+ integrity: sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
+ /@babel/generator/7.12.1:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
jsesc: 2.5.2
source-map: 0.5.7
dev: true
resolution:
- integrity: sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
+ integrity: sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
/@babel/helper-annotate-as-pure/7.10.4:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==
/@babel/helper-builder-binary-assignment-operator-visitor/7.10.4:
dependencies:
- '@babel/helper-explode-assignable-expression': 7.10.4
- '@babel/types': 7.10.5
+ '@babel/helper-explode-assignable-expression': 7.12.1
+ '@babel/types': 7.12.1
dev: true
resolution:
integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==
- /@babel/helper-compilation-targets/7.10.4_@babel+core@7.10.5:
+ /@babel/helper-compilation-targets/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/compat-data': 7.10.5
- '@babel/core': 7.10.5
- browserslist: 4.13.0
- invariant: 2.2.4
- levenary: 1.1.1
+ '@babel/compat-data': 7.12.1
+ '@babel/core': 7.12.3
+ '@babel/helper-validator-option': 7.12.1
+ browserslist: 4.14.5
semver: 5.7.1
dev: true
peerDependencies:
'@babel/core': ^7.0.0
resolution:
- integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ==
- /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==
+ /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-function-name': 7.10.4
- '@babel/helper-member-expression-to-functions': 7.10.5
+ '@babel/helper-member-expression-to-functions': 7.12.1
'@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
+ '@babel/helper-replace-supers': 7.12.1
+ '@babel/helper-split-export-declaration': 7.11.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0
resolution:
- integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
- /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
+ /@babel/helper-create-regexp-features-plugin/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-annotate-as-pure': 7.10.4
'@babel/helper-regex': 7.10.5
- regexpu-core: 4.7.0
+ regexpu-core: 4.7.1
dev: true
peerDependencies:
'@babel/core': ^7.0.0
resolution:
- integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g==
+ integrity: sha512-rsZ4LGvFTZnzdNZR5HZdmJVuXK8834R5QkF3WvcnBhrlVtF0HSIUC6zbreL9MgjTywhKokn8RIYRiq99+DLAxA==
/@babel/helper-define-map/7.10.5:
dependencies:
'@babel/helper-function-name': 7.10.4
- '@babel/types': 7.10.5
- lodash: 4.17.19
+ '@babel/types': 7.12.1
+ lodash: 4.17.20
dev: true
resolution:
integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==
- /@babel/helper-explode-assignable-expression/7.10.4:
+ /@babel/helper-explode-assignable-expression/7.12.1:
dependencies:
- '@babel/traverse': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A==
+ integrity: sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA==
/@babel/helper-function-name/7.10.4:
dependencies:
'@babel/helper-get-function-arity': 7.10.4
'@babel/template': 7.10.4
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
/@babel/helper-get-function-arity/7.10.4:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
/@babel/helper-hoist-variables/7.10.4:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==
- /@babel/helper-member-expression-to-functions/7.10.5:
+ /@babel/helper-member-expression-to-functions/7.12.1:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA==
- /@babel/helper-module-imports/7.10.4:
+ integrity: sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
+ /@babel/helper-module-imports/7.12.1:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
resolution:
- integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
- /@babel/helper-module-transforms/7.10.5:
+ integrity: sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
+ /@babel/helper-module-transforms/7.12.1:
dependencies:
- '@babel/helper-module-imports': 7.10.4
- '@babel/helper-replace-supers': 7.10.4
- '@babel/helper-simple-access': 7.10.4
- '@babel/helper-split-export-declaration': 7.10.4
+ '@babel/helper-module-imports': 7.12.1
+ '@babel/helper-replace-supers': 7.12.1
+ '@babel/helper-simple-access': 7.12.1
+ '@babel/helper-split-export-declaration': 7.11.0
+ '@babel/helper-validator-identifier': 7.10.4
'@babel/template': 7.10.4
- '@babel/types': 7.10.5
- lodash: 4.17.19
+ '@babel/traverse': 7.12.1
+ '@babel/types': 7.12.1
+ lodash: 4.17.20
dev: true
resolution:
- integrity: sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
+ integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
/@babel/helper-optimise-call-expression/7.10.4:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
@@ -693,62 +702,69 @@ packages:
integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
/@babel/helper-regex/7.10.5:
dependencies:
- lodash: 4.17.19
+ lodash: 4.17.20
dev: true
resolution:
integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==
- /@babel/helper-remap-async-to-generator/7.10.4:
+ /@babel/helper-remap-async-to-generator/7.12.1:
dependencies:
'@babel/helper-annotate-as-pure': 7.10.4
- '@babel/helper-wrap-function': 7.10.4
- '@babel/template': 7.10.4
- '@babel/traverse': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/helper-wrap-function': 7.12.3
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg==
- /@babel/helper-replace-supers/7.10.4:
+ integrity: sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==
+ /@babel/helper-replace-supers/7.12.1:
dependencies:
- '@babel/helper-member-expression-to-functions': 7.10.5
+ '@babel/helper-member-expression-to-functions': 7.12.1
'@babel/helper-optimise-call-expression': 7.10.4
- '@babel/traverse': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/traverse': 7.12.1
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
- /@babel/helper-simple-access/7.10.4:
+ integrity: sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
+ /@babel/helper-simple-access/7.12.1:
dependencies:
- '@babel/template': 7.10.4
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
+ dev: true
+ resolution:
+ integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
+ /@babel/helper-skip-transparent-expression-wrappers/7.12.1:
+ dependencies:
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==
- /@babel/helper-split-export-declaration/7.10.4:
+ integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==
+ /@babel/helper-split-export-declaration/7.11.0:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
+ integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
/@babel/helper-validator-identifier/7.10.4:
resolution:
integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
- /@babel/helper-wrap-function/7.10.4:
+ /@babel/helper-validator-option/7.12.1:
+ dev: true
+ resolution:
+ integrity: sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
+ /@babel/helper-wrap-function/7.12.3:
dependencies:
'@babel/helper-function-name': 7.10.4
'@babel/template': 7.10.4
- '@babel/traverse': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/traverse': 7.12.1
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug==
- /@babel/helpers/7.10.4:
+ integrity: sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==
+ /@babel/helpers/7.12.1:
dependencies:
'@babel/template': 7.10.4
- '@babel/traverse': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/traverse': 7.12.1
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
+ integrity: sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
/@babel/highlight/7.10.4:
dependencies:
'@babel/helper-validator-identifier': 7.10.4
@@ -756,139 +772,160 @@ packages:
js-tokens: 4.0.0
resolution:
integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
- /@babel/parser/7.10.5:
+ /@babel/parser/7.12.3:
dev: true
engines:
node: '>=6.0.0'
hasBin: true
resolution:
- integrity: sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
- /@babel/plugin-external-helpers/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
+ /@babel/plugin-external-helpers/7.12.1_@babel+core@7.12.3:
+ dependencies:
+ '@babel/core': 7.12.3
+ '@babel/helper-plugin-utils': 7.10.4
+ dev: true
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ resolution:
+ integrity: sha512-5VBqan0daXhDSRjrq2miABuELRwWJWFdM42Jvs/CDuhp+Es+fW+ISA5l+co8d+9oN3WLz/N3VvzyeseL3AvjxA==
+ /@babel/plugin-proposal-async-generator-functions/7.12.1_@babel+core@7.12.3:
+ dependencies:
+ '@babel/core': 7.12.3
+ '@babel/helper-plugin-utils': 7.10.4
+ '@babel/helper-remap-async-to-generator': 7.12.1
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3
+ dev: true
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ resolution:
+ integrity: sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A==
+ /@babel/plugin-proposal-class-properties/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-5mASqSthmRNYVXOphYzlqmR3Y8yp5SZMZhtKDh2DGV3R2PWGLEmP7qOahw66//6m4hjhlpV1bVM7xIJHt1F77Q==
- /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
+ /@babel/plugin-proposal-decorators/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3
'@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.5
+ '@babel/plugin-syntax-decorators': 7.12.1_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg==
- /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==
+ /@babel/plugin-proposal-dynamic-import/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
- /@babel/plugin-proposal-decorators/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==
+ /@babel/plugin-proposal-export-namespace-from/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-decorators': 7.10.4_@babel+core@7.10.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-Sc5TAQSZuLzgY0664mMDn24Vw2P8g/VhyLyGPaWiHahhgLqeZvcGeyBZOrJW0oSKIK2mvQ22a1ENXBIQLhrEiQ==
- /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==
+ /@babel/plugin-proposal-json-strings/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.5
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ==
- /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw==
+ /@babel/plugin-proposal-logical-assignment-operators/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==
- /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA==
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==
- /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==
+ /@babel/plugin-proposal-numeric-separator/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA==
- /@babel/plugin-proposal-object-rest-spread/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==
+ /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==
- /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==
+ /@babel/plugin-proposal-optional-catch-binding/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g==
- /@babel/plugin-proposal-optional-chaining/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==
+ /@babel/plugin-proposal-optional-chaining/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.12.1
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==
- /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
+ /@babel/plugin-proposal-private-methods/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3
'@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.5:
+ integrity: sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w==
+ /@babel/plugin-proposal-unicode-property-regex/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-regexp-features-plugin': 7.12.1_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
engines:
@@ -896,572 +933,592 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA==
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.10.5:
+ integrity: sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w==
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.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-class-properties/7.10.4_@babel+core@7.10.5:
+ /@babel/plugin-syntax-class-properties/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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.10.4_@babel+core@7.10.5:
+ integrity: sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==
+ /@babel/plugin-syntax-decorators/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw==
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.10.5:
+ integrity: sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w==
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
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.5:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.12.3:
+ dependencies:
+ '@babel/core': 7.12.3
+ '@babel/helper-plugin-utils': 7.10.4
+ dev: true
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ resolution:
+ integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.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-nullish-coalescing-operator/7.8.3_@babel+core@7.10.5:
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-plugin-utils': 7.10.4
+ dev: true
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ resolution:
+ integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.3:
+ dependencies:
+ '@babel/core': 7.12.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-numeric-separator/7.10.4_@babel+core@7.10.5:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-object-rest-spread/7.8.3_@babel+core@7.10.5:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.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-optional-catch-binding/7.8.3_@babel+core@7.10.5:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.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-chaining/7.8.3_@babel+core@7.10.5:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.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-top-level-await/7.10.4_@babel+core@7.10.5:
+ /@babel/plugin-syntax-top-level-await/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ==
- /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==
+ /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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.5:
+ integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==
+ /@babel/plugin-transform-arrow-functions/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-async-to-generator/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==
+ /@babel/plugin-transform-async-to-generator/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-module-imports': 7.10.4
+ '@babel/core': 7.12.3
+ '@babel/helper-module-imports': 7.12.1
'@babel/helper-plugin-utils': 7.10.4
- '@babel/helper-remap-async-to-generator': 7.10.4
+ '@babel/helper-remap-async-to-generator': 7.12.1
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ==
- /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==
+ /@babel/plugin-transform-block-scoped-functions/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA==
- /@babel/plugin-transform-block-scoping/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA==
+ /@babel/plugin-transform-block-scoping/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-6Ycw3hjpQti0qssQcA6AMSFDHeNJ++R6dIMnpRqUjFeBBTmTDPa8zgF90OVfTvAo11mXZTlVUViY1g8ffrURLg==
- /@babel/plugin-transform-classes/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==
+ /@babel/plugin-transform-classes/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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
+ '@babel/helper-replace-supers': 7.12.1
+ '@babel/helper-split-export-declaration': 7.11.0
globals: 11.12.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA==
- /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog==
+ /@babel/plugin-transform-computed-properties/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-destructuring/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg==
+ /@babel/plugin-transform-destructuring/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA==
- /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw==
+ /@babel/plugin-transform-dotall-regex/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-regexp-features-plugin': 7.12.1_@babel+core@7.12.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-duplicate-keys/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA==
+ /@babel/plugin-transform-duplicate-keys/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-exponentiation-operator/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw==
+ /@babel/plugin-transform-exponentiation-operator/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-for-of/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug==
+ /@babel/plugin-transform-for-of/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-function-name/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg==
+ /@babel/plugin-transform-function-name/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-literals/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw==
+ /@babel/plugin-transform-literals/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-member-expression-literals/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ==
+ /@babel/plugin-transform-member-expression-literals/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw==
- /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg==
+ /@babel/plugin-transform-modules-amd/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-module-transforms': 7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-module-transforms': 7.12.1
'@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-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw==
- /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ==
+ /@babel/plugin-transform-modules-commonjs/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-module-transforms': 7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-module-transforms': 7.12.1
'@babel/helper-plugin-utils': 7.10.4
- '@babel/helper-simple-access': 7.10.4
+ '@babel/helper-simple-access': 7.12.1
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-systemjs/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==
+ /@babel/plugin-transform-modules-systemjs/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-hoist-variables': 7.10.4
- '@babel/helper-module-transforms': 7.10.5
+ '@babel/helper-module-transforms': 7.12.1
'@babel/helper-plugin-utils': 7.10.4
+ '@babel/helper-validator-identifier': 7.10.4
babel-plugin-dynamic-import-node: 2.3.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw==
- /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q==
+ /@babel/plugin-transform-modules-umd/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-module-transforms': 7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-module-transforms': 7.12.1
'@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-named-capturing-groups-regex/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q==
+ /@babel/plugin-transform-named-capturing-groups-regex/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-regexp-features-plugin': 7.12.1_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0
resolution:
- integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA==
- /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q==
+ /@babel/plugin-transform-new-target/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-object-super/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw==
+ /@babel/plugin-transform-object-super/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/helper-replace-supers': 7.10.4
+ '@babel/helper-replace-supers': 7.12.1
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ==
- /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw==
+ /@babel/plugin-transform-parameters/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-get-function-arity': 7.10.4
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw==
- /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==
+ /@babel/plugin-transform-property-literals/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g==
- /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ==
+ /@babel/plugin-transform-regenerator/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
regenerator-transform: 0.14.5
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw==
- /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng==
+ /@babel/plugin-transform-reserved-words/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-runtime/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A==
+ /@babel/plugin-transform-runtime/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-module-imports': 7.10.4
+ '@babel/core': 7.12.3
+ '@babel/helper-module-imports': 7.12.1
'@babel/helper-plugin-utils': 7.10.4
- resolve: 1.17.0
+ resolve: 1.18.1
semver: 5.7.1
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w==
- /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==
+ /@babel/plugin-transform-shorthand-properties/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-spread/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw==
+ /@babel/plugin-transform-spread/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
+ '@babel/helper-skip-transparent-expression-wrappers': 7.12.1
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==
- /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==
+ /@babel/plugin-transform-sticky-regex/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 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-template-literals/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==
+ /@babel/plugin-transform-template-literals/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-annotate-as-pure': 7.10.4
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw==
- /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw==
+ /@babel/plugin-transform-typeof-symbol/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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-typescript/7.10.5_@babel+core@7.10.5:
+ integrity: sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==
+ /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.10.5
+ '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-YCyYsFrrRMZ3qR7wRwtSSJovPG5vGyG4ZdcSAivGwTfoasMp3VOB/AKhohu3dFtmB4cCDcsndCSxGtrdliCsZQ==
- /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==
+ /@babel/plugin-transform-unicode-escapes/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@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.5:
+ integrity: sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q==
+ /@babel/plugin-transform-unicode-regex/7.12.1_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
- '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5
+ '@babel/core': 7.12.3
+ '@babel/helper-create-regexp-features-plugin': 7.12.1_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.10.4
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A==
- /@babel/preset-env/7.10.4_@babel+core@7.10.5:
+ integrity: sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==
+ /@babel/preset-env/7.12.1_@babel+core@7.12.3:
dependencies:
- '@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/compat-data': 7.12.1
+ '@babel/core': 7.12.3
+ '@babel/helper-compilation-targets': 7.12.1_@babel+core@7.12.3
+ '@babel/helper-module-imports': 7.12.1
'@babel/helper-plugin-utils': 7.10.4
- '@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
+ '@babel/helper-validator-option': 7.12.1
+ '@babel/plugin-proposal-async-generator-functions': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-dynamic-import': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-export-namespace-from': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-json-strings': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-logical-assignment-operators': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-numeric-separator': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-optional-catch-binding': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-private-methods': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3
+ '@babel/plugin-syntax-class-properties': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.3
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.3
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3
+ '@babel/plugin-syntax-top-level-await': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-arrow-functions': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-async-to-generator': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-block-scoped-functions': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-block-scoping': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-computed-properties': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-destructuring': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-duplicate-keys': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-exponentiation-operator': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-for-of': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-function-name': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-literals': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-member-expression-literals': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-amd': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-systemjs': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-umd': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-new-target': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-object-super': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-property-literals': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-regenerator': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-reserved-words': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-shorthand-properties': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-spread': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-sticky-regex': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-template-literals': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-typeof-symbol': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-unicode-escapes': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-unicode-regex': 7.12.1_@babel+core@7.12.3
+ '@babel/preset-modules': 0.1.4_@babel+core@7.12.3
+ '@babel/types': 7.12.1
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-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==
- /@babel/preset-modules/0.1.3_@babel+core@7.10.5:
+ integrity: sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
+ /@babel/preset-modules/0.1.4_@babel+core@7.12.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@babel/helper-plugin-utils': 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
+ '@babel/plugin-proposal-unicode-property-regex': 7.12.1_@babel+core@7.12.3
+ '@babel/plugin-transform-dotall-regex': 7.12.1_@babel+core@7.12.3
+ '@babel/types': 7.12.1
esutils: 2.0.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg==
- /@babel/runtime/7.10.5:
+ integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==
+ /@babel/runtime/7.12.1:
dependencies:
regenerator-runtime: 0.13.7
dev: true
resolution:
- integrity: sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==
+ integrity: sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
/@babel/template/7.10.4:
dependencies:
'@babel/code-frame': 7.10.4
- '@babel/parser': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/parser': 7.12.3
+ '@babel/types': 7.12.1
dev: true
resolution:
integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
- /@babel/traverse/7.10.5:
+ /@babel/traverse/7.12.1:
dependencies:
'@babel/code-frame': 7.10.4
- '@babel/generator': 7.10.5
+ '@babel/generator': 7.12.1
'@babel/helper-function-name': 7.10.4
- '@babel/helper-split-export-declaration': 7.10.4
- '@babel/parser': 7.10.5
- '@babel/types': 7.10.5
- debug: 4.1.1
+ '@babel/helper-split-export-declaration': 7.11.0
+ '@babel/parser': 7.12.3
+ '@babel/types': 7.12.1
+ debug: 4.2.0
globals: 11.12.0
- lodash: 4.17.19
+ lodash: 4.17.20
dev: true
resolution:
- integrity: sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
- /@babel/types/7.10.5:
+ integrity: sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
+ /@babel/types/7.12.1:
dependencies:
'@babel/helper-validator-identifier': 7.10.4
- lodash: 4.17.19
+ lodash: 4.17.20
to-fast-properties: 2.0.0
resolution:
- integrity: sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
+ integrity: sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
/@concordance/react/2.0.0:
dependencies:
arrify: 1.0.1
@@ -1473,13 +1530,13 @@ packages:
/@eslint/eslintrc/0.2.0:
dependencies:
ajv: 6.12.6
- debug: 4.1.1
+ debug: 4.2.0
espree: 7.3.0
globals: 12.4.0
ignore: 4.0.6
import-fresh: 3.2.1
js-yaml: 3.14.0
- lodash: 4.17.19
+ lodash: 4.17.20
minimatch: 3.0.4
strip-json-comments: 3.1.1
dev: false
@@ -1526,9 +1583,9 @@ packages:
node: '>= 8'
resolution:
integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
- /@rollup/plugin-alias/3.1.1_rollup@2.23.0:
+ /@rollup/plugin-alias/3.1.1_rollup@2.32.1:
dependencies:
- rollup: 2.23.0
+ rollup: 2.32.1
slash: 3.0.0
dev: true
engines:
@@ -1537,12 +1594,12 @@ packages:
rollup: ^1.20.0||^2.0.0
resolution:
integrity: sha512-hNcQY4bpBUIvxekd26DBPgF7BT4mKVNDF5tBG4Zi+3IgwLxGYRY0itHs9D0oLVwXM5pvJDWJlBQro+au8WaUWw==
- /@rollup/plugin-babel/5.1.0_@babel+core@7.10.5+rollup@2.23.0:
+ /@rollup/plugin-babel/5.2.1_@babel+core@7.12.3+rollup@2.32.1:
dependencies:
- '@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
+ '@babel/core': 7.12.3
+ '@babel/helper-module-imports': 7.12.1
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
+ rollup: 2.32.1
dev: true
engines:
node: '>= 10.0.0'
@@ -1554,13 +1611,13 @@ packages:
'@types/babel__core':
optional: true
resolution:
- integrity: sha512-zXBEYmfiLAMvB+ZBa6m/q9hsQYAq1sUFdjuP1F6C2pf6uQcpHwAWQveZgzS63zXdKPUYHD3Dr7BhjCqcr0bbLw==
- /@rollup/plugin-buble/0.21.3_rollup@2.23.0:
+ integrity: sha512-Jd7oqFR2dzZJ3NWANDyBjwTtX/lYbZpVcmkHrfQcpvawHs9E4c0nYk5U2mfZ6I/DZcIvy506KZJi54XK/jxH7A==
+ /@rollup/plugin-buble/0.21.3_rollup@2.32.1:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
'@types/buble': 0.19.2
buble: 0.20.0
- rollup: 2.23.0
+ rollup: 2.32.1
dev: true
engines:
node: '>= 8.0.0'
@@ -1568,16 +1625,16 @@ packages:
rollup: ^1.20.0||^2.0.0
resolution:
integrity: sha512-Iv8cCuFPnMdqV4pcyU+OrfjOfagPArRQ1PyQjx5KgHk3dARedI+8PNTLSMpJts0lQJr8yF2pAU4GxpxCBJ9HYw==
- /@rollup/plugin-commonjs/11.1.0_rollup@2.23.0:
+ /@rollup/plugin-commonjs/11.1.0_rollup@2.32.1:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
commondir: 1.0.1
estree-walker: 1.0.1
glob: 7.1.6
is-reference: 1.2.1
magic-string: 0.25.7
- resolve: 1.17.0
- rollup: 2.23.0
+ resolve: 1.18.1
+ rollup: 2.32.1
dev: true
engines:
node: '>= 8.0.0'
@@ -1585,16 +1642,16 @@ packages:
rollup: ^1.20.0||^2.0.0
resolution:
integrity: sha512-Ycr12N3ZPN96Fw2STurD21jMqzKwL9QuFhms3SD7KKRK7oaXUsBU9Zt0jL/rOPHiPYisI21/rXGO3jr9BnLHUA==
- /@rollup/plugin-commonjs/14.0.0_rollup@2.23.0:
+ /@rollup/plugin-commonjs/14.0.0_rollup@2.32.1:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
commondir: 1.0.1
estree-walker: 1.0.1
glob: 7.1.6
is-reference: 1.2.1
magic-string: 0.25.7
- resolve: 1.17.0
- rollup: 2.23.0
+ resolve: 1.18.1
+ rollup: 2.32.1
dev: true
engines:
node: '>= 8.0.0'
@@ -1602,15 +1659,6 @@ packages:
rollup: ^2.3.4
resolution:
integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw==
- /@rollup/plugin-json/4.1.0_rollup@2.23.0:
- dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
- rollup: 2.23.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.32.1:
dependencies:
'@rollup/pluginutils': 3.1.0_rollup@2.32.1
@@ -1620,23 +1668,6 @@ packages:
rollup: ^1.20.0 || ^2.0.0
resolution:
integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==
- /@rollup/plugin-node-resolve/8.4.0_rollup@2.23.0:
- dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.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.23.0
- dev: true
- engines:
- node: '>= 8.0.0'
- peerDependencies:
- rollup: ^1.20.0||^2.0.0
- resolution:
- integrity: sha1-Jh15poDp3D2GdhwURi8kEmuoNXU=
/@rollup/plugin-node-resolve/8.4.0_rollup@2.32.1:
dependencies:
'@rollup/pluginutils': 3.1.0_rollup@2.32.1
@@ -1645,7 +1676,7 @@ packages:
deep-freeze: 0.0.1
deepmerge: 4.2.2
is-module: 1.0.0
- resolve: 1.17.0
+ resolve: 1.18.1
rollup: 2.32.1
dev: true
engines:
@@ -1653,16 +1684,16 @@ packages:
peerDependencies:
rollup: ^1.20.0||^2.0.0
resolution:
- integrity: sha1-Jh15poDp3D2GdhwURi8kEmuoNXU=
- /@rollup/plugin-node-resolve/9.0.0_rollup@2.23.0:
+ integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ==
+ /@rollup/plugin-node-resolve/9.0.0_rollup@2.32.1:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
'@types/resolve': 1.17.1
builtin-modules: 3.1.0
deepmerge: 4.2.2
is-module: 1.0.0
- resolve: 1.17.0
- rollup: 2.23.0
+ resolve: 1.18.1
+ rollup: 2.32.1
dev: true
engines:
node: '>= 10.0.0'
@@ -1670,11 +1701,11 @@ packages:
rollup: ^1.20.0||^2.0.0
resolution:
integrity: sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg==
- /@rollup/plugin-typescript/5.0.2_rollup@2.23.0:
+ /@rollup/plugin-typescript/5.0.2_rollup@2.32.1:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
- resolve: 1.17.0
- rollup: 2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
+ resolve: 1.18.1
+ rollup: 2.32.1
dev: true
engines:
node: '>=8.0.0'
@@ -1683,12 +1714,12 @@ packages:
tslib: '*'
typescript: '>=3.4.0'
resolution:
- integrity: sha1-6Hm3M1SFGGi4BbvUPxXCKRI7inE=
- /@rollup/plugin-typescript/5.0.2_rollup@2.23.0+typescript@3.9.7:
+ integrity: sha512-CkS028Itwjqm1uLbFVfpJgtVtnNvZ+og/m6UlNRR5wOOnNTWPcVQzOu5xGdEX+WWJxdvWIqUq2uR/RBt2ZipWg==
+ /@rollup/plugin-typescript/5.0.2_rollup@2.32.1+typescript@3.9.7:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
- resolve: 1.17.0
- rollup: 2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
+ resolve: 1.18.1
+ rollup: 2.32.1
typescript: 3.9.7
dev: true
engines:
@@ -1698,12 +1729,12 @@ packages:
tslib: '*'
typescript: '>=3.4.0'
resolution:
- integrity: sha1-6Hm3M1SFGGi4BbvUPxXCKRI7inE=
- /@rollup/plugin-typescript/6.0.0_rollup@2.23.0:
+ integrity: sha512-CkS028Itwjqm1uLbFVfpJgtVtnNvZ+og/m6UlNRR5wOOnNTWPcVQzOu5xGdEX+WWJxdvWIqUq2uR/RBt2ZipWg==
+ /@rollup/plugin-typescript/6.0.0_rollup@2.32.1:
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.23.0
- resolve: 1.17.0
- rollup: 2.23.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.32.1
+ resolve: 1.18.1
+ rollup: 2.32.1
dev: true
engines:
node: '>=8.0.0'
@@ -1713,26 +1744,14 @@ packages:
typescript: '>=3.4.0'
resolution:
integrity: sha512-Y5U2L4eaF3wUSgCZRMdvNmuzWkKMyN3OwvhAdbzAi5sUqedaBk/XbzO4T7RlViDJ78MOPhwAIv2FtId/jhMtbg==
- /@rollup/plugin-virtual/2.0.3_rollup@2.23.0:
+ /@rollup/plugin-virtual/2.0.3_rollup@2.32.1:
dependencies:
- rollup: 2.23.0
+ rollup: 2.32.1
dev: false
peerDependencies:
rollup: ^1.20.0||^2.0.0
resolution:
integrity: sha512-pw6ziJcyjZtntQ//bkad9qXaBx665SgEL8C8KI5wO8G5iU5MPxvdWrQyVaAvjojGm9tJoS8M9Z/EEepbqieYmw==
- /@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:
- rollup: ^1.20.0||^2.0.0
- resolution:
- integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
/@rollup/pluginutils/3.1.0_rollup@2.32.1:
dependencies:
'@types/estree': 0.0.39
@@ -1745,12 +1764,12 @@ packages:
rollup: ^1.20.0||^2.0.0
resolution:
integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
- /@rollup/pluginutils/4.0.0_rollup@2.23.0:
+ /@rollup/pluginutils/4.0.0_rollup@2.32.1:
dependencies:
'@types/estree': 0.0.45
estree-walker: 2.0.1
picomatch: 2.2.2
- rollup: 2.23.0
+ rollup: 2.32.1
dev: false
engines:
node: '>= 8.0.0'
@@ -1785,18 +1804,18 @@ packages:
/@sinonjs/formatio/5.0.1:
dependencies:
'@sinonjs/commons': 1.8.1
- '@sinonjs/samsam': 5.0.3
+ '@sinonjs/samsam': 5.2.0
dev: true
resolution:
integrity: sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ==
- /@sinonjs/samsam/5.0.3:
+ /@sinonjs/samsam/5.2.0:
dependencies:
'@sinonjs/commons': 1.8.1
lodash.get: 4.4.2
type-detect: 4.0.8
dev: true
resolution:
- integrity: sha512-QucHkc2uMJ0pFGjJUDP3F9dq5dx8QIaqISl9QgwLOh6P9yv877uONPGXh/OH/0zmM3tW1JjuJltAZV2l7zU+uQ==
+ integrity: sha512-CaIcyX5cDsjcW/ab7HposFWzV1kC++4HNsfnEdFJa7cP1QIuILAKV+BgfeqRXhcnSAc76r/Rh/O5C+300BwUIw==
/@sinonjs/text-encoding/0.7.1:
dev: true
resolution:
@@ -1817,35 +1836,35 @@ packages:
node: '>=10'
resolution:
integrity: sha512-PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ==
- /@types/babel__core/7.1.9:
+ /@types/babel__core/7.1.10:
dependencies:
- '@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.13
+ '@babel/parser': 7.12.3
+ '@babel/types': 7.12.1
+ '@types/babel__generator': 7.6.2
+ '@types/babel__template': 7.0.3
+ '@types/babel__traverse': 7.0.15
dev: true
resolution:
- integrity: sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw==
- /@types/babel__generator/7.6.1:
+ integrity: sha512-x8OM8XzITIMyiwl5Vmo2B1cR1S1Ipkyv4mdlbJjMa1lmuKvKY9FrBbEANIaMlnWn5Rf7uO+rC/VgYabNkE17Hw==
+ /@types/babel__generator/7.6.2:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==
- /@types/babel__template/7.0.2:
+ integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==
+ /@types/babel__template/7.0.3:
dependencies:
- '@babel/parser': 7.10.5
- '@babel/types': 7.10.5
+ '@babel/parser': 7.12.3
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==
- /@types/babel__traverse/7.0.13:
+ integrity: sha512-uCoznIPDmnickEi6D0v11SBpW0OuVqHJCa7syXqQHy5uktSCreIlt0iglsCnmvz8yCb38hGcWeseA8cWJSwv5Q==
+ /@types/babel__traverse/7.0.15:
dependencies:
- '@babel/types': 7.10.5
+ '@babel/types': 7.12.1
dev: true
resolution:
- integrity: sha512-i+zS7t6/s9cdQvbqKDARrcbrPvtJGlbYsMkazo03nTAK3RX9FNrLllXys22uiTGJapPOTZTQ35nHh4ISph4SLQ==
+ integrity: sha512-Pzh9O3sTK8V6I1olsXpCfj2k/ygO2q1X0vhhnDrEQyYLHZesWz+zMZMVcwXLCYf0U36EtmyYaFGPfXlTtDHe3A==
/@types/buble/0.19.2:
dependencies:
magic-string: 0.25.7
@@ -1855,35 +1874,32 @@ packages:
dependencies:
'@types/http-cache-semantics': 4.0.0
'@types/keyv': 3.1.1
- '@types/node': 14.0.26
+ '@types/node': 14.14.3
'@types/responselike': 1.0.0
dev: true
resolution:
integrity: sha512-ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ==
- /@types/color-name/1.1.1:
- resolution:
- integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
/@types/eslint-visitor-keys/1.0.0:
dev: true
resolution:
integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
- /@types/eslint/7.2.2:
+ /@types/eslint/7.2.4:
dependencies:
'@types/estree': 0.0.45
- '@types/json-schema': 7.0.5
+ '@types/json-schema': 7.0.6
dev: true
resolution:
- integrity: sha1-yIQmuJbv6wsnMqkkMc6Kp+wN7mE=
+ integrity: sha512-YCY4kzHMsHoyKspQH+nwSe+70Kep7Vjt2X+dZe5Vs2vkRudqtoFoUIv1RlJmZB8Hbp7McneupoZij4PadxsK5Q==
/@types/estree/0.0.39:
resolution:
integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
/@types/estree/0.0.45:
resolution:
- integrity: sha1-6Th1cpmOXs2sIhlQ2rPow7Fq+IQ=
+ integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==
/@types/glob/7.1.3:
dependencies:
'@types/minimatch': 3.0.3
- '@types/node': 14.0.26
+ '@types/node': 14.14.3
dev: true
resolution:
integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
@@ -1891,17 +1907,17 @@ packages:
dev: true
resolution:
integrity: sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
- /@types/json-schema/7.0.5:
+ /@types/json-schema/7.0.6:
dev: true
resolution:
- integrity: sha1-3M5EMOZLRDuolF8CkPtWStW6xt0=
+ integrity: sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
/@types/json5/0.0.29:
dev: true
resolution:
integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
/@types/keyv/3.1.1:
dependencies:
- '@types/node': 14.0.26
+ '@types/node': 14.14.3
dev: true
resolution:
integrity: sha512-MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw==
@@ -1913,8 +1929,12 @@ packages:
resolution:
integrity: sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
/@types/node/14.0.26:
+ dev: false
+ resolution:
+ integrity: sha512-W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA==
+ /@types/node/14.14.3:
resolution:
- integrity: sha1-IqO4pGUQ2olEtnv8J98Cw0o1Mxw=
+ integrity: sha512-33/L34xS7HVUx23e0wOT2V1qPF1IrHgQccdJVm9uXGTB9vFBrrzBtkQymT8VskeKOxjz55MSqMv0xuLq+u98WQ==
/@types/normalize-package-data/2.4.0:
resolution:
integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
@@ -1932,20 +1952,20 @@ packages:
integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
/@types/resolve/1.17.1:
dependencies:
- '@types/node': 14.0.26
+ '@types/node': 14.14.3
resolution:
- integrity: sha1-Ov1q2JZ8d+Q3bFmKgt3Vj0bsRdY=
+ integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==
/@types/responselike/1.0.0:
dependencies:
- '@types/node': 14.0.26
+ '@types/node': 14.14.3
dev: true
resolution:
integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==
- /@typescript-eslint/eslint-plugin/3.7.1_fdf7ae5f472a827bd9d9601df74d9b89:
+ /@typescript-eslint/eslint-plugin/3.10.1_3d73a014a4a944f33b05da1a5c7e8824:
dependencies:
- '@typescript-eslint/experimental-utils': 3.7.1_typescript@3.9.7
- '@typescript-eslint/parser': 3.7.1_typescript@3.9.7
- debug: 4.1.1
+ '@typescript-eslint/experimental-utils': 3.10.1_typescript@3.9.7
+ '@typescript-eslint/parser': 3.10.1_typescript@3.9.7
+ debug: 4.2.0
functional-red-black-tree: 1.0.1
regexpp: 3.1.0
semver: 7.3.2
@@ -1962,13 +1982,13 @@ packages:
typescript:
optional: true
resolution:
- integrity: sha512-3DB9JDYkMrc8Au00rGFiJLK2Ja9CoMP6Ut0sHsXp3ZtSugjNxvSSHTnKLfo4o+QmjYBJqEznDqsG1zj4F2xnsg==
- /@typescript-eslint/experimental-utils/3.7.1_typescript@3.9.7:
+ integrity: sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
+ /@typescript-eslint/experimental-utils/3.10.1_typescript@3.9.7:
dependencies:
- '@types/json-schema': 7.0.5
- '@typescript-eslint/types': 3.7.1
- '@typescript-eslint/typescript-estree': 3.7.1_typescript@3.9.7
- eslint-scope: 5.1.0
+ '@types/json-schema': 7.0.6
+ '@typescript-eslint/types': 3.10.1
+ '@typescript-eslint/typescript-estree': 3.10.1_typescript@3.9.7
+ eslint-scope: 5.1.1
eslint-utils: 2.1.0
dev: true
engines:
@@ -1977,13 +1997,13 @@ packages:
eslint: '*'
typescript: '*'
resolution:
- integrity: sha512-TqE97pv7HrqWcGJbLbZt1v59tcqsSVpWTOf1AqrWK7n8nok2sGgVtYRuGXeNeLw3wXlLEbY1MKP3saB2HsO/Ng==
- /@typescript-eslint/parser/3.7.1_typescript@3.9.7:
+ integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
+ /@typescript-eslint/parser/3.10.1_typescript@3.9.7:
dependencies:
'@types/eslint-visitor-keys': 1.0.0
- '@typescript-eslint/experimental-utils': 3.7.1_typescript@3.9.7
- '@typescript-eslint/types': 3.7.1
- '@typescript-eslint/typescript-estree': 3.7.1_typescript@3.9.7
+ '@typescript-eslint/experimental-utils': 3.10.1_typescript@3.9.7
+ '@typescript-eslint/types': 3.10.1
+ '@typescript-eslint/typescript-estree': 3.10.1_typescript@3.9.7
eslint-visitor-keys: 1.3.0
typescript: 3.9.7
dev: true
@@ -1996,21 +2016,21 @@ packages:
typescript:
optional: true
resolution:
- integrity: sha512-W4QV/gXvfIsccN8225784LNOorcm7ch68Fi3V4Wg7gmkWSQRKevO4RrRqWo6N/Z/myK1QAiGgeaXN57m+R/8iQ==
- /@typescript-eslint/types/3.7.1:
+ integrity: sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
+ /@typescript-eslint/types/3.10.1:
dev: true
engines:
node: ^8.10.0 || ^10.13.0 || >=11.10.1
resolution:
- integrity: sha512-PZe8twm5Z4b61jt7GAQDor6KiMhgPgf4XmUb9zdrwTbgtC/Sj29gXP1dws9yEn4+aJeyXrjsD9XN7AWFhmnUfg==
- /@typescript-eslint/typescript-estree/3.7.1_typescript@3.9.7:
+ integrity: sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
+ /@typescript-eslint/typescript-estree/3.10.1_typescript@3.9.7:
dependencies:
- '@typescript-eslint/types': 3.7.1
- '@typescript-eslint/visitor-keys': 3.7.1
- debug: 4.1.1
+ '@typescript-eslint/types': 3.10.1
+ '@typescript-eslint/visitor-keys': 3.10.1
+ debug: 4.2.0
glob: 7.1.6
is-glob: 4.0.1
- lodash: 4.17.19
+ lodash: 4.17.20
semver: 7.3.2
tsutils: 3.17.1_typescript@3.9.7
typescript: 3.9.7
@@ -2023,15 +2043,15 @@ packages:
typescript:
optional: true
resolution:
- integrity: sha512-m97vNZkI08dunYOr2lVZOHoyfpqRs0KDpd6qkGaIcLGhQ2WPtgHOd/eVbsJZ0VYCQvupKrObAGTOvk3tfpybYA==
- /@typescript-eslint/visitor-keys/3.7.1:
+ integrity: sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
+ /@typescript-eslint/visitor-keys/3.10.1:
dependencies:
eslint-visitor-keys: 1.3.0
dev: true
engines:
node: ^8.10.0 || ^10.13.0 || >=11.10.1
resolution:
- integrity: sha512-xn22sQbEya+Utj2IqJHGLA3i1jDzR43RzWupxojbSWnj3nnPLavaQmWe5utw03CwYao3r00qzXfgJMGNkrzrAA==
+ integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
/JSONStream/1.3.5:
dependencies:
jsonparse: 1.3.1
@@ -2040,65 +2060,48 @@ packages:
hasBin: true
resolution:
integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
- /acorn-dynamic-import/4.0.0_acorn@6.4.1:
+ /acorn-dynamic-import/4.0.0_acorn@6.4.2:
dependencies:
- acorn: 6.4.1
+ acorn: 6.4.2
peerDependencies:
acorn: ^6.0.0
resolution:
integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
- /acorn-dynamic-import/4.0.0_acorn@7.3.1:
+ /acorn-dynamic-import/4.0.0_acorn@7.4.1:
dependencies:
- acorn: 7.3.1
+ acorn: 7.4.1
dev: true
peerDependencies:
acorn: ^6.0.0
resolution:
integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
- /acorn-jsx/5.2.0_acorn@6.4.1:
+ /acorn-jsx/5.3.1_acorn@6.4.2:
dependencies:
- acorn: 6.4.1
+ acorn: 6.4.2
peerDependencies:
- acorn: ^6.0.0 || ^7.0.0
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
resolution:
- integrity: sha1-TGYGkXPW/daO2FI5/CViJhgrLr4=
- /acorn-jsx/5.2.0_acorn@7.3.1:
- dependencies:
- acorn: 7.3.1
- dev: true
- peerDependencies:
- acorn: ^6.0.0 || ^7.0.0
- resolution:
- integrity: sha1-TGYGkXPW/daO2FI5/CViJhgrLr4=
- /acorn-jsx/5.2.0_acorn@7.4.1:
+ integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
+ /acorn-jsx/5.3.1_acorn@7.4.1:
dependencies:
acorn: 7.4.1
- dev: false
peerDependencies:
- acorn: ^6.0.0 || ^7.0.0
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
resolution:
- integrity: sha1-TGYGkXPW/daO2FI5/CViJhgrLr4=
+ integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
/acorn-walk/8.0.0:
dev: true
engines:
node: '>=0.4.0'
resolution:
integrity: sha512-oZRad/3SMOI/pxbbmqyurIx7jHw1wZDcR9G44L8pUVFEomX/0dH89SrM1KaDXuv1NpzAXz6Op/Xu/Qd5XXzdEA==
- /acorn/6.4.1:
- engines:
- node: '>=0.4.0'
- hasBin: true
- resolution:
- integrity: sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
- /acorn/7.3.1:
- dev: true
+ /acorn/6.4.2:
engines:
node: '>=0.4.0'
hasBin: true
resolution:
- integrity: sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
+ integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
/acorn/7.4.1:
- dev: false
engines:
node: '>=0.4.0'
hasBin: true
@@ -2111,7 +2114,7 @@ packages:
hasBin: true
resolution:
integrity: sha512-XNP0PqF1XD19ZlLKvB7cMmnZswW4C/03pRHgirB30uSJTaS3A3V1/P4sS3HPvFmjoriPCJQs+JDSbm4bL1TxGQ==
- /aggregate-error/3.0.1:
+ /aggregate-error/3.1.0:
dependencies:
clean-stack: 2.2.0
indent-string: 4.0.0
@@ -2119,22 +2122,13 @@ packages:
engines:
node: '>=8'
resolution:
- integrity: sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==
- /ajv/6.12.3:
- dependencies:
- 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: sha1-GMWvOKER3etPJpe9eNaKvByr1wY=
+ integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
/ajv/6.12.6:
dependencies:
fast-deep-equal: 3.1.3
fast-json-stable-stringify: 2.1.0
json-schema-traverse: 0.4.1
- uri-js: 4.2.2
+ uri-js: 4.4.0
resolution:
integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
/alphanum-sort/1.0.2:
@@ -2159,7 +2153,7 @@ packages:
engines:
node: '>=8'
resolution:
- integrity: sha1-pcR8xDGB8fOP/XB2g3cA05VSKmE=
+ integrity: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==
/ansi-regex/2.1.1:
dev: true
engines:
@@ -2195,14 +2189,13 @@ packages:
node: '>=4'
resolution:
integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
- /ansi-styles/4.2.1:
+ /ansi-styles/4.3.0:
dependencies:
- '@types/color-name': 1.1.1
color-convert: 2.0.1
engines:
node: '>=8'
resolution:
- integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
+ integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
/any-promise/1.3.0:
dev: false
resolution:
@@ -2236,7 +2229,7 @@ packages:
dependencies:
sprintf-js: 1.0.3
resolution:
- integrity: sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=
+ integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
/array-find-index/1.0.2:
dev: true
engines:
@@ -2246,7 +2239,7 @@ packages:
/array-includes/3.1.1:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.17.7
is-string: 1.0.5
dev: true
engines:
@@ -2261,7 +2254,7 @@ packages:
/array.prototype.flat/1.2.3:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.17.7
dev: true
engines:
node: '>= 0.4'
@@ -2279,6 +2272,7 @@ packages:
resolution:
integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
/arrify/2.0.1:
+ dev: true
engines:
node: '>=8'
resolution:
@@ -2299,7 +2293,7 @@ packages:
'@concordance/react': 2.0.0
acorn: 8.0.4
acorn-walk: 8.0.0
- ansi-styles: 4.2.1
+ ansi-styles: 4.3.0
arrgv: 1.0.2
arrify: 2.0.1
callsites: 3.1.0
@@ -2318,7 +2312,7 @@ packages:
currently-unhandled: 0.4.1
debug: 4.2.0
del: 6.0.0
- emittery: 0.7.1
+ emittery: 0.7.2
equal-length: 1.0.1
figures: 3.2.0
globby: 11.0.1
@@ -2360,14 +2354,14 @@ packages:
integrity: sha512-yzky+gark5PdsFFlZ4CnBVxm/OgBUWtn9vAsSSnuooVJNOk5ER17HJXVeUzy63LIt06Zy34oThcn+2ZqgMs7SA==
/babel-plugin-dynamic-import-node/2.3.3:
dependencies:
- object.assign: 4.1.0
+ object.assign: 4.1.1
dev: true
resolution:
integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
/babel-plugin-espower/3.0.1:
dependencies:
- '@babel/generator': 7.10.5
- '@babel/parser': 7.10.5
+ '@babel/generator': 7.12.1
+ '@babel/parser': 7.12.3
call-matcher: 1.1.0
core-js: 2.6.11
espower-location-detector: 1.0.0
@@ -2389,10 +2383,10 @@ packages:
node: '>=8'
resolution:
integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
- /blueimp-md5/2.17.0:
+ /blueimp-md5/2.18.0:
dev: true
resolution:
- integrity: sha512-x5PKJHY5rHQYaADj6NwPUR2QRCUVSggPzrUKkeENpj871o9l9IefJbO2jkT5UvYykeOK9dx0VmkIo6dZ+vThYw==
+ integrity: sha512-vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q==
/boolbase/1.0.0:
dev: true
resolution:
@@ -2402,9 +2396,9 @@ packages:
ansi-align: 3.0.0
camelcase: 5.3.1
chalk: 3.0.0
- cli-boxes: 2.2.0
+ cli-boxes: 2.2.1
string-width: 4.2.0
- term-size: 2.2.0
+ term-size: 2.2.1
type-fest: 0.8.1
widest-line: 3.1.0
dev: true
@@ -2417,7 +2411,7 @@ packages:
balanced-match: 1.0.0
concat-map: 0.0.1
resolution:
- integrity: sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=
+ integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
/braces/3.0.2:
dependencies:
fill-range: 7.0.1
@@ -2425,23 +2419,23 @@ packages:
node: '>=8'
resolution:
integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
- /browserslist/4.13.0:
+ /browserslist/4.14.5:
dependencies:
- caniuse-lite: 1.0.30001107
- electron-to-chromium: 1.3.509
- escalade: 3.0.2
- node-releases: 1.1.60
+ caniuse-lite: 1.0.30001151
+ electron-to-chromium: 1.3.583
+ escalade: 3.1.1
+ node-releases: 1.1.64
dev: true
engines:
node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
hasBin: true
resolution:
- integrity: sha512-MINatJ5ZNrLnQ6blGvePd/QOz9Xtu+Ne+x29iQSCHfkU5BugKVJwZKn/iiL8UbpIpa3JhviKjz+XxMo0m2caFQ==
+ integrity: sha512-Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA==
/buble/0.20.0:
dependencies:
- acorn: 6.4.1
- acorn-dynamic-import: 4.0.0_acorn@6.4.1
- acorn-jsx: 5.2.0_acorn@6.4.1
+ acorn: 6.4.2
+ acorn-dynamic-import: 4.0.0_acorn@6.4.2
+ acorn-jsx: 5.3.1_acorn@6.4.2
chalk: 2.4.2
magic-string: 0.25.7
minimist: 1.2.5
@@ -2457,11 +2451,11 @@ packages:
engines:
node: '>=6'
resolution:
- integrity: sha1-qtl8FRMet2tltQ7yCOdYTNdqdIQ=
+ integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==
/cacheable-lookup/2.0.1:
dependencies:
'@types/keyv': 3.1.1
- keyv: 4.0.1
+ keyv: 4.0.3
dev: true
engines:
node: '>=10'
@@ -2470,7 +2464,7 @@ packages:
/cacheable-request/6.1.0:
dependencies:
clone-response: 1.0.2
- get-stream: 5.1.0
+ get-stream: 5.2.0
http-cache-semantics: 4.1.0
keyv: 3.1.0
lowercase-keys: 2.0.0
@@ -2484,9 +2478,9 @@ packages:
/cacheable-request/7.0.1:
dependencies:
clone-response: 1.0.2
- get-stream: 5.1.0
+ get-stream: 5.2.0
http-cache-semantics: 4.1.0
- keyv: 4.0.1
+ keyv: 4.0.3
lowercase-keys: 2.0.0
normalize-url: 4.5.0
responselike: 2.0.0
@@ -2497,7 +2491,7 @@ packages:
integrity: sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==
/caching-transform/4.0.0:
dependencies:
- hasha: 5.2.0
+ hasha: 5.2.2
make-dir: 3.1.0
package-hash: 4.0.0
write-file-atomic: 3.0.3
@@ -2562,25 +2556,19 @@ packages:
node: '>=6'
resolution:
integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
- /camelcase/6.0.0:
- dev: false
- engines:
- node: '>=10'
- resolution:
- integrity: sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==
/caniuse-api/3.0.0:
dependencies:
- browserslist: 4.13.0
- caniuse-lite: 1.0.30001107
+ browserslist: 4.14.5
+ caniuse-lite: 1.0.30001151
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
dev: true
resolution:
integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==
- /caniuse-lite/1.0.30001107:
+ /caniuse-lite/1.0.30001151:
dev: true
resolution:
- integrity: sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==
+ integrity: sha512-Zh3sHqskX6mHNrqUerh+fkf0N72cMxrmflzje/JyVImfpknscMnkeJrlFGJcqTmaa0iszdYptGpWMJCRQDkBVw==
/chalk/1.1.3:
dependencies:
ansi-styles: 2.2.1
@@ -2604,8 +2592,8 @@ packages:
integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
/chalk/3.0.0:
dependencies:
- ansi-styles: 4.2.1
- supports-color: 7.1.0
+ ansi-styles: 4.3.0
+ supports-color: 7.2.0
dev: true
engines:
node: '>=8'
@@ -2613,8 +2601,8 @@ packages:
integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
/chalk/4.1.0:
dependencies:
- ansi-styles: 4.2.1
- supports-color: 7.1.0
+ ansi-styles: 4.3.0
+ supports-color: 7.2.0
engines:
node: '>=10'
resolution:
@@ -2622,7 +2610,7 @@ packages:
/chardet/0.7.0:
dev: true
resolution:
- integrity: sha1-kAlISfCTfy7twkJdDSip5fDLrZ4=
+ integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
/chokidar/3.4.3:
dependencies:
anymatch: 3.1.1
@@ -2663,12 +2651,12 @@ packages:
node: '>=0.10.0'
resolution:
integrity: sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g=
- /cli-boxes/2.2.0:
+ /cli-boxes/2.2.1:
dev: true
engines:
node: '>=6'
resolution:
- integrity: sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==
+ integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
/cli-cursor/3.1.0:
dependencies:
restore-cursor: 3.1.0
@@ -2677,12 +2665,12 @@ packages:
node: '>=8'
resolution:
integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
- /cli-spinners/2.4.0:
+ /cli-spinners/2.5.0:
dev: true
engines:
node: '>=6'
resolution:
- integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA==
+ integrity: sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ==
/cli-truncate/2.1.0:
dependencies:
slice-ansi: 3.0.0
@@ -2697,7 +2685,7 @@ packages:
engines:
node: '>= 10'
resolution:
- integrity: sha1-ovSEN6LKqaIkNueUvwceyeYc7fY=
+ integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
/cliui/6.0.0:
dependencies:
string-width: 4.2.0
@@ -2746,7 +2734,7 @@ packages:
integrity: sha512-VHNTVhd7KsLGOqfX3SyeO8RyYPMp1GJOg194VITk04WMYCv4plV68YWe6TJZxd9MhobjtpMRnVky01gqZsalaw==
/codecov-lite/1.0.3:
dependencies:
- '@babel/runtime': 7.10.5
+ '@babel/runtime': 7.12.1
got: 10.7.0
dev: true
engines:
@@ -2771,20 +2759,20 @@ packages:
/color-name/1.1.4:
resolution:
integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
- /color-string/1.5.3:
+ /color-string/1.5.4:
dependencies:
color-name: 1.1.4
simple-swizzle: 0.2.2
dev: true
resolution:
- integrity: sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==
- /color/3.1.2:
+ integrity: sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==
+ /color/3.1.3:
dependencies:
color-convert: 1.9.3
- color-string: 1.5.3
+ color-string: 1.5.4
dev: true
resolution:
- integrity: sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==
+ integrity: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==
/commander/2.20.3:
dev: false
resolution:
@@ -2795,12 +2783,12 @@ packages:
node: '>= 6'
resolution:
integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
- /commander/5.1.0:
+ /commander/6.2.0:
dev: true
engines:
node: '>= 6'
resolution:
- integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
+ integrity: sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
/common-path-prefix/3.0.0:
dev: true
resolution:
@@ -2856,7 +2844,7 @@ packages:
integrity: sha512-TbNtInKVElgEBnJ1v2Xg+MFX2lvFLbmlv3EuSC5wTfCwpB8kC3w3mffF6cKuUhkn475Ym1f1I4qmuXzx2+uXpw==
/configstore/5.0.1:
dependencies:
- dot-prop: 5.2.0
+ dot-prop: 5.3.0
graceful-fs: 4.2.4
make-dir: 3.1.0
unique-string: 2.0.0
@@ -2877,8 +2865,8 @@ packages:
dependencies:
JSONStream: 1.3.5
is-text-path: 1.0.1
- lodash: 4.17.19
- meow: 7.0.1
+ lodash: 4.17.20
+ meow: 7.1.1
split2: 2.2.0
through2: 3.0.2
trim-off-newlines: 1.0.1
@@ -2902,7 +2890,7 @@ packages:
integrity: sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU=
/core-js-compat/3.6.5:
dependencies:
- browserslist: 4.13.0
+ browserslist: 4.14.5
semver: 7.0.0
dev: true
resolution:
@@ -2928,18 +2916,18 @@ packages:
node: '>=4'
resolution:
integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
- /cosmiconfig/6.0.0:
+ /cosmiconfig/7.0.0:
dependencies:
'@types/parse-json': 4.0.0
import-fresh: 3.2.1
- parse-json: 5.0.1
+ parse-json: 5.1.0
path-type: 4.0.0
yaml: 1.10.0
dev: true
engines:
- node: '>=8'
+ node: '>=10'
resolution:
- integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
+ integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
/cross-spawn/6.0.5:
dependencies:
nice-try: 1.0.5
@@ -2951,7 +2939,7 @@ packages:
engines:
node: '>=4.8'
resolution:
- integrity: sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=
+ integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
/cross-spawn/7.0.3:
dependencies:
path-key: 3.1.1
@@ -2973,7 +2961,7 @@ packages:
integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
/css-declaration-sorter/4.0.1:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
timsort: 0.3.0
dev: true
engines:
@@ -2998,7 +2986,7 @@ packages:
/css-select/2.1.0:
dependencies:
boolbase: 1.0.0
- css-what: 3.3.0
+ css-what: 3.4.2
domutils: 1.7.0
nth-check: 1.0.2
dev: true
@@ -3029,12 +3017,12 @@ packages:
node: '>=8.0.0'
resolution:
integrity: sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==
- /css-what/3.3.0:
+ /css-what/3.4.2:
dev: true
engines:
node: '>= 6'
resolution:
- integrity: sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg==
+ integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
/cssesc/3.0.0:
dev: true
engines:
@@ -3046,8 +3034,8 @@ packages:
dependencies:
css-declaration-sorter: 4.0.1
cssnano-util-raw-cache: 4.0.1
- postcss: 7.0.32
- postcss-calc: 7.0.2
+ postcss: 7.0.35
+ postcss-calc: 7.0.5
postcss-colormin: 4.0.3
postcss-convert-values: 4.0.1
postcss-discard-comments: 4.0.2
@@ -3093,7 +3081,7 @@ packages:
integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=
/cssnano-util-raw-cache/4.0.1:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
@@ -3110,7 +3098,7 @@ packages:
cosmiconfig: 5.2.1
cssnano-preset-default: 4.0.7
is-resolvable: 1.1.0
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
@@ -3170,15 +3158,9 @@ packages:
dev: true
resolution:
integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
- /debug/4.1.1:
- dependencies:
- ms: 2.1.2
- resolution:
- integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
/debug/4.2.0:
dependencies:
ms: 2.1.2
- dev: true
engines:
node: '>=6.0'
peerDependencies:
@@ -3225,8 +3207,8 @@ packages:
dependencies:
is-arguments: 1.0.4
is-date-object: 1.0.2
- is-regex: 1.1.0
- object-is: 1.1.2
+ is-regex: 1.1.1
+ object-is: 1.1.3
object-keys: 1.1.1
regexp.prototype.flags: 1.3.0
dev: true
@@ -3249,7 +3231,7 @@ packages:
engines:
node: '>=0.10.0'
resolution:
- integrity: sha1-RNLqNnm49NT/ujPwPYZfwee/SVU=
+ integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
/default-require-extensions/3.0.0:
dependencies:
strip-bom: 4.0.0
@@ -3359,8 +3341,8 @@ packages:
integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
/dom-serializer/0.2.2:
dependencies:
- domelementtype: 2.0.1
- entities: 2.0.3
+ domelementtype: 2.0.2
+ entities: 2.1.0
dev: true
resolution:
integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
@@ -3368,10 +3350,10 @@ packages:
dev: true
resolution:
integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
- /domelementtype/2.0.1:
+ /domelementtype/2.0.2:
dev: true
resolution:
- integrity: sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==
+ integrity: sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA==
/domutils/1.7.0:
dependencies:
dom-serializer: 0.2.2
@@ -3379,28 +3361,28 @@ packages:
dev: true
resolution:
integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
- /dot-prop/5.2.0:
+ /dot-prop/5.3.0:
dependencies:
is-obj: 2.0.0
dev: true
engines:
node: '>=8'
resolution:
- integrity: sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
+ integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
/duplexer3/0.1.4:
dev: true
resolution:
integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
- /electron-to-chromium/1.3.509:
+ /electron-to-chromium/1.3.583:
dev: true
resolution:
- integrity: sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug==
- /emittery/0.7.1:
+ integrity: sha512-L9BwLwJohjZW9mQESI79HRzhicPk1DFgM+8hOCfGgGCFEcA3Otpv7QK6SGtYoZvfQfE3wKLh0Hd5ptqUFv3gvQ==
+ /emittery/0.7.2:
dev: true
engines:
node: '>=10'
resolution:
- integrity: sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ==
+ integrity: sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==
/emoji-regex/7.0.3:
resolution:
integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
@@ -3434,10 +3416,10 @@ packages:
node: '>=8.6'
resolution:
integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
- /entities/2.0.3:
+ /entities/2.1.0:
dev: true
resolution:
- integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
+ integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
/equal-length/1.0.1:
dev: true
engines:
@@ -3449,27 +3431,46 @@ packages:
is-arrayish: 0.2.1
resolution:
integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
- /es-abstract/1.17.6:
+ /es-abstract/1.17.7:
+ dependencies:
+ es-to-primitive: 1.2.1
+ function-bind: 1.1.1
+ has: 1.0.3
+ has-symbols: 1.0.1
+ is-callable: 1.2.2
+ is-regex: 1.1.1
+ object-inspect: 1.8.0
+ object-keys: 1.1.1
+ object.assign: 4.1.1
+ string.prototype.trimend: 1.0.2
+ string.prototype.trimstart: 1.0.2
+ dev: true
+ engines:
+ node: '>= 0.4'
+ resolution:
+ integrity: sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==
+ /es-abstract/1.18.0-next.1:
dependencies:
es-to-primitive: 1.2.1
function-bind: 1.1.1
has: 1.0.3
has-symbols: 1.0.1
- is-callable: 1.2.0
- is-regex: 1.1.0
+ is-callable: 1.2.2
+ is-negative-zero: 2.0.0
+ is-regex: 1.1.1
object-inspect: 1.8.0
object-keys: 1.1.1
- object.assign: 4.1.0
- string.prototype.trimend: 1.0.1
- string.prototype.trimstart: 1.0.1
+ object.assign: 4.1.1
+ string.prototype.trimend: 1.0.2
+ string.prototype.trimstart: 1.0.2
dev: true
engines:
node: '>= 0.4'
resolution:
- integrity: sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
+ integrity: sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
/es-to-primitive/1.2.1:
dependencies:
- is-callable: 1.2.0
+ is-callable: 1.2.2
is-date-object: 1.0.2
is-symbol: 1.0.3
dev: true
@@ -3497,10 +3498,6 @@ packages:
dev: true
resolution:
integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c=
- /es6-object-assign/1.1.0:
- dev: true
- resolution:
- integrity: sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
/es6-symbol/3.1.3:
dependencies:
d: 1.0.1
@@ -3508,12 +3505,6 @@ packages:
dev: true
resolution:
integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==
- /escalade/3.0.2:
- dev: true
- engines:
- node: '>=6'
- resolution:
- integrity: sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ==
/escalade/3.1.1:
dev: true
engines:
@@ -3546,7 +3537,7 @@ packages:
/eslint-config-rollup/0.1.0:
dependencies:
eslint: 6.8.0
- eslint-plugin-import: 2.22.0_eslint@6.8.0
+ eslint-plugin-import: 2.22.1_eslint@6.8.0
eslint-plugin-prettier: 3.1.4_eslint@6.8.0+prettier@1.19.1
prettier: 1.19.1
dev: true
@@ -3557,7 +3548,7 @@ packages:
/eslint-import-resolver-node/0.3.4:
dependencies:
debug: 2.6.9
- resolve: 1.17.0
+ resolve: 1.18.1
dev: true
resolution:
integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
@@ -3570,7 +3561,7 @@ packages:
node: '>=4'
resolution:
integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
- /eslint-plugin-import/2.22.0_eslint@6.8.0:
+ /eslint-plugin-import/2.22.1_eslint@6.8.0:
dependencies:
array-includes: 3.1.1
array.prototype.flat: 1.2.3
@@ -3584,7 +3575,7 @@ packages:
minimatch: 3.0.4
object.values: 1.1.1
read-pkg-up: 2.0.0
- resolve: 1.17.0
+ resolve: 1.18.1
tsconfig-paths: 3.9.0
dev: true
engines:
@@ -3592,7 +3583,7 @@ packages:
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0
resolution:
- integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
+ integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
/eslint-plugin-prettier/3.1.4_eslint@6.8.0+prettier@1.19.1:
dependencies:
eslint: 6.8.0
@@ -3606,20 +3597,10 @@ packages:
prettier: '>=1.13.0'
resolution:
integrity: sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg==
- /eslint-scope/5.1.0:
- dependencies:
- esrecurse: 4.2.1
- estraverse: 4.3.0
- dev: true
- engines:
- node: '>=8.0.0'
- resolution:
- integrity: sha1-0Plx3+WcaeDK2mhLI9Sdv4JgDOU=
/eslint-scope/5.1.1:
dependencies:
esrecurse: 4.3.0
estraverse: 4.3.0
- dev: false
engines:
node: '>=8.0.0'
resolution:
@@ -3631,7 +3612,7 @@ packages:
engines:
node: '>=6'
resolution:
- integrity: sha1-dP7HxU0Hdrb2fgJRBAtYBlZOmB8=
+ integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
/eslint-utils/2.1.0:
dependencies:
eslint-visitor-keys: 1.3.0
@@ -3643,7 +3624,7 @@ packages:
engines:
node: '>=4'
resolution:
- integrity: sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=
+ integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
/eslint-visitor-keys/2.0.0:
dev: false
engines:
@@ -3653,12 +3634,12 @@ packages:
/eslint/6.8.0:
dependencies:
'@babel/code-frame': 7.10.4
- ajv: 6.12.3
+ ajv: 6.12.6
chalk: 2.4.2
cross-spawn: 6.0.5
- debug: 4.1.1
+ debug: 4.2.0
doctrine: 3.0.0
- eslint-scope: 5.1.0
+ eslint-scope: 5.1.1
eslint-utils: 1.4.3
eslint-visitor-keys: 1.3.0
espree: 6.2.1
@@ -3676,7 +3657,7 @@ packages:
js-yaml: 3.14.0
json-stable-stringify-without-jsonify: 1.0.1
levn: 0.3.0
- lodash: 4.17.19
+ lodash: 4.17.20
minimatch: 3.0.4
mkdirp: 0.5.5
natural-compare: 1.4.0
@@ -3694,7 +3675,7 @@ packages:
node: ^8.10.0 || ^10.13.0 || >=11.10.1
hasBin: true
resolution:
- integrity: sha1-YiYtZylzn5J1cjgkMC+yJ8jJP/s=
+ integrity: sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
/eslint/7.12.0:
dependencies:
'@babel/code-frame': 7.10.4
@@ -3702,7 +3683,7 @@ packages:
ajv: 6.12.6
chalk: 4.1.0
cross-spawn: 7.0.3
- debug: 4.1.1
+ debug: 4.2.0
doctrine: 3.0.0
enquirer: 2.3.6
eslint-scope: 5.1.1
@@ -3722,7 +3703,7 @@ packages:
js-yaml: 3.14.0
json-stable-stringify-without-jsonify: 1.0.1
levn: 0.4.1
- lodash: 4.17.19
+ lodash: 4.17.20
minimatch: 3.0.4
natural-compare: 1.4.0
optionator: 0.9.1
@@ -3751,18 +3732,18 @@ packages:
integrity: sha1-oXt+zFnTDheeK+9z+0E3cEyzMbU=
/espree/6.2.1:
dependencies:
- acorn: 7.3.1
- acorn-jsx: 5.2.0_acorn@7.3.1
+ acorn: 7.4.1
+ acorn-jsx: 5.3.1_acorn@7.4.1
eslint-visitor-keys: 1.3.0
dev: true
engines:
node: '>=6.0.0'
resolution:
- integrity: sha1-d/xy4f10SiBSwg84pbV1gy6Cc0o=
+ integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
/espree/7.3.0:
dependencies:
acorn: 7.4.1
- acorn-jsx: 5.2.0_acorn@7.4.1
+ acorn-jsx: 5.3.1_acorn@7.4.1
eslint-visitor-keys: 1.3.0
dev: false
engines:
@@ -3774,7 +3755,7 @@ packages:
node: '>=4'
hasBin: true
resolution:
- integrity: sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=
+ integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
/espurify/1.8.1:
dependencies:
core-js: 2.6.11
@@ -3788,18 +3769,9 @@ packages:
node: '>=0.10'
resolution:
integrity: sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
- /esrecurse/4.2.1:
- dependencies:
- estraverse: 4.3.0
- dev: true
- engines:
- node: '>=4.0'
- resolution:
- integrity: sha1-AHo7n9vCs7uH5IeeoZyS/b05Qs8=
/esrecurse/4.3.0:
dependencies:
estraverse: 5.2.0
- dev: false
engines:
node: '>=4.0'
resolution:
@@ -3817,7 +3789,7 @@ packages:
/estree-walker/0.6.1:
dev: true
resolution:
- integrity: sha1-UwSRQ/QMbrkYsjZx0f4yGfOhs2I=
+ integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
/estree-walker/1.0.1:
resolution:
integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
@@ -3830,19 +3802,19 @@ packages:
node: '>=0.10.0'
resolution:
integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
- /eventemitter3/4.0.4:
+ /eventemitter3/4.0.7:
dev: true
resolution:
- integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==
+ integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
/execa/4.0.3:
dependencies:
cross-spawn: 7.0.3
- get-stream: 5.1.0
+ get-stream: 5.2.0
human-signals: 1.1.1
is-stream: 2.0.0
merge-stream: 2.0.0
npm-run-path: 4.0.1
- onetime: 5.1.0
+ onetime: 5.1.2
signal-exit: 3.0.3
strip-final-newline: 2.0.0
dev: true
@@ -3852,7 +3824,7 @@ packages:
integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==
/ext/1.4.0:
dependencies:
- type: 2.0.0
+ type: 2.1.0
dev: true
resolution:
integrity: sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==
@@ -3865,7 +3837,7 @@ packages:
engines:
node: '>=4'
resolution:
- integrity: sha1-ywP3QL764D6k0oPK7SdBqD8zVJU=
+ integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
/fast-deep-equal/3.1.3:
resolution:
integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -3907,7 +3879,7 @@ packages:
engines:
node: '>=8'
resolution:
- integrity: sha1-YlwYvSk8YE3EqN2y/r8MiDQXRq8=
+ integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
/file-entry-cache/5.0.1:
dependencies:
flat-cache: 2.0.1
@@ -3985,10 +3957,10 @@ packages:
node: '>=8.0.0'
resolution:
integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
- /fromentries/1.2.1:
+ /fromentries/1.3.0:
dev: true
resolution:
- integrity: sha512-Xu2Qh8yqYuDhQGOhD5iJGninErSfI9A3FrriD3tjUgV5VbJFeH8vfgZ9HnC6jWN80QDVNQK5vmxRAmEAp7Mevw==
+ integrity: sha512-+pKvlQHvpxxSTF+tWZ4DjxD0Sz4G26EjAP4z7D2k8VLJ19hrLbSgaQLx/u2mVQn7hiA2s/3DyutOyFwTuDsRgA==
/fs.realpath/1.0.0:
resolution:
integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
@@ -4001,7 +3973,6 @@ packages:
resolution:
integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
/function-bind/1.1.1:
- dev: true
resolution:
integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
/functional-red-black-tree/1.0.1:
@@ -4043,14 +4014,14 @@ packages:
node: '>=6'
resolution:
integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
- /get-stream/5.1.0:
+ /get-stream/5.2.0:
dependencies:
pump: 3.0.0
dev: true
engines:
node: '>=8'
resolution:
- integrity: sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
+ integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
/glob-parent/5.1.1:
dependencies:
is-glob: 4.0.1
@@ -4125,7 +4096,7 @@ packages:
cacheable-request: 7.0.1
decompress-response: 5.0.0
duplexer3: 0.1.4
- get-stream: 5.1.0
+ get-stream: 5.2.0
lowercase-keys: 2.0.0
mimic-response: 2.1.0
p-cancelable: 2.0.0
@@ -4159,6 +4130,21 @@ packages:
/graceful-fs/4.2.4:
resolution:
integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
+ /graphql-tag/2.11.0_graphql@14.7.0:
+ dependencies:
+ graphql: 14.7.0
+ dev: false
+ peerDependencies:
+ graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0
+ resolution:
+ integrity: sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
+ /graphql/14.7.0:
+ dependencies:
+ iterall: 1.3.0
+ engines:
+ node: '>= 6.x'
+ resolution:
+ integrity: sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
/hard-rejection/2.1.0:
engines:
node: '>=6'
@@ -4203,12 +4189,11 @@ packages:
/has/1.0.3:
dependencies:
function-bind: 1.1.1
- dev: true
engines:
node: '>= 0.4.0'
resolution:
integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
- /hasha/5.2.0:
+ /hasha/5.2.2:
dependencies:
is-stream: 2.0.0
type-fest: 0.8.1
@@ -4216,7 +4201,7 @@ packages:
engines:
node: '>=8'
resolution:
- integrity: sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==
+ integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==
/hex-color-regex/1.1.0:
dev: true
resolution:
@@ -4250,12 +4235,12 @@ packages:
node: '>=8.12.0'
resolution:
integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
- /husky/4.2.5:
+ /husky/4.3.0:
dependencies:
chalk: 4.1.0
ci-info: 2.0.0
compare-versions: 3.6.0
- cosmiconfig: 6.0.0
+ cosmiconfig: 7.0.0
find-versions: 3.2.0
opencollective-postinstall: 2.0.3
pkg-dir: 4.2.0
@@ -4268,14 +4253,14 @@ packages:
hasBin: true
requiresBuild: true
resolution:
- integrity: sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
+ integrity: sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==
/iconv-lite/0.4.24:
dependencies:
safer-buffer: 2.1.2
engines:
node: '>=0.10.0'
resolution:
- integrity: sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=
+ integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
/icss-replace-symbols/1.1.0:
dev: true
resolution:
@@ -4402,10 +4387,10 @@ packages:
cli-width: 3.0.0
external-editor: 3.1.0
figures: 3.2.0
- lodash: 4.17.19
+ lodash: 4.17.20
mute-stream: 0.0.8
run-async: 2.4.1
- rxjs: 6.6.0
+ rxjs: 6.6.3
string-width: 4.2.0
strip-ansi: 6.0.0
through: 2.3.8
@@ -4413,19 +4398,13 @@ packages:
engines:
node: '>=8.0.0'
resolution:
- integrity: sha1-BNF2sq8Er8FXqD/XwQDpjuCq0AM=
+ integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
/interpret/1.4.0:
dev: true
engines:
node: '>= 0.10'
resolution:
integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
- /invariant/2.2.4:
- dependencies:
- loose-envify: 1.4.0
- dev: true
- resolution:
- integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
/irregular-plurals/3.2.0:
dev: true
engines:
@@ -4459,12 +4438,12 @@ packages:
node: '>=8'
resolution:
integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
- /is-callable/1.2.0:
+ /is-callable/1.2.2:
dev: true
engines:
node: '>= 0.4'
resolution:
- integrity: sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
+ integrity: sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
/is-ci/2.0.0:
dependencies:
ci-info: 2.0.0
@@ -4483,6 +4462,11 @@ packages:
dev: true
resolution:
integrity: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=
+ /is-core-module/2.0.0:
+ dependencies:
+ has: 1.0.3
+ resolution:
+ integrity: sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==
/is-date-object/1.0.2:
dev: true
engines:
@@ -4540,6 +4524,12 @@ packages:
/is-module/1.0.0:
resolution:
integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=
+ /is-negative-zero/2.0.0:
+ dev: true
+ engines:
+ node: '>= 0.4'
+ resolution:
+ integrity: sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
/is-npm/4.0.0:
dev: true
engines:
@@ -4601,14 +4591,14 @@ packages:
'@types/estree': 0.0.45
resolution:
integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==
- /is-regex/1.1.0:
+ /is-regex/1.1.1:
dependencies:
has-symbols: 1.0.1
dev: true
engines:
node: '>= 0.4'
resolution:
- integrity: sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
+ integrity: sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
/is-regexp/1.0.0:
dev: true
engines:
@@ -4703,7 +4693,7 @@ packages:
integrity: sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==
/istanbul-lib-instrument/4.0.3:
dependencies:
- '@babel/core': 7.10.5
+ '@babel/core': 7.12.3
'@istanbuljs/schema': 0.1.2
istanbul-lib-coverage: 3.0.0
semver: 6.3.0
@@ -4730,7 +4720,7 @@ packages:
dependencies:
istanbul-lib-coverage: 3.0.0
make-dir: 3.1.0
- supports-color: 7.1.0
+ supports-color: 7.2.0
dev: true
engines:
node: '>=8'
@@ -4738,7 +4728,7 @@ packages:
integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==
/istanbul-lib-source-maps/4.0.0:
dependencies:
- debug: 4.1.1
+ debug: 4.2.0
istanbul-lib-coverage: 3.0.0
source-map: 0.6.1
dev: true
@@ -4755,6 +4745,9 @@ packages:
node: '>=8'
resolution:
integrity: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
+ /iterall/1.3.0:
+ resolution:
+ integrity: sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
/js-string-escape/1.0.1:
dev: true
engines:
@@ -4770,7 +4763,7 @@ packages:
esprima: 4.0.1
hasBin: true
resolution:
- integrity: sha1-p6NBcPJqIbsWJCTYray0ETpp5II=
+ integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
/jsesc/0.5.0:
hasBin: true
resolution:
@@ -4791,8 +4784,12 @@ packages:
resolution:
integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
/json-parse-better-errors/1.0.2:
+ dev: true
resolution:
integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
+ /json-parse-even-better-errors/2.3.1:
+ resolution:
+ integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
/json-schema-traverse/0.4.1:
resolution:
integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
@@ -4821,22 +4818,22 @@ packages:
'0': node >= 0.2.0
resolution:
integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
- /just-extend/4.1.0:
+ /just-extend/4.1.1:
dev: true
resolution:
- integrity: sha512-ApcjaOdVTJ7y4r08xI5wIqpvwS48Q0PBG4DJROcEkH1f8MdAiNFyFxz3xoL0LWAVwjrwPYZdVHHxhRHcx/uGLA==
+ integrity: sha512-aWgeGFW67BP3e5181Ep1Fv2v8z//iBJfrvyTnq8wG86vEESwmonn1zPBJ0VfmT9CJq2FIT0VsETtrNFm2a+SHA==
/keyv/3.1.0:
dependencies:
json-buffer: 3.0.0
dev: true
resolution:
integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==
- /keyv/4.0.1:
+ /keyv/4.0.3:
dependencies:
json-buffer: 3.0.1
dev: true
resolution:
- integrity: sha512-xz6Jv6oNkbhrFCvCP7HQa8AaII8y8LRpoSm661NOKLr4uHuBwhX4epXrPQgF3+xdJnN4Esm5X0xwY4bOlALOtw==
+ integrity: sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==
/kind-of/6.0.3:
engines:
node: '>=0.10.0'
@@ -4850,20 +4847,6 @@ packages:
node: '>=8'
resolution:
integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
- /leven/3.1.0:
- dev: true
- engines:
- node: '>=6'
- resolution:
- integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
- /levenary/1.1.1:
- dependencies:
- leven: 3.1.0
- dev: true
- engines:
- node: '>= 6'
- resolution:
- integrity: sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==
/levn/0.3.0:
dependencies:
prelude-ls: 1.1.2
@@ -4885,17 +4868,17 @@ packages:
/lines-and-columns/1.1.6:
resolution:
integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
- /lint-staged/10.2.11:
+ /lint-staged/10.5.0:
dependencies:
chalk: 4.1.0
cli-truncate: 2.1.0
- commander: 5.1.0
- cosmiconfig: 6.0.0
- debug: 4.1.1
+ commander: 6.2.0
+ cosmiconfig: 7.0.0
+ debug: 4.2.0
dedent: 0.7.0
enquirer: 2.3.6
execa: 4.0.3
- listr2: 2.4.0_enquirer@2.3.6
+ listr2: 2.6.2_enquirer@2.3.6
log-symbols: 4.0.0
micromatch: 4.0.2
normalize-path: 3.0.0
@@ -4905,8 +4888,8 @@ packages:
dev: true
hasBin: true
resolution:
- integrity: sha512-LRRrSogzbixYaZItE2APaS4l2eJMjjf5MbclRZpLJtcQJShcvUzKXsNeZgsLIZ0H0+fg2tL4B59fU9wHIHtFIA==
- /listr2/2.4.0_enquirer@2.3.6:
+ integrity: sha512-gjC9+HGkBubOF+Yyoj9pd52Qfm/kYB+dRX1UOgWjHKvSDYl+VHkZXlBMlqSZa2cH3Kp5/uNL480sV6e2dTgXSg==
+ /listr2/2.6.2_enquirer@2.3.6:
dependencies:
chalk: 4.1.0
cli-truncate: 2.1.0
@@ -4915,7 +4898,7 @@ packages:
indent-string: 4.0.0
log-update: 4.0.0
p-map: 4.0.0
- rxjs: 6.6.0
+ rxjs: 6.6.3
through: 2.3.8
dev: true
engines:
@@ -4923,7 +4906,7 @@ packages:
peerDependencies:
enquirer: '>= 2.3.0 < 3'
resolution:
- integrity: sha512-Hj2ECZdAxDkuYFtIKE35PgdMSqMp0muIhJRG5EyV5pOWFEUmKUG+fhfFrvIUNGBQvvi7wQ41eKTxDBisfvDjFQ==
+ integrity: sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA==
/load-json-file/2.0.0:
dependencies:
graceful-fs: 4.2.4
@@ -5018,11 +5001,7 @@ packages:
dev: true
resolution:
integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
- /lodash/4.17.19:
- resolution:
- integrity: sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
/lodash/4.17.20:
- dev: true
resolution:
integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
/log-symbols/4.0.0:
@@ -5044,13 +5023,6 @@ packages:
node: '>=10'
resolution:
integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==
- /loose-envify/1.4.0:
- dependencies:
- js-tokens: 4.0.0
- dev: true
- hasBin: true
- resolution:
- integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
/lowercase-keys/1.0.1:
dev: true
engines:
@@ -5133,7 +5105,7 @@ packages:
integrity: sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM=
/md5-hex/3.0.1:
dependencies:
- blueimp-md5: 2.17.0
+ blueimp-md5: 2.18.0
dev: true
engines:
node: '>=8'
@@ -5178,11 +5150,9 @@ packages:
node: '>=8'
resolution:
integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==
- /meow/7.0.1:
+ /meow/7.1.1:
dependencies:
'@types/minimist': 1.2.0
- arrify: 2.0.1
- camelcase: 6.0.0
camelcase-keys: 6.2.2
decamelize-keys: 1.1.0
hard-rejection: 2.1.0
@@ -5197,7 +5167,7 @@ packages:
engines:
node: '>=10'
resolution:
- integrity: sha512-tBKIQqVrAHqwit0vfuFPY3LlzJYkEOFyKa3bPgxzNl6q/RtN8KQ+ALYEASYuFayzSAsjlhXj/JZ10rH85Q6TUw==
+ integrity: sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA==
/merge-stream/2.0.0:
dev: true
resolution:
@@ -5259,7 +5229,7 @@ packages:
dependencies:
brace-expansion: 1.1.11
resolution:
- integrity: sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=
+ integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
/minimist-options/4.1.0:
dependencies:
arrify: 1.0.1
@@ -5307,13 +5277,13 @@ packages:
/nice-try/1.0.5:
dev: true
resolution:
- integrity: sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=
+ integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
/nise/4.0.4:
dependencies:
'@sinonjs/commons': 1.8.1
'@sinonjs/fake-timers': 6.0.1
'@sinonjs/text-encoding': 0.7.1
- just-extend: 4.1.0
+ just-extend: 4.1.1
path-to-regexp: 1.8.0
dev: true
resolution:
@@ -5336,14 +5306,14 @@ packages:
node: '>=8'
resolution:
integrity: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==
- /node-releases/1.1.60:
+ /node-releases/1.1.64:
dev: true
resolution:
- integrity: sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==
+ integrity: sha512-Iec8O9166/x2HRMJyLLLWkd0sFFLrFNy+Xf+JQfSQsdBJzPcHpNl3JQ9gD4j+aJxmCa25jNsIbM4bmACtSbkSg==
/normalize-package-data/2.5.0:
dependencies:
hosted-git-info: 2.8.8
- resolve: 1.17.0
+ resolve: 1.18.1
semver: 5.7.1
validate-npm-package-license: 3.0.4
resolution:
@@ -5425,36 +5395,36 @@ packages:
dev: true
resolution:
integrity: sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
- /object-is/1.1.2:
+ /object-is/1.1.3:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.18.0-next.1
dev: true
engines:
node: '>= 0.4'
resolution:
- integrity: sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==
+ integrity: sha512-teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg==
/object-keys/1.1.1:
dev: true
engines:
node: '>= 0.4'
resolution:
integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
- /object.assign/4.1.0:
+ /object.assign/4.1.1:
dependencies:
define-properties: 1.1.3
- function-bind: 1.1.1
+ es-abstract: 1.18.0-next.1
has-symbols: 1.0.1
object-keys: 1.1.1
dev: true
engines:
node: '>= 0.4'
resolution:
- integrity: sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
+ integrity: sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
/object.getownpropertydescriptors/2.1.0:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.17.7
dev: true
engines:
node: '>= 0.8'
@@ -5463,7 +5433,7 @@ packages:
/object.values/1.1.1:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.17.7
function-bind: 1.1.1
has: 1.0.3
dev: true
@@ -5476,14 +5446,14 @@ packages:
wrappy: 1.0.2
resolution:
integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
- /onetime/5.1.0:
+ /onetime/5.1.2:
dependencies:
mimic-fn: 2.1.0
dev: true
engines:
node: '>=6'
resolution:
- integrity: sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
+ integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
/opencollective-postinstall/2.0.3:
dev: true
hasBin: true
@@ -5501,7 +5471,7 @@ packages:
engines:
node: '>= 0.8.0'
resolution:
- integrity: sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=
+ integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
/optionator/0.9.1:
dependencies:
deep-is: 0.1.3
@@ -5519,7 +5489,7 @@ packages:
dependencies:
chalk: 4.1.0
cli-cursor: 3.1.0
- cli-spinners: 2.4.0
+ cli-spinners: 2.5.0
is-interactive: 1.0.0
log-symbols: 4.0.0
mute-stream: 0.0.8
@@ -5608,7 +5578,7 @@ packages:
integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
/p-map/3.0.0:
dependencies:
- aggregate-error: 3.0.1
+ aggregate-error: 3.1.0
dev: true
engines:
node: '>=8'
@@ -5616,21 +5586,21 @@ packages:
integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==
/p-map/4.0.0:
dependencies:
- aggregate-error: 3.0.1
+ aggregate-error: 3.1.0
dev: true
engines:
node: '>=10'
resolution:
integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
- /p-queue/6.6.0:
+ /p-queue/6.6.2:
dependencies:
- eventemitter3: 4.0.4
+ eventemitter3: 4.0.7
p-timeout: 3.2.0
dev: true
engines:
node: '>=8'
resolution:
- integrity: sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==
+ integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==
/p-timeout/3.2.0:
dependencies:
p-finally: 1.0.0
@@ -5653,7 +5623,7 @@ packages:
/package-hash/4.0.0:
dependencies:
graceful-fs: 4.2.4
- hasha: 5.2.0
+ hasha: 5.2.2
lodash.flattendeep: 4.4.0
release-zalgo: 1.0.0
dev: true
@@ -5696,16 +5666,16 @@ packages:
node: '>=4'
resolution:
integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
- /parse-json/5.0.1:
+ /parse-json/5.1.0:
dependencies:
'@babel/code-frame': 7.10.4
error-ex: 1.3.2
- json-parse-better-errors: 1.0.2
+ json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.1.6
engines:
node: '>=8'
resolution:
- integrity: sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ==
+ integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==
/parse-ms/2.1.0:
dev: true
engines:
@@ -5741,7 +5711,7 @@ packages:
integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
/path-parse/1.0.6:
resolution:
- integrity: sha1-1i27VnlAXXLEc37FhgDp3c8G0kw=
+ integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
/path-to-regexp/1.8.0:
dependencies:
isarray: 0.0.1
@@ -5830,27 +5800,27 @@ packages:
node: '>=10'
resolution:
integrity: sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==
- /pnpm/5.10.1:
+ /pnpm/5.10.2:
dev: true
engines:
node: '>=10.16'
hasBin: true
resolution:
- integrity: sha512-XJ41/VU6cwFFugFi6V9y8WUO6S/eF3YRtOpX82xx25p3jW25cLHnvGn/TtC4XHwO/OZkCWOWkEV/AtDE5YKiSQ==
- /postcss-calc/7.0.2:
+ integrity: sha512-3HDpY/YL3gvCSRoTUPlfOp9gEPWyziltkhJC7zPKXPHWldhtnggM2qynaE5fApgTGc3pOQLJBTQNPmgiSIRmOg==
+ /postcss-calc/7.0.5:
dependencies:
- postcss: 7.0.32
- postcss-selector-parser: 6.0.2
+ postcss: 7.0.35
+ postcss-selector-parser: 6.0.4
postcss-value-parser: 4.1.0
dev: true
resolution:
- integrity: sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ==
+ integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==
/postcss-colormin/4.0.3:
dependencies:
- browserslist: 4.13.0
- color: 3.1.2
+ browserslist: 4.14.5
+ color: 3.1.3
has: 1.0.3
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -5859,7 +5829,7 @@ packages:
integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==
/postcss-convert-values/4.0.1:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -5868,7 +5838,7 @@ packages:
integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==
/postcss-discard-comments/4.0.2:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
@@ -5876,7 +5846,7 @@ packages:
integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==
/postcss-discard-duplicates/4.0.2:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
@@ -5884,7 +5854,7 @@ packages:
integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==
/postcss-discard-empty/4.0.1:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
@@ -5892,13 +5862,13 @@ packages:
integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==
/postcss-discard-overridden/4.0.1:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
resolution:
integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==
- /postcss-load-config/2.1.0:
+ /postcss-load-config/2.1.2:
dependencies:
cosmiconfig: 5.2.1
import-cwd: 2.1.0
@@ -5906,11 +5876,11 @@ packages:
engines:
node: '>= 4'
resolution:
- integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==
+ integrity: sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==
/postcss-merge-longhand/4.0.11:
dependencies:
css-color-names: 0.0.4
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
stylehacks: 4.0.3
dev: true
@@ -5920,10 +5890,10 @@ packages:
integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==
/postcss-merge-rules/4.0.3:
dependencies:
- browserslist: 4.13.0
+ browserslist: 4.14.5
caniuse-api: 3.0.0
cssnano-util-same-parent: 4.0.1
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-selector-parser: 3.1.2
vendors: 1.0.4
dev: true
@@ -5933,7 +5903,7 @@ packages:
integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==
/postcss-minify-font-values/4.0.2:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -5944,7 +5914,7 @@ packages:
dependencies:
cssnano-util-get-arguments: 4.0.0
is-color-stop: 1.1.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -5954,9 +5924,9 @@ packages:
/postcss-minify-params/4.0.2:
dependencies:
alphanum-sort: 1.0.2
- browserslist: 4.13.0
+ browserslist: 4.14.5
cssnano-util-get-arguments: 4.0.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
uniqs: 2.0.0
dev: true
@@ -5968,7 +5938,7 @@ packages:
dependencies:
alphanum-sort: 1.0.2
has: 1.0.3
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-selector-parser: 3.1.2
dev: true
engines:
@@ -6007,14 +5977,14 @@ packages:
css-modules-loader-core: 1.1.0
generic-names: 2.0.1
lodash.camelcase: 4.3.0
- postcss: 7.0.32
+ postcss: 7.0.35
string-hash: 1.1.3
dev: true
resolution:
integrity: sha512-eqp+Bva+U2cwQO7dECJ8/V+X+uH1HduNeITB0CPPFAu6d/8LKQ32/j+p9rQ2YL1QytVcrNU0X+fBqgGmQIA1Rw==
/postcss-normalize-charset/4.0.1:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
@@ -6023,7 +5993,7 @@ packages:
/postcss-normalize-display-values/4.0.2:
dependencies:
cssnano-util-get-match: 4.0.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6034,7 +6004,7 @@ packages:
dependencies:
cssnano-util-get-arguments: 4.0.0
has: 1.0.3
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6045,7 +6015,7 @@ packages:
dependencies:
cssnano-util-get-arguments: 4.0.0
cssnano-util-get-match: 4.0.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6055,7 +6025,7 @@ packages:
/postcss-normalize-string/4.0.2:
dependencies:
has: 1.0.3
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6065,7 +6035,7 @@ packages:
/postcss-normalize-timing-functions/4.0.2:
dependencies:
cssnano-util-get-match: 4.0.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6074,8 +6044,8 @@ packages:
integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==
/postcss-normalize-unicode/4.0.1:
dependencies:
- browserslist: 4.13.0
- postcss: 7.0.32
+ browserslist: 4.14.5
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6086,7 +6056,7 @@ packages:
dependencies:
is-absolute-url: 2.1.0
normalize-url: 3.3.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6095,7 +6065,7 @@ packages:
integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==
/postcss-normalize-whitespace/4.0.2:
dependencies:
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6105,7 +6075,7 @@ packages:
/postcss-ordered-values/4.1.2:
dependencies:
cssnano-util-get-arguments: 4.0.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6114,10 +6084,10 @@ packages:
integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==
/postcss-reduce-initial/4.0.3:
dependencies:
- browserslist: 4.13.0
+ browserslist: 4.14.5
caniuse-api: 3.0.0
has: 1.0.3
- postcss: 7.0.32
+ postcss: 7.0.35
dev: true
engines:
node: '>=6.9.0'
@@ -6127,7 +6097,7 @@ packages:
dependencies:
cssnano-util-get-match: 4.0.0
has: 1.0.3
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
dev: true
engines:
@@ -6136,7 +6106,7 @@ packages:
integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==
/postcss-selector-parser/3.1.2:
dependencies:
- dot-prop: 5.2.0
+ dot-prop: 5.3.0
indexes-of: 1.0.1
uniq: 1.0.1
dev: true
@@ -6144,20 +6114,21 @@ packages:
node: '>=8'
resolution:
integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==
- /postcss-selector-parser/6.0.2:
+ /postcss-selector-parser/6.0.4:
dependencies:
cssesc: 3.0.0
indexes-of: 1.0.1
uniq: 1.0.1
+ util-deprecate: 1.0.2
dev: true
engines:
node: '>=4'
resolution:
- integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==
+ integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==
/postcss-svgo/4.0.2:
dependencies:
is-svg: 3.0.0
- postcss: 7.0.32
+ postcss: 7.0.35
postcss-value-parser: 3.3.1
svgo: 1.3.2
dev: true
@@ -6168,7 +6139,7 @@ packages:
/postcss-unique-selectors/4.0.1:
dependencies:
alphanum-sort: 1.0.2
- postcss: 7.0.32
+ postcss: 7.0.35
uniqs: 2.0.0
dev: true
engines:
@@ -6193,7 +6164,7 @@ packages:
node: '>=4.0.0'
resolution:
integrity: sha1-AA29H47vIXqjaLmiEsX8QLKo8/I=
- /postcss/7.0.32:
+ /postcss/7.0.35:
dependencies:
chalk: 2.4.2
source-map: 0.6.1
@@ -6202,7 +6173,7 @@ packages:
engines:
node: '>=6.0.0'
resolution:
- integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==
+ integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==
/prelude-ls/1.1.2:
dev: true
engines:
@@ -6229,16 +6200,16 @@ packages:
node: '>=6.0.0'
resolution:
integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
- /prettier-plugin-package/1.0.0_prettier@2.0.5:
+ /prettier-plugin-package/1.2.0_prettier@2.1.2:
dependencies:
- prettier: 2.0.5
+ prettier: 2.1.2
dev: true
engines:
node: '>= 8.0.0'
peerDependencies:
prettier: ^2.0.0
resolution:
- integrity: sha512-flbKuLB7ftrW2zQYJjb0mF6zY7R0jDrYatpr0BBNj04Eb+g1RLbquOQSJE1LffDZfzU03fwJQ74grqQjQjYa3Q==
+ integrity: sha512-sAnstFRpaHU+pd3WpQh3X9ePMQWgL0lWhvtXHQhk4Njw42qiaV2Navnpxzps/6UEqc/VQ4rjqOPgiZd498JIhQ==
/prettier/1.19.1:
dev: true
engines:
@@ -6246,13 +6217,13 @@ packages:
hasBin: true
resolution:
integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
- /prettier/2.0.5:
+ /prettier/2.1.2:
dev: true
engines:
node: '>=10.13.0'
hasBin: true
resolution:
- integrity: sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
+ integrity: sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
/pretty-ms/7.0.1:
dependencies:
parse-ms: 2.1.0
@@ -6267,7 +6238,7 @@ packages:
integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
/process-on-spawn/1.0.0:
dependencies:
- fromentries: 1.2.1
+ fromentries: 1.3.0
dev: true
engines:
node: '>=8'
@@ -6296,14 +6267,14 @@ packages:
node: '>=6'
resolution:
integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
- /pupa/2.0.1:
+ /pupa/2.1.1:
dependencies:
escape-goat: 2.1.1
dev: true
engines:
node: '>=8'
resolution:
- integrity: sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==
+ integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==
/q/1.5.1:
dev: true
engines:
@@ -6358,7 +6329,7 @@ packages:
dependencies:
'@types/normalize-package-data': 2.4.0
normalize-package-data: 2.5.0
- parse-json: 5.0.1
+ parse-json: 5.1.0
type-fest: 0.6.0
engines:
node: '>=8'
@@ -6396,7 +6367,7 @@ packages:
integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
/rechoir/0.6.2:
dependencies:
- resolve: 1.17.0
+ resolve: 1.18.1
dev: true
engines:
node: '>= 0.10'
@@ -6426,14 +6397,14 @@ packages:
integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
/regenerator-transform/0.14.5:
dependencies:
- '@babel/runtime': 7.10.5
+ '@babel/runtime': 7.12.1
dev: true
resolution:
integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
/regexp.prototype.flags/1.3.0:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.17.7
dev: true
engines:
node: '>= 0.4'
@@ -6444,7 +6415,7 @@ packages:
engines:
node: '>=6.5.0'
resolution:
- integrity: sha1-jRnTHPYySCtYkEn4KB+T28uk0H8=
+ integrity: sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
/regexpp/3.1.0:
engines:
node: '>=8'
@@ -6462,7 +6433,7 @@ packages:
node: '>=4'
resolution:
integrity: sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ==
- /regexpu-core/4.7.0:
+ /regexpu-core/4.7.1:
dependencies:
regenerate: 1.4.1
regenerate-unicode-properties: 8.2.0
@@ -6474,7 +6445,7 @@ packages:
engines:
node: '>=4'
resolution:
- integrity: sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==
+ integrity: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==
/registry-auth-token/4.2.0:
dependencies:
rc: 1.2.8
@@ -6547,11 +6518,12 @@ packages:
node: '>=8'
resolution:
integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
- /resolve/1.17.0:
+ /resolve/1.18.1:
dependencies:
+ is-core-module: 2.0.0
path-parse: 1.0.6
resolution:
- integrity: sha1-sllBtUloIxzC0bt2p5y38sC/hEQ=
+ integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
/responselike/1.0.2:
dependencies:
lowercase-keys: 1.0.1
@@ -6566,7 +6538,7 @@ packages:
integrity: sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==
/restore-cursor/3.1.0:
dependencies:
- onetime: 5.1.0
+ onetime: 5.1.2
signal-exit: 3.0.3
dev: true
engines:
@@ -6600,41 +6572,33 @@ packages:
hasBin: true
resolution:
integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
- /rollup-plugin-postcss/3.1.3:
+ /rollup-plugin-postcss/3.1.8:
dependencies:
chalk: 4.1.0
concat-with-sourcemaps: 1.1.0
cssnano: 4.1.10
import-cwd: 3.0.0
- p-queue: 6.6.0
+ p-queue: 6.6.2
pify: 5.0.0
- postcss: 7.0.32
- postcss-load-config: 2.1.0
+ postcss: 7.0.35
+ postcss-load-config: 2.1.2
postcss-modules: 2.0.0
promise.series: 0.2.0
- resolve: 1.17.0
+ resolve: 1.18.1
rollup-pluginutils: 2.8.2
- safe-identifier: 0.4.1
+ safe-identifier: 0.4.2
style-inject: 0.3.0
dev: true
engines:
node: '>=10'
resolution:
- integrity: sha512-5Zm70/HkuYaQuhFbiGSO3U0bVj0magAPo09sd4sRE7I434Iwe4p7xF43pYfW0BcDvY0ZxzD3Fh2vRJzsm4OEiQ==
+ integrity: sha512-JHnGfW8quNc6ePxEkZ05HEZ1YiRxDgY9RKEetMfsrwxR2kh/d90OVScTc6b1c2Q17Cs/5TRYL+1uddG21lQe3w==
/rollup-pluginutils/2.8.2:
dependencies:
estree-walker: 0.6.1
dev: true
resolution:
- integrity: sha1-cvKvB0i1kjZNvTOJ5gDlqURKNR4=
- /rollup/2.23.0:
- engines:
- node: '>=10.0.0'
- hasBin: true
- optionalDependencies:
- fsevents: 2.1.3
- resolution:
- integrity: sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==
+ integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
/rollup/2.32.1:
engines:
node: '>=10.0.0'
@@ -6648,7 +6612,7 @@ packages:
engines:
node: '>=0.12.0'
resolution:
- integrity: sha1-hEDsz5nqPnC9QJ1JqriOEMGJpFU=
+ integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
/run-parallel/1.1.9:
resolution:
integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
@@ -6656,14 +6620,14 @@ packages:
dev: false
resolution:
integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=
- /rxjs/6.6.0:
+ /rxjs/6.6.3:
dependencies:
- tslib: 1.13.0
+ tslib: 1.14.1
dev: true
engines:
npm: '>=2.0.0'
resolution:
- integrity: sha1-rykB7t8C46g/+n+IYkD/kBi77IQ=
+ integrity: sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
/safe-buffer/5.1.2:
resolution:
integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
@@ -6671,13 +6635,13 @@ packages:
dev: false
resolution:
integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
- /safe-identifier/0.4.1:
+ /safe-identifier/0.4.2:
dev: true
resolution:
- integrity: sha512-73tOz5TXsq3apuCc3vC8c9QRhhdNZGiBhHmPPjqpH4TO5oCDqk8UIsDcSs/RG6dYcFAkOOva0pqHS3u7hh7XXA==
+ integrity: sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==
/safer-buffer/2.1.2:
resolution:
- integrity: sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=
+ integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
/sax/1.2.4:
dev: true
resolution:
@@ -6703,7 +6667,7 @@ packages:
/semver/5.7.1:
hasBin: true
resolution:
- integrity: sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=
+ integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
/semver/6.3.0:
hasBin: true
resolution:
@@ -6766,17 +6730,16 @@ packages:
hasBin: true
resolution:
integrity: sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
- /shx/0.3.2:
+ /shx/0.3.3:
dependencies:
- es6-object-assign: 1.1.0
minimist: 1.2.5
shelljs: 0.8.4
dev: true
engines:
- node: '>=4'
+ node: '>=6'
hasBin: true
resolution:
- integrity: sha512-aS0mWtW3T2sHAenrSrip2XGv39O9dXIFUqxAEWHEOS1ePtGIBavdPJY1kE2IHl14V/4iCbUiNDPGdyYTtmhSoA==
+ integrity: sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA==
/signal-exit/3.0.3:
resolution:
integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
@@ -6791,10 +6754,10 @@ packages:
'@sinonjs/commons': 1.8.1
'@sinonjs/fake-timers': 6.0.1
'@sinonjs/formatio': 5.0.1
- '@sinonjs/samsam': 5.0.3
+ '@sinonjs/samsam': 5.2.0
diff: 4.0.2
nise: 4.0.4
- supports-color: 7.1.0
+ supports-color: 7.2.0
dev: true
resolution:
integrity: sha512-0uF8Q/QHkizNUmbK3LRFqx5cpTttEVXudywY9Uwzy8bTfZUhljZ7ARzSxnRHWYWtVTeh4Cw+tTb3iU21FQVO9A==
@@ -6814,7 +6777,7 @@ packages:
integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==
/slice-ansi/3.0.0:
dependencies:
- ansi-styles: 4.2.1
+ ansi-styles: 4.3.0
astral-regex: 2.0.0
is-fullwidth-code-point: 3.0.0
dev: true
@@ -6824,7 +6787,7 @@ packages:
integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==
/slice-ansi/4.0.0:
dependencies:
- ansi-styles: 4.2.1
+ ansi-styles: 4.3.0
astral-regex: 2.0.0
is-fullwidth-code-point: 3.0.0
dev: true
@@ -6884,7 +6847,7 @@ packages:
/spdx-correct/3.1.1:
dependencies:
spdx-expression-parse: 3.0.1
- spdx-license-ids: 3.0.5
+ spdx-license-ids: 3.0.6
resolution:
integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
/spdx-exceptions/2.3.0:
@@ -6893,12 +6856,12 @@ packages:
/spdx-expression-parse/3.0.1:
dependencies:
spdx-exceptions: 2.3.0
- spdx-license-ids: 3.0.5
+ spdx-license-ids: 3.0.6
resolution:
integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
- /spdx-license-ids/3.0.5:
+ /spdx-license-ids/3.0.6:
resolution:
- integrity: sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==
+ integrity: sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==
/split2/2.2.0:
dependencies:
through2: 2.0.5
@@ -6953,20 +6916,20 @@ packages:
node: '>=8'
resolution:
integrity: sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
- /string.prototype.trimend/1.0.1:
+ /string.prototype.trimend/1.0.2:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.18.0-next.1
dev: true
resolution:
- integrity: sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
- /string.prototype.trimstart/1.0.1:
+ integrity: sha512-8oAG/hi14Z4nOVP0z6mdiVZ/wqjDtWSLygMigTzAb+7aPEDTleeFf+WrF+alzecxIRkckkJVn+dTlwzJXORATw==
+ /string.prototype.trimstart/1.0.2:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.18.0-next.1
dev: true
resolution:
- integrity: sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
+ integrity: sha512-7F6CdBTl5zyu30BJFdzSTlSlLPwODC23Od+iLoVH8X6+3fvDPPuBVVj9iaB1GOsSTSIgVfsfm27R2FGrAPznWg==
/string_decoder/1.1.1:
dependencies:
safe-buffer: 5.1.2
@@ -7069,28 +7032,28 @@ packages:
integrity: sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==
/stylehacks/4.0.3:
dependencies:
- browserslist: 4.13.0
- postcss: 7.0.32
+ browserslist: 4.14.5
+ postcss: 7.0.35
postcss-selector-parser: 3.1.2
dev: true
engines:
node: '>=6.9.0'
resolution:
integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==
- /sucrase/3.15.0:
+ /sucrase/3.16.0:
dependencies:
commander: 4.1.1
glob: 7.1.6
lines-and-columns: 1.1.6
mz: 2.7.0
pirates: 4.0.1
- ts-interface-checker: 0.1.11
+ ts-interface-checker: 0.1.13
dev: false
engines:
node: '>=8'
hasBin: true
resolution:
- integrity: sha512-05TJOUfMgckH7wKqfk/1p4G6q16nIeW/GHQwD44vkT0mQMqqzgfHCwkX3whNmwyOo7nVF0jDLwVu/qOBTtsscw==
+ integrity: sha512-ovVuswxV5TayCPXfTk8bgBgk6uNRvsinIkEpq0J6zS1xXCx5N/LLGcbsKdRhqn/ToZylMX6+yXaR1LSn1I42Pg==
/supertap/1.0.0:
dependencies:
arrify: 1.0.1
@@ -7132,13 +7095,13 @@ packages:
node: '>=6'
resolution:
integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
- /supports-color/7.1.0:
+ /supports-color/7.2.0:
dependencies:
has-flag: 4.0.0
engines:
node: '>=8'
resolution:
- integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
+ integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
/svgo/1.3.2:
dependencies:
chalk: 2.4.2
@@ -7163,7 +7126,7 @@ packages:
/table/5.4.6:
dependencies:
ajv: 6.12.6
- lodash: 4.17.19
+ lodash: 4.17.20
slice-ansi: 2.1.0
string-width: 3.1.0
engines:
@@ -7176,12 +7139,12 @@ packages:
node: '>=8'
resolution:
integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==
- /term-size/2.2.0:
+ /term-size/2.2.1:
dev: true
engines:
node: '>=8'
resolution:
- integrity: sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==
+ integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==
/test-exclude/6.0.0:
dependencies:
'@istanbuljs/schema': 0.1.2
@@ -7249,7 +7212,7 @@ packages:
engines:
node: '>=0.6.0'
resolution:
- integrity: sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=
+ integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
/to-fast-properties/2.0.0:
engines:
node: '>=4'
@@ -7290,10 +7253,10 @@ packages:
node: '>=0.10.0'
resolution:
integrity: sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
- /ts-interface-checker/0.1.11:
+ /ts-interface-checker/0.1.13:
dev: false
resolution:
- integrity: sha512-Jx6cFBiuCQrRl3CgoIOamIE/toZ8jQJbIlsLGpkBiUpCEUyFcyZ2pvjP8kSXIcz8V5v/murgm/5EfIQapUmh6A==
+ integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
/ts-node/8.10.2_typescript@3.9.7:
dependencies:
arg: 4.1.3
@@ -7319,17 +7282,17 @@ packages:
dev: true
resolution:
integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
- /tslib/1.13.0:
+ /tslib/1.14.1:
dev: true
resolution:
- integrity: sha1-yIHhPMcBWJTtkUhi0nZDb6mkcEM=
- /tslib/2.0.0:
+ integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
+ /tslib/2.0.3:
dev: true
resolution:
- integrity: sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
+ integrity: sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
/tsutils/3.17.1_typescript@3.9.7:
dependencies:
- tslib: 1.13.0
+ tslib: 1.14.1
typescript: 3.9.7
dev: true
engines:
@@ -7371,7 +7334,7 @@ packages:
engines:
node: '>=8'
resolution:
- integrity: sha1-l6vwhyMQ/tiKXEZrJWgVdhReM/E=
+ integrity: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
/type-fest/0.13.1:
engines:
node: '>=10'
@@ -7403,10 +7366,10 @@ packages:
dev: true
resolution:
integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
- /type/2.0.0:
+ /type/2.1.0:
dev: true
resolution:
- integrity: sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==
+ integrity: sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA==
/typedarray-to-buffer/3.1.5:
dependencies:
is-typedarray: 1.0.0
@@ -7475,7 +7438,7 @@ packages:
is-npm: 4.0.0
is-yarn-global: 0.3.0
latest-version: 5.1.0
- pupa: 2.0.1
+ pupa: 2.1.1
semver-diff: 3.1.1
xdg-basedir: 4.0.0
dev: true
@@ -7483,11 +7446,11 @@ packages:
node: '>=8'
resolution:
integrity: sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==
- /uri-js/4.2.2:
+ /uri-js/4.4.0:
dependencies:
punycode: 2.1.1
resolution:
- integrity: sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==
+ integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==
/url-parse-lax/3.0.0:
dependencies:
prepend-http: 2.0.0
@@ -7497,13 +7460,12 @@ packages:
resolution:
integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=
/util-deprecate/1.0.2:
- dev: false
resolution:
integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
/util.promisify/1.0.1:
dependencies:
define-properties: 1.1.3
- es-abstract: 1.17.6
+ es-abstract: 1.17.7
has-symbols: 1.0.1
object.getownpropertydescriptors: 2.1.0
dev: true
@@ -7553,7 +7515,7 @@ packages:
dev: true
hasBin: true
resolution:
- integrity: sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=
+ integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
/which/2.0.2:
dependencies:
isexe: 2.0.0
@@ -7577,7 +7539,7 @@ packages:
integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
/wrap-ansi/6.2.0:
dependencies:
- ansi-styles: 4.2.1
+ ansi-styles: 4.3.0
string-width: 4.2.0
strip-ansi: 6.0.0
dev: true
@@ -7587,7 +7549,7 @@ packages:
integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
/wrap-ansi/7.0.0:
dependencies:
- ansi-styles: 4.2.1
+ ansi-styles: 4.3.0
string-width: 4.2.0
strip-ansi: 6.0.0
dev: true