Browse Source

chore: update deps

main
xingyu 2 years ago
parent
commit
273877c8b1
  1. 22
      package.json
  2. 282
      pnpm-lock.yaml

22
package.json

@ -61,15 +61,15 @@
"vue": "^3.3.4", "vue": "^3.3.4",
"vue-i18n": "^9.2.2", "vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.2.4", "vue-json-pretty": "^2.2.4",
"vue-router": "^4.2.1", "vue-router": "^4.2.2",
"vue-types": "^5.0.3", "vue-types": "^5.0.3",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"xlsx": "^0.18.5" "xlsx": "^0.18.5"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.6.3", "@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.3", "@commitlint/config-conventional": "^17.6.5",
"@iconify/json": "^2.2.68", "@iconify/json": "^2.2.72",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.7", "@types/codemirror": "^5.60.7",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
@ -81,8 +81,8 @@
"@types/qrcode": "^1.5.0", "@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/sortablejs": "^1.15.1", "@types/sortablejs": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.7", "@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-vue": "4.2.3", "@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1", "@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/compiler-sfc": "^3.3.4", "@vue/compiler-sfc": "^3.3.4",
@ -91,11 +91,11 @@
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cz-git": "^1.6.1", "cz-git": "^1.6.1",
"czg": "^1.6.1", "czg": "^1.6.1",
"dotenv": "^16.0.3", "dotenv": "^16.1.1",
"eslint": "^8.41.0", "eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.0", "eslint-plugin-vue": "^9.14.1",
"esno": "^0.16.3", "esno": "^0.16.3",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"husky": "^8.0.3", "husky": "^8.0.3",
@ -103,7 +103,7 @@
"less": "^4.1.3", "less": "^4.1.3",
"lint-staged": "^13.2.2", "lint-staged": "^13.2.2",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.23", "postcss": "^8.4.24",
"postcss-html": "^1.5.0", "postcss-html": "^1.5.0",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
@ -117,12 +117,12 @@
"stylelint-order": "^6.0.3", "stylelint-order": "^6.0.3",
"terser": "^5.17.6", "terser": "^5.17.6",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.8", "vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-mkcert": "^1.15.0", "vite-plugin-mkcert": "^1.15.0",
"vite-plugin-progress": "^0.0.7", "vite-plugin-progress": "^0.0.7",
"vite-plugin-purge-icons": "^0.9.2", "vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.15.0", "vite-plugin-pwa": "^0.15.2",
"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-windicss": "^1.9.0", "vite-plugin-windicss": "^1.9.0",

282
pnpm-lock.yaml

