From 3dd3c37fc25e36dafce67be5e7b3cd690c2dca32 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 7 Jun 2022 22:14:56 +0200 Subject: [PATCH] chore: update dependencies # What's changed? * add `jsx: "preserve"` to tsconfig (necessary in new vue-tsc version) --- .npmrc | 1 + examples/vite/tsconfig.json | 1 + package.json | 8 +- packages/vue-flow/package.json | 24 +- packages/vue-flow/tsconfig.build.json | 1 + packages/vue-flow/tsconfig.json | 1 + pnpm-lock.yaml | 1658 +++++++++++++------------ 7 files changed, 865 insertions(+), 829 deletions(-) diff --git a/.npmrc b/.npmrc index 009aa06d..c82236b0 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ shamefully-hoist=true auto-install-peers=true +strict-peer-dependencies=false diff --git a/examples/vite/tsconfig.json b/examples/vite/tsconfig.json index 8c8789bf..f7657ddc 100644 --- a/examples/vite/tsconfig.json +++ b/examples/vite/tsconfig.json @@ -16,6 +16,7 @@ "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "types": ["vite/client"], + "jsx": "preserve", "paths": { "~/*": ["../../packages/vue-flow/src/*"] } diff --git a/package.json b/package.json index 151d0548..dff81b03 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ "typedocs": "turbo run typedoc" }, "devDependencies": { - "@antfu/eslint-config": "^0.24.2", - "eslint": "^8.15.0", + "@antfu/eslint-config": "^0.24.3", + "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-chai-friendly": "^0.7.2", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2", "shx": "^0.3.4", - "turbo": "^1.2.14", - "typescript": "^4.7.2" + "turbo": "^1.2.16", + "typescript": "^4.7.3" } } diff --git a/packages/vue-flow/package.json b/packages/vue-flow/package.json index 75f9466c..cfff8a30 100644 --- a/packages/vue-flow/package.json +++ b/packages/vue-flow/package.json @@ -38,29 +38,29 @@ "vue": "^3.2.25" }, "dependencies": { - "@types/d3": "^7.1.0", - "@vueuse/core": "^8.4.2", + "@types/d3": "^7.4.0", + "@vueuse/core": "^8.6.0", "d3": "^7.4.4", "d3-drag": "^3.0.0", "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0" }, "devDependencies": { - "@rollup/plugin-replace": "^2.4.2", + "@rollup/plugin-replace": "^4.0.0", "@vitejs/plugin-vue": "^2.3.3", - "autoprefixer": "^10.3.7", - "np": "^7.5.0", - "postcss": "^8.4.8", + "autoprefixer": "^10.4.7", + "np": "^7.6.1", + "postcss": "^8.4.14", "postcss-cli": "^9.1.0", "postcss-nested": "^5.0.6", "ts-patch": "^2.0.1", - "typedoc": "^0.22.15", + "typedoc": "^0.22.17", "typescript-transform-paths": "^3.3.1", - "unplugin-auto-import": "^0.7.1", - "vite": "^2.9.9", - "vite-plugin-vue-type-imports": "^0.1.3", - "vite-svg-loader": "^2.2.0", - "vue-tsc": "^0.35.0" + "unplugin-auto-import": "^0.8.7", + "vite": "^2.9.10", + "vite-plugin-vue-type-imports": "^0.2.0", + "vite-svg-loader": "^3.3.0", + "vue-tsc": "^0.37.3" }, "publishConfig": { "access": "public", diff --git a/packages/vue-flow/tsconfig.build.json b/packages/vue-flow/tsconfig.build.json index ddd289fe..3f9774d8 100644 --- a/packages/vue-flow/tsconfig.build.json +++ b/packages/vue-flow/tsconfig.build.json @@ -16,6 +16,7 @@ "noUnusedLocals": false, "strictNullChecks": true, "forceConsistentCasingInFileNames": true, + "jsx": "preserve", "types": ["vite/client", "vue/macros"], "paths": { "~/*": ["src/*"] diff --git a/packages/vue-flow/tsconfig.json b/packages/vue-flow/tsconfig.json index a1b6ebe7..3ba05729 100644 --- a/packages/vue-flow/tsconfig.json +++ b/packages/vue-flow/tsconfig.json @@ -16,6 +16,7 @@ "declaration": true, "declarationDir": "./dist", "types": ["vite/client", "vue/macros"], + "jsx": "preserve", "paths": { "~/*": ["src/*"] }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96f2e43d..82d92c27 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,25 +4,25 @@ importers: .: specifiers: - '@antfu/eslint-config': ^0.24.2 - eslint: ^8.15.0 + '@antfu/eslint-config': ^0.24.3 + eslint: ^8.17.0 eslint-config-prettier: ^8.5.0 eslint-plugin-chai-friendly: ^0.7.2 eslint-plugin-prettier: ^4.0.0 prettier: ^2.6.2 shx: ^0.3.4 - turbo: ^1.2.14 - typescript: ^4.7.2 + turbo: ^1.2.16 + typescript: ^4.7.3 devDependencies: - '@antfu/eslint-config': 0.24.3_xztl6dhthcahlo6akmb2bmjmle - eslint: 8.16.0 - eslint-config-prettier: 8.5.0_eslint@8.16.0 - eslint-plugin-chai-friendly: 0.7.2_eslint@8.16.0 - eslint-plugin-prettier: 4.0.0_j7rsahgqtkecno6yauhsgsglf4 + '@antfu/eslint-config': 0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4 + eslint: 8.17.0 + eslint-config-prettier: 8.5.0_eslint@8.17.0 + eslint-plugin-chai-friendly: 0.7.2_eslint@8.17.0 + eslint-plugin-prettier: 4.0.0_ucegkljdju7q4zmvwxzqoprf3y prettier: 2.6.2 shx: 0.3.4 - turbo: 1.2.14 - typescript: 4.7.2 + turbo: 1.2.16 + typescript: 4.7.3 docs: specifiers: @@ -50,27 +50,27 @@ importers: windicss: ^3.5.1 dependencies: '@animxyz/core': 0.6.6 - '@animxyz/vue3': 0.6.6_vue@3.2.36 + '@animxyz/vue3': 0.6.6_vue@3.2.37 '@braks/vue-flow': link:../packages/vue-flow '@stackblitz/sdk': 1.6.0 - '@vue/repl': 1.1.2_vue@3.2.36 + '@vue/repl': 1.1.2_vue@3.2.37 blobity: 0.1.7_react@18.1.0 canvas-confetti: 1.5.1 devDependencies: - '@iconify/json': 2.1.55 + '@iconify/json': 2.1.57 '@types/canvas-confetti': 1.4.2 - '@types/node': 17.0.38 + '@types/node': 17.0.41 '@vuepress/bundler-vite': 2.0.0-beta.46 - '@vuepress/plugin-docsearch': 2.0.0-beta.46_react@18.1.0 + '@vuepress/plugin-docsearch': 2.0.0-beta.46_eurjwfem4ie5nnznw6gmhlbswe '@vuepress/plugin-pwa': 2.0.0-beta.46 '@windicss/plugin-scrollbar': 1.2.3 dotenv: 16.0.1 ohmyfetch: 0.4.18 - unplugin-auto-import: 0.6.9_vite@2.9.9 - unplugin-icons: 0.14.3_vite@2.9.9 - unplugin-vue-components: 0.18.5_vite@2.9.9+vue@3.2.36 - vite-plugin-windicss: 1.8.4_vite@2.9.9 - vuepress: 2.0.0-beta.46_vue@3.2.36 + unplugin-auto-import: 0.6.9_rollup@2.75.6+vite@2.9.10 + unplugin-icons: 0.14.3_rollup@2.75.6+vite@2.9.10 + unplugin-vue-components: 0.18.5_cimrprb54snhagk4tjmarxnbhm + vite-plugin-windicss: 1.8.4_vite@2.9.10 + vuepress: 2.0.0-beta.46_ky4o5iv42nfwog2gkj2rnr6kla windicss: 3.5.4 e2e: @@ -83,19 +83,21 @@ importers: dependencies: '@braks/vue-flow': link:../packages/vue-flow devDependencies: - '@cypress/vite-dev-server': 2.2.3_vite@2.9.9 - '@cypress/vue': 3.1.2_cypress@8.5.0+vue@3.2.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@cypress/vite-dev-server': 2.2.3_vite@2.9.10 + '@cypress/vue': 3.1.2_cypress@8.5.0+vue@3.2.37 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.10+vue@3.2.37 cypress: 8.5.0 examples/nuxt3: specifiers: '@braks/vue-flow': workspace:* nuxt: 3.0.0-rc.3 + vue: 3.2.33 dependencies: '@braks/vue-flow': link:../../packages/vue-flow devDependencies: - nuxt: 3.0.0-rc.3 + nuxt: 3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i + vue: 3.2.33 examples/quasar: specifiers: @@ -111,11 +113,11 @@ importers: '@braks/vue-flow': link:../../packages/vue-flow '@quasar/extras': 1.14.0 quasar: 2.7.1 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 devDependencies: - '@quasar/app-vite': 1.0.1_pgcvgyovwqnpfrjmh3men2ybm4 - '@types/node': 12.20.54 + '@quasar/app-vite': 1.0.1_wmq2lmjayeoqgl7mky4ugxwkji + '@types/node': 12.20.55 autoprefixer: 10.4.7_postcss@8.4.14 examples/vite: @@ -134,14 +136,14 @@ importers: '@braks/vue-flow': link:../../packages/vue-flow devDependencies: '@types/dagre': 0.7.47 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.5.10+vue@3.2.37 dagre: 0.8.5 - unplugin-auto-import: 0.6.9_vite@2.9.9 - vite: 2.9.9 - vite-plugin-vue-type-imports: 0.1.3_bfel7gxigoa3jrzzyp3rvhh3te + unplugin-auto-import: 0.6.9_vite@2.5.10 + vite: 2.5.10 + vite-plugin-vue-type-imports: 0.1.3_2yymnzrok6eda47acnj2yjm3ae vite-svg-loader: 3.3.0 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 packages/pathfinding-edge: specifiers: @@ -162,13 +164,13 @@ importers: devDependencies: '@braks/vue-flow': link:../vue-flow '@types/pathfinding': 0.0.5 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - ts-patch: 2.0.1_typescript@4.7.2 - typescript-transform-paths: 3.3.1_typescript@4.7.2 - unplugin-auto-import: 0.7.2_vite@2.9.9 - vite: 2.9.9 - vite-plugin-vue-type-imports: 0.2.0_bfel7gxigoa3jrzzyp3rvhh3te - vue-tsc: 0.35.2_typescript@4.7.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.10+vue@3.2.37 + ts-patch: 2.0.1_typescript@4.7.3 + typescript-transform-paths: 3.3.1_typescript@4.7.3 + unplugin-auto-import: 0.7.2_vite@2.9.10 + vite: 2.9.10 + vite-plugin-vue-type-imports: 0.2.0_2yymnzrok6eda47acnj2yjm3ae + vue-tsc: 0.35.2_typescript@4.7.3 packages/resize-rotate-node: specifiers: @@ -183,64 +185,64 @@ importers: vue-tsc: ^0.35.0 vue3-moveable: ^0.4.8 dependencies: - '@vueuse/core': 8.6.0_vue@3.2.36 - vue3-moveable: 0.4.8 + '@vueuse/core': 8.6.0_vue@3.2.37 + vue3-moveable: 0.4.9_@types+react@16.9.56 devDependencies: '@braks/vue-flow': link:../vue-flow - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - ts-patch: 2.0.1_typescript@4.7.2 - typescript-transform-paths: 3.3.1_typescript@4.7.2 - unplugin-auto-import: 0.7.2_2f4luahfrvm5qufmejfjusqqgu - vite: 2.9.9 - vite-plugin-vue-type-imports: 0.1.3_bfel7gxigoa3jrzzyp3rvhh3te - vue-tsc: 0.35.2_typescript@4.7.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.10+vue@3.2.37 + ts-patch: 2.0.1_typescript@4.7.3 + typescript-transform-paths: 3.3.1_typescript@4.7.3 + unplugin-auto-import: 0.7.2_tci2uj2i5wdrrn53tzwatf6w64 + vite: 2.9.10 + vite-plugin-vue-type-imports: 0.1.3_2yymnzrok6eda47acnj2yjm3ae + vue-tsc: 0.35.2_typescript@4.7.3 packages/vue-flow: specifiers: - '@rollup/plugin-replace': ^2.4.2 - '@types/d3': ^7.1.0 + '@rollup/plugin-replace': ^4.0.0 + '@types/d3': ^7.4.0 '@vitejs/plugin-vue': ^2.3.3 - '@vueuse/core': ^8.4.2 - autoprefixer: ^10.3.7 + '@vueuse/core': ^8.6.0 + autoprefixer: ^10.4.7 d3: ^7.4.4 d3-drag: ^3.0.0 d3-selection: ^3.0.0 d3-zoom: ^3.0.0 - np: ^7.5.0 - postcss: ^8.4.8 + np: ^7.6.1 + postcss: ^8.4.14 postcss-cli: ^9.1.0 postcss-nested: ^5.0.6 ts-patch: ^2.0.1 - typedoc: ^0.22.15 + typedoc: ^0.22.17 typescript-transform-paths: ^3.3.1 - unplugin-auto-import: ^0.7.1 - vite: ^2.9.9 - vite-plugin-vue-type-imports: ^0.1.3 - vite-svg-loader: ^2.2.0 - vue-tsc: ^0.35.0 + unplugin-auto-import: ^0.8.7 + vite: ^2.9.10 + vite-plugin-vue-type-imports: ^0.2.0 + vite-svg-loader: ^3.3.0 + vue-tsc: ^0.37.3 dependencies: '@types/d3': 7.4.0 - '@vueuse/core': 8.6.0_vue@3.2.36 + '@vueuse/core': 8.6.0_vue@3.2.37 d3: 7.4.4 d3-drag: 3.0.0 d3-selection: 3.0.0 d3-zoom: 3.0.0 devDependencies: - '@rollup/plugin-replace': 2.4.2_rollup@2.75.5 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@rollup/plugin-replace': 4.0.0_rollup@2.75.6 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.10+vue@3.2.37 autoprefixer: 10.4.7_postcss@8.4.14 np: 7.6.1 postcss: 8.4.14 postcss-cli: 9.1.0_postcss@8.4.14 postcss-nested: 5.0.6_postcss@8.4.14 - ts-patch: 2.0.1_typescript@4.7.2 - typedoc: 0.22.17_typescript@4.7.2 - typescript-transform-paths: 3.3.1_typescript@4.7.2 - unplugin-auto-import: 0.7.2_fhnnjigwjohdyme5cfootzocza - vite: 2.9.9 - vite-plugin-vue-type-imports: 0.1.3_bfel7gxigoa3jrzzyp3rvhh3te - vite-svg-loader: 2.2.0 - vue-tsc: 0.35.2_typescript@4.7.2 + ts-patch: 2.0.1_typescript@4.7.3 + typedoc: 0.22.17_typescript@4.7.3 + typescript-transform-paths: 3.3.1_typescript@4.7.3 + unplugin-auto-import: 0.8.7_r74nlw6n2rf2mdvahp2r55qzgq + vite: 2.9.10 + vite-plugin-vue-type-imports: 0.2.0_2yymnzrok6eda47acnj2yjm3ae + vite-svg-loader: 3.3.0 + vue-tsc: 0.37.3_typescript@4.7.3 packages: @@ -356,32 +358,32 @@ packages: resolution: {integrity: sha512-NtAA/G0Gq3hzAiL6yuE/4U8IgHMPUl3MxbWUbhO443T9UCsf9rBY94P5aK79Zd+/529FeoNdDphIOcOZLsI2sA==} dev: false - /@animxyz/vue3/0.6.6_vue@3.2.36: + /@animxyz/vue3/0.6.6_vue@3.2.37: resolution: {integrity: sha512-ljHz97eNJMBLA2qVX3UDFHQbwIVKFUbKb6w6QbKUrkITY8oMwBz08ZYTYJguSUERXbpazftMSiaHsgRVnEbV/Q==} peerDependencies: vue: ^3.0.4 dependencies: '@animxyz/core': 0.6.6 clsx: 1.1.1 - vue: 3.2.36 + vue: 3.2.37 dev: false - /@antfu/eslint-config-basic/0.24.3_dszb5tb7atwkjjijmmov4qhi7i: + /@antfu/eslint-config-basic/0.24.3_aq7uryhocdbvbqum33pitcm3y4: resolution: {integrity: sha512-x9u2Arm5Qce6Zz24ZTPYXwciUl4rzznG+droNeRaPfFDUyPFuuIyuMQaPqnPpwfteCHfPCFKKpEfqWUJaeppmQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.16.0 - eslint-plugin-antfu: 0.24.3_xztl6dhthcahlo6akmb2bmjmle - eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0 + eslint: 8.17.0 + eslint-plugin-antfu: 0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.17.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq - eslint-plugin-jsonc: 2.3.0_eslint@8.16.0 - eslint-plugin-markdown: 2.2.1_eslint@8.16.0 - eslint-plugin-n: 15.2.0_eslint@8.16.0 - eslint-plugin-promise: 6.0.0_eslint@8.16.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.16.0 - eslint-plugin-yml: 1.0.0_eslint@8.16.0 + eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra + eslint-plugin-jsonc: 2.3.0_eslint@8.17.0 + eslint-plugin-markdown: 2.2.1_eslint@8.17.0 + eslint-plugin-n: 15.2.1_eslint@8.17.0 + eslint-plugin-promise: 6.0.0_eslint@8.17.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.17.0 + eslint-plugin-yml: 1.0.0_eslint@8.17.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.0.1 transitivePeerDependencies: @@ -392,14 +394,14 @@ packages: - typescript dev: true - /@antfu/eslint-config-react/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + /@antfu/eslint-config-react/0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4: resolution: {integrity: sha512-ZDjH5WTSgLCAqMx5uQFRlVm5hJ0pGwgGeFbcBq6o9adMCbBBpiUj9SzzFgnxfHhFdgyq3xhF23Di+HeOUoEXyA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.24.3_xztl6dhthcahlo6akmb2bmjmle - eslint: 8.16.0 - eslint-plugin-react: 7.30.0_eslint@8.16.0 + '@antfu/eslint-config-ts': 0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4 + eslint: 8.17.0 + eslint-plugin-react: 7.30.0_eslint@8.17.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -407,31 +409,31 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + /@antfu/eslint-config-ts/0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4: resolution: {integrity: sha512-gXEJYhwUrn1jPoWqAJH6d4HNI/Uoy/nkzhYUJYHivx3xhsE2PEtJxzfvfYTvEP1rM8Pq4+rUJIKHCXeaGz0WNQ==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.24.3_dszb5tb7atwkjjijmmov4qhi7i - '@typescript-eslint/eslint-plugin': 5.27.0_dszb5tb7atwkjjijmmov4qhi7i - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle - eslint: 8.16.0 - typescript: 4.7.2 + '@antfu/eslint-config-basic': 0.24.3_aq7uryhocdbvbqum33pitcm3y4 + '@typescript-eslint/eslint-plugin': 5.27.1_aq7uryhocdbvbqum33pitcm3y4 + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 + eslint: 8.17.0 + typescript: 4.7.3 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /@antfu/eslint-config-vue/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + /@antfu/eslint-config-vue/0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4: resolution: {integrity: sha512-TarG9HulinZUHB0YRqkx7nponsNgS+Dt5IcJyLdkdlvcm/aTdmZsN+xPrnRySaxXfv8x5H5t/cb0URDWW5xQfQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.24.3_xztl6dhthcahlo6akmb2bmjmle - eslint: 8.16.0 - eslint-plugin-vue: 9.1.0_eslint@8.16.0 + '@antfu/eslint-config-ts': 0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4 + eslint: 8.17.0 + eslint-plugin-vue: 9.1.0_eslint@8.17.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -439,25 +441,25 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + /@antfu/eslint-config/0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4: resolution: {integrity: sha512-4BUq7KON22y6nJ1cant0rgBMtVP4XuXkR1VkQQh24NVuP7yF7eFk78EUConoOsEm3X3CUPbRTg9UTIY1Xrj3cw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.24.3_xztl6dhthcahlo6akmb2bmjmle - '@antfu/eslint-config-vue': 0.24.3_xztl6dhthcahlo6akmb2bmjmle - '@typescript-eslint/eslint-plugin': 5.27.0_dszb5tb7atwkjjijmmov4qhi7i - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle - eslint: 8.16.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0 + '@antfu/eslint-config-react': 0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4 + '@antfu/eslint-config-vue': 0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/eslint-plugin': 5.27.1_aq7uryhocdbvbqum33pitcm3y4 + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 + eslint: 8.17.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.17.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq - eslint-plugin-jsonc: 2.3.0_eslint@8.16.0 - eslint-plugin-n: 15.2.0_eslint@8.16.0 - eslint-plugin-promise: 6.0.0_eslint@8.16.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.16.0 - eslint-plugin-vue: 9.1.0_eslint@8.16.0 - eslint-plugin-yml: 1.0.0_eslint@8.16.0 + eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra + eslint-plugin-jsonc: 2.3.0_eslint@8.17.0 + eslint-plugin-n: 15.2.1_eslint@8.17.0 + eslint-plugin-promise: 6.0.0_eslint@8.17.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.17.0 + eslint-plugin-vue: 9.1.0_eslint@8.17.0 + eslint-plugin-yml: 1.0.0_eslint@8.17.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.0.1 transitivePeerDependencies: @@ -558,7 +560,7 @@ packages: '@babel/compat-data': 7.17.10 '@babel/core': 7.18.2 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.20.3 + browserslist: 4.20.4 semver: 6.3.0 dev: true @@ -1706,19 +1708,19 @@ packages: uuid: 8.3.2 dev: true - /@cypress/vite-dev-server/2.2.3_vite@2.9.9: + /@cypress/vite-dev-server/2.2.3_vite@2.9.10: resolution: {integrity: sha512-E9cPKwReweYGRsupfR6Va1R1bHv3zPb3gHG68fyQwAjG4oPORaQlgfFWiR2i1pF+tRftvNfM0O2PBuKX3IvPxg==} peerDependencies: vite: '>= 2.1.3' dependencies: debug: 4.3.4 get-port: 5.1.1 - vite: 2.9.9 + vite: 2.9.10 transitivePeerDependencies: - supports-color dev: true - /@cypress/vue/3.1.2_cypress@8.5.0+vue@3.2.36: + /@cypress/vue/3.1.2_cypress@8.5.0+vue@3.2.37: resolution: {integrity: sha512-CqIBupPW6EhXJ7lXE64MBKh3VfdShHnuC3HBV/euHBt9tsgSo7RZHBTZUsKc8aM745VzVnuNiax+JV4CplrtLQ==} engines: {node: '>=8'} peerDependencies: @@ -1733,9 +1735,9 @@ packages: optional: true dependencies: '@cypress/mount-utils': 1.0.2 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 cypress: 8.5.0 - vue: 3.2.36 + vue: 3.2.37 dev: true /@cypress/xvfb/1.2.4_supports-color@8.1.1: @@ -1751,14 +1753,18 @@ packages: resolution: {integrity: sha512-9MjMoOLl1U+l8lXByN3BbLZXf+mktoLyeb6t78Jz2WZ7LRldK0FNg8oW//9giO2hHCUyxS7LX6jS1hToGIfRWA==} dev: false + /@daybrush/utils/1.7.0: + resolution: {integrity: sha512-52QInHXL1tffnEIxURWav7ZoIdhiK6ioQr2tzitZr8Uul0g3X58jdyDG7UeqCAFnbH4bZUp0QSznPSX8fHdZZQ==} + dev: false + /@docsearch/css/3.1.0: resolution: {integrity: sha512-bh5IskwkkodbvC0FzSg1AxMykfDl95hebEKwxNoq4e5QaGzOXSBgW8+jnMFZ7JU4sTBiB04vZWoUSzNrPboLZA==} dev: true - /@docsearch/js/3.1.0_4hkwgow5356cdmtz5c5vaxngqm: + /@docsearch/js/3.1.0_eurjwfem4ie5nnznw6gmhlbswe: resolution: {integrity: sha512-5XSK+xbP0hcTIp54MECqxkWLs6kf7Ug4nWdxWNtx8cUpLiFNFnKXDxCb35wnyNpjukmrx7Q9DkO5tFFsmNVxng==} dependencies: - '@docsearch/react': 3.1.0_4hkwgow5356cdmtz5c5vaxngqm + '@docsearch/react': 3.1.0_eurjwfem4ie5nnznw6gmhlbswe preact: 10.7.3 transitivePeerDependencies: - '@types/react' @@ -1766,7 +1772,7 @@ packages: - react-dom dev: true - /@docsearch/react/3.1.0_4hkwgow5356cdmtz5c5vaxngqm: + /@docsearch/react/3.1.0_eurjwfem4ie5nnznw6gmhlbswe: resolution: {integrity: sha512-bjB6ExnZzf++5B7Tfoi6UXgNwoUnNOfZ1NyvnvPhWgCMy5V/biAtLL4o7owmZSYdAKeFSvZ5Lxm0is4su/dBWg==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -1775,7 +1781,7 @@ packages: dependencies: '@algolia/autocomplete-core': 1.6.3 '@docsearch/css': 3.1.0 - '@types/react': 18.0.10 + '@types/react': 18.0.12 algoliasearch: 4.13.1 react: 18.1.0 react-dom: 18.1.0_react@18.1.0 @@ -1827,8 +1833,8 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@iconify/json/2.1.55: - resolution: {integrity: sha512-nEOQ4mCFbylLww2jzW1sd/g7P/rQ9J8Cxq8rLvA/pqbSWvlcB+nFRzt67Zv7upDXAdTbUqpjpFbmD9kzNnAM0w==} + /@iconify/json/2.1.57: + resolution: {integrity: sha512-l/X8rc5ksvYSwOKPICNPy8l033hZQugdvB4OeGLrTZ40iVmp1Lg0NEsOZpY6Glk8S7spzO8YWXCCxS//4idM7A==} dependencies: '@iconify/types': 1.1.0 pathe: 0.2.0 @@ -1950,11 +1956,11 @@ packages: resolution: {integrity: sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA==} dev: true - /@nuxt/kit/3.0.0-rc.1: + /@nuxt/kit/3.0.0-rc.1_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-S2x0zdLYLZ4/2lMnS6emSmFPJszPJf70Y4/8gpmkPb4TArEjPNaOTCIz7tKpj/Upo71fv7cfuwYw/X0F2UAntg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - '@nuxt/schema': 3.0.0-rc.3 + '@nuxt/schema': 3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i c12: 0.2.7 consola: 2.15.3 defu: 6.0.0 @@ -1969,8 +1975,8 @@ packages: pkg-types: 0.3.2 scule: 0.2.1 semver: 7.3.7 - unctx: 1.1.4 - unimport: 0.1.9 + unctx: 1.1.4_kpspv2vofddahm75mcazwndb7i + unimport: 0.1.9_kpspv2vofddahm75mcazwndb7i untyped: 0.4.4 transitivePeerDependencies: - esbuild @@ -1980,11 +1986,11 @@ packages: - webpack dev: true - /@nuxt/kit/3.0.0-rc.3: + /@nuxt/kit/3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-aD993HKXZ76cwxkM2LCwWRQaOI3RjLCg/kj+8ZS6qN4VrpwrZp4xM59YYIYs3/Vze4OG3D4+0gr0u5zdgf8v8g==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - '@nuxt/schema': 3.0.0-rc.3 + '@nuxt/schema': 3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i c12: 0.2.7 consola: 2.15.3 defu: 6.0.0 @@ -1999,8 +2005,8 @@ packages: pkg-types: 0.3.2 scule: 0.2.1 semver: 7.3.7 - unctx: 1.1.4 - unimport: 0.1.9 + unctx: 1.1.4_kpspv2vofddahm75mcazwndb7i + unimport: 0.1.9_kpspv2vofddahm75mcazwndb7i untyped: 0.4.4 transitivePeerDependencies: - esbuild @@ -2010,37 +2016,7 @@ packages: - webpack dev: true - /@nuxt/kit/3.0.0-rc.3_yllqvft7tzlnwqdnw6bvmoxsle: - resolution: {integrity: sha512-aD993HKXZ76cwxkM2LCwWRQaOI3RjLCg/kj+8ZS6qN4VrpwrZp4xM59YYIYs3/Vze4OG3D4+0gr0u5zdgf8v8g==} - engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} - dependencies: - '@nuxt/schema': 3.0.0-rc.3_yllqvft7tzlnwqdnw6bvmoxsle - c12: 0.2.7 - consola: 2.15.3 - defu: 6.0.0 - globby: 13.1.1 - hash-sum: 2.0.0 - ignore: 5.2.0 - jiti: 1.13.0 - knitwork: 0.1.1 - lodash.template: 4.5.0 - mlly: 0.5.2 - pathe: 0.3.0 - pkg-types: 0.3.2 - scule: 0.2.1 - semver: 7.3.7 - unctx: 1.1.4_yllqvft7tzlnwqdnw6bvmoxsle - unimport: 0.1.9_yllqvft7tzlnwqdnw6bvmoxsle - untyped: 0.4.4 - transitivePeerDependencies: - - esbuild - - rollup - - supports-color - - vite - - webpack - dev: true - - /@nuxt/schema/3.0.0-rc.3: + /@nuxt/schema/3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-vICmOpIk8SjVVUN+MadAMMF/MEXqPgY3jquSjSkmWdydtMOBoxrBpl+5nkpJCtsCq5KJAK8WI+9SCNIkEASCgw==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: @@ -2053,7 +2029,7 @@ packages: scule: 0.2.1 std-env: 3.1.1 ufo: 0.8.4 - unimport: 0.1.9 + unimport: 0.1.9_kpspv2vofddahm75mcazwndb7i transitivePeerDependencies: - esbuild - rollup @@ -2061,32 +2037,11 @@ packages: - webpack dev: true - /@nuxt/schema/3.0.0-rc.3_yllqvft7tzlnwqdnw6bvmoxsle: - resolution: {integrity: sha512-vICmOpIk8SjVVUN+MadAMMF/MEXqPgY3jquSjSkmWdydtMOBoxrBpl+5nkpJCtsCq5KJAK8WI+9SCNIkEASCgw==} - engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} - dependencies: - c12: 0.2.7 - create-require: 1.1.1 - defu: 6.0.0 - jiti: 1.13.0 - pathe: 0.3.0 - postcss-import-resolver: 2.0.0 - scule: 0.2.1 - std-env: 3.1.1 - ufo: 0.8.4 - unimport: 0.1.9_yllqvft7tzlnwqdnw6bvmoxsle - transitivePeerDependencies: - - esbuild - - rollup - - vite - - webpack - dev: true - - /@nuxt/telemetry/2.1.3: + /@nuxt/telemetry/2.1.3_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-k8wP3D17di27/loe35GZEqXyabG/045tFD1CipmG9MOnZdwf6WeL+gFEXzIaDeDFVLmbI1bnddOk+RutxeIjVA==} hasBin: true dependencies: - '@nuxt/kit': 3.0.0-rc.1 + '@nuxt/kit': 3.0.0-rc.1_kpspv2vofddahm75mcazwndb7i chalk: 5.0.1 ci-info: 3.3.1 consola: 2.15.3 @@ -2118,18 +2073,18 @@ packages: resolution: {integrity: sha512-ejiWi7RJfUp71K5IRpfrhoiZcvxhn1K+YH5mWdwwCT7jeQyE+Ok6WdFMpSg4LYy8YsVw6XHr5I+g23OCebc24w==} dev: true - /@nuxt/vite-builder/3.0.0-rc.3_vue@3.2.33: + /@nuxt/vite-builder/3.0.0-rc.3_vue@3.2.37: resolution: {integrity: sha512-C1IPoUADHYWvlNHJIJzj1gm+rqCVYqbJ+YeKANG118TtVa1mB2t9R+FgMO4AE/oOfmd4nUrbNDPreUoIBaL6kg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} peerDependencies: vue: 3.2.33 dependencies: - '@nuxt/kit': 3.0.0-rc.3_yllqvft7tzlnwqdnw6bvmoxsle - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.33 + '@nuxt/kit': 3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i + '@vitejs/plugin-vue': 2.3.3_vite@2.9.10+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 autoprefixer: 10.4.7_postcss@8.4.14 chokidar: 3.5.3 - cssnano: 5.1.10_postcss@8.4.14 + cssnano: 5.1.11_postcss@8.4.14 defu: 6.0.0 esbuild: 0.14.42 escape-string-regexp: 5.0.0 @@ -2145,14 +2100,14 @@ packages: postcss: 8.4.14 postcss-import: 14.1.0_postcss@8.4.14 postcss-url: 10.1.3_postcss@8.4.14 - rollup: 2.75.5 - rollup-plugin-visualizer: 5.6.0_rollup@2.75.5 + rollup: 2.75.6 + rollup-plugin-visualizer: 5.6.0_rollup@2.75.6 ufo: 0.8.4 - unplugin: 0.6.3_yllqvft7tzlnwqdnw6bvmoxsle - vite: 2.9.9 + unplugin: 0.6.3_kpspv2vofddahm75mcazwndb7i + vite: 2.9.10 vite-node: 0.12.10 - vite-plugin-checker: 0.4.6_vite@2.9.9 - vue: 3.2.33 + vite-plugin-checker: 0.4.6_vite@2.9.10 + vue: 3.2.37 transitivePeerDependencies: - less - sass @@ -2165,7 +2120,7 @@ packages: resolution: {integrity: sha512-nWlGg+aMfQDhGYa5FtBhZwldeo2MtdjHdxmEQvhBXEnxgD5IhIYl0PHvex8SdwyN7qcSoMykMWdjyAX7ZxkpMw==} dev: true - /@quasar/app-vite/1.0.1_pgcvgyovwqnpfrjmh3men2ybm4: + /@quasar/app-vite/1.0.1_wmq2lmjayeoqgl7mky4ugxwkji: resolution: {integrity: sha512-nbX1feGRmzpOOwvK/Xsl+uUQt1LO8GFipVyMTL3GExn7UBXhan3AAD1CgPZe2bR2vkwg8wqR4ZzfumviY5FqPA==} engines: {node: ^18 || ^16 || ^14.19, npm: '>= 6.14.12', yarn: '>= 1.17.3'} hasBin: true @@ -2181,11 +2136,11 @@ packages: optional: true dependencies: '@quasar/fastclick': 1.1.5 - '@quasar/vite-plugin': 1.0.10_betriw4jysvexz2yulkobwtb44 + '@quasar/vite-plugin': 1.0.10_we4iyf4i2257bljoogych2a42m '@rollup/pluginutils': 4.2.1 '@types/cordova': 0.0.34 '@types/express': 4.17.13 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.1+vue@3.2.37 archiver: 5.3.1 chokidar: 3.5.3 ci-info: 3.3.1 @@ -2208,19 +2163,19 @@ packages: ouch: 2.0.1 postcss: 8.4.14 register-service-worker: 1.7.2 - rollup: 2.75.5 - rollup-plugin-visualizer: 5.6.0_rollup@2.75.5 + rollup-plugin-visualizer: 5.6.0_rollup@2.75.6 sass: 1.32.12 semver: 7.3.7 serialize-javascript: 6.0.0 table: 6.8.0 - vite: 2.9.9_sass@1.32.12 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vite: 2.9.1_sass@1.32.12 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 webpack-merge: 5.8.0 transitivePeerDependencies: - less - quasar + - rollup - stylus - supports-color dev: true @@ -2233,7 +2188,7 @@ packages: resolution: {integrity: sha512-p3JKgTjRlJ1YQXbqTw3Bsa4j0mQdt5dq+WfYvyb7MgKGdephHCKdR/kxA5PCTAmJanGJuDKqRdyGYX/hYN4KGw==} dev: true - /@quasar/vite-plugin/1.0.10_betriw4jysvexz2yulkobwtb44: + /@quasar/vite-plugin/1.0.10_we4iyf4i2257bljoogych2a42m: resolution: {integrity: sha512-2RTaBQj5RppUS/lOH/ZdeCThO2OeTTh0g9dsDJ59YGzzg0nYBYRhJ0daKPuOYeWUsaHpJFwEP68aXHQPuzCBOA==} engines: {node: '>=12'} peerDependencies: @@ -2242,21 +2197,21 @@ packages: vue: ^3.0.0 dependencies: quasar: 2.7.1 - vite: 2.9.9_sass@1.32.12 - vue: 3.2.36 + vite: 2.9.1_sass@1.32.12 + vue: 3.2.37 dev: true - /@rollup/plugin-alias/3.1.9_rollup@2.75.5: + /@rollup/plugin-alias/3.1.9_rollup@2.75.6: resolution: {integrity: sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==} engines: {node: '>=8.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - rollup: 2.75.5 + rollup: 2.75.6 slash: 3.0.0 dev: true - /@rollup/plugin-babel/5.3.1_xrrjiapkmykkmovg76xtzegu3a: + /@rollup/plugin-babel/5.3.1_wwj6nrjtrryxuar2uaqwelbtjy: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -2269,106 +2224,106 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-module-imports': 7.16.7 - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 - rollup: 2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 + rollup: 2.75.6 dev: true - /@rollup/plugin-commonjs/22.0.0_rollup@2.75.5: + /@rollup/plugin-commonjs/22.0.0_rollup@2.75.6: resolution: {integrity: sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==} engines: {node: '>= 12.0.0'} peerDependencies: rollup: ^2.68.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.2.3 is-reference: 1.2.1 magic-string: 0.25.9 resolve: 1.22.0 - rollup: 2.75.5 + rollup: 2.75.6 dev: true - /@rollup/plugin-inject/4.0.4_rollup@2.75.5: + /@rollup/plugin-inject/4.0.4_rollup@2.75.6: resolution: {integrity: sha512-4pbcU4J/nS+zuHk+c+OL3WtmEQhqxlZ9uqfjQMQDOHOPld7PsCd8k5LWs8h5wjwJN7MgnAn768F2sDxEP4eNFQ==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 estree-walker: 2.0.2 magic-string: 0.25.9 - rollup: 2.75.5 + rollup: 2.75.6 dev: true - /@rollup/plugin-json/4.1.0_rollup@2.75.5: + /@rollup/plugin-json/4.1.0_rollup@2.75.6: resolution: {integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 - rollup: 2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 + rollup: 2.75.6 dev: true - /@rollup/plugin-node-resolve/11.2.1_rollup@2.75.5: + /@rollup/plugin-node-resolve/11.2.1_rollup@2.75.6: resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 '@types/resolve': 1.17.1 builtin-modules: 3.3.0 deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.22.0 - rollup: 2.75.5 + rollup: 2.75.6 dev: true - /@rollup/plugin-node-resolve/13.3.0_rollup@2.75.5: + /@rollup/plugin-node-resolve/13.3.0_rollup@2.75.6: resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^2.42.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 '@types/resolve': 1.17.1 deepmerge: 4.2.2 is-builtin-module: 3.1.0 is-module: 1.0.0 resolve: 1.22.0 - rollup: 2.75.5 + rollup: 2.75.6 dev: true - /@rollup/plugin-replace/2.4.2_rollup@2.75.5: + /@rollup/plugin-replace/2.4.2_rollup@2.75.6: resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 magic-string: 0.25.9 - rollup: 2.75.5 + rollup: 2.75.6 dev: true - /@rollup/plugin-replace/4.0.0_rollup@2.75.5: + /@rollup/plugin-replace/4.0.0_rollup@2.75.6: resolution: {integrity: sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.5 + '@rollup/pluginutils': 3.1.0_rollup@2.75.6 magic-string: 0.25.9 - rollup: 2.75.5 + rollup: 2.75.6 dev: true - /@rollup/plugin-wasm/5.2.0_rollup@2.75.5: + /@rollup/plugin-wasm/5.2.0_rollup@2.75.6: resolution: {integrity: sha512-PR3ff67ls2Kr9H04pZ24wJYPZq0YV+UHySpk7OuAJxyc7o5Q8NHFdwi4pfMtJkJkqfN1/QY/nq46SoRDoDvK2w==} engines: {node: '>=10.0.0'} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - rollup: 2.75.5 + rollup: 2.75.6 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.75.5: + /@rollup/pluginutils/3.1.0_rollup@2.75.6: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -2377,7 +2332,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 2.75.5 + rollup: 2.75.6 dev: true /@rollup/pluginutils/4.2.1: @@ -2416,13 +2371,13 @@ packages: /@scena/event-emitter/1.0.5: resolution: {integrity: sha512-AzY4OTb0+7ynefmWFQ6hxDdk0CySAq/D4efljfhtRHCOP7MBF9zUfhKG3TJiroVjASqVgkRJFdenS8ArZo6Olg==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 dev: false /@scena/matrix/1.1.1: resolution: {integrity: sha512-JVKBhN0tm2Srl+Yt+Ywqu0oLgLcdemDQlD1OxmN9jaCTwaFPZ7tY8n6dhVgMEaR9qcR7r+kAlMXnSfNyYdE+Vg==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 dev: false /@sindresorhus/is/0.14.0: @@ -2476,7 +2431,7 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 17.0.38 + '@types/node': 17.0.41 dev: true /@types/cacheable-request/6.0.2: @@ -2484,7 +2439,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 17.0.38 + '@types/node': 17.0.41 '@types/responselike': 1.0.0 dev: true @@ -2495,7 +2450,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 dev: true /@types/cordova/0.0.34: @@ -2695,10 +2650,14 @@ packages: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} dev: true + /@types/estree/0.0.51: + resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} + dev: true + /@types/express-serve-static-core/4.17.28: resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: true @@ -2715,7 +2674,7 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 dev: true /@types/geojson/7946.0.8: @@ -2729,7 +2688,7 @@ packages: /@types/jsdom/16.2.14: resolution: {integrity: sha512-6BAy1xXEmMuHeAJ4Fv4yXKwBDTGTOseExKE3OaHiNycdHdZw59KfYzrt0DkDluvwmik1HRt6QS7bImxUmpSy+w==} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 '@types/parse5': 6.0.3 '@types/tough-cookie': 4.0.2 dev: true @@ -2749,7 +2708,7 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 dev: true /@types/linkify-it/3.0.2: @@ -2785,16 +2744,16 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node/12.20.54: - resolution: {integrity: sha512-CFMnEPkSXWALI73t1oIWyb8QOmVrp6RruAqIx349sd+1ImaFwzlKcz55mwrx/yLyOyz1gkq/UKuNOigt27PXqg==} + /@types/node/12.20.55: + resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node/14.18.20: - resolution: {integrity: sha512-Q8KKwm9YqEmUBRsqJ2GWJDtXltBDxTdC4m5vTdXBolu2PeQh8LX+f6BTwU+OuXPu37fLxoN6gidqBmnky36FXA==} + /@types/node/14.18.21: + resolution: {integrity: sha512-x5W9s+8P4XteaxT/jKF0PSb7XEvo5VmqEWgsMlyeY4ZlLK8I6aH6g5TPPyDlLAep+GYf4kefb7HFyc7PAO3m+Q==} dev: true - /@types/node/17.0.38: - resolution: {integrity: sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==} + /@types/node/17.0.41: + resolution: {integrity: sha512-xA6drNNeqb5YyV5fO3OAEsnXLfO7uF0whiOfPTz5AeDo8KeZFmODKnvwPymMNO8qE/an8pVY/O50tig2SQCrGw==} dev: true /@types/normalize-package-data/2.4.1: @@ -2815,7 +2774,6 @@ packages: /@types/prop-types/15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - dev: true /@types/qs/6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} @@ -2825,8 +2783,15 @@ packages: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} dev: true - /@types/react/18.0.10: - resolution: {integrity: sha512-dIugadZuIPrRzvIEevIu7A1smqOAjkSMv8qOfwPt9Ve6i6JT/FQcCHyk2qIAxwsQNKZt5/oGR0T4z9h2dXRAkg==} + /@types/react/16.9.56: + resolution: {integrity: sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==} + dependencies: + '@types/prop-types': 15.7.5 + csstype: 3.1.0 + dev: false + + /@types/react/18.0.12: + resolution: {integrity: sha512-duF1OTASSBQtcigUvhuiTB1Ya3OvSy+xORCiEf20H0P0lzx+/KeVsA99U5UjLXSbyo1DRJDlLKqTeM1ngosqtg==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -2836,13 +2801,13 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 dev: true /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 dev: true /@types/scheduler/0.16.2: @@ -2853,7 +2818,7 @@ packages: resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} dependencies: '@types/mime': 1.3.2 - '@types/node': 17.0.38 + '@types/node': 17.0.41 dev: true /@types/sinonjs__fake-timers/6.0.4: @@ -2880,12 +2845,12 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 14.18.20 + '@types/node': 14.18.21 dev: true optional: true - /@typescript-eslint/eslint-plugin/5.27.0_dszb5tb7atwkjjijmmov4qhi7i: - resolution: {integrity: sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==} + /@typescript-eslint/eslint-plugin/5.27.1_aq7uryhocdbvbqum33pitcm3y4: + resolution: {integrity: sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2895,24 +2860,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/type-utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle - '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/type-utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 debug: 4.3.4 - eslint: 8.16.0 + eslint: 8.17.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.2 - typescript: 4.7.2 + tsutils: 3.21.0_typescript@4.7.3 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.27.0_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==} + /@typescript-eslint/parser/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4: + resolution: {integrity: sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2921,26 +2886,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.2 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.7.3 debug: 4.3.4 - eslint: 8.16.0 - typescript: 4.7.2 + eslint: 8.17.0 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.27.0: - resolution: {integrity: sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==} + /@typescript-eslint/scope-manager/5.27.1: + resolution: {integrity: sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/visitor-keys': 5.27.0 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/visitor-keys': 5.27.1 dev: true - /@typescript-eslint/type-utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==} + /@typescript-eslint/type-utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4: + resolution: {integrity: sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2949,22 +2914,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 debug: 4.3.4 - eslint: 8.16.0 - tsutils: 3.21.0_typescript@4.7.2 - typescript: 4.7.2 + eslint: 8.17.0 + tsutils: 3.21.0_typescript@4.7.3 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.27.0: - resolution: {integrity: sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==} + /@typescript-eslint/types/5.27.1: + resolution: {integrity: sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.27.0_typescript@4.7.2: - resolution: {integrity: sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==} + /@typescript-eslint/typescript-estree/5.27.1_typescript@4.7.3: + resolution: {integrity: sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2972,41 +2937,41 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/visitor-keys': 5.27.0 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/visitor-keys': 5.27.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.2 - typescript: 4.7.2 + tsutils: 3.21.0_typescript@4.7.3 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==} + /@typescript-eslint/utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4: + resolution: {integrity: sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.2 - eslint: 8.16.0 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.7.3 + eslint: 8.17.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.16.0 + eslint-utils: 3.0.0_eslint@8.17.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.27.0: - resolution: {integrity: sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==} + /@typescript-eslint/visitor-keys/5.27.1: + resolution: {integrity: sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.0 + '@typescript-eslint/types': 5.27.1 eslint-visitor-keys: 3.3.0 dev: true @@ -3044,26 +3009,37 @@ packages: - supports-color dev: true - /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.33: + /@vitejs/plugin-vue/2.3.3_vite@2.5.10+vue@3.2.37: resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.9 - vue: 3.2.33 + vite: 2.5.10 + vue: 3.2.37 dev: true - /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.36: + /@vitejs/plugin-vue/2.3.3_vite@2.9.1+vue@3.2.37: resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.9 - vue: 3.2.36 + vite: 2.9.1_sass@1.32.12 + vue: 3.2.37 + dev: true + + /@vitejs/plugin-vue/2.3.3_vite@2.9.10+vue@3.2.37: + resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} + engines: {node: '>=12.0.0'} + peerDependencies: + vite: ^2.5.10 + vue: ^3.2.25 + dependencies: + vite: 2.9.10 + vue: 3.2.37 dev: true /@volar/code-gen/0.35.2: @@ -3072,18 +3048,44 @@ packages: '@volar/source-map': 0.35.2 dev: true + /@volar/code-gen/0.37.3: + resolution: {integrity: sha512-+XXfbkjVoDPxECkAOtRmHKnKnSWMOeThqlVSm9XwIVSdyiBN8Gi4xDUWmPH/WxK+D8bGLCm4Vkjk3rge+KOVaQ==} + dependencies: + '@volar/source-map': 0.37.3 + dev: true + /@volar/source-map/0.35.2: resolution: {integrity: sha512-PFHh9wN/qMkOWYyvmB8ckvIzolrpNOvK5EBdxxdTpiPJhfYjW82rMDBnYf6RxCe7yQxrUrmve6BWVO7flxWNVQ==} dev: true + /@volar/source-map/0.37.3: + resolution: {integrity: sha512-vedJWjcjKY2u8EnYMQyDjab2+S1tzUqvzJAY3PqVeN7nwJMyP5X2C/OMB2qZqJPxM0EYIR5ExVaJyVxWNkCgYA==} + dev: true + + /@volar/typescript-faster/0.37.3: + resolution: {integrity: sha512-WlEv38Uga/VnstM2cdCedaH8eZsO/DwDr5GDNoJk+lLcpCHbmWgccajUaiLhXfgqBZld0hxQwlgwIqOsKrSgig==} + dependencies: + semver: 7.3.7 + dev: true + /@volar/vue-code-gen/0.35.2: resolution: {integrity: sha512-8H6P8EtN06eSVGjtcJhGqZzFIg6/nWoHVOlnhc5vKqC7tXwpqPbyMQae0tO7pLBd5qSb/dYU5GQcBAHsi2jgyA==} dependencies: '@volar/code-gen': 0.35.2 '@volar/source-map': 0.35.2 - '@vue/compiler-core': 3.2.36 - '@vue/compiler-dom': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-core': 3.2.37 + '@vue/compiler-dom': 3.2.37 + '@vue/shared': 3.2.37 + dev: true + + /@volar/vue-code-gen/0.37.3: + resolution: {integrity: sha512-+V+XUItSKve98W7m+WM1iUHyEe5JixTmILsMqZNJ/Ob0UFci2YD3tCTlMC9/o/CdKlxBCgUerQZ61q/YLWKgkg==} + dependencies: + '@volar/code-gen': 0.37.3 + '@volar/source-map': 0.37.3 + '@vue/compiler-core': 3.2.37 + '@vue/compiler-dom': 3.2.37 + '@vue/shared': 3.2.37 dev: true /@volar/vue-typescript/0.35.2: @@ -3092,8 +3094,19 @@ packages: '@volar/code-gen': 0.35.2 '@volar/source-map': 0.35.2 '@volar/vue-code-gen': 0.35.2 - '@vue/compiler-sfc': 3.2.36 - '@vue/reactivity': 3.2.36 + '@vue/compiler-sfc': 3.2.37 + '@vue/reactivity': 3.2.37 + dev: true + + /@volar/vue-typescript/0.37.3: + resolution: {integrity: sha512-klMYVD4a3M+PhjNfreOFjgdGWTFSOM7fIJ5yebrwt8UD9HV2Bhfz0YNTYBL6SkGDTRCgeNPdGTgh1RbIWjsQJA==} + dependencies: + '@volar/code-gen': 0.37.3 + '@volar/source-map': 0.37.3 + '@volar/typescript-faster': 0.37.3 + '@volar/vue-code-gen': 0.37.3 + '@vue/compiler-sfc': 3.2.37 + '@vue/reactivity': 3.2.37 dev: true /@vue/babel-helper-vue-transform-on/1.0.2: @@ -3126,11 +3139,11 @@ packages: source-map: 0.6.1 dev: true - /@vue/compiler-core/3.2.36: - resolution: {integrity: sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==} + /@vue/compiler-core/3.2.37: + resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==} dependencies: '@babel/parser': 7.18.4 - '@vue/shared': 3.2.36 + '@vue/shared': 3.2.37 estree-walker: 2.0.2 source-map: 0.6.1 @@ -3141,11 +3154,11 @@ packages: '@vue/shared': 3.2.33 dev: true - /@vue/compiler-dom/3.2.36: - resolution: {integrity: sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==} + /@vue/compiler-dom/3.2.37: + resolution: {integrity: sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==} dependencies: - '@vue/compiler-core': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-core': 3.2.37 + '@vue/shared': 3.2.37 /@vue/compiler-sfc/3.2.33: resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==} @@ -3162,15 +3175,15 @@ packages: source-map: 0.6.1 dev: true - /@vue/compiler-sfc/3.2.36: - resolution: {integrity: sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==} + /@vue/compiler-sfc/3.2.37: + resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==} dependencies: '@babel/parser': 7.18.4 - '@vue/compiler-core': 3.2.36 - '@vue/compiler-dom': 3.2.36 - '@vue/compiler-ssr': 3.2.36 - '@vue/reactivity-transform': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-core': 3.2.37 + '@vue/compiler-dom': 3.2.37 + '@vue/compiler-ssr': 3.2.37 + '@vue/reactivity-transform': 3.2.37 + '@vue/shared': 3.2.37 estree-walker: 2.0.2 magic-string: 0.25.9 postcss: 8.4.14 @@ -3183,11 +3196,11 @@ packages: '@vue/shared': 3.2.33 dev: true - /@vue/compiler-ssr/3.2.36: - resolution: {integrity: sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==} + /@vue/compiler-ssr/3.2.37: + resolution: {integrity: sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==} dependencies: - '@vue/compiler-dom': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-dom': 3.2.37 + '@vue/shared': 3.2.37 /@vue/devtools-api/6.1.4: resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==} @@ -3202,12 +3215,12 @@ packages: magic-string: 0.25.9 dev: true - /@vue/reactivity-transform/3.2.36: - resolution: {integrity: sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==} + /@vue/reactivity-transform/3.2.37: + resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==} dependencies: '@babel/parser': 7.18.4 - '@vue/compiler-core': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-core': 3.2.37 + '@vue/shared': 3.2.37 estree-walker: 2.0.2 magic-string: 0.25.9 @@ -3217,17 +3230,17 @@ packages: '@vue/shared': 3.2.33 dev: true - /@vue/reactivity/3.2.36: - resolution: {integrity: sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==} + /@vue/reactivity/3.2.37: + resolution: {integrity: sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==} dependencies: - '@vue/shared': 3.2.36 + '@vue/shared': 3.2.37 - /@vue/repl/1.1.2_vue@3.2.36: + /@vue/repl/1.1.2_vue@3.2.37: resolution: {integrity: sha512-IYcoKZgwdn6spiVwGuWeXAbqAv3Nhjc/0dKEJ3BT5U6kV7KLLCwnuizjOvV8P+yFmtsfNkWbmWv9/56Pv5rH/w==} peerDependencies: vue: ^3.2.13 dependencies: - vue: 3.2.36 + vue: 3.2.37 dev: false /@vue/runtime-core/3.2.33: @@ -3237,11 +3250,11 @@ packages: '@vue/shared': 3.2.33 dev: true - /@vue/runtime-core/3.2.36: - resolution: {integrity: sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==} + /@vue/runtime-core/3.2.37: + resolution: {integrity: sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==} dependencies: - '@vue/reactivity': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/reactivity': 3.2.37 + '@vue/shared': 3.2.37 /@vue/runtime-dom/3.2.33: resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==} @@ -3251,11 +3264,11 @@ packages: csstype: 2.6.20 dev: true - /@vue/runtime-dom/3.2.36: - resolution: {integrity: sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==} + /@vue/runtime-dom/3.2.37: + resolution: {integrity: sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==} dependencies: - '@vue/runtime-core': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/runtime-core': 3.2.37 + '@vue/shared': 3.2.37 csstype: 2.6.20 /@vue/server-renderer/3.2.33_vue@3.2.33: @@ -3268,34 +3281,34 @@ packages: vue: 3.2.33 dev: true - /@vue/server-renderer/3.2.36_vue@3.2.36: - resolution: {integrity: sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==} + /@vue/server-renderer/3.2.37_vue@3.2.37: + resolution: {integrity: sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==} peerDependencies: - vue: 3.2.36 + vue: 3.2.37 dependencies: - '@vue/compiler-ssr': 3.2.36 - '@vue/shared': 3.2.36 - vue: 3.2.36 + '@vue/compiler-ssr': 3.2.37 + '@vue/shared': 3.2.37 + vue: 3.2.37 /@vue/shared/3.2.33: resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==} dev: true - /@vue/shared/3.2.36: - resolution: {integrity: sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==} + /@vue/shared/3.2.37: + resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==} - /@vue/test-utils/2.0.0_vue@3.2.36: + /@vue/test-utils/2.0.0_vue@3.2.37: resolution: {integrity: sha512-zL5kygNq7hONrO1CzaUGprEAklAX+pH8J1MPMCU3Rd2xtSYkZ+PmKU3oEDRg8VAGdL5lNJHzDgrud5amFPtirw==} peerDependencies: vue: ^3.0.1 dependencies: - vue: 3.2.36 + vue: 3.2.37 dev: true /@vuepress/bundler-vite/2.0.0-beta.46: resolution: {integrity: sha512-lS0DKLiWzPHRVLOEViExKrApEYX661LsDf/lNFu5du1iqmNSNi3BvZbXUHnupzM8h02uOSa/VP6jzawWINqkYg==} dependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.10+vue@3.2.37 '@vuepress/client': 2.0.0-beta.46 '@vuepress/core': 2.0.0-beta.46 '@vuepress/shared': 2.0.0-beta.46 @@ -3303,10 +3316,10 @@ packages: autoprefixer: 10.4.7_postcss@8.4.14 connect-history-api-fallback: 1.6.0 postcss: 8.4.14 - rollup: 2.75.5 - vite: 2.9.9 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + rollup: 2.75.6 + vite: 2.9.10 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 transitivePeerDependencies: - less - sass @@ -3334,8 +3347,8 @@ packages: dependencies: '@vue/devtools-api': 6.1.4 '@vuepress/shared': 2.0.0-beta.45 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 dev: true /@vuepress/client/2.0.0-beta.46: @@ -3343,8 +3356,8 @@ packages: dependencies: '@vue/devtools-api': 6.1.4 '@vuepress/shared': 2.0.0-beta.46 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 dev: true /@vuepress/core/2.0.0-beta.46: @@ -3356,7 +3369,7 @@ packages: '@vuepress/utils': 2.0.0-beta.46 gray-matter: 4.0.3 toml: 3.0.0 - vue: 3.2.36 + vue: 3.2.37 transitivePeerDependencies: - supports-color dev: true @@ -3382,8 +3395,8 @@ packages: '@vuepress/core': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 ts-debounce: 4.0.0 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 transitivePeerDependencies: - supports-color dev: true @@ -3395,7 +3408,7 @@ packages: '@vuepress/core': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 ts-debounce: 4.0.0 - vue: 3.2.36 + vue: 3.2.37 transitivePeerDependencies: - supports-color dev: true @@ -3414,23 +3427,23 @@ packages: - supports-color dev: true - /@vuepress/plugin-docsearch/2.0.0-beta.46_react@18.1.0: + /@vuepress/plugin-docsearch/2.0.0-beta.46_eurjwfem4ie5nnznw6gmhlbswe: resolution: {integrity: sha512-QEX0+ztqfRu1/dlQ++k/+4WFo3cv8Aq14lSA8ZuI6Uib86uKKItQ130OxOdn0zmP3DiU4xMgHn6Qx8t7iM1Twg==} dependencies: '@docsearch/css': 3.1.0 - '@docsearch/js': 3.1.0_4hkwgow5356cdmtz5c5vaxngqm - '@docsearch/react': 3.1.0_4hkwgow5356cdmtz5c5vaxngqm - '@types/react': 18.0.10 + '@docsearch/js': 3.1.0_eurjwfem4ie5nnznw6gmhlbswe + '@docsearch/react': 3.1.0_eurjwfem4ie5nnznw6gmhlbswe '@vuepress/client': 2.0.0-beta.46 '@vuepress/core': 2.0.0-beta.46 '@vuepress/shared': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 - react-dom: 18.1.0_react@18.1.0 ts-debounce: 4.0.0 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 transitivePeerDependencies: + - '@types/react' - react + - react-dom - supports-color dev: true @@ -3442,7 +3455,7 @@ packages: '@vuepress/markdown': 2.0.0-beta.46 '@vuepress/shared': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 - vue: 3.2.36 + vue: 3.2.37 transitivePeerDependencies: - supports-color dev: true @@ -3464,7 +3477,7 @@ packages: '@vuepress/core': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 medium-zoom: 1.0.6 - vue: 3.2.36 + vue: 3.2.37 transitivePeerDependencies: - supports-color dev: true @@ -3475,8 +3488,8 @@ packages: '@vuepress/client': 2.0.0-beta.46 '@vuepress/core': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 transitivePeerDependencies: - supports-color dev: true @@ -3508,7 +3521,7 @@ packages: '@vuepress/utils': 2.0.0-beta.46 mitt: 3.0.0 register-service-worker: 1.7.2 - vue: 3.2.36 + vue: 3.2.37 workbox-build: 6.5.3 transitivePeerDependencies: - '@types/babel__core' @@ -3523,7 +3536,7 @@ packages: '@vuepress/core': 2.0.0-beta.46 '@vuepress/shared': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 - vue: 3.2.36 + vue: 3.2.37 transitivePeerDependencies: - supports-color dev: true @@ -3531,13 +3544,13 @@ packages: /@vuepress/shared/2.0.0-beta.45: resolution: {integrity: sha512-lYj+rgMtQ6liWjvzVy7jGux/Eix5ExbUy8b2uFAAsSE4v5wrdGeVgcFunVb40VPK3Mu0uyW4AvhCsPteLRUp1A==} dependencies: - '@vue/shared': 3.2.36 + '@vue/shared': 3.2.37 dev: true /@vuepress/shared/2.0.0-beta.46: resolution: {integrity: sha512-iqunwXZR3ea+36Cyz1QVP6F49CVhNxcYZFFxpSOi5Z5j9S4qiZm+fL931w8XHz70qpgwmfBFUOZBGqsMMLVuRg==} dependencies: - '@vue/shared': 3.2.36 + '@vue/shared': 3.2.37 dev: true /@vuepress/theme-default/2.0.0-beta.46: @@ -3562,10 +3575,10 @@ packages: '@vuepress/plugin-theme-data': 2.0.0-beta.46 '@vuepress/shared': 2.0.0-beta.46 '@vuepress/utils': 2.0.0-beta.46 - '@vueuse/core': 8.6.0_vue@3.2.36 - sass: 1.52.1 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + '@vueuse/core': 8.6.0_vue@3.2.37 + sass: 1.52.2 + vue: 3.2.37 + vue-router: 4.0.15_vue@3.2.37 transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -3588,7 +3601,7 @@ packages: - supports-color dev: true - /@vueuse/core/8.6.0_vue@3.2.36: + /@vueuse/core/8.6.0_vue@3.2.37: resolution: {integrity: sha512-VirzExCm/N+QdrEWT7J4uSrvJ5hquKIAU9alQ37kUvIJk9XxCLxmfRnmekYc1kz2+6BnoyuKYXVmrMV351CB4w==} peerDependencies: '@vue/composition-api': ^1.1.0 @@ -3600,22 +3613,22 @@ packages: optional: true dependencies: '@vueuse/metadata': 8.6.0 - '@vueuse/shared': 8.6.0_vue@3.2.36 - vue: 3.2.36 - vue-demi: 0.13.1_vue@3.2.36 + '@vueuse/shared': 8.6.0_vue@3.2.37 + vue: 3.2.37 + vue-demi: 0.13.1_vue@3.2.37 - /@vueuse/head/0.7.6_vue@3.2.33: + /@vueuse/head/0.7.6_vue@3.2.37: resolution: {integrity: sha512-cOWqCkT3WiF5oEpw+VVEWUJd9RLD5rc7DmnFp3cePsejp+t7686uKD9Z9ZU7Twb7R/BI8iexKTmXo9D/F3v6UA==} peerDependencies: vue: '>=3' dependencies: - vue: 3.2.33 + vue: 3.2.37 dev: true /@vueuse/metadata/8.6.0: resolution: {integrity: sha512-F+CKPvaExsm7QgRr8y+ZNJFwXasn89rs5wth/HeX9lJ1q8XEt+HJ16Q5Sxh4rfG5YSKXrStveVge8TKvPjMjFA==} - /@vueuse/shared/8.6.0_vue@3.2.36: + /@vueuse/shared/8.6.0_vue@3.2.37: resolution: {integrity: sha512-Y/IVywZo7IfEoSSEtCYpkVEmPV7pU35mEIxV7PbD/D3ly18B3mEsBaPbtDkNM/QP3zAZ5mn4nEkOfddX4uwuIA==} peerDependencies: '@vue/composition-api': ^1.1.0 @@ -3626,8 +3639,8 @@ packages: vue: optional: true dependencies: - vue: 3.2.36 - vue-demi: 0.13.1_vue@3.2.36 + vue: 3.2.37 + vue-demi: 0.13.1_vue@3.2.37 /@windicss/config/1.8.4: resolution: {integrity: sha512-i4fFGFfZoRess6WMkauykHC3PFd9xKYVx7lSuLfMK7sgo6x3+l4dY42GbsWMHyLqH1sTMfyt1LgfXSIKYJozSA==} @@ -3870,7 +3883,7 @@ packages: engines: {node: '>= 10'} dependencies: archiver-utils: 2.1.0 - async: 3.2.3 + async: 3.2.4 buffer-crc32: 0.2.13 readable-stream: 3.6.0 readdir-glob: 1.1.1 @@ -3974,8 +3987,8 @@ packages: engines: {node: '>=0.12.0'} dev: true - /async/3.2.3: - resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} + /async/3.2.4: + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} dev: true /asynckit/0.4.0: @@ -3994,8 +4007,8 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.20.3 - caniuse-lite: 1.0.30001344 + browserslist: 4.20.4 + caniuse-lite: 1.0.30001349 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -4162,13 +4175,13 @@ packages: fill-range: 7.0.1 dev: true - /browserslist/4.20.3: - resolution: {integrity: sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==} + /browserslist/4.20.4: + resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001344 - electron-to-chromium: 1.4.143 + caniuse-lite: 1.0.30001349 + electron-to-chromium: 1.4.147 escalade: 3.1.1 node-releases: 2.0.5 picocolors: 1.0.0 @@ -4198,8 +4211,8 @@ packages: resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} dev: true - /builtins/4.1.0: - resolution: {integrity: sha512-1bPRZQtmKaO6h7qV1YHXNtr6nCK28k0Zo95KM4dXfILcZZwoHJBN1m3lfLv9LPkcOZlrSr+J1bzMaZFO98Yq0w==} + /builtins/5.0.1: + resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: semver: 7.3.7 dev: true @@ -4207,7 +4220,7 @@ packages: /bundle-runner/0.0.1: resolution: {integrity: sha512-xevhXw77nJ7wjCRTyo1JYumUNUiZmD0CJEummyLUJbdhub4bZWuplS+Y7nlMq5V9sKJQW+dV/LZR/SlxS5f4LQ==} dependencies: - source-map: 0.7.3 + source-map: 0.7.4 dev: true /bytes/3.0.0: @@ -4317,14 +4330,14 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.20.3 - caniuse-lite: 1.0.30001344 + browserslist: 4.20.4 + caniuse-lite: 1.0.30001349 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001344: - resolution: {integrity: sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g==} + /caniuse-lite/1.0.30001349: + resolution: {integrity: sha512-VFaWW3jeo6DLU5rwdiasosxhYSduJgSGil4cSyX3/85fbctlE58pXAkWyuRmVA0r2RxsOSVYUTZcySJ8WpbTxw==} dev: true /canvas-confetti/1.5.1: @@ -4580,8 +4593,8 @@ packages: resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} dev: true - /colorette/2.0.16: - resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} + /colorette/2.0.17: + resolution: {integrity: sha512-hJo+3Bkn0NCHybn9Tu35fIeoOKGOk5OCC32y4Hz2It+qlCO2Q3DeQ1hRn/tDDMQKRYUEzqsl7jbF6dYKjlE60g==} dev: true /combined-stream/1.0.8: @@ -4721,7 +4734,7 @@ packages: /core-js-compat/3.22.8: resolution: {integrity: sha512-pQnwg4xtuvc2Bs/5zYQPaEYYSuTxsF7LBWF0SvnVhthZo/Qe+rJpcEekrdNK5DWwDJ0gv0oI9NNX5Mppdy0ctg==} dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 semver: 7.0.0 dev: true @@ -4729,6 +4742,10 @@ packages: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} dev: true + /core-util-is/1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: true + /cosmiconfig/7.0.1: resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} engines: {node: '>=10'} @@ -4794,14 +4811,14 @@ packages: /css-styled/1.0.0: resolution: {integrity: sha512-lDdPvM2/djv+La110zVY3RGQ7X4OOlzLS+IEjRcn8UlUmJd1+GNcGfDFmsKWwnLBupsY1w0QM1gRgV4RdcCjfw==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 string-hash: 1.1.3 dev: false /css-to-mat/1.0.3: resolution: {integrity: sha512-HADRhVqPc8wFqEp6ClK+uuPYg+FMBinNo2ReLyI/KQCncmHPJ60o5zldyJG7NjsTqXWbdfGJO51jnoxfMvWJiA==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 '@scena/matrix': 1.1.1 dev: false @@ -4824,8 +4841,8 @@ packages: hasBin: true dev: true - /cssnano-preset-default/5.2.10_postcss@8.4.14: - resolution: {integrity: sha512-H8TJRhTjBKVOPltp9vr9El9I+IfYsOMhmXdK0LwdvwJcxYX9oWkY7ctacWusgPWAgQq1vt/WO8v+uqpfLnM7QA==} + /cssnano-preset-default/5.2.11_postcss@8.4.14: + resolution: {integrity: sha512-4PadR1NtuaIK8MvLNuY7MznK4WJteldGlzCiMaaTiOUP+apeiIvUDIXykzUOoqgOOUAHrU64ncdD90NfZR3LSQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 @@ -4855,7 +4872,7 @@ packages: postcss-normalize-unicode: 5.1.0_postcss@8.4.14 postcss-normalize-url: 5.1.0_postcss@8.4.14 postcss-normalize-whitespace: 5.1.1_postcss@8.4.14 - postcss-ordered-values: 5.1.1_postcss@8.4.14 + postcss-ordered-values: 5.1.2_postcss@8.4.14 postcss-reduce-initial: 5.1.0_postcss@8.4.14 postcss-reduce-transforms: 5.1.0_postcss@8.4.14 postcss-svgo: 5.1.0_postcss@8.4.14 @@ -4871,13 +4888,13 @@ packages: postcss: 8.4.14 dev: true - /cssnano/5.1.10_postcss@8.4.14: - resolution: {integrity: sha512-ACpnRgDg4m6CZD/+8SgnLcGCgy6DDGdkMbOawwdvVxNietTNLe/MtWcenp6qT0PRt5wzhGl6/cjMWCdhKXC9QA==} + /cssnano/5.1.11_postcss@8.4.14: + resolution: {integrity: sha512-2nx+O6LvewPo5EBtYrKc8762mMkZRk9cMGIOP4UlkmxHm7ObxH+zvsJJ+qLwPkUc4/yumL/qJkavYi9NlodWIQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.10_postcss@8.4.14 + cssnano-preset-default: 5.2.11_postcss@8.4.14 lilconfig: 2.0.5 postcss: 8.4.14 yaml: 1.10.2 @@ -4895,7 +4912,6 @@ packages: /csstype/3.1.0: resolution: {integrity: sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==} - dev: true /cuint/0.2.2: resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==} @@ -4909,7 +4925,7 @@ packages: dependencies: '@cypress/request': 2.88.10 '@cypress/xvfb': 1.2.4_supports-color@8.1.1 - '@types/node': 14.18.20 + '@types/node': 14.18.21 '@types/sinonjs__fake-timers': 6.0.4 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -4922,7 +4938,7 @@ packages: cli-table3: 0.6.2 commander: 5.1.0 common-tags: 1.8.2 - dayjs: 1.11.2 + dayjs: 1.11.3 debug: 4.3.4_supports-color@8.1.1 enquirer: 2.3.6 eventemitter2: 6.4.5 @@ -5222,8 +5238,8 @@ packages: resolution: {integrity: sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==} dev: true - /dayjs/1.11.2: - resolution: {integrity: sha512-F4LXf1OeU9hrSYRPTTj/6FbO4HTjPKXvEIC1P2kcnFurViINCVk3ZV0xAS3XVx9MkMsXbbqlK6hjseaYbgKEHw==} + /dayjs/1.11.3: + resolution: {integrity: sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==} dev: true /debug/2.6.9: @@ -5528,8 +5544,8 @@ packages: jake: 10.8.5 dev: true - /electron-to-chromium/1.4.143: - resolution: {integrity: sha512-2hIgvu0+pDfXIqmVmV5X6iwMjQ2KxDsWKwM+oI1fABEOy/Dqmll0QJRmIQ3rm+XaoUa/qKrmy5h7LSTFQ6Ldzg==} + /electron-to-chromium/1.4.147: + resolution: {integrity: sha512-czclPqxLMPqPMkahKcske4TaS5lcznsc26ByBlEFDU8grTBVK9C5W6K9I6oEEhm4Ai4jTihGnys90xY1yjXcRg==} dev: true /elegant-spinner/1.0.1: @@ -6015,6 +6031,12 @@ packages: dev: true optional: true + /esbuild/0.12.29: + resolution: {integrity: sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g==} + hasBin: true + requiresBuild: true + dev: true + /esbuild/0.14.29: resolution: {integrity: sha512-SQS8cO8xFEqevYlrHt6exIhK853Me4nZ4aMW6ieysInLa0FMAL+AKs87HYNRtR2YWRcEIqoXAHh+Ytt5/66qpg==} engines: {node: '>=12'} @@ -6105,13 +6127,13 @@ packages: engines: {node: '>=12'} dev: true - /eslint-config-prettier/8.5.0_eslint@8.16.0: + /eslint-config-prettier/8.5.0_eslint@8.17.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.16.0 + eslint: 8.17.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -6123,7 +6145,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_nd4nb6nccnlbwilvit6hlaep3q: + /eslint-module-utils/2.7.3_5uhabtgzo3akfzi73a5jap3i6a: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -6141,7 +6163,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -6149,44 +6171,44 @@ packages: - supports-color dev: true - /eslint-plugin-antfu/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + /eslint-plugin-antfu/0.24.3_ud6rd4xtew5bv4yhvkvu24pzm4: resolution: {integrity: sha512-amK+5vP487YfdOAdQP0lSFcpcnv+FoNyK42/Ssy8J0iBi+YkCnMoQ2BWeT9PjbK/TO0jcMMH3iz+J/1rUQq4Rw==} dependencies: - '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-chai-friendly/0.7.2_eslint@8.16.0: + /eslint-plugin-chai-friendly/0.7.2_eslint@8.17.0: resolution: {integrity: sha512-LOIfGx5sZZ5FwM1shr2GlYAWV9Omdi+1/3byuVagvQNoGUuU0iHhp7AfjA1uR+4dJ4Isfb4+FwBJgQajIw9iAg==} engines: {node: '>=0.10.0'} peerDependencies: eslint: '>=3.0.0' dependencies: - eslint: 8.16.0 + eslint: 8.17.0 dev: true - /eslint-plugin-es/4.1.0_eslint@8.16.0: + /eslint-plugin-es/4.1.0_eslint@8.17.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.16.0 + eslint: 8.17.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.16.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.17.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.16.0 + eslint: 8.17.0 ignore: 5.2.0 dev: true @@ -6196,7 +6218,7 @@ packages: htmlparser2: 7.2.0 dev: true - /eslint-plugin-import/2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq: + /eslint-plugin-import/2.26.0_pv5w3e62ssxduf5aiwxbc3knra: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -6206,14 +6228,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.16.0 + eslint: 8.17.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_nd4nb6nccnlbwilvit6hlaep3q + eslint-module-utils: 2.7.3_5uhabtgzo3akfzi73a5jap3i6a has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -6227,48 +6249,48 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc/2.3.0_eslint@8.16.0: + /eslint-plugin-jsonc/2.3.0_eslint@8.17.0: resolution: {integrity: sha512-QqHj7Chw8vsALsCOhFxecRIepxpbcpmMon9yA1+GaYk1Am0GanHAwnTkeVX+/ysAb4QTkeGMZ+ZPK4TKrZ/VSw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.16.0 - eslint-utils: 3.0.0_eslint@8.16.0 + eslint: 8.17.0 + eslint-utils: 3.0.0_eslint@8.17.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/2.2.1_eslint@8.16.0: + /eslint-plugin-markdown/2.2.1_eslint@8.17.0: resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==} engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.16.0 + eslint: 8.17.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.2.0_eslint@8.16.0: - resolution: {integrity: sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg==} + /eslint-plugin-n/15.2.1_eslint@8.17.0: + resolution: {integrity: sha512-uMG50pvKqXK9ab163bSI5OpyZR0F5yIB0pEC4ciGpBLrXVjVDOlx5oTq8GQULWzbelJt7wL5Rw4T+FfAff5Cxg==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: - builtins: 4.1.0 - eslint: 8.16.0 - eslint-plugin-es: 4.1.0_eslint@8.16.0 - eslint-utils: 3.0.0_eslint@8.16.0 + builtins: 5.0.1 + eslint: 8.17.0 + eslint-plugin-es: 4.1.0_eslint@8.17.0 + eslint-utils: 3.0.0_eslint@8.17.0 ignore: 5.2.0 is-core-module: 2.9.0 minimatch: 3.1.2 resolve: 1.22.0 - semver: 6.3.0 + semver: 7.3.7 dev: true - /eslint-plugin-prettier/4.0.0_j7rsahgqtkecno6yauhsgsglf4: + /eslint-plugin-prettier/4.0.0_ucegkljdju7q4zmvwxzqoprf3y: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -6279,22 +6301,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.16.0 - eslint-config-prettier: 8.5.0_eslint@8.16.0 + eslint: 8.17.0 + eslint-config-prettier: 8.5.0_eslint@8.17.0 prettier: 2.6.2 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/6.0.0_eslint@8.16.0: + /eslint-plugin-promise/6.0.0_eslint@8.17.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.16.0 + eslint: 8.17.0 dev: true - /eslint-plugin-react/7.30.0_eslint@8.16.0: + /eslint-plugin-react/7.30.0_eslint@8.17.0: resolution: {integrity: sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==} engines: {node: '>=4'} peerDependencies: @@ -6303,7 +6325,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.16.0 + eslint: 8.17.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.0 minimatch: 3.1.2 @@ -6317,7 +6339,7 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-unicorn/42.0.0_eslint@8.16.0: + /eslint-plugin-unicorn/42.0.0_eslint@8.17.0: resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} engines: {node: '>=12'} peerDependencies: @@ -6326,8 +6348,8 @@ packages: '@babel/helper-validator-identifier': 7.16.7 ci-info: 3.3.1 clean-regexp: 1.0.0 - eslint: 8.16.0 - eslint-utils: 3.0.0_eslint@8.16.0 + eslint: 8.17.0 + eslint-utils: 3.0.0_eslint@8.17.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -6340,32 +6362,32 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/9.1.0_eslint@8.16.0: + /eslint-plugin-vue/9.1.0_eslint@8.17.0: resolution: {integrity: sha512-EPCeInPicQ/YyfOWJDr1yfEeSNoFCMzUus107lZyYi37xejdOolNzS5MXGXp8+9bkoKZMdv/1AcZzQebME6r+g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.16.0 - eslint-utils: 3.0.0_eslint@8.16.0 + eslint: 8.17.0 + eslint-utils: 3.0.0_eslint@8.17.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.0.2_eslint@8.16.0 + vue-eslint-parser: 9.0.2_eslint@8.17.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/1.0.0_eslint@8.16.0: + /eslint-plugin-yml/1.0.0_eslint@8.17.0: resolution: {integrity: sha512-0RVoUFh5vpznE2DIP5agSpWO/nU8GgAWwoTAHWopU2X+1SCB5ykHU6DwS0GrZ5Hvejtk6CcADQllpQQJB4C5QA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.16.0 + eslint: 8.17.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.0.1 @@ -6396,13 +6418,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.16.0: + /eslint-utils/3.0.0_eslint@8.17.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.16.0 + eslint: 8.17.0 eslint-visitor-keys: 2.1.0 dev: true @@ -6421,8 +6443,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.16.0: - resolution: {integrity: sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==} + /eslint/8.17.0: + resolution: {integrity: sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -6435,7 +6457,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.16.0 + eslint-utils: 3.0.0_eslint@8.17.0 eslint-visitor-keys: 3.3.0 espree: 9.3.2 esquery: 1.4.0 @@ -6968,7 +6990,7 @@ packages: /gesto/1.8.1: resolution: {integrity: sha512-FwZ3e4C9cJ3DN1PgeOf9tFQIYzBk5RzavtT2bDzGG51Wbp6+JEGzX4A8VqbgkHVTBlJGaRLdsNKRnH0fIVFsmA==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 '@scena/event-emitter': 1.0.5 dev: false @@ -7035,7 +7057,7 @@ packages: /getos/3.2.1: resolution: {integrity: sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==} dependencies: - async: 3.2.3 + async: 3.2.4 dev: true /getpass/0.1.7: @@ -7364,7 +7386,7 @@ packages: he: 1.2.0 param-case: 2.1.1 relateurl: 0.2.7 - uglify-js: 3.15.5 + uglify-js: 3.16.0 dev: true /html-tags/3.2.0: @@ -7878,7 +7900,7 @@ packages: /is-reference/1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} dependencies: - '@types/estree': 0.0.39 + '@types/estree': 0.0.51 dev: true /is-regex/1.1.4: @@ -8000,7 +8022,7 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - async: 3.2.3 + async: 3.2.4 chalk: 4.1.2 filelist: 1.0.4 minimatch: 3.1.2 @@ -8010,7 +8032,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.38 + '@types/node': 17.0.41 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -8229,7 +8251,7 @@ packages: resolution: {integrity: sha512-AJPi6PByg78TEvmB9XWB15Cgv00MXDT0BWF+8LVFozbF9qLbOPjXXfwxkYIAmGjPOAAsPzBMEYytj7RSBhkaeg==} dependencies: clipboardy: 3.0.0 - colorette: 2.0.16 + colorette: 2.0.17 defu: 6.0.0 get-port-please: 2.5.0 http-shutdown: 1.2.2 @@ -8306,7 +8328,7 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.16 + colorette: 2.0.17 enquirer: 2.3.6 log-update: 4.0.0 p-map: 4.0.0 @@ -8804,12 +8826,15 @@ packages: pkg-types: 0.3.2 dev: true - /moveable/0.29.8: - resolution: {integrity: sha512-FgaTZLS20JcKiXOm7XRSADCDI6jKCzEkKouBEBzIFLGeTUVhigd1NNjx/ObyBih7jDhm4zg3ULCMj3Bb0gFAIQ==} + /moveable/0.29.9_@types+react@16.9.56: + resolution: {integrity: sha512-JoZRxVV81rxAaShx/3NloQu4+0AnxFNplH/v38gfO9pKTJc7b1QFqkyuqqA7oOSSTUxktRxUtka9VA88BCcEwA==} dependencies: '@scena/event-emitter': 1.0.5 - react-compat-moveable: 0.17.8 + react-compat-moveable: 0.17.9_@types+react@16.9.56 + react-moveable: 0.32.9_@types+react@16.9.56 react-simple-compat: 1.2.2 + transitivePeerDependencies: + - '@types/react' dev: false /mri/1.2.0: @@ -8870,20 +8895,20 @@ packages: type-fest: 0.4.1 dev: true - /nitropack/0.4.4: + /nitropack/0.4.4_vite@2.9.10: resolution: {integrity: sha512-nK6UkSvAHvtx9sSLntirQgU5wJB49BIwJXf+kNbkHrA7cxFNZG11GH1v+vzkMSDKfBPWvVMewEkOGfIGXDpH9g==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true dependencies: '@cloudflare/kv-asset-handler': 0.2.0 '@netlify/functions': 1.0.0 - '@rollup/plugin-alias': 3.1.9_rollup@2.75.5 - '@rollup/plugin-commonjs': 22.0.0_rollup@2.75.5 - '@rollup/plugin-inject': 4.0.4_rollup@2.75.5 - '@rollup/plugin-json': 4.1.0_rollup@2.75.5 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.5 - '@rollup/plugin-replace': 4.0.0_rollup@2.75.5 - '@rollup/plugin-wasm': 5.2.0_rollup@2.75.5 + '@rollup/plugin-alias': 3.1.9_rollup@2.75.6 + '@rollup/plugin-commonjs': 22.0.0_rollup@2.75.6 + '@rollup/plugin-inject': 4.0.4_rollup@2.75.6 + '@rollup/plugin-json': 4.1.0_rollup@2.75.6 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.6 + '@rollup/plugin-replace': 4.0.0_rollup@2.75.6 + '@rollup/plugin-wasm': 5.2.0_rollup@2.75.6 '@rollup/pluginutils': 4.2.1 '@types/jsdom': 16.2.14 '@vercel/nft': 0.18.2 @@ -8919,9 +8944,9 @@ packages: pkg-types: 0.3.2 pretty-bytes: 6.0.0 radix3: 0.1.2 - rollup: 2.75.5 - rollup-plugin-terser: 7.0.2_rollup@2.75.5 - rollup-plugin-visualizer: 5.6.0_rollup@2.75.5 + rollup: 2.75.6 + rollup-plugin-terser: 7.0.2_rollup@2.75.6 + rollup-plugin-visualizer: 5.6.0_rollup@2.75.6 scule: 0.2.1 semver: 7.3.7 serve-placeholder: 2.0.1 @@ -8931,7 +8956,7 @@ packages: table: 6.8.0 ufo: 0.8.4 unenv: 0.5.2 - unimport: 0.2.6_ghanyvlk4kmo7d7no7vuwcjfky + unimport: 0.2.6_kpspv2vofddahm75mcazwndb7i unstorage: 0.4.1 transitivePeerDependencies: - bufferutil @@ -9193,20 +9218,20 @@ packages: fsevents: 2.3.2 dev: true - /nuxt/3.0.0-rc.3: + /nuxt/3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-Ch68sD9Npt3BN0ZphvtRurVhFqtm1sAu4VDoXghmsRoVAwpT2ZDeDWaQJ9PSmXHYwyEaXPIZ9B2EDXPKETh0cQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true dependencies: '@nuxt/devalue': 2.0.0 - '@nuxt/kit': 3.0.0-rc.3 - '@nuxt/schema': 3.0.0-rc.3 - '@nuxt/telemetry': 2.1.3 + '@nuxt/kit': 3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i + '@nuxt/schema': 3.0.0-rc.3_kpspv2vofddahm75mcazwndb7i + '@nuxt/telemetry': 2.1.3_kpspv2vofddahm75mcazwndb7i '@nuxt/ui-templates': 0.1.1 - '@nuxt/vite-builder': 3.0.0-rc.3_vue@3.2.33 - '@vue/reactivity': 3.2.36 - '@vue/shared': 3.2.36 - '@vueuse/head': 0.7.6_vue@3.2.33 + '@nuxt/vite-builder': 3.0.0-rc.3_vue@3.2.37 + '@vue/reactivity': 3.2.37 + '@vue/shared': 3.2.37 + '@vueuse/head': 0.7.6_vue@3.2.37 chokidar: 3.5.3 cookie-es: 0.5.0 defu: 6.0.0 @@ -9220,7 +9245,7 @@ packages: knitwork: 0.1.1 magic-string: 0.26.2 mlly: 0.5.2 - nitropack: 0.4.4 + nitropack: 0.4.4_vite@2.9.10 nuxi: 3.0.0-rc.3 ohash: 0.1.0 ohmyfetch: 0.4.18 @@ -9228,14 +9253,14 @@ packages: perfect-debounce: 0.1.3 scule: 0.2.1 ufo: 0.8.4 - unctx: 1.1.4 + unctx: 1.1.4_kpspv2vofddahm75mcazwndb7i unenv: 0.5.2 - unimport: 0.1.9 - unplugin: 0.6.3 + unimport: 0.1.9_kpspv2vofddahm75mcazwndb7i + unplugin: 0.6.3_kpspv2vofddahm75mcazwndb7i untyped: 0.4.4 - vue: 3.2.33 + vue: 3.2.37 vue-bundle-renderer: 0.3.8 - vue-router: 4.0.15_vue@3.2.33 + vue-router: 4.0.15_vue@3.2.37 transitivePeerDependencies: - bufferutil - debug @@ -9437,7 +9462,7 @@ packages: /overlap-area/1.0.0: resolution: {integrity: sha512-Oi3hxRf6Flvv1upldnjOtV7euFkc75G/wsxYfS/ssNKEZ3Z+HbIoPHkFfLH3hgwqLJKpq9wdFo7I6xcdS6k8yg==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 dev: false /ow/0.21.0: @@ -9636,12 +9661,12 @@ packages: lines-and-columns: 1.2.4 dev: true - /parse-path/4.0.3: - resolution: {integrity: sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==} + /parse-path/4.0.4: + resolution: {integrity: sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==} dependencies: is-ssh: 1.3.3 protocols: 1.4.8 - qs: 6.10.3 + qs: 6.10.5 query-string: 6.14.1 dev: true @@ -9650,7 +9675,7 @@ packages: dependencies: is-ssh: 1.3.3 normalize-url: 6.1.0 - parse-path: 4.0.3 + parse-path: 4.0.4 protocols: 1.4.8 dev: true @@ -9732,7 +9757,7 @@ packages: dev: true /pify/2.3.0: - resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} dev: true @@ -9803,7 +9828,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 caniuse-api: 3.0.0 colord: 2.9.2 postcss: 8.4.14 @@ -9816,7 +9841,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true @@ -9909,7 +9934,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 caniuse-api: 3.0.0 cssnano-utils: 3.1.0_postcss@8.4.14 postcss: 8.4.14 @@ -9944,7 +9969,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 cssnano-utils: 3.1.0_postcss@8.4.14 postcss: 8.4.14 postcss-value-parser: 4.2.0 @@ -10035,7 +10060,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true @@ -10061,8 +10086,8 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/5.1.1_postcss@8.4.14: - resolution: {integrity: sha512-7lxgXF0NaoMIgyihL/2boNAEZKiW0+HkMhdKMTD93CjW8TdCy2hSdj8lsAo+uwm7EDG16Da2Jdmtqpedl0cMfw==} + /postcss-ordered-values/5.1.2_postcss@8.4.14: + resolution: {integrity: sha512-wr2avRbW4HS2XE2ZCqpfp4N/tDC6GZKZ+SVP8UBTOVS8QWrc4TD8MYrebJrvVVlGPKszmiSCzue43NDiVtgDmg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 @@ -10078,7 +10103,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 caniuse-api: 3.0.0 postcss: 8.4.14 dev: true @@ -10168,7 +10193,7 @@ packages: dev: true /prepend-http/2.0.0: - resolution: {integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=} + resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==} engines: {node: '>=4'} dev: true @@ -10196,7 +10221,7 @@ packages: dev: true /pretty-hrtime/1.0.3: - resolution: {integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=} + resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} engines: {node: '>= 0.8'} dev: true @@ -10249,7 +10274,7 @@ packages: dev: true /punycode/1.3.2: - resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=} + resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} dev: true /punycode/2.1.1: @@ -10271,6 +10296,13 @@ packages: side-channel: 1.0.4 dev: true + /qs/6.10.5: + resolution: {integrity: sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==} + engines: {node: '>=0.6'} + dependencies: + side-channel: 1.0.4 + dev: true + /qs/6.5.3: resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} engines: {node: '>=0.6'} @@ -10355,16 +10387,16 @@ packages: /react-compat-css-styled/1.0.8: resolution: {integrity: sha512-CG0kVbpKjiLMQc85pP50+Z0R9PGp7NIkkGqO88QTjEsSMOGKYlCXIAnXdKR2ZII23NJmA4XrJry03jkXOxTUkg==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 css-styled: 1.0.0 framework-utils: 1.1.0 react-css-styled: 1.0.3 dev: false - /react-compat-moveable/0.17.8: - resolution: {integrity: sha512-AJczdTosQekfdrueSChOE+YzjPl2vmtGOmRI0QWWji9GdlaryFmnXCqp3WTWvlJD8LIEA6M/v91XZKffZSa0kw==} + /react-compat-moveable/0.17.9_@types+react@16.9.56: + resolution: {integrity: sha512-LS9U1K3eCg7aaj+1tvsoriKpL5M2lbg8fyZfGX3knph6I1liw1k4DrrcAljLy6HAhnyY6EUoUjJ21fDgu51PUA==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 '@egjs/agent': 2.4.2 '@egjs/children-differ': 1.0.1 '@scena/dragscroll': 1.1.1 @@ -10375,7 +10407,9 @@ packages: overlap-area: 1.0.0 react-compat-css-styled: 1.0.8 react-css-styled: 1.0.3 - react-moveable: 0.32.7 + react-moveable: 0.32.9_@types+react@16.9.56 + transitivePeerDependencies: + - '@types/react' dev: false /react-css-styled/1.0.3: @@ -10399,15 +10433,18 @@ packages: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: true - /react-moveable/0.32.7: - resolution: {integrity: sha512-6fvqNU7NtKsE4pbwPbHEP/0Y486nDkvk0FgIV0fxOnuueF5fs0jRatDFGxg4fkyyYamlfqvR5Lrao2ukhzZTVg==} + /react-moveable/0.32.9_@types+react@16.9.56: + resolution: {integrity: sha512-657rbOHxBahdHkffcDZ6jU+wqHdSiNRK1wPmjWpXShjOezvd/lUfKCqB/SEW5ICuzOf23LQqO29anTpC+BWvCA==} + peerDependencies: + '@types/react': ~16.9.0 dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 '@egjs/agent': 2.4.2 '@egjs/children-differ': 1.0.1 '@scena/dragscroll': 1.1.1 '@scena/event-emitter': 1.0.5 '@scena/matrix': 1.1.1 + '@types/react': 16.9.56 css-to-mat: 1.0.3 framework-utils: 1.1.0 gesto: 1.8.1 @@ -10418,7 +10455,7 @@ packages: /react-simple-compat/1.2.2: resolution: {integrity: sha512-DYa9MHplwzjL/9xDKmTvM70umky8R162aZsKsWC2XRD7d+mIXyr8IQmAoRMlH2uwl4yGGgZbg7bj20qlCMhIYA==} dependencies: - '@daybrush/utils': 1.6.0 + '@daybrush/utils': 1.7.0 '@egjs/list-differ': 1.0.0 dev: false @@ -10429,7 +10466,7 @@ packages: loose-envify: 1.4.0 /read-cache/1.0.0: - resolution: {integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=} + resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} dependencies: pify: 2.3.0 dev: true @@ -10456,7 +10493,7 @@ packages: /readable-stream/2.3.7: resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} dependencies: - core-util-is: 1.0.2 + core-util-is: 1.0.3 inherits: 2.0.4 isarray: 1.0.0 process-nextick-args: 2.0.1 @@ -10488,7 +10525,7 @@ packages: dev: true /rechoir/0.6.2: - resolution: {integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=} + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: resolve: 1.22.0 @@ -10503,12 +10540,12 @@ packages: dev: true /redis-errors/1.2.0: - resolution: {integrity: sha1-62LSrbFeTq9GEMBK/hUpOEJQq60=} + resolution: {integrity: sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==} engines: {node: '>=4'} dev: true /redis-parser/3.0.0: - resolution: {integrity: sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ=} + resolution: {integrity: sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==} engines: {node: '>=4'} dependencies: redis-errors: 1.2.0 @@ -10596,18 +10633,18 @@ packages: dev: true /relateurl/0.2.7: - resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=} + resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} dev: true /request-progress/3.0.0: - resolution: {integrity: sha1-TKdUCBx/7GP1BeT6qCWqBs1mnb4=} + resolution: {integrity: sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==} dependencies: throttleit: 1.0.0 dev: true /require-directory/2.1.1: - resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} dev: true @@ -10617,7 +10654,7 @@ packages: dev: true /requires-port/1.0.0: - resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=} + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} dev: true /resolve-cwd/3.0.0: @@ -10654,7 +10691,7 @@ packages: dev: true /responselike/1.0.2: - resolution: {integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=} + resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==} dependencies: lowercase-keys: 1.0.1 dev: true @@ -10666,7 +10703,7 @@ packages: dev: true /restore-cursor/2.0.0: - resolution: {integrity: sha1-n37ih/gv0ybU/RYpI9YhKe7g368=} + resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} engines: {node: '>=4'} dependencies: onetime: 2.0.1 @@ -10708,19 +10745,19 @@ packages: resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==} dev: false - /rollup-plugin-terser/7.0.2_rollup@2.75.5: + /rollup-plugin-terser/7.0.2_rollup@2.75.6: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.16.7 jest-worker: 26.6.2 - rollup: 2.75.5 + rollup: 2.75.6 serialize-javascript: 4.0.0 terser: 5.14.0 dev: true - /rollup-plugin-visualizer/5.6.0_rollup@2.75.5: + /rollup-plugin-visualizer/5.6.0_rollup@2.75.6: resolution: {integrity: sha512-CKcc8GTUZjC+LsMytU8ocRr/cGZIfMR7+mdy4YnlyetlmIl/dM8BMnOEpD4JPIGt+ZVW7Db9ZtSsbgyeBH3uTA==} engines: {node: '>=12'} hasBin: true @@ -10729,8 +10766,8 @@ packages: dependencies: nanoid: 3.3.4 open: 8.4.0 - rollup: 2.75.5 - source-map: 0.7.3 + rollup: 2.75.6 + source-map: 0.7.4 yargs: 17.5.1 dev: true @@ -10740,8 +10777,8 @@ packages: estree-walker: 0.6.1 dev: true - /rollup/2.75.5: - resolution: {integrity: sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==} + /rollup/2.75.6: + resolution: {integrity: sha512-OEf0TgpC9vU6WGROJIk1JA3LR5vk/yvqlzxqdrE2CzzXnqKXNzbAwlWUXis8RS3ZPe7LAq+YUxsRa0l3r27MLA==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -10760,7 +10797,7 @@ packages: dev: true /rw/1.3.3: - resolution: {integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=} + resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==} dev: false /rxjs/6.6.7: @@ -10801,8 +10838,8 @@ packages: chokidar: 3.5.3 dev: true - /sass/1.52.1: - resolution: {integrity: sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==} + /sass/1.52.2: + resolution: {integrity: sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -10812,7 +10849,7 @@ packages: dev: true /sax/1.1.4: - resolution: {integrity: sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk=} + resolution: {integrity: sha512-5f3k2PbGGp+YtKJjOItpg3P99IMD84E4HOvcfleTb5joCHNXYLsR9yWFPOYGgaeMPDubQILTCMdsFb2OMeOjtg==} dev: true /sax/1.2.4: @@ -11044,8 +11081,8 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - /source-map/0.7.3: - resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} + /source-map/0.7.4: + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} dev: true @@ -11291,7 +11328,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.20.4 postcss: 8.4.14 postcss-selector-parser: 6.0.10 dev: true @@ -11545,7 +11582,7 @@ packages: resolution: {integrity: sha512-+1iDGY6NmOGidq7i7xZGA4cm8DAa6fqdYcvO5Z6yBevH++Bdo9Qt/mN0TzHUgcCcKv1gmh9+W5dHqz8pMWbCbg==} dev: true - /ts-patch/2.0.1_typescript@4.7.2: + /ts-patch/2.0.1_typescript@4.7.3: resolution: {integrity: sha512-mP7beU1QkmyDs1+SzXYVaSTD6Xo7ZCibOJ3sZkb/xsQjoAQXvn4oPjk0keC2LfCNAgilqtqgjiWp3pQri1uz4w==} hasBin: true peerDependencies: @@ -11558,7 +11595,7 @@ packages: resolve: 1.22.0 shelljs: 0.8.5 strip-ansi: 6.0.1 - typescript: 4.7.2 + typescript: 4.7.3 dev: true /tsconfig-paths/3.14.1: @@ -11578,14 +11615,14 @@ packages: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} dev: true - /tsutils/3.21.0_typescript@4.7.2: + /tsutils/3.21.0_typescript@4.7.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.7.2 + typescript: 4.7.3 dev: true /tunnel-agent/0.6.0: @@ -11594,128 +11631,128 @@ packages: safe-buffer: 5.2.1 dev: true - /turbo-darwin-64/1.2.14: - resolution: {integrity: sha512-Fdx212fvhcbF/KKnSoenTtNLZ5Wzl+DDBmwHoHXmG2DX/1qFk4HD1/D6waCySZU1Hu1bQToIimEyrWgwAkCVbQ==} + /turbo-darwin-64/1.2.16: + resolution: {integrity: sha512-dyitLQJdH3uLVdlH9jAkP4LqEO/K+wOXjUqOzjTciRLjQPzmsNY60/bmFHODADK4eBBl1nxbtn7tmmoT4vS1qA==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64/1.2.14: - resolution: {integrity: sha512-B9LRgZKW1D8EwMLNhW6n8pADiZZ+M7Qgb/Pv9DAJM+/MW5ozRn/PBA4Y+teyx2dGuaMOzvX9QzRhT1jn5U71TA==} + /turbo-darwin-arm64/1.2.16: + resolution: {integrity: sha512-Ex6uM4HU7rGXdhvJMpzNpp6qxglJ98nWeIi5qR/lBXHLjK3UCvSW8BEALArUJYJTXS9FZBq1a5LowFqXYsfDcA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-freebsd-64/1.2.14: - resolution: {integrity: sha512-kmDgDZXS3vdDremUPPkaY4bAtEyqqUnhcH3tVGsHZJ6OF1eCoy+oiXWa9Aw7Wm2B0Ph5TyMooOjChgE44q4cMA==} + /turbo-freebsd-64/1.2.16: + resolution: {integrity: sha512-onRGKMvog8B3XDssSBIAg+FrEq9pcBoAybP7bpi/uYIH1L/WQ7YMmLn88X9JX19ehYuVOVZrjap4jWH2GIkU8A==} cpu: [x64] os: [freebsd] requiresBuild: true dev: true optional: true - /turbo-freebsd-arm64/1.2.14: - resolution: {integrity: sha512-ZDbxkIXkBQJGJOrwihmfbza+jnfObMspbThEL0bp/MtMJS8QO4NELyjHDM0LgTfecduXtS1rJMSe7pZjiEK/Vg==} + /turbo-freebsd-arm64/1.2.16: + resolution: {integrity: sha512-S0EqPqxwnJuVNNXRgcHB0r8ai8LSrpHdihVJKRM7WYmIR7isccBEf/G9agrt73sCXwjvenxFs4HDR7cSvGt14Q==} cpu: [arm64] os: [freebsd] requiresBuild: true dev: true optional: true - /turbo-linux-32/1.2.14: - resolution: {integrity: sha512-fBGbevGtvbGV5bK+w6O8vve5C07TbdfIk5j59odTZo782F4Xs7fgY57mRQtNOq71YUW9Hs7FGrLUI1iRsVODAA==} + /turbo-linux-32/1.2.16: + resolution: {integrity: sha512-ecbqmGOxgTWePGrowtwyvZGfvwaLxFWmPK21cU0PS+fzoZBaVmzYmniTdd/2EkGCw7TOPhtiT22v96fWcnRycA==} cpu: [ia32] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-64/1.2.14: - resolution: {integrity: sha512-im46sHYjZ/yl4JSmjF8HbgHpvClVHtFMvIkRVnJGuJK+e74L5YVX7ML/o1PdBj4NtQNNxyPRWfit7zfM/yLjtQ==} + /turbo-linux-64/1.2.16: + resolution: {integrity: sha512-q6gtdMWCzM0Sktkd73zcaQjNoeM1MjtrbwQBctWN/Sgj0eiPBPnzpIvokvx98x7RLf4qyI99/mlme0Dn5fx21A==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm/1.2.14: - resolution: {integrity: sha512-d8v53TxIQpq6w3RFxcOyHrQzLcvgyA3VC9oxZ2phZtlcTvjjZulYmuToUAHdRW24cA2DGZkwA2wSF//zJoBcdQ==} + /turbo-linux-arm/1.2.16: + resolution: {integrity: sha512-du7uvExELNb89V3g7iM0XP21fR1Yl3EoHRcOfQz32oUqnS7idCKvbEowM9LtiluQl1dKcOIJjn1nlvvsqzkhOg==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64/1.2.14: - resolution: {integrity: sha512-qyusEtylnt5cF2+jIOMIN4iCzMG/tur2y3++YeKRCdGaboPUbsfCcTXbhM29VxxNWw5JVxh7FC0+ZUsEFRYDNg==} + /turbo-linux-arm64/1.2.16: + resolution: {integrity: sha512-gUf67tYJ/N09WAZTTmtUWYrqm381tZxiulnRGAIM+iRsaTrweyUKZaYXwJvlPpI/cQOw25wCG9/IyvxLeagL8A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-mips64le/1.2.14: - resolution: {integrity: sha512-zKPi9ArRDu4BKB8YmcQ6i89Hhzd5xk4W+m7YuZKBmeEVCFBDUUAyWnKsvmBoYuGTpdQqMSH14BdYMTr5s2thjw==} + /turbo-linux-mips64le/1.2.16: + resolution: {integrity: sha512-U5BM+Ql3z13uRtwMmKH/8eL+9DdTgyijC2gaX4xP0RTlcN7WfAstg8Fg/Tn2Vw9vtpVDdxwpw7dvX4kw2ghhpA==} cpu: [mips64el] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-ppc64le/1.2.14: - resolution: {integrity: sha512-gW43yKJjSHZjZdjI/MihrnIEACnwhB+okJJjYYFKuEteJF+TCWHvY3rfL9MFI7vH2zwFUgoncIOuGvaeZo3K0A==} + /turbo-linux-ppc64le/1.2.16: + resolution: {integrity: sha512-HQWSCmVZyc5chw7Ie2ZcfZPfmM06mbEEu0Wl11Y5QWh1ZzhPNQHs/TsF4I9r146wHi62XgcrKFjkw4ARZiWsLA==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-32/1.2.14: - resolution: {integrity: sha512-BMqpSaHx5mgvMdXotMoVinU3dSGBoRdZZkwOAs8R0WPUCwZVMPo6fTuKIhcOlKFOt6swQGFD02IzCWD+SGfEuA==} + /turbo-windows-32/1.2.16: + resolution: {integrity: sha512-0ZtPz5FK2qZjznMG4vvRyaabrhO8BgbN+tBx1wjXSuoICTAjYi5TwRVVRh59c3x7qQmR21Cv33CrhLBPRfeAlg==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-64/1.2.14: - resolution: {integrity: sha512-SA9YNAyZ2wYBccPtWbQckpSZOAuhH71893UZsstRWUEUj/cZ+PFpwNGTrHTGoySbwQPbOVHQNXEO7QX405Ajow==} + /turbo-windows-64/1.2.16: + resolution: {integrity: sha512-j8iAIixq/rGfBpHNbYOosxMasZrGuMzLILEuQGDxZgKNpYgobJ15QFHQlGR9sit1b8qPU5zZX4CtByRtkgH1Bw==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64/1.2.14: - resolution: {integrity: sha512-VNxbJ2LlRWzkiRE15nwW4oA/wBMFf1h8fuPCHHXtB6ThjfeG8SN5QgPUrhTIP4p7WiEdN/Sq7UJzFrGA4I8jqg==} + /turbo-windows-arm64/1.2.16: + resolution: {integrity: sha512-4GpcJG3B8R9WDhwfT8fu6ZmOOfseCg6Q1cy/G8/zpJQk769yYcSnD8MgQhYgHB58aVFxZcMxBvLL6UA0UrpgWA==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo/1.2.14: - resolution: {integrity: sha512-una2aE2agjTT2SgC3kCmUrYIPy5uh5NLPQrRCKKBIgvII90vyajvFhcq+yJUYdh5f+2o0xb/9YXaj+FAITds0A==} + /turbo/1.2.16: + resolution: {integrity: sha512-PPUa2COKgFkyb6N3uF9AnIY3l9FZkF15QQ3U1K2wpI01D3gyGKQO0Q3DUQ4ipmciP0teBfL7H+l/QTrUA9IVvQ==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.2.14 - turbo-darwin-arm64: 1.2.14 - turbo-freebsd-64: 1.2.14 - turbo-freebsd-arm64: 1.2.14 - turbo-linux-32: 1.2.14 - turbo-linux-64: 1.2.14 - turbo-linux-arm: 1.2.14 - turbo-linux-arm64: 1.2.14 - turbo-linux-mips64le: 1.2.14 - turbo-linux-ppc64le: 1.2.14 - turbo-windows-32: 1.2.14 - turbo-windows-64: 1.2.14 - turbo-windows-arm64: 1.2.14 + turbo-darwin-64: 1.2.16 + turbo-darwin-arm64: 1.2.16 + turbo-freebsd-64: 1.2.16 + turbo-freebsd-arm64: 1.2.16 + turbo-linux-32: 1.2.16 + turbo-linux-64: 1.2.16 + turbo-linux-arm: 1.2.16 + turbo-linux-arm64: 1.2.16 + turbo-linux-mips64le: 1.2.16 + turbo-linux-ppc64le: 1.2.16 + turbo-windows-32: 1.2.16 + turbo-windows-64: 1.2.16 + turbo-windows-arm64: 1.2.16 dev: true /tweetnacl/0.14.5: @@ -11788,7 +11825,7 @@ packages: is-typedarray: 1.0.0 dev: true - /typedoc/0.22.17_typescript@4.7.2: + /typedoc/0.22.17_typescript@4.7.3: resolution: {integrity: sha512-h6+uXHVVCPDaANzjwzdsj9aePBjZiBTpiMpBBeyh1zcN2odVsDCNajz8zyKnixF93HJeGpl34j/70yoEE5BfNg==} engines: {node: '>= 12.10.0'} hasBin: true @@ -11800,20 +11837,20 @@ packages: marked: 4.0.16 minimatch: 5.1.0 shiki: 0.10.1 - typescript: 4.7.2 + typescript: 4.7.3 dev: true - /typescript-transform-paths/3.3.1_typescript@4.7.2: + /typescript-transform-paths/3.3.1_typescript@4.7.3: resolution: {integrity: sha512-c+8Cqd2rsRtTU68rJI0NX/OtqgBDddNs1fIxm1nCNyhn0WpoyqtpUxc1w9Ke5c5kgE4/OT5xYbKf2cf694RYEg==} peerDependencies: typescript: '>=3.6.5' dependencies: minimatch: 3.1.2 - typescript: 4.7.2 + typescript: 4.7.3 dev: true - /typescript/4.7.2: - resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==} + /typescript/4.7.3: + resolution: {integrity: sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -11826,8 +11863,8 @@ packages: resolution: {integrity: sha512-/+BmBDe8GvlB2nIflWasLLAInjYG0bC9HRnfEpNi4sw77J2AJNnEVnTDReVrehoh825+Q/evF3THXTAweyam2g==} dev: true - /uglify-js/3.15.5: - resolution: {integrity: sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ==} + /uglify-js/3.16.0: + resolution: {integrity: sha512-FEikl6bR30n0T3amyBh3LoiBdqHRy/f4H80+My34HOesOKyHfOsxAPAxOoqC0JUnC1amnO0IwkYC3sko51caSw==} engines: {node: '>=0.8.0'} hasBin: true dev: true @@ -11841,27 +11878,13 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unctx/1.1.4: + /unctx/1.1.4_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-fQMML+GjUpIjQa0HBrrJezo2dFpTAbQbU0/KFKw4T5wpc9deGjLHSYthdfNAo2xSWM34csI6arzedezQkqtfGw==} dependencies: acorn: 8.7.1 estree-walker: 2.0.2 magic-string: 0.26.2 - unplugin: 0.6.3 - transitivePeerDependencies: - - esbuild - - rollup - - vite - - webpack - dev: true - - /unctx/1.1.4_yllqvft7tzlnwqdnw6bvmoxsle: - resolution: {integrity: sha512-fQMML+GjUpIjQa0HBrrJezo2dFpTAbQbU0/KFKw4T5wpc9deGjLHSYthdfNAo2xSWM34csI6arzedezQkqtfGw==} - dependencies: - acorn: 8.7.1 - estree-walker: 2.0.2 - magic-string: 0.26.2 - unplugin: 0.6.3_yllqvft7tzlnwqdnw6bvmoxsle + unplugin: 0.6.3_kpspv2vofddahm75mcazwndb7i transitivePeerDependencies: - esbuild - rollup @@ -11906,7 +11929,7 @@ packages: engines: {node: '>=4'} dev: true - /unimport/0.1.9: + /unimport/0.1.9_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-ap7MnS7zuA4A8eAyA8CHN3YFw1tMpWQK3rSrh6jvrB3tWkT4EKvslg9sNoax5WuL8TnMaXSydRxwOgUUXrnovg==} dependencies: '@rollup/pluginutils': 4.2.1 @@ -11917,7 +11940,7 @@ packages: mlly: 0.5.2 pathe: 0.3.0 scule: 0.2.1 - unplugin: 0.6.3 + unplugin: 0.6.3_kpspv2vofddahm75mcazwndb7i transitivePeerDependencies: - esbuild - rollup @@ -11925,26 +11948,7 @@ packages: - webpack dev: true - /unimport/0.1.9_yllqvft7tzlnwqdnw6bvmoxsle: - resolution: {integrity: sha512-ap7MnS7zuA4A8eAyA8CHN3YFw1tMpWQK3rSrh6jvrB3tWkT4EKvslg9sNoax5WuL8TnMaXSydRxwOgUUXrnovg==} - dependencies: - '@rollup/pluginutils': 4.2.1 - escape-string-regexp: 5.0.0 - globby: 13.1.1 - local-pkg: 0.4.1 - magic-string: 0.26.2 - mlly: 0.5.2 - pathe: 0.3.0 - scule: 0.2.1 - unplugin: 0.6.3_yllqvft7tzlnwqdnw6bvmoxsle - transitivePeerDependencies: - - esbuild - - rollup - - vite - - webpack - dev: true - - /unimport/0.2.6_ghanyvlk4kmo7d7no7vuwcjfky: + /unimport/0.2.6_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-4cOokUIEvaXAfVCHH87vR+wdKI1KDzxQREW9oi0r6J68TPFEeGLHHc2pdyL0uNDUMd2aLxUikhWARNfoQKqC4Q==} dependencies: '@rollup/pluginutils': 4.2.1 @@ -11956,7 +11960,27 @@ packages: pathe: 0.3.0 scule: 0.2.1 strip-literal: 0.3.0 - unplugin: 0.6.3_ghanyvlk4kmo7d7no7vuwcjfky + unplugin: 0.6.3_kpspv2vofddahm75mcazwndb7i + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + + /unimport/0.2.6_rollup@2.75.6+vite@2.9.10: + resolution: {integrity: sha512-4cOokUIEvaXAfVCHH87vR+wdKI1KDzxQREW9oi0r6J68TPFEeGLHHc2pdyL0uNDUMd2aLxUikhWARNfoQKqC4Q==} + dependencies: + '@rollup/pluginutils': 4.2.1 + escape-string-regexp: 5.0.0 + fast-glob: 3.2.11 + local-pkg: 0.4.1 + magic-string: 0.26.2 + mlly: 0.5.2 + pathe: 0.3.0 + scule: 0.2.1 + strip-literal: 0.3.0 + unplugin: 0.6.3_rollup@2.75.6+vite@2.9.10 transitivePeerDependencies: - esbuild - rollup @@ -11987,7 +12011,7 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.6.9_vite@2.9.9: + /unplugin-auto-import/0.6.9_rollup@2.75.6+vite@2.9.10: resolution: {integrity: sha512-IqgT7AoRrNQwNhiF/wDH3sMEDX8SqCYBEgJzwdg5441b5aiC5VwZz0J0wYqkaKu89YkZE9DG6rQ2JpFfZv1iiQ==} engines: {node: '>=14'} peerDependencies: @@ -12001,7 +12025,7 @@ packages: local-pkg: 0.4.1 magic-string: 0.26.2 resolve: 1.22.0 - unplugin: 0.4.0_vite@2.9.9 + unplugin: 0.4.0_rollup@2.75.6+vite@2.9.10 transitivePeerDependencies: - esbuild - rollup @@ -12009,7 +12033,29 @@ packages: - webpack dev: true - /unplugin-auto-import/0.7.2_2f4luahfrvm5qufmejfjusqqgu: + /unplugin-auto-import/0.6.9_vite@2.5.10: + resolution: {integrity: sha512-IqgT7AoRrNQwNhiF/wDH3sMEDX8SqCYBEgJzwdg5441b5aiC5VwZz0J0wYqkaKu89YkZE9DG6rQ2JpFfZv1iiQ==} + engines: {node: '>=14'} + peerDependencies: + '@vueuse/core': '*' + peerDependenciesMeta: + '@vueuse/core': + optional: true + dependencies: + '@antfu/utils': 0.5.2 + '@rollup/pluginutils': 4.2.1 + local-pkg: 0.4.1 + magic-string: 0.26.2 + resolve: 1.22.0 + unplugin: 0.4.0_vite@2.5.10 + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + + /unplugin-auto-import/0.7.2_tci2uj2i5wdrrn53tzwatf6w64: resolution: {integrity: sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==} engines: {node: '>=14'} peerDependencies: @@ -12020,11 +12066,11 @@ packages: dependencies: '@antfu/utils': 0.5.2 '@rollup/pluginutils': 4.2.1 - '@vueuse/core': 8.6.0_vue@3.2.36 + '@vueuse/core': 8.6.0_vue@3.2.37 local-pkg: 0.4.1 magic-string: 0.26.2 resolve: 1.22.0 - unplugin: 0.6.3_vite@2.9.9 + unplugin: 0.6.3_vite@2.9.10 transitivePeerDependencies: - esbuild - rollup @@ -12032,30 +12078,7 @@ packages: - webpack dev: true - /unplugin-auto-import/0.7.2_fhnnjigwjohdyme5cfootzocza: - resolution: {integrity: sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==} - engines: {node: '>=14'} - peerDependencies: - '@vueuse/core': '*' - peerDependenciesMeta: - '@vueuse/core': - optional: true - dependencies: - '@antfu/utils': 0.5.2 - '@rollup/pluginutils': 4.2.1 - '@vueuse/core': 8.6.0_vue@3.2.36 - local-pkg: 0.4.1 - magic-string: 0.26.2 - resolve: 1.22.0 - unplugin: 0.6.3_rollup@2.75.5+vite@2.9.9 - transitivePeerDependencies: - - esbuild - - rollup - - vite - - webpack - dev: true - - /unplugin-auto-import/0.7.2_vite@2.9.9: + /unplugin-auto-import/0.7.2_vite@2.9.10: resolution: {integrity: sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==} engines: {node: '>=14'} peerDependencies: @@ -12069,7 +12092,7 @@ packages: local-pkg: 0.4.1 magic-string: 0.26.2 resolve: 1.22.0 - unplugin: 0.6.3_vite@2.9.9 + unplugin: 0.6.3_vite@2.9.10 transitivePeerDependencies: - esbuild - rollup @@ -12077,7 +12100,30 @@ packages: - webpack dev: true - /unplugin-icons/0.14.3_vite@2.9.9: + /unplugin-auto-import/0.8.7_r74nlw6n2rf2mdvahp2r55qzgq: + resolution: {integrity: sha512-xepkl/lzlPmWym/ZqjgKpev30S5402qZYHnRZ7MQ78+WxBykvUw69PB0awWcWJ7atswNs6LkDRpGNqzjFCEH4w==} + engines: {node: '>=14'} + peerDependencies: + '@vueuse/core': '*' + peerDependenciesMeta: + '@vueuse/core': + optional: true + dependencies: + '@antfu/utils': 0.5.2 + '@rollup/pluginutils': 4.2.1 + '@vueuse/core': 8.6.0_vue@3.2.37 + local-pkg: 0.4.1 + magic-string: 0.26.2 + unimport: 0.2.6_rollup@2.75.6+vite@2.9.10 + unplugin: 0.6.3_rollup@2.75.6+vite@2.9.10 + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + + /unplugin-icons/0.14.3_rollup@2.75.6+vite@2.9.10: resolution: {integrity: sha512-PyyNMACpZ/EAiG3B6K1wPGZ151VGdlHIEx8/utgP546yVmPpV/xC1k1V2eEebf71fGm3WD6gzPrERNsbMgIVgg==} peerDependencies: '@svgr/core': '>=5.5.0' @@ -12100,7 +12146,7 @@ packages: debug: 4.3.4 kolorist: 1.5.1 local-pkg: 0.4.1 - unplugin: 0.6.3_vite@2.9.9 + unplugin: 0.6.3_rollup@2.75.6+vite@2.9.10 transitivePeerDependencies: - esbuild - rollup @@ -12109,7 +12155,7 @@ packages: - webpack dev: true - /unplugin-vue-components/0.18.5_vite@2.9.9+vue@3.2.36: + /unplugin-vue-components/0.18.5_cimrprb54snhagk4tjmarxnbhm: resolution: {integrity: sha512-VPA6z/4pcKRDYtWu1H+FIpV0MADlFKG3q7YMVFzNFC3EhMVZ4WuBJ76490oKyauguNw1T1obLCuxNU9JzJ0oAQ==} engines: {node: '>=14'} peerDependencies: @@ -12131,8 +12177,8 @@ packages: magic-string: 0.26.2 minimatch: 5.1.0 resolve: 1.22.0 - unplugin: 0.4.0_vite@2.9.9 - vue: 3.2.36 + unplugin: 0.4.0_rollup@2.75.6+vite@2.9.10 + vue: 3.2.37 transitivePeerDependencies: - esbuild - rollup @@ -12141,7 +12187,7 @@ packages: - webpack dev: true - /unplugin/0.4.0_vite@2.9.9: + /unplugin/0.4.0_rollup@2.75.6+vite@2.9.10: resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==} peerDependencies: esbuild: '>=0.13' @@ -12159,12 +12205,13 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.9.9 + rollup: 2.75.6 + vite: 2.9.10 webpack-virtual-modules: 0.4.3 dev: true - /unplugin/0.6.3: - resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} + /unplugin/0.4.0_vite@2.5.10: + resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==} peerDependencies: esbuild: '>=0.13' rollup: ^2.50.0 @@ -12181,11 +12228,11 @@ packages: optional: true dependencies: chokidar: 3.5.3 - webpack-sources: 3.2.3 + vite: 2.5.10 webpack-virtual-modules: 0.4.3 dev: true - /unplugin/0.6.3_ghanyvlk4kmo7d7no7vuwcjfky: + /unplugin/0.6.3_kpspv2vofddahm75mcazwndb7i: resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} peerDependencies: esbuild: '>=0.13' @@ -12204,12 +12251,13 @@ packages: dependencies: chokidar: 3.5.3 esbuild: 0.14.42 - rollup: 2.75.5 + rollup: 2.75.6 + vite: 2.9.10 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true - /unplugin/0.6.3_rollup@2.75.5+vite@2.9.9: + /unplugin/0.6.3_rollup@2.75.6+vite@2.9.10: resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} peerDependencies: esbuild: '>=0.13' @@ -12227,13 +12275,13 @@ packages: optional: true dependencies: chokidar: 3.5.3 - rollup: 2.75.5 - vite: 2.9.9 + rollup: 2.75.6 + vite: 2.9.10 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true - /unplugin/0.6.3_vite@2.9.9: + /unplugin/0.6.3_vite@2.9.10: resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} peerDependencies: esbuild: '>=0.13' @@ -12251,32 +12299,7 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.9.9 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.3 - dev: true - - /unplugin/0.6.3_yllqvft7tzlnwqdnw6bvmoxsle: - resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} - peerDependencies: - esbuild: '>=0.13' - rollup: ^2.50.0 - vite: ^2.3.0 - webpack: 4 || 5 - peerDependenciesMeta: - esbuild: - optional: true - rollup: - optional: true - vite: - optional: true - webpack: - optional: true - dependencies: - chokidar: 3.5.3 - esbuild: 0.14.42 - rollup: 2.75.5 - vite: 2.9.9 + vite: 2.9.10 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true @@ -12429,7 +12452,7 @@ packages: kolorist: 1.5.1 mlly: 0.5.2 pathe: 0.2.0 - vite: 2.9.9 + vite: 2.9.10 transitivePeerDependencies: - less - sass @@ -12437,7 +12460,7 @@ packages: - supports-color dev: true - /vite-plugin-checker/0.4.6_vite@2.9.9: + /vite-plugin-checker/0.4.6_vite@2.9.10: resolution: {integrity: sha512-oFel33hlsc8aUspfq0ThQRpWsfrG772fmZ5qPHKUhmew6ieejd2viITlwXHIRBY6hE3U0kirXoTWwft3DdbK+g==} hasBin: true peerDependencies: @@ -12454,34 +12477,34 @@ packages: npm-run-path: 4.0.1 strip-ansi: 6.0.1 tiny-invariant: 1.2.0 - vite: 2.9.9 + vite: 2.9.10 vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.5 vscode-uri: 3.0.3 dev: true - /vite-plugin-vue-type-imports/0.1.3_bfel7gxigoa3jrzzyp3rvhh3te: + /vite-plugin-vue-type-imports/0.1.3_2yymnzrok6eda47acnj2yjm3ae: resolution: {integrity: sha512-iF5NgeQc2MZ6wDUS1tnN7rglkWmm+WhK9rCQb3FudsrMTqLazbtN6shyrEcsGBdqYAqH9c5HhiwU3gOIrFcVHA==} peerDependencies: '@vue/compiler-sfc': ^3.2.24 vue: ^3.2.24 dependencies: - '@vue/compiler-sfc': 3.2.36 - vue: 3.2.36 + '@vue/compiler-sfc': 3.2.37 + vue: 3.2.37 dev: true - /vite-plugin-vue-type-imports/0.2.0_bfel7gxigoa3jrzzyp3rvhh3te: + /vite-plugin-vue-type-imports/0.2.0_2yymnzrok6eda47acnj2yjm3ae: resolution: {integrity: sha512-6rukBj1MP27WfsY5gqMZJg/Z8whK7f9oLbpICBDwzwOK2Oj7KkbP7IgFc2p3qInuB51SvUuxIIcJQVoUPaW6Nw==} peerDependencies: '@vue/compiler-sfc': ^3.2.24 vue: ^3.2.24 dependencies: - '@vue/compiler-sfc': 3.2.36 - vue: 3.2.36 + '@vue/compiler-sfc': 3.2.37 + vue: 3.2.37 dev: true - /vite-plugin-windicss/1.8.4_vite@2.9.9: + /vite-plugin-windicss/1.8.4_vite@2.9.10: resolution: {integrity: sha512-LSZAO8BZn3x406GRbYX5t5ONXXJVdqiQtN1qrznLA/Dy5/NzZVhfcrL6N1qEYYO7HsCDT4pLAjTzObvDnM9Y8A==} peerDependencies: vite: ^2.0.1 @@ -12489,52 +12512,34 @@ packages: '@windicss/plugin-utils': 1.8.4 debug: 4.3.4 kolorist: 1.5.1 - vite: 2.9.9 + vite: 2.9.10 windicss: 3.5.4 transitivePeerDependencies: - supports-color dev: true - /vite-svg-loader/2.2.0: - resolution: {integrity: sha512-FP6qCN57coIOwmtah68ofpi4dewGmfzPcoKe76RMnJoz7qBTXxQVm2BlnH0YzGeCbOcjm9NKauJ1I6J9OlUUtg==} - dependencies: - '@vue/compiler-sfc': 3.2.36 - svgo: 2.8.0 - dev: true - /vite-svg-loader/3.3.0: resolution: {integrity: sha512-3bvC4NoaBIr8e9DoiYBjC/C8zg83wfc565PiWhUfJML1X4nGbVsGImOabWX1ebah8EYlRwIhRXkFjh7UntF1dg==} dependencies: - '@vue/compiler-sfc': 3.2.36 + '@vue/compiler-sfc': 3.2.37 svgo: 2.8.0 dev: true - /vite/2.9.9: - resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==} + /vite/2.5.10: + resolution: {integrity: sha512-0ObiHTi5AHyXdJcvZ67HMsDgVpjT5RehvVKv6+Q0jFZ7zDI28PF5zK9mYz2avxdA+4iJMdwCz6wnGNnn4WX5Gg==} engines: {node: '>=12.2.0'} hasBin: true - peerDependencies: - less: '*' - sass: '*' - stylus: '*' - peerDependenciesMeta: - less: - optional: true - sass: - optional: true - stylus: - optional: true dependencies: - esbuild: 0.14.42 + esbuild: 0.12.29 postcss: 8.4.14 resolve: 1.22.0 - rollup: 2.75.5 + rollup: 2.75.6 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/2.9.9_sass@1.32.12: - resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==} + /vite/2.9.10: + resolution: {integrity: sha512-TwZRuSMYjpTurLqXspct+HZE7ONiW9d+wSWgvADGxhDPPyoIcNywY+RX4ng+QpK30DCa1l/oZgi2PLZDibhzbQ==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -12552,7 +12557,31 @@ packages: esbuild: 0.14.42 postcss: 8.4.14 resolve: 1.22.0 - rollup: 2.75.5 + rollup: 2.75.6 + optionalDependencies: + fsevents: 2.3.2 + dev: true + + /vite/2.9.1_sass@1.32.12: + resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==} + engines: {node: '>=12.2.0'} + hasBin: true + peerDependencies: + less: '*' + sass: '*' + stylus: '*' + peerDependenciesMeta: + less: + optional: true + sass: + optional: true + stylus: + optional: true + dependencies: + esbuild: 0.14.42 + postcss: 8.4.14 + resolve: 1.22.0 + rollup: 2.75.6 sass: 1.32.12 optionalDependencies: fsevents: 2.3.2 @@ -12612,7 +12641,7 @@ packages: bundle-runner: 0.0.1 dev: true - /vue-demi/0.13.1_vue@3.2.36: + /vue-demi/0.13.1_vue@3.2.37: resolution: {integrity: sha512-xmkJ56koG3ptpLnpgmIzk9/4nFf4CqduSJbUM0OdPoU87NwRuZ6x49OLhjSa/fC15fV+5CbEnrxU4oyE022svg==} engines: {node: '>=12'} hasBin: true @@ -12624,16 +12653,16 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.36 + vue: 3.2.37 - /vue-eslint-parser/9.0.2_eslint@8.16.0: + /vue-eslint-parser/9.0.2_eslint@8.17.0: resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.16.0 + eslint: 8.17.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.2 @@ -12644,31 +12673,32 @@ packages: - supports-color dev: true - /vue-router/4.0.15_vue@3.2.33: + /vue-router/4.0.15_vue@3.2.37: resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.1.4 - vue: 3.2.33 - dev: true + vue: 3.2.37 - /vue-router/4.0.15_vue@3.2.36: - resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==} - peerDependencies: - vue: ^3.2.0 - dependencies: - '@vue/devtools-api': 6.1.4 - vue: 3.2.36 - - /vue-tsc/0.35.2_typescript@4.7.2: + /vue-tsc/0.35.2_typescript@4.7.3: resolution: {integrity: sha512-aqY16VlODHzqtKGUkqdumNpH+s5ABCkufRyvMKQlL/mua+N2DfSVnHufzSNNUMr7vmOO0YsNg27jsspBMq4iGA==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/vue-typescript': 0.35.2 - typescript: 4.7.2 + typescript: 4.7.3 + dev: true + + /vue-tsc/0.37.3_typescript@4.7.3: + resolution: {integrity: sha512-MB8aU+9z722Q1tD/pg8ZKnkOSZI1yAlPYCA7R42B86XCUJ/w7fQtlI8Ojcgznz7IH3SxIkOVIw+S6TfddOa9gg==} + hasBin: true + peerDependencies: + typescript: '*' + dependencies: + '@volar/vue-typescript': 0.37.3 + typescript: 4.7.3 dev: true /vue/3.2.33: @@ -12681,23 +12711,25 @@ packages: '@vue/shared': 3.2.33 dev: true - /vue/3.2.36: - resolution: {integrity: sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==} + /vue/3.2.37: + resolution: {integrity: sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==} dependencies: - '@vue/compiler-dom': 3.2.36 - '@vue/compiler-sfc': 3.2.36 - '@vue/runtime-dom': 3.2.36 - '@vue/server-renderer': 3.2.36_vue@3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-dom': 3.2.37 + '@vue/compiler-sfc': 3.2.37 + '@vue/runtime-dom': 3.2.37 + '@vue/server-renderer': 3.2.37_vue@3.2.37 + '@vue/shared': 3.2.37 - /vue3-moveable/0.4.8: - resolution: {integrity: sha512-dz+Ln+IhZIjDQUm+1a0jXpezOUcJqKow7bRdCE7dQVWgOH0WJGr2Hlzip05FxR67VA4Mq3L3YqKpemsjKlw5vQ==} + /vue3-moveable/0.4.9_@types+react@16.9.56: + resolution: {integrity: sha512-B5hLiVBcvqvflOydKOPYKrQhRZRMqbgfbpD2ZEalFKVqxJm2YRcE5al48Bq6K8w5Fg1ce3YvndfuYYgpQ0Vcfw==} dependencies: framework-utils: 1.1.0 - moveable: 0.29.8 + moveable: 0.29.9_@types+react@16.9.56 + transitivePeerDependencies: + - '@types/react' dev: false - /vuepress-vite/2.0.0-beta.46_bdwekwkq6dldak7vw7siptpnxm: + /vuepress-vite/2.0.0-beta.46_ky4o5iv42nfwog2gkj2rnr6kla: resolution: {integrity: sha512-ewXbzX1zG9WR48E98v8nsTd07QypbLWkonzjTrLPO6Kqye4KRrSs77LN4xHRQ4lDs/NSqCH7nw6gUT+KJOwByw==} hasBin: true peerDependencies: @@ -12709,7 +12741,7 @@ packages: '@vuepress/client': 2.0.0-beta.45 '@vuepress/core': 2.0.0-beta.46 '@vuepress/theme-default': 2.0.0-beta.46 - vue: 3.2.36 + vue: 3.2.37 transitivePeerDependencies: - '@vue/composition-api' - less @@ -12719,14 +12751,14 @@ packages: - supports-color dev: true - /vuepress/2.0.0-beta.46_vue@3.2.36: + /vuepress/2.0.0-beta.46_ky4o5iv42nfwog2gkj2rnr6kla: resolution: {integrity: sha512-5aDb1PiSjU4w/66YnQkaodcocAwkGEjtPv7Ux4dqEh8W+IjVqYcedg2syI5NuBrcAkNh9uq/6CTFibrZ6eyR2w==} hasBin: true dependencies: - '@vuepress/client': 2.0.0-beta.45 - vuepress-vite: 2.0.0-beta.46_bdwekwkq6dldak7vw7siptpnxm + vuepress-vite: 2.0.0-beta.46_ky4o5iv42nfwog2gkj2rnr6kla transitivePeerDependencies: - '@vue/composition-api' + - '@vuepress/client' - less - sass - sass-loader @@ -12860,9 +12892,9 @@ packages: '@babel/core': 7.18.2 '@babel/preset-env': 7.18.2_@babel+core@7.18.2 '@babel/runtime': 7.18.3 - '@rollup/plugin-babel': 5.3.1_xrrjiapkmykkmovg76xtzegu3a - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.75.5 - '@rollup/plugin-replace': 2.4.2_rollup@2.75.5 + '@rollup/plugin-babel': 5.3.1_wwj6nrjtrryxuar2uaqwelbtjy + '@rollup/plugin-node-resolve': 11.2.1_rollup@2.75.6 + '@rollup/plugin-replace': 2.4.2_rollup@2.75.6 '@surma/rollup-plugin-off-main-thread': 2.2.3 ajv: 8.11.0 common-tags: 1.8.2 @@ -12871,8 +12903,8 @@ packages: glob: 7.2.3 lodash: 4.17.21 pretty-bytes: 5.6.0 - rollup: 2.75.5 - rollup-plugin-terser: 7.0.2_rollup@2.75.5 + rollup: 2.75.6 + rollup-plugin-terser: 7.0.2_rollup@2.75.6 source-map: 0.8.0-beta.0 stringify-object: 3.3.0 strip-comments: 2.0.1