From 7c9561b0194cef66ef1fae132f9cb9d55b699b43 Mon Sep 17 00:00:00 2001 From: Justin Johansson Date: Sat, 4 Sep 2021 22:03:45 +0930 Subject: [PATCH] Indiescripter/last misc deps update for now (#2422) * build: update @babel/* devDeps * build(ui-theme): update terser-webpack-plugin devDep * build(e2e-cli): update npm & pnpm latest deps published yesterday * build(ui-theme): update react-router-dom devDep * build(standalone/ui-theme): update webpack devDev published today * build(memory): update memfs dep published yesterday * build(active-directory): update dep activedirectory2 major version * build: remove currently unused devDep @types/lowdb * build(fastify-migration/hooks/local-storage/mock/node-api/verdaccio-htpasswd): update dep core-js * build: remove @commitlint/* devDeps no longer used in master * build(ui-theme): update @testing-library/react devDep major version --- package.json | 24 +- packages/core/htpasswd/package.json | 2 +- packages/core/local-storage/package.json | 2 +- packages/core/server/package.json | 2 +- packages/hooks/package.json | 2 +- packages/mock/package.json | 2 +- packages/node-api/package.json | 2 +- .../plugins/active-directory/package.json | 2 +- packages/plugins/memory/package.json | 2 +- packages/plugins/ui-theme/package.json | 10 +- packages/standalone/package.json | 2 +- pnpm-lock.yaml | 2849 ++++------------- test/e2e-cli/package.json | 4 +- 13 files changed, 657 insertions(+), 2248 deletions(-) diff --git a/package.json b/package.json index 857fd0728..089e70585 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "url": "https://opencollective.com/verdaccio" }, "devDependencies": { - "@babel/cli": "7.14.8", - "@babel/core": "7.15.0", - "@babel/node": "7.14.9", + "@babel/cli": "7.15.4", + "@babel/core": "7.15.5", + "@babel/node": "7.15.4", "@babel/plugin-proposal-class-properties": "7.14.5", - "@babel/plugin-proposal-decorators": "7.14.5", + "@babel/plugin-proposal-decorators": "7.15.4", "@babel/plugin-proposal-export-namespace-from": "7.14.5", "@babel/plugin-proposal-function-sent": "7.14.5", "@babel/plugin-proposal-json-strings": "7.14.5", @@ -31,19 +31,17 @@ "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.10.4", "@babel/plugin-transform-async-to-generator": "7.14.5", - "@babel/plugin-transform-classes": "7.14.9", + "@babel/plugin-transform-classes": "7.15.4", "@babel/plugin-transform-runtime": "7.15.0", "@babel/polyfill": "7.12.1", - "@babel/preset-env": "7.15.0", + "@babel/preset-env": "7.15.4", "@babel/preset-react": "7.14.5", "@babel/preset-typescript": "7.15.0", "@babel/register": "7.15.3", - "@babel/runtime": "7.15.3", + "@babel/runtime": "7.15.4", "@changesets/changelog-github": "0.2.8", "@changesets/cli": "2.15.0", "@changesets/get-dependents-graph": "1.2.2", - "@commitlint/cli": "8.3.5", - "@commitlint/config-conventional": "8.2.0", "@crowdin/cli": "3.6.5", "@types/async": "3.2.7", "@types/autocannon": "4.1.1", @@ -52,7 +50,6 @@ "@types/http-errors": "1.8.1", "@types/jest": "27.0.1", "@types/lodash": "4.14.172", - "@types/lowdb": "1.0.11", "@types/mime": "2.0.3", "@types/minimatch": "3.0.5", "@types/node": "14.6.0", @@ -80,7 +77,7 @@ "babel-eslint": "10.1.0", "babel-jest": "27.1.0", "babel-plugin-dynamic-import-node": "2.3.3", - "babel-plugin-emotion": "10.0.33", + "babel-plugin-emotion": "10.2.2", "codecov": "3.8.3", "concurrently": "6.2.1", "cross-env": "7.0.3", @@ -161,11 +158,6 @@ "crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download --verbose" }, "license": "MIT", - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, "husky": { "hooks": { "pre-commit": "lint-staged" diff --git a/packages/core/htpasswd/package.json b/packages/core/htpasswd/package.json index bd8229e22..9ec70f9d1 100644 --- a/packages/core/htpasswd/package.json +++ b/packages/core/htpasswd/package.json @@ -38,7 +38,7 @@ "@verdaccio/file-locking": "workspace:11.0.0-alpha.3", "apache-md5": "1.1.7", "bcryptjs": "2.4.3", - "core-js": "3.16.4", + "core-js": "3.17.2", "http-errors": "1.8.0", "unix-crypt-td-js": "1.1.4" }, diff --git a/packages/core/local-storage/package.json b/packages/core/local-storage/package.json index 691496714..adb11edbd 100644 --- a/packages/core/local-storage/package.json +++ b/packages/core/local-storage/package.json @@ -41,7 +41,7 @@ "@verdaccio/file-locking": "workspace:11.0.0-alpha.3", "@verdaccio/streams": "workspace:11.0.0-alpha.3", "async": "3.2.1", - "core-js": "3.16.4", + "core-js": "3.17.2", "debug": "4.3.2", "lodash": "4.17.21", "lowdb": "1.0.0" diff --git a/packages/core/server/package.json b/packages/core/server/package.json index 116a098eb..63fe6ce4f 100644 --- a/packages/core/server/package.json +++ b/packages/core/server/package.json @@ -38,7 +38,7 @@ "@verdaccio/auth": "workspace:6.0.0-6-next.10", "@verdaccio/logger": "workspace:6.0.0-6-next.4", "@verdaccio/store": "workspace:6.0.0-6-next.11", - "core-js": "3.16.4", + "core-js": "3.17.2", "debug": "4.3.2", "fastify": "3.20.2", "fastify-plugin": "3.0.0" diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 16e843b8d..8e53ff70b 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -32,7 +32,7 @@ "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "core-js": "3.16.4", + "core-js": "3.17.2", "debug": "4.3.2", "handlebars": "4.7.7", "undici": "4.5.1", diff --git a/packages/mock/package.json b/packages/mock/package.json index 9bea05d30..3ca979e1d 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -42,7 +42,7 @@ "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/utils": "workspace:6.0.0-6-next.5", - "core-js": "3.16.4", + "core-js": "3.17.2", "debug": "4.3.2", "fs-extra": "10.0.0", "lodash": "4.17.21", diff --git a/packages/node-api/package.json b/packages/node-api/package.json index 5d5b0d1e2..4d13d07f4 100644 --- a/packages/node-api/package.json +++ b/packages/node-api/package.json @@ -43,7 +43,7 @@ "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/logger": "workspace:6.0.0-6-next.4", "@verdaccio/server": "workspace:6.0.0-6-next.18", - "core-js": "3.16.4", + "core-js": "3.17.2", "debug": "4.3.2", "lodash": "4.17.21" }, diff --git a/packages/plugins/active-directory/package.json b/packages/plugins/active-directory/package.json index ffd3e9181..e092acfe8 100644 --- a/packages/plugins/active-directory/package.json +++ b/packages/plugins/active-directory/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "activedirectory2": "1.3.0" + "activedirectory2": "2.1.0" }, "devDependencies": { "@types/activedirectory2": "1.2.3", diff --git a/packages/plugins/memory/package.json b/packages/plugins/memory/package.json index f1c589abc..f0ea51496 100644 --- a/packages/plugins/memory/package.json +++ b/packages/plugins/memory/package.json @@ -35,7 +35,7 @@ "@verdaccio/streams": "workspace:11.0.0-alpha.3", "memory-fs": "0.5.0", "debug": "4.3.2", - "memfs": "3.2.3" + "memfs": "3.2.4" }, "devDependencies": { "@verdaccio/types": "workspace:11.0.0-6-next.7" diff --git a/packages/plugins/ui-theme/package.json b/packages/plugins/ui-theme/package.json index 05c9cdc95..551c56522 100644 --- a/packages/plugins/ui-theme/package.json +++ b/packages/plugins/ui-theme/package.json @@ -26,12 +26,12 @@ "@material-ui/styles": "4.11.4", "@testing-library/dom": "8.2.0", "@testing-library/jest-dom": "5.14.1", - "@testing-library/react": "11.2.7", + "@testing-library/react": "12.0.0", "@verdaccio/node-api": "workspace:6.0.0-6-next.19", "autosuggest-highlight": "3.1.1", "babel-loader": "8.2.2", "babel-plugin-dynamic-import-node": "2.3.3", - "babel-plugin-emotion": "10.0.33", + "babel-plugin-emotion": "10.2.2", "bundlesize": "0.18.1", "css-loader": "6.2.0", "dayjs": "1.10.6", @@ -62,7 +62,7 @@ "react-hot-loader": "4.13.0", "react-i18next": "11.11.4", "react-router": "5.2.1", - "react-router-dom": "5.2.1", + "react-router-dom": "5.3.0", "react-virtualized": "9.22.3", "rimraf": "3.0.2", "standard-version": "9.3.1", @@ -73,10 +73,10 @@ "stylelint-processor-styled-components": "1.10.0", "stylelint-webpack-plugin": "3.0.1", "supertest": "6.1.6", - "terser-webpack-plugin": "5.2.2", + "terser-webpack-plugin": "5.2.3", "url-loader": "4.1.1", "validator": "13.6.0", - "webpack": "5.51.2", + "webpack": "5.52.0", "webpack-bundle-analyzer": "4.4.2", "webpack-bundle-size-analyzer": "3.1.0", "webpack-cli": "^4.7.2", diff --git a/packages/standalone/package.json b/packages/standalone/package.json index 0c851056c..98fc90463 100644 --- a/packages/standalone/package.json +++ b/packages/standalone/package.json @@ -35,7 +35,7 @@ "@verdaccio/cli": "workspace:6.0.0-6-next.20", "@verdaccio/ui-theme": "workspace:6.0.0-6-next.9", "fs-extra": "10.0.0", - "webpack": "5.51.2", + "webpack": "5.52.0", "webpack-bundle-analyzer": "4.4.2", "webpack-bundle-size-analyzer": "3.1.0", "webpack-cli": "4.8.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a3ef184e..83237f96c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,11 +4,11 @@ importers: .: specifiers: - '@babel/cli': 7.14.8 - '@babel/core': 7.15.0 - '@babel/node': 7.14.9 + '@babel/cli': 7.15.4 + '@babel/core': 7.15.5 + '@babel/node': 7.15.4 '@babel/plugin-proposal-class-properties': 7.14.5 - '@babel/plugin-proposal-decorators': 7.14.5 + '@babel/plugin-proposal-decorators': 7.15.4 '@babel/plugin-proposal-export-namespace-from': 7.14.5 '@babel/plugin-proposal-function-sent': 7.14.5 '@babel/plugin-proposal-json-strings': 7.14.5 @@ -20,19 +20,17 @@ importers: '@babel/plugin-syntax-dynamic-import': 7.8.3 '@babel/plugin-syntax-import-meta': 7.10.4 '@babel/plugin-transform-async-to-generator': 7.14.5 - '@babel/plugin-transform-classes': 7.14.9 + '@babel/plugin-transform-classes': 7.15.4 '@babel/plugin-transform-runtime': 7.15.0 '@babel/polyfill': 7.12.1 - '@babel/preset-env': 7.15.0 + '@babel/preset-env': 7.15.4 '@babel/preset-react': 7.14.5 '@babel/preset-typescript': 7.15.0 '@babel/register': 7.15.3 - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/changelog-github': 0.2.8 '@changesets/cli': 2.15.0 '@changesets/get-dependents-graph': 1.2.2 - '@commitlint/cli': 8.3.5 - '@commitlint/config-conventional': 8.2.0 '@crowdin/cli': 3.6.5 '@types/async': 3.2.7 '@types/autocannon': 4.1.1 @@ -41,7 +39,6 @@ importers: '@types/http-errors': 1.8.1 '@types/jest': 27.0.1 '@types/lodash': 4.14.172 - '@types/lowdb': 1.0.11 '@types/mime': 2.0.3 '@types/minimatch': 3.0.5 '@types/node': 14.6.0 @@ -69,7 +66,7 @@ importers: babel-eslint: 10.1.0 babel-jest: 27.1.0 babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-emotion: 10.0.33 + babel-plugin-emotion: 10.2.2 codecov: 3.8.3 concurrently: 6.2.1 cross-env: 7.0.3 @@ -115,35 +112,33 @@ importers: verdaccio-htpasswd: workspace:* verdaccio-memory: workspace:* devDependencies: - '@babel/cli': 7.14.8_@babel+core@7.15.0 - '@babel/core': 7.15.0 - '@babel/node': 7.14.9_@babel+core@7.15.0 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-decorators': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-function-sent': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.15.0 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-throw-expressions': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.0 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-classes': 7.14.9_@babel+core@7.15.0 - '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.0 + '@babel/cli': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.5 + '@babel/node': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-decorators': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-function-sent': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.15.5 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-throw-expressions': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.5 '@babel/polyfill': 7.12.1 - '@babel/preset-env': 7.15.0_@babel+core@7.15.0 - '@babel/preset-react': 7.14.5_@babel+core@7.15.0 - '@babel/preset-typescript': 7.15.0_@babel+core@7.15.0 - '@babel/register': 7.15.3_@babel+core@7.15.0 - '@babel/runtime': 7.15.3 + '@babel/preset-env': 7.15.4_@babel+core@7.15.5 + '@babel/preset-react': 7.14.5_@babel+core@7.15.5 + '@babel/preset-typescript': 7.15.0_@babel+core@7.15.5 + '@babel/register': 7.15.3_@babel+core@7.15.5 + '@babel/runtime': 7.15.4 '@changesets/changelog-github': 0.2.8 '@changesets/cli': 2.15.0 '@changesets/get-dependents-graph': 1.2.2 - '@commitlint/cli': 8.3.5 - '@commitlint/config-conventional': 8.2.0 '@crowdin/cli': 3.6.5 '@types/async': 3.2.7 '@types/autocannon': 4.1.1 @@ -152,7 +147,6 @@ importers: '@types/http-errors': 1.8.1 '@types/jest': 27.0.1 '@types/lodash': 4.14.172 - '@types/lowdb': 1.0.11 '@types/mime': 2.0.3 '@types/minimatch': 3.0.5 '@types/node': 14.6.0 @@ -176,11 +170,11 @@ importers: '@verdaccio/types': link:packages/core/types '@verdaccio/ui-theme': link:packages/plugins/ui-theme autocannon: 7.4.0 - babel-core: 7.0.0-bridge.0_@babel+core@7.15.0 + babel-core: 7.0.0-bridge.0_@babel+core@7.15.5 babel-eslint: 10.1.0_eslint@7.32.0 - babel-jest: 27.1.0_@babel+core@7.15.0 + babel-jest: 27.1.0_@babel+core@7.15.5 babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-emotion: 10.0.33 + babel-plugin-emotion: 10.2.2 codecov: 3.8.3 concurrently: 6.2.1 cross-env: 7.0.3 @@ -369,7 +363,7 @@ importers: '@verdaccio/types': workspace:11.0.0-6-next.7 apache-md5: 1.1.7 bcryptjs: 2.4.3 - core-js: 3.16.4 + core-js: 3.17.2 http-errors: 1.8.0 mockdate: 3.0.5 unix-crypt-td-js: 1.1.4 @@ -378,7 +372,7 @@ importers: '@verdaccio/file-locking': link:../file-locking apache-md5: 1.1.7 bcryptjs: 2.4.3 - core-js: 3.16.4 + core-js: 3.17.2 http-errors: 1.8.0 unix-crypt-td-js: 1.1.4 devDependencies: @@ -394,7 +388,7 @@ importers: '@verdaccio/streams': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.7 async: 3.2.1 - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 lodash: 4.17.21 lowdb: 1.0.0 @@ -405,7 +399,7 @@ importers: '@verdaccio/file-locking': link:../file-locking '@verdaccio/streams': link:../streams async: 3.2.1 - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 lodash: 4.17.21 lowdb: 1.0.0 @@ -435,7 +429,7 @@ importers: '@verdaccio/logger': workspace:6.0.0-6-next.4 '@verdaccio/store': workspace:6.0.0-6-next.11 '@verdaccio/types': workspace:11.0.0-6-next.7 - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 fastify: 3.20.2 fastify-plugin: 3.0.0 @@ -445,7 +439,7 @@ importers: '@verdaccio/config': link:../../config '@verdaccio/logger': link:../../logger '@verdaccio/store': link:../../store - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 fastify: 3.20.2 fastify-plugin: 3.0.0 @@ -510,7 +504,7 @@ importers: '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/logger': workspace:6.0.0-6-next.4 '@verdaccio/types': workspace:11.0.0-6-next.7 - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 handlebars: 4.7.7 undici: 4.5.1 @@ -518,7 +512,7 @@ importers: dependencies: '@verdaccio/commons-api': link:../core/commons-api '@verdaccio/logger': link:../logger - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 handlebars: 4.7.7 undici: 4.5.1 @@ -605,7 +599,7 @@ importers: '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/types': workspace:11.0.0-6-next.7 '@verdaccio/utils': workspace:6.0.0-6-next.5 - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 fs-extra: 10.0.0 lodash: 4.17.21 @@ -615,7 +609,7 @@ importers: '@verdaccio/commons-api': link:../core/commons-api '@verdaccio/config': link:../config '@verdaccio/utils': link:../utils - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 fs-extra: 10.0.0 lodash: 4.17.21 @@ -632,7 +626,7 @@ importers: '@verdaccio/mock': workspace:6.0.0-6-next.8 '@verdaccio/server': workspace:6.0.0-6-next.18 '@verdaccio/types': workspace:11.0.0-6-next.7 - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 jest-mock-process: 1.4.1 lodash: 4.17.21 @@ -643,7 +637,7 @@ importers: '@verdaccio/config': link:../config '@verdaccio/logger': link:../logger '@verdaccio/server': link:../server - core-js: 3.16.4 + core-js: 3.17.2 debug: 4.3.2 lodash: 4.17.21 devDependencies: @@ -658,10 +652,10 @@ importers: '@types/activedirectory2': 1.2.3 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.7 - activedirectory2: 1.3.0 + activedirectory2: 2.1.0 dependencies: '@verdaccio/commons-api': link:../../core/commons-api - activedirectory2: 1.3.0 + activedirectory2: 2.1.0 devDependencies: '@types/activedirectory2': 1.2.3 '@verdaccio/types': link:../../core/types @@ -737,13 +731,13 @@ importers: '@verdaccio/streams': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.7 debug: 4.3.2 - memfs: 3.2.3 + memfs: 3.2.4 memory-fs: 0.5.0 dependencies: '@verdaccio/commons-api': link:../../core/commons-api '@verdaccio/streams': link:../../core/streams debug: 4.3.2 - memfs: 3.2.3 + memfs: 3.2.4 memory-fs: 0.5.0 devDependencies: '@verdaccio/types': link:../../core/types @@ -759,12 +753,12 @@ importers: '@material-ui/styles': 4.11.4 '@testing-library/dom': 8.2.0 '@testing-library/jest-dom': 5.14.1 - '@testing-library/react': 11.2.7 + '@testing-library/react': 12.0.0 '@verdaccio/node-api': workspace:6.0.0-6-next.19 autosuggest-highlight: 3.1.1 babel-loader: 8.2.2 babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-emotion: 10.0.33 + babel-plugin-emotion: 10.2.2 bundlesize: 0.18.1 css-loader: 6.2.0 dayjs: 1.10.6 @@ -795,7 +789,7 @@ importers: react-hot-loader: 4.13.0 react-i18next: 11.11.4 react-router: 5.2.1 - react-router-dom: 5.2.1 + react-router-dom: 5.3.0 react-virtualized: 9.22.3 rimraf: 3.0.2 standard-version: 9.3.1 @@ -806,10 +800,10 @@ importers: stylelint-processor-styled-components: 1.10.0 stylelint-webpack-plugin: 3.0.1 supertest: 6.1.6 - terser-webpack-plugin: 5.2.2 + terser-webpack-plugin: 5.2.3 url-loader: 4.1.1 validator: 13.6.0 - webpack: 5.51.2 + webpack: 5.52.0 webpack-bundle-analyzer: 4.4.2 webpack-bundle-size-analyzer: 3.1.0 webpack-cli: ^4.7.2 @@ -828,33 +822,33 @@ importers: '@material-ui/styles': 4.11.4_9c6a8df88c2691f81f37725d5b4de033 '@testing-library/dom': 8.2.0 '@testing-library/jest-dom': 5.14.1 - '@testing-library/react': 11.2.7_react-dom@17.0.2+react@17.0.2 + '@testing-library/react': 12.0.0_react-dom@17.0.2+react@17.0.2 '@verdaccio/node-api': link:../../node-api autosuggest-highlight: 3.1.1 - babel-loader: 8.2.2_303ea85f7bd45a2eba9348919f810123 + babel-loader: 8.2.2_02ab79faf18a98050fd2cd956ffa58f7 babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-emotion: 10.0.33 + babel-plugin-emotion: 10.2.2 bundlesize: 0.18.1_debug@4.3.2 - css-loader: 6.2.0_webpack@5.51.2 + css-loader: 6.2.0_webpack@5.52.0 dayjs: 1.10.6 emotion: 10.0.27 emotion-theming: 10.0.27_33bb31e1d857102242df3642b32eda18 - friendly-errors-webpack-plugin: 1.7.0_webpack@5.51.2 + friendly-errors-webpack-plugin: 1.7.0_webpack@5.52.0 github-markdown-css: 4.0.0 harmony-reflect: 1.6.2 history: 4.10.1 - html-webpack-plugin: 5.3.2_webpack@5.51.2 + html-webpack-plugin: 5.3.2_webpack@5.52.0 i18next: 20.6.0 in-publish: 2.0.1 js-base64: 3.6.1 js-yaml: 3.14.1 localstorage-memory: 1.0.3 lodash: 4.17.21 - mini-css-extract-plugin: 2.2.2_webpack@5.51.2 + mini-css-extract-plugin: 2.2.2_webpack@5.52.0 mutationobserver-shim: 0.3.7 node-mocks-http: 1.10.1 normalize.css: 8.0.1 - optimize-css-assets-webpack-plugin: 6.0.1_webpack@5.51.2 + optimize-css-assets-webpack-plugin: 6.0.1_webpack@5.52.0 ora: 5.4.1 prop-types: 15.7.2 react: 17.0.2 @@ -864,26 +858,26 @@ importers: react-hot-loader: 4.13.0_9c6a8df88c2691f81f37725d5b4de033 react-i18next: 11.11.4_i18next@20.6.0+react@17.0.2 react-router: 5.2.1_react@17.0.2 - react-router-dom: 5.2.1_react@17.0.2 + react-router-dom: 5.3.0_react@17.0.2 react-virtualized: 9.22.3_react-dom@17.0.2+react@17.0.2 rimraf: 3.0.2 standard-version: 9.3.1 - style-loader: 3.2.1_webpack@5.51.2 + style-loader: 3.2.1_webpack@5.52.0 stylelint: 13.13.1 stylelint-config-recommended: 5.0.0_stylelint@13.13.1 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - stylelint-webpack-plugin: 3.0.1_stylelint@13.13.1+webpack@5.51.2 + stylelint-webpack-plugin: 3.0.1_stylelint@13.13.1+webpack@5.52.0 supertest: 6.1.6 - terser-webpack-plugin: 5.2.2_webpack@5.51.2 - url-loader: 4.1.1_webpack@5.51.2 + terser-webpack-plugin: 5.2.3_webpack@5.52.0 + url-loader: 4.1.1_webpack@5.52.0 validator: 13.6.0 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 webpack-bundle-analyzer: 4.4.2 webpack-bundle-size-analyzer: 3.1.0 - webpack-cli: 4.8.0_de851b65d806004e7c272f5e0c4a00f4 - webpack-dev-server: 3.11.2_webpack-cli@4.8.0+webpack@5.51.2 - webpack-manifest-plugin: 4.0.2_webpack@5.51.2 + webpack-cli: 4.8.0_5225962909885d5e9a3d1e814c8feb23 + webpack-dev-server: 3.11.2_webpack-cli@4.8.0+webpack@5.52.0 + webpack-manifest-plugin: 4.0.2_webpack@5.52.0 webpack-merge: 5.8.0 whatwg-fetch: 3.6.2 xss: 1.0.9 @@ -967,7 +961,7 @@ importers: '@verdaccio/cli': workspace:6.0.0-6-next.20 '@verdaccio/ui-theme': workspace:6.0.0-6-next.9 fs-extra: 10.0.0 - webpack: 5.51.2 + webpack: 5.52.0 webpack-bundle-analyzer: 4.4.2 webpack-bundle-size-analyzer: 3.1.0 webpack-cli: 4.8.0 @@ -975,10 +969,10 @@ importers: '@verdaccio/cli': link:../cli '@verdaccio/ui-theme': link:../plugins/ui-theme fs-extra: 10.0.0 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 webpack-bundle-analyzer: 4.4.2 webpack-bundle-size-analyzer: 3.1.0 - webpack-cli: 4.8.0_e9cdab91c8129719b83a906d10e6617c + webpack-cli: 4.8.0_3691794a826a95bb278217ad314163a5 packages/store: specifiers: @@ -1140,15 +1134,15 @@ importers: specifiers: debug: 4.3.2 get-port: 5.1.1 - npm: 7.21.1 - pnpm: 6.14.5 + npm: 7.22.0 + pnpm: 6.14.6 request: 2.87.0 semver: 7.3.5 yarn: 1.22.11 dependencies: debug: 4.3.2 - npm: 7.21.1 - pnpm: 6.14.5 + npm: 7.22.0 + pnpm: 6.14.6 request: 2.87.0 yarn: 1.22.11 devDependencies: @@ -1340,14 +1334,14 @@ packages: resolution: {integrity: sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==} dev: true - /@babel/cli/7.14.8_@babel+core@7.15.0: - resolution: {integrity: sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==} + /@babel/cli/7.15.4_@babel+core@7.15.5: + resolution: {integrity: sha512-9RhhQ7tgKRcSO/jI3rNLxalLSk30cHqeM8bb+nGOJTyYBDpkoXw/A9QHZ2SYjlslAt4tr90pZQGIEobwWHSIDw==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 commander: 4.1.1 convert-source-map: 1.8.0 fs-readdir-recursive: 1.1.0 @@ -1390,7 +1384,7 @@ packages: '@babel/generator': 7.15.4 '@babel/helper-module-transforms': 7.15.4 '@babel/helpers': 7.15.4 - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/template': 7.15.4 '@babel/traverse': 7.15.4 '@babel/types': 7.15.4 @@ -1406,39 +1400,16 @@ packages: - supports-color dev: false - /@babel/core/7.15.0: - resolution: {integrity: sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==} + /@babel/core/7.15.5: + resolution: {integrity: sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.14.5 '@babel/generator': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.0 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 '@babel/helper-module-transforms': 7.15.4 '@babel/helpers': 7.15.4 - '@babel/parser': 7.15.4 - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.4 - convert-source-map: 1.8.0 - debug: 4.3.2 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - semver: 6.3.0 - source-map: 0.5.7 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/core/7.15.4: - resolution: {integrity: sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.4 - '@babel/helper-module-transforms': 7.15.4 - '@babel/helpers': 7.15.4 - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/template': 7.15.4 '@babel/traverse': 7.15.4 '@babel/types': 7.15.4 @@ -1472,38 +1443,25 @@ packages: '@babel/helper-explode-assignable-expression': 7.15.4 '@babel/types': 7.15.4 - /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.0: + /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.0 - '@babel/helper-validator-option': 7.14.5 - browserslist: 4.16.8 - semver: 6.3.0 - dev: true - - /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.4 + '@babel/core': 7.15.5 '@babel/helper-validator-option': 7.14.5 browserslist: 4.16.8 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.0: + /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-function-name': 7.15.4 '@babel/helper-member-expression-to-functions': 7.15.4 @@ -1512,54 +1470,24 @@ packages: '@babel/helper-split-export-declaration': 7.15.4 transitivePeerDependencies: - supports-color - dev: true - /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-member-expression-to-functions': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/helper-replace-supers': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.0: + /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-annotate-as-pure': 7.15.4 regexpu-core: 4.7.1 - dev: true - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-annotate-as-pure': 7.15.4 - regexpu-core: 4.7.1 - dev: false - - /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.0: + /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.5: resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/traverse': 7.15.4 @@ -1569,25 +1497,6 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: true - - /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.4: - resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.4 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/traverse': 7.15.4 - debug: 4.3.2 - lodash.debounce: 4.0.8 - resolve: 1.20.0 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false /@babel/helper-explode-assignable-expression/7.15.4: resolution: {integrity: sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==} @@ -1732,15 +1641,15 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/node/7.14.9_@babel+core@7.15.0: - resolution: {integrity: sha512-7QJvGn3ID2TjoFst3UdLu3LOxn/Q6Nhr/mo0MENstbPHehl/0wnod2gmVDB+zDxRL6pFFS7z0WeBK3b94k4CLg==} + /@babel/node/7.15.4_@babel+core@7.15.5: + resolution: {integrity: sha512-UZue+j8p5aKTaVjvy5psYmqLHqmz+9cIboAFoa97S1xeZyUr0gT6KzXB8ZkfBIsP/u79biOdjGHVXBXnW3rVfw==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/register': 7.15.3_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/register': 7.15.3_@babel+core@7.15.5 commander: 4.1.1 core-js: 3.17.2 node-environment-flags: 1.0.6 @@ -1748,276 +1657,147 @@ packages: v8flags: 3.2.0 dev: true - /@babel/parser/7.15.4: - resolution: {integrity: sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==} + /@babel/parser/7.15.5: + resolution: {integrity: sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.0: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.0 - dev: true + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.13.0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-async-generator-functions/7.15.4_@babel+core@7.15.0: + /@babel/plugin-proposal-async-generator-functions/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.15.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-async-generator-functions/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.15.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.0: + /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-proposal-decorators/7.14.5_@babel+core@7.15.0: - resolution: {integrity: sha512-LYz5nvQcvYeRVjui1Ykn28i+3aUiXwQ/3MGoEy0InTaz1pJo/lAzmIDXX+BQny/oufgHzJ6vnEEiXQ8KZjEVFg==} + /@babel/plugin-proposal-decorators/7.15.4_@babel+core@7.15.5: + resolution: {integrity: sha512-WNER+YLs7avvRukEddhu5PSfSaMMimX2xBFgLQS7Bw16yrUxJGWidO9nQp+yLy9MVybg5Ba3BlhAw+BkdhpDmg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-decorators': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-syntax-decorators': 7.14.5_@babel+core@7.15.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-function-sent/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-function-sent/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-3Hvb9m1dvFK1cor9kObPCPK8q0xlcakm+haBwHQy7V5BN1As6iys9oOKyWpHVbop+tW8JYs0v9Ahcp1BOxC3Ng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-wrap-function': 7.15.4 - '@babel/plugin-syntax-function-sent': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-syntax-function-sent': 7.14.5_@babel+core@7.15.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.0 - dev: true - - /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.4 - dev: false + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} @@ -2030,316 +1810,173 @@ packages: '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.12.9 dev: false - /@babel/plugin-proposal-object-rest-spread/7.14.7_@babel+core@7.15.0: + /@babel/plugin-proposal-object-rest-spread/7.14.7_@babel+core@7.15.5: resolution: {integrity: sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.0 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - /@babel/plugin-proposal-object-rest-spread/7.14.7_@babel+core@7.15.4: - resolution: {integrity: sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.0 - dev: true + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 - /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.4 - dev: false - - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.0: + /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.0 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-proposal-throw-expressions/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-throw-expressions/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-Db2JCIPhe409U3qy0sWpDun6Xa1k77TfNsKTzUY0PDRTpiho7e2uIhYMJVwGrHOkHRH03D6yQLZRosNahnpi1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-throw-expressions': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-syntax-throw-expressions': 7.14.5_@babel+core@7.15.5 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.0: + /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} - engines: {node: '>=4'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.0: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.5: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.4: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.0: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.5: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.4: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-decorators/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-decorators/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.4: - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.4: - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-function-sent/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-function-sent/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-FNN0Ve2/6yxCa0xMG7wUlM81t+HOPu8HNWk683Xav1B+vjHKQQujX82NEKYdDYNUX7/ky8pUCHfRUYVmigs69Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.15.0: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.15.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.4: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} @@ -2350,79 +1987,38 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.0: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.5: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.4: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.4: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.0: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.5: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.4: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -2433,243 +2029,114 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.4: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.4: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.0: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.5: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.4: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-throw-expressions/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-throw-expressions/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-4aFC2goA9+JceXayipcSY017nGspvcAkzR+sdsT6hN4DUuHWvM88wdjf/Nxja5sTE7oYPmfuN84ViREdgjingw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.0: + /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.15.4 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.15.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.0: + /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.5: resolution: {integrity: sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.4: - resolution: {integrity: sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-classes/7.14.9_@babel+core@7.15.0: - resolution: {integrity: sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.0 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.4: + /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.4 + '@babel/core': 7.15.5 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-function-name': 7.15.4 '@babel/helper-optimise-call-expression': 7.15.4 @@ -2679,259 +2146,125 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: false - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.0: + /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.5: resolution: {integrity: sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.4: - resolution: {integrity: sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.0: + /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-function-name': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-module-transforms': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-module-transforms': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.0: + /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-module-transforms': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-simple-access': 7.15.4 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-module-transforms': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-simple-access': 7.15.4 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.0: + /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-hoist-variables': 7.15.4 '@babel/helper-module-transforms': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 @@ -2939,115 +2272,48 @@ packages: babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-module-transforms': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-identifier': 7.14.9 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-module-transforms': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-module-transforms': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.0: + /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.5: resolution: {integrity: sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.0 - dev: true + '@babel/core': 7.15.5 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 - /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.4: - resolution: {integrity: sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.4 - dev: false - - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-replace-supers': 7.15.4 transitivePeerDependencies: - supports-color - dev: true - - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.15.4 - transitivePeerDependencies: - - supports-color - dev: false /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.12.9: resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==} @@ -3059,391 +2325,186 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.0: + /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-react-constant-elements/7.14.5_@babel+core@7.15.4: + /@babel/plugin-transform-react-constant-elements/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-NBqLEx1GxllIOXJInJAQbrnwwYJsV3WaMHIcOwD8rhYS0AabTWn7kHdHgPgu5RmHLU0q4DMxhAMu8ue/KampgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.4 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-display-name/7.15.1_@babel+core@7.15.0: + /@babel/plugin-transform-react-display-name/7.15.1_@babel+core@7.15.5: resolution: {integrity: sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-react-display-name/7.15.1_@babel+core@7.15.4: - resolution: {integrity: sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-react-jsx-development/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-react-jsx-development/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.0 - dev: true + '@babel/core': 7.15.5 + '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.5 - /@babel/plugin-transform-react-jsx-development/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.4 - dev: false - - /@babel/plugin-transform-react-jsx/7.14.9_@babel+core@7.15.0: + /@babel/plugin-transform-react-jsx/7.14.9_@babel+core@7.15.5: resolution: {integrity: sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 '@babel/types': 7.15.4 - dev: true - /@babel/plugin-transform-react-jsx/7.14.9_@babel+core@7.15.4: - resolution: {integrity: sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.4 - '@babel/types': 7.15.4 - dev: false - - /@babel/plugin-transform-react-pure-annotations/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-react-pure-annotations/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-react-pure-annotations/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 regenerator-transform: 0.14.5 - dev: true - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - regenerator-transform: 0.14.5 - dev: false - - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-runtime/7.15.0_@babel+core@7.15.0: + /@babel/plugin-transform-runtime/7.15.0_@babel+core@7.15.5: resolution: {integrity: sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.0 - babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.0 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.0 + babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 + babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.5 + babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5 semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-runtime/7.15.0_@babel+core@7.15.4: - resolution: {integrity: sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.4 - babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.4 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.4 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-spread/7.14.6_@babel+core@7.15.0: + /@babel/plugin-transform-spread/7.14.6_@babel+core@7.15.5: resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - dev: true - /@babel/plugin-transform-spread/7.14.6_@babel+core@7.15.4: - resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - dev: false - - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-typescript/7.15.4_@babel+core@7.15.0: + /@babel/plugin-transform-typescript/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-typescript/7.15.4_@babel+core@7.15.4: - resolution: {integrity: sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.0: + /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: false /@babel/polyfill/7.12.1: resolution: {integrity: sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==} @@ -3452,265 +2513,135 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@babel/preset-env/7.15.0_@babel+core@7.15.0: - resolution: {integrity: sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.0 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.0 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.15.0 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.0 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.0 - '@babel/plugin-transform-classes': 7.14.9_@babel+core@7.15.0 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.0 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.0 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.0 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.0 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.0 - '@babel/preset-modules': 0.1.4_@babel+core@7.15.0 - '@babel/types': 7.15.4 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.0 - babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.0 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.0 - core-js-compat: 3.17.2 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/preset-env/7.15.4_@babel+core@7.15.4: + /@babel/preset-env/7.15.4_@babel+core@7.15.5: resolution: {integrity: sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.4 + '@babel/core': 7.15.5 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.15.4 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.4 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.4 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.4 - '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.4 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.4 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.4 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.4 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.4 - '@babel/preset-modules': 0.1.4_@babel+core@7.15.4 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.15.5 + '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.5 + '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.5 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.5 + '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.5 + '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.5 + '@babel/preset-modules': 0.1.4_@babel+core@7.15.5 '@babel/types': 7.15.4 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.4 - babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.4 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.4 + babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 + babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.5 + babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5 core-js-compat: 3.17.2 semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: false - /@babel/preset-modules/0.1.4_@babel+core@7.15.0: + /@babel/preset-modules/0.1.4_@babel+core@7.15.5: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.0 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 '@babel/types': 7.15.4 esutils: 2.0.3 - dev: true - /@babel/preset-modules/0.1.4_@babel+core@7.15.4: - resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.4 - '@babel/types': 7.15.4 - esutils: 2.0.3 - dev: false - - /@babel/preset-react/7.14.5_@babel+core@7.15.0: + /@babel/preset-react/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-react-display-name': 7.15.1_@babel+core@7.15.0 - '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.0 - '@babel/plugin-transform-react-jsx-development': 7.14.5_@babel+core@7.15.0 - '@babel/plugin-transform-react-pure-annotations': 7.14.5_@babel+core@7.15.0 - dev: true + '@babel/plugin-transform-react-display-name': 7.15.1_@babel+core@7.15.5 + '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.5 + '@babel/plugin-transform-react-jsx-development': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-transform-react-pure-annotations': 7.14.5_@babel+core@7.15.5 - /@babel/preset-react/7.14.5_@babel+core@7.15.4: - resolution: {integrity: sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-react-display-name': 7.15.1_@babel+core@7.15.4 - '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.4 - '@babel/plugin-transform-react-jsx-development': 7.14.5_@babel+core@7.15.4 - '@babel/plugin-transform-react-pure-annotations': 7.14.5_@babel+core@7.15.4 - dev: false - - /@babel/preset-typescript/7.15.0_@babel+core@7.15.0: + /@babel/preset-typescript/7.15.0_@babel+core@7.15.5: resolution: {integrity: sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-typescript': 7.15.4_@babel+core@7.15.0 + '@babel/plugin-transform-typescript': 7.15.4_@babel+core@7.15.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/preset-typescript/7.15.0_@babel+core@7.15.4: - resolution: {integrity: sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-typescript': 7.15.4_@babel+core@7.15.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/register/7.15.3_@babel+core@7.15.0: + /@babel/register/7.15.3_@babel+core@7.15.5: resolution: {integrity: sha512-mj4IY1ZJkorClxKTImccn4T81+UKTo4Ux0+OFSV9hME1ooqS9UV+pJ6BjD0qXPK4T3XW/KNa79XByjeEMZz+fw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -3725,12 +2656,6 @@ packages: core-js-pure: 3.17.2 regenerator-runtime: 0.13.9 - /@babel/runtime/7.15.3: - resolution: {integrity: sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.9 - /@babel/runtime/7.15.4: resolution: {integrity: sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==} engines: {node: '>=6.9.0'} @@ -3742,7 +2667,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.14.5 - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/types': 7.15.4 /@babel/traverse/7.15.4: @@ -3754,7 +2679,7 @@ packages: '@babel/helper-function-name': 7.15.4 '@babel/helper-hoist-variables': 7.15.4 '@babel/helper-split-export-declaration': 7.15.4 - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/types': 7.15.4 debug: 4.3.2 globals: 11.12.0 @@ -3775,7 +2700,7 @@ packages: /@changesets/apply-release-plan/4.2.0: resolution: {integrity: sha512-/vt6UwgQldhOw93Gb8llI5OuYGlJt2+U45AfcXsoxzl8gZzCmChGm3vUaQJYbmtL8TbL8OOVXHRIKJJidMNPKw==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/config': 1.6.1 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 1.1.2 @@ -3793,7 +2718,7 @@ packages: /@changesets/assemble-release-plan/4.1.1: resolution: {integrity: sha512-cX7riE3ZHTHY9up7WTPWE4l9Rb7wWJVvO3Flcl5Mv/NEh46QHS1ys/GMHhLrFxq7V7VvASKkZVukCsg+CZAEGA==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.2.2 '@changesets/types': 3.3.0 @@ -3813,7 +2738,7 @@ packages: resolution: {integrity: sha512-5ybu6D0qFIVSDvPGI+SnlbCqF2CMKGHGSmajJpgCgmG9VxyvjsyAfWLTpIdtYKrEDxQADslwaHjFbGiWpG0QUw==} hasBin: true dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/apply-release-plan': 4.2.0 '@changesets/assemble-release-plan': 4.1.1 '@changesets/config': 1.6.1 @@ -3883,7 +2808,7 @@ packages: /@changesets/get-release-plan/2.0.1: resolution: {integrity: sha512-+x5N9/Iaka+c0Kq7+3JsboMNyffKYlWPmdm+VeafDcMwJFhBDkxm84qaCJ93ydmnzQOTig6gYVqw0k8BbHExyQ==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/assemble-release-plan': 4.1.1 '@changesets/config': 1.6.1 '@changesets/pre': 1.0.7 @@ -3899,7 +2824,7 @@ packages: /@changesets/git/1.1.2: resolution: {integrity: sha512-dfza8elsIwcYVa4fFzLaPs4+AkoCFiW3sfzkkC7WR+rG9j+zZh7CelzVpnoiAbEI2QOzeCbZKMoLSvBPgHhB1g==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/errors': 0.1.4 '@changesets/types': 4.0.1 '@manypkg/get-packages': 1.1.1 @@ -3923,7 +2848,7 @@ packages: /@changesets/pre/1.0.7: resolution: {integrity: sha512-oUU6EL4z0AIyCv/EscQFxxJsQfc9/AcSpqAGbdZrLXwshUWTXsJHMWlE3/+iSIyQ+I+/xtxbBxnqDUpUU3TOOg==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/errors': 0.1.4 '@changesets/types': 4.0.1 '@manypkg/get-packages': 1.1.1 @@ -3933,7 +2858,7 @@ packages: /@changesets/read/0.4.7: resolution: {integrity: sha512-E70QrYQpSCMF0nC0dlPU7i6A9zht+8zkQczrKMbOUwDVrfidcvgojxfuJSQbzptYSb9OKYh8GOLd+bsq9+uO9Q==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/git': 1.1.2 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.9 @@ -3954,141 +2879,13 @@ packages: /@changesets/write/0.1.5: resolution: {integrity: sha512-AYVSCH7on/Cyzo/8lVfqlsXmyKl3JhbNu9yHApdLPhHAzv5wqoHiZlMDkmd+AA67SRqzK2lDs4BcIojK+uWeIA==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@changesets/types': 4.0.1 fs-extra: 7.0.1 human-id: 1.0.2 prettier: 1.19.1 dev: true - /@commitlint/cli/8.3.5: - resolution: {integrity: sha512-6+L0vbw55UEdht71pgWOE55SRgb+8OHcEwGDB234VlIBFGK9P2QOBU7MHiYJ5cjdjCQ0rReNrGjOHmJ99jwf0w==} - engines: {node: '>=4'} - hasBin: true - dependencies: - '@commitlint/format': 8.3.4 - '@commitlint/lint': 8.3.5 - '@commitlint/load': 8.3.5 - '@commitlint/read': 8.3.4 - babel-polyfill: 6.26.0 - chalk: 2.4.2 - get-stdin: 7.0.0 - lodash: 4.17.15 - meow: 5.0.0 - resolve-from: 5.0.0 - resolve-global: 1.0.0 - dev: true - - /@commitlint/config-conventional/8.2.0: - resolution: {integrity: sha512-HuwlHQ3DyVhpK9GHgTMhJXD8Zp8PGIQVpQGYh/iTrEU6TVxdRC61BxIDZvfWatCaiG617Z/U8maRAFrqFM4TqA==} - dev: true - - /@commitlint/ensure/8.3.4: - resolution: {integrity: sha512-8NW77VxviLhD16O3EUd02lApMFnrHexq10YS4F4NftNoErKbKaJ0YYedktk2boKrtNRf/gQHY/Qf65edPx4ipw==} - engines: {node: '>=4'} - dependencies: - lodash: 4.17.15 - dev: true - - /@commitlint/execute-rule/8.3.4: - resolution: {integrity: sha512-f4HigYjeIBn9f7OuNv5zh2y5vWaAhNFrfeul8CRJDy82l3Y+09lxOTGxfF3uMXKrZq4LmuK6qvvRCZ8mUrVvzQ==} - engines: {node: '>=4'} - dev: true - - /@commitlint/format/8.3.4: - resolution: {integrity: sha512-809wlQ/ND6CLZON+w2Rb3YM2TLNDfU2xyyqpZeqzf2reJNpySMSUAeaO/fNDJSOKIsOsR3bI01rGu6hv28k+Nw==} - engines: {node: '>=4'} - dependencies: - chalk: 2.4.2 - dev: true - - /@commitlint/is-ignored/8.3.5: - resolution: {integrity: sha512-Zo+8a6gJLFDTqyNRx53wQi/XTiz8mncvmWf/4oRG+6WRcBfjSSHY7KPVj5Y6UaLy2EgZ0WQ2Tt6RdTDeQiQplA==} - engines: {node: '>=4'} - dependencies: - semver: 6.3.0 - dev: true - - /@commitlint/lint/8.3.5: - resolution: {integrity: sha512-02AkI0a6PU6rzqUvuDkSi6rDQ2hUgkq9GpmdJqfai5bDbxx2939mK4ZO+7apbIh4H6Pae7EpYi7ffxuJgm+3hQ==} - engines: {node: '>=4'} - dependencies: - '@commitlint/is-ignored': 8.3.5 - '@commitlint/parse': 8.3.4 - '@commitlint/rules': 8.3.4 - babel-runtime: 6.26.0 - lodash: 4.17.15 - dev: true - - /@commitlint/load/8.3.5: - resolution: {integrity: sha512-poF7R1CtQvIXRmVIe63FjSQmN9KDqjRtU5A6hxqXBga87yB2VUJzic85TV6PcQc+wStk52cjrMI+g0zFx+Zxrw==} - engines: {node: '>=4'} - dependencies: - '@commitlint/execute-rule': 8.3.4 - '@commitlint/resolve-extends': 8.3.5 - babel-runtime: 6.26.0 - chalk: 2.4.2 - cosmiconfig: 5.2.1 - lodash: 4.17.15 - resolve-from: 5.0.0 - dev: true - - /@commitlint/message/8.3.4: - resolution: {integrity: sha512-nEj5tknoOKXqBsaQtCtgPcsAaf5VCg3+fWhss4Vmtq40633xLq0irkdDdMEsYIx8rGR0XPBTukqzln9kAWCkcA==} - engines: {node: '>=4'} - dev: true - - /@commitlint/parse/8.3.4: - resolution: {integrity: sha512-b3uQvpUQWC20EBfKSfMRnyx5Wc4Cn778bVeVOFErF/cXQK725L1bYFvPnEjQO/GT8yGVzq2wtLaoEqjm1NJ/Bw==} - engines: {node: '>=4'} - dependencies: - conventional-changelog-angular: 1.6.6 - conventional-commits-parser: 3.2.1 - lodash: 4.17.15 - dev: true - - /@commitlint/read/8.3.4: - resolution: {integrity: sha512-FKv1kHPrvcAG5j+OSbd41IWexsbLhfIXpxVC/YwQZO+FR0EHmygxQNYs66r+GnhD1EfYJYM4WQIqd5bJRx6OIw==} - engines: {node: '>=4'} - dependencies: - '@commitlint/top-level': 8.3.4 - '@marionebl/sander': 0.6.1 - babel-runtime: 6.26.0 - git-raw-commits: 2.0.10 - dev: true - - /@commitlint/resolve-extends/8.3.5: - resolution: {integrity: sha512-nHhFAK29qiXNe6oH6uG5wqBnCR+BQnxlBW/q5fjtxIaQALgfoNLHwLS9exzbIRFqwJckpR6yMCfgMbmbAOtklQ==} - engines: {node: '>=4'} - dependencies: - import-fresh: 3.3.0 - lodash: 4.17.15 - resolve-from: 5.0.0 - resolve-global: 1.0.0 - dev: true - - /@commitlint/rules/8.3.4: - resolution: {integrity: sha512-xuC9dlqD5xgAoDFgnbs578cJySvwOSkMLQyZADb1xD5n7BNcUJfP8WjT9W1Aw8K3Wf8+Ym/ysr9FZHXInLeaRg==} - engines: {node: '>=4'} - dependencies: - '@commitlint/ensure': 8.3.4 - '@commitlint/message': 8.3.4 - '@commitlint/to-lines': 8.3.4 - babel-runtime: 6.26.0 - dev: true - - /@commitlint/to-lines/8.3.4: - resolution: {integrity: sha512-5AvcdwRsMIVq0lrzXTwpbbG5fKRTWcHkhn/hCXJJ9pm1JidsnidS1y0RGkb3O50TEHGewhXwNoavxW9VToscUA==} - engines: {node: '>=4'} - dev: true - - /@commitlint/top-level/8.3.4: - resolution: {integrity: sha512-nOaeLBbAqSZNpKgEtO6NAxmui1G8ZvLG+0wb4rvv6mWhPDzK1GNZkCd8FUZPahCoJ1iHDoatw7F8BbJLg4nDjg==} - engines: {node: '>=4'} - dependencies: - find-up: 4.1.0 - dev: true - /@crowdin/cli/3.6.5: resolution: {integrity: sha512-M+tj81GdAb1i9upLpT45s4h/weBLTxQ+MpJv+cQEkUwPT5Dn5vWb/fSXqmS3mzPKyuHr/+x2JLqdf97Y385FQA==} hasBin: true @@ -4143,13 +2940,13 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/core': 7.15.4 + '@babel/core': 7.15.5 '@babel/generator': 7.15.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.4 - '@babel/preset-env': 7.15.4_@babel+core@7.15.4 - '@babel/preset-react': 7.14.5_@babel+core@7.15.4 - '@babel/preset-typescript': 7.15.0_@babel+core@7.15.4 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.5 + '@babel/preset-env': 7.15.4_@babel+core@7.15.5 + '@babel/preset-react': 7.14.5_@babel+core@7.15.5 + '@babel/preset-typescript': 7.15.0_@babel+core@7.15.5 '@babel/runtime': 7.15.4 '@babel/runtime-corejs3': 7.15.4 '@babel/traverse': 7.15.4 @@ -4162,7 +2959,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.1 '@svgr/webpack': 5.5.0 autoprefixer: 10.3.4_postcss@8.3.6 - babel-loader: 8.2.2_85c0036f82ab2504a5539d08d9ae4e98 + babel-loader: 8.2.2_02ab79faf18a98050fd2cd956ffa58f7 babel-plugin-dynamic-import-node: 2.3.0 boxen: 5.0.1 chalk: 4.1.2 @@ -4243,13 +3040,13 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/core': 7.15.4 + '@babel/core': 7.15.5 '@babel/generator': 7.15.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.4 - '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.4 - '@babel/preset-env': 7.15.4_@babel+core@7.15.4 - '@babel/preset-react': 7.14.5_@babel+core@7.15.4 - '@babel/preset-typescript': 7.15.0_@babel+core@7.15.4 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.5 + '@babel/preset-env': 7.15.4_@babel+core@7.15.5 + '@babel/preset-react': 7.14.5_@babel+core@7.15.5 + '@babel/preset-typescript': 7.15.0_@babel+core@7.15.5 '@babel/runtime': 7.15.4 '@babel/runtime-corejs3': 7.15.4 '@babel/traverse': 7.15.4 @@ -4262,7 +3059,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.1 '@svgr/webpack': 5.5.0 autoprefixer: 10.3.4_postcss@8.3.6 - babel-loader: 8.2.2_85c0036f82ab2504a5539d08d9ae4e98 + babel-loader: 8.2.2_02ab79faf18a98050fd2cd956ffa58f7 babel-plugin-dynamic-import-node: 2.3.0 boxen: 5.0.1 chalk: 4.1.2 @@ -4359,7 +3156,7 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/traverse': 7.15.4 '@docusaurus/core': 2.0.0-beta.6_ad4a9d42104627fa9697ecb075f6f5e6 '@docusaurus/utils': 2.0.0-beta.6_esbuild@0.12.25 @@ -4935,7 +3732,7 @@ packages: dependencies: '@emotion/serialize': 0.11.16 '@emotion/utils': 0.11.3 - babel-plugin-emotion: 10.0.33 + babel-plugin-emotion: 10.2.2 dev: true /@emotion/hash/0.8.0: @@ -5011,7 +3808,7 @@ packages: dependencies: '@emotion/core': 10.1.1_react@17.0.2 '@emotion/styled-base': 10.0.31_33bb31e1d857102242df3642b32eda18 - babel-plugin-emotion: 10.0.33 + babel-plugin-emotion: 10.2.2 react: 17.0.2 dev: true @@ -5402,7 +4199,7 @@ packages: resolution: {integrity: sha512-ZRGCA2ZEVJ00ubrhkTG87kyLbN6n55g1Ilq0X9nJb5bX3MhMp3O6M7KG+LvYu+nZRqG5cXsQnJEdZbdpTAV8pQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@jest/types': 27.1.0 babel-plugin-istanbul: 6.0.0 chalk: 4.1.2 @@ -5421,17 +4218,6 @@ packages: - supports-color dev: true - /@jest/types/26.6.2: - resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} - engines: {node: '>= 10.14.2'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 3.0.1 - '@types/node': 16.7.10 - '@types/yargs': 15.0.14 - chalk: 4.1.2 - dev: true - /@jest/types/27.1.0: resolution: {integrity: sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -5446,7 +4232,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@types/node': 12.20.23 find-up: 4.1.0 fs-extra: 8.1.0 @@ -5455,21 +4241,13 @@ packages: /@manypkg/get-packages/1.1.1: resolution: {integrity: sha512-J6VClfQSVgR6958eIDTGjfdCrELy1eT+SHeoSMomnvRQVktZMnEA5edIr5ovRFNw5y+Bk/jyoevPzGYod96mhw==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 globby: 11.0.4 read-yaml-file: 1.1.0 dev: true - /@marionebl/sander/0.6.1: - resolution: {integrity: sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s=} - dependencies: - graceful-fs: 4.2.8 - mkdirp: 0.5.5 - rimraf: 2.7.1 - dev: true - /@material-ui/core/4.11.4_9c6a8df88c2691f81f37725d5b4de033: resolution: {integrity: sha512-oqb+lJ2Dl9HXI9orc6/aN8ZIAMkeThufA5iZELf2LQeBn2NtjVilF5D2w7e9RpntAzDb4jK5DsVhkfOvFY/8fg==} engines: {node: '>=8.0.0'} @@ -5760,7 +4538,7 @@ packages: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: - '@babel/core': 7.15.4 + '@babel/core': 7.15.5 postcss: 7.0.36 postcss-syntax: 0.36.2_postcss@7.0.36 transitivePeerDependencies: @@ -5857,7 +4635,7 @@ packages: resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.15.4 + '@babel/core': 7.15.5 '@svgr/babel-preset': 5.5.0 '@svgr/hast-util-to-babel-ast': 5.5.0 svg-parser: 2.0.4 @@ -5878,10 +4656,10 @@ packages: resolution: {integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.15.4 - '@babel/plugin-transform-react-constant-elements': 7.14.5_@babel+core@7.15.4 - '@babel/preset-env': 7.15.4_@babel+core@7.15.4 - '@babel/preset-react': 7.14.5_@babel+core@7.15.4 + '@babel/core': 7.15.5 + '@babel/plugin-transform-react-constant-elements': 7.14.5_@babel+core@7.15.5 + '@babel/preset-env': 7.15.4_@babel+core@7.15.5 + '@babel/preset-react': 7.14.5_@babel+core@7.15.5 '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -5896,20 +4674,6 @@ packages: dependencies: defer-to-connect: 1.1.3 - /@testing-library/dom/7.31.2: - resolution: {integrity: sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==} - engines: {node: '>=10'} - dependencies: - '@babel/code-frame': 7.14.5 - '@babel/runtime': 7.15.4 - '@types/aria-query': 4.2.2 - aria-query: 4.2.2 - chalk: 4.1.2 - dom-accessibility-api: 0.5.7 - lz-string: 1.4.4 - pretty-format: 26.6.2 - dev: true - /@testing-library/dom/8.2.0: resolution: {integrity: sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA==} engines: {node: '>=12'} @@ -5939,15 +4703,15 @@ packages: redent: 3.0.0 dev: true - /@testing-library/react/11.2.7_react-dom@17.0.2+react@17.0.2: - resolution: {integrity: sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==} - engines: {node: '>=10'} + /@testing-library/react/12.0.0_react-dom@17.0.2+react@17.0.2: + resolution: {integrity: sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA==} + engines: {node: '>=12'} peerDependencies: react: '*' react-dom: '*' dependencies: '@babel/runtime': 7.15.4 - '@testing-library/dom': 7.31.2 + '@testing-library/dom': 8.2.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: true @@ -6007,7 +4771,7 @@ packages: /@types/babel__core/7.1.15: resolution: {integrity: sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew==} dependencies: - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/types': 7.15.4 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 @@ -6023,7 +4787,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/types': 7.15.4 dev: true @@ -6181,12 +4945,6 @@ packages: loud-rejection: 2.2.0 dev: true - /@types/lowdb/1.0.11: - resolution: {integrity: sha512-h99VMxvTuz+VsXUVCCJo4dsps4vbkXwvU71TpmxDoiBU24bJ0VBygIHgmMm+UPoQIFihmV6euRik4z8J7XDJWg==} - dependencies: - '@types/lodash': 4.14.172 - dev: true - /@types/mdast/3.0.10: resolution: {integrity: sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==} dependencies: @@ -6424,12 +5182,6 @@ packages: resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} dev: true - /@types/yargs/15.0.14: - resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} - dependencies: - '@types/yargs-parser': 20.2.1 - dev: true - /@types/yargs/16.0.4: resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} dependencies: @@ -6608,7 +5360,7 @@ packages: /@vue/compiler-core/3.2.8: resolution: {integrity: sha512-Sx8qJ030+QM/NakUrkQuUGCeDEb+0d0AgFOl5W4qRvR6e+YgLnW2ew0jREf4T1hak9Fdk8Edl67StECHrhEuew==} dependencies: - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/types': 7.15.4 '@vue/shared': 3.2.8 estree-walker: 2.0.2 @@ -6625,7 +5377,7 @@ packages: /@vue/compiler-sfc/3.2.8: resolution: {integrity: sha512-XClueQAXoWtN2EToKgfYH9FCL70Ac4bxx6OZFZzxYSg1bei8IB9srJP1UOfnJb2IpnM1heikAz1dp1HI1wHcyQ==} dependencies: - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/types': 7.15.4 '@types/estree': 0.0.48 '@vue/compiler-core': 3.2.8 @@ -6655,7 +5407,7 @@ packages: /@vue/ref-transform/3.2.8: resolution: {integrity: sha512-9LdADd4JM3klt+b2qNT8a7b7JvBETNBy2Btv5rDzyPrAVS4Vrw+1WWay6gZBgnxfJ9TPSvG8f/9zu6gNGHmJLA==} dependencies: - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@vue/compiler-core': 3.2.8 '@vue/shared': 3.2.8 estree-walker: 2.0.2 @@ -6757,14 +5509,14 @@ packages: '@webassemblyjs/ast': 1.11.1 '@xtuc/long': 4.2.2 - /@webpack-cli/configtest/1.0.4_webpack-cli@4.8.0+webpack@5.51.2: + /@webpack-cli/configtest/1.0.4_webpack-cli@4.8.0+webpack@5.52.0: resolution: {integrity: sha512-cs3XLy+UcxiP6bj0A6u7MLLuwdXJ1c3Dtc0RkKg+wiI1g/Ti1om8+/2hc2A2B60NbBNAbMgyBMHvyymWm/j4wQ==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.51.2_webpack-cli@4.8.0 - webpack-cli: 4.8.0_de851b65d806004e7c272f5e0c4a00f4 + webpack: 5.52.0_webpack-cli@4.8.0 + webpack-cli: 4.8.0_5225962909885d5e9a3d1e814c8feb23 dev: true /@webpack-cli/info/1.3.0_webpack-cli@4.8.0: @@ -6773,7 +5525,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.8.0_de851b65d806004e7c272f5e0c4a00f4 + webpack-cli: 4.8.0_5225962909885d5e9a3d1e814c8feb23 dev: true /@webpack-cli/serve/1.5.2_8108ebba5cec55351d9d42a20deed78f: @@ -6785,8 +5537,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.8.0_de851b65d806004e7c272f5e0c4a00f4 - webpack-dev-server: 3.11.2_webpack-cli@4.8.0+webpack@5.51.2 + webpack-cli: 4.8.0_5225962909885d5e9a3d1e814c8feb23 + webpack-dev-server: 3.11.2_webpack-cli@4.8.0+webpack@5.52.0 dev: true /@webpack-cli/serve/1.5.2_webpack-cli@4.8.0: @@ -6798,7 +5550,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.8.0_e9cdab91c8129719b83a906d10e6617c + webpack-cli: 4.8.0_3691794a826a95bb278217ad314163a5 dev: true /@xtuc/ieee754/1.2.0: @@ -6828,10 +5580,6 @@ packages: event-target-shim: 5.0.1 dev: false - /abstract-logging/1.0.0: - resolution: {integrity: sha1-i33q/TEFWbwo93ck3RuzAXcnjBs=} - dev: false - /abstract-logging/2.0.1: resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} dev: false @@ -6900,14 +5648,14 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - /activedirectory2/1.3.0: - resolution: {integrity: sha512-0cj+/uLgF22UcqH8/Ez9nHjF2+1+dpjFjofsjIq7WGPNwsVAJyEETdmxjLKYQaU1mK2gZsQmo1Ip4E27CyoBeQ==} + /activedirectory2/2.1.0: + resolution: {integrity: sha512-HaccG+/mf5NpHL1mAcLzXed4+gGlO6l7mkBi8vNIo6sTJvLoJjHgvJg12F4cy5CNcRqvPS48++s5tfdSiafn4Q==} engines: {node: '>=4.0'} dependencies: - abstract-logging: 1.0.0 - async: 2.6.3 - ldapjs: 1.0.2 - merge-options: 1.0.1 + abstract-logging: 2.0.1 + async: 3.2.1 + ldapjs: 2.3.1 + merge-options: 2.0.0 dev: false /add-stream/1.0.0: @@ -7136,7 +5884,7 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 '@babel/runtime-corejs3': 7.15.4 dev: true @@ -7233,20 +5981,11 @@ packages: resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} dev: false - /asn1/0.2.3: - resolution: {integrity: sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=} - dev: false - /asn1/0.2.4: resolution: {integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==} dependencies: safer-buffer: 2.1.2 - /assert-plus/0.1.5: - resolution: {integrity: sha1-7nQAlBMALYTOxyGcasgRgS5yMWA=} - engines: {node: '>=0.8'} - dev: false - /assert-plus/1.0.0: resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} engines: {node: '>=0.8'} @@ -7339,7 +6078,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.16.8 - caniuse-lite: 1.0.30001252 + caniuse-lite: 1.0.30001254 colorette: 1.3.0 fraction.js: 4.1.1 normalize-range: 0.1.2 @@ -7352,7 +6091,7 @@ packages: hasBin: true dependencies: browserslist: 4.16.8 - caniuse-lite: 1.0.30001252 + caniuse-lite: 1.0.30001254 colorette: 1.3.0 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -7410,17 +6149,25 @@ packages: follow-redirects: 1.14.3_debug@4.3.2 transitivePeerDependencies: - debug + dev: true + + /axios/0.21.2_debug@4.3.2: + resolution: {integrity: sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==} + dependencies: + follow-redirects: 1.14.3_debug@4.3.2 + transitivePeerDependencies: + - debug /axobject-query/2.2.0: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.15.0: + /babel-core/7.0.0-bridge.0_@babel+core@7.15.5: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 dev: true /babel-eslint/10.1.0_eslint@7.32.0: @@ -7430,7 +6177,7 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.14.5 - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/traverse': 7.15.4 '@babel/types': 7.15.4 eslint: 7.32.0 @@ -7440,18 +6187,18 @@ packages: - supports-color dev: true - /babel-jest/27.1.0_@babel+core@7.15.0: + /babel-jest/27.1.0_@babel+core@7.15.5: resolution: {integrity: sha512-6NrdqzaYemALGCuR97QkC/FkFIEBWP5pw5TMJoUHZTVXyOgocujp6A0JE2V6gE0HtqAAv6VKU/nI+OCR1Z4gHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@jest/transform': 27.1.0 '@jest/types': 27.1.0 '@types/babel__core': 7.1.15 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 27.0.6_@babel+core@7.15.0 + babel-preset-jest: 27.0.6_@babel+core@7.15.5 chalk: 4.1.2 graceful-fs: 4.2.8 slash: 3.0.0 @@ -7459,35 +6206,19 @@ packages: - supports-color dev: true - /babel-loader/8.2.2_303ea85f7bd45a2eba9348919f810123: + /babel-loader/8.2.2_02ab79faf18a98050fd2cd956ffa58f7: resolution: {integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 find-cache-dir: 3.3.2 loader-utils: 1.4.0 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.51.2_webpack-cli@4.8.0 - dev: true - - /babel-loader/8.2.2_85c0036f82ab2504a5539d08d9ae4e98: - resolution: {integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.15.4 - find-cache-dir: 3.3.2 - loader-utils: 1.4.0 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.52.0_esbuild@0.12.25 - dev: false + webpack: 5.52.0_webpack-cli@4.8.0 /babel-plugin-apply-mdx-type-prop/1.6.22_@babel+core@7.12.9: resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==} @@ -7510,8 +6241,8 @@ packages: dependencies: object.assign: 4.1.2 - /babel-plugin-emotion/10.0.33: - resolution: {integrity: sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ==} + /babel-plugin-emotion/10.2.2: + resolution: {integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==} dependencies: '@babel/helper-module-imports': 7.15.4 '@emotion/hash': 0.8.0 @@ -7562,126 +6293,72 @@ packages: resolve: 1.20.0 dev: true - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.0: + /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.5: resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.0 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: true - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.4: - resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.4 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.4 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-plugin-polyfill-corejs3/0.2.4_@babel+core@7.15.0: + /babel-plugin-polyfill-corejs3/0.2.4_@babel+core@7.15.5: resolution: {integrity: sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 core-js-compat: 3.17.2 transitivePeerDependencies: - supports-color - dev: true - /babel-plugin-polyfill-corejs3/0.2.4_@babel+core@7.15.4: - resolution: {integrity: sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.4 - core-js-compat: 3.17.2 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.0: + /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.5: resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.0 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 transitivePeerDependencies: - supports-color - dev: true - - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.4: - resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.4 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.4 - transitivePeerDependencies: - - supports-color - dev: false /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=} dev: true - /babel-polyfill/6.26.0: - resolution: {integrity: sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=} - dependencies: - babel-runtime: 6.26.0 - core-js: 2.6.10 - regenerator-runtime: 0.10.5 - dev: true - - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.15.0: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.15.5: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.0 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.0 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.0 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.0 + '@babel/core': 7.15.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5 dev: true - /babel-preset-jest/27.0.6_@babel+core@7.15.0: + /babel-preset-jest/27.0.6_@babel+core@7.15.5: resolution: {integrity: sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 babel-plugin-jest-hoist: 27.0.6 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.0 - dev: true - - /babel-runtime/6.26.0: - resolution: {integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4=} - dependencies: - core-js: 2.6.10 - regenerator-runtime: 0.11.1 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.5 dev: true /backoff/2.5.0: @@ -7892,7 +6569,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001252 + caniuse-lite: 1.0.30001254 electron-to-chromium: 1.3.830 escalade: 3.1.1 node-releases: 1.1.75 @@ -7903,7 +6580,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001252 + caniuse-lite: 1.0.30001254 colorette: 1.3.0 electron-to-chromium: 1.3.830 escalade: 3.1.1 @@ -7947,7 +6624,7 @@ packages: resolution: {integrity: sha512-NAsKBH6BeVmDopoa4tod0m5/koM7iLY3saKyGn7wyAravBYmKNUpDJba4zyVhwRm5Dw9WXv8FIO0N//tCkx68Q==} hasBin: true dependencies: - axios: 0.21.1_debug@4.3.2 + axios: 0.21.2_debug@4.3.2 brotli-size: 0.1.0 bytes: 3.1.0 ci-env: 1.16.0 @@ -7961,17 +6638,6 @@ packages: - debug dev: true - /bunyan/1.8.15: - resolution: {integrity: sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==} - engines: {'0': node >=0.10.0} - hasBin: true - optionalDependencies: - dtrace-provider: 0.8.8 - moment: 2.29.1 - mv: 2.1.1 - safe-json-stringify: 1.2.0 - dev: false - /bytes/3.0.0: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} @@ -8046,15 +6712,6 @@ packages: engines: {node: '>= 6'} dev: false - /camelcase-keys/4.2.0: - resolution: {integrity: sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=} - engines: {node: '>=4'} - dependencies: - camelcase: 4.1.0 - map-obj: 2.0.0 - quick-lru: 1.1.0 - dev: true - /camelcase-keys/6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} @@ -8081,12 +6738,12 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.16.8 - caniuse-lite: 1.0.30001252 + caniuse-lite: 1.0.30001254 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - /caniuse-lite/1.0.30001252: - resolution: {integrity: sha512-I56jhWDGMtdILQORdusxBOH+Nl/KgQSdDmpJezYddnAkVOmnoU8zwjTV9xAjMIYxr0iPreEAVylCGcmHCjfaOw==} + /caniuse-lite/1.0.30001254: + resolution: {integrity: sha512-GxeHOvR0LFMYPmFGA+NiTOt9uwYDxB3h154tW2yBYwfz2EMX3i1IBgr6gmJGfU0K8KQsqPa5XqLD8zVdP5lUzA==} /caseless/0.12.0: resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} @@ -8481,13 +7138,6 @@ packages: /commondir/1.0.1: resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} - /compare-func/1.3.4: - resolution: {integrity: sha512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q==} - dependencies: - array-ify: 1.0.0 - dot-prop: 3.0.0 - dev: true - /compare-func/2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} dependencies: @@ -8593,13 +7243,6 @@ packages: resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} engines: {node: '>= 0.6'} - /conventional-changelog-angular/1.6.6: - resolution: {integrity: sha512-suQnFSqCxRwyBxY68pYTsFkG0taIdinHLNEAX5ivtw8bCRnIgnpvcHmlR/yjUyZIrNPYAoXlY1WiEKWgSE4BNg==} - dependencies: - compare-func: 1.3.4 - q: 1.5.1 - dev: true - /conventional-changelog-angular/5.0.12: resolution: {integrity: sha512-5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw==} engines: {node: '>=10'} @@ -8833,11 +7476,6 @@ packages: requiresBuild: true dev: true - /core-js/3.16.4: - resolution: {integrity: sha512-Tq4GVE6XCjE+hcyW6hPy0ofN3hwtLudz5ZRdrlCnsnD/xkm/PWQRudzYHiKgZKUcefV6Q57fhDHjZHJP5dpfSg==} - requiresBuild: true - dev: false - /core-js/3.17.2: resolution: {integrity: sha512-XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA==} requiresBuild: true @@ -8977,7 +7615,7 @@ packages: webpack: 5.52.0_esbuild@0.12.25 dev: false - /css-loader/6.2.0_webpack@5.51.2: + /css-loader/6.2.0_webpack@5.52.0: resolution: {integrity: sha512-/rvHfYRjIpymZblf49w8jYcRo2y9gj6rV8UroHGmBxKrIyGLokpycyKzp9OkitvqT29ZSpzJ0Ic7SpnJX3sC8g==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -8991,7 +7629,7 @@ packages: postcss-modules-values: 4.0.0_postcss@8.3.6 postcss-value-parser: 4.1.0 semver: 7.3.5 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /css-minimizer-webpack-plugin/3.0.2_clean-css@5.1.5+webpack@5.52.0: @@ -9738,13 +8376,6 @@ packages: no-case: 3.0.4 tslib: 2.3.1 - /dot-prop/3.0.0: - resolution: {integrity: sha1-G3CK8JSknJoOfbyteQq6U52sEXc=} - engines: {node: '>=0.10.0'} - dependencies: - is-obj: 1.0.1 - dev: true - /dot-prop/5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} @@ -9764,15 +8395,6 @@ packages: minimatch: 3.0.4 dev: true - /dtrace-provider/0.8.8: - resolution: {integrity: sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg==} - engines: {node: '>=0.10'} - requiresBuild: true - dependencies: - nan: 2.15.0 - dev: false - optional: true - /duplexer/0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -9844,7 +8466,7 @@ packages: /emotion/10.0.27: resolution: {integrity: sha512-2xdDzdWWzue8R8lu4G76uWX5WhyQuzATon9LmNeCy/2BHVC6dsEpfhN1a0qhELgtDVdjyEA6J8Y/VlI5ZnaH0g==} dependencies: - babel-plugin-emotion: 10.0.33 + babel-plugin-emotion: 10.2.2 create-emotion: 10.0.27 dev: true @@ -10138,7 +8760,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 aria-query: 4.2.2 array-includes: 3.1.3 ast-types-flow: 0.0.7 @@ -10573,11 +9195,6 @@ packages: - supports-color dev: true - /extsprintf/1.2.0: - resolution: {integrity: sha1-WtlGwi9bMrp/jNdCZxHG6KP8JSk=} - engines: {'0': node >=0.6.0} - dev: false - /extsprintf/1.3.0: resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=} engines: {'0': node >=0.6.0} @@ -10992,7 +9609,7 @@ packages: resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} engines: {node: '>= 0.6'} - /friendly-errors-webpack-plugin/1.7.0_webpack@5.51.2: + /friendly-errors-webpack-plugin/1.7.0_webpack@5.52.0: resolution: {integrity: sha512-K27M3VK30wVoOarP651zDmb93R9zF28usW4ocaK3mfQeIEI5BPht/EzZs5E8QLLwbLRJQMwscAjDxYPb1FuNiw==} peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 @@ -11000,7 +9617,7 @@ packages: chalk: 1.1.3 error-stack-parser: 2.0.6 string-width: 2.1.1 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /fs-access/1.0.1: @@ -11180,11 +9797,6 @@ packages: resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} engines: {node: '>=8'} - /get-stdin/7.0.0: - resolution: {integrity: sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==} - engines: {node: '>=8'} - dev: true - /get-stdin/8.0.0: resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} engines: {node: '>=10'} @@ -11226,7 +9838,7 @@ packages: hasBin: true dependencies: dargs: 7.0.0 - lodash: 4.17.15 + lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 through2: 4.0.2 @@ -11305,6 +9917,7 @@ packages: minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 + dev: true /glob/7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} @@ -11316,13 +9929,6 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /global-dirs/0.1.1: - resolution: {integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=} - engines: {node: '>=4'} - dependencies: - ini: 1.3.8 - dev: true - /global-dirs/2.1.0: resolution: {integrity: sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==} engines: {node: '>=8'} @@ -11841,20 +10447,6 @@ packages: resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} dev: false - /html-webpack-plugin/5.3.2_webpack@5.51.2: - resolution: {integrity: sha512-HvB33boVNCz2lTyBsSiMffsJ+m0YLIQ+pskblXgN9fnjS1BgEcuAfdInfXfGrkdXV406k9FiDi86eVCDBgJOyQ==} - engines: {node: '>=10.13.0'} - peerDependencies: - webpack: ^5.20.0 - dependencies: - '@types/html-minifier-terser': 5.1.2 - html-minifier-terser: 5.1.1 - lodash: 4.17.21 - pretty-error: 3.0.4 - tapable: 2.2.0 - webpack: 5.51.2_webpack-cli@4.8.0 - dev: true - /html-webpack-plugin/5.3.2_webpack@5.52.0: resolution: {integrity: sha512-HvB33boVNCz2lTyBsSiMffsJ+m0YLIQ+pskblXgN9fnjS1BgEcuAfdInfXfGrkdXV406k9FiDi86eVCDBgJOyQ==} engines: {node: '>=10.13.0'} @@ -11866,8 +10458,7 @@ packages: lodash: 4.17.21 pretty-error: 3.0.4 tapable: 2.2.0 - webpack: 5.52.0_esbuild@0.12.25 - dev: false + webpack: 5.52.0_webpack-cli@4.8.0 /htmlparser2/3.10.1: resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} @@ -12149,11 +10740,6 @@ packages: hasBin: true dev: true - /indent-string/3.2.0: - resolution: {integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=} - engines: {node: '>=4'} - dev: true - /indent-string/4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} @@ -12504,6 +11090,7 @@ packages: /is-plain-obj/1.1.0: resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=} engines: {node: '>=0.10.0'} + dev: true /is-plain-obj/2.1.0: resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} @@ -12652,7 +11239,7 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.0.0 semver: 6.3.0 @@ -12763,10 +11350,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@jest/test-sequencer': 27.1.0 '@jest/types': 27.1.0 - babel-jest: 27.1.0_@babel+core@7.15.0 + babel-jest: 27.1.0_@babel+core@7.15.5 chalk: 4.1.2 deepmerge: 4.2.2 glob: 7.1.7 @@ -13100,17 +11687,17 @@ packages: resolution: {integrity: sha512-eaeUBoEjuuRwmiRI51oTldUsKOohB1F6fPqWKKILuDi/CStxzp2IWekVUXbuHHoz5ik33ioJhshiHpgPFbYgcA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.15.0 + '@babel/core': 7.15.5 '@babel/generator': 7.15.4 - '@babel/parser': 7.15.4 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.0 + '@babel/parser': 7.15.5 + '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.5 '@babel/traverse': 7.15.4 '@babel/types': 7.15.4 '@jest/transform': 27.1.0 '@jest/types': 27.1.0 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.3.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.5 chalk: 4.1.2 expect: 27.1.0 graceful-fs: 4.2.8 @@ -13651,29 +12238,25 @@ packages: dependencies: package-json: 6.5.0 - /ldap-filter/0.2.2: - resolution: {integrity: sha1-8rhCvguG2jNSeYUFsx68rlkNd9A=} + /ldap-filter/0.3.3: + resolution: {integrity: sha1-KxTGiiqdQQTb28kQocqF/Riel5c=} engines: {node: '>=0.8'} dependencies: - assert-plus: 0.1.5 + assert-plus: 1.0.0 dev: false - /ldapjs/1.0.2: - resolution: {integrity: sha1-VE/3Ayt7g8aPBwEyjZKXqmlDQPk=} - engines: {node: '>=0.10'} - hasBin: true + /ldapjs/2.3.1: + resolution: {integrity: sha512-kf0tHHLrpwKaBAQOhYHXgdeh2PkFuCCxWgLb1MRn67ZQVo787D2pij3mmHVZx193GIdM8xcfi8HF6AIYYnj0fQ==} + engines: {node: '>=10.13.0'} dependencies: - asn1: 0.2.3 + abstract-logging: 2.0.1 + asn1: 0.2.4 assert-plus: 1.0.0 backoff: 2.5.0 - bunyan: 1.8.15 - dashdash: 1.14.1 - ldap-filter: 0.2.2 + ldap-filter: 0.3.3 once: 1.4.0 - vasync: 1.6.4 + vasync: 2.2.0 verror: 1.10.0 - optionalDependencies: - dtrace-provider: 0.8.8 dev: false /leven/3.1.0: @@ -13942,10 +12525,6 @@ packages: /lodash.uniq/4.5.0: resolution: {integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=} - /lodash/4.17.15: - resolution: {integrity: sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==} - dev: true - /lodash/4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} @@ -13985,14 +12564,6 @@ packages: dependencies: js-tokens: 4.0.0 - /loud-rejection/1.6.0: - resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} - engines: {node: '>=0.10.0'} - dependencies: - currently-unhandled: 0.4.1 - signal-exit: 3.0.3 - dev: true - /loud-rejection/2.2.0: resolution: {integrity: sha512-S0FayMXku80toa5sZ6Ro4C+s+EtFDCsyJNG/AzFMfX3AxD5Si4dZsgzm/kKnbOxHl5Cv8jBlno8+3XYIh2pNjQ==} engines: {node: '>=8'} @@ -14105,11 +12676,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /map-obj/2.0.0: - resolution: {integrity: sha1-plzSkIepJZi4eRJXpSPgISIqwfk=} - engines: {node: '>=4'} - dev: true - /map-obj/4.2.1: resolution: {integrity: sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==} engines: {node: '>=8'} @@ -14207,8 +12773,8 @@ packages: resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} engines: {node: '>= 0.6'} - /memfs/3.2.3: - resolution: {integrity: sha512-vDKa1icg0KDNzcOPBPAduFFb3YL+pLbQ/3hW7rRgUKpoliTAkPmVV7r/3qJ6YqKyIXEDhzsdSvLlEh137AfWUA==} + /memfs/3.2.4: + resolution: {integrity: sha512-2mDCPhuduRPOxlfgsXF9V+uqC6Jgz8zt/bNe4d4W7d5f6pCzHrWkxLNr17jKGXd4+j2kQNsAG2HARPnt74sqVQ==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -14245,21 +12811,6 @@ packages: engines: {node: '>= 0.10.0'} dev: true - /meow/5.0.0: - resolution: {integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==} - engines: {node: '>=6'} - dependencies: - camelcase-keys: 4.2.0 - decamelize-keys: 1.1.0 - loud-rejection: 1.6.0 - minimist-options: 3.0.2 - normalize-package-data: 2.5.0 - read-pkg-up: 3.0.0 - redent: 2.0.0 - trim-newlines: 2.0.0 - yargs-parser: 10.1.0 - dev: true - /meow/6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} @@ -14315,11 +12866,11 @@ packages: /merge-descriptors/1.0.1: resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} - /merge-options/1.0.1: - resolution: {integrity: sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg==} - engines: {node: '>=4'} + /merge-options/2.0.0: + resolution: {integrity: sha512-S7xYIeWHl2ZUKF7SDeBhGg6rfv5bKxVBdk95s/I7wVF8d+hjLSztJ/B271cnUiF6CAFduEQ5Zn3HYwAjT16DlQ==} + engines: {node: '>=8'} dependencies: - is-plain-obj: 1.1.0 + is-plain-obj: 2.1.0 dev: false /merge-source-map/1.1.0: @@ -14456,14 +13007,14 @@ packages: webpack-sources: 1.4.3 dev: false - /mini-css-extract-plugin/2.2.2_webpack@5.51.2: + /mini-css-extract-plugin/2.2.2_webpack@5.52.0: resolution: {integrity: sha512-eUjQ/q1rQIeHWgIx7ny/DNgXHcMXHdBwgrZQK7Ev8dbR+HxhroFM2Cb6kMiswOYaq05IRJhPuQqXWUABIjjA3g==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 3.1.1 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /minimalistic-assert/1.0.1: @@ -14474,14 +13025,6 @@ packages: dependencies: brace-expansion: 1.1.11 - /minimist-options/3.0.2: - resolution: {integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==} - engines: {node: '>= 4'} - dependencies: - arrify: 1.0.1 - is-plain-obj: 1.1.0 - dev: true - /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -14534,12 +13077,6 @@ packages: resolution: {integrity: sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==} dev: false - /moment/2.29.1: - resolution: {integrity: sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==} - requiresBuild: true - dev: false - optional: true - /ms/2.0.0: resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} @@ -14573,6 +13110,7 @@ packages: mkdirp: 0.5.5 ncp: 2.0.0 rimraf: 2.4.5 + dev: true /nan/2.14.0: resolution: {integrity: sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==} @@ -14618,6 +13156,7 @@ packages: /ncp/2.0.0: resolution: {integrity: sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=} hasBin: true + dev: true /negotiator/0.6.2: resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==} @@ -14834,8 +13373,8 @@ packages: engines: {node: '>=6.0.0'} dev: false - /npm/7.21.1: - resolution: {integrity: sha512-k7XQNHGHAp0VowMMUMRMtntxWatNad9hhYrelUKDPvZ++DBxvofA8QTNPiuMKtx8CBOFA8iJ4aizhbx6ZYVfzQ==} + /npm/7.22.0: + resolution: {integrity: sha512-HJnjTCrGGnacPMCSnrxuHGf2H4VdrY7hwTAK1RwByg0K96KIuTR4QNioFW+bnc/pW0uwpk9lLsDf4BeEQhTv2Q==} engines: {node: '>=10'} hasBin: true dev: false @@ -15105,7 +13644,7 @@ packages: dependencies: is-wsl: 1.1.0 - /optimize-css-assets-webpack-plugin/6.0.1_webpack@5.51.2: + /optimize-css-assets-webpack-plugin/6.0.1_webpack@5.52.0: resolution: {integrity: sha512-BshV2UZPfggZLdUfN3zFBbG4sl/DynUI+YCB6fRRDWaqO2OiWN8GPcp4Y0/fEV6B3k9Hzyk3czve3V/8B/SzKQ==} peerDependencies: webpack: ^4.0.0 @@ -15113,7 +13652,7 @@ packages: cssnano: 5.0.8_postcss@8.3.6 last-call-webpack-plugin: 3.0.0 postcss: 8.3.6 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /optionator/0.8.3: @@ -15521,8 +14060,8 @@ packages: resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==} dev: true - /pnpm/6.14.5: - resolution: {integrity: sha512-+N1B+Bj2JKZJ1GDJS141OgnDmwxAavHi/ecU3IIl0QunPSVBXxd51DbVizCw/mPwIB3UmeT474Fyz8o3Xj9sXA==} + /pnpm/6.14.6: + resolution: {integrity: sha512-PwBdhK7q/QqM8erzDuNu8a85bPNLV4Q3X6G0AFItogwhjDKEtJGKSIIGnvtq8AqnB2r1S9DGAOrQ8yqRJHU8xA==} engines: {node: '>=12.17'} hasBin: true dev: false @@ -16091,16 +14630,6 @@ packages: lodash: 4.17.21 renderkid: 2.0.7 - /pretty-format/26.6.2: - resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} - engines: {node: '>= 10'} - dependencies: - '@jest/types': 26.6.2 - ansi-regex: 5.0.0 - ansi-styles: 4.3.0 - react-is: 17.0.2 - dev: true - /pretty-format/27.1.0: resolution: {integrity: sha512-4aGaud3w3rxAO6OXmK3fwBFQ0bctIOG3/if+jYEFGNGIs0EvuidQm3bZ9mlP2/t9epLNC/12czabfy7TZNSwVA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -16342,11 +14871,6 @@ packages: /quick-format-unescaped/4.0.3: resolution: {integrity: sha512-MaL/oqh02mhEo5m5J2rwsVL23Iw2PEaGVHgT2vFt8AAsr0lfvQA5dpXo9TPu0rz7tSBdUPgkbam0j/fj5ZM8yg==} - /quick-lru/1.1.0: - resolution: {integrity: sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=} - engines: {node: '>=4'} - dev: true - /quick-lru/4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} @@ -16568,21 +15092,6 @@ packages: react-router: 5.2.1_react@17.0.2 dev: false - /react-router-dom/5.2.1_react@17.0.2: - resolution: {integrity: sha512-xhFFkBGVcIVPbWM2KEYzED+nuHQPmulVa7sqIs3ESxzYd1pYg8N8rxPnQ4T2o1zu/2QeDUWcaqST131SO1LR3w==} - peerDependencies: - react: '>=15' - dependencies: - '@babel/runtime': 7.15.4 - history: 4.10.1 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 17.0.2 - react-router: 5.2.1_react@17.0.2 - tiny-invariant: 1.1.0 - tiny-warning: 1.0.3 - dev: true - /react-router-dom/5.3.0_react@17.0.2: resolution: {integrity: sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==} peerDependencies: @@ -16596,7 +15105,6 @@ packages: react-router: 5.2.1_react@17.0.2 tiny-invariant: 1.1.0 tiny-warning: 1.0.3 - dev: false /react-router/5.2.1_react@17.0.2: resolution: {integrity: sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==} @@ -16796,14 +15304,6 @@ packages: dependencies: minimatch: 3.0.4 - /redent/2.0.0: - resolution: {integrity: sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=} - engines: {node: '>=4'} - dependencies: - indent-string: 3.2.0 - strip-indent: 2.0.0 - dev: true - /redent/3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -16821,21 +15321,13 @@ packages: /regenerate/1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} - /regenerator-runtime/0.10.5: - resolution: {integrity: sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=} - dev: true - - /regenerator-runtime/0.11.1: - resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} - dev: true - /regenerator-runtime/0.13.9: resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==} /regenerator-transform/0.14.5: resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} dependencies: - '@babel/runtime': 7.15.3 + '@babel/runtime': 7.15.4 /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -17155,13 +15647,6 @@ packages: engines: {node: '>=8'} dev: true - /resolve-global/1.0.0: - resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==} - engines: {node: '>=8'} - dependencies: - global-dirs: 0.1.1 - dev: true - /resolve-pathname/3.0.0: resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==} @@ -17239,6 +15724,7 @@ packages: hasBin: true dependencies: glob: 6.0.4 + dev: true /rimraf/2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} @@ -17288,12 +15774,6 @@ packages: /safe-buffer/5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - /safe-json-stringify/1.2.0: - resolution: {integrity: sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==} - requiresBuild: true - dev: false - optional: true - /safe-regex/1.1.0: resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=} dependencies: @@ -18160,11 +16640,6 @@ packages: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} - /strip-indent/2.0.0: - resolution: {integrity: sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=} - engines: {node: '>=4'} - dev: true - /strip-indent/3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} @@ -18183,13 +16658,13 @@ packages: /stubs/3.0.0: resolution: {integrity: sha1-6NK6H6nJBXAwPAMLaQD31fiavls=} - /style-loader/3.2.1_webpack@5.51.2: + /style-loader/3.2.1_webpack@5.52.0: resolution: {integrity: sha512-1k9ZosJCRFaRbY6hH49JFlRB0fVSbmnyq1iTPjNxUmGVjBNEmwrrHPenhlp+Lgo51BojHSf6pl2FcqYaN3PfVg==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /style-search/0.1.0: @@ -18227,7 +16702,7 @@ packages: /stylelint-processor-styled-components/1.10.0: resolution: {integrity: sha512-g4HpN9rm0JD0LoHuIOcd/FIjTZCJ0ErQ+dC3VTxp+dSvnkV+MklKCCmCQEdz5K5WxF4vPuzfVgdbSDuPYGZhoA==} dependencies: - '@babel/parser': 7.15.4 + '@babel/parser': 7.15.5 '@babel/traverse': 7.15.4 micromatch: 4.0.4 postcss: 7.0.36 @@ -18235,7 +16710,7 @@ packages: - supports-color dev: true - /stylelint-webpack-plugin/3.0.1_stylelint@13.13.1+webpack@5.51.2: + /stylelint-webpack-plugin/3.0.1_stylelint@13.13.1+webpack@5.52.0: resolution: {integrity: sha512-1qUJTjXSGEGxsdYelZCmDZgA87H6/XR0xrl5a4mwAlIcWcNvr0QeH0e0ZY3ZJTY/rJ2xjKnt5ETvFzOZpPbuDg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -18249,7 +16724,7 @@ packages: normalize-path: 3.0.0 schema-utils: 3.1.1 stylelint: 13.13.1 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /stylelint/13.13.1: @@ -18527,31 +17002,6 @@ packages: supports-hyperlinks: 2.2.0 dev: true - /terser-webpack-plugin/5.2.2_webpack@5.51.2: - resolution: {integrity: sha512-/SNcbgI4Igd0E02R6HY7BnKkQBfAdV6BHcYYXk++QrGXpQoayMt79eaOtTrghtdRoDL5w3hgyMh+AippkuOEFg==} - engines: {node: '>= 10.13.0'} - peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' - webpack: ^5.1.0 - peerDependenciesMeta: - '@swc/core': - optional: true - esbuild: - optional: true - uglify-js: - optional: true - dependencies: - jest-worker: 27.1.0 - p-limit: 3.1.0 - schema-utils: 3.1.1 - serialize-javascript: 6.0.0 - source-map: 0.6.1 - terser: 5.7.2 - webpack: 5.51.2_webpack-cli@4.8.0 - dev: true - /terser-webpack-plugin/5.2.3_esbuild@0.12.25+webpack@5.52.0: resolution: {integrity: sha512-eDbuaDlXhVaaoKuLD3DTNTozKqln6xOG6Us0SzlKG5tNlazG+/cdl8pm9qiF1Di89iWScTI0HcO+CDcf2dkXiw==} engines: {node: '>= 10.13.0'} @@ -18600,7 +17050,7 @@ packages: serialize-javascript: 6.0.0 source-map: 0.6.1 terser: 5.7.2 - webpack: 5.52.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /terser/4.8.0: @@ -18809,11 +17259,6 @@ packages: hasBin: true dev: true - /trim-newlines/2.0.0: - resolution: {integrity: sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=} - engines: {node: '>=4'} - dev: true - /trim-newlines/3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} @@ -19304,7 +17749,7 @@ packages: webpack: 5.52.0_esbuild@0.12.25 dev: false - /url-loader/4.1.1_webpack@5.51.2: + /url-loader/4.1.1_webpack@5.52.0: resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -19317,7 +17762,7 @@ packages: loader-utils: 2.0.0 mime-types: 2.1.32 schema-utils: 3.1.1 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 dev: true /url-parse-lax/3.0.0: @@ -19480,11 +17925,11 @@ packages: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} - /vasync/1.6.4: - resolution: {integrity: sha1-3+k2Fq0OeugBszKp2Iv8XNyOHR8=} + /vasync/2.2.0: + resolution: {integrity: sha1-z951GGChWCLbOxMrxZsRakra8Bs=} engines: {'0': node >=0.6.0} dependencies: - verror: 1.6.0 + verror: 1.10.0 dev: false /vendors/1.0.4: @@ -19570,13 +18015,6 @@ packages: core-util-is: 1.0.2 extsprintf: 1.4.0 - /verror/1.6.0: - resolution: {integrity: sha1-fROyex+swuLakEBetepuW90lLqU=} - engines: {'0': node >=0.6.0} - dependencies: - extsprintf: 1.2.0 - dev: false - /vfile-location/3.2.0: resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==} dev: false @@ -19624,7 +18062,7 @@ packages: engines: {node: '>=8.9.0'} hasBin: true dependencies: - axios: 0.21.1_debug@4.3.2 + axios: 0.21.2_debug@4.3.2 joi: 17.4.2 lodash: 4.17.21 minimist: 1.2.5 @@ -19700,7 +18138,7 @@ packages: humanize: 0.0.9 dev: true - /webpack-cli/4.8.0_de851b65d806004e7c272f5e0c4a00f4: + /webpack-cli/4.8.0_3691794a826a95bb278217ad314163a5: resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} engines: {node: '>=10.13.0'} hasBin: true @@ -19721,45 +18159,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.3 - '@webpack-cli/configtest': 1.0.4_webpack-cli@4.8.0+webpack@5.51.2 - '@webpack-cli/info': 1.3.0_webpack-cli@4.8.0 - '@webpack-cli/serve': 1.5.2_8108ebba5cec55351d9d42a20deed78f - colorette: 1.3.0 - commander: 7.2.0 - execa: 5.1.1 - fastest-levenshtein: 1.0.12 - import-local: 3.0.2 - interpret: 2.2.0 - rechoir: 0.7.1 - v8-compile-cache: 2.3.0 - webpack: 5.51.2_webpack-cli@4.8.0 - webpack-bundle-analyzer: 4.4.2 - webpack-dev-server: 3.11.2_webpack-cli@4.8.0+webpack@5.51.2 - webpack-merge: 5.8.0 - dev: true - - /webpack-cli/4.8.0_e9cdab91c8129719b83a906d10e6617c: - resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - '@webpack-cli/generators': '*' - '@webpack-cli/migrate': '*' - webpack: 4.x.x || 5.x.x - webpack-bundle-analyzer: '*' - webpack-dev-server: '*' - peerDependenciesMeta: - '@webpack-cli/generators': - optional: true - '@webpack-cli/migrate': - optional: true - webpack-bundle-analyzer: - optional: true - webpack-dev-server: - optional: true - dependencies: - '@discoveryjs/json-ext': 0.5.3 - '@webpack-cli/configtest': 1.0.4_webpack-cli@4.8.0+webpack@5.51.2 + '@webpack-cli/configtest': 1.0.4_webpack-cli@4.8.0+webpack@5.52.0 '@webpack-cli/info': 1.3.0_webpack-cli@4.8.0 '@webpack-cli/serve': 1.5.2_webpack-cli@4.8.0 colorette: 1.3.0 @@ -19770,23 +18170,47 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 v8-compile-cache: 2.3.0 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 webpack-bundle-analyzer: 4.4.2 webpack-merge: 5.8.0 dev: true - /webpack-dev-middleware/3.7.3_webpack@5.51.2: - resolution: {integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==} - engines: {node: '>= 6'} + /webpack-cli/4.8.0_5225962909885d5e9a3d1e814c8feb23: + resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} + engines: {node: '>=10.13.0'} + hasBin: true peerDependencies: - webpack: ^4.0.0 || ^5.0.0 + '@webpack-cli/generators': '*' + '@webpack-cli/migrate': '*' + webpack: 4.x.x || 5.x.x + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' + peerDependenciesMeta: + '@webpack-cli/generators': + optional: true + '@webpack-cli/migrate': + optional: true + webpack-bundle-analyzer: + optional: true + webpack-dev-server: + optional: true dependencies: - memory-fs: 0.4.1 - mime: 2.5.2 - mkdirp: 0.5.5 - range-parser: 1.2.1 - webpack: 5.51.2_webpack-cli@4.8.0 - webpack-log: 2.0.0 + '@discoveryjs/json-ext': 0.5.3 + '@webpack-cli/configtest': 1.0.4_webpack-cli@4.8.0+webpack@5.52.0 + '@webpack-cli/info': 1.3.0_webpack-cli@4.8.0 + '@webpack-cli/serve': 1.5.2_8108ebba5cec55351d9d42a20deed78f + colorette: 1.3.0 + commander: 7.2.0 + execa: 5.1.1 + fastest-levenshtein: 1.0.12 + import-local: 3.0.2 + interpret: 2.2.0 + rechoir: 0.7.1 + v8-compile-cache: 2.3.0 + webpack: 5.52.0_webpack-cli@4.8.0 + webpack-bundle-analyzer: 4.4.2 + webpack-dev-server: 3.11.2_webpack-cli@4.8.0+webpack@5.52.0 + webpack-merge: 5.8.0 dev: true /webpack-dev-middleware/3.7.3_webpack@5.52.0: @@ -19799,11 +18223,10 @@ packages: mime: 2.5.2 mkdirp: 0.5.5 range-parser: 1.2.1 - webpack: 5.52.0_esbuild@0.12.25 + webpack: 5.52.0_webpack-cli@4.8.0 webpack-log: 2.0.0 - dev: false - /webpack-dev-server/3.11.2_webpack-cli@4.8.0+webpack@5.51.2: + /webpack-dev-server/3.11.2_webpack-cli@4.8.0+webpack@5.52.0: resolution: {integrity: sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==} engines: {node: '>= 6.11.5'} hasBin: true @@ -19843,9 +18266,9 @@ packages: strip-ansi: 3.0.1 supports-color: 6.1.0 url: 0.11.0 - webpack: 5.51.2_webpack-cli@4.8.0 - webpack-cli: 4.8.0_de851b65d806004e7c272f5e0c4a00f4 - webpack-dev-middleware: 3.7.3_webpack@5.51.2 + webpack: 5.52.0_webpack-cli@4.8.0 + webpack-cli: 4.8.0_5225962909885d5e9a3d1e814c8feb23 + webpack-dev-middleware: 3.7.3_webpack@5.52.0 webpack-log: 2.0.0 ws: 6.2.2 yargs: 13.3.2 @@ -19905,14 +18328,14 @@ packages: ansi-colors: 3.2.4 uuid: 3.4.0 - /webpack-manifest-plugin/4.0.2_webpack@5.51.2: + /webpack-manifest-plugin/4.0.2_webpack@5.52.0: resolution: {integrity: sha512-Ld6j05pRblXAVoX8xdXFDsc/s97cFnR1FOmQawhTSlp6F6aeU1Jia5aqTmDpkueaAz8g9sXpgSOqmEgVAR61Xw==} engines: {node: '>=12.22.0'} peerDependencies: webpack: ^4.44.2 || ^5.47.0 dependencies: tapable: 2.2.0 - webpack: 5.51.2_webpack-cli@4.8.0 + webpack: 5.52.0_webpack-cli@4.8.0 webpack-sources: 2.3.1 dev: true @@ -19941,47 +18364,6 @@ packages: resolution: {integrity: sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==} engines: {node: '>=10.13.0'} - /webpack/5.51.2_webpack-cli@4.8.0: - resolution: {integrity: sha512-odydxP4WA3XYYzwSQUivPxywdzMlY42bbfxMwCaEtHb+i/N9uzKSHcLgWkXo/Gsa+4Zlzf3Jg0hEHn1FnZpk2Q==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.1 - '@types/estree': 0.0.50 - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/wasm-edit': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.4.1 - acorn-import-assertions: 1.7.6_acorn@8.4.1 - browserslist: 4.16.8 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.8.2 - es-module-lexer: 0.7.1 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.8 - json-parse-better-errors: 1.0.2 - loader-runner: 4.2.0 - mime-types: 2.1.32 - neo-async: 2.6.2 - schema-utils: 3.1.1 - tapable: 2.2.0 - terser-webpack-plugin: 5.2.2_webpack@5.51.2 - watchpack: 2.2.0 - webpack-cli: 4.8.0_de851b65d806004e7c272f5e0c4a00f4 - webpack-sources: 3.2.0 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - dev: true - /webpack/5.52.0: resolution: {integrity: sha512-yRZOat8jWGwBwHpco3uKQhVU7HYaNunZiJ4AkAVQkPCUGoZk/tiIXiwG+8HIy/F+qsiZvSOa+GLQOj3q5RKRYg==} engines: {node: '>=10.13.0'} @@ -20062,6 +18444,47 @@ packages: - uglify-js dev: false + /webpack/5.52.0_webpack-cli@4.8.0: + resolution: {integrity: sha512-yRZOat8jWGwBwHpco3uKQhVU7HYaNunZiJ4AkAVQkPCUGoZk/tiIXiwG+8HIy/F+qsiZvSOa+GLQOj3q5RKRYg==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.1 + '@types/estree': 0.0.50 + '@webassemblyjs/ast': 1.11.1 + '@webassemblyjs/wasm-edit': 1.11.1 + '@webassemblyjs/wasm-parser': 1.11.1 + acorn: 8.4.1 + acorn-import-assertions: 1.7.6_acorn@8.4.1 + browserslist: 4.16.8 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.8.2 + es-module-lexer: 0.7.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.8 + json-parse-better-errors: 1.0.2 + loader-runner: 4.2.0 + mime-types: 2.1.32 + neo-async: 2.6.2 + schema-utils: 3.1.1 + tapable: 2.2.0 + terser-webpack-plugin: 5.2.3_webpack@5.52.0 + watchpack: 2.2.0 + webpack-cli: 4.8.0_5225962909885d5e9a3d1e814c8feb23 + webpack-sources: 3.2.0 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: true + /webpackbar/5.0.0-3_webpack@5.52.0: resolution: {integrity: sha512-viW6KCYjMb0NPoDrw2jAmLXU2dEOhRrtku28KmOfeE1vxbfwCYuTbTaMhnkrCZLFAFyY9Q49Z/jzYO80Dw5b8g==} engines: {node: '>=10'} @@ -20347,12 +18770,6 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - /yargs-parser/10.1.0: - resolution: {integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==} - dependencies: - camelcase: 4.1.0 - dev: true - /yargs-parser/13.1.2: resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} dependencies: diff --git a/test/e2e-cli/package.json b/test/e2e-cli/package.json index 58db8487d..59114b9d2 100644 --- a/test/e2e-cli/package.json +++ b/test/e2e-cli/package.json @@ -4,8 +4,8 @@ "version": "1.0.1-alpha.0", "dependencies": { "debug": "4.3.2", - "npm": "7.21.1", - "pnpm": "6.14.5", + "npm": "7.22.0", + "pnpm": "6.14.6", "request": "2.87.0", "yarn": "1.22.11" },