@ -1,4 +1,8 @@
lockfileVersion: '6.0' lockfileVersion: '6.1'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies: dependencies:
'@ant-design/colors': '@ant-design/colors':
@ -86,8 +90,8 @@ dependencies:
specifier: ^2.2.4 specifier: ^2.2.4
version: 2.2.4(vue@3.3.4) version: 2.2.4(vue@3.3.4)
vue-router: vue-router:
specifier: ^4.2.1 specifier: ^4.2.2
version: 4.2.1(vue@3.3.4) version: 4.2.2(vue@3.3.4)
vue-types: vue-types:
specifier: ^5.0.3 specifier: ^5.0.3
version: 5.0.3(vue@3.3.4) version: 5.0.3(vue@3.3.4)
@ -100,14 +104,14 @@ dependencies:
devDependencies: devDependencies:
'@commitlint/cli': '@commitlint/cli':
specifier: ^17.6.3 specifier: ^17.6.5
version: 17.6.3 version: 17.6.5
'@commitlint/config-conventional': '@commitlint/config-conventional':
specifier: ^17.6.3 specifier: ^17.6.5
version: 17.6.3 version: 17.6.5
'@iconify/json': '@iconify/json':
specifier: ^2.2.68 specifier: ^2.2.72
version: 2.2.68 version: 2.2.72
'@purge-icons/generated': '@purge-icons/generated':
specifier: ^0.9.0 specifier: ^0.9.0
version: 0.9.0 version: 0.9.0
@ -142,23 +146,23 @@ devDependencies:
specifier: ^1.15.1 specifier: ^1.15.1
version: 1.15.1 version: 1.15.1
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: ^5.59.7 specifier: ^5.59.8
version: 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4) version: 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/parser': '@typescript-eslint/parser':
specifier: ^5.59.7 specifier: ^5.59.8
version: 5.59.7(eslint@8.41.0)(typescript@5.0.4) version: 5.59.8(eslint@8.41.0)(typescript@5.0.4)
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: 4.2.3 specifier: 4.2.3
version: 4.2.3(vite@4.3.8)(vue@3.3.4) version: 4.2.3(vite@4.3.9)(vue@3.3.4)
'@vitejs/plugin-vue-jsx': '@vitejs/plugin-vue-jsx':
specifier: ^3.0.1 specifier: ^3.0.1
version: 3.0.1(vite@4.3.8)(vue@3.3.4) version: 3.0.1(vite@4.3.9)(vue@3.3.4)
'@vue/compiler-sfc': '@vue/compiler-sfc':
specifier: ^3.3.4 specifier: ^3.3.4
version: 3.3.4 version: 3.3.4
autoprefixer: autoprefixer:
specifier: ^10.4.14 specifier: ^10.4.14
version: 10.4.14(postcss@8.4.23) version: 10.4.14(postcss@8.4.24)
conventional-changelog-cli: conventional-changelog-cli:
specifier: ^2.2.2 specifier: ^2.2.2
version: 2.2.2 version: 2.2.2
@ -172,8 +176,8 @@ devDependencies:
specifier: ^1.6.1 specifier: ^1.6.1
version: 1.6.1 version: 1.6.1
dotenv: dotenv:
specifier: ^16.0.3 specifier: ^16.1.1
version: 16.0.3 version: 16.1.1
eslint: eslint:
specifier: ^8.41.0 specifier: ^8.41.0
version: 8.41.0 version: 8.41.0
@ -184,8 +188,8 @@ devDependencies:
specifier: ^4.2.1 specifier: ^4.2.1
version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.41.0)(prettier@2.8.8) version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.41.0)(prettier@2.8.8)
eslint-plugin-vue: eslint-plugin-vue:
specifier: ^9.14.0 specifier: ^9.14.1
version: 9.14.0(eslint@8.41.0) version: 9.14.1(eslint@8.41.0)
esno: esno:
specifier: ^0.16.3 specifier: ^0.16.3
version: 0.16.3 version: 0.16.3
@ -208,14 +212,14 @@ devDependencies:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0 version: 1.0.0
postcss: postcss:
specifier: ^8.4.23 specifier: ^8.4.24
version: 8.4.23 version: 8.4.24
postcss-html: postcss-html:
specifier: ^1.5.0 specifier: ^1.5.0
version: 1.5.0 version: 1.5.0
postcss-less: postcss-less:
specifier: ^6.0.0 specifier: ^6.0.0
version: 6.0.0(postcss@8.4.23) version: 6.0.0(postcss@8.4.24)
prettier: prettier:
specifier: ^2.8.8 specifier: ^2.8.8
version: 2.8.8 version: 2.8.8
@ -250,38 +254,38 @@ devDependencies:
specifier: ^5.0.4 specifier: ^5.0.4
version: 5.0.4 version: 5.0.4
vite: vite:
specifier: ^4.3.8 specifier: ^4.3.9
version: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) version: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
vite-plugin-compression: vite-plugin-compression:
specifier: ^0.5.1 specifier: ^0.5.1
version: 0.5.1(vite@4.3.8) version: 0.5.1(vite@4.3.9)
vite-plugin-mkcert: vite-plugin-mkcert:
specifier: ^1.15.0 specifier: ^1.15.0
version: 1.15.0(vite@4.3.8) version: 1.15.0(vite@4.3.9)
vite-plugin-progress: vite-plugin-progress:
specifier: ^0.0.7 specifier: ^0.0.7
version: 0.0.7(vite@4.3.8) version: 0.0.7(vite@4.3.9)
vite-plugin-purge-icons: vite-plugin-purge-icons:
specifier: ^0.9.2 specifier: ^0.9.2
version: 0.9.2(vite@4.3.8) version: 0.9.2(vite@4.3.9)
vite-plugin-pwa: vite-plugin-pwa:
specifier: ^0.15.0 specifier: ^0.15.2
version: 0.15.0(vite@4.3.8)(workbox-build@6.5.4)(workbox-window@6.5.4) version: 0.15.2(vite@4.3.9)(workbox-build@6.5.4)(workbox-window@6.5.4)
vite-plugin-style-import: vite-plugin-style-import:
specifier: ^2.0.0 specifier: ^2.0.0
version: 2.0.0(vite@4.3.8) version: 2.0.0(vite@4.3.9)
vite-plugin-svg-icons: vite-plugin-svg-icons:
specifier: ^2.0.1 specifier: ^2.0.1
version: 2.0.1(vite@4.3.8) version: 2.0.1(vite@4.3.9)
vite-plugin-windicss: vite-plugin-windicss:
specifier: ^1.9.0 specifier: ^1.9.0
version: 1.9.0(vite@4.3.8) version: 1.9.0(vite@4.3.9)
vite-vue-plugin-html: vite-vue-plugin-html:
specifier: ^1.0.1 specifier: ^1.0.1
version: 1.0.1(rollup@3.23.0)(vite@4.3.8) version: 1.0.1(rollup@3.23.0)(vite@4.3.9)
vite-vue-plugin-theme: vite-vue-plugin-theme:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0(vite@4.3.8) version: 1.0.0(vite@4.3.9)
vue-eslint-parser: vue-eslint-parser:
specifier: ^9.3.0 specifier: ^9.3.0
version: 9.3.0(eslint@8.41.0) version: 9.3.0(eslint@8.41.0)
@ -1517,13 +1521,13 @@ packages:
'@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
/@commitlint/cli@17.6.3: /@commitlint/cli@17.6.5:
resolution: {integrity: sha512-ItSz2fd4F+CujgIbQOfNNerDF1eFlsBGEfp9QcCb1kxTYMuKTYZzA6Nu1YRRrIaaWwe2E7awUGpIMrPoZkOG3A==} resolution: {integrity: sha512-3PQrWr/uo6lzF5k7n5QuosCYnzaxP9qGBp3jhWP0Vmsa7XA6wrl9ccPqfQyXpSbQE3zBROVO3TDqgPKe4tfmLQ==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
hasBin: true hasBin: true
dependencies: dependencies:
'@commitlint/format': 17.4.4 '@commitlint/format': 17.4.4
'@commitlint/lint': 17.6.3 '@commitlint/lint': 17.6.5
'@commitlint/load': 17.5.0 '@commitlint/load': 17.5.0
'@commitlint/read': 17.5.1 '@commitlint/read': 17.5.1
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
@ -1537,8 +1541,8 @@ packages:
- '@swc/wasm' - '@swc/wasm'
dev: true dev: true
/@commitlint/config-conventional@17.6.3: /@commitlint/config-conventional@17.6.5:
resolution: {integrity: sha512-bLyHEjjRWqlLQWIgYFHmUPbEFMOOLXeF3QbUinDIJev/u9e769tkoTH9YPknEywiuIrAgZaVo+OfzAIsJP0fsw==} resolution: {integrity: sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
dependencies: dependencies:
conventional-changelog-conventionalcommits: 5.0.0 conventional-changelog-conventionalcommits: 5.0.0
@ -1577,21 +1581,21 @@ packages:
chalk: 4.1.2 chalk: 4.1.2
dev: true dev: true
/@commitlint/is-ignored@17.6.3: /@commitlint/is-ignored@17.6.5:
resolution: {integrity: sha512-LQbNdnPbxrpbcrVKR5yf51SvquqktpyZJwqXx3lUMF6+nT9PHB8xn3wLy8pi2EQv5Zwba484JnUwDE1ygVYNQA==} resolution: {integrity: sha512-CQvAPt9gX7cuUbMrIaIMKczfWJqqr6m8IlJs0F2zYwyyMTQ87QMHIj5jJ5HhOaOkaj6dvTMVGx8Dd1I4xgUuoQ==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
dependencies: dependencies:
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
semver: 7.5.0 semver: 7.5.0
dev: true dev: true
/@commitlint/lint@17.6.3: /@commitlint/lint@17.6.5:
resolution: {integrity: sha512-fBlXwt6SHJFgm3Tz+luuo3DkydAx9HNC5y4eBqcKuDuMVqHd2ugMNr+bQtx6riv9mXFiPoKp7nE4Xn/ls3iVDA==} resolution: {integrity: sha512-BSJMwkE4LWXrOsiP9KoHG+/heSDfvOL/Nd16+ojTS/DX8HZr8dNl8l3TfVr/d/9maWD8fSegRGtBtsyGuugFrw==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
dependencies: dependencies:
'@commitlint/is-ignored': 17.6.3 '@commitlint/is-ignored': 17.6.5
'@commitlint/parse': 17.4.4 '@commitlint/parse': 17.6.5
'@commitlint/rules': 17.6.1 '@commitlint/rules': 17.6.5
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
dev: true dev: true
@ -1623,8 +1627,8 @@ packages:
engines: {node: '>=v14'} engines: {node: '>=v14'}
dev: true dev: true
/@commitlint/parse@17.4.4: /@commitlint/parse@17.6.5:
resolution: {integrity: sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg==} resolution: {integrity: sha512-0zle3bcn1Hevw5Jqpz/FzEWNo2KIzUbc1XyGg6WrWEoa6GH3A1pbqNF6MvE6rjuy6OY23c8stWnb4ETRZyN+Yw==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
dependencies: dependencies:
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
@ -1655,8 +1659,8 @@ packages:
resolve-global: 1.0.0 resolve-global: 1.0.0
dev: true dev: true
/@commitlint/rules@17.6.1: /@commitlint/rules@17.6.5:
resolution: {integrity: sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==} resolution: {integrity: sha512-uTB3zSmnPyW2qQQH+Dbq2rekjlWRtyrjDo4aLFe63uteandgkI+cc0NhhbBAzcXShzVk0qqp8SlkQMu0mgHg/A==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
dependencies: dependencies:
'@commitlint/ensure': 17.4.4 '@commitlint/ensure': 17.4.4
@ -2025,8 +2029,8 @@ packages:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
/@iconify/json@2.2.68: /@iconify/json@2.2.72:
resolution: {integrity: sha512-UNgbecms1tWhvY9ycXbWW/nOLlx5Xxlufp+dHWontty0j+yiQfap3UshpSGGAt74C9OLYEFKTl42d20PLRakzg==} resolution: {integrity: sha512-1837vBdmUMdr2yj7AEq3dnvBCWAYguIFlEKTaur4It42oPa3bfshEKIo3Rgubf7vh3VzuU4D+NZtFTyeJjPcjQ==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
pathe: 1.1.0 pathe: 1.1.0
@ -2539,8 +2543,8 @@ packages:
resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==} resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==}
dev: false dev: false
/@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4): /@typescript-eslint/eslint-plugin@5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==} resolution: {integrity: sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==}
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
@ -2551,10 +2555,10 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@eslint-community/regexpp': 4.5.0 '@eslint-community/regexpp': 4.5.0
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4) '@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/scope-manager': 5.59.7 '@typescript-eslint/scope-manager': 5.59.8
'@typescript-eslint/type-utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4) '@typescript-eslint/type-utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4) '@typescript-eslint/utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
debug: 4.3.4 debug: 4.3.4
eslint: 8.41.0 eslint: 8.41.0
grapheme-splitter: 1.0.4 grapheme-splitter: 1.0.4
@ -2567,8 +2571,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser@5.59.7(eslint@8.41.0)(typescript@5.0.4): /@typescript-eslint/parser@5.59.8(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==} resolution: {integrity: sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==}
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
@ -2577,9 +2581,9 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.59.7 '@typescript-eslint/scope-manager': 5.59.8
'@typescript-eslint/types': 5.59.7 '@typescript-eslint/types': 5.59.8
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
debug: 4.3.4 debug: 4.3.4
eslint: 8.41.0 eslint: 8.41.0
typescript: 5.0.4 typescript: 5.0.4
@ -2587,16 +2591,16 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager@5.59.7: /@typescript-eslint/scope-manager@5.59.8:
resolution: {integrity: sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==} resolution: {integrity: sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==}
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.59.7 '@typescript-eslint/types': 5.59.8
'@typescript-eslint/visitor-keys': 5.59.7 '@typescript-eslint/visitor-keys': 5.59.8
dev: true dev: true
/@typescript-eslint/type-utils@5.59.7(eslint@8.41.0)(typescript@5.0.4): /@typescript-eslint/type-utils@5.59.8(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==} resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==}
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: '*'
@ -2605,8 +2609,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4) '@typescript-eslint/utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
debug: 4.3.4 debug: 4.3.4
eslint: 8.41.0 eslint: 8.41.0
tsutils: 3.21.0(typescript@5.0.4) tsutils: 3.21.0(typescript@5.0.4)
@ -2615,13 +2619,13 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/types@5.59.7: /@typescript-eslint/types@5.59.8:
resolution: {integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==} resolution: {integrity: sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==}
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.59.7(typescript@5.0.4): /@typescript-eslint/typescript-estree@5.59.8(typescript@5.0.4):
resolution: {integrity: sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==} resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==}
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: '*'
@ -2629,8 +2633,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/types': 5.59.7 '@typescript-eslint/types': 5.59.8
'@typescript-eslint/visitor-keys': 5.59.7 '@typescript-eslint/visitor-keys': 5.59.8
debug: 4.3.4 debug: 4.3.4
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
@ -2641,8 +2645,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils@5.59.7(eslint@8.41.0)(typescript@5.0.4): /@typescript-eslint/utils@5.59.8(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==} resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==}
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
@ -2650,9 +2654,9 @@ packages:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0)
'@types/json-schema': 7.0.11 '@types/json-schema': 7.0.11
'@types/semver': 7.3.13 '@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.59.7 '@typescript-eslint/scope-manager': 5.59.8
'@typescript-eslint/types': 5.59.7 '@typescript-eslint/types': 5.59.8
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
eslint: 8.41.0 eslint: 8.41.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
semver: 7.5.0 semver: 7.5.0
@ -2661,15 +2665,15 @@ packages:
- typescript - typescript
dev: true dev: true
/@typescript-eslint/visitor-keys@5.59.7: /@typescript-eslint/visitor-keys@5.59.8:
resolution: {integrity: sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==} resolution: {integrity: sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==}
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.59.7 '@typescript-eslint/types': 5.59.8
eslint-visitor-keys: 3.4.1 eslint-visitor-keys: 3.4.1
dev: true dev: true
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.8)(vue@3.3.4): /@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.9)(vue@3.3.4):
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==} resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2679,20 +2683,20 @@ packages:
'@babel/core': 7.21.4 '@babel/core': 7.21.4
'@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4) '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4)
'@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.21.4) '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.21.4)
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
vue: 3.3.4 vue: 3.3.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@vitejs/plugin-vue@4.2.3(vite@4.3.8)(vue@3.3.4): /@vitejs/plugin-vue@4.2.3(vite@4.3.9)(vue@3.3.4):
resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
vite: ^4.0.0 vite: ^4.0.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
vue: 3.3.4 vue: 3.3.4
dev: true dev: true
@ -2787,7 +2791,7 @@ packages:
'@vue/shared': 3.3.4 '@vue/shared': 3.3.4
estree-walker: 2.0.2 estree-walker: 2.0.2
magic-string: 0.30.0 magic-string: 0.30.0
postcss: 8.4.23 postcss: 8.4.24
source-map-js: 1.0.2 source-map-js: 1.0.2
/@vue/compiler-ssr@3.3.4: /@vue/compiler-ssr@3.3.4:
@ -3111,7 +3115,7 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/autoprefixer@10.4.14(postcss@8.4.23): /autoprefixer@10.4.14(postcss@8.4.24):
resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
engines: {node: ^10 || ^12 || >=14} engines: {node: ^10 || ^12 || >=14}
hasBin: true hasBin: true
@ -3123,7 +3127,7 @@ packages:
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
postcss: 8.4.23 postcss: 8.4.24
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
dev: true dev: true
@ -4245,8 +4249,8 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/dotenv@16.0.3: /dotenv@16.1.1:
resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==} resolution: {integrity: sha512-UGmzIqXU/4b6Vb3R1Vrfd/4vGgVlB+mO+vEixOdfRhLeppkyW2BMhuK7TL8d0el+q9c4lW9qK2wZYhNLFhXYLA==}
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
@ -4459,8 +4463,8 @@ packages:
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
/eslint-plugin-vue@9.14.0(eslint@8.41.0): /eslint-plugin-vue@9.14.1(eslint@8.41.0):
resolution: {integrity: sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw==} resolution: {integrity: sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw==}
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
@ -6839,17 +6843,17 @@ packages:
dependencies: dependencies:
htmlparser2: 8.0.2 htmlparser2: 8.0.2
js-tokens: 8.0.1 js-tokens: 8.0.1
postcss: 8.4.23 postcss: 8.4.24
postcss-safe-parser: 6.0.0(postcss@8.4.23) postcss-safe-parser: 6.0.0(postcss@8.4.24)
dev: true dev: true
/postcss-less@6.0.0(postcss@8.4.23): /postcss-less@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-FPX16mQLyEjLzEuuJtxA8X3ejDLNGGEG503d2YGZR5Ask1SpDN8KmZUMpzCvyalWRywAn1n1VOA5dcqfCLo5rg==} resolution: {integrity: sha512-FPX16mQLyEjLzEuuJtxA8X3ejDLNGGEG503d2YGZR5Ask1SpDN8KmZUMpzCvyalWRywAn1n1VOA5dcqfCLo5rg==}
engines: {node: '>=12'} engines: {node: '>=12'}
peerDependencies: peerDependencies:
postcss: ^8.3.5 postcss: ^8.3.5
dependencies: dependencies:
postcss: 8.4.23 postcss: 8.4.24
dev: true dev: true
/postcss-media-query-parser@0.2.3: /postcss-media-query-parser@0.2.3:
@ -6868,13 +6872,13 @@ packages:
resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==}
dev: true dev: true
/postcss-safe-parser@6.0.0(postcss@8.4.23): /postcss-safe-parser@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==}
engines: {node: '>=12.0'} engines: {node: '>=12.0'}
peerDependencies: peerDependencies:
postcss: ^8.3.3 postcss: ^8.3.3
dependencies: dependencies:
postcss: 8.4.23 postcss: 8.4.24
dev: true dev: true
/postcss-selector-parser@6.0.12: /postcss-selector-parser@6.0.12:
@ -6885,12 +6889,12 @@ packages:
util-deprecate: 1.0.2 util-deprecate: 1.0.2
dev: true dev: true
/postcss-sorting@8.0.2(postcss@8.4.23): /postcss-sorting@8.0.2(postcss@8.4.24):
resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==} resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==}
peerDependencies: peerDependencies:
postcss: ^8.4.20 postcss: ^8.4.20
dependencies: dependencies:
postcss: 8.4.23 postcss: 8.4.24
dev: true dev: true
/postcss-value-parser@4.2.0: /postcss-value-parser@4.2.0:
@ -6907,8 +6911,8 @@ packages:
supports-color: 3.2.3 supports-color: 3.2.3
dev: true dev: true
/postcss@8.4.23: /postcss@8.4.24:
resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==} resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==}
engines: {node: ^10 || ^12 || >=14} engines: {node: ^10 || ^12 || >=14}
dependencies: dependencies:
nanoid: 3.3.6 nanoid: 3.3.6
@ -7861,8 +7865,8 @@ packages:
peerDependencies: peerDependencies:
stylelint: ^14.0.0 || ^15.0.0 stylelint: ^14.0.0 || ^15.0.0
dependencies: dependencies:
postcss: 8.4.23 postcss: 8.4.24
postcss-sorting: 8.0.2(postcss@8.4.23) postcss-sorting: 8.0.2(postcss@8.4.24)
stylelint: 15.6.2 stylelint: 15.6.2
dev: true dev: true
@ -7898,10 +7902,10 @@ packages:
micromatch: 4.0.5 micromatch: 4.0.5
normalize-path: 3.0.0 normalize-path: 3.0.0
picocolors: 1.0.0 picocolors: 1.0.0
postcss: 8.4.23 postcss: 8.4.24
postcss-media-query-parser: 0.2.3 postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1 postcss-resolve-nested-selector: 0.1.1
postcss-safe-parser: 6.0.0(postcss@8.4.23) postcss-safe-parser: 6.0.0(postcss@8.4.24)
postcss-selector-parser: 6.0.12 postcss-selector-parser: 6.0.12
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
resolve-from: 5.0.0 resolve-from: 5.0.0
@ -8403,7 +8407,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@4.3.8): /vite-plugin-compression@0.5.1(vite@4.3.9):
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'
@ -8411,12 +8415,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: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-mkcert@1.15.0(vite@4.3.8): /vite-plugin-mkcert@1.15.0(vite@4.3.9):
resolution: {integrity: sha512-0Pz7iExvo7pS2HsxMe6Y/HIrsFJidXN8Sju7tsL1XYQdbUKb/D0L5Wkj3UoGQmbbWZUFf8nHHa0XYbd4FH6ZrA==} resolution: {integrity: sha512-0Pz7iExvo7pS2HsxMe6Y/HIrsFJidXN8Sju7tsL1XYQdbUKb/D0L5Wkj3UoGQmbbWZUFf8nHHa0XYbd4FH6ZrA==}
engines: {node: '>=v16.7.0'} engines: {node: '>=v16.7.0'}
peerDependencies: peerDependencies:
@ -8426,13 +8430,13 @@ packages:
axios: 1.4.0(debug@4.3.4) axios: 1.4.0(debug@4.3.4)
debug: 4.3.4 debug: 4.3.4
picocolors: 1.0.0 picocolors: 1.0.0
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/vite-plugin-progress@0.0.7(vite@4.3.8): /vite-plugin-progress@0.0.7(vite@4.3.9):
resolution: {integrity: sha512-zyvKdcc/X+6hnw3J1HVV1TKrlFKC4Rh8GnDnWG/2qhRXjqytTcM++xZ+SAPnoDsSyWl8O93ymK0wZRgHAoglEQ==} resolution: {integrity: sha512-zyvKdcc/X+6hnw3J1HVV1TKrlFKC4Rh8GnDnWG/2qhRXjqytTcM++xZ+SAPnoDsSyWl8O93ymK0wZRgHAoglEQ==}
engines: {node: '>=14', pnpm: '>=7.0.0'} engines: {node: '>=14', pnpm: '>=7.0.0'}
peerDependencies: peerDependencies:
@ -8441,10 +8445,10 @@ packages:
picocolors: 1.0.0 picocolors: 1.0.0
progress: 2.0.3 progress: 2.0.3
rd: 2.0.1 rd: 2.0.1
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
dev: true dev: true
/vite-plugin-purge-icons@0.9.2(vite@4.3.8): /vite-plugin-purge-icons@0.9.2(vite@4.3.9):
resolution: {integrity: sha512-vxJEMyNyckqLr/4HPsW9P6BMLUvOVMvjjFz3jLl4Wke1KWE8ITJUxIUwodxaOmEp9L2lxVk5an3TYeycZCfqFw==} resolution: {integrity: sha512-vxJEMyNyckqLr/4HPsW9P6BMLUvOVMvjjFz3jLl4Wke1KWE8ITJUxIUwodxaOmEp9L2lxVk5an3TYeycZCfqFw==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
peerDependencies: peerDependencies:
@ -8453,14 +8457,14 @@ 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: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/vite-plugin-pwa@0.15.0(vite@4.3.8)(workbox-build@6.5.4)(workbox-window@6.5.4): /vite-plugin-pwa@0.15.2(vite@4.3.9)(workbox-build@6.5.4)(workbox-window@6.5.4):
resolution: {integrity: sha512-gpmx3BeubsRIXRBkjPToOTJbo8fknNmZFQs24i0TPZyaNVa0n27YHDo0Y72amnO70WvHKGE3e1fn8SYUP7e8SA==} resolution: {integrity: sha512-l1srtaad5NMNrAtAuub6ArTYG5Ci9AwofXXQ6IsbpCMYQ/0HUndwI7RB2x95+1UBFm7VGttQtT7woBlVnNhBRw==}
peerDependencies: peerDependencies:
vite: ^3.1.0 || ^4.0.0 vite: ^3.1.0 || ^4.0.0
workbox-build: ^6.5.4 workbox-build: ^6.5.4
@ -8469,14 +8473,14 @@ packages:
debug: 4.3.4 debug: 4.3.4
fast-glob: 3.2.12 fast-glob: 3.2.12
pretty-bytes: 6.1.0 pretty-bytes: 6.1.0
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
workbox-build: 6.5.4 workbox-build: 6.5.4
workbox-window: 6.5.4 workbox-window: 6.5.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-style-import@2.0.0(vite@4.3.8): /vite-plugin-style-import@2.0.0(vite@4.3.9):
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'
@ -8488,10 +8492,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: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
dev: true dev: true
/vite-plugin-svg-icons@2.0.1(vite@4.3.8): /vite-plugin-svg-icons@2.0.1(vite@4.3.9):
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==} resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
peerDependencies: peerDependencies:
vite: '>=2.0.0' vite: '>=2.0.0'
@ -8504,12 +8508,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: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-windicss@1.9.0(vite@4.3.8): /vite-plugin-windicss@1.9.0(vite@4.3.9):
resolution: {integrity: sha512-w0unPfcbVU5eaISAsFTLgIb41SLhmXoUF75Othu8NqFioe8+DEqiuvJ7/k/LRuEuvI8Rt/OKrY6cNzrB+dykaA==} resolution: {integrity: sha512-w0unPfcbVU5eaISAsFTLgIb41SLhmXoUF75Othu8NqFioe8+DEqiuvJ7/k/LRuEuvI8Rt/OKrY6cNzrB+dykaA==}
peerDependencies: peerDependencies:
vite: ^2.0.1 || ^3.0.0 || ^4.0.0 vite: ^2.0.1 || ^3.0.0 || ^4.0.0
@ -8517,13 +8521,13 @@ packages:
'@windicss/plugin-utils': 1.9.0 '@windicss/plugin-utils': 1.9.0
debug: 4.3.4 debug: 4.3.4
kolorist: 1.8.0 kolorist: 1.8.0
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
windicss: 3.5.6 windicss: 3.5.6
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-vue-plugin-html@1.0.1(rollup@3.23.0)(vite@4.3.8): /vite-vue-plugin-html@1.0.1(rollup@3.23.0)(vite@4.3.9):
resolution: {integrity: sha512-jbN7p8pOR0aiYndFuPgyQwRAyEp8kIoy6EL741wMh3nDLVjHn4Atfby0k0Jg0aDfWCjoAc9paKdoLoEqOAC9PA==} resolution: {integrity: sha512-jbN7p8pOR0aiYndFuPgyQwRAyEp8kIoy6EL741wMh3nDLVjHn4Atfby0k0Jg0aDfWCjoAc9paKdoLoEqOAC9PA==}
peerDependencies: peerDependencies:
vite: '>=4.2.0' vite: '>=4.2.0'
@ -8532,7 +8536,7 @@ packages:
colorette: 2.0.19 colorette: 2.0.19
connect-history-api-fallback: 2.0.0 connect-history-api-fallback: 2.0.0
consola: 2.15.3 consola: 2.15.3
dotenv: 16.0.3 dotenv: 16.1.1
dotenv-expand: 10.0.0 dotenv-expand: 10.0.0
ejs: 3.1.9 ejs: 3.1.9
fast-glob: 3.2.12 fast-glob: 3.2.12
@ -8540,12 +8544,12 @@ packages:
html-minifier-terser: 7.1.0 html-minifier-terser: 7.1.0
node-html-parser: 6.1.5 node-html-parser: 6.1.5
pathe: 1.1.0 pathe: 1.1.0
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
dev: true dev: true
/vite-vue-plugin-theme@1.0.0(vite@4.3.8): /vite-vue-plugin-theme@1.0.0(vite@4.3.9):
resolution: {integrity: sha512-+2JcZSoxZadD5Vk/8aQGEwtyFsK6PZRkp7UZooM2xnFUP7IQKLWv7rKUytzcqDvs8u8gIIbX5RzaUClp8erCag==} resolution: {integrity: sha512-+2JcZSoxZadD5Vk/8aQGEwtyFsK6PZRkp7UZooM2xnFUP7IQKLWv7rKUytzcqDvs8u8gIIbX5RzaUClp8erCag==}
peerDependencies: peerDependencies:
vite: '>=4.2.0' vite: '>=4.2.0'
@ -8558,13 +8562,13 @@ packages:
esbuild-plugin-alias: 0.2.1 esbuild-plugin-alias: 0.2.1
picocolors: 1.0.0 picocolors: 1.0.0
tinycolor2: 1.6.0 tinycolor2: 1.6.0
vite: 4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6) vite: 4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite@4.3.8(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6): /vite@4.3.9(@types/node@18.16.0)(less@4.1.3)(terser@5.17.6):
resolution: {integrity: sha512-uYB8PwN7hbMrf4j1xzGDk/lqjsZvCDbt/JC5dyfxc19Pg8kRm14LinK/uq+HSLNswZEoKmweGdtpbnxRtrAXiQ==} resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -8591,7 +8595,7 @@ packages:
'@types/node': 18.16.0 '@types/node': 18.16.0
esbuild: 0.17.15 esbuild: 0.17.15
less: 4.1.3 less: 4.1.3
postcss: 8.4.23 postcss: 8.4.24
rollup: 3.23.0 rollup: 3.23.0
terser: 5.17.6 terser: 5.17.6
optionalDependencies: optionalDependencies:
@ -8668,8 +8672,8 @@ packages:
vue: 3.3.4 vue: 3.3.4
dev: false dev: false
/vue-router@4.2.1(vue@3.3.4): /vue-router@4.2.2(vue@3.3.4):
resolution: {integrity: sha512-nW28EeifEp8Abc5AfmAShy5ZKGsGzjcnZ3L1yc2DYUo+MqbBClrRP9yda3dIekM4I50/KnEwo1wkBLf7kHH5Cw==} resolution: {integrity: sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==}
peerDependencies: peerDependencies:
vue: ^3.2.0 vue: ^3.2.0
dependencies: dependencies: