From 487ceb002ac2304c1aa071431a98417f1694a1f8 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 23 Aug 2022 09:44:20 +0800 Subject: [PATCH] chore: updates all dependencies --- package.json | 10 +- pnpm-lock.yaml | 287 +++++++++++++++++++++++++------------------------ 2 files changed, 154 insertions(+), 143 deletions(-) diff --git a/package.json b/package.json index 1a94763e..93c38120 100644 --- a/package.json +++ b/package.json @@ -36,16 +36,16 @@ "pinia": "^2.0.20", "screenfull": "^6.0.2", "vue": "^3.2.37", - "vue-router": "^4.1.3" + "vue-router": "^4.1.4" }, "devDependencies": { "@types/js-cookie": "^3.0.2", "@types/lodash-es": "^4.17.6", - "@types/node": "^18.7.9", + "@types/node": "^18.7.10", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.33.1", - "@typescript-eslint/parser": "^5.33.1", + "@typescript-eslint/eslint-plugin": "^5.34.0", + "@typescript-eslint/parser": "^5.34.0", "@vitejs/plugin-vue": "^3.0.3", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.0", @@ -58,7 +58,7 @@ "sass": "^1.54.5", "terser": "^5.14.2", "typescript": "^4.7.4", - "unocss": "^0.45.9", + "unocss": "^0.45.12", "vite": "^3.0.9", "vite-plugin-svg-icons": "^2.0.1", "vue-eslint-parser": "^9.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af190764..9795ca54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,11 +4,11 @@ specifiers: '@element-plus/icons-vue': ^2.0.9 '@types/js-cookie': ^3.0.2 '@types/lodash-es': ^4.17.6 - '@types/node': ^18.7.9 + '@types/node': ^18.7.10 '@types/nprogress': ^0.2.0 '@types/path-browserify': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.1 - '@typescript-eslint/parser': ^5.33.1 + '@typescript-eslint/eslint-plugin': ^5.34.0 + '@typescript-eslint/parser': ^5.34.0 '@vitejs/plugin-vue': ^3.0.3 '@vue/eslint-config-prettier': ^7.0.0 '@vue/eslint-config-typescript': ^11.0.0 @@ -32,12 +32,12 @@ specifiers: screenfull: ^6.0.2 terser: ^5.14.2 typescript: ^4.7.4 - unocss: ^0.45.9 + unocss: ^0.45.12 vite: ^3.0.9 vite-plugin-svg-icons: ^2.0.1 vue: ^3.2.37 vue-eslint-parser: ^9.0.3 - vue-router: ^4.1.3 + vue-router: ^4.1.4 vue-tsc: ^0.40.1 dependencies: @@ -54,16 +54,16 @@ dependencies: pinia: 2.0.20_j6bzmzd4ujpabbp5objtwxyjp4 screenfull: 6.0.2 vue: 3.2.37 - vue-router: 4.1.3_vue@3.2.37 + vue-router: 4.1.4_vue@3.2.37 devDependencies: '@types/js-cookie': 3.0.2 '@types/lodash-es': 4.17.6 - '@types/node': 18.7.9 + '@types/node': 18.7.10 '@types/nprogress': 0.2.0 '@types/path-browserify': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i - '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/eslint-plugin': 5.34.0_euudt5oqhhodkyae5tf6wjmsda + '@typescript-eslint/parser': 5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq '@vitejs/plugin-vue': 3.0.3_vite@3.0.9+vue@3.2.37 '@vue/eslint-config-prettier': 7.0.0_2xd4q2tc5cqa5as7uugqhp6oue '@vue/eslint-config-typescript': 11.0.0_4py5zxx5ck6utobkmozwvrmyiy @@ -76,7 +76,7 @@ devDependencies: sass: 1.54.5 terser: 5.14.2 typescript: 4.7.4 - unocss: 0.45.9_vite@3.0.9 + unocss: 0.45.12_vite@3.0.9 vite: 3.0.9_sass@1.54.5+terser@5.14.2 vite-plugin-svg-icons: 2.0.1_vite@3.0.9 vue-eslint-parser: 9.0.3_eslint@8.22.0 @@ -111,15 +111,15 @@ packages: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} engines: {node: '>=6.9.0'} - /@babel/parser/7.18.11: - resolution: {integrity: sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==} + /@babel/parser/7.18.13: + resolution: {integrity: sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.18.13 - /@babel/types/7.18.10: - resolution: {integrity: sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==} + /@babel/types/7.18.13: + resolution: {integrity: sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.18.10 @@ -314,8 +314,8 @@ packages: /@types/lodash/4.14.184: resolution: {integrity: sha512-RoZphVtHbxPZizt4IcILciSWiC6dcn+eZ8oX9IWEYfDMcocdd42f7NPI6fQj+6zI8y4E0L7gu2pcZKLGTRaV9Q==} - /@types/node/18.7.9: - resolution: {integrity: sha512-0N5Y1XAdcl865nDdjbO0m3T6FdmQ4ijE89/urOHLREyTXbpMWbSafx9y7XIsgWGtwUP2iYTinLyyW3FatAxBLQ==} + /@types/node/18.7.10: + resolution: {integrity: sha512-SST7B//wF7xlGoLo1IEVB0cQ4e7BgXlDk5IaPgb5s0DlYLjb4if07h8+0zbQIvahfPNXs6e7zyT0EH1MqaS+5g==} dev: true /@types/nprogress/0.2.0: @@ -329,15 +329,15 @@ packages: /@types/svgo/2.6.4: resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==} dependencies: - '@types/node': 18.7.9 + '@types/node': 18.7.10 dev: true /@types/web-bluetooth/0.0.15: resolution: {integrity: sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==} dev: false - /@typescript-eslint/eslint-plugin/5.33.1_vsoshirnpb7xw6mr7xomgfas2i: - resolution: {integrity: sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==} + /@typescript-eslint/eslint-plugin/5.34.0_euudt5oqhhodkyae5tf6wjmsda: + resolution: {integrity: sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -347,10 +347,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq - '@typescript-eslint/scope-manager': 5.33.1 - '@typescript-eslint/type-utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq - '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/parser': 5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/scope-manager': 5.34.0 + '@typescript-eslint/type-utils': 5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/utils': 5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 eslint: 8.22.0 functional-red-black-tree: 1.0.1 @@ -363,8 +363,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: - resolution: {integrity: sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==} + /@typescript-eslint/parser/5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -373,9 +373,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.33.1 - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.34.0 + '@typescript-eslint/types': 5.34.0 + '@typescript-eslint/typescript-estree': 5.34.0_typescript@4.7.4 debug: 4.3.4 eslint: 8.22.0 typescript: 4.7.4 @@ -383,16 +383,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.33.1: - resolution: {integrity: sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==} + /@typescript-eslint/scope-manager/5.34.0: + resolution: {integrity: sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/visitor-keys': 5.33.1 + '@typescript-eslint/types': 5.34.0 + '@typescript-eslint/visitor-keys': 5.34.0 dev: true - /@typescript-eslint/type-utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: - resolution: {integrity: sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==} + /@typescript-eslint/type-utils/5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -401,7 +401,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/utils': 5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 eslint: 8.22.0 tsutils: 3.21.0_typescript@4.7.4 @@ -410,13 +410,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.33.1: - resolution: {integrity: sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==} + /@typescript-eslint/types/5.34.0: + resolution: {integrity: sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.33.1_typescript@4.7.4: - resolution: {integrity: sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==} + /@typescript-eslint/typescript-estree/5.34.0_typescript@4.7.4: + resolution: {integrity: sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -424,8 +424,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/visitor-keys': 5.33.1 + '@typescript-eslint/types': 5.34.0 + '@typescript-eslint/visitor-keys': 5.34.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -436,16 +436,16 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: - resolution: {integrity: sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==} + /@typescript-eslint/utils/5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.33.1 - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.34.0 + '@typescript-eslint/types': 5.34.0 + '@typescript-eslint/typescript-estree': 5.34.0_typescript@4.7.4 eslint: 8.22.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.22.0 @@ -454,22 +454,32 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.33.1: - resolution: {integrity: sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==} + /@typescript-eslint/visitor-keys/5.34.0: + resolution: {integrity: sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/types': 5.34.0 eslint-visitor-keys: 3.3.0 dev: true - /@unocss/cli/0.45.9: - resolution: {integrity: sha512-DdSiCbLjmU5GkPKAykIeB/S28uSYWaqkdIMh7aQmg7i3ouCqp61vOeu9eiKoKK2HNm+ivPRznR4drk7zb6d9SA==} + /@unocss/astro/0.45.12_vite@3.0.9: + resolution: {integrity: sha512-1j4+piseVWxr4OeeLQkFfAA1NW+spzVXtcr7PleRq6cHDYhZd5ZE+NqDeWXhhkT/hVDmWKhFq4RPdEZ18EgioQ==} + dependencies: + '@unocss/core': 0.45.12 + '@unocss/reset': 0.45.12 + '@unocss/vite': 0.45.12_vite@3.0.9 + transitivePeerDependencies: + - vite + dev: true + + /@unocss/cli/0.45.12: + resolution: {integrity: sha512-wpwTFF1FbsAIOh5qs0rzxs/1xHnogVEebSXxaafGXli8rl0v1U7XE2Hmv9NgeP8SoDe/hE/iscGj7rvosgRdOA==} engines: {node: '>=14'} hasBin: true dependencies: - '@unocss/config': 0.45.9 - '@unocss/core': 0.45.9 - '@unocss/preset-uno': 0.45.9 + '@unocss/config': 0.45.12 + '@unocss/core': 0.45.12 + '@unocss/preset-uno': 0.45.12 cac: 6.7.12 chokidar: 3.5.3 colorette: 2.0.19 @@ -479,126 +489,126 @@ packages: perfect-debounce: 0.1.3 dev: true - /@unocss/config/0.45.9: - resolution: {integrity: sha512-+HAtOxxW/BMNSunM7VwoCkCgb6SY8LpiGcfOnkrrynf/cne9RQQdfQPlMjbKLCIneBPtOSJWAKFMrPcVm0QW/w==} + /@unocss/config/0.45.12: + resolution: {integrity: sha512-Fjj7OH+X8vPmw+odXYESP9bXl7Fw62ks4dlDejFyJOFG+g8MMxuVMu2LinJf+rdiVO203p7MqN6FUSEBOOoy8Q==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 unconfig: 0.3.5 dev: true - /@unocss/core/0.45.9: - resolution: {integrity: sha512-ZUHgE8q7oYNFW+lPyH71n2weR9mhYL4WY/FL6K+sa9mVEYA4Lq15sCKTB+fbowB4CDLxZ8BEGNX3I9Qpn46lHA==} + /@unocss/core/0.45.12: + resolution: {integrity: sha512-21ri/IF/r82lYJTSZ8kBwesSPysaMopMbPy6AtHgCQIHQPsdx6lOzg9Wq5rh+5IjXywXSmuRMuHiYSPjI0yxdw==} dev: true - /@unocss/inspector/0.45.9: - resolution: {integrity: sha512-/GFt/NG349cs9HnVejQe0T2HUUx8lOIjSP0cgReibWJ2idIuu9NLYPTh1YuT37ygHkze19106/HLu50lGtjAmw==} + /@unocss/inspector/0.45.12: + resolution: {integrity: sha512-Z7QVaZ4t7KnUZAQLaqitk9bWmTFW9f9sJRmxc6qUPi0DsVRFBxth4u61LHyEUT0lIDm7+1smzp42hc9M+6yutg==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: true - /@unocss/preset-attributify/0.45.9: - resolution: {integrity: sha512-jIpBx7J3XHg/QBxybU4kZr9io853ifrkcs/QfKgc2DFq+iOQfnIxFuMGJNs7oH2Py86MkX6ZkYuDJ5IlcE+v2A==} + /@unocss/preset-attributify/0.45.12: + resolution: {integrity: sha512-Ypo0Y+2upQkjuNw6KCwzWgvQKbLyrKlLiFxSLdJ9DtHyWFSMHe6Ue9mI73pyqKSYngb5UHTSmdfs0+FbWGPmlQ==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 dev: true - /@unocss/preset-icons/0.45.9: - resolution: {integrity: sha512-Tla5xII9TzLgunOu4sbOshJwif2FYcX1xgql6KeFhL6f37Z6EUiax4TBgPC3GIreleRLhACVP8sZUil3fK2zcA==} + /@unocss/preset-icons/0.45.12: + resolution: {integrity: sha512-ttoQHT76hLXF++oLgORCwi4+SpSGURkrcPm9PjavnQtLaItBHgFNEp2dPw4aJl+8njsY/YAHg6QrqZ7ItE7h1Q==} dependencies: '@iconify/utils': 1.0.33 - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 ohmyfetch: 0.4.18 transitivePeerDependencies: - supports-color dev: true - /@unocss/preset-mini/0.45.9: - resolution: {integrity: sha512-WLBKaE+WYBPbRK4Q3lHDBf8luFElNd0cG4e05Tttg028ImZIhDsPGkGAGLKk5wmA1CiUvG/K976NywOchA9T6A==} + /@unocss/preset-mini/0.45.12: + resolution: {integrity: sha512-2t+ia6CRnzYJQ9WSGpJgc6GOYY4BXU55TI7YdZMhNLB4+2fHt699W/EzEb8pAo+dHRcJob71Wu5RrGpF6F+HvA==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 dev: true - /@unocss/preset-tagify/0.45.9: - resolution: {integrity: sha512-cOjxRp3EWWJSVA69NiqsRdLlB2SFGys4w+44X4UYe0yYHr2L3bJEK66gPj3YLuyiBfmbv5RSv1OaP2a1RHQ1ZA==} + /@unocss/preset-tagify/0.45.12: + resolution: {integrity: sha512-/tNYR9IU25HJsFEafsm6JltTmhU923ntopd4GjRSgdvniCeFTAwOsrBk/5qH0VELmJmY1veGePrTH3eocP6mgA==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 dev: true - /@unocss/preset-typography/0.45.9: - resolution: {integrity: sha512-TaHnAZd6UU2qNz0dEqoniBrwEOCpsifZquOK6hFRCj4FKwWWP2VEOgdVclgjL8DDWLZeS4bfTn2zQ5pGfo8tDQ==} + /@unocss/preset-typography/0.45.12: + resolution: {integrity: sha512-7K7uI8fQJ7lk15roFS1Nc3OgPerfYah3qcmc+Zmny+2oVXmN1u0aABL6daELvvS4lsXqd+j+GHdTphNaGgSfNw==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 dev: true - /@unocss/preset-uno/0.45.9: - resolution: {integrity: sha512-YqQRPeVDrY7poBUw0tOOD3Vd8QCEmhIjN63MovA0RnEG6NMweMuJ5ahqVarfp3Rrcfycmgya6WWGk6ZOlinl5A==} + /@unocss/preset-uno/0.45.12: + resolution: {integrity: sha512-NkOHtzl/k81++I9y3rZV6SecHkp0bcF6bKTwNO4fDOStfarvg8NFgRR03K25Dc+2Jm/KTgT0OvOUplCTht6Xiw==} dependencies: - '@unocss/core': 0.45.9 - '@unocss/preset-mini': 0.45.9 - '@unocss/preset-wind': 0.45.9 + '@unocss/core': 0.45.12 + '@unocss/preset-mini': 0.45.12 + '@unocss/preset-wind': 0.45.12 dev: true - /@unocss/preset-web-fonts/0.45.9: - resolution: {integrity: sha512-kWYfUcvRvoPyxmf6q8AZV+cLeVJH6p4tmvDnV9iLckCThYYC+6ADHlnRimv8PJtVvy6hgv46vf0X3ZA4HLSqzg==} + /@unocss/preset-web-fonts/0.45.12: + resolution: {integrity: sha512-oBALsG7Q16R9v3mUMVQ9loaj68QlM3Ow1q+wytkCoc8FjAMP6fx6isuta+FBYpH/h8rpD4TVMKbImS+KLAczfA==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 ohmyfetch: 0.4.18 dev: true - /@unocss/preset-wind/0.45.9: - resolution: {integrity: sha512-LMlWg8jsUwqlhd6jwtn5QCTzb1et0k7yNIZwyL6Y2AOHW5g5jqaTvKTWVjQpfu9wmlxTTVXDBmaOV3cOiosvuw==} + /@unocss/preset-wind/0.45.12: + resolution: {integrity: sha512-xZ8GNKEr4xWdbffBVgSxsWI86IMU/akvuDXMDBeA3C+yrkQFrohMn077ztF9PypXP6/CzTLtSc2x5HyHdFNQyA==} dependencies: - '@unocss/core': 0.45.9 - '@unocss/preset-mini': 0.45.9 + '@unocss/core': 0.45.12 + '@unocss/preset-mini': 0.45.12 dev: true - /@unocss/reset/0.45.9: - resolution: {integrity: sha512-FiLi3jas0L3CkfdAYXRybRjAjGz9lZQ4+8IglBXKyR9UDnHssNemo5+NGEv7xpsItPm99b/lsMvLnx1JX/As5Q==} + /@unocss/reset/0.45.12: + resolution: {integrity: sha512-4HldzkLErjp90W9RMkMgnDbFQzZNz+cpLTB/3Wnj9UqvIBYAZ+gfZ7Y7YEntFKmHLMV1W+6emnuMNI4qS3B0Jg==} dev: true - /@unocss/scope/0.45.9: - resolution: {integrity: sha512-1JOv+xCYYetofqpfWmBX1kXIqo2n788FRWNPzkbSGaH5qdS9za1+wECBlTiWpbvyfeB4gX88d8+DX9YL4PjVdA==} + /@unocss/scope/0.45.12: + resolution: {integrity: sha512-BiGm4OUOhrN/woql/daUtj+jL74IuqwCrMp5m5pBGZ8JGtb0k5qWd4yOZLJllvjTJ3Im5AMFGQCbE9h6Oez+Ag==} dev: true - /@unocss/transformer-attributify-jsx/0.45.9: - resolution: {integrity: sha512-QgCuztKpm0jLZhJbEWGrajwT1iURtGXtALBLVdqqM/D5FoFpHpkddOhr5ud+XGoyRhy9E9m9WdfyTq8g97HHgQ==} + /@unocss/transformer-attributify-jsx/0.45.12: + resolution: {integrity: sha512-Kg6PyT8qlJvIwHHQNI9c3ukXJW1vsIXeC/5zCv4jEt3FT9W/WqoCVSGNwkubrEot9iNqelNGFnpv0AziCzExrw==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 dev: true - /@unocss/transformer-compile-class/0.45.9: - resolution: {integrity: sha512-x0MWUdTMPndS4AZEwlV+ugDdTYeezEGCC0fKb/jKujF3RMf9m6C8/MZw3eiZ5LNHKU1kfor1NWCTjshXl4pV3Q==} + /@unocss/transformer-compile-class/0.45.12: + resolution: {integrity: sha512-xbbvdzjW2Q3iiZrH8/yCIgDlk0tcOOtq+qUvufuacSE3QmrYCI4tx2pNoFy1RrZc6snbWM4qH7QOPiHTFafC0w==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 dev: true - /@unocss/transformer-directives/0.45.9: - resolution: {integrity: sha512-88t2zWFVpYNk3kFBiJWW4oYerbVnyk9smPZD9+HJewPJbvbHm6UboW4rEy3KepT2heyn7GTpLjfLD08yDZFvIA==} + /@unocss/transformer-directives/0.45.12: + resolution: {integrity: sha512-VRUNAgWtBtrTTJPiUVoSbuFgJnr7ema00nRtOG9L1+YF27hBUQvIn/u5rkADY+R+j4+iUi2CUD/Recywk6WR8A==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 css-tree: 2.2.1 dev: true - /@unocss/transformer-variant-group/0.45.9: - resolution: {integrity: sha512-xB7ygI81u9yVpJvKDo5l03KC0zwJRerpncNxpReDpPGTcpnoYqoazX0CZ/sCekuE3ErZC6UJkyknEuwT+8owog==} + /@unocss/transformer-variant-group/0.45.12: + resolution: {integrity: sha512-ZyvCF63gs6pRm+SxZ7Ixg9uwIYHnKiT7XaTXVWqh/TPDtBm2AGZ+cVIvuPk7ekiofVHSh+iPFJJDTK/WT1rvZg==} dependencies: - '@unocss/core': 0.45.9 + '@unocss/core': 0.45.12 dev: true - /@unocss/vite/0.45.9_vite@3.0.9: - resolution: {integrity: sha512-Wb0JSaO/D8IvXku6+bImr4oobYbFFcqXYAT3QrWTYdCuEZ7Zn6svNN4f1baMvKH5djm7cn9YNL7lroOXN0/m8Q==} + /@unocss/vite/0.45.12_vite@3.0.9: + resolution: {integrity: sha512-6DRU4Kv0+oKqvTS6fPG5rtI2cfexPCGoCY5OgYEeN6uaDzoINBl1ULaWe8ycSuCdQvAC5NRpSX9bC4LYH0Fb1Q==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 dependencies: '@ampproject/remapping': 2.2.0 '@rollup/pluginutils': 4.2.1 - '@unocss/config': 0.45.9 - '@unocss/core': 0.45.9 - '@unocss/inspector': 0.45.9 - '@unocss/scope': 0.45.9 - '@unocss/transformer-directives': 0.45.9 + '@unocss/config': 0.45.12 + '@unocss/core': 0.45.12 + '@unocss/inspector': 0.45.12 + '@unocss/scope': 0.45.12 + '@unocss/transformer-directives': 0.45.12 magic-string: 0.26.2 vite: 3.0.9_sass@1.54.5+terser@5.14.2 dev: true @@ -653,7 +663,7 @@ packages: /@vue/compiler-core/3.2.37: resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==} dependencies: - '@babel/parser': 7.18.11 + '@babel/parser': 7.18.13 '@vue/shared': 3.2.37 estree-walker: 2.0.2 source-map: 0.6.1 @@ -667,7 +677,7 @@ packages: /@vue/compiler-sfc/3.2.37: resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==} dependencies: - '@babel/parser': 7.18.11 + '@babel/parser': 7.18.13 '@vue/compiler-core': 3.2.37 '@vue/compiler-dom': 3.2.37 '@vue/compiler-ssr': 3.2.37 @@ -711,8 +721,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i - '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/eslint-plugin': 5.34.0_euudt5oqhhodkyae5tf6wjmsda + '@typescript-eslint/parser': 5.34.0_4rv7y5c6xz3vfxwhbrcxxi73bq eslint: 8.22.0 eslint-plugin-vue: 9.3.0_eslint@8.22.0 typescript: 4.7.4 @@ -724,7 +734,7 @@ packages: /@vue/reactivity-transform/3.2.37: resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==} dependencies: - '@babel/parser': 7.18.11 + '@babel/parser': 7.18.13 '@vue/compiler-core': 3.2.37 '@vue/shared': 3.2.37 estree-walker: 2.0.2 @@ -3642,31 +3652,32 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unocss/0.45.9_vite@3.0.9: - resolution: {integrity: sha512-f2gTI1cn2/GZRbvSnCaWZa03IdcRnK33AiBtpJoDW61IRNt7lu+D1upCnkKPjcTrDFTmI7DryXGHlG/b8p4wTQ==} + /unocss/0.45.12_vite@3.0.9: + resolution: {integrity: sha512-XVsmWo/kXkpKBQZ2lPR4MYo4YGLyU2ioAWTD8Yxyy6lqODElZ0DQKHVFWWmAKHbUzFvNh14O+7IKM93R7uuZpQ==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.45.9 + '@unocss/webpack': 0.45.12 peerDependenciesMeta: '@unocss/webpack': optional: true dependencies: - '@unocss/cli': 0.45.9 - '@unocss/core': 0.45.9 - '@unocss/preset-attributify': 0.45.9 - '@unocss/preset-icons': 0.45.9 - '@unocss/preset-mini': 0.45.9 - '@unocss/preset-tagify': 0.45.9 - '@unocss/preset-typography': 0.45.9 - '@unocss/preset-uno': 0.45.9 - '@unocss/preset-web-fonts': 0.45.9 - '@unocss/preset-wind': 0.45.9 - '@unocss/reset': 0.45.9 - '@unocss/transformer-attributify-jsx': 0.45.9 - '@unocss/transformer-compile-class': 0.45.9 - '@unocss/transformer-directives': 0.45.9 - '@unocss/transformer-variant-group': 0.45.9 - '@unocss/vite': 0.45.9_vite@3.0.9 + '@unocss/astro': 0.45.12_vite@3.0.9 + '@unocss/cli': 0.45.12 + '@unocss/core': 0.45.12 + '@unocss/preset-attributify': 0.45.12 + '@unocss/preset-icons': 0.45.12 + '@unocss/preset-mini': 0.45.12 + '@unocss/preset-tagify': 0.45.12 + '@unocss/preset-typography': 0.45.12 + '@unocss/preset-uno': 0.45.12 + '@unocss/preset-web-fonts': 0.45.12 + '@unocss/preset-wind': 0.45.12 + '@unocss/reset': 0.45.12 + '@unocss/transformer-attributify-jsx': 0.45.12 + '@unocss/transformer-compile-class': 0.45.12 + '@unocss/transformer-directives': 0.45.12 + '@unocss/transformer-variant-group': 0.45.12 + '@unocss/vite': 0.45.12_vite@3.0.9 transitivePeerDependencies: - supports-color - vite @@ -3789,8 +3800,8 @@ packages: - supports-color dev: true - /vue-router/4.1.3_vue@3.2.37: - resolution: {integrity: sha512-XvK81bcYglKiayT7/vYAg/f36ExPC4t90R/HIpzrZ5x+17BOWptXLCrEPufGgZeuq68ww4ekSIMBZY1qdUdfjA==} + /vue-router/4.1.4_vue@3.2.37: + resolution: {integrity: sha512-UgYen33gOtwT3cOG1+yRen+Brk9py8CSlC9LEa3UjvKZ4EAoSo8NjZPDeDnmNerfazorHIJG1NC7qdi1SuQJnQ==} peerDependencies: vue: ^3.2.0 dependencies: