Browse Source

chore: update deps

main
xingyu 2 years ago
parent
commit
50cb4d8135
  1. 18
      package.json
  2. 220
      pnpm-lock.yaml

18
package.json

@ -69,20 +69,20 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.6.5", "@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5", "@commitlint/config-conventional": "^17.6.5",
"@iconify/json": "^2.2.75", "@iconify/json": "^2.2.77",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.8", "@types/codemirror": "^5.60.8",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.3", "@types/inquirer": "^9.0.3",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.7",
"@types/node": "^20.2.5", "@types/node": "^20.3.1",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@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.9", "@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.9", "@typescript-eslint/parser": "^5.59.11",
"@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",
@ -108,27 +108,27 @@
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
"rollup": "^3.24.0", "rollup": "^3.25.1",
"rollup-plugin-visualizer": "^5.9.0", "rollup-plugin-visualizer": "^5.9.2",
"stylelint": "^15.7.0", "stylelint": "^15.7.0",
"stylelint-config-recommended": "^12.0.0", "stylelint-config-recommended": "^12.0.0",
"stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3", "stylelint-order": "^6.0.3",
"terser": "^5.17.7", "terser": "^5.18.0",
"typescript": "^5.1.3", "typescript": "^5.1.3",
"vite": "^4.3.9", "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.16.3", "vite-plugin-pwa": "^0.16.4",
"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",
"vite-vue-plugin-html": "^1.0.2", "vite-vue-plugin-html": "^1.0.2",
"vite-vue-plugin-theme": "^1.0.2", "vite-vue-plugin-theme": "^1.0.2",
"vue-eslint-parser": "^9.3.0", "vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.6.5" "vue-tsc": "^1.6.5"
}, },
"repository": { "repository": {

220
pnpm-lock.yaml

@ -110,8 +110,8 @@ devDependencies:
specifier: ^17.6.5 specifier: ^17.6.5
version: 17.6.5 version: 17.6.5
'@iconify/json': '@iconify/json':
specifier: ^2.2.75 specifier: ^2.2.77
version: 2.2.75 version: 2.2.77
'@purge-icons/generated': '@purge-icons/generated':
specifier: ^0.9.0 specifier: ^0.9.0
version: 0.9.0 version: 0.9.0
@ -131,8 +131,8 @@ devDependencies:
specifier: ^4.17.7 specifier: ^4.17.7
version: 4.17.7 version: 4.17.7
'@types/node': '@types/node':
specifier: ^20.2.5 specifier: ^20.3.1
version: 20.2.5 version: 20.3.1
'@types/nprogress': '@types/nprogress':
specifier: ^0.2.0 specifier: ^0.2.0
version: 0.2.0 version: 0.2.0
@ -146,11 +146,11 @@ 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.9 specifier: ^5.59.11
version: 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3) version: 5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.42.0)(typescript@5.1.3)
'@typescript-eslint/parser': '@typescript-eslint/parser':
specifier: ^5.59.9 specifier: ^5.59.11
version: 5.59.9(eslint@8.42.0)(typescript@5.1.3) version: 5.59.11(eslint@8.42.0)(typescript@5.1.3)
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: 4.2.3 specifier: 4.2.3
version: 4.2.3(vite@4.3.9)(vue@3.3.4) version: 4.2.3(vite@4.3.9)(vue@3.3.4)
@ -227,11 +227,11 @@ devDependencies:
specifier: ^5.0.1 specifier: ^5.0.1
version: 5.0.1 version: 5.0.1
rollup: rollup:
specifier: ^3.24.0 specifier: ^3.25.1
version: 3.24.0 version: 3.25.1
rollup-plugin-visualizer: rollup-plugin-visualizer:
specifier: ^5.9.0 specifier: ^5.9.2
version: 5.9.0(rollup@3.24.0) version: 5.9.2(rollup@3.25.1)
stylelint: stylelint:
specifier: ^15.7.0 specifier: ^15.7.0
version: 15.7.0 version: 15.7.0
@ -248,14 +248,14 @@ devDependencies:
specifier: ^6.0.3 specifier: ^6.0.3
version: 6.0.3(stylelint@15.7.0) version: 6.0.3(stylelint@15.7.0)
terser: terser:
specifier: ^5.17.7 specifier: ^5.18.0
version: 5.17.7 version: 5.18.0
typescript: typescript:
specifier: ^5.1.3 specifier: ^5.1.3
version: 5.1.3 version: 5.1.3
vite: vite:
specifier: ^4.3.9 specifier: ^4.3.9
version: 4.3.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) version: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
vite-plugin-compression: vite-plugin-compression:
specifier: ^0.5.1 specifier: ^0.5.1
version: 0.5.1(vite@4.3.9) version: 0.5.1(vite@4.3.9)
@ -269,8 +269,8 @@ devDependencies:
specifier: ^0.9.2 specifier: ^0.9.2
version: 0.9.2(vite@4.3.9) version: 0.9.2(vite@4.3.9)
vite-plugin-pwa: vite-plugin-pwa:
specifier: ^0.16.3 specifier: ^0.16.4
version: 0.16.3(vite@4.3.9)(workbox-build@7.0.0)(workbox-window@7.0.0) version: 0.16.4(vite@4.3.9)(workbox-build@7.0.0)(workbox-window@7.0.0)
vite-plugin-style-import: vite-plugin-style-import:
specifier: ^2.0.0 specifier: ^2.0.0
version: 2.0.0(vite@4.3.9) version: 2.0.0(vite@4.3.9)
@ -282,13 +282,13 @@ devDependencies:
version: 1.9.0(vite@4.3.9) version: 1.9.0(vite@4.3.9)
vite-vue-plugin-html: vite-vue-plugin-html:
specifier: ^1.0.2 specifier: ^1.0.2
version: 1.0.2(rollup@3.24.0)(vite@4.3.9) version: 1.0.2(rollup@3.25.1)(vite@4.3.9)
vite-vue-plugin-theme: vite-vue-plugin-theme:
specifier: ^1.0.2 specifier: ^1.0.2
version: 1.0.2(vite@4.3.9) version: 1.0.2(vite@4.3.9)
vue-eslint-parser: vue-eslint-parser:
specifier: ^9.3.0 specifier: ^9.3.1
version: 9.3.0(eslint@8.42.0) version: 9.3.1(eslint@8.42.0)
vue-tsc: vue-tsc:
specifier: ^1.6.5 specifier: ^1.6.5
version: 1.6.5(typescript@5.1.3) version: 1.6.5(typescript@5.1.3)
@ -1607,15 +1607,15 @@ packages:
'@commitlint/execute-rule': 17.4.0 '@commitlint/execute-rule': 17.4.0
'@commitlint/resolve-extends': 17.4.4 '@commitlint/resolve-extends': 17.4.4
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
'@types/node': 20.2.5 '@types/node': 20.3.1
chalk: 4.1.2 chalk: 4.1.2
cosmiconfig: 8.1.3 cosmiconfig: 8.1.3
cosmiconfig-typescript-loader: 4.3.0(@types/node@20.2.5)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.1.3) cosmiconfig-typescript-loader: 4.3.0(@types/node@20.3.1)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.1.3)
lodash.isplainobject: 4.0.6 lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2 lodash.merge: 4.6.2
lodash.uniq: 4.5.0 lodash.uniq: 4.5.0
resolve-from: 5.0.0 resolve-from: 5.0.0
ts-node: 10.9.1(@types/node@20.2.5)(typescript@5.1.3) ts-node: 10.9.1(@types/node@20.3.1)(typescript@5.1.3)
typescript: 5.1.3 typescript: 5.1.3
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
@ -2227,11 +2227,11 @@ packages:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
/@iconify/json@2.2.75: /@iconify/json@2.2.77:
resolution: {integrity: sha512-uVnt14GehnyRlPZg+GA6t6+hep1rcVksyRREaiYLYiFVw7nC6xXX9uYrQU224sKEQEyu6bwS1VQWHtTbPEgUdg==} resolution: {integrity: sha512-WRLDfAD90YHBDgsNLGmT2FSiESQExZdN5xozd+ux7OiT5nR7hYfEjUCWDeD+MsFn/V3pQgQZ4JDqvkVHP2KZnw==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
pathe: 1.1.0 pathe: 1.1.1
dev: true dev: true
/@iconify/types@2.0.0: /@iconify/types@2.0.0:
@ -2563,7 +2563,7 @@ packages:
picomatch: 2.3.1 picomatch: 2.3.1
dev: true dev: true
/@rollup/pluginutils@5.0.2(rollup@3.24.0): /@rollup/pluginutils@5.0.2(rollup@3.25.1):
resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
peerDependencies: peerDependencies:
@ -2575,7 +2575,7 @@ packages:
'@types/estree': 1.0.0 '@types/estree': 1.0.0
estree-walker: 2.0.2 estree-walker: 2.0.2
picomatch: 2.3.1 picomatch: 2.3.1
rollup: 3.24.0 rollup: 3.25.1
dev: true dev: true
/@simonwep/pickr@1.8.2: /@simonwep/pickr@1.8.2:
@ -2637,7 +2637,7 @@ packages:
resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==} resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==}
dependencies: dependencies:
'@types/jsonfile': 6.1.1 '@types/jsonfile': 6.1.1
'@types/node': 20.2.5 '@types/node': 20.3.1
dev: true dev: true
/@types/inquirer@9.0.3: /@types/inquirer@9.0.3:
@ -2654,7 +2654,7 @@ packages:
/@types/jsonfile@6.1.1: /@types/jsonfile@6.1.1:
resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==}
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
dev: true dev: true
/@types/lodash-es@4.17.7: /@types/lodash-es@4.17.7:
@ -2675,8 +2675,8 @@ packages:
resolution: {integrity: sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==} resolution: {integrity: sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==}
dev: true dev: true
/@types/node@20.2.5: /@types/node@20.3.1:
resolution: {integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==} resolution: {integrity: sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==}
dev: true dev: true
/@types/normalize-package-data@2.4.1: /@types/normalize-package-data@2.4.1:
@ -2690,7 +2690,7 @@ packages:
/@types/qrcode@1.5.0: /@types/qrcode@1.5.0:
resolution: {integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==} resolution: {integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==}
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
dev: true dev: true
/@types/qs@6.9.7: /@types/qs@6.9.7:
@ -2700,7 +2700,7 @@ packages:
/@types/resolve@1.17.1: /@types/resolve@1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
dev: true dev: true
/@types/semver@7.3.13: /@types/semver@7.3.13:
@ -2714,7 +2714,7 @@ packages:
/@types/svgo@2.6.4: /@types/svgo@2.6.4:
resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==} resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
dev: true dev: true
/@types/tern@0.23.4: /@types/tern@0.23.4:
@ -2726,7 +2726,7 @@ packages:
/@types/through@0.0.30: /@types/through@0.0.30:
resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==}
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
dev: true dev: true
/@types/tinycolor2@1.4.3: /@types/tinycolor2@1.4.3:
@ -2741,8 +2741,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.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3): /@typescript-eslint/eslint-plugin@5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.42.0)(typescript@5.1.3):
resolution: {integrity: sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==} resolution: {integrity: sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==}
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
@ -2753,10 +2753,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.9(eslint@8.42.0)(typescript@5.1.3) '@typescript-eslint/parser': 5.59.11(eslint@8.42.0)(typescript@5.1.3)
'@typescript-eslint/scope-manager': 5.59.9 '@typescript-eslint/scope-manager': 5.59.11
'@typescript-eslint/type-utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3) '@typescript-eslint/type-utils': 5.59.11(eslint@8.42.0)(typescript@5.1.3)
'@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3) '@typescript-eslint/utils': 5.59.11(eslint@8.42.0)(typescript@5.1.3)
debug: 4.3.4 debug: 4.3.4
eslint: 8.42.0 eslint: 8.42.0
grapheme-splitter: 1.0.4 grapheme-splitter: 1.0.4
@ -2769,8 +2769,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser@5.59.9(eslint@8.42.0)(typescript@5.1.3): /@typescript-eslint/parser@5.59.11(eslint@8.42.0)(typescript@5.1.3):
resolution: {integrity: sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==} resolution: {integrity: sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==}
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
@ -2779,9 +2779,9 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.59.9 '@typescript-eslint/scope-manager': 5.59.11
'@typescript-eslint/types': 5.59.9 '@typescript-eslint/types': 5.59.11
'@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3) '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.1.3)
debug: 4.3.4 debug: 4.3.4
eslint: 8.42.0 eslint: 8.42.0
typescript: 5.1.3 typescript: 5.1.3
@ -2789,16 +2789,16 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager@5.59.9: /@typescript-eslint/scope-manager@5.59.11:
resolution: {integrity: sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==} resolution: {integrity: sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==}
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.9 '@typescript-eslint/types': 5.59.11
'@typescript-eslint/visitor-keys': 5.59.9 '@typescript-eslint/visitor-keys': 5.59.11
dev: true dev: true
/@typescript-eslint/type-utils@5.59.9(eslint@8.42.0)(typescript@5.1.3): /@typescript-eslint/type-utils@5.59.11(eslint@8.42.0)(typescript@5.1.3):
resolution: {integrity: sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==} resolution: {integrity: sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==}
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: '*'
@ -2807,8 +2807,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3) '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.1.3)
'@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3) '@typescript-eslint/utils': 5.59.11(eslint@8.42.0)(typescript@5.1.3)
debug: 4.3.4 debug: 4.3.4
eslint: 8.42.0 eslint: 8.42.0
tsutils: 3.21.0(typescript@5.1.3) tsutils: 3.21.0(typescript@5.1.3)
@ -2817,13 +2817,13 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/types@5.59.9: /@typescript-eslint/types@5.59.11:
resolution: {integrity: sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==} resolution: {integrity: sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==}
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.9(typescript@5.1.3): /@typescript-eslint/typescript-estree@5.59.11(typescript@5.1.3):
resolution: {integrity: sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==} resolution: {integrity: sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==}
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: '*'
@ -2831,8 +2831,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/types': 5.59.9 '@typescript-eslint/types': 5.59.11
'@typescript-eslint/visitor-keys': 5.59.9 '@typescript-eslint/visitor-keys': 5.59.11
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
@ -2843,8 +2843,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils@5.59.9(eslint@8.42.0)(typescript@5.1.3): /@typescript-eslint/utils@5.59.11(eslint@8.42.0)(typescript@5.1.3):
resolution: {integrity: sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==} resolution: {integrity: sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==}
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
@ -2852,9 +2852,9 @@ packages:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.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.9 '@typescript-eslint/scope-manager': 5.59.11
'@typescript-eslint/types': 5.59.9 '@typescript-eslint/types': 5.59.11
'@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3) '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.1.3)
eslint: 8.42.0 eslint: 8.42.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
semver: 7.5.0 semver: 7.5.0
@ -2863,11 +2863,11 @@ packages:
- typescript - typescript
dev: true dev: true
/@typescript-eslint/visitor-keys@5.59.9: /@typescript-eslint/visitor-keys@5.59.11:
resolution: {integrity: sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==} resolution: {integrity: sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==}
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.9 '@typescript-eslint/types': 5.59.11
eslint-visitor-keys: 3.4.1 eslint-visitor-keys: 3.4.1
dev: true dev: true
@ -2881,7 +2881,7 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
vue: 3.3.4 vue: 3.3.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -2894,7 +2894,7 @@ packages:
vite: ^4.0.0 vite: ^4.0.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 4.3.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
vue: 3.3.4 vue: 3.3.4
dev: true dev: true
@ -4031,7 +4031,7 @@ packages:
vary: 1.1.2 vary: 1.1.2
dev: true dev: true
/cosmiconfig-typescript-loader@4.3.0(@types/node@20.2.5)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.1.3): /cosmiconfig-typescript-loader@4.3.0(@types/node@20.3.1)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.1.3):
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'} engines: {node: '>=12', npm: '>=6'}
peerDependencies: peerDependencies:
@ -4040,9 +4040,9 @@ packages:
ts-node: '>=10' ts-node: '>=10'
typescript: '>=3' typescript: '>=3'
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
cosmiconfig: 8.1.3 cosmiconfig: 8.1.3
ts-node: 10.9.1(@types/node@20.2.5)(typescript@5.1.3) ts-node: 10.9.1(@types/node@20.3.1)(typescript@5.1.3)
typescript: 5.1.3 typescript: 5.1.3
dev: true dev: true
@ -4702,7 +4702,7 @@ packages:
nth-check: 2.1.1 nth-check: 2.1.1
postcss-selector-parser: 6.0.12 postcss-selector-parser: 6.0.12
semver: 7.5.0 semver: 7.5.0
vue-eslint-parser: 9.3.0(eslint@8.42.0) vue-eslint-parser: 9.3.1(eslint@8.42.0)
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -5487,7 +5487,7 @@ packages:
entities: 4.4.0 entities: 4.4.0
param-case: 3.0.4 param-case: 3.0.4
relateurl: 0.2.7 relateurl: 0.2.7
terser: 5.17.7 terser: 5.18.0
dev: true dev: true
/html-tags@3.3.1: /html-tags@3.3.1:
@ -5972,7 +5972,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
merge-stream: 2.0.0 merge-stream: 2.0.0
supports-color: 7.2.0 supports-color: 7.2.0
dev: true dev: true
@ -7012,10 +7012,6 @@ packages:
resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==} resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
dev: true dev: true
/pathe@1.1.0:
resolution: {integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==}
dev: true
/pathe@1.1.1: /pathe@1.1.1:
resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==}
dev: true dev: true
@ -7551,11 +7547,11 @@ packages:
jest-worker: 26.6.2 jest-worker: 26.6.2
rollup: 2.79.1 rollup: 2.79.1
serialize-javascript: 4.0.0 serialize-javascript: 4.0.0
terser: 5.17.7 terser: 5.18.0
dev: true dev: true
/rollup-plugin-visualizer@5.9.0(rollup@3.24.0): /rollup-plugin-visualizer@5.9.2(rollup@3.25.1):
resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==} resolution: {integrity: sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -7566,7 +7562,7 @@ packages:
dependencies: dependencies:
open: 8.4.2 open: 8.4.2
picomatch: 2.3.1 picomatch: 2.3.1
rollup: 3.24.0 rollup: 3.25.1
source-map: 0.7.4 source-map: 0.7.4
yargs: 17.7.1 yargs: 17.7.1
dev: true dev: true
@ -7579,8 +7575,8 @@ packages:
fsevents: 2.3.2 fsevents: 2.3.2
dev: true dev: true
/rollup@3.24.0: /rollup@3.25.1:
resolution: {integrity: sha512-OgraHOIg2YpHQTjl0/ymWfFNBEyPucB7lmhXrQUh38qNOegxLapSPFs9sNr0qKR75awW41D93XafoR2QfhBdUQ==} resolution: {integrity: sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'} engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true hasBin: true
optionalDependencies: optionalDependencies:
@ -8281,8 +8277,8 @@ packages:
unique-string: 2.0.0 unique-string: 2.0.0
dev: true dev: true
/terser@5.17.7: /terser@5.18.0:
resolution: {integrity: sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==} resolution: {integrity: sha512-pdL757Ig5a0I+owA42l6tIuEycRuM7FPY4n62h44mRLRfnOxJkkOHd6i89dOpwZlpF6JXBwaAHF6yWzFrt+QyA==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
dependencies: dependencies:
@ -8388,7 +8384,7 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/ts-node@10.9.1(@types/node@20.2.5)(typescript@5.1.3): /ts-node@10.9.1(@types/node@20.3.1)(typescript@5.1.3):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -8407,7 +8403,7 @@ packages:
'@tsconfig/node12': 1.0.11 '@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3 '@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3 '@tsconfig/node16': 1.0.3
'@types/node': 20.2.5 '@types/node': 20.3.1
acorn: 8.8.2 acorn: 8.8.2
acorn-walk: 8.2.0 acorn-walk: 8.2.0
arg: 4.1.3 arg: 4.1.3
@ -8664,7 +8660,7 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -8679,7 +8675,7 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
@ -8694,7 +8690,7 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
dev: true dev: true
/vite-plugin-purge-icons@0.9.2(vite@4.3.9): /vite-plugin-purge-icons@0.9.2(vite@4.3.9):
@ -8706,14 +8702,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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/vite-plugin-pwa@0.16.3(vite@4.3.9)(workbox-build@7.0.0)(workbox-window@7.0.0): /vite-plugin-pwa@0.16.4(vite@4.3.9)(workbox-build@7.0.0)(workbox-window@7.0.0):
resolution: {integrity: sha512-eYt++n1dneEo5cChJ7Rg6ZWJG8Xr9I5EzQss5m3zgMOmfHRH83E5W+jhaoLqlSCu/8g4msy9a4iZOxAmhL4HAQ==} resolution: {integrity: sha512-lmwHFIs9zI2H9bXJld/zVTbCqCQHZ9WrpyDMqosICDV0FVnCJwniX1NMDB79HGTIZzOQkY4gSZaVTJTw6maz/Q==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
peerDependencies: peerDependencies:
vite: ^3.1.0 || ^4.0.0 vite: ^3.1.0 || ^4.0.0
@ -8723,7 +8719,7 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
workbox-build: 7.0.0 workbox-build: 7.0.0
workbox-window: 7.0.0 workbox-window: 7.0.0
transitivePeerDependencies: transitivePeerDependencies:
@ -8742,7 +8738,7 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
dev: true dev: true
/vite-plugin-svg-icons@2.0.1(vite@4.3.9): /vite-plugin-svg-icons@2.0.1(vite@4.3.9):
@ -8758,7 +8754,7 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -8771,18 +8767,18 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
windicss: 3.5.6 windicss: 3.5.6
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite-vue-plugin-html@1.0.2(rollup@3.24.0)(vite@4.3.9): /vite-vue-plugin-html@1.0.2(rollup@3.25.1)(vite@4.3.9):
resolution: {integrity: sha512-MADzWRhKRXQDefI2ttVukx5NMMh+Wh9S2bhmXW4Kce4F4IfTgy5dain6KYZvS5NtqMXiTj/bURPpdaAxwrQ9DA==} resolution: {integrity: sha512-MADzWRhKRXQDefI2ttVukx5NMMh+Wh9S2bhmXW4Kce4F4IfTgy5dain6KYZvS5NtqMXiTj/bURPpdaAxwrQ9DA==}
peerDependencies: peerDependencies:
vite: '>=4.2.0' vite: '>=4.2.0'
dependencies: dependencies:
'@rollup/pluginutils': 5.0.2(rollup@3.24.0) '@rollup/pluginutils': 5.0.2(rollup@3.25.1)
colorette: 2.0.20 colorette: 2.0.20
connect-history-api-fallback: 2.0.0 connect-history-api-fallback: 2.0.0
consola: 3.1.0 consola: 3.1.0
@ -8794,7 +8790,7 @@ packages:
html-minifier-terser: 7.2.0 html-minifier-terser: 7.2.0
node-html-parser: 6.1.5 node-html-parser: 6.1.5
pathe: 1.1.1 pathe: 1.1.1
vite: 4.3.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
dev: true dev: true
@ -8804,7 +8800,7 @@ packages:
peerDependencies: peerDependencies:
vite: '>=4.3.0' vite: '>=4.3.0'
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
'@types/tinycolor2': 1.4.3 '@types/tinycolor2': 1.4.3
clean-css: 5.3.2 clean-css: 5.3.2
debug: 4.3.4 debug: 4.3.4
@ -8812,12 +8808,12 @@ 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.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7) vite: 4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite@4.3.9(@types/node@20.2.5)(less@4.1.3)(terser@5.17.7): /vite@4.3.9(@types/node@20.3.1)(less@4.1.3)(terser@5.18.0):
resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} 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
@ -8842,12 +8838,12 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
esbuild: 0.17.15 esbuild: 0.17.15
less: 4.1.3 less: 4.1.3
postcss: 8.4.24 postcss: 8.4.24
rollup: 3.24.0 rollup: 3.25.1
terser: 5.17.7 terser: 5.18.0
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2
dev: true dev: true
@ -8882,8 +8878,8 @@ packages:
vue: 3.3.4 vue: 3.3.4
dev: false dev: false
/vue-eslint-parser@9.3.0(eslint@8.42.0): /vue-eslint-parser@9.3.1(eslint@8.42.0):
resolution: {integrity: sha512-48IxT9d0+wArT1+3wNIy0tascRoywqSUe2E1YalIC1L8jsUGe5aJQItWfRok7DVFGz3UYvzEI7n5wiTXsCMAcQ==} resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==}
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'