提交 83921284 作者: vben

chore: update deps

上级 59b309aa
...@@ -2,5 +2,5 @@ ports: ...@@ -2,5 +2,5 @@ ports:
- port: 3344 - port: 3344
onOpen: open-preview onOpen: open-preview
tasks: tasks:
- init: yarn - init: pnpm install
command: yarn dev command: pnpm dev
# test directories
__tests__
test
tests
powered-test
# asset directories
docs
doc
website
images
assets
# examples
example
examples
# code coverage directories
coverage
.nyc_output
# build scripts
Makefile
Gulpfile.js
Gruntfile.js
# configs
appveyor.yml
circle.yml
codeship-services.yml
codeship-steps.yml
wercker.yml
.tern-project
.gitattributes
.editorconfig
.*ignore
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml
# misc
*.md
!istanbul-reports/lib/html/assets
!istanbul-api/node_modules/istanbul-reports/lib/html/assets
...@@ -36,35 +36,35 @@ ...@@ -36,35 +36,35 @@
"@ant-design/colors": "^6.0.0", "@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.1", "@ant-design/icons-vue": "^6.0.1",
"@iconify/iconify": "^2.0.4", "@iconify/iconify": "^2.0.4",
"@logicflow/core": "^0.7.2", "@logicflow/core": "^0.7.5",
"@logicflow/extension": "^0.7.2", "@logicflow/extension": "^0.7.5",
"@vueuse/core": "^6.7.4", "@vueuse/core": "^6.8.0",
"@vueuse/shared": "^6.7.4", "@vueuse/shared": "^6.8.0",
"@zxcvbn-ts/core": "^1.0.0-beta.0", "@zxcvbn-ts/core": "^1.0.0",
"ant-design-vue": "2.2.8", "ant-design-vue": "2.2.8",
"axios": "^0.24.0", "axios": "^0.24.0",
"codemirror": "^5.63.3", "codemirror": "^5.63.3",
"cropperjs": "^1.5.12", "cropperjs": "^1.5.12",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"echarts": "^5.2.2", "echarts": "^5.2.2",
"intro.js": "^4.2.2", "intro.js": "^4.3.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",
"pinia": "2.0.0", "pinia": "2.0.2",
"print-js": "^1.6.0", "print-js": "^1.6.0",
"qrcode": "^1.4.4", "qrcode": "^1.4.4",
"qs": "^6.10.1", "qs": "^6.10.1",
"resize-observer-polyfill": "^1.5.1", "resize-observer-polyfill": "^1.5.1",
"showdown": "^1.9.1", "showdown": "^1.9.1",
"sortablejs": "^1.14.0", "sortablejs": "^1.14.0",
"tinymce": "^5.10.0", "tinymce": "^5.10.1",
"vditor": "^3.8.7", "vditor": "^3.8.7",
"vue": "^3.2.21", "vue": "^3.2.21",
"vue-i18n": "^9.1.9", "vue-i18n": "^9.1.9",
"vue-json-pretty": "^2.0.4", "vue-json-pretty": "^2.0.5",
"vue-router": "^4.0.12", "vue-router": "^4.0.12",
"vue-types": "^4.1.1", "vue-types": "^4.1.1",
"xlsx": "^0.17.3" "xlsx": "^0.17.3"
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^14.1.0", "@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0", "@commitlint/config-conventional": "^14.1.0",
"@iconify/json": "^1.1.422", "@iconify/json": "^1.1.426",
"@purge-icons/generated": "^0.7.0", "@purge-icons/generated": "^0.7.0",
"@types/codemirror": "^5.60.5", "@types/codemirror": "^5.60.5",
"@types/crypto-js": "^4.0.2", "@types/crypto-js": "^4.0.2",
...@@ -82,14 +82,14 @@ ...@@ -82,14 +82,14 @@
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash-es": "^4.17.5", "@types/lodash-es": "^4.17.5",
"@types/mockjs": "^1.0.4", "@types/mockjs": "^1.0.4",
"@types/node": "^16.11.6", "@types/node": "^16.11.7",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.1", "@types/qrcode": "^1.4.1",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/showdown": "^1.9.4", "@types/showdown": "^1.9.4",
"@types/sortablejs": "^1.10.7", "@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.0", "@typescript-eslint/parser": "^5.3.1",
"@vitejs/plugin-legacy": "^1.6.2", "@vitejs/plugin-legacy": "^1.6.2",
"@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue-jsx": "^1.2.0", "@vitejs/plugin-vue-jsx": "^1.2.0",
...@@ -100,13 +100,13 @@ ...@@ -100,13 +100,13 @@
"conventional-changelog-cli": "^2.1.1", "conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"eslint": "^8.1.0", "eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.1.2", "eslint-define-config": "^1.1.3",
"eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3", "eslint-plugin-vue": "^8.0.3",
"esno": "^0.10.1", "esno": "^0.12.0",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"husky": "^7.0.4", "husky": "^7.0.4",
"inquirer": "^8.2.0", "inquirer": "^8.2.0",
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "^4.4.4", "typescript": "^4.4.4",
"vite": "^2.6.13", "vite": "^2.6.14",
"vite-plugin-compression": "^0.3.5", "vite-plugin-compression": "^0.3.5",
"vite-plugin-html": "^2.1.1", "vite-plugin-html": "^2.1.1",
"vite-plugin-imagemin": "^0.4.6", "vite-plugin-imagemin": "^0.4.6",
...@@ -139,9 +139,9 @@ ...@@ -139,9 +139,9 @@
"vite-plugin-svg-icons": "^1.0.5", "vite-plugin-svg-icons": "^1.0.5",
"vite-plugin-theme": "^0.8.1", "vite-plugin-theme": "^0.8.1",
"vite-plugin-vue-setup-extend": "^0.1.0", "vite-plugin-vue-setup-extend": "^0.1.0",
"vite-plugin-windicss": "^1.4.12", "vite-plugin-windicss": "^1.5.1",
"vue-eslint-parser": "^8.0.1", "vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.28.10" "vue-tsc": "^0.29.3"
}, },
"resolutions": { "resolutions": {
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
......
...@@ -11,9 +11,9 @@ specifiers: ...@@ -11,9 +11,9 @@ specifiers:
'@commitlint/cli': ^14.1.0 '@commitlint/cli': ^14.1.0
'@commitlint/config-conventional': ^14.1.0 '@commitlint/config-conventional': ^14.1.0
'@iconify/iconify': ^2.0.4 '@iconify/iconify': ^2.0.4
'@iconify/json': ^1.1.422 '@iconify/json': ^1.1.426
'@logicflow/core': ^0.7.2 '@logicflow/core': ^0.7.5
'@logicflow/extension': ^0.7.2 '@logicflow/extension': ^0.7.5
'@purge-icons/generated': ^0.7.0 '@purge-icons/generated': ^0.7.0
'@types/codemirror': ^5.60.5 '@types/codemirror': ^5.60.5
'@types/crypto-js': ^4.0.2 '@types/crypto-js': ^4.0.2
...@@ -23,22 +23,22 @@ specifiers: ...@@ -23,22 +23,22 @@ specifiers:
'@types/jest': ^27.0.2 '@types/jest': ^27.0.2
'@types/lodash-es': ^4.17.5 '@types/lodash-es': ^4.17.5
'@types/mockjs': ^1.0.4 '@types/mockjs': ^1.0.4
'@types/node': ^16.11.6 '@types/node': ^16.11.7
'@types/nprogress': ^0.2.0 '@types/nprogress': ^0.2.0
'@types/qrcode': ^1.4.1 '@types/qrcode': ^1.4.1
'@types/qs': ^6.9.7 '@types/qs': ^6.9.7
'@types/showdown': ^1.9.4 '@types/showdown': ^1.9.4
'@types/sortablejs': ^1.10.7 '@types/sortablejs': ^1.10.7
'@typescript-eslint/eslint-plugin': ^5.3.0 '@typescript-eslint/eslint-plugin': ^5.3.1
'@typescript-eslint/parser': ^5.3.0 '@typescript-eslint/parser': ^5.3.1
'@vitejs/plugin-legacy': ^1.6.2 '@vitejs/plugin-legacy': ^1.6.2
'@vitejs/plugin-vue': ^1.9.4 '@vitejs/plugin-vue': ^1.9.4
'@vitejs/plugin-vue-jsx': ^1.2.0 '@vitejs/plugin-vue-jsx': ^1.2.0
'@vue/compiler-sfc': 3.2.21 '@vue/compiler-sfc': 3.2.21
'@vue/test-utils': ^2.0.0-rc.16 '@vue/test-utils': ^2.0.0-rc.16
'@vueuse/core': ^6.7.4 '@vueuse/core': ^6.8.0
'@vueuse/shared': ^6.7.4 '@vueuse/shared': ^6.8.0
'@zxcvbn-ts/core': ^1.0.0-beta.0 '@zxcvbn-ts/core': ^1.0.0
ant-design-vue: 2.2.8 ant-design-vue: 2.2.8
autoprefixer: ^10.4.0 autoprefixer: ^10.4.0
axios: ^0.24.0 axios: ^0.24.0
...@@ -50,17 +50,17 @@ specifiers: ...@@ -50,17 +50,17 @@ specifiers:
crypto-js: ^4.1.1 crypto-js: ^4.1.1
dotenv: ^10.0.0 dotenv: ^10.0.0
echarts: ^5.2.2 echarts: ^5.2.2
eslint: ^8.1.0 eslint: ^8.2.0
eslint-config-prettier: ^8.3.0 eslint-config-prettier: ^8.3.0
eslint-define-config: ^1.1.2 eslint-define-config: ^1.1.3
eslint-plugin-jest: ^25.2.2 eslint-plugin-jest: ^25.2.4
eslint-plugin-prettier: ^4.0.0 eslint-plugin-prettier: ^4.0.0
eslint-plugin-vue: ^8.0.3 eslint-plugin-vue: ^8.0.3
esno: ^0.10.1 esno: ^0.12.0
fs-extra: ^10.0.0 fs-extra: ^10.0.0
husky: ^7.0.4 husky: ^7.0.4
inquirer: ^8.2.0 inquirer: ^8.2.0
intro.js: ^4.2.2 intro.js: ^4.3.0
jest: ^27.3.1 jest: ^27.3.1
less: ^4.1.2 less: ^4.1.2
lint-staged: 11.2.6 lint-staged: 11.2.6
...@@ -70,7 +70,7 @@ specifiers: ...@@ -70,7 +70,7 @@ specifiers:
npm-run-all: ^4.1.5 npm-run-all: ^4.1.5
nprogress: ^0.2.0 nprogress: ^0.2.0
path-to-regexp: ^6.2.0 path-to-regexp: ^6.2.0
pinia: 2.0.0 pinia: 2.0.2
postcss: ^8.3.11 postcss: ^8.3.11
postcss-html: ^1.2.0 postcss-html: ^1.2.0
postcss-less: ^5.0.0 postcss-less: ^5.0.0
...@@ -88,12 +88,12 @@ specifiers: ...@@ -88,12 +88,12 @@ specifiers:
stylelint-config-prettier: ^9.0.3 stylelint-config-prettier: ^9.0.3
stylelint-config-standard: ^23.0.0 stylelint-config-standard: ^23.0.0
stylelint-order: ^5.0.0 stylelint-order: ^5.0.0
tinymce: ^5.10.0 tinymce: ^5.10.1
ts-jest: ^27.0.7 ts-jest: ^27.0.7
ts-node: ^10.4.0 ts-node: ^10.4.0
typescript: ^4.4.4 typescript: ^4.4.4
vditor: ^3.8.7 vditor: ^3.8.7
vite: ^2.6.13 vite: ^2.6.14
vite-plugin-compression: ^0.3.5 vite-plugin-compression: ^0.3.5
vite-plugin-html: ^2.1.1 vite-plugin-html: ^2.1.1
vite-plugin-imagemin: ^0.4.6 vite-plugin-imagemin: ^0.4.6
...@@ -104,13 +104,13 @@ specifiers: ...@@ -104,13 +104,13 @@ specifiers:
vite-plugin-svg-icons: ^1.0.5 vite-plugin-svg-icons: ^1.0.5
vite-plugin-theme: ^0.8.1 vite-plugin-theme: ^0.8.1
vite-plugin-vue-setup-extend: ^0.1.0 vite-plugin-vue-setup-extend: ^0.1.0
vite-plugin-windicss: ^1.4.12 vite-plugin-windicss: ^1.5.1
vue: ^3.2.21 vue: ^3.2.21
vue-eslint-parser: ^8.0.1 vue-eslint-parser: ^8.0.1
vue-i18n: ^9.1.9 vue-i18n: ^9.1.9
vue-json-pretty: ^2.0.4 vue-json-pretty: ^2.0.5
vue-router: ^4.0.12 vue-router: ^4.0.12
vue-tsc: ^0.28.10 vue-tsc: ^0.29.3
vue-types: ^4.1.1 vue-types: ^4.1.1
xlsx: ^0.17.3 xlsx: ^0.17.3
...@@ -118,35 +118,35 @@ dependencies: ...@@ -118,35 +118,35 @@ dependencies:
'@ant-design/colors': 6.0.0 '@ant-design/colors': 6.0.0
'@ant-design/icons-vue': 6.0.1_vue@3.2.21 '@ant-design/icons-vue': 6.0.1_vue@3.2.21
'@iconify/iconify': 2.0.4 '@iconify/iconify': 2.0.4
'@logicflow/core': 0.7.2 '@logicflow/core': 0.7.5
'@logicflow/extension': 0.7.2 '@logicflow/extension': 0.7.5
'@vueuse/core': 6.7.4_vue@3.2.21 '@vueuse/core': 6.8.0_vue@3.2.21
'@vueuse/shared': 6.7.4_vue@3.2.21 '@vueuse/shared': 6.8.0_vue@3.2.21
'@zxcvbn-ts/core': 1.0.0-beta.0 '@zxcvbn-ts/core': 1.0.0
ant-design-vue: 2.2.8_076477a87ad5f7673ec470dd8ffa7935 ant-design-vue: 2.2.8_076477a87ad5f7673ec470dd8ffa7935
axios: 0.24.0 axios: 0.24.0
codemirror: 5.63.3 codemirror: 5.63.3
cropperjs: 1.5.12 cropperjs: 1.5.12
crypto-js: 4.1.1 crypto-js: 4.1.1
echarts: 5.2.2 echarts: 5.2.2
intro.js: 4.2.2 intro.js: 4.3.0
lodash-es: 4.17.21 lodash-es: 4.17.21
mockjs: 1.1.0 mockjs: 1.1.0
moment: 2.29.1 moment: 2.29.1
nprogress: 0.2.0 nprogress: 0.2.0
path-to-regexp: 6.2.0 path-to-regexp: 6.2.0
pinia: 2.0.0_typescript@4.4.4+vue@3.2.21 pinia: 2.0.2_typescript@4.4.4+vue@3.2.21
print-js: 1.6.0 print-js: 1.6.0
qrcode: 1.4.4 qrcode: 1.4.4
qs: 6.10.1 qs: 6.10.1
resize-observer-polyfill: 1.5.1 resize-observer-polyfill: 1.5.1
showdown: 1.9.1 showdown: 1.9.1
sortablejs: 1.14.0 sortablejs: 1.14.0
tinymce: 5.10.0 tinymce: 5.10.1
vditor: 3.8.7 vditor: 3.8.7
vue: 3.2.21 vue: 3.2.21
vue-i18n: 9.1.9_vue@3.2.21 vue-i18n: 9.1.9_vue@3.2.21
vue-json-pretty: 2.0.4_vue@3.2.21 vue-json-pretty: 2.0.5_vue@3.2.21
vue-router: 4.0.12_vue@3.2.21 vue-router: 4.0.12_vue@3.2.21
vue-types: 4.1.1_vue@3.2.21 vue-types: 4.1.1_vue@3.2.21
xlsx: 0.17.3 xlsx: 0.17.3
...@@ -154,7 +154,7 @@ dependencies: ...@@ -154,7 +154,7 @@ dependencies:
devDependencies: devDependencies:
'@commitlint/cli': 14.1.0 '@commitlint/cli': 14.1.0
'@commitlint/config-conventional': 14.1.0 '@commitlint/config-conventional': 14.1.0
'@iconify/json': 1.1.422 '@iconify/json': 1.1.426
'@purge-icons/generated': 0.7.0 '@purge-icons/generated': 0.7.0
'@types/codemirror': 5.60.5 '@types/codemirror': 5.60.5
'@types/crypto-js': 4.0.2 '@types/crypto-js': 4.0.2
...@@ -164,16 +164,16 @@ devDependencies: ...@@ -164,16 +164,16 @@ devDependencies:
'@types/jest': 27.0.2 '@types/jest': 27.0.2
'@types/lodash-es': 4.17.5 '@types/lodash-es': 4.17.5
'@types/mockjs': 1.0.4 '@types/mockjs': 1.0.4
'@types/node': 16.11.6 '@types/node': 16.11.7
'@types/nprogress': 0.2.0 '@types/nprogress': 0.2.0
'@types/qrcode': 1.4.1 '@types/qrcode': 1.4.1
'@types/qs': 6.9.7 '@types/qs': 6.9.7
'@types/showdown': 1.9.4 '@types/showdown': 1.9.4
'@types/sortablejs': 1.10.7 '@types/sortablejs': 1.10.7
'@typescript-eslint/eslint-plugin': 5.3.0_f8873316f48f7781ccc3e081fc76e214 '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517
'@typescript-eslint/parser': 5.3.0_eslint@8.1.0+typescript@4.4.4 '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4
'@vitejs/plugin-legacy': 1.6.2_vite@2.6.13 '@vitejs/plugin-legacy': 1.6.2_vite@2.6.14
'@vitejs/plugin-vue': 1.9.4_vite@2.6.13 '@vitejs/plugin-vue': 1.9.4_vite@2.6.14
'@vitejs/plugin-vue-jsx': 1.2.0 '@vitejs/plugin-vue-jsx': 1.2.0
'@vue/compiler-sfc': 3.2.21 '@vue/compiler-sfc': 3.2.21
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.21 '@vue/test-utils': 2.0.0-rc.16_vue@3.2.21
...@@ -182,13 +182,13 @@ devDependencies: ...@@ -182,13 +182,13 @@ devDependencies:
conventional-changelog-cli: 2.1.1 conventional-changelog-cli: 2.1.1
cross-env: 7.0.3 cross-env: 7.0.3
dotenv: 10.0.0 dotenv: 10.0.0
eslint: 8.1.0 eslint: 8.2.0
eslint-config-prettier: 8.3.0_eslint@8.1.0 eslint-config-prettier: 8.3.0_eslint@8.2.0
eslint-define-config: 1.1.2 eslint-define-config: 1.1.3
eslint-plugin-jest: 25.2.2_8b83960a909347b56897443063930486 eslint-plugin-jest: 25.2.4_55428d41374ee1814ab5869f06c1f98b
eslint-plugin-prettier: 4.0.0_850528f9ec3c0797b9b19a94a36b5ba3 eslint-plugin-prettier: 4.0.0_307f015733298e29da9050ea0cee5b9e
eslint-plugin-vue: 8.0.3_eslint@8.1.0 eslint-plugin-vue: 8.0.3_eslint@8.2.0
esno: 0.10.1 esno: 0.12.0_typescript@4.4.4
fs-extra: 10.0.0 fs-extra: 10.0.0
husky: 7.0.4 husky: 7.0.4
inquirer: 8.2.0 inquirer: 8.2.0
...@@ -208,22 +208,22 @@ devDependencies: ...@@ -208,22 +208,22 @@ devDependencies:
stylelint-config-standard: 23.0.0_stylelint@14.0.1 stylelint-config-standard: 23.0.0_stylelint@14.0.1
stylelint-order: 5.0.0_stylelint@14.0.1 stylelint-order: 5.0.0_stylelint@14.0.1
ts-jest: 27.0.7_2c4ca6574207836d1023f54689cc81ac ts-jest: 27.0.7_2c4ca6574207836d1023f54689cc81ac
ts-node: 10.4.0_0cb88d80cb04d25b21fa3ec194608c65 ts-node: 10.4.0_ee928ac548ac44c173bf0d4654ae2c29
typescript: 4.4.4 typescript: 4.4.4
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
vite-plugin-compression: 0.3.5_vite@2.6.13 vite-plugin-compression: 0.3.5_vite@2.6.14
vite-plugin-html: 2.1.1_vite@2.6.13 vite-plugin-html: 2.1.1_vite@2.6.14
vite-plugin-imagemin: 0.4.6_vite@2.6.13 vite-plugin-imagemin: 0.4.6_vite@2.6.14
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.6.13 vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.6.14
vite-plugin-purge-icons: 0.7.0_vite@2.6.13 vite-plugin-purge-icons: 0.7.0_vite@2.6.14
vite-plugin-pwa: 0.11.3_vite@2.6.13 vite-plugin-pwa: 0.11.3_vite@2.6.14
vite-plugin-style-import: 1.3.0_vite@2.6.13 vite-plugin-style-import: 1.3.0_vite@2.6.14
vite-plugin-svg-icons: 1.0.5_vite@2.6.13 vite-plugin-svg-icons: 1.0.5_vite@2.6.14
vite-plugin-theme: 0.8.1_vite@2.6.13 vite-plugin-theme: 0.8.1_vite@2.6.14
vite-plugin-vue-setup-extend: 0.1.0_vite@2.6.13 vite-plugin-vue-setup-extend: 0.1.0_vite@2.6.14
vite-plugin-windicss: 1.4.12_vite@2.6.13 vite-plugin-windicss: 1.5.1_vite@2.6.14
vue-eslint-parser: 8.0.1_eslint@8.1.0 vue-eslint-parser: 8.0.1_eslint@8.2.0
vue-tsc: 0.28.10_typescript@4.4.4 vue-tsc: 0.29.3_typescript@4.4.4
packages: packages:
...@@ -1634,8 +1634,8 @@ packages: ...@@ -1634,8 +1634,8 @@ packages:
- typescript - typescript
dev: true dev: true
/@eslint/eslintrc/1.0.3: /@eslint/eslintrc/1.0.4:
resolution: {integrity: sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==} resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
ajv: 6.12.6 ajv: 6.12.6
...@@ -1644,7 +1644,7 @@ packages: ...@@ -1644,7 +1644,7 @@ packages:
globals: 13.12.0 globals: 13.12.0
ignore: 4.0.6 ignore: 4.0.6
import-fresh: 3.3.0 import-fresh: 3.3.0
js-yaml: 3.14.1 js-yaml: 4.1.0
minimatch: 3.0.4 minimatch: 3.0.4
strip-json-comments: 3.1.1 strip-json-comments: 3.1.1
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1682,8 +1682,8 @@ packages: ...@@ -1682,8 +1682,8 @@ packages:
dependencies: dependencies:
cross-fetch: 3.1.4 cross-fetch: 3.1.4
/@iconify/json/1.1.422: /@iconify/json/1.1.426:
resolution: {integrity: sha512-yxIjzblsWIRZfXK+bfBWtm1LDD7+QlBXO/K7xnqU+LiOk6rJXvh+Veks/LgDD2wAi3PYQHVzCZBqp6OGGz6K/Q==} resolution: {integrity: sha512-hY0VC4JAnHaXdHkUzNuoSGKS493TN+tu6BVFmT/olNVZgl2ovwiOjNhpEhBHEcOb9DRV6cV5kZH9YeNzMlVTog==}
dev: true dev: true
/@intlify/core-base/9.1.9: /@intlify/core-base/9.1.9:
...@@ -1763,7 +1763,7 @@ packages: ...@@ -1763,7 +1763,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
chalk: 4.1.2 chalk: 4.1.2
jest-message-util: 27.3.1 jest-message-util: 27.3.1
jest-util: 27.3.1 jest-util: 27.3.1
...@@ -1784,7 +1784,7 @@ packages: ...@@ -1784,7 +1784,7 @@ packages:
'@jest/test-result': 27.3.1 '@jest/test-result': 27.3.1
'@jest/transform': 27.3.1 '@jest/transform': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
ansi-escapes: 4.3.2 ansi-escapes: 4.3.2
chalk: 4.1.2 chalk: 4.1.2
emittery: 0.8.1 emittery: 0.8.1
...@@ -1821,7 +1821,7 @@ packages: ...@@ -1821,7 +1821,7 @@ packages:
dependencies: dependencies:
'@jest/fake-timers': 27.3.1 '@jest/fake-timers': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
jest-mock: 27.3.0 jest-mock: 27.3.0
dev: true dev: true
...@@ -1831,7 +1831,7 @@ packages: ...@@ -1831,7 +1831,7 @@ packages:
dependencies: dependencies:
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@sinonjs/fake-timers': 8.0.1 '@sinonjs/fake-timers': 8.0.1
'@types/node': 16.11.6 '@types/node': 16.11.7
jest-message-util: 27.3.1 jest-message-util: 27.3.1
jest-mock: 27.3.0 jest-mock: 27.3.0
jest-util: 27.3.1 jest-util: 27.3.1
...@@ -1860,7 +1860,7 @@ packages: ...@@ -1860,7 +1860,7 @@ packages:
'@jest/test-result': 27.3.1 '@jest/test-result': 27.3.1
'@jest/transform': 27.3.1 '@jest/transform': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
chalk: 4.1.2 chalk: 4.1.2
collect-v8-coverage: 1.0.1 collect-v8-coverage: 1.0.1
exit: 0.1.2 exit: 0.1.2
...@@ -1944,23 +1944,23 @@ packages: ...@@ -1944,23 +1944,23 @@ packages:
dependencies: dependencies:
'@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-lib-coverage': 2.0.3
'@types/istanbul-reports': 3.0.1 '@types/istanbul-reports': 3.0.1
'@types/node': 16.11.6 '@types/node': 16.11.7
'@types/yargs': 16.0.4 '@types/yargs': 16.0.4
chalk: 4.1.2 chalk: 4.1.2
dev: true dev: true
/@logicflow/core/0.7.2: /@logicflow/core/0.7.5:
resolution: {integrity: sha512-wROAyCWXHk9pplKvzevpjYTqaeZvtj6NhQiR43uB0lmq4hunIzHQ7l3CevvjSwMLi6Vv745/ZAy+YY0L9Dd+1w==} resolution: {integrity: sha512-PDQf5+NejfRL8Yjt7eTbCqzv5nPMnN1jKQ5tPbUD8HoRfUdZBzr52eSa8Y7OUt9hbEuj1aWnR6JAoTwOL/uJ2g==}
dependencies: dependencies:
'@types/mousetrap': 1.6.8 '@types/mousetrap': 1.6.8
mousetrap: 1.6.5 mousetrap: 1.6.5
preact: 10.5.15 preact: 10.5.15
dev: false dev: false
/@logicflow/extension/0.7.2: /@logicflow/extension/0.7.5:
resolution: {integrity: sha512-ftq2Dsh5jLK76Xw2UrfAcfmtLP6VPDNwW+J/APz1uqrHfcPUTav1usRzukcaJz9WaooAhGT/6jeY16o/Bwv3UA==} resolution: {integrity: sha512-bIKrV5cT4qeWJ1JL1UFvqkhj3p8d+LSIg2GgKx1QCv0DaKKmnHnkxizRpP9HwFJn7N56MxFit0VT4gYF9F3Gxg==}
dependencies: dependencies:
'@logicflow/core': 0.7.2 '@logicflow/core': 0.7.5
ids: 1.0.0 ids: 1.0.0
preact: 10.5.15 preact: 10.5.15
dev: false dev: false
...@@ -2060,6 +2060,19 @@ packages: ...@@ -2060,6 +2060,19 @@ packages:
rollup: 2.59.0 rollup: 2.59.0
dev: true dev: true
/@rollup/plugin-typescript/8.3.0_typescript@4.4.4:
resolution: {integrity: sha512-I5FpSvLbtAdwJ+naznv+B4sjXZUcIvLLceYpITAn7wAP8W0wqc5noLdGIp9HGVntNhRWXctwPYrSSFQxtl0FPA==}
engines: {node: '>=8.0.0'}
peerDependencies:
rollup: ^2.14.0
tslib: '*'
typescript: '>=3.7.0'
dependencies:
'@rollup/pluginutils': 3.1.0
resolve: 1.20.0
typescript: 4.4.4
dev: true
/@rollup/pluginutils/3.1.0: /@rollup/pluginutils/3.1.0:
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines: {node: '>= 8.0.0'} engines: {node: '>= 8.0.0'}
...@@ -2198,20 +2211,20 @@ packages: ...@@ -2198,20 +2211,20 @@ packages:
/@types/fs-extra/9.0.13: /@types/fs-extra/9.0.13:
resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/glob/7.2.0: /@types/glob/7.2.0:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies: dependencies:
'@types/minimatch': 3.0.5 '@types/minimatch': 3.0.5
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/graceful-fs/4.1.5: /@types/graceful-fs/4.1.5:
resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/imagemin-gifsicle/7.0.1: /@types/imagemin-gifsicle/7.0.1:
...@@ -2254,7 +2267,7 @@ packages: ...@@ -2254,7 +2267,7 @@ packages:
/@types/imagemin/7.0.1: /@types/imagemin/7.0.1:
resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/inquirer/8.1.3: /@types/inquirer/8.1.3:
...@@ -2324,8 +2337,8 @@ packages: ...@@ -2324,8 +2337,8 @@ packages:
resolution: {integrity: sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==} resolution: {integrity: sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==}
dev: true dev: true
/@types/node/16.11.6: /@types/node/16.11.7:
resolution: {integrity: sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==} resolution: {integrity: sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==}
dev: true dev: true
/@types/normalize-package-data/2.4.1: /@types/normalize-package-data/2.4.1:
...@@ -2347,7 +2360,7 @@ packages: ...@@ -2347,7 +2360,7 @@ packages:
/@types/qrcode/1.4.1: /@types/qrcode/1.4.1:
resolution: {integrity: sha512-vxMyr7JM7tYPxu8vUE83NiosWX5DZieCyYeJRoOIg0pAkyofCBzknJ2ycUZkPGDFis2RS8GN/BeJLnRnAPxeCA==} resolution: {integrity: sha512-vxMyr7JM7tYPxu8vUE83NiosWX5DZieCyYeJRoOIg0pAkyofCBzknJ2ycUZkPGDFis2RS8GN/BeJLnRnAPxeCA==}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/qs/6.9.7: /@types/qs/6.9.7:
...@@ -2357,7 +2370,7 @@ packages: ...@@ -2357,7 +2370,7 @@ packages:
/@types/resolve/1.17.1: /@types/resolve/1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/showdown/1.9.4: /@types/showdown/1.9.4:
...@@ -2379,7 +2392,7 @@ packages: ...@@ -2379,7 +2392,7 @@ packages:
/@types/svgo/2.6.0: /@types/svgo/2.6.0:
resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==} resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/tern/0.23.4: /@types/tern/0.23.4:
...@@ -2395,7 +2408,7 @@ packages: ...@@ -2395,7 +2408,7 @@ packages:
/@types/through/0.0.30: /@types/through/0.0.30:
resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/@types/tinycolor2/1.4.3: /@types/tinycolor2/1.4.3:
...@@ -2416,8 +2429,8 @@ packages: ...@@ -2416,8 +2429,8 @@ packages:
'@types/yargs-parser': 20.2.1 '@types/yargs-parser': 20.2.1
dev: true dev: true
/@typescript-eslint/eslint-plugin/5.3.0_f8873316f48f7781ccc3e081fc76e214: /@typescript-eslint/eslint-plugin/5.3.1_4653b7803b7453f5f37717b7e1448517:
resolution: {integrity: sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==} resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': ^5.0.0 '@typescript-eslint/parser': ^5.0.0
...@@ -2427,11 +2440,11 @@ packages: ...@@ -2427,11 +2440,11 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/experimental-utils': 5.3.0_eslint@8.1.0+typescript@4.4.4 '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4
'@typescript-eslint/parser': 5.3.0_eslint@8.1.0+typescript@4.4.4 '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4
'@typescript-eslint/scope-manager': 5.3.0 '@typescript-eslint/scope-manager': 5.3.1
debug: 4.3.2 debug: 4.3.2
eslint: 8.1.0 eslint: 8.2.0
functional-red-black-tree: 1.0.1 functional-red-black-tree: 1.0.1
ignore: 5.1.8 ignore: 5.1.8
regexpp: 3.2.0 regexpp: 3.2.0
...@@ -2442,26 +2455,26 @@ packages: ...@@ -2442,26 +2455,26 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/experimental-utils/5.3.0_eslint@8.1.0+typescript@4.4.4: /@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.4.4:
resolution: {integrity: sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==} resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '*' eslint: '*'
dependencies: dependencies:
'@types/json-schema': 7.0.9 '@types/json-schema': 7.0.9
'@typescript-eslint/scope-manager': 5.3.0 '@typescript-eslint/scope-manager': 5.3.1
'@typescript-eslint/types': 5.3.0 '@typescript-eslint/types': 5.3.1
'@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4 '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4
eslint: 8.1.0 eslint: 8.2.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.1.0 eslint-utils: 3.0.0_eslint@8.2.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
dev: true dev: true
/@typescript-eslint/parser/5.3.0_eslint@8.1.0+typescript@4.4.4: /@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.4.4:
resolution: {integrity: sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==} resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
...@@ -2470,31 +2483,31 @@ packages: ...@@ -2470,31 +2483,31 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.3.0 '@typescript-eslint/scope-manager': 5.3.1
'@typescript-eslint/types': 5.3.0 '@typescript-eslint/types': 5.3.1
'@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4 '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4
debug: 4.3.2 debug: 4.3.2
eslint: 8.1.0 eslint: 8.2.0
typescript: 4.4.4 typescript: 4.4.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager/5.3.0: /@typescript-eslint/scope-manager/5.3.1:
resolution: {integrity: sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==} resolution: {integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.3.0 '@typescript-eslint/types': 5.3.1
'@typescript-eslint/visitor-keys': 5.3.0 '@typescript-eslint/visitor-keys': 5.3.1
dev: true dev: true
/@typescript-eslint/types/5.3.0: /@typescript-eslint/types/5.3.1:
resolution: {integrity: sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==} resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree/5.3.0_typescript@4.4.4: /@typescript-eslint/typescript-estree/5.3.1_typescript@4.4.4:
resolution: {integrity: sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==} resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
...@@ -2502,8 +2515,8 @@ packages: ...@@ -2502,8 +2515,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/types': 5.3.0 '@typescript-eslint/types': 5.3.1
'@typescript-eslint/visitor-keys': 5.3.0 '@typescript-eslint/visitor-keys': 5.3.1
debug: 4.3.2 debug: 4.3.2
globby: 11.0.4 globby: 11.0.4
is-glob: 4.0.3 is-glob: 4.0.3
...@@ -2514,15 +2527,15 @@ packages: ...@@ -2514,15 +2527,15 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/visitor-keys/5.3.0: /@typescript-eslint/visitor-keys/5.3.1:
resolution: {integrity: sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==} resolution: {integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.3.0 '@typescript-eslint/types': 5.3.1
eslint-visitor-keys: 3.0.0 eslint-visitor-keys: 3.0.0
dev: true dev: true
/@vitejs/plugin-legacy/1.6.2_vite@2.6.13: /@vitejs/plugin-legacy/1.6.2_vite@2.6.14:
resolution: {integrity: sha512-p5Bv/827WUpVN2m95ZYXzmjE3AblFE4CHasVoZ7dIwOPlyNcpg70SehEi5AWqyC0E7C1rHD8Nju9rWoV9uBLiw==} resolution: {integrity: sha512-p5Bv/827WUpVN2m95ZYXzmjE3AblFE4CHasVoZ7dIwOPlyNcpg70SehEi5AWqyC0E7C1rHD8Nju9rWoV9uBLiw==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -2533,7 +2546,7 @@ packages: ...@@ -2533,7 +2546,7 @@ packages:
magic-string: 0.25.7 magic-string: 0.25.7
regenerator-runtime: 0.13.9 regenerator-runtime: 0.13.9
systemjs: 6.11.0 systemjs: 6.11.0
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
dev: true dev: true
/@vitejs/plugin-vue-jsx/1.2.0: /@vitejs/plugin-vue-jsx/1.2.0:
...@@ -2550,24 +2563,24 @@ packages: ...@@ -2550,24 +2563,24 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@vitejs/plugin-vue/1.9.4_vite@2.6.13: /@vitejs/plugin-vue/1.9.4_vite@2.6.14:
resolution: {integrity: sha512-0CZqaCoChriPTTtGkERy1LGPcYjGFpi2uYRhBPIkqJqUGV5JnJFhQAgh6oH9j5XZHfrRaisX8W0xSpO4T7S78A==} resolution: {integrity: sha512-0CZqaCoChriPTTtGkERy1LGPcYjGFpi2uYRhBPIkqJqUGV5JnJFhQAgh6oH9j5XZHfrRaisX8W0xSpO4T7S78A==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
vite: ^2.5.10 vite: ^2.5.10
dependencies: dependencies:
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
dev: true dev: true
/@volar/code-gen/0.28.10: /@volar/code-gen/0.29.3:
resolution: {integrity: sha512-MybgBubg1im4MiFoiTUMmxKTC+KZJQfIO5g/TVnysEsCr4ssG0lG1rF3Gg3lbQKefdMiqsH5FNuMyqLC/bsWQg==} resolution: {integrity: sha512-qKpmk5E4+yppI3hqXfjUwatRStO5lmv7jBXQ5OutQwr9ZSEivPKDHTlfdhJxjJ2nd+buk/FDTzhFQFPbApTQAg==}
dependencies: dependencies:
'@volar/shared': 0.28.10 '@volar/shared': 0.29.3
'@volar/source-map': 0.28.10 '@volar/source-map': 0.29.3
dev: true dev: true
/@volar/html2pug/0.28.10: /@volar/html2pug/0.29.3:
resolution: {integrity: sha512-orcNnKyUPZZVb7pRvRHU7R8gk4abKZQELT0zXt2T7EbC5B8usmWNav6Sis9kVzV5Etj5h/IYutv7Df7PiKwLOQ==} resolution: {integrity: sha512-6PdonV53ln0xkqUJUxgQ7H//OHK/2lRKiwR+y14hJNmwVQmJo40Uj3Irlqdhiw5+Qq6E02OlxD3Xg+77gFSBDw==}
dependencies: dependencies:
domelementtype: 2.2.0 domelementtype: 2.2.0
domhandler: 4.2.2 domhandler: 4.2.2
...@@ -2575,27 +2588,39 @@ packages: ...@@ -2575,27 +2588,39 @@ packages:
pug: 3.0.2 pug: 3.0.2
dev: true dev: true
/@volar/shared/0.28.10: /@volar/shared/0.29.3:
resolution: {integrity: sha512-MzBEfBM5E5q4EfOd8Gkqmo+XTfbXiuT8IEWtfmpS8ax3GVeofkeAgzK/TadkatW/Nb2cKOaCYkmILpFKvDnDRQ==} resolution: {integrity: sha512-K4KXHD9me278reBZE65Wqma5ps4U+5puh0nJ20AcAlMX4ItU6CAfP4Tes87kBPPFjTQVHS2V+idE4h6VpaJdMw==}
dependencies: dependencies:
upath: 2.0.1 upath: 2.0.1
vscode-jsonrpc: 8.0.0-next.3 vscode-jsonrpc: 8.0.0-next.3
vscode-uri: 3.0.2 vscode-uri: 3.0.2
dev: true dev: true
/@volar/source-map/0.28.10: /@volar/source-map/0.29.3:
resolution: {integrity: sha512-hQ2gclwP7yvZIdaVEC1LixViDPIO6JGkCBxAS8Erg9p2d0ruTyzazfd0NLaLuHLoMnxExILYNK2W05yQmIpRIA==} resolution: {integrity: sha512-m0eFr4kM/XEEkANTxDiJmY9Bt/RNeQkMfEhsxBPyIx5fSKs1fLrm+HkkdgdD6fhcXYkIqPXYPWu/2FvpOFxW0g==}
dependencies: dependencies:
'@volar/shared': 0.28.10 '@volar/shared': 0.29.3
dev: true dev: true
/@volar/transforms/0.28.10: /@volar/transforms/0.29.3:
resolution: {integrity: sha512-GOQN3amI733oFweKKjuBBOEOMwy0e/aEAnnJNavrrHa7LY6Ke/JfNsoWhi9Pb2FAPYd+WyruDDFX8yKHjQE1xw==} resolution: {integrity: sha512-8VEGzDV1/1iC4SRBkGpKm7iMv1/AcWy0PFcre6QW3Jl0ttId2RX9Y017s/LvL1c3tGq0gxa3Sw6tvmMLw301+Q==}
dependencies: dependencies:
'@volar/shared': 0.28.10 '@volar/shared': 0.29.3
vscode-languageserver: 8.0.0-next.3 vscode-languageserver: 8.0.0-next.3
dev: true dev: true
/@volar/vue-code-gen/0.29.3:
resolution: {integrity: sha512-pQ+i+7JU90vpQqlQaj1H2wo5oAGQLu7cbTLBtOXfL/ea+UE2Oqb07pFdhDqBnMv6uo0HrDr5bbWVfDYa1Xntnw==}
dependencies:
'@volar/code-gen': 0.29.3
'@volar/shared': 0.29.3
'@volar/source-map': 0.29.3
'@vue/compiler-core': 3.2.21
'@vue/compiler-dom': 3.2.21
'@vue/shared': 3.2.21
upath: 2.0.1
dev: true
/@vscode/emmet-helper/2.8.2: /@vscode/emmet-helper/2.8.2:
resolution: {integrity: sha512-A/+pkBYQq2JTow1A2flfTmEOmiF780KpdkoX7VBjQ7wujeA+CFUPd17YdeIa9aim20+J5Jp7SFujPDwVFiQucQ==} resolution: {integrity: sha512-A/+pkBYQq2JTow1A2flfTmEOmiF780KpdkoX7VBjQ7wujeA+CFUPd17YdeIa9aim20+J5Jp7SFujPDwVFiQucQ==}
dependencies: dependencies:
...@@ -2716,8 +2741,8 @@ packages: ...@@ -2716,8 +2741,8 @@ packages:
vue: 3.2.21 vue: 3.2.21
dev: true dev: true
/@vueuse/core/6.7.4_vue@3.2.21: /@vueuse/core/6.8.0_vue@3.2.21:
resolution: {integrity: sha512-y39SD+pxDkv7/Fe369c02FQpr/148otQr64ScPDTpw4fGnspc8ONXCNU3gTrvDFRuiylirdPBpXgmt/GDQO7RA==} resolution: {integrity: sha512-C6KMBus29L/mVtA5eK26WAqj6tyPlugrKaPLi2uLtbV//BHjbxe1uo3gVXCc5SwouDEdc7zswlGPw/l0/++NRg==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.1.0 '@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0 vue: ^2.6.0 || ^3.2.0
...@@ -2727,13 +2752,13 @@ packages: ...@@ -2727,13 +2752,13 @@ packages:
vue: vue:
optional: true optional: true
dependencies: dependencies:
'@vueuse/shared': 6.7.4_vue@3.2.21 '@vueuse/shared': 6.8.0_vue@3.2.21
vue: 3.2.21 vue: 3.2.21
vue-demi: 0.12.0_vue@3.2.21 vue-demi: 0.12.0_vue@3.2.21
dev: false dev: false
/@vueuse/shared/6.7.4_vue@3.2.21: /@vueuse/shared/6.8.0_vue@3.2.21:
resolution: {integrity: sha512-Lkm8myEiOj0sIqSXck5EXDbu0W705Q10BxydGLMfiV6wAY4U1zu+YgEgR37Wy2/mT1545pwQqiJ7bd3kQQFCMw==} resolution: {integrity: sha512-+YjehQ8Qe4Qgyq8iTToVOzp4sZBAZvScv3AGJSMi6HYbe54+nyjrRfS8DN4fA0eUahyftHKZ00WKgMe7TS5N0w==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.1.0 '@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0 vue: ^2.6.0 || ^3.2.0
...@@ -2747,8 +2772,8 @@ packages: ...@@ -2747,8 +2772,8 @@ packages:
vue-demi: 0.12.0_vue@3.2.21 vue-demi: 0.12.0_vue@3.2.21
dev: false dev: false
/@windicss/config/1.4.12: /@windicss/config/1.5.1:
resolution: {integrity: sha512-+ckfkRoWC8wia5o7iCyDmydiJEkjX6lVEb6a2QVPI9WQ9Mi7hqfgOoStijOsEn0wIz95FDiOfVe5aSb1V4jEtw==} resolution: {integrity: sha512-nWNgvvJj9RcYhLcqwju/Z8FfaHRjyWHDYS3IgY7lWUM+vWTLFuKqhavKfC1589kdYjiO9JeX07Vg+YzfcxP0Yw==}
dependencies: dependencies:
debug: 4.3.2 debug: 4.3.2
jiti: 1.12.9 jiti: 1.12.9
...@@ -2757,11 +2782,11 @@ packages: ...@@ -2757,11 +2782,11 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@windicss/plugin-utils/1.4.12: /@windicss/plugin-utils/1.5.1:
resolution: {integrity: sha512-ixYflwELxEjHyh0B9HqTwDp1d3v5IWtUucVY84o41ZU53BkuRw1lKbNlLMqbrtbk8p8rAQxjuwWZkWxFYi77tQ==} resolution: {integrity: sha512-gxJiTCMKv1p1x4W2BLG2yfNe+DfIVPc8+aKvfCUCtOpdg5GB5yzhuAC4ROsKiXHxu4QXoojrh7jXH6ELlrELpQ==}
dependencies: dependencies:
'@antfu/utils': 0.3.0 '@antfu/utils': 0.3.0
'@windicss/config': 1.4.12 '@windicss/config': 1.5.1
debug: 4.3.2 debug: 4.3.2
fast-glob: 3.2.7 fast-glob: 3.2.7
magic-string: 0.25.7 magic-string: 0.25.7
...@@ -2771,8 +2796,8 @@ packages: ...@@ -2771,8 +2796,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@zxcvbn-ts/core/1.0.0-beta.0: /@zxcvbn-ts/core/1.0.0:
resolution: {integrity: sha512-E2rHy2jrCDzJ62xqY5KteOHR+y7uPqL6FLUPVCDZmeYrAZRgB+CpO0QIQKLVrxwssx0YhApmE23eHmouce+OUA==} resolution: {integrity: sha512-I8yUfdJbwp7oxJAvP6trkq7GJKBAAKCUXzvpZ4e0xnxfyLIxek/+eDTdxZ7CEKfZMuCuCltRTirf9gqgaTYxWA==}
dev: false dev: false
/JSONStream/1.3.5: /JSONStream/1.3.5:
...@@ -3434,6 +3459,12 @@ packages: ...@@ -3434,6 +3459,12 @@ packages:
engines: {node: '>=6'} engines: {node: '>=6'}
dev: true dev: true
/builtins/4.0.0:
resolution: {integrity: sha512-qC0E2Dxgou1IHhvJSLwGDSTvokbRovU5zZFuDY6oY8Y2lF3nGt5Ad8YZK7GMtqzY84Wu7pXTPeHQeHcXSXsRhw==}
dependencies:
semver: 7.3.5
dev: true
/cache-base/1.0.1: /cache-base/1.0.1:
resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
...@@ -4874,10 +4905,18 @@ packages: ...@@ -4874,10 +4905,18 @@ packages:
dev: true dev: true
optional: true optional: true
/esbuild-node-loader/0.4.3: /esbuild-node-loader/0.6.1_typescript@4.4.4:
resolution: {integrity: sha512-Jzs+nTsq7z4GqUTwlh8guP03EYTAhoB9r+rwb3JpVcNVG1/2fNE8Tb40syJ2nLY2yam+lZjsoh7FYd+2dGjbjg==} resolution: {integrity: sha512-MifpVA3LAmf/Yh+H7nVbODqipyjdvIPT+8ZR/Dkw8JEuH682IVhtEiwO4ZSEvqfLIFyQ1lXpSLeqvIjQdq+LaA==}
peerDependencies:
typescript: ^4.0
dependencies: dependencies:
'@rollup/plugin-typescript': 8.3.0_typescript@4.4.4
esbuild: 0.13.12 esbuild: 0.13.12
joycon: 3.0.1
typescript: 4.4.4
transitivePeerDependencies:
- rollup
- tslib
dev: true dev: true
/esbuild-openbsd-64/0.13.12: /esbuild-openbsd-64/0.13.12:
...@@ -4892,8 +4931,8 @@ packages: ...@@ -4892,8 +4931,8 @@ packages:
resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==} resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==}
dev: true dev: true
/esbuild-register/3.0.0_esbuild@0.13.12: /esbuild-register/3.1.2_esbuild@0.13.12:
resolution: {integrity: sha512-No7U3ZUd6gPrrC6gqdb3XFcf2lNqzn8nvQXcgcyOl8szMVuN6YUvOplnmakxWyogI9d8SiJMl0uzBzJck+Aoxw==} resolution: {integrity: sha512-RbKnUm/dXQZq6q8j7xfLBP06AhDQHS5g2FAAlAYV2Zw5obMKs8Bk777Jt4WD34pAx/Xyh5oAPESCYYtqhJ8Ufw==}
peerDependencies: peerDependencies:
esbuild: '>=0.12 <1' esbuild: '>=0.12 <1'
dependencies: dependencies:
...@@ -5006,38 +5045,43 @@ packages: ...@@ -5006,38 +5045,43 @@ packages:
source-map: 0.6.1 source-map: 0.6.1
dev: true dev: true
/eslint-config-prettier/8.3.0_eslint@8.1.0: /eslint-config-prettier/8.3.0_eslint@8.2.0:
resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
eslint: 8.1.0 eslint: 8.2.0
dev: true dev: true
/eslint-define-config/1.1.2: /eslint-define-config/1.1.3:
resolution: {integrity: sha512-wf+ATzYNAG3xU1eT4QosuF20E60nGbaAvTwjDARabsTuelRxhmyzJEvk8prO/xJScU427X/gCmUNpzpy6Mc1uQ==} resolution: {integrity: sha512-QKVZKhZMw+wwjddgHlKM8HZd33RWFDacMfW863a7tNWNHirbKL0vGj5VwF2L4OiiEsK8QqvyAY5DQywyA5IzLw==}
engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'}
dev: true dev: true
/eslint-plugin-jest/25.2.2_8b83960a909347b56897443063930486: /eslint-plugin-jest/25.2.4_55428d41374ee1814ab5869f06c1f98b:
resolution: {integrity: sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg==} resolution: {integrity: sha512-HRyinpgmEdkVr7pNPaYPHCoGqEzpgk79X8pg/xCeoAdurbyQjntJQ4pTzHl7BiVEBlam/F1Qsn+Dk0HtJO7Aaw==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
jest: '*'
peerDependenciesMeta: peerDependenciesMeta:
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
optional: true optional: true
jest:
optional: true
dependencies: dependencies:
'@typescript-eslint/eslint-plugin': 5.3.0_f8873316f48f7781ccc3e081fc76e214 '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517
'@typescript-eslint/experimental-utils': 5.3.0_eslint@8.1.0+typescript@4.4.4 '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4
eslint: 8.1.0 eslint: 8.2.0
jest: 27.3.1_ts-node@10.4.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
dev: true dev: true
/eslint-plugin-prettier/4.0.0_850528f9ec3c0797b9b19a94a36b5ba3: /eslint-plugin-prettier/4.0.0_307f015733298e29da9050ea0cee5b9e:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
peerDependencies: peerDependencies:
...@@ -5048,23 +5092,23 @@ packages: ...@@ -5048,23 +5092,23 @@ packages:
eslint-config-prettier: eslint-config-prettier:
optional: true optional: true
dependencies: dependencies:
eslint: 8.1.0 eslint: 8.2.0
eslint-config-prettier: 8.3.0_eslint@8.1.0 eslint-config-prettier: 8.3.0_eslint@8.2.0
prettier: 2.4.1 prettier: 2.4.1
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
/eslint-plugin-vue/8.0.3_eslint@8.1.0: /eslint-plugin-vue/8.0.3_eslint@8.2.0:
resolution: {integrity: sha512-Rlhhy5ltzde0sRwSkqHuNePTXLMMaJ5+qsQubM4RYloYsQ8cXlnJT5MDaCzSirkGADipOHtmQXIbbPFAzUrADg==} resolution: {integrity: sha512-Rlhhy5ltzde0sRwSkqHuNePTXLMMaJ5+qsQubM4RYloYsQ8cXlnJT5MDaCzSirkGADipOHtmQXIbbPFAzUrADg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
eslint: 8.1.0 eslint: 8.2.0
eslint-utils: 3.0.0_eslint@8.1.0 eslint-utils: 3.0.0_eslint@8.2.0
natural-compare: 1.4.0 natural-compare: 1.4.0
semver: 7.3.5 semver: 7.3.5
vue-eslint-parser: 8.0.1_eslint@8.1.0 vue-eslint-parser: 8.0.1_eslint@8.2.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
...@@ -5085,13 +5129,13 @@ packages: ...@@ -5085,13 +5129,13 @@ packages:
estraverse: 5.3.0 estraverse: 5.3.0
dev: true dev: true
/eslint-utils/3.0.0_eslint@8.1.0: /eslint-utils/3.0.0_eslint@8.2.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies: peerDependencies:
eslint: '>=5' eslint: '>=5'
dependencies: dependencies:
eslint: 8.1.0 eslint: 8.2.0
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
dev: true dev: true
...@@ -5105,12 +5149,12 @@ packages: ...@@ -5105,12 +5149,12 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/eslint/8.1.0: /eslint/8.2.0:
resolution: {integrity: sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==} resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
'@eslint/eslintrc': 1.0.3 '@eslint/eslintrc': 1.0.4
'@humanwhocodes/config-array': 0.6.0 '@humanwhocodes/config-array': 0.6.0
ajv: 6.12.6 ajv: 6.12.6
chalk: 4.1.2 chalk: 4.1.2
...@@ -5120,7 +5164,7 @@ packages: ...@@ -5120,7 +5164,7 @@ packages:
enquirer: 2.3.6 enquirer: 2.3.6
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 6.0.0 eslint-scope: 6.0.0
eslint-utils: 3.0.0_eslint@8.1.0 eslint-utils: 3.0.0_eslint@8.2.0
eslint-visitor-keys: 3.0.0 eslint-visitor-keys: 3.0.0
espree: 9.0.0 espree: 9.0.0
esquery: 1.4.0 esquery: 1.4.0
...@@ -5152,14 +5196,19 @@ packages: ...@@ -5152,14 +5196,19 @@ packages:
- supports-color - supports-color
dev: true dev: true
/esno/0.10.1: /esno/0.12.0_typescript@4.4.4:
resolution: {integrity: sha512-wsXUWZxI0O59bvOjggWOGDd6VSwPxG+37Np8aUI1LwORIONN3L2nOOJHT7jZ3xAGkfq/J3YcnZsx+Mmw6BQFmQ==} resolution: {integrity: sha512-EjIr4beAqG3QuIwoHEnIsLGYsRfcYPM//ny+TPrxJSTZP2P0B2OKzJFSvD6sMDv0mIJ+6eKhhMA6ltpbSrVWNA==}
hasBin: true hasBin: true
dependencies: dependencies:
cross-spawn: 7.0.3 cross-spawn: 7.0.3
esbuild: 0.13.12 esbuild: 0.13.12
esbuild-node-loader: 0.4.3 esbuild-node-loader: 0.6.1_typescript@4.4.4
esbuild-register: 3.0.0_esbuild@0.13.12 esbuild-register: 3.1.2_esbuild@0.13.12
import-meta-resolve: 1.1.1
transitivePeerDependencies:
- rollup
- tslib
- typescript
dev: true dev: true
/espree/9.0.0: /espree/9.0.0:
...@@ -6415,6 +6464,12 @@ packages: ...@@ -6415,6 +6464,12 @@ packages:
resolve-cwd: 3.0.0 resolve-cwd: 3.0.0
dev: true dev: true
/import-meta-resolve/1.1.1:
resolution: {integrity: sha512-JiTuIvVyPaUg11eTrNDx5bgQ/yMKMZffc7YSjvQeSMXy58DO2SQ8BtAf3xteZvmzvjYh14wnqNjL8XVeDy2o9A==}
dependencies:
builtins: 4.0.0
dev: true
/imurmurhash/0.1.4: /imurmurhash/0.1.4:
resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=}
engines: {node: '>=0.8.19'} engines: {node: '>=0.8.19'}
...@@ -6503,8 +6558,8 @@ packages: ...@@ -6503,8 +6558,8 @@ packages:
p-is-promise: 1.1.0 p-is-promise: 1.1.0
dev: true dev: true
/intro.js/4.2.2: /intro.js/4.3.0:
resolution: {integrity: sha512-Zgz2e8syCuttJ2vJlDOWCSWPUJBr7AOJkU5Ti3zcvXho+y//q0ixwoT+PkPLJWI7AX35IdgRcxAEWUrOAJYiNQ==} resolution: {integrity: sha512-F4LXM42QIXcO3/2myGBBFdbbUVUK0lBhK7pAxPLd082u+3HfvigFR+Rptqy05q3OzjG/O0vMFDedrnHdSPi2rQ==}
dev: false dev: false
/is-accessor-descriptor/0.1.6: /is-accessor-descriptor/0.1.6:
...@@ -6975,7 +7030,7 @@ packages: ...@@ -6975,7 +7030,7 @@ packages:
'@jest/environment': 27.3.1 '@jest/environment': 27.3.1
'@jest/test-result': 27.3.1 '@jest/test-result': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
chalk: 4.1.2 chalk: 4.1.2
co: 4.6.0 co: 4.6.0
dedent: 0.7.0 dedent: 0.7.0
...@@ -7055,7 +7110,7 @@ packages: ...@@ -7055,7 +7110,7 @@ packages:
jest-validate: 27.3.1 jest-validate: 27.3.1
micromatch: 4.0.4 micromatch: 4.0.4
pretty-format: 27.3.1 pretty-format: 27.3.1
ts-node: 10.4.0_0cb88d80cb04d25b21fa3ec194608c65 ts-node: 10.4.0_ee928ac548ac44c173bf0d4654ae2c29
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
- canvas - canvas
...@@ -7098,7 +7153,7 @@ packages: ...@@ -7098,7 +7153,7 @@ packages:
'@jest/environment': 27.3.1 '@jest/environment': 27.3.1
'@jest/fake-timers': 27.3.1 '@jest/fake-timers': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
jest-mock: 27.3.0 jest-mock: 27.3.0
jest-util: 27.3.1 jest-util: 27.3.1
jsdom: 16.7.0 jsdom: 16.7.0
...@@ -7116,7 +7171,7 @@ packages: ...@@ -7116,7 +7171,7 @@ packages:
'@jest/environment': 27.3.1 '@jest/environment': 27.3.1
'@jest/fake-timers': 27.3.1 '@jest/fake-timers': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
jest-mock: 27.3.0 jest-mock: 27.3.0
jest-util: 27.3.1 jest-util: 27.3.1
dev: true dev: true
...@@ -7132,7 +7187,7 @@ packages: ...@@ -7132,7 +7187,7 @@ packages:
dependencies: dependencies:
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/graceful-fs': 4.1.5 '@types/graceful-fs': 4.1.5
'@types/node': 16.11.6 '@types/node': 16.11.7
anymatch: 3.1.2 anymatch: 3.1.2
fb-watchman: 2.0.1 fb-watchman: 2.0.1
graceful-fs: 4.2.8 graceful-fs: 4.2.8
...@@ -7155,7 +7210,7 @@ packages: ...@@ -7155,7 +7210,7 @@ packages:
'@jest/source-map': 27.0.6 '@jest/source-map': 27.0.6
'@jest/test-result': 27.3.1 '@jest/test-result': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
chalk: 4.1.2 chalk: 4.1.2
co: 4.6.0 co: 4.6.0
expect: 27.3.1 expect: 27.3.1
...@@ -7210,7 +7265,7 @@ packages: ...@@ -7210,7 +7265,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
dev: true dev: true
/jest-pnp-resolver/1.2.2_jest-resolve@27.3.1: /jest-pnp-resolver/1.2.2_jest-resolve@27.3.1:
...@@ -7266,7 +7321,7 @@ packages: ...@@ -7266,7 +7321,7 @@ packages:
'@jest/test-result': 27.3.1 '@jest/test-result': 27.3.1
'@jest/transform': 27.3.1 '@jest/transform': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
chalk: 4.1.2 chalk: 4.1.2
emittery: 0.8.1 emittery: 0.8.1
exit: 0.1.2 exit: 0.1.2
...@@ -7328,7 +7383,7 @@ packages: ...@@ -7328,7 +7383,7 @@ packages:
resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
graceful-fs: 4.2.8 graceful-fs: 4.2.8
dev: true dev: true
...@@ -7369,7 +7424,7 @@ packages: ...@@ -7369,7 +7424,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
chalk: 4.1.2 chalk: 4.1.2
ci-info: 3.2.0 ci-info: 3.2.0
graceful-fs: 4.2.8 graceful-fs: 4.2.8
...@@ -7394,7 +7449,7 @@ packages: ...@@ -7394,7 +7449,7 @@ packages:
dependencies: dependencies:
'@jest/test-result': 27.3.1 '@jest/test-result': 27.3.1
'@jest/types': 27.2.5 '@jest/types': 27.2.5
'@types/node': 16.11.6 '@types/node': 16.11.7
ansi-escapes: 4.3.2 ansi-escapes: 4.3.2
chalk: 4.1.2 chalk: 4.1.2
jest-util: 27.3.1 jest-util: 27.3.1
...@@ -7405,7 +7460,7 @@ packages: ...@@ -7405,7 +7460,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
merge-stream: 2.0.0 merge-stream: 2.0.0
supports-color: 7.2.0 supports-color: 7.2.0
dev: true dev: true
...@@ -7414,7 +7469,7 @@ packages: ...@@ -7414,7 +7469,7 @@ packages:
resolution: {integrity: sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==} resolution: {integrity: sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
dependencies: dependencies:
'@types/node': 16.11.6 '@types/node': 16.11.7
merge-stream: 2.0.0 merge-stream: 2.0.0
supports-color: 8.1.1 supports-color: 8.1.1
dev: true dev: true
...@@ -7445,6 +7500,11 @@ packages: ...@@ -7445,6 +7500,11 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/joycon/3.0.1:
resolution: {integrity: sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==}
engines: {node: '>=10'}
dev: true
/jpegtran-bin/5.0.2: /jpegtran-bin/5.0.2:
resolution: {integrity: sha512-4FSmgIcr8d5+V6T1+dHbPZjaFH0ogVyP4UVsE+zri7S9YLO4qAT2our4IN3sW3STVgNTbqPermdIgt2XuAJ4EA==} resolution: {integrity: sha512-4FSmgIcr8d5+V6T1+dHbPZjaFH0ogVyP4UVsE+zri7S9YLO4qAT2our4IN3sW3STVgNTbqPermdIgt2XuAJ4EA==}
engines: {node: '>=10'} engines: {node: '>=10'}
...@@ -8848,10 +8908,10 @@ packages: ...@@ -8848,10 +8908,10 @@ packages:
engines: {node: '>=6'} engines: {node: '>=6'}
dev: true dev: true
/pinia/2.0.0_typescript@4.4.4+vue@3.2.21: /pinia/2.0.2_typescript@4.4.4+vue@3.2.21:
resolution: {integrity: sha512-pqnQv1m7oEwYExGl//EtOn9rgFn7gtXECP/hZHy+WicmHXmWWkbsvpR+9z1xxrIgDOmVYuh1eYfRULJklzOKsQ==} resolution: {integrity: sha512-ljN+9p9XHE8YrMBgxLbpo5rdVPj7Fri4Bl9qswz5dJPeoK6ra66YOLrGpBoCsHjAqu9jOBC3oJeErocicf51oA==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.2.4 '@vue/composition-api': ^1.3.0
typescript: ^4.4.4 typescript: ^4.4.4
vue: ^2.6.14 || ^3.2.0 vue: ^2.6.14 || ^3.2.0
peerDependenciesMeta: peerDependenciesMeta:
...@@ -10569,8 +10629,8 @@ packages: ...@@ -10569,8 +10629,8 @@ packages:
resolution: {integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==} resolution: {integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==}
dev: true dev: true
/tinymce/5.10.0: /tinymce/5.10.1:
resolution: {integrity: sha512-SaqBK8GtTKYSsTfhKdN0+NrZRgmVWO+j3fvgzLjt0t/g0osNzRH5os8icm2Rv5HvaeTd4TpxetUuLE+R9yg/yg==} resolution: {integrity: sha512-aIsFTYiuESpoYkCgkoojpVtPwrSvYBxp4mMEGsj20CnUruLCWosywkbYHDII+j7KlQZZn3p+xK89f5gT3QyuGw==}
dev: false dev: false
/tmp/0.0.33: /tmp/0.0.33:
...@@ -10703,7 +10763,7 @@ packages: ...@@ -10703,7 +10763,7 @@ packages:
yargs-parser: 20.2.9 yargs-parser: 20.2.9
dev: true dev: true
/ts-node/10.4.0_0cb88d80cb04d25b21fa3ec194608c65: /ts-node/10.4.0_ee928ac548ac44c173bf0d4654ae2c29:
resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -10722,7 +10782,7 @@ packages: ...@@ -10722,7 +10782,7 @@ packages:
'@tsconfig/node12': 1.0.9 '@tsconfig/node12': 1.0.9
'@tsconfig/node14': 1.0.1 '@tsconfig/node14': 1.0.1
'@tsconfig/node16': 1.0.2 '@tsconfig/node16': 1.0.2
'@types/node': 16.11.6 '@types/node': 16.11.7
acorn: 8.5.0 acorn: 8.5.0
acorn-walk: 8.2.0 acorn-walk: 8.2.0
arg: 4.1.3 arg: 4.1.3
...@@ -11037,7 +11097,7 @@ packages: ...@@ -11037,7 +11097,7 @@ packages:
diff-match-patch: 1.0.5 diff-match-patch: 1.0.5
dev: false dev: false
/vite-plugin-compression/0.3.5_vite@2.6.13: /vite-plugin-compression/0.3.5_vite@2.6.14:
resolution: {integrity: sha512-W+zKccNTDRYPsM6MzbVGTX2hvnsVrxKfmGD2Z23VgqinFKhtmwGzNNFsnbslXbeTGHXclaE7MO5nm7O1cNY3ZA==} resolution: {integrity: sha512-W+zKccNTDRYPsM6MzbVGTX2hvnsVrxKfmGD2Z23VgqinFKhtmwGzNNFsnbslXbeTGHXclaE7MO5nm7O1cNY3ZA==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -11045,12 +11105,12 @@ packages: ...@@ -11045,12 +11105,12 @@ packages:
chalk: 4.1.2 chalk: 4.1.2
debug: 4.3.2 debug: 4.3.2
fs-extra: 10.0.0 fs-extra: 10.0.0
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-html/2.1.1_vite@2.6.13: /vite-plugin-html/2.1.1_vite@2.6.14:
resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==} resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -11061,10 +11121,10 @@ packages: ...@@ -11061,10 +11121,10 @@ packages:
ejs: 3.1.6 ejs: 3.1.6
fs-extra: 10.0.0 fs-extra: 10.0.0
html-minifier-terser: 5.1.1 html-minifier-terser: 5.1.1
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
dev: true dev: true
/vite-plugin-imagemin/0.4.6_vite@2.6.13: /vite-plugin-imagemin/0.4.6_vite@2.6.14:
resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==} resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -11089,12 +11149,12 @@ packages: ...@@ -11089,12 +11149,12 @@ packages:
imagemin-pngquant: 9.0.2 imagemin-pngquant: 9.0.2
imagemin-svgo: 9.0.0 imagemin-svgo: 9.0.0
imagemin-webp: 6.0.0 imagemin-webp: 6.0.0
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.6.13: /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.6.14:
resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -11111,13 +11171,13 @@ packages: ...@@ -11111,13 +11171,13 @@ packages:
fast-glob: 3.2.7 fast-glob: 3.2.7
mockjs: 1.1.0 mockjs: 1.1.0
path-to-regexp: 6.2.0 path-to-regexp: 6.2.0
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
- supports-color - supports-color
dev: true dev: true
/vite-plugin-purge-icons/0.7.0_vite@2.6.13: /vite-plugin-purge-icons/0.7.0_vite@2.6.14:
resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==} resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
peerDependencies: peerDependencies:
...@@ -11126,12 +11186,12 @@ packages: ...@@ -11126,12 +11186,12 @@ packages:
'@purge-icons/core': 0.7.0 '@purge-icons/core': 0.7.0
'@purge-icons/generated': 0.7.0 '@purge-icons/generated': 0.7.0
rollup-plugin-purge-icons: 0.7.0 rollup-plugin-purge-icons: 0.7.0
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-pwa/0.11.3_vite@2.6.13: /vite-plugin-pwa/0.11.3_vite@2.6.14:
resolution: {integrity: sha512-KAuv7aAX1VTkaR7DakpmUG7LypNXlf+M/x4y2xYrYgQHoqk2Y2mKKR0dAG5cGBekqcev56QsABusTBScPm50mw==} resolution: {integrity: sha512-KAuv7aAX1VTkaR7DakpmUG7LypNXlf+M/x4y2xYrYgQHoqk2Y2mKKR0dAG5cGBekqcev56QsABusTBScPm50mw==}
peerDependencies: peerDependencies:
vite: ^2.0.0 vite: ^2.0.0
...@@ -11141,7 +11201,7 @@ packages: ...@@ -11141,7 +11201,7 @@ packages:
fast-glob: 3.2.7 fast-glob: 3.2.7
pretty-bytes: 5.6.0 pretty-bytes: 5.6.0
rollup: 2.59.0 rollup: 2.59.0
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
workbox-build: 6.3.0 workbox-build: 6.3.0
workbox-window: 6.3.0 workbox-window: 6.3.0
transitivePeerDependencies: transitivePeerDependencies:
...@@ -11149,7 +11209,7 @@ packages: ...@@ -11149,7 +11209,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-style-import/1.3.0_vite@2.6.13: /vite-plugin-style-import/1.3.0_vite@2.6.14:
resolution: {integrity: sha512-R3bEQcdhPqL+5CZiMXs9RGKwbBtIHBJmh7ngND3sJjCYbkBe6DGEL6DWGBS7xTaqfH+1mXRfX8lEK0W3PjQSzA==} resolution: {integrity: sha512-R3bEQcdhPqL+5CZiMXs9RGKwbBtIHBJmh7ngND3sJjCYbkBe6DGEL6DWGBS7xTaqfH+1mXRfX8lEK0W3PjQSzA==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -11159,12 +11219,12 @@ packages: ...@@ -11159,12 +11219,12 @@ packages:
debug: 4.3.2 debug: 4.3.2
es-module-lexer: 0.9.3 es-module-lexer: 0.9.3
magic-string: 0.25.7 magic-string: 0.25.7
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-svg-icons/1.0.5_vite@2.6.13: /vite-plugin-svg-icons/1.0.5_vite@2.6.14:
resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==} resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -11176,12 +11236,12 @@ packages: ...@@ -11176,12 +11236,12 @@ packages:
fs-extra: 10.0.0 fs-extra: 10.0.0
svg-baker: 1.7.0 svg-baker: 1.7.0
svgo: 2.8.0 svgo: 2.8.0
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-theme/0.8.1_vite@2.6.13: /vite-plugin-theme/0.8.1_vite@2.6.14:
resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==} resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==}
peerDependencies: peerDependencies:
vite: '>=2.0.0-beta.49' vite: '>=2.0.0-beta.49'
...@@ -11194,37 +11254,37 @@ packages: ...@@ -11194,37 +11254,37 @@ packages:
esbuild: 0.11.23 esbuild: 0.11.23
esbuild-plugin-alias: 0.1.2 esbuild-plugin-alias: 0.1.2
tinycolor2: 1.4.2 tinycolor2: 1.4.2
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-vue-setup-extend/0.1.0_vite@2.6.13: /vite-plugin-vue-setup-extend/0.1.0_vite@2.6.14:
resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==} resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
dependencies: dependencies:
'@vue/compiler-sfc': 3.2.21 '@vue/compiler-sfc': 3.2.21
magic-string: 0.25.7 magic-string: 0.25.7
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
dev: true dev: true
/vite-plugin-windicss/1.4.12_vite@2.6.13: /vite-plugin-windicss/1.5.1_vite@2.6.14:
resolution: {integrity: sha512-5YLT7e72z1vCTSmprU/KxtRg22ySN+H19Qxy67lbG3mEbq8YbheOlmVhbqNqSv2MjFVhFqu72Q1FkkjyWENyQQ==} resolution: {integrity: sha512-AUuRFT5Y7SfW9eclaKf5BOTZ7MMfkUZzOeVzqd9yq/uIwzWyleRtssCTuJgZ0+om+hnXn9YwcIpR26lsaasIbg==}
peerDependencies: peerDependencies:
vite: ^2.0.1 vite: ^2.0.1
dependencies: dependencies:
'@windicss/plugin-utils': 1.4.12 '@windicss/plugin-utils': 1.5.1
chalk: 4.1.2 chalk: 4.1.2
debug: 4.3.2 debug: 4.3.2
vite: 2.6.13_less@4.1.2 vite: 2.6.14_less@4.1.2
windicss: 3.2.1 windicss: 3.2.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite/2.6.13_less@4.1.2: /vite/2.6.14_less@4.1.2:
resolution: {integrity: sha512-+tGZ1OxozRirTudl4M3N3UTNJOlxdVo/qBl2IlDEy/ZpTFcskp+k5ncNjayR3bRYTCbqSOFz2JWGN1UmuDMScA==} resolution: {integrity: sha512-2HA9xGyi+EhY2MXo0+A2dRsqsAG3eFNEVIo12olkWhOmc8LfiM+eMdrXf+Ruje9gdXgvSqjLI9freec1RUM5EA==}
engines: {node: '>=12.2.0'} engines: {node: '>=12.2.0'}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -11317,22 +11377,22 @@ packages: ...@@ -11317,22 +11377,22 @@ packages:
resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==}
dev: true dev: true
/vscode-pug-languageservice/0.28.10: /vscode-pug-languageservice/0.29.3:
resolution: {integrity: sha512-zhpNmMxltAlid4ZWVq0YrCbD0v2Nk/OsUl2q1pZkSJheGVMj/ZAlcYqDvWjLbMfGPtpvoC6nPxhSCc6sIDN9XA==} resolution: {integrity: sha512-efyCCibyRqyAYybT+FPS4CA+YCii4asx5UeNqbx0lMXKnkMuvnrfkbRlIXOWmR+qTJyveDZw4fYQf51VSuLaAg==}
dependencies: dependencies:
'@volar/code-gen': 0.28.10 '@volar/code-gen': 0.29.3
'@volar/shared': 0.28.10 '@volar/shared': 0.29.3
'@volar/source-map': 0.28.10 '@volar/source-map': 0.29.3
'@volar/transforms': 0.28.10 '@volar/transforms': 0.29.3
pug-lexer: 5.0.1 pug-lexer: 5.0.1
pug-parser: 6.0.0 pug-parser: 6.0.0
vscode-languageserver: 8.0.0-next.3 vscode-languageserver: 8.0.0-next.3
dev: true dev: true
/vscode-typescript-languageservice/0.28.10: /vscode-typescript-languageservice/0.29.3:
resolution: {integrity: sha512-TTJSQss0YR784e0Rr8se5huxd0edqGzO7A51kejEQiPPhIcOlYCEeeFxDtqv3S+/fUUkeFVdRBZA9Ie7Jfrldw==} resolution: {integrity: sha512-ZW6KawNc/3TH8cHzaHfNs5j8Wn97pwwEpuWm5rQTPz0fNcureSCl2J3hU6brayr7eD81A0BpdIDgknOSJJK0GA==}
dependencies: dependencies:
'@volar/shared': 0.28.10 '@volar/shared': 0.29.3
semver: 7.3.5 semver: 7.3.5
upath: 2.0.1 upath: 2.0.1
vscode-languageserver: 8.0.0-next.3 vscode-languageserver: 8.0.0-next.3
...@@ -11347,16 +11407,16 @@ packages: ...@@ -11347,16 +11407,16 @@ packages:
resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==}
dev: true dev: true
/vscode-vue-languageservice/0.28.10: /vscode-vue-languageservice/0.29.3:
resolution: {integrity: sha512-xsA9aEiELiA9zHxzhI58Y6crcSfqxtt3EDKyey9rcNYe/bdY1NY0qLh3SRxdXF8YwoxzRvnn4iUw0oxCjHnFUQ==} resolution: {integrity: sha512-DcFAhvejcEHHQl2XFl7foLtH+zHQzYdtjOJ/hROg3+z1W72UYyeRal5sRGatAsmHnOyGL+0AdCjjlHd8d6j0mg==}
dependencies: dependencies:
'@volar/code-gen': 0.28.10 '@volar/code-gen': 0.29.3
'@volar/html2pug': 0.28.10 '@volar/html2pug': 0.29.3
'@volar/shared': 0.28.10 '@volar/shared': 0.29.3
'@volar/source-map': 0.28.10 '@volar/source-map': 0.29.3
'@volar/transforms': 0.28.10 '@volar/transforms': 0.29.3
'@volar/vue-code-gen': 0.29.3
'@vscode/emmet-helper': 2.8.2 '@vscode/emmet-helper': 2.8.2
'@vue/compiler-dom': 3.2.21
'@vue/reactivity': 3.2.21 '@vue/reactivity': 3.2.21
'@vue/shared': 3.2.21 '@vue/shared': 3.2.21
request-light: 0.5.4 request-light: 0.5.4
...@@ -11366,8 +11426,8 @@ packages: ...@@ -11366,8 +11426,8 @@ packages:
vscode-json-languageservice: 4.1.9 vscode-json-languageservice: 4.1.9
vscode-languageserver: 8.0.0-next.3 vscode-languageserver: 8.0.0-next.3
vscode-languageserver-textdocument: 1.0.2 vscode-languageserver-textdocument: 1.0.2
vscode-pug-languageservice: 0.28.10 vscode-pug-languageservice: 0.29.3
vscode-typescript-languageservice: 0.28.10 vscode-typescript-languageservice: 0.29.3
dev: true dev: true
/vue-demi/0.12.0_vue@3.2.21: /vue-demi/0.12.0_vue@3.2.21:
...@@ -11385,14 +11445,14 @@ packages: ...@@ -11385,14 +11445,14 @@ packages:
vue: 3.2.21 vue: 3.2.21
dev: false dev: false
/vue-eslint-parser/8.0.1_eslint@8.1.0: /vue-eslint-parser/8.0.1_eslint@8.2.0:
resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.2 debug: 4.3.2
eslint: 8.1.0 eslint: 8.2.0
eslint-scope: 6.0.0 eslint-scope: 6.0.0
eslint-visitor-keys: 3.0.0 eslint-visitor-keys: 3.0.0
espree: 9.0.0 espree: 9.0.0
...@@ -11416,8 +11476,8 @@ packages: ...@@ -11416,8 +11476,8 @@ packages:
vue: 3.2.21 vue: 3.2.21
dev: false dev: false
/vue-json-pretty/2.0.4_vue@3.2.21: /vue-json-pretty/2.0.5_vue@3.2.21:
resolution: {integrity: sha512-17opXQveJOkxWu6NzjXqtIelm3DeQfeQUevbfRAw91eZXix2hNzGAwGrkqEDWhLMDVpENm2NhVpYqzB8eQzytg==} resolution: {integrity: sha512-TL+iRJzkCk3J2k1HVMclo0SiCI9sapMX6UuRwsrTX9ZsffEqOzePmlyum6fef+tVE2rhHe0O4uPLdwGfSYliug==}
engines: {node: '>= 10.0.0', npm: '>= 5.0.0'} engines: {node: '>= 10.0.0', npm: '>= 5.0.0'}
peerDependencies: peerDependencies:
vue: '>=3.0.0' vue: '>=3.0.0'
...@@ -11434,15 +11494,15 @@ packages: ...@@ -11434,15 +11494,15 @@ packages:
vue: 3.2.21 vue: 3.2.21
dev: false dev: false
/vue-tsc/0.28.10_typescript@4.4.4: /vue-tsc/0.29.3_typescript@4.4.4:
resolution: {integrity: sha512-tGD7eC74MHqKH2/F66AYkC1zNiLrgnhMzeYWou3p/wApMaUEM4h29HqYoKN6uE+pq87uvq/penYqUSBXhIwLiA==} resolution: {integrity: sha512-tNe/IwBQFN3kk/Za0d9OeGdQfWCIXb7TvpJTZLn+bdt47aA5X+WtGVl3/WwNMokkO3cgHTFkpMaUcKZ+kGN2mg==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
dependencies: dependencies:
'@volar/shared': 0.28.10 '@volar/shared': 0.29.3
typescript: 4.4.4 typescript: 4.4.4
vscode-vue-languageservice: 0.28.10 vscode-vue-languageservice: 0.29.3
dev: true dev: true
/vue-types/3.0.2_vue@3.2.21: /vue-types/3.0.2_vue@3.2.21:
......
...@@ -8,8 +8,8 @@ It is used to start the test interface service, which can test the upload, webso ...@@ -8,8 +8,8 @@ It is used to start the test interface service, which can test the upload, webso
cd ./test/server cd ./test/server
yarn pnpm install
yarn start pnpm run start
``` ```
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2", "@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4", "@types/koa-router": "^7.4.4",
"@types/node": "^16.11.6", "@types/node": "^16.11.7",
"nodemon": "^2.0.14", "nodemon": "^2.0.15",
"pm2": "^5.1.2", "pm2": "^5.1.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"tsconfig-paths": "^3.11.0", "tsconfig-paths": "^3.11.0",
"tsup": "^5.5.0", "tsup": "^5.6.0",
"typescript": "^4.4.4" "typescript": "^4.4.4"
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论