diff --git a/packages/babel-plugin-add-react-display-name/package.json b/packages/babel-plugin-add-react-display-name/package.json index f0f6097a..a2d54458 100644 --- a/packages/babel-plugin-add-react-display-name/package.json +++ b/packages/babel-plugin-add-react-display-name/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/babel-plugin-debug-react-component-file-name/package.json b/packages/babel-plugin-debug-react-component-file-name/package.json index 9b591728..81d66e6f 100644 --- a/packages/babel-plugin-debug-react-component-file-name/package.json +++ b/packages/babel-plugin-debug-react-component-file-name/package.json @@ -3,12 +3,12 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./useComponentFile": "./dist/useComponentFile.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/babel-utils/package.json b/packages/babel-utils/package.json index 8c04b953..02d19609 100644 --- a/packages/babel-utils/package.json +++ b/packages/babel-utils/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/cli-babel/package.json b/packages/cli-babel/package.json index 6c992eee..8109f883 100644 --- a/packages/cli-babel/package.json +++ b/packages/cli-babel/package.json @@ -4,11 +4,10 @@ "license": "MIT", "type": "module", "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/cli-build/package.json b/packages/cli-build/package.json index 9a639cc3..7ce0f229 100644 --- a/packages/cli-build/package.json +++ b/packages/cli-build/package.json @@ -4,11 +4,10 @@ "license": "MIT", "type": "module", "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/cli-dev/package.json b/packages/cli-dev/package.json index 97a86c9c..7c04375a 100644 --- a/packages/cli-dev/package.json +++ b/packages/cli-dev/package.json @@ -4,11 +4,10 @@ "license": "MIT", "type": "module", "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/cli-lint/package.json b/packages/cli-lint/package.json index 476d47fb..77276230 100644 --- a/packages/cli-lint/package.json +++ b/packages/cli-lint/package.json @@ -4,11 +4,10 @@ "license": "MIT", "type": "module", "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/cli-play/package.json b/packages/cli-play/package.json index aec4d8a4..d07d0030 100644 --- a/packages/cli-play/package.json +++ b/packages/cli-play/package.json @@ -4,11 +4,10 @@ "license": "MIT", "type": "module", "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/cli-test/package.json b/packages/cli-test/package.json index f1b3687b..73660549 100644 --- a/packages/cli-test/package.json +++ b/packages/cli-test/package.json @@ -4,11 +4,10 @@ "license": "MIT", "type": "module", "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 52900cc3..5638a992 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/config-babel/package.json b/packages/config-babel/package.json index 3b6da8ab..14bcf2c6 100644 --- a/packages/config-babel/package.json +++ b/packages/config-babel/package.json @@ -3,12 +3,12 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./willBreakingInternalUseOnly": "./dist/internal.cjs" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/config-lint/package.json b/packages/config-lint/package.json index 6eaa4f24..170c42e8 100644 --- a/packages/config-lint/package.json +++ b/packages/config-lint/package.json @@ -3,13 +3,13 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./patch": "./config/patch.cjs", "./config/*": "./config/*.cjs" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/config-webpack-dev-server/package.json b/packages/config-webpack-dev-server/package.json index 2eb8affc..ceb62b4f 100644 --- a/packages/config-webpack-dev-server/package.json +++ b/packages/config-webpack-dev-server/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/config-webpack/package.json b/packages/config-webpack/package.json index 899a4a05..df56d5de 100644 --- a/packages/config-webpack/package.json +++ b/packages/config-webpack/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/config-webpack/src/loaders/cssExtract.ts b/packages/config-webpack/src/loaders/cssExtract.ts index 42016497..49e7911d 100644 --- a/packages/config-webpack/src/loaders/cssExtract.ts +++ b/packages/config-webpack/src/loaders/cssExtract.ts @@ -1,8 +1,6 @@ -import miniCssExtractPluginExports from 'mini-css-extract-plugin'; +import MiniCssExtractPlugin from 'mini-css-extract-plugin'; import {LoaderFactory} from '../interface.js'; -const {default: MiniCssExtractPlugin} = miniCssExtractPluginExports; - const factory: LoaderFactory = () => { return { loader: MiniCssExtractPlugin.loader, diff --git a/packages/config-webpack/src/partials/base.ts b/packages/config-webpack/src/partials/base.ts index eb8b3e80..9eba54d6 100644 --- a/packages/config-webpack/src/partials/base.ts +++ b/packages/config-webpack/src/partials/base.ts @@ -7,7 +7,7 @@ import {compact, dirFromImportMeta, resolveSync, findGitRoot, pMap} from '@reskr import {paramCase} from 'change-case'; import webpack, {EntryObject} from 'webpack'; import ResolveTypeScriptPlugin from 'resolve-typescript-plugin'; -import miniCssExtractPluginExports from 'mini-css-extract-plugin'; +import MiniCssExtractPlugin from 'mini-css-extract-plugin'; import ESLintPlugin from 'eslint-webpack-plugin'; import StyleLintPlugin from 'stylelint-webpack-plugin'; import InterpolateHTMLPlugin from '@reskript/webpack-plugin-interpolate-html'; @@ -17,7 +17,6 @@ import {createHTMLPluginInstances} from '../utils/html.js'; import {convertToWebpackEntry} from '../utils/entry.js'; import * as rules from '../rules/index.js'; -const {default: MiniCssExtractPlugin} = miniCssExtractPluginExports; const {DefinePlugin, ContextReplacementPlugin} = webpack; const toDefines = (context: Record, prefix: string): Record => { diff --git a/packages/core/package.json b/packages/core/package.json index 3e5465b5..f35637c7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "commonjs", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/plugin-qiankun/jest.config.js b/packages/plugin-qiankun/jest.config.js deleted file mode 100644 index 1e88ad02..00000000 --- a/packages/plugin-qiankun/jest.config.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - preset: 'ts-jest/presets/default', - testMatch: ['**/__tests__/**/*.test.ts'], - testEnvironment: 'node', - transformIgnorePatterns: [ - '\\/dist\\/', - 'node_modules', - ], -}; diff --git a/packages/plugin-qiankun/package.json b/packages/plugin-qiankun/package.json index 21925383..5944d664 100644 --- a/packages/plugin-qiankun/package.json +++ b/packages/plugin-qiankun/package.json @@ -2,9 +2,12 @@ "name": "@reskript/plugin-qiankun", "version": "3.0.4", "license": "MIT", - "type": "commonjs", + "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "exports": { + ".": "./dist/index.js" + }, "engines": { "node": ">=14.18.0" }, @@ -18,18 +21,19 @@ "clean": "rm -rf dist", "build": "tsc -p tsconfig.build.json", "lint": "eslint --max-warnings=0 src", - "test": "jest" + "test": "vitest run" }, "devDependencies": { "@types/dedent": "^0.7.0", - "@types/jest": "^27.0.3", "@types/node": "^17.0.4", + "c8": "^7.10.0", "eslint": "^8.6.0", - "jest": "^27.4.5", - "ts-jest": "^27.1.2", - "typescript": "4.6.0-dev.20220105" + "typescript": "4.6.0-dev.20220105", + "vite": "^2.7.7", + "vitest": "^0.0.115" }, "dependencies": { + "@reskript/core": "3.0.4", "@reskript/settings": "3.0.4", "dedent": "^0.7.0", "esbuild": "^0.14.8", diff --git a/packages/plugin-qiankun/src/__tests__/index.test.ts b/packages/plugin-qiankun/src/__tests__/index.test.ts index 9b2b2db1..1a927224 100644 --- a/packages/plugin-qiankun/src/__tests__/index.test.ts +++ b/packages/plugin-qiankun/src/__tests__/index.test.ts @@ -1,3 +1,4 @@ +import {test, expect} from 'vitest'; import {fillProjectSettings} from '@reskript/settings'; import plugin from '../index'; diff --git a/packages/plugin-qiankun/src/__tests__/runtimeEntry.test.ts b/packages/plugin-qiankun/src/__tests__/runtimeEntry.test.ts index 748cd7ce..4b8e03d7 100644 --- a/packages/plugin-qiankun/src/__tests__/runtimeEntry.test.ts +++ b/packages/plugin-qiankun/src/__tests__/runtimeEntry.test.ts @@ -1,3 +1,4 @@ +import {test, expect} from 'vitest'; import runtimeEntry from '../runtimeEntry'; test('output bundle', async () => { diff --git a/packages/plugin-qiankun/src/htmlEntry.ts b/packages/plugin-qiankun/src/htmlEntry.ts index 7c6d01cb..391861e5 100644 --- a/packages/plugin-qiankun/src/htmlEntry.ts +++ b/packages/plugin-qiankun/src/htmlEntry.ts @@ -1,6 +1,7 @@ import fs from 'fs/promises'; +// @ts-expect-error import dedent from 'dedent'; -import {Options, TemplateConfig, PlaceholderConfig} from './interface'; +import {Options, TemplateConfig, PlaceholderConfig} from './interface.js'; const DEFAULT_BACKGROUND_COLOR = '#f5f5f5'; diff --git a/packages/plugin-qiankun/src/index.ts b/packages/plugin-qiankun/src/index.ts index 2e668f6d..03c70401 100644 --- a/packages/plugin-qiankun/src/index.ts +++ b/packages/plugin-qiankun/src/index.ts @@ -1,8 +1,8 @@ import {SettingsPlugin, BuildSettings, DevServerSettings} from '@reskript/settings'; import {Request, Response} from 'webpack-dev-server'; -import {Options} from './interface'; -import htmlEntry from './htmlEntry'; -import runtimeEntry from './runtimeEntry'; +import {Options} from './interface.js'; +import htmlEntry from './htmlEntry.js'; +import runtimeEntry from './runtimeEntry.js'; export default (appName: string, options?: Options): SettingsPlugin => { const finalizeBuild: BuildSettings['finalize'] = config => { diff --git a/packages/plugin-qiankun/src/runtimeEntry.ts b/packages/plugin-qiankun/src/runtimeEntry.ts index 3ef682e3..98967391 100644 --- a/packages/plugin-qiankun/src/runtimeEntry.ts +++ b/packages/plugin-qiankun/src/runtimeEntry.ts @@ -1,5 +1,7 @@ import {build, BuildOptions} from 'esbuild'; +// @ts-expect-error import dedent from 'dedent'; +import {dirFromImportMeta} from '@reskript/core'; const content = (appName: string) => dedent` import {registerMicroApps, start} from 'qiankun'; @@ -20,14 +22,15 @@ export default async (appName: string) => { const options: BuildOptions = { stdin: { contents: content(appName), - resolveDir: __dirname, + resolveDir: dirFromImportMeta(import.meta.url), }, bundle: true, format: 'iife', write: false, sourcemap: false, define: { - 'process.env.NODE_ENV': '"development"', + // 为了避免在UT的时候被`vitest`给替换成`"test": '"development"'`这样子,增加一些动态计算 + ['0process.env.NODE_ENV0'.slice(1, -1)]: '"development"', }, }; const bundle = await build(options); diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index 243a8816..57a92a5b 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -2,9 +2,12 @@ "name": "@reskript/plugin-sass", "version": "3.0.4", "license": "MIT", - "type": "commonjs", + "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "exports": { + ".": "./dist/index.js" + }, "engines": { "node": ">=14.18.0" }, diff --git a/packages/plugin-sass/src/index.ts b/packages/plugin-sass/src/index.ts index e82b2dba..437e743f 100644 --- a/packages/plugin-sass/src/index.ts +++ b/packages/plugin-sass/src/index.ts @@ -2,7 +2,7 @@ import resolve from 'resolve'; import sass from 'sass'; import {normalizeRuleMatch} from '@reskript/core'; import {SettingsPlugin, BuildSettings, LoaderType} from '@reskript/settings'; -import {SassLoaderOptions} from './interface'; +import {SassLoaderOptions} from './interface.js'; export default (options: SassLoaderOptions = {}): SettingsPlugin => { const finalizeBuild: BuildSettings['finalize'] = (config, entry, internals) => { diff --git a/packages/plugin-workspace-no-build/package.json b/packages/plugin-workspace-no-build/package.json index 7a16d687..7d2cbafc 100644 --- a/packages/plugin-workspace-no-build/package.json +++ b/packages/plugin-workspace-no-build/package.json @@ -2,9 +2,12 @@ "name": "@reskript/plugin-workspace-no-build", "version": "3.0.4", "license": "MIT", - "type": "commonjs", + "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "exports": { + ".": "./dist/index.js" + }, "engines": { "node": ">=14.18.0" }, diff --git a/packages/plugin-workspace-no-build/src/index.ts b/packages/plugin-workspace-no-build/src/index.ts index c4e2e031..04d5094b 100644 --- a/packages/plugin-workspace-no-build/src/index.ts +++ b/packages/plugin-workspace-no-build/src/index.ts @@ -1,8 +1,14 @@ import path from 'path'; import {logger, isMonorepo, normalizeRuleMatch} from '@reskript/core'; import {SettingsPlugin} from '@reskript/settings'; -import {Options, LocalPackageInfo} from './interface'; -import {resolveParticipant, findSiblingPackages, buildPackageInfo, buildPeerAlias, checkDependencyGraph} from './utils'; +import {Options, LocalPackageInfo} from './interface.js'; +import { + resolveParticipant, + findSiblingPackages, + buildPackageInfo, + buildPeerAlias, + checkDependencyGraph, +} from './utils.js'; export default (options: Options = {}): SettingsPlugin => async (settings, {cwd}) => { const isWorkspace = await isMonorepo(cwd); diff --git a/packages/plugin-workspace-no-build/src/utils.ts b/packages/plugin-workspace-no-build/src/utils.ts index 52216a80..8ac86712 100644 --- a/packages/plugin-workspace-no-build/src/utils.ts +++ b/packages/plugin-workspace-no-build/src/utils.ts @@ -1,7 +1,7 @@ import path from 'path'; import {findMonorepoRoot, resolveMonorepoPackageDirectories, logger, readPackageConfig, pMap} from '@reskript/core'; import {minVersion, satisfies} from 'semver'; -import {Options, LocalPackageInfo} from './interface'; +import {Options, LocalPackageInfo} from './interface.js'; export const resolveParticipant = (defaults: LocalPackageInfo[], {includes, excludes}: Options) => { // 如果2个都没有,就用默认的 diff --git a/packages/webpack-plugin-extra-script/package.json b/packages/webpack-plugin-extra-script/package.json index d46c8832..45c3ed69 100644 --- a/packages/webpack-plugin-extra-script/package.json +++ b/packages/webpack-plugin-extra-script/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/packages/webpack-plugin-interpolate-html/package.json b/packages/webpack-plugin-interpolate-html/package.json index f0a77079..9313397f 100644 --- a/packages/webpack-plugin-interpolate-html/package.json +++ b/packages/webpack-plugin-interpolate-html/package.json @@ -3,11 +3,11 @@ "version": "3.0.4", "license": "MIT", "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "engines": { "node": ">=14.18.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 122b47f9..baac0350 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,20 +36,20 @@ importers: vite: ^2.7.7 vitest: ^0.0.115 dependencies: - '@babel/core': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/core': 7.16.10 + '@babel/traverse': 7.16.10 '@reskript/babel-utils': link:../babel-utils devDependencies: - '@babel/preset-react': 7.16.7_@babel+core@7.16.7 + '@babel/preset-react': 7.16.7_@babel+core@7.16.10 '@reskript/core': link:../core '@types/babel__core': 7.1.18 '@types/babel__traverse': 7.14.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 c8: 7.11.0 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 packages/babel-plugin-debug-react-component-file-name: specifiers: @@ -71,24 +71,24 @@ importers: vite: ^2.7.7 vitest: ^0.0.115 dependencies: - '@babel/core': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/core': 7.16.10 + '@babel/traverse': 7.16.10 '@reskript/babel-utils': link:../babel-utils devDependencies: - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.7 - '@babel/preset-react': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.10 + '@babel/preset-react': 7.16.7_@babel+core@7.16.10 '@reskript/core': link:../core '@types/babel__core': 7.1.18 '@types/babel__traverse': 7.14.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/react': 17.0.38 c8: 7.11.0 eslint: 8.7.0 react: 17.0.2 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 packages/babel-utils: specifiers: @@ -108,18 +108,18 @@ importers: dependencies: glob: 7.2.0 devDependencies: - '@babel/core': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/core': 7.16.10 + '@babel/traverse': 7.16.10 '@reskript/core': link:../core '@types/babel__core': 7.1.18 '@types/babel__traverse': 7.14.2 '@types/glob': 7.2.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 c8: 7.11.0 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 packages/cli: specifiers: @@ -152,7 +152,7 @@ importers: '@reskript/cli-play': link:../cli-play '@reskript/cli-test': link:../cli-test '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -169,7 +169,7 @@ importers: p-limit: ^4.0.0 typescript: 4.6.0-dev.20220105 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@reskript/config-babel': link:../config-babel '@reskript/core': link:../core cli-highlight: 2.1.11 @@ -177,7 +177,7 @@ importers: devDependencies: '@types/babel__core': 7.1.18 '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -211,7 +211,7 @@ importers: webpack-bundle-analyzer: 4.5.0 devDependencies: '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/ramda': 0.27.64 typescript: 4.6.0-dev.20220105 webpack: 5.66.0 @@ -244,7 +244,7 @@ importers: webpack-merge: 5.8.0 devDependencies: '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 webpack: 5.66.0 @@ -274,7 +274,7 @@ importers: devDependencies: '@types/eslint': 7.29.0 '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/ramda': 0.27.64 typescript: 4.6.0-dev.20220105 @@ -324,7 +324,7 @@ importers: '@reskript/core': link:../core '@reskript/settings': link:../settings body-parser: 1.19.1 - chokidar: 3.5.2 + chokidar: 3.5.3 debounce: 1.2.1 internal-ip: 7.0.0 localforage: 1.10.0 @@ -343,7 +343,7 @@ importers: '@types/dedent': 0.7.0 '@types/marked': 3.0.3 '@types/mdast': 3.0.10 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/ramda': 0.27.64 '@types/react': 17.0.38 c8: 7.11.0 @@ -353,8 +353,8 @@ importers: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 webpack: 5.66.0 packages/cli-test: @@ -377,7 +377,7 @@ importers: ramda: 0.27.2 devDependencies: '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/ramda': 0.27.64 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -423,23 +423,23 @@ importers: vite: ^2.7.7 vitest: ^0.0.115 dependencies: - '@babel/core': 7.16.7 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-decorators': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-do-expressions': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-throw-expressions': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.7 - '@babel/preset-env': 7.16.8_@babel+core@7.16.7 - '@babel/preset-react': 7.16.7_@babel+core@7.16.7 - '@babel/preset-typescript': 7.16.7_@babel+core@7.16.7 - '@babel/traverse': 7.16.8 - '@emotion/babel-plugin': 11.7.2_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-decorators': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-do-expressions': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-throw-expressions': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.10 + '@babel/preset-env': 7.16.10_@babel+core@7.16.10 + '@babel/preset-react': 7.16.7_@babel+core@7.16.10 + '@babel/preset-typescript': 7.16.7_@babel+core@7.16.10 + '@babel/traverse': 7.16.10 + '@emotion/babel-plugin': 11.7.2_@babel+core@7.16.10 '@reskript/babel-plugin-add-react-display-name': link:../babel-plugin-add-react-display-name '@reskript/babel-plugin-debug-react-component-file-name': link:../babel-plugin-debug-react-component-file-name '@reskript/settings': link:../settings @@ -450,18 +450,18 @@ importers: babel-plugin-transform-typescript-metadata: 0.3.2 react-refresh: 0.11.0 devDependencies: - '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.7 + '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.10 '@reskript/core': link:../core - '@rollup/plugin-babel': 5.3.0_b62554d552fc6a9e86014f6457c81276 + '@rollup/plugin-babel': 5.3.0_787b469141f99c26f52cfda92a5042f5 '@types/babel__core': 7.1.18 '@types/lodash': 4.14.178 - '@types/node': 17.0.8 + '@types/node': 17.0.10 c8: 7.11.0 eslint: 8.7.0 rollup: 2.64.0 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 packages/config-img-loader: specifiers: @@ -491,7 +491,7 @@ importers: '@types/imagemin-mozjpeg': 8.0.1 '@types/imagemin-optipng': 5.2.1 '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/resolve': 1.20.1 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -523,12 +523,12 @@ importers: typescript: 4.6.0-dev.20220105 unixify: ^1.0.0 dependencies: - '@babel/core': 7.16.7 - '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.10 '@reskript/config-babel': link:../config-babel '@reskript/core': link:../core '@reskript/settings': link:../settings - babel-jest: 27.4.6_@babel+core@7.16.7 + babel-jest: 27.4.6_@babel+core@7.16.10 enzyme: 3.11.0 enzyme-adapter-react-16: 1.15.6_enzyme@3.11.0 enzyme-to-json: 3.6.2_enzyme@3.11.0 @@ -543,7 +543,7 @@ importers: '@types/enzyme-adapter-react-16': 1.0.6 '@types/jest': 27.4.0 '@types/lodash': 4.14.178 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/resolve': 1.20.1 eslint: 8.7.0 prettier: 2.5.1 @@ -580,29 +580,29 @@ importers: rollup: ^2.62.0 typescript: 4.6.0-dev.20220105 dependencies: - '@babel/core': 7.16.7 - '@babel/eslint-parser': 7.16.5_@babel+core@7.16.7+eslint@8.7.0 + '@babel/core': 7.16.10 + '@babel/eslint-parser': 7.16.5_@babel+core@7.16.10+eslint@8.7.0 '@babel/eslint-plugin': 7.16.5_284eb74ea0d3e090337c2a14ca3d2b5d - '@ecomfe/eslint-config': 7.4.0_6a6b8cc75a3b953c5211b698f7ddab3f + '@ecomfe/eslint-config': 7.4.0_d3f1d9dd407b34cd41c9153fb4931d84 '@ecomfe/stylelint-config': 1.1.2 '@reskript/config-babel': link:../config-babel '@reskript/core': link:../core '@reskript/eslint-plugin': link:../eslint-plugin '@rushstack/eslint-patch': 1.1.0 - '@typescript-eslint/eslint-plugin': 5.9.1_c519caa741419b2be6bbdb11147f5b84 - '@typescript-eslint/parser': 5.9.1_c77e21d11a43cbc5da69093dd024e786 + '@typescript-eslint/eslint-plugin': 5.10.0_59c3a6b591e3d55421490243462133c4 + '@typescript-eslint/parser': 5.10.0_c77e21d11a43cbc5da69093dd024e786 eslint-plugin-babel: 5.3.1_eslint@8.7.0 - eslint-plugin-jest: 25.7.0_a02568e1de30d9a1bfff25376050156f + eslint-plugin-jest: 25.7.0_b730e03c347b1613503c1fbb93f3f8ef eslint-plugin-react: 7.28.0_eslint@8.7.0 eslint-plugin-react-hooks: 4.3.0_eslint@8.7.0 eslint-plugin-reskript: 0.1.2 postcss-less: 5.0.0 resolve: 1.21.0 devDependencies: - '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.7 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.16.7+rollup@2.64.0 + '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.10 + '@rollup/plugin-babel': 5.3.0_a7c98f99416e54f22fd1359414e2c655 '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/postcss-less': 4.0.2 '@types/resolve': 1.20.1 eslint: 8.7.0 @@ -671,7 +671,7 @@ importers: workbox-webpack-plugin: ^6.4.2 worker-loader: ^3.0.8 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@ecomfe/class-names-loader': 2.0.0_webpack@5.66.0 '@reskript/config-babel': link:../config-babel '@reskript/config-lint': link:../config-lint @@ -681,7 +681,7 @@ importers: '@reskript/svg-to-component-loader': link:../svg-to-component-loader '@reskript/webpack-plugin-extra-script': link:../webpack-plugin-extra-script '@reskript/webpack-plugin-interpolate-html': link:../webpack-plugin-interpolate-html - babel-loader: 8.2.3_70acdf73bf8b5ce90b5f0f8b0b09e0d8 + babel-loader: 8.2.3_dfc450ce54b9de99856805a7be396663 case-sensitive-paths-webpack-plugin: 2.4.0 change-case: 4.1.2 classnames: 2.3.1 @@ -697,13 +697,13 @@ importers: less-loader: 10.2.0_less@4.1.2+webpack@5.66.0 less-plugin-functions: 1.0.0 less-plugin-npm-import: 2.1.0 - mini-css-extract-plugin: 2.5.0_webpack@5.66.0 + mini-css-extract-plugin: 2.5.2_webpack@5.66.0 postcss: 8.4.5 postcss-loader: 6.2.1_postcss@8.4.5+webpack@5.66.0 postcss-preset-env: 7.2.3_postcss@8.4.5 ramda: 0.27.2 regenerator-runtime: 0.13.9 - resolve-typescript-plugin: 1.1.3_webpack@5.66.0 + resolve-typescript-plugin: 1.1.4_webpack@5.66.0 style-loader: 3.3.1_webpack@5.66.0 style-resources-loader: 1.5.0_webpack@5.66.0 stylelint-webpack-plugin: 3.1.1_webpack@5.66.0 @@ -717,7 +717,7 @@ importers: devDependencies: '@types/cssnano': 5.0.0 '@types/less': 3.0.3 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/postcss-preset-env': 6.7.3 '@types/resolve': 1.20.1 '@types/stylelint': 13.13.3 @@ -727,8 +727,8 @@ importers: eslint: 8.7.0 semver: 7.3.5 typescript: 4.6.0-dev.20220105 - vite: 2.7.12_less@4.1.2 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13_less@4.1.2 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 webpack: 5.66.0 packages/config-webpack-dev-server: @@ -769,12 +769,12 @@ importers: webpack-merge: 5.8.0 devDependencies: '@types/cli-progress': 3.9.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 c8: 7.11.0 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 webpack: 5.66.0 webpack-dev-server: 4.7.3_webpack@5.66.0 @@ -814,7 +814,7 @@ importers: esbuild: 0.14.11 find-up: 6.2.0 g-status: 2.0.2 - globby: 12.1.0 + globby: 12.2.0 kolorist: 1.5.1 pkg-dir: 6.0.1 ramda: 0.27.2 @@ -823,15 +823,15 @@ importers: devDependencies: '@types/caller': 1.0.0 '@types/dedent': 0.7.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/ramda': 0.27.64 '@types/resolve': 1.20.1 '@types/unixify': 1.0.0 c8: 7.11.0 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 packages/doctor: specifiers: @@ -853,7 +853,7 @@ importers: semver: 7.3.5 devDependencies: '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/semver': 7.3.9 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -869,8 +869,8 @@ importers: dependencies: builtins: 4.0.0 devDependencies: - '@babel/core': 7.16.7 - '@babel/eslint-parser': 7.16.5_@babel+core@7.16.7+eslint@8.7.0 + '@babel/core': 7.16.10 + '@babel/eslint-parser': 7.16.5_@babel+core@7.16.10+eslint@8.7.0 '@babel/eslint-plugin': 7.16.5_284eb74ea0d3e090337c2a14ca3d2b5d eslint: 8.7.0 jest: 27.4.7 @@ -900,7 +900,7 @@ importers: '@types/inquirer': 8.1.3 '@types/jest': 27.4.0 '@types/lodash': 4.14.178 - '@types/node': 17.0.8 + '@types/node': 17.0.10 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -914,7 +914,7 @@ importers: typescript: 4.6.0-dev.20220105 devDependencies: '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 eslint: 8.7.0 jest: 27.4.7 ts-jest: 27.1.3_e73e9da3c5fd460fb2dd381d0863ff42 @@ -922,19 +922,21 @@ importers: packages/plugin-qiankun: specifiers: + '@reskript/core': 3.0.4 '@reskript/settings': 3.0.4 '@types/dedent': ^0.7.0 - '@types/jest': ^27.0.3 '@types/node': ^17.0.4 + c8: ^7.10.0 dedent: ^0.7.0 esbuild: ^0.14.8 eslint: ^8.6.0 - jest: ^27.4.5 qiankun: ^2.6.3 - ts-jest: ^27.1.2 typescript: 4.6.0-dev.20220105 + vite: ^2.7.7 + vitest: ^0.0.115 webpack-dev-server: ^4.7.1 dependencies: + '@reskript/core': link:../core '@reskript/settings': link:../settings dedent: 0.7.0 esbuild: 0.14.11 @@ -942,12 +944,12 @@ importers: webpack-dev-server: 4.7.3 devDependencies: '@types/dedent': 0.7.0 - '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 + c8: 7.11.0 eslint: 8.7.0 - jest: 27.4.7 - ts-jest: 27.1.3_302e56b6f3618a56cf006d3172836099 typescript: 4.6.0-dev.20220105 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 packages/plugin-sass: specifiers: @@ -967,11 +969,11 @@ importers: '@reskript/core': link:../core '@reskript/settings': link:../settings resolve: 1.21.0 - sass: 1.48.0 - sass-loader: 12.4.0_sass@1.48.0+webpack@5.66.0 + sass: 1.49.0 + sass-loader: 12.4.0_sass@1.49.0+webpack@5.66.0 devDependencies: '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/resolve': 1.20.1 '@types/sass': 1.43.1 eslint: 8.7.0 @@ -995,7 +997,7 @@ importers: semver: 7.3.5 devDependencies: '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/semver': 7.3.9 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -1019,7 +1021,7 @@ importers: webpack-dev-server: ^4.7.1 dependencies: '@reskript/core': link:../core - chokidar: 3.5.2 + chokidar: 3.5.3 hasha: 5.2.2 lodash: 4.17.21 schema-utils: 4.0.0 @@ -1027,7 +1029,7 @@ importers: devDependencies: '@types/babel__core': 7.1.18 '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 eslint: 8.7.0 jest: 27.4.7 ts-jest: 27.1.3_e73e9da3c5fd460fb2dd381d0863ff42 @@ -1053,7 +1055,7 @@ importers: devDependencies: '@types/dedent': 0.7.0 '@types/jest': 27.4.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/xml2js': 0.4.9 eslint: 8.7.0 jest: 27.4.7 @@ -1072,13 +1074,13 @@ importers: vitest: ^0.0.115 webpack: ^5.65.0 devDependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 c8: 7.11.0 eslint: 8.7.0 html-webpack-plugin: 5.5.0_webpack@5.66.0 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 webpack: 5.66.0 packages/webpack-plugin-interpolate-html: @@ -1095,13 +1097,13 @@ importers: dependencies: escape-string-regexp: 5.0.0 devDependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 c8: 7.11.0 eslint: 8.7.0 html-webpack-plugin: 5.5.0_webpack@5.66.0 typescript: 4.6.0-dev.20220105 - vite: 2.7.12 - vitest: 0.0.115_c8@7.11.0+vite@2.7.12 + vite: 2.7.13 + vitest: 0.0.115_c8@7.11.0+vite@2.7.13 webpack: 5.66.0 showcase/todo: @@ -1136,7 +1138,7 @@ importers: typescript: 4.6.0-dev.20220105 webpack: ^5.65.0 dependencies: - antd: 4.18.3_react-dom@17.0.2+react@17.0.2 + antd: 4.18.4_react-dom@17.0.2+react@17.0.2 core-js: 3.20.3 localforage: 1.10.0 nanoid: 3.2.0 @@ -1224,24 +1226,24 @@ packages: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.16.7 + '@babel/highlight': 7.16.10 /@babel/compat-data/7.16.8: resolution: {integrity: sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==} engines: {node: '>=6.9.0'} - /@babel/core/7.16.7: - resolution: {integrity: sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==} + /@babel/core/7.16.10: + resolution: {integrity: sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 '@babel/generator': 7.16.8 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.10 '@babel/helper-module-transforms': 7.16.7 '@babel/helpers': 7.16.7 - '@babel/parser': 7.16.8 + '@babel/parser': 7.16.10 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 convert-source-map: 1.8.0 debug: 4.3.3 @@ -1252,14 +1254,14 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.16.5_@babel+core@7.16.7+eslint@8.7.0: + /@babel/eslint-parser/7.16.5_@babel+core@7.16.10+eslint@8.7.0: resolution: {integrity: sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 eslint: 8.7.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 @@ -1272,7 +1274,7 @@ packages: '@babel/eslint-parser': '>=7.11.0' eslint: '>=7.5.0' dependencies: - '@babel/eslint-parser': 7.16.5_@babel+core@7.16.7+eslint@8.7.0 + '@babel/eslint-parser': 7.16.5_@babel+core@7.16.10+eslint@8.7.0 eslint: 8.7.0 eslint-rule-composer: 0.3.0 @@ -1298,25 +1300,25 @@ packages: '@babel/types': 7.16.8 dev: false - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.7: + /@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-validator-option': 7.16.7 browserslist: 4.19.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==} + /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.16.10: + resolution: {integrity: sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -1327,27 +1329,27 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.16.7_@babel+core@7.16.7: + /@babel/helper-create-regexp-features-plugin/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-annotate-as-pure': 7.16.7 regexpu-core: 4.8.0 dev: false - /@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.16.7: - resolution: {integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==} + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.16.10: + resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.10 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 debug: 4.3.3 lodash.debounce: 4.0.8 resolve: 1.21.0 @@ -1411,7 +1413,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color @@ -1444,7 +1446,7 @@ packages: '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-member-expression-to-functions': 7.16.7 '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color @@ -1482,7 +1484,7 @@ packages: dependencies: '@babel/helper-function-name': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color @@ -1493,485 +1495,485 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color - /@babel/highlight/7.16.7: - resolution: {integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==} + /@babel/highlight/7.16.10: + resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.16.8: - resolution: {integrity: sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==} + /@babel/parser/7.16.10: + resolution: {integrity: sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.16.7: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.16.7: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.16.7: + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.16.10: resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.7 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.10 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.7 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.10 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-decorators/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-decorators/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-decorators': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-decorators': 7.16.7_@babel+core@7.16.10 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-do-expressions/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-do-expressions/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-IFa27vSFJgVV6p9HN8TBHPIZdd0v3YplR7dRwzM6fSf2R46HrDPOpaH5KwAqOIedMPAo149hC4M1swu42pValw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-do-expressions': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-do-expressions': 7.16.7_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-export-default-from/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-export-default-from/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.7 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.7 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.7 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.7 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.7 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.7 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.7 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.7 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-private-methods/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-private-methods/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.7 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.10 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-throw-expressions/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-throw-expressions/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-BbjL/uDt7c+OKA7k2YbZIPtOb6qmrzXPybjqrGreP8wMMzTPKjjiK+moqgpElsIXv1XHmlk9PQWdOHD5sL93KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-throw-expressions': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-throw-expressions': 7.16.7_@babel+core@7.16.10 dev: false - /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.7: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.10: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.7: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.10: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.7: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.10: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-decorators/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-decorators/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-do-expressions/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-do-expressions/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-y1Z8konmSeZu1c2ClWvNIY9iGwKtzUzRFGt10A0d2WdOfajBj3RwOPeW8RTN+L7Ag8WQdifeAQxBDrqXO7TZhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.7: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.10: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.7: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.10: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.7: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.10: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.10: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.7: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.10: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-throw-expressions/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-throw-expressions/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-6Kw78ssLHIADvVsqLOLLxuxH4SG55A2tqn0Og2tQQq6X/06HBWLClg6quL+oTfyeVEsPnFYTSECkajseotTnbA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.7: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.10: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.16.7: + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.16.10: resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 @@ -1979,33 +1981,33 @@ packages: - supports-color dev: false - /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-classes/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-classes/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -2017,107 +2019,107 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.10 '@babel/helper-function-name': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-literals/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-literals/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 babel-plugin-dynamic-import-node: 2.3.3 @@ -2125,13 +2127,13 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.7: + /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.10: resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-simple-access': 7.16.7 @@ -2140,13 +2142,13 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 @@ -2156,340 +2158,340 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.16.7: + /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.16.10: resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.10 dev: false - /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-replace-supers': 7.16.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.10 - /@babel/plugin-transform-react-jsx/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-react-jsx/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.10 '@babel/types': 7.16.8 - /@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 regenerator-transform: 0.14.5 dev: false - /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-spread/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-spread/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 dev: false - /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.16.7: + /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.16.10: resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.10 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.16.7: + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/preset-env/7.16.8_@babel+core@7.16.7: - resolution: {integrity: sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==} + /@babel/preset-env/7.16.10_@babel+core@7.16.10: + resolution: {integrity: sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.7 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.16.7 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-private-methods': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.7 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.7 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.7 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.7 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.16.7 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.7 - '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.16.7 - '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.16.7 - '@babel/preset-modules': 0.1.5_@babel+core@7.16.7 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.16.10 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-private-methods': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.10 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.10 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.10 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.16.10 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.10 + '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.16.10 + '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.16.10 + '@babel/preset-modules': 0.1.5_@babel+core@7.16.10 '@babel/types': 7.16.8 - babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.7 - babel-plugin-polyfill-corejs3: 0.5.0_@babel+core@7.16.7 - babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.7 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.16.10 + babel-plugin-polyfill-corejs3: 0.5.1_@babel+core@7.16.10 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.16.10 core-js-compat: 3.20.3 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules/0.1.5_@babel+core@7.16.7: + /@babel/preset-modules/0.1.5_@babel+core@7.16.10: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.10 '@babel/types': 7.16.8 esutils: 2.0.3 dev: false - /@babel/preset-react/7.16.7_@babel+core@7.16.7: + /@babel/preset-react/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-react-pure-annotations': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.16.10 + '@babel/plugin-transform-react-pure-annotations': 7.16.7_@babel+core@7.16.10 - /@babel/preset-typescript/7.16.7_@babel+core@7.16.7: + /@babel/preset-typescript/7.16.7_@babel+core@7.16.10: resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.7 + '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.10 transitivePeerDependencies: - supports-color dev: false @@ -2505,11 +2507,11 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.16.8 + '@babel/parser': 7.16.10 '@babel/types': 7.16.8 - /@babel/traverse/7.16.8: - resolution: {integrity: sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==} + /@babel/traverse/7.16.10: + resolution: {integrity: sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 @@ -2518,15 +2520,15 @@ packages: '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.16.8 + '@babel/parser': 7.16.10 '@babel/types': 7.16.8 debug: 4.3.3 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/traverse/7.16.8_supports-color@5.5.0: - resolution: {integrity: sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==} + /@babel/traverse/7.16.10_supports-color@5.5.0: + resolution: {integrity: sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 @@ -2535,7 +2537,7 @@ packages: '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.16.8 + '@babel/parser': 7.16.10 '@babel/types': 7.16.8 debug: 4.3.3_supports-color@5.5.0 globals: 11.12.0 @@ -2708,7 +2710,7 @@ packages: webpack: 5.66.0 dev: false - /@ecomfe/eslint-config/7.4.0_6a6b8cc75a3b953c5211b698f7ddab3f: + /@ecomfe/eslint-config/7.4.0_d3f1d9dd407b34cd41c9153fb4931d84: resolution: {integrity: sha512-X0gO63txlk+q8KgNQ5SJiCqnc5ii2+01V6Z7vka6SLUGGDK8KLKpwc69Q0jJ9zWKZ4PIDMIuV25nx+GTlqmo8Q==} peerDependencies: '@babel/core': ^7.12.10 @@ -2738,11 +2740,11 @@ packages: eslint-plugin-vue: optional: true dependencies: - '@babel/core': 7.16.7 - '@babel/eslint-parser': 7.16.5_@babel+core@7.16.7+eslint@8.7.0 + '@babel/core': 7.16.10 + '@babel/eslint-parser': 7.16.5_@babel+core@7.16.10+eslint@8.7.0 '@babel/eslint-plugin': 7.16.5_284eb74ea0d3e090337c2a14ca3d2b5d - '@typescript-eslint/eslint-plugin': 5.9.1_c519caa741419b2be6bbdb11147f5b84 - '@typescript-eslint/parser': 5.9.1_c77e21d11a43cbc5da69093dd024e786 + '@typescript-eslint/eslint-plugin': 5.10.0_59c3a6b591e3d55421490243462133c4 + '@typescript-eslint/parser': 5.10.0_c77e21d11a43cbc5da69093dd024e786 eslint: 8.7.0 eslint-plugin-react: 7.28.0_eslint@8.7.0 eslint-plugin-react-hooks: 4.3.0_eslint@8.7.0 @@ -2755,14 +2757,14 @@ packages: stylelint: '>=9' dev: false - /@emotion/babel-plugin/11.7.2_@babel+core@7.16.7: + /@emotion/babel-plugin/11.7.2_@babel+core@7.16.10: resolution: {integrity: sha512-6mGSCWi9UzXut/ZAN6lGFu33wGR3SJisNl3c0tvlmb8XChH1b2SUvxvnOh7hvLpqyRdHHU9AiazV3Cwbk5SXKQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.10 '@babel/runtime': 7.16.7 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.5 @@ -2887,7 +2889,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 chalk: 4.1.2 jest-message-util: 27.4.6 jest-util: 27.4.2 @@ -2907,7 +2909,7 @@ packages: '@jest/test-result': 27.4.6 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -2943,7 +2945,7 @@ packages: dependencies: '@jest/fake-timers': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 jest-mock: 27.4.6 /@jest/fake-timers/27.4.6: @@ -2952,7 +2954,7 @@ packages: dependencies: '@jest/types': 27.4.2 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 17.0.8 + '@types/node': 17.0.10 jest-message-util: 27.4.6 jest-mock: 27.4.6 jest-util: 27.4.2 @@ -2979,7 +2981,7 @@ packages: '@jest/test-result': 27.4.6 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3034,7 +3036,7 @@ packages: resolution: {integrity: sha512-9MsufmJC8t5JTpWEQJ0OcOOAXaH5ioaIX6uHVBLBMoCZPfKKQF+EqP8kACAvCZ0Y1h2Zr3uOccg8re+Dr5jxyw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@jest/types': 27.4.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -3058,7 +3060,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/yargs': 16.0.4 chalk: 4.1.2 @@ -3323,15 +3325,19 @@ packages: '@octokit/rest': 18.12.0 git-url-parse: 11.6.0 npmlog: 4.1.2 + transitivePeerDependencies: + - encoding dev: true /@lerna/gitlab-client/4.0.0: resolution: {integrity: sha512-OMUpGSkeDWFf7BxGHlkbb35T7YHqVFCwBPSIR6wRsszY8PAzCYahtH3IaJzEJyUg6vmZsNl0FSr3pdA2skhxqA==} engines: {node: '>= 10.18.0'} dependencies: - node-fetch: 2.6.6 + node-fetch: 2.6.7 npmlog: 4.1.2 whatwg-url: 8.7.0 + transitivePeerDependencies: + - encoding dev: true /@lerna/global-options/4.0.0: @@ -3601,6 +3607,7 @@ packages: pacote: 11.3.5 semver: 7.3.5 transitivePeerDependencies: + - encoding - supports-color dev: true @@ -3733,6 +3740,8 @@ packages: slash: 3.0.0 temp-write: 4.0.0 write-json-file: 4.3.0 + transitivePeerDependencies: + - encoding dev: true /@lerna/write-log-file/4.0.0: @@ -3872,6 +3881,8 @@ packages: '@octokit/types': 6.34.0 before-after-hook: 2.2.2 universal-user-agent: 6.0.0 + transitivePeerDependencies: + - encoding dev: true /@octokit/endpoint/6.0.12: @@ -3888,6 +3899,8 @@ packages: '@octokit/request': 5.6.2 '@octokit/types': 6.34.0 universal-user-agent: 6.0.0 + transitivePeerDependencies: + - encoding dev: true /@octokit/openapi-types/11.2.0: @@ -3940,8 +3953,10 @@ packages: '@octokit/request-error': 2.1.0 '@octokit/types': 6.34.0 is-plain-object: 5.0.0 - node-fetch: 2.6.6 + node-fetch: 2.6.7 universal-user-agent: 6.0.0 + transitivePeerDependencies: + - encoding dev: true /@octokit/rest/18.12.0: @@ -3951,6 +3966,8 @@ packages: '@octokit/plugin-paginate-rest': 2.17.0_@octokit+core@3.5.1 '@octokit/plugin-request-log': 1.0.4_@octokit+core@3.5.1 '@octokit/plugin-rest-endpoint-methods': 5.13.0_@octokit+core@3.5.1 + transitivePeerDependencies: + - encoding dev: true /@octokit/types/6.34.0: @@ -4003,7 +4020,7 @@ packages: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: false - /@rollup/plugin-babel/5.3.0_@babel+core@7.16.7+rollup@2.64.0: + /@rollup/plugin-babel/5.3.0_787b469141f99c26f52cfda92a5042f5: resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -4014,12 +4031,14 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-module-imports': 7.16.7 '@rollup/pluginutils': 3.1.0_rollup@2.64.0 + '@types/babel__core': 7.1.18 rollup: 2.64.0 + dev: true - /@rollup/plugin-babel/5.3.0_b62554d552fc6a9e86014f6457c81276: + /@rollup/plugin-babel/5.3.0_a7c98f99416e54f22fd1359414e2c655: resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -4030,12 +4049,10 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/helper-module-imports': 7.16.7 '@rollup/pluginutils': 3.1.0_rollup@2.64.0 - '@types/babel__core': 7.1.18 rollup: 2.64.0 - dev: true /@rollup/plugin-node-resolve/11.2.1_rollup@2.64.0: resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} @@ -4092,6 +4109,11 @@ packages: dependencies: '@sinonjs/commons': 1.8.3 + /@socket.io/base64-arraybuffer/1.0.2: + resolution: {integrity: sha512-dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvmcn9q+5+eQ==} + engines: {node: '>= 0.6.0'} + dev: false + /@socket.io/component-emitter/3.0.0: resolution: {integrity: sha512-2pTGuibAXJswAPJjaKisthqS/NOK5ypG4LYT6tEAV0S/mxW0zOIvYvGK0V8w8+SHxAm6vRMSjqSalFXeBAqs+Q==} dev: false @@ -4118,8 +4140,8 @@ packages: string.prototype.matchall: 4.0.6 dev: false - /@testing-library/dom/8.11.1: - resolution: {integrity: sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg==} + /@testing-library/dom/8.11.2: + resolution: {integrity: sha512-idsS/cqbYudXcVWngc1PuWNmXs416oBy2g/7Q8QAUREt5Z3MUkAL2XJD7xazLJ6esDfqRDi/ZBxk+OPPXitHRw==} engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.16.7 @@ -4140,7 +4162,7 @@ packages: react-dom: '*' dependencies: '@babel/runtime': 7.16.7 - '@testing-library/dom': 8.11.1 + '@testing-library/dom': 8.11.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: true @@ -4168,7 +4190,7 @@ packages: /@types/babel__core/7.1.18: resolution: {integrity: sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==} dependencies: - '@babel/parser': 7.16.8 + '@babel/parser': 7.16.10 '@babel/types': 7.16.8 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -4182,7 +4204,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.16.8 + '@babel/parser': 7.16.10 '@babel/types': 7.16.8 /@types/babel__traverse/7.14.2: @@ -4194,12 +4216,12 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/browserslist/4.15.0: resolution: {integrity: sha512-h9LyKErRGZqMsHh9bd+FE8yCIal4S0DxKTOeui56VgVXqa66TKiuaIUxCAI7c1O0LjaUzOTcsMyOpO9GetozRA==} @@ -4225,12 +4247,12 @@ packages: /@types/cheerio/0.22.30: resolution: {integrity: sha512-t7ZVArWZlq3dFa9Yt33qFBQIK4CQd1Q3UJp0V+UhP6vgLWLM6Qug7vZuRSGXg45zXeB1Fm5X2vmBkEX58LV2Tw==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/cli-progress/3.9.2: resolution: {integrity: sha512-VO5/X5Ij+oVgEVjg5u0IXVe3JQSKJX+Ev8C5x+0hPy0AuWyW+bF8tbajR7cPFnDGhs7pidztcac+ccrDtk5teA==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 dev: true /@types/component-emitter/1.2.11: @@ -4241,12 +4263,12 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.28 - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/cookie/0.4.1: resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==} @@ -4286,7 +4308,7 @@ packages: /@types/eslint-scope/3.7.3: resolution: {integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==} dependencies: - '@types/eslint': 8.2.2 + '@types/eslint': 8.4.0 '@types/estree': 0.0.50 dev: true @@ -4296,8 +4318,8 @@ packages: '@types/estree': 0.0.50 '@types/json-schema': 7.0.9 - /@types/eslint/8.2.2: - resolution: {integrity: sha512-nQxgB8/Sg+QKhnV8e0WzPpxjIGT3tuJDDzybkDi8ItE/IgTlHo07U0shaIjzhcvQxlq9SDRE42lsJ23uvEgJ2A==} + /@types/eslint/8.4.0: + resolution: {integrity: sha512-JUYa/5JwoqikCy7O7jKtuNe9Z4ZZt615G+1EKfaDGSNEpzaA2OwbV/G1v08Oa7fd1XzlFoSCvt9ePl9/6FyAug==} dependencies: '@types/estree': 0.0.50 '@types/json-schema': 7.0.9 @@ -4312,7 +4334,7 @@ packages: /@types/express-serve-static-core/4.17.28: resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -4328,12 +4350,12 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 3.0.5 - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} @@ -4348,7 +4370,7 @@ packages: /@types/http-proxy/1.17.8: resolution: {integrity: sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/imagemin-gifsicle/7.0.1: resolution: {integrity: sha512-kUz6sUh0P95JOS0RGEaaemWUrASuw+dLsWIveK2UZJx74id/B9epgblMkCk/r5MjUWbZ83wFvacG5Rb/f97gyA==} @@ -4371,7 +4393,7 @@ packages: /@types/imagemin/8.0.0: resolution: {integrity: sha512-B9X2CUeDv/uUeY9CqkzSTfmsLkeJP6PkmXlh4lODBbf9SwpmNuLS30WzUOi863dgsjY3zt3gY5q2F+UdifRi1A==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 dev: true /@types/inquirer/8.1.3: @@ -4430,8 +4452,8 @@ packages: /@types/minimist/1.2.2: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} - /@types/node/17.0.8: - resolution: {integrity: sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==} + /@types/node/17.0.10: + resolution: {integrity: sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4488,7 +4510,7 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 dev: false /@types/resolve/1.20.1: @@ -4501,7 +4523,7 @@ packages: /@types/sass/1.43.1: resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 dev: true /@types/scheduler/0.16.2: @@ -4521,12 +4543,12 @@ packages: resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} dependencies: '@types/mime': 1.3.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/stack-utils/2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} @@ -4553,7 +4575,7 @@ packages: /@types/through/0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 dev: true /@types/trusted-types/2.0.2: @@ -4574,12 +4596,12 @@ packages: /@types/ws/8.2.2: resolution: {integrity: sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 /@types/xml2js/0.4.9: resolution: {integrity: sha512-CHiCKIihl1pychwR2RNX5mAYmJDACgFVCMT5OArMaO3erzwXVcBqPcusr+Vl8yeeXukxZqtF8mZioqX+mpjjdw==} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 dev: true /@types/yargs-parser/20.2.1: @@ -4590,8 +4612,8 @@ packages: dependencies: '@types/yargs-parser': 20.2.1 - /@typescript-eslint/eslint-plugin/5.9.1_c519caa741419b2be6bbdb11147f5b84: - resolution: {integrity: sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==} + /@typescript-eslint/eslint-plugin/5.10.0_59c3a6b591e3d55421490243462133c4: + resolution: {integrity: sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -4601,10 +4623,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.9.1_c77e21d11a43cbc5da69093dd024e786 - '@typescript-eslint/parser': 5.9.1_c77e21d11a43cbc5da69093dd024e786 - '@typescript-eslint/scope-manager': 5.9.1 - '@typescript-eslint/type-utils': 5.9.1_c77e21d11a43cbc5da69093dd024e786 + '@typescript-eslint/parser': 5.10.0_c77e21d11a43cbc5da69093dd024e786 + '@typescript-eslint/scope-manager': 5.10.0 + '@typescript-eslint/type-utils': 5.10.0_c77e21d11a43cbc5da69093dd024e786 + '@typescript-eslint/utils': 5.10.0_c77e21d11a43cbc5da69093dd024e786 debug: 4.3.3 eslint: 8.7.0 functional-red-black-tree: 1.0.1 @@ -4617,26 +4639,21 @@ packages: - supports-color dev: false - /@typescript-eslint/experimental-utils/5.9.1_c77e21d11a43cbc5da69093dd024e786: - resolution: {integrity: sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==} + /@typescript-eslint/experimental-utils/5.10.0_c77e21d11a43cbc5da69093dd024e786: + resolution: {integrity: sha512-GeQAPqQMI5DVMGOUwGbSR+NdsirryyKOgUFRTWInhlsKUArns/MVnXmPpzxfrzB1nU36cT5WJAwmfCsjoaVBWg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.9.1 - '@typescript-eslint/types': 5.9.1 - '@typescript-eslint/typescript-estree': 5.9.1_typescript@4.6.0-dev.20220105 + '@typescript-eslint/utils': 5.10.0_c77e21d11a43cbc5da69093dd024e786 eslint: 8.7.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.7.0 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/parser/5.9.1_c77e21d11a43cbc5da69093dd024e786: - resolution: {integrity: sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==} + /@typescript-eslint/parser/5.10.0_c77e21d11a43cbc5da69093dd024e786: + resolution: {integrity: sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4645,9 +4662,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.9.1 - '@typescript-eslint/types': 5.9.1 - '@typescript-eslint/typescript-estree': 5.9.1_typescript@4.6.0-dev.20220105 + '@typescript-eslint/scope-manager': 5.10.0 + '@typescript-eslint/types': 5.10.0 + '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.6.0-dev.20220105 debug: 4.3.3 eslint: 8.7.0 typescript: 4.6.0-dev.20220105 @@ -4655,16 +4672,16 @@ packages: - supports-color dev: false - /@typescript-eslint/scope-manager/5.9.1: - resolution: {integrity: sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==} + /@typescript-eslint/scope-manager/5.10.0: + resolution: {integrity: sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.9.1 - '@typescript-eslint/visitor-keys': 5.9.1 + '@typescript-eslint/types': 5.10.0 + '@typescript-eslint/visitor-keys': 5.10.0 dev: false - /@typescript-eslint/type-utils/5.9.1_c77e21d11a43cbc5da69093dd024e786: - resolution: {integrity: sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==} + /@typescript-eslint/type-utils/5.10.0_c77e21d11a43cbc5da69093dd024e786: + resolution: {integrity: sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -4673,7 +4690,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.9.1_c77e21d11a43cbc5da69093dd024e786 + '@typescript-eslint/utils': 5.10.0_c77e21d11a43cbc5da69093dd024e786 debug: 4.3.3 eslint: 8.7.0 tsutils: 3.21.0_typescript@4.6.0-dev.20220105 @@ -4682,13 +4699,13 @@ packages: - supports-color dev: false - /@typescript-eslint/types/5.9.1: - resolution: {integrity: sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==} + /@typescript-eslint/types/5.10.0: + resolution: {integrity: sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/5.9.1_typescript@4.6.0-dev.20220105: - resolution: {integrity: sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==} + /@typescript-eslint/typescript-estree/5.10.0_typescript@4.6.0-dev.20220105: + resolution: {integrity: sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4696,8 +4713,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.9.1 - '@typescript-eslint/visitor-keys': 5.9.1 + '@typescript-eslint/types': 5.10.0 + '@typescript-eslint/visitor-keys': 5.10.0 debug: 4.3.3 globby: 11.1.0 is-glob: 4.0.3 @@ -4708,12 +4725,30 @@ packages: - supports-color dev: false - /@typescript-eslint/visitor-keys/5.9.1: - resolution: {integrity: sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==} + /@typescript-eslint/utils/5.10.0_c77e21d11a43cbc5da69093dd024e786: + resolution: {integrity: sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.9 + '@typescript-eslint/scope-manager': 5.10.0 + '@typescript-eslint/types': 5.10.0 + '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.6.0-dev.20220105 + eslint: 8.7.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.7.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/visitor-keys/5.10.0: + resolution: {integrity: sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.9.1 - eslint-visitor-keys: 3.1.0 + '@typescript-eslint/types': 5.10.0 + eslint-visitor-keys: 3.2.0 dev: false /@webassemblyjs/ast/1.11.1: @@ -5034,8 +5069,8 @@ packages: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} - /antd/4.18.3_react-dom@17.0.2+react@17.0.2: - resolution: {integrity: sha512-EoCMY8pFKX9IVAc0Bdi3DWR03IIOHa6mTZALOGjrKbPm3kbrcvoBTCNXq4BMeVA1dZbMeoBw46peeJLyMp2avw==} + /antd/4.18.4_react-dom@17.0.2+react@17.0.2: + resolution: {integrity: sha512-7KCEhIyPeQJF/OenkfOTcx+5sHpiI5U6OzYmTUJn9wVPjcl07eFXu2w9teM9pJV9X7mSUWyPeM5aMFmBQo2TNQ==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -5051,7 +5086,7 @@ packages: lodash: 4.17.21 memoize-one: 6.0.0 moment: 2.29.1 - rc-cascader: 3.0.0-alpha.7_react-dom@17.0.2+react@17.0.2 + rc-cascader: 3.0.0-alpha.8_react-dom@17.0.2+react@17.0.2 rc-checkbox: 2.3.2_react-dom@17.0.2+react@17.0.2 rc-collapse: 3.1.2_react-dom@17.0.2+react@17.0.2 rc-dialog: 8.6.0_react-dom@17.0.2+react@17.0.2 @@ -5069,7 +5104,7 @@ packages: rc-progress: 3.2.4_react-dom@17.0.2+react@17.0.2 rc-rate: 2.9.1_react-dom@17.0.2+react@17.0.2 rc-resize-observer: 1.2.0_react-dom@17.0.2+react@17.0.2 - rc-select: 14.0.0-alpha.22_react-dom@17.0.2+react@17.0.2 + rc-select: 14.0.0-alpha.23_react-dom@17.0.2+react@17.0.2 rc-slider: 9.7.5_react-dom@17.0.2+react@17.0.2 rc-steps: 4.1.4_react-dom@17.0.2+react@17.0.2 rc-switch: 3.2.2_react-dom@17.0.2+react@17.0.2 @@ -5077,8 +5112,8 @@ packages: rc-tabs: 11.10.5_react-dom@17.0.2+react@17.0.2 rc-textarea: 0.3.7_react-dom@17.0.2+react@17.0.2 rc-tooltip: 5.1.1_react-dom@17.0.2+react@17.0.2 - rc-tree: 5.3.8_react-dom@17.0.2+react@17.0.2 - rc-tree-select: 5.0.0-alpha.4_react-dom@17.0.2+react@17.0.2 + rc-tree: 5.4.3_react-dom@17.0.2+react@17.0.2 + rc-tree-select: 5.1.1_react-dom@17.0.2+react@17.0.2 rc-trigger: 5.2.10_react-dom@17.0.2+react@17.0.2 rc-upload: 4.3.3_react-dom@17.0.2+react@17.0.2 rc-util: 5.16.1_react-dom@17.0.2+react@17.0.2 @@ -5330,7 +5365,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.19.1 - caniuse-lite: 1.0.30001299 + caniuse-lite: 1.0.30001300 fraction.js: 4.1.2 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -5346,32 +5381,32 @@ packages: resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} dev: true - /babel-jest/27.4.6_@babel+core@7.16.7: + /babel-jest/27.4.6_@babel+core@7.16.10: resolution: {integrity: sha512-qZL0JT0HS1L+lOuH+xC2DVASR3nunZi/ozGhpgauJHgmI7f8rudxf6hUjEHympdQ/J64CdKmPkgfJ+A3U6QCrg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 '@types/babel__core': 7.1.18 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.4.0_@babel+core@7.16.7 + babel-preset-jest: 27.4.0_@babel+core@7.16.10 chalk: 4.1.2 graceful-fs: 4.2.9 slash: 3.0.0 transitivePeerDependencies: - supports-color - /babel-loader/8.2.3_70acdf73bf8b5ce90b5f0f8b0b09e0d8: + /babel-loader/8.2.3_dfc450ce54b9de99856805a7be396663: resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 find-cache-dir: 3.3.2 loader-utils: 1.4.0 make-dir: 3.1.0 @@ -5431,38 +5466,38 @@ packages: resolve: 1.21.0 dev: false - /babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.16.7: - resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} + /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.16.10: + resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.7 - '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.10 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.5.0_@babel+core@7.16.7: - resolution: {integrity: sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==} + /babel-plugin-polyfill-corejs3/0.5.1_@babel+core@7.16.10: + resolution: {integrity: sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.10 core-js-compat: 3.20.3 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.16.7: - resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} + /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.16.10: + resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.10 transitivePeerDependencies: - supports-color dev: false @@ -5504,34 +5539,34 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.7: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.10: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.7 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.7 - - /babel-preset-jest/27.4.0_@babel+core@7.16.7: + '@babel/core': 7.16.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.10 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.10 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.10 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.10 + + /babel-preset-jest/27.4.0_@babel+core@7.16.10: resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 babel-plugin-jest-hoist: 27.4.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.7 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.10 /backo2/1.0.2: resolution: {integrity: sha1-MasayLEpNjRj41s+u2n038+6eUc=} @@ -5560,11 +5595,6 @@ packages: pascalcase: 0.1.1 dev: true - /base64-arraybuffer/1.0.1: - resolution: {integrity: sha512-vFIUq7FdLtjZMhATwDul5RZWv2jpXQ09Pd6jcVEOvIsqCWTRFD/ONHNfyOS8dA/Ippi5dsIgpyKWKZaAKZltbA==} - engines: {node: '>= 0.6.0'} - dev: false - /base64-js/1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: false @@ -5743,8 +5773,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001299 - electron-to-chromium: 1.4.46 + caniuse-lite: 1.0.30001300 + electron-to-chromium: 1.4.49 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -5970,13 +6000,13 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.19.1 - caniuse-lite: 1.0.30001299 + caniuse-lite: 1.0.30001300 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001299: - resolution: {integrity: sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==} + /caniuse-lite/1.0.30001300: + resolution: {integrity: sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6112,8 +6142,8 @@ packages: tslib: 2.3.1 dev: false - /chokidar/3.5.2: - resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==} + /chokidar/3.5.3: + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.2 @@ -6694,7 +6724,7 @@ packages: postcss: ^8.3 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /css-color-keywords/1.0.0: @@ -6724,7 +6754,7 @@ packages: postcss: ^8.3 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /css-loader/6.5.1_webpack@5.66.0: @@ -7408,8 +7438,8 @@ packages: jake: 10.8.2 dev: false - /electron-to-chromium/1.4.46: - resolution: {integrity: sha512-UtV0xUA/dibCKKP2JMxOpDtXR74zABevuUEH4K0tvduFSIoxRVcYmQsbB51kXsFTX8MmOyWMt8tuZAlmDOqkrQ==} + /electron-to-chromium/1.4.49: + resolution: {integrity: sha512-k/0t1TRfonHIp8TJKfjBu2cKj8MqYTiEpOhci+q7CVEE5xnCQnx1pTa+V8b/sdhe4S3PR4p4iceEQWhGrKQORQ==} /emittery/0.8.1: resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} @@ -7446,7 +7476,7 @@ packages: dependencies: '@socket.io/component-emitter': 3.0.0 debug: 4.3.3 - engine.io-parser: 5.0.2 + engine.io-parser: 5.0.3 has-cors: 1.1.0 parseqs: 0.0.6 parseuri: 0.0.6 @@ -7459,26 +7489,26 @@ packages: - utf-8-validate dev: false - /engine.io-parser/5.0.2: - resolution: {integrity: sha512-wuiO7qO/OEkPJSFueuATIXtrxF7/6GTbAO9QLv7nnbjwZ5tYhLm9zxvLwxstRs0dcT0KUlWTjtIOs1T86jt12g==} + /engine.io-parser/5.0.3: + resolution: {integrity: sha512-BtQxwF27XUNnSafQLvDi0dQ8s3i6VgzSoQMJacpIcGNrlUdfHSKbgm3jmjCVvQluGzqwujQMPAoMai3oYSTurg==} engines: {node: '>=10.0.0'} dependencies: - base64-arraybuffer: 1.0.1 + '@socket.io/base64-arraybuffer': 1.0.2 dev: false - /engine.io/6.1.1: - resolution: {integrity: sha512-AyMc20q8JUUdvKd46+thc9o7yCZ6iC6MoBCChG5Z1XmFMpp+2+y/oKvwpZTUJB0KCjxScw1dV9c2h5pjiYBLuQ==} + /engine.io/6.1.2: + resolution: {integrity: sha512-v/7eGHxPvO2AWsksyx2PUsQvBafuvqs0jJJQ0FdmJG1b9qIvgSbqDRGwNhfk2XHaTTbTXiC4quRE8Q9nRjsrQQ==} engines: {node: '>=10.0.0'} dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.12 - '@types/node': 17.0.8 + '@types/node': 17.0.10 accepts: 1.3.7 base64id: 2.0.0 cookie: 0.4.1 cors: 2.8.5 debug: 4.3.3 - engine.io-parser: 5.0.2 + engine.io-parser: 5.0.3 ws: 8.2.3 transitivePeerDependencies: - bufferutil @@ -8061,7 +8091,7 @@ packages: eslint-rule-composer: 0.3.0 dev: false - /eslint-plugin-jest/25.7.0_a02568e1de30d9a1bfff25376050156f: + /eslint-plugin-jest/25.7.0_b730e03c347b1613503c1fbb93f3f8ef: resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -8074,8 +8104,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.9.1_c519caa741419b2be6bbdb11147f5b84 - '@typescript-eslint/experimental-utils': 5.9.1_c77e21d11a43cbc5da69093dd024e786 + '@typescript-eslint/eslint-plugin': 5.10.0_59c3a6b591e3d55421490243462133c4 + '@typescript-eslint/experimental-utils': 5.10.0_c77e21d11a43cbc5da69093dd024e786 eslint: 8.7.0 transitivePeerDependencies: - supports-color @@ -8155,11 +8185,6 @@ packages: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} - /eslint-visitor-keys/3.1.0: - resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: false - /eslint-visitor-keys/3.2.0: resolution: {integrity: sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8764,7 +8789,7 @@ packages: '@babel/code-frame': 7.16.7 '@types/json-schema': 7.0.9 chalk: 4.1.2 - chokidar: 3.5.2 + chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 eslint: 8.7.0 @@ -9199,8 +9224,8 @@ packages: merge2: 1.4.1 slash: 3.0.0 - /globby/12.1.0: - resolution: {integrity: sha512-YULDaNwsoUZkRy9TWSY/M7Obh0abamTKoKzTfOI3uU+hfpX2FZqOq8LFDxsjYheF1RH7ITdArgbQnsNBFgcdBA==} + /globby/12.2.0: + resolution: {integrity: sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: array-union: 3.0.1 @@ -10341,8 +10366,8 @@ packages: resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.16.7 - '@babel/parser': 7.16.8 + '@babel/core': 7.16.10 + '@babel/parser': 7.16.10 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -10407,7 +10432,7 @@ packages: '@jest/environment': 27.4.6 '@jest/test-result': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -10464,10 +10489,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@jest/test-sequencer': 27.4.6 '@jest/types': 27.4.2 - babel-jest: 27.4.6_@babel+core@7.16.7 + babel-jest: 27.4.6_@babel+core@7.16.10 chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 @@ -10524,7 +10549,7 @@ packages: '@jest/environment': 27.4.6 '@jest/fake-timers': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 jest-mock: 27.4.6 jest-util: 27.4.2 jsdom: 16.7.0 @@ -10541,7 +10566,7 @@ packages: '@jest/environment': 27.4.6 '@jest/fake-timers': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 jest-mock: 27.4.6 jest-util: 27.4.2 @@ -10555,7 +10580,7 @@ packages: dependencies: '@jest/types': 27.4.2 '@types/graceful-fs': 4.1.5 - '@types/node': 17.0.8 + '@types/node': 17.0.10 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.9 @@ -10576,7 +10601,7 @@ packages: '@jest/source-map': 27.4.0 '@jest/test-result': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 chalk: 4.1.2 co: 4.6.0 expect: 27.4.6 @@ -10627,7 +10652,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 /jest-pnp-resolver/1.2.2_jest-resolve@27.4.6: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} @@ -10682,7 +10707,7 @@ packages: '@jest/test-result': 27.4.6 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 @@ -10738,23 +10763,23 @@ packages: resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 graceful-fs: 4.2.9 /jest-snapshot/27.4.6: resolution: {integrity: sha512-fafUCDLQfzuNP9IRcEqaFAMzEe7u5BF7mude51wyWv7VRex60WznZIC7DfKTgSIlJa8aFzYmXclmN328aqSDmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.10 '@babel/generator': 7.16.8 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.7 - '@babel/traverse': 7.16.8 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.10 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.4.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.7 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.10 chalk: 4.1.2 expect: 27.4.6 graceful-fs: 4.2.9 @@ -10775,7 +10800,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.9 @@ -10798,7 +10823,7 @@ packages: dependencies: '@jest/test-result': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.8 + '@types/node': 17.0.10 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.4.2 @@ -10808,7 +10833,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -10817,7 +10842,7 @@ packages: resolution: {integrity: sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.8 + '@types/node': 17.0.10 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -11092,6 +11117,7 @@ packages: import-local: 3.1.0 npmlog: 4.1.2 transitivePeerDependencies: + - encoding - supports-color dev: true @@ -11813,8 +11839,8 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - /mini-css-extract-plugin/2.5.0_webpack@5.66.0: - resolution: {integrity: sha512-hWAswjzsausaaIjk4GiUtoiNnsMc8tLAA2TZ0vbMDZcxKYS/b3UBGNElBjgQ4QYztYR+nsKp5h2Lo1NL3zz2bg==} + /mini-css-extract-plugin/2.5.2_webpack@5.66.0: + resolution: {integrity: sha512-Lwgq9qLNyBK6yNLgzssXnq4r2+mB9Mz3cJWlM8kseysHIvTicFhDNimFgY94jjqlwhNzLPsq8wv4X+vOHtMdYA==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 @@ -12024,16 +12050,10 @@ packages: thenify-all: 1.6.0 dev: false - /nanoid/3.1.32: - resolution: {integrity: sha512-F8mf7R3iT9bvThBoW4tGXhXFHCctyCiUUPrWF8WaTqa3h96d9QybkSeba43XVOOE3oiLfkVDe4bT8MeGmkrTxw==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - /nanoid/3.2.0: resolution: {integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - dev: false /nanomatch/1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} @@ -12109,9 +12129,14 @@ packages: lodash: 4.17.21 dev: false - /node-fetch/2.6.6: - resolution: {integrity: sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==} + /node-fetch/2.6.7: + resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true dependencies: whatwg-url: 5.0.0 dev: true @@ -13112,7 +13137,7 @@ packages: postcss: ^8.0.2 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-calc/8.2.2_postcss@8.4.5: @@ -13121,7 +13146,7 @@ packages: postcss: ^8.2.2 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 dev: false @@ -13187,8 +13212,8 @@ packages: postcss: 8.4.5 dev: false - /postcss-custom-properties/12.1.2_postcss@8.4.5: - resolution: {integrity: sha512-Zvd+k66PHBYYPiXtdjNVx2l54Y9kQC7K1eUHzBND97RW/ayNxfaPOW+9NL3r0nsVbX1asPLdkDj585Wg0NBJCA==} + /postcss-custom-properties/12.1.3_postcss@8.4.5: + resolution: {integrity: sha512-rtu3otIeY532PnEuuBrIIe+N+pcdbX/7JMZfrcL09wc78YayrHw5E8UkDfvnlOhEUrI4ptCuzXQfj+Or6spbGA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 @@ -13204,7 +13229,7 @@ packages: postcss: ^8.1.2 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-dir-pseudo-class/6.0.3_postcss@8.4.5: @@ -13214,7 +13239,7 @@ packages: postcss: ^8.3 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-discard-comments/5.0.1_postcss@8.4.5: @@ -13280,7 +13305,7 @@ packages: postcss: ^8.3 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-focus-within/5.0.3_postcss@8.4.5: @@ -13290,7 +13315,7 @@ packages: postcss: ^8.3 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-font-variant/5.0.0_postcss@8.4.5: @@ -13420,7 +13445,7 @@ packages: caniuse-api: 3.0.0 cssnano-utils: 3.0.0_postcss@8.4.5 postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-minify-font-values/5.0.2_postcss@8.4.5: @@ -13466,7 +13491,7 @@ packages: dependencies: alphanum-sort: 1.0.2 postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-modules-extract-imports/3.0.0_postcss@8.4.5: @@ -13486,7 +13511,7 @@ packages: dependencies: icss-utils: 5.1.0_postcss@8.4.5 postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 dev: false @@ -13497,7 +13522,7 @@ packages: postcss: ^8.1.0 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-modules-values/4.0.0_postcss@8.4.5: @@ -13516,7 +13541,7 @@ packages: peerDependencies: postcss: ^8.2.14 dependencies: - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-nesting/10.1.2_postcss@8.4.5: @@ -13526,7 +13551,7 @@ packages: postcss: ^8.3 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-normalize-charset/5.0.1_postcss@8.4.5: @@ -13666,7 +13691,7 @@ packages: dependencies: autoprefixer: 10.4.2_postcss@8.4.5 browserslist: 4.19.1 - caniuse-lite: 1.0.30001299 + caniuse-lite: 1.0.30001300 css-blank-pseudo: 3.0.2_postcss@8.4.5 css-has-pseudo: 3.0.3_postcss@8.4.5 css-prefers-color-scheme: 6.0.2_postcss@8.4.5 @@ -13677,7 +13702,7 @@ packages: postcss-color-hex-alpha: 8.0.2_postcss@8.4.5 postcss-color-rebeccapurple: 7.0.2_postcss@8.4.5 postcss-custom-media: 8.0.0_postcss@8.4.5 - postcss-custom-properties: 12.1.2_postcss@8.4.5 + postcss-custom-properties: 12.1.3_postcss@8.4.5 postcss-custom-selectors: 6.0.0_postcss@8.4.5 postcss-dir-pseudo-class: 6.0.3_postcss@8.4.5 postcss-double-position-gradients: 3.0.4_postcss@8.4.5 @@ -13707,7 +13732,7 @@ packages: postcss: ^8.3 dependencies: postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-reduce-initial/5.0.2_postcss@8.4.5: @@ -13759,8 +13784,8 @@ packages: postcss: 8.4.5 dev: false - /postcss-selector-parser/6.0.8: - resolution: {integrity: sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==} + /postcss-selector-parser/6.0.9: + resolution: {integrity: sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -13785,7 +13810,7 @@ packages: dependencies: alphanum-sort: 1.0.2 postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /postcss-value-parser/3.3.1: @@ -13807,9 +13832,9 @@ packages: resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.1.32 + nanoid: 3.2.0 picocolors: 1.0.0 - source-map-js: 1.0.1 + source-map-js: 1.0.2 /prelude-ls/1.1.2: resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} @@ -13981,7 +14006,7 @@ packages: commander: 8.3.0 glob: 7.2.0 postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /q/1.5.1: @@ -14102,8 +14127,8 @@ packages: resize-observer-polyfill: 1.5.1 dev: false - /rc-cascader/3.0.0-alpha.7_react-dom@17.0.2+react@17.0.2: - resolution: {integrity: sha512-hHhPJW9ll41vMd36gmZWYem9749KI9cW51tPQWCp/AS98wgdz/m71y0eXzHIsiVrsIq54sAvccmHK/ZwrRi13Q==} + /rc-cascader/3.0.0-alpha.8_react-dom@17.0.2+react@17.0.2: + resolution: {integrity: sha512-zZ6tczHacUy622E7m5aruCcB3ii+J5bhusCPpyb64LP9KbcKcquchdgWeeyVY/7K8BrJXOTOJW1MDZ9nxsWBWw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -14111,8 +14136,8 @@ packages: '@babel/runtime': 7.16.7 array-tree-filter: 2.1.0 classnames: 2.3.1 - rc-select: 14.0.0-alpha.22_react-dom@17.0.2+react@17.0.2 - rc-tree: 5.3.8_react-dom@17.0.2+react@17.0.2 + rc-select: 14.0.0-alpha.23_react-dom@17.0.2+react@17.0.2 + rc-tree: 5.4.3_react-dom@17.0.2+react@17.0.2 rc-util: 5.16.1_react-dom@17.0.2+react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -14373,8 +14398,8 @@ packages: resize-observer-polyfill: 1.5.1 dev: false - /rc-select/14.0.0-alpha.22_react-dom@17.0.2+react@17.0.2: - resolution: {integrity: sha512-ScNdwUPMgXQbHlk5EisZchrs+HiqdBLzSh/hcjJh2dOA56DhawcZOGn8URS0rJSW4V3IbE26SVYBH60jV56SwQ==} + /rc-select/14.0.0-alpha.23_react-dom@17.0.2+react@17.0.2: + resolution: {integrity: sha512-rOTMfpMEtwjzfYdlRSAgTwL2/kDc6Clj/OpxzAbfF0KDBetPpRQAGTL5Y7ErHl7+mJ9hKoitbwy9YQrE+DjRWQ==} engines: {node: '>=8.x'} peerDependencies: react: '*' @@ -14494,23 +14519,23 @@ packages: react-dom: 17.0.2_react@17.0.2 dev: false - /rc-tree-select/5.0.0-alpha.4_react-dom@17.0.2+react@17.0.2: - resolution: {integrity: sha512-jKM8XoN3W/7cQmOP+Ypqcu2b2aa7GS8ZIzbAvdLzHt0h0/pTTuyzsNDpejgrX0+S0D0VkpYaZ1dxJQQ7Tinc1Q==} + /rc-tree-select/5.1.1_react-dom@17.0.2+react@17.0.2: + resolution: {integrity: sha512-jchIaOTBvJjr3WJXPJc4wCeROIktkq8Ykf888GmL94nItJmqS9H6nCjSchEtkUbtDbZwx52tIJjzc81GWQbm/w==} peerDependencies: react: '*' react-dom: '*' dependencies: '@babel/runtime': 7.16.7 classnames: 2.3.1 - rc-select: 14.0.0-alpha.22_react-dom@17.0.2+react@17.0.2 - rc-tree: 5.3.8_react-dom@17.0.2+react@17.0.2 + rc-select: 14.0.0-alpha.23_react-dom@17.0.2+react@17.0.2 + rc-tree: 5.4.3_react-dom@17.0.2+react@17.0.2 rc-util: 5.16.1_react-dom@17.0.2+react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false - /rc-tree/5.3.8_react-dom@17.0.2+react@17.0.2: - resolution: {integrity: sha512-YuobEryPymqPmHFUOvsoOrYdm24psaj0CrGEUuDUQUeG/nNcTGw6FA2YmF4NsEaNBvNSJUSzwfZnFHrKa/xv0A==} + /rc-tree/5.4.3_react-dom@17.0.2+react@17.0.2: + resolution: {integrity: sha512-WAHV8FkBerulj9J/+61+Qn0TD/Zo37PrDG8/45WomzGTYavxFMur9YguKjQj/J+NxjVJzrJL3lvdSZsumfdbiA==} engines: {node: '>=10.x'} peerDependencies: react: '*' @@ -14961,8 +14986,8 @@ packages: global-dirs: 0.1.1 dev: true - /resolve-typescript-plugin/1.1.3_webpack@5.66.0: - resolution: {integrity: sha512-XpreHknGUTpg8wR1alfUQEh3PFtsIW1dUMiOIxzfrS/conBxWhGNk6dE48d5PdOPVJqqX2VoQNogHojrzV2BoA==} + /resolve-typescript-plugin/1.1.4_webpack@5.66.0: + resolution: {integrity: sha512-ZYMhlI7/JXIsAillHr5Xgv9o014frskYqHuk5zPTD23vzE0Ia0Bas0gDF17gzUXodRuI/i8RKqmseO8I7bxzzw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: webpack: ^5.0.0 @@ -15121,7 +15146,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/12.4.0_sass@1.48.0+webpack@5.66.0: + /sass-loader/12.4.0_sass@1.49.0+webpack@5.66.0: resolution: {integrity: sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -15139,18 +15164,18 @@ packages: dependencies: klona: 2.0.5 neo-async: 2.6.2 - sass: 1.48.0 + sass: 1.49.0 webpack: 5.66.0 dev: false - /sass/1.48.0: - resolution: {integrity: sha512-hQi5g4DcfjcipotoHZ80l7GNJHGqQS5LwMBjVYB/TaT0vcSSpbgM8Ad7cgfsB2M0MinbkEQQPO9+sjjSiwxqmw==} + /sass/1.49.0: + resolution: {integrity: sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==} engines: {node: '>=8.9.0'} hasBin: true dependencies: - chokidar: 3.5.2 + chokidar: 3.5.3 immutable: 4.0.0 - source-map-js: 1.0.1 + source-map-js: 1.0.2 dev: false /sax/1.2.4: @@ -15548,7 +15573,7 @@ packages: accepts: 1.3.7 base64id: 2.0.0 debug: 4.3.3 - engine.io: 6.1.1 + engine.io: 6.1.2 socket.io-adapter: 2.3.3 socket.io-parser: 4.0.4 transitivePeerDependencies: @@ -15623,8 +15648,8 @@ packages: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} dev: false - /source-map-js/1.0.1: - resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==} + /source-map-js/1.0.2: + resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} /source-map-resolve/0.5.3: @@ -16015,7 +16040,7 @@ packages: react-is: '>= 16.8.0' dependencies: '@babel/helper-module-imports': 7.16.7 - '@babel/traverse': 7.16.8_supports-color@5.5.0 + '@babel/traverse': 7.16.10_supports-color@5.5.0 '@emotion/is-prop-valid': 0.8.8 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 @@ -16036,7 +16061,7 @@ packages: dependencies: browserslist: 4.19.1 postcss: 8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 dev: false /stylelint-webpack-plugin/3.1.1_webpack@5.66.0: @@ -16087,7 +16112,7 @@ packages: postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 postcss-safe-parser: 6.0.0_postcss@8.4.5 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 specificity: 0.4.1 @@ -16182,7 +16207,7 @@ packages: arg: 5.0.1 bytes: 3.1.1 chalk: 4.1.2 - chokidar: 3.5.2 + chokidar: 3.5.3 color: 4.2.0 cosmiconfig: 7.0.1 detective: 5.2.0 @@ -16203,7 +16228,7 @@ packages: postcss-js: 3.0.3 postcss-load-config: 3.1.1 postcss-nested: 5.0.6 - postcss-selector-parser: 6.0.8 + postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 pretty-hrtime: 1.0.3 purgecss: 4.1.3 @@ -16547,41 +16572,6 @@ packages: resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} dev: false - /ts-jest/27.1.3_302e56b6f3618a56cf006d3172836099: - resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: ~0.14.0 - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@types/jest': 27.4.0 - bs-logger: 0.2.6 - esbuild: 0.14.11 - fast-json-stable-stringify: 2.1.0 - jest: 27.4.7 - jest-util: 27.4.2 - json5: 2.2.0 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.5 - typescript: 4.6.0-dev.20220105 - yargs-parser: 20.2.9 - dev: true - /ts-jest/27.1.3_e73e9da3c5fd460fb2dd381d0863ff42: resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -17050,8 +17040,8 @@ packages: vfile-message: 2.0.4 dev: false - /vite/2.7.12: - resolution: {integrity: sha512-KvPYToRQWhRfBeVkyhkZ5hASuHQkqZUUdUcE3xyYtq5oYEPIJ0h9LWiWTO6v990glmSac2cEPeYeXzpX5Z6qKQ==} + /vite/2.7.13: + resolution: {integrity: sha512-Mq8et7f3aK0SgSxjDNfOAimZGW9XryfHRa/uV0jseQSilg+KhYDSoNb9h1rknOy6SuMkvNDLKCYAYYUMCE+IgQ==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -17074,8 +17064,8 @@ packages: fsevents: 2.3.2 dev: true - /vite/2.7.12_less@4.1.2: - resolution: {integrity: sha512-KvPYToRQWhRfBeVkyhkZ5hASuHQkqZUUdUcE3xyYtq5oYEPIJ0h9LWiWTO6v990glmSac2cEPeYeXzpX5Z6qKQ==} + /vite/2.7.13_less@4.1.2: + resolution: {integrity: sha512-Mq8et7f3aK0SgSxjDNfOAimZGW9XryfHRa/uV0jseQSilg+KhYDSoNb9h1rknOy6SuMkvNDLKCYAYYUMCE+IgQ==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -17099,7 +17089,7 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.0.115_c8@7.11.0+vite@2.7.12: + /vitest/0.0.115_c8@7.11.0+vite@2.7.13: resolution: {integrity: sha512-50tln+U3bGq7P/bjD67bidTQraHJfy3FAFHgFqnCyK/7/XbbdapfqiFSU+cDI6Di76HUedWdLd36xywNsXaAwg==} engines: {node: '>=14.14.0'} hasBin: true @@ -17123,7 +17113,7 @@ packages: local-pkg: 0.4.1 tinypool: 0.0.6 tinyspy: 0.2.8 - vite: 2.7.12 + vite: 2.7.13 dev: true /vm2/3.9.5: @@ -17245,7 +17235,7 @@ packages: '@types/ws': 8.2.2 ansi-html-community: 0.0.8 bonjour: 3.5.0 - chokidar: 3.5.2 + chokidar: 3.5.3 colorette: 2.0.16 compression: 1.7.4 connect-history-api-fallback: 1.6.0 @@ -17292,7 +17282,7 @@ packages: '@types/ws': 8.2.2 ansi-html-community: 0.0.8 bonjour: 3.5.0 - chokidar: 3.5.2 + chokidar: 3.5.3 colorette: 2.0.16 compression: 1.7.4 connect-history-api-fallback: 1.6.0 @@ -17486,10 +17476,10 @@ packages: engines: {node: '>=10.0.0'} dependencies: '@apideck/better-ajv-errors': 0.3.2_ajv@8.9.0 - '@babel/core': 7.16.7 - '@babel/preset-env': 7.16.8_@babel+core@7.16.7 + '@babel/core': 7.16.10 + '@babel/preset-env': 7.16.10_@babel+core@7.16.10 '@babel/runtime': 7.16.7 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.16.7+rollup@2.64.0 + '@rollup/plugin-babel': 5.3.0_a7c98f99416e54f22fd1359414e2c655 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.64.0 '@rollup/plugin-replace': 2.4.2_rollup@2.64.0 '@surma/rollup-plugin-off-main-thread': 2.2.3 diff --git a/showcase/todo/reskript.config.ts b/showcase/todo/reskript.config.ts index 2096ba84..ed758a2e 100644 --- a/showcase/todo/reskript.config.ts +++ b/showcase/todo/reskript.config.ts @@ -1,9 +1,7 @@ import path from 'path'; import {configure} from '@reskript/settings'; import ExtraScriptPlugin from '@reskript/webpack-plugin-extra-script'; -import qiankunExports from '@reskript/plugin-qiankun'; - -const {default: qiankun} = qiankunExports as any; +import qiankun from '@reskript/plugin-qiankun'; const EXTERNAL_NONE = 'https://code.bdstatic.com/npm/none@1.0.0/dist/none.min.js';