提交 c9de2166 作者: 方治民

feat: 依赖升级

上级 060de78b
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"@vueuse/core": "^9.4.0", "@vueuse/core": "^9.4.0",
"@vueuse/shared": "^9.4.0", "@vueuse/shared": "^9.4.0",
"@zxcvbn-ts/core": "^2.1.0", "@zxcvbn-ts/core": "^2.1.0",
"ant-design-vue": "^3.2.13", "ant-design-vue": "^3.2.14",
"axios": "^0.26.1", "axios": "^0.26.1",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"cropperjs": "^1.5.12", "cropperjs": "^1.5.12",
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.2.0", "@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0", "@commitlint/config-conventional": "^17.2.0",
"@iconify/json": "^2.1.133", "@iconify/json": "^2.1.134",
"@purge-icons/generated": "^0.8.1", "@purge-icons/generated": "^0.8.1",
"@types/codemirror": "^5.60.5", "@types/codemirror": "^5.60.5",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
"@types/stompjs": "^2.3.5", "@types/stompjs": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0", "@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-legacy": "^2.3.0", "@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.10", "@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "3.2.31", "@vue/compiler-sfc": "3.2.31",
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
"cz-git": "^1.3.12", "cz-git": "^1.3.12",
"czg": "^1.3.12", "czg": "^1.3.12",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"eslint": "^8.26.0", "eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0", "eslint-plugin-vue": "^9.7.0",
...@@ -162,13 +162,13 @@ ...@@ -162,13 +162,13 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.8.4", "typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.4", "unplugin-auto-import": "^0.11.4",
"vite": "^3.2.2", "vite": "^3.2.3",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0", "vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.10.1", "vite-plugin-mkcert": "^1.10.1",
"vite-plugin-mock": "^2.9.6", "vite-plugin-mock": "^2.9.6",
"vite-plugin-purge-icons": "^0.9.1", "vite-plugin-purge-icons": "^0.9.1",
"vite-plugin-pwa": "^0.13.2", "vite-plugin-pwa": "^0.13.3",
"vite-plugin-style-import": "^2.0.0", "vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-theme": "^0.8.6", "vite-plugin-theme": "^0.8.6",
......
lockfileVersion: 5.3 lockfileVersion: 5.4
specifiers: specifiers:
'@ant-design/colors': ^6.0.0 '@ant-design/colors': ^6.0.0
...@@ -6,7 +6,7 @@ specifiers: ...@@ -6,7 +6,7 @@ specifiers:
'@commitlint/cli': ^17.2.0 '@commitlint/cli': ^17.2.0
'@commitlint/config-conventional': ^17.2.0 '@commitlint/config-conventional': ^17.2.0
'@iconify/iconify': ^2.2.1 '@iconify/iconify': ^2.2.1
'@iconify/json': ^2.1.133 '@iconify/json': ^2.1.134
'@logicflow/core': ^1.1.30 '@logicflow/core': ^1.1.30
'@logicflow/extension': ^1.1.30 '@logicflow/extension': ^1.1.30
'@purge-icons/generated': ^0.8.1 '@purge-icons/generated': ^0.8.1
...@@ -28,7 +28,7 @@ specifiers: ...@@ -28,7 +28,7 @@ specifiers:
'@types/stompjs': ^2.3.5 '@types/stompjs': ^2.3.5
'@typescript-eslint/eslint-plugin': ^5.42.0 '@typescript-eslint/eslint-plugin': ^5.42.0
'@typescript-eslint/parser': ^5.42.0 '@typescript-eslint/parser': ^5.42.0
'@vitejs/plugin-legacy': ^2.3.0 '@vitejs/plugin-legacy': ^2.3.1
'@vitejs/plugin-vue': ^3.2.0 '@vitejs/plugin-vue': ^3.2.0
'@vitejs/plugin-vue-jsx': ^1.3.10 '@vitejs/plugin-vue-jsx': ^1.3.10
'@vue/compiler-sfc': 3.2.31 '@vue/compiler-sfc': 3.2.31
...@@ -38,7 +38,7 @@ specifiers: ...@@ -38,7 +38,7 @@ specifiers:
'@vueuse/core': ^9.4.0 '@vueuse/core': ^9.4.0
'@vueuse/shared': ^9.4.0 '@vueuse/shared': ^9.4.0
'@zxcvbn-ts/core': ^2.1.0 '@zxcvbn-ts/core': ^2.1.0
ant-design-vue: ^3.2.13 ant-design-vue: ^3.2.14
autoprefixer: ^10.4.13 autoprefixer: ^10.4.13
axios: ^0.26.1 axios: ^0.26.1
codemirror: ^6.0.1 codemirror: ^6.0.1
...@@ -53,7 +53,7 @@ specifiers: ...@@ -53,7 +53,7 @@ specifiers:
dayjs: ^1.11.6 dayjs: ^1.11.6
dotenv: ^16.0.3 dotenv: ^16.0.3
echarts: ^5.4.0 echarts: ^5.4.0
eslint: ^8.26.0 eslint: ^8.27.0
eslint-config-prettier: ^8.5.0 eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.2.1 eslint-plugin-prettier: ^4.2.1
eslint-plugin-vue: ^9.7.0 eslint-plugin-vue: ^9.7.0
...@@ -101,13 +101,13 @@ specifiers: ...@@ -101,13 +101,13 @@ specifiers:
typescript: ^4.8.4 typescript: ^4.8.4
unplugin-auto-import: ^0.11.4 unplugin-auto-import: ^0.11.4
vditor: ^3.8.18 vditor: ^3.8.18
vite: ^3.2.2 vite: ^3.2.3
vite-plugin-compression: ^0.5.1 vite-plugin-compression: ^0.5.1
vite-plugin-html: ^3.2.0 vite-plugin-html: ^3.2.0
vite-plugin-mkcert: ^1.10.1 vite-plugin-mkcert: ^1.10.1
vite-plugin-mock: ^2.9.6 vite-plugin-mock: ^2.9.6
vite-plugin-purge-icons: ^0.9.1 vite-plugin-purge-icons: ^0.9.1
vite-plugin-pwa: ^0.13.2 vite-plugin-pwa: ^0.13.3
vite-plugin-style-import: ^2.0.0 vite-plugin-style-import: ^2.0.0
vite-plugin-svg-icons: ^2.0.1 vite-plugin-svg-icons: ^2.0.1
vite-plugin-theme: ^0.8.6 vite-plugin-theme: ^0.8.6
...@@ -134,7 +134,7 @@ dependencies: ...@@ -134,7 +134,7 @@ dependencies:
'@vueuse/core': 9.4.0_vue@3.2.41 '@vueuse/core': 9.4.0_vue@3.2.41
'@vueuse/shared': 9.4.0_vue@3.2.41 '@vueuse/shared': 9.4.0_vue@3.2.41
'@zxcvbn-ts/core': 2.1.0 '@zxcvbn-ts/core': 2.1.0
ant-design-vue: 3.2.13_vue@3.2.41 ant-design-vue: 3.2.14_vue@3.2.41
axios: 0.26.1 axios: 0.26.1
codemirror: 6.0.1 codemirror: 6.0.1
cropperjs: 1.5.12 cropperjs: 1.5.12
...@@ -147,7 +147,7 @@ dependencies: ...@@ -147,7 +147,7 @@ dependencies:
nanoid: 4.0.0 nanoid: 4.0.0
nprogress: 0.2.0 nprogress: 0.2.0
path-to-regexp: 6.2.1 path-to-regexp: 6.2.1
pinia: 2.0.23_typescript@4.8.4+vue@3.2.41 pinia: 2.0.23_l7r24p6nevbtlimqmqcwa3ouhu
print-js: 1.6.0 print-js: 1.6.0
qrcode: 1.5.1 qrcode: 1.5.1
qs: 6.11.0 qs: 6.11.0
...@@ -168,7 +168,7 @@ dependencies: ...@@ -168,7 +168,7 @@ dependencies:
devDependencies: devDependencies:
'@commitlint/cli': 17.2.0 '@commitlint/cli': 17.2.0
'@commitlint/config-conventional': 17.2.0 '@commitlint/config-conventional': 17.2.0
'@iconify/json': 2.1.133 '@iconify/json': 2.1.134
'@purge-icons/generated': 0.8.1 '@purge-icons/generated': 0.8.1
'@types/codemirror': 5.60.5 '@types/codemirror': 5.60.5
'@types/crypto-js': 4.1.1 '@types/crypto-js': 4.1.1
...@@ -185,10 +185,10 @@ devDependencies: ...@@ -185,10 +185,10 @@ devDependencies:
'@types/sockjs-client': 1.5.1 '@types/sockjs-client': 1.5.1
'@types/sortablejs': 1.15.0 '@types/sortablejs': 1.15.0
'@types/stompjs': 2.3.5 '@types/stompjs': 2.3.5
'@typescript-eslint/eslint-plugin': 5.42.0_f5eddb1b5bef116e6689568bbae0b1cd '@typescript-eslint/eslint-plugin': 5.42.0_ofgjrzjuekeo7s3hdyz2yuzw34
'@typescript-eslint/parser': 5.42.0_eslint@8.26.0+typescript@4.8.4 '@typescript-eslint/parser': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@vitejs/plugin-legacy': 2.3.0_terser@5.15.1+vite@3.2.2 '@vitejs/plugin-legacy': 2.3.1_terser@5.15.1+vite@3.2.3
'@vitejs/plugin-vue': 3.2.0_vite@3.2.2+vue@3.2.41 '@vitejs/plugin-vue': 3.2.0_vite@3.2.3+vue@3.2.41
'@vitejs/plugin-vue-jsx': 1.3.10 '@vitejs/plugin-vue-jsx': 1.3.10
'@vue/compiler-sfc': 3.2.31 '@vue/compiler-sfc': 3.2.31
'@vue/test-utils': 2.2.1_vue@3.2.41 '@vue/test-utils': 2.2.1_vue@3.2.41
...@@ -200,10 +200,10 @@ devDependencies: ...@@ -200,10 +200,10 @@ devDependencies:
cz-git: 1.3.12 cz-git: 1.3.12
czg: 1.3.12 czg: 1.3.12
dotenv: 16.0.3 dotenv: 16.0.3
eslint: 8.26.0 eslint: 8.27.0
eslint-config-prettier: 8.5.0_eslint@8.26.0 eslint-config-prettier: 8.5.0_eslint@8.27.0
eslint-plugin-prettier: 4.2.1_03516513155bd96520649d3136b95513 eslint-plugin-prettier: 4.2.1_v7o5sx5x3wbs57ifz6wc4f76we
eslint-plugin-vue: 9.7.0_eslint@8.26.0 eslint-plugin-vue: 9.7.0_eslint@8.27.0
esno: 0.14.1 esno: 0.14.1
fs-extra: 10.1.0 fs-extra: 10.1.0
husky: 7.0.4 husky: 7.0.4
...@@ -224,26 +224,26 @@ devDependencies: ...@@ -224,26 +224,26 @@ devDependencies:
stylelint: 14.14.1 stylelint: 14.14.1
stylelint-config-prettier: 9.0.3_stylelint@14.14.1 stylelint-config-prettier: 9.0.3_stylelint@14.14.1
stylelint-config-recommended: 9.0.0_stylelint@14.14.1 stylelint-config-recommended: 9.0.0_stylelint@14.14.1
stylelint-config-recommended-vue: 1.4.0_0711e485e505c8bbf0b549e6b356f7f2 stylelint-config-recommended-vue: 1.4.0_a4i6jbpfaxelx4fvjhtlgvxx6i
stylelint-config-standard: 29.0.0_stylelint@14.14.1 stylelint-config-standard: 29.0.0_stylelint@14.14.1
stylelint-order: 5.0.0_stylelint@14.14.1 stylelint-order: 5.0.0_stylelint@14.14.1
terser: 5.15.1 terser: 5.15.1
ts-node: 10.9.1_1049f756a027b302b59330a6f33f12ef ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54
typescript: 4.8.4 typescript: 4.8.4
unplugin-auto-import: 0.11.4_@vueuse+core@9.4.0+rollup@2.79.1 unplugin-auto-import: 0.11.4_6atjafs3v6znsplg3j7hgljsd4
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
vite-plugin-compression: 0.5.1_vite@3.2.2 vite-plugin-compression: 0.5.1_vite@3.2.3
vite-plugin-html: 3.2.0_vite@3.2.2 vite-plugin-html: 3.2.0_vite@3.2.3
vite-plugin-mkcert: 1.10.1_vite@3.2.2 vite-plugin-mkcert: 1.10.1_vite@3.2.3
vite-plugin-mock: 2.9.6_47f1b5cb6cb4bed8d9e398de281eda0b vite-plugin-mock: 2.9.6_qj5sox3st75utfpfnxdchh4ucq
vite-plugin-purge-icons: 0.9.1_vite@3.2.2 vite-plugin-purge-icons: 0.9.1_vite@3.2.3
vite-plugin-pwa: 0.13.2_vite@3.2.2 vite-plugin-pwa: 0.13.3_vite@3.2.3
vite-plugin-style-import: 2.0.0_vite@3.2.2 vite-plugin-style-import: 2.0.0_vite@3.2.3
vite-plugin-svg-icons: 2.0.1_vite@3.2.2 vite-plugin-svg-icons: 2.0.1_vite@3.2.3
vite-plugin-theme: 0.8.6_vite@3.2.2 vite-plugin-theme: 0.8.6_vite@3.2.3
vite-plugin-vue-setup-extend: 0.4.0_vite@3.2.2 vite-plugin-vue-setup-extend: 0.4.0_vite@3.2.3
vite-plugin-windicss: 1.8.8_vite@3.2.2 vite-plugin-windicss: 1.8.8_vite@3.2.3
vue-eslint-parser: 9.1.0_eslint@8.26.0 vue-eslint-parser: 9.1.0_eslint@8.27.0
vue-tsc: 1.0.9_typescript@4.8.4 vue-tsc: 1.0.9_typescript@4.8.4
packages: packages:
...@@ -314,11 +314,11 @@ packages: ...@@ -314,11 +314,11 @@ packages:
dependencies: dependencies:
'@ampproject/remapping': 2.2.0 '@ampproject/remapping': 2.2.0
'@babel/code-frame': 7.18.6 '@babel/code-frame': 7.18.6
'@babel/generator': 7.20.2 '@babel/generator': 7.20.3
'@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2
'@babel/helper-module-transforms': 7.20.2 '@babel/helper-module-transforms': 7.20.2
'@babel/helpers': 7.20.1 '@babel/helpers': 7.20.1
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@babel/template': 7.18.10 '@babel/template': 7.18.10
'@babel/traverse': 7.20.1 '@babel/traverse': 7.20.1
'@babel/types': 7.20.2 '@babel/types': 7.20.2
...@@ -331,8 +331,8 @@ packages: ...@@ -331,8 +331,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@babel/generator/7.20.2: /@babel/generator/7.20.3:
resolution: {integrity: sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==} resolution: {integrity: sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.20.2 '@babel/types': 7.20.2
...@@ -534,12 +534,10 @@ packages: ...@@ -534,12 +534,10 @@ packages:
/@babel/helper-string-parser/7.19.4: /@babel/helper-string-parser/7.19.4:
resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: true
/@babel/helper-validator-identifier/7.19.1: /@babel/helper-validator-identifier/7.19.1:
resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: true
/@babel/helper-validator-option/7.18.6: /@babel/helper-validator-option/7.18.6:
resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==}
...@@ -578,10 +576,12 @@ packages: ...@@ -578,10 +576,12 @@ packages:
js-tokens: 4.0.0 js-tokens: 4.0.0
dev: true dev: true
/@babel/parser/7.20.2: /@babel/parser/7.20.3:
resolution: {integrity: sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==} resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
hasBin: true hasBin: true
dependencies:
'@babel/types': 7.20.2
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2:
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
...@@ -724,7 +724,7 @@ packages: ...@@ -724,7 +724,7 @@ packages:
'@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2
'@babel/helper-plugin-utils': 7.20.2 '@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2
'@babel/plugin-transform-parameters': 7.20.1_@babel+core@7.20.2 '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2
dev: true dev: true
/@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2: /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2:
...@@ -1204,8 +1204,8 @@ packages: ...@@ -1204,8 +1204,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@babel/plugin-transform-parameters/7.20.1_@babel+core@7.20.2: /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2:
resolution: {integrity: sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ==} resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
peerDependencies: peerDependencies:
'@babel/core': ^7.0.0-0 '@babel/core': ^7.0.0-0
...@@ -1395,7 +1395,7 @@ packages: ...@@ -1395,7 +1395,7 @@ packages:
'@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2 '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2
'@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2 '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2
'@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2
'@babel/plugin-transform-parameters': 7.20.1_@babel+core@7.20.2 '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2
'@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2
'@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2 '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2
'@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2 '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2
...@@ -1436,8 +1436,8 @@ packages: ...@@ -1436,8 +1436,8 @@ packages:
dependencies: dependencies:
regenerator-runtime: 0.13.10 regenerator-runtime: 0.13.10
/@babel/standalone/7.20.2: /@babel/standalone/7.20.3:
resolution: {integrity: sha512-oQX2oyEZCKzOaLImmg3NMm+1DFDm1pIkAme3xCvi170oYCzr5GazANyzFrsV4+9jup6b5uXlgIghXWGGUUEzSQ==} resolution: {integrity: sha512-u6VIhdacVpqVhBhSo21TRb1zcCdnPPyBsIC2LLnLnbmuJxlLsmGMAlLh+Xcsaqko4aGZrAtXIvTaMIQtUBkE8A==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: true dev: true
...@@ -1446,7 +1446,7 @@ packages: ...@@ -1446,7 +1446,7 @@ packages:
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/code-frame': 7.18.6 '@babel/code-frame': 7.18.6
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@babel/types': 7.20.2 '@babel/types': 7.20.2
dev: true dev: true
...@@ -1455,12 +1455,12 @@ packages: ...@@ -1455,12 +1455,12 @@ packages:
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/code-frame': 7.18.6 '@babel/code-frame': 7.18.6
'@babel/generator': 7.20.2 '@babel/generator': 7.20.3
'@babel/helper-environment-visitor': 7.18.9 '@babel/helper-environment-visitor': 7.18.9
'@babel/helper-function-name': 7.19.0 '@babel/helper-function-name': 7.19.0
'@babel/helper-hoist-variables': 7.18.6 '@babel/helper-hoist-variables': 7.18.6
'@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@babel/types': 7.20.2 '@babel/types': 7.20.2
debug: 4.3.4 debug: 4.3.4
globals: 11.12.0 globals: 11.12.0
...@@ -1475,14 +1475,13 @@ packages: ...@@ -1475,14 +1475,13 @@ packages:
'@babel/helper-string-parser': 7.19.4 '@babel/helper-string-parser': 7.19.4
'@babel/helper-validator-identifier': 7.19.1 '@babel/helper-validator-identifier': 7.19.1
to-fast-properties: 2.0.0 to-fast-properties: 2.0.0
dev: true
/@codemirror/autocomplete/6.3.0: /@codemirror/autocomplete/6.3.0:
resolution: {integrity: sha512-4jEvh3AjJZTDKazd10J6ZsCIqaYxDMCeua5ouQxY8hlFIml+nr7le0SgBhT3SIytFBmdzPK3AUhXGuW3T79nVg==} resolution: {integrity: sha512-4jEvh3AjJZTDKazd10J6ZsCIqaYxDMCeua5ouQxY8hlFIml+nr7le0SgBhT3SIytFBmdzPK3AUhXGuW3T79nVg==}
dependencies: dependencies:
'@codemirror/language': 6.3.0 '@codemirror/language': 6.3.0
'@codemirror/state': 6.1.2 '@codemirror/state': 6.1.2
'@codemirror/view': 6.4.0 '@codemirror/view': 6.4.1
'@lezer/common': 1.0.1 '@lezer/common': 1.0.1
dev: false dev: false
...@@ -1491,7 +1490,7 @@ packages: ...@@ -1491,7 +1490,7 @@ packages:
dependencies: dependencies:
'@codemirror/language': 6.3.0 '@codemirror/language': 6.3.0
'@codemirror/state': 6.1.2 '@codemirror/state': 6.1.2
'@codemirror/view': 6.4.0 '@codemirror/view': 6.4.1
'@lezer/common': 1.0.1 '@lezer/common': 1.0.1
dev: false dev: false
...@@ -1499,10 +1498,10 @@ packages: ...@@ -1499,10 +1498,10 @@ packages:
resolution: {integrity: sha512-6jOE5DEt6sKD46SXhn3xPbBehn+l48ACcA6Uxs2k+E2YNH9XGF5WdGMTYr2DlggfK4h0QZBK6zEb5S7lkTriWA==} resolution: {integrity: sha512-6jOE5DEt6sKD46SXhn3xPbBehn+l48ACcA6Uxs2k+E2YNH9XGF5WdGMTYr2DlggfK4h0QZBK6zEb5S7lkTriWA==}
dependencies: dependencies:
'@codemirror/state': 6.1.2 '@codemirror/state': 6.1.2
'@codemirror/view': 6.4.0 '@codemirror/view': 6.4.1
'@lezer/common': 1.0.1 '@lezer/common': 1.0.1
'@lezer/highlight': 1.1.2 '@lezer/highlight': 1.1.2
'@lezer/lr': 1.2.3 '@lezer/lr': 1.2.4
style-mod: 4.0.0 style-mod: 4.0.0
dev: false dev: false
...@@ -1510,7 +1509,7 @@ packages: ...@@ -1510,7 +1509,7 @@ packages:
resolution: {integrity: sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==} resolution: {integrity: sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==}
dependencies: dependencies:
'@codemirror/state': 6.1.2 '@codemirror/state': 6.1.2
'@codemirror/view': 6.4.0 '@codemirror/view': 6.4.1
crelt: 1.0.5 crelt: 1.0.5
dev: false dev: false
...@@ -1518,7 +1517,7 @@ packages: ...@@ -1518,7 +1517,7 @@ packages:
resolution: {integrity: sha512-2pWY599zXk+lSoJ2iv9EuTO4gB7lhgBPLPwFb/zTbimFH4NmZSaKzJSV51okjABZ7/Rj0DYy5klWbIgaJh2LoQ==} resolution: {integrity: sha512-2pWY599zXk+lSoJ2iv9EuTO4gB7lhgBPLPwFb/zTbimFH4NmZSaKzJSV51okjABZ7/Rj0DYy5klWbIgaJh2LoQ==}
dependencies: dependencies:
'@codemirror/state': 6.1.2 '@codemirror/state': 6.1.2
'@codemirror/view': 6.4.0 '@codemirror/view': 6.4.1
crelt: 1.0.5 crelt: 1.0.5
dev: false dev: false
...@@ -1526,8 +1525,8 @@ packages: ...@@ -1526,8 +1525,8 @@ packages:
resolution: {integrity: sha512-Mxff85Hp5va+zuj+H748KbubXjrinX/k28lj43H14T2D0+4kuvEFIEIO7hCEcvBT8ubZyIelt9yGOjj2MWOEQA==} resolution: {integrity: sha512-Mxff85Hp5va+zuj+H748KbubXjrinX/k28lj43H14T2D0+4kuvEFIEIO7hCEcvBT8ubZyIelt9yGOjj2MWOEQA==}
dev: false dev: false
/@codemirror/view/6.4.0: /@codemirror/view/6.4.1:
resolution: {integrity: sha512-Kv32b6Tn7QVwFbj/EDswTLSocjk5kgggF6zzBFAL4o4hZ/vmtFD155+EjH1pVlbfoDyVC2M6SedPsMrwYscgNg==} resolution: {integrity: sha512-QdBpD6E5HYx6YFXXhqwrRyQ83w7CxWZnchM4QpWBVkkmV7/oJT8N+yz2KAi2iRaLObc/aOf7C2RCQTO2yswF8A==}
dependencies: dependencies:
'@codemirror/state': 6.1.2 '@codemirror/state': 6.1.2
style-mod: 4.0.0 style-mod: 4.0.0
...@@ -1619,10 +1618,10 @@ packages: ...@@ -1619,10 +1618,10 @@ packages:
'@types/node': 14.18.33 '@types/node': 14.18.33
chalk: 4.1.2 chalk: 4.1.2
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
cosmiconfig-typescript-loader: 4.2.0_30426e062a60145f33ada27f2111796e cosmiconfig-typescript-loader: 4.2.0_gbbg4brkmakf6m5nuj7scelzny
lodash: 4.17.21 lodash: 4.17.21
resolve-from: 5.0.0 resolve-from: 5.0.0
ts-node: 10.9.1_c386e8b7aaca4ce6057194a7156a4f00 ts-node: 10.9.1_yodorn5kzjgomblrsstrk2spaa
typescript: 4.8.4 typescript: 4.8.4
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
...@@ -1703,7 +1702,7 @@ packages: ...@@ -1703,7 +1702,7 @@ packages:
'@jridgewell/trace-mapping': 0.3.9 '@jridgewell/trace-mapping': 0.3.9
dev: true dev: true
/@csstools/selector-specificity/2.0.2_1d546e2941f6b4ca889831b9fbdc79d8: /@csstools/selector-specificity/2.0.2_dvkg4kkb622mvceygg47xxdz3a:
resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==}
engines: {node: ^12 || ^14 || >=16} engines: {node: ^12 || ^14 || >=16}
peerDependencies: peerDependencies:
...@@ -1743,7 +1742,7 @@ packages: ...@@ -1743,7 +1742,7 @@ packages:
dependencies: dependencies:
ajv: 6.12.6 ajv: 6.12.6
debug: 4.3.4 debug: 4.3.4
espree: 9.4.0 espree: 9.4.1
globals: 13.17.0 globals: 13.17.0
ignore: 5.2.0 ignore: 5.2.0
import-fresh: 3.3.0 import-fresh: 3.3.0
...@@ -1790,8 +1789,8 @@ packages: ...@@ -1790,8 +1789,8 @@ packages:
/@iconify/iconify/2.2.1: /@iconify/iconify/2.2.1:
resolution: {integrity: sha512-WJzw+3iicrF/tbjbxxRinSgy5FHdJoz/egTqwi3xCDkNRJPq482RX1iyaWrjNuY2vMNSPkQMuqHvZDXgA+WnwQ==} resolution: {integrity: sha512-WJzw+3iicrF/tbjbxxRinSgy5FHdJoz/egTqwi3xCDkNRJPq482RX1iyaWrjNuY2vMNSPkQMuqHvZDXgA+WnwQ==}
/@iconify/json/2.1.133: /@iconify/json/2.1.134:
resolution: {integrity: sha512-m/BRPD74mGJNrQXByCK40VymdGocBko3SmPCIp3IV2mRY9EWa3tmCnn+HpqsMg0IZJAWMi9dQfI8bIShs+ZSrg==} resolution: {integrity: sha512-vqz3quli1lcFogDyu3H7mHyPjub+bZv8dJaR1lRk1gzblKBPlKoHhC0VaAjSMiA5L6toqXQRp7osjulB4JkA5Q==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
pathe: 0.3.9 pathe: 0.3.9
...@@ -1901,8 +1900,8 @@ packages: ...@@ -1901,8 +1900,8 @@ packages:
'@lezer/common': 1.0.1 '@lezer/common': 1.0.1
dev: false dev: false
/@lezer/lr/1.2.3: /@lezer/lr/1.2.4:
resolution: {integrity: sha512-qpB7rBzH8f6Mzjv2AVZRahcm+2Cf7nbIH++uXbvVOL1yIRvVWQ3HAM/saeBLCyz/togB7LGo76qdJYL1uKQlqA==} resolution: {integrity: sha512-L/52/oMJBFXXx8qBYF4UgktLP2geQ/qn5Fd8+5L/mqlLLCB9+qdKktFAtejd9FdFMaFx6lrP5rmLz4sN3Kplcg==}
dependencies: dependencies:
'@lezer/common': 1.0.1 '@lezer/common': 1.0.1
dev: false dev: false
...@@ -2085,7 +2084,7 @@ packages: ...@@ -2085,7 +2084,7 @@ packages:
'@iconify/iconify': 2.2.1 '@iconify/iconify': 2.2.1
dev: true dev: true
/@rollup/plugin-babel/5.3.1_@babel+core@7.20.2+rollup@2.79.1: /@rollup/plugin-babel/5.3.1_rw3hudt2pmn5afxog7l3b6qtze:
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
peerDependencies: peerDependencies:
...@@ -2142,6 +2141,16 @@ packages: ...@@ -2142,6 +2141,16 @@ packages:
rollup: 2.79.1 rollup: 2.79.1
dev: true dev: true
/@rollup/plugin-replace/4.0.0_rollup@2.79.1:
resolution: {integrity: sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
'@rollup/pluginutils': 3.1.0_rollup@2.79.1
magic-string: 0.25.9
rollup: 2.79.1
dev: true
/@rollup/pluginutils/3.1.0_rollup@2.79.1: /@rollup/pluginutils/3.1.0_rollup@2.79.1:
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines: {node: '>= 8.0.0'} engines: {node: '>= 8.0.0'}
...@@ -2384,9 +2393,8 @@ packages: ...@@ -2384,9 +2393,8 @@ packages:
/@types/web-bluetooth/0.0.16: /@types/web-bluetooth/0.0.16:
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
dev: false
/@typescript-eslint/eslint-plugin/5.42.0_f5eddb1b5bef116e6689568bbae0b1cd: /@typescript-eslint/eslint-plugin/5.42.0_ofgjrzjuekeo7s3hdyz2yuzw34:
resolution: {integrity: sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==} resolution: {integrity: sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
...@@ -2397,12 +2405,12 @@ packages: ...@@ -2397,12 +2405,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.42.0_eslint@8.26.0+typescript@4.8.4 '@typescript-eslint/parser': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/scope-manager': 5.42.0 '@typescript-eslint/scope-manager': 5.42.0
'@typescript-eslint/type-utils': 5.42.0_eslint@8.26.0+typescript@4.8.4 '@typescript-eslint/type-utils': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/utils': 5.42.0_eslint@8.26.0+typescript@4.8.4 '@typescript-eslint/utils': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
debug: 4.3.4 debug: 4.3.4
eslint: 8.26.0 eslint: 8.27.0
ignore: 5.2.0 ignore: 5.2.0
natural-compare-lite: 1.4.0 natural-compare-lite: 1.4.0
regexpp: 3.2.0 regexpp: 3.2.0
...@@ -2413,7 +2421,7 @@ packages: ...@@ -2413,7 +2421,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser/5.42.0_eslint@8.26.0+typescript@4.8.4: /@typescript-eslint/parser/5.42.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==} resolution: {integrity: sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
...@@ -2427,7 +2435,7 @@ packages: ...@@ -2427,7 +2435,7 @@ packages:
'@typescript-eslint/types': 5.42.0 '@typescript-eslint/types': 5.42.0
'@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4
debug: 4.3.4 debug: 4.3.4
eslint: 8.26.0 eslint: 8.27.0
typescript: 4.8.4 typescript: 4.8.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -2441,7 +2449,7 @@ packages: ...@@ -2441,7 +2449,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.42.0 '@typescript-eslint/visitor-keys': 5.42.0
dev: true dev: true
/@typescript-eslint/type-utils/5.42.0_eslint@8.26.0+typescript@4.8.4: /@typescript-eslint/type-utils/5.42.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==} resolution: {integrity: sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
...@@ -2452,9 +2460,9 @@ packages: ...@@ -2452,9 +2460,9 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4
'@typescript-eslint/utils': 5.42.0_eslint@8.26.0+typescript@4.8.4 '@typescript-eslint/utils': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
debug: 4.3.4 debug: 4.3.4
eslint: 8.26.0 eslint: 8.27.0
tsutils: 3.21.0_typescript@4.8.4 tsutils: 3.21.0_typescript@4.8.4
typescript: 4.8.4 typescript: 4.8.4
transitivePeerDependencies: transitivePeerDependencies:
...@@ -2487,7 +2495,7 @@ packages: ...@@ -2487,7 +2495,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils/5.42.0_eslint@8.26.0+typescript@4.8.4: /@typescript-eslint/utils/5.42.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==} resolution: {integrity: sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
...@@ -2498,9 +2506,9 @@ packages: ...@@ -2498,9 +2506,9 @@ packages:
'@typescript-eslint/scope-manager': 5.42.0 '@typescript-eslint/scope-manager': 5.42.0
'@typescript-eslint/types': 5.42.0 '@typescript-eslint/types': 5.42.0
'@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4
eslint: 8.26.0 eslint: 8.27.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.26.0 eslint-utils: 3.0.0_eslint@8.27.0
semver: 7.3.8 semver: 7.3.8
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -2515,20 +2523,20 @@ packages: ...@@ -2515,20 +2523,20 @@ packages:
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
dev: true dev: true
/@vitejs/plugin-legacy/2.3.0_terser@5.15.1+vite@3.2.2: /@vitejs/plugin-legacy/2.3.1_terser@5.15.1+vite@3.2.3:
resolution: {integrity: sha512-Bh62i0gzQvvT8AeAAb78nOnqSYXypkRmQmOTImdPZ39meHR9e2une3AIFmVo4s1SDmcmJ6qj18Sa/lRc/14KaA==} resolution: {integrity: sha512-J5KaGBlSt2tEYPVjM/C8dA6DkRzkFkbPe+Xb4IX5G+XOV5OGbVAfkMjKywdrkO3gGynO8S98i71Lmsff4cWkCQ==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
terser: ^5.4.0 terser: ^5.4.0
vite: ^3.0.0 vite: ^3.0.0
dependencies: dependencies:
'@babel/standalone': 7.20.2 '@babel/standalone': 7.20.3
core-js: 3.26.0 core-js: 3.26.0
magic-string: 0.26.7 magic-string: 0.26.7
regenerator-runtime: 0.13.10 regenerator-runtime: 0.13.10
systemjs: 6.13.0 systemjs: 6.13.0
terser: 5.15.1 terser: 5.15.1
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
dev: true dev: true
/@vitejs/plugin-vue-jsx/1.3.10: /@vitejs/plugin-vue-jsx/1.3.10:
...@@ -2545,14 +2553,14 @@ packages: ...@@ -2545,14 +2553,14 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@vitejs/plugin-vue/3.2.0_vite@3.2.2+vue@3.2.41: /@vitejs/plugin-vue/3.2.0_vite@3.2.3+vue@3.2.41:
resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==} resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
vite: ^3.0.0 vite: ^3.0.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
vue: 3.2.41 vue: 3.2.41
dev: true dev: true
...@@ -2620,7 +2628,7 @@ packages: ...@@ -2620,7 +2628,7 @@ packages:
/@vue/compiler-core/3.2.31: /@vue/compiler-core/3.2.31:
resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==} resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==}
dependencies: dependencies:
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@vue/shared': 3.2.31 '@vue/shared': 3.2.31
estree-walker: 2.0.2 estree-walker: 2.0.2
source-map: 0.6.1 source-map: 0.6.1
...@@ -2629,7 +2637,7 @@ packages: ...@@ -2629,7 +2637,7 @@ packages:
/@vue/compiler-core/3.2.41: /@vue/compiler-core/3.2.41:
resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==} resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==}
dependencies: dependencies:
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@vue/shared': 3.2.41 '@vue/shared': 3.2.41
estree-walker: 2.0.2 estree-walker: 2.0.2
source-map: 0.6.1 source-map: 0.6.1
...@@ -2650,7 +2658,7 @@ packages: ...@@ -2650,7 +2658,7 @@ packages:
/@vue/compiler-sfc/3.2.31: /@vue/compiler-sfc/3.2.31:
resolution: {integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==} resolution: {integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==}
dependencies: dependencies:
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@vue/compiler-core': 3.2.31 '@vue/compiler-core': 3.2.31
'@vue/compiler-dom': 3.2.31 '@vue/compiler-dom': 3.2.31
'@vue/compiler-ssr': 3.2.31 '@vue/compiler-ssr': 3.2.31
...@@ -2665,7 +2673,7 @@ packages: ...@@ -2665,7 +2673,7 @@ packages:
/@vue/compiler-sfc/3.2.41: /@vue/compiler-sfc/3.2.41:
resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==} resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==}
dependencies: dependencies:
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@vue/compiler-core': 3.2.41 '@vue/compiler-core': 3.2.41
'@vue/compiler-dom': 3.2.41 '@vue/compiler-dom': 3.2.41
'@vue/compiler-ssr': 3.2.41 '@vue/compiler-ssr': 3.2.41
...@@ -2696,7 +2704,7 @@ packages: ...@@ -2696,7 +2704,7 @@ packages:
/@vue/reactivity-transform/3.2.31: /@vue/reactivity-transform/3.2.31:
resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==} resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==}
dependencies: dependencies:
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@vue/compiler-core': 3.2.31 '@vue/compiler-core': 3.2.31
'@vue/shared': 3.2.31 '@vue/shared': 3.2.31
estree-walker: 2.0.2 estree-walker: 2.0.2
...@@ -2706,7 +2714,7 @@ packages: ...@@ -2706,7 +2714,7 @@ packages:
/@vue/reactivity-transform/3.2.41: /@vue/reactivity-transform/3.2.41:
resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==} resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==}
dependencies: dependencies:
'@babel/parser': 7.20.2 '@babel/parser': 7.20.3
'@vue/compiler-core': 3.2.41 '@vue/compiler-core': 3.2.41
'@vue/shared': 3.2.41 '@vue/shared': 3.2.41
estree-walker: 2.0.2 estree-walker: 2.0.2
...@@ -2722,7 +2730,6 @@ packages: ...@@ -2722,7 +2730,6 @@ packages:
dependencies: dependencies:
'@vue/reactivity': 3.2.41 '@vue/reactivity': 3.2.41
'@vue/shared': 3.2.41 '@vue/shared': 3.2.41
dev: false
/@vue/runtime-dom/3.2.41: /@vue/runtime-dom/3.2.41:
resolution: {integrity: sha512-U7zYuR1NVIP8BL6jmOqmapRAHovEFp7CSw4pR2FacqewXNGqZaRfHoNLQsqQvVQ8yuZNZtxSZy0FFyC70YXPpA==} resolution: {integrity: sha512-U7zYuR1NVIP8BL6jmOqmapRAHovEFp7CSw4pR2FacqewXNGqZaRfHoNLQsqQvVQ8yuZNZtxSZy0FFyC70YXPpA==}
...@@ -2730,7 +2737,6 @@ packages: ...@@ -2730,7 +2737,6 @@ packages:
'@vue/runtime-core': 3.2.41 '@vue/runtime-core': 3.2.41
'@vue/shared': 3.2.41 '@vue/shared': 3.2.41
csstype: 2.6.21 csstype: 2.6.21
dev: false
/@vue/server-renderer/3.2.41_vue@3.2.41: /@vue/server-renderer/3.2.41_vue@3.2.41:
resolution: {integrity: sha512-7YHLkfJdTlsZTV0ae5sPwl9Gn/EGr2hrlbcS/8naXm2CDpnKUwC68i1wGlrYAfIgYWL7vUZwk2GkYLQH5CvFig==} resolution: {integrity: sha512-7YHLkfJdTlsZTV0ae5sPwl9Gn/EGr2hrlbcS/8naXm2CDpnKUwC68i1wGlrYAfIgYWL7vUZwk2GkYLQH5CvFig==}
...@@ -2740,7 +2746,6 @@ packages: ...@@ -2740,7 +2746,6 @@ packages:
'@vue/compiler-ssr': 3.2.41 '@vue/compiler-ssr': 3.2.41
'@vue/shared': 3.2.41 '@vue/shared': 3.2.41
vue: 3.2.41 vue: 3.2.41
dev: false
/@vue/shared/3.2.31: /@vue/shared/3.2.31:
resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==} resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==}
...@@ -2767,11 +2772,9 @@ packages: ...@@ -2767,11 +2772,9 @@ packages:
transitivePeerDependencies: transitivePeerDependencies:
- '@vue/composition-api' - '@vue/composition-api'
- vue - vue
dev: false
/@vueuse/metadata/9.4.0: /@vueuse/metadata/9.4.0:
resolution: {integrity: sha512-7GKMdGAsJyQJl35MYOz/RDpP0FxuiZBRDSN79QIPbdqYx4Sd0sVTnIC68KJ6Oln0t0SouvSUMvRHuno216Ud2Q==} resolution: {integrity: sha512-7GKMdGAsJyQJl35MYOz/RDpP0FxuiZBRDSN79QIPbdqYx4Sd0sVTnIC68KJ6Oln0t0SouvSUMvRHuno216Ud2Q==}
dev: false
/@vueuse/shared/9.4.0_vue@3.2.41: /@vueuse/shared/9.4.0_vue@3.2.41:
resolution: {integrity: sha512-fTuem51KwMCnqUKkI8B57qAIMcFovtGgsCtAeqxIzH3i6nE9VYge+gVfneNHAAy7lj8twbkNfqQSygOPJTm4tQ==} resolution: {integrity: sha512-fTuem51KwMCnqUKkI8B57qAIMcFovtGgsCtAeqxIzH3i6nE9VYge+gVfneNHAAy7lj8twbkNfqQSygOPJTm4tQ==}
...@@ -2780,7 +2783,6 @@ packages: ...@@ -2780,7 +2783,6 @@ packages:
transitivePeerDependencies: transitivePeerDependencies:
- '@vue/composition-api' - '@vue/composition-api'
- vue - vue
dev: false
/@windicss/config/1.8.8: /@windicss/config/1.8.8:
resolution: {integrity: sha512-kNas/zMkwsDFMcJPmHoPDJlQi1MHvYwx8BSxo9JKcbCW7Gaj8Rg2CnEImX5YdT+ZcFQqQ+kUn0Vi/ScsAxhGEw==} resolution: {integrity: sha512-kNas/zMkwsDFMcJPmHoPDJlQi1MHvYwx8BSxo9JKcbCW7Gaj8Rg2CnEImX5YdT+ZcFQqQ+kUn0Vi/ScsAxhGEw==}
...@@ -2923,8 +2925,8 @@ packages: ...@@ -2923,8 +2925,8 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/ant-design-vue/3.2.13_vue@3.2.41: /ant-design-vue/3.2.14_vue@3.2.41:
resolution: {integrity: sha512-zO+0hhu5LN+UQOL9L+7Wlpj3WZcG6DT41OyuMJNS6Ja3impLNR2d1UwAVXr+eRdMd3TKd6dRc+KYn5/XTS9K8Q==} resolution: {integrity: sha512-v4qeZGpmONUOvz6lyp/fJVoVthqV16CiG1rGrUZVB2IgRjCy59y2/F+RA67ZSJmjGIvqsE+tLoPmjJ0HVXg9XA==}
engines: {node: '>=12.22.0'} engines: {node: '>=12.22.0'}
peerDependencies: peerDependencies:
vue: '>=3.2.0' vue: '>=3.2.0'
...@@ -3040,7 +3042,7 @@ packages: ...@@ -3040,7 +3042,7 @@ packages:
postcss: ^8.1.0 postcss: ^8.1.0
dependencies: dependencies:
browserslist: 4.21.4 browserslist: 4.21.4
caniuse-lite: 1.0.30001430 caniuse-lite: 1.0.30001431
fraction.js: 4.2.0 fraction.js: 4.2.0
normalize-range: 0.1.2 normalize-range: 0.1.2
picocolors: 1.0.0 picocolors: 1.0.0
...@@ -3201,6 +3203,8 @@ packages: ...@@ -3201,6 +3203,8 @@ packages:
snapdragon-node: 2.1.1 snapdragon-node: 2.1.1
split-string: 3.1.0 split-string: 3.1.0
to-regex: 3.0.2 to-regex: 3.0.2
transitivePeerDependencies:
- supports-color
dev: true dev: true
/braces/3.0.2: /braces/3.0.2:
...@@ -3215,7 +3219,7 @@ packages: ...@@ -3215,7 +3219,7 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001430 caniuse-lite: 1.0.30001431
electron-to-chromium: 1.4.284 electron-to-chromium: 1.4.284
node-releases: 2.0.6 node-releases: 2.0.6
update-browserslist-db: 1.0.10_browserslist@4.21.4 update-browserslist-db: 1.0.10_browserslist@4.21.4
...@@ -3315,8 +3319,8 @@ packages: ...@@ -3315,8 +3319,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/caniuse-lite/1.0.30001430: /caniuse-lite/1.0.30001431:
resolution: {integrity: sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==} resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==}
dev: true dev: true
/capital-case/1.0.4: /capital-case/1.0.4:
...@@ -3515,7 +3519,7 @@ packages: ...@@ -3515,7 +3519,7 @@ packages:
'@codemirror/lint': 6.0.0 '@codemirror/lint': 6.0.0
'@codemirror/search': 6.2.2 '@codemirror/search': 6.2.2
'@codemirror/state': 6.1.2 '@codemirror/state': 6.1.2
'@codemirror/view': 6.4.0 '@codemirror/view': 6.4.1
dev: false dev: false
/codepage/1.15.0: /codepage/1.15.0:
...@@ -3575,7 +3579,6 @@ packages: ...@@ -3575,7 +3579,6 @@ packages:
/commander/9.4.1: /commander/9.4.1:
resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==}
engines: {node: ^12.20.0 || >=14} engines: {node: ^12.20.0 || >=14}
dev: false
/commitizen/4.2.5: /commitizen/4.2.5:
resolution: {integrity: sha512-9sXju8Qrz1B4Tw7kC5KhnvwYQN88qs2zbiB8oyMsnXZyJ24PPGiNM3nHr73d32dnE3i8VJEXddBFIbOgYSEXtQ==} resolution: {integrity: sha512-9sXju8Qrz1B4Tw7kC5KhnvwYQN88qs2zbiB8oyMsnXZyJ24PPGiNM3nHr73d32dnE3i8VJEXddBFIbOgYSEXtQ==}
...@@ -3638,6 +3641,8 @@ packages: ...@@ -3638,6 +3641,8 @@ packages:
finalhandler: 1.1.2 finalhandler: 1.1.2
parseurl: 1.3.3 parseurl: 1.3.3
utils-merge: 1.0.1 utils-merge: 1.0.1
transitivePeerDependencies:
- supports-color
dev: true dev: true
/consola/2.15.3: /consola/2.15.3:
...@@ -3819,8 +3824,8 @@ packages: ...@@ -3819,8 +3824,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
dependencies: dependencies:
is-text-path: 1.0.1
JSONStream: 1.3.5 JSONStream: 1.3.5
is-text-path: 1.0.1
lodash: 4.17.21 lodash: 4.17.21
meow: 8.1.2 meow: 8.1.2
split2: 3.2.2 split2: 3.2.2
...@@ -3864,7 +3869,7 @@ packages: ...@@ -3864,7 +3869,7 @@ packages:
vary: 1.1.2 vary: 1.1.2
dev: true dev: true
/cosmiconfig-typescript-loader/4.2.0_30426e062a60145f33ada27f2111796e: /cosmiconfig-typescript-loader/4.2.0_gbbg4brkmakf6m5nuj7scelzny:
resolution: {integrity: sha512-NkANeMnaHrlaSSlpKGyvn2R4rqUDeE/9E5YHx+b4nwo0R8dZyAqcih8/gxpCZvqWP9Vf6xuLpMSzSgdVEIM78g==} resolution: {integrity: sha512-NkANeMnaHrlaSSlpKGyvn2R4rqUDeE/9E5YHx+b4nwo0R8dZyAqcih8/gxpCZvqWP9Vf6xuLpMSzSgdVEIM78g==}
engines: {node: '>=12', npm: '>=6'} engines: {node: '>=12', npm: '>=6'}
peerDependencies: peerDependencies:
...@@ -3875,7 +3880,7 @@ packages: ...@@ -3875,7 +3880,7 @@ packages:
dependencies: dependencies:
'@types/node': 14.18.33 '@types/node': 14.18.33
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
ts-node: 10.9.1_c386e8b7aaca4ce6057194a7156a4f00 ts-node: 10.9.1_yodorn5kzjgomblrsstrk2spaa
typescript: 4.8.4 typescript: 4.8.4
dev: true dev: true
...@@ -3996,7 +4001,6 @@ packages: ...@@ -3996,7 +4001,6 @@ packages:
/csstype/2.6.21: /csstype/2.6.21:
resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==}
dev: false
/cz-conventional-changelog/3.3.0: /cz-conventional-changelog/3.3.0:
resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==} resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==}
...@@ -4051,11 +4055,21 @@ packages: ...@@ -4051,11 +4055,21 @@ packages:
/debug/2.6.9: /debug/2.6.9:
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies: dependencies:
ms: 2.0.0 ms: 2.0.0
/debug/3.2.7: /debug/3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies: dependencies:
ms: 2.1.3 ms: 2.1.3
...@@ -4718,16 +4732,16 @@ packages: ...@@ -4718,16 +4732,16 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/eslint-config-prettier/8.5.0_eslint@8.26.0: /eslint-config-prettier/8.5.0_eslint@8.27.0:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
eslint: 8.26.0 eslint: 8.27.0
dev: true dev: true
/eslint-plugin-prettier/4.2.1_03516513155bd96520649d3136b95513: /eslint-plugin-prettier/4.2.1_v7o5sx5x3wbs57ifz6wc4f76we:
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -4738,25 +4752,25 @@ packages: ...@@ -4738,25 +4752,25 @@ packages:
eslint-config-prettier: eslint-config-prettier:
optional: true optional: true
dependencies: dependencies:
eslint: 8.26.0 eslint: 8.27.0
eslint-config-prettier: 8.5.0_eslint@8.26.0 eslint-config-prettier: 8.5.0_eslint@8.27.0
prettier: 2.7.1 prettier: 2.7.1
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
/eslint-plugin-vue/9.7.0_eslint@8.26.0: /eslint-plugin-vue/9.7.0_eslint@8.27.0:
resolution: {integrity: sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==} resolution: {integrity: sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^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.26.0 eslint: 8.27.0
eslint-utils: 3.0.0_eslint@8.26.0 eslint-utils: 3.0.0_eslint@8.27.0
natural-compare: 1.4.0 natural-compare: 1.4.0
nth-check: 2.1.1 nth-check: 2.1.1
postcss-selector-parser: 6.0.10 postcss-selector-parser: 6.0.10
semver: 7.3.8 semver: 7.3.8
vue-eslint-parser: 9.1.0_eslint@8.26.0 vue-eslint-parser: 9.1.0_eslint@8.27.0
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -4778,13 +4792,13 @@ packages: ...@@ -4778,13 +4792,13 @@ packages:
estraverse: 5.3.0 estraverse: 5.3.0
dev: true dev: true
/eslint-utils/3.0.0_eslint@8.26.0: /eslint-utils/3.0.0_eslint@8.27.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.26.0 eslint: 8.27.0
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
dev: true dev: true
...@@ -4798,8 +4812,8 @@ packages: ...@@ -4798,8 +4812,8 @@ 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.26.0: /eslint/8.27.0:
resolution: {integrity: sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==} resolution: {integrity: sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==}
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:
...@@ -4814,9 +4828,9 @@ packages: ...@@ -4814,9 +4828,9 @@ packages:
doctrine: 3.0.0 doctrine: 3.0.0
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-utils: 3.0.0_eslint@8.26.0 eslint-utils: 3.0.0_eslint@8.27.0
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.4.0 espree: 9.4.1
esquery: 1.4.0 esquery: 1.4.0
esutils: 2.0.3 esutils: 2.0.3
fast-deep-equal: 3.1.3 fast-deep-equal: 3.1.3
...@@ -4857,8 +4871,8 @@ packages: ...@@ -4857,8 +4871,8 @@ packages:
import-meta-resolve: 1.1.1 import-meta-resolve: 1.1.1
dev: true dev: true
/espree/9.4.0: /espree/9.4.1:
resolution: {integrity: sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==} resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
acorn: 8.8.1 acorn: 8.8.1
...@@ -4938,6 +4952,8 @@ packages: ...@@ -4938,6 +4952,8 @@ packages:
regex-not: 1.0.2 regex-not: 1.0.2
snapdragon: 0.8.2 snapdragon: 0.8.2
to-regex: 3.0.2 to-regex: 3.0.2
transitivePeerDependencies:
- supports-color
dev: true dev: true
/expand-tilde/2.0.2: /expand-tilde/2.0.2:
...@@ -4990,6 +5006,8 @@ packages: ...@@ -4990,6 +5006,8 @@ packages:
regex-not: 1.0.2 regex-not: 1.0.2
snapdragon: 0.8.2 snapdragon: 0.8.2
to-regex: 3.0.2 to-regex: 3.0.2
transitivePeerDependencies:
- supports-color
dev: true dev: true
/fast-deep-equal/3.1.3: /fast-deep-equal/3.1.3:
...@@ -5093,6 +5111,8 @@ packages: ...@@ -5093,6 +5111,8 @@ packages:
parseurl: 1.3.3 parseurl: 1.3.3
statuses: 1.5.0 statuses: 1.5.0
unpipe: 1.0.0 unpipe: 1.0.0
transitivePeerDependencies:
- supports-color
dev: true dev: true
/find-node-modules/2.1.3: /find-node-modules/2.1.3:
...@@ -6294,6 +6314,8 @@ packages: ...@@ -6294,6 +6314,8 @@ packages:
mime: 1.6.0 mime: 1.6.0
needle: 3.1.0 needle: 3.1.0
source-map: 0.6.1 source-map: 0.6.1
transitivePeerDependencies:
- supports-color
dev: true dev: true
/leven/3.1.0: /leven/3.1.0:
...@@ -6620,6 +6642,8 @@ packages: ...@@ -6620,6 +6642,8 @@ packages:
regex-not: 1.0.2 regex-not: 1.0.2
snapdragon: 0.8.2 snapdragon: 0.8.2
to-regex: 3.0.2 to-regex: 3.0.2
transitivePeerDependencies:
- supports-color
dev: true dev: true
/micromatch/4.0.5: /micromatch/4.0.5:
...@@ -6700,7 +6724,6 @@ packages: ...@@ -6700,7 +6724,6 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
commander: 9.4.1 commander: 9.4.1
dev: false
/modify-values/1.0.1: /modify-values/1.0.1:
resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==}
...@@ -6755,6 +6778,8 @@ packages: ...@@ -6755,6 +6778,8 @@ packages:
regex-not: 1.0.2 regex-not: 1.0.2
snapdragon: 0.8.2 snapdragon: 0.8.2
to-regex: 3.0.2 to-regex: 3.0.2
transitivePeerDependencies:
- supports-color
dev: true dev: true
/nanopop/2.2.0: /nanopop/2.2.0:
...@@ -6778,6 +6803,8 @@ packages: ...@@ -6778,6 +6803,8 @@ packages:
debug: 3.2.7 debug: 3.2.7
iconv-lite: 0.6.3 iconv-lite: 0.6.3
sax: 1.2.4 sax: 1.2.4
transitivePeerDependencies:
- supports-color
dev: true dev: true
optional: true optional: true
...@@ -7223,7 +7250,7 @@ packages: ...@@ -7223,7 +7250,7 @@ packages:
dev: true dev: true
optional: true optional: true
/pinia/2.0.23_typescript@4.8.4+vue@3.2.41: /pinia/2.0.23_l7r24p6nevbtlimqmqcwa3ouhu:
resolution: {integrity: sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==} resolution: {integrity: sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.4.0 '@vue/composition-api': ^1.4.0
...@@ -8023,6 +8050,8 @@ packages: ...@@ -8023,6 +8050,8 @@ packages:
source-map: 0.5.7 source-map: 0.5.7
source-map-resolve: 0.5.3 source-map-resolve: 0.5.3
use: 3.1.1 use: 3.1.1
transitivePeerDependencies:
- supports-color
dev: true dev: true
/sockjs-client/1.6.1: /sockjs-client/1.6.1:
...@@ -8034,6 +8063,8 @@ packages: ...@@ -8034,6 +8063,8 @@ packages:
faye-websocket: 0.11.4 faye-websocket: 0.11.4
inherits: 2.0.4 inherits: 2.0.4
url-parse: 1.5.10 url-parse: 1.5.10
transitivePeerDependencies:
- supports-color
dev: false dev: false
/sort-object-keys/1.1.3: /sort-object-keys/1.1.3:
...@@ -8177,6 +8208,8 @@ packages: ...@@ -8177,6 +8208,8 @@ packages:
resolution: {integrity: sha512-5l/Ogz0DTFW7TrpHF0LAETGqM/so8UxNJvYZjJKqcX31EVprSQgnGkO80tZctPC/lFBDUrSFiTG3xd0R27XAIA==} resolution: {integrity: sha512-5l/Ogz0DTFW7TrpHF0LAETGqM/so8UxNJvYZjJKqcX31EVprSQgnGkO80tZctPC/lFBDUrSFiTG3xd0R27XAIA==}
optionalDependencies: optionalDependencies:
websocket: 1.0.34 websocket: 1.0.34
transitivePeerDependencies:
- supports-color
dev: false dev: false
/strict-uri-encode/1.1.0: /strict-uri-encode/1.1.0:
...@@ -8331,7 +8364,7 @@ packages: ...@@ -8331,7 +8364,7 @@ packages:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: true dev: true
/stylelint-config-html/1.1.0_0711e485e505c8bbf0b549e6b356f7f2: /stylelint-config-html/1.1.0_a4i6jbpfaxelx4fvjhtlgvxx6i:
resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==} resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==}
engines: {node: ^12 || >=14} engines: {node: ^12 || >=14}
peerDependencies: peerDependencies:
...@@ -8352,7 +8385,7 @@ packages: ...@@ -8352,7 +8385,7 @@ packages:
stylelint: 14.14.1 stylelint: 14.14.1
dev: true dev: true
/stylelint-config-recommended-vue/1.4.0_0711e485e505c8bbf0b549e6b356f7f2: /stylelint-config-recommended-vue/1.4.0_a4i6jbpfaxelx4fvjhtlgvxx6i:
resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==} resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==}
engines: {node: ^12 || >=14} engines: {node: ^12 || >=14}
peerDependencies: peerDependencies:
...@@ -8362,7 +8395,7 @@ packages: ...@@ -8362,7 +8395,7 @@ packages:
postcss-html: 1.5.0 postcss-html: 1.5.0
semver: 7.3.8 semver: 7.3.8
stylelint: 14.14.1 stylelint: 14.14.1
stylelint-config-html: 1.1.0_0711e485e505c8bbf0b549e6b356f7f2 stylelint-config-html: 1.1.0_a4i6jbpfaxelx4fvjhtlgvxx6i
stylelint-config-recommended: 9.0.0_stylelint@14.14.1 stylelint-config-recommended: 9.0.0_stylelint@14.14.1
dev: true dev: true
...@@ -8398,7 +8431,7 @@ packages: ...@@ -8398,7 +8431,7 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
'@csstools/selector-specificity': 2.0.2_1d546e2941f6b4ca889831b9fbdc79d8 '@csstools/selector-specificity': 2.0.2_dvkg4kkb622mvceygg47xxdz3a
balanced-match: 2.0.0 balanced-match: 2.0.0
colord: 2.9.3 colord: 2.9.3
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
...@@ -8500,6 +8533,8 @@ packages: ...@@ -8500,6 +8533,8 @@ packages:
posthtml-svg-mode: 1.0.3 posthtml-svg-mode: 1.0.3
query-string: 4.3.4 query-string: 4.3.4
traverse: 0.6.7 traverse: 0.6.7
transitivePeerDependencies:
- supports-color
dev: true dev: true
/svg-tags/1.0.0: /svg-tags/1.0.0:
...@@ -8613,7 +8648,6 @@ packages: ...@@ -8613,7 +8648,6 @@ packages:
/to-fast-properties/2.0.0: /to-fast-properties/2.0.0:
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
engines: {node: '>=4'} engines: {node: '>=4'}
dev: true
/to-object-path/0.3.0: /to-object-path/0.3.0:
resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==} resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==}
...@@ -8675,7 +8709,7 @@ packages: ...@@ -8675,7 +8709,7 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/ts-node/10.9.1_1049f756a027b302b59330a6f33f12ef: /ts-node/10.9.1_cbe7ovvae6zqfnmtgctpgpys54:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -8706,7 +8740,7 @@ packages: ...@@ -8706,7 +8740,7 @@ packages:
yn: 3.1.1 yn: 3.1.1
dev: true dev: true
/ts-node/10.9.1_c386e8b7aaca4ce6057194a7156a4f00: /ts-node/10.9.1_yodorn5kzjgomblrsstrk2spaa:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -8822,7 +8856,6 @@ packages: ...@@ -8822,7 +8856,6 @@ packages:
resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==}
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
dev: true
/ufo/0.8.6: /ufo/0.8.6:
resolution: {integrity: sha512-fk6CmUgwKCfX79EzcDQQpSCMxrHstvbLswFChHS0Vump+kFkw7nJBfTZoC1j0bOGoY9I7R3n2DGek5ajbcYnOw==} resolution: {integrity: sha512-fk6CmUgwKCfX79EzcDQQpSCMxrHstvbLswFChHS0Vump+kFkw7nJBfTZoC1j0bOGoY9I7R3n2DGek5ajbcYnOw==}
...@@ -8922,7 +8955,7 @@ packages: ...@@ -8922,7 +8955,7 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: true dev: true
/unplugin-auto-import/0.11.4_@vueuse+core@9.4.0+rollup@2.79.1: /unplugin-auto-import/0.11.4_6atjafs3v6znsplg3j7hgljsd4:
resolution: {integrity: sha512-lh/bRDRYwgnb9Cm5ur8TlTMGxA1GRZvgzCvBIf0vyuVRy7ebWcWefFElpUDpr8vLl+ZRGsPVCOGiYJ8TCR625Q==} resolution: {integrity: sha512-lh/bRDRYwgnb9Cm5ur8TlTMGxA1GRZvgzCvBIf0vyuVRy7ebWcWefFElpUDpr8vLl+ZRGsPVCOGiYJ8TCR625Q==}
engines: {node: '>=14'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
...@@ -9060,7 +9093,7 @@ packages: ...@@ -9060,7 +9093,7 @@ packages:
diff-match-patch: 1.0.5 diff-match-patch: 1.0.5
dev: false dev: false
/vite-plugin-compression/0.5.1_vite@3.2.2: /vite-plugin-compression/0.5.1_vite@3.2.3:
resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==} resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -9068,12 +9101,12 @@ packages: ...@@ -9068,12 +9101,12 @@ packages:
chalk: 4.1.2 chalk: 4.1.2
debug: 4.3.4 debug: 4.3.4
fs-extra: 10.1.0 fs-extra: 10.1.0
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-html/3.2.0_vite@3.2.2: /vite-plugin-html/3.2.0_vite@3.2.3:
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==} resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -9090,10 +9123,10 @@ packages: ...@@ -9090,10 +9123,10 @@ packages:
html-minifier-terser: 6.1.0 html-minifier-terser: 6.1.0
node-html-parser: 5.4.2 node-html-parser: 5.4.2
pathe: 0.2.0 pathe: 0.2.0
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
dev: true dev: true
/vite-plugin-mkcert/1.10.1_vite@3.2.2: /vite-plugin-mkcert/1.10.1_vite@3.2.3:
resolution: {integrity: sha512-fNNC0z+AcBZExKedjWC7bWlDMf4+WZJqO/4aYf7C/vYY1dqYVOM+zowwTYV0xSx5ZQgplfangPkZk+RwdUlpBg==} resolution: {integrity: sha512-fNNC0z+AcBZExKedjWC7bWlDMf4+WZJqO/4aYf7C/vYY1dqYVOM+zowwTYV0xSx5ZQgplfangPkZk+RwdUlpBg==}
engines: {node: '>=v16.0.0'} engines: {node: '>=v16.0.0'}
peerDependencies: peerDependencies:
...@@ -9103,13 +9136,13 @@ packages: ...@@ -9103,13 +9136,13 @@ packages:
axios: 0.21.4_debug@4.3.4 axios: 0.21.4_debug@4.3.4
debug: 4.3.4 debug: 4.3.4
picocolors: 1.0.0 picocolors: 1.0.0
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/vite-plugin-mock/2.9.6_47f1b5cb6cb4bed8d9e398de281eda0b: /vite-plugin-mock/2.9.6_qj5sox3st75utfpfnxdchh4ucq:
resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -9126,13 +9159,13 @@ packages: ...@@ -9126,13 +9159,13 @@ packages:
fast-glob: 3.2.12 fast-glob: 3.2.12
mockjs: 1.1.0 mockjs: 1.1.0
path-to-regexp: 6.2.1 path-to-regexp: 6.2.1
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
- supports-color - supports-color
dev: true dev: true
/vite-plugin-purge-icons/0.9.1_vite@3.2.2: /vite-plugin-purge-icons/0.9.1_vite@3.2.3:
resolution: {integrity: sha512-oS0Y9Iq6vGnTDVRzB8xJNhA/gGlyR0lfCICU6+9FRKdrO5PnT34fRjvd8YWEsegCrk91+w3GVZc0HJDj/dPp5Q==} resolution: {integrity: sha512-oS0Y9Iq6vGnTDVRzB8xJNhA/gGlyR0lfCICU6+9FRKdrO5PnT34fRjvd8YWEsegCrk91+w3GVZc0HJDj/dPp5Q==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
peerDependencies: peerDependencies:
...@@ -9141,22 +9174,23 @@ packages: ...@@ -9141,22 +9174,23 @@ packages:
'@purge-icons/core': 0.9.1 '@purge-icons/core': 0.9.1
'@purge-icons/generated': 0.9.0 '@purge-icons/generated': 0.9.0
rollup-plugin-purge-icons: 0.9.1 rollup-plugin-purge-icons: 0.9.1
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/vite-plugin-pwa/0.13.2_vite@3.2.2: /vite-plugin-pwa/0.13.3_vite@3.2.3:
resolution: {integrity: sha512-RwWJBaeMATrdicNFCXWb3aUELnmTk4Um72hE97nz9HKYG165kQGUE/TSrXOLExiPWJ23doV1Uw4IcHnOix17aA==} resolution: {integrity: sha512-cjWXpZ7slAY14OKz7M8XdgTIi9wjf6OD6NkhiMAc+ogxnbUrecUwLdRtfGPCPsN2ftut5gaN1jTghb11p6IQAA==}
peerDependencies: peerDependencies:
vite: ^3.1.0 vite: ^3.1.0
dependencies: dependencies:
'@rollup/plugin-replace': 4.0.0_rollup@2.79.1
debug: 4.3.4 debug: 4.3.4
fast-glob: 3.2.12 fast-glob: 3.2.12
pretty-bytes: 6.0.0 pretty-bytes: 6.0.0
rollup: 2.79.1 rollup: 2.79.1
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
workbox-build: 6.5.4 workbox-build: 6.5.4
workbox-window: 6.5.4 workbox-window: 6.5.4
transitivePeerDependencies: transitivePeerDependencies:
...@@ -9164,7 +9198,7 @@ packages: ...@@ -9164,7 +9198,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-style-import/2.0.0_vite@3.2.2: /vite-plugin-style-import/2.0.0_vite@3.2.3:
resolution: {integrity: sha512-qtoHQae5dSUQPo/rYz/8p190VU5y19rtBaeV7ryLa/AYAU/e9CG89NrN/3+k7MR8mJy/GPIu91iJ3zk9foUOSA==} resolution: {integrity: sha512-qtoHQae5dSUQPo/rYz/8p190VU5y19rtBaeV7ryLa/AYAU/e9CG89NrN/3+k7MR8mJy/GPIu91iJ3zk9foUOSA==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -9176,10 +9210,10 @@ packages: ...@@ -9176,10 +9210,10 @@ packages:
fs-extra: 10.1.0 fs-extra: 10.1.0
magic-string: 0.25.9 magic-string: 0.25.9
pathe: 0.2.0 pathe: 0.2.0
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
dev: true dev: true
/vite-plugin-svg-icons/2.0.1_vite@3.2.2: /vite-plugin-svg-icons/2.0.1_vite@3.2.3:
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==} resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
...@@ -9192,12 +9226,12 @@ packages: ...@@ -9192,12 +9226,12 @@ packages:
pathe: 0.2.0 pathe: 0.2.0
svg-baker: 1.7.0 svg-baker: 1.7.0
svgo: 2.8.0 svgo: 2.8.0
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-theme/0.8.6_vite@3.2.2: /vite-plugin-theme/0.8.6_vite@3.2.3:
resolution: {integrity: sha512-GyoP9JjGkF106AawBh1kvw2eQZ/CCPeZKN5p5XhQe1ah1LO7A/6aVGY5gYGWk2qHG9nXpM1IvxjdbMsg94bvYg==} resolution: {integrity: sha512-GyoP9JjGkF106AawBh1kvw2eQZ/CCPeZKN5p5XhQe1ah1LO7A/6aVGY5gYGWk2qHG9nXpM1IvxjdbMsg94bvYg==}
peerDependencies: peerDependencies:
vite: '>=2.0.0-beta.49' vite: '>=2.0.0-beta.49'
...@@ -9210,22 +9244,22 @@ packages: ...@@ -9210,22 +9244,22 @@ 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: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-vue-setup-extend/0.4.0_vite@3.2.2: /vite-plugin-vue-setup-extend/0.4.0_vite@3.2.3:
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==} resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
dependencies: dependencies:
'@vue/compiler-sfc': 3.2.31 '@vue/compiler-sfc': 3.2.31
magic-string: 0.25.9 magic-string: 0.25.9
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
dev: true dev: true
/vite-plugin-windicss/1.8.8_vite@3.2.2: /vite-plugin-windicss/1.8.8_vite@3.2.3:
resolution: {integrity: sha512-iyu+ZX0NmhNEUaLPv7xtC+EFRBpWMmw0nhd9a9upayfuNG/thwslKiQKmRB7U/dG0k/2oWLvPDvN/B9i7oRgSA==} resolution: {integrity: sha512-iyu+ZX0NmhNEUaLPv7xtC+EFRBpWMmw0nhd9a9upayfuNG/thwslKiQKmRB7U/dG0k/2oWLvPDvN/B9i7oRgSA==}
peerDependencies: peerDependencies:
vite: ^2.0.1 || ^3.0.0 vite: ^2.0.1 || ^3.0.0
...@@ -9233,23 +9267,26 @@ packages: ...@@ -9233,23 +9267,26 @@ packages:
'@windicss/plugin-utils': 1.8.8 '@windicss/plugin-utils': 1.8.8
debug: 4.3.4 debug: 4.3.4
kolorist: 1.6.0 kolorist: 1.6.0
vite: 3.2.2_less@4.1.3+terser@5.15.1 vite: 3.2.3_sjdpriiyqai3ghwmd5e3ldppum
windicss: 3.5.6 windicss: 3.5.6
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite/3.2.2_less@4.1.3+terser@5.15.1: /vite/3.2.3_sjdpriiyqai3ghwmd5e3ldppum:
resolution: {integrity: sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==} resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
'@types/node': '>= 14'
less: '*' less: '*'
sass: '*' sass: '*'
stylus: '*' stylus: '*'
sugarss: '*' sugarss: '*'
terser: ^5.4.0 terser: ^5.4.0
peerDependenciesMeta: peerDependenciesMeta:
'@types/node':
optional: true
less: less:
optional: true optional: true
sass: sass:
...@@ -9261,6 +9298,7 @@ packages: ...@@ -9261,6 +9298,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 18.11.9
esbuild: 0.15.13 esbuild: 0.15.13
less: 4.1.3 less: 4.1.3
postcss: 8.4.18 postcss: 8.4.18
...@@ -9284,19 +9322,18 @@ packages: ...@@ -9284,19 +9322,18 @@ packages:
optional: true optional: true
dependencies: dependencies:
vue: 3.2.41 vue: 3.2.41
dev: false
/vue-eslint-parser/9.1.0_eslint@8.26.0: /vue-eslint-parser/9.1.0_eslint@8.27.0:
resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
eslint: 8.26.0 eslint: 8.27.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.4.0 espree: 9.4.1
esquery: 1.4.0 esquery: 1.4.0
lodash: 4.17.21 lodash: 4.17.21
semver: 7.3.8 semver: 7.3.8
...@@ -9381,7 +9418,6 @@ packages: ...@@ -9381,7 +9418,6 @@ packages:
'@vue/runtime-dom': 3.2.41 '@vue/runtime-dom': 3.2.41
'@vue/server-renderer': 3.2.41_vue@3.2.41 '@vue/server-renderer': 3.2.41_vue@3.2.41
'@vue/shared': 3.2.41 '@vue/shared': 3.2.41
dev: false
/w3c-keyname/2.2.6: /w3c-keyname/2.2.6:
resolution: {integrity: sha512-f+fciywl1SJEniZHD6H+kUO8gOnwIr7f4ijKA6+ZvJFjeGi1r4PDLl53Ayud9O/rk64RqgoQine0feoeOU0kXg==} resolution: {integrity: sha512-f+fciywl1SJEniZHD6H+kUO8gOnwIr7f4ijKA6+ZvJFjeGi1r4PDLl53Ayud9O/rk64RqgoQine0feoeOU0kXg==}
...@@ -9441,6 +9477,8 @@ packages: ...@@ -9441,6 +9477,8 @@ packages:
typedarray-to-buffer: 3.1.5 typedarray-to-buffer: 3.1.5
utf-8-validate: 5.0.10 utf-8-validate: 5.0.10
yaeti: 0.0.6 yaeti: 0.0.6
transitivePeerDependencies:
- supports-color
dev: false dev: false
optional: true optional: true
...@@ -9534,7 +9572,7 @@ packages: ...@@ -9534,7 +9572,7 @@ packages:
'@babel/core': 7.20.2 '@babel/core': 7.20.2
'@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2
'@babel/runtime': 7.20.1 '@babel/runtime': 7.20.1
'@rollup/plugin-babel': 5.3.1_@babel+core@7.20.2+rollup@2.79.1 '@rollup/plugin-babel': 5.3.1_rw3hudt2pmn5afxog7l3b6qtze
'@rollup/plugin-node-resolve': 11.2.1_rollup@2.79.1 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.79.1
'@rollup/plugin-replace': 2.4.2_rollup@2.79.1 '@rollup/plugin-replace': 2.4.2_rollup@2.79.1
'@surma/rollup-plugin-off-main-thread': 2.2.3 '@surma/rollup-plugin-off-main-thread': 2.2.3
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论