diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0e461e..263e2ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 6.2.0
+
+* Added support for Vue 2.7+.
+
## 6.1.0
* Added support for `.once` event modifier.
diff --git a/README.md b/README.md
index 6a80816..64a5a63 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,13 @@ Not ready yet? Read documentation for older versions [here →](https://github.c
$ npm install echarts vue-echarts
```
-To make `vue-echarts` work for *Vue 2*, you need to have `@vue/composition-api` installed:
+To make `vue-echarts` work for *Vue 2* (<2.7.0), you need to have `@vue/composition-api` installed:
```sh
npm i -D @vue/composition-api
```
-If you are using *NuxtJS* on top of *Vue 2*, you'll also need `@nuxtjs/composition-api`:
+If you are using *NuxtJS* on top of *Vue 2* (<2.7.0), you'll also need `@nuxtjs/composition-api`:
```sh
npm i -D @nuxtjs/composition-api
@@ -304,13 +304,13 @@ export default {
Drop `
-
+
```
@@ -324,14 +324,13 @@ app.component('v-chart', VueECharts)
-Vue 2 Demo →
+Vue 2 Demo →
```html
-
-
+
-
+
```
@@ -523,7 +522,7 @@ The following breaking changes are introduced in `vue-echarts@6`:
### Vue 2 support
-- Now `@vue/composition-api` is required to be installed to use Vue-ECharts with Vue 2.
+- If you are using version prior to `vue@2.7.0`, `@vue/composition-api` is required to be installed to use Vue-ECharts with Vue 2.
### Props
diff --git a/README.zh-Hans.md b/README.zh-Hans.md
index 26b37df..b94efb2 100644
--- a/README.zh-Hans.md
+++ b/README.zh-Hans.md
@@ -18,13 +18,13 @@
$ npm install echarts vue-echarts
```
-要在 *Vue 2* 下使用 `vue-echarts`,需要确保 `@vue/composition-api` 已经安装:
+要在 *Vue 2*(<2.7.0)下使用 `vue-echarts`,需要确保 `@vue/composition-api` 已经安装:
```sh
npm i -D @vue/composition-api
```
-如果你在使用基于 *Vue 2* 的 *NuxtJS*,那么还需要安装 `@nuxtjs/composition-api`:
+如果你在使用基于 *Vue 2*(<2.7.0)的 *NuxtJS*,那么还需要安装 `@nuxtjs/composition-api`:
```sh
npm i -D @nuxtjs/composition-api
@@ -302,13 +302,13 @@ export default {
用如下方式在 HTML 中插入 `
-
+
```
@@ -322,14 +322,13 @@ app.component('v-chart', VueECharts)
-Vue 2 Demo →
+Vue 2 Demo →
```html
-
-
+
-
+
```
@@ -521,7 +520,7 @@ import { INIT_OPTIONS_KEY } from 'vue-echarts'
### Vue 2 支持
-- 要在 Vue 2 中使用 Vue-ECharts,现在必须安装 `@vue/composition-api`。
+- 要在 `vue@2.7.0` 之前的版本中使用 Vue-ECharts,必须安装 `@vue/composition-api`。
### Prop
diff --git a/package.json b/package.json
index ba9bb0f..5c12b7f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-echarts",
- "version": "6.1.0",
+ "version": "6.2.0",
"description": "Vue.js component for Apache ECharts.",
"author": "GU Yiling ",
"scripts": {
@@ -23,7 +23,7 @@
],
"dependencies": {
"resize-detector": "^0.3.0",
- "vue-demi": "^0.12.5"
+ "vue-demi": "^0.13.2"
},
"devDependencies": {
"@babel/core": "^7.17.10",
@@ -35,7 +35,7 @@
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/compiler-sfc": "^3.2.33",
- "@vue/composition-api": "^1.6.1",
+ "@vue/composition-api": "^1.7.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"codesandbox": "^2.2.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1594bb3..2d3cd89 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,4 +1,4 @@
-lockfileVersion: 5.3
+lockfileVersion: 5.4
specifiers:
'@babel/core': ^7.17.10
@@ -10,7 +10,7 @@ specifiers:
'@vue/cli-plugin-typescript': ^5.0.4
'@vue/cli-service': ^5.0.4
'@vue/compiler-sfc': ^3.2.33
- '@vue/composition-api': ^1.6.1
+ '@vue/composition-api': ^1.7.0
'@vue/eslint-config-prettier': ^6.0.0
'@vue/eslint-config-typescript': ^10.0.0
codesandbox: ^2.2.3
@@ -36,57 +36,57 @@ specifiers:
tslib: ^2.4.0
typescript: 4.6.4
vue: ^3.2.33
- vue-demi: ^0.12.5
+ vue-demi: ^0.13.2
vue2: npm:vue@^2.6.14
webpack: ^5.72.1
dependencies:
resize-detector: 0.3.0
- vue-demi: 0.12.5_6bb4f41666074ebb169e8264fa09b603
+ vue-demi: 0.13.2_3nmzzoefrdru4lagmst3ha3a3q
devDependencies:
- '@babel/core': 7.17.10
- '@rollup/plugin-node-resolve': 11.2.1_rollup@2.72.1
- '@typescript-eslint/eslint-plugin': 4.33.0_5e731fab734ce085fc02cd0ecce6c061
- '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.6.4
- '@vue/cli-plugin-babel': 5.0.4_c8b0ed601df180a01f38097841a303b5
- '@vue/cli-plugin-eslint': 5.0.4_6084a5b0c7b00dd6f5be6d9e72604c89
- '@vue/cli-plugin-typescript': 5.0.4_00a4b8c770d5e3311d3416185cf8ed02
- '@vue/cli-service': 5.0.4_0a0981bb8bcc77e5d3eafade3aedc9a2
- '@vue/compiler-sfc': 3.2.33
- '@vue/composition-api': 1.6.1_vue@3.2.33
- '@vue/eslint-config-prettier': 6.0.0_5d1f39f69717aa54ac652d9772d2c67b
- '@vue/eslint-config-typescript': 10.0.0_c6495e4708d51d68ee79321664ed1a23
+ '@babel/core': 7.18.6
+ '@rollup/plugin-node-resolve': 11.2.1_rollup@2.75.7
+ '@typescript-eslint/eslint-plugin': 4.33.0_lzzr7k3tjtqil7aczuhmzzwame
+ '@typescript-eslint/parser': 4.33.0_e4zyhrvfnqudwdx5bevnvkluy4
+ '@vue/cli-plugin-babel': 5.0.7_szrn552deqanolg2xhvxv3f6si
+ '@vue/cli-plugin-eslint': 5.0.7_sogf6mc3t6tnpddmelmhv5sy5y
+ '@vue/cli-plugin-typescript': 5.0.7_fqel5ol4p36s622pmc3xeh5nmy
+ '@vue/cli-service': 5.0.7_khqsjqtt6bg4xxifpcjoaqsude
+ '@vue/compiler-sfc': 3.2.37
+ '@vue/composition-api': 1.7.0_vue@3.2.37
+ '@vue/eslint-config-prettier': 6.0.0_rklrwr6twxyl7u6a6qb67cswlu
+ '@vue/eslint-config-typescript': 10.0.0_yzev4ryi2uowr3tzgilgj3i2em
codesandbox: 2.2.3
comment-mark: 1.1.1
- core-js: 3.23.0
- echarts: 5.3.2
+ core-js: 3.23.3
+ echarts: 5.3.3
eslint: 7.32.0
- eslint-plugin-prettier: 3.4.1_eslint@7.32.0+prettier@2.6.2
+ eslint-plugin-prettier: 3.4.1_fqyzhpusvewbsl54pqqbxqaegm
eslint-plugin-vue: 8.7.1_eslint@7.32.0
esm: 3.2.25
- postcss: 8.4.13
- postcss-loader: 5.3.0_postcss@8.4.13+webpack@5.72.1
- postcss-nested: 5.0.6_postcss@8.4.13
- prettier: 2.6.2
- qs: 6.10.5
+ postcss: 8.4.14
+ postcss-loader: 5.3.0_mepnsno3xmng6eyses4tepu7bu
+ postcss-nested: 5.0.6_postcss@8.4.14
+ prettier: 2.7.1
+ qs: 6.11.0
rimraf: 3.0.2
- rollup: 2.72.1
- rollup-plugin-dts: 4.2.1_rollup@2.72.1+typescript@4.6.4
- rollup-plugin-styles: 4.0.0_rollup@2.72.1
- rollup-plugin-terser: 7.0.2_rollup@2.72.1
- rollup-plugin-ts: 2.0.7_138e778f1ff3155d4d0c2084b5e58aa2
+ rollup: 2.75.7
+ rollup-plugin-dts: 4.2.2_tawkl7lyp7gxtk5srebtmqqvue
+ rollup-plugin-styles: 4.0.0_rollup@2.75.7
+ rollup-plugin-terser: 7.0.2_rollup@2.75.7
+ rollup-plugin-ts: 2.0.7_y3ew7u4sheh55wjoezgh67w3fi
tslib: 2.4.0
typescript: 4.6.4
- vue: 3.2.33
- vue2: /vue/2.6.14
- webpack: 5.72.1
+ vue: 3.2.37
+ vue2: /vue/2.7.2
+ webpack: 5.73.0
packages:
- /@achrinza/node-ipc/9.2.2:
- resolution: {integrity: sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==}
- engines: {node: 8 || 10 || 12 || 14 || 16 || 17}
+ /@achrinza/node-ipc/9.2.5:
+ resolution: {integrity: sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==}
+ engines: {node: 8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18}
dependencies:
'@node-ipc/js-queue': 2.0.3
event-pubsub: 4.3.0
@@ -98,41 +98,41 @@ packages:
engines: {node: '>=6.0.0'}
dependencies:
'@jridgewell/gen-mapping': 0.1.1
- '@jridgewell/trace-mapping': 0.3.11
+ '@jridgewell/trace-mapping': 0.3.14
dev: true
/@babel/code-frame/7.12.11:
resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==}
dependencies:
- '@babel/highlight': 7.17.9
+ '@babel/highlight': 7.18.6
dev: true
- /@babel/code-frame/7.16.7:
- resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
+ /@babel/code-frame/7.18.6:
+ resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/highlight': 7.17.9
+ '@babel/highlight': 7.18.6
dev: true
- /@babel/compat-data/7.17.10:
- resolution: {integrity: sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==}
+ /@babel/compat-data/7.18.6:
+ resolution: {integrity: sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/core/7.17.10:
- resolution: {integrity: sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==}
+ /@babel/core/7.18.6:
+ resolution: {integrity: sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.0
- '@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helpers': 7.17.9
- '@babel/parser': 7.17.10
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/code-frame': 7.18.6
+ '@babel/generator': 7.18.7
+ '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-module-transforms': 7.18.6
+ '@babel/helpers': 7.18.6
+ '@babel/parser': 7.18.6
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
convert-source-map: 1.8.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -142,1143 +142,1155 @@ packages:
- supports-color
dev: true
- /@babel/generator/7.17.10:
- resolution: {integrity: sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==}
+ /@babel/generator/7.18.7:
+ resolution: {integrity: sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
- '@jridgewell/gen-mapping': 0.1.1
+ '@babel/types': 7.18.7
+ '@jridgewell/gen-mapping': 0.3.2
jsesc: 2.5.2
dev: true
- /@babel/helper-annotate-as-pure/7.16.7:
- resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
+ /@babel/helper-annotate-as-pure/7.18.6:
+ resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-builder-binary-assignment-operator-visitor/7.16.7:
- resolution: {integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==}
+ /@babel/helper-builder-binary-assignment-operator-visitor/7.18.6:
+ resolution: {integrity: sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-explode-assignable-expression': 7.16.7
- '@babel/types': 7.17.10
+ '@babel/helper-explode-assignable-expression': 7.18.6
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.10:
- resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==}
+ /@babel/helper-compilation-targets/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
- '@babel/helper-validator-option': 7.16.7
- browserslist: 4.20.3
+ '@babel/compat-data': 7.18.6
+ '@babel/core': 7.18.6
+ '@babel/helper-validator-option': 7.18.6
+ browserslist: 4.21.1
semver: 6.3.0
dev: true
- /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.10:
- resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==}
+ /@babel/helper-create-class-features-plugin/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.17.9
- '@babel/helper-member-expression-to-functions': 7.17.7
- '@babel/helper-optimise-call-expression': 7.16.7
- '@babel/helper-replace-supers': 7.16.7
- '@babel/helper-split-export-declaration': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-function-name': 7.18.6
+ '@babel/helper-member-expression-to-functions': 7.18.6
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/helper-replace-supers': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.10:
- resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==}
+ /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-annotate-as-pure': 7.16.7
- regexpu-core: 5.0.1
+ '@babel/core': 7.18.6
+ '@babel/helper-annotate-as-pure': 7.18.6
+ regexpu-core: 5.1.0
dev: true
- /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.10:
+ /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.6:
resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-module-imports': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/traverse': 7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/traverse': 7.18.6
debug: 4.3.4
lodash.debounce: 4.0.8
- resolve: 1.22.0
+ resolve: 1.22.1
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-environment-visitor/7.16.7:
- resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
+ /@babel/helper-environment-visitor/7.18.6:
+ resolution: {integrity: sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==}
engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.10
dev: true
- /@babel/helper-explode-assignable-expression/7.16.7:
- resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==}
+ /@babel/helper-explode-assignable-expression/7.18.6:
+ resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-function-name/7.17.9:
- resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==}
+ /@babel/helper-function-name/7.18.6:
+ resolution: {integrity: sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/template': 7.16.7
- '@babel/types': 7.17.10
+ '@babel/template': 7.18.6
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-hoist-variables/7.16.7:
- resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
+ /@babel/helper-hoist-variables/7.18.6:
+ resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-member-expression-to-functions/7.17.7:
- resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
+ /@babel/helper-member-expression-to-functions/7.18.6:
+ resolution: {integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-module-imports/7.16.7:
- resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
+ /@babel/helper-module-imports/7.18.6:
+ resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-module-transforms/7.17.7:
- resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==}
+ /@babel/helper-module-transforms/7.18.6:
+ resolution: {integrity: sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-module-imports': 7.16.7
- '@babel/helper-simple-access': 7.17.7
- '@babel/helper-split-export-declaration': 7.16.7
- '@babel/helper-validator-identifier': 7.16.7
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/helper-simple-access': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
+ '@babel/helper-validator-identifier': 7.18.6
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-optimise-call-expression/7.16.7:
- resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
+ /@babel/helper-optimise-call-expression/7.18.6:
+ resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.18.7
dev: true
- /@babel/helper-plugin-utils/7.16.7:
- resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==}
+ /@babel/helper-plugin-utils/7.18.6:
+ resolution: {integrity: sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-remap-async-to-generator/7.16.8:
- resolution: {integrity: sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-wrap-function': 7.16.8
- '@babel/types': 7.17.10
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helper-replace-supers/7.16.7:
- resolution: {integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-member-expression-to-functions': 7.17.7
- '@babel/helper-optimise-call-expression': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helper-simple-access/7.17.7:
- resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.10
- dev: true
-
- /@babel/helper-skip-transparent-expression-wrappers/7.16.0:
- resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.10
- dev: true
-
- /@babel/helper-split-export-declaration/7.16.7:
- resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.10
- dev: true
-
- /@babel/helper-validator-identifier/7.16.7:
- resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
- engines: {node: '>=6.9.0'}
- dev: true
-
- /@babel/helper-validator-option/7.16.7:
- resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==}
- engines: {node: '>=6.9.0'}
- dev: true
-
- /@babel/helper-wrap-function/7.16.8:
- resolution: {integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-function-name': 7.17.9
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helpers/7.17.9:
- resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/highlight/7.17.9:
- resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-validator-identifier': 7.16.7
- chalk: 2.4.2
- js-tokens: 4.0.0
- dev: true
-
- /@babel/parser/7.17.10:
- resolution: {integrity: sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==}
- engines: {node: '>=6.0.0'}
- hasBin: true
- dependencies:
- '@babel/types': 7.17.10
- dev: true
-
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==}
+ /@babel/helper-remap-async-to-generator/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-wrap-function': 7.18.6
+ '@babel/types': 7.18.7
+ transitivePeerDependencies:
+ - supports-color
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==}
+ /@babel/helper-replace-supers/7.18.6:
+ resolution: {integrity: sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-member-expression-to-functions': 7.18.6
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/helper-simple-access/7.18.6:
+ resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.18.7
+ dev: true
+
+ /@babel/helper-skip-transparent-expression-wrappers/7.18.6:
+ resolution: {integrity: sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.18.7
+ dev: true
+
+ /@babel/helper-split-export-declaration/7.18.6:
+ resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.18.7
+ dev: true
+
+ /@babel/helper-validator-identifier/7.18.6:
+ resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==}
+ engines: {node: '>=6.9.0'}
+
+ /@babel/helper-validator-option/7.18.6:
+ resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==}
+ engines: {node: '>=6.9.0'}
+ dev: true
+
+ /@babel/helper-wrap-function/7.18.6:
+ resolution: {integrity: sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-function-name': 7.18.6
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/helpers/7.18.6:
+ resolution: {integrity: sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/highlight/7.18.6:
+ resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-validator-identifier': 7.18.6
+ chalk: 2.4.2
+ js-tokens: 4.0.0
+ dev: true
+
+ /@babel/parser/7.18.6:
+ resolution: {integrity: sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+ dependencies:
+ '@babel/types': 7.18.7
+
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ dev: true
+
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.17.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.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-skip-transparent-expression-wrappers': 7.18.6
+ '@babel/plugin-proposal-optional-chaining': 7.18.6_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.10:
- resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==}
+ /@babel/plugin-proposal-async-generator-functions/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.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.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-remap-async-to-generator': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==}
+ /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.10:
- resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==}
+ /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-decorators/7.17.9_@babel+core@7.17.10:
- resolution: {integrity: sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==}
+ /@babel/plugin-proposal-decorators/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-gAdhsjaYmiZVxx5vTMiRfj31nB7LhwBJFMSLzeDxc7X4tKLixup0+k9ughn0RcpBrv9E3PBaXJW7jF5TCihAOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-replace-supers': 7.16.7
- '@babel/helper-split-export-declaration': 7.16.7
- '@babel/plugin-syntax-decorators': 7.17.0_@babel+core@7.17.10
- charcodes: 0.2.0
+ '@babel/core': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-replace-supers': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
+ '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==}
+ /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==}
+ /@babel/plugin-proposal-export-namespace-from/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==}
+ /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==}
+ /@babel/plugin-proposal-logical-assignment-operators/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==}
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==}
+ /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.10:
- resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==}
+ /@babel/plugin-proposal-object-rest-spread/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10
+ '@babel/compat-data': 7.18.6
+ '@babel/core': 7.18.6
+ '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-transform-parameters': 7.18.6_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==}
+ /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==}
+ /@babel/plugin-proposal-optional-chaining/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.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.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-skip-transparent-expression-wrappers': 7.18.6
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6
dev: true
- /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.10:
- resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==}
+ /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==}
+ /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==}
+ /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
engines: {node: '>=4'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.10:
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.6:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.10:
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.6:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.10:
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.6:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-decorators/7.17.0_@babel+core@7.17.10:
- resolution: {integrity: sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==}
+ /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.6:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.6:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.10:
- resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==}
+ /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.10:
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.6:
+ resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ dev: true
+
+ /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ dev: true
+
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.6:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.6:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.10:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.6:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.6:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.6:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.6:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.10:
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.6:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.10:
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.6:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==}
+ /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.10:
- resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==}
+ /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-imports': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-remap-async-to-generator': 7.16.8
+ '@babel/core': 7.18.6
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-remap-async-to-generator': 7.18.6_@babel+core@7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==}
+ /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==}
+ /@babel/plugin-transform-block-scoping/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==}
+ /@babel/plugin-transform-classes/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-XTg8XW/mKpzAF3actL554Jl/dOYoJtv3l8fxaEczpgz84IeeVf+T1u2CSvPHuZbt0w3JkIx4rdn/MRQI7mo0HQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.17.9
- '@babel/helper-optimise-call-expression': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-replace-supers': 7.16.7
- '@babel/helper-split-export-declaration': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-function-name': 7.18.6
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-replace-supers': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==}
+ /@babel/plugin-transform-computed-properties/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==}
+ /@babel/plugin-transform-destructuring/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==}
+ /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==}
+ /@babel/plugin-transform-duplicate-keys/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==}
+ /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==}
+ /@babel/plugin-transform-for-of/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-WAjoMf4wIiSsy88KmG7tgj2nFdEK7E46tArVtcgED7Bkj6Fg/tG5SbvNIOKxbFS2VFgNh6+iaPswBeQZm4ox8w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==}
+ /@babel/plugin-transform-function-name/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-function-name': 7.17.9
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-function-name': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==}
+ /@babel/plugin-transform-literals/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==}
+ /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==}
+ /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-module-transforms': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.10:
- resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==}
+ /@babel/plugin-transform-modules-commonjs/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-simple-access': 7.17.7
+ '@babel/core': 7.18.6
+ '@babel/helper-module-transforms': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-simple-access': 7.18.6
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.10:
- resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==}
+ /@babel/plugin-transform-modules-systemjs/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-validator-identifier': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-hoist-variables': 7.18.6
+ '@babel/helper-module-transforms': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-validator-identifier': 7.18.6
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==}
+ /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-module-transforms': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex/7.17.10_@babel+core@7.17.10:
- resolution: {integrity: sha512-v54O6yLaJySCs6mGzaVOUw9T967GnH38T6CQSAtnzdNPwu84l2qAjssKzo/WSO8Yi7NF+7ekm5cVbF/5qiIgNA==}
+ /@babel/plugin-transform-named-capturing-groups-regex/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==}
+ /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==}
+ /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-replace-supers': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-replace-supers': 7.18.6
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==}
+ /@babel/plugin-transform-parameters/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-FjdqgMv37yVl/gwvzkcB+wfjRI8HQmc5EgOG9iGNvUY1ok+TjsoaMP7IqCDZBhkFcM5f3OPVMs6Dmp03C5k4/A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==}
+ /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.10:
- resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==}
+ /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
regenerator-transform: 0.15.0
dev: true
- /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==}
+ /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-runtime/7.17.10_@babel+core@7.17.10:
- resolution: {integrity: sha512-6jrMilUAJhktTr56kACL8LnWC5hx3Lf27BS0R0DSyW/OoJfb/iTHeE96V3b1dgKG3FSFdd/0culnYWMkjcKCig==}
+ /@babel/plugin-transform-runtime/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-imports': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.10
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.10
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.6
+ babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.6
+ babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.6
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==}
+ /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==}
+ /@babel/plugin-transform-spread/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-skip-transparent-expression-wrappers': 7.18.6
dev: true
- /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==}
+ /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==}
+ /@babel/plugin-transform-template-literals/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==}
+ /@babel/plugin-transform-typeof-symbol/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==}
+ /@babel/plugin-transform-unicode-escapes/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==}
+ /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.18.6
+ '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
dev: true
- /@babel/preset-env/7.17.10_@babel+core@7.17.10:
- resolution: {integrity: sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==}
+ /@babel/preset-env/7.18.6_@babel+core@7.18.6:
+ resolution: {integrity: sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.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.17.10
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.10
- '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.10
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.10
- '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.10
- '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.10
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.10
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.10
- '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.10
- '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.10
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.10
- '@babel/plugin-transform-modules-systemjs': 7.17.8_@babel+core@7.17.10
- '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-named-capturing-groups-regex': 7.17.10_@babel+core@7.17.10
- '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.10
- '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.10
- '@babel/preset-modules': 0.1.5_@babel+core@7.17.10
- '@babel/types': 7.17.10
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.10
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.10
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.10
- core-js-compat: 3.22.5
+ '@babel/compat-data': 7.18.6
+ '@babel/core': 7.18.6
+ '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/helper-validator-option': 7.18.6
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-async-generator-functions': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-export-namespace-from': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-logical-assignment-operators': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-object-rest-spread': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-optional-chaining': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.6
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.6
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.6
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.6
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.6
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.6
+ '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-block-scoping': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-classes': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-computed-properties': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-destructuring': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-duplicate-keys': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-for-of': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-function-name': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-literals': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-modules-systemjs': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-parameters': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-spread': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-template-literals': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-typeof-symbol': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-unicode-escapes': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.6
+ '@babel/preset-modules': 0.1.5_@babel+core@7.18.6
+ '@babel/types': 7.18.7
+ babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.6
+ babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.6
+ babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.6
+ core-js-compat: 3.23.3
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules/0.1.5_@babel+core@7.17.10:
+ /@babel/preset-modules/0.1.5_@babel+core@7.18.6:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10
- '@babel/types': 7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-plugin-utils': 7.18.6
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.6
+ '@babel/types': 7.18.7
esutils: 2.0.3
dev: true
- /@babel/runtime/7.17.9:
- resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==}
+ /@babel/runtime/7.18.6:
+ resolution: {integrity: sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
dev: true
- /@babel/template/7.16.7:
- resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==}
+ /@babel/template/7.18.6:
+ resolution: {integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/parser': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/code-frame': 7.18.6
+ '@babel/parser': 7.18.6
+ '@babel/types': 7.18.7
dev: true
- /@babel/traverse/7.17.10:
- resolution: {integrity: sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==}
+ /@babel/traverse/7.18.6:
+ resolution: {integrity: sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.10
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.17.9
- '@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/code-frame': 7.18.6
+ '@babel/generator': 7.18.7
+ '@babel/helper-environment-visitor': 7.18.6
+ '@babel/helper-function-name': 7.18.6
+ '@babel/helper-hoist-variables': 7.18.6
+ '@babel/helper-split-export-declaration': 7.18.6
+ '@babel/parser': 7.18.6
+ '@babel/types': 7.18.7
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/types/7.17.10:
- resolution: {integrity: sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==}
+ /@babel/types/7.18.7:
+ resolution: {integrity: sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-validator-identifier': 7.16.7
+ '@babel/helper-validator-identifier': 7.18.6
to-fast-properties: 2.0.0
- dev: true
/@eslint/eslintrc/0.4.3:
resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==}
@@ -1287,7 +1299,7 @@ packages:
ajv: 6.12.6
debug: 4.3.4
espree: 7.3.1
- globals: 13.14.0
+ globals: 13.16.0
ignore: 4.0.6
import-fresh: 3.3.0
js-yaml: 3.14.1
@@ -1326,37 +1338,53 @@ packages:
resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==}
engines: {node: '>=6.0.0'}
dependencies:
- '@jridgewell/set-array': 1.1.1
- '@jridgewell/sourcemap-codec': 1.4.13
+ '@jridgewell/set-array': 1.1.2
+ '@jridgewell/sourcemap-codec': 1.4.14
dev: true
- /@jridgewell/resolve-uri/3.0.7:
- resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==}
+ /@jridgewell/gen-mapping/0.3.2:
+ resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==}
engines: {node: '>=6.0.0'}
- dev: true
-
- /@jridgewell/set-array/1.1.1:
- resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==}
- engines: {node: '>=6.0.0'}
- dev: true
-
- /@jridgewell/sourcemap-codec/1.4.13:
- resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==}
- dev: true
-
- /@jridgewell/trace-mapping/0.3.11:
- resolution: {integrity: sha512-RllI476aSMsxzeI9TtlSMoNTgHDxEmnl6GkkHwhr0vdL8W+0WuesyI8Vd3rBOfrwtPXbPxdT9ADJdiOKgzxPQA==}
dependencies:
- '@jridgewell/resolve-uri': 3.0.7
- '@jridgewell/sourcemap-codec': 1.4.13
+ '@jridgewell/set-array': 1.1.2
+ '@jridgewell/sourcemap-codec': 1.4.14
+ '@jridgewell/trace-mapping': 0.3.14
+ dev: true
+
+ /@jridgewell/resolve-uri/3.1.0:
+ resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
+ engines: {node: '>=6.0.0'}
+ dev: true
+
+ /@jridgewell/set-array/1.1.2:
+ resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
+ engines: {node: '>=6.0.0'}
+ dev: true
+
+ /@jridgewell/source-map/0.3.2:
+ resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==}
+ dependencies:
+ '@jridgewell/gen-mapping': 0.3.2
+ '@jridgewell/trace-mapping': 0.3.14
+ dev: true
+
+ /@jridgewell/sourcemap-codec/1.4.14:
+ resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
+ dev: true
+
+ /@jridgewell/trace-mapping/0.3.14:
+ resolution: {integrity: sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==}
+ dependencies:
+ '@jridgewell/resolve-uri': 3.1.0
+ '@jridgewell/sourcemap-codec': 1.4.14
dev: true
/@leichtgewicht/ip-codec/2.0.4:
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
dev: true
- /@mdn/browser-compat-data/4.1.20:
- resolution: {integrity: sha512-9VOi5TU0xE/XhShmGQpNAa3PduouSxDrEK0p7mVZe4ndhH8xV87fYb3vyYyL8i4wyRT7fHG8vyecVTRMLy04Mg==}
+ /@mdn/browser-compat-data/4.2.1:
+ resolution: {integrity: sha512-EWUguj2kd7ldmrF9F+vI5hUOralPd+sdsUnYbRy33vZTuZkduC1shE9TtEMEjAQwyfyMb4ole5KtjF8MsnQOlA==}
dev: true
/@node-ipc/js-queue/2.0.3:
@@ -1391,22 +1419,22 @@ packages:
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
dev: true
- /@rollup/plugin-node-resolve/11.2.1_rollup@2.72.1:
+ /@rollup/plugin-node-resolve/11.2.1_rollup@2.75.7:
resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==}
engines: {node: '>= 10.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.72.1
+ '@rollup/pluginutils': 3.1.0_rollup@2.75.7
'@types/resolve': 1.17.1
- builtin-modules: 3.2.0
+ builtin-modules: 3.3.0
deepmerge: 4.2.2
is-module: 1.0.0
- resolve: 1.22.0
- rollup: 2.72.1
+ resolve: 1.22.1
+ rollup: 2.75.7
dev: true
- /@rollup/pluginutils/3.1.0_rollup@2.72.1:
+ /@rollup/pluginutils/3.1.0_rollup@2.75.7:
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines: {node: '>= 8.0.0'}
peerDependencies:
@@ -1415,7 +1443,7 @@ packages:
'@types/estree': 0.0.39
estree-walker: 1.0.1
picomatch: 2.3.1
- rollup: 2.72.1
+ rollup: 2.75.7
dev: true
/@rollup/pluginutils/4.2.1:
@@ -1440,17 +1468,17 @@ packages:
resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==}
dev: true
- /@soda/friendly-errors-webpack-plugin/1.8.1_webpack@5.72.1:
+ /@soda/friendly-errors-webpack-plugin/1.8.1_webpack@5.73.0:
resolution: {integrity: sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==}
engines: {node: '>=8.0.0'}
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
dependencies:
chalk: 3.0.0
- error-stack-parser: 2.0.7
+ error-stack-parser: 2.1.4
string-width: 4.2.3
strip-ansi: 6.0.1
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/@soda/get-current-script/1.0.2:
@@ -1466,55 +1494,48 @@ packages:
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
dependencies:
'@types/connect': 3.4.35
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/bonjour/3.5.10:
resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/connect-history-api-fallback/1.3.5:
resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==}
dependencies:
- '@types/express-serve-static-core': 4.17.28
- '@types/node': 17.0.32
+ '@types/express-serve-static-core': 4.17.29
+ '@types/node': 18.0.3
dev: true
/@types/connect/3.4.35:
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
- /@types/cssnano/5.1.0_postcss@8.4.13:
+ /@types/cssnano/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-ikR+18UpFGgvaWSur4og6SJYF/6QEYHXvrIt36dp81p1MG3cAPTYDMBJGeyWa3LCnqEbgNMHKRb+FP0NrXtoWQ==}
deprecated: This is a stub types definition. cssnano provides its own type definitions, so you do not need this installed.
dependencies:
- cssnano: 5.1.7_postcss@8.4.13
+ cssnano: 5.1.12_postcss@8.4.14
transitivePeerDependencies:
- postcss
dev: true
- /@types/eslint-scope/3.7.3:
- resolution: {integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==}
+ /@types/eslint-scope/3.7.4:
+ resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==}
dependencies:
- '@types/eslint': 8.4.2
- '@types/estree': 0.0.51
+ '@types/eslint': 8.4.5
+ '@types/estree': 0.0.52
dev: true
- /@types/eslint/7.29.0:
- resolution: {integrity: sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==}
+ /@types/eslint/8.4.5:
+ resolution: {integrity: sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==}
dependencies:
- '@types/estree': 0.0.51
- '@types/json-schema': 7.0.11
- dev: true
-
- /@types/eslint/8.4.2:
- resolution: {integrity: sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA==}
- dependencies:
- '@types/estree': 0.0.51
+ '@types/estree': 0.0.52
'@types/json-schema': 7.0.11
dev: true
@@ -1526,10 +1547,14 @@ packages:
resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==}
dev: true
- /@types/express-serve-static-core/4.17.28:
- resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
+ /@types/estree/0.0.52:
+ resolution: {integrity: sha512-BZWrtCU0bMVAIliIV+HJO1f1PR41M7NKjfxrFJwwhKI1KwhwOxYw1SXg9ao+CIMt774nFuGiG6eU+udtbEI9oQ==}
+ dev: true
+
+ /@types/express-serve-static-core/4.17.29:
+ resolution: {integrity: sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
'@types/qs': 6.9.7
'@types/range-parser': 1.2.4
dev: true
@@ -1538,7 +1563,7 @@ packages:
resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==}
dependencies:
'@types/body-parser': 1.19.2
- '@types/express-serve-static-core': 4.17.28
+ '@types/express-serve-static-core': 4.17.29
'@types/qs': 6.9.7
'@types/serve-static': 1.13.10
dev: true
@@ -1550,7 +1575,7 @@ packages:
/@types/http-proxy/1.17.9:
resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/json-schema/7.0.11:
@@ -1560,7 +1585,7 @@ packages:
/@types/keyv/3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/mime/1.3.2:
@@ -1571,12 +1596,12 @@ packages:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true
- /@types/node/16.11.34:
- resolution: {integrity: sha512-UrWGDyLAlQ2Z8bNOGWTsqbP9ZcBeTYBVuTRNxXTztBy5KhWUFI3BaeDWoCP/CzV/EVGgO1NTYzv9ZytBI9GAEw==}
+ /@types/node/16.11.43:
+ resolution: {integrity: sha512-GqWykok+3uocgfAJM8imbozrqLnPyTrpFlrryURQlw1EesPUCx5XxTiucWDSFF9/NUEXDuD4bnvHm8xfVGWTpQ==}
dev: true
- /@types/node/17.0.32:
- resolution: {integrity: sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==}
+ /@types/node/18.0.3:
+ resolution: {integrity: sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==}
dev: true
/@types/normalize-package-data/2.4.1:
@@ -1602,21 +1627,21 @@ packages:
/@types/resolve/1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/responselike/1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/retry/0.12.0:
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
dev: true
- /@types/semver/7.3.9:
- resolution: {integrity: sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==}
+ /@types/semver/7.3.10:
+ resolution: {integrity: sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==}
dev: true
/@types/serve-index/1.9.1:
@@ -1629,30 +1654,30 @@ packages:
resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==}
dependencies:
'@types/mime': 1.3.2
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/sockjs/0.3.33:
resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
/@types/ua-parser-js/0.7.36:
resolution: {integrity: sha512-N1rW+njavs70y2cApeIw1vLMYXRwfBy+7trgavGuuTfOd7j1Yh7QTRc/yqsPl6ncokt72ZXuxEU0PiCp9bSwNQ==}
dev: true
- /@types/webpack-env/1.16.4:
- resolution: {integrity: sha512-llS8qveOUX3wxHnSykP5hlYFFuMfJ9p5JvIyCiBgp7WTfl6K5ZcyHj8r8JsN/J6QODkAsRRCLIcTuOCu8etkUw==}
+ /@types/webpack-env/1.17.0:
+ resolution: {integrity: sha512-eHSaNYEyxRA5IAG0Ym/yCyf86niZUIF/TpWKofQI/CVfh5HsMEUyfE2kwFxha4ow0s5g0LfISQxpDKjbRDrizw==}
dev: true
/@types/ws/8.5.3:
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
dev: true
- /@typescript-eslint/eslint-plugin/4.33.0_5e731fab734ce085fc02cd0ecce6c061:
+ /@typescript-eslint/eslint-plugin/4.33.0_lzzr7k3tjtqil7aczuhmzzwame:
resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@@ -1663,8 +1688,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.6.4
- '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.6.4
+ '@typescript-eslint/experimental-utils': 4.33.0_e4zyhrvfnqudwdx5bevnvkluy4
+ '@typescript-eslint/parser': 4.33.0_e4zyhrvfnqudwdx5bevnvkluy4
'@typescript-eslint/scope-manager': 4.33.0
debug: 4.3.4
eslint: 7.32.0
@@ -1678,8 +1703,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/eslint-plugin/5.23.0_607dc0cc73b6f7667a6db2c71bacc6d3:
- resolution: {integrity: sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==}
+ /@typescript-eslint/eslint-plugin/5.30.5_ds3eexb6qwul37s4qbqpnnalzm:
+ resolution: {integrity: sha512-lftkqRoBvc28VFXEoRgyZuztyVUQ04JvUnATSPtIRFAccbXTWL6DEtXGYMcbg998kXw1NLUJm7rTQ9eUt+q6Ig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -1689,10 +1714,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.23.0_eslint@7.32.0+typescript@4.6.4
- '@typescript-eslint/scope-manager': 5.23.0
- '@typescript-eslint/type-utils': 5.23.0_eslint@7.32.0+typescript@4.6.4
- '@typescript-eslint/utils': 5.23.0_eslint@7.32.0+typescript@4.6.4
+ '@typescript-eslint/parser': 5.30.5_e4zyhrvfnqudwdx5bevnvkluy4
+ '@typescript-eslint/scope-manager': 5.30.5
+ '@typescript-eslint/type-utils': 5.30.5_e4zyhrvfnqudwdx5bevnvkluy4
+ '@typescript-eslint/utils': 5.30.5_e4zyhrvfnqudwdx5bevnvkluy4
debug: 4.3.4
eslint: 7.32.0
functional-red-black-tree: 1.0.1
@@ -1705,7 +1730,7 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.6.4:
+ /@typescript-eslint/experimental-utils/4.33.0_e4zyhrvfnqudwdx5bevnvkluy4:
resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@@ -1723,7 +1748,7 @@ packages:
- typescript
dev: true
- /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.6.4:
+ /@typescript-eslint/parser/4.33.0_e4zyhrvfnqudwdx5bevnvkluy4:
resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@@ -1743,8 +1768,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser/5.23.0_eslint@7.32.0+typescript@4.6.4:
- resolution: {integrity: sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==}
+ /@typescript-eslint/parser/5.30.5_e4zyhrvfnqudwdx5bevnvkluy4:
+ resolution: {integrity: sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -1753,9 +1778,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.23.0
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/typescript-estree': 5.23.0_typescript@4.6.4
+ '@typescript-eslint/scope-manager': 5.30.5
+ '@typescript-eslint/types': 5.30.5
+ '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.6.4
debug: 4.3.4
eslint: 7.32.0
typescript: 4.6.4
@@ -1771,16 +1796,16 @@ packages:
'@typescript-eslint/visitor-keys': 4.33.0
dev: true
- /@typescript-eslint/scope-manager/5.23.0:
- resolution: {integrity: sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==}
+ /@typescript-eslint/scope-manager/5.30.5:
+ resolution: {integrity: sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/visitor-keys': 5.23.0
+ '@typescript-eslint/types': 5.30.5
+ '@typescript-eslint/visitor-keys': 5.30.5
dev: true
- /@typescript-eslint/type-utils/5.23.0_eslint@7.32.0+typescript@4.6.4:
- resolution: {integrity: sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==}
+ /@typescript-eslint/type-utils/5.30.5_e4zyhrvfnqudwdx5bevnvkluy4:
+ resolution: {integrity: sha512-k9+ejlv1GgwN1nN7XjVtyCgE0BTzhzT1YsQF0rv4Vfj2U9xnslBgMYYvcEYAFVdvhuEscELJsB7lDkN7WusErw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -1789,7 +1814,7 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.23.0_eslint@7.32.0+typescript@4.6.4
+ '@typescript-eslint/utils': 5.30.5_e4zyhrvfnqudwdx5bevnvkluy4
debug: 4.3.4
eslint: 7.32.0
tsutils: 3.21.0_typescript@4.6.4
@@ -1803,8 +1828,8 @@ packages:
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: true
- /@typescript-eslint/types/5.23.0:
- resolution: {integrity: sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==}
+ /@typescript-eslint/types/5.30.5:
+ resolution: {integrity: sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@@ -1829,8 +1854,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree/5.23.0_typescript@4.6.4:
- resolution: {integrity: sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==}
+ /@typescript-eslint/typescript-estree/5.30.5_typescript@4.6.4:
+ resolution: {integrity: sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -1838,8 +1863,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/visitor-keys': 5.23.0
+ '@typescript-eslint/types': 5.30.5
+ '@typescript-eslint/visitor-keys': 5.30.5
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -1850,16 +1875,16 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils/5.23.0_eslint@7.32.0+typescript@4.6.4:
- resolution: {integrity: sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==}
+ /@typescript-eslint/utils/5.30.5_e4zyhrvfnqudwdx5bevnvkluy4:
+ resolution: {integrity: sha512-o4SSUH9IkuA7AYIfAvatldovurqTAHrfzPApOZvdUq01hHojZojCFXx06D/aFpKCgWbMPRdJBWAC3sWp3itwTA==}
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.11
- '@typescript-eslint/scope-manager': 5.23.0
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/typescript-estree': 5.23.0_typescript@4.6.4
+ '@typescript-eslint/scope-manager': 5.30.5
+ '@typescript-eslint/types': 5.30.5
+ '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.6.4
eslint: 7.32.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@7.32.0
@@ -1876,11 +1901,11 @@ packages:
eslint-visitor-keys: 2.1.0
dev: true
- /@typescript-eslint/visitor-keys/5.23.0:
- resolution: {integrity: sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==}
+ /@typescript-eslint/visitor-keys/5.30.5:
+ resolution: {integrity: sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.23.0
+ '@typescript-eslint/types': 5.30.5
eslint-visitor-keys: 3.3.0
dev: true
@@ -1892,14 +1917,14 @@ packages:
resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==}
dev: true
- /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.17.10:
+ /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.18.6:
resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==}
dependencies:
- '@babel/helper-module-imports': 7.16.7
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
+ '@babel/template': 7.18.6
+ '@babel/traverse': 7.18.6
+ '@babel/types': 7.18.7
'@vue/babel-helper-vue-transform-on': 1.0.2
camelcase: 6.3.0
html-tags: 3.2.0
@@ -1909,22 +1934,22 @@ packages:
- supports-color
dev: true
- /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.17.10:
+ /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.18.6:
resolution: {integrity: sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-imports': 7.16.7
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
'@vue/babel-helper-vue-jsx-merge-props': 1.2.1
html-tags: 2.0.0
lodash.kebabcase: 4.1.1
svg-tags: 1.0.0
dev: true
- /@vue/babel-preset-app/5.0.4_vue@3.2.33:
- resolution: {integrity: sha512-vf4KqrmuOSnoEYGUiHPeMoxhh6wpiucLWXISn7xYFU80pK1lqcuhbl6tpurAanUIyRO/ENDUQBH7RAdbLNq1bA==}
+ /@vue/babel-preset-app/5.0.7_vue@3.2.37:
+ resolution: {integrity: sha512-oepDJNWbYxosfopP7SPDZTBQl0k7KN5xs/uGWT12K+ih6f54Qo/4gEEoIVI8p2yuCRLIIc46SIhZn3AugOgx1g==}
peerDependencies:
vue: ^2 || ^3.2.13
peerDependenciesMeta:
@@ -1933,120 +1958,120 @@ packages:
vue:
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-module-imports': 7.16.7
- '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-decorators': 7.17.9_@babel+core@7.17.10
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10
- '@babel/preset-env': 7.17.10_@babel+core@7.17.10
- '@babel/runtime': 7.17.9
- '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.10
- '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6
+ '@babel/helper-module-imports': 7.18.6
+ '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-proposal-decorators': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
+ '@babel/plugin-transform-runtime': 7.18.6_@babel+core@7.18.6
+ '@babel/preset-env': 7.18.6_@babel+core@7.18.6
+ '@babel/runtime': 7.18.6
+ '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.6
+ '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.18.6
babel-plugin-dynamic-import-node: 2.3.3
- core-js: 3.23.0
- core-js-compat: 3.22.5
+ core-js: 3.23.3
+ core-js-compat: 3.23.3
semver: 7.3.7
- vue: 3.2.33
+ vue: 3.2.37
transitivePeerDependencies:
- supports-color
dev: true
- /@vue/babel-preset-jsx/1.2.4_@babel+core@7.17.10:
+ /@vue/babel-preset-jsx/1.2.4_@babel+core@7.18.6:
resolution: {integrity: sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.18.6
'@vue/babel-helper-vue-jsx-merge-props': 1.2.1
- '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.10
- '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.17.10
- '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.17.10
- '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.17.10
- '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.17.10
- '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.17.10
- '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.17.10
+ '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.18.6
+ '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.18.6
+ '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.18.6
+ '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.18.6
+ '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.18.6
+ '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.18.6
+ '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.18.6
dev: true
- /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.17.10:
+ /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.18.6:
resolution: {integrity: sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
dev: true
- /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.17.10:
+ /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.18.6:
resolution: {integrity: sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
dev: true
- /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.17.10:
+ /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.18.6:
resolution: {integrity: sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
dev: true
- /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.17.10:
+ /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.18.6:
resolution: {integrity: sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
dev: true
- /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.17.10:
+ /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.18.6:
resolution: {integrity: sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
'@vue/babel-helper-vue-jsx-merge-props': 1.2.1
- '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.10
+ '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.18.6
camelcase: 5.3.1
html-tags: 2.0.0
svg-tags: 1.0.0
dev: true
- /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.17.10:
+ /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.18.6:
resolution: {integrity: sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
- '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6
+ '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.18.6
camelcase: 5.3.1
dev: true
- /@vue/cli-overlay/5.0.4:
- resolution: {integrity: sha512-ZTLAAydILjvx0XHUGSNu/cQDpmvLTMYUutDf2vf6XGkSWYqncQ6RwkeMSQhvQNlgpa/ovwIgrlGxLoojFRwdVg==}
+ /@vue/cli-overlay/5.0.7:
+ resolution: {integrity: sha512-Fz0C0TnJI5ARYV7U9DtE9XnYb7OHGhtKv1Wh1fJ8Ugy97kFMnHnXHl+/MCISx/EKdCaKJf0zs7ylHoZGhRhhfg==}
dev: true
- /@vue/cli-plugin-babel/5.0.4_c8b0ed601df180a01f38097841a303b5:
- resolution: {integrity: sha512-413ZwOWLtgw5vWJoMbrv36crW3qTas4Iru8sU7cRb0IqEZbS28R9X4PVtO8Pek2NYFbrs2XKRYOB7GblB6hVqg==}
+ /@vue/cli-plugin-babel/5.0.7_szrn552deqanolg2xhvxv3f6si:
+ resolution: {integrity: sha512-qWrwhX7rZ8vQq6+niKG8OkBak0vDhIWzJsLXH5i+xzm04mcudPJwPZhQOBpN3XXkipsic1ZCkhS9d3+VjsWQYg==}
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@vue/babel-preset-app': 5.0.4_vue@3.2.33
- '@vue/cli-service': 5.0.4_0a0981bb8bcc77e5d3eafade3aedc9a2
- '@vue/cli-shared-utils': 5.0.4
- babel-loader: 8.2.5_b1389f604d9ba7860f667cc6c5a95a2a
- thread-loader: 3.0.4_webpack@5.72.1
- webpack: 5.72.1
+ '@babel/core': 7.18.6
+ '@vue/babel-preset-app': 5.0.7_vue@3.2.37
+ '@vue/cli-service': 5.0.7_khqsjqtt6bg4xxifpcjoaqsude
+ '@vue/cli-shared-utils': 5.0.7
+ babel-loader: 8.2.5_fswvdo7jykdwhfxrdcvghfn6pa
+ thread-loader: 3.0.4_webpack@5.73.0
+ webpack: 5.73.0
transitivePeerDependencies:
- '@swc/core'
- encoding
@@ -2057,18 +2082,18 @@ packages:
- webpack-cli
dev: true
- /@vue/cli-plugin-eslint/5.0.4_6084a5b0c7b00dd6f5be6d9e72604c89:
- resolution: {integrity: sha512-NLBEKFTFJhYHMzQ3z+sb6xlkcNaN/RcbZ3hiCY72aJe4YOO8jEAp0XkPzlHd4xYkMW7jrmOwwLOPw+3BJ4b77Q==}
+ /@vue/cli-plugin-eslint/5.0.7_sogf6mc3t6tnpddmelmhv5sy5y:
+ resolution: {integrity: sha512-KOiMq+zcMkKC1oUpPWHGYd4g+7ehCx2/NJqqA3Ds2wsLSNPZCJWGTfzK1p1j87kDVgM3zTPXxRCBFHa2lZW8eg==}
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
eslint: '>=7.5.0'
dependencies:
- '@vue/cli-service': 5.0.4_0a0981bb8bcc77e5d3eafade3aedc9a2
- '@vue/cli-shared-utils': 5.0.4
+ '@vue/cli-service': 5.0.7_khqsjqtt6bg4xxifpcjoaqsude
+ '@vue/cli-shared-utils': 5.0.7
eslint: 7.32.0
- eslint-webpack-plugin: 3.1.1_eslint@7.32.0+webpack@5.72.1
+ eslint-webpack-plugin: 3.2.0_oxnz3ipaot6yjz2b7jqxkugcdm
globby: 11.1.0
- webpack: 5.72.1
+ webpack: 5.73.0
yorkie: 2.0.0
transitivePeerDependencies:
- '@swc/core'
@@ -2078,19 +2103,19 @@ packages:
- webpack-cli
dev: true
- /@vue/cli-plugin-router/5.0.4_@vue+cli-service@5.0.4:
- resolution: {integrity: sha512-lylzCuH3Br0BcTz5IxxSffpyoF9dQ2k4jTdK8QlWrnRanWGw7P9C0kYMr9rohHaXpvAlu6bio392gbNIWpEepg==}
+ /@vue/cli-plugin-router/5.0.7_@vue+cli-service@5.0.7:
+ resolution: {integrity: sha512-DarQql1AYvmC0qnfOPtlFR0EKnWpVVbmuIyjoAxu9Ki4PQI/mFUa7PL286ntVxmVCvLY8YXIJMCtG1MqBSayuw==}
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
dependencies:
- '@vue/cli-service': 5.0.4_0a0981bb8bcc77e5d3eafade3aedc9a2
- '@vue/cli-shared-utils': 5.0.4
+ '@vue/cli-service': 5.0.7_khqsjqtt6bg4xxifpcjoaqsude
+ '@vue/cli-shared-utils': 5.0.7
transitivePeerDependencies:
- encoding
dev: true
- /@vue/cli-plugin-typescript/5.0.4_00a4b8c770d5e3311d3416185cf8ed02:
- resolution: {integrity: sha512-ITIt9hDc94gI4UCdsoAKYtFp2LAXF9fNYQqXminTnctd0UuTSXGvQcLmCnMYgKfKPVVcAWfG3vCMiB5bsd+Kyg==}
+ /@vue/cli-plugin-typescript/5.0.7_fqel5ol4p36s622pmc3xeh5nmy:
+ resolution: {integrity: sha512-5BhJ1dFsF7toUQKqqmN5i0au1Y6pi192dYWKnhHOeOkSApgPwDtFYoFYUkdjBsI64ILCBfC1zKj/L2cmaoMyPQ==}
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
cache-loader: ^4.1.0
@@ -2103,19 +2128,18 @@ packages:
vue-template-compiler:
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@types/webpack-env': 1.16.4
- '@vue/cli-service': 5.0.4_0a0981bb8bcc77e5d3eafade3aedc9a2
- '@vue/cli-shared-utils': 5.0.4
- babel-loader: 8.2.5_b1389f604d9ba7860f667cc6c5a95a2a
- fork-ts-checker-webpack-plugin: 6.5.2_a18aeb77a4c309ee06a4324b94f7151d
+ '@babel/core': 7.18.6
+ '@types/webpack-env': 1.17.0
+ '@vue/cli-service': 5.0.7_khqsjqtt6bg4xxifpcjoaqsude
+ '@vue/cli-shared-utils': 5.0.7
+ babel-loader: 8.2.5_fswvdo7jykdwhfxrdcvghfn6pa
+ fork-ts-checker-webpack-plugin: 6.5.2_irit3cwhef6e6mopqxb7zqusqa
globby: 11.1.0
- thread-loader: 3.0.4_webpack@5.72.1
- ts-loader: 9.3.0_typescript@4.6.4+webpack@5.72.1
+ thread-loader: 3.0.4_webpack@5.73.0
+ ts-loader: 9.3.1_dydffymiyrgjbmyedhp7lreziy
typescript: 4.6.4
- vue: 3.2.33
- webpack: 5.72.1
- yorkie: 2.0.0
+ vue: 3.2.37
+ webpack: 5.73.0
transitivePeerDependencies:
- '@swc/core'
- encoding
@@ -2126,16 +2150,16 @@ packages:
- webpack-cli
dev: true
- /@vue/cli-plugin-vuex/5.0.4_@vue+cli-service@5.0.4:
- resolution: {integrity: sha512-dBwiD6mT9+V2HTHcwaWE8qFNgTk5I/NUvxYVeUN3Mmmpo4y/1RxXnr7BlKGnaQsTypb2RFk3KowqIJtg7s+E3Q==}
+ /@vue/cli-plugin-vuex/5.0.7_@vue+cli-service@5.0.7:
+ resolution: {integrity: sha512-X8RbsUDE/4K32LGd91RgqDnjOYxVQlLU0J40dtHJJv/z3IwFD5vTZBT8a8s7bf3KD3YvYPisZjymUJnMObEhEg==}
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
dependencies:
- '@vue/cli-service': 5.0.4_0a0981bb8bcc77e5d3eafade3aedc9a2
+ '@vue/cli-service': 5.0.7_khqsjqtt6bg4xxifpcjoaqsude
dev: true
- /@vue/cli-service/5.0.4_0a0981bb8bcc77e5d3eafade3aedc9a2:
- resolution: {integrity: sha512-xRiLNTFYmMCT9edZpyYXHijW5xot3gbZpcWDOXUOhKPHN4qs4XqWALnZlU97JYjZOr3XIr/ZvyciyEfrlUVqSA==}
+ /@vue/cli-service/5.0.7_khqsjqtt6bg4xxifpcjoaqsude:
+ resolution: {integrity: sha512-ajYBY4CADbuUUwTxRFEx/Jrjalm2YM0ICP37yD4je/wyzcfsKj2iSJJPZpoigPqm/AxO4XN5lYWi5apJNSTpxA==}
engines: {node: ^12.0.0 || >= 14.0.0}
hasBin: true
peerDependencies:
@@ -2165,30 +2189,30 @@ packages:
webpack-sources:
optional: true
dependencies:
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@soda/friendly-errors-webpack-plugin': 1.8.1_webpack@5.72.1
+ '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6
+ '@soda/friendly-errors-webpack-plugin': 1.8.1_webpack@5.73.0
'@soda/get-current-script': 1.0.2
'@types/minimist': 1.2.2
- '@vue/cli-overlay': 5.0.4
- '@vue/cli-plugin-router': 5.0.4_@vue+cli-service@5.0.4
- '@vue/cli-plugin-vuex': 5.0.4_@vue+cli-service@5.0.4
- '@vue/cli-shared-utils': 5.0.4
+ '@vue/cli-overlay': 5.0.7
+ '@vue/cli-plugin-router': 5.0.7_@vue+cli-service@5.0.7
+ '@vue/cli-plugin-vuex': 5.0.7_@vue+cli-service@5.0.7
+ '@vue/cli-shared-utils': 5.0.7
'@vue/component-compiler-utils': 3.3.0
- '@vue/vue-loader-v15': /vue-loader/15.9.8_b5f8fa494fee35e17930dcc02067c499
+ '@vue/vue-loader-v15': /vue-loader/15.10.0_bq3n4ba3oabtyijop4fktu76xe
'@vue/web-component-wrapper': 1.3.0
acorn: 8.7.1
acorn-walk: 8.2.0
address: 1.2.0
- autoprefixer: 10.4.7_postcss@8.4.13
- browserslist: 4.20.3
+ autoprefixer: 10.4.7_postcss@8.4.14
+ browserslist: 4.21.1
case-sensitive-paths-webpack-plugin: 2.4.0
cli-highlight: 2.1.11
clipboardy: 2.3.0
cliui: 7.0.4
- copy-webpack-plugin: 9.1.0_webpack@5.72.1
- css-loader: 6.7.1_webpack@5.72.1
- css-minimizer-webpack-plugin: 3.4.1_webpack@5.72.1
- cssnano: 5.1.7_postcss@8.4.13
+ copy-webpack-plugin: 9.1.0_webpack@5.73.0
+ css-loader: 6.7.1_webpack@5.73.0
+ css-minimizer-webpack-plugin: 3.4.1_webpack@5.73.0
+ cssnano: 5.1.12_postcss@8.4.14
debug: 4.3.4
default-gateway: 6.0.3
dotenv: 10.0.0
@@ -2196,29 +2220,29 @@ packages:
fs-extra: 9.1.0
globby: 11.1.0
hash-sum: 2.0.0
- html-webpack-plugin: 5.5.0_webpack@5.72.1
+ html-webpack-plugin: 5.5.0_webpack@5.73.0
is-file-esm: 1.0.0
- launch-editor-middleware: 2.3.0
+ launch-editor-middleware: 2.4.0
lodash.defaultsdeep: 4.6.1
lodash.mapvalues: 4.6.0
- mini-css-extract-plugin: 2.6.0_webpack@5.72.1
+ mini-css-extract-plugin: 2.6.1_webpack@5.73.0
minimist: 1.2.6
module-alias: 2.2.2
portfinder: 1.0.28
- postcss: 8.4.13
- postcss-loader: 6.2.1_postcss@8.4.13+webpack@5.72.1
- progress-webpack-plugin: 1.0.16_webpack@5.72.1
+ postcss: 8.4.14
+ postcss-loader: 6.2.1_mepnsno3xmng6eyses4tepu7bu
+ progress-webpack-plugin: 1.0.16_webpack@5.73.0
ssri: 8.0.1
- terser-webpack-plugin: 5.3.1_webpack@5.72.1
- thread-loader: 3.0.4_webpack@5.72.1
- vue-loader: 17.0.0_webpack@5.72.1
+ terser-webpack-plugin: 5.3.3_webpack@5.73.0
+ thread-loader: 3.0.4_webpack@5.73.0
+ vue-loader: 17.0.0_webpack@5.73.0
vue-style-loader: 4.1.3
- webpack: 5.72.1
+ webpack: 5.73.0
webpack-bundle-analyzer: 4.5.0
webpack-chain: 6.5.1
- webpack-dev-server: 4.9.0_debug@4.3.4+webpack@5.72.1
+ webpack-dev-server: 4.9.3_debug@4.3.4+webpack@5.73.0
webpack-merge: 5.8.0
- webpack-virtual-modules: 0.4.3
+ webpack-virtual-modules: 0.4.4
whatwg-fetch: 3.6.2
transitivePeerDependencies:
- '@babel/core'
@@ -2289,14 +2313,14 @@ packages:
- whiskers
dev: true
- /@vue/cli-shared-utils/5.0.4:
- resolution: {integrity: sha512-nfAsj8Nopu5sVHMBIaut/YL7NaJFVmTBSTJD7LM17jc5uytrM9JwiRtzCiv3JWRBG78Xdb/s2Xb/1YR4fkdmkQ==}
+ /@vue/cli-shared-utils/5.0.7:
+ resolution: {integrity: sha512-SzpqSExsp31gg7w+UAsqdrFyZGxKNTIE8MVwcfkevEx4BgugpLcmUxgcelgDktMs7GGykxluPIm0ZHDk3ytXeg==}
dependencies:
- '@achrinza/node-ipc': 9.2.2
+ '@achrinza/node-ipc': 9.2.5
chalk: 4.1.2
execa: 1.0.0
joi: 17.6.0
- launch-editor: 2.3.0
+ launch-editor: 2.4.0
lru-cache: 6.0.0
node-fetch: 2.6.7
open: 8.4.0
@@ -2308,43 +2332,47 @@ packages:
- encoding
dev: true
- /@vue/compiler-core/3.2.33:
- resolution: {integrity: sha512-AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw==}
+ /@vue/compiler-core/3.2.37:
+ resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==}
dependencies:
- '@babel/parser': 7.17.10
- '@vue/shared': 3.2.33
+ '@babel/parser': 7.18.6
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
source-map: 0.6.1
+
+ /@vue/compiler-dom/3.2.37:
+ resolution: {integrity: sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==}
+ dependencies:
+ '@vue/compiler-core': 3.2.37
+ '@vue/shared': 3.2.37
+
+ /@vue/compiler-sfc/2.7.2:
+ resolution: {integrity: sha512-khG5m63A4DSeHEOe5yyjHQY2TAE0pUXqKqxgauNUcFaa8M4+J55OWhagy8Bk8O6cO4GhKbQf2NDYzceijmOy8A==}
+ dependencies:
+ '@babel/parser': 7.18.6
+ postcss: 8.4.14
+ source-map: 0.6.1
dev: true
- /@vue/compiler-dom/3.2.33:
- resolution: {integrity: sha512-GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8uQ==}
+ /@vue/compiler-sfc/3.2.37:
+ resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==}
dependencies:
- '@vue/compiler-core': 3.2.33
- '@vue/shared': 3.2.33
- dev: true
-
- /@vue/compiler-sfc/3.2.33:
- resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==}
- dependencies:
- '@babel/parser': 7.17.10
- '@vue/compiler-core': 3.2.33
- '@vue/compiler-dom': 3.2.33
- '@vue/compiler-ssr': 3.2.33
- '@vue/reactivity-transform': 3.2.33
- '@vue/shared': 3.2.33
+ '@babel/parser': 7.18.6
+ '@vue/compiler-core': 3.2.37
+ '@vue/compiler-dom': 3.2.37
+ '@vue/compiler-ssr': 3.2.37
+ '@vue/reactivity-transform': 3.2.37
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
magic-string: 0.25.9
- postcss: 8.4.13
+ postcss: 8.4.14
source-map: 0.6.1
- dev: true
- /@vue/compiler-ssr/3.2.33:
- resolution: {integrity: sha512-XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ==}
+ /@vue/compiler-ssr/3.2.37:
+ resolution: {integrity: sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==}
dependencies:
- '@vue/compiler-dom': 3.2.33
- '@vue/shared': 3.2.33
- dev: true
+ '@vue/compiler-dom': 3.2.37
+ '@vue/shared': 3.2.37
/@vue/component-compiler-utils/3.3.0:
resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==}
@@ -2358,7 +2386,7 @@ packages:
source-map: 0.6.1
vue-template-es2015-compiler: 1.9.1
optionalDependencies:
- prettier: 2.6.2
+ prettier: 2.7.1
transitivePeerDependencies:
- arc-templates
- atpl
@@ -2415,15 +2443,14 @@ packages:
- whiskers
dev: true
- /@vue/composition-api/1.6.1_vue@3.2.33:
- resolution: {integrity: sha512-QNeduwRllSRzo9ZOzZjtzCeGUx0sEfrEDHmQlf+goLw4calBPBbpYWf8ueh6VSBrWJGQRJPsRPmTVEeTKRKBMg==}
+ /@vue/composition-api/1.7.0_vue@3.2.37:
+ resolution: {integrity: sha512-hxOgLYR+wjuPX9bkP2pAPlqUs98XxBoa9DSLyp1z6+YR92wC42PZcZKs4d+VRtcv4udOv041Kss+F6ap5nj8YA==}
peerDependencies:
- vue: '>= 2.5 < 3'
+ vue: '>= 2.5 < 2.7'
dependencies:
- vue: 3.2.33
- dev: true
+ vue: 3.2.37
- /@vue/eslint-config-prettier/6.0.0_5d1f39f69717aa54ac652d9772d2c67b:
+ /@vue/eslint-config-prettier/6.0.0_rklrwr6twxyl7u6a6qb67cswlu:
resolution: {integrity: sha512-wFQmv45c3ige5EA+ngijq40YpVcIkAy0Lihupnsnd1Dao5CBbPyfCzqtejFLZX1EwH/kCJdpz3t6s+5wd3+KxQ==}
peerDependencies:
eslint: '>= 5.0.0'
@@ -2432,11 +2459,11 @@ packages:
dependencies:
eslint: 7.32.0
eslint-config-prettier: 6.15.0_eslint@7.32.0
- eslint-plugin-prettier: 3.4.1_eslint@7.32.0+prettier@2.6.2
- prettier: 2.6.2
+ eslint-plugin-prettier: 3.4.1_fqyzhpusvewbsl54pqqbxqaegm
+ prettier: 2.7.1
dev: true
- /@vue/eslint-config-typescript/10.0.0_c6495e4708d51d68ee79321664ed1a23:
+ /@vue/eslint-config-typescript/10.0.0_yzev4ryi2uowr3tzgilgj3i2em:
resolution: {integrity: sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -2447,8 +2474,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 5.23.0_607dc0cc73b6f7667a6db2c71bacc6d3
- '@typescript-eslint/parser': 5.23.0_eslint@7.32.0+typescript@4.6.4
+ '@typescript-eslint/eslint-plugin': 5.30.5_ds3eexb6qwul37s4qbqpnnalzm
+ '@typescript-eslint/parser': 5.30.5_e4zyhrvfnqudwdx5bevnvkluy4
eslint: 7.32.0
eslint-plugin-vue: 8.7.1_eslint@7.32.0
typescript: 4.6.4
@@ -2457,50 +2484,44 @@ packages:
- supports-color
dev: true
- /@vue/reactivity-transform/3.2.33:
- resolution: {integrity: sha512-4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw==}
+ /@vue/reactivity-transform/3.2.37:
+ resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==}
dependencies:
- '@babel/parser': 7.17.10
- '@vue/compiler-core': 3.2.33
- '@vue/shared': 3.2.33
+ '@babel/parser': 7.18.6
+ '@vue/compiler-core': 3.2.37
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
magic-string: 0.25.9
- dev: true
- /@vue/reactivity/3.2.33:
- resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==}
+ /@vue/reactivity/3.2.37:
+ resolution: {integrity: sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==}
dependencies:
- '@vue/shared': 3.2.33
- dev: true
+ '@vue/shared': 3.2.37
- /@vue/runtime-core/3.2.33:
- resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==}
+ /@vue/runtime-core/3.2.37:
+ resolution: {integrity: sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==}
dependencies:
- '@vue/reactivity': 3.2.33
- '@vue/shared': 3.2.33
- dev: true
+ '@vue/reactivity': 3.2.37
+ '@vue/shared': 3.2.37
- /@vue/runtime-dom/3.2.33:
- resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==}
+ /@vue/runtime-dom/3.2.37:
+ resolution: {integrity: sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==}
dependencies:
- '@vue/runtime-core': 3.2.33
- '@vue/shared': 3.2.33
+ '@vue/runtime-core': 3.2.37
+ '@vue/shared': 3.2.37
csstype: 2.6.20
- dev: true
- /@vue/server-renderer/3.2.33_vue@3.2.33:
- resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==}
+ /@vue/server-renderer/3.2.37_vue@3.2.37:
+ resolution: {integrity: sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==}
peerDependencies:
- vue: 3.2.33
+ vue: 3.2.37
dependencies:
- '@vue/compiler-ssr': 3.2.33
- '@vue/shared': 3.2.33
- vue: 3.2.33
- dev: true
+ '@vue/compiler-ssr': 3.2.37
+ '@vue/shared': 3.2.37
+ vue: 3.2.37
- /@vue/shared/3.2.33:
- resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==}
- dev: true
+ /@vue/shared/3.2.37:
+ resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==}
/@vue/web-component-wrapper/1.3.0:
resolution: {integrity: sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==}
@@ -2738,13 +2759,13 @@ packages:
dev: true
/ansi-align/2.0.0:
- resolution: {integrity: sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=}
+ resolution: {integrity: sha512-TdlOggdA/zURfMYa7ABC66j+oqfMew58KpJMbUlH3bcZP1b+cBHIHDDn5uH9INsxrHBPjsqM0tDB4jPTF/vgJA==}
dependencies:
string-width: 2.1.1
dev: true
- /ansi-colors/4.1.1:
- resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==}
+ /ansi-colors/4.1.3:
+ resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
engines: {node: '>=6'}
dev: true
@@ -2789,7 +2810,7 @@ packages:
dev: true
/any-promise/1.3.0:
- resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=}
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
dev: true
/anymatch/3.1.2:
@@ -2815,7 +2836,7 @@ packages:
dev: true
/array-flatten/1.1.1:
- resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=}
+ resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
dev: true
/array-flatten/2.1.2:
@@ -2843,19 +2864,19 @@ packages:
engines: {node: '>= 4.0.0'}
dev: true
- /autoprefixer/10.4.7_postcss@8.4.13:
+ /autoprefixer/10.4.7_postcss@8.4.14:
resolution: {integrity: sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
dependencies:
- browserslist: 4.20.3
- caniuse-lite: 1.0.30001339
+ browserslist: 4.21.1
+ caniuse-lite: 1.0.30001363
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
@@ -2869,19 +2890,19 @@ packages:
- supports-color
dev: true
- /babel-loader/8.2.5_b1389f604d9ba7860f667cc6c5a95a2a:
+ /babel-loader/8.2.5_fswvdo7jykdwhfxrdcvghfn6pa:
resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==}
engines: {node: '>= 8.9'}
peerDependencies:
'@babel/core': ^7.0.0
webpack: '>=2'
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.18.6
find-cache-dir: 3.3.2
loader-utils: 2.0.2
make-dir: 3.1.0
schema-utils: 2.7.1
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/babel-plugin-dynamic-import-node/2.3.3:
@@ -2890,38 +2911,38 @@ packages:
object.assign: 4.1.2
dev: true
- /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.10:
+ /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.6:
resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10
+ '@babel/compat-data': 7.18.6
+ '@babel/core': 7.18.6
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.6
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.10:
+ /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.6:
resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10
- core-js-compat: 3.22.5
+ '@babel/core': 7.18.6
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.6
+ core-js-compat: 3.23.3
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.10:
+ /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.6:
resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10
+ '@babel/core': 7.18.6
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.6
transitivePeerDependencies:
- supports-color
dev: true
@@ -2935,7 +2956,7 @@ packages:
dev: true
/batch/0.6.1:
- resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=}
+ resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==}
dev: true
/big.js/5.2.2:
@@ -2991,17 +3012,17 @@ packages:
- supports-color
dev: true
- /bonjour-service/1.0.12:
- resolution: {integrity: sha512-pMmguXYCu63Ug37DluMKEHdxc+aaIf/ay4YbF8Gxtba+9d3u+rmEWy61VK3Z3hp8Rskok3BunHYnG0dUHAsblw==}
+ /bonjour-service/1.0.13:
+ resolution: {integrity: sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==}
dependencies:
array-flatten: 2.1.2
dns-equal: 1.0.0
fast-deep-equal: 3.1.3
- multicast-dns: 7.2.4
+ multicast-dns: 7.2.5
dev: true
/boolbase/1.0.0:
- resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=}
+ resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
dev: true
/boxen/1.3.0:
@@ -3035,12 +3056,12 @@ packages:
resolution: {integrity: sha512-aFDax4Qzh29DdyhHQBD2Yu2L5OvaDnvYFMbmpLrLwwaNK4H6dHEhC/Nxv93/+mfAA+a/t94ln0P2JZvHO6LZDA==}
engines: {node: '>=8.0.0'}
dependencies:
- '@mdn/browser-compat-data': 4.1.20
+ '@mdn/browser-compat-data': 4.2.1
'@types/object-path': 0.11.1
- '@types/semver': 7.3.9
+ '@types/semver': 7.3.10
'@types/ua-parser-js': 0.7.36
browserslist: 4.20.2
- caniuse-lite: 1.0.30001339
+ caniuse-lite: 1.0.30001363
isbot: 3.4.5
object-path: 0.11.8
semver: 7.3.7
@@ -3052,23 +3073,22 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001339
- electron-to-chromium: 1.4.137
+ caniuse-lite: 1.0.30001363
+ electron-to-chromium: 1.4.180
escalade: 3.1.1
- node-releases: 2.0.4
+ node-releases: 2.0.5
picocolors: 1.0.0
dev: true
- /browserslist/4.20.3:
- resolution: {integrity: sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==}
+ /browserslist/4.21.1:
+ resolution: {integrity: sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001339
- electron-to-chromium: 1.4.137
- escalade: 3.1.1
- node-releases: 2.0.4
- picocolors: 1.0.0
+ caniuse-lite: 1.0.30001363
+ electron-to-chromium: 1.4.180
+ node-releases: 2.0.5
+ update-browserslist-db: 1.0.4_browserslist@4.21.1
dev: true
/buffer-alloc-unsafe/1.1.0:
@@ -3083,7 +3103,7 @@ packages:
dev: true
/buffer-fill/1.0.0:
- resolution: {integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw=}
+ resolution: {integrity: sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==}
dev: true
/buffer-from/1.1.2:
@@ -3097,17 +3117,17 @@ packages:
ieee754: 1.2.1
dev: true
- /builtin-modules/3.2.0:
- resolution: {integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==}
+ /builtin-modules/3.3.0:
+ resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
dev: true
/builtins/1.0.3:
- resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=}
+ resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==}
dev: true
/bytes/3.0.0:
- resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=}
+ resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
engines: {node: '>= 0.8'}
dev: true
@@ -3121,7 +3141,7 @@ packages:
dependencies:
bluebird: 3.7.2
chownr: 1.1.4
- glob: 7.2.0
+ glob: 7.2.3
graceful-fs: 4.2.10
lru-cache: 4.1.5
mississippi: 2.0.0
@@ -3139,7 +3159,7 @@ packages:
dependencies:
bluebird: 3.7.2
chownr: 1.1.4
- glob: 7.2.0
+ glob: 7.2.3
graceful-fs: 4.2.10
lru-cache: 4.1.5
mississippi: 1.3.1
@@ -3156,7 +3176,7 @@ packages:
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
dependencies:
function-bind: 1.1.1
- get-intrinsic: 1.1.1
+ get-intrinsic: 1.1.2
dev: true
/callsites/3.1.0:
@@ -3172,7 +3192,7 @@ packages:
dev: true
/camelcase/4.1.0:
- resolution: {integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=}
+ resolution: {integrity: sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==}
engines: {node: '>=4'}
dev: true
@@ -3189,14 +3209,14 @@ packages:
/caniuse-api/3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
dependencies:
- browserslist: 4.20.3
- caniuse-lite: 1.0.30001339
+ browserslist: 4.21.1
+ caniuse-lite: 1.0.30001363
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
dev: true
- /caniuse-lite/1.0.30001339:
- resolution: {integrity: sha512-Es8PiVqCe+uXdms0Gu5xP5PF2bxLR7OBp3wUzUnuO7OHzhOfCyg3hdiGWVPVxhiuniOzng+hTc1u3fEQ0TlkSQ==}
+ /caniuse-lite/1.0.30001363:
+ resolution: {integrity: sha512-HpQhpzTGGPVMnCjIomjt+jvyUu8vNFo3TaDiZ/RcoTrlOq/5+tC8zHdsbgFB6MxmaY+jCpsH09aD80Bb4Ow3Sg==}
dev: true
/capture-stack-trace/1.0.1:
@@ -3234,11 +3254,6 @@ packages:
supports-color: 7.2.0
dev: true
- /charcodes/0.2.0:
- resolution: {integrity: sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==}
- engines: {node: '>=6'}
- dev: true
-
/chardet/0.7.0:
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
dev: true
@@ -3279,12 +3294,12 @@ packages:
dev: true
/cli-boxes/1.0.0:
- resolution: {integrity: sha1-T6kXw+WclKAEzWH47lCdplFocUM=}
+ resolution: {integrity: sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg==}
engines: {node: '>=0.10.0'}
dev: true
/cli-cursor/2.1.0:
- resolution: {integrity: sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=}
+ resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==}
engines: {node: '>=4'}
dependencies:
restore-cursor: 2.0.0
@@ -3351,7 +3366,7 @@ packages:
dev: true
/clone/1.0.4:
- resolution: {integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4=}
+ resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
engines: {node: '>=0.8'}
dev: true
@@ -3410,7 +3425,7 @@ packages:
dev: true
/color-name/1.1.3:
- resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=}
+ resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
dev: true
/color-name/1.1.4:
@@ -3421,8 +3436,8 @@ packages:
resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==}
dev: true
- /colorette/2.0.16:
- resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==}
+ /colorette/2.0.19:
+ resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==}
dev: true
/commander/2.20.3:
@@ -3444,7 +3459,7 @@ packages:
dev: true
/commondir/1.0.1:
- resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=}
+ resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
dev: true
/compatfactory/0.0.13_typescript@4.6.4:
@@ -3480,7 +3495,7 @@ packages:
dev: true
/concat-map/0.0.1:
- resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
dev: true
/concat-stream/1.6.2:
@@ -3505,8 +3520,8 @@ packages:
xdg-basedir: 3.0.0
dev: true
- /connect-history-api-fallback/1.6.0:
- resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==}
+ /connect-history-api-fallback/2.0.0:
+ resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
engines: {node: '>=0.8'}
dev: true
@@ -3697,7 +3712,7 @@ packages:
dev: true
/cookie-signature/1.0.6:
- resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=}
+ resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
dev: true
/cookie/0.5.0:
@@ -3716,7 +3731,7 @@ packages:
run-queue: 1.0.3
dev: true
- /copy-webpack-plugin/9.1.0_webpack@5.72.1:
+ /copy-webpack-plugin/9.1.0_webpack@5.73.0:
resolution: {integrity: sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==}
engines: {node: '>= 12.13.0'}
peerDependencies:
@@ -3728,18 +3743,18 @@ packages:
normalize-path: 3.0.0
schema-utils: 3.1.1
serialize-javascript: 6.0.0
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
- /core-js-compat/3.22.5:
- resolution: {integrity: sha512-rEF75n3QtInrYICvJjrAgV03HwKiYvtKHdPtaba1KucG+cNZ4NJnH9isqt979e67KZlhpbCOTwnsvnIr+CVeOg==}
+ /core-js-compat/3.23.3:
+ resolution: {integrity: sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw==}
dependencies:
- browserslist: 4.20.3
+ browserslist: 4.21.1
semver: 7.0.0
dev: true
- /core-js/3.23.0:
- resolution: {integrity: sha512-v2/hZoRcRrvQiBoGsHwmRdr+S4oICKcjA6xb2qjVurin6TpcDC1X2CIDa8rdu/d5n8RT/Sdoos2IlnpQ1rXs5A==}
+ /core-js/3.23.3:
+ resolution: {integrity: sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q==}
requiresBuild: true
dev: true
@@ -3770,14 +3785,14 @@ packages:
dev: true
/create-error-class/3.0.2:
- resolution: {integrity: sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=}
+ resolution: {integrity: sha512-gYTKKexFO3kh200H1Nit76sRwRtOY32vQd3jpAQKpLtZqyNsSQNfI4N7o3eP2wUjV35pTWKRYqFUDBvUha/Pkw==}
engines: {node: '>=0.10.0'}
dependencies:
capture-stack-trace: 1.0.1
dev: true
/cross-spawn/5.1.0:
- resolution: {integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=}
+ resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==}
dependencies:
lru-cache: 4.1.5
shebang-command: 1.2.0
@@ -3808,41 +3823,41 @@ packages:
resolution: {integrity: sha512-mpjkSErNO6vioL/Cde2aF4UBysPFEMyn+1AN1t7Oc4yqvzSRWe8iBte4P8BHyjo64OmC+ZBxwjIqmpSpIWiQ7Q==}
engines: {node: '>=10.0.0'}
dependencies:
- '@types/node': 16.11.34
+ '@types/node': 16.11.43
dev: true
/crypto-random-string/1.0.0:
- resolution: {integrity: sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=}
+ resolution: {integrity: sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==}
engines: {node: '>=4'}
dev: true
- /css-declaration-sorter/6.2.2_postcss@8.4.13:
- resolution: {integrity: sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg==}
+ /css-declaration-sorter/6.3.0_postcss@8.4.14:
+ resolution: {integrity: sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==}
engines: {node: ^10 || ^12 || >=14}
peerDependencies:
postcss: ^8.0.9
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /css-loader/6.7.1_webpack@5.72.1:
+ /css-loader/6.7.1_webpack@5.73.0:
resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
- icss-utils: 5.1.0_postcss@8.4.13
- postcss: 8.4.13
- postcss-modules-extract-imports: 3.0.0_postcss@8.4.13
- postcss-modules-local-by-default: 4.0.0_postcss@8.4.13
- postcss-modules-scope: 3.0.0_postcss@8.4.13
- postcss-modules-values: 4.0.0_postcss@8.4.13
+ icss-utils: 5.1.0_postcss@8.4.14
+ postcss: 8.4.14
+ postcss-modules-extract-imports: 3.0.0_postcss@8.4.14
+ postcss-modules-local-by-default: 4.0.0_postcss@8.4.14
+ postcss-modules-scope: 3.0.0_postcss@8.4.14
+ postcss-modules-values: 4.0.0_postcss@8.4.14
postcss-value-parser: 4.2.0
semver: 7.3.7
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
- /css-minimizer-webpack-plugin/3.4.1_webpack@5.72.1:
+ /css-minimizer-webpack-plugin/3.4.1_webpack@5.73.0:
resolution: {integrity: sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==}
engines: {node: '>= 12.13.0'}
peerDependencies:
@@ -3861,13 +3876,13 @@ packages:
esbuild:
optional: true
dependencies:
- cssnano: 5.1.7_postcss@8.4.13
+ cssnano: 5.1.12_postcss@8.4.14
jest-worker: 27.5.1
- postcss: 8.4.13
+ postcss: 8.4.14
schema-utils: 4.0.0
serialize-javascript: 6.0.0
source-map: 0.6.1
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/css-select/4.3.0:
@@ -3877,7 +3892,7 @@ packages:
css-what: 6.1.0
domhandler: 4.3.1
domutils: 2.8.0
- nth-check: 2.0.1
+ nth-check: 2.1.1
dev: true
/css-tree/1.1.3:
@@ -3899,62 +3914,62 @@ packages:
hasBin: true
dev: true
- /cssnano-preset-default/5.2.7_postcss@8.4.13:
- resolution: {integrity: sha512-JiKP38ymZQK+zVKevphPzNSGHSlTI+AOwlasoSRtSVMUU285O7/6uZyd5NbW92ZHp41m0sSHe6JoZosakj63uA==}
+ /cssnano-preset-default/5.2.12_postcss@8.4.14:
+ resolution: {integrity: sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- css-declaration-sorter: 6.2.2_postcss@8.4.13
- cssnano-utils: 3.1.0_postcss@8.4.13
- postcss: 8.4.13
- postcss-calc: 8.2.4_postcss@8.4.13
- postcss-colormin: 5.3.0_postcss@8.4.13
- postcss-convert-values: 5.1.0_postcss@8.4.13
- postcss-discard-comments: 5.1.1_postcss@8.4.13
- postcss-discard-duplicates: 5.1.0_postcss@8.4.13
- postcss-discard-empty: 5.1.1_postcss@8.4.13
- postcss-discard-overridden: 5.1.0_postcss@8.4.13
- postcss-merge-longhand: 5.1.4_postcss@8.4.13
- postcss-merge-rules: 5.1.1_postcss@8.4.13
- postcss-minify-font-values: 5.1.0_postcss@8.4.13
- postcss-minify-gradients: 5.1.1_postcss@8.4.13
- postcss-minify-params: 5.1.2_postcss@8.4.13
- postcss-minify-selectors: 5.2.0_postcss@8.4.13
- postcss-normalize-charset: 5.1.0_postcss@8.4.13
- postcss-normalize-display-values: 5.1.0_postcss@8.4.13
- postcss-normalize-positions: 5.1.0_postcss@8.4.13
- postcss-normalize-repeat-style: 5.1.0_postcss@8.4.13
- postcss-normalize-string: 5.1.0_postcss@8.4.13
- postcss-normalize-timing-functions: 5.1.0_postcss@8.4.13
- postcss-normalize-unicode: 5.1.0_postcss@8.4.13
- postcss-normalize-url: 5.1.0_postcss@8.4.13
- postcss-normalize-whitespace: 5.1.1_postcss@8.4.13
- postcss-ordered-values: 5.1.1_postcss@8.4.13
- postcss-reduce-initial: 5.1.0_postcss@8.4.13
- postcss-reduce-transforms: 5.1.0_postcss@8.4.13
- postcss-svgo: 5.1.0_postcss@8.4.13
- postcss-unique-selectors: 5.1.1_postcss@8.4.13
+ css-declaration-sorter: 6.3.0_postcss@8.4.14
+ cssnano-utils: 3.1.0_postcss@8.4.14
+ postcss: 8.4.14
+ postcss-calc: 8.2.4_postcss@8.4.14
+ postcss-colormin: 5.3.0_postcss@8.4.14
+ postcss-convert-values: 5.1.2_postcss@8.4.14
+ postcss-discard-comments: 5.1.2_postcss@8.4.14
+ postcss-discard-duplicates: 5.1.0_postcss@8.4.14
+ postcss-discard-empty: 5.1.1_postcss@8.4.14
+ postcss-discard-overridden: 5.1.0_postcss@8.4.14
+ postcss-merge-longhand: 5.1.6_postcss@8.4.14
+ postcss-merge-rules: 5.1.2_postcss@8.4.14
+ postcss-minify-font-values: 5.1.0_postcss@8.4.14
+ postcss-minify-gradients: 5.1.1_postcss@8.4.14
+ postcss-minify-params: 5.1.3_postcss@8.4.14
+ postcss-minify-selectors: 5.2.1_postcss@8.4.14
+ postcss-normalize-charset: 5.1.0_postcss@8.4.14
+ postcss-normalize-display-values: 5.1.0_postcss@8.4.14
+ postcss-normalize-positions: 5.1.1_postcss@8.4.14
+ postcss-normalize-repeat-style: 5.1.1_postcss@8.4.14
+ postcss-normalize-string: 5.1.0_postcss@8.4.14
+ postcss-normalize-timing-functions: 5.1.0_postcss@8.4.14
+ postcss-normalize-unicode: 5.1.0_postcss@8.4.14
+ postcss-normalize-url: 5.1.0_postcss@8.4.14
+ postcss-normalize-whitespace: 5.1.1_postcss@8.4.14
+ postcss-ordered-values: 5.1.3_postcss@8.4.14
+ postcss-reduce-initial: 5.1.0_postcss@8.4.14
+ postcss-reduce-transforms: 5.1.0_postcss@8.4.14
+ postcss-svgo: 5.1.0_postcss@8.4.14
+ postcss-unique-selectors: 5.1.1_postcss@8.4.14
dev: true
- /cssnano-utils/3.1.0_postcss@8.4.13:
+ /cssnano-utils/3.1.0_postcss@8.4.14:
resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /cssnano/5.1.7_postcss@8.4.13:
- resolution: {integrity: sha512-pVsUV6LcTXif7lvKKW9ZrmX+rGRzxkEdJuVJcp5ftUjWITgwam5LMZOgaTvUrWPkcORBey6he7JKb4XAJvrpKg==}
+ /cssnano/5.1.12_postcss@8.4.14:
+ resolution: {integrity: sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- cssnano-preset-default: 5.2.7_postcss@8.4.13
+ cssnano-preset-default: 5.2.12_postcss@8.4.14
lilconfig: 2.0.5
- postcss: 8.4.13
+ postcss: 8.4.14
yaml: 1.10.2
dev: true
@@ -3967,17 +3982,20 @@ packages:
/csstype/2.6.20:
resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==}
+
+ /csstype/3.1.0:
+ resolution: {integrity: sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==}
dev: true
/cwd/0.9.1:
- resolution: {integrity: sha1-QeEKfhq4M9xZwuyoOBTH3ne1pP0=}
+ resolution: {integrity: sha512-4+0D+ojEasdLndYX4Cqff057I/Jp6ysXpwKkdLQLnZxV8f6IYZmZtTP5uqD91a/kWqejoc0sSqK4u8wpTKCh8A==}
engines: {node: '>=0.8'}
dependencies:
find-pkg: 0.1.2
dev: true
/cyclist/1.0.1:
- resolution: {integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=}
+ resolution: {integrity: sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==}
dev: true
/datauri/3.0.0:
@@ -4034,7 +4052,7 @@ packages:
dev: true
/decode-uri-component/0.2.0:
- resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=}
+ resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==}
engines: {node: '>=0.10'}
dev: true
@@ -4065,7 +4083,7 @@ packages:
dev: true
/defaults/1.0.3:
- resolution: {integrity: sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=}
+ resolution: {integrity: sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==}
dependencies:
clone: 1.0.4
dev: true
@@ -4084,7 +4102,7 @@ packages:
dev: true
/depd/1.1.2:
- resolution: {integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=}
+ resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==}
engines: {node: '>= 0.6'}
dev: true
@@ -4110,11 +4128,11 @@ packages:
dev: true
/dns-equal/1.0.0:
- resolution: {integrity: sha1-s55/HabrCnW6nBcySzR1PEfgZU0=}
+ resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==}
dev: true
- /dns-packet/5.3.1:
- resolution: {integrity: sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==}
+ /dns-packet/5.4.0:
+ resolution: {integrity: sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==}
engines: {node: '>=6'}
dependencies:
'@leichtgewicht/ip-codec': 2.0.4
@@ -4188,7 +4206,7 @@ packages:
dev: true
/duplexer3/0.1.4:
- resolution: {integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=}
+ resolution: {integrity: sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==}
dev: true
/duplexify/3.7.1:
@@ -4205,11 +4223,11 @@ packages:
engines: {node: '>=6.0.0'}
dev: true
- /echarts/5.3.2:
- resolution: {integrity: sha512-LWCt7ohOKdJqyiBJ0OGBmE9szLdfA9sGcsMEi+GGoc6+Xo75C+BkcT/6NNGRHAWtnQl2fNow05AQjznpap28TQ==}
+ /echarts/5.3.3:
+ resolution: {integrity: sha512-BRw2serInRwO5SIwRviZ6Xgm5Lb7irgz+sLiFMmy/HOaf4SQ+7oYqxKzRHAKp4xHQ05AuHw1xvoQWJjDQq/FGw==}
dependencies:
tslib: 2.3.0
- zrender: 5.3.1
+ zrender: 5.3.2
dev: true
/editions/2.3.1:
@@ -4221,11 +4239,11 @@ packages:
dev: true
/ee-first/1.1.1:
- resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=}
+ resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
dev: true
- /electron-to-chromium/1.4.137:
- resolution: {integrity: sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==}
+ /electron-to-chromium/1.4.180:
+ resolution: {integrity: sha512-7at5ash3FD9U5gPa3/wPr6OdiZd/zBjvDZaaHBpcqFOFUhZiWnb7stkqk8xUFL9H9nk7Yok5vCCNK8wyC/+f8A==}
dev: true
/emoji-regex/8.0.0:
@@ -4238,7 +4256,7 @@ packages:
dev: true
/encodeurl/1.0.2:
- resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=}
+ resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'}
dev: true
@@ -4254,8 +4272,8 @@ packages:
once: 1.4.0
dev: true
- /enhanced-resolve/5.9.3:
- resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==}
+ /enhanced-resolve/5.10.0:
+ resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==}
engines: {node: '>=10.13.0'}
dependencies:
graceful-fs: 4.2.10
@@ -4266,7 +4284,7 @@ packages:
resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==}
engines: {node: '>=8.6'}
dependencies:
- ansi-colors: 4.1.1
+ ansi-colors: 4.1.3
dev: true
/entities/2.2.0:
@@ -4274,7 +4292,7 @@ packages:
dev: true
/err-code/1.1.2:
- resolution: {integrity: sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=}
+ resolution: {integrity: sha512-CJAN+O0/yA1CKfRn9SXOGctSpEM7DCon/r/5r2eXFMY2zCCJBasFhcM5I+1kh3Ap11FsQCX+vGHceNPvpWKhoA==}
dev: true
/errlop/2.2.0:
@@ -4288,10 +4306,10 @@ packages:
is-arrayish: 0.2.1
dev: true
- /error-stack-parser/2.0.7:
- resolution: {integrity: sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==}
+ /error-stack-parser/2.1.4:
+ resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==}
dependencies:
- stackframe: 1.2.1
+ stackframe: 1.3.4
dev: true
/es-module-lexer/0.9.3:
@@ -4303,7 +4321,7 @@ packages:
dev: true
/es6-promisify/5.0.0:
- resolution: {integrity: sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=}
+ resolution: {integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==}
dependencies:
es6-promise: 4.2.8
dev: true
@@ -4314,11 +4332,11 @@ packages:
dev: true
/escape-html/1.0.3:
- resolution: {integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=}
+ resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
dev: true
/escape-string-regexp/1.0.5:
- resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=}
+ resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'}
dev: true
@@ -4337,7 +4355,7 @@ packages:
get-stdin: 6.0.0
dev: true
- /eslint-plugin-prettier/3.4.1_eslint@7.32.0+prettier@2.6.2:
+ /eslint-plugin-prettier/3.4.1_fqyzhpusvewbsl54pqqbxqaegm:
resolution: {integrity: sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==}
engines: {node: '>=6.0.0'}
peerDependencies:
@@ -4349,7 +4367,7 @@ packages:
optional: true
dependencies:
eslint: 7.32.0
- prettier: 2.6.2
+ prettier: 2.7.1
prettier-linter-helpers: 1.0.0
dev: true
@@ -4362,7 +4380,7 @@ packages:
eslint: 7.32.0
eslint-utils: 3.0.0_eslint@7.32.0
natural-compare: 1.4.0
- nth-check: 2.0.1
+ nth-check: 2.1.1
postcss-selector-parser: 6.0.10
semver: 7.3.7
vue-eslint-parser: 8.3.0_eslint@7.32.0
@@ -4418,20 +4436,20 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint-webpack-plugin/3.1.1_eslint@7.32.0+webpack@5.72.1:
- resolution: {integrity: sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==}
+ /eslint-webpack-plugin/3.2.0_oxnz3ipaot6yjz2b7jqxkugcdm:
+ resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==}
engines: {node: '>= 12.13.0'}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
webpack: ^5.0.0
dependencies:
- '@types/eslint': 7.29.0
+ '@types/eslint': 8.4.5
eslint: 7.32.0
- jest-worker: 27.5.1
+ jest-worker: 28.1.1
micromatch: 4.0.5
normalize-path: 3.0.0
- schema-utils: 3.1.1
- webpack: 5.72.1
+ schema-utils: 4.0.0
+ webpack: 5.73.0
dev: true
/eslint/7.32.0:
@@ -4459,7 +4477,7 @@ packages:
file-entry-cache: 6.0.1
functional-red-black-tree: 1.0.1
glob-parent: 5.1.2
- globals: 13.14.0
+ globals: 13.16.0
ignore: 4.0.6
import-fresh: 3.3.0
imurmurhash: 0.1.4
@@ -4542,7 +4560,6 @@ packages:
/estree-walker/2.0.2:
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
- dev: true
/esutils/2.0.3:
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
@@ -4550,7 +4567,7 @@ packages:
dev: true
/etag/1.8.1:
- resolution: {integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=}
+ resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
engines: {node: '>= 0.6'}
dev: true
@@ -4569,7 +4586,7 @@ packages:
dev: true
/execa/0.7.0:
- resolution: {integrity: sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=}
+ resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==}
engines: {node: '>=4'}
dependencies:
cross-spawn: 5.1.0
@@ -4582,7 +4599,7 @@ packages:
dev: true
/execa/0.8.0:
- resolution: {integrity: sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=}
+ resolution: {integrity: sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==}
engines: {node: '>=4'}
dependencies:
cross-spawn: 5.1.0
@@ -4623,7 +4640,7 @@ packages:
dev: true
/expand-tilde/1.2.2:
- resolution: {integrity: sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=}
+ resolution: {integrity: sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==}
engines: {node: '>=0.10.0'}
dependencies:
os-homedir: 1.0.2
@@ -4669,7 +4686,7 @@ packages:
dev: true
/extend-shallow/2.0.1:
- resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=}
+ resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
engines: {node: '>=0.10.0'}
dependencies:
is-extendable: 0.1.1
@@ -4708,7 +4725,7 @@ packages:
dev: true
/fast-levenshtein/2.0.6:
- resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=}
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
dev: true
/fastq/1.13.0:
@@ -4725,7 +4742,7 @@ packages:
dev: true
/figures/2.0.0:
- resolution: {integrity: sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=}
+ resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==}
engines: {node: '>=4'}
dependencies:
escape-string-regexp: 1.0.5
@@ -4739,7 +4756,7 @@ packages:
dev: true
/file-name/0.1.0:
- resolution: {integrity: sha1-ErEi8SD5w028F2wauBpUis7W3vc=}
+ resolution: {integrity: sha512-Q8SskhjF4eUk/xoQkmubwLkoHwOTv6Jj/WGtOVLKkZ0vvM+LipkSXugkn1F/+mjWXU32AXLZB3qaz0arUzgtRw==}
engines: {node: '>=0.10.0'}
dev: true
@@ -4756,7 +4773,7 @@ packages:
dev: true
/filter-obj/1.1.0:
- resolution: {integrity: sha1-mzERErxsYSehbgFsbF1/GeCAXFs=}
+ resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -4785,7 +4802,7 @@ packages:
dev: true
/find-file-up/0.1.3:
- resolution: {integrity: sha1-z2gJG8+fMApA2kEbN9pczlovvqA=}
+ resolution: {integrity: sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==}
engines: {node: '>=0.10.0'}
dependencies:
fs-exists-sync: 0.1.0
@@ -4793,7 +4810,7 @@ packages:
dev: true
/find-pkg/0.1.2:
- resolution: {integrity: sha1-G9wiwG42NlUy4qJIBGhUuXiNpVc=}
+ resolution: {integrity: sha512-0rnQWcFwZr7eO0513HahrWafsc3CTFioEB7DRiEYCUM/70QXSY8f3mCST17HXLcPvEhzH/Ty/Bxd72ZZsr/yvw==}
engines: {node: '>=0.10.0'}
dependencies:
find-file-up: 0.1.3
@@ -4811,12 +4828,12 @@ packages:
resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
- flatted: 3.2.5
+ flatted: 3.2.6
rimraf: 3.0.2
dev: true
- /flatted/3.2.5:
- resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==}
+ /flatted/3.2.6:
+ resolution: {integrity: sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==}
dev: true
/flush-write-stream/1.1.1:
@@ -4826,8 +4843,8 @@ packages:
readable-stream: 2.3.7
dev: true
- /follow-redirects/1.15.0_debug@4.3.4:
- resolution: {integrity: sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==}
+ /follow-redirects/1.15.1_debug@4.3.4:
+ resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
@@ -4847,7 +4864,7 @@ packages:
- supports-color
dev: true
- /fork-ts-checker-webpack-plugin/6.5.2_a18aeb77a4c309ee06a4324b94f7151d:
+ /fork-ts-checker-webpack-plugin/6.5.2_irit3cwhef6e6mopqxb7zqusqa:
resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==}
engines: {node: '>=10', yarn: '>=1.0.0'}
peerDependencies:
@@ -4861,7 +4878,7 @@ packages:
vue-template-compiler:
optional: true
dependencies:
- '@babel/code-frame': 7.16.7
+ '@babel/code-frame': 7.18.6
'@types/json-schema': 7.0.11
chalk: 4.1.2
chokidar: 3.5.3
@@ -4869,14 +4886,14 @@ packages:
deepmerge: 4.2.2
eslint: 7.32.0
fs-extra: 9.1.0
- glob: 7.2.0
- memfs: 3.4.1
+ glob: 7.2.3
+ memfs: 3.4.7
minimatch: 3.1.2
schema-utils: 2.7.0
semver: 7.3.7
tapable: 1.1.3
typescript: 4.6.4
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/forwarded/0.2.0:
@@ -4889,12 +4906,12 @@ packages:
dev: true
/fresh/0.5.2:
- resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=}
+ resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
engines: {node: '>= 0.6'}
dev: true
/from2/2.3.0:
- resolution: {integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=}
+ resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==}
dependencies:
inherits: 2.0.4
readable-stream: 2.3.7
@@ -4905,7 +4922,7 @@ packages:
dev: true
/fs-exists-sync/0.1.0:
- resolution: {integrity: sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=}
+ resolution: {integrity: sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -4919,7 +4936,7 @@ packages:
dev: true
/fs-extra/3.0.1:
- resolution: {integrity: sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=}
+ resolution: {integrity: sha512-V3Z3WZWVUYd8hoCL5xfXJCaHWYzmtwW5XWYSlLgERi8PWd8bx1kUHUk8L1BT57e49oKnDDD180mjfrHc1yA9rg==}
dependencies:
graceful-fs: 4.2.10
jsonfile: 3.0.1
@@ -4941,7 +4958,7 @@ packages:
dev: true
/fs-write-stream-atomic/1.0.10:
- resolution: {integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=}
+ resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==}
dependencies:
graceful-fs: 4.2.10
iferr: 0.1.5
@@ -4950,7 +4967,7 @@ packages:
dev: true
/fs.realpath/1.0.0:
- resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=}
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
dev: true
/fsevents/2.3.2:
@@ -4966,11 +4983,11 @@ packages:
dev: true
/functional-red-black-tree/1.0.1:
- resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=}
+ resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==}
dev: true
/genfun/4.0.1:
- resolution: {integrity: sha1-7RAEHy5KfxsKOEZtF6XD4n3x38E=}
+ resolution: {integrity: sha512-48yv1eDS5Qrz6cbSDBBik0u7jCgC/eA9eZrl9MIN1LfKzFTuGt6EHgr31YM8yT9cjb5BplXb4Iz3VtOYmgt8Jg==}
dev: true
/gensync/1.0.0-beta.2:
@@ -4983,8 +5000,8 @@ packages:
engines: {node: 6.* || 8.* || >= 10.*}
dev: true
- /get-intrinsic/1.1.1:
- resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==}
+ /get-intrinsic/1.1.2:
+ resolution: {integrity: sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==}
dependencies:
function-bind: 1.1.1
has: 1.0.3
@@ -4997,7 +5014,7 @@ packages:
dev: true
/get-stream/3.0.0:
- resolution: {integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=}
+ resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==}
engines: {node: '>=4'}
dev: true
@@ -5019,7 +5036,7 @@ packages:
dev: true
/git-config-path/1.0.1:
- resolution: {integrity: sha1-bTP37WPbDQ4RgTFQO6s6ykfVRmQ=}
+ resolution: {integrity: sha512-KcJ2dlrrP5DbBnYIZ2nlikALfRhKzNSX0stvv3ImJ+fvC4hXKoV+U+74SV0upg+jlQZbrtQzc0bu6/Zh+7aQbg==}
engines: {node: '>=0.10.0'}
dependencies:
extend-shallow: 2.0.1
@@ -5028,7 +5045,7 @@ packages:
dev: true
/git-repo-name/0.6.0:
- resolution: {integrity: sha1-rwmIRlaqU37GJccIcAgXXNYSKP8=}
+ resolution: {integrity: sha512-DF4XxB6H+Te79JA08/QF/IjIv+j+0gF990WlgAX3SXXU2irfqvBc/xxlAIh6eJWYaKz45MrrGVBFS0Qc4bBz5g==}
engines: {node: '>=0.8'}
dependencies:
cwd: 0.9.1
@@ -5062,8 +5079,8 @@ packages:
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
dev: true
- /glob/7.2.0:
- resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==}
+ /glob/7.2.3:
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -5074,14 +5091,14 @@ packages:
dev: true
/global-dirs/0.1.1:
- resolution: {integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=}
+ resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==}
engines: {node: '>=4'}
dependencies:
ini: 1.3.8
dev: true
/global-modules/0.2.3:
- resolution: {integrity: sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=}
+ resolution: {integrity: sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==}
engines: {node: '>=0.10.0'}
dependencies:
global-prefix: 0.1.5
@@ -5089,7 +5106,7 @@ packages:
dev: true
/global-prefix/0.1.5:
- resolution: {integrity: sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=}
+ resolution: {integrity: sha512-gOPiyxcD9dJGCEArAhF4Hd0BAqvAe/JzERP7tYumE4yIkmIedPUVXcJFWbV3/p/ovIIvKjkrTk+f1UVkq7vvbw==}
engines: {node: '>=0.10.0'}
dependencies:
homedir-polyfill: 1.0.3
@@ -5103,8 +5120,8 @@ packages:
engines: {node: '>=4'}
dev: true
- /globals/13.14.0:
- resolution: {integrity: sha512-ERO68sOYwm5UuLvSJTY7w7NP2c8S4UcXs3X1GBX8cwOr+ShOcDBbCY5mH4zxz0jsYCdJ8ve8Mv9n2YGJMB1aeg==}
+ /globals/13.16.0:
+ resolution: {integrity: sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
@@ -5123,7 +5140,7 @@ packages:
dev: true
/got/6.7.1:
- resolution: {integrity: sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=}
+ resolution: {integrity: sha512-Y/K3EDuiQN9rTZhBvPRWMLXIKdeD1Rj0nzunfoi0Yyn5WBEbzxXKU9Ub2X41oZBagVWOBU3MuDonFMgPWQFnwg==}
engines: {node: '>=4'}
dependencies:
'@types/keyv': 3.1.4
@@ -5157,7 +5174,7 @@ packages:
dev: true
/has-flag/3.0.0:
- resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=}
+ resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
engines: {node: '>=4'}
dev: true
@@ -5169,7 +5186,7 @@ packages:
/has-property-descriptors/1.0.0:
resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
dependencies:
- get-intrinsic: 1.1.1
+ get-intrinsic: 1.1.2
dev: true
/has-symbols/1.0.3:
@@ -5185,7 +5202,7 @@ packages:
dev: true
/hash-sum/1.0.2:
- resolution: {integrity: sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=}
+ resolution: {integrity: sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==}
dev: true
/hash-sum/2.0.0:
@@ -5218,7 +5235,7 @@ packages:
dev: true
/hpack.js/2.1.6:
- resolution: {integrity: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=}
+ resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==}
dependencies:
inherits: 2.0.4
obuf: 1.1.2
@@ -5241,11 +5258,11 @@ packages:
he: 1.2.0
param-case: 3.0.4
relateurl: 0.2.7
- terser: 5.13.1
+ terser: 5.14.1
dev: true
/html-tags/2.0.0:
- resolution: {integrity: sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=}
+ resolution: {integrity: sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==}
engines: {node: '>=4'}
dev: true
@@ -5254,7 +5271,7 @@ packages:
engines: {node: '>=8'}
dev: true
- /html-webpack-plugin/5.5.0_webpack@5.72.1:
+ /html-webpack-plugin/5.5.0_webpack@5.73.0:
resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==}
engines: {node: '>=10.13.0'}
peerDependencies:
@@ -5265,7 +5282,7 @@ packages:
lodash: 4.17.21
pretty-error: 4.0.0
tapable: 2.2.1
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/htmlparser2/6.1.0:
@@ -5282,11 +5299,11 @@ packages:
dev: true
/http-deceiver/1.2.7:
- resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=}
+ resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==}
dev: true
/http-errors/1.6.3:
- resolution: {integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=}
+ resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==}
engines: {node: '>= 0.6'}
dependencies:
depd: 1.1.2
@@ -5306,8 +5323,8 @@ packages:
toidentifier: 1.0.1
dev: true
- /http-parser-js/0.5.6:
- resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==}
+ /http-parser-js/0.5.8:
+ resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==}
dev: true
/http-proxy-agent/2.1.0:
@@ -5320,7 +5337,7 @@ packages:
- supports-color
dev: true
- /http-proxy-middleware/2.0.6_adbe487640bba2b97136947cd1213f1b:
+ /http-proxy-middleware/2.0.6_vw7eq5saxorls4jwsr6ncij7dm:
resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -5344,7 +5361,7 @@ packages:
engines: {node: '>=8.0.0'}
dependencies:
eventemitter3: 4.0.7
- follow-redirects: 1.15.0_debug@4.3.4
+ follow-redirects: 1.15.1_debug@4.3.4
requires-port: 1.0.0
transitivePeerDependencies:
- debug
@@ -5366,13 +5383,13 @@ packages:
dev: true
/humanize-ms/1.2.1:
- resolution: {integrity: sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=}
+ resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
dependencies:
ms: 2.1.3
dev: true
/humps/2.0.1:
- resolution: {integrity: sha1-3QLqYIG9BWjcXQcxhEY5V7qe+ao=}
+ resolution: {integrity: sha512-E0eIbrFWUhwfXJmsbdjRQFQPrl5pTEoKlz163j1mTqqUnU9PgR4AgB8AIITzuB3vLBdxZXyZ9TDIrwB2OASz4g==}
dev: true
/iconv-lite/0.4.24:
@@ -5389,13 +5406,13 @@ packages:
safer-buffer: 2.1.2
dev: true
- /icss-utils/5.1.0_postcss@8.4.13:
+ /icss-utils/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
/ieee754/1.2.1:
@@ -5403,7 +5420,7 @@ packages:
dev: true
/iferr/0.1.5:
- resolution: {integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE=}
+ resolution: {integrity: sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==}
dev: true
/ignore/4.0.6:
@@ -5433,24 +5450,24 @@ packages:
dev: true
/import-lazy/2.1.0:
- resolution: {integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=}
+ resolution: {integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==}
engines: {node: '>=4'}
dev: true
/imurmurhash/0.1.4:
- resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=}
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
dev: true
/inflight/1.0.6:
- resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=}
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
dependencies:
once: 1.4.0
wrappy: 1.0.2
dev: true
/inherits/2.0.3:
- resolution: {integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=}
+ resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==}
dev: true
/inherits/2.0.4:
@@ -5495,7 +5512,7 @@ packages:
dev: true
/is-arrayish/0.2.1:
- resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=}
+ resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
dev: true
/is-binary-path/2.1.0:
@@ -5530,12 +5547,12 @@ packages:
dev: true
/is-extendable/0.1.1:
- resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=}
+ resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==}
engines: {node: '>=0.10.0'}
dev: true
/is-extglob/2.1.1:
- resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=}
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -5546,7 +5563,7 @@ packages:
dev: true
/is-fullwidth-code-point/2.0.0:
- resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=}
+ resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==}
engines: {node: '>=4'}
dev: true
@@ -5563,7 +5580,7 @@ packages:
dev: true
/is-installed-globally/0.1.0:
- resolution: {integrity: sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=}
+ resolution: {integrity: sha512-ERNhMg+i/XgDwPIPF3u24qpajVreaiSuvpb1Uu0jugw7KKcxGyCX8cgp8P5fwTmAuXku6beDHHECdKArjlg7tw==}
engines: {node: '>=4'}
dependencies:
global-dirs: 0.1.1
@@ -5576,11 +5593,11 @@ packages:
dev: true
/is-module/1.0.0:
- resolution: {integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=}
+ resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
dev: true
/is-npm/1.0.0:
- resolution: {integrity: sha1-8vtjpl5JBbQGyGBydloaTceTufQ=}
+ resolution: {integrity: sha512-9r39FIr3d+KD9SbX0sfMsHzb5PP3uimOiwr3YupUaUFG4W0l1U57Rx3utpttV7qz5U3jmrO5auUa04LU9pyHsg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -5590,12 +5607,12 @@ packages:
dev: true
/is-obj/1.0.1:
- resolution: {integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8=}
+ resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==}
engines: {node: '>=0.10.0'}
dev: true
/is-path-inside/1.0.1:
- resolution: {integrity: sha1-jvW33lBDej/cprToZe96pVy0gDY=}
+ resolution: {integrity: sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==}
engines: {node: '>=0.10.0'}
dependencies:
path-is-inside: 1.0.2
@@ -5614,7 +5631,7 @@ packages:
dev: true
/is-redirect/1.0.0:
- resolution: {integrity: sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=}
+ resolution: {integrity: sha512-cr/SlUEe5zOGmzvj9bUyC4LVvkNVAXu4GytXLNMr1pny+a65MpQ9IJzFHD5vi7FyJgb4qt27+eS3TuQnqB+RQw==}
engines: {node: '>=0.10.0'}
dev: true
@@ -5624,7 +5641,7 @@ packages:
dev: true
/is-stream/1.1.0:
- resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=}
+ resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -5639,12 +5656,12 @@ packages:
dev: true
/is-windows/0.2.0:
- resolution: {integrity: sha1-3hqm1j6indJIc3tp8f+LgALSEIw=}
+ resolution: {integrity: sha512-n67eJYmXbniZB7RF4I/FTjK1s6RPOCTxhYrVYLRaCt3lF0mpWZPKr3T2LSZAqyjQsxR2qMmGYXXzK0YWwcPM1Q==}
engines: {node: '>=0.10.0'}
dev: true
/is-wsl/1.1.0:
- resolution: {integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=}
+ resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==}
engines: {node: '>=4'}
dev: true
@@ -5656,7 +5673,7 @@ packages:
dev: true
/isarray/1.0.0:
- resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=}
+ resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
dev: true
/isbot/3.4.5:
@@ -5665,11 +5682,11 @@ packages:
dev: true
/isexe/2.0.0:
- resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=}
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
dev: true
/isobject/3.0.1:
- resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=}
+ resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -5690,7 +5707,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
merge-stream: 2.0.0
supports-color: 7.2.0
dev: true
@@ -5699,7 +5716,16 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 17.0.32
+ '@types/node': 18.0.3
+ merge-stream: 2.0.0
+ supports-color: 8.1.1
+ dev: true
+
+ /jest-worker/28.1.1:
+ resolution: {integrity: sha512-Au7slXB08C6h+xbJPp7VIb6U0XX5Kc9uel/WFc6/rcTzGiaVCBRngBExSYuXSLFPULPSYU3cJ3ybS988lNFQhQ==}
+ engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
+ dependencies:
+ '@types/node': 18.0.3
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
@@ -5732,7 +5758,7 @@ packages:
dev: true
/jsesc/0.5.0:
- resolution: {integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=}
+ resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
hasBin: true
dev: true
@@ -5759,7 +5785,7 @@ packages:
dev: true
/json-stable-stringify-without-jsonify/1.0.1:
- resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=}
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
dev: true
/json5/1.0.1:
@@ -5776,7 +5802,7 @@ packages:
dev: true
/jsonfile/3.0.1:
- resolution: {integrity: sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=}
+ resolution: {integrity: sha512-oBko6ZHlubVB5mRFkur5vgYR1UyqX+S6Y/oCfLhqNdcc2fYFlDpIoNc7AfKS1KOGcnNAkvsr0grLck9ANM815w==}
optionalDependencies:
graceful-fs: 4.2.10
dev: true
@@ -5800,27 +5826,27 @@ packages:
dev: true
/latest-version/3.1.0:
- resolution: {integrity: sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=}
+ resolution: {integrity: sha512-Be1YRHWWlZaSsrz2U+VInk+tO0EwLIyV+23RhWLINJYwg/UIikxjlj3MhH37/6/EDCAusjajvMkMMUXRaMWl/w==}
engines: {node: '>=4'}
dependencies:
package-json: 4.0.1
dev: true
- /launch-editor-middleware/2.3.0:
- resolution: {integrity: sha512-GJR64trLdFFwCoL9DMn/d1SZX0OzTDPixu4mcfWTShQ4tIqCHCGvlg9fOEYQXyBlrSMQwylsJfUWncheShfV2w==}
+ /launch-editor-middleware/2.4.0:
+ resolution: {integrity: sha512-/M7AX/6xktZY60KE7j71XLrj9U6H5TBoP+mJzhYB3fcdAq8rcazit/K0qWiu1jvytUPXP4lJRd1VJFwvdMQ/uw==}
dependencies:
- launch-editor: 2.3.0
+ launch-editor: 2.4.0
dev: true
- /launch-editor/2.3.0:
- resolution: {integrity: sha512-3QrsCXejlWYHjBPFXTyGNhPj4rrQdB+5+r5r3wArpLH201aR+nWUgw/zKKkTmilCfY/sv6u8qo98pNvtg8LUTA==}
+ /launch-editor/2.4.0:
+ resolution: {integrity: sha512-mZ0BHeSn/ohL+Ib+b+JnxC59vcNz6v5IR9d0CuM8f0x8ni8oK3IIG6G0vMkpxc0gFsmvINkztGOHiWTaX4BmAg==}
dependencies:
picocolors: 1.0.0
shell-quote: 1.7.3
dev: true
/lazy-cache/1.0.4:
- resolution: {integrity: sha1-odePw6UEdMuAhF07O24dpJpEbo4=}
+ resolution: {integrity: sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -5872,7 +5898,7 @@ packages:
dev: true
/lodash.debounce/4.0.8:
- resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=}
+ resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
dev: true
/lodash.defaultsdeep/4.6.1:
@@ -5880,31 +5906,27 @@ packages:
dev: true
/lodash.kebabcase/4.1.1:
- resolution: {integrity: sha1-hImxyw0p/4gZXM7KRI/21swpXDY=}
+ resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==}
dev: true
/lodash.mapvalues/4.6.0:
- resolution: {integrity: sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=}
+ resolution: {integrity: sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==}
dev: true
/lodash.memoize/4.1.2:
- resolution: {integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=}
+ resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
dev: true
/lodash.merge/4.6.2:
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
dev: true
- /lodash.sortby/4.7.0:
- resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=}
- dev: true
-
/lodash.truncate/4.4.2:
- resolution: {integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=}
+ resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==}
dev: true
/lodash.uniq/4.5.0:
- resolution: {integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=}
+ resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
dev: true
/lodash/4.17.21:
@@ -5927,7 +5949,7 @@ packages:
dev: true
/log-update/2.3.0:
- resolution: {integrity: sha1-iDKP19HOeTiykoN0bwsbwSayRwg=}
+ resolution: {integrity: sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==}
engines: {node: '>=4'}
dependencies:
ansi-escapes: 3.2.0
@@ -5961,7 +5983,7 @@ packages:
dev: true
/lz-string/1.4.4:
- resolution: {integrity: sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=}
+ resolution: {integrity: sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==}
hasBin: true
dev: true
@@ -5969,7 +5991,6 @@ packages:
resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
dependencies:
sourcemap-codec: 1.4.8
- dev: true
/magic-string/0.26.2:
resolution: {integrity: sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==}
@@ -6015,19 +6036,19 @@ packages:
dev: true
/media-typer/0.3.0:
- resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=}
+ resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
dev: true
- /memfs/3.4.1:
- resolution: {integrity: sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==}
+ /memfs/3.4.7:
+ resolution: {integrity: sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==}
engines: {node: '>= 4.0.0'}
dependencies:
fs-monkey: 1.0.3
dev: true
/merge-descriptors/1.0.1:
- resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=}
+ resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
dev: true
/merge-source-map/1.1.0:
@@ -6046,7 +6067,7 @@ packages:
dev: true
/methods/1.1.2:
- resolution: {integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=}
+ resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
engines: {node: '>= 0.6'}
dev: true
@@ -6092,14 +6113,14 @@ packages:
engines: {node: '>=6'}
dev: true
- /mini-css-extract-plugin/2.6.0_webpack@5.72.1:
- resolution: {integrity: sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==}
+ /mini-css-extract-plugin/2.6.1_webpack@5.73.0:
+ resolution: {integrity: sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
schema-utils: 4.0.0
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/minimalistic-assert/1.0.1:
@@ -6116,8 +6137,8 @@ packages:
resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
dev: true
- /minipass/3.1.6:
- resolution: {integrity: sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==}
+ /minipass/3.3.4:
+ resolution: {integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==}
engines: {node: '>=8'}
dependencies:
yallist: 4.0.0
@@ -6166,7 +6187,7 @@ packages:
dev: true
/move-concurrently/1.0.1:
- resolution: {integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=}
+ resolution: {integrity: sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==}
dependencies:
aproba: 1.2.0
copy-concurrently: 1.0.5
@@ -6176,13 +6197,13 @@ packages:
run-queue: 1.0.3
dev: true
- /mrmime/1.0.0:
- resolution: {integrity: sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==}
+ /mrmime/1.0.1:
+ resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==}
engines: {node: '>=10'}
dev: true
/ms/2.0.0:
- resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=}
+ resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
dev: true
/ms/2.1.2:
@@ -6193,16 +6214,16 @@ packages:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
dev: true
- /multicast-dns/7.2.4:
- resolution: {integrity: sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==}
+ /multicast-dns/7.2.5:
+ resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==}
hasBin: true
dependencies:
- dns-packet: 5.3.1
+ dns-packet: 5.4.0
thunky: 1.1.0
dev: true
/mute-stream/0.0.7:
- resolution: {integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=}
+ resolution: {integrity: sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==}
dev: true
/mz/2.7.0:
@@ -6221,10 +6242,9 @@ packages:
resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
- dev: true
/natural-compare/1.4.0:
- resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=}
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: true
/negotiator/0.6.3:
@@ -6273,21 +6293,21 @@ packages:
engines: {node: '>= 6.13.0'}
dev: true
- /node-releases/2.0.4:
- resolution: {integrity: sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==}
+ /node-releases/2.0.5:
+ resolution: {integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==}
dev: true
/normalize-package-data/2.5.0:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
hosted-git-info: 2.8.9
- resolve: 1.22.0
+ resolve: 1.22.1
semver: 5.7.1
validate-npm-package-license: 3.0.4
dev: true
/normalize-path/1.0.0:
- resolution: {integrity: sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=}
+ resolution: {integrity: sha512-7WyT0w8jhpDStXRq5836AMmihQwq2nrUVQrgjvUo/p/NZf9uy/MeJ246lBJVmWuYXMlJuG9BNZHF0hWjfTbQUA==}
engines: {node: '>=0.10.0'}
dev: true
@@ -6297,7 +6317,7 @@ packages:
dev: true
/normalize-range/0.1.2:
- resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=}
+ resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
engines: {node: '>=0.10.0'}
dev: true
@@ -6323,7 +6343,7 @@ packages:
dev: true
/npm-run-path/2.0.2:
- resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=}
+ resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==}
engines: {node: '>=4'}
dependencies:
path-key: 2.0.1
@@ -6336,19 +6356,19 @@ packages:
path-key: 3.1.1
dev: true
- /nth-check/2.0.1:
- resolution: {integrity: sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==}
+ /nth-check/2.1.1:
+ resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
dependencies:
boolbase: 1.0.0
dev: true
/object-assign/4.1.1:
- resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=}
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
engines: {node: '>=0.10.0'}
dev: true
- /object-inspect/1.12.0:
- resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==}
+ /object-inspect/1.12.2:
+ resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==}
dev: true
/object-keys/1.1.1:
@@ -6388,13 +6408,13 @@ packages:
dev: true
/once/1.4.0:
- resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=}
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
dependencies:
wrappy: 1.0.2
dev: true
/onetime/2.0.1:
- resolution: {integrity: sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=}
+ resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==}
engines: {node: '>=4'}
dependencies:
mimic-fn: 1.2.0
@@ -6466,12 +6486,12 @@ packages:
dev: true
/os-homedir/1.0.2:
- resolution: {integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=}
+ resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==}
engines: {node: '>=0.10.0'}
dev: true
/os-tmpdir/1.0.2:
- resolution: {integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=}
+ resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
engines: {node: '>=0.10.0'}
dev: true
@@ -6483,7 +6503,7 @@ packages:
dev: true
/p-finally/1.0.0:
- resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=}
+ resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
engines: {node: '>=4'}
dev: true
@@ -6530,7 +6550,7 @@ packages:
dev: true
/package-json/4.0.1:
- resolution: {integrity: sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=}
+ resolution: {integrity: sha512-q/R5GrMek0vzgoomq6rm9OX+3PQve8sLwTirmK30YB3Cu0Bbt9OX9M/SIUnroN5BGJkzwGsFwDaRGD9EwBOlCA==}
engines: {node: '>=4'}
dependencies:
got: 6.7.1
@@ -6544,7 +6564,7 @@ packages:
dependencies:
bluebird: 3.7.2
cacache: 9.3.0
- glob: 7.2.0
+ glob: 7.2.3
lru-cache: 4.1.5
make-fetch-happen: 2.6.0
minimatch: 3.1.2
@@ -6590,14 +6610,14 @@ packages:
dev: true
/parse-git-config/0.2.0:
- resolution: {integrity: sha1-Jygz/dFf6hRvt10zbSNrljtv9wY=}
+ resolution: {integrity: sha512-amapZFADOJtHvX2URcRfbzG2OFcW+UAwmdK2kht2N2vsH5Py65VxI5yZTlD2DjmxVhTz6htFoVCxROYUJaYOXQ==}
engines: {node: '>=0.10.0'}
dependencies:
ini: 1.3.8
dev: true
/parse-git-config/1.1.1:
- resolution: {integrity: sha1-06mYQxcTL1c5hxK7pDjhKVkN34w=}
+ resolution: {integrity: sha512-S3LGXJZVSy/hswvbSkfdbKBRVsnqKrVu6j8fcvdtJ4TxosSELyQDsJPuGPXuZ+EyuYuJd3O4uAF8gcISR0OFrQ==}
engines: {node: '>=0.10.0'}
dependencies:
extend-shallow: 2.0.1
@@ -6610,14 +6630,14 @@ packages:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
dependencies:
- '@babel/code-frame': 7.16.7
+ '@babel/code-frame': 7.18.6
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
dev: true
/parse-passwd/1.0.0:
- resolution: {integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=}
+ resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==}
engines: {node: '>=0.10.0'}
dev: true
@@ -6653,16 +6673,16 @@ packages:
dev: true
/path-is-absolute/1.0.1:
- resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=}
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
engines: {node: '>=0.10.0'}
dev: true
/path-is-inside/1.0.2:
- resolution: {integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=}
+ resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==}
dev: true
/path-key/2.0.1:
- resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=}
+ resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==}
engines: {node: '>=4'}
dev: true
@@ -6676,7 +6696,7 @@ packages:
dev: true
/path-to-regexp/0.1.7:
- resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=}
+ resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
dev: true
/path-type/4.0.0:
@@ -6690,7 +6710,6 @@ packages:
/picocolors/1.0.0:
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
- dev: true
/picomatch/2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
@@ -6698,7 +6717,7 @@ packages:
dev: true
/pify/3.0.0:
- resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=}
+ resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==}
engines: {node: '>=4'}
dev: true
@@ -6720,76 +6739,77 @@ packages:
- supports-color
dev: true
- /postcss-calc/8.2.4_postcss@8.4.13:
+ /postcss-calc/8.2.4_postcss@8.4.14:
resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==}
peerDependencies:
postcss: ^8.2.2
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
postcss-value-parser: 4.2.0
dev: true
- /postcss-colormin/5.3.0_postcss@8.4.13:
+ /postcss-colormin/5.3.0_postcss@8.4.14:
resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.20.3
+ browserslist: 4.21.1
caniuse-api: 3.0.0
colord: 2.9.2
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-convert-values/5.1.0_postcss@8.4.13:
- resolution: {integrity: sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==}
+ /postcss-convert-values/5.1.2_postcss@8.4.14:
+ resolution: {integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ browserslist: 4.21.1
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-discard-comments/5.1.1_postcss@8.4.13:
- resolution: {integrity: sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==}
+ /postcss-discard-comments/5.1.2_postcss@8.4.14:
+ resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /postcss-discard-duplicates/5.1.0_postcss@8.4.13:
+ /postcss-discard-duplicates/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /postcss-discard-empty/5.1.1_postcss@8.4.13:
+ /postcss-discard-empty/5.1.1_postcss@8.4.14:
resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /postcss-discard-overridden/5.1.0_postcss@8.4.13:
+ /postcss-discard-overridden/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /postcss-loader/5.3.0_postcss@8.4.13+webpack@5.72.1:
+ /postcss-loader/5.3.0_mepnsno3xmng6eyses4tepu7bu:
resolution: {integrity: sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -6798,12 +6818,12 @@ packages:
dependencies:
cosmiconfig: 7.0.1
klona: 2.0.5
- postcss: 8.4.13
+ postcss: 8.4.14
semver: 7.3.7
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
- /postcss-loader/6.2.1_postcss@8.4.13+webpack@5.72.1:
+ /postcss-loader/6.2.1_mepnsno3xmng6eyses4tepu7bu:
resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==}
engines: {node: '>= 12.13.0'}
peerDependencies:
@@ -6812,250 +6832,250 @@ packages:
dependencies:
cosmiconfig: 7.0.1
klona: 2.0.5
- postcss: 8.4.13
+ postcss: 8.4.14
semver: 7.3.7
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
- /postcss-merge-longhand/5.1.4_postcss@8.4.13:
- resolution: {integrity: sha512-hbqRRqYfmXoGpzYKeW0/NCZhvNyQIlQeWVSao5iKWdyx7skLvCfQFGIUsP9NUs3dSbPac2IC4Go85/zG+7MlmA==}
+ /postcss-merge-longhand/5.1.6_postcss@8.4.14:
+ resolution: {integrity: sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
- stylehacks: 5.1.0_postcss@8.4.13
+ stylehacks: 5.1.0_postcss@8.4.14
dev: true
- /postcss-merge-rules/5.1.1_postcss@8.4.13:
- resolution: {integrity: sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==}
+ /postcss-merge-rules/5.1.2_postcss@8.4.14:
+ resolution: {integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.20.3
+ browserslist: 4.21.1
caniuse-api: 3.0.0
- cssnano-utils: 3.1.0_postcss@8.4.13
- postcss: 8.4.13
+ cssnano-utils: 3.1.0_postcss@8.4.14
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
dev: true
- /postcss-minify-font-values/5.1.0_postcss@8.4.13:
+ /postcss-minify-font-values/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-gradients/5.1.1_postcss@8.4.13:
+ /postcss-minify-gradients/5.1.1_postcss@8.4.14:
resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
colord: 2.9.2
- cssnano-utils: 3.1.0_postcss@8.4.13
- postcss: 8.4.13
+ cssnano-utils: 3.1.0_postcss@8.4.14
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-params/5.1.2_postcss@8.4.13:
- resolution: {integrity: sha512-aEP+p71S/urY48HWaRHasyx4WHQJyOYaKpQ6eXl8k0kxg66Wt/30VR6/woh8THgcpRbonJD5IeD+CzNhPi1L8g==}
+ /postcss-minify-params/5.1.3_postcss@8.4.14:
+ resolution: {integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.20.3
- cssnano-utils: 3.1.0_postcss@8.4.13
- postcss: 8.4.13
+ browserslist: 4.21.1
+ cssnano-utils: 3.1.0_postcss@8.4.14
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-selectors/5.2.0_postcss@8.4.13:
- resolution: {integrity: sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==}
+ /postcss-minify-selectors/5.2.1_postcss@8.4.14:
+ resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
dev: true
- /postcss-modules-extract-imports/3.0.0_postcss@8.4.13:
+ /postcss-modules-extract-imports/3.0.0_postcss@8.4.14:
resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /postcss-modules-local-by-default/4.0.0_postcss@8.4.13:
+ /postcss-modules-local-by-default/4.0.0_postcss@8.4.14:
resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- icss-utils: 5.1.0_postcss@8.4.13
- postcss: 8.4.13
+ icss-utils: 5.1.0_postcss@8.4.14
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
postcss-value-parser: 4.2.0
dev: true
- /postcss-modules-scope/3.0.0_postcss@8.4.13:
+ /postcss-modules-scope/3.0.0_postcss@8.4.14:
resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
dev: true
- /postcss-modules-values/4.0.0_postcss@8.4.13:
+ /postcss-modules-values/4.0.0_postcss@8.4.14:
resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- icss-utils: 5.1.0_postcss@8.4.13
- postcss: 8.4.13
+ icss-utils: 5.1.0_postcss@8.4.14
+ postcss: 8.4.14
dev: true
- /postcss-nested/5.0.6_postcss@8.4.13:
+ /postcss-nested/5.0.6_postcss@8.4.14:
resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
dev: true
- /postcss-normalize-charset/5.1.0_postcss@8.4.13:
+ /postcss-normalize-charset/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /postcss-normalize-display-values/5.1.0_postcss@8.4.13:
+ /postcss-normalize-display-values/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-positions/5.1.0_postcss@8.4.13:
- resolution: {integrity: sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==}
+ /postcss-normalize-positions/5.1.1_postcss@8.4.14:
+ resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-repeat-style/5.1.0_postcss@8.4.13:
- resolution: {integrity: sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==}
+ /postcss-normalize-repeat-style/5.1.1_postcss@8.4.14:
+ resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-string/5.1.0_postcss@8.4.13:
+ /postcss-normalize-string/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-timing-functions/5.1.0_postcss@8.4.13:
+ /postcss-normalize-timing-functions/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-unicode/5.1.0_postcss@8.4.13:
+ /postcss-normalize-unicode/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.20.3
- postcss: 8.4.13
+ browserslist: 4.21.1
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-url/5.1.0_postcss@8.4.13:
+ /postcss-normalize-url/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
normalize-url: 6.1.0
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-whitespace/5.1.1_postcss@8.4.13:
+ /postcss-normalize-whitespace/5.1.1_postcss@8.4.14:
resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-ordered-values/5.1.1_postcss@8.4.13:
- resolution: {integrity: sha512-7lxgXF0NaoMIgyihL/2boNAEZKiW0+HkMhdKMTD93CjW8TdCy2hSdj8lsAo+uwm7EDG16Da2Jdmtqpedl0cMfw==}
+ /postcss-ordered-values/5.1.3_postcss@8.4.14:
+ resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- cssnano-utils: 3.1.0_postcss@8.4.13
- postcss: 8.4.13
+ cssnano-utils: 3.1.0_postcss@8.4.14
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
- /postcss-reduce-initial/5.1.0_postcss@8.4.13:
+ /postcss-reduce-initial/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.20.3
+ browserslist: 4.21.1
caniuse-api: 3.0.0
- postcss: 8.4.13
+ postcss: 8.4.14
dev: true
- /postcss-reduce-transforms/5.1.0_postcss@8.4.13:
+ /postcss-reduce-transforms/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
dev: true
@@ -7067,24 +7087,24 @@ packages:
util-deprecate: 1.0.2
dev: true
- /postcss-svgo/5.1.0_postcss@8.4.13:
+ /postcss-svgo/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-value-parser: 4.2.0
svgo: 2.8.0
dev: true
- /postcss-unique-selectors/5.1.1_postcss@8.4.13:
+ /postcss-unique-selectors/5.1.1_postcss@8.4.14:
resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.13
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
dev: true
@@ -7100,14 +7120,13 @@ packages:
source-map: 0.6.1
dev: true
- /postcss/8.4.13:
- resolution: {integrity: sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==}
+ /postcss/8.4.14:
+ resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.4
picocolors: 1.0.0
source-map-js: 1.0.2
- dev: true
/prelude-ls/1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
@@ -7115,7 +7134,7 @@ packages:
dev: true
/prepend-http/1.0.4:
- resolution: {integrity: sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=}
+ resolution: {integrity: sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -7126,8 +7145,8 @@ packages:
fast-diff: 1.2.0
dev: true
- /prettier/2.6.2:
- resolution: {integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==}
+ /prettier/2.7.1:
+ resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: true
@@ -7143,7 +7162,7 @@ packages:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
dev: true
- /progress-webpack-plugin/1.0.16_webpack@5.72.1:
+ /progress-webpack-plugin/1.0.16_webpack@5.73.0:
resolution: {integrity: sha512-sdiHuuKOzELcBANHfrupYo+r99iPRyOnw15qX+rNlVUqXGfjXdH4IgxriKwG1kNJwVswKQHMdj1hYZMcb9jFaA==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -7152,7 +7171,7 @@ packages:
chalk: 2.4.2
figures: 2.0.0
log-update: 2.3.0
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/progress/2.0.3:
@@ -7161,7 +7180,7 @@ packages:
dev: true
/promise-inflight/1.0.1_bluebird@3.7.2:
- resolution: {integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM=}
+ resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==}
peerDependencies:
bluebird: '*'
peerDependenciesMeta:
@@ -7172,7 +7191,7 @@ packages:
dev: true
/promise-retry/1.1.1:
- resolution: {integrity: sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=}
+ resolution: {integrity: sha512-StEy2osPr28o17bIW776GtwO6+Q+M9zPiZkYfosciUUMYqjhU/ffwRAH0zN2+uvGyUsn8/YICIHRzLbPacpZGw==}
engines: {node: '>=0.12'}
dependencies:
err-code: 1.1.2
@@ -7180,7 +7199,7 @@ packages:
dev: true
/protoduck/4.0.0:
- resolution: {integrity: sha1-/kh02MeRM2bP2erRJFOiLNNlf44=}
+ resolution: {integrity: sha512-9sxuz0YTU/68O98xuDn8NBxTVH9EuMhrBTxZdiBL0/qxRmWhB/5a8MagAebDa+98vluAZTs8kMZibCdezbRCeQ==}
dependencies:
genfun: 4.0.1
dev: true
@@ -7194,7 +7213,7 @@ packages:
dev: true
/pseudomap/1.0.2:
- resolution: {integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM=}
+ resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==}
dev: true
/pump/1.0.3:
@@ -7238,8 +7257,8 @@ packages:
side-channel: 1.0.4
dev: true
- /qs/6.10.5:
- resolution: {integrity: sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==}
+ /qs/6.11.0:
+ resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
engines: {node: '>=0.6'}
dependencies:
side-channel: 1.0.4
@@ -7361,7 +7380,7 @@ packages:
/regenerator-transform/0.15.0:
resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.6
dev: true
/regexpp/3.2.0:
@@ -7369,8 +7388,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /regexpu-core/5.0.1:
- resolution: {integrity: sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==}
+ /regexpu-core/5.1.0:
+ resolution: {integrity: sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==}
engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
@@ -7389,7 +7408,7 @@ packages:
dev: true
/registry-url/3.1.0:
- resolution: {integrity: sha1-PU74cPc93h138M+aOBQyRE4XSUI=}
+ resolution: {integrity: sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==}
engines: {node: '>=0.10.0'}
dependencies:
rc: 1.2.8
@@ -7407,12 +7426,12 @@ packages:
dev: true
/relateurl/0.2.7:
- resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=}
+ resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==}
engines: {node: '>= 0.10'}
dev: true
/remote-origin-url/0.4.0:
- resolution: {integrity: sha1-TT4pAvNOLTfRwmPYdxC3frQIajA=}
+ resolution: {integrity: sha512-HYhdsT2pNd0LP4Osb0vtQ1iassxIc3Yk1oze7j8dMJFciMkW8e0rdg9E/mOunqtSVHSzvMfwLDIYzPnEDmpk6Q==}
engines: {node: '>= 0.8.0'}
dependencies:
parse-git-config: 0.2.0
@@ -7436,7 +7455,7 @@ packages:
dev: true
/require-directory/2.1.1:
- resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=}
+ resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
engines: {node: '>=0.10.0'}
dev: true
@@ -7446,7 +7465,7 @@ packages:
dev: true
/requires-port/1.0.0:
- resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=}
+ resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
dev: true
/resize-detector/0.3.0:
@@ -7454,7 +7473,7 @@ packages:
dev: false
/resolve-dir/0.1.1:
- resolution: {integrity: sha1-shklmlYC+sXFxJatiUpujMQwJh4=}
+ resolution: {integrity: sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==}
engines: {node: '>=0.10.0'}
dependencies:
expand-tilde: 1.2.2
@@ -7466,8 +7485,8 @@ packages:
engines: {node: '>=4'}
dev: true
- /resolve/1.22.0:
- resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==}
+ /resolve/1.22.1:
+ resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==}
hasBin: true
dependencies:
is-core-module: 2.9.0
@@ -7476,7 +7495,7 @@ packages:
dev: true
/restore-cursor/2.0.0:
- resolution: {integrity: sha1-n37ih/gv0ybU/RYpI9YhKe7g368=}
+ resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==}
engines: {node: '>=4'}
dependencies:
onetime: 2.0.1
@@ -7492,7 +7511,7 @@ packages:
dev: true
/retry/0.10.1:
- resolution: {integrity: sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=}
+ resolution: {integrity: sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ==}
dev: true
/retry/0.13.1:
@@ -7509,70 +7528,70 @@ packages:
resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
hasBin: true
dependencies:
- glob: 7.2.0
+ glob: 7.2.3
dev: true
/rimraf/3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
hasBin: true
dependencies:
- glob: 7.2.0
+ glob: 7.2.3
dev: true
- /rollup-plugin-dts/4.2.1_rollup@2.72.1+typescript@4.6.4:
- resolution: {integrity: sha512-eaxQZNUJ5iQcxNGlpJ1CUgG4OSVqWjDZ3nNSWBIoGrpcote2aNphSe1RJOaSYkb8dwn3o+rYm1vvld/5z3EGSQ==}
+ /rollup-plugin-dts/4.2.2_tawkl7lyp7gxtk5srebtmqqvue:
+ resolution: {integrity: sha512-A3g6Rogyko/PXeKoUlkjxkP++8UDVpgA7C+Tdl77Xj4fgEaIjPSnxRmR53EzvoYy97VMVwLAOcWJudaVAuxneQ==}
engines: {node: '>=v12.22.11'}
peerDependencies:
- rollup: ^2.70
- typescript: ^4.6
+ rollup: ^2.55
+ typescript: ^4.1
dependencies:
magic-string: 0.26.2
- rollup: 2.72.1
+ rollup: 2.75.7
typescript: 4.6.4
optionalDependencies:
- '@babel/code-frame': 7.16.7
+ '@babel/code-frame': 7.18.6
dev: true
- /rollup-plugin-styles/4.0.0_rollup@2.72.1:
+ /rollup-plugin-styles/4.0.0_rollup@2.75.7:
resolution: {integrity: sha512-A2K2sao84OsTmDxXG83JTCdXWrmgvQkkI38XDat46rdtpGMRm9tSYqeCdlwwGDJF4kKIafhV1mUidqu8MxUGig==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
peerDependencies:
rollup: ^2.63.0
dependencies:
'@rollup/pluginutils': 4.2.1
- '@types/cssnano': 5.1.0_postcss@8.4.13
+ '@types/cssnano': 5.1.0_postcss@8.4.14
cosmiconfig: 7.0.1
- cssnano: 5.1.7_postcss@8.4.13
+ cssnano: 5.1.12_postcss@8.4.14
fs-extra: 10.1.0
- icss-utils: 5.1.0_postcss@8.4.13
+ icss-utils: 5.1.0_postcss@8.4.14
mime-types: 2.1.35
p-queue: 6.6.2
- postcss: 8.4.13
- postcss-modules-extract-imports: 3.0.0_postcss@8.4.13
- postcss-modules-local-by-default: 4.0.0_postcss@8.4.13
- postcss-modules-scope: 3.0.0_postcss@8.4.13
- postcss-modules-values: 4.0.0_postcss@8.4.13
+ postcss: 8.4.14
+ postcss-modules-extract-imports: 3.0.0_postcss@8.4.14
+ postcss-modules-local-by-default: 4.0.0_postcss@8.4.14
+ postcss-modules-scope: 3.0.0_postcss@8.4.14
+ postcss-modules-values: 4.0.0_postcss@8.4.14
postcss-value-parser: 4.2.0
query-string: 7.1.1
- resolve: 1.22.0
- rollup: 2.72.1
+ resolve: 1.22.1
+ rollup: 2.75.7
source-map-js: 1.0.2
tslib: 2.4.0
dev: true
- /rollup-plugin-terser/7.0.2_rollup@2.72.1:
+ /rollup-plugin-terser/7.0.2_rollup@2.75.7:
resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==}
peerDependencies:
rollup: ^2.0.0
dependencies:
- '@babel/code-frame': 7.16.7
+ '@babel/code-frame': 7.18.6
jest-worker: 26.6.2
- rollup: 2.72.1
+ rollup: 2.75.7
serialize-javascript: 4.0.0
- terser: 5.13.1
+ terser: 5.14.1
dev: true
- /rollup-plugin-ts/2.0.7_138e778f1ff3155d4d0c2084b5e58aa2:
+ /rollup-plugin-ts/2.0.7_y3ew7u4sheh55wjoezgh67w3fi:
resolution: {integrity: sha512-M9sppRKX6y/b2KXbGdUdHid0tshAEK/sEeYLBHBJiBa4swukSsoFVXKGGZasLcjaXhgUnnizFuvFFj6znxwvSA==}
engines: {node: '>=10.0.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'}
peerDependencies:
@@ -7598,23 +7617,23 @@ packages:
'@swc/helpers':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.18.6
'@rollup/pluginutils': 4.2.1
'@wessberg/stringutil': 1.0.19
- browserslist: 4.20.3
+ browserslist: 4.21.1
browserslist-generator: 1.0.66
chalk: 4.1.2
compatfactory: 0.0.13_typescript@4.6.4
crosspath: 1.0.0
magic-string: 0.26.2
- rollup: 2.72.1
+ rollup: 2.75.7
ts-clone-node: 0.3.32_typescript@4.6.4
tslib: 2.4.0
typescript: 4.6.4
dev: true
- /rollup/2.72.1:
- resolution: {integrity: sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==}
+ /rollup/2.75.7:
+ resolution: {integrity: sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -7633,7 +7652,7 @@ packages:
dev: true
/run-queue/1.0.3:
- resolution: {integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=}
+ resolution: {integrity: sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==}
dependencies:
aproba: 1.2.0
dev: true
@@ -7695,7 +7714,7 @@ packages:
dev: true
/select-hose/2.0.0:
- resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=}
+ resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==}
dev: true
/selfsigned/2.0.1:
@@ -7706,7 +7725,7 @@ packages:
dev: true
/semver-diff/2.1.0:
- resolution: {integrity: sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=}
+ resolution: {integrity: sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw==}
engines: {node: '>=0.10.0'}
dependencies:
semver: 5.7.1
@@ -7769,7 +7788,7 @@ packages:
dev: true
/serve-index/1.9.1:
- resolution: {integrity: sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=}
+ resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
engines: {node: '>= 0.8.0'}
dependencies:
accepts: 1.3.8
@@ -7811,7 +7830,7 @@ packages:
dev: true
/shebang-command/1.2.0:
- resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=}
+ resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==}
engines: {node: '>=0.10.0'}
dependencies:
shebang-regex: 1.0.0
@@ -7825,7 +7844,7 @@ packages:
dev: true
/shebang-regex/1.0.0:
- resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=}
+ resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -7848,8 +7867,8 @@ packages:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.1.1
- object-inspect: 1.12.0
+ get-intrinsic: 1.1.2
+ object-inspect: 1.12.2
dev: true
/signal-exit/3.0.7:
@@ -7861,7 +7880,7 @@ packages:
engines: {node: '>= 10'}
dependencies:
'@polka/url': 1.0.0-next.21
- mrmime: 1.0.0
+ mrmime: 1.0.1
totalist: 1.1.0
dev: true
@@ -7880,7 +7899,7 @@ packages:
dev: true
/smart-buffer/1.1.15:
- resolution: {integrity: sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY=}
+ resolution: {integrity: sha512-1+8bxygjTsNfvQe0/0pNBesTOlSHtOeG6b6LYbvsZCCHDKYZ40zcQo6YTnZBWrBSLWOCbrHljLdEmGMYebu7aQ==}
engines: {node: '>= 0.10.15', npm: '>= 1.3.5'}
dev: true
@@ -7900,7 +7919,7 @@ packages:
dev: true
/socks/1.1.10:
- resolution: {integrity: sha1-W4t/x8jzQcU+0FbpKbe/Tei6e1o=}
+ resolution: {integrity: sha512-ArX4vGPULWjKDKgUnW8YzfI2uXW7kzgkJuB0GnFBA/PfT3exrrOk+7Wk2oeb894Qf20u1PWv9LEgrO0Z82qAzA==}
engines: {node: '>= 0.10.0', npm: '>= 1.3.5'}
deprecated: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
dependencies:
@@ -7911,7 +7930,6 @@ packages:
/source-map-js/1.0.2:
resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
engines: {node: '>=0.10.0'}
- dev: true
/source-map-support/0.5.21:
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
@@ -7923,18 +7941,9 @@ packages:
/source-map/0.6.1:
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
- dev: true
-
- /source-map/0.8.0-beta.0:
- resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==}
- engines: {node: '>= 8'}
- dependencies:
- whatwg-url: 7.1.0
- dev: true
/sourcemap-codec/1.4.8:
resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
- dev: true
/spdx-correct/3.1.1:
resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==}
@@ -7990,7 +7999,7 @@ packages:
dev: true
/sprintf-js/1.0.3:
- resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=}
+ resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
dev: true
/ssri/4.1.6:
@@ -8009,19 +8018,20 @@ packages:
resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==}
engines: {node: '>= 8'}
dependencies:
- minipass: 3.1.6
+ minipass: 3.3.4
dev: true
/stable/0.1.8:
resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==}
+ deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility'
dev: true
- /stackframe/1.2.1:
- resolution: {integrity: sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg==}
+ /stackframe/1.3.4:
+ resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==}
dev: true
/statuses/1.5.0:
- resolution: {integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=}
+ resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
engines: {node: '>= 0.6'}
dev: true
@@ -8042,7 +8052,7 @@ packages:
dev: true
/strict-uri-encode/2.0.0:
- resolution: {integrity: sha1-ucczDHBChi9rFC3CdLvMWGbONUY=}
+ resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==}
engines: {node: '>=4'}
dev: true
@@ -8076,7 +8086,7 @@ packages:
dev: true
/strip-ansi/4.0.0:
- resolution: {integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8=}
+ resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==}
engines: {node: '>=4'}
dependencies:
ansi-regex: 3.0.1
@@ -8097,7 +8107,7 @@ packages:
dev: true
/strip-eof/1.0.0:
- resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=}
+ resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==}
engines: {node: '>=0.10.0'}
dev: true
@@ -8107,12 +8117,12 @@ packages:
dev: true
/strip-indent/2.0.0:
- resolution: {integrity: sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=}
+ resolution: {integrity: sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==}
engines: {node: '>=4'}
dev: true
/strip-json-comments/2.0.1:
- resolution: {integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo=}
+ resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -8121,14 +8131,14 @@ packages:
engines: {node: '>=8'}
dev: true
- /stylehacks/5.1.0_postcss@8.4.13:
+ /stylehacks/5.1.0_postcss@8.4.14:
resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.20.3
- postcss: 8.4.13
+ browserslist: 4.21.1
+ postcss: 8.4.14
postcss-selector-parser: 6.0.10
dev: true
@@ -8159,7 +8169,7 @@ packages:
dev: true
/svg-tags/1.0.0:
- resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=}
+ resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
dev: true
/svgo/2.8.0:
@@ -8220,14 +8230,14 @@ packages:
dev: true
/term-size/1.2.0:
- resolution: {integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=}
+ resolution: {integrity: sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==}
engines: {node: '>=4'}
dependencies:
execa: 0.7.0
dev: true
- /terser-webpack-plugin/5.3.1_webpack@5.72.1:
- resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==}
+ /terser-webpack-plugin/5.3.3_webpack@5.73.0:
+ resolution: {integrity: sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==}
engines: {node: '>= 10.13.0'}
peerDependencies:
'@swc/core': '*'
@@ -8242,27 +8252,27 @@ packages:
uglify-js:
optional: true
dependencies:
+ '@jridgewell/trace-mapping': 0.3.14
jest-worker: 27.5.1
schema-utils: 3.1.1
serialize-javascript: 6.0.0
- source-map: 0.6.1
- terser: 5.13.1
- webpack: 5.72.1
+ terser: 5.14.1
+ webpack: 5.73.0
dev: true
- /terser/5.13.1:
- resolution: {integrity: sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==}
+ /terser/5.14.1:
+ resolution: {integrity: sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==}
engines: {node: '>=10'}
hasBin: true
dependencies:
+ '@jridgewell/source-map': 0.3.2
acorn: 8.7.1
commander: 2.20.3
- source-map: 0.8.0-beta.0
source-map-support: 0.5.21
dev: true
/text-table/0.2.0:
- resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=}
+ resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
dev: true
/textextensions/2.6.0:
@@ -8271,7 +8281,7 @@ packages:
dev: true
/thenify-all/1.6.0:
- resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=}
+ resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
engines: {node: '>=0.8'}
dependencies:
thenify: 3.3.1
@@ -8283,7 +8293,7 @@ packages:
any-promise: 1.3.0
dev: true
- /thread-loader/3.0.4_webpack@5.72.1:
+ /thread-loader/3.0.4_webpack@5.73.0:
resolution: {integrity: sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -8294,11 +8304,11 @@ packages:
loader-utils: 2.0.2
neo-async: 2.6.2
schema-utils: 3.1.1
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/through/2.3.8:
- resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=}
+ resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
dev: true
/through2/2.0.5:
@@ -8313,7 +8323,7 @@ packages:
dev: true
/timed-out/4.0.1:
- resolution: {integrity: sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=}
+ resolution: {integrity: sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==}
engines: {node: '>=0.10.0'}
dev: true
@@ -8329,9 +8339,8 @@ packages:
dev: true
/to-fast-properties/2.0.0:
- resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=}
+ resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
engines: {node: '>=4'}
- dev: true
/to-regex-range/5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
@@ -8351,13 +8360,7 @@ packages:
dev: true
/tr46/0.0.3:
- resolution: {integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=}
- dev: true
-
- /tr46/1.0.1:
- resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=}
- dependencies:
- punycode: 2.1.1
+ resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
dev: true
/ts-clone-node/0.3.32_typescript@4.6.4:
@@ -8370,19 +8373,19 @@ packages:
typescript: 4.6.4
dev: true
- /ts-loader/9.3.0_typescript@4.6.4+webpack@5.72.1:
- resolution: {integrity: sha512-2kLLAdAD+FCKijvGKi9sS0OzoqxLCF3CxHpok7rVgCZ5UldRzH0TkbwG9XECKjBzHsAewntC5oDaI/FwKzEUog==}
+ /ts-loader/9.3.1_dydffymiyrgjbmyedhp7lreziy:
+ resolution: {integrity: sha512-OkyShkcZTsTwyS3Kt7a4rsT/t2qvEVQuKCTg4LJmpj9fhFR7ukGdZwV6Qq3tRUkqcXtfGpPR7+hFKHCG/0d3Lw==}
engines: {node: '>=12.0.0'}
peerDependencies:
typescript: '*'
webpack: ^5.0.0
dependencies:
chalk: 4.1.2
- enhanced-resolve: 5.9.3
+ enhanced-resolve: 5.10.0
micromatch: 4.0.5
semver: 7.3.7
typescript: 4.6.4
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/tslib/1.14.1:
@@ -8438,7 +8441,7 @@ packages:
dev: true
/typedarray/0.0.6:
- resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=}
+ resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
dev: true
/typescript/4.6.4:
@@ -8487,7 +8490,7 @@ packages:
dev: true
/unique-string/1.0.0:
- resolution: {integrity: sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=}
+ resolution: {integrity: sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==}
engines: {node: '>=4'}
dependencies:
crypto-random-string: 1.0.0
@@ -8504,15 +8507,26 @@ packages:
dev: true
/unpipe/1.0.0:
- resolution: {integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=}
+ resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
engines: {node: '>= 0.8'}
dev: true
/unzip-response/2.0.1:
- resolution: {integrity: sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=}
+ resolution: {integrity: sha512-N0XH6lqDtFH84JxptQoZYmloF4nzrQqqrAymNj+/gW60AO2AZgOcf4O/nUXJcYfyQkqvMo9lSupBZmmgvuVXlw==}
engines: {node: '>=4'}
dev: true
+ /update-browserslist-db/1.0.4_browserslist@4.21.1:
+ resolution: {integrity: sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==}
+ hasBin: true
+ peerDependencies:
+ browserslist: '>= 4.21.0'
+ dependencies:
+ browserslist: 4.21.1
+ escalade: 3.1.1
+ picocolors: 1.0.0
+ dev: true
+
/update-notifier/2.5.0:
resolution: {integrity: sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==}
engines: {node: '>=4'}
@@ -8536,22 +8550,22 @@ packages:
dev: true
/url-parse-lax/1.0.0:
- resolution: {integrity: sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=}
+ resolution: {integrity: sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==}
engines: {node: '>=0.10.0'}
dependencies:
prepend-http: 1.0.4
dev: true
/util-deprecate/1.0.2:
- resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
dev: true
/utila/0.4.0:
- resolution: {integrity: sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=}
+ resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==}
dev: true
/utils-merge/1.0.1:
- resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=}
+ resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
engines: {node: '>= 0.4.0'}
dev: true
@@ -8572,18 +8586,18 @@ packages:
dev: true
/validate-npm-package-name/3.0.0:
- resolution: {integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34=}
+ resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==}
dependencies:
builtins: 1.0.3
dev: true
/vary/1.1.2:
- resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=}
+ resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
engines: {node: '>= 0.8'}
dev: true
- /vue-demi/0.12.5_6bb4f41666074ebb169e8264fa09b603:
- resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==}
+ /vue-demi/0.13.2_3nmzzoefrdru4lagmst3ha3a3q:
+ resolution: {integrity: sha512-41ukrclEbMddAyP7PvxMSYqnOSzPV6r7GNnyTSKSCNTaz19GehxmTiXyP9kwHSUv2+Dr6hHqiUiF7L1VAw2KdQ==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
@@ -8594,8 +8608,8 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- '@vue/composition-api': 1.6.1_vue@3.2.33
- vue: 3.2.33
+ '@vue/composition-api': 1.7.0_vue@3.2.37
+ vue: 3.2.37
dev: false
/vue-eslint-parser/8.3.0_eslint@7.32.0:
@@ -8620,8 +8634,8 @@ packages:
resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==}
dev: true
- /vue-loader/15.9.8_b5f8fa494fee35e17930dcc02067c499:
- resolution: {integrity: sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog==}
+ /vue-loader/15.10.0_bq3n4ba3oabtyijop4fktu76xe:
+ resolution: {integrity: sha512-VU6tuO8eKajrFeBzMssFUP9SvakEeeSi1BxdTH5o3+1yUyrldp8IERkSdXlMI2t4kxF2sqYUDsQY+WJBxzBmZg==}
peerDependencies:
'@vue/compiler-sfc': ^3.0.8
cache-loader: '*'
@@ -8636,14 +8650,14 @@ packages:
vue-template-compiler:
optional: true
dependencies:
- '@vue/compiler-sfc': 3.2.33
+ '@vue/compiler-sfc': 3.2.37
'@vue/component-compiler-utils': 3.3.0
- css-loader: 6.7.1_webpack@5.72.1
+ css-loader: 6.7.1_webpack@5.73.0
hash-sum: 1.0.2
loader-utils: 1.4.0
vue-hot-reload-api: 2.3.4
vue-style-loader: 4.1.3
- webpack: 5.72.1
+ webpack: 5.73.0
transitivePeerDependencies:
- arc-templates
- atpl
@@ -8700,7 +8714,7 @@ packages:
- whiskers
dev: true
- /vue-loader/17.0.0_webpack@5.72.1:
+ /vue-loader/17.0.0_webpack@5.73.0:
resolution: {integrity: sha512-OWSXjrzIvbF2LtOUmxT3HYgwwubbfFelN8PAP9R9dwpIkj48TVioHhWWSx7W7fk+iF5cgg3CBJRxwTdtLU4Ecg==}
peerDependencies:
webpack: ^4.1.0 || ^5.0.0-0
@@ -8708,7 +8722,7 @@ packages:
chalk: 4.1.2
hash-sum: 2.0.0
loader-utils: 2.0.2
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
/vue-style-loader/4.1.3:
@@ -8722,22 +8736,24 @@ packages:
resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==}
dev: true
- /vue/2.6.14:
- resolution: {integrity: sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==}
- dev: true
-
- /vue/3.2.33:
- resolution: {integrity: sha512-si1ExAlDUrLSIg/V7D/GgA4twJwfsfgG+t9w10z38HhL/HA07132pUQ2KuwAo8qbCyMJ9e6OqrmWrOCr+jW7ZQ==}
+ /vue/2.7.2:
+ resolution: {integrity: sha512-fQPKEfdiUP4bDlrGEjI5MOTkC5s/XIbnfKAx0B3MxJHI4qwh8FPLSo8/9tFkgFiRH3HwvcHjZQ1tCTifOUH0tg==}
dependencies:
- '@vue/compiler-dom': 3.2.33
- '@vue/compiler-sfc': 3.2.33
- '@vue/runtime-dom': 3.2.33
- '@vue/server-renderer': 3.2.33_vue@3.2.33
- '@vue/shared': 3.2.33
+ '@vue/compiler-sfc': 2.7.2
+ csstype: 3.1.0
dev: true
- /watchpack/2.3.1:
- resolution: {integrity: sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==}
+ /vue/3.2.37:
+ resolution: {integrity: sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==}
+ dependencies:
+ '@vue/compiler-dom': 3.2.37
+ '@vue/compiler-sfc': 3.2.37
+ '@vue/runtime-dom': 3.2.37
+ '@vue/server-renderer': 3.2.37_vue@3.2.37
+ '@vue/shared': 3.2.37
+
+ /watchpack/2.4.0:
+ resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}
engines: {node: '>=10.13.0'}
dependencies:
glob-to-regexp: 0.4.1
@@ -8751,17 +8767,13 @@ packages:
dev: true
/wcwidth/1.0.1:
- resolution: {integrity: sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=}
+ resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
dependencies:
defaults: 1.0.3
dev: true
/webidl-conversions/3.0.1:
- resolution: {integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=}
- dev: true
-
- /webidl-conversions/4.0.2:
- resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
+ resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
dev: true
/webpack-bundle-analyzer/4.5.0:
@@ -8777,7 +8789,7 @@ packages:
lodash: 4.17.21
opener: 1.5.2
sirv: 1.0.19
- ws: 7.5.7
+ ws: 7.5.8
transitivePeerDependencies:
- bufferutil
- utf-8-validate
@@ -8791,22 +8803,22 @@ packages:
javascript-stringify: 2.1.0
dev: true
- /webpack-dev-middleware/5.3.1_webpack@5.72.1:
- resolution: {integrity: sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==}
+ /webpack-dev-middleware/5.3.3_webpack@5.73.0:
+ resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
dependencies:
- colorette: 2.0.16
- memfs: 3.4.1
+ colorette: 2.0.19
+ memfs: 3.4.7
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.0.0
- webpack: 5.72.1
+ webpack: 5.73.0
dev: true
- /webpack-dev-server/4.9.0_debug@4.3.4+webpack@5.72.1:
- resolution: {integrity: sha512-+Nlb39iQSOSsFv0lWUuUTim3jDQO8nhK3E68f//J2r5rIcp4lULHXz2oZ0UVdEeWXEh5lSzYUlzarZhDAeAVQw==}
+ /webpack-dev-server/4.9.3_debug@4.3.4+webpack@5.73.0:
+ resolution: {integrity: sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==}
engines: {node: '>= 12.13.0'}
hasBin: true
peerDependencies:
@@ -8820,19 +8832,20 @@ packages:
'@types/connect-history-api-fallback': 1.3.5
'@types/express': 4.17.13
'@types/serve-index': 1.9.1
+ '@types/serve-static': 1.13.10
'@types/sockjs': 0.3.33
'@types/ws': 8.5.3
ansi-html-community: 0.0.8
- bonjour-service: 1.0.12
+ bonjour-service: 1.0.13
chokidar: 3.5.3
- colorette: 2.0.16
+ colorette: 2.0.19
compression: 1.7.4
- connect-history-api-fallback: 1.6.0
+ connect-history-api-fallback: 2.0.0
default-gateway: 6.0.3
express: 4.18.1
graceful-fs: 4.2.10
html-entities: 2.3.3
- http-proxy-middleware: 2.0.6_adbe487640bba2b97136947cd1213f1b
+ http-proxy-middleware: 2.0.6_vw7eq5saxorls4jwsr6ncij7dm
ipaddr.js: 2.0.1
open: 8.4.0
p-retry: 4.6.2
@@ -8842,9 +8855,9 @@ packages:
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack: 5.72.1
- webpack-dev-middleware: 5.3.1_webpack@5.72.1
- ws: 8.6.0
+ webpack: 5.73.0
+ webpack-dev-middleware: 5.3.3_webpack@5.73.0
+ ws: 8.8.0
transitivePeerDependencies:
- bufferutil
- debug
@@ -8865,12 +8878,12 @@ packages:
engines: {node: '>=10.13.0'}
dev: true
- /webpack-virtual-modules/0.4.3:
- resolution: {integrity: sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw==}
+ /webpack-virtual-modules/0.4.4:
+ resolution: {integrity: sha512-h9atBP/bsZohWpHnr+2sic8Iecb60GxftXsWNLLLSqewgIsGzByd2gcIID4nXcG+3tNe4GQG3dLcff3kXupdRA==}
dev: true
- /webpack/5.72.1:
- resolution: {integrity: sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==}
+ /webpack/5.73.0:
+ resolution: {integrity: sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -8879,16 +8892,16 @@ packages:
webpack-cli:
optional: true
dependencies:
- '@types/eslint-scope': 3.7.3
+ '@types/eslint-scope': 3.7.4
'@types/estree': 0.0.51
'@webassemblyjs/ast': 1.11.1
'@webassemblyjs/wasm-edit': 1.11.1
'@webassemblyjs/wasm-parser': 1.11.1
acorn: 8.7.1
acorn-import-assertions: 1.8.0_acorn@8.7.1
- browserslist: 4.20.3
+ browserslist: 4.21.1
chrome-trace-event: 1.0.3
- enhanced-resolve: 5.9.3
+ enhanced-resolve: 5.10.0
es-module-lexer: 0.9.3
eslint-scope: 5.1.1
events: 3.3.0
@@ -8900,8 +8913,8 @@ packages:
neo-async: 2.6.2
schema-utils: 3.1.1
tapable: 2.2.1
- terser-webpack-plugin: 5.3.1_webpack@5.72.1
- watchpack: 2.3.1
+ terser-webpack-plugin: 5.3.3_webpack@5.73.0
+ watchpack: 2.4.0
webpack-sources: 3.2.3
transitivePeerDependencies:
- '@swc/core'
@@ -8913,7 +8926,7 @@ packages:
resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
engines: {node: '>=0.8.0'}
dependencies:
- http-parser-js: 0.5.6
+ http-parser-js: 0.5.8
safe-buffer: 5.2.1
websocket-extensions: 0.1.4
dev: true
@@ -8928,20 +8941,12 @@ packages:
dev: true
/whatwg-url/5.0.0:
- resolution: {integrity: sha1-lmRU6HZUYuN2RNNib2dCzotwll0=}
+ resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
dependencies:
tr46: 0.0.3
webidl-conversions: 3.0.1
dev: true
- /whatwg-url/7.1.0:
- resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
- dependencies:
- lodash.sortby: 4.7.0
- tr46: 1.0.1
- webidl-conversions: 4.0.2
- dev: true
-
/which/1.3.1:
resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}
hasBin: true
@@ -8974,7 +8979,7 @@ packages:
dev: true
/wrap-ansi/3.0.1:
- resolution: {integrity: sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=}
+ resolution: {integrity: sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ==}
engines: {node: '>=4'}
dependencies:
string-width: 2.1.1
@@ -8991,7 +8996,7 @@ packages:
dev: true
/wrappy/1.0.2:
- resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
dev: true
/write-file-atomic/2.4.3:
@@ -9002,8 +9007,8 @@ packages:
signal-exit: 3.0.7
dev: true
- /ws/7.5.7:
- resolution: {integrity: sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==}
+ /ws/7.5.8:
+ resolution: {integrity: sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw==}
engines: {node: '>=8.3.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -9015,8 +9020,8 @@ packages:
optional: true
dev: true
- /ws/8.6.0:
- resolution: {integrity: sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==}
+ /ws/8.8.0:
+ resolution: {integrity: sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -9029,7 +9034,7 @@ packages:
dev: true
/xdg-basedir/3.0.0:
- resolution: {integrity: sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=}
+ resolution: {integrity: sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ==}
engines: {node: '>=4'}
dev: true
@@ -9052,7 +9057,7 @@ packages:
dev: true
/yallist/2.1.2:
- resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=}
+ resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==}
dev: true
/yallist/4.0.0:
@@ -9093,8 +9098,8 @@ packages:
strip-indent: 2.0.0
dev: true
- /zrender/5.3.1:
- resolution: {integrity: sha512-7olqIjy0gWfznKr6vgfnGBk7y4UtdMvdwFmK92vVQsQeDPyzkHW1OlrLEKg6GHz1W5ePf0FeN1q2vkl/HFqhXw==}
+ /zrender/5.3.2:
+ resolution: {integrity: sha512-8IiYdfwHj2rx0UeIGZGGU4WEVSDEdeVCaIg/fomejg1Xu6OifAL1GVzIPHg2D+MyUkbNgPWji90t0a8IDk+39w==}
dependencies:
tslib: 2.3.0
dev: true
diff --git a/scripts/docs.js b/scripts/docs.js
index 2fba533..d514809 100644
--- a/scripts/docs.js
+++ b/scripts/docs.js
@@ -10,15 +10,14 @@ const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
const DEP_VERSIONS = {
"vue@3": "3.2.37",
- "vue@2": "2.6.14",
- "@vue/composition-api": "1.6.2",
+ "vue@2": "2.7.3",
echarts: "5.3.3",
[name]: version
};
const markConfig = {
vue3Scripts: ["vue@3", "echarts", name],
- vue2Scripts: ["vue@2", "@vue/composition-api", "echarts", name]
+ vue2Scripts: ["vue@2", "echarts", name]
};
function getScripts(version) {
diff --git a/tsconfig.json b/tsconfig.json
index 5aa16e5..5a2c994 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,7 +13,6 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
- "types": ["webpack-env"],
"lib": ["ESNext", "DOM", "DOM.Iterable", "ScriptHost"]
},
"include": [