diff --git a/package.json b/package.json index 9bff579c..a5cfb8a3 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ "packages/*" ], "dependencies": { - "@emoji-mart/data": "^1.0.7", - "@formkit/core": "^1.0.0-beta.11", - "@formkit/i18n": "^1.0.0-beta.11", - "@formkit/inputs": "^1.0.0-beta.11", - "@formkit/themes": "^1.0.0-beta.11", - "@formkit/vue": "^1.0.0-beta.11", - "@formkit/utils": "^1.0.0-beta.11", + "@emoji-mart/data": "^1.0.8", + "@formkit/core": "^1.0.0-beta.12", + "@formkit/i18n": "^1.0.0-beta.12", + "@formkit/inputs": "^1.0.0-beta.12", + "@formkit/themes": "^1.0.0-beta.12", + "@formkit/utils": "^1.0.0-beta.12", + "@formkit/vue": "^1.0.0-beta.12", "@halo-dev/api-client": "^0.0.51", "@halo-dev/components": "workspace:*", "@halo-dev/console-shared": "workspace:*", @@ -46,14 +46,14 @@ "@uppy/status-bar": "^3.0.1", "@uppy/vue": "^1.0.1", "@uppy/xhr-upload": "^3.0.4", - "@vueuse/components": "^9.5.0", - "@vueuse/core": "^9.5.0", - "@vueuse/router": "^9.5.0", - "@vueuse/shared": "^9.5.0", + "@vueuse/components": "^9.6.0", + "@vueuse/core": "^9.6.0", + "@vueuse/router": "^9.6.0", + "@vueuse/shared": "^9.6.0", "axios": "^0.27.2", - "colorjs.io": "^0.4.1", + "colorjs.io": "^0.4.2", "dayjs": "^1.11.6", - "emoji-mart": "^5.3.1", + "emoji-mart": "^5.3.3", "floating-vue": "2.0.0-beta.20", "fuse.js": "^6.6.2", "lodash.clonedeep": "^4.5.0", @@ -61,10 +61,10 @@ "lodash.merge": "^4.6.2", "lodash.sortby": "^4.7.0", "path-browserify": "^1.0.1", - "pinia": "^2.0.23", + "pinia": "^2.0.26", "pretty-bytes": "^6.0.0", "qs": "^6.11.0", - "vue": "^3.2.44", + "vue": "^3.2.45", "vue-grid-layout": "3.0.0-beta1", "vue-router": "^4.1.6", "vuedraggable": "^4.1.0", @@ -72,7 +72,7 @@ }, "devDependencies": { "@changesets/cli": "^2.25.2", - "@iconify-json/mdi": "^1.1.34", + "@iconify-json/mdi": "^1.1.36", "@iconify-json/vscode-icons": "^1.1.16", "@rushstack/eslint-patch": "^1.2.0", "@tailwindcss/aspect-ratio": "^0.4.2", @@ -85,39 +85,39 @@ "@types/randomstring": "^1.1.8", "@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue-jsx": "^2.1.1", - "@vitest/ui": "^0.25.1", - "@vue/compiler-sfc": "^3.2.44", + "@vitest/ui": "^0.25.3", + "@vue/compiler-sfc": "^3.2.45", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.2", - "@vue/test-utils": "^2.2.1", + "@vue/test-utils": "^2.2.4", "@vue/tsconfig": "^0.1.3", "autoprefixer": "^10.4.13", "c8": "^7.12.0", "cypress": "^10.11.0", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-plugin-cypress": "^2.12.1", - "eslint-plugin-vue": "^9.7.0", + "eslint-plugin-vue": "^9.8.0", "husky": "^8.0.2", - "jsdom": "^20.0.2", + "jsdom": "^20.0.3", "postcss": "^8.4.19", - "prettier": "^2.7.1", + "prettier": "^2.8.0", "prettier-plugin-tailwindcss": "^0.1.13", "randomstring": "^1.2.3", "sass": "^1.56.1", "start-server-and-test": "^1.14.0", - "tailwindcss": "^3.2.3", + "tailwindcss": "^3.2.4", "tailwindcss-safe-area": "^0.2.2", "tailwindcss-themer": "^2.0.2", "typescript": "~4.7.4", - "unplugin-icons": "^0.14.13", - "vite": "^3.2.3", + "unplugin-icons": "^0.14.14", + "vite": "^3.2.4", "vite-compression-plugin": "^0.0.4", "vite-plugin-externals": "^0.5.1", "vite-plugin-html": "^3.2.0", "vite-plugin-pwa": "^0.13.3", "vite-plugin-static-copy": "^0.11.1", "vite-plugin-vue-setup-extend": "^0.4.0", - "vitest": "^0.25.1", + "vitest": "^0.25.3", "vue-tsc": "^1.0.9" } } diff --git a/packages/components/package.json b/packages/components/package.json index 5a55e35f..dd3ae257 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -44,11 +44,11 @@ "homepage": "https://github.com/halo-dev/console/tree/main/packages/components#readme", "license": "MIT", "devDependencies": { - "@histoire/plugin-vue": "^0.11.6", - "@iconify-json/ri": "^1.1.3", - "histoire": "^0.11.6", - "unplugin-icons": "^0.14.13", - "vite-plugin-dts": "^1.7.0" + "@histoire/plugin-vue": "^0.11.7", + "@iconify-json/ri": "^1.1.4", + "histoire": "^0.11.7", + "unplugin-icons": "^0.14.14", + "vite-plugin-dts": "^1.7.1" }, "peerDependencies": { "vue": "^3.2.37", @@ -64,13 +64,13 @@ "dependencies": { "@codemirror/commands": "^6.1.2", "@codemirror/lang-css": "^6.0.1", - "@codemirror/lang-html": "^6.1.3", + "@codemirror/lang-html": "^6.2.0", "@codemirror/lang-javascript": "^6.1.1", "@codemirror/lang-json": "^6.0.1", - "@codemirror/language": "^6.3.0", - "@codemirror/legacy-modes": "^6.2.0", - "@codemirror/state": "^6.1.3", - "@codemirror/view": "^6.4.2", + "@codemirror/language": "^6.3.1", + "@codemirror/legacy-modes": "^6.3.0", + "@codemirror/state": "^6.1.4", + "@codemirror/view": "^6.5.1", "codemirror": "^6.0.1" } } diff --git a/packages/shared/package.json b/packages/shared/package.json index 424ab1c1..2cb19afc 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -38,7 +38,7 @@ "homepage": "https://github.com/halo-dev/console/tree/main/packages/shared#readme", "license": "MIT", "devDependencies": { - "vite-plugin-dts": "^1.7.0" + "vite-plugin-dts": "^1.7.1" }, "peerDependencies": { "vue": "^3.2.37", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d5944e25..c8e2653e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,18 +5,18 @@ importers: .: specifiers: '@changesets/cli': ^2.25.2 - '@emoji-mart/data': ^1.0.7 - '@formkit/core': ^1.0.0-beta.11 - '@formkit/i18n': ^1.0.0-beta.11 - '@formkit/inputs': ^1.0.0-beta.11 - '@formkit/themes': ^1.0.0-beta.11 - '@formkit/utils': ^1.0.0-beta.11 - '@formkit/vue': ^1.0.0-beta.11 + '@emoji-mart/data': ^1.0.8 + '@formkit/core': ^1.0.0-beta.12 + '@formkit/i18n': ^1.0.0-beta.12 + '@formkit/inputs': ^1.0.0-beta.12 + '@formkit/themes': ^1.0.0-beta.12 + '@formkit/utils': ^1.0.0-beta.12 + '@formkit/vue': ^1.0.0-beta.12 '@halo-dev/api-client': ^0.0.51 '@halo-dev/components': workspace:* '@halo-dev/console-shared': workspace:* '@halo-dev/richtext-editor': ^0.0.0-alpha.11 - '@iconify-json/mdi': ^1.1.34 + '@iconify-json/mdi': ^1.1.36 '@iconify-json/vscode-icons': ^1.1.16 '@rushstack/eslint-patch': ^1.2.0 '@tailwindcss/aspect-ratio': ^0.4.2 @@ -39,58 +39,58 @@ importers: '@uppy/xhr-upload': ^3.0.4 '@vitejs/plugin-vue': ^3.2.0 '@vitejs/plugin-vue-jsx': ^2.1.1 - '@vitest/ui': ^0.25.1 - '@vue/compiler-sfc': ^3.2.44 + '@vitest/ui': ^0.25.3 + '@vue/compiler-sfc': ^3.2.45 '@vue/eslint-config-prettier': ^7.0.0 '@vue/eslint-config-typescript': ^11.0.2 - '@vue/test-utils': ^2.2.1 + '@vue/test-utils': ^2.2.4 '@vue/tsconfig': ^0.1.3 - '@vueuse/components': ^9.5.0 - '@vueuse/core': ^9.5.0 - '@vueuse/router': ^9.5.0 - '@vueuse/shared': ^9.5.0 + '@vueuse/components': ^9.6.0 + '@vueuse/core': ^9.6.0 + '@vueuse/router': ^9.6.0 + '@vueuse/shared': ^9.6.0 autoprefixer: ^10.4.13 axios: ^0.27.2 c8: ^7.12.0 - colorjs.io: ^0.4.1 + colorjs.io: ^0.4.2 cypress: ^10.11.0 dayjs: ^1.11.6 - emoji-mart: ^5.3.1 - eslint: ^8.27.0 + emoji-mart: ^5.3.3 + eslint: ^8.28.0 eslint-plugin-cypress: ^2.12.1 - eslint-plugin-vue: ^9.7.0 + eslint-plugin-vue: ^9.8.0 floating-vue: 2.0.0-beta.20 fuse.js: ^6.6.2 husky: ^8.0.2 - jsdom: ^20.0.2 + jsdom: ^20.0.3 lodash.clonedeep: ^4.5.0 lodash.isequal: ^4.5.0 lodash.merge: ^4.6.2 lodash.sortby: ^4.7.0 path-browserify: ^1.0.1 - pinia: ^2.0.23 + pinia: ^2.0.26 postcss: ^8.4.19 - prettier: ^2.7.1 + prettier: ^2.8.0 prettier-plugin-tailwindcss: ^0.1.13 pretty-bytes: ^6.0.0 qs: ^6.11.0 randomstring: ^1.2.3 sass: ^1.56.1 start-server-and-test: ^1.14.0 - tailwindcss: ^3.2.3 + tailwindcss: ^3.2.4 tailwindcss-safe-area: ^0.2.2 tailwindcss-themer: ^2.0.2 typescript: ~4.7.4 - unplugin-icons: ^0.14.13 - vite: ^3.2.3 + unplugin-icons: ^0.14.14 + vite: ^3.2.4 vite-compression-plugin: ^0.0.4 vite-plugin-externals: ^0.5.1 vite-plugin-html: ^3.2.0 vite-plugin-pwa: ^0.13.3 vite-plugin-static-copy: ^0.11.1 vite-plugin-vue-setup-extend: ^0.4.0 - vitest: ^0.25.1 - vue: ^3.2.44 + vitest: ^0.25.3 + vue: ^3.2.45 vue-grid-layout: 3.0.0-beta1 vue-router: ^4.1.6 vue-tsc: ^1.0.9 @@ -118,14 +118,14 @@ importers: '@uppy/status-bar': 3.0.1_@uppy+core@3.0.4 '@uppy/vue': 1.0.1_awk5c2uglsd654jjqxzzrstvoi '@uppy/xhr-upload': 3.0.4_@uppy+core@3.0.4 - '@vueuse/components': 9.5.0_vue@3.2.45 - '@vueuse/core': 9.5.0_vue@3.2.45 - '@vueuse/router': 9.5.0_xsxatmlnmmg5bcuv3xdnj6fj7y - '@vueuse/shared': 9.5.0_vue@3.2.45 + '@vueuse/components': 9.6.0_vue@3.2.45 + '@vueuse/core': 9.6.0_vue@3.2.45 + '@vueuse/router': 9.6.0_xsxatmlnmmg5bcuv3xdnj6fj7y + '@vueuse/shared': 9.6.0_vue@3.2.45 axios: 0.27.2 - colorjs.io: 0.4.1 + colorjs.io: 0.4.2 dayjs: 1.11.6 - emoji-mart: 5.3.2 + emoji-mart: 5.3.3 floating-vue: 2.0.0-beta.20_vue@3.2.45 fuse.js: 6.6.2 lodash.clonedeep: 4.5.0 @@ -133,7 +133,7 @@ importers: lodash.merge: 4.6.2 lodash.sortby: 4.7.0 path-browserify: 1.0.1 - pinia: 2.0.23_e7lp6ggkpgyi5vqd44m2kxvk6i + pinia: 2.0.26_e7lp6ggkpgyi5vqd44m2kxvk6i pretty-bytes: 6.0.0 qs: 6.11.0 vue: 3.2.45 @@ -143,7 +143,7 @@ importers: yaml: 2.1.3 devDependencies: '@changesets/cli': 2.25.2 - '@iconify-json/mdi': 1.1.34 + '@iconify-json/mdi': 1.1.36 '@iconify-json/vscode-icons': 1.1.16 '@rushstack/eslint-patch': 1.2.0 '@tailwindcss/aspect-ratio': 0.4.2_tailwindcss@3.2.4 @@ -156,23 +156,23 @@ importers: '@types/randomstring': 1.1.8 '@vitejs/plugin-vue': 3.2.0_vite@3.2.4+vue@3.2.45 '@vitejs/plugin-vue-jsx': 2.1.1_vite@3.2.4+vue@3.2.45 - '@vitest/ui': 0.25.2 + '@vitest/ui': 0.25.3 '@vue/compiler-sfc': 3.2.45 - '@vue/eslint-config-prettier': 7.0.0_mbd4zptqpjbepwpyh2zbtslqey - '@vue/eslint-config-typescript': 11.0.2_qyjznpwebazwkjejbnritmft4e - '@vue/test-utils': 2.2.3_vue@3.2.45 + '@vue/eslint-config-prettier': 7.0.0_5qrnzwqb344w6up62gv3safeoi + '@vue/eslint-config-typescript': 11.0.2_xujyr2aigpdmpdw7dbrxyf7afy + '@vue/test-utils': 2.2.4_vue@3.2.45 '@vue/tsconfig': 0.1.3_@types+node@18.11.9 autoprefixer: 10.4.13_postcss@8.4.19 c8: 7.12.0 cypress: 10.11.0 - eslint: 8.27.0 - eslint-plugin-cypress: 2.12.1_eslint@8.27.0 - eslint-plugin-vue: 9.7.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-plugin-cypress: 2.12.1_eslint@8.28.0 + eslint-plugin-vue: 9.8.0_eslint@8.28.0 husky: 8.0.2 - jsdom: 20.0.2 + jsdom: 20.0.3 postcss: 8.4.19 - prettier: 2.7.1 - prettier-plugin-tailwindcss: 0.1.13_prettier@2.7.1 + prettier: 2.8.0 + prettier-plugin-tailwindcss: 0.1.13_prettier@2.8.0 randomstring: 1.2.3 sass: 1.56.1 start-server-and-test: 1.14.0 @@ -180,7 +180,7 @@ importers: tailwindcss-safe-area: 0.2.2 tailwindcss-themer: 2.0.2_tailwindcss@3.2.4 typescript: 4.7.4 - unplugin-icons: 0.14.13_@vue+compiler-sfc@3.2.45 + unplugin-icons: 0.14.14_@vue+compiler-sfc@3.2.45 vite: 3.2.4_ajklay5k626t46b6fyghkbup3i vite-compression-plugin: 0.0.4 vite-plugin-externals: 0.5.1_vite@3.2.4 @@ -188,47 +188,47 @@ importers: vite-plugin-pwa: 0.13.3_vite@3.2.4 vite-plugin-static-copy: 0.11.1_vite@3.2.4 vite-plugin-vue-setup-extend: 0.4.0_vite@3.2.4 - vitest: 0.25.2_yvjtz2v2subkwifqvesh2o4s3u + vitest: 0.25.3_wqgykbafw5ps5nhnqfbxcvabhu vue-tsc: 1.0.9_typescript@4.7.4 packages/components: specifiers: '@codemirror/commands': ^6.1.2 '@codemirror/lang-css': ^6.0.1 - '@codemirror/lang-html': ^6.1.3 + '@codemirror/lang-html': ^6.2.0 '@codemirror/lang-javascript': ^6.1.1 '@codemirror/lang-json': ^6.0.1 - '@codemirror/language': ^6.3.0 - '@codemirror/legacy-modes': ^6.2.0 - '@codemirror/state': ^6.1.3 - '@codemirror/view': ^6.4.2 - '@histoire/plugin-vue': ^0.11.6 - '@iconify-json/ri': ^1.1.3 + '@codemirror/language': ^6.3.1 + '@codemirror/legacy-modes': ^6.3.0 + '@codemirror/state': ^6.1.4 + '@codemirror/view': ^6.5.1 + '@histoire/plugin-vue': ^0.11.7 + '@iconify-json/ri': ^1.1.4 codemirror: ^6.0.1 - histoire: ^0.11.6 - unplugin-icons: ^0.14.13 - vite-plugin-dts: ^1.7.0 + histoire: ^0.11.7 + unplugin-icons: ^0.14.14 + vite-plugin-dts: ^1.7.1 dependencies: '@codemirror/commands': 6.1.2 '@codemirror/lang-css': 6.0.1_@codemirror+view@6.5.1 - '@codemirror/lang-html': 6.1.3 + '@codemirror/lang-html': 6.2.0 '@codemirror/lang-javascript': 6.1.1 '@codemirror/lang-json': 6.0.1 - '@codemirror/language': 6.3.0 - '@codemirror/legacy-modes': 6.2.0 + '@codemirror/language': 6.3.1 + '@codemirror/legacy-modes': 6.3.0 '@codemirror/state': 6.1.4 '@codemirror/view': 6.5.1 codemirror: 6.0.1 devDependencies: '@histoire/plugin-vue': 0.11.7_histoire@0.11.7 - '@iconify-json/ri': 1.1.3 + '@iconify-json/ri': 1.1.4 histoire: 0.11.7 - unplugin-icons: 0.14.13 + unplugin-icons: 0.14.14 vite-plugin-dts: 1.7.1 packages/shared: specifiers: - vite-plugin-dts: ^1.7.0 + vite-plugin-dts: ^1.7.1 devDependencies: vite-plugin-dts: 1.7.1 @@ -517,11 +517,11 @@ packages: /@babel/helper-string-parser/7.18.10: resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} engines: {node: '>=6.9.0'} - dev: true /@babel/helper-validator-identifier/7.19.1: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} @@ -564,20 +564,12 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.19.3: - resolution: {integrity: sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.19.3 - /@babel/parser/7.20.3: resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: '@babel/types': 7.20.2 - dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -1479,6 +1471,7 @@ packages: '@babel/helper-string-parser': 7.18.10 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + dev: true /@babel/types/7.20.2: resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} @@ -1487,7 +1480,6 @@ packages: '@babel/helper-string-parser': 7.19.4 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 - dev: true /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -1506,7 +1498,7 @@ packages: fs-extra: 7.0.1 lodash.startcase: 4.4.0 outdent: 0.5.0 - prettier: 2.7.1 + prettier: 2.8.0 resolve-from: 5.0.0 semver: 5.7.1 dev: true @@ -1673,17 +1665,17 @@ packages: '@changesets/types': 5.2.0 fs-extra: 7.0.1 human-id: 1.0.2 - prettier: 2.7.1 + prettier: 2.8.0 dev: true - /@codemirror/autocomplete/6.3.0_jwojl5dpod7rvijk5u3kpl7n2q: + /@codemirror/autocomplete/6.3.0_v3kbhmj4stolys7brydlafx57e: resolution: {integrity: sha512-4jEvh3AjJZTDKazd10J6ZsCIqaYxDMCeua5ouQxY8hlFIml+nr7le0SgBhT3SIytFBmdzPK3AUhXGuW3T79nVg==} peerDependencies: '@codemirror/language': ^6.0.0 '@codemirror/state': ^6.0.0 '@codemirror/view': ^6.0.0 dependencies: - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/view': 6.5.1 '@lezer/common': 1.0.1 @@ -1692,7 +1684,7 @@ packages: /@codemirror/commands/6.1.2: resolution: {integrity: sha512-sO3jdX1s0pam6lIdeSJLMN3DQ6mPEbM4yLvyKkdqtmd/UDwhXA5+AwFJ89rRXm6vTeOXBsE5cAmlos/t7MJdgg==} dependencies: - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/view': 6.5.1 '@lezer/common': 1.0.1 @@ -1700,32 +1692,32 @@ packages: /@codemirror/lang-css/6.0.1_@codemirror+view@6.5.1: resolution: {integrity: sha512-rlLq1Dt0WJl+2epLQeAsfqIsx3lGu4HStHCJu95nGGuz2P2fNugbU3dQYafr2VRjM4eMC9HviI6jvS98CNtG5w==} dependencies: - '@codemirror/autocomplete': 6.3.0_jwojl5dpod7rvijk5u3kpl7n2q - '@codemirror/language': 6.3.0 + '@codemirror/autocomplete': 6.3.0_v3kbhmj4stolys7brydlafx57e + '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 '@lezer/css': 1.0.1 transitivePeerDependencies: - '@codemirror/view' dev: false - /@codemirror/lang-html/6.1.3: - resolution: {integrity: sha512-LmtIElopGK6bBfddAyjBitS6hz8nFr/PVUtvqmfomXlHB4m+Op2d5eGk/X9/CSby6Y8NqXXkGa3yDd9lfJ6Qlg==} + /@codemirror/lang-html/6.2.0: + resolution: {integrity: sha512-0Kr+gWPu1J4mhpLbqHPqoD5+xLCwAntfzRv9L61cqRSFNpDpDbGbONSN5xzWupo6AJ9qtDOlJNBFBuL72tXPwg==} dependencies: - '@codemirror/autocomplete': 6.3.0_jwojl5dpod7rvijk5u3kpl7n2q + '@codemirror/autocomplete': 6.3.0_v3kbhmj4stolys7brydlafx57e '@codemirror/lang-css': 6.0.1_@codemirror+view@6.5.1 '@codemirror/lang-javascript': 6.1.1 - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/view': 6.5.1 '@lezer/common': 1.0.1 - '@lezer/html': 1.0.1 + '@lezer/html': 1.1.1 dev: false /@codemirror/lang-javascript/6.1.1: resolution: {integrity: sha512-F4+kiuC5d5dUSJmff96tJQwpEXs/tX/4bapMRnZWW6bHKK1Fx6MunTzopkCUWRa9bF87GPmb9m7Qtg7Yv8f3uQ==} dependencies: - '@codemirror/autocomplete': 6.3.0_jwojl5dpod7rvijk5u3kpl7n2q - '@codemirror/language': 6.3.0 + '@codemirror/autocomplete': 6.3.0_v3kbhmj4stolys7brydlafx57e + '@codemirror/language': 6.3.1 '@codemirror/lint': 6.0.0 '@codemirror/state': 6.1.4 '@codemirror/view': 6.5.1 @@ -1736,11 +1728,11 @@ packages: /@codemirror/lang-json/6.0.1: resolution: {integrity: sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==} dependencies: - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 '@lezer/json': 1.0.0 - /@codemirror/language/6.3.0: - resolution: {integrity: sha512-6jOE5DEt6sKD46SXhn3xPbBehn+l48ACcA6Uxs2k+E2YNH9XGF5WdGMTYr2DlggfK4h0QZBK6zEb5S7lkTriWA==} + /@codemirror/language/6.3.1: + resolution: {integrity: sha512-MK+G1QKaGfSEUg9YEFaBkMBI6j1ge4VMBPZv9fDYotw7w695c42x5Ba1mmwBkesYnzYFBfte6Hh9TDcKa6xORQ==} dependencies: '@codemirror/state': 6.1.4 '@codemirror/view': 6.5.1 @@ -1749,10 +1741,10 @@ packages: '@lezer/lr': 1.2.3 style-mod: 4.0.0 - /@codemirror/legacy-modes/6.2.0: - resolution: {integrity: sha512-RtZfwALTSswzKsnU3zo5FytDBA+/6J85Z8qNO7hnJ3Lo+jbdKUHreiw5m9yAT1DoB5WFhSZODsSijksdSbnGqA==} + /@codemirror/legacy-modes/6.3.0: + resolution: {integrity: sha512-54ncmguzXZQ3u+8gx4/mpBRbkn6TLzfIrCGvFNLgB3giFYY3E2UETzv1RCFP0hM2L2bQBKBoI92i4ahrDAiE6g==} dependencies: - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 dev: false /@codemirror/lint/6.0.0: @@ -1776,7 +1768,7 @@ packages: /@codemirror/theme-one-dark/6.1.0: resolution: {integrity: sha512-AiTHtFRu8+vWT9wWUWDM+cog6ZwgivJogB1Tm/g40NIpLwph7AnmxrSzWfvJN5fBVufsuwBxecQCNmdcR5D7Aw==} dependencies: - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/view': 6.5.1 '@lezer/highlight': 1.1.1 @@ -2051,7 +2043,7 @@ packages: dependencies: '@codemirror/commands': 6.1.2 '@codemirror/lang-json': 6.0.1 - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 '@codemirror/lint': 6.0.0 '@codemirror/state': 6.1.4 '@codemirror/theme-one-dark': 6.1.0 @@ -2109,14 +2101,14 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@iconify-json/mdi/1.1.34: - resolution: {integrity: sha512-Jle/BrVmaKMMPVitsO3lbJ8VpXUVCAhfMFAMo0VoxLDX8ZiKiQyVDHXPug9wGaXYb9mrFZE4UWVK63Cjx8L3rQ==} + /@iconify-json/mdi/1.1.36: + resolution: {integrity: sha512-3aWCVjDIseO8COo8zPkmxOZUFjdWsvTQQnk6zVrOaJh2K8oKuBznw10FSJZgQM7qAn6S54/oejyqkWfODRZV1Q==} dependencies: '@iconify/types': 2.0.0 dev: true - /@iconify-json/ri/1.1.3: - resolution: {integrity: sha512-YQ45kQNpuHc2bso4fDGhooWou43qy7njD/I5l7vpjcujb+P/K2BfLASbWYTTUKu6lMersuFmO8F7NdGzy6eGWw==} + /@iconify-json/ri/1.1.4: + resolution: {integrity: sha512-gAk2gQBVghgbMLOmbUCc3l4COMMH5sR3HhBqpjaPUFBbC4WsNNRyOD4RZgjlanU7DTgFrj4NarY5K2EkXaVxuw==} dependencies: '@iconify/types': 2.0.0 dev: true @@ -2131,8 +2123,8 @@ packages: resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} dev: true - /@iconify/utils/2.0.1: - resolution: {integrity: sha512-t8IyICk25wgZL4YKn/2kYfjG5MGA6EWZlaUJZ1OEIku4V+kX9V900T5E4HIqS3hLyD6/RJET0zY4vxO9pHLHHw==} + /@iconify/utils/2.0.2: + resolution: {integrity: sha512-13B3wJxDLmSNBEIEpKleKSkJVQgdAy9ra3Xsu233i/5qD5yXBGhpOFxTB/k8cqme0xVsMKBPV5vbvq9MgQlX+w==} dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.5.2 @@ -2418,8 +2410,8 @@ packages: dependencies: '@lezer/common': 1.0.1 - /@lezer/html/1.0.1: - resolution: {integrity: sha512-sC00zEt3GBh3vVO6QaGX4YZCl41S9dHWN/WGBsDixy9G+sqOC7gsa4cxA/fmRVAiBvhqYkJk+5Ul4oul92CPVw==} + /@lezer/html/1.1.1: + resolution: {integrity: sha512-L70zLh1+bemYcnaAK03Ghfu24DVxY9uScDawyjR1Y/13P2MbN72hMB9T7Ln/Vl5dL5DWI0YsxbaeIHKikx2DiQ==} dependencies: '@lezer/common': 1.0.1 '@lezer/highlight': 1.1.1 @@ -3237,7 +3229,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.38.1_xlwp5t52w6tqofbrxvw3uuzywu: + /@typescript-eslint/eslint-plugin/5.38.1_un7phxiuz5mvrt7m2xjqf6to6y: resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3248,12 +3240,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q + '@typescript-eslint/parser': 5.38.1_tqvwk7sh3taph5wf7sr5z34mke '@typescript-eslint/scope-manager': 5.38.1 - '@typescript-eslint/type-utils': 5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q - '@typescript-eslint/utils': 5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q + '@typescript-eslint/type-utils': 5.38.1_tqvwk7sh3taph5wf7sr5z34mke + '@typescript-eslint/utils': 5.38.1_tqvwk7sh3taph5wf7sr5z34mke debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.28.0 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 @@ -3263,7 +3255,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q: + /@typescript-eslint/parser/5.38.1_tqvwk7sh3taph5wf7sr5z34mke: resolution: {integrity: sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3277,7 +3269,7 @@ packages: '@typescript-eslint/types': 5.38.1 '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.7.4 debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.28.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color @@ -3291,7 +3283,7 @@ packages: '@typescript-eslint/visitor-keys': 5.38.1 dev: true - /@typescript-eslint/type-utils/5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q: + /@typescript-eslint/type-utils/5.38.1_tqvwk7sh3taph5wf7sr5z34mke: resolution: {integrity: sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3302,9 +3294,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.7.4 - '@typescript-eslint/utils': 5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q + '@typescript-eslint/utils': 5.38.1_tqvwk7sh3taph5wf7sr5z34mke debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.28.0 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: @@ -3337,7 +3329,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q: + /@typescript-eslint/utils/5.38.1_tqvwk7sh3taph5wf7sr5z34mke: resolution: {integrity: sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3347,9 +3339,9 @@ packages: '@typescript-eslint/scope-manager': 5.38.1 '@typescript-eslint/types': 5.38.1 '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.7.4 - eslint: 8.27.0 + eslint: 8.28.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.27.0 + eslint-utils: 3.0.0_eslint@8.28.0 transitivePeerDependencies: - supports-color - typescript @@ -3567,8 +3559,8 @@ packages: vue: 3.2.45 dev: true - /@vitest/ui/0.25.2: - resolution: {integrity: sha512-/pUR88zjiF/5qnzb8Ou9i3+NDgteMcqk7G8VZox/qzcs7Z06dLpNzAxANOANP9m8U/yrJtPNjQqeuMI26HbWwA==} + /@vitest/ui/0.25.3: + resolution: {integrity: sha512-o0Bo/SPlcqopsuGaPUwIPhb0Jr3VSMO4hOOWBBNDtz2/a89HO2GHPP/tx8waWxF0bBc6Cjpcj/CRQAYy3KbLgg==} dependencies: sirv: 2.0.2 dev: true @@ -3646,7 +3638,7 @@ packages: /@vue/compiler-core/3.2.45: resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==} dependencies: - '@babel/parser': 7.19.3 + '@babel/parser': 7.20.3 '@vue/shared': 3.2.45 estree-walker: 2.0.2 source-map: 0.6.1 @@ -3667,7 +3659,7 @@ packages: /@vue/compiler-sfc/3.2.45: resolution: {integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==} dependencies: - '@babel/parser': 7.19.3 + '@babel/parser': 7.20.3 '@vue/compiler-core': 3.2.45 '@vue/compiler-dom': 3.2.45 '@vue/compiler-ssr': 3.2.45 @@ -3684,27 +3676,23 @@ packages: '@vue/compiler-dom': 3.2.45 '@vue/shared': 3.2.45 - /@vue/devtools-api/6.4.4: - resolution: {integrity: sha512-Ku31WzpOV/8cruFaXaEZKF81WkNnvCSlBY4eOGtz5WMSdJvX1v1WWlSMGZeqUwPtQ27ZZz7B62erEMq8JDjcXw==} - dev: false - /@vue/devtools-api/6.4.5: resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} dev: false - /@vue/eslint-config-prettier/7.0.0_mbd4zptqpjbepwpyh2zbtslqey: + /@vue/eslint-config-prettier/7.0.0_5qrnzwqb344w6up62gv3safeoi: resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==} peerDependencies: eslint: '>= 7.28.0' prettier: '>= 2.0.0' dependencies: - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-prettier: 4.2.1_v7o5sx5x3wbs57ifz6wc4f76we - prettier: 2.7.1 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-prettier: 4.2.1_cwlo2dingkvfydnaculr42urve + prettier: 2.8.0 dev: true - /@vue/eslint-config-typescript/11.0.2_qyjznpwebazwkjejbnritmft4e: + /@vue/eslint-config-typescript/11.0.2_xujyr2aigpdmpdw7dbrxyf7afy: resolution: {integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -3715,12 +3703,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.38.1_xlwp5t52w6tqofbrxvw3uuzywu - '@typescript-eslint/parser': 5.38.1_2uhzae5rel2qyw7fhfmxrmdt3q - eslint: 8.27.0 - eslint-plugin-vue: 9.7.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.38.1_un7phxiuz5mvrt7m2xjqf6to6y + '@typescript-eslint/parser': 5.38.1_tqvwk7sh3taph5wf7sr5z34mke + eslint: 8.28.0 + eslint-plugin-vue: 9.8.0_eslint@8.28.0 typescript: 4.7.4 - vue-eslint-parser: 9.1.0_eslint@8.27.0 + vue-eslint-parser: 9.1.0_eslint@8.28.0 transitivePeerDependencies: - supports-color dev: true @@ -3728,7 +3716,7 @@ packages: /@vue/reactivity-transform/3.2.45: resolution: {integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==} dependencies: - '@babel/parser': 7.19.3 + '@babel/parser': 7.20.3 '@vue/compiler-core': 3.2.45 '@vue/shared': 3.2.45 estree-walker: 2.0.2 @@ -3778,8 +3766,8 @@ packages: /@vue/shared/3.2.45: resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==} - /@vue/test-utils/2.2.3_vue@3.2.45: - resolution: {integrity: sha512-MbqIS11cPEuZmqvyKNCnTdGxfNS4FhvQx7HO1JFQHlZRIM3ql2iwjPv9L1AFiLl4taW/5RTQz0r54d47xJuurA==} + /@vue/test-utils/2.2.4_vue@3.2.45: + resolution: {integrity: sha512-1JjLduJ84bFcuCt/1YLTNyktYeUHS/zA0u8iTmF6w6ul1K/nSvyKu/MC47YjdpZ4lI/hn7FH31B22kfz62e9wA==} peerDependencies: vue: ^3.0.1 dependencies: @@ -3797,39 +3785,39 @@ packages: '@types/node': 18.11.9 dev: true - /@vueuse/components/9.5.0_vue@3.2.45: - resolution: {integrity: sha512-lHO3yWG5j+shmOqUhs8toMLdTaLEjSyFlsNJ2jamkQiDNn8+x1tQmAZIEQIdXtBceenDzItBu1kZswMxlojZiw==} + /@vueuse/components/9.6.0_vue@3.2.45: + resolution: {integrity: sha512-Jqv1g68PtBC8Nnp8u2rpf6qku8cslr381fvlY1uUZa75zI2imxPLglhOWA/dBtMjla4L3nmaf9S7PAzXJnwH9w==} dependencies: - '@vueuse/core': 9.5.0_vue@3.2.45 - '@vueuse/shared': 9.5.0_vue@3.2.45 + '@vueuse/core': 9.6.0_vue@3.2.45 + '@vueuse/shared': 9.6.0_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/core/9.5.0_vue@3.2.45: - resolution: {integrity: sha512-6GsWBsJHEb3sYw15mbLrcbslAVY45pkzjJYTKYKCXv88z7srAF0VEW0q+oXKsl58tCbqooplInahXFg8Yo1m4w==} + /@vueuse/core/9.6.0_vue@3.2.45: + resolution: {integrity: sha512-qGUcjKQXHgN+jqXEgpeZGoxdCbIDCdVPz3QiF1uyecVGbMuM63o96I1GjYx5zskKgRI0FKSNsVWM7rwrRMTf6A==} dependencies: '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.5.0 - '@vueuse/shared': 9.5.0_vue@3.2.45 + '@vueuse/metadata': 9.6.0 + '@vueuse/shared': 9.6.0_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/metadata/9.5.0: - resolution: {integrity: sha512-4M1AyPZmIv41pym+K5+4wup3bKuYebbH8w8BROY1hmT7rIwcyS4tEL+UsGz0Hiu1FCOxcoBrwtAizc0YmBJjyQ==} + /@vueuse/metadata/9.6.0: + resolution: {integrity: sha512-sIC8R+kWkIdpi5X2z2Gk8TRYzmczDwHRhEFfCu2P+XW2JdPoXrziqsGpDDsN7ykBx4ilwieS7JUIweVGhvZ93w==} dev: false - /@vueuse/router/9.5.0_xsxatmlnmmg5bcuv3xdnj6fj7y: - resolution: {integrity: sha512-OtgV3iqC3CqbnXVy98Lv3PMf5exr/jntjxRDnAetsV+VAG9ipuzna3JW95KntW1m6I5EEsuQYdU3MXtCvvNlKQ==} + /@vueuse/router/9.6.0_xsxatmlnmmg5bcuv3xdnj6fj7y: + resolution: {integrity: sha512-3TIZPX5smlimSNlTm+K3ESRTkA2VBHnwMintNrw4Z+WK5bh1UAh7lcBQluiGg3LJjkrMXYfuO7IPdU+a8NRnFA==} peerDependencies: vue-router: '>=4.0.0-rc.1' dependencies: - '@vueuse/shared': 9.5.0_vue@3.2.45 + '@vueuse/shared': 9.6.0_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 vue-router: 4.1.6_vue@3.2.45 transitivePeerDependencies: @@ -3837,8 +3825,8 @@ packages: - vue dev: false - /@vueuse/shared/9.5.0_vue@3.2.45: - resolution: {integrity: sha512-HnnCWU1Vg9CVWRCcI8ohDKDRB2Sc4bTgT1XAIaoLSfVHHn+TKbrox6pd3klCSw4UDxkhDfOk8cAdcK+Z5KleCA==} + /@vueuse/shared/9.6.0_vue@3.2.45: + resolution: {integrity: sha512-/eDchxYYhkHnFyrb00t90UfjCx94kRHxc7J1GtBCqCG4HyPMX+krV9XJgVtWIsAMaxKVU4fC8NSUviG1JkwhUQ==} dependencies: vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: @@ -3853,7 +3841,7 @@ packages: /acorn-globals/7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} dependencies: - acorn: 8.8.0 + acorn: 8.8.1 acorn-walk: 8.2.0 dev: true @@ -3892,6 +3880,12 @@ packages: hasBin: true dev: true + /acorn/8.8.1: + resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: true + /agent-base/6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} @@ -4454,9 +4448,9 @@ packages: /codemirror/6.0.1: resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==} dependencies: - '@codemirror/autocomplete': 6.3.0_jwojl5dpod7rvijk5u3kpl7n2q + '@codemirror/autocomplete': 6.3.0_v3kbhmj4stolys7brydlafx57e '@codemirror/commands': 6.1.2 - '@codemirror/language': 6.3.0 + '@codemirror/language': 6.3.1 '@codemirror/lint': 6.0.0 '@codemirror/search': 6.2.1 '@codemirror/state': 6.1.4 @@ -4502,8 +4496,8 @@ packages: resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} dev: true - /colorjs.io/0.4.1: - resolution: {integrity: sha512-TdVvUn9DqTkuT+zU6duDf7zNEYf4f0YhXkh/OJn5heC2k9iLZzwmNs9DfBKiysIqVxdQasPg9J7HqMl+Cb7cPw==} + /colorjs.io/0.4.2: + resolution: {integrity: sha512-vtpiH+BTzZtzs4Yno0GyoC05Z20fTeLwNJ7lQzjxi8GJJb1SZO2o5yUBAUXzgvrO2JNuyIqur4gb1Z6HBjpd9A==} dev: false /colors/1.2.5: @@ -4833,8 +4827,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /decimal.js/10.4.1: - resolution: {integrity: sha512-F29o+vci4DodHYT9UrR5IEbfBw9pE5eSapIJdTqXK5+6hq+t8VRxwQyKlW2i+KDKFkkJQRvFyI/QXD83h8LyQw==} + /decimal.js/10.4.2: + resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==} dev: true /deep-eql/3.0.1: @@ -5000,8 +4994,8 @@ packages: batch-processor: 1.0.0 dev: false - /emoji-mart/5.3.2: - resolution: {integrity: sha512-og6K4jYkZITe8pnFPHdFE576Tc6fCFl8JPhl98jRunH3bDulk3iqA+6Ue0iUZ/L/GWzLf9XME9QnpBd53N5YTg==} + /emoji-mart/5.3.3: + resolution: {integrity: sha512-rr3wXUimYFQ5Mf50P/5UOsRibr5JSJE3Nj4zw0aDglb3GSHzn/wGKBoXoSkjtWaji8UcmXcYn3cdilD2Eix6iQ==} dev: false /emoji-regex/8.0.0: @@ -5336,25 +5330,25 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.27.0: + /eslint-config-prettier/8.5.0_eslint@8.28.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.27.0 + eslint: 8.28.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.27.0: + /eslint-plugin-cypress/2.12.1_eslint@8.28.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.27.0 + eslint: 8.28.0 globals: 11.12.0 dev: true - /eslint-plugin-prettier/4.2.1_v7o5sx5x3wbs57ifz6wc4f76we: + /eslint-plugin-prettier/4.2.1_cwlo2dingkvfydnaculr42urve: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5365,25 +5359,25 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - prettier: 2.7.1 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + prettier: 2.8.0 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-vue/9.7.0_eslint@8.27.0: - resolution: {integrity: sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==} + /eslint-plugin-vue/9.8.0_eslint@8.28.0: + resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.27.0 - eslint-utils: 3.0.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-utils: 3.0.0_eslint@8.28.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.10 semver: 7.3.7 - vue-eslint-parser: 9.1.0_eslint@8.27.0 + vue-eslint-parser: 9.1.0_eslint@8.28.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -5405,13 +5399,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.27.0: + /eslint-utils/3.0.0_eslint@8.28.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.27.0 + eslint: 8.28.0 eslint-visitor-keys: 2.1.0 dev: true @@ -5425,8 +5419,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.27.0: - resolution: {integrity: sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==} + /eslint/8.28.0: + resolution: {integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -5441,7 +5435,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.27.0 + eslint-utils: 3.0.0_eslint@8.28.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -6620,8 +6614,8 @@ packages: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} dev: true - /jsdom/20.0.2: - resolution: {integrity: sha512-AHWa+QO/cgRg4N+DsmHg1Y7xnz+8KU3EflM0LVDTdmrYOc1WWTSkOjtpUveQH+1Bqd5rtcVnb/DuxV/UjDO4rA==} + /jsdom/20.0.3: + resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 @@ -6630,12 +6624,12 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.8.0 + acorn: 8.8.1 acorn-globals: 7.0.1 cssom: 0.5.0 cssstyle: 2.3.0 data-urls: 3.0.2 - decimal.js: 10.4.1 + decimal.js: 10.4.2 domexception: 4.0.0 escodegen: 2.0.0 form-data: 4.0.0 @@ -6648,12 +6642,12 @@ packages: saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.2 - w3c-xmlserializer: 3.0.0 + w3c-xmlserializer: 4.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.9.0 + ws: 8.11.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -7114,7 +7108,7 @@ packages: /mlly/0.5.16: resolution: {integrity: sha512-LaJ8yuh4v0zEmge/g3c7jjFlhoCPfQn6RCjXgm9A0Qiuochq4BcuOxVfWmdnCoLTlg2MV+hqhOek+W2OhG0Lwg==} dependencies: - acorn: 8.8.0 + acorn: 8.8.1 pathe: 0.3.8 pkg-types: 0.3.5 ufo: 0.8.5 @@ -7486,8 +7480,8 @@ packages: engines: {node: '>=6'} dev: true - /pinia/2.0.23_e7lp6ggkpgyi5vqd44m2kxvk6i: - resolution: {integrity: sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==} + /pinia/2.0.26_e7lp6ggkpgyi5vqd44m2kxvk6i: + resolution: {integrity: sha512-tSxZNUcMGxQOvKZRjPKXxd2+/2NZhRF/CoYVE/+K6uE/Z3v1Oi4fcQFpxu5nMB1dCchjXUZ+lz0tBxV5ntwmQQ==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -7498,7 +7492,7 @@ packages: typescript: optional: true dependencies: - '@vue/devtools-api': 6.4.4 + '@vue/devtools-api': 6.4.5 typescript: 4.7.4 vue: 3.2.45 vue-demi: 0.13.11_vue@3.2.45 @@ -7613,17 +7607,17 @@ packages: fast-diff: 1.2.0 dev: true - /prettier-plugin-tailwindcss/0.1.13_prettier@2.7.1: + /prettier-plugin-tailwindcss/0.1.13_prettier@2.8.0: resolution: {integrity: sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==} engines: {node: '>=12.17.0'} peerDependencies: prettier: '>=2.2.0' dependencies: - prettier: 2.7.1 + prettier: 2.8.0 dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.0: + resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -8464,7 +8458,7 @@ packages: /strip-literal/0.4.2: resolution: {integrity: sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==} dependencies: - acorn: 8.8.0 + acorn: 8.8.1 dev: true /style-mod/4.0.0: @@ -8910,8 +8904,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-icons/0.14.13: - resolution: {integrity: sha512-ZZCw9qZg/zNJeHWicaFYMfsfzMAXOHHnZt5tRxslhPE++/THvg5xGu5AsIRmMCtyNBCpC1Ly1MTb8CZmlqaQTA==} + /unplugin-icons/0.14.14: + resolution: {integrity: sha512-5apStlsB9AetB7JQ0DpHG+aFNGQOL8yrO+6XbYadywMXwCeLAPDPdSW0gWd8R3aB/rER1PM+LQikXlaakHH1Uw==} peerDependencies: '@svgr/core': '>=5.5.0' '@vue/compiler-sfc': ^3.0.2 @@ -8929,17 +8923,17 @@ packages: dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.6.3 - '@iconify/utils': 2.0.1 + '@iconify/utils': 2.0.2 debug: 4.3.4 kolorist: 1.6.0 local-pkg: 0.4.2 - unplugin: 0.10.2 + unplugin: 1.0.0 transitivePeerDependencies: - supports-color dev: true - /unplugin-icons/0.14.13_@vue+compiler-sfc@3.2.45: - resolution: {integrity: sha512-ZZCw9qZg/zNJeHWicaFYMfsfzMAXOHHnZt5tRxslhPE++/THvg5xGu5AsIRmMCtyNBCpC1Ly1MTb8CZmlqaQTA==} + /unplugin-icons/0.14.14_@vue+compiler-sfc@3.2.45: + resolution: {integrity: sha512-5apStlsB9AetB7JQ0DpHG+aFNGQOL8yrO+6XbYadywMXwCeLAPDPdSW0gWd8R3aB/rER1PM+LQikXlaakHH1Uw==} peerDependencies: '@svgr/core': '>=5.5.0' '@vue/compiler-sfc': ^3.0.2 @@ -8957,23 +8951,23 @@ packages: dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.6.3 - '@iconify/utils': 2.0.1 + '@iconify/utils': 2.0.2 '@vue/compiler-sfc': 3.2.45 debug: 4.3.4 kolorist: 1.6.0 local-pkg: 0.4.2 - unplugin: 0.10.2 + unplugin: 1.0.0 transitivePeerDependencies: - supports-color dev: true - /unplugin/0.10.2: - resolution: {integrity: sha512-6rk7GUa4ICYjae5PrAllvcDeuT8pA9+j5J5EkxbMFaV+SalHhxZ7X2dohMzu6C3XzsMT+6jwR/+pwPNR3uK9MA==} + /unplugin/1.0.0: + resolution: {integrity: sha512-H5UnBUxfhTXBXGo2AwKsl0UaLSHzSNDZNehPQSgdhVfO/t+XAS1Yoj3vmLrrlBrS9ZwtH5tejbX/TCp5DcyCKg==} dependencies: - acorn: 8.8.0 + acorn: 8.8.1 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 dev: true /untildify/4.0.0: @@ -9252,8 +9246,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.25.2_yvjtz2v2subkwifqvesh2o4s3u: - resolution: {integrity: sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==} + /vitest/0.25.3_wqgykbafw5ps5nhnqfbxcvabhu: + resolution: {integrity: sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -9277,12 +9271,12 @@ packages: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 '@types/node': 18.11.9 - '@vitest/ui': 0.25.2 + '@vitest/ui': 0.25.3 acorn: 8.8.0 acorn-walk: 8.2.0 chai: 4.3.6 debug: 4.3.4 - jsdom: 20.0.2 + jsdom: 20.0.3 local-pkg: 0.4.2 source-map: 0.6.1 strip-literal: 0.4.2 @@ -9322,14 +9316,14 @@ packages: vue: 3.2.45 dev: false - /vue-eslint-parser/9.1.0_eslint@8.27.0: + /vue-eslint-parser/9.1.0_eslint@8.28.0: resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.28.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.0 @@ -9411,9 +9405,9 @@ packages: /w3c-keyname/2.2.6: resolution: {integrity: sha512-f+fciywl1SJEniZHD6H+kUO8gOnwIr7f4ijKA6+ZvJFjeGi1r4PDLl53Ayud9O/rk64RqgoQine0feoeOU0kXg==} - /w3c-xmlserializer/3.0.0: - resolution: {integrity: sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==} - engines: {node: '>=12'} + /w3c-xmlserializer/4.0.0: + resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} + engines: {node: '>=14'} dependencies: xml-name-validator: 4.0.0 dev: true @@ -9456,8 +9450,8 @@ packages: engines: {node: '>=10.13.0'} dev: true - /webpack-virtual-modules/0.4.5: - resolution: {integrity: sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg==} + /webpack-virtual-modules/0.4.6: + resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==} dev: true /whatwg-encoding/2.0.0: @@ -9709,8 +9703,8 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /ws/8.9.0: - resolution: {integrity: sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==} + /ws/8.11.0: + resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1