From d7159eb9d334c2186c4c8a6d79913e527fb3db1b Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 26 Oct 2022 15:32:13 +0800 Subject: [PATCH] chore: bump dependencies (halo-dev/console#667) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 依赖升级。 #### Special notes for your reviewer: /cc @halo-dev/sig-halo-console #### Does this PR introduce a user-facing change? ```release-note None ``` --- package.json | 44 +- packages/components/package.json | 16 +- .../components/menu/__tests__/Menu.spec.tsx | 2 +- packages/shared/package.json | 2 +- pnpm-lock.yaml | 833 +++++++++--------- 5 files changed, 454 insertions(+), 443 deletions(-) diff --git a/package.json b/package.json index c81229907..d3a673741 100644 --- a/package.json +++ b/package.json @@ -47,13 +47,13 @@ "@uppy/status-bar": "^3.0.1", "@uppy/vue": "^1.0.1", "@uppy/xhr-upload": "^3.0.4", - "@vueuse/components": "^9.3.0", - "@vueuse/core": "^9.3.0", - "@vueuse/router": "^9.3.0", - "@vueuse/shared": "^9.3.0", + "@vueuse/components": "^9.4.0", + "@vueuse/core": "^9.4.0", + "@vueuse/router": "^9.4.0", + "@vueuse/shared": "^9.4.0", "axios": "^0.27.2", "colorjs.io": "^0.4.0", - "dayjs": "^1.11.5", + "dayjs": "^1.11.6", "emoji-mart": "^5.2.2", "floating-vue": "2.0.0-beta.20", "fuse.js": "^6.6.2", @@ -66,61 +66,61 @@ "pretty-bytes": "^6.0.0", "qs": "^6.11.0", "uuid": "^9.0.0", - "vue": "^3.2.40", + "vue": "^3.2.41", "vue-grid-layout": "3.0.0-beta1", - "vue-router": "^4.1.5", + "vue-router": "^4.1.6", "vuedraggable": "^4.1.0", "yaml": "^2.1.3" }, "devDependencies": { "@changesets/cli": "^2.25.0", - "@iconify-json/mdi": "^1.1.33", - "@iconify-json/vscode-icons": "^1.1.15", + "@iconify-json/mdi": "^1.1.34", + "@iconify-json/vscode-icons": "^1.1.16", "@rushstack/eslint-patch": "^1.2.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@types/jsdom": "^20.0.0", "@types/lodash.clonedeep": "4.5.7", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", - "@types/node": "^16.11.64", + "@types/node": "^16.18.0", "@types/qs": "^6.9.7", "@types/randomstring": "^1.1.8", "@types/uuid": "^8.3.4", "@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue-jsx": "^2.0.1", - "@vitest/ui": "^0.24.0", - "@vue/compiler-sfc": "^3.2.40", + "@vitest/ui": "^0.24.3", + "@vue/compiler-sfc": "^3.2.41", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.2", - "@vue/test-utils": "^2.1.0", + "@vue/test-utils": "^2.2.0", "@vue/tsconfig": "^0.1.3", "autoprefixer": "^10.4.12", "c8": "^7.12.0", - "cypress": "^10.9.0", - "eslint": "^8.25.0", + "cypress": "^10.11.0", + "eslint": "^8.26.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-vue": "^9.6.0", "husky": "^8.0.1", "jsdom": "^20.0.1", - "postcss": "^8.4.17", + "postcss": "^8.4.18", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", - "randomstring": "^1.2.2", + "randomstring": "^1.2.3", "sass": "^1.55.0", "start-server-and-test": "^1.14.0", - "tailwindcss": "^3.1.8", + "tailwindcss": "^3.2.1", "tailwindcss-safe-area": "^0.2.2", "tailwindcss-themer": "^2.0.2", "typescript": "~4.7.4", - "unplugin-icons": "^0.14.11", - "vite": "^3.1.6", + "unplugin-icons": "^0.14.12", + "vite": "^3.1.8", "vite-compression-plugin": "^0.0.4", "vite-plugin-externals": "^0.5.1", "vite-plugin-html": "^3.2.0", "vite-plugin-pwa": "^0.13.1", "vite-plugin-static-copy": "^0.9.0", "vite-plugin-vue-setup-extend": "^0.4.0", - "vitest": "^0.24.0", - "vue-tsc": "^1.0.3" + "vitest": "^0.24.3", + "vue-tsc": "^1.0.9" } } diff --git a/packages/components/package.json b/packages/components/package.json index 17f922d06..af4a60c91 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.3", + "@histoire/plugin-vue": "^0.11.5", "@iconify-json/ri": "^1.1.3", - "histoire": "^0.11.3", - "unplugin-icons": "^0.14.11", - "vite-plugin-dts": "^1.6.5" + "histoire": "^0.11.5", + "unplugin-icons": "^0.14.12", + "vite-plugin-dts": "^1.6.6" }, "peerDependencies": { "vue": "^3.2.37", @@ -62,11 +62,11 @@ "./dist/style.css": "./dist/style.css" }, "dependencies": { - "@codemirror/commands": "^6.1.1", - "@codemirror/language": "^6.2.1", - "@codemirror/legacy-modes": "^6.1.0", + "@codemirror/commands": "^6.1.2", + "@codemirror/language": "^6.3.0", + "@codemirror/legacy-modes": "^6.2.0", "@codemirror/state": "^6.1.2", - "@codemirror/view": "^6.3.0", + "@codemirror/view": "^6.4.0", "codemirror": "^6.0.1" } } diff --git a/packages/components/src/components/menu/__tests__/Menu.spec.tsx b/packages/components/src/components/menu/__tests__/Menu.spec.tsx index 0679cfcc7..cf50a278e 100644 --- a/packages/components/src/components/menu/__tests__/Menu.spec.tsx +++ b/packages/components/src/components/menu/__tests__/Menu.spec.tsx @@ -39,7 +39,7 @@ describe("Menu", () => { await wrapper.find(".has-submenus").trigger("click"); expect( wrapper.find(".has-submenus .sub-menu-items").attributes().style - ).toBeUndefined(); // visible + ).toBe(""); // visible }); it("should work with openIds prop", function () { diff --git a/packages/shared/package.json b/packages/shared/package.json index d1ba1b541..06a2cfb5b 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.6.5" + "vite-plugin-dts": "^1.6.6" }, "peerDependencies": { "vue": "^3.2.37", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5d0f1787..28df37f02 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,8 @@ importers: '@halo-dev/components': workspace:* '@halo-dev/console-shared': workspace:* '@halo-dev/richtext-editor': ^0.0.0-alpha.8 - '@iconify-json/mdi': ^1.1.33 - '@iconify-json/vscode-icons': ^1.1.15 + '@iconify-json/mdi': ^1.1.34 + '@iconify-json/vscode-icons': ^1.1.16 '@rushstack/eslint-patch': ^1.2.0 '@tailwindcss/aspect-ratio': ^0.4.2 '@tiptap/extension-character-count': ^2.0.0-beta.199 @@ -26,7 +26,7 @@ importers: '@types/lodash.clonedeep': 4.5.7 '@types/lodash.isequal': ^4.5.6 '@types/lodash.merge': ^4.6.7 - '@types/node': ^16.11.64 + '@types/node': ^16.18.0 '@types/qs': ^6.9.7 '@types/randomstring': ^1.1.8 '@types/uuid': ^8.3.4 @@ -41,24 +41,24 @@ importers: '@uppy/xhr-upload': ^3.0.4 '@vitejs/plugin-vue': ^3.1.2 '@vitejs/plugin-vue-jsx': ^2.0.1 - '@vitest/ui': ^0.24.0 - '@vue/compiler-sfc': ^3.2.40 + '@vitest/ui': ^0.24.3 + '@vue/compiler-sfc': ^3.2.41 '@vue/eslint-config-prettier': ^7.0.0 '@vue/eslint-config-typescript': ^11.0.2 - '@vue/test-utils': ^2.1.0 + '@vue/test-utils': ^2.2.0 '@vue/tsconfig': ^0.1.3 - '@vueuse/components': ^9.3.0 - '@vueuse/core': ^9.3.0 - '@vueuse/router': ^9.3.0 - '@vueuse/shared': ^9.3.0 + '@vueuse/components': ^9.4.0 + '@vueuse/core': ^9.4.0 + '@vueuse/router': ^9.4.0 + '@vueuse/shared': ^9.4.0 autoprefixer: ^10.4.12 axios: ^0.27.2 c8: ^7.12.0 colorjs.io: ^0.4.0 - cypress: ^10.9.0 - dayjs: ^1.11.5 + cypress: ^10.11.0 + dayjs: ^1.11.6 emoji-mart: ^5.2.2 - eslint: ^8.25.0 + eslint: ^8.26.0 eslint-plugin-cypress: ^2.12.1 eslint-plugin-vue: ^9.6.0 floating-vue: 2.0.0-beta.20 @@ -71,32 +71,32 @@ importers: lodash.sortby: ^4.7.0 path-browserify: ^1.0.1 pinia: ^2.0.23 - postcss: ^8.4.17 + postcss: ^8.4.18 prettier: ^2.7.1 prettier-plugin-tailwindcss: ^0.1.13 pretty-bytes: ^6.0.0 qs: ^6.11.0 - randomstring: ^1.2.2 + randomstring: ^1.2.3 sass: ^1.55.0 start-server-and-test: ^1.14.0 - tailwindcss: ^3.1.8 + tailwindcss: ^3.2.1 tailwindcss-safe-area: ^0.2.2 tailwindcss-themer: ^2.0.2 typescript: ~4.7.4 - unplugin-icons: ^0.14.11 + unplugin-icons: ^0.14.12 uuid: ^9.0.0 - vite: ^3.1.6 + vite: ^3.1.8 vite-compression-plugin: ^0.0.4 vite-plugin-externals: ^0.5.1 vite-plugin-html: ^3.2.0 vite-plugin-pwa: ^0.13.1 vite-plugin-static-copy: ^0.9.0 vite-plugin-vue-setup-extend: ^0.4.0 - vitest: ^0.24.0 - vue: ^3.2.40 + vitest: ^0.24.3 + vue: ^3.2.41 vue-grid-layout: 3.0.0-beta1 - vue-router: ^4.1.5 - vue-tsc: ^1.0.3 + vue-router: ^4.1.6 + vue-tsc: ^1.0.9 vuedraggable: ^4.1.0 yaml: ^2.1.3 dependencies: @@ -106,12 +106,12 @@ importers: '@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_tailwindcss@3.1.8 - '@formkit/vue': 1.0.0-beta.11_k5hp3txgeyj6le63abiyc7wx3u + '@formkit/themes': 1.0.0-beta.11_tailwindcss@3.2.1 + '@formkit/vue': 1.0.0-beta.11_vjnbgdptsk6bkj7ab5a6mk2cwm '@halo-dev/api-client': 0.0.39 '@halo-dev/components': link:packages/components '@halo-dev/console-shared': link:packages/shared - '@halo-dev/richtext-editor': 0.0.0-alpha.8_vue@3.2.40 + '@halo-dev/richtext-editor': 0.0.0-alpha.8_vue@3.2.41 '@tiptap/extension-character-count': 2.0.0-beta.199 '@uppy/core': 3.0.4 '@uppy/dashboard': 3.1.0_@uppy+core@3.0.4 @@ -120,115 +120,115 @@ importers: '@uppy/locales': 3.0.3 '@uppy/progress-bar': 3.0.1_@uppy+core@3.0.4 '@uppy/status-bar': 3.0.1_@uppy+core@3.0.4 - '@uppy/vue': 1.0.1_it3nm4ughcqppcjzj3xrfbdku4 + '@uppy/vue': 1.0.1_cx7533vk6iiz3fpjg5luussdy4 '@uppy/xhr-upload': 3.0.4_@uppy+core@3.0.4 - '@vueuse/components': 9.3.0_vue@3.2.40 - '@vueuse/core': 9.3.0_vue@3.2.40 - '@vueuse/router': 9.3.0_c7eza3xvlyb4mo6qeit5ggeo6u - '@vueuse/shared': 9.3.0_vue@3.2.40 + '@vueuse/components': 9.4.0_vue@3.2.41 + '@vueuse/core': 9.4.0_vue@3.2.41 + '@vueuse/router': 9.4.0_4dzfggngbcv3f6kocd3r4z3f4q + '@vueuse/shared': 9.4.0_vue@3.2.41 axios: 0.27.2 colorjs.io: 0.4.0 - dayjs: 1.11.5 + dayjs: 1.11.6 emoji-mart: 5.2.2 - floating-vue: 2.0.0-beta.20_vue@3.2.40 + floating-vue: 2.0.0-beta.20_vue@3.2.41 fuse.js: 6.6.2 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_rg374xhldfcyvjtaj3qktyfz5y + pinia: 2.0.23_lrjaoqkmph6q2hmgd3qeuy6rom pretty-bytes: 6.0.0 qs: 6.11.0 uuid: 9.0.0 - vue: 3.2.40 + vue: 3.2.41 vue-grid-layout: 3.0.0-beta1 - vue-router: 4.1.5_vue@3.2.40 - vuedraggable: 4.1.0_vue@3.2.40 + vue-router: 4.1.6_vue@3.2.41 + vuedraggable: 4.1.0_vue@3.2.41 yaml: 2.1.3 devDependencies: '@changesets/cli': 2.25.0 - '@iconify-json/mdi': 1.1.33 - '@iconify-json/vscode-icons': 1.1.15 + '@iconify-json/mdi': 1.1.34 + '@iconify-json/vscode-icons': 1.1.16 '@rushstack/eslint-patch': 1.2.0 - '@tailwindcss/aspect-ratio': 0.4.2_tailwindcss@3.1.8 + '@tailwindcss/aspect-ratio': 0.4.2_tailwindcss@3.2.1 '@types/jsdom': 20.0.0 '@types/lodash.clonedeep': 4.5.7 '@types/lodash.isequal': 4.5.6 '@types/lodash.merge': 4.6.7 - '@types/node': 16.11.64 + '@types/node': 16.18.0 '@types/qs': 6.9.7 '@types/randomstring': 1.1.8 '@types/uuid': 8.3.4 - '@vitejs/plugin-vue': 3.1.2_vite@3.1.6+vue@3.2.40 - '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.6+vue@3.2.40 - '@vitest/ui': 0.24.0 - '@vue/compiler-sfc': 3.2.40 - '@vue/eslint-config-prettier': 7.0.0_znq2sm4m5bonjw4qqm6mwhbe2q - '@vue/eslint-config-typescript': 11.0.2_bdxbbxtuayd4lgflbnh77t3rcm - '@vue/test-utils': 2.1.0_vue@3.2.40 - '@vue/tsconfig': 0.1.3_@types+node@16.11.64 - autoprefixer: 10.4.12_postcss@8.4.17 + '@vitejs/plugin-vue': 3.1.2_vite@3.1.8+vue@3.2.41 + '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.8+vue@3.2.41 + '@vitest/ui': 0.24.3 + '@vue/compiler-sfc': 3.2.41 + '@vue/eslint-config-prettier': 7.0.0_5t6g5rrqvlktilv3n3sw5svbdi + '@vue/eslint-config-typescript': 11.0.2_zntnitd7vbjlcydi3ofron7txi + '@vue/test-utils': 2.2.0_vue@3.2.41 + '@vue/tsconfig': 0.1.3_@types+node@16.18.0 + autoprefixer: 10.4.12_postcss@8.4.18 c8: 7.12.0 - cypress: 10.9.0 - eslint: 8.25.0 - eslint-plugin-cypress: 2.12.1_eslint@8.25.0 - eslint-plugin-vue: 9.6.0_eslint@8.25.0 + cypress: 10.11.0 + eslint: 8.26.0 + eslint-plugin-cypress: 2.12.1_eslint@8.26.0 + eslint-plugin-vue: 9.6.0_eslint@8.26.0 husky: 8.0.1 jsdom: 20.0.1 - postcss: 8.4.17 + postcss: 8.4.18 prettier: 2.7.1 prettier-plugin-tailwindcss: 0.1.13_prettier@2.7.1 - randomstring: 1.2.2 + randomstring: 1.2.3 sass: 1.55.0 start-server-and-test: 1.14.0 - tailwindcss: 3.1.8_postcss@8.4.17 + tailwindcss: 3.2.1_postcss@8.4.18 tailwindcss-safe-area: 0.2.2 - tailwindcss-themer: 2.0.2_tailwindcss@3.1.8 + tailwindcss-themer: 2.0.2_tailwindcss@3.2.1 typescript: 4.7.4 - unplugin-icons: 0.14.11_@vue+compiler-sfc@3.2.40 - vite: 3.1.6_sass@1.55.0 + unplugin-icons: 0.14.12_@vue+compiler-sfc@3.2.41 + vite: 3.1.8_sass@1.55.0 vite-compression-plugin: 0.0.4 - vite-plugin-externals: 0.5.1_vite@3.1.6 - vite-plugin-html: 3.2.0_vite@3.1.6 - vite-plugin-pwa: 0.13.1_vite@3.1.6 - vite-plugin-static-copy: 0.9.0_vite@3.1.6 - vite-plugin-vue-setup-extend: 0.4.0_vite@3.1.6 - vitest: 0.24.0_jqhd3ckah6e55t6jowgpptgz5a - vue-tsc: 1.0.3_typescript@4.7.4 + vite-plugin-externals: 0.5.1_vite@3.1.8 + vite-plugin-html: 3.2.0_vite@3.1.8 + vite-plugin-pwa: 0.13.1_vite@3.1.8 + vite-plugin-static-copy: 0.9.0_vite@3.1.8 + vite-plugin-vue-setup-extend: 0.4.0_vite@3.1.8 + vitest: 0.24.3_77pornmwtppca6gbma7p22376m + vue-tsc: 1.0.9_typescript@4.7.4 packages/components: specifiers: - '@codemirror/commands': ^6.1.1 - '@codemirror/language': ^6.2.1 - '@codemirror/legacy-modes': ^6.1.0 + '@codemirror/commands': ^6.1.2 + '@codemirror/language': ^6.3.0 + '@codemirror/legacy-modes': ^6.2.0 '@codemirror/state': ^6.1.2 - '@codemirror/view': ^6.3.0 - '@histoire/plugin-vue': ^0.11.3 + '@codemirror/view': ^6.4.0 + '@histoire/plugin-vue': ^0.11.5 '@iconify-json/ri': ^1.1.3 codemirror: ^6.0.1 - histoire: ^0.11.3 - unplugin-icons: ^0.14.11 - vite-plugin-dts: ^1.6.5 + histoire: ^0.11.5 + unplugin-icons: ^0.14.12 + vite-plugin-dts: ^1.6.6 dependencies: - '@codemirror/commands': 6.1.1 - '@codemirror/language': 6.2.1 - '@codemirror/legacy-modes': 6.1.0 + '@codemirror/commands': 6.1.2 + '@codemirror/language': 6.3.0 + '@codemirror/legacy-modes': 6.2.0 '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 codemirror: 6.0.1 devDependencies: - '@histoire/plugin-vue': 0.11.3_histoire@0.11.3 + '@histoire/plugin-vue': 0.11.5_histoire@0.11.5 '@iconify-json/ri': 1.1.3 - histoire: 0.11.3 - unplugin-icons: 0.14.11 - vite-plugin-dts: 1.6.5 + histoire: 0.11.5 + unplugin-icons: 0.14.12 + vite-plugin-dts: 1.6.6 packages/shared: specifiers: - vite-plugin-dts: ^1.6.5 + vite-plugin-dts: ^1.6.6 devDependencies: - vite-plugin-dts: 1.6.5 + vite-plugin-dts: 1.6.6 packages: @@ -1639,58 +1639,62 @@ packages: prettier: 2.7.1 dev: true - /@codemirror/autocomplete/6.3.0: + /@codemirror/autocomplete/6.3.0_hyoev4pkfjyim3j7kwcs5im5xu: 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.2.1 + '@codemirror/language': 6.3.0 '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 '@lezer/common': 1.0.1 dev: false - /@codemirror/commands/6.1.1: - resolution: {integrity: sha512-ibDohwkk7vyu3VsnZNlQhwk0OETBtlkYV+6AHfn5Zgq0sxa+yGVX+apwtC3M4wh6AH7yU5si/NysoECs5EGS3Q==} + /@codemirror/commands/6.1.2: + resolution: {integrity: sha512-sO3jdX1s0pam6lIdeSJLMN3DQ6mPEbM4yLvyKkdqtmd/UDwhXA5+AwFJ89rRXm6vTeOXBsE5cAmlos/t7MJdgg==} dependencies: - '@codemirror/language': 6.2.1 + '@codemirror/language': 6.3.0 '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 '@lezer/common': 1.0.1 /@codemirror/lang-json/6.0.0: resolution: {integrity: sha512-DvTcYTKLmg2viADXlTdufrT334M9jowe1qO02W28nvm+nejcvhM5vot5mE8/kPrxYw/HJHhwu1z2PyBpnMLCNQ==} dependencies: - '@codemirror/language': 6.2.1 + '@codemirror/language': 6.3.0 '@lezer/json': 1.0.0 dev: true - /@codemirror/language/6.2.1: - resolution: {integrity: sha512-MC3svxuvIj0MRpFlGHxLS6vPyIdbTr2KKPEW46kCoCXw2ktb4NTkpkPBI/lSP/FoNXLCBJ0mrnUi1OoZxtpW1Q==} + /@codemirror/language/6.3.0: + resolution: {integrity: sha512-6jOE5DEt6sKD46SXhn3xPbBehn+l48ACcA6Uxs2k+E2YNH9XGF5WdGMTYr2DlggfK4h0QZBK6zEb5S7lkTriWA==} dependencies: '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 '@lezer/common': 1.0.1 '@lezer/highlight': 1.1.1 '@lezer/lr': 1.2.3 style-mod: 4.0.0 - /@codemirror/legacy-modes/6.1.0: - resolution: {integrity: sha512-V/PgGpndkZeTn3Hdlg/gd8MLFdyvTCIX+iwJzjUw5iNziWiNsAY8X0jvf7m3gSfxnKkNzmid6l0g4rYSpiDaCw==} + /@codemirror/legacy-modes/6.2.0: + resolution: {integrity: sha512-RtZfwALTSswzKsnU3zo5FytDBA+/6J85Z8qNO7hnJ3Lo+jbdKUHreiw5m9yAT1DoB5WFhSZODsSijksdSbnGqA==} dependencies: - '@codemirror/language': 6.2.1 + '@codemirror/language': 6.3.0 dev: false /@codemirror/lint/6.0.0: resolution: {integrity: sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==} dependencies: '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 crelt: 1.0.5 /@codemirror/search/6.2.1: resolution: {integrity: sha512-Q1JgUSBjQZRPIddlXzad/AVDigdhriLxQNFyP0gfrDTq6LDHNhr95U/tW3bpVssGenkaLzujtu/7XoK4kyvL3g==} dependencies: '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 crelt: 1.0.5 dev: false @@ -1700,14 +1704,14 @@ packages: /@codemirror/theme-one-dark/6.1.0: resolution: {integrity: sha512-AiTHtFRu8+vWT9wWUWDM+cog6ZwgivJogB1Tm/g40NIpLwph7AnmxrSzWfvJN5fBVufsuwBxecQCNmdcR5D7Aw==} dependencies: - '@codemirror/language': 6.2.1 + '@codemirror/language': 6.3.0 '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 '@lezer/highlight': 1.1.1 dev: true - /@codemirror/view/6.3.0: - resolution: {integrity: sha512-jMN9OGKmzRPJ+kksfMrB5e/A9heQncirHsz8XNBpgEbYONCk5tWHMKVWKTNwznkUGD5mnigXI1i5YIcWpscSPg==} + /@codemirror/view/6.4.0: + resolution: {integrity: sha512-Kv32b6Tn7QVwFbj/EDswTLSocjk5kgggF6zzBFAL4o4hZ/vmtFD155+EjH1pVlbfoDyVC2M6SedPsMrwYscgNg==} dependencies: '@codemirror/state': 6.1.2 style-mod: 4.0.0 @@ -1856,7 +1860,7 @@ packages: '@formkit/validation': 1.0.0-beta.11 dev: false - /@formkit/themes/1.0.0-beta.11_tailwindcss@3.1.8: + /@formkit/themes/1.0.0-beta.11_tailwindcss@3.2.1: resolution: {integrity: sha512-OmefvFoLHZLnmbuT+Mqbqr681rumc62Q08Y1g82ZxG6aXWculwQYVQfZJeJFrqrJPpccsfoSflWeAuAMWiP/Yw==} peerDependencies: tailwindcss: ^3.0.0 @@ -1871,7 +1875,7 @@ packages: optional: true dependencies: '@formkit/core': 1.0.0-beta.11 - tailwindcss: 3.1.8_postcss@8.4.17 + tailwindcss: 3.2.1_postcss@8.4.18 dev: false /@formkit/utils/1.0.0-beta.11: @@ -1885,7 +1889,7 @@ packages: '@formkit/observer': 1.0.0-beta.11 dev: false - /@formkit/vue/1.0.0-beta.11_k5hp3txgeyj6le63abiyc7wx3u: + /@formkit/vue/1.0.0-beta.11_vjnbgdptsk6bkj7ab5a6mk2cwm: resolution: {integrity: sha512-0tVy8JZ/j4QbmYlVPJyFGZOukWgRBTV+DhyGo82FZvvb2+YrRAbDhqJGLIjLyOO0pNTwk7arSgDiiKd/OK8LtA==} peerDependencies: vue: ^3.2.1 @@ -1896,10 +1900,10 @@ packages: '@formkit/inputs': 1.0.0-beta.11 '@formkit/observer': 1.0.0-beta.11 '@formkit/rules': 1.0.0-beta.11 - '@formkit/themes': 1.0.0-beta.11_tailwindcss@3.1.8 + '@formkit/themes': 1.0.0-beta.11_tailwindcss@3.2.1 '@formkit/utils': 1.0.0-beta.11 '@formkit/validation': 1.0.0-beta.11 - vue: 3.2.40 + vue: 3.2.41 transitivePeerDependencies: - tailwindcss - unocss @@ -1910,7 +1914,7 @@ packages: resolution: {integrity: sha512-GuTTJDOj0PPMXo3KTiNYGACRUXqJKnjnApK303eNPWqVodgR3mJVLFTXwa+euAJOkcSG3KkB5OtUFAkZeHRbPA==} dev: false - /@halo-dev/richtext-editor/0.0.0-alpha.8_vue@3.2.40: + /@halo-dev/richtext-editor/0.0.0-alpha.8_vue@3.2.41: resolution: {integrity: sha512-3lENKyg6UqXpxUWCfhefQ3xx2e1jOzj/2TUBpblaRToP2WZSAw8wpcG5m3gTqsp5+0lHLtfrpgTvSr3KYO+08w==} peerDependencies: vue: ^3.2.37 @@ -1949,13 +1953,13 @@ packages: '@tiptap/extension-text-align': 2.0.0-beta.195_ujyaqudhnf6lg6m3pea2tubg4a '@tiptap/extension-underline': 2.0.0-beta.195_ujyaqudhnf6lg6m3pea2tubg4a '@tiptap/suggestion': 2.0.0-beta.195_ujyaqudhnf6lg6m3pea2tubg4a - '@tiptap/vue-3': 2.0.0-beta.195_nymhblawrhei3qckmtenfcwitq - floating-vue: 2.0.0-beta.20_vue@3.2.40 + '@tiptap/vue-3': 2.0.0-beta.195_halyxqfan7x4orbb3jo3vn6fii + floating-vue: 2.0.0-beta.20_vue@3.2.41 github-markdown-css: 5.1.0 katex: 0.16.2 lowlight: 2.7.0 tippy.js: 6.3.7 - vue: 3.2.40 + vue: 3.2.41 transitivePeerDependencies: - prosemirror-model dev: false @@ -1970,12 +1974,12 @@ packages: '@hapi/hoek': 9.3.0 dev: true - /@histoire/app/0.11.3: - resolution: {integrity: sha512-+9+s0tMWWRfjNDaCbB4x2kVtsiGfdLGI1cO6Pnt32MxlUHObYWEmYVRTcVp2Rvj2EA6v5G+bpWHkEmX0jrPpBQ==} + /@histoire/app/0.11.5: + resolution: {integrity: sha512-qkcesIiJat7bjw7Tz5olFq1JTGOP5tVV5+ZO8UCkZsrgf+eadfLPMYNs7X6XUUTwsh4pZlUoQpwqTjau0CUa8A==} dependencies: - '@histoire/controls': 0.11.3 - '@histoire/shared': 0.11.3 - '@histoire/vendors': 0.11.3 + '@histoire/controls': 0.11.5 + '@histoire/shared': 0.11.5 + '@histoire/vendors': 0.11.5 '@types/flexsearch': 0.7.3 flexsearch: 0.7.21 shiki: 0.10.1 @@ -1983,35 +1987,35 @@ packages: - vite dev: true - /@histoire/controls/0.11.3: - resolution: {integrity: sha512-6BuLfWE9eGQWDkO9W7C1oAb3W7ZfvWj6nQ8v3gj5yVjNpLZR8vSNkTHKZ6RJiyhroHC+xoMNCQmaD4n+W6NoSg==} + /@histoire/controls/0.11.5: + resolution: {integrity: sha512-DwSHDRcAoGpgAyTcjcwPfL+yybY3q5HJITDL8Y6MWkG1blQMKcwukZhEv9WDGp6QxABrZzsSKuamKJdXRLpE5w==} dependencies: - '@codemirror/commands': 6.1.1 + '@codemirror/commands': 6.1.2 '@codemirror/lang-json': 6.0.0 - '@codemirror/language': 6.2.1 + '@codemirror/language': 6.3.0 '@codemirror/lint': 6.0.0 '@codemirror/state': 6.1.2 '@codemirror/theme-one-dark': 6.1.0 - '@codemirror/view': 6.3.0 - '@histoire/vendors': 0.11.3 + '@codemirror/view': 6.4.0 + '@histoire/vendors': 0.11.5 dev: true - /@histoire/plugin-vue/0.11.3_histoire@0.11.3: - resolution: {integrity: sha512-xiYNon8IDI/a6mBgwR+FG+IcBBNMpTah51JkWPZ8kK8iuWafl1OIiMvfghdzwFgD+kOrUfSUaJtBTeJDXANZgg==} + /@histoire/plugin-vue/0.11.5_histoire@0.11.5: + resolution: {integrity: sha512-4jOocsblEQcG8Xcdg8VamIUn9kLp5s7/+sUCLdyDPbMusm5rXnEp5YRzNX5qG3MjmEBj4sMuhkULtcWffBKMow==} peerDependencies: - histoire: ^0.11.3 + histoire: ^0.11.5 vue: ^3.2.31 dependencies: - '@histoire/controls': 0.11.3 - '@histoire/shared': 0.11.3 - '@histoire/vendors': 0.11.3 - histoire: 0.11.3 + '@histoire/controls': 0.11.5 + '@histoire/shared': 0.11.5 + '@histoire/vendors': 0.11.5 + histoire: 0.11.5 transitivePeerDependencies: - vite dev: true - /@histoire/shared/0.11.3: - resolution: {integrity: sha512-kmUKciBuQAE0aY9dk38OL4plfvuWhcaQu9nqFPEIskzm3cuYMVIz1Nm7I3lAkrIgDjdReXobJH5WyPWWu52nrA==} + /@histoire/shared/0.11.5: + resolution: {integrity: sha512-vB52GhgzRLuCSPlG0dufKIUAybVHhaZC6AWaGndjlvebo4pQwgeh89oUchDx2rT1fkhisqSVD/iq8/zQpCTAfw==} peerDependencies: vite: ^2.9.0 || ^3.0.0 dependencies: @@ -2022,12 +2026,12 @@ packages: picocolors: 1.0.0 dev: true - /@histoire/vendors/0.11.3: - resolution: {integrity: sha512-Cbq3FKQgl/r7+sjuZQKJWdRnMQOzN274zHJv3ueJwCpaPeo0rbUKim3h5w8680j/lIJV9JI72iMtzYcR2VcTTg==} + /@histoire/vendors/0.11.5: + resolution: {integrity: sha512-Nqvm9CMHKIQM3fHdvI8Wj3GMRkBglI1fmTvtvfWBFIHfE/C4LD5cAC7SDxvJZi/IFm9RRzq9sOW/1fAazIbfAw==} dev: true - /@humanwhocodes/config-array/0.10.6: - resolution: {integrity: sha512-U/piU+VwXZsIgwnl+N+nRK12jCpHdc3s0UAc6zc1+HUgiESJxClpvYao/x9JwaN7onNeVb7kTlxlAvuEoaJ3ig==} + /@humanwhocodes/config-array/0.11.6: + resolution: {integrity: sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -2046,8 +2050,8 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@iconify-json/mdi/1.1.33: - resolution: {integrity: sha512-P8zIjwYvQ6SsmHc02O4oNV3jsqbL4bXcfKSt9MfCPMBvF9CLzz6QHMzQgt/Okgsb8wfhkfSQeREp+dSxV9pLRA==} + /@iconify-json/mdi/1.1.34: + resolution: {integrity: sha512-Jle/BrVmaKMMPVitsO3lbJ8VpXUVCAhfMFAMo0VoxLDX8ZiKiQyVDHXPug9wGaXYb9mrFZE4UWVK63Cjx8L3rQ==} dependencies: '@iconify/types': 2.0.0 dev: true @@ -2058,8 +2062,8 @@ packages: '@iconify/types': 2.0.0 dev: true - /@iconify-json/vscode-icons/1.1.15: - resolution: {integrity: sha512-QtELetNq51smkiuVSrki1no5ACOWBpYFSsV8vsaJRI1APeBsGbxddfOS+o1HbdWzOry7+piSi0RKOWiGO+FMQg==} + /@iconify-json/vscode-icons/1.1.16: + resolution: {integrity: sha512-TA6oPsSyr7obX06C+JHdnmntlA1U2SoSKmPPB4BNIORXaofRzohgDGXHRLdLHJKfNklJxFO6huEBDLMT8UnThg==} dependencies: '@iconify/types': 2.0.0 dev: true @@ -2068,8 +2072,8 @@ packages: resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} dev: true - /@iconify/utils/2.0.0: - resolution: {integrity: sha512-thvwZ6m3frWJiOYwRdHPSPGC25rmyvDl0vXdQ8ocRJZx31m8Pn4y7V1mTc5UReR6MiAj+hrV2UPZQjx7zI960g==} + /@iconify/utils/2.0.1: + resolution: {integrity: sha512-t8IyICk25wgZL4YKn/2kYfjG5MGA6EWZlaUJZ1OEIku4V+kX9V900T5E4HIqS3hLyD6/RJET0zY4vxO9pHLHHw==} dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.5.2 @@ -2380,24 +2384,24 @@ packages: read-yaml-file: 1.1.0 dev: true - /@microsoft/api-extractor-model/7.24.3: - resolution: {integrity: sha512-JElpLULqYDXQb0YIKKQhOJaNWBXsYeYu5J51Z4O6RGbOq7Tby9ViVfpDuXVXa87AMOSR5WKuaxG/5SnQVVNxiw==} + /@microsoft/api-extractor-model/7.25.2: + resolution: {integrity: sha512-+h1uCrLQXFAKMUdghhdDcnniDB+6UA/lS9ArlB4QZQ34UbLuXNy2oQ6fafFK8cKXU4mUPTF/yGRjv7JKD5L7eg==} dependencies: - '@microsoft/tsdoc': 0.14.1 + '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.53.0 + '@rushstack/node-core-library': 3.53.2 dev: true - /@microsoft/api-extractor/7.32.0: - resolution: {integrity: sha512-BfvPpeVzWLFTdairVItzWQGsZr82fR4RH+8Q4I7t0f9xq66v4Qz9K+u25jbL5R42X01b/vvJMuRhX5KhU8J1Ug==} + /@microsoft/api-extractor/7.33.5: + resolution: {integrity: sha512-ENoWpTWarKNuodpRFDQr3jyBigHuv98KuJ8H5qXc1LZ1aP5Mk77lCo88HbPisTmSnGevJJHTScfd/DPznOb4CQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.24.3 - '@microsoft/tsdoc': 0.14.1 + '@microsoft/api-extractor-model': 7.25.2 + '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.53.0 - '@rushstack/rig-package': 0.3.16 - '@rushstack/ts-command-line': 4.12.4 + '@rushstack/node-core-library': 3.53.2 + '@rushstack/rig-package': 0.3.17 + '@rushstack/ts-command-line': 4.13.0 colors: 1.2.5 lodash: 4.17.21 resolve: 1.17.0 @@ -2415,10 +2419,6 @@ packages: resolve: 1.19.0 dev: true - /@microsoft/tsdoc/0.14.1: - resolution: {integrity: sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==} - dev: true - /@microsoft/tsdoc/0.14.2: resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} dev: true @@ -2515,8 +2515,8 @@ packages: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==} dev: true - /@rushstack/node-core-library/3.53.0: - resolution: {integrity: sha512-FXk3eDtTHKnaUq+fLyNY867ioRhMa6CJDJO5hZ3wuGlxm184nckAFiU+hx027AodjpnqjX6pYF0zZGq7k7P/vg==} + /@rushstack/node-core-library/3.53.2: + resolution: {integrity: sha512-FggLe5DQs0X9MNFeJN3/EXwb+8hyZUTEp2i+V1e8r4Va4JgkjBNY0BuEaQI+3DW6S4apV3UtXU3im17MSY00DA==} dependencies: '@types/node': 12.20.24 colors: 1.2.5 @@ -2528,15 +2528,15 @@ packages: z-schema: 5.0.4 dev: true - /@rushstack/rig-package/0.3.16: - resolution: {integrity: sha512-FoSQng2RtapEUe+CBPKxbpZUhUht5s2+mMiztRH95qqp81dsUpfEWojtV6XrUVyWIRk2/cY1CDZUKJWxMrT26Q==} + /@rushstack/rig-package/0.3.17: + resolution: {integrity: sha512-nxvAGeIMnHl1LlZSQmacgcRV4y1EYtgcDIrw6KkeVjudOMonlxO482PhDj3LVZEp6L7emSf6YSO2s5JkHlwfZA==} dependencies: resolve: 1.17.0 strip-json-comments: 3.1.1 dev: true - /@rushstack/ts-command-line/4.12.4: - resolution: {integrity: sha512-ckZHEfPiJCmBdWd/syve5zu2TNsPIqbFie3jWzM/izZa6ZOkDwex/K1ww+kJ12hFBnN44lMD7voJvKXajUCEDA==} + /@rushstack/ts-command-line/4.13.0: + resolution: {integrity: sha512-crLT31kl+qilz0eBRjqqYO06CqwbElc0EvzS6jI69B9Ikt1SkkSzIZ2iDP7zt/rd1ZYipKIS9hf9CQR9swDIKg==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -2567,12 +2567,12 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /@tailwindcss/aspect-ratio/0.4.2_tailwindcss@3.1.8: + /@tailwindcss/aspect-ratio/0.4.2_tailwindcss@3.2.1: resolution: {integrity: sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==} peerDependencies: tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1' dependencies: - tailwindcss: 3.1.8_postcss@8.4.17 + tailwindcss: 3.2.1_postcss@8.4.18 dev: true /@tiptap/core/2.0.0-beta.195: @@ -2906,7 +2906,7 @@ packages: prosemirror-view: 1.26.2 dev: false - /@tiptap/vue-3/2.0.0-beta.195_nymhblawrhei3qckmtenfcwitq: + /@tiptap/vue-3/2.0.0-beta.195_halyxqfan7x4orbb3jo3vn6fii: resolution: {integrity: sha512-eVT0pFz7/FLMEI2Scym0mixIW3Yl7tExIcHrWrXv+yIJiG4PIYfTojZaQhnGtoXuZjRS3/+YuJBpfk5wr4kBMQ==} peerDependencies: '@tiptap/core': ^2.0.0-beta.193 @@ -2917,7 +2917,7 @@ packages: '@tiptap/extension-floating-menu': 2.0.0-beta.197_ujyaqudhnf6lg6m3pea2tubg4a prosemirror-state: 1.4.1 prosemirror-view: 1.26.2 - vue: 3.2.40 + vue: 3.2.41 dev: false /@tootallnate/once/2.0.0: @@ -3067,8 +3067,8 @@ packages: resolution: {integrity: sha512-vQAnaReSQkEDa8uwAyQby8bYGKu84R/deEc6mg5T8fX6gzCn8QW6rziSgsti1fNvsrswKUKPnVTi7uoB+u62Mw==} dev: true - /@types/node/16.11.64: - resolution: {integrity: sha512-z5hPTlVFzNwtJ2LNozTpJcD1Cu44c4LNuzaq1mwxmiHWQh2ULdR6Vjwo1UGldzRpzL0yUEdZddnfqGW2G70z6Q==} + /@types/node/16.18.0: + resolution: {integrity: sha512-LqYqYzYvnbCaQfLAwRt0zboqnsViwhZm+vjaMSqcfN36vulAg7Pt0T83q4WZO2YOBw3XdyHi8cQ88H22zmULOA==} dev: true /@types/node/18.7.23: @@ -3125,8 +3125,8 @@ packages: resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} dev: true - /@types/web-bluetooth/0.0.15: - resolution: {integrity: sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==} + /@types/web-bluetooth/0.0.16: + resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} dev: false /@types/yauzl/2.10.0: @@ -3137,7 +3137,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.38.1_fwtmynzuxumbosrptxb2o52s2u: + /@typescript-eslint/eslint-plugin/5.38.1_4ov3kael3z5sfvouv7mfptru3i: resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3148,12 +3148,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.38.1_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/parser': 5.38.1_t7ph7dpvh7g5bfovntuojbuu4i '@typescript-eslint/scope-manager': 5.38.1 - '@typescript-eslint/type-utils': 5.38.1_l76llshcx5hpzqzl7lfng4kpb4 - '@typescript-eslint/utils': 5.38.1_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/type-utils': 5.38.1_t7ph7dpvh7g5bfovntuojbuu4i + '@typescript-eslint/utils': 5.38.1_t7ph7dpvh7g5bfovntuojbuu4i debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 @@ -3163,7 +3163,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.38.1_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/parser/5.38.1_t7ph7dpvh7g5bfovntuojbuu4i: resolution: {integrity: sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3177,7 +3177,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.25.0 + eslint: 8.26.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color @@ -3191,7 +3191,7 @@ packages: '@typescript-eslint/visitor-keys': 5.38.1 dev: true - /@typescript-eslint/type-utils/5.38.1_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/type-utils/5.38.1_t7ph7dpvh7g5bfovntuojbuu4i: resolution: {integrity: sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3202,9 +3202,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.7.4 - '@typescript-eslint/utils': 5.38.1_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/utils': 5.38.1_t7ph7dpvh7g5bfovntuojbuu4i debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: @@ -3237,7 +3237,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.38.1_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/utils/5.38.1_t7ph7dpvh7g5bfovntuojbuu4i: resolution: {integrity: sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3247,9 +3247,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.25.0 + eslint: 8.26.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.26.0 transitivePeerDependencies: - supports-color - typescript @@ -3391,7 +3391,7 @@ packages: lodash.throttle: 4.1.1 dev: false - /@uppy/vue/1.0.1_it3nm4ughcqppcjzj3xrfbdku4: + /@uppy/vue/1.0.1_cx7533vk6iiz3fpjg5luussdy4: resolution: {integrity: sha512-2cAzNz/a3GSscPfBh6WBelK0X6tY0DL5xAcOlSSENzZ0kxuGUq4a6N55ThUWC3THoCwbT0zFbUrjS41UEJDy/g==} peerDependencies: '@uppy/core': ^3.0.2 @@ -3420,7 +3420,7 @@ packages: '@uppy/progress-bar': 3.0.1_@uppy+core@3.0.4 '@uppy/status-bar': 3.0.1_@uppy+core@3.0.4 shallow-equal: 1.2.1 - vue: 3.2.40 + vue: 3.2.41 dev: false /@uppy/xhr-upload/3.0.4_@uppy+core@3.0.4: @@ -3434,7 +3434,7 @@ packages: nanoid: 4.0.0 dev: false - /@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.6+vue@3.2.40: + /@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.8+vue@3.2.41: resolution: {integrity: sha512-lmiR1k9+lrF7LMczO0pxtQ8mOn6XeppJDHxnpxkJQpT5SiKz4SKhKdeNstXaTNuR8qZhUo5X0pJlcocn72Y4Jg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3445,67 +3445,67 @@ packages: '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.19.3 '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.19.3 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.19.3 - vite: 3.1.6_sass@1.55.0 - vue: 3.2.40 + vite: 3.1.8_sass@1.55.0 + vue: 3.2.41 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/3.1.2_vite@3.1.6+vue@3.2.40: + /@vitejs/plugin-vue/3.1.2_vite@3.1.8+vue@3.2.41: resolution: {integrity: sha512-3zxKNlvA3oNaKDYX0NBclgxTQ1xaFdL7PzwF6zj9tGFziKwmBa3Q/6XcJQxudlT81WxDjEhHmevvIC4Orc1LhQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^3.0.0 vue: ^3.2.25 dependencies: - vite: 3.1.6_sass@1.55.0 - vue: 3.2.40 + vite: 3.1.8_sass@1.55.0 + vue: 3.2.41 dev: true - /@vitest/ui/0.24.0: - resolution: {integrity: sha512-E+Pn6YdQFmsM5kv06xyBaH/LW6zDgZueicAYfisQXK4wBU39498nWSK/9seP//ErpKD9OScbvCfIOTyDJHZc3Q==} + /@vitest/ui/0.24.3: + resolution: {integrity: sha512-f5agYA/sdkiipq42TZayJoeUGjWx+opDjIVeNnb1SG2BNxqObFqh6GuJlzpGHerg4a2+ZSoVo4f4p2+dEyXPmg==} dependencies: sirv: 2.0.2 dev: true - /@volar/language-core/1.0.3: - resolution: {integrity: sha512-eJ3iubJ1EvPTsp+rKoSUQ3EBGsEzblOQG6OVI9EzXIuwNayIqCnNSv9r0rvnYznX7i5F8gpo0Js9nKoAvwfhpQ==} + /@volar/language-core/1.0.9: + resolution: {integrity: sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==} dependencies: - '@volar/source-map': 1.0.3 + '@volar/source-map': 1.0.9 '@vue/reactivity': 3.2.40 muggle-string: 0.1.0 dev: true - /@volar/source-map/1.0.3: - resolution: {integrity: sha512-iEbjU95e8iZ3fV9NHU/wDWRSwSE5aNGpkG9mgIXPkfCmbEH+nEHGkycvapT551BDtIcyU386XzqL4DQbOyPzew==} + /@volar/source-map/1.0.9: + resolution: {integrity: sha512-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ==} dependencies: muggle-string: 0.1.0 dev: true - /@volar/typescript/1.0.3: - resolution: {integrity: sha512-OevIxAbdgfVxwWYI6ht5tmt8GqBBVQWPWn/51MNlqu5fVltFGRkOBmv3hwuvLn5N05pj2GpbkaaLZSjpj4iT9w==} + /@volar/typescript/1.0.9: + resolution: {integrity: sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==} dependencies: - '@volar/language-core': 1.0.3 + '@volar/language-core': 1.0.9 dev: true - /@volar/vue-language-core/1.0.3: - resolution: {integrity: sha512-XryQVvtFB5/rOkEZin5jZgUy0E84p+Ky70z+4B7Bvw/9HjS3TLKAIkm9W0duV7coG9RFVRqeiVnPyaaqSA0waA==} + /@volar/vue-language-core/1.0.9: + resolution: {integrity: sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==} dependencies: - '@volar/language-core': 1.0.3 - '@volar/source-map': 1.0.3 - '@vue/compiler-dom': 3.2.40 - '@vue/compiler-sfc': 3.2.40 + '@volar/language-core': 1.0.9 + '@volar/source-map': 1.0.9 + '@vue/compiler-dom': 3.2.41 + '@vue/compiler-sfc': 3.2.41 '@vue/reactivity': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/shared': 3.2.41 minimatch: 5.1.0 vue-template-compiler: 2.7.10 dev: true - /@volar/vue-typescript/1.0.3: - resolution: {integrity: sha512-zugZ5vni+l5w5z8Q5iEWysU/HkX38krW4+QTKwgQstaRVUQS0UHlX4Ug9vOfPGWEextIx0Z/7JsUvPATTNbfbg==} + /@volar/vue-typescript/1.0.9: + resolution: {integrity: sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw==} dependencies: - '@volar/typescript': 1.0.3 - '@volar/vue-language-core': 1.0.3 + '@volar/typescript': 1.0.9 + '@volar/vue-language-core': 1.0.9 dev: true /@vue/babel-helper-vue-transform-on/1.0.2: @@ -3529,61 +3529,61 @@ packages: - supports-color dev: true - /@vue/compiler-core/3.2.40: - resolution: {integrity: sha512-2Dc3Stk0J/VyQ4OUr2yEC53kU28614lZS+bnrCbFSAIftBJ40g/2yQzf4mPBiFuqguMB7hyHaujdgZAQ67kZYA==} + /@vue/compiler-core/3.2.41: + resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==} dependencies: '@babel/parser': 7.19.3 - '@vue/shared': 3.2.40 + '@vue/shared': 3.2.41 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.2.40: - resolution: {integrity: sha512-OZCNyYVC2LQJy4H7h0o28rtk+4v+HMQygRTpmibGoG9wZyomQiS5otU7qo3Wlq5UfHDw2RFwxb9BJgKjVpjrQw==} + /@vue/compiler-dom/3.2.41: + resolution: {integrity: sha512-xe5TbbIsonjENxJsYRbDJvthzqxLNk+tb3d/c47zgREDa/PCp6/Y4gC/skM4H6PIuX5DAxm7fFJdbjjUH2QTMw==} dependencies: - '@vue/compiler-core': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/compiler-core': 3.2.41 + '@vue/shared': 3.2.41 - /@vue/compiler-sfc/3.2.40: - resolution: {integrity: sha512-tzqwniIN1fu1PDHC3CpqY/dPCfN/RN1thpBC+g69kJcrl7mbGiHKNwbA6kJ3XKKy8R6JLKqcpVugqN4HkeBFFg==} + /@vue/compiler-sfc/3.2.41: + resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==} dependencies: '@babel/parser': 7.19.3 - '@vue/compiler-core': 3.2.40 - '@vue/compiler-dom': 3.2.40 - '@vue/compiler-ssr': 3.2.40 - '@vue/reactivity-transform': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/compiler-core': 3.2.41 + '@vue/compiler-dom': 3.2.41 + '@vue/compiler-ssr': 3.2.41 + '@vue/reactivity-transform': 3.2.41 + '@vue/shared': 3.2.41 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.17 + postcss: 8.4.18 source-map: 0.6.1 - /@vue/compiler-ssr/3.2.40: - resolution: {integrity: sha512-80cQcgasKjrPPuKcxwuCx7feq+wC6oFl5YaKSee9pV3DNq+6fmCVwEEC3vvkf/E2aI76rIJSOYHsWSEIxK74oQ==} + /@vue/compiler-ssr/3.2.41: + resolution: {integrity: sha512-Y5wPiNIiaMz/sps8+DmhaKfDm1xgj6GrH99z4gq2LQenfVQcYXmHIOBcs5qPwl7jaW3SUQWjkAPKMfQemEQZwQ==} dependencies: - '@vue/compiler-dom': 3.2.40 - '@vue/shared': 3.2.40 - - /@vue/devtools-api/6.4.1: - resolution: {integrity: sha512-tY5m7kwu0R+9GWHSncsE40rCX9ou4HhjhlbgdEMci8j08BE7pLlOpHRcyv6eEP0VYrW1JV0zFh6AoWsoHrVyFw==} - dev: false + '@vue/compiler-dom': 3.2.41 + '@vue/shared': 3.2.41 /@vue/devtools-api/6.4.4: resolution: {integrity: sha512-Ku31WzpOV/8cruFaXaEZKF81WkNnvCSlBY4eOGtz5WMSdJvX1v1WWlSMGZeqUwPtQ27ZZz7B62erEMq8JDjcXw==} dev: false - /@vue/eslint-config-prettier/7.0.0_znq2sm4m5bonjw4qqm6mwhbe2q: + /@vue/devtools-api/6.4.5: + resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} + dev: false + + /@vue/eslint-config-prettier/7.0.0_5t6g5rrqvlktilv3n3sw5svbdi: resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==} peerDependencies: eslint: '>= 7.28.0' prettier: '>= 2.0.0' dependencies: - eslint: 8.25.0 - eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-prettier: 4.2.1_hvbqyfstm4urdpm6ffpwfka4e4 + eslint: 8.26.0 + eslint-config-prettier: 8.5.0_eslint@8.26.0 + eslint-plugin-prettier: 4.2.1_aniwkeyvlpmwkidetuytnokvcm prettier: 2.7.1 dev: true - /@vue/eslint-config-typescript/11.0.2_bdxbbxtuayd4lgflbnh77t3rcm: + /@vue/eslint-config-typescript/11.0.2_zntnitd7vbjlcydi3ofron7txi: resolution: {integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -3594,22 +3594,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.38.1_fwtmynzuxumbosrptxb2o52s2u - '@typescript-eslint/parser': 5.38.1_l76llshcx5hpzqzl7lfng4kpb4 - eslint: 8.25.0 - eslint-plugin-vue: 9.6.0_eslint@8.25.0 + '@typescript-eslint/eslint-plugin': 5.38.1_4ov3kael3z5sfvouv7mfptru3i + '@typescript-eslint/parser': 5.38.1_t7ph7dpvh7g5bfovntuojbuu4i + eslint: 8.26.0 + eslint-plugin-vue: 9.6.0_eslint@8.26.0 typescript: 4.7.4 - vue-eslint-parser: 9.1.0_eslint@8.25.0 + vue-eslint-parser: 9.1.0_eslint@8.26.0 transitivePeerDependencies: - supports-color dev: true - /@vue/reactivity-transform/3.2.40: - resolution: {integrity: sha512-HQUCVwEaacq6fGEsg2NUuGKIhUveMCjOk8jGHqLXPI2w6zFoPrlQhwWEaINTv5kkZDXKEnCijAp+4gNEHG03yw==} + /@vue/reactivity-transform/3.2.41: + resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==} dependencies: '@babel/parser': 7.19.3 - '@vue/compiler-core': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/compiler-core': 3.2.41 + '@vue/shared': 3.2.41 estree-walker: 2.0.2 magic-string: 0.25.9 @@ -3617,41 +3617,51 @@ packages: resolution: {integrity: sha512-N9qgGLlZmtUBMHF9xDT4EkD9RdXde1Xbveb+niWMXuHVWQP5BzgRmE3SFyUBBcyayG4y1lhoz+lphGRRxxK4RA==} dependencies: '@vue/shared': 3.2.40 + dev: true - /@vue/runtime-core/3.2.40: - resolution: {integrity: sha512-U1+rWf0H8xK8aBUZhnrN97yoZfHbjgw/bGUzfgKPJl69/mXDuSg8CbdBYBn6VVQdR947vWneQBFzdhasyzMUKg==} + /@vue/reactivity/3.2.41: + resolution: {integrity: sha512-9JvCnlj8uc5xRiQGZ28MKGjuCoPhhTwcoAdv3o31+cfGgonwdPNuvqAXLhlzu4zwqavFEG5tvaoINQEfxz+l6g==} dependencies: - '@vue/reactivity': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/shared': 3.2.41 - /@vue/runtime-dom/3.2.40: - resolution: {integrity: sha512-AO2HMQ+0s2+MCec8hXAhxMgWhFhOPJ/CyRXnmTJ6XIOnJFLrH5Iq3TNwvVcODGR295jy77I6dWPj+wvFoSYaww==} + /@vue/runtime-core/3.2.41: + resolution: {integrity: sha512-0LBBRwqnI0p4FgIkO9q2aJBBTKDSjzhnxrxHYengkAF6dMOjeAIZFDADAlcf2h3GDALWnblbeprYYpItiulSVQ==} dependencies: - '@vue/runtime-core': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/reactivity': 3.2.41 + '@vue/shared': 3.2.41 + + /@vue/runtime-dom/3.2.41: + resolution: {integrity: sha512-U7zYuR1NVIP8BL6jmOqmapRAHovEFp7CSw4pR2FacqewXNGqZaRfHoNLQsqQvVQ8yuZNZtxSZy0FFyC70YXPpA==} + dependencies: + '@vue/runtime-core': 3.2.41 + '@vue/shared': 3.2.41 csstype: 2.6.21 - /@vue/server-renderer/3.2.40_vue@3.2.40: - resolution: {integrity: sha512-gtUcpRwrXOJPJ4qyBpU3EyxQa4EkV8I4f8VrDePcGCPe4O/hd0BPS7v9OgjIQob6Ap8VDz9G+mGTKazE45/95w==} + /@vue/server-renderer/3.2.41_vue@3.2.41: + resolution: {integrity: sha512-7YHLkfJdTlsZTV0ae5sPwl9Gn/EGr2hrlbcS/8naXm2CDpnKUwC68i1wGlrYAfIgYWL7vUZwk2GkYLQH5CvFig==} peerDependencies: - vue: 3.2.40 + vue: 3.2.41 dependencies: - '@vue/compiler-ssr': 3.2.40 - '@vue/shared': 3.2.40 - vue: 3.2.40 + '@vue/compiler-ssr': 3.2.41 + '@vue/shared': 3.2.41 + vue: 3.2.41 /@vue/shared/3.2.40: resolution: {integrity: sha512-0PLQ6RUtZM0vO3teRfzGi4ltLUO5aO+kLgwh4Um3THSR03rpQWLTuRCkuO5A41ITzwdWeKdPHtSARuPkoo5pCQ==} + dev: true - /@vue/test-utils/2.1.0_vue@3.2.40: - resolution: {integrity: sha512-U4AxAD/tKJ3ajxYew1gkfEotpr96DE/gLXpbl+nPbsNRqGBfQZZA7YhwGoQNDPgon56v+IGZDrYq7pe3GDl9aw==} + /@vue/shared/3.2.41: + resolution: {integrity: sha512-W9mfWLHmJhkfAmV+7gDjcHeAWALQtgGT3JErxULl0oz6R6+3ug91I7IErs93eCFhPCZPHBs4QJS7YWEV7A3sxw==} + + /@vue/test-utils/2.2.0_vue@3.2.41: + resolution: {integrity: sha512-EKp5/N7ieNZdoLTkD16j/irUjIEDN63QUIc41vLUMqGvSsTQN0QxbFiQqh5v49RPfS5vZH+DhjNUEkijCMOCSg==} peerDependencies: vue: ^3.0.1 dependencies: - vue: 3.2.40 + vue: 3.2.41 dev: true - /@vue/tsconfig/0.1.3_@types+node@16.11.64: + /@vue/tsconfig/0.1.3_@types+node@16.18.0: resolution: {integrity: sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==} peerDependencies: '@types/node': '*' @@ -3659,53 +3669,53 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 16.11.64 + '@types/node': 16.18.0 dev: true - /@vueuse/components/9.3.0_vue@3.2.40: - resolution: {integrity: sha512-16MKXd+kx60qhocbGHhoNGMzNUkyYSY7LTuY/qqdyQik0NnOY4Mw4Lq2CMByvV4ymcnaw5qHGl1LNB94qjgSBA==} + /@vueuse/components/9.4.0_vue@3.2.41: + resolution: {integrity: sha512-FDaZsosPoSFYGg+AUpUyf1Kb/tLr2ATXcD0LNRg6H8QPOzrY6j5WnUf1fEADur0W82cnZWaoziPPgjKZOLzAYw==} dependencies: - '@vueuse/core': 9.3.0_vue@3.2.40 - '@vueuse/shared': 9.3.0_vue@3.2.40 - vue-demi: 0.13.11_vue@3.2.40 + '@vueuse/core': 9.4.0_vue@3.2.41 + '@vueuse/shared': 9.4.0_vue@3.2.41 + vue-demi: 0.13.11_vue@3.2.41 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/core/9.3.0_vue@3.2.40: - resolution: {integrity: sha512-64Rna8IQDWpdrJxgitDg7yv1yTp41ZmvV8zlLEylK4QQLWAhz1OFGZDPZ8bU4lwcGgbEJ2sGi2jrdNh4LttUSQ==} + /@vueuse/core/9.4.0_vue@3.2.41: + resolution: {integrity: sha512-JzgenGj1ZF2BHOen5rsFiAyyI9sXAv7aKhNLlm9b7SwYQeKTcxTWdhudonURCSP3Egl9NQaRBzes2lv/1JUt/Q==} dependencies: - '@types/web-bluetooth': 0.0.15 - '@vueuse/metadata': 9.3.0 - '@vueuse/shared': 9.3.0_vue@3.2.40 - vue-demi: 0.13.11_vue@3.2.40 + '@types/web-bluetooth': 0.0.16 + '@vueuse/metadata': 9.4.0 + '@vueuse/shared': 9.4.0_vue@3.2.41 + vue-demi: 0.13.11_vue@3.2.41 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/metadata/9.3.0: - resolution: {integrity: sha512-GnnfjbzIPJIh9ngL9s9oGU1+Hx/h5/KFqTfJykzh/1xjaHkedV9g0MASpdmPZIP+ynNhKAcEfA6g5i8KXwtoMA==} + /@vueuse/metadata/9.4.0: + resolution: {integrity: sha512-7GKMdGAsJyQJl35MYOz/RDpP0FxuiZBRDSN79QIPbdqYx4Sd0sVTnIC68KJ6Oln0t0SouvSUMvRHuno216Ud2Q==} dev: false - /@vueuse/router/9.3.0_c7eza3xvlyb4mo6qeit5ggeo6u: - resolution: {integrity: sha512-UFN2MFciprH21oYsAgNHeDJ4Bd86HpRm9gximSN8j6h4fc2aa62fvfhprfHqdTxYAcgcGkMwcc9TO75jOvr8gg==} + /@vueuse/router/9.4.0_4dzfggngbcv3f6kocd3r4z3f4q: + resolution: {integrity: sha512-nq7FJMDucngIxvvBvkdg8mgzqhyX9YnptOZozh5oVfbR3ZPVy/9U8VyDEt4CUsxs2Xwg4taA2PaO9xPsgkyruQ==} peerDependencies: vue-router: '>=4.0.0-rc.1' dependencies: - '@vueuse/shared': 9.3.0_vue@3.2.40 - vue-demi: 0.13.11_vue@3.2.40 - vue-router: 4.1.5_vue@3.2.40 + '@vueuse/shared': 9.4.0_vue@3.2.41 + vue-demi: 0.13.11_vue@3.2.41 + vue-router: 4.1.6_vue@3.2.41 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/shared/9.3.0_vue@3.2.40: - resolution: {integrity: sha512-caGUWLY0DpPC6l31KxeUy6vPVNA0yKxx81jFYLoMpyP6cF84FG5Dkf69DfSUqL57wX8JcUkJDMnQaQIZPWFEQQ==} + /@vueuse/shared/9.4.0_vue@3.2.41: + resolution: {integrity: sha512-fTuem51KwMCnqUKkI8B57qAIMcFovtGgsCtAeqxIzH3i6nE9VYge+gVfneNHAAy7lj8twbkNfqQSygOPJTm4tQ==} dependencies: - vue-demi: 0.13.11_vue@3.2.40 + vue-demi: 0.13.11_vue@3.2.41 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3908,7 +3918,7 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /autoprefixer/10.4.12_postcss@8.4.17: + /autoprefixer/10.4.12_postcss@8.4.18: resolution: {integrity: sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -3920,7 +3930,7 @@ packages: fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.17 + postcss: 8.4.18 postcss-value-parser: 4.2.0 dev: true @@ -4319,13 +4329,13 @@ packages: /codemirror/6.0.1: resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==} dependencies: - '@codemirror/autocomplete': 6.3.0 - '@codemirror/commands': 6.1.1 - '@codemirror/language': 6.2.1 + '@codemirror/autocomplete': 6.3.0_hyoev4pkfjyim3j7kwcs5im5xu + '@codemirror/commands': 6.1.2 + '@codemirror/language': 6.3.0 '@codemirror/lint': 6.0.0 '@codemirror/search': 6.2.1 '@codemirror/state': 6.1.2 - '@codemirror/view': 6.3.0 + '@codemirror/view': 6.4.0 dev: false /color-convert/1.9.3: @@ -4552,8 +4562,8 @@ packages: stream-transform: 2.1.3 dev: true - /cypress/10.9.0: - resolution: {integrity: sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==} + /cypress/10.11.0: + resolution: {integrity: sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -4574,7 +4584,7 @@ packages: cli-table3: 0.6.3 commander: 5.1.0 common-tags: 1.8.2 - dayjs: 1.11.5 + dayjs: 1.11.6 debug: 4.3.4_supports-color@8.1.1 enquirer: 2.3.6 eventemitter2: 6.4.7 @@ -4618,8 +4628,8 @@ packages: whatwg-url: 11.0.0 dev: true - /dayjs/1.11.5: - resolution: {integrity: sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==} + /dayjs/1.11.6: + resolution: {integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==} /de-indent/1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -5201,25 +5211,25 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.25.0: + /eslint-config-prettier/8.5.0_eslint@8.26.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.25.0: + /eslint-plugin-cypress/2.12.1_eslint@8.26.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 globals: 11.12.0 dev: true - /eslint-plugin-prettier/4.2.1_hvbqyfstm4urdpm6ffpwfka4e4: + /eslint-plugin-prettier/4.2.1_aniwkeyvlpmwkidetuytnokvcm: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5230,25 +5240,25 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.25.0 - eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint: 8.26.0 + eslint-config-prettier: 8.5.0_eslint@8.26.0 prettier: 2.7.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-vue/9.6.0_eslint@8.25.0: + /eslint-plugin-vue/9.6.0_eslint@8.26.0: resolution: {integrity: sha512-zzySkJgVbFCylnG2+9MDF7N+2Rjze2y0bF8GyUNpFOnT8mCMfqqtLDJkHBuYu9N/psW1A6DVbQhPkP92E+qakA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.25.0 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint: 8.26.0 + eslint-utils: 3.0.0_eslint@8.26.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.25.0 + vue-eslint-parser: 9.1.0_eslint@8.26.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -5270,13 +5280,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.25.0: + /eslint-utils/3.0.0_eslint@8.26.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 eslint-visitor-keys: 2.1.0 dev: true @@ -5290,14 +5300,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.25.0: - resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} + /eslint/8.26.0: + resolution: {integrity: sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.10.6 + '@humanwhocodes/config-array': 0.11.6 '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -5305,7 +5316,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.26.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -5315,12 +5326,12 @@ packages: find-up: 5.0.0 glob-parent: 6.0.2 globals: 13.17.0 - globby: 11.1.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 + is-path-inside: 3.0.3 js-sdsl: 4.1.4 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 @@ -5611,14 +5622,14 @@ packages: resolution: {integrity: sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg==} dev: true - /floating-vue/2.0.0-beta.20_vue@3.2.40: + /floating-vue/2.0.0-beta.20_vue@3.2.41: resolution: {integrity: sha512-N68otcpp6WwcYC7zP8GeJqNZVdfvS7tEY88lwmuAHeqRgnfWx1Un8enzLxROyVnBDZ3TwUoUdj5IFg+bUT7JeA==} peerDependencies: vue: ^3.2.0 dependencies: '@floating-ui/dom': 0.1.10 - vue: 3.2.40 - vue-resize: 2.0.0-alpha.1_vue@3.2.40 + vue: 3.2.41 + vue-resize: 2.0.0-alpha.1_vue@3.2.41 dev: false /follow-redirects/1.15.2: @@ -5973,16 +5984,16 @@ packages: engines: {node: '>=12.0.0'} dev: false - /histoire/0.11.3: - resolution: {integrity: sha512-mfmzzk8HPhjQg/4Loiqz07BS5O6sbcoi4gCKzqa27NQHzEjhlx0i+nPbylUH3kVBYFXeUUlQ5aW7WX+Ix2hU3w==} + /histoire/0.11.5: + resolution: {integrity: sha512-+27sEYAd45g8LUbnsJZHbnNrXsIV9CMoT7S+Mb6OiCTOKFCOUVO96XwRRPtSLDbmcouIsc4VVcqsLCJX7ol/9w==} hasBin: true peerDependencies: vite: ^2.9.0 || ^3.0.0 dependencies: - '@histoire/app': 0.11.3 - '@histoire/controls': 0.11.3 - '@histoire/shared': 0.11.3 - '@histoire/vendors': 0.11.3 + '@histoire/app': 0.11.5 + '@histoire/controls': 0.11.5 + '@histoire/shared': 0.11.5 + '@histoire/vendors': 0.11.5 '@types/flexsearch': 0.7.3 '@types/markdown-it': 12.2.3 birpc: 0.1.1 @@ -7353,7 +7364,7 @@ packages: engines: {node: '>=6'} dev: true - /pinia/2.0.23_rg374xhldfcyvjtaj3qktyfz5y: + /pinia/2.0.23_lrjaoqkmph6q2hmgd3qeuy6rom: resolution: {integrity: sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -7367,8 +7378,8 @@ packages: dependencies: '@vue/devtools-api': 6.4.4 typescript: 4.7.4 - vue: 3.2.40 - vue-demi: 0.13.11_vue@3.2.40 + vue: 3.2.41 + vue-demi: 0.13.11_vue@3.2.41 dev: false /pkg-dir/4.2.0: @@ -7386,27 +7397,27 @@ packages: pathe: 0.3.8 dev: true - /postcss-import/14.1.0_postcss@8.4.17: + /postcss-import/14.1.0_postcss@8.4.18: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.17 + postcss: 8.4.18 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 - /postcss-js/4.0.0_postcss@8.4.17: + /postcss-js/4.0.0_postcss@8.4.18: resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.17 + postcss: 8.4.18 - /postcss-load-config/3.1.4_postcss@8.4.17: + /postcss-load-config/3.1.4_postcss@8.4.18: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -7419,16 +7430,16 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.17 + postcss: 8.4.18 yaml: 1.10.2 - /postcss-nested/5.0.6_postcss@8.4.17: - resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==} + /postcss-nested/6.0.0_postcss@8.4.18: + resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.17 + postcss: 8.4.18 postcss-selector-parser: 6.0.10 /postcss-selector-parser/6.0.10: @@ -7441,8 +7452,8 @@ packages: /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss/8.4.17: - resolution: {integrity: sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==} + /postcss/8.4.18: + resolution: {integrity: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -7672,8 +7683,8 @@ packages: safe-buffer: 5.2.1 dev: true - /randomstring/1.2.2: - resolution: {integrity: sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg==} + /randomstring/1.2.3: + resolution: {integrity: sha512-3dEFySepTzp2CvH6W/ASYGguPPveBuz5MpZ7MuoUkoVehmyNl9+F9c9GFVrz2QPbM9NXTIHGcmJDY/3j4677kQ==} hasBin: true dependencies: array-uniq: 1.0.2 @@ -8397,7 +8408,7 @@ packages: resolution: {integrity: sha512-sygGuEFFBBzjqR6d2gB9hDW9xX/4yLt7ymhR2E/XVa6Ar4B86Net8/9EmPAsqFUvXY40+W0HnXwFavFJEM+eCQ==} dev: true - /tailwindcss-themer/2.0.2_tailwindcss@3.1.8: + /tailwindcss-themer/2.0.2_tailwindcss@3.2.1: resolution: {integrity: sha512-Zw1MvxXYRpTQNia//hEBmsTEohRrs/5P9umuM4spiq3dRIYsrVwEGwq1BbsGqUDOnYIEdVZYHVWkIiTAPmuOFA==} peerDependencies: tailwindcss: ^3.1.0 @@ -8406,11 +8417,11 @@ packages: just-unique: 4.1.1 lodash.merge: 4.6.2 lodash.mergewith: 4.6.2 - tailwindcss: 3.1.8_postcss@8.4.17 + tailwindcss: 3.2.1_postcss@8.4.18 dev: true - /tailwindcss/3.1.8_postcss@8.4.17: - resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==} + /tailwindcss/3.2.1_postcss@8.4.18: + resolution: {integrity: sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==} engines: {node: '>=12.13.0'} hasBin: true peerDependencies: @@ -8426,14 +8437,15 @@ packages: glob-parent: 6.0.2 is-glob: 4.0.3 lilconfig: 2.0.6 + micromatch: 4.0.5 normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.17 - postcss-import: 14.1.0_postcss@8.4.17 - postcss-js: 4.0.0_postcss@8.4.17 - postcss-load-config: 3.1.4_postcss@8.4.17 - postcss-nested: 5.0.6_postcss@8.4.17 + postcss: 8.4.18 + postcss-import: 14.1.0_postcss@8.4.18 + postcss-js: 4.0.0_postcss@8.4.18 + postcss-load-config: 3.1.4_postcss@8.4.18 + postcss-nested: 6.0.0_postcss@8.4.18 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -8784,8 +8796,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-icons/0.14.11: - resolution: {integrity: sha512-szr6QA1ILT4RrJCmtvW41m2KPwUCCIx8QNgwEmTehvzEkSLDrdEaBhKGMWb/qTe5/zwnfwrDGcFT/6pGOSHJcA==} + /unplugin-icons/0.14.12: + resolution: {integrity: sha512-FdkjDnUnc8/75OT8Ywwm8iDyG6kO8w1uHfFbnO2Jh7JhpE0odKhCqaAOmEE/UlvYDYSm5D4X1DKdWMwpAxj07Q==} peerDependencies: '@svgr/core': '>=5.5.0' '@vue/compiler-sfc': ^3.0.2 @@ -8803,7 +8815,7 @@ packages: dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.5.2 - '@iconify/utils': 2.0.0 + '@iconify/utils': 2.0.1 debug: 4.3.4 kolorist: 1.6.0 local-pkg: 0.4.2 @@ -8812,8 +8824,8 @@ packages: - supports-color dev: true - /unplugin-icons/0.14.11_@vue+compiler-sfc@3.2.40: - resolution: {integrity: sha512-szr6QA1ILT4RrJCmtvW41m2KPwUCCIx8QNgwEmTehvzEkSLDrdEaBhKGMWb/qTe5/zwnfwrDGcFT/6pGOSHJcA==} + /unplugin-icons/0.14.12_@vue+compiler-sfc@3.2.41: + resolution: {integrity: sha512-FdkjDnUnc8/75OT8Ywwm8iDyG6kO8w1uHfFbnO2Jh7JhpE0odKhCqaAOmEE/UlvYDYSm5D4X1DKdWMwpAxj07Q==} peerDependencies: '@svgr/core': '>=5.5.0' '@vue/compiler-sfc': ^3.0.2 @@ -8831,8 +8843,8 @@ packages: dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.5.2 - '@iconify/utils': 2.0.0 - '@vue/compiler-sfc': 3.2.40 + '@iconify/utils': 2.0.1 + '@vue/compiler-sfc': 3.2.41 debug: 4.3.4 kolorist: 1.6.0 local-pkg: 0.4.2 @@ -8960,7 +8972,7 @@ packages: debug: 4.3.4 mlly: 0.5.16 pathe: 0.2.0 - vite: 3.1.6 + vite: 3.1.8 transitivePeerDependencies: - less - sass @@ -8969,15 +8981,14 @@ packages: - terser dev: true - /vite-plugin-dts/1.6.5: - resolution: {integrity: sha512-5X6itICUfV8AT0WkHKkE573KMRQE30j4tKzDyvZ770VEZbkGBt87b3j99ENKsW9PZJfI/9br96juq9NbuWoYFg==} + /vite-plugin-dts/1.6.6: + resolution: {integrity: sha512-XEZQlcAN5Bi1PWL0l/E08cI3VpjTCWY5x7C4/bVyC7lpS+/q9CDBCV8gGsqV97/g34N7gNNRNhqs8r0m6JAmIQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: '>=2.9.0' dependencies: - '@microsoft/api-extractor': 7.32.0 - '@rushstack/node-core-library': 3.53.0 - chalk: 4.1.2 + '@microsoft/api-extractor': 7.33.5 + '@rushstack/node-core-library': 3.53.2 debug: 4.3.4 fast-glob: 3.2.12 fs-extra: 10.1.0 @@ -8987,7 +8998,7 @@ packages: - supports-color dev: true - /vite-plugin-externals/0.5.1_vite@3.1.6: + /vite-plugin-externals/0.5.1_vite@3.1.8: resolution: {integrity: sha512-HvRFG5y9wXoJUG9FSbSp9ikOiJRh7EzN6tJC5oIOcEj+19GUw9Z1NNCPFtAmX75Ajcr10FdELKNmuXS3lExkcg==} peerDependencies: vite: '>=2.0.0' @@ -8996,10 +9007,10 @@ packages: es-module-lexer: 0.4.1 fs-extra: 10.1.0 magic-string: 0.25.9 - vite: 3.1.6_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true - /vite-plugin-html/3.2.0_vite@3.1.6: + /vite-plugin-html/3.2.0_vite@3.1.8: resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==} peerDependencies: vite: '>=2.0.0' @@ -9016,7 +9027,7 @@ packages: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 3.1.6_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true /vite-plugin-inspect/0.7.5: @@ -9035,7 +9046,7 @@ packages: - supports-color dev: true - /vite-plugin-pwa/0.13.1_vite@3.1.6: + /vite-plugin-pwa/0.13.1_vite@3.1.8: resolution: {integrity: sha512-NR3dIa+o2hzlzo4lF4Gu0cYvoMjSw2DdRc6Epw1yjmCqWaGuN86WK9JqZie4arNlE1ZuWT3CLiMdiX5wcmmUmg==} peerDependencies: vite: ^3.1.0 @@ -9044,7 +9055,7 @@ packages: fast-glob: 3.2.12 pretty-bytes: 6.0.0 rollup: 2.79.1 - vite: 3.1.6_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 workbox-build: 6.5.4 workbox-window: 6.5.4 transitivePeerDependencies: @@ -9052,7 +9063,7 @@ packages: - supports-color dev: true - /vite-plugin-static-copy/0.9.0_vite@3.1.6: + /vite-plugin-static-copy/0.9.0_vite@3.1.8: resolution: {integrity: sha512-0h8esPoZn6zdTK8KoDbiZPJum7+Nw2t4oLTpu2i2haP2HmgysRH+Xy6FaE6lLyCpgODYR5RiRjbLH0UKUZpIPw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -9062,21 +9073,21 @@ packages: fast-glob: 3.2.12 fs-extra: 10.1.0 picocolors: 1.0.0 - vite: 3.1.6_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true - /vite-plugin-vue-setup-extend/0.4.0_vite@3.1.6: + /vite-plugin-vue-setup-extend/0.4.0_vite@3.1.8: resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==} peerDependencies: vite: '>=2.0.0' dependencies: - '@vue/compiler-sfc': 3.2.40 + '@vue/compiler-sfc': 3.2.41 magic-string: 0.25.9 - vite: 3.1.6_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true - /vite/3.1.6: - resolution: {integrity: sha512-qMXIwnehvvcK5XfJiXQUiTxoYAEMKhM+jqCY6ZSTKFBKu1hJnAKEzP3AOcnTerI0cMZYAaJ4wpW1wiXLMDt4mA==} + /vite/3.1.8: + resolution: {integrity: sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9095,15 +9106,15 @@ packages: optional: true dependencies: esbuild: 0.15.9 - postcss: 8.4.17 + postcss: 8.4.18 resolve: 1.22.1 rollup: 2.78.1 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/3.1.6_sass@1.55.0: - resolution: {integrity: sha512-qMXIwnehvvcK5XfJiXQUiTxoYAEMKhM+jqCY6ZSTKFBKu1hJnAKEzP3AOcnTerI0cMZYAaJ4wpW1wiXLMDt4mA==} + /vite/3.1.8_sass@1.55.0: + resolution: {integrity: sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9122,7 +9133,7 @@ packages: optional: true dependencies: esbuild: 0.15.9 - postcss: 8.4.17 + postcss: 8.4.18 resolve: 1.22.1 rollup: 2.78.1 sass: 1.55.0 @@ -9130,8 +9141,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.24.0_jqhd3ckah6e55t6jowgpptgz5a: - resolution: {integrity: sha512-k5j3FPTor+MJx2x0pDW2gtVk+s9VC6nSHT3SoqOIk9Je5fFpPgict+Xy2eAVXUogvSixs45Ya1oZk+oK93BO0w==} + /vitest/0.24.3_77pornmwtppca6gbma7p22376m: + resolution: {integrity: sha512-aM0auuPPgMSstWvr851hB74g/LKaKBzSxcG3da7ejfZbx08Y21JpZmbmDYrMTCGhVZKqTGwzcnLMwyfz2WzkhQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -9155,7 +9166,7 @@ packages: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 '@types/node': 18.7.23 - '@vitest/ui': 0.24.0 + '@vitest/ui': 0.24.3 chai: 4.3.6 debug: 4.3.4 jsdom: 20.0.1 @@ -9164,7 +9175,7 @@ packages: tinybench: 2.3.0 tinypool: 0.3.0 tinyspy: 1.0.2 - vite: 3.1.6_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 transitivePeerDependencies: - less - sass @@ -9181,7 +9192,7 @@ packages: resolution: {integrity: sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==} dev: true - /vue-demi/0.13.11_vue@3.2.40: + /vue-demi/0.13.11_vue@3.2.41: resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==} engines: {node: '>=12'} hasBin: true @@ -9193,17 +9204,17 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.40 + vue: 3.2.41 dev: false - /vue-eslint-parser/9.1.0_eslint@8.25.0: + /vue-eslint-parser/9.1.0_eslint@8.26.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.25.0 + eslint: 8.26.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.0 @@ -9229,21 +9240,21 @@ packages: - '@interactjs/utils' dev: false - /vue-resize/2.0.0-alpha.1_vue@3.2.40: + /vue-resize/2.0.0-alpha.1_vue@3.2.41: resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.2.40 + vue: 3.2.41 dev: false - /vue-router/4.1.5_vue@3.2.40: - resolution: {integrity: sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==} + /vue-router/4.1.6_vue@3.2.41: + resolution: {integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==} peerDependencies: vue: ^3.2.0 dependencies: - '@vue/devtools-api': 6.4.1 - vue: 3.2.40 + '@vue/devtools-api': 6.4.5 + vue: 3.2.41 dev: false /vue-template-compiler/2.7.10: @@ -9253,33 +9264,33 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.0.3_typescript@4.7.4: - resolution: {integrity: sha512-Si6PANEATxaGhJ51bUnRbT+5MIYwvjdPBwuCKSky+YD5oWDhE4uMqfpOPnP2oSMB52trtU0faIRVcP4YSF3LJA==} + /vue-tsc/1.0.9_typescript@4.7.4: + resolution: {integrity: sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': 1.0.3 - '@volar/vue-typescript': 1.0.3 + '@volar/vue-language-core': 1.0.9 + '@volar/vue-typescript': 1.0.9 typescript: 4.7.4 dev: true - /vue/3.2.40: - resolution: {integrity: sha512-1mGHulzUbl2Nk3pfvI5aXYYyJUs1nm4kyvuz38u4xlQkLUn1i2R7nDbI4TufECmY8v1qNBHYy62bCaM+3cHP2A==} + /vue/3.2.41: + resolution: {integrity: sha512-uuuvnrDXEeZ9VUPljgHkqB5IaVO8SxhPpqF2eWOukVrBnRBx2THPSGQBnVRt0GrIG1gvCmFXMGbd7FqcT1ixNQ==} dependencies: - '@vue/compiler-dom': 3.2.40 - '@vue/compiler-sfc': 3.2.40 - '@vue/runtime-dom': 3.2.40 - '@vue/server-renderer': 3.2.40_vue@3.2.40 - '@vue/shared': 3.2.40 + '@vue/compiler-dom': 3.2.41 + '@vue/compiler-sfc': 3.2.41 + '@vue/runtime-dom': 3.2.41 + '@vue/server-renderer': 3.2.41_vue@3.2.41 + '@vue/shared': 3.2.41 - /vuedraggable/4.1.0_vue@3.2.40: + /vuedraggable/4.1.0_vue@3.2.41: resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==} peerDependencies: vue: ^3.0.1 dependencies: sortablejs: 1.14.0 - vue: 3.2.40 + vue: 3.2.41 dev: false /w3c-keyname/2.2.6